/*--------------------------------------------------------------
# Variables responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colores
--------------------------------------------------------------*/
/* line 21, ../sass/views/_variables.scss */
p, a {
  font-family: "AudibleSans-Th";
  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: "BebasNeue-Regular";
  src: url("../fonts/BebasNeue.ttf") format("truetype"), url("../fonts/BebasNeue.otf") format("otf");
}
/* line 1, ../sass/views/_home.scss */
.home {
  background: black;
}
/* line 6, ../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 23, ../sass/views/_home.scss */
.home .tab-content {
  border-radius: 14px;
}
/* line 28, ../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 49, ../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 60, ../sass/views/_home.scss */
.home h2 {
  color: white;
  font-size: 4rem;
  font-family: "Aero";
}
/* line 65, ../sass/views/_home.scss */
.home h6 {
  color: #00f7f7;
  font-size: 3rem;
  font-family: "Aero";
}
/* line 70, ../sass/views/_home.scss */
.home .banner {
  background-image: url("../images/fondo_banner.png");
  /* The image used */
  background-color: black;
  background-position: top center;
  /* Center the image */
  background-repeat: round;
  background-size: cover;
}
/* line 76, ../sass/views/_home.scss */
.home .banner h1 {
  color: white;
  font-family: "Aero";
}
/* line 80, ../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 92, ../sass/views/_home.scss */
.home .banner .appetite {
  position: relative;
  right: 1%;
  z-index: 20;
}
/* line 97, ../sass/views/_home.scss */
.home .banner .after {
  position: relative;
  left: 1%;
  z-index: 20;
}
/* line 102, ../sass/views/_home.scss */
.home .banner .relax {
  position: relative;
  left: 6.0%;
  z-index: 10;
}
/* line 107, ../sass/views/_home.scss */
.home .banner .energy {
  position: relative;
  left: 11.8%;
}
/* line 111, ../sass/views/_home.scss */
.home .banner .passion {
  position: relative;
  right: 6.0%;
  z-index: 10;
}
/* line 116, ../sass/views/_home.scss */
.home .banner .passion2 {
  position: relative;
  right: 11.8%;
}
/* line 121, ../sass/views/_home.scss */
.home .section-one {
  min-height: 850px;
  background-color: black;
  position: relative;
  z-index: 10;
}
/* line 126, ../sass/views/_home.scss */
.home .section-one .image-absolute {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -28%);
  z-index: -1;
}
/* line 133, ../sass/views/_home.scss */
.home .section-one p {
  background-color: transparent;
  color: white;
}
/* line 136, ../sass/views/_home.scss */
.home .section-one p span {
  color: #00f7f7;
}
/* line 143, ../sass/views/_home.scss */
.home .section-one [aria-expanded="false"] > .expanded,
.home .section-one [aria-expanded="true"] > .collapsed {
  display: none;
}
/* line 147, ../sass/views/_home.scss */
.home .section-one a {
  text-decoration: none;
  color: #00f7f7;
  font-weight: bold;
}
/* line 156, ../sass/views/_home.scss */
.home .section-two img:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/* line 161, ../sass/views/_home.scss */
.home .section-two .appetite {
  position: relative;
  right: 2%;
}
/* line 165, ../sass/views/_home.scss */
.home .section-two .after {
  position: relative;
  left: 2%;
}
/* line 169, ../sass/views/_home.scss */
.home .section-two .relax {
  position: relative;
  left: 6.5%;
}
/* line 173, ../sass/views/_home.scss */
.home .section-two .energy {
  position: relative;
  left: 11.8%;
}
/* line 177, ../sass/views/_home.scss */
.home .section-two .passion {
  position: relative;
  right: 6.5%;
}
/* line 181, ../sass/views/_home.scss */
.home .section-two .passion2 {
  position: relative;
  right: 11.8%;
}
/* line 186, ../sass/views/_home.scss */
.home .section-three {
  background-image: url("../images/fondo_energy.jpg");
  /* The image used */
  background-position: center center;
  /* Center the image */
  background-repeat: cover;
  background-size: cover;
}
/* line 192, ../sass/views/_home.scss */
.home .section-three p {
  color: white;
}
/* line 195, ../sass/views/_home.scss */
.home .section-three h4 {
  color: white;
  font-family: "BebasNeue-Regular";
}
/* line 199, ../sass/views/_home.scss */
.home .section-three .tab-content {
  background: #a5f700;
}
/* line 201, ../sass/views/_home.scss */
.home .section-three .tab-content p {
  color: black;
}
/* line 203, ../sass/views/_home.scss */
.home .section-three .tab-content p.close {
  background-color: black;
  color: #a5f700;
  border: 2px solid #a5f700;
}
/* line 213, ../sass/views/_home.scss */
.home .section-three .nav-pills .nav-item {
  width: 33%;
}
/* line 217, ../sass/views/_home.scss */
.home .section-three .nav-pills .nav-link {
  color: #a5f700;
  font-size: 1.4rem;
  width: 96%;
  margin-left: 5%;
  border: 1px solid #a5f700;
  width: 96%;
}
/* line 224, ../sass/views/_home.scss */
.home .section-three .nav-pills .nav-link.active, .home .section-three .nav-pills .nav-link:hover {
  background: #a5f700;
  color: black;
}
/* line 236, ../sass/views/_home.scss */
.home .section-four p {
  color: white;
}
/* line 239, ../sass/views/_home.scss */
.home .section-four h4 {
  color: white;
  font-family: "BebasNeue-Regular";
}
/* line 243, ../sass/views/_home.scss */
.home .section-four .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 253, ../sass/views/_home.scss */
.home .section-four .nav-pills .nav-link {
  color: #4fc2dd;
  border: 2px solid #4fc2dd;
}
/* line 257, ../sass/views/_home.scss */
.home .section-four .nav-pills .nav-link.active, .home .section-four .nav-pills .nav-link:hover {
  background: #4fc2dd;
  color: white;
}
/* line 265, ../sass/views/_home.scss */
.home .section-four .tab-content {
  background: #4fc2dd;
}
/* line 268, ../sass/views/_home.scss */
.home .section-four .tab-content p {
  color: white;
}
/* line 270, ../sass/views/_home.scss */
.home .section-four .tab-content p.close {
  background-color: white;
  color: #4fc2dd;
  border: 2px solid #4fc2dd;
}
/* line 283, ../sass/views/_home.scss */
.home .section-five p {
  color: white;
}
/* line 286, ../sass/views/_home.scss */
.home .section-five h4 {
  color: white;
  font-family: "BebasNeue-Regular";
}
/* line 290, ../sass/views/_home.scss */
.home .section-five .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 299, ../sass/views/_home.scss */
.home .section-five .nav-pills .nav-link {
  color: white;
  border: 2px solid white;
}
/* line 303, ../sass/views/_home.scss */
.home .section-five .nav-pills .nav-link.active, .home .section-five .nav-pills .nav-link:hover {
  background: #f0cd22;
  border: 2px solid black;
  color: black;
}
/* line 312, ../sass/views/_home.scss */
.home .section-five .tab-content {
  background: #f0cd22;
}
/* line 315, ../sass/views/_home.scss */
.home .section-five .tab-content p {
  color: black;
}
/* line 317, ../sass/views/_home.scss */
.home .section-five .tab-content p.close {
  background-color: #f0cd22;
  color: black;
  border: 2px solid black;
}
/* line 330, ../sass/views/_home.scss */
.home .section-six .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 336, ../sass/views/_home.scss */
.home .section-six p {
  color: white;
}
/* line 339, ../sass/views/_home.scss */
.home .section-six h4 {
  color: white;
  font-family: "BebasNeue-Regular";
}
/* line 348, ../sass/views/_home.scss */
.home .section-six .nav-pills .nav-link {
  color: #005700;
  border: 2px solid #005700;
}
/* line 352, ../sass/views/_home.scss */
.home .section-six .nav-pills .nav-link.active, .home .section-six .nav-pills .nav-link:hover {
  background: #d8f504;
  border: 2px solid #d8f504;
  color: #005700;
}
/* line 360, ../sass/views/_home.scss */
.home .section-six .tab-content {
  background: #d8f504;
}
/* line 363, ../sass/views/_home.scss */
.home .section-six .tab-content p {
  color: #005700;
}
/* line 365, ../sass/views/_home.scss */
.home .section-six .tab-content p.close {
  background: #d8f504;
  border: 2px solid #005700;
  color: #005700;
}
/* line 376, ../sass/views/_home.scss */
.home .section-seven .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 382, ../sass/views/_home.scss */
.home .section-seven p {
  color: black;
}
/* line 385, ../sass/views/_home.scss */
.home .section-seven h4 {
  color: black;
  font-family: "BebasNeue-Regular";
}
/* line 394, ../sass/views/_home.scss */
.home .section-seven .nav-pills .nav-link {
  color: #9a28df;
  border: 2px solid #9a28df;
}
/* line 398, ../sass/views/_home.scss */
.home .section-seven .nav-pills .nav-link.active, .home .section-seven .nav-pills .nav-link:hover {
  background: #9a28df;
  border: 2px solid #9a28df;
  color: white;
}
/* line 406, ../sass/views/_home.scss */
.home .section-seven .tab-content {
  background: #9a28df;
}
/* line 409, ../sass/views/_home.scss */
.home .section-seven .tab-content p {
  color: white;
}
/* line 411, ../sass/views/_home.scss */
.home .section-seven .tab-content p.close {
  background: #9a28df;
  border: 2px solid white;
  color: white;
}
/* line 422, ../sass/views/_home.scss */
.home .section-eight .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 428, ../sass/views/_home.scss */
.home .section-eight .changing-top {
  top: 0;
}
/* line 431, ../sass/views/_home.scss */
.home .section-eight .text {
  z-index: 3;
}
/* line 434, ../sass/views/_home.scss */
.home .section-eight p {
  color: white;
}
/* line 437, ../sass/views/_home.scss */
.home .section-eight h4 {
  color: white;
  font-family: "BebasNeue-Regular";
}
/* line 444, ../sass/views/_home.scss */
.home .section-eight .nav-pills .nav-link {
  color: #ff3157;
  border: 2px solid #ff3157;
}
/* line 448, ../sass/views/_home.scss */
.home .section-eight .nav-pills .nav-link.active, .home .section-eight .nav-pills .nav-link:hover {
  background: #ff3157;
  border: 2px solid #ff3157;
  color: white;
}
/* line 456, ../sass/views/_home.scss */
.home .section-eight .tab-content {
  background: #ff3157;
}
/* line 459, ../sass/views/_home.scss */
.home .section-eight .tab-content p {
  color: white;
}
/* line 461, ../sass/views/_home.scss */
.home .section-eight .tab-content p.close {
  background: #ff3157;
  border: 2px solid white;
  color: white;
}
/* line 471, ../sass/views/_home.scss */
.home .section-nine {
  background: white;
}
/* line 473, ../sass/views/_home.scss */
.home .section-nine .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 479, ../sass/views/_home.scss */
.home .section-nine p {
  color: black;
}
/* line 481, ../sass/views/_home.scss */
.home .section-nine p span {
  font-family: "Aero";
}
/* line 486, ../sass/views/_home.scss */
.home .section-nine h2 {
  color: black;
  font-size: 2.6rem;
}
/* line 492, ../sass/views/_home.scss */
.home .section-ten {
  background: black;
  margin-top: -140px;
}
/* line 496, ../sass/views/_home.scss */
.home .section-ten p {
  color: white;
}
/* line 498, ../sass/views/_home.scss */
.home .section-ten p span {
  font-family: "Aero";
  color: #4fc2dd;
}
/* line 503, ../sass/views/_home.scss */
.home .section-ten h6 {
  font-size: 6rem;
  color: #00f7f7;
  padding-top: 250px;
}
/* line 511, ../sass/views/_home.scss */
.home .section-eleven .absolute {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -70%);
}
/* line 516, ../sass/views/_home.scss */
.home .section-eleven .absolute p {
  color: white;
}
/* line 518, ../sass/views/_home.scss */
.home .section-eleven .absolute p span {
  font-family: "Aero";
  color: #00f7f7;
}
/* line 525, ../sass/views/_home.scss */
.home .section-twelve {
  background-color: #00f7f7;
  color: black;
}
/* line 528, ../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 534, ../sass/views/_home.scss */
.home .section-twelve h4 {
  font-family: "Aero";
  font-size: 3rem;
}
/* line 538, ../sass/views/_home.scss */
.home .section-twelve h5 {
  font-family: "Aero";
  font-size: 1.8rem;
}
/* line 544, ../sass/views/_home.scss */
.home .section-thirteen input {
  color: black;
  font-family: "BebasNeue-Regular";
}
/* line 548, ../sass/views/_home.scss */
.home .section-thirteen ::placeholder {
  color: black;
}
/* line 551, ../sass/views/_home.scss */
.home .section-thirteen textarea {
  color: black;
  font-family: "BebasNeue-Regular";
}
/* line 555, ../sass/views/_home.scss */
.home .section-thirteen h4 {
  font-family: "Aero";
  font-size: 3rem;
  color: white;
}
/* line 560, ../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: 1200px) and (max-width: 1460px) {
  /* line 571, ../sass/views/_home.scss */
  .home .banner {
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 578, ../sass/views/_home.scss */
  .home .banner {
    background-repeat: no-repeat;
  }
  /* line 583, ../sass/views/_home.scss */
  .home h2 {
    font-size: 3rem;
  }
  /* line 587, ../sass/views/_home.scss */
  .home h6 {
    font-size: 2rem;
  }
  /* line 592, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 597, ../sass/views/_home.scss */
  .home .section-three .img-size {
    max-width: 300px;
  }
  /* line 603, ../sass/views/_home.scss */
  .home .section-four .img-size {
    max-width: 300px;
  }
  /* line 609, ../sass/views/_home.scss */
  .home .section-five .img-size {
    max-width: 300px;
  }
  /* line 612, ../sass/views/_home.scss */
  .home .section-five .first {
    margin-top: -20px;
  }
  /* line 617, ../sass/views/_home.scss */
  .home .section-six .img-size {
    max-width: 300px;
  }
  /* line 623, ../sass/views/_home.scss */
  .home .section-seven .img-size {
    max-width: 300px;
  }
  /* line 629, ../sass/views/_home.scss */
  .home .section-eight .img-size {
    max-width: 300px;
  }
  /* line 636, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    top: 36%;
    left: 50%;
    transform: translate(-50%, -69%);
  }
  /* line 645, ../sass/views/_home.scss */
  .home .section-twelve h4 {
    font-size: 2.2rem;
  }
  /* line 649, ../sass/views/_home.scss */
  .home .section-twelve h5 {
    font-family: "Aero";
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 657, ../sass/views/_home.scss */
  .home h2 {
    font-size: 3rem;
  }
  /* line 660, ../sass/views/_home.scss */
  .home h6 {
    font-size: 2rem;
  }
  /* line 663, ../sass/views/_home.scss */
  .home .banner {
    background-repeat: no-repeat;
  }
  /* line 665, ../sass/views/_home.scss */
  .home .banner p {
    max-width: 350px;
    font-size: 1.4rem;
  }
  /* line 672, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 677, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 681, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 685, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 689, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 693, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 697, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 702, ../sass/views/_home.scss */
  .home .section-four {
    background-image: url("../images/fondo_relax.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 708, ../sass/views/_home.scss */
  .home .section-four .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 716, ../sass/views/_home.scss */
  .home .section-five {
    background-image: url("../images/fondo_after.png");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 722, ../sass/views/_home.scss */
  .home .section-five .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 729, ../sass/views/_home.scss */
  .home .section-six {
    background-image: url("../images/fondo_apptite.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 735, ../sass/views/_home.scss */
  .home .section-six .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 742, ../sass/views/_home.scss */
  .home .section-seven {
    background-image: url("../images/fondo_passion.png");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 748, ../sass/views/_home.scss */
  .home .section-seven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 755, ../sass/views/_home.scss */
  .home .section-eight {
    background-image: url("../images/fondo_passion_2.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 761, ../sass/views/_home.scss */
  .home .section-eight .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 767, ../sass/views/_home.scss */
  .home .section-eight .changing-top {
    top: auto;
    bottom: 0;
  }
  /* line 772, ../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 778, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 785, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 787, ../sass/views/_home.scss */
  .home .section-ten h6 {
    padding-top: 50px;
  }
  /* line 795, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 804, ../sass/views/_home.scss */
  .home .section-thirteen .btn-primary {
    font-size: 1.8rem;
  }
  /* line 809, ../sass/views/_home.scss */
  .home .chicle-top {
    margin-top: -20%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* line 815, ../sass/views/_home.scss */
  .home h2 {
    font-size: 2rem;
  }
  /* line 818, ../sass/views/_home.scss */
  .home h6 {
    font-size: 1.4rem;
  }
  /* line 821, ../sass/views/_home.scss */
  .home .banner {
    background-repeat: no-repeat;
  }
  /* line 823, ../sass/views/_home.scss */
  .home .banner p {
    max-width: 350px;
    font-size: 1.2rem;
  }
  /* line 830, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 835, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 839, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 843, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 847, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 851, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 855, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 861, ../sass/views/_home.scss */
  .home .chicle-top {
    margin-top: -28%;
  }
  /* line 864, ../sass/views/_home.scss */
  .home .section-four {
    background-image: url("../images/fondo_relax.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 870, ../sass/views/_home.scss */
  .home .section-four .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 878, ../sass/views/_home.scss */
  .home .section-five {
    background-image: url("../images/fondo_after.png");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 884, ../sass/views/_home.scss */
  .home .section-five .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 891, ../sass/views/_home.scss */
  .home .section-six {
    background-image: url("../images/fondo_apptite.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 897, ../sass/views/_home.scss */
  .home .section-six .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 904, ../sass/views/_home.scss */
  .home .section-seven {
    background-image: url("../images/fondo_passion3.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 910, ../sass/views/_home.scss */
  .home .section-seven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 917, ../sass/views/_home.scss */
  .home .section-eight {
    background-image: url("../images/fondo_passion_2.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 923, ../sass/views/_home.scss */
  .home .section-eight .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 929, ../sass/views/_home.scss */
  .home .section-eight .changing-top {
    top: auto;
    bottom: -6%;
  }
  /* line 934, ../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 940, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 947, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 949, ../sass/views/_home.scss */
  .home .section-ten h6 {
    padding-top: 50px;
  }
  /* line 957, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 966, ../sass/views/_home.scss */
  .home .section-thirteen .btn-primary {
    font-size: 1.4rem;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  /* line 974, ../sass/views/_home.scss */
  .home h2 {
    font-size: 1.4rem;
  }
  /* line 977, ../sass/views/_home.scss */
  .home h6 {
    font-size: 1.2rem;
  }
  /* line 980, ../sass/views/_home.scss */
  .home .banner {
    background-repeat: no-repeat;
  }
  /* line 982, ../sass/views/_home.scss */
  .home .banner p {
    max-width: 250px;
    font-size: 1.0rem;
  }
  /* line 990, ../sass/views/_home.scss */
  .home .section-two .appetite {
    position: inherit;
    right: 0%;
  }
  /* line 994, ../sass/views/_home.scss */
  .home .section-two .after {
    position: inherit;
    left: 0%;
  }
  /* line 998, ../sass/views/_home.scss */
  .home .section-two .relax {
    position: inherit;
    left: 0%;
  }
  /* line 1002, ../sass/views/_home.scss */
  .home .section-two .energy {
    position: inherit;
    left: 0%;
  }
  /* line 1006, ../sass/views/_home.scss */
  .home .section-two .passion {
    position: inherit;
    right: 0%;
  }
  /* line 1010, ../sass/views/_home.scss */
  .home .section-two .passion2 {
    position: inherit;
    right: 0%;
  }
  /* line 1017, ../sass/views/_home.scss */
  .home .section-three .nav-pills .nav-item {
    width: auto;
    padding-bottom: 10px;
  }
  /* line 1024, ../sass/views/_home.scss */
  .home .section-one {
    min-height: auto;
  }
  /* line 1028, ../sass/views/_home.scss */
  .home .section-four {
    background-image: url("../images/fondo_relax.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1034, ../sass/views/_home.scss */
  .home .section-four .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1042, ../sass/views/_home.scss */
  .home .section-five {
    background-image: url("../images/fondo_after.png");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1048, ../sass/views/_home.scss */
  .home .section-five .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1055, ../sass/views/_home.scss */
  .home .section-six {
    background-image: url("../images/fondo_apptite.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1061, ../sass/views/_home.scss */
  .home .section-six .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1068, ../sass/views/_home.scss */
  .home .section-seven {
    background-image: url("../images/fondo_passion.png");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1074, ../sass/views/_home.scss */
  .home .section-seven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1081, ../sass/views/_home.scss */
  .home .section-eight {
    background-image: url("../images/fondo_passion_2.jpg");
    /* The image used */
    background-position: center center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 1087, ../sass/views/_home.scss */
  .home .section-eight .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1093, ../sass/views/_home.scss */
  .home .section-eight .changing-top {
    top: auto;
    bottom: -6%;
  }
  /* line 1098, ../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 1099, ../sass/views/_home.scss */
  .home .section-nine h2 {
    font-size: 1.4rem;
  }
  /* line 1102, ../sass/views/_home.scss */
  .home .section-nine h6 {
    font-size: 1.2rem;
  }
  /* line 1110, ../sass/views/_home.scss */
  .home .section-nine .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1117, ../sass/views/_home.scss */
  .home .section-ten {
    margin-top: 0px;
  }
  /* line 1119, ../sass/views/_home.scss */
  .home .section-ten h6 {
    font-size: 3rem;
    padding-top: 50px;
  }
  /* line 1127, ../sass/views/_home.scss */
  .home .section-eleven .absolute {
    position: initial;
    top: auto;
    top: auto;
    transform: initial;
  }
  /* line 1136, ../sass/views/_home.scss */
  .home .section-twelve h4 {
    font-size: 1.4rem;
  }
  /* line 1140, ../sass/views/_home.scss */
  .home .section-twelve h5 {
    font-size: 1.2rem;
  }
  /* line 1145, ../sass/views/_home.scss */
  .home .section-thirteen h4 {
    font-size: 1.4rem;
  }
}
/* line 1153, ../sass/views/_home.scss */
.home .chicle-top {
  margin-top: -30%;
}

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

/* line 1169, ../sass/views/_home.scss */
ul {
  list-style: none;
}

/* line 1182, ../sass/views/_home.scss */
.bottom-particles {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 80%;
}
/* line 1188, ../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 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(1) {
  animation: blow 5345ms infinite;
  animation-delay: 5120ms;
  left: 36%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(2) {
  animation: blow 5000ms infinite;
  animation-delay: 785ms;
  left: 26%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(3) {
  animation: blow 5000ms infinite;
  animation-delay: 8929ms;
  left: 98%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(4) {
  animation: blow 5000ms infinite;
  animation-delay: 7409ms;
  left: 91%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(5) {
  animation: blow 14853ms infinite;
  animation-delay: 8559ms;
  left: 51%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(6) {
  animation: blow 13076ms infinite;
  animation-delay: 7710ms;
  left: 14%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(7) {
  animation: blow 6649ms infinite;
  animation-delay: 1253ms;
  left: 93%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(8) {
  animation: blow 12347ms infinite;
  animation-delay: 7591ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(9) {
  animation: blow 9217ms infinite;
  animation-delay: 7313ms;
  left: 41%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(10) {
  animation: blow 9170ms infinite;
  animation-delay: 11961ms;
  left: 48%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(11) {
  animation: blow 14342ms infinite;
  animation-delay: 4380ms;
  left: 22%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(12) {
  animation: blow 6205ms infinite;
  animation-delay: 3692ms;
  left: 64%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(13) {
  animation: blow 5000ms infinite;
  animation-delay: 3896ms;
  left: 79%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(14) {
  animation: blow 6900ms infinite;
  animation-delay: 6249ms;
  left: 49%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(15) {
  animation: blow 5000ms infinite;
  animation-delay: 2935ms;
  left: 31%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(16) {
  animation: blow 5584ms infinite;
  animation-delay: 8707ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(17) {
  animation: blow 5700ms infinite;
  animation-delay: 2695ms;
  left: 77%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(18) {
  animation: blow 14712ms infinite;
  animation-delay: 7089ms;
  left: 3%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(19) {
  animation: blow 5000ms infinite;
  animation-delay: 904ms;
  left: 46%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(20) {
  animation: blow 11837ms infinite;
  animation-delay: 11201ms;
  left: 82%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(21) {
  animation: blow 5507ms infinite;
  animation-delay: 4236ms;
  left: 39%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(22) {
  animation: blow 8160ms infinite;
  animation-delay: 5636ms;
  left: 33%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(23) {
  animation: blow 10108ms infinite;
  animation-delay: 6227ms;
  left: 13%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(24) {
  animation: blow 10245ms infinite;
  animation-delay: 11865ms;
  left: 53%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(25) {
  animation: blow 14955ms infinite;
  animation-delay: 2563ms;
  left: 91%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(26) {
  animation: blow 6667ms infinite;
  animation-delay: 5523ms;
  left: 97%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(27) {
  animation: blow 13266ms infinite;
  animation-delay: 9675ms;
  left: 88%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(28) {
  animation: blow 5000ms infinite;
  animation-delay: 11923ms;
  left: 78%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(29) {
  animation: blow 9624ms infinite;
  animation-delay: 11874ms;
  left: 56%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(30) {
  animation: blow 5131ms infinite;
  animation-delay: 1342ms;
  left: 8%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(31) {
  animation: blow 6306ms infinite;
  animation-delay: 8824ms;
  left: 63%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(32) {
  animation: blow 7035ms infinite;
  animation-delay: 7651ms;
  left: 27%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(33) {
  animation: blow 5000ms infinite;
  animation-delay: 9251ms;
  left: 28%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(34) {
  animation: blow 12908ms infinite;
  animation-delay: 10403ms;
  left: 88%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(35) {
  animation: blow 5000ms infinite;
  animation-delay: 9314ms;
  left: 73%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(36) {
  animation: blow 7711ms infinite;
  animation-delay: 4453ms;
  left: 75%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(37) {
  animation: blow 13062ms infinite;
  animation-delay: 1577ms;
  left: 83%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(38) {
  animation: blow 14829ms infinite;
  animation-delay: 9333ms;
  left: 25%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(39) {
  animation: blow 6824ms infinite;
  animation-delay: 3093ms;
  left: 65%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(40) {
  animation: blow 5853ms infinite;
  animation-delay: 3280ms;
  left: 12%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(41) {
  animation: blow 5780ms infinite;
  animation-delay: 2536ms;
  left: 49%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(42) {
  animation: blow 10001ms infinite;
  animation-delay: 6005ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(43) {
  animation: blow 10995ms infinite;
  animation-delay: 1631ms;
  left: 17%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(44) {
  animation: blow 11100ms infinite;
  animation-delay: 3234ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(45) {
  animation: blow 5000ms infinite;
  animation-delay: 2795ms;
  left: 38%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(46) {
  animation: blow 5000ms infinite;
  animation-delay: 5421ms;
  left: 83%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(47) {
  animation: blow 12226ms infinite;
  animation-delay: 9083ms;
  left: 89%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(48) {
  animation: blow 14072ms infinite;
  animation-delay: 8996ms;
  left: 64%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(49) {
  animation: blow 11483ms infinite;
  animation-delay: 8430ms;
  left: 55%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(50) {
  animation: blow 6541ms infinite;
  animation-delay: 10134ms;
  left: 31%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(51) {
  animation: blow 7478ms infinite;
  animation-delay: 4199ms;
  left: 50%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(52) {
  animation: blow 11550ms infinite;
  animation-delay: 4111ms;
  left: 76%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(53) {
  animation: blow 14592ms infinite;
  animation-delay: 9692ms;
  left: 27%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(54) {
  animation: blow 5000ms infinite;
  animation-delay: 2215ms;
  left: 49%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(55) {
  animation: blow 9174ms infinite;
  animation-delay: 9790ms;
  left: 2%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(56) {
  animation: blow 5000ms infinite;
  animation-delay: 9203ms;
  left: 31%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(57) {
  animation: blow 5000ms infinite;
  animation-delay: 11020ms;
  left: 34%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(58) {
  animation: blow 5000ms infinite;
  animation-delay: 1570ms;
  left: 76%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(59) {
  animation: blow 12391ms infinite;
  animation-delay: 3241ms;
  left: 22%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(60) {
  animation: blow 5000ms infinite;
  animation-delay: 757ms;
  left: 11%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(61) {
  animation: blow 5000ms infinite;
  animation-delay: 7892ms;
  left: 15%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(62) {
  animation: blow 9667ms infinite;
  animation-delay: 441ms;
  left: 18%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(63) {
  animation: blow 12286ms infinite;
  animation-delay: 4419ms;
  left: 15%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(64) {
  animation: blow 9225ms infinite;
  animation-delay: 11447ms;
  left: 55%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(65) {
  animation: blow 8403ms infinite;
  animation-delay: 11900ms;
  left: 68%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(66) {
  animation: blow 10160ms infinite;
  animation-delay: 6988ms;
  left: 16%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(67) {
  animation: blow 5825ms infinite;
  animation-delay: 10378ms;
  left: 18%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(68) {
  animation: blow 5000ms infinite;
  animation-delay: 8601ms;
  left: 94%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(69) {
  animation: blow 5232ms infinite;
  animation-delay: 8853ms;
  left: 25%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(70) {
  animation: blow 7437ms infinite;
  animation-delay: 8233ms;
  left: 65%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(71) {
  animation: blow 13741ms infinite;
  animation-delay: 3936ms;
  left: 83%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(72) {
  animation: blow 7876ms infinite;
  animation-delay: 7658ms;
  left: 37%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(73) {
  animation: blow 6003ms infinite;
  animation-delay: 2909ms;
  left: 54%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(74) {
  animation: blow 9025ms infinite;
  animation-delay: 8454ms;
  left: 94%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(75) {
  animation: blow 5000ms infinite;
  animation-delay: 8329ms;
  left: 65%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(76) {
  animation: blow 13476ms infinite;
  animation-delay: 3029ms;
  left: 97%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(77) {
  animation: blow 11510ms infinite;
  animation-delay: 887ms;
  left: 91%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(78) {
  animation: blow 5000ms infinite;
  animation-delay: 8410ms;
  left: 81%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(79) {
  animation: blow 5674ms infinite;
  animation-delay: 11900ms;
  left: 32%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(80) {
  animation: blow 6773ms infinite;
  animation-delay: 4584ms;
  left: 37%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(81) {
  animation: blow 11191ms infinite;
  animation-delay: 10980ms;
  left: 77%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(82) {
  animation: blow 5000ms infinite;
  animation-delay: 9206ms;
  left: 48%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(83) {
  animation: blow 9626ms infinite;
  animation-delay: 9129ms;
  left: 13%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(84) {
  animation: blow 6969ms infinite;
  animation-delay: 8858ms;
  left: 27%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(85) {
  animation: blow 13627ms infinite;
  animation-delay: 1606ms;
  left: 72%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(86) {
  animation: blow 5000ms infinite;
  animation-delay: 5940ms;
  left: 30%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(87) {
  animation: blow 5957ms infinite;
  animation-delay: 5559ms;
  left: 77%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(88) {
  animation: blow 10558ms infinite;
  animation-delay: 5053ms;
  left: 28%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(89) {
  animation: blow 9918ms infinite;
  animation-delay: 6358ms;
  left: 19%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(90) {
  animation: blow 5000ms infinite;
  animation-delay: 9066ms;
  left: 43%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(91) {
  animation: blow 13505ms infinite;
  animation-delay: 10117ms;
  left: 28%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(92) {
  animation: blow 11759ms infinite;
  animation-delay: 9811ms;
  left: 90%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(93) {
  animation: blow 12267ms infinite;
  animation-delay: 6853ms;
  left: 93%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(94) {
  animation: blow 9882ms infinite;
  animation-delay: 1178ms;
  left: 57%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(95) {
  animation: blow 11061ms infinite;
  animation-delay: 7047ms;
  left: 99%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(96) {
  animation: blow 7909ms infinite;
  animation-delay: 9888ms;
  left: 15%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(97) {
  animation: blow 12872ms infinite;
  animation-delay: 832ms;
  left: 86%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(98) {
  animation: blow 5000ms infinite;
  animation-delay: 99ms;
  left: 56%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(99) {
  animation: blow 12159ms infinite;
  animation-delay: 1401ms;
  left: 64%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(100) {
  animation: blow 13368ms infinite;
  animation-delay: 9024ms;
  left: 89%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(101) {
  animation: blow 5000ms infinite;
  animation-delay: 11858ms;
  left: 45%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(102) {
  animation: blow 5000ms infinite;
  animation-delay: 10382ms;
  left: 72%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(103) {
  animation: blow 5000ms infinite;
  animation-delay: 6676ms;
  left: 57%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(104) {
  animation: blow 5000ms infinite;
  animation-delay: 3377ms;
  left: 93%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(105) {
  animation: blow 14658ms infinite;
  animation-delay: 7030ms;
  left: 93%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(106) {
  animation: blow 8505ms infinite;
  animation-delay: 9539ms;
  left: 71%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(107) {
  animation: blow 5000ms infinite;
  animation-delay: 8243ms;
  left: 95%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(108) {
  animation: blow 5000ms infinite;
  animation-delay: 2541ms;
  left: 40%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(109) {
  animation: blow 5000ms infinite;
  animation-delay: 8352ms;
  left: 72%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(110) {
  animation: blow 8476ms infinite;
  animation-delay: 607ms;
  left: 77%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(111) {
  animation: blow 6348ms infinite;
  animation-delay: 1998ms;
  left: 71%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(112) {
  animation: blow 5000ms infinite;
  animation-delay: 10939ms;
  left: 15%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(113) {
  animation: blow 7877ms infinite;
  animation-delay: 10639ms;
  left: 7%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(114) {
  animation: blow 5000ms infinite;
  animation-delay: 6053ms;
  left: 87%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(115) {
  animation: blow 6870ms infinite;
  animation-delay: 9936ms;
  left: 46%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(116) {
  animation: blow 11080ms infinite;
  animation-delay: 9652ms;
  left: 91%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(117) {
  animation: blow 8327ms infinite;
  animation-delay: 10323ms;
  left: 48%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(118) {
  animation: blow 5876ms infinite;
  animation-delay: 158ms;
  left: 84%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(119) {
  animation: blow 13604ms infinite;
  animation-delay: 4371ms;
  left: 26%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(120) {
  animation: blow 6373ms infinite;
  animation-delay: 1762ms;
  left: 88%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(121) {
  animation: blow 9547ms infinite;
  animation-delay: 340ms;
  left: 34%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(122) {
  animation: blow 10108ms infinite;
  animation-delay: 396ms;
  left: 67%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(123) {
  animation: blow 9798ms infinite;
  animation-delay: 3709ms;
  left: 49%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(124) {
  animation: blow 5000ms infinite;
  animation-delay: 9348ms;
  left: 7%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(125) {
  animation: blow 5000ms infinite;
  animation-delay: 3269ms;
  left: 62%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(126) {
  animation: blow 7727ms infinite;
  animation-delay: 11678ms;
  left: 81%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(127) {
  animation: blow 8476ms infinite;
  animation-delay: 6629ms;
  left: 79%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(128) {
  animation: blow 7275ms infinite;
  animation-delay: 333ms;
  left: 59%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(129) {
  animation: blow 5000ms infinite;
  animation-delay: 5814ms;
  left: 53%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(130) {
  animation: blow 5000ms infinite;
  animation-delay: 8076ms;
  left: 16%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(131) {
  animation: blow 11472ms infinite;
  animation-delay: 4450ms;
  left: 21%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(132) {
  animation: blow 14941ms infinite;
  animation-delay: 5951ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(133) {
  animation: blow 8938ms infinite;
  animation-delay: 10030ms;
  left: 85%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(134) {
  animation: blow 5000ms infinite;
  animation-delay: 3755ms;
  left: 72%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(135) {
  animation: blow 14449ms infinite;
  animation-delay: 170ms;
  left: 44%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(136) {
  animation: blow 14853ms infinite;
  animation-delay: 2111ms;
  left: 92%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(137) {
  animation: blow 10156ms infinite;
  animation-delay: 846ms;
  left: 64%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(138) {
  animation: blow 5000ms infinite;
  animation-delay: 10154ms;
  left: 2%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(139) {
  animation: blow 13892ms infinite;
  animation-delay: 4745ms;
  left: 45%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(140) {
  animation: blow 6556ms infinite;
  animation-delay: 3310ms;
  left: 21%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(141) {
  animation: blow 5000ms infinite;
  animation-delay: 2148ms;
  left: 41%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(142) {
  animation: blow 5000ms infinite;
  animation-delay: 101ms;
  left: 80%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(143) {
  animation: blow 5042ms infinite;
  animation-delay: 11480ms;
  left: 16%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(144) {
  animation: blow 13835ms infinite;
  animation-delay: 3080ms;
  left: 39%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(145) {
  animation: blow 5373ms infinite;
  animation-delay: 5586ms;
  left: 11%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(146) {
  animation: blow 5000ms infinite;
  animation-delay: 8678ms;
  left: 35%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(147) {
  animation: blow 6178ms infinite;
  animation-delay: 1574ms;
  left: 95%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(148) {
  animation: blow 5000ms infinite;
  animation-delay: 1618ms;
  left: 16%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(149) {
  animation: blow 6594ms infinite;
  animation-delay: 987ms;
  left: 52%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(150) {
  animation: blow 5350ms infinite;
  animation-delay: 3252ms;
  left: 11%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(151) {
  animation: blow 5000ms infinite;
  animation-delay: 3713ms;
  left: 68%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(152) {
  animation: blow 13748ms infinite;
  animation-delay: 4048ms;
  left: 8%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(153) {
  animation: blow 8743ms infinite;
  animation-delay: 6958ms;
  left: 57%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(154) {
  animation: blow 5000ms infinite;
  animation-delay: 7404ms;
  left: 76%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(155) {
  animation: blow 5000ms infinite;
  animation-delay: 5851ms;
  left: 88%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(156) {
  animation: blow 5000ms infinite;
  animation-delay: 4180ms;
  left: 88%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(157) {
  animation: blow 5000ms infinite;
  animation-delay: 3125ms;
  left: 99%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(158) {
  animation: blow 14373ms infinite;
  animation-delay: 11816ms;
  left: 83%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(159) {
  animation: blow 12354ms infinite;
  animation-delay: 3985ms;
  left: 99%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(160) {
  animation: blow 8628ms infinite;
  animation-delay: 9848ms;
  left: 45%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(161) {
  animation: blow 5000ms infinite;
  animation-delay: 8261ms;
  left: 24%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(162) {
  animation: blow 9465ms infinite;
  animation-delay: 3282ms;
  left: 79%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(163) {
  animation: blow 5000ms infinite;
  animation-delay: 2329ms;
  left: 42%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(164) {
  animation: blow 7275ms infinite;
  animation-delay: 8019ms;
  left: 41%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(165) {
  animation: blow 7615ms infinite;
  animation-delay: 9378ms;
  left: 90%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(166) {
  animation: blow 9775ms infinite;
  animation-delay: 2303ms;
  left: 25%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(167) {
  animation: blow 13476ms infinite;
  animation-delay: 5167ms;
  left: 91%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(168) {
  animation: blow 11851ms infinite;
  animation-delay: 135ms;
  left: 34%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(169) {
  animation: blow 7265ms infinite;
  animation-delay: 6173ms;
  left: 11%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(170) {
  animation: blow 11586ms infinite;
  animation-delay: 5003ms;
  left: 17%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(171) {
  animation: blow 10443ms infinite;
  animation-delay: 2430ms;
  left: 89%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(172) {
  animation: blow 5978ms infinite;
  animation-delay: 10240ms;
  left: 29%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(173) {
  animation: blow 5000ms infinite;
  animation-delay: 5413ms;
  left: 51%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(174) {
  animation: blow 8242ms infinite;
  animation-delay: 624ms;
  left: 32%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(175) {
  animation: blow 5000ms infinite;
  animation-delay: 91ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(176) {
  animation: blow 11052ms infinite;
  animation-delay: 2548ms;
  left: 90%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(177) {
  animation: blow 10249ms infinite;
  animation-delay: 802ms;
  left: 81%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(178) {
  animation: blow 5000ms infinite;
  animation-delay: 11847ms;
  left: 86%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(179) {
  animation: blow 5000ms infinite;
  animation-delay: 3315ms;
  left: 43%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(180) {
  animation: blow 13573ms infinite;
  animation-delay: 2357ms;
  left: 95%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(181) {
  animation: blow 14736ms infinite;
  animation-delay: 1572ms;
  left: 68%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(182) {
  animation: blow 12433ms infinite;
  animation-delay: 2538ms;
  left: 95%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(183) {
  animation: blow 11831ms infinite;
  animation-delay: 11185ms;
  left: 30%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(184) {
  animation: blow 5885ms infinite;
  animation-delay: 9771ms;
  left: 21%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(185) {
  animation: blow 9891ms infinite;
  animation-delay: 2045ms;
  left: 21%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(186) {
  animation: blow 14903ms infinite;
  animation-delay: 9177ms;
  left: 79%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(187) {
  animation: blow 7969ms infinite;
  animation-delay: 10035ms;
  left: 24%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(188) {
  animation: blow 6859ms infinite;
  animation-delay: 10844ms;
  left: 29%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(189) {
  animation: blow 8454ms infinite;
  animation-delay: 10497ms;
  left: 94%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(190) {
  animation: blow 5000ms infinite;
  animation-delay: 7894ms;
  left: 1%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(191) {
  animation: blow 5000ms infinite;
  animation-delay: 7795ms;
  left: 21%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(192) {
  animation: blow 5000ms infinite;
  animation-delay: 3980ms;
  left: 88%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(193) {
  animation: blow 5000ms infinite;
  animation-delay: 8337ms;
  left: 16%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(194) {
  animation: blow 10157ms infinite;
  animation-delay: 10360ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(195) {
  animation: blow 5000ms infinite;
  animation-delay: 5231ms;
  left: 87%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(196) {
  animation: blow 11167ms infinite;
  animation-delay: 581ms;
  left: 4%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(197) {
  animation: blow 5000ms infinite;
  animation-delay: 2294ms;
  left: 31%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(198) {
  animation: blow 5000ms infinite;
  animation-delay: 299ms;
  left: 58%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(199) {
  animation: blow 5000ms infinite;
  animation-delay: 11007ms;
  left: 96%;
}
/* line 1203, ../sass/views/_home.scss */
.bottom-particles .bubble:nth-child(200) {
  animation: blow 5000ms infinite;
  animation-delay: 10134ms;
  left: 88%;
}

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