.include-newsletter {
  background: #d4e3a4 url("../../../images/web/background/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-newsletter {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.include-newsletter .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  text-align: center;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .include-newsletter .container h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .include-newsletter .container h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .include-newsletter .container h2 {
    font-size: 1.875rem;
  }
}
.include-newsletter .container .card {
  border-radius: 75px;
  padding: 4rem 3rem;
}
@media (max-width: 1199.98px) {
  .include-newsletter .container .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 991.98px) {
  .include-newsletter .container .card {
    border-radius: 60px;
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .include-newsletter .container .card {
    border-radius: 40px;
  }
}
.include-newsletter .container .card.white {
  background-color: white;
  height: 100%;
}
.include-newsletter .container .card.white h2 {
  margin-bottom: 2rem;
  color: #ff8f00;
}
.include-newsletter .container .card.white .swiper-container {
  margin-bottom: 2rem;
}
.include-newsletter .container .card.white .swiper-container article {
  color: #616161;
}
.include-newsletter .container .card.white .swiper-container article h3 {
  font-size: 1.125rem;
  margin-bottom: 0;
  font-weight: 900;
}
.include-newsletter .container .card.white .swiper-container article p {
  font-size: 0.875rem;
}
.include-newsletter .container .card.white .swiper-container article .stars {
  margin-top: auto;
  color: #eab110;
}
.include-newsletter .container .card.white .swiper-container article .stars svg {
  font-size: 2.5rem;
}
@media (max-width: 1399.98px) {
  .include-newsletter .container .card.white .swiper-container article .stars svg {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  .include-newsletter .container .card.white .swiper-container article .stars svg {
    font-size: 1.3rem;
  }
}
.include-newsletter .container .card.white .swiper-container article .description {
  font-size: 1.25rem;
  text-align: center;
  line-height: 2rem;
  margin-top: 2rem;
}
.include-newsletter .container .card.white .swiper-depositions-prev,
.include-newsletter .container .card.white .swiper-depositions-next {
  background-color: #ff8f00;
  justify-content: center;
  transition: all 0.3s;
  align-items: center;
  border-radius: 5px;
  color: white;
  display: flex;
  height: 3rem;
  width: 3rem;
}
.include-newsletter .container .card.white .swiper-depositions-prev svg,
.include-newsletter .container .card.white .swiper-depositions-next svg {
  font-size: 2rem;
}
.include-newsletter .container .card.white .swiper-depositions-prev:hover {
  transform: translateX(-10px);
}
.include-newsletter .container .card.white .swiper-depositions-next:hover {
  transform: translateX(10px);
}
.include-newsletter .container .card.pink {
  background-color: #ff5a8b;
}
@media (max-width: 767.98px) {
  .include-newsletter .container .card.pink {
    margin: 2rem 0;
  }
}
@media (max-width: 575.98px) {
  .include-newsletter .container .card.pink {
    border-radius: 0;
  }
}
.include-newsletter .container .card.pink h2 {
  margin-bottom: 1.5rem;
  color: white;
}
.include-newsletter .container .card.pink .btn {
  margin: 2rem auto 0;
}
.include-newsletter .container .card.green {
  background-color: #28a739;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem 1rem;
  display: flex;
  height: 100%;
}
@media (max-width: 575.98px) {
  .include-newsletter .container .card.green {
    margin: 0 0.75rem;
  }
}
.include-newsletter .container .card.green .coins {
  display: flex;
}
.include-newsletter .container .card.green .coins .kmbi-coin {
  margin-right: 1rem;
  font-size: 2rem;
}
.include-newsletter .container .card.green .coins .kmbi-side-coin {
  font-size: 4rem;
}
.include-newsletter .container .card.green h3 {
  font-size: calc(1.35rem + 1.2vw);
  margin: 0.5rem 0 1.5rem;
  font-weight: 900;
  color: white;
}
@media (min-width: 1200px) {
  .include-newsletter .container .card.green h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1399.98px) {
  .include-newsletter .container .card.green h3 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .include-newsletter .container .card.green h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 1199.98px) {
  .include-newsletter .container .card.green h3 {
    font-size: calc(1.35rem + 1.2vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .include-newsletter .container .card.green h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 991.98px) {
  .include-newsletter .container .card.green h3 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .include-newsletter .container .card.green h3 {
    font-size: 1.875rem;
  }
}
.include-newsletter .container .kid-image {
  border-radius: 75px;
}
@media (max-width: 1399.98px) {
  .include-newsletter .container .kid-image {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .include-newsletter .container .kid-image {
    margin-top: 1.5rem;
    width: 100%;
  }
}

.include-instagram {
  background: #ff5a8b url("../../../images/web/background/pink.webp") center;
  padding-bottom: 10.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 767.98px) {
  .include-instagram {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.include-instagram .container {
  position: relative;
}
.include-instagram .container::before {
  content: "";
  position: absolute;
  top: -40rem;
  right: 0;
  bottom: 0;
  left: -26rem;
  transform: rotateZ(374deg);
  background-color: white;
  transition: all 0.3s;
  border-radius: 120px;
  height: 54rem;
  width: 54rem;
}
@media (max-width: 767.98px) {
  .include-instagram .container::before {
    display: none;
  }
}
.include-instagram .container .row {
  height: 17.563rem;
}
@media (max-width: 767.98px) {
  .include-instagram .container .row {
    height: auto;
  }
}
.include-instagram .container h2,
.include-instagram .container .btn {
  position: relative;
}
.include-instagram .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 2rem;
  font-weight: 900;
  color: #ff8f00;
}
@media (min-width: 1200px) {
  .include-instagram .container h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .include-instagram .container h2 {
    text-align: center;
    color: white;
  }
}
.include-instagram .container .swiper-sociais {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 74rem;
}
@media (max-width: 767.98px) {
  .include-instagram .container .swiper-sociais {
    width: calc(100% + 20rem);
    margin-left: -10rem;
    position: relative;
  }
}
.include-instagram .container .swiper-sociais .swiper-slide {
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.include-instagram .container .swiper-sociais .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.include-instagram .container .swiper-sociais .swiper-slide:hover::before {
  opacity: 0.4;
}
.include-instagram .container .swiper-sociais .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .include-instagram .container .swiper-sociais .swiper-slide a img {
    height: auto;
    width: 100%;
  }
}
.include-instagram .container .buttons {
  margin: auto 0 -4.5rem auto;
  display: flex;
}
@media (max-width: 767.98px) {
  .include-instagram .container .buttons {
    margin: 1.5rem auto 2rem;
  }
}
.include-instagram .container .buttons .swiper-sociais-prev,
.include-instagram .container .buttons .swiper-sociais-next {
  background-color: #ff8f00;
  justify-content: center;
  transition: all 0.3s;
  align-items: center;
  border-radius: 5px;
  color: white;
  display: flex;
  height: 3rem;
  width: 3rem;
}
.include-instagram .container .buttons .swiper-sociais-prev svg,
.include-instagram .container .buttons .swiper-sociais-next svg {
  font-size: 2rem;
}
.include-instagram .container .buttons .swiper-sociais-prev {
  margin-right: 1rem;
}
.include-instagram .container .buttons .swiper-sociais-prev:hover {
  transform: translateX(-10px);
}
.include-instagram .container .buttons .swiper-sociais-next:hover {
  transform: translateX(10px);
}

.video {
  background: #ffcc02 url("../../../images/web/background/yellow.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .video {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.video .container {
  position: relative;
}
.video .container::before {
  content: "";
  position: absolute;
  top: -30rem;
  right: 0;
  bottom: 0;
  left: 26rem;
  background-color: white;
  transform: rotateZ(55deg);
  transition: all 0.3s;
  border-radius: 120px;
  height: 54rem;
  width: 54rem;
}
@media (max-width: 767.98px) {
  .video .container::before {
    display: none;
  }
}
.video .container iframe {
  border-radius: 50px;
  overflow: hidden;
}
.video .container h2,
.video .container p,
.video .container .btn {
  position: relative;
  z-index: 1;
}
.video .container h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1.5rem;
  font-weight: 900;
  color: #ff8f00;
}
@media (min-width: 1200px) {
  .video .container h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .video .container h2 {
    text-align: center;
    color: #35a31b;
    margin-top: 2rem;
  }
}
.video .container p {
  color: #ff8f00;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .video .container .btn {
    margin: 0 auto;
  }
}

.home {
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}
.home.banner .swiper-lazy {
  max-width: 100%;
  height: auto;
}
.home.banner .swiper-button-next,
.home.banner .swiper-button-prev {
  transition: all 0.3s;
}
.home.banner .swiper-button-next {
  right: 3rem;
}
.home.banner .swiper-button-next:hover {
  transform: translateX(0.5rem);
}
.home.banner .swiper-button-prev {
  left: 3rem;
}
.home.banner .swiper-button-prev:hover {
  transform: translateX(-0.5rem);
}
.home.categories {
  background: #ff5a8b url("../../../images/web/background/pink.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
}
@media (max-width: 767.98px) {
  .home.categories {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.home.categories .container h2,
.home.categories .container p {
  color: white;
}
@media (max-width: 767.98px) {
  .home.categories .container h2,
  .home.categories .container p {
    text-align: center;
  }
}
.home.categories .container h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .home.categories .container h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 1399.98px) {
  .home.categories .container h2 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .home.categories .container h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .home.categories .container h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .home.categories .container h2 {
    font-size: 1.875rem;
  }
}
.home.categories .container p {
  margin: 1rem 0 2rem;
}
@media (max-width: 1199.98px) {
  .home.categories .container p {
    margin: 1rem 0;
  }
}
@media (max-width: 991.98px) {
  .home.categories .container p {
    margin: 1rem 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .home.categories .btn {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .home.categories .btn {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
  }
}
.home.categories .swiper-categories {
  min-width: calc(100% + 20rem);
  margin-left: -10rem;
}
.home.categories .swiper-categories .swiper-slide {
  height: auto;
}
.home.categories article {
  background-color: white;
  transition: all 0.3s;
  border-radius: 65px;
  position: relative;
  padding: 0.938rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .home.categories article {
    border-radius: 50px;
  }
}
.home.categories article:hover {
  background-color: #ffc700;
}
.home.categories article:hover h3 {
  color: white;
}
.home.categories article:hover h3 img {
  filter: brightness(0) invert(1);
}
.home.categories article:hover span {
  z-index: 1;
  opacity: 1;
}
.home.categories article:hover span:first-of-type {
  left: 1.55rem;
}
.home.categories article:hover span:last-of-type {
  right: -2.2rem;
}
.home.categories article span {
  transition: left 1s, right 1s, opacity 1s;
  position: absolute;
  color: white;
  z-index: -999;
  opacity: 0;
}
.home.categories article span:first-of-type {
  animation: bounce 2s linear infinite;
  font-size: 5rem;
  left: -10rem;
  top: -3rem;
}
.home.categories article span:last-of-type {
  animation: bounce 3s linear infinite;
  font-size: 8.2rem;
  right: -10rem;
  top: -0.6rem;
}
.home.categories article span svg {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.home.categories article img {
  border-radius: 70px;
}
@media (max-width: 1399.98px) {
  .home.categories article img {
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .home.categories article img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home.categories article img {
    border-radius: 40px;
  }
}
.home.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) {
  .home.categories article h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .home.categories article h3 {
    font-size: 1.25rem;
  }
}
.home.categories article h3 img {
  border-radius: 0;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 1199.98px) {
  .home.categories article h3 img {
    width: 32px;
    height: auto;
  }
}
.home.categories .swiper-button-prev,
.home.categories .swiper-button-next {
  transition: all 0.3s;
}
.home.categories .swiper-button-prev {
  left: 12rem;
}
.home.categories .swiper-button-prev:hover {
  transform: translateX(-0.5rem);
}
.home.categories .swiper-button-next {
  right: 12rem;
}
.home.categories .swiper-button-next:hover {
  transform: translateX(0.5rem);
}
.home.cirandar {
  background: #ff8f00 url("../../../images/web/background/orange.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
}
@media (max-width: 1399.98px) {
  .home.cirandar img {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .home.cirandar {
    padding-bottom: 3rem;
    padding-top: 0;
  }
}
.home.cirandar .container {
  position: relative;
}
.home.cirandar .container::before {
  content: "";
  position: absolute;
  top: -29.5rem;
  right: 0;
  bottom: 0;
  left: -19.9rem;
  background-color: white;
  transform: rotateZ(55deg);
  transition: all 0.3s;
  border-radius: 120px;
  height: 54rem;
  width: 54rem;
}
@media (max-width: 767.98px) {
  .home.cirandar .container::before {
    display: none;
  }
}
.home.cirandar .container::after {
  content: "";
  background: url("../../../images/web/pages/home/cirandar.webp") center;
  position: absolute;
  top: -11rem;
  right: -19rem;
  bottom: 0;
  left: auto;
  height: 66.75rem;
  width: 66.563rem;
}
@media (max-width: 1399.98px) {
  .home.cirandar .container::after {
    right: -31rem;
  }
}
@media (max-width: 1199.98px) {
  .home.cirandar .container::after {
    right: -42rem;
  }
}
@media (max-width: 991.98px) {
  .home.cirandar .container::after {
    right: -56rem;
  }
}
@media (max-width: 767.98px) {
  .home.cirandar .container::after {
    display: none;
  }
}
.home.cirandar .container h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  font-weight: 900;
  color: #ff8f00;
}
@media (min-width: 1200px) {
  .home.cirandar .container h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .home.cirandar .container h2 {
    text-align: center;
    margin-top: 3rem;
    color: white;
  }
}
.home.cirandar .container p {
  margin: 1rem 0 2rem;
  color: #616161;
}
@media (max-width: 767.98px) {
  .home.cirandar .container p {
    text-align: center;
    color: white;
  }
}
@media (max-width: 767.98px) {
  .home.cirandar .container .btn {
    margin: auto;
  }
}
.home.about {
  background: #00b3d2 url("../../../images/web/background/blue.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
}
@media (max-width: 991.98px) {
  .home.about {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767.98px) {
  .home.about {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.home.about .container .first-block {
  flex-direction: column;
  display: flex;
}
@media (max-width: 991.98px) {
  .home.about .container .first-block {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .home.about .container .first-block {
    flex-direction: column;
  }
}
.home.about .container .card {
  border-radius: 75px;
}
@media (max-width: 991.98px) {
  .home.about .container .card {
    border-radius: 50px;
  }
}
.home.about .container .card.pink {
  background-color: #ff5a8b;
  padding: 1.25rem 2.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  .home.about .container .card.pink {
    margin-bottom: 0;
    padding: 2rem;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .home.about .container .card.pink {
    border-radius: 50px 50px 0 0;
    z-index: 1;
    margin: 0;
  }
}
.home.about .container .card.pink svg {
  animation: pop2 2s linear infinite;
  margin-right: 1rem;
  font-size: 4rem;
  color: white;
}
@media (max-width: 991.98px) {
  .home.about .container .card.pink svg {
    font-size: 3rem;
  }
}
.home.about .container .card.pink h2 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 0;
  font-weight: 900;
  color: white;
}
@media (min-width: 1200px) {
  .home.about .container .card.pink h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199.98px) {
  .home.about .container .card.pink h2 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .home.about .container .card.pink h2 {
    font-size: 1.5625rem;
  }
}
.home.about .container .card.pink + img {
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.75);
  border-radius: 75px;
}
@media (max-width: 1399.98px) {
  .home.about .container .card.pink + img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home.about .container .card.pink + img {
    border-radius: 50px;
    margin-left: 1.5rem;
    width: 13rem;
  }
}
@media (max-width: 767.98px) {
  .home.about .container .card.pink + img {
    margin-top: -5rem;
    margin-left: 0;
    width: 100%;
  }
}
.home.about .container .card.white {
  padding: 5.375rem 0 5.375rem 6.5rem;
  background-color: white;
  position: relative;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .home.about .container .card.white {
    padding: 4.5rem 0 4.5rem 5rem;
  }
}
@media (max-width: 1199.98px) {
  .home.about .container .card.white {
    padding: 3rem 0 3rem 4rem;
  }
}
@media (max-width: 991.98px) {
  .home.about .container .card.white {
    text-align: center;
    margin-top: 1.5rem;
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .home.about .container .card.white {
    background-color: transparent;
    margin-top: 2rem;
    padding: 0;
  }
}
.home.about .container .card.white::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% - 5rem);
  background-color: white;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .home.about .container .card.white::after {
    display: none;
  }
}
.home.about .container .card.white h3,
.home.about .container .card.white p,
.home.about .container .card.white table,
.home.about .container .card.white .card-body {
  position: relative;
  z-index: 1;
}
.home.about .container .card.white .card-body {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.home.about .container .card.white h3 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  font-weight: 900;
  color: #ff8f00;
}
@media (min-width: 1200px) {
  .home.about .container .card.white h3 {
    font-size: 3.375rem;
  }
}
@media (max-width: 1399.98px) {
  .home.about .container .card.white h3 {
    font-size: calc(1.375rem + 1.5vw);
  }
}
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .home.about .container .card.white h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .home.about .container .card.white h3 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .home.about .container .card.white h3 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  .home.about .container .card.white h3 {
    font-size: calc(1.35rem + 1.2vw);
    color: white;
  }
}
@media (max-width: 767.98px) and (min-width: 1200px) {
  .home.about .container .card.white h3 {
    font-size: 2.25rem;
  }
}
.home.about .container .card.white p {
  color: #616161;
  margin: auto 0;
}
@media (max-width: 767.98px) {
  .home.about .container .card.white p {
    color: white;
  }
}
.home.about .container .card.white table {
  margin-top: auto;
  width: 100%;
}
.home.about .container .card.white table h4 {
  text-transform: uppercase;
  font-size: calc(1.35rem + 1.2vw);
  align-items: center;
  position: relative;
  font-weight: 900;
  margin-bottom: 0;
  display: flex;
}
@media (min-width: 1200px) {
  .home.about .container .card.white table h4 {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199.98px) {
  .home.about .container .card.white table h4 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .home.about .container .card.white table h4 {
    font-size: 1.5625rem;
  }
}
.home.about .container .card.white table h4:hover span svg {
  animation: move-rotate 1.5s linear infinite;
}
.home.about .container .card.white table h4 span {
  background-color: black;
  transform: rotate(45deg);
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 1rem;
  font-size: 2rem;
  display: flex;
  height: 3rem;
  width: 3rem;
}
.home.about .container .card.white table h4 span svg {
  transform: rotate(-45deg);
  color: white;
}
.home.about .container .card.white table .kmbi-arrow1,
.home.about .container .card.white table .kmbi-arrow2 {
  color: #eab110;
  font-size: 5rem;
}
.home.about .container .card.white table .arrow2,
.home.about .container .card.white table .arrow4 {
  padding: 0.5rem 0;
}
.home.about .container .card.white table .arrow1,
.home.about .container .card.white table .arrow3 {
  text-align: center;
}
.home.about .container .card.white table .arrow1 svg {
  animation: right-loop 2s linear infinite;
}
.home.about .container .card.white table .arrow2 svg {
  animation: bottom-loop 2s linear infinite;
  transform: rotate(240deg) scaleX(-1);
}
.home.about .container .card.white table .arrow3 svg {
  animation: left-loop 2s linear infinite;
  transform: scaleX(-1);
}
.home.about .container .card.white table .arrow4 svg {
  animation: top-loop 2s linear infinite;
  transform: rotate(32deg) scaleX(-1);
}
.home.about .container .card.white table .first {
  color: #ff5a8b;
}
.home.about .container .card.white table .first span {
  background-color: #ff5a8b;
}
.home.about .container .card.white table .second {
  color: #35a31b;
}
.home.about .container .card.white table .second span {
  background-color: #35a31b;
}
.home.about .container .card.white table .third {
  color: #ff8f00;
}
.home.about .container .card.white table .third span {
  background-color: #ff8f00;
}
.home.about .container .card.white table .fourth {
  color: #00b3d2;
}
.home.about .container .card.white table .fourth span {
  background-color: #00b3d2;
}
.home.cashback {
  background: #ffcc02 url("../../../images/web/background/yellow.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
}
@media (max-width: 1399.98px) {
  .home.cashback img {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .home.cashback {
    background: #35a31b url("../../../images/web/background/dark-green.webp") center;
    padding-bottom: 3rem;
    padding-top: 0;
  }
}
.home.cashback .container {
  position: relative;
}
.home.cashback .container::before {
  content: "";
  position: absolute;
  top: -29.3rem;
  right: 0;
  bottom: 0;
  left: -19.9rem;
  background-color: white;
  transform: rotateZ(55deg);
  transition: all 0.3s;
  border-radius: 120px;
  height: 54rem;
  width: 54rem;
}
@media (max-width: 767.98px) {
  .home.cashback .container::before {
    display: none;
  }
}
.home.cashback .container::after {
  content: "";
  background: url("../../../images/web/pages/home/cashback.webp") center;
  position: absolute;
  top: -22.9rem;
  right: -5rem;
  bottom: 0;
  left: auto;
  height: 63.125rem;
  width: 61.25rem;
}
@media (max-width: 1399.98px) {
  .home.cashback .container::after {
    right: -16.3rem;
  }
}
@media (max-width: 1199.98px) {
  .home.cashback .container::after {
    right: -27.5rem;
  }
}
@media (max-width: 991.98px) {
  .home.cashback .container::after {
    right: -42.5rem;
  }
}
@media (max-width: 767.98px) {
  .home.cashback .container::after {
    display: none;
  }
}
.home.cashback .container h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  font-weight: 900;
  color: #ff8f00;
}
@media (min-width: 1200px) {
  .home.cashback .container h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .home.cashback .container h2 {
    text-align: center;
    margin-top: 3rem;
    color: white;
  }
}
.home.cashback .container p {
  margin: 1rem 0 2rem;
  color: #616161;
}
@media (max-width: 767.98px) {
  .home.cashback .container p {
    text-align: center;
    color: white;
  }
}
@media (max-width: 767.98px) {
  .home.cashback .container .btn {
    margin: auto;
  }
}
.home.mega {
  background: #ff8f00 url("../../../images/web/background/orange.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
}
@media (max-width: 767.98px) {
  .home.mega {
    padding-bottom: 0;
    padding-top: 3rem;
  }
  .home.mega img {
    height: auto;
  }
}
.home.mega .container {
  position: relative;
}
@media (max-width: 767.98px) {
  .home.mega .container {
    text-align: center;
  }
}
.home.mega .container::before {
  content: "";
  position: absolute;
  top: 7rem;
  right: 0;
  bottom: 0;
  left: -16.9rem;
  background-color: white;
  transform: rotateZ(55deg);
  transition: all 0.3s;
  border-radius: 120px;
  height: 54rem;
  width: 54rem;
}
@media (max-width: 1399.98px) {
  .home.mega .container::before {
    left: -20.9rem;
  }
}
@media (max-width: 1199.98px) {
  .home.mega .container::before {
    left: -30.9rem;
  }
}
@media (max-width: 991.98px) {
  .home.mega .container::before {
    left: -40.9rem;
    top: 12rem;
  }
}
@media (max-width: 767.98px) {
  .home.mega .container::before {
    display: none;
  }
}
.home.mega .container::after {
  content: "";
  background: url("../../../images/web/pages/home/girl.webp") center;
  position: absolute;
  top: -3.5rem;
  right: auto;
  bottom: 0;
  left: -2rem;
  animation: bounce 3s linear infinite;
  height: 35.813rem;
  width: 42.063rem;
}
@media (max-width: 1399.98px) {
  .home.mega .container::after {
    left: -10rem;
  }
}
@media (max-width: 1199.98px) {
  .home.mega .container::after {
    left: -18rem;
  }
}
@media (max-width: 991.98px) {
  .home.mega .container::after {
    left: -26rem;
    top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .home.mega .container::after {
    display: none;
  }
}
.home.mega .container h2,
.home.mega .container p {
  color: white;
}
.home.mega .container h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .home.mega .container h2 {
    font-size: 3.375rem;
  }
}
.home.mega .container p {
  margin: 1rem 0 2rem;
}
@media (max-width: 767.98px) {
  .home.mega .container .btn {
    margin: auto;
  }
}
.home.mega .img-mobile {
  position: relative;
  margin-top: 3rem;
}
.home.mega .img-mobile::before {
  content: "";
  position: absolute;
  top: 9rem;
  right: 0;
  bottom: 0;
  left: -11.9rem;
  background-color: white;
  transform: rotateZ(55deg);
  transition: all 0.3s;
  border-radius: 120px;
  height: 54rem;
  width: 54rem;
}
.home.mega .img-mobile img {
  animation: bounce 3s linear infinite;
  margin-bottom: -1rem;
  position: relative;
  z-index: 1;
}
.home.blog {
  background: #00b3d2 url("../../../images/web/background/blue.webp") center;
  padding-bottom: 6.28rem;
  background-size: cover;
  padding-top: 6.28rem;
}
@media (max-width: 767.98px) {
  .home.blog {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
.home.blog .container {
  text-align: center;
}
.home.blog .container h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 0;
  font-weight: 900;
  color: white;
}
@media (min-width: 1200px) {
  .home.blog .container h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 991.98px) {
  .home.blog .container h2 {
    font-size: calc(1.40625rem + 1.875vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .home.blog .container h2 {
    font-size: 2.8125rem;
  }
}
.home.blog .swiper-container {
  margin: 0.75rem 0 0.75rem -10rem;
  min-width: calc(100% + 20rem);
  padding: 2rem 0;
}
.home.blog .swiper-container .swiper-slide {
  height: auto;
}
.home.blog .swiper-container .swiper-slide article {
  background-color: white;
  transition: all 0.3s;
  border-radius: 65px;
  position: relative;
  text-align: center;
  padding: 0.7rem;
  height: 100%;
}
.home.blog .swiper-container .swiper-slide article:hover {
  background-color: #ff5a8b;
}
.home.blog .swiper-container .swiper-slide article:hover h3,
.home.blog .swiper-container .swiper-slide article:hover p {
  color: white;
}
.home.blog .swiper-container .swiper-slide article:hover span {
  z-index: 1;
  opacity: 1;
}
.home.blog .swiper-container .swiper-slide article:hover span:first-of-type {
  left: 1.55rem;
}
.home.blog .swiper-container .swiper-slide article:hover span:last-of-type {
  right: -2.2rem;
}
.home.blog .swiper-container .swiper-slide article:hover .btn-link {
  text-decoration: underline;
  opacity: 1;
}
.home.blog .swiper-container .swiper-slide article a {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.home.blog .swiper-container .swiper-slide article a span {
  transition: left 1s, right 1s, opacity 1s;
  position: absolute;
  color: white;
  z-index: -999;
  opacity: 0;
}
.home.blog .swiper-container .swiper-slide article a span:first-of-type {
  animation: bounce 2s linear infinite;
  font-size: 5rem;
  left: -10rem;
  top: -3rem;
}
.home.blog .swiper-container .swiper-slide article a span:last-of-type {
  animation: bounce 3s linear infinite;
  font-size: 8.2rem;
  right: -10rem;
  top: -0.6rem;
}
.home.blog .swiper-container .swiper-slide article a span svg {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.4));
}
.home.blog .swiper-container .swiper-slide article a img {
  border-radius: 58px;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.home.blog .swiper-container .swiper-slide article a h3,
.home.blog .swiper-container .swiper-slide article a p {
  padding: 0 1rem;
}
.home.blog .swiper-container .swiper-slide article a h3 {
  text-transform: uppercase;
  font-size: 1.25rem;
  justify-content: center;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  margin-top: 0.938rem;
  align-items: center;
  font-weight: 900;
  color: #ff5a8b;
  display: flex;
}
.home.blog .swiper-container .swiper-slide article a h3 svg {
  margin-right: 0.5rem;
  font-size: 2.8rem;
}
.home.blog .swiper-container .swiper-slide article a p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  text-align: center;
  color: #616161;
}
.home.blog .swiper-container .swiper-slide article a .btn-link {
  font-size: 1.125rem;
  margin-top: auto;
  color: white;
  opacity: 0;
}
.home.blog .swiper-container .swiper-button-next,
.home.blog .swiper-container .swiper-button-prev {
  transition: all 0.3s;
}
.home.blog .swiper-container .swiper-button-next {
  right: 12rem;
}
.home.blog .swiper-container .swiper-button-next:hover {
  transform: translateX(0.5rem);
}
.home.blog .swiper-container .swiper-button-prev {
  left: 12rem;
}
.home.blog .swiper-container .swiper-button-prev:hover {
  transform: translateX(-0.5rem);
}
