.include-categories {
  background: #35a31b url("../../../images/web/background/dark-green.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 767.98px) {
  .include-categories {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.include-categories .container .row {
  height: 17.563rem;
}
@media (max-width: 767.98px) {
  .include-categories .container .row {
    height: auto;
  }
}
.include-categories .container h2,
.include-categories .container .btn {
  position: relative;
}
.include-categories .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 900;
  color: white;
}
@media (min-width: 1200px) {
  .include-categories .container h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories {
    width: calc(100% + 20rem);
    margin-left: -10rem;
  }
}
.include-categories .container .swiper-categories .swiper-slide {
  height: auto;
}
.include-categories .container .swiper-categories .swiper-slide article {
  background-color: white;
  flex-direction: column;
  transition: all 0.3s;
  border-radius: 30px;
  position: relative;
  padding: 0.938rem;
  display: flex;
  height: 100%;
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-slide article {
    border-radius: 50px;
  }
}
.include-categories .container .swiper-categories .swiper-slide article:hover {
  background-color: #ffc700;
}
.include-categories .container .swiper-categories .swiper-slide article:hover h3 {
  color: white;
}
.include-categories .container .swiper-categories .swiper-slide article:hover span {
  z-index: 1;
  opacity: 1;
}
.include-categories .container .swiper-categories .swiper-slide article:hover span:first-of-type {
  left: 0.5rem;
}
.include-categories .container .swiper-categories .swiper-slide article:hover span:last-of-type {
  right: 0.5rem;
}
.include-categories .container .swiper-categories .swiper-slide article span {
  transition: left 1s, right 1s, opacity 1s;
  position: absolute;
  color: white;
  z-index: -999;
  opacity: 0;
}
.include-categories .container .swiper-categories .swiper-slide article span:first-of-type {
  animation: bounce 2s linear infinite;
  font-size: 5rem;
  left: -5rem;
  top: -2rem;
}
.include-categories .container .swiper-categories .swiper-slide article span:last-of-type {
  animation: bounce 3s linear infinite;
  font-size: 3rem;
  right: -5rem;
  top: 1rem;
}
.include-categories .container .swiper-categories .swiper-slide article span svg {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.include-categories .container .swiper-categories .swiper-slide article img {
  border-radius: 30px;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .include-categories .container .swiper-categories .swiper-slide article img {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .include-categories .container .swiper-categories .swiper-slide article img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-slide article img {
    border-radius: 40px;
  }
}
.include-categories .container .swiper-categories .swiper-slide article h3 {
  text-transform: uppercase;
  font-size: 1.125rem;
  justify-content: center;
  transition: all 0.3s;
  align-items: center;
  font-weight: 900;
  color: #ff8f00;
  display: flex;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .include-categories .container .swiper-categories .swiper-slide article h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-slide article h3 {
    font-size: 1.25rem;
  }
}
.include-categories .container .swiper-categories .swiper-slide article h3 img {
  border-radius: 0;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 1199.98px) {
  .include-categories .container .swiper-categories .swiper-slide article h3 img {
    width: 32px;
    height: auto;
  }
}
.include-categories .container .swiper-categories .swiper-button-prev,
.include-categories .container .swiper-categories .swiper-button-next {
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-button-prev {
    left: 12rem;
  }
}
.include-categories .container .swiper-categories .swiper-button-prev:hover {
  transform: translateX(-0.5rem);
}
@media (max-width: 767.98px) {
  .include-categories .container .swiper-categories .swiper-button-next {
    right: 12rem;
  }
}
.include-categories .container .swiper-categories .swiper-button-next:hover {
  transform: translateX(0.5rem);
}

section.video {
  background: #ffcc02 url("../../../../images/web/background/yellow.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  overflow: hidden;
}
section.video .container {
  position: relative;
}
section.video .container::before {
  content: "";
  position: absolute;
  top: -30rem;
  right: 0px;
  bottom: 0px;
  left: -19rem;
  background-color: white;
  transform: rotateZ(15deg);
  height: 54rem;
  width: 54rem;
  transition: 0.3s;
  border-radius: 120px;
}
section.video h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 30px;
  font-weight: 900;
  color: #F28E20;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  section.video h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199.98px) {
  section.video h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  section.video h2 {
    font-size: 1.875rem;
  }
}
section.video p {
  color: #F28E20;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
section.video .btn {
  position: relative;
  z-index: 1;
}
section.video .col-img a {
  position: relative;
}
section.video .col-img a svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #FFF;
  font-size: 32px;
}
section.video .col-img a img {
  border-radius: 30px;
}
section.video .col-img a:hover svg {
  fill: #ff8f00;
}

@keyframes dash {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pop-banner {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-3px) rotate(0.5deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  75% {
    transform: translateY(3px) rotate(-0.5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.features.banner {
  background: #ffb925 url("../../../../images/web/background/dark-orange.webp") center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .features.banner {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .features.banner .container.mobile {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container.mobile {
    flex-direction: column;
    display: flex;
    height: 100%;
  }
  .features.banner .container.mobile .box {
    margin: auto 8.5rem 5.4rem auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 767.98px) and (max-width: 1399.98px) {
  .features.banner .container.mobile .box {
    margin-right: 5rem;
  }
}
@media (max-width: 767.98px) and (max-width: 1199.98px) {
  .features.banner .container.mobile .box {
    margin-right: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .features.banner .container.mobile .box {
    margin: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container.mobile .box h1 {
    text-shadow: 4px 0 #35a31b, -4px 0 #35a31b, 0 4px #35a31b, 0 -4px #35a31b, 3px 3px #35a31b, -3px -3px #35a31b, 3px -3px #35a31b, -3px 3px #35a31b, 7px 7px rgba(0, 0, 0, 0.435);
    margin-bottom: 0.5rem;
    font-size: 3.75rem;
    font-weight: 900;
    color: white;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .features.banner .container.mobile .box h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .features.banner .container.mobile .box h1 {
    text-align: center;
    font-size: 2.5rem;
  }
}
.features.banner .container {
  position: relative;
}
.features.banner .container img,
.features.banner .container svg {
  z-index: 2;
}
.features.banner .container .col-md-6 {
  padding-bottom: 6.28rem;
  padding-top: 6.28rem;
  position: relative;
  min-height: 720px;
}
@media (max-width: 991.98px) {
  .features.banner .container .col-md-6 {
    min-height: 450px;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container .col-md-6 {
    aspect-ratio: 1/0.75;
    padding: 0;
    min-height: auto;
  }
}
.features.banner .container .tem {
  position: absolute;
  bottom: 225px;
  left: 40px;
  animation: pop-banner 5s linear infinite;
}
@media (max-width: 1399.98px) {
  .features.banner .container .tem {
    left: 0;
    bottom: 240px;
  }
}
@media (max-width: 1199.98px) {
  .features.banner .container .tem {
    left: -3rem;
  }
}
@media (max-width: 991.98px) {
  .features.banner .container .tem {
    bottom: 170px;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container .tem {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: unset;
    top: 5%;
  }
}
.features.banner .container .na {
  position: absolute;
  bottom: 155px;
  left: 40px;
  animation: pop-banner 2s linear infinite;
}
@media (max-width: 1399.98px) {
  .features.banner .container .na {
    left: 0;
    bottom: 155px;
  }
}
@media (max-width: 1199.98px) {
  .features.banner .container .na {
    left: -3rem;
    bottom: 130px;
  }
}
@media (max-width: 991.98px) {
  .features.banner .container .na {
    bottom: 120px;
    left: -4rem;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container .na {
    width: 88px;
    left: 10%;
    bottom: unset;
    top: 40%;
  }
}
.features.banner .container .eco {
  position: absolute;
  right: 0;
  bottom: 60px;
  animation: pop-banner 2s linear infinite;
}
@media (max-width: 1399.98px) {
  .features.banner .container .eco {
    right: -3rem;
  }
}
@media (max-width: 991.98px) {
  .features.banner .container .eco {
    right: -2rem;
    bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container .eco {
    right: 3%;
    bottom: unset;
    width: 70%;
    top: 29%;
  }
}
.features.banner .container .kmbi-star-1 {
  position: absolute;
  bottom: 46px;
  left: 40px;
  animation: pop-banner 2s linear infinite;
}
@media (max-width: 1199.98px) {
  .features.banner .container .kmbi-star-1 {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .features.banner .container .kmbi-star-1 {
    left: -2rem;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container .kmbi-star-1 {
    left: 10%;
    bottom: unset;
    top: 60%;
  }
}
.features.banner .container .kmbi-star-2 {
  position: absolute;
  right: 40px;
  bottom: 380px;
  animation: pop-banner 4s linear infinite;
}
@media (max-width: 1199.98px) {
  .features.banner .container .kmbi-star-2 {
    right: -15px;
  }
}
@media (max-width: 991.98px) {
  .features.banner .container .kmbi-star-2 {
    right: -60px;
    bottom: 320px;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container .kmbi-star-2 {
    right: -9%;
    bottom: unset;
    top: 0;
  }
}
.features.banner .container .col-img {
  position: absolute;
  right: 40px;
  bottom: -220px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 991.98px) {
  .features.banner .container .col-img {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .features.banner .container .col-img {
    display: none;
  }
}
.features.banner .container .col-img img {
  max-width: 100%;
  height: auto;
}
.features.banner .container .circle {
  position: absolute;
  bottom: -70%;
  left: -7%;
  z-index: 0;
  width: 80%;
  background: #00B2D0;
  border-radius: 100rem;
  aspect-ratio: 1;
}
@media (max-width: 767.98px) {
  .features.banner .container .circle {
    bottom: unset;
    left: -50%;
    right: -50%;
    z-index: 0;
    width: 130%;
    top: -90%;
    margin: auto;
  }
}
.features.banner .container .dasheds {
  position: absolute;
  bottom: -76%;
  left: -13%;
  z-index: 0;
  width: 82%;
  border-radius: 100rem;
  aspect-ratio: 1;
  border: dashed 5px #58D8EE;
  animation: dash 60s linear infinite;
}
@media (max-width: 767.98px) {
  .features.banner .container .dasheds {
    bottom: unset;
    left: -30%;
    right: -50%;
    z-index: 0;
    width: 130%;
    top: -90%;
    margin: auto;
  }
}
.features.categories {
  background: #ff5a8b url("../../../../images/web/background/pink.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .features.categories {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.features.categories h2,
.features.categories p {
  color: white;
}
@media (max-width: 767.98px) {
  .features.categories h2,
  .features.categories p {
    text-align: center;
  }
}
.features.categories h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .features.categories h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 1399.98px) {
  .features.categories h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .features.categories h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .features.categories h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .features.categories h2 {
    font-size: 1.875rem;
  }
}
.features.categories article {
  background-color: white;
  transition: all 0.3s;
  border-radius: 65px;
  position: relative;
  padding: 0.938rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .features.categories article {
    border-radius: 50px;
  }
}
.features.categories article:hover {
  background-color: #ffc700;
}
.features.categories article:hover h3 {
  color: white;
}
.features.categories article:hover h3 img {
  filter: brightness(0) invert(1);
}
.features.categories article:hover span {
  z-index: 1;
  opacity: 1;
}
.features.categories article:hover span:first-of-type {
  left: 1.55rem;
}
.features.categories article:hover span:last-of-type {
  right: -2.2rem;
}
.features.categories article span {
  transition: left 1s, right 1s, opacity 1s;
  position: absolute;
  color: white;
  z-index: -999;
  opacity: 0;
}
.features.categories article span:first-of-type {
  animation: bounce 2s linear infinite;
  font-size: 5rem;
  left: -10rem;
  top: -3rem;
}
.features.categories article span:last-of-type {
  animation: bounce 3s linear infinite;
  font-size: 8.2rem;
  right: -10rem;
  top: -0.6rem;
}
.features.categories article span svg {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.features.categories article img {
  border-radius: 70px;
}
@media (max-width: 1399.98px) {
  .features.categories article img {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .features.categories article img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .features.categories article img {
    border-radius: 40px;
  }
}
.features.categories article h3 {
  text-transform: uppercase;
  font-size: calc(1.275rem + 0.3vw);
  justify-content: center;
  transition: all 0.3s;
  margin-top: 0.938rem;
  align-items: center;
  font-weight: 900;
  margin-bottom: 0;
  color: #ff8f00;
  display: flex;
}
@media (min-width: 1200px) {
  .features.categories article h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .features.categories article h3 {
    font-size: 1.25rem;
  }
}
.features.categories article h3 img {
  border-radius: 0;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 1199.98px) {
  .features.categories article h3 img {
    width: 32px;
    height: auto;
  }
}
.features.categories .whatsapp-toggler {
  margin-top: 60px;
}
