@import "../../css/libs/swiper/swiper.min.css";
.s-testimonials__container, .s-content__container, .s-afiliados-faq__container, .s-hero__container, .s-creators__container, .s-why__container, .s-blog__container {
  max-width: 1254px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .s-testimonials__container, .s-content__container, .s-afiliados-faq__container, .s-hero__container, .s-creators__container, .s-why__container, .s-blog__container {
    padding: 0px 1.6rem;
  }
}

.s-hero__image, .s-creators__item-image, .card-blog-md__image {
  overflow: hidden;
  display: block;
}
.s-hero__image > img, .s-creators__item-image > img, .card-blog-md__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-testimonials__play, .s-content__image, .s-content__icon, .s-afiliados-faq__load-more, .s-hero__icon, .s-why__slide-icon, .card-blog-md__category figure, .s-hero__button .button-arrow, .s-hero__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-left: -0.4rem;
}
.s-hero__button span {
  display: inline-block;
  color: #0f1f57;
  font-family: "Work Sans", sans-serif;
  padding: 1.4rem 2.8rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 4.8rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.014rem;
  text-transform: uppercase;
  border-radius: 1rem;
  position: relative;
  background: #5ed9f4;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.s-hero__button span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.s-hero__button .button-arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  background: #5ed9f4;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}
.s-hero__button .button-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.s-hero__button .button-arrow.arrow-left {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}
.s-hero__button .button-arrow.arrow-right {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.s-hero__button:hover span {
  background: #b3f6ff;
}
.s-hero__button:hover .button-arrow {
  background: #b3f6ff;
}
.s-hero__button:hover .button-arrow.arrow-left {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #bdeffa;
}
.s-hero__button:hover .button-arrow.arrow-right {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-blog__container, .s-why__container, .s-creators__container, .s-hero__container, .s-afiliados-faq__container, .s-content__container, .s-testimonials__container {
  max-width: 1254px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .s-blog__container, .s-why__container, .s-creators__container, .s-hero__container, .s-afiliados-faq__container, .s-content__container, .s-testimonials__container {
    padding: 0px 1.6rem;
  }
}
.card-blog-md__image, .s-creators__item-image, .s-hero__image {
  overflow: hidden;
  display: block;
}

.card-blog-md__image > img, .s-creators__item-image > img, .s-hero__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-blog-md__category figure, .s-why__slide-icon, .s-hero__icon, .s-afiliados-faq__load-more, .s-content__icon, .s-content__image, .s-testimonials__play, .s-hero__button .button-arrow, .s-hero__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-left: -0.4rem;
}

.s-hero__button span {
  display: inline-block;
  color: #0f1f57;
  font-family: "Work Sans", sans-serif;
  padding: 1.4rem 2.8rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 4.8rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.014rem;
  text-transform: uppercase;
  border-radius: 1rem;
  position: relative;
  background: #5ed9f4;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.s-hero__button span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s-hero__button .button-arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  background: #5ed9f4;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.s-hero__button .button-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s-hero__button .button-arrow.arrow-left {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-hero__button .button-arrow.arrow-right {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.s-hero__button:hover span {
  background: #b3f6ff;
}

.s-hero__button:hover .button-arrow {
  background: #b3f6ff;
}

.s-hero__button:hover .button-arrow.arrow-left {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #bdeffa;
}

.s-hero__button:hover .button-arrow.arrow-right {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-testimonials {
  padding-top: 11.2rem;
}
.s-testimonials__heading {
  text-align: center;
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
  margin-bottom: 8rem;
}
@media screen and (max-width: 600px) {
  .s-testimonials__heading {
    font-size: 3rem;
  }
}
.s-testimonials__heading strong {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  background: var(--Gradients-text, linear-gradient(93deg, #5ed9f4 32.8%, #285fe7 104.45%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
}
@media screen and (max-width: 600px) {
  .s-testimonials__heading strong {
    font-size: 3rem;
  }
}
.s-testimonials__info {
  position: absolute;
  top: 2.2rem;
  left: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.s-testimonials__avatar {
  max-width: 4rem;
}
.s-testimonials__name span {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  gap: 0.2rem;
}
.s-testimonials__followers span {
  color: #fff;
  font-size: 1.3rem;
  line-height: 140%;
  letter-spacing: 0.13px;
  margin-top: 0.2rem;
}
.s-testimonials__text p {
  position: absolute;
  bottom: 2.1rem;
  left: 2.1rem;
  max-width: 25.6rem;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #f6f7f9;
}
.s-testimonials__card {
  width: 100%;
  position: relative;
  max-height: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (min-width: 992px) {
  .s-testimonials__card {
    --scroll-progress: 0;
    clip-path: inset(calc(40% * (1 - var(--scroll-progress))) calc(40% * (1 - var(--scroll-progress))) calc(40% * (1 - var(--scroll-progress))) calc(40% * (1 - var(--scroll-progress))) round 1.2rem);
    opacity: calc(0.2 + 0.8 * var(--scroll-progress));
    -webkit-transition: clip-path 0.6s cubic-bezier(0.4, 0.15, 0, 1), opacity 0.6s cubic-bezier(0.4, 0.15, 0, 1);
    transition: clip-path 0.6s cubic-bezier(0.4, 0.15, 0, 1), opacity 0.6s cubic-bezier(0.4, 0.15, 0, 1);
  }
}
.s-testimonials__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 13, 35, 0.85)), color-stop(24.22%, rgba(6, 13, 35, 0.5)), color-stop(49.1%, rgba(6, 13, 35, 0.2)), color-stop(79.98%, rgba(6, 13, 35, 0.5)), to(rgba(6, 13, 35, 0.85)));
  background: linear-gradient(180deg, rgba(6, 13, 35, 0.85) 0%, rgba(6, 13, 35, 0.5) 24.22%, rgba(6, 13, 35, 0.2) 49.1%, rgba(6, 13, 35, 0.5) 79.98%, rgba(6, 13, 35, 0.85) 100%);
  width: 100%;
  max-height: 52.8rem;
}
.s-testimonials__card video {
  width: 100%;
  max-width: 29.8rem;
  border-radius: 1.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 52.8rem;
}
.s-testimonials__slide .swiper-slide {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.s-testimonials__play {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.s-testimonials__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.9rem;
  display: none;
}

@media screen and (max-width: 991px) {
  .s-testimonials__slide .swiper-slide:first-child .s-testimonials__icon {
    display: block;
    -webkit-animation: shakeIcon 2s infinite;
    animation: shakeIcon 2s infinite;
  }
}
@media screen and (max-width: 600px) {
  .s-testimonials {
    padding-top: 5.6rem;
  }
  .s-testimonials__heading {
    margin-bottom: 3.2rem;
  }
}
@-webkit-keyframes shakeIcon {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
@keyframes shakeIcon {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  75% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}
.s-blog__container, .s-why__container, .s-creators__container, .s-hero__container, .s-afiliados-faq__container, .s-testimonials__container, .s-content__container {
  max-width: 1254px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .s-blog__container, .s-why__container, .s-creators__container, .s-hero__container, .s-afiliados-faq__container, .s-testimonials__container, .s-content__container {
    padding: 0px 1.6rem;
  }
}
.card-blog-md__image, .s-creators__item-image, .s-hero__image {
  overflow: hidden;
  display: block;
}

.card-blog-md__image > img, .s-creators__item-image > img, .s-hero__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-blog-md__category figure, .s-why__slide-icon, .s-hero__icon, .s-afiliados-faq__load-more, .s-testimonials__play, .s-content__image, .s-content__icon, .s-hero__button .button-arrow, .s-hero__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-left: -0.4rem;
}

.s-hero__button span {
  display: inline-block;
  color: #0f1f57;
  font-family: "Work Sans", sans-serif;
  padding: 1.4rem 2.8rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 4.8rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.014rem;
  text-transform: uppercase;
  border-radius: 1rem;
  position: relative;
  background: #5ed9f4;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.s-hero__button span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s-hero__button .button-arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  background: #5ed9f4;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.s-hero__button .button-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s-hero__button .button-arrow.arrow-left {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-hero__button .button-arrow.arrow-right {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.s-hero__button:hover span {
  background: #b3f6ff;
}

.s-hero__button:hover .button-arrow {
  background: #b3f6ff;
}

.s-hero__button:hover .button-arrow.arrow-left {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #bdeffa;
}

.s-hero__button:hover .button-arrow.arrow-right {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-content {
  padding: 11.2rem 0;
}
.s-content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 7.2rem;
}
.s-content__tag {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #4b49e7;
  font-family: "Work Sans", sans-serif;
}
.s-content__tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 1rem;
  background: #f5f8ff;
  padding: 0.4rem;
  position: relative;
}
.s-content__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 3rem;
  position: relative;
  z-index: 1;
  border-radius: 0.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-content__tab svg {
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-content__tab span {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #878eab;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.s-content__tab.active {
  background: #fff;
  border: 1px solid #e2eaff;
  -webkit-box-shadow: 0 0 0 1px #e1e9fb, 0 31px 9px 0 rgba(42, 42, 178, 0), 0 20px 8px 0 rgba(42, 42, 178, 0.01), 0 11px 7px 0 rgba(42, 42, 178, 0.05), 0 5px 5px 0 rgba(42, 42, 178, 0.09), 0 1px 3px 0 rgba(42, 42, 178, 0.1);
  box-shadow: 0 0 0 1px #e1e9fb, 0 31px 9px 0 rgba(42, 42, 178, 0), 0 20px 8px 0 rgba(42, 42, 178, 0.01), 0 11px 7px 0 rgba(42, 42, 178, 0.05), 0 5px 5px 0 rgba(42, 42, 178, 0.09), 0 1px 3px 0 rgba(42, 42, 178, 0.1);
}
.s-content__tab.active span {
  color: #0f1f57;
}
.s-content__tab.active svg {
  opacity: 1;
  width: 1.6rem;
}
.s-content__wrapper {
  width: 100%;
}
.s-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.s-content__content[data-tab="1"]:not([style*="display: none"]), .s-content__content[data-tab="2"]:not([style*="display: none"]) {
  opacity: 1;
}
.s-content__holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-content__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 48.6rem;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  display: block;
}
.s-content__bullet {
  position: absolute;
  border-radius: 1rem;
  border: 1px solid #f5f8ff;
  background: #fff;
  -webkit-box-shadow: 0 170.087px 47.246px 0 rgba(70, 88, 180, 0), 0 108.667px 43.703px 0 rgba(70, 88, 180, 0.01), 0 61.42px 36.616px 0 rgba(70, 88, 180, 0.05), 0 27.167px 27.167px 0 rgba(70, 88, 180, 0.09), 0 7.087px 15.355px 0 rgba(70, 88, 180, 0.1);
  box-shadow: 0 170.087px 47.246px 0 rgba(70, 88, 180, 0), 0 108.667px 43.703px 0 rgba(70, 88, 180, 0.01), 0 61.42px 36.616px 0 rgba(70, 88, 180, 0.05), 0 27.167px 27.167px 0 rgba(70, 88, 180, 0.09), 0 7.087px 15.355px 0 rgba(70, 88, 180, 0.1);
  padding: 1.2rem 2rem 1.2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.2rem;
  width: 100%;
  max-width: 28.6rem;
}
.s-content__bullet-title {
  font-size: 1.4rem;
  line-height: 140%;
  font-weight: 600;
  color: #475467;
}
.s-content__bullet-subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 140%;
  color: #68768d;
}
.s-content__bullet-subtitle strong {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 140%;
  color: #4b49e7;
}
.s-content__bullet svg {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.s-content__bullet.first {
  right: -10.7rem;
  bottom: 14.6rem;
}
.s-content__bullet.second {
  right: -6.3rem;
  bottom: 4.7rem;
}
.s-content__bullet.third {
  right: -10.1rem;
  top: 8.1rem;
  max-width: 21.4rem;
  padding-right: 1.6rem;
}
.s-content__bullet.third .s-content__bullet-title {
  color: #4b49e7;
}
.s-content__bullet.fourth {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  bottom: 5.7rem;
  right: -10.6rem;
}
.s-content__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  background: #e2eaff;
}
.s-content__bullet-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}
.s-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 56.4rem;
}
.s-content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.s-content__info.mobile {
  display: none;
}
.s-content__heading {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
}
@media screen and (max-width: 600px) {
  .s-content__heading {
    font-size: 3rem;
  }
}
.s-content__heading span {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 600px) {
  .s-content__heading span {
    font-size: 3rem;
  }
}
.s-content__description {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #697191;
}
.s-content__accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.s-content__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding: 2rem 0;
  border-bottom: 1px solid #e2eaff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-content__accordion.active {
  gap: 1rem;
}
.s-content__accordion.active .s-content__accordion-vertical {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-content__accordion.active h3 {
  font-weight: 600;
}
.s-content__accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.s-content__accordion-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 4.4rem;
  height: 4.4rem;
  background: #4b49e7;
  border-radius: 0.8rem;
  padding: 1rem;
}
.s-content__accordion-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.s-content__accordion.active .s-content__accordion-icon {
  position: static;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
.s-content__accordion-header h3 {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 140%;
  font-weight: 500;
  color: #0f1f57;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.s-content__accordion-toggle {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-content__accordion-vertical {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.s-content__accordion-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s ease;
  will-change: max-height, opacity, padding;
}
.s-content__accordion.active .s-content__accordion-content {
  max-height: 1000px;
  opacity: 1;
}
.s-content__accordion-content p {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #697191;
}

@media screen and (max-width: 991px) {
  .s-content {
    padding: 5.6rem 0;
  }
  .s-content__header {
    margin-bottom: 4rem;
  }
  .s-content__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-content__tabs-container {
    max-width: 100%;
    background: #e2eaff;
  }
  .s-content__tab {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-content__tab span {
    color: #5a6182;
  }
  .s-content__bullet {
    display: none;
  }
  .s-content__image {
    max-width: 100%;
  }
  .s-content__heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .s-content__tab {
    padding: 1rem 2.8rem;
  }
  .s-content__tab.active svg {
    margin-right: 0.6rem;
  }
  .s-content__tab span {
    font-size: 1.4rem;
  }
  .s-content__info {
    display: none;
  }
  .s-content__info.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-content__heading {
    font-size: 3rem;
    text-align: center;
    letter-spacing: -0.3px;
  }
  .s-content__description {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.16px;
    max-width: 34.2rem;
    max-width: 32.2rem;
  }
  .s-content__accordion-header h3 {
    font-size: 1.6rem;
  }
}
.s-blog__container, .s-why__container, .s-creators__container, .s-hero__container, .s-testimonials__container, .s-content__container, .s-afiliados-faq__container {
  max-width: 1254px;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .s-blog__container, .s-why__container, .s-creators__container, .s-hero__container, .s-testimonials__container, .s-content__container, .s-afiliados-faq__container {
    padding: 0px 1.6rem;
  }
}
.card-blog-md__image, .s-creators__item-image, .s-hero__image {
  overflow: hidden;
  display: block;
}

.card-blog-md__image > img, .s-creators__item-image > img, .s-hero__image > img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-blog-md__category figure, .s-why__slide-icon, .s-hero__icon, .s-testimonials__play, .s-content__image, .s-content__icon, .s-afiliados-faq__load-more, .s-hero__button .button-arrow, .s-hero__button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-left: -0.4rem;
}

.s-hero__button span {
  display: inline-block;
  color: #0f1f57;
  font-family: "Work Sans", sans-serif;
  padding: 1.4rem 2.8rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 4.8rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.014rem;
  text-transform: uppercase;
  border-radius: 1rem;
  position: relative;
  background: #5ed9f4;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.s-hero__button span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s-hero__button .button-arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1rem;
  background: #5ed9f4;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.s-hero__button .button-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bdeffa), to(#28ccf0));
  background: linear-gradient(180deg, #bdeffa, #28ccf0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.s-hero__button .button-arrow.arrow-left {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-hero__button .button-arrow.arrow-right {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.s-hero__button:hover span {
  background: #b3f6ff;
}

.s-hero__button:hover .button-arrow {
  background: #b3f6ff;
}

.s-hero__button:hover .button-arrow.arrow-left {
  width: 4.8rem;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-color: #bdeffa;
}

.s-hero__button:hover .button-arrow.arrow-right {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  border-color: transparent;
}

.s-afiliados-faq {
  padding: 11.2rem 0;
}
.s-afiliados-faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.s-afiliados-faq__heading {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  max-width: 49.6rem;
  margin-bottom: 6rem;
  color: #0f1f57;
}
@media screen and (max-width: 600px) {
  .s-afiliados-faq__heading {
    font-size: 3rem;
  }
}
.s-afiliados-faq__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem 3.2rem;
  position: relative;
  z-index: 1;
}
.s-afiliados-faq__tab svg {
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-afiliados-faq__tab span {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: #878eab;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.s-afiliados-faq__tab.active {
  border-radius: 0.6877rem;
  border: 1.146px solid var(--Brand-Blue-100, #e2eaff);
  background: var(--Neutrals-gray-White, #fff);
  -webkit-box-shadow: 0 0 0 1.146px #e1e9fb, 0 35.532px 10.316px 0 rgba(42, 42, 178, 0), 0 22.924px 9.17px 0 rgba(42, 42, 178, 0.01), 0 12.608px 8.023px 0 rgba(42, 42, 178, 0.05), 0 5.731px 5.731px 0 rgba(42, 42, 178, 0.09), 0 1.146px 3.439px 0 rgba(42, 42, 178, 0.1);
  box-shadow: 0 0 0 1.146px #e1e9fb, 0 35.532px 10.316px 0 rgba(42, 42, 178, 0), 0 22.924px 9.17px 0 rgba(42, 42, 178, 0.01), 0 12.608px 8.023px 0 rgba(42, 42, 178, 0.05), 0 5.731px 5.731px 0 rgba(42, 42, 178, 0.09), 0 1.146px 3.439px 0 rgba(42, 42, 178, 0.1);
}
.s-afiliados-faq__tab.active span {
  color: #0f1f57;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.s-afiliados-faq__tab.active svg {
  opacity: 1;
  width: auto;
  margin-right: 1.2rem;
  -webkit-transition: opacity 0.3s ease, width 0.3s ease;
  transition: opacity 0.3s ease, width 0.3s ease;
}
.s-afiliados-faq__tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 1.2rem;
  background: #f5f8ff;
  padding: 0.5rem;
  position: relative;
}
.s-afiliados-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  max-width: 60rem;
}
.s-afiliados-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding-bottom: 3.2rem;
  border-bottom: 1px dashed #cad7ff;
  cursor: pointer;
  height: auto;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-afiliados-faq__item--hidden {
  display: none;
}
.s-afiliados-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3.2rem;
}
.s-afiliados-faq__question h3 {
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.1px;
  color: #5a6182;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s-afiliados-faq__question img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-afiliados-faq__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease, padding-top 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding-top 0.4s ease;
  padding-top: 0;
}
.s-afiliados-faq__answer p {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #697191;
}
.s-afiliados-faq__answer p a {
  color: #4b49e7;
  text-decoration: underline;
}
.s-afiliados-faq__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-afiliados-faq__item.active {
  gap: 3.2rem;
}
.s-afiliados-faq__item.active .s-afiliados-faq__answer {
  padding-top: 0;
  margin-top: -1.6rem;
}
.s-afiliados-faq__item.active .s-afiliados-faq__question h3 {
  color: #0f1f57;
}
.s-afiliados-faq__load-more {
  border: 1px solid #cad7ff;
  border-radius: 1rem;
  gap: 1rem;
  height: 4.8rem;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 2.8rem;
  padding-right: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-afiliados-faq__load-more span {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #0f1f57;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.s-afiliados-faq__load-more img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.s-afiliados-faq__load-more[data-expanded=true] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.s-afiliados-faq__load-more:hover {
  border-color: #4b49e7;
}
.s-afiliados-faq__load-more:hover span {
  color: #4b49e7;
}

@media screen and (max-width: 991px) {
  .s-afiliados-faq {
    padding: 8rem 0;
  }
  .s-afiliados-faq__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-afiliados-faq__content {
    margin: 0 auto 3.2rem;
    width: 100%;
  }
  .s-afiliados-faq__tabs-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.8rem;
    margin: 0 auto;
  }
  .s-afiliados-faq__heading {
    margin: 0 auto 4rem;
    text-align: center;
  }
  .s-afiliados-faq__list {
    max-width: 100%;
    gap: 2.4rem;
  }
  .s-afiliados-faq__item {
    padding-bottom: 2.4rem;
  }
  .s-afiliados-faq__tab {
    height: 4rem;
  }
  .s-afiliados-faq__load-more {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .s-afiliados-faq {
    padding: 5.6rem 0;
  }
  .s-afiliados-faq__heading {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 4rem;
    letter-spacing: -0.3px;
    max-width: 30rem;
  }
  .s-afiliados-faq__heading br {
    display: none;
  }
  .s-afiliados-faq__tabs-container {
    width: 100%;
    max-width: 100%;
  }
  .s-afiliados-faq__tab {
    padding: 1.2rem 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-afiliados-faq__tab span {
    font-size: 1.4rem;
  }
  .s-afiliados-faq__question {
    gap: 1.6rem;
  }
  .s-afiliados-faq__question h3 {
    font-size: 1.6rem;
  }
  .s-afiliados-faq__answer p {
    font-size: 1.4rem;
  }
}
.s-hero {
  padding-top: 9.3rem;
  background: #0f1f57;
}
.s-hero__inner {
  background: url("../../assets/svg/bg-vibx.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 18.2rem 0;
  position: relative;
  overflow: hidden;
}
.s-hero__holder {
  position: absolute;
  right: 0;
  top: 0;
}
.s-hero__image {
  max-width: 76rem;
}
@media (min-width: 1500px) {
  .s-hero__image {
    max-width: 104.8rem;
  }
}
.s-hero__tag {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #5ed9f4;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.s-hero__title {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  margin: 1.6rem 0 1.2rem;
}
@media screen and (max-width: 600px) {
  .s-hero__title {
    font-size: 3rem;
  }
}
.s-hero__description {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #e7e9ee;
  margin-bottom: 2.4rem;
}
.s-hero__bullet {
  border-radius: 12.5px;
  border: 1.274px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 0 1.274px rgba(230, 236, 252, 0.6);
  box-shadow: 0 0 0 1.274px rgba(230, 236, 252, 0.6);
  backdrop-filter: blur(40px);
  position: absolute;
}
.s-hero__bullet.right {
  padding: 1.6rem;
  top: 6rem;
  right: 6.3rem;
  -webkit-animation: floatHero 5s ease-in-out infinite;
  animation: floatHero 5s ease-in-out infinite;
}
.s-hero__bullet.right span {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #fff;
  text-align: center;
  display: block;
}
.s-hero__bullet.right span strong {
  font-size: 2.4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #fff;
  display: block;
  text-align: center;
}
@media (min-width: 1500px) {
  .s-hero__bullet.right {
    right: 17.3rem;
  }
}
@media (max-width: 600px) {
  .s-hero__bullet.right {
    padding: 0.8rem;
    border: 0.671px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 0 0.671px rgba(230, 236, 252, 0.6);
    box-shadow: 0 0 0 0.671px rgba(230, 236, 252, 0.6);
    backdrop-filter: blur(21.0526313782px);
    border-radius: 6.579px;
    top: 3.2rem;
    right: 3.3rem;
  }
  .s-hero__bullet.right span {
    font-size: 0.7368rem;
  }
  .s-hero__bullet.right span strong {
    font-size: 1.2632rem;
  }
}
.s-hero__bullet.left {
  padding: 1rem 1.2rem;
  bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  left: 11.8rem;
  -webkit-animation: floatHero 8s ease-in-out infinite;
  animation: floatHero 8s ease-in-out infinite;
}
.s-hero__bullet.left span {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.16px;
}
.s-hero__bullet.left span strong {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.16px;
}
@media (min-width: 1500px) {
  .s-hero__bullet.left {
    left: 26.8rem;
  }
}
@media (max-width: 600px) {
  .s-hero__bullet.left {
    padding: 0.6rem;
    gap: 0.8rem;
    border-radius: 0.6579rem;
    border: 0.671px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 0 0.671px rgba(230, 236, 252, 0.6);
    box-shadow: 0 0 0 0.671px rgba(230, 236, 252, 0.6);
    backdrop-filter: blur(21.0526313782px);
    left: 4.1rem;
    bottom: 3.1rem;
    max-width: 21.7rem;
  }
  .s-hero__bullet.left figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .s-hero__bullet.left figure img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .s-hero__bullet.left span p {
    font-size: 0.8421rem;
    line-height: 140%;
  }
  .s-hero__bullet.left span p strong {
    font-size: 0.8421rem;
  }
}
.s-hero__icon {
  background: url("../../assets/svg/icon-bg.svg") no-repeat center center;
  width: 4.8rem;
  height: 5.4rem;
  border-radius: 0.6rem;
}
@media (max-width: 600px) {
  .s-hero__icon {
    width: 2.5rem;
    height: 2.8rem;
    background-size: cover;
  }
}

.s-creators {
  padding: 11.2rem 0;
  background: #f5f8ff;
}
.s-creators__tag {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #4b49e7;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.s-creators__title {
  margin: 1.6rem auto 2rem;
  max-width: 87.8rem;
  text-align: center;
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
}
@media screen and (max-width: 600px) {
  .s-creators__title {
    font-size: 3rem;
  }
}
.s-creators__title span {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 600px) {
  .s-creators__title span {
    font-size: 3rem;
  }
}
.s-creators__description {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  color: #697191;
}
.s-creators__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s-creators__vector img {
  margin: 4.8rem auto 2.4rem;
}
.s-creators__item {
  border-radius: 2.4rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  box-shadow: 0 0 0 1px rgba(41, 52, 61, 0.04), 0 1px 1px 0 rgba(41, 52, 61, 0.02), 0 2px 4px 0 rgba(41, 52, 61, 0.06);
  padding: 0.8rem 0.8rem 2.4rem;
  max-width: 38.4rem;
}
.s-creators__item-image {
  max-width: 36.8rem;
}
.s-creators__item-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-creators__item-title {
  font-size: 2.2rem;
  line-height: 120%;
  font-weight: 500;
  color: #0f1f57;
  margin: 2.4rem 0 1.6rem;
  margin-left: 1.6rem;
}
.s-creators__item-text {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #667085;
  margin-left: 1.6rem;
}
.s-creators__item:hover .s-creators__item-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.s-why {
  background: url("../../assets/svg/bg-vibx.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 9.6rem 0;
  position: relative;
}
.s-why__tag {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #8696fa;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.s-why__title {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 1.6rem 0 6.4rem;
}
@media screen and (max-width: 600px) {
  .s-why__title {
    font-size: 3rem;
  }
}
.s-why__title span {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 600px) {
  .s-why__title span {
    font-size: 3rem;
  }
}
.s-why__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}
.s-why__slide[data-wpr-lazyrender],
.s-why__slide [data-wpr-lazyrender] {
  content-visibility: visible !important;
}
.s-why__slide-list {
  display: none;
}
.s-why__slide-item {
  padding: 2rem 1.6rem;
  background: #fcfcfd;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.s-why__slide-item[data-wpr-lazyrender] {
  content-visibility: visible !important;
}
.s-why__slide-icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  background: #4b49e7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.s-why__slide-text {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #0f1f57;
}
@media (min-width: 991px) {
  .s-why::after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 11.2rem;
    background: -webkit-gradient(linear, right top, left top, from(#0f1f57), to(rgba(15, 31, 87, 0)));
    background: linear-gradient(270deg, #0f1f57 0%, rgba(15, 31, 87, 0) 100%);
    top: 0;
  }
  .s-why::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 11.2rem;
    background: -webkit-gradient(linear, right top, left top, from(#0f1f57), to(rgba(15, 31, 87, 0)));
    background: linear-gradient(270deg, #0f1f57 0%, rgba(15, 31, 87, 0) 100%);
    top: 0;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.s-blog {
  padding: 6.4rem 0;
  background: #f5f8ff;
}
.s-blog__tag {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #4b49e7;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
.s-blog__title {
  color: #0f1f57;
  text-align: center;
  margin-top: 0.4rem;
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 600px) {
  .s-blog__title {
    font-size: 3rem;
  }
}
.s-blog__title span {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 600px) {
  .s-blog__title span {
    font-size: 3rem;
  }
}
.s-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6.4rem;
}
.s-blog__link {
  display: block;
  margin: 6.4rem auto 0;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  border: 1px solid #4b49e7;
  color: #4b49e7;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  max-width: 22.6rem;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.s-blog__link:hover {
  background: #e2eaff;
}

.s-testimonials {
  padding-bottom: 7.4rem;
}
.s-testimonials__tag {
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.16px;
  color: #4b49e7;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  display: block;
  text-align: center;
}
.s-testimonials__heading {
  font-size: 4.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 120%;
  color: #0f1f57;
  text-align: center;
  margin: 1.6rem auto 8rem;
}
@media screen and (max-width: 600px) {
  .s-testimonials__heading {
    font-size: 3rem;
  }
}

.card-blog-md {
  padding: 2.4rem;
  border-radius: 1rem;
  border: 1px solid #e2eaff;
  width: 100%;
  max-width: 38.4rem;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.card-blog-md__image {
  border-radius: 6px;
}
.card-blog-md__image img {
  min-height: 17.9rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.card-blog-md__title {
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 140%;
  color: #0f1f57;
  margin: 2.4rem 0 0.8rem;
}
.card-blog-md__excerpt {
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.14px;
  color: #68768d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-blog-md__info {
  margin-top: 1.7rem;
  border-top: 1px solid #eceff3;
  padding-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.4rem 0 0;
}
.card-blog-md__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.card-blog-md__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
}
.card-blog-md__category span {
  color: #68768d;
  font-size: 1.4rem;
  font-family: "Inter", sans-serif;
  line-height: 140%;
  letter-spacing: 0.14px;
}
.card-blog-md:hover {
  -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1), 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.card-blog-md:hover .card-blog-large__image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 600px) {
  .card-blog-md:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .s-hero__inner {
    padding: 3.2rem 0 0;
  }
  .s-hero__image {
    max-width: 100%;
  }
  .s-hero__content {
    padding: 0 1.6rem;
  }
  .s-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
    padding: 0;
  }
  .s-hero__holder {
    position: relative;
  }
  .s-creators__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    margin-top: 4.4rem;
  }
  .s-creators__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s-creators__vector img {
    margin: 0;
  }
  .s-blog__container {
    padding: 0;
  }
  .s-blog__list {
    overflow: scroll;
    scrollbar-width: none;
    gap: 3.2rem;
    padding: 0 1.6rem;
  }
  .s-blog__list .card-blog-md {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .s-why {
    padding: 5.6rem 0;
  }
  .s-why__heading {
    letter-spacing: -0.03rem;
    margin: 1.6rem auto 4.4rem;
  }
  .s-why__slide--marquee {
    display: none;
  }
  .s-why__slide-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
  }
  .s-why__slide-item {
    max-width: 29.2rem;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .s-hero__title {
    font-size: 4.8rem;
    letter-spacing: -0.048rem;
    max-width: 28.8rem;
    line-height: 115%;
  }
  .s-hero__description {
    max-width: 26.2rem;
  }
  .s-blog {
    padding: 5.6rem 0;
  }
  .s-blog__list {
    margin-top: 3.2rem;
    gap: 1.6rem;
  }
  .s-blog__list .card-blog-md {
    max-width: 31.6rem;
    min-height: 40.9rem;
  }
  .s-blog__list .card-blog-md__title {
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .s-blog__link {
    margin-top: 3.2rem;
    padding: 1.4rem 2.8rem;
  }
  .s-blog__title {
    letter-spacing: -0.3px;
    max-width: 23rem;
    margin: 1.2rem auto 0;
  }
  .s-creators {
    padding: 5.6rem 0;
  }
  .s-creators__title {
    letter-spacing: -0.3px;
    margin: 1.2rem auto;
    max-width: 34.3rem;
  }
  .s-creators__description {
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    max-width: 30rem;
    margin: 0 auto;
  }
  .s-creators__item {
    padding: 0.7rem 0.7rem 2.4rem;
  }
  .s-creators__item-title {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    letter-spacing: -0.1px;
  }
  .s-creators__item-text {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    line-height: 140%;
    letter-spacing: 0.16px;
  }
  .s-testimonials {
    padding: 5.6rem 0;
  }
  .s-testimonials__heading {
    letter-spacing: -0.3px;
    margin-bottom: 3.2rem;
  }
}
@-webkit-keyframes floatHero {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floatHero {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}