/*--------------------------------------------------------------
# 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 p {
  color: #00f7f7;
  font-size: 1.2rem;
  font-family: "AudibleSans-Sm";
}
/* line 146, ../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 153, ../sass/views/_home.scss */
  .home .section-one .whygummies p {
    font-size: 1.4rem;
  }
  /* line 158, ../sass/views/_home.scss */
  .home .section-one .whygummies h3 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  /* line 165, ../sass/views/_home.scss */
  .home .section-one .whygummies p {
    font-size: 1.4rem;
  }
  /* line 170, ../sass/views/_home.scss */
  .home .section-one .whygummies h3 {
    font-size: 3.0rem;
  }
}
@media (min-width: 992px) {
  /* line 178, ../sass/views/_home.scss */
  .home .section-one .whygummies p {
    font-size: 1.8rem;
  }
  /* line 183, ../sass/views/_home.scss */
  .home .section-one .whygummies h3 {
    font-size: 3.8rem;
  }
}
/* line 194, ../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 201, ../sass/views/_home.scss */
  .home .section-one .whygummies-text p {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  /* line 212, ../sass/views/_home.scss */
  .home .section-one .whygummies-text p {
    font-size: 1.8rem;
    line-height: 38px;
  }
}
/* line 223, ../sass/views/_home.scss */
.home .section-one p {
  background-color: transparent;
  color: white;
}
/* line 226, ../sass/views/_home.scss */
.home .section-one p span {
  color: #00f7f7;
}
/* line 233, ../sass/views/_home.scss */
.home .section-one [aria-expanded="false"] > .expanded,
.home .section-one [aria-expanded="true"] > .collapsed {
  display: none;
}
/* line 237, ../sass/views/_home.scss */
.home .section-one a {
  text-decoration: none;
  color: #00f7f7;
  font-weight: bold;
}
/* line 246, ../sass/views/_home.scss */
.home .product .text-quantity {
  margin-top: -25%;
  margin-left: -3%;
}
/* line 250, ../sass/views/_home.scss */
.home .product p {
  font-size: 1.1rem;
  color: white;
  font-family: "AudibleSans-Sm";
}
/* line 254, ../sass/views/_home.scss */
.home .product p.reference {
  font-size: 1rem;
  color: white;
  font-family: "AudibleSans-Rg";
}
/* line 260, ../sass/views/_home.scss */
.home .product p.dosis {
  font-size: 0.9rem;
  color: white;
}
/* line 265, ../sass/views/_home.scss */
.home .product h2 {
  color: #ffe900;
  font-family: "AudibleSans-Bd";
  font-size: 3.0rem;
}
/* line 270, ../sass/views/_home.scss */
.home .product h4 {
  font-family: "Aero";
  font-size: 1.5rem;
  color: white;
}
/* line 274, ../sass/views/_home.scss */
.home .product h4 span {
  position: relative;
  z-index: 10;
}
/* line 278, ../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 278, ../sass/views/_home.scss */
  .home .product h4 .absolute {
    max-width: 100%;
    right: -80px;
    top: -90px;
  }
}
/* line 295, ../sass/views/_home.scss */
.home .product ul li {
  color: white;
  font-size: 1.2rem;
  font-family: "AudibleSans-Rg";
}
@media (min-width: 576px) {
  /* line 304, ../sass/views/_home.scss */
  .home .product p {
    font-size: 1.2rem;
  }
  /* line 307, ../sass/views/_home.scss */
  .home .product p.reference {
    font-size: 1.1rem;
  }
  /* line 314, ../sass/views/_home.scss */
  .home .product h2 {
    font-size: 4.0rem;
  }
  /* line 318, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  /* line 325, ../sass/views/_home.scss */
  .home .product p {
    font-size: 1.3rem;
    color: white;
    font-family: "AudibleSans-Sm";
  }
  /* line 329, ../sass/views/_home.scss */
  .home .product p.reference {
    font-size: 1.2rem;
    color: white;
    font-family: "AudibleSans-Rg";
  }
  /* line 335, ../sass/views/_home.scss */
  .home .product p.dosis {
    font-size: 0.9rem;
    color: white;
  }
  /* line 340, ../sass/views/_home.scss */
  .home .product h2 {
    font-size: 5.4rem;
  }
  /* line 344, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1400px) {
  /* line 351, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1600px) {
  /* line 359, ../sass/views/_home.scss */
  .home .product h4 {
    font-size: 3rem;
  }
}
/* line 368, ../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 380, ../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;
}
@media (min-width: 768px) {
  /* line 380, ../sass/views/_home.scss */
  .home .section-four {
    padding-top: 280px;
  }
}
/* line 398, ../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 408, ../sass/views/_home.scss */
.home .section-five.product h2 {
  color: #00b4e1;
  font-size: 3.2rem;
}
@media (min-width: 576px) {
  /* line 415, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  /* line 424, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 5.4rem;
  }
}
@media (min-width: 1400px) {
  /* line 433, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 6.4rem;
  }
}
@media (min-width: 1600px) {
  /* line 443, ../sass/views/_home.scss */
  .home .section-five.product h2 {
    font-size: 7.8rem;
  }
}
/* line 454, ../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 464, ../sass/views/_home.scss */
.home .section-six.product h2 {
  color: #fff;
  font-size: 3rem;
}
@media (min-width: 576px) {
  /* line 472, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  /* line 481, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  /* line 454, ../sass/views/_home.scss */
  .home .section-six {
    padding-top: 280px;
  }
  /* line 491, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 4.3rem;
  }
}
@media (min-width: 1400px) {
  /* line 500, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  /* line 510, ../sass/views/_home.scss */
  .home .section-six.product h2 {
    font-size: 5.8rem;
  }
}
/* line 520, ../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 530, ../sass/views/_home.scss */
.home .section-seven.product h2 {
  color: #fff;
  font-size: 3rem;
}
@media (min-width: 576px) {
  /* line 537, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  /* line 546, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 5rem;
  }
}
@media (min-width: 1400px) {
  /* line 555, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  /* line 564, ../sass/views/_home.scss */
  .home .section-seven.product h2 {
    font-size: 7rem;
  }
}
/* line 574, ../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 584, ../sass/views/_home.scss */
.home .section-eight.product h2 {
  color: #fff;
  font-size: 2.6rem;
}
/* line 587, ../sass/views/_home.scss */
.home .section-eight.product h2 span {
  font-size: 2.6rem;
}
@media (min-width: 576px) {
  /* line 574, ../sass/views/_home.scss */
  .home .section-eight {
    padding-bottom: 300px;
  }
  /* line 596, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    font-size: 3rem;
  }
  /* line 598, ../sass/views/_home.scss */
  .home .section-eight.product h2 span {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  /* line 574, ../sass/views/_home.scss */
  .home .section-eight {
    padding-top: 200px;
  }
  /* line 609, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    color: #fff;
    font-size: 3.8rem;
  }
  /* line 612, ../sass/views/_home.scss */
  .home .section-eight.product h2 span {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  /* line 574, ../sass/views/_home.scss */
  .home .section-eight {
    padding-top: 280px;
  }
}
@media (min-width: 1400px) {
  /* line 629, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    font-size: 4.0rem;
  }
}
@media (min-width: 1600px) {
  /* line 638, ../sass/views/_home.scss */
  .home .section-eight.product h2 {
    font-size: 5rem;
  }
}
/* line 650, ../sass/views/_home.scss */
.home .section-nine {
  background: white;
}
/* line 652, ../sass/views/_home.scss */
.home .section-nine .absolute {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 659, ../sass/views/_home.scss */
.home .section-nine p {
  color: black;
}
/* line 661, ../sass/views/_home.scss */
.home .section-nine p span {
  font-family: "Aero";
}
/* line 666, ../sass/views/_home.scss */
.home .section-nine h2 {
  color: black;
  font-size: 2.6rem;
}
/* line 672, ../sass/views/_home.scss */
.home .section-ten {
  background: black;
  margin-top: -140px;
}
/* line 676, ../sass/views/_home.scss */
.home .section-ten p {
  color: white;
}
/* line 678, ../sass/views/_home.scss */
.home .section-ten p span {
  font-family: "Aero";
  color: #4fc2dd;
}
/* line 683, ../sass/views/_home.scss */
.home .section-ten h6 {
  font-size: 6rem;
  color: #00f7f7;
  padding-top: 250px;
}
/* line 691, ../sass/views/_home.scss */
.home .section-eleven .absolute {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -70%);
}
@media (min-width: 992px) {
  /* line 691, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 691, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 40%;
  }
}
@media (min-width: 1400px) {
  /* line 691, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 30%;
  }
}
/* line 708, ../sass/views/_home.scss */
.home .section-eleven .absolute p {
  color: white;
}
/* line 710, ../sass/views/_home.scss */
.home .section-eleven .absolute p span {
  font-family: "Aero";
  color: #00f7f7;
}
/* line 718, ../sass/views/_home.scss */
.home .section-twelve {
  background-color: #00f7f7;
  color: black;
}
/* line 721, ../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 727, ../sass/views/_home.scss */
.home .section-twelve h4 {
  font-family: "Aero";
  font-size: 3rem;
}
/* line 731, ../sass/views/_home.scss */
.home .section-twelve h5 {
  font-family: "Aero";
  font-size: 1.8rem;
}
/* line 737, ../sass/views/_home.scss */
.home .section-thirteen input {
  color: black;
  font-family: "BebasNeue-Regular";
}
/* line 741, ../sass/views/_home.scss */
.home .section-thirteen ::placeholder {
  color: black;
}
/* line 744, ../sass/views/_home.scss */
.home .section-thirteen textarea {
  color: black;
  font-family: "BebasNeue-Regular";
}
/* line 748, ../sass/views/_home.scss */
.home .section-thirteen h4 {
  font-family: "Aero";
  font-size: 3rem;
  color: white;
}
/* line 753, ../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 770, ../sass/views/_home.scss */
  .home h2 {
    font-size: 3rem;
  }
  /* line 774, ../sass/views/_home.scss */
  .home h6 {
    font-size: 2rem;
  }
  /* line 779, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 789, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -69%);
  }
  /* line 798, ../sass/views/_home.scss */
  .home .section-twelve h4 {
    font-size: 2.2rem;
  }
  /* line 802, ../sass/views/_home.scss */
  .home .section-twelve h5 {
    font-family: "Aero";
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 810, ../sass/views/_home.scss */
  .home h2 {
    font-size: 3rem;
  }
  /* line 813, ../sass/views/_home.scss */
  .home h6 {
    font-size: 2rem;
  }
  /* line 817, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 822, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 826, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 830, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 834, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 838, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 842, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 851, ../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 857, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 864, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 866, ../sass/views/_home.scss */
  .home .section-ten h6 {
    padding-top: 50px;
  }
  /* line 874, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 883, ../sass/views/_home.scss */
  .home .section-thirteen .btn-primary {
    font-size: 1.8rem;
  }
  /* line 888, ../sass/views/_home.scss */
  .home .chicle-top {
    margin-top: -20%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 894, ../sass/views/_home.scss */
  .home h2 {
    font-size: 2rem;
  }
  /* line 897, ../sass/views/_home.scss */
  .home h6 {
    font-size: 1.4rem;
  }
  /* line 901, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 906, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 910, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 914, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 918, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 922, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 926, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 932, ../sass/views/_home.scss */
  .home .chicle-top {
    margin-top: -28%;
  }
  /* line 940, ../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 946, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 953, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 955, ../sass/views/_home.scss */
  .home .section-ten h6 {
    padding-top: 50px;
  }
  /* line 963, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 972, ../sass/views/_home.scss */
  .home .section-thirteen .btn-primary {
    font-size: 1.4rem;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 980, ../sass/views/_home.scss */
  .home h2 {
    font-size: 1.4rem;
  }
  /* line 983, ../sass/views/_home.scss */
  .home h6 {
    font-size: 1.2rem;
  }
  /* line 988, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 992, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 996, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 1000, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 1004, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 1008, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 1014, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 1019, ../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 1020, ../sass/views/_home.scss */
  .home .section-nine h2 {
    font-size: 1.4rem;
  }
  /* line 1023, ../sass/views/_home.scss */
  .home .section-nine h6 {
    font-size: 1.2rem;
  }
  /* line 1031, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1038, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 1040, ../sass/views/_home.scss */
  .home .section-ten h6 {
    font-size: 3rem;
    padding-top: 50px;
  }
  /* line 1048, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1057, ../sass/views/_home.scss */
  .home .section-twelve h4 {
    font-size: 1.4rem;
  }
  /* line 1061, ../sass/views/_home.scss */
  .home .section-twelve h5 {
    font-size: 1.2rem;
  }
  /* line 1066, ../sass/views/_home.scss */
  .home .section-thirteen h4 {
    font-size: 1.4rem;
  }
}
/* line 1074, ../sass/views/_home.scss */
.home .chicle-top {
  margin-top: -30%;
}

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

/* line 1101, ../sass/views/_home.scss */
.bottom-particles {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 80%;
}
/* line 1107, ../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 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(1) {
  animation: blow 5000ms infinite;
  animation-delay: 1097ms;
  left: 67%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(2) {
  animation: blow 5000ms infinite;
  animation-delay: 11989ms;
  left: 7%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(3) {
  animation: blow 5000ms infinite;
  animation-delay: 6987ms;
  left: 49%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(4) {
  animation: blow 11367ms infinite;
  animation-delay: 7064ms;
  left: 17%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(5) {
  animation: blow 5000ms infinite;
  animation-delay: 9722ms;
  left: 96%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(6) {
  animation: blow 6055ms infinite;
  animation-delay: 758ms;
  left: 75%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(7) {
  animation: blow 14946ms infinite;
  animation-delay: 6542ms;
  left: 58%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(8) {
  animation: blow 5000ms infinite;
  animation-delay: 8224ms;
  left: 54%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(9) {
  animation: blow 6945ms infinite;
  animation-delay: 11787ms;
  left: 90%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(10) {
  animation: blow 11179ms infinite;
  animation-delay: 11751ms;
  left: 26%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(11) {
  animation: blow 5000ms infinite;
  animation-delay: 2855ms;
  left: 89%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(12) {
  animation: blow 5000ms infinite;
  animation-delay: 3361ms;
  left: 27%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(13) {
  animation: blow 8912ms infinite;
  animation-delay: 11264ms;
  left: 56%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(14) {
  animation: blow 6022ms infinite;
  animation-delay: 8128ms;
  left: 48%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(15) {
  animation: blow 8514ms infinite;
  animation-delay: 1437ms;
  left: 61%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(16) {
  animation: blow 11618ms infinite;
  animation-delay: 2202ms;
  left: 34%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(17) {
  animation: blow 8647ms infinite;
  animation-delay: 11584ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(18) {
  animation: blow 10759ms infinite;
  animation-delay: 2891ms;
  left: 23%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(19) {
  animation: blow 5000ms infinite;
  animation-delay: 10629ms;
  left: 54%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(20) {
  animation: blow 5000ms infinite;
  animation-delay: 1656ms;
  left: 40%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(21) {
  animation: blow 14497ms infinite;
  animation-delay: 2380ms;
  left: 19%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(22) {
  animation: blow 5000ms infinite;
  animation-delay: 4035ms;
  left: 81%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(23) {
  animation: blow 12187ms infinite;
  animation-delay: 8431ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(24) {
  animation: blow 6932ms infinite;
  animation-delay: 11505ms;
  left: 13%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(25) {
  animation: blow 7704ms infinite;
  animation-delay: 11929ms;
  left: 33%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(26) {
  animation: blow 5000ms infinite;
  animation-delay: 7194ms;
  left: 84%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(27) {
  animation: blow 7091ms infinite;
  animation-delay: 251ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(28) {
  animation: blow 6001ms infinite;
  animation-delay: 9841ms;
  left: 95%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(29) {
  animation: blow 5000ms infinite;
  animation-delay: 4170ms;
  left: 43%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(30) {
  animation: blow 5000ms infinite;
  animation-delay: 8506ms;
  left: 59%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(31) {
  animation: blow 10464ms infinite;
  animation-delay: 1017ms;
  left: 61%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(32) {
  animation: blow 7638ms infinite;
  animation-delay: 11327ms;
  left: 36%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(33) {
  animation: blow 8123ms infinite;
  animation-delay: 9370ms;
  left: 51%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(34) {
  animation: blow 13631ms infinite;
  animation-delay: 8196ms;
  left: 94%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(35) {
  animation: blow 5000ms infinite;
  animation-delay: 1030ms;
  left: 55%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(36) {
  animation: blow 14785ms infinite;
  animation-delay: 159ms;
  left: 80%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(37) {
  animation: blow 5857ms infinite;
  animation-delay: 6791ms;
  left: 97%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(38) {
  animation: blow 5000ms infinite;
  animation-delay: 5329ms;
  left: 84%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(39) {
  animation: blow 9208ms infinite;
  animation-delay: 336ms;
  left: 55%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(40) {
  animation: blow 5000ms infinite;
  animation-delay: 11309ms;
  left: 93%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(41) {
  animation: blow 5000ms infinite;
  animation-delay: 11830ms;
  left: 81%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(42) {
  animation: blow 7585ms infinite;
  animation-delay: 8991ms;
  left: 31%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(43) {
  animation: blow 5000ms infinite;
  animation-delay: 880ms;
  left: 9%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(44) {
  animation: blow 5000ms infinite;
  animation-delay: 1399ms;
  left: 60%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(45) {
  animation: blow 9348ms infinite;
  animation-delay: 3010ms;
  left: 86%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(46) {
  animation: blow 13523ms infinite;
  animation-delay: 5853ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(47) {
  animation: blow 5000ms infinite;
  animation-delay: 6856ms;
  left: 72%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(48) {
  animation: blow 12694ms infinite;
  animation-delay: 11429ms;
  left: 82%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(49) {
  animation: blow 9423ms infinite;
  animation-delay: 10537ms;
  left: 66%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(50) {
  animation: blow 5000ms infinite;
  animation-delay: 3707ms;
  left: 77%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(51) {
  animation: blow 6600ms infinite;
  animation-delay: 8599ms;
  left: 56%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(52) {
  animation: blow 6894ms infinite;
  animation-delay: 498ms;
  left: 82%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(53) {
  animation: blow 5027ms infinite;
  animation-delay: 3415ms;
  left: 92%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(54) {
  animation: blow 11624ms infinite;
  animation-delay: 9573ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(55) {
  animation: blow 7185ms infinite;
  animation-delay: 9660ms;
  left: 30%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(56) {
  animation: blow 10587ms infinite;
  animation-delay: 11982ms;
  left: 67%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(57) {
  animation: blow 12633ms infinite;
  animation-delay: 4331ms;
  left: 47%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(58) {
  animation: blow 7526ms infinite;
  animation-delay: 8034ms;
  left: 13%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(59) {
  animation: blow 14938ms infinite;
  animation-delay: 10730ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(60) {
  animation: blow 14634ms infinite;
  animation-delay: 6079ms;
  left: 16%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(61) {
  animation: blow 5000ms infinite;
  animation-delay: 2485ms;
  left: 79%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(62) {
  animation: blow 5000ms infinite;
  animation-delay: 4429ms;
  left: 42%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(63) {
  animation: blow 8954ms infinite;
  animation-delay: 11434ms;
  left: 40%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(64) {
  animation: blow 8495ms infinite;
  animation-delay: 6820ms;
  left: 24%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(65) {
  animation: blow 5000ms infinite;
  animation-delay: 944ms;
  left: 48%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(66) {
  animation: blow 6982ms infinite;
  animation-delay: 9093ms;
  left: 25%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(67) {
  animation: blow 9376ms infinite;
  animation-delay: 875ms;
  left: 71%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(68) {
  animation: blow 5000ms infinite;
  animation-delay: 5207ms;
  left: 52%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(69) {
  animation: blow 5000ms infinite;
  animation-delay: 4389ms;
  left: 77%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(70) {
  animation: blow 6810ms infinite;
  animation-delay: 2820ms;
  left: 52%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(71) {
  animation: blow 14457ms infinite;
  animation-delay: 9464ms;
  left: 8%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(72) {
  animation: blow 12829ms infinite;
  animation-delay: 8766ms;
  left: 33%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(73) {
  animation: blow 10936ms infinite;
  animation-delay: 2167ms;
  left: 23%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(74) {
  animation: blow 5000ms infinite;
  animation-delay: 11560ms;
  left: 100%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(75) {
  animation: blow 5000ms infinite;
  animation-delay: 1378ms;
  left: 37%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(76) {
  animation: blow 5000ms infinite;
  animation-delay: 4656ms;
  left: 88%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(77) {
  animation: blow 10283ms infinite;
  animation-delay: 8570ms;
  left: 34%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(78) {
  animation: blow 6782ms infinite;
  animation-delay: 8133ms;
  left: 81%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(79) {
  animation: blow 5000ms infinite;
  animation-delay: 320ms;
  left: 93%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(80) {
  animation: blow 5000ms infinite;
  animation-delay: 10485ms;
  left: 58%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(81) {
  animation: blow 10386ms infinite;
  animation-delay: 3465ms;
  left: 25%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(82) {
  animation: blow 5000ms infinite;
  animation-delay: 9346ms;
  left: 19%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(83) {
  animation: blow 8027ms infinite;
  animation-delay: 7160ms;
  left: 50%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(84) {
  animation: blow 5000ms infinite;
  animation-delay: 139ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(85) {
  animation: blow 5000ms infinite;
  animation-delay: 10720ms;
  left: 3%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(86) {
  animation: blow 5000ms infinite;
  animation-delay: 4066ms;
  left: 64%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(87) {
  animation: blow 12094ms infinite;
  animation-delay: 10271ms;
  left: 62%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(88) {
  animation: blow 12461ms infinite;
  animation-delay: 3286ms;
  left: 55%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(89) {
  animation: blow 9662ms infinite;
  animation-delay: 6091ms;
  left: 88%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(90) {
  animation: blow 5694ms infinite;
  animation-delay: 1264ms;
  left: 79%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(91) {
  animation: blow 5000ms infinite;
  animation-delay: 11727ms;
  left: 28%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(92) {
  animation: blow 5000ms infinite;
  animation-delay: 5138ms;
  left: 65%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(93) {
  animation: blow 5000ms infinite;
  animation-delay: 2862ms;
  left: 78%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(94) {
  animation: blow 5000ms infinite;
  animation-delay: 8480ms;
  left: 75%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(95) {
  animation: blow 5000ms infinite;
  animation-delay: 8398ms;
  left: 51%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(96) {
  animation: blow 14710ms infinite;
  animation-delay: 6316ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(97) {
  animation: blow 5000ms infinite;
  animation-delay: 11311ms;
  left: 96%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(98) {
  animation: blow 5000ms infinite;
  animation-delay: 6357ms;
  left: 78%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(99) {
  animation: blow 5000ms infinite;
  animation-delay: 10034ms;
  left: 96%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(100) {
  animation: blow 5152ms infinite;
  animation-delay: 2888ms;
  left: 69%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(101) {
  animation: blow 5000ms infinite;
  animation-delay: 11238ms;
  left: 22%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(102) {
  animation: blow 8673ms infinite;
  animation-delay: 2560ms;
  left: 35%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(103) {
  animation: blow 10056ms infinite;
  animation-delay: 4581ms;
  left: 12%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(104) {
  animation: blow 5000ms infinite;
  animation-delay: 7313ms;
  left: 84%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(105) {
  animation: blow 8765ms infinite;
  animation-delay: 3402ms;
  left: 59%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(106) {
  animation: blow 14899ms infinite;
  animation-delay: 2738ms;
  left: 52%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(107) {
  animation: blow 9581ms infinite;
  animation-delay: 2212ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(108) {
  animation: blow 12647ms infinite;
  animation-delay: 1749ms;
  left: 67%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(109) {
  animation: blow 5000ms infinite;
  animation-delay: 10107ms;
  left: 99%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(110) {
  animation: blow 9327ms infinite;
  animation-delay: 9472ms;
  left: 1%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(111) {
  animation: blow 5000ms infinite;
  animation-delay: 10389ms;
  left: 80%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(112) {
  animation: blow 13621ms infinite;
  animation-delay: 7767ms;
  left: 67%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(113) {
  animation: blow 6104ms infinite;
  animation-delay: 8847ms;
  left: 39%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(114) {
  animation: blow 8848ms infinite;
  animation-delay: 5665ms;
  left: 29%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(115) {
  animation: blow 5000ms infinite;
  animation-delay: 465ms;
  left: 87%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(116) {
  animation: blow 5000ms infinite;
  animation-delay: 9405ms;
  left: 73%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(117) {
  animation: blow 5000ms infinite;
  animation-delay: 7238ms;
  left: 49%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(118) {
  animation: blow 5000ms infinite;
  animation-delay: 9984ms;
  left: 38%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(119) {
  animation: blow 5000ms infinite;
  animation-delay: 10865ms;
  left: 92%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(120) {
  animation: blow 9749ms infinite;
  animation-delay: 9420ms;
  left: 61%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(121) {
  animation: blow 7133ms infinite;
  animation-delay: 11506ms;
  left: 84%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(122) {
  animation: blow 5170ms infinite;
  animation-delay: 4078ms;
  left: 74%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(123) {
  animation: blow 9461ms infinite;
  animation-delay: 8662ms;
  left: 80%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(124) {
  animation: blow 5000ms infinite;
  animation-delay: 10114ms;
  left: 74%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(125) {
  animation: blow 5000ms infinite;
  animation-delay: 5890ms;
  left: 64%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(126) {
  animation: blow 12910ms infinite;
  animation-delay: 6315ms;
  left: 64%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(127) {
  animation: blow 7593ms infinite;
  animation-delay: 9218ms;
  left: 12%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(128) {
  animation: blow 13419ms infinite;
  animation-delay: 11818ms;
  left: 56%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(129) {
  animation: blow 5000ms infinite;
  animation-delay: 321ms;
  left: 96%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(130) {
  animation: blow 5000ms infinite;
  animation-delay: 10285ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(131) {
  animation: blow 10380ms infinite;
  animation-delay: 10035ms;
  left: 55%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(132) {
  animation: blow 6369ms infinite;
  animation-delay: 4514ms;
  left: 92%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(133) {
  animation: blow 14531ms infinite;
  animation-delay: 2928ms;
  left: 18%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(134) {
  animation: blow 5000ms infinite;
  animation-delay: 3803ms;
  left: 20%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(135) {
  animation: blow 9140ms infinite;
  animation-delay: 1792ms;
  left: 83%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(136) {
  animation: blow 5000ms infinite;
  animation-delay: 1326ms;
  left: 28%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(137) {
  animation: blow 11329ms infinite;
  animation-delay: 2040ms;
  left: 10%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(138) {
  animation: blow 5467ms infinite;
  animation-delay: 7310ms;
  left: 64%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(139) {
  animation: blow 10424ms infinite;
  animation-delay: 2309ms;
  left: 50%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(140) {
  animation: blow 10372ms infinite;
  animation-delay: 6770ms;
  left: 66%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(141) {
  animation: blow 5000ms infinite;
  animation-delay: 11341ms;
  left: 89%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(142) {
  animation: blow 11566ms infinite;
  animation-delay: 1453ms;
  left: 98%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(143) {
  animation: blow 5000ms infinite;
  animation-delay: 11910ms;
  left: 77%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(144) {
  animation: blow 10487ms infinite;
  animation-delay: 528ms;
  left: 47%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(145) {
  animation: blow 5000ms infinite;
  animation-delay: 2535ms;
  left: 14%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(146) {
  animation: blow 12475ms infinite;
  animation-delay: 6471ms;
  left: 37%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(147) {
  animation: blow 8033ms infinite;
  animation-delay: 5327ms;
  left: 16%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(148) {
  animation: blow 5000ms infinite;
  animation-delay: 5851ms;
  left: 34%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(149) {
  animation: blow 5000ms infinite;
  animation-delay: 1053ms;
  left: 90%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(150) {
  animation: blow 6764ms infinite;
  animation-delay: 4039ms;
  left: 69%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(151) {
  animation: blow 14872ms infinite;
  animation-delay: 5985ms;
  left: 9%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(152) {
  animation: blow 5000ms infinite;
  animation-delay: 6321ms;
  left: 70%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(153) {
  animation: blow 14829ms infinite;
  animation-delay: 2464ms;
  left: 45%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(154) {
  animation: blow 6191ms infinite;
  animation-delay: 4841ms;
  left: 70%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(155) {
  animation: blow 5000ms infinite;
  animation-delay: 3671ms;
  left: 71%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(156) {
  animation: blow 8248ms infinite;
  animation-delay: 9458ms;
  left: 42%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(157) {
  animation: blow 9063ms infinite;
  animation-delay: 3849ms;
  left: 66%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(158) {
  animation: blow 10935ms infinite;
  animation-delay: 7041ms;
  left: 13%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(159) {
  animation: blow 9661ms infinite;
  animation-delay: 10507ms;
  left: 58%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(160) {
  animation: blow 12288ms infinite;
  animation-delay: 1289ms;
  left: 52%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(161) {
  animation: blow 5000ms infinite;
  animation-delay: 7645ms;
  left: 19%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(162) {
  animation: blow 5000ms infinite;
  animation-delay: 6332ms;
  left: 32%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(163) {
  animation: blow 5000ms infinite;
  animation-delay: 8081ms;
  left: 80%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(164) {
  animation: blow 5000ms infinite;
  animation-delay: 11995ms;
  left: 78%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(165) {
  animation: blow 5000ms infinite;
  animation-delay: 1508ms;
  left: 35%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(166) {
  animation: blow 12912ms infinite;
  animation-delay: 9651ms;
  left: 51%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(167) {
  animation: blow 6323ms infinite;
  animation-delay: 5867ms;
  left: 44%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(168) {
  animation: blow 10187ms infinite;
  animation-delay: 10278ms;
  left: 2%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(169) {
  animation: blow 10148ms infinite;
  animation-delay: 621ms;
  left: 7%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(170) {
  animation: blow 14837ms infinite;
  animation-delay: 4426ms;
  left: 12%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(171) {
  animation: blow 13192ms infinite;
  animation-delay: 3204ms;
  left: 16%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(172) {
  animation: blow 14628ms infinite;
  animation-delay: 573ms;
  left: 76%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(173) {
  animation: blow 8108ms infinite;
  animation-delay: 3034ms;
  left: 98%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(174) {
  animation: blow 5000ms infinite;
  animation-delay: 11749ms;
  left: 33%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(175) {
  animation: blow 5000ms infinite;
  animation-delay: 2759ms;
  left: 47%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(176) {
  animation: blow 5000ms infinite;
  animation-delay: 6165ms;
  left: 72%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(177) {
  animation: blow 9764ms infinite;
  animation-delay: 10590ms;
  left: 72%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(178) {
  animation: blow 5000ms infinite;
  animation-delay: 3814ms;
  left: 20%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(179) {
  animation: blow 8637ms infinite;
  animation-delay: 10917ms;
  left: 69%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(180) {
  animation: blow 6903ms infinite;
  animation-delay: 2525ms;
  left: 8%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(181) {
  animation: blow 8752ms infinite;
  animation-delay: 10908ms;
  left: 22%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(182) {
  animation: blow 5061ms infinite;
  animation-delay: 8919ms;
  left: 55%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(183) {
  animation: blow 6270ms infinite;
  animation-delay: 6039ms;
  left: 81%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(184) {
  animation: blow 5000ms infinite;
  animation-delay: 10477ms;
  left: 38%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(185) {
  animation: blow 9262ms infinite;
  animation-delay: 9343ms;
  left: 66%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(186) {
  animation: blow 5237ms infinite;
  animation-delay: 7884ms;
  left: 81%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(187) {
  animation: blow 13330ms infinite;
  animation-delay: 7585ms;
  left: 41%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(188) {
  animation: blow 12292ms infinite;
  animation-delay: 5364ms;
  left: 83%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(189) {
  animation: blow 8480ms infinite;
  animation-delay: 5123ms;
  left: 94%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(190) {
  animation: blow 5000ms infinite;
  animation-delay: 7343ms;
  left: 81%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(191) {
  animation: blow 5000ms infinite;
  animation-delay: 11647ms;
  left: 23%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(192) {
  animation: blow 6808ms infinite;
  animation-delay: 11048ms;
  left: 77%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(193) {
  animation: blow 5000ms infinite;
  animation-delay: 1670ms;
  left: 38%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(194) {
  animation: blow 8588ms infinite;
  animation-delay: 9922ms;
  left: 17%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(195) {
  animation: blow 5000ms infinite;
  animation-delay: 8988ms;
  left: 5%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(196) {
  animation: blow 5000ms infinite;
  animation-delay: 34ms;
  left: 72%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(197) {
  animation: blow 11802ms infinite;
  animation-delay: 3879ms;
  left: 95%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(198) {
  animation: blow 5000ms infinite;
  animation-delay: 7804ms;
  left: 11%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(199) {
  animation: blow 5609ms infinite;
  animation-delay: 10760ms;
  left: 69%;
}
/* line 1122, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(200) {
  animation: blow 5000ms infinite;
  animation-delay: 400ms;
  left: 49%;
}

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