/*--------------------------------------------------------------
# Variables responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colores
--------------------------------------------------------------*/
/* line 21, ../sass/views/_variables.scss */
p, a {
  font-family: "AudibleSans-Rg";
  font-size: 1.2rem;
}

/* line 25, ../sass/views/_variables.scss */
.offcanvas {
  background: black;
  color: white;
  text-align: left;
}
/* line 29, ../sass/views/_variables.scss */
.offcanvas ul {
  list-style: none;
}
/* line 31, ../sass/views/_variables.scss */
.offcanvas ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  padding-top: 20px;
}
/* line 35, ../sass/views/_variables.scss */
.offcanvas ul li a {
  text-decoration: none;
  color: white;
  font-family: "BebasNeue-Regular";
}

/* line 43, ../sass/views/_variables.scss */
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  margin-left: 2rem;
  margin-top: 1rem !important;
  width: 10px;
  height: 10px;
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 53, ../sass/views/_variables.scss */
  p, a {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 59, ../sass/views/_variables.scss */
  p {
    font-size: 1.4rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 65, ../sass/views/_variables.scss */
  p {
    font-size: 1.2rem;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 71, ../sass/views/_variables.scss */
  p {
    font-size: 1.0rem;
  }
}
@font-face {
  font-family: "Aero";
  src: url("../fonts/Aero.ttf") format("truetype"), url("../fonts/Aero.otf") format("otf");
}
@font-face {
  font-family: "AudibleSans-Th";
  src: url("../fonts/AudibleSans-Th.ttf") format("truetype"), url("../fonts/AudibleSans-Th.otf") format("otf");
}
@font-face {
  font-family: "AudibleSans-Rg";
  src: url("../fonts/AudibleSans-Rg.ttf") format("truetype"), url("../fonts/AudibleSans-Rg.otf") format("otf");
}
@font-face {
  font-family: "AudibleSans-Sm";
  src: url("../fonts/AudibleSans-Sm.ttf") format("truetype"), url("../fonts/AudibleSans-Sm.otf") format("otf");
}
@font-face {
  font-family: "AudibleSans-Bd";
  src: url("../fonts/AudibleSans-Bd.ttf") format("truetype"), url("../fonts/AudibleSans-Bd.otf") format("otf");
}
@font-face {
  font-family: "BebasNeue-Regular";
  src: url("../fonts/BebasNeue.ttf") format("truetype"), url("../fonts/BebasNeue.otf") format("otf");
}
/* line 1, ../sass/views/_home.scss */
.home {
  overflow-x: hidden;
  background: black;
}
/* line 7, ../sass/views/_home.scss */
.home .nav-pills .nav-link {
  border-radius: 40px;
  width: auto;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 6px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 6px;
  font-family: "Aero";
  font-size: 1.4rem;
  cursor: pointer;
}
/* line 24, ../sass/views/_home.scss */
.home .tab-content {
  border-radius: 14px;
}
/* line 29, ../sass/views/_home.scss */
.home .tab-content p.close {
  cursor: pointer;
  font-size: 21px;
  font-weight: bolder;
  width: 34px;
  border-radius: 50%;
  height: 34px;
  align-items: center;
  vertical-align: middle;
  border: 2px solid #4fc2dd;
  position: absolute;
  right: -16px;
  top: -16px;
  text-align: center;
}
/* line 50, ../sass/views/_home.scss */
.home #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-color: #00f7f7 !important;
  background-color: #00f7f7 !important;
  z-index: 1000;
}
/* line 61, ../sass/views/_home.scss */
.home h2 {
  color: white;
  font-size: 4rem;
  font-family: "Aero";
}
/* line 66, ../sass/views/_home.scss */
.home h6 {
  color: #00f7f7;
  font-size: 3rem;
  font-family: "Aero";
}
/* line 71, ../sass/views/_home.scss */
.home .bannerRedirect {
  background-image: url("../images/fondobanner.jpg");
  /* The image used */
  background-color: black;
  background-position: top center;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 77, ../sass/views/_home.scss */
.home .bannerRedirect h1 {
  color: white;
  font-family: "Aero";
}
/* line 81, ../sass/views/_home.scss */
.home .bannerRedirect .content {
  height: calc( 100vh - 104px);
}
/* line 85, ../sass/views/_home.scss */
.home .bannerRedirect ul li {
  list-style: none;
}
/* line 91, ../sass/views/_home.scss */
.home .banner {
  background-image: url("../images/fondobanner.jpg");
  /* The image used */
  background-color: black;
  background-position: top center;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 97, ../sass/views/_home.scss */
.home .banner h1 {
  color: white;
  font-family: "Aero";
}
/* line 101, ../sass/views/_home.scss */
.home .banner p {
  color: white;
  background-color: black;
  max-width: 450px;
  margin: auto;
  border-radius: 20px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-family: "BebasNeue-Regular";
}
/* line 114, ../sass/views/_home.scss */
.home .banner ul li {
  list-style: none;
}
/* line 129, ../sass/views/_home.scss */
.home .section-one {
  min-height: 850px;
  background-color: black;
  position: relative;
  z-index: 10;
}
/* line 134, ../sass/views/_home.scss */
.home .section-one .image-absolute {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -28%);
  z-index: -1;
}
/* line 141, ../sass/views/_home.scss */
.home .section-one .whygummies .cohete {
  max-width: 140px;
  position: relative;
  right: 20px;
}
@media (min-width: 1400px) {
  /* line 141, ../sass/views/_home.scss */
  .home .section-one .whygummies .cohete {
    max-width: 140px;
  }
}
/* line 162, ../sass/views/_home.scss */
.home .section-one .whygummies p {
  color: #00f7f7;
  font-size: 1.2rem;
  font-family: "AudibleSans-Sm";
}
/* line 167, ../sass/views/_home.scss */
.home .section-one .whygummies h3 {
  color: white;
  font-family: "Aero";
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  /* line 174, ../sass/views/_home.scss */
  .home .section-one .whygummies p {
    font-size: 1.4rem;
  }
  /* line 179, ../sass/views/_home.scss */
  .home .section-one .whygummies h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  /* line 186, ../sass/views/_home.scss */
  .home .section-one .whygummies p {
    font-size: 1.4rem;
  }
  /* line 191, ../sass/views/_home.scss */
  .home .section-one .whygummies h3 {
    font-size: 3.0rem;
  }
}
@media (min-width: 992px) {
  /* line 199, ../sass/views/_home.scss */
  .home .section-one .whygummies p {
    font-size: 1.8rem;
  }
  /* line 204, ../sass/views/_home.scss */
  .home .section-one .whygummies h3 {
    font-size: 3.8rem;
  }
}
/* line 215, ../sass/views/_home.scss */
.home .section-one .whygummies-text p {
  color: white;
  font-size: 1.1rem;
  font-family: "AudibleSans-Sm";
  line-height: 26px;
}
@media (min-width: 768px) {
  /* line 222, ../sass/views/_home.scss */
  .home .section-one .whygummies-text p {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  /* line 233, ../sass/views/_home.scss */
  .home .section-one .whygummies-text p {
    font-size: 1.4rem;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  /* line 244, ../sass/views/_home.scss */
  .home .section-one .whygummies-text p {
    font-size: 1.8rem;
    line-height: 38px;
  }
}
/* line 255, ../sass/views/_home.scss */
.home .section-one p {
  background-color: transparent;
  color: white;
}
/* line 258, ../sass/views/_home.scss */
.home .section-one p span {
  color: #00f7f7;
}
/* line 265, ../sass/views/_home.scss */
.home .section-one [aria-expanded="false"] > .expanded,
.home .section-one [aria-expanded="true"] > .collapsed {
  display: none;
}
/* line 269, ../sass/views/_home.scss */
.home .section-one a {
  text-decoration: none;
  color: #00f7f7;
  font-weight: bold;
}
/* line 277, ../sass/views/_home.scss */
.home .absolute-area {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
/* line 282, ../sass/views/_home.scss */
.home .absolute-area img {
  max-width: 150px;
}
@media (min-width: 768px) {
  /* line 287, ../sass/views/_home.scss */
  .home .absolute-area img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 293, ../sass/views/_home.scss */
  .home .absolute-area img {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  /* line 299, ../sass/views/_home.scss */
  .home .absolute-area img {
    max-width: 100%;
  }
}
/* line 304, ../sass/views/_home.scss */
.home .absolute-area-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
}
/* line 309, ../sass/views/_home.scss */
.home .absolute-area-right img {
  max-width: 150px;
}
@media (min-width: 768px) {
  /* line 314, ../sass/views/_home.scss */
  .home .absolute-area-right img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 320, ../sass/views/_home.scss */
  .home .absolute-area-right img {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  /* line 326, ../sass/views/_home.scss */
  .home .absolute-area-right img {
    max-width: 100%;
  }
}
/* line 333, ../sass/views/_home.scss */
.home .product .text-quantity {
  margin-top: -25%;
  margin-left: -3%;
  position: relative;
}
/* line 338, ../sass/views/_home.scss */
.home .product p {
  font-size: 1rem;
  color: white;
  font-family: "AudibleSans-Sm";
}
/* line 342, ../sass/views/_home.scss */
.home .product p.description {
  font-family: "AudibleSans-Rg";
}
/* line 345, ../sass/views/_home.scss */
.home .product p.quality {
  font-family: "AudibleSans-Bd";
}
/* line 348, ../sass/views/_home.scss */
.home .product p.reference {
  font-size: 1rem;
  color: white;
  font-family: "AudibleSans-Rg";
}
/* line 354, ../sass/views/_home.scss */
.home .product p.dosis {
  font-size: 0.9rem;
  color: white;
  font-family: "AudibleSans-Bd";
}
/* line 360, ../sass/views/_home.scss */
.home .product h2 {
  color: #ffe900;
  font-family: "AudibleSans-Bd";
  font-size: 3.0rem;
}
/* line 365, ../sass/views/_home.scss */
.home .product h4 {
  font-family: "Aero";
  font-size: 1.5rem;
  color: white;
}
/* line 369, ../sass/views/_home.scss */
.home .product h4 span {
  position: relative;
  z-index: 10;
}
/* line 373, ../sass/views/_home.scss */
.home .product h4 .absolute {
  position: absolute;
  right: -40px;
  top: -80px;
  z-index: -23;
  max-width: 120px;
}
@media (min-width: 576px) {
  /* line 373, ../sass/views/_home.scss */
  .home .product h4 .absolute {
    max-width: 100%;
    right: -80px;
    top: -90px;
  }
}
/* line 390, ../sass/views/_home.scss */
.home .product ul li {
  color: white;
  font-size: 1rem;
  font-family: "AudibleSans-Rg";
}
@media (min-width: 576px) {
  /* line 399, ../sass/views/_home.scss */
  .home .product p {
    font-size: 1rem;
  }
  /* line 402, ../sass/views/_home.scss */
  .home .product p.reference {
    font-size: 1rem;
  }
  /* line 409, ../sass/views/_home.scss */
  .home .product h2 {
    font-size: 4.0rem;
  }
  /* line 413, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  /* line 420, ../sass/views/_home.scss */
  .home .product p {
    font-size: 1rem;
    color: white;
    font-family: "AudibleSans-Rg";
  }
  /* line 424, ../sass/views/_home.scss */
  .home .product p.quality {
    font-family: "AudibleSans-Bd";
  }
  /* line 427, ../sass/views/_home.scss */
  .home .product p.reference {
    font-size: 1rem;
    color: white;
    font-family: "AudibleSans-Bd";
  }
  /* line 433, ../sass/views/_home.scss */
  .home .product p.dosis {
    font-size: 0.9rem;
    color: white;
  }
  /* line 438, ../sass/views/_home.scss */
  .home .product h2 {
    font-size: 5.4rem;
  }
  /* line 442, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  /* line 449, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  /* line 457, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 3rem;
  }
}
/* line 466, ../sass/views/_home.scss */
.home .section-three {
  background-image: url("../images/fondo1.png");
  /* The image used */
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 300px;
}
/* line 474, ../sass/views/_home.scss */
.home .section-three p.reference {
  color: #ffe900;
}
/* line 483, ../sass/views/_home.scss */
.home .section-four {
  margin-top: -260px;
  padding-top: 200px;
  background-image: url("../images/fondo2.png");
  /* The image used */
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 300px;
}
/* line 493, ../sass/views/_home.scss */
.home .section-four p.reference {
  color: #ffe900;
}
@media (min-width: 768px) {
  /* line 483, ../sass/views/_home.scss */
  .home .section-four {
    padding-top: 280px;
  }
}
/* line 506, ../sass/views/_home.scss */
.home .section-five {
  background-image: url("../images/fondo3.png");
  /* The image used */
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 300px;
  margin-top: -260px;
  padding-top: 280px;
}
/* line 516, ../sass/views/_home.scss */
.home .section-five.product h2 {
  color: #00b4e1;
  font-size: 3.2rem;
}
/* line 521, ../sass/views/_home.scss */
.home .section-five.product p.reference {
  color: #00b4e1;
}
@media (min-width: 576px) {
  /* line 528, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  /* line 537, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 5.4rem;
  }
}
@media (min-width: 1400px) {
  /* line 546, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 6.4rem;
  }
}
@media (min-width: 1600px) {
  /* line 556, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 7.8rem;
  }
}
/* line 567, ../sass/views/_home.scss */
.home .section-six {
  margin-top: -260px;
  padding-top: 200px;
  background-image: url("../images/fondo4.png");
  /* The image used */
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 300px;
}
/* line 577, ../sass/views/_home.scss */
.home .section-six.product h2 {
  color: #fff;
  font-size: 3rem;
}
@media (min-width: 576px) {
  /* line 585, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  /* line 594, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  /* line 567, ../sass/views/_home.scss */
  .home .section-six {
    padding-top: 280px;
  }
  /* line 604, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 4.3rem;
  }
}
@media (min-width: 1400px) {
  /* line 613, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  /* line 623, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 5.8rem;
  }
}
/* line 633, ../sass/views/_home.scss */
.home .section-seven {
  background-image: url("../images/fondo5.png");
  /* The image used */
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 300px;
  margin-top: -260px;
  padding-top: 280px;
}
/* line 643, ../sass/views/_home.scss */
.home .section-seven.product h2 {
  color: #fff;
  font-size: 3rem;
}
@media (min-width: 576px) {
  /* line 650, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  /* line 659, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  /* line 668, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  /* line 677, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 7rem;
  }
}
/* line 687, ../sass/views/_home.scss */
.home .section-eight {
  margin-top: -260px;
  padding-top: 120px;
  background-image: url("../images/fondo6.png");
  /* The image used */
  background-position: top;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
/* line 697, ../sass/views/_home.scss */
.home .section-eight.product h2 {
  color: #fff;
  font-size: 2.6rem;
}
/* line 700, ../sass/views/_home.scss */
.home .section-eight.product h2 span {
  font-size: 2.6rem;
}
@media (min-width: 576px) {
  /* line 687, ../sass/views/_home.scss */
  .home .section-eight {
    padding-bottom: 300px;
  }
  /* line 709, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    font-size: 3rem;
  }
  /* line 711, ../sass/views/_home.scss */
  .home .section-eight.product h2 span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  /* line 687, ../sass/views/_home.scss */
  .home .section-eight {
    padding-top: 200px;
  }
  /* line 722, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    color: #fff;
    font-size: 3.8rem;
  }
  /* line 725, ../sass/views/_home.scss */
  .home .section-eight.product h2 span {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  /* line 687, ../sass/views/_home.scss */
  .home .section-eight {
    padding-top: 280px;
  }
}
@media (min-width: 1400px) {
  /* line 742, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    font-size: 4.0rem;
  }
}
@media (min-width: 1600px) {
  /* line 751, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    font-size: 5rem;
  }
}
/* line 763, ../sass/views/_home.scss */
.home .section-nine {
  background: white;
}
/* line 765, ../sass/views/_home.scss */
.home .section-nine .absolute {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 772, ../sass/views/_home.scss */
.home .section-nine p {
  color: black;
}
/* line 774, ../sass/views/_home.scss */
.home .section-nine p span {
  font-family: "Aero";
}
/* line 779, ../sass/views/_home.scss */
.home .section-nine h2 {
  color: black;
  font-size: 2.6rem;
}
/* line 785, ../sass/views/_home.scss */
.home .section-ten {
  background: black;
  margin-top: -140px;
}
/* line 789, ../sass/views/_home.scss */
.home .section-ten p {
  color: white;
}
/* line 791, ../sass/views/_home.scss */
.home .section-ten p span {
  font-family: "Aero";
  color: #4fc2dd;
}
/* line 796, ../sass/views/_home.scss */
.home .section-ten h6 {
  font-size: 6rem;
  color: #00f7f7;
  padding-top: 250px;
}
/* line 804, ../sass/views/_home.scss */
.home .section-eleven .absolute {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -70%);
}
@media (min-width: 992px) {
  /* line 804, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 804, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 40%;
  }
}
@media (min-width: 1400px) {
  /* line 804, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 30%;
  }
}
/* line 821, ../sass/views/_home.scss */
.home .section-eleven .absolute p {
  color: white;
}
/* line 823, ../sass/views/_home.scss */
.home .section-eleven .absolute p span {
  font-family: "Aero";
  color: #00f7f7;
}
/* line 831, ../sass/views/_home.scss */
.home .section-twelve {
  background-color: #00f7f7;
  color: black;
}
/* line 834, ../sass/views/_home.scss */
.home .section-twelve .background-image {
  background-image: url("../images/preguntas2.png");
  /* The image used */
  background-position: top center;
  /* Center the image */
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 840, ../sass/views/_home.scss */
.home .section-twelve h4 {
  font-family: "Aero";
  font-size: 3rem;
}
/* line 844, ../sass/views/_home.scss */
.home .section-twelve h5 {
  font-family: "Aero";
  font-size: 1.8rem;
}
/* line 850, ../sass/views/_home.scss */
.home .section-thirteen input {
  color: black;
  font-family: "BebasNeue-Regular";
}
/* line 854, ../sass/views/_home.scss */
.home .section-thirteen ::placeholder {
  color: black;
}
/* line 857, ../sass/views/_home.scss */
.home .section-thirteen textarea {
  color: black;
  font-family: "BebasNeue-Regular";
}
/* line 861, ../sass/views/_home.scss */
.home .section-thirteen h4 {
  font-family: "Aero";
  font-size: 3rem;
  color: white;
}
/* line 866, ../sass/views/_home.scss */
.home .section-thirteen .btn-primary {
  background: #00f7f7 !important;
  border-color: #00f7f7 !important;
  color: black;
  font-family: "BebasNeue-Regular";
  font-size: 2.2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 883, ../sass/views/_home.scss */
  .home h2 {
    font-size: 3rem;
  }
  /* line 887, ../sass/views/_home.scss */
  .home h6 {
    font-size: 2rem;
  }
  /* line 892, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 902, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -69%);
  }
  /* line 911, ../sass/views/_home.scss */
  .home .section-twelve h4 {
    font-size: 2.2rem;
  }
  /* line 915, ../sass/views/_home.scss */
  .home .section-twelve h5 {
    font-family: "Aero";
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 923, ../sass/views/_home.scss */
  .home h2 {
    font-size: 3rem;
  }
  /* line 926, ../sass/views/_home.scss */
  .home h6 {
    font-size: 2rem;
  }
  /* line 930, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 935, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 939, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 943, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 947, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 951, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 955, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 964, ../sass/views/_home.scss */
  .home .section-nine {
    background-image: url("../images/chicle.png");
    /* The image used */
    background-position: center left;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 970, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 977, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 979, ../sass/views/_home.scss */
  .home .section-ten h6 {
    padding-top: 50px;
  }
  /* line 987, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 996, ../sass/views/_home.scss */
  .home .section-thirteen .btn-primary {
    font-size: 1.8rem;
  }
  /* line 1001, ../sass/views/_home.scss */
  .home .chicle-top {
    margin-top: -20%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 1007, ../sass/views/_home.scss */
  .home h2 {
    font-size: 2rem;
  }
  /* line 1010, ../sass/views/_home.scss */
  .home h6 {
    font-size: 1.4rem;
  }
  /* line 1014, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 1019, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 1023, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 1027, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 1031, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 1035, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 1039, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 1045, ../sass/views/_home.scss */
  .home .chicle-top {
    margin-top: -28%;
  }
  /* line 1053, ../sass/views/_home.scss */
  .home .section-nine {
    background-image: url("../images/chicle.png");
    /* The image used */
    background-position: center left;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1059, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1066, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 1068, ../sass/views/_home.scss */
  .home .section-ten h6 {
    padding-top: 50px;
  }
  /* line 1076, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1085, ../sass/views/_home.scss */
  .home .section-thirteen .btn-primary {
    font-size: 1.4rem;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 1093, ../sass/views/_home.scss */
  .home h2 {
    font-size: 1.4rem;
  }
  /* line 1096, ../sass/views/_home.scss */
  .home h6 {
    font-size: 1.2rem;
  }
  /* line 1101, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 1105, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 1109, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 1113, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 1117, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 1121, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 1127, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 1132, ../sass/views/_home.scss */
  .home .section-nine {
    background-image: url("../images/chicle.png");
    /* The image used */
    background-position: center left;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1133, ../sass/views/_home.scss */
  .home .section-nine h2 {
    font-size: 1.4rem;
  }
  /* line 1136, ../sass/views/_home.scss */
  .home .section-nine h6 {
    font-size: 1.2rem;
  }
  /* line 1144, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1151, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 1153, ../sass/views/_home.scss */
  .home .section-ten h6 {
    font-size: 3rem;
    padding-top: 50px;
  }
  /* line 1161, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1170, ../sass/views/_home.scss */
  .home .section-twelve h4 {
    font-size: 1.4rem;
  }
  /* line 1174, ../sass/views/_home.scss */
  .home .section-twelve h5 {
    font-size: 1.2rem;
  }
  /* line 1179, ../sass/views/_home.scss */
  .home .section-thirteen h4 {
    font-size: 1.4rem;
  }
}
/* line 1187, ../sass/views/_home.scss */
.home .chicle-top {
  margin-top: -30%;
}

/* line 1197, ../sass/views/_home.scss */
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

/* line 1214, ../sass/views/_home.scss */
.bottom-particles {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 80%;
}
/* line 1220, ../sass/views/_home.scss */
.bottom-particles .bubble {
  background-color: rgba(240, 205, 34, 0.7);
  border-radius: 50%;
  bottom: -3rem;
  height: 3rem;
  width: 3rem;
  opacity: 0;
  position: absolute;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(1) {
  animation: blow 12803ms infinite;
  animation-delay: 5505ms;
  left: 47%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(2) {
  animation: blow 12511ms infinite;
  animation-delay: 2622ms;
  left: 42%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(3) {
  animation: blow 11222ms infinite;
  animation-delay: 10942ms;
  left: 3%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(4) {
  animation: blow 5000ms infinite;
  animation-delay: 8174ms;
  left: 82%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(5) {
  animation: blow 6839ms infinite;
  animation-delay: 7708ms;
  left: 77%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(6) {
  animation: blow 5000ms infinite;
  animation-delay: 662ms;
  left: 31%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(7) {
  animation: blow 6199ms infinite;
  animation-delay: 10966ms;
  left: 31%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(8) {
  animation: blow 13999ms infinite;
  animation-delay: 5783ms;
  left: 14%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(9) {
  animation: blow 5000ms infinite;
  animation-delay: 4119ms;
  left: 61%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(10) {
  animation: blow 8830ms infinite;
  animation-delay: 5988ms;
  left: 90%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(11) {
  animation: blow 5000ms infinite;
  animation-delay: 9825ms;
  left: 93%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(12) {
  animation: blow 8782ms infinite;
  animation-delay: 5334ms;
  left: 54%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(13) {
  animation: blow 10685ms infinite;
  animation-delay: 7838ms;
  left: 20%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(14) {
  animation: blow 5000ms infinite;
  animation-delay: 10362ms;
  left: 58%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(15) {
  animation: blow 7979ms infinite;
  animation-delay: 7784ms;
  left: 33%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(16) {
  animation: blow 10987ms infinite;
  animation-delay: 8848ms;
  left: 68%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(17) {
  animation: blow 5000ms infinite;
  animation-delay: 6759ms;
  left: 50%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(18) {
  animation: blow 5000ms infinite;
  animation-delay: 6178ms;
  left: 38%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(19) {
  animation: blow 6283ms infinite;
  animation-delay: 61ms;
  left: 41%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(20) {
  animation: blow 5000ms infinite;
  animation-delay: 5129ms;
  left: 100%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(21) {
  animation: blow 5000ms infinite;
  animation-delay: 9149ms;
  left: 49%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(22) {
  animation: blow 5000ms infinite;
  animation-delay: 4260ms;
  left: 38%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(23) {
  animation: blow 5000ms infinite;
  animation-delay: 8464ms;
  left: 34%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(24) {
  animation: blow 14979ms infinite;
  animation-delay: 1134ms;
  left: 71%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(25) {
  animation: blow 14256ms infinite;
  animation-delay: 6826ms;
  left: 26%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(26) {
  animation: blow 6359ms infinite;
  animation-delay: 6547ms;
  left: 42%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(27) {
  animation: blow 11115ms infinite;
  animation-delay: 8193ms;
  left: 68%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(28) {
  animation: blow 14699ms infinite;
  animation-delay: 2670ms;
  left: 40%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(29) {
  animation: blow 14148ms infinite;
  animation-delay: 4051ms;
  left: 88%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(30) {
  animation: blow 12157ms infinite;
  animation-delay: 11275ms;
  left: 76%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(31) {
  animation: blow 14457ms infinite;
  animation-delay: 981ms;
  left: 64%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(32) {
  animation: blow 13173ms infinite;
  animation-delay: 9656ms;
  left: 50%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(33) {
  animation: blow 10889ms infinite;
  animation-delay: 11324ms;
  left: 22%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(34) {
  animation: blow 5000ms infinite;
  animation-delay: 3415ms;
  left: 12%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(35) {
  animation: blow 13185ms infinite;
  animation-delay: 6611ms;
  left: 48%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(36) {
  animation: blow 14436ms infinite;
  animation-delay: 2773ms;
  left: 44%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(37) {
  animation: blow 14737ms infinite;
  animation-delay: 9399ms;
  left: 4%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(38) {
  animation: blow 12681ms infinite;
  animation-delay: 11539ms;
  left: 59%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(39) {
  animation: blow 6578ms infinite;
  animation-delay: 10729ms;
  left: 25%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(40) {
  animation: blow 13689ms infinite;
  animation-delay: 487ms;
  left: 1%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(41) {
  animation: blow 14345ms infinite;
  animation-delay: 9632ms;
  left: 15%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(42) {
  animation: blow 5000ms infinite;
  animation-delay: 622ms;
  left: 2%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(43) {
  animation: blow 14075ms infinite;
  animation-delay: 1849ms;
  left: 3%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(44) {
  animation: blow 11145ms infinite;
  animation-delay: 1216ms;
  left: 10%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(45) {
  animation: blow 7861ms infinite;
  animation-delay: 3347ms;
  left: 19%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(46) {
  animation: blow 11544ms infinite;
  animation-delay: 8145ms;
  left: 80%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(47) {
  animation: blow 11200ms infinite;
  animation-delay: 5146ms;
  left: 77%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(48) {
  animation: blow 5000ms infinite;
  animation-delay: 7237ms;
  left: 13%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(49) {
  animation: blow 5000ms infinite;
  animation-delay: 11217ms;
  left: 97%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(50) {
  animation: blow 8380ms infinite;
  animation-delay: 1965ms;
  left: 19%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(51) {
  animation: blow 13070ms infinite;
  animation-delay: 11572ms;
  left: 20%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(52) {
  animation: blow 14013ms infinite;
  animation-delay: 3719ms;
  left: 39%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(53) {
  animation: blow 9152ms infinite;
  animation-delay: 6192ms;
  left: 68%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(54) {
  animation: blow 12235ms infinite;
  animation-delay: 2877ms;
  left: 85%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(55) {
  animation: blow 5000ms infinite;
  animation-delay: 2982ms;
  left: 34%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(56) {
  animation: blow 9302ms infinite;
  animation-delay: 1179ms;
  left: 34%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(57) {
  animation: blow 13470ms infinite;
  animation-delay: 3989ms;
  left: 37%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(58) {
  animation: blow 5000ms infinite;
  animation-delay: 10888ms;
  left: 9%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(59) {
  animation: blow 12434ms infinite;
  animation-delay: 2401ms;
  left: 37%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(60) {
  animation: blow 7176ms infinite;
  animation-delay: 979ms;
  left: 20%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(61) {
  animation: blow 5000ms infinite;
  animation-delay: 10646ms;
  left: 60%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(62) {
  animation: blow 5000ms infinite;
  animation-delay: 9708ms;
  left: 89%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(63) {
  animation: blow 7081ms infinite;
  animation-delay: 5310ms;
  left: 3%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(64) {
  animation: blow 10547ms infinite;
  animation-delay: 4050ms;
  left: 10%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(65) {
  animation: blow 9029ms infinite;
  animation-delay: 2421ms;
  left: 19%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(66) {
  animation: blow 12598ms infinite;
  animation-delay: 6496ms;
  left: 35%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(67) {
  animation: blow 12051ms infinite;
  animation-delay: 9602ms;
  left: 87%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(68) {
  animation: blow 7483ms infinite;
  animation-delay: 2945ms;
  left: 21%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(69) {
  animation: blow 7978ms infinite;
  animation-delay: 722ms;
  left: 9%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(70) {
  animation: blow 10464ms infinite;
  animation-delay: 9003ms;
  left: 43%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(71) {
  animation: blow 8925ms infinite;
  animation-delay: 3061ms;
  left: 61%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(72) {
  animation: blow 5000ms infinite;
  animation-delay: 2890ms;
  left: 7%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(73) {
  animation: blow 13919ms infinite;
  animation-delay: 857ms;
  left: 59%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(74) {
  animation: blow 5353ms infinite;
  animation-delay: 3266ms;
  left: 39%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(75) {
  animation: blow 5000ms infinite;
  animation-delay: 11032ms;
  left: 91%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(76) {
  animation: blow 5000ms infinite;
  animation-delay: 5400ms;
  left: 74%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(77) {
  animation: blow 9543ms infinite;
  animation-delay: 6533ms;
  left: 17%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(78) {
  animation: blow 13187ms infinite;
  animation-delay: 2319ms;
  left: 58%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(79) {
  animation: blow 5000ms infinite;
  animation-delay: 9976ms;
  left: 6%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(80) {
  animation: blow 12266ms infinite;
  animation-delay: 3928ms;
  left: 57%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(81) {
  animation: blow 14174ms infinite;
  animation-delay: 1221ms;
  left: 96%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(82) {
  animation: blow 10139ms infinite;
  animation-delay: 10065ms;
  left: 46%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(83) {
  animation: blow 6076ms infinite;
  animation-delay: 2431ms;
  left: 79%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(84) {
  animation: blow 11192ms infinite;
  animation-delay: 10235ms;
  left: 61%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(85) {
  animation: blow 10421ms infinite;
  animation-delay: 660ms;
  left: 5%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(86) {
  animation: blow 14301ms infinite;
  animation-delay: 10587ms;
  left: 72%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(87) {
  animation: blow 5000ms infinite;
  animation-delay: 1309ms;
  left: 27%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(88) {
  animation: blow 13718ms infinite;
  animation-delay: 1308ms;
  left: 78%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(89) {
  animation: blow 5000ms infinite;
  animation-delay: 5686ms;
  left: 29%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(90) {
  animation: blow 13513ms infinite;
  animation-delay: 5256ms;
  left: 35%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(91) {
  animation: blow 10280ms infinite;
  animation-delay: 6219ms;
  left: 14%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(92) {
  animation: blow 5880ms infinite;
  animation-delay: 3178ms;
  left: 49%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(93) {
  animation: blow 5000ms infinite;
  animation-delay: 128ms;
  left: 11%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(94) {
  animation: blow 5000ms infinite;
  animation-delay: 6188ms;
  left: 17%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(95) {
  animation: blow 5000ms infinite;
  animation-delay: 9693ms;
  left: 80%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(96) {
  animation: blow 7022ms infinite;
  animation-delay: 8698ms;
  left: 61%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(97) {
  animation: blow 7514ms infinite;
  animation-delay: 976ms;
  left: 50%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(98) {
  animation: blow 5227ms infinite;
  animation-delay: 9958ms;
  left: 99%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(99) {
  animation: blow 11389ms infinite;
  animation-delay: 11922ms;
  left: 79%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(100) {
  animation: blow 5000ms infinite;
  animation-delay: 4981ms;
  left: 2%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(101) {
  animation: blow 8653ms infinite;
  animation-delay: 1752ms;
  left: 41%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(102) {
  animation: blow 9163ms infinite;
  animation-delay: 10498ms;
  left: 85%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(103) {
  animation: blow 9952ms infinite;
  animation-delay: 10148ms;
  left: 77%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(104) {
  animation: blow 5028ms infinite;
  animation-delay: 1977ms;
  left: 74%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(105) {
  animation: blow 5000ms infinite;
  animation-delay: 1053ms;
  left: 76%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(106) {
  animation: blow 6183ms infinite;
  animation-delay: 1614ms;
  left: 34%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(107) {
  animation: blow 8512ms infinite;
  animation-delay: 2723ms;
  left: 53%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(108) {
  animation: blow 7018ms infinite;
  animation-delay: 3033ms;
  left: 56%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(109) {
  animation: blow 9351ms infinite;
  animation-delay: 9456ms;
  left: 67%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(110) {
  animation: blow 14603ms infinite;
  animation-delay: 3423ms;
  left: 16%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(111) {
  animation: blow 14593ms infinite;
  animation-delay: 7012ms;
  left: 26%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(112) {
  animation: blow 6079ms infinite;
  animation-delay: 11612ms;
  left: 86%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(113) {
  animation: blow 5000ms infinite;
  animation-delay: 8035ms;
  left: 83%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(114) {
  animation: blow 12546ms infinite;
  animation-delay: 7421ms;
  left: 10%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(115) {
  animation: blow 8324ms infinite;
  animation-delay: 6393ms;
  left: 82%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(116) {
  animation: blow 5000ms infinite;
  animation-delay: 8389ms;
  left: 71%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(117) {
  animation: blow 5000ms infinite;
  animation-delay: 1890ms;
  left: 31%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(118) {
  animation: blow 5000ms infinite;
  animation-delay: 1441ms;
  left: 88%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(119) {
  animation: blow 5000ms infinite;
  animation-delay: 10118ms;
  left: 52%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(120) {
  animation: blow 5066ms infinite;
  animation-delay: 9962ms;
  left: 13%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(121) {
  animation: blow 5000ms infinite;
  animation-delay: 2372ms;
  left: 14%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(122) {
  animation: blow 5000ms infinite;
  animation-delay: 10327ms;
  left: 77%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(123) {
  animation: blow 7693ms infinite;
  animation-delay: 5892ms;
  left: 72%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(124) {
  animation: blow 6493ms infinite;
  animation-delay: 4457ms;
  left: 23%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(125) {
  animation: blow 7079ms infinite;
  animation-delay: 5660ms;
  left: 83%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(126) {
  animation: blow 11027ms infinite;
  animation-delay: 11991ms;
  left: 32%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(127) {
  animation: blow 13027ms infinite;
  animation-delay: 11363ms;
  left: 37%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(128) {
  animation: blow 5087ms infinite;
  animation-delay: 8447ms;
  left: 92%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(129) {
  animation: blow 13455ms infinite;
  animation-delay: 803ms;
  left: 73%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(130) {
  animation: blow 13814ms infinite;
  animation-delay: 3662ms;
  left: 47%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(131) {
  animation: blow 6980ms infinite;
  animation-delay: 7149ms;
  left: 69%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(132) {
  animation: blow 6140ms infinite;
  animation-delay: 9081ms;
  left: 65%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(133) {
  animation: blow 9459ms infinite;
  animation-delay: 574ms;
  left: 89%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(134) {
  animation: blow 14786ms infinite;
  animation-delay: 11069ms;
  left: 97%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(135) {
  animation: blow 8003ms infinite;
  animation-delay: 4205ms;
  left: 36%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(136) {
  animation: blow 5000ms infinite;
  animation-delay: 11043ms;
  left: 41%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(137) {
  animation: blow 8949ms infinite;
  animation-delay: 8128ms;
  left: 40%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(138) {
  animation: blow 11467ms infinite;
  animation-delay: 9837ms;
  left: 82%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(139) {
  animation: blow 10526ms infinite;
  animation-delay: 4563ms;
  left: 72%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(140) {
  animation: blow 5000ms infinite;
  animation-delay: 6776ms;
  left: 34%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(141) {
  animation: blow 7334ms infinite;
  animation-delay: 5224ms;
  left: 41%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(142) {
  animation: blow 5000ms infinite;
  animation-delay: 3601ms;
  left: 20%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(143) {
  animation: blow 11374ms infinite;
  animation-delay: 5320ms;
  left: 43%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(144) {
  animation: blow 6343ms infinite;
  animation-delay: 202ms;
  left: 19%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(145) {
  animation: blow 5000ms infinite;
  animation-delay: 10394ms;
  left: 25%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(146) {
  animation: blow 5688ms infinite;
  animation-delay: 556ms;
  left: 49%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(147) {
  animation: blow 10155ms infinite;
  animation-delay: 7350ms;
  left: 47%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(148) {
  animation: blow 9241ms infinite;
  animation-delay: 9013ms;
  left: 8%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(149) {
  animation: blow 8591ms infinite;
  animation-delay: 10852ms;
  left: 88%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(150) {
  animation: blow 5000ms infinite;
  animation-delay: 4382ms;
  left: 89%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(151) {
  animation: blow 6741ms infinite;
  animation-delay: 5799ms;
  left: 27%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(152) {
  animation: blow 5770ms infinite;
  animation-delay: 7206ms;
  left: 13%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(153) {
  animation: blow 9254ms infinite;
  animation-delay: 694ms;
  left: 70%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(154) {
  animation: blow 5000ms infinite;
  animation-delay: 7708ms;
  left: 31%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(155) {
  animation: blow 5000ms infinite;
  animation-delay: 5697ms;
  left: 72%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(156) {
  animation: blow 11537ms infinite;
  animation-delay: 7459ms;
  left: 35%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(157) {
  animation: blow 5545ms infinite;
  animation-delay: 435ms;
  left: 16%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(158) {
  animation: blow 9752ms infinite;
  animation-delay: 11652ms;
  left: 40%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(159) {
  animation: blow 5817ms infinite;
  animation-delay: 8167ms;
  left: 43%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(160) {
  animation: blow 5000ms infinite;
  animation-delay: 5567ms;
  left: 2%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(161) {
  animation: blow 5000ms infinite;
  animation-delay: 1857ms;
  left: 24%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(162) {
  animation: blow 9821ms infinite;
  animation-delay: 8496ms;
  left: 72%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(163) {
  animation: blow 5000ms infinite;
  animation-delay: 9276ms;
  left: 7%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(164) {
  animation: blow 7521ms infinite;
  animation-delay: 10676ms;
  left: 77%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(165) {
  animation: blow 11985ms infinite;
  animation-delay: 4010ms;
  left: 49%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(166) {
  animation: blow 9640ms infinite;
  animation-delay: 2928ms;
  left: 72%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(167) {
  animation: blow 12071ms infinite;
  animation-delay: 2113ms;
  left: 34%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(168) {
  animation: blow 14748ms infinite;
  animation-delay: 1436ms;
  left: 29%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(169) {
  animation: blow 5000ms infinite;
  animation-delay: 1334ms;
  left: 6%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(170) {
  animation: blow 5000ms infinite;
  animation-delay: 915ms;
  left: 13%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(171) {
  animation: blow 9894ms infinite;
  animation-delay: 4466ms;
  left: 16%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(172) {
  animation: blow 9818ms infinite;
  animation-delay: 4006ms;
  left: 38%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(173) {
  animation: blow 8675ms infinite;
  animation-delay: 2606ms;
  left: 17%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(174) {
  animation: blow 5720ms infinite;
  animation-delay: 11846ms;
  left: 19%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(175) {
  animation: blow 5000ms infinite;
  animation-delay: 4940ms;
  left: 3%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(176) {
  animation: blow 6452ms infinite;
  animation-delay: 6119ms;
  left: 44%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(177) {
  animation: blow 14132ms infinite;
  animation-delay: 7039ms;
  left: 74%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(178) {
  animation: blow 8773ms infinite;
  animation-delay: 3262ms;
  left: 20%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(179) {
  animation: blow 14198ms infinite;
  animation-delay: 1228ms;
  left: 44%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(180) {
  animation: blow 7603ms infinite;
  animation-delay: 8062ms;
  left: 38%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(181) {
  animation: blow 10767ms infinite;
  animation-delay: 6228ms;
  left: 73%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(182) {
  animation: blow 8804ms infinite;
  animation-delay: 627ms;
  left: 5%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(183) {
  animation: blow 5000ms infinite;
  animation-delay: 7085ms;
  left: 96%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(184) {
  animation: blow 5000ms infinite;
  animation-delay: 4882ms;
  left: 89%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(185) {
  animation: blow 7353ms infinite;
  animation-delay: 1985ms;
  left: 38%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(186) {
  animation: blow 12654ms infinite;
  animation-delay: 10272ms;
  left: 65%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(187) {
  animation: blow 5000ms infinite;
  animation-delay: 1348ms;
  left: 87%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(188) {
  animation: blow 14449ms infinite;
  animation-delay: 2416ms;
  left: 14%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(189) {
  animation: blow 5000ms infinite;
  animation-delay: 9251ms;
  left: 14%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(190) {
  animation: blow 14646ms infinite;
  animation-delay: 5808ms;
  left: 15%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(191) {
  animation: blow 5000ms infinite;
  animation-delay: 8588ms;
  left: 97%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(192) {
  animation: blow 8338ms infinite;
  animation-delay: 4373ms;
  left: 92%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(193) {
  animation: blow 7988ms infinite;
  animation-delay: 5047ms;
  left: 39%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(194) {
  animation: blow 13641ms infinite;
  animation-delay: 3776ms;
  left: 29%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(195) {
  animation: blow 10897ms infinite;
  animation-delay: 1415ms;
  left: 81%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(196) {
  animation: blow 7627ms infinite;
  animation-delay: 1995ms;
  left: 14%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(197) {
  animation: blow 9723ms infinite;
  animation-delay: 6045ms;
  left: 15%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(198) {
  animation: blow 12817ms infinite;
  animation-delay: 3381ms;
  left: 24%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(199) {
  animation: blow 5564ms infinite;
  animation-delay: 3533ms;
  left: 55%;
}
/* line 1235, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(200) {
  animation: blow 5983ms infinite;
  animation-delay: 10688ms;
  left: 2%;
}

@keyframes blow {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -100vh) scale(0.2);
  }
}
