/** Shopify CDN: Minification failed

Line 573:20 The "-" operator only works if there is whitespace on both sides

**/


/* CSS from section stylesheet tags */
.error-container {
    width: 100%;
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }
  .error-title {
    font-size: 3rem;
  }
  .error-link {
    padding: 0.88rem 2rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    color: white;
    font-weight: 500;
    line-height: 175%;
    outline: none;
    border: none;
    font-size: 1rem;
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .error-title {
      font-size: 2rem;
    }
  }
.about-hero {
    background-color: black;
    color: white;
    padding: 8.84rem 6rem 6.5rem;
    text-align: center;
  }
  .about-hero-title {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
  .about-hero-text {
    line-height: 1.5rem;
    margin: 0 auto 2.5rem;
    max-width: 46.875rem;
  }
  .about-hero-card-container {
    display: flex;
    max-width: 50rem;
    margin: 0 auto;
    gap: 2.5rem;
    justify-content: center;
  }
  .about-hero-card {
    padding: 1.2rem 0.63rem;
    border-radius: 1rem;
    border: 0.2px solid #515151;
    background: rgba(118, 115, 115, 0.16);
    text-align: center;
    flex-basis: 24%;
  }
  .about-hero-card-title {
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2.6875rem; /* 195.455% */
  }
  .about-hero-card-text {
    color: #c5c5c5;

    font-size: 0.875rem;

    line-height: 120%; /* 1.05rem */
  }
  @media (max-width: 768px) {
    .about-hero {
      padding: 8.84rem 1.25rem 6.5rem;
    }
    .about-hero-card-container {
      flex-wrap: wrap;
      gap: 1rem;
    }
    .about-hero-card {
      flex-basis: 45%;
    }
  }
.advantages-title {
    font-size: 3.5rem;
    line-height: 84%;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .advantages-text {
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto 3.12rem;
    max-width: 32.55338rem;
  }
  .advantages-section {
    background-color: #edebe6;
    padding: 7.91rem 0;
    text-align: center;
  }

  .advantages-carousel .swiper-slide {
    width: min-content;
    margin: 0 1.25rem;
    text-align: left;
  }

  .advantages-carousel .swiper-wrapper {
    padding-bottom: 3.75rem;
  }
  @media (max-width: 768px) {
    .advantages-carousel .swiper-slide:nth-child(1) {
      padding-left: 0;
    }
    .advantages-title,
    .advantages-text {
      padding: 0 1.88rem;
    }
  }
.affiliate-program {
    padding: 6.5rem 0;
    text-align: left;
  }
  .affiliate-program-header-container {
    padding: 0 1.88rem;
    max-width: 82rem;
    margin: 0 auto;
  }
  .affiliate-header {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 110%; /* 1.65rem */
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #535353;
    margin-bottom: 1rem;
  }
  .affiliate-title {
    color: #333;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 110%; /* 3.85rem */
    text-transform: capitalize;
    margin-bottom: 0.5rem;
  }
  .affiliate-subtitle {
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 110%; /* 1.65rem */
    text-transform: capitalize;
    padding-bottom: 3rem;
    border-bottom: 1px solid #535353;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.62rem;
    align-items: center;
    margin-bottom: 4.5rem;
  }
  .affiliate-testimonials {
    max-width: 65rem;
    margin: 0 auto;
    padding: 0 1.87rem;
    margin-bottom: 4.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .affiliate-testimonial {
    padding: 2.44rem 3rem;
    border-radius: 2rem;
    background-color: white;
    border: 2px solid #be94e1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .affiliate-text {
    color: #000;
    font-size: 1.125rem;
    line-height: 137%; /* 1.54125rem */
    margin-bottom: 2rem;
  }
  .affiliate-author {
    color: #000;
    font-style: italic;
    line-height: 137%;
  }
  .affiliate-title-main {
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 110%; /* 1.65rem */
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .affiliate-why {
    padding: 4.5rem 0;
    background-color: #f2e6f7;
  }
  .affiliate-why-bullets {
    margin: 0 auto;
    width: max-content;
  }
  .affiliate-why-bullet {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    color: black;
    font-size: 1rem;
    line-height: 125%;
    margin-bottom: 1rem;
  }
  .affiliate-apply {
    padding: 6.5rem 1.88rem 0;
    max-width: 82rem;
    margin: 0 auto;
  }
  .affiliate-apply-explanations {
    color: #000;
    line-height: 200%;
    margin-bottom: 3rem;
  }
  .affiliate-apply-input-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .affiliate-apply form input {
    display: block;
    width: 100%;
    padding: 1.25rem 2rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
  .affiliate-apply form button {
    margin: 3rem auto 0;
    border-radius: 0.5rem;
    color: white;
    background: #d1afd9;
    border: none;
    outline: none;
    padding: 0.62rem 2.5rem;
    line-height: 1.75rem;
    display: block;
  }
  @media (max-width: 768px) {
    .affiliate-testimonials {
      grid-template-columns: 1fr;
    }
    .affiliate-why {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .affiliate-why-bullets {
      width: 100%;
    }
    .affiliate-apply-input-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0rem;
    }
    .affiliate-program {
      padding: 3.5rem 0;
    }
  }
.partner-program {
    padding: 6.5rem 0;
    text-align: left;
  }
  .partner-program-header-container {
    padding: 0 1.88rem;
    max-width: 82rem;
    margin: 0 auto;
  }
  .partner-header {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 110%; /* 1.65rem */
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #535353;
    margin-bottom: 1rem;
  }
  .partner-title {
    color: #333;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 110%; /* 3.85rem */
    text-transform: capitalize;
    margin-bottom: 0.5rem;
  }
  .partner-subtitle {
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 110%; /* 1.65rem */
    text-transform: capitalize;
    padding-bottom: 3rem;
    border-bottom: 1px solid #535353;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.62rem;
    align-items: center;
    margin-bottom: 4.5rem;
  }

  .partner-title-main {
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 110%; /* 1.65rem */
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .partner-apply {
    padding: 0 1.88rem 0;
    max-width: 82rem;
    margin: 0 auto;
  }

  .partner-apply-input-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .partner-apply form input,
  .partner-apply form textarea {
    display: block;
    width: 100%;
    padding: 1.25rem 2rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
  .partner-apply form textarea {
    height: max-content;
  }
  .partner-apply form button {
    margin: 3rem auto 0;
    border-radius: 0.5rem;
    color: white;
    background: #d1afd9;
    border: none;
    outline: none;
    padding: 0.62rem 2.5rem;
    line-height: 1.75rem;
    display: block;
  }
  .partner-apply-checkbox {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: start;
  }
  .partner-apply-checkbox input {
    margin-bottom: 0;
  }
  @media (max-width: 768px) {
    .partner-apply-input-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0rem;
    }
    .partner-program {
      padding: 3.5rem 0;
    }
  }
.benefits-wrapper {
    text-align: center;
  }

  .benefits-title {
    font-size: 3.5rem;
    line-height: 84%;
    font-weight: 500;
    margin-bottom: 2.5rem;
  }

  .benefits-text {
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto 3.5rem;
    max-width: 45.1875rem;
  }

  .benefits-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
    margin-bottom: 6.5rem;
  }

  .benefits-cta > a {
    display: flex;
    transform: rotate(-0.06deg);
    padding: 0.625rem 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    text-decoration: none;
  }

  .benefits-cta > a > p {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem; /* 175% */
  }

  .benefits-section {
    padding: 0 0 6.5rem;
    text-align: center;
  }
  .benefits-carousel {
    margin-top: 6.5rem;
  }

  .benefits-carousel .swiper-slide {
    width: min-content;
    margin-right: 2.5rem;
    text-align: left;
  }
  .benefits-carousel .swiper-slide:nth-child(1) {
    padding-left: 6rem;
  }
  .benefits-carousel .swiper-wrapper {
    padding-bottom: 3.75rem;
  }
  @media (max-width: 1024px) {
    .benefits-section {
      padding: 0 0 6.5rem;
    }

    .benefits-carousel .swiper-slide:nth-child(1) {
      padding-left: 6.94rem;
    }
  }
  @media (max-width: 768px) {
    .benefits-section {
      padding: 0 0 3.25rem;
    }
    .benefits-typography {
      padding: 0 2.24rem;
    }
    .benefits-carousel {
      margin-top: 4.5rem;
    }

    .benefits-carousel .swiper-slide {
      margin-right: 1rem;
    }
    .benefits-carousel .swiper-slide:nth-child(1) {
      padding-left: 0;
    }
    .benefits-cta {
      margin-bottom: 4.5rem;
    }
  }
.featured-product-frequency {
    margin: 0 auto 8.5rem;
    color: #000;
    opacity: 0.3;
    font-family: 'DarkerGrotesque';
    font-size: 3rem;
    text-align: center;
    font-weight: 500;
    line-height: 92%;
    text-transform: capitalize;
    display: block;
  }
  .featured-product-frequency .odometer-inside {
    display: flex;
  }
  .featured-product-frequency .odometer-inside:after {
    content: ' Hz';
    margin-left: 1rem;
  }
  .featured-product-image-wrapper {
    position: absolute;
    bottom: 38%;
    z-index: 3;
    width: 13.32888rem;
    aspect-ratio: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  .featured-product-info {
    background-color: white;
    border-radius: 1.5rem;
    position: relative;
    padding: 8.25rem 1.25rem 1.5rem;
    text-align: left;
  }
  .featured-section {
    padding: 6.5rem 0 0;
    text-align: center;
    background-color: #f6f5f4;
  }
  .featured-shop-all {
    padding: 0.63rem 2.5rem;
    color: black;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 4rem;
    display: block;
  }
  .featured-title {
    font-size: 3.5rem;
    line-height: 2.94rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1rem;
  }
  .image.featured-product-image {
    width: 9rem;
    height: 9rem;
  }
  .featured-product {
    position: relative;
    width: 18.1rem;
    aspect-ratio: 0.7605042017;
    margin: 0 auto 5rem;
    text-align: center;
  }
  .featured-product-title {
    font-weight: 600;
    line-height: 100%;
    font-size: 1.25rem;
    padding: 0 1.25rem;
  }
  .featured-product-subtitle {
    font-weight: 300;
    line-height: 1.5rem;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    padding: 0 1.25rem;
  }
  .featured-product-cta {
    padding: 0.63rem 1.25rem;
    text-align: center;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    width: calc(100%-2.5rem);
    display: block;
    color: white;
    margin: 0 1.25rem;
    text-decoration: none;
  }
  .featured-product-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    padding: 0 1.25rem;
  }
  .featured-product-price .bar {
    display: inline-block;
    height: 0.975rem;
    width: 0.15rem;
    background-color: #be94e1;
    border-radius: 2px;
  }
  .featured-price-compare {
    font-size: 0.7rem;
    text-decoration: line-through;
  }
  .featured-add-to-cart-form {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }

  .featured-product-add-to-cart {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .featured-product-image-carousel {
    width: 9rem;
    height: 9rem;
    margin: 2.5rem auto;
  }

  @media (min-width: 768px) {
    .featured-carousel .swiper-wrapper {
      justify-content: center;
      gap: 2.5rem;
    }
    .featured-carousel .swiper-slide {
      width: fit-content !important;
    }
    .featured-product-image-carousel .swiper-wrapper {
      justify-content: unset !important;
      gap: unset !important;
    }
    .featured-product-image-carousel .swiper-slide {
      width: unset !important;
    }
  }
  @media (min-width: 1024px) {
    .featured-product-frequency {
      margin: 0 auto 12.5rem;
    }
    .featured-product {
      position: relative;
      width: 25rem;

      margin: 0 auto 5rem;
    }

    .featured-product-image-wrapper {
      width: 15.5rem;
    }
    .featured-product-image-carousel {
      width: 13rem;
      height: 13rem;
    }
    .featured-product-title {
      font-size: 1.5rem;
    }
    .featured-product-price {
      font-size: 1rem;
    }
  }
.bundle-title-mobile {
    display: none;
  }
  .bundle-cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: left;
    padding-right: 1rem;
  }
  .bundle-section {
    background-color: #edebe6;
  }
  .bundle-section-padding {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 5rem 4.5rem;
  }
  .bundle-title {
    font-weight: 500;
    line-height: 84%;
    font-size: 3.5rem;
    margin-bottom: 2rem;
  }
  .bundle-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0.5rem;
  }
  .bundle-card {
    background-color: red;
    aspect-ratio: 1;
    width: 100%;
  }
  @media (max-width: 768px) {
    .bundle-section-padding {
      grid-template-rows: auto;
      grid-template-columns: 1fr;
      padding: 5.75rem 1rem;
    }
    .bundle-title {
      display: none;
    }
    .bundle-title-mobile {
      display: block;
      text-align: center;
      margin-bottom: 2.5rem;
    }
    .bundle-cta-wrapper {
      order: 1;
      padding: 0 2rem;
    }
    .bundle-cards {
      margin-bottom: 2.5rem;
    }
  }
.club-compare-section {
    background-color: #edebe6;
    padding: 6.5rem 5.81rem;
  }
  .club-compare-title {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 84%;
    margin-bottom: 6rem;
  }
  .club-compare-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 20.375rem 20.375rem;
    justify-content: center;
    align-items: start;
  }
  .club-compare-card {
    width: 20.375rem;
    margin: 0 auto;
    border-radius: 2.63rem;
    background-color: white;
    padding: 2.5rem 1.25rem;
  }
  .club-compare-card svg {
    margin: 0 auto;
  }
  .club-card {
    background-color: white;
    width: unset !important;
  }
  .club-card-border {
    width: 20.375rem;
    border-radius: 2.63rem;
    background: linear-gradient(
      135deg,
      rgba(195, 181, 138, 1) 1%,
      rgba(232, 214, 158, 1) 17%,
      rgba(255, 230, 151, 1) 46%,
      rgba(236, 216, 157, 1) 89%,
      rgba(144, 126, 71, 1) 100%
    );
    padding: 1px;
  }

  .club-card .club-compare-card-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 98%;
  }
  .club-compare-card-title {
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .club-compare-card-bullet {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
  }
  .club-compare-cta {
    text-align: center;
    padding: 0.5rem 2.5rem;
    border-radius: 0.5rem;
    color: black;
    margin-top: 1.5rem;
    width: 100%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-grow: 0;
    line-height: 1.75rem;
    align-items: center;
    font-size: 1rem;
    text-decoration: none;
  }
  .club-compare-cta > svg {
    margin: 0;
  }
  .club-card .club-compare-cta {
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    color: white;
    border: none;
  }
  @media (max-width: 768px) {
    .club-compare-container {
      grid-template-columns: 1fr;
      gap: 4.5rem;
    }
    .club-compare-section {
      padding: 6.5rem 1.88rem;
    }
  }
.club-cta-container {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
  }
  .club-cta-cta-learn,
  .club-cta-cta-button {
    padding: 0.62rem 2.5rem;
    background-color: white;
    color: black;
    border-radius: 0.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    font-size: 1rem;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
  }
  .club-cta-cta-button {
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    color: white;
    cursor: pointer;
  }

  .club-cta-text {
    width: max-content;
    margin: 0 auto;
    position: relative;
  }
  .club-cta-arrow {
    position: absolute;
    left: -4.5rem;
    bottom: 1rem;
    transform: rotate(15deg);
  }
  .club-cta-section {
    padding: 0 6rem 6.5rem;
    text-align: center;
    margin: 0 auto;
  }
  .club-cta-image {
    margin: 0 auto 1rem;
  }
  .club-cta-label {
    font-style: italic;
    font-weight: 300;
    line-height: 1.5rem;
  }
  .club-cta-title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
  }
  .club-cta-price {
    font-family: DarkerGrotesque, sans-serif;
    justify-content: center;
    display: flex;
    gap: 0.5rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
    align-items: center;
    margin-bottom: 3.5rem;
  }
  .bar {
    width: 3px;
    height: 2rem;
    background-color: #be94e1;
  }
  @media (max-width: 768px) {
    .club-cta-container {
      flex-direction: column;
      align-items: stretch;
    }
    .club-cta-section {
      padding: 0 1.88rem 6.5rem;
    }
  }
.club-hero-cta-button {
    padding: 0.62rem 2.5rem;
    background-color: white;
    color: black;
    border-radius: 0.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    font-size: 1rem;
    outline: none;
    border: none;
  }
  .club-hero-section {
    padding: 7.25rem 6rem;
    text-align: center;
    color: white;

    background: linear-gradient(122deg, #be94e1 0%, #d9b5c3 94.63%);
  }
  .club-hero-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0 auto 1rem;
    max-width: 46.875rem;
  }

  .club-hero-title {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 4rem;

    margin: 0 auto 2rem;
    max-width: 46.875rem;
  }
  .club-hero-text.club-hero-subtitle {
    margin-bottom: 3.5rem;
  }
  .club-hero-cta {
    margin-bottom: 6rem;
  }
  @media (max-width: 1024px) {
    .club-hero-section {
      border-radius: 3rem;
    }
  }
  @media (max-width: 768px) {
    .club-hero-section {
      padding: 7.25rem 0.75rem;
      border-radius: 2rem;
    }
  }
.club-privileges .swiper-slide {
    width: min-content;
    margin-right: 2.24rem;
  }
  .club-privileges {
    padding-bottom: 3.5rem;
  }
  .club-privileges .swiper-slide:nth-child(1) {
    margin-left: 2.24rem;
  }

  .club-privileges-section {
    text-align: center;
    padding: 6.5rem 0;
  }
  .club-privileges-title {
    font-size: 3.5rem;

    font-weight: 500;
    line-height: 84%;

    max-width: 51.96875rem;
    margin: 0 auto 3.62rem;
  }
  .club-privileges-text {
    line-height: 1.3125rem;
    max-width: 41.1875rem;
    margin: 0 auto 3.62rem;
  }
  .club-privileges.swiper {
    text-align: left;
  }
  @media (min-width: 1024px) {
    .club-privileges .swiper-slide:nth-child(1) {
      margin-left: 14rem;
    }
  }
  @media (max-width: 768px) {
    .club-privileges-title,
    .club-privileges-text {
      padding: 0 1.25rem;
    }
  }
.product-add-to-cart-form {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 1;
  }
  .product-add-to-cart {
    border: none;
    cursor: pointer;
    background: none;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1afd9;
  }
  .atc-tooltip {
    visibility: hidden;
    border-radius: 0.3rem;
    position: absolute;
    z-index: 5;
    text-align: center;
    padding: 0.5rem 1rem;
    opacity: 1;
    white-space: nowrap;
    width: max-content;
    bottom: 105%;
    color: black;
  }
  .product-add-to-cart:hover .atc-tooltip {
    visibility: visible;
  }
  .product-add-to-cart:disabled {
    cursor: not-allowed;
  }
  .product-add-to-cart:disabled svg {
    opacity: 0.5;
  }
  .shop-title {
    font-size: 4.5rem;
    font-weight: 500;
    line-height: 5rem;
    text-align: center;
    padding-top: 3.5rem;
    margin: 3.5rem auto;
  }
  .shop-nav {
    padding: 0 1.88rem;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .shop-nav-item {
    color: #ababab;
    font-family: 'DarkerGrotesque', sans-serif;
    font-size: 1.5rem;
    line-height: 84%;
    text-decoration: none;
  }
  .shop-nav-item.active {
    color: black;
    position: relative;
  }
  .shop-nav-item.active::after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: -5px;
    border-radius: 20px;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
  }
  .collection-product__image {
    margin-bottom: 0.5rem;
  }
  .collection-products {
    display: grid;
    padding: 5rem 6rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5rem;

    margin: 0 auto;
  }
  .collection-product {
    margin-bottom: 5.86rem;
    position: relative;
  }
  .collection-product__content > * {
    text-decoration: none;
    color: black;
  }
  .product-cta > svg {
    color: white;
  }
  .product-cta {
    border-radius: 0.5rem;
    background-color: #d1afd9;
    padding: 0.63rem 1.75rem;
    line-height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: start;
    width: max-content;
    gap: 0.5rem;
    color: white;
  }
  .product-price {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
  }
  .product-price-bar {
    height: 1rem;
    width: 2px;
    border-radius: 1px;
    background-color: #be94e1;
  }
  .product-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 105%;
    text-decoration: none;
    color: black;
    margin-bottom: 0.75rem;
  }
  @media (max-width: 1024px) {
    .collection-products {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media (max-width: 768px) {
    .collection-products {
      grid-template-columns: 1fr 1fr;
      padding: 5rem 1.88rem;
    }
  }
  @media (max-width: 500px) {
    .collection-products {
      grid-template-columns: 1fr;
    }
  }
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
.community-section {
    padding: 5rem 0 5rem 0;
    background-color: #edebe6;
  }
  .community-title {
    font-size: 3rem;
    line-height: 84%;
    font-weight: 500;
    margin-bottom: 4.38rem;
    text-align: center;
  }
  .community-carousel .swiper-slide {
    height: 20rem;
    width: 17.4rem;
    border-radius: 1.5rem;
    margin-right: 1.25rem;

    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .community-carousel .swiper-wrapper {
    align-items: center;
    height: 31rem;
    margin-bottom: 3rem;
  }
  .community-carousel .swiper-slide.swiper-slide-active {
    height: 31rem;
    transition: all 0.3s ease-in-out;
  }

  .community-carousel .swiper-slide video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 1.5rem;
    object-fit: cover;
    object-position: center;
  }
  .video-progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    display: none;
  }

  .video-mute-button {
    position: absolute;
    top: 1rem;
    right: 1rem;

    display: none;
    color: white;

    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .video-mute-button:hover {
    transform: scale(1.1);
  }
  .video-mute-button svg {
    display: none;
    width: 2rem;
    height: 2rem;
  }
  .video-mute-button .mute {
    display: block;
  }
  .swiper-slide-active .video-progress-bar.loading-video,
  .swiper-slide-active .video-mute-button {
    display: block;
  }

  .circle {
    height: 100%;
    right: 0px;
    position: absolute;
    border: solid 5px #a9a9a9;
    border-top-color: #ffffffff;
    border-radius: 50%;
  }

  .border {
    width: 100%;
    transform: rotate(135deg);
    animation: spin 1.3s steps(2) 0.2s infinite;
    -webkit-animation: spin 1.3s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/* Section custom classes - start styling here */
  .compare-cta-section {
    padding: 6.5rem 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3.81rem;
    background-color: white;
    margin: 4rem 6rem;
    border-radius: 3.5rem;
  }
  .compare-cta-section video {
    height: 32rem;
    object-fit: cover;
    border-radius: 1.5rem;
    margin: 0 auto;
  }
  .compare-cta-text-wrapper {
    color: black;
  }
  .compare-cta-header {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 83%;
    margin-bottom: 1.5rem;
  }
  .compare-cta-text {
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.81rem;
  }
  @media (max-width: 1000px) {
    .compare-cta-section {
      padding: 6.5rem 2rem;
      margin: 1.25rem 0.5rem;
    }
  }

  @media (max-width: 768px) {
    .compare-cta-section {
      grid-template-columns: 1fr;
      padding: 5rem 2rem;
      gap: 3.81rem;
      text-align: center;
    }
  }
.compare-page {
    padding-top: 6.5rem;
  }
  .compare-page-title {
    font-weight: 500;
    line-height: 76%;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 13rem;
  }
  .compare-section-product-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 54rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3.5rem;
    gap: 5rem;
    padding: 0 4rem;
  }
  .compare-section-product-image {
    margin: 0 auto 6rem;
  }
  .compare-section-product-cta {
    padding: 0.63rem 1.25rem;
    text-align: center;
    border-radius: 0.5rem;
    background-color: #be94e1;
    display: inline-block;
    color: white;
    margin: 0 1.25rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.62rem;
  }

  .compare-section-product-title {
    font-size: 3rem;
    line-height: 90%;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  .compare-section-product-price > .bar {
    height: 1.5rem;
  }
  .compare-section-product-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 120%;
    padding: 0 1.25rem;
    color: #1e1e1e;
    flex-wrap: nowrap;
    overflow: visible;
  }
  .compare-section-product-price > * {
    white-space: nowrap;
  }
  .compare-section-product-price-compare {
    font-size: 0.9375rem;
    color: #535353;
    font-weight: 500;
    text-decoration: line-through;
  }
  .compare-title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 100%;
    margin-bottom: 1rem;
  }
  .compare-text {
    margin-bottom: 4.5rem;
    color: #333;
    font-weight: 400;
    line-height: 120%;
  }
  .section-title {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 110%;
    padding: 0 0 0.5rem 1.5rem;
    border-bottom: 1px solid #333;
    margin-bottom: 6.5rem;
  }
  .compare-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 55rem;
    margin: 0 auto;
  }
  .compare-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: start;
    max-width: 20rem;
    margin: 0 auto;
  }
  .compare-wrapper > svg {
    margin-bottom: 1.5rem;
  }
  .compare-section {
    padding: 0 3rem;
    max-width: 85rem;
    margin: 0 auto;
  }
  @media (max-width: 820px) {
    .compare-section-product-price {
      justify-content: start;
      padding: 0;
    }
    .compare-section-product-container {
      text-align: left;
    }
    .compare-container {
      gap: 0.5rem;
    }
    .compare-section {
      padding: 0 1.25rem;
    }
    .compare-section-product-container {
      padding: 0 1.25rem;
      gap: 2rem;
    }
    .compare-section-product-title {
      font-size: 2rem;
    }
    .compare-section-product-price {
      font-size: 1.25rem;
    }
    .compare-section-product-image {
      margin-bottom: 2rem;
    }
    .compare-section-product-price-compare {
      display: none;
    }
    .compare-section-product-cta {
      width: 100%;
      margin: 0 0;
    }
    .compare-page-title {
      margin-bottom: 4rem;
    }
    .section-title {
      margin-bottom: 4rem;
    }
  }
  @media (max-width: 400px) {
    .compare-section-product-container {
      gap: 0.5rem;
    }
    .compare-section-product-cta > svg {
      display: none;
    }
  }
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
.emf-about-section {
    padding: 0 6rem 6.5rem;
    text-align: center;
  }
  .emf-about-section .main-section-title {
    margin-bottom: 4.5rem;
  }
  .emf-about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .emf-about-img {
    max-width: 60rem;
    margin-left: auto;
  }
  .emf-about-tabs {
    padding: 4.5rem 2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .emf-about-tab {
    padding: 1.25rem;
    border-radius: 1rem;
    background-color: #edebe6;
  }
  .emf-about-tab:has(.expanded) {
    padding: 1.25rem 1.25rem 2.5rem;
  }
  .emf-about-tab-content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    text-align: left;
  }
  .emf-about-tab-content > div {
    overflow: hidden;
  }
  .emf-about-tab:has(.expanded) .emf-about-tab-content {
    grid-template-rows: 1fr;
  }

  .emf-about-tab-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: center;
  }
  .emf-about-tab-title {
    color: #333;
    text-align: left;
    font-size: 1rem;

    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
  }
  .emf-about-tab-text {
    color: #333;
    text-align: left;
    font-size: 0.875rem;
    padding-top: 1rem;
    line-height: 120%;
  }
  .emf-about-cta {
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    padding: 0.63rem 2.5rem;
    color: white;
    display: inline-block;
    margin-top: 2rem;
  }
  @media (min-width: 1350px) {
    .emf-about-img {
      margin-right: 5rem;
    }
  }
  @media (max-width: 1024px) {
    .emf-about-container {
      grid-template-columns: 1fr;
      row-gap: 4rem;
    }
    .emf-about-img {
      margin: 0 auto;
    }
    .emf-about-tabs {
      padding: 0 2rem 0 2rem;
    }
  }
  @media (max-width: 678px) {
    .emf-about-img {
      width: 100%;
    }
    .emf-about-section {
      padding: 0 1.88rem 6.5rem;
      text-align: center;
    }
    .emf-about-tabs {
      padding: 0;
    }
  }
.emf-learn-img-first {
    margin: 0 auto;
  }
  .emf-learn-section {
    background-color: black;
    padding: 6.5rem 6rem;
    text-align: center;
    color: white;
  }
  .emf-learn-section h1:nth-child(1) {
    margin-bottom: 5rem;
  }
  .main-section-title {
    margin-bottom: 2.5rem;
  }
  .emf-learn-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 2rem;
    margin-bottom: 13rem;
  }
  .emf-learn-img {
    margin-left: auto;
  }
  .emf-learn-text {
    line-height: 1.5rem;
  }
  .emf-learn-container-second {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    align-items: end;
  }
  .emf-learn-img.second-img {
    max-width: unset;
  }
  .emf-learn-img-container {
    direction: rtl;
  }
  .emf-learn-container-second .emf-learn-text {
    font-size: 1.25rem;
    line-height: 165%;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .emf-learn-wrapper {
    padding-bottom: 2rem;
  }
  .emf-price {
    margin-bottom: 2.5rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .emf-cta-container {
    display: flex;
    gap: 1.5rem;
    width: 28rem;
  }
  .emf-learn-cta {
    line-height: 150%;
    display: inline-block;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    padding: 0.63rem 2.5rem;
    text-decoration: none;
    color: white;
  }
  .emf-learn-wrapper {
    width: 300px;
    overflow: visible;
  }
  .white {
    background: white;
    color: black;
  }
  @media (max-width: 1024px) {
    .emf-learn-container {
      align-items: center;
    }
  }
  @media (max-width: 900px) {
    .emf-learn-container {
      grid-template-columns: 1fr;
      text-align: center;
    }
    .emf-learn-img {
      margin: 0 auto;
    }
  }
  @media (max-width: 800px) {
    .emf-learn-wrapper {
      width: unset;
      overflow: visible;
    }
    .emf-cta-container {
      width: unset;
    }
    .emf-learn-section {
      padding: 6.5rem 1.88rem;
    }
    .emf-learn-container-second {
      display: grid;
      grid-template-columns: 1fr 1fr;
      text-align: left;
      align-items: start;
    }
    .emf-learn-img.second-img {
      width: 100%;
      max-width: unset;
    }

    .emf-learn-container-second .emf-learn-text {
      max-width: 100%;
      margin-bottom: 1.5rem;
    }
    .emf-cta-container {
      flex-direction: column;
      align-items: start;
    }
  }
  @media (max-width: 600px) {
    .emf-learn-container-second {
      display: grid;
      grid-template-columns: 1fr;
    }
    .emf-learn-wrapper {
      order: 2;
    }
    .emf-cta-container {
      align-items: stretch;
      text-align: center;
    }
    .emf-learn-container {
      margin-bottom: 6rem;
    }
  }
  @media (min-width: 1200px) {
    .emf-learn-container-second {
      align-items: center;
    }
    .emf-learn-wrapper {
      width: 100%;
    }
  }
.emf-shield-card > .emf-shield-card {
    padding: 1.5rem;
  }
  .emf-shield-container .swiper-wrapper {
    padding-bottom: 4rem;
  }
  .emf-shield-section {
    padding: 6.5rem 6rem;
    background-color: white;
    text-align: center;
  }
  .emf-shield-section .main-section-title {
    margin-bottom: 2.5rem;
  }
  .emf-shield-text {
    margin: 0 auto 4.5rem;
    max-width: 45.1875rem;
  }
  .emf-shield-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .emf-shield-svg {
    border-radius: 100%;
    width: 8.75rem;
    aspect-ratio: 1;
    border: 1px solid black;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .emf-shield-card-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 110%;
  }
  .emf-shield-card-text {
    font-size: 0.875rem;

    line-height: 1.3125rem;
  }
  @media (max-width: 1024px) {
    .emf-shield-section {
      padding: 5.5rem 0rem;
    }
    .emf-shield-section > * {
      padding: 0 1.88rem;
    }
  }
  @media (max-width: 768px) {
    .emf-shield-card > .emf-shield-card {
      padding: 0rem 1.5rem 1.5rem 1.5rem;
    }
  }
.faq-title {
    font-weight: 500;
    text-align: center;
    font-size: 3.5rem;
    line-height: 84%;
    margin-bottom: 1.5rem;
  }
  .faq-text {
    font-weight: 400;
    line-height: 150%;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  .faq-question {
    color: #333333;
    line-height: 130%;
    font-weight: 500;
  }
  .faq-section {
    padding: 11rem 4.38rem;
  }
  .faq-menu-item {
    border-radius: 1rem;
    background-color: white;
    padding: 1.25rem 2rem;
  }
  .faq-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 1.56rem;
    justify-content: center;
    margin-bottom: 3.56rem;
    padding-bottom: 1rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.445) #fff;
  }
  .faq-tag {
    padding: 0.63rem 2.5rem;
    background-color: white;
    border-radius: 0.5rem;
    color: black;
    line-height: 100%;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
  }
  .faq-tag.faq-menu-open {
    background-color: #ddd9d0;
  }
  .faq-menu {
    display: none;
  }
  .faq-menu.faq-menu-open {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
  }
  .faq-answer.expanded {
    grid-template-rows: 1fr;
    padding-top: 1.5rem;
    padding-left: 0rem;
  }
  .faq-answer > div {
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .faq-section {
      padding: 8rem 1.25rem;
    }
    .faq-tags {
      flex-wrap: nowrap;
      overflow-x: scroll;
      justify-content: start;
    }
  }
.footer-social-links {
    display: flex;
    gap: 1.81rem;
  }
  .footer-newsletter {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid black;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 0rem;
    transition: all 0.3s ease-in-out;
  }
  .footer-newsletter:has(.dirty) {
    grid-template-columns: 1fr 2.5rem;
  }
  .footer-newsletter-submit-wrapper {
    position: relative;
    width: 2.5rem;
    overflow: hidden;
  }
  .footer-newsletter-submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;

    color: white;
    border: 0;
    transition: all 0.3s ease-in-out;
  }

  .footer-newsletter-submit-arrow {
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.3s ease-in-out;
  }
  .footer-additional-text {
    margin-bottom: 1.25rem;
    font-weight: 500;
  }
  .footer-additional-title {
    margin-bottom: 1rem;
  }
  .footer-newsletter-input {
    width: 100%;
    padding: 0.62rem 1.5rem;
    border-radius: 0.5rem;
    outline: none;
    border: none;
    line-height: 175%;
    color: black;
    font-weight: 350;
    background-color: transparent;
  }

  .footer-content {
    display: flex;
    max-width: 85rem;
    margin: 0 auto;
    gap: 2.5rem;
    padding: 2.62rem 1.5rem;
  }

  .footer-content a {
    text-decoration: none;
    color: black;
  }
  .footer-column {
    color: #333333;
    font-weight: 800;
    line-height: 1.75rem;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-column-items > div {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    font-weight: 500;
  }
  .footer-column-item:hover {
    text-decoration: underline !important;
  }
  .mailto-link {
    text-decoration: underline !important;
  }
  .footer-column-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-column-title > svg {
    display: none;
  }

  .footer-legal {
    padding: 1rem 6rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    align-items: center;
    text-align: center;
    max-width: 1392px;
  }

  .footer-legal-disclamer {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #666;
  }

  .footer-legal-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #333333;
  }

  .footer-legal-tax {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #838383;
  }

  @media (min-width: 768px) {
    .footer-column.last-footer-column {
      flex-direction: column-reverse;
    }
  }
  @media (max-width: 1024px) {
    .footer-legal {
      padding: 1rem 2rem;
    }
  }
  @media (max-width: 768px) {
    .footer-legal {
      padding: 1rem;
    }
    .footer-column-title > svg {
      display: block;
      transition: transform 300ms ease-in-out;
    }
    .footer-column-title:has(+ .footer-column-items.expanded) > svg {
      transform: rotate(180deg);
    }
    .footer-column-title {
      border-bottom: 1px solid #838383;
    }
    .footer-column-title:has(+ .footer-column-items.expanded) {
      border-bottom: 0;
    }

    .footer-content {
      flex-direction: column;
      flex-basis: unset;
      gap: 1rem;
      padding: 2.62rem 2rem;
    }
    .footer-column {
      gap: 0;
    }
    .footer-column-items {
      display: grid;
      grid-template-rows: 0fr;
      transition: all 0.3s ease-in-out;
    }
    .footer-column:nth-child(1) .footer-column-items {
      grid-template-rows: 1fr;
      position: relative;
    }
    .footer-column-items.expanded {
      grid-template-rows: 1fr;
      position: relative;
    }

    .footer-column-items > div {
      display: block;
      overflow: hidden;
    }
  }
.logo {
    transition: all 0.3s ease-in-out 0.3s;
  }
  #main-header {
    padding: 1.25rem 0;
    height: 75px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f6f5f4;
    transition:
      transform 0.3s ease,
      background-color 0.3s ease 0.3s,
      color 0.3s ease 0.3s;
    will-change: transform;
    z-index: 95;
  }
  #main-header.header--transparent.header--transparent--active {
    background-color: transparent;
    color: white;
  }
  .header-small-logo {
    border: 1px solid black;
    width: 2.5rem;
    height: 2.5rem;
    padding: 4px;
    border-radius: 100%;
    transition: transform 0.6s ease;
    transform: rotate(0deg);
  }
  .header-small-logo:hover {
    transform: rotate(360deg);
  }
  .header--transparent.header--transparent--active .logo {
    filter: invert(1);
  }
  .desktop-header {
    display: flex;

    justify-content: space-around;
  }
  .mobile-header {
    display: none;
  }
  .mobile-header-right {
    justify-content: end;
    gap: 20px;
  }
  .mobile-header-right > * {
    flex-shrink: 0;
  }
  .header--hidden {
    transform: translateY(-100%);
  }

  #main-header a,
  #main-header div.dropdown {
    font-size: 1rem;
    position: relative;
    text-decoration: none;
    color: var(--color-foreground);
    font-weight: 500;
    text-transform: uppercase;
  }

  .dropdown {
    position: relative;
  }
  .dropdown-content {
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    background-color: #f6f5f4;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 0.62rem 1rem;
    min-width: 13.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0.5rem;
    color: black;
  }
  .dropdown-content a {
    font-size: 1rem;
    line-height: 131%;
    text-transform: capitalize;
  }
  .dropdown-content::before {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 1.5rem;
    left: 0;
    right: 0;
    background-color: transparent;
  }
  .dropdown:hover .dropdown-content,
  .dropdown-content:hover {
    visibility: visible;
    opacity: 1;
  }

  #main-header a:after,
  #main-header div.dropdown:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    background-color: currentColor;
    transition: transform 200ms;
  }

  .underline-hover:hover:after {
    transform: scaleX(1);
  }

  @media (max-width: 768px) {
    .desktop-header {
      display: none !important;
    }
    .logo {
      width: 8rem;
    }
    .mobile-header {
      display: flex !important;
    }
    #main-header {
      padding: 0 1rem;
    }
  }

  @media (max-width: 350px) {
    .mobile-header-right {
      gap: 8px;
    }
  }
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
.hero-block {
    scale: 0.75;
  }
  .hero-text-wrapper {
    position: relative;
  }
  .hero-section {
    text-align: left;
    color: #fff;
    height: 80dvh;
    min-height: 43rem;
  }
  .hero-container {
    display: flex;
    gap: 2rem;
    align-items: baseline;
  }
  .hero-padding {
    padding: 0 6rem 0 10.5rem;
    background-color: #0000006c;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  .hero-title {
    font-size: 6rem;
    font-weight: 500;
    line-height: 4.25rem;
    max-width: 48rem;
    margin-bottom: 2rem;
  }
  .hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem; /* 120% */
    max-width: 48rem;
    margin-bottom: 2rem;
  }
  .hero-block {
    padding: 0.63rem 1rem;
    display: flex;
    gap: 1rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.32);
    align-items: center;
    color: #fff;
    text-align: center;
    width: max-content;
    font-size: 1.5rem;
    margin-left: 2rem;
    font-weight: 500;
    line-height: 2.6875rem;

    position: absolute;
  }
  .hero-block::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: white;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-block::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: white;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .hero-block:nth-of-type(1) {
    right: calc(100% - 48rem);
    top: -5rem;
  }
  .hero-block:nth-of-type(2) {
    left: 55rem;
    top: 0;
  }
  .hero-block:nth-of-type(3) {
    left: 58rem;
    top: 45%;
  }
  .hero-block:nth-of-type(4) {
    left: 48rem;
    top: 85%;
  }
  @media (max-width: 1350px) {
    .hero-padding {
      padding-left: 6rem;
    }
    .hero-block:nth-of-type(2) {
      left: 47rem;
      top: 0;
    }
    .hero-block:nth-of-type(3) {
      left: 50rem;
      top: 45%;
    }
    .hero-block:nth-of-type(4) {
      left: 40rem;
      top: 85%;
    }
  }
  @media (max-width: 1150px) {
    .hero-padding {
      padding-left: 1.88rem;
    }
    .hero-block:nth-of-type(2) {
      left: 47rem;
      top: 0;
    }
    .hero-block:nth-of-type(3) {
      left: 40rem;
      top: 75%;
    }
    .hero-block:nth-of-type(4) {
      left: 30rem;
      top: 100%;
    }
  }
  @media (max-width: 1024px) {
    .hero-block:nth-of-type(1) {
      left: 5rem;
      top: -5rem;
    }
    .hero-block:nth-of-type(2) {
      left: 25rem;
      top: -3rem;
    }
    .hero-block:nth-of-type(3) {
      left: 30rem;
      top: 75%;
    }
    .hero-block:nth-of-type(4) {
      left: 24rem;
      top: 110%;
    }
  }

  @media (max-width: 768px) {
    .hero-block {
      scale: 0.5;
    }
    .hero-padding {
      padding-left: 1.25rem;
    }
    .hero-title {
      font-size: 4.5rem;
      line-height: 3.5rem;
      max-width: 100%;
    }
    .hero-subtitle {
      display: none;
    }
    .hero-container {
      flex-direction: column;
    }
    .hero-block:nth-of-type(1) {
      left: -5rem;
      top: -4rem;
    }
    .hero-block:nth-of-type(2) {
      left: unset;
      right: -1.5rem;
      top: -2.5rem;
    }
    .hero-block:nth-of-type(3) {
      left: unset;
      right: -3rem;

      top: calc(100% + 1rem);
    }
    .hero-block:nth-of-type(4) {
      left: -3rem;
      top: calc(100% + 3.5rem);
    }
  }
  @media (max-width: 355px) {
    .hero-title {
      font-size: 3rem;
      line-height: 2.5rem;
    }
    .hero-block {
      scale: 0.4;
    }
    .hero-block:nth-of-type(2) {
      left: unset;
      right: -1rem;
      top: -2.5rem;
    }

    .hero-block:nth-of-type(3) {
      left: unset;
      right: 1rem;

      top: calc(100% + 1rem);
    }
  }
.device-instructions-section {
    padding: 6.5rem 6rem;
    text-align: center;
  }
  .device-instructions-header {
    color: #000;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 84%;
    text-transform: capitalize;
    margin-bottom: 2.5rem;
  }
  .device-instructions-text {
    line-height: 1.3125rem;
    margin-bottom: 2.5rem;
  }
  .device-instructions-container {
    padding: 2.5rem 2rem;
    max-width: 40.5rem;
    margin: 0 auto;
  }
  .device-instructions-select-device-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4.5rem;
  }
  .device-instructions-select-device-container h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 100%;
    width: max-content;
    margin: 0 auto;
  }
  .device-instructions-select-device-container svg {
    margin: 0 auto 1.5rem;
  }
  .selected-device h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    margin-top: 0.5rem;
  }
  .device-instructions-content {
    display: none;
    flex-direction: column;
    gap: 1rem;
  }
  .device-instructions-content.selected-device {
    display: flex;
  }
  .device-instruction {
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    background-color: #edebe6;
  }
  .device-instruction-title {
    display: flex;
    gap: 1.94rem;
    align-items: center;
  }
  .device-instruction-text-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s ease-in-out;
  }
  .device-instruction-text-wrapper.expanded {
    grid-template-rows: 1fr;
  }
  .device-instruction-text-wrapper.expanded .device-instruction-text {
    padding-top: 1rem;
  }
  .device-instruction-text {
    text-align: left;
    overflow: hidden;
    margin-left: 2rem;
    transition: all 0.3s ease-in-out;
  }
  .device-instruction-title svg {
    transition: all 0.3s ease-in-out;
  }
  .device-instruction:has(.expanded) .device-instruction-title svg {
    transform: rotate(-180deg);
  }
  @media (max-width: 768px) {
    .device-instructions-section {
      padding: 6.5rem 0rem;
    }
    .device-instructions-select-device-container svg {
      margin: 0 auto 1.5rem;
      scale: 0.8;
    }
    .device-instructions-select-device-container h3 {
      font-size: 1rem;
    }
  }
  @media (max-width: 380px) {
    .device-instructions-select-device-container svg {
      scale: 0.6;
    }
    .device-instructions-select-device-container {
      gap: 0.5rem;
    }
    .device-instructions-select-device-container h3 {
      font-size: 0.75rem;
    }
    .device-instructions-container {
      padding: 2.5rem 1rem;
    }
  }
.landing-ctas-section {
    display: grid;
    grid-template-columns: 33.125rem 33.125rem;
    gap: 2.66rem;
    grid-template-rows: 16rem 22.9375rem;
    align-items: center;
    justify-content: center;
    padding: 6.5rem 6rem;
  }
  .landing-ctas-section > *:nth-child(1) {
    grid-row-start: span 2;
  }
  .landing-ctas-section > *:nth-child(1) .landing-cta-text-wrapper {
    justify-content: end;
    gap: 2.5rem;
    width: 70%;
  }

  .landing-ctas-section > * {
    height: 100%;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .landing-ctas-section {
      display: grid;
      grid-template-columns: 33.15rem;
      gap: 2.66rem;
      grid-template-rows: 16rem 22.9375rem 16rem 22.9375rem;
      align-items: center;
      justify-content: center;
      padding: 6.5rem 6rem;
    }
  }
  @media (max-width: 768px) {
    .landing-ctas-section {
      display: grid;

      gap: 2.66rem;
      grid-template-rows: 16rem 22.9375rem 16rem 22.9375rem;
      align-items: center;
      justify-content: center;
      padding: 6.5rem 6rem;
    }
    .landing-ctas-section {
      padding: 6.5rem 1.25rem;
    }
    .landing-ctas-section > *:nth-child(1) .landing-cta-text-wrapper {
      width: 100%;
    }
  }
  @media (max-width: 600px) {
    .landing-ctas-section {
      grid-template-columns: 1fr;
    }
  }
.meet-us-section {
    background-color: #edebe6;
    text-align: center;
    padding: 6.5rem 0;
  }
  .meet-us-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 84%;
    margin-bottom: 1.5rem;
  }
  .meet-us-text {
    line-height: 1.5rem;
    max-width: 32rem;
    margin: 0 auto;
  }
  .member-photo {
    height: calc(100% - 3.25rem) !important;
  }
  .member-photo > img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .meet-us-carousel .swiper-slide {
    width: 16.3rem;
    height: 22.1rem;
    padding: 1.25rem;
    border-radius: 1.5rem;
    background-color: #fff;
    overflow: hidden;
    margin: 0 1.25rem;
  }

  .meet-us-carousel .swiper-wrapper {
    padding-bottom: 3.13rem;
  }
  .meet-us-carousel:has(.swiper-pagination-lock) .swiper-wrapper {
    justify-content: center;
  }
  .meet-us-carousel .member-name {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 100%;
  }
  .meet-us-carousel .member-role {
    text-align: left;
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1rem;
  }
  @media (max-width: 768px) {
    .meet-us-title,
    .meet-us-text {
      padding: 0 1.88rem;
    }
  }
.newsletter-section {
    background-color: black;
    padding: 8.25rem 6rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
  }
  .newsletter--header {
    font-size: 2.5rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
  }
  .newsletter--text {
    line-height: 1.75rem;
    margin-bottom: 2rem;
  }
  .newsletter--icon {
    margin-bottom: 2.5rem;
  }
  .newsletter--input {
    background-color: black;

    padding: 0.63rem 1.5rem 0.63rem 4rem;
    color: white;
    outline-offset: unset;
    outline: none;
    transition: all 0.3s ease-in-out;
    border: 0;
  }
  .newsletter--input:focus-visible {
    outline-offset: unset;
    outline: none;
  }
  .newsletter--form {
    margin-bottom: 2.5rem;
    overflow: hidden;
    position: relative;
    border: 1px solid white;
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 0rem;
    transition: all 0.3s ease-in-out;
  }
  .newsletter--form:has(.dirty) {
    grid-template-columns: 1fr 2.5rem;
  }
  .newsletter--form:has(.dirty) .newsletter--submit-wrapper {
    width: 2.5rem;
  }
  .newsletter--submit-wrapper {
    position: relative;
    height: 100%;
    width: 2.5rem;
    overflow: hidden;
  }
  .newsletter-submit {
    background-color: white;
    height: 100%;

    color: white;
    border: 0;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .newsletter-submit-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }
  .newsletter--form:has(.dirty) .newsletter-placeholder-icon {
    visibility: hidden;
  }
  .newsletter--form:has(.dirty) .newsletter--input {
    padding-left: 1.5rem;
  }
  .newsletter--submit-wrapper:hover .newsletter-submit-arrow {
    transform: translate(-50%, -50%) translateY(-3px);
  }
  .newsletter-placeholder-icon {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    opacity: 0.7;
  }

  @media (max-width: 768px) {
    .newsletter--header {
      line-height: 2.5rem;
    }
    .newsletter-section {
      background-color: black;
      padding: 6.5rem 2rem;
    }
  }
.page-nav {
    padding: 6.5rem 6rem 4.5rem;
    display: flex;
    gap: 2.5rem;

    margin: 0 auto 4.81rem;
  }
  .page-nav > div:nth-child(1) > a,
  .page-nav div:hover {
    color: black;
  }
  .page-nav a {
    font-size: 2rem;
    line-height: 84%;
    font-family: 'DarkerGrotesque', sans-serif;
    text-decoration: none;
    color: #ababab;
  }
  .page-nav a:hover {
    color: black;
  }
  @media (max-width: 768px) {
    .page-nav {
      justify-content: center;
      flex-wrap: wrap;
      gap: 1.5rem;
      padding: 6.5rem 1.25rem 0rem;
    }
  }
.product-banner {
    width: 100%;
    height: 25.625rem;
    background-position: center;
    background-size: cover;
  }
  @media (max-width: 1024px) {
    .product-banner {
      height: 13rem;
    }
  }
  @media (max-width: 768px) {
    .product-banner {
      height: 16.5rem;
    }
  }
.close-popup {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: white;
    cursor: pointer;
    z-index: 5;
  }
  .popup-cta {
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
    border-radius: 0.5rem;
    color: white;
    text-decoration: none;
    padding: 0.66rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: start;
    width: max-content;
    margin: 0 auto;
  }
  .popup h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 88%;
    margin: 0 auto 2rem;
    text-align: center;
    max-width: 26rem;
  }
  .popup-text {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 120%; /* 1.5rem */
    margin: 0 auto 1.5rem;
    text-align: center;
    max-width: 26rem;
  }
  .popup-text span {
    color: #be94e1;
  }
  .popup-trigger {
    position: fixed;
    left: 0;
    bottom: 10%;
    z-index: 99;

    width: max-content;
    height: max-content;
    background-color: black;
    padding: 0.62rem 2.5rem;
    color: white;
    transform-origin: left;
    transform: rotate(-90deg) translateY(50%);
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    user-select: none;
    cursor: pointer;
  }
  .popup {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 47rem;
    height: max-content;
    background-color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    z-index: 100;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 4rem 1.25rem;
  }
  .popup-background {
    display: block;
    position: absolute;
    top: 0;
    width: 60rem;
    right: 0;
    bottom: 50%;
    background: #be94e1;
    border-bottom-right-radius: 25%;
    opacity: 0.2;
    z-index: 0;
  }
  @media (max-width: 1024px) {
    .popup div {
      font-size: 1rem;
    }
  }
.quiz-wrapper {
    width: 100%;
    height: max-content;

    background-color: #050505;
    color: white;
  }
  .quiz-step-content {
    display: none;
    height: 100%;
    position: relative;
  }
  .quiz-question-blur {
    --quiz-blur-color: #ae3ffe;
    width: 19.875rem;
    height: 18.12414rem;
    background-color: var(--quiz-blur-color);
    border-radius: 19.875rem;
    filter: blur(200px);
    position: absolute;
    top: 3.77rem;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
  }
  .quiz-question {
    width: 55rem;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5.37rem;
    padding-bottom: 6.31rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .quiz-question-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 4rem;
  }
  .quiz-question-title {
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 103%;
    margin-bottom: 1.2rem;
  }
  .quiz-question-nav-button {
    background: none;
    border: none;
    color: white;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 100%;
    cursor: pointer;
    margin-top: 3.5rem;
  }
  .quiz-question-nav-button:disabled {
    color: #ccc;
    cursor: not-allowed;
  }

  .quiz-question-footer {
    display: flex;
    width: 17rem;
    justify-content: space-between;
    margin: 0 auto;
  }
  .quiz-question-footer-item {
    font-size: 1.25rem;
    line-height: 100%;
  }
  .quiz-question-mobile-nav {
    display: none;
  }
  .quiz-question-footer-item.currentQuestion {
    color: #be94e1;
  }
  @media (max-width: 1200px) {
    .quiz-question {
      padding-left: 5.5rem;
      padding-right: 5.5rem;
      width: unset;
    }
  }
  @media (max-width: 768px) {
    .quiz-question-blur {
      display: none;
    }
    .quiz-question {
      width: 100%;
      padding: 6.5rem 0 1.38rem;
      background: linear-gradient(164deg, rgba(0, 0, 0, 0.5) 41.65%, rgba(190, 148, 225, 0.45) 90.14%), #000;
    }
    .quiz-question-header {
      justify-content: center;
    }
    .quiz-question-header .quiz-question-nav-button {
      display: none;
    }
    .quiz-question-title {
      font-size: 2.25rem;
      font-weight: 600;
      color: white;
      background: none;
      background-clip: unset;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset;
    }
    .quiz-question-title span {
      background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 4rem;
      display: block;
      line-height: normal;
      margin-top: -1rem;
    }
    .quiz-question-footer {
      width: unset;
      gap: 1.25rem;
      justify-content: center;
    }
    .quiz-question-mobile-nav {
      display: flex;
      gap: 0.86rem;
      justify-content: center;
      margin-bottom: 2rem;
    }
    .quiz-question-mobile-nav .quiz-question-nav-button {
      display: block;
      padding: 0.63rem 1.19rem;
      border-radius: 0.5rem;
      margin-top: 0;
      font-size: 1rem;
      line-height: 1.75rem;
    }
    .quiz-question-mobile-nav #back-btn {
      background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .quiz-question-mobile-nav #next-btn {
      background: rgba(0, 0, 0, 0.4);
    }
  }
.risk-free-image-overlay {
    background-color: #0000004d;
    padding: 7.12rem 8.4rem;
    border-radius: 3.5rem;
  }
  .risk-free-section {
    max-width: 100rem;
    margin: 5rem auto 5rem;
    border-radius: 3.5rem;
    background-size: cover;
    background-position: center;
  }
  .risk-free-text-wrapper {
    text-align: right;

    margin-left: auto;
    width: 60%;
    color: white;
  }
  .risk-free-title {
    font-size: 3.5rem;
    line-height: 84%;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .risk-free-text {
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
  @media (max-width: 1600px) {
    .risk-free-section {
      margin: 5rem 6rem 5rem;
    }
  }
  @media (min-width: 1300px) {
    .risk-free-section {
      min-height: 34rem;
      background-position: 40% 60%;
    }
    .risk-free-image-overlay {
      min-height: 34rem;
      align-items: center;
      display: flex;
    }
  }

  @media (max-width: 1024px) {
    .risk-free-image-overlay {
      padding: 7.12rem 5.5rem;
    }
  }
  @media (max-width: 768px) {
    .risk-free-image-overlay {
      padding: 7.12rem 2rem;
      border-radius: 0;
    }
    .risk-free-text-wrapper {
      width: 100%;
    }
    .risk-free-section {
      margin: 0 0 0;
      border-radius: 0;
    }
  }
.schummi-common-questions-carousel {
    margin-bottom: 1.5rem;
  }
  .schummi-common-questions-carousel .swiper-wrapper {
    padding-bottom: 3rem;
  }
  .schummi-common-questions-carousel .swiper-slide {
    padding: 1.5rem 1.25rem;
    width: 12rem;
    height: 10.625rem;
    border-radius: 1.5rem;
    background-color: white;
    border: 0.2px solid #626262;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
  }
  .schummi-ai-chat-landing-header {
    font-size: 4rem;
    color: #333;
    font-weight: 600;
    line-height: 93%;
    max-width: 40rem;
    margin: 0 auto 1.38rem 0;
  }
  .schummi-ai-chat-landing-text {
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: 300;
    color: #333;
    max-width: 40rem;
    margin: 0 auto 3.5rem 0;
  }
  .schummi-ai-chat-landing-img {
    margin-left: auto;
    margin-bottom: -4rem;
    width: 15.33725rem;
  }
  .schummi-ai-message {
    margin-left: auto;
    border-radius: 0.5rem;
    background: #fdfdfd;
    padding: 0.75rem 1rem;
    width: fit-content;
    margin-bottom: 3.5rem;
  }
  .schummi-ai-answer {
    margin-right: auto;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #ebeae9;
    width: fit-content;
    margin-bottom: 3.5rem;
  }
  .schummi-ai-chat-container {
    position: relative;
    height: 100%;
    overflow-y: hidden;
  }
  .schummi-ai-chat {
    display: none;
  }
  .schummi-ai-chat-wrapper {
    height: calc(100% - 87px);
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.445) #fff;
    padding: 0 2rem;
    max-width: 68.75rem;
    margin: 0 auto;
  }

  .schummi-ai-chat-wrapper::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
  }

  .schummi-ai-chat-wrapper::-webkit-scrollbar {
    width: 8px;
    background: #fff;
  }
  .schummi-ai-chat-wrapper::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 8px;
  }
  .schummi-ai-wrapper {
    padding: 0 6rem 2.16rem;
    height: calc(100dvh - 75px);
  }
  .schummi-ai-chat-input-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .schummi-ai-chat-input {
    max-width: 68.75rem;
    margin: 0 auto;
    position: relative;
  }
  .schummi-ai-chat-input input {
    width: 100%;
    height: 100%;
    padding: 2rem 2rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    font-size: 1rem;
    border-radius: 1rem;
    border: 2px solid #be94e1;
    background: #fff;
  }
  .schummi-ai-chat-input input:focus {
    outline: none;
    border-color: #7b5cf6;
    box-shadow: 0 0 0 3px rgba(123, 92, 246, 0.3);
  }
  .schummi-ai-chat-submit {
    aspect-ratio: 1;
    width: 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, #be94e1 0%, #be94e1 100%), rgba(220, 220, 220, 0.36);
  }
  @media (max-width: 1024px) {
    .schummi-ai-wrapper {
      padding: 0 4rem 2.5rem;
    }

    .schummi-ai-chat-landing-img {
      margin-left: 0px;
      margin-right: auto;
      margin-bottom: 3rem;
      width: 15.33725rem;
    }
    .schummi-common-questions-carousel {
      margin: 0 -2rem 1.5rem -2rem;
    }
    .schummi-common-questions-carousel .swiper-slide:nth-child(1) {
      margin-left: 2rem;
    }
  }
  @media (max-width: 768px) {
    .schummi-ai-wrapper {
      padding: 0 0 3.5rem;
    }
    .schummi-ai-chat-input input {
      padding: 1.24rem 1.25rem;
      border-radius: 3.13rem;
    }
    .schummi-ai-chat-input {
      padding: 0 1.25rem;
    }
    .schummi-ai-chat-submit {
      width: 2.3rem;
      right: 2.5rem;
    }
    .schummi-ai-chat-wrapper {
      height: calc(100% - 63px);
    }

    .schummi-ai-chat-landing-header {
      font-size: 3rem;
    }

    .schummi-ai-chat-landing-img {
      margin-bottom: 1.5rem;
      width: 11.84269rem;
    }
  }
.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .search-results .prev,
  .search-results .page,
  .search-results .next {
    grid-column: 1 / -1;
  }
.social-media-wrapper > * {
    width: 100% !important;
    aspect-ratio: 1.3;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
  }
  .social-media-wrapper > .image > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  .social-section {
    padding: 5rem 6rem 5rem;
    text-align: center;
    background-color: white;
  }
  .social-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 84%;
    margin-bottom: 1.5rem;
  }
  .social-text {
    line-height: 1.5rem;
    margin-bottom: 3rem;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }
  .social-button {
    padding: 0.63rem 2.5rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    color: white;
    margin-bottom: 2.5rem;
    text-decoration: none;
    display: inline-block;
  }
  .social-media-wrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    max-width: 50rem;
    margin: 0 auto;
  }
  @media (max-width: 1024px) {
    .social-media-wrapper {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 768px) {
    .social-media-wrapper {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .social-section {
      padding: 5rem 2rem;
    }
  }
.sticker-section {
    max-width: 100rem;
    margin: 4rem auto;
    background-color: #f2e6f7;
    padding: 0 0 0 7rem;
    border-radius: 3.5rem;
    display: grid;
    grid-template-columns: 35% 1fr;
  }
  .sticker-text-wrapper {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.84rem 0;
  }
  .sticker-title {
    font-size: 3.5rem;
    line-height: 84%;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  .sticker-text {
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
  .sticker-image {
    margin-left: -3rem;
    object-fit: cover;
    height: 100%;
  }
  @media (max-width: 900px) {
    .sticker-section {
      grid-template-columns: 45% 1fr;
    }
  }
  @media (max-width: 768px) {
    .sticker-image {
      margin-left: 0;
      margin-top: -2rem;
      height: calc(100% + 2rem);
    }
    .sticker-text-wrapper {
      text-align: center;
      padding: 3.84rem 0 0;
    }
    .sticker-section {
      grid-template-columns: 1fr;
      border-radius: 0;
      padding: 0 2rem;
      margin: 0 auto;
    }
  }
.support-page-contact-text {
    color: #000;

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 3rem;
  }
  .support-page-contact-title {
    color: #333;

    font-size: 1.5rem;

    font-weight: 500;
    line-height: 110%;
    margin-bottom: 1rem;
  }
  .support-page-contact-container {
    margin: 0 auto 4.5rem;
    padding: 0 6rem;
    max-width: 65rem;
  }
  .support-page-input-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .support-page-contact-container form input,
  .support-page-contact-container form textarea {
    display: block;
    width: 100%;
    padding: 1.25rem 2rem;
    border: 1px solid #ccc;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
  .support-page-contact-container form button {
    margin: 3rem auto 0;
    border-radius: 0.5rem;
    color: white;
    background: #d1afd9;
    border: none;
    outline: none;
    padding: 0.62rem 2.5rem;
    line-height: 1.75rem;
    display: block;
  }
  @media (max-width: 768px) {
    .support-page-input-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0rem;
    }
    .support-page-contact-container {
      padding: 0 1.88rem;
    }
  }
.support-page-program {
    padding: 6.5rem 0;
    text-align: left;
  }
  .support-page-program-header-container {
    padding: 0 1.88rem;
    max-width: 82rem;
    margin: 0 auto;
  }
  .support-page-header {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 110%; /* 1.65rem */
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #535353;
    margin-bottom: 1rem;
  }
  .support-page-title {
    color: #333;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 110%; /* 3.85rem */
    text-transform: capitalize;
    margin-bottom: 0.5rem;
  }
  .support-page-subtitle {
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 110%; /* 1.65rem */
    text-transform: capitalize;
    padding-bottom: 3rem;
    border-bottom: 1px solid #535353;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.62rem;
    align-items: center;
    margin-bottom: 4.5rem;
  }
.support-back {
    position: absolute;
    right: calc(100% + 1rem);
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
  }
  .support-back.visible {
    display: block;
  }
  .support-back svg {
    max-width: unset !important;
  }
  .support-title {
    color: #333;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 110%;
    padding: 5.5rem 0 3rem;
    display: none;
  }
  .support-section {
    padding: 6.5rem 6rem;
    text-align: left;
  }
  .support-header {
    position: relative;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 110%;
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #535353;
    margin-bottom: 1rem;
  }
  .support-title-root {
    font-size: 3.5rem;

    font-weight: 500;
    line-height: 4rem;
    margin-bottom: 7rem;

    color: black;

    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 5rem;
  }
  .support-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
  .support-card:hover {
    background-color: #d1afd947;
  }
  .support-card {
    padding: 1rem 2rem;
    border: 0.5px solid black;
    border-radius: 1rem;
  }
  .support-card-title {
    font-size: 1.25rem;

    font-weight: 500;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    text-align: left;
  }
  @media (max-width: 768px) {
    .support-section {
      padding: 3.5rem 1.25rem;
    }
    .support-title-root {
      font-size: 3rem;
    }
    .support-header {
      margin: 0 2rem;
    }
    .support-cards {
      grid-template-columns: 1fr;
    }
  }
.under-hero-benefits-background {
    background-color: rgba(255, 255, 255, 0.4);
    max-width: unset !important;
  }
  .under-hero-benefits {
    display: flex;
    padding: 1.25rem 6rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .under-hero-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: black;
  }
  .under-hero-icon {
    height: 41px;
    display: flex;
    align-items: center;
  }
  .under-hero-benefit-title {
    color: black;
    font-weight: 600;
    line-height: 215%;
    font-size: 1.25rem;
  }

  @media (max-width: 768px) {
    .under-hero-benefits {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      row-gap: 5.94rem;
      padding: 1.25rem;
    }
    .under-hero-benefit {
      flex-basis: 2;
    }
  }
.how-to-background {
    background-color: white;
    width: 100%;
  }
  .v1-howto-section {
    padding: 6.5rem 1.88rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
  }
  .v1-howto-title {
    font-size: 3.5rem;
    line-height: 84%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .v1-howto-text {
    text-align: center;
    color: #333;
    line-height: 130%;
    margin-bottom: 3.1rem;
  }
  .v1-howto-link {
    text-align: center;
    color: black;
    display: inline-block;
    margin: 0 auto 4.1rem;
  }
  .v1-howto-section video {
    width: 100%;
    border-radius: 3rem;
    margin-bottom: 7rem;
  }

  .technical-info-title {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    line-height: 110%;
    text-transform: capitalize;
    padding-bottom: 0.44rem;
    border-bottom: 0.5px solid #535353;
    display: flex;
    align-items: baseline;
    gap: 2rem;
  }
  .technical-info-title svg {
    transition: all 0.3s;
  }
  #technical-info:has(.expanded) svg {
    transform: rotate(-180deg);
  }
  #technical-info:has(.expanded) .technical-info-title {
    align-items: center;
  }

  .v1-info {
    display: grid;
    grid-template-rows: 0fr;
    transition: all 0.3s ease-in-out;
    height: min-content;
    padding: 0;
  }
  .v1-info.expanded {
    grid-template-rows: 1fr;
    padding: 3.5rem 0;
  }
  .v1-info > div {
    overflow: hidden;
  }
  .v1-info-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
    text-align: left;
    padding: 0 1.25rem 0 2.25rem;
    margin-bottom: 4.77rem;
  }
  .v1-info-block-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .v1-info-block-list {
    padding-left: 2rem;
    line-height: 162.5%;
    font-weight: 350;
  }
  .v1-info-block-explanation {
    padding-top: 2.25rem;
    font-weight: 350;
    line-height: 130%;
  }
  @media (max-width: 1024px) {
    .v1-info-block {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 768px) {
    .v1-info-block {
      padding: 0;
      grid-template-columns: 1fr;
      gap: 1rem;
      margin-bottom: 3.44rem;
    }
    .v1-info-block-explanation {
      padding-top: 0;
    }
  }
.v1-learn-section-button {
    border-radius: 0.5rem;
    padding: 0.63rem 2.5rem;
    color: white;
    display: inline-block;
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    width: max-content;
    text-decoration: none;
    margin-top: 2rem;
  }
  .v1-learn-container {
    background-color: black;
    color: white;
  }
  .v1-learn-first-section,
  .v1-learn-fifth-section,
  .v1-learn-third-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1392px;
    margin: 0 auto;
    gap: 4rem;
  }
  .v1-learn-first-section {
    padding: 9.38rem 6rem 6.5rem;
  }
  .v1-learn-fifth-section {
    padding: 12.5rem 8.5rem 6.5rem;
  }
  .v1-learn-third-section {
    margin: 12.3rem 0 12.3rem 6rem;
    border-top-left-radius: 3.5rem;
    border-bottom-left-radius: 3.5rem;
    background-color: #ede8e6;
    color: black;
    padding-left: 7rem;
    max-width: unset;
  }
  .v1-learn-third-section .v1-learn-section-text-wrapper {
    padding: 6.31rem 0;
  }
  .v1-learn-section-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .v1-learn-section-title {
    font-size: 3.5rem;
    line-height: 83%;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  .v1-learn-section-text {
    line-height: 1.5rem;
    font-weight: 400;
  }
  .v1-learn-second-section .v1-learn-section-text {
    max-width: 60rem;
    margin: 0 auto;
    text-align: center;
  }
  .v1-learn-second-section-img {
    margin: 0 auto;
    z-index: 5;
    position: relative;
  }

  .v1-learn-third-section-img {
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
  }
  .v1-learn-fourth-section {
    width: 100%;
    height: 25.625rem;
    background-position: center;
    background-size: cover;
  }
  .v1-learn-fifth-section-img {
    border-radius: 1.5rem;
  }
  .v1-learn-second-section-img-wrapper {
    position: relative;
    overflow: hidden;
  }
  .v1-learn-wave {
    position: absolute;
    right: 55%;
    top: 40%;
    z-index: 1;
  }
  .v1-learn-wave:nth-child(2) {
    position: absolute;
    left: 55%;
    top: 40%;
  }
  @media (max-width: 1024px) {
    .v1-learn-first-section,
    .v1-learn-fifth-section {
      grid-template-columns: 1fr;
      align-items: center;
    }
    .v1-learn-first-section-img {
      margin: 0 auto;
    }
    .v1-learn-second-section {
      display: flex;
      flex-direction: column-reverse;
    }
    .v1-learn-second-section .v1-learn-section-text {
      padding: 0 6rem;
    }
    .v1-learn-third-section {
      margin: 12.3rem 0 12.3rem 1.8rem;
      padding-left: 3rem;
    }
    .v1-learn-fifth-section {
      text-align: center;
      padding: 8.5rem 1.8rem;
    }
    .v1-learn-fifth-section .v1-learn-section-text-wrapper {
      max-width: 80%;
      margin: 0 auto;
    }
    .v1-learn-section-button {
      margin: 2rem auto 0;
      min-width: 16rem;
    }
    .v1-learn-fifth-section-img {
      width: 100%;
      height: 20rem;
      object-fit: cover;
    }
  }
  @media (max-width: 768px) {
    .v1-learn-first-section,
    .v1-learn-fifth-section {
      grid-template-columns: 1fr;
      align-items: center;
      padding: 5rem 2.5rem 0;
    }
    .v1-learn-first-section-img {
      margin: 0 auto;
    }
    .v1-learn-second-section {
      display: flex;
      flex-direction: column-reverse;
    }
    .v1-learn-second-section .v1-learn-section-text {
      padding: 7rem 1.88rem 0rem;
    }
    .v1-learn-third-section {
      margin: 0rem 0.6rem 3.5rem 0.6rem;
      padding: 0;
      grid-template-columns: 1fr;
      border-radius: 2.5rem;
      overflow: hidden;
      gap: 0;
    }
    .v1-learn-third-section .v1-learn-section-text-wrapper {
      padding: 3.5rem 2rem 3rem 2rem;
    }

    .v1-learn-fifth-section {
      text-align: center;
      padding: 5rem 1.8rem;
    }
    .v1-learn-fifth-section .v1-learn-section-text-wrapper {
      max-width: 100%;
      margin: 0 auto;
    }
    .v1-learn-section-button {
      margin: 2rem auto 0;
      width: 100%;
    }
    .v1-learn-fifth-section-img {
      width: 100%;
      height: 20rem;
      object-fit: cover;
    }
  }
.v2-carousel-bubble {
    position: absolute;
    top: 0rem;
    right: 3.4rem;
    border-radius: 0.375rem;
    background: rgba(238, 192, 152, 0.72);
    padding: 0.125rem 0.625rem;
  }
  .v2-learn-carousel {
    margin-bottom: 10.25rem;
  }
  .v2-learn-carousel .swiper-slide {
    width: 258px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  .v2-learn-carousel .swiper-wrapper {
    padding-bottom: 3.5rem;
  }
  .v2-learn-carousel .swiper-pagination-bullet {
    background-color: #bcbcbc;
  }
  .v2-learn-carousel .swiper-pagination-bullet.active {
    background-color: white;
  }

  .v2-carousel-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 87.5%;
    font-family: DarkerGrotesque;
    margin: 0 auto 0.81rem;
    text-transform: capitalize;
    width: max-content;
  }
  .v2-carousel-text {
    margin: 0 auto;
    padding: 0 3rem;
  }

  .v2-carousel-icon {
    width: 9.2rem;
    height: 9.16rem;
    padding: 1.75rem 1.88rem;
    background-color: #fcfcf8;
    border-radius: 2.25rem;
    margin: 0 auto 1rem;
  }
  .v2-learn-table {
    width: 100%;
  }
  .v2-learn-table tr:nth-child(n + 2) {
    color: #76cd67;
  }
  .v2-learn-table tr:nth-child(n + 2) > td:nth-child(n + 3) {
    color: #fff;
  }

  .v2-learn-table tr {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    margin-bottom: 1.3rem;
  }
  .v2-learn-table svg {
    margin: 0 auto;
  }
  .v2-learn-table th {
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 1.5rem; /* 171.429% */
    text-transform: uppercase;
    font-family: AlbertSans;
  }
  .v2-learn-table th:nth-child(1) {
    text-align: left;
  }
  .v2-learn-table tr:nth-child(n + 2) > th:nth-child(1) {
    text-transform: capitalize;
  }
  .v2-learn-container {
    background-color: black;
    color: white;
    padding: 11.81rem 0 0;
  }
  .v2-learn-padding {
    padding: 0 6rem;
  }
  .v2-learn-container section {
    max-width: 1200px;
    margin: 0 auto;
  }
  .v2-learn-first-section {
    padding: 0 7.75rem 14.62rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
  }
  .v2-learn-header {
    background: linear-gradient(270deg, #ab9a66 58.83%, #d8c27a 64.52%, #ffe89f 77.45%, #ffe593 94.22%, #826d2c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 83%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .v2-learn-header > span {
    font-size: 12.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 57%; /* 7.125rem */
    letter-spacing: -0.5rem;
    margin-bottom: 2rem;
  }
  .v2-learn-text {
    font-size: 1.25rem;
    line-height: 140%;
  }
  .v2-learn-second-section > video {
    width: 100%;
    margin-bottom: 6rem;

    border-radius: 0rem;
  }
  .v2-learn-second-section .v2-learn-text {
    max-width: 45rem;
    margin: 0 auto 9.5rem;
    text-align: center;
  }

  .v2-learn-third-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 14rem;
  }

  .v2-learn-title {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 83%;
    text-transform: capitalize;
  }
  .v2-learn-third-section .v2-learn-title {
    max-width: 19.375rem;
    margin-bottom: 2rem;
  }

  .v2-learn-fourth-section {
    text-align: center;
  }
  .v2-learn-fourth-section .v2-learn-title {
    margin-bottom: 3.5rem;
  }
  .v2-learn-fourth-section .v2-learn-text {
    margin: 0 auto;
    max-width: 45.1875rem;
    margin-bottom: 6.2rem;
  }

  @media (max-width: 1024px) {
    .v2-learn-first-section,
    .v2-learn-third-section {
      grid-template-columns: 1fr;
    }
    .v2-learn-header {
      margin-bottom: 4rem;
    }
    .v2-learn-first-section {
      padding-bottom: 6rem;
    }
    .v2-learn-second-section .v2-learn-text {
      margin-bottom: 6.5rem;
    }
    .v2-learn-third-section .v2-learn-title {
      max-width: 100%;
    }
    .v2-learn-third-section .v2-learn-text {
      margin-bottom: 5.5rem;
    }
  }
  @media (max-width: 768px) {
    .v2-learn-table {
      margin-bottom: 3rem;
    }
    .v2-learn-container {
      padding: 3.5rem 0 0;
      text-align: center;
    }
    .v2-learn-padding {
      padding: 0 1.25rem;
    }
    .v2-learn-first-section {
      padding: 0;
    }
    .v2-learn-first-section .v2-learn-text {
      margin-bottom: 4.44rem;
    }
    .v2-learn-header {
      text-align: center;
      font-size: 2.5rem;
    }
    .v2-learn-header > span {
      font-size: 6.875rem;
      margin: 1rem 0 1rem;
    }
    .v2-learn-text {
      font-size: 1.125rem;
      font-weight: 400;
    }
    .v2-learn-third-section {
      text-align: left;
      padding-bottom: 8rem;
    }

    .v2-learn-second-section > video {
      padding: 0 1.25rem;
    }
    .v2-learn-second-section .v2-learn-text {
      padding: 0 1.25rem;
    }
    .v2-learn-carousel {
      margin-bottom: 5.25rem;
    }
  }
/* Section custom classes - start styling here */
  .v2-try-schummi-section {
    padding: 6.5rem 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3.81rem;
    background-color: black;
  }
  .v2-try-schummi-section video {
    height: 32rem;
    object-fit: cover;
    border-radius: 0rem;
    margin: 0 auto;
  }
  .v2-schummi-text-wrapper {
    color: white;
  }
  .v2-schummi-header {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 83%;
    margin-bottom: 1.5rem;
  }
  .v2-schummi-text {
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.81rem;
  }
  .v2-schummi-bullet {
    font-weight: 400;
    line-height: 1.5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    align-items: center;
    margin-bottom: 1rem;
    text-align: left;
  }
  .v2-schummi-bullet.v2-schummi-bullet-last {
    margin-bottom: 2rem;
  }
  @media (max-width: 768px) {
    .v2-try-schummi-section {
      grid-template-columns: 1fr;
      padding: 3rem 1.88rem;
      gap: 3.81rem;
      text-align: center;
    }
    .v2-try-schummi-section video {
      height: auto;
      width: 100%;
    }
  }
.what-is-logo {
    max-height: 20rem;
    width: auto;
    margin: 0 auto;
  }
  .what-is-section {
    padding: 3.88rem 6rem 8.12rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .what-is-title {
    color: #000;
    text-align: center;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 84%; /* 2.94rem */
    margin-bottom: 2.5rem;
  }
  .what-is-text {
    line-height: 1.5rem; /* 150% */
  }
  .what-is-certificate {
    border-radius: 0.9375rem;
    border: 1px solid #c3b58a;
    background: #fff;
    padding: 2rem 1.5rem;
  }
  .what-is-certificate h3 {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .what-is-certificate div {
    color: #2e2e2e;
    line-height: 1.3125rem; /* 131.25% */
    margin-bottom: 1rem;
    display: flex;
    gap: 1.5rem;
    background-color: white;
  }
  .what-is-container {
    display: grid;
    grid-template-columns: 28fr 20fr;
    gap: 3rem;
  }
  @media (max-width: 1024px) {
    .what-is-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
    }
    .what-is-text {
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .what-is-section {
      padding: 3.88rem 1.25rem 8.12rem;
    }
  }
.what-we-section {
    text-align: center;
    padding: 9.5rem 6rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .what-we-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 84%;
    margin-bottom: 6.5rem;
  }
  .what-we-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    padding-bottom: 3.5rem;
  }
  .what-we-card-title {
    color: #2e2e2e;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3125rem;
    margin-bottom: 0.5rem;
  }
  .what-we-card-text {
    color: #2e2e2e;

    line-height: 1.3125rem;
  }
  .what-we-card > svg {
    margin: 0 auto 1.5rem;
  }
  @media (max-width: 1024px) {
    .what-we-section {
      padding: 9.5rem 1.88rem;
    }
  }
  @media (max-width: 768px) {
    .what-we-section {
      padding: 4.5rem 1.88rem;
    }
    .what-we-container {
      grid-template-columns: 1fr;
      gap: 3.5rem;
    }
    .what-we-card-text {
      max-width: 15rem;
      margin: 0 auto;
    }
  }
.navbar-fill {
    width: 100%;
    height: 75px;
  }
.why-we-stand-apart-section {
    background-color: black;
    color: white;
    padding: 6.5rem 6rem;
    text-align: center;
    margin-bottom: 5rem;
  }
  .why-we-stand-apart-header {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 84%;
    margin-bottom: 2.5rem;
  }
  .why-we-stand-apart-text {
    line-height: 1.5rem;
    max-width: 52rem;
    margin: 0 auto;
  }
  .why-we-stand-apart-text-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    text-align: left;
  }
  .why-we-stand-apart-text-wrapper > div {
    max-width: 25.25rem;
    margin: 0 auto;
  }
  .why-we-stand-apart-title {
    margin-bottom: 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 96%;
    text-transform: capitalize;
  }
  @media (max-width: 1024px) {
    .why-we-stand-apart-section {
      padding: 6.5rem 2.5rem;
    }
  }
  @media (max-width: 768px) {
    .why-we-stand-apart-section {
      margin-bottom: 0rem;
      padding: 6.5rem 1.88rem;
    }
    .why-we-stand-apart-text-wrapper {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
    .why-we-stand-apart-text-wrapper > div:nth-child(2) {
      text-align: right;
    }
  }

/* CSS from block stylesheet tags */
.advantage-card {
    padding: 1.25rem;
    border-radius: 1rem;
    background-color: white;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .advantage-card-image {
    width: 250px !important;
    height: 160px !important;
  }
  .advantage-card-image > img {
    height: 100% !important;
  }
  .advantage-card-image.contain > img {
    object-fit: contain !important;
  }
  .advantage-card-image.cover > img {
    object-fit: cover !important;
  }
  .advantage-title {
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .advantage-text {
    font-size: 1rem;
    line-height: 120%;
    font-weight: 300;
    color: #333;
    margin-bottom: 0.5rem;
  }
.benefits-card {
    display: flex;
    width: 26.25rem;
    height: 20rem;
    max-width: 26.25rem;
    padding: 0 0.625rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.625rem;
  }

  .benefits-card-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    min-height: 18.75rem;
    padding: 1.875rem 3.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
    border-radius: 1.5rem;
    background: white;
  }

  .benefits-card-wrapper > svg {
    stroke-width: 2px;
  }

  .benefits-card-body {
    display: flex;
    min-height: 6rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .benefits-card-typography {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .benefits-card-title {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 1.5rem */
  }

  .benefits-card-text {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1rem; /* 114.286% */
  }

  .benefits-card-pill {
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.25rem;
    background: rgba(190, 148, 225, 0.17);
  }

  .benefits-card-pill > p {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1rem; /* 114.286% */
  }

  @media (max-width: 768px) {
    .benefits-card {
      width: max-content;
    }

    .benefits-card-wrapper {
      flex: 0 1 auto;
      max-width: 20rem;
      min-height: 9.48694rem;
      min-width: 20rem;
      padding: 3rem 1.4375rem;
      justify-content: center;
      height: 100%;
      gap: 0.75rem;
    }

    .benefits-card-body {
      gap: 1rem;
    }
  }
.button {
    display: inline;
    text-decoration: none;
    padding: 0.63rem 2.5rem;
    border-radius: 0.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
  }
  .purple-button {
    background: linear-gradient(90deg, #be94e1 0%, #d9b5c3 100%);
    color: white;
  }
  .black-button {
    background-color: black;
    color: white;
  }
  .white-button {
    background-color: white;
    color: black;
  }

  .button__icon {
    display: inline-block;

    width: 1.25rem;
  }
  @media (max-width: 768px) {
    .mobile-w-full {
      width: 100%;
      justify-content: center;
    }
  }
.club-privilege {
    width: 20.3125rem;
    height: 15.625rem;
    margin: 0 auto;
    padding: 3.84rem 2rem 1.88rem;
    border-radius: 1.5rem;
    background-color: white;
  }
  .club-privilege-icon {
    margin-bottom: 1rem;
  }
  .club-privilege-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 100%;
  }
  .club-privilege-text {
    font-size: 0.875rem;
    font-weight: 300;
    color: black;
    line-height: 1.125rem;
  }
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
.landing-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    width: 100%;
    height: 100%;
  }
  .landing-cta-card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
  }
  .landing-cta-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .landing-cta-text-wrapper {
    position: relative;
    z-index: 2;
    padding: 1.25rem 2.3rem 2.3rem;
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    justify-content: end;
    gap: 2.5rem;
  }
  .landing-cta-title {
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 97%;
  }
  .landing-cta-button {
    border-radius: 0.5rem;
    padding: 0.63rem 2.5rem;
    font-weight: 500;
    line-height: 1.75rem;
    text-decoration: none;
    color: black;
    background-color: white;
    display: inline;
  }
  .landing-cta-card-background > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  @media (max-width: 768px) {
    .landing-cta-title {
      font-size: 3rem;
    }
    .landing-cta-card-background video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }
.mobile-nab-submenu-items {
    padding: 0 2rem;
  }
  .mobile-nav-menu:has(.mobile-nav-submenu-open) .mobile-nav-menu-item {
    opacity: 0;
    pointer-events: none;
  }
  .mobile-nav-submenu-open {
    display: block !important;
  }
  .mobile-nav-submenu-title {
    font-size: 1.25rem;
    line-height: 105%;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }
  .mobile-nav-submenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }
  .mobile-nav {
    position: fixed;
    background-color: white;
    z-index: 100;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    max-width: 400px;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 4rem;
  }
  .mobile-nav-open {
    transform: translateX(0);
  }
  .mobile-nav-close {
    position: absolute;
    left: 2rem;
    top: 2rem;
  }
  .mobile-nav-submenu-close {
    position: absolute;
    left: 2rem;
    top: 1.31rem;
  }
  .mobile-nav-menu {
    padding: 0 2rem;
    position: relative;
    height: 100%;
  }
  .mobile-nav-menu-item {
    transition: opacity 0.1s ease-in-out;
    padding: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-family: DarkerGrotesque, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 105%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    text-decoration: none;
  }
  .mobile-nav-submenu-item:hover {
    background-color: #edebe6;
  }
  .mobile-nav-submenu-item {
    padding: 1rem;
    width: 100%;
    border-radius: 0.5rem;
    text-transform: capitalize;
    font-family: DarkerGrotesque, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 105%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    text-decoration: none;
  }
  .mobile-nav-menu-item:hover {
    background-color: #edebe6;
  }
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }

/* CSS from snippet stylesheet tags */
.cart-benefits-carousel {
    background-color: #d1afd9;
    padding: 0.5rem 0;
    margin: 0 -1.25rem 0 -1.25rem;
    color: white;
    text-align: center;
    user-select: none;
    pointer-events: none;
  }
  .cart-benefits-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    pointer-events: none;
  }
.canvas-video-container {
    width: 100%;
    height: 300dvh;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  .canvas-video {
    width: 100%;
    position: sticky;
    top: 0;
  }
  @media (max-width: 768px) {
    .canvas-video {
      top: 20dvh;
    }
  }
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
.quiz-error-reset {
    border-radius: 0.88rem;
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
    border: none;
    outline: none;
    color: white;
    font-size: 1.25rem;
    padding: 0.66rem 1.5rem;
    cursor: pointer;
  }
  .quiz-error-reset:hover {
    transform: scale(1.05);
    transition: transform 0.1s ease;
  }
  .quiz-error-reset:active {
    transform: scale(0.95);
  }
  @media (max-width: 768px) {
    #quiz-step-404 .quiz-start {
      text-align: center !important;
      padding-top: 6.5rem !important;
    }
  }
.quiz-question-feeling-container {
    margin-bottom: 12.19rem;
  }
  .quiz-question-feeling-input {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
    border-radius: 0.9375rem;
    background: radial-gradient(
      107.32% 141.42% at 0% 0%,
      rgba(255, 255, 255, 0.3) 27.4%,
      rgba(127, 110, 140, 0.2) 80.77%
    );
    cursor: pointer;
    user-select: none;

    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, 0.02) inset;
    backdrop-filter: blur(21px);
  }
  .quiz-question-feeling-input.selected {
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, 0.02) inset;
    backdrop-filter: blur(21px);
  }
  .quiz-question-feeling-input h3 {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 84%; /* 1.89rem */
    margin-bottom: 1.44rem;
  }
  .quiz-question-feeling-input.selected h5 {
    opacity: 1;
  }
  .quiz-question-feeling-input h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 84%; /* 1.89rem */
    opacity: 0.5;
  }
  .quiz-question-body {
    height: 100%;
  }
  @media (max-width: 1200px) {
    .quiz-question-feeling-input h3 {
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 84%; /* 1.89rem */
      margin-bottom: 1.44rem;
    }
  }
  @media (max-width: 768px) {
    .quiz-question-feeling-input {
      height: 15.3125rem;
      padding: 0 0 1.5rem 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .quiz-question-feeling-container .swiper-button-next,
    .quiz-question-feeling-container .swiper-button-prev {
      --swiper-navigation-sides-offset: 1rem;
    }
    .quiz-question-feeling-container {
      margin-bottom: 3.75rem;
    }
  }
.quiz-question-improve-deselect {
    display: none;
  }
  .quiz-question-improve-inputs {
    height: 24.56rem;
    position: relative;
  }

  .quiz-question-improve-input:nth-child(1) {
    top: 2rem;
    right: 5%;
    transform: translateX(-25%);
  }
  .quiz-question-improve-input:nth-child(2) {
    top: 2rem;
    right: 27.5%;
    transform: translateX(-25%);
  }
  .quiz-question-improve-input:nth-child(3) {
    top: 2rem;
    right: 50%;
    transform: translateX(-25%);
  }
  .quiz-question-improve-input:nth-child(4) {
    top: 2rem;
    right: 72.5%;
    transform: translateX(-25%);
  }

  .quiz-question-improve-input {
    position: absolute;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 6.25rem;
    height: 6.25rem;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.1) 0%, rgba(190, 148, 225, 0.1) 100%);
    border: 3px solid #fff;
    transition:
      all 0.3s ease-in-out,
      grid-template-rows 0.3s ease-in-out 0s,
      align-items 0s ease-in-out 0.3s;
    display: grid;
    grid-template-rows: 3fr 0fr;
    align-items: center;
    gap: 0rem;
  }
  .quiz-question-improve-input span {
    visibility: hidden;
    transition: visibility 0s ease-in-out 0s;
    padding: 0 1.94rem;
    overflow: hidden;
  }
  .quiz-question-improve-input.selected span {
    visibility: visible;
    align-self: start;
    transition: visibility 0.3s ease-in-out 0.3s;
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .quiz-question-improve-inputs:has(.selected) .not-selected-1 {
    right: 50%;
    transform: translateX(-8.25rem);
    top: 2.5rem;

    z-index: 1;
  }
  .quiz-question-improve-inputs:has(.selected) .not-selected-2 {
    right: 50%;
    transform: translateX(-8.25rem);
    top: 8.7rem;
    z-index: 2;
  }
  .quiz-question-improve-inputs:has(.selected) .not-selected-3 {
    right: 50%;
    transform: translateX(-5.2rem);
    top: 14.1rem;
    z-index: 3;
  }

  .quiz-question-improve-input.selected {
    width: 17.56rem;
    height: 17.56rem;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    z-index: 4;
    grid-template-rows: 3fr 4fr;
    align-items: end;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 84%; /* 1.89rem */
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
    gap: 0rem;
  }
  @media (max-width: 768px) {
    .quiz-question-improve-inputs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 1rem;
      height: 15rem;
      margin-bottom: 3.25rem;
      padding: 0 1.62rem;
    }

    .quiz-question-improve-input {
      aspect-ratio: unset !important;
      transition: none !important;
      position: static;
      width: 100%;
      height: 7rem;
      border-radius: 1rem;
      transform: none !important;
      background: linear-gradient(151deg, #000 4.07%, #be94e1 89.39%);
    }
    .quiz-question-improve-input.selected {
      width: auto !important;
      height: auto !important;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: start;
      padding: 2.81rem 1.69rem 0 2.81rem;
      grid-row: 1 / -1;
      grid-column: 1 / -1;
      opacity: 1;
      transform: scale(1);
      z-index: 1;
      transition:
        opacity 0.3s,
        transform 0.3s;
    }

    .quiz-question-improve-input.selected .quiz-question-improve-deselect {
      display: block;
      transform: rotate(180deg);
      position: absolute;
      top: 1.5rem;
      right: 3.5rem;
      padding: 0.5rem;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      background-color: white;
    }
    .quiz-question-improve-input.selected span {
      padding: 0;
      text-align: left;
      transition: visibility 0.3s ease-in-out;
    }
    .not-selected-1,
    .not-selected-2,
    .not-selected-3 {
      grid-row: 1 / span 1;
      grid-column: 1 / span 1;
      opacity: 0;
      transform: scale(0.8);
      transition:
        opacity 0.3s,
        transform 0.3s;
      z-index: 0;
      pointer-events: none;
    }
  }
.quiz-question-hands-inputs {
    margin-bottom: 5.63rem;
  }
  .quiz-question-hands-input {
    border-radius: 0.6875rem;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.7rem 2.69rem 0.7rem 0.81rem;
    display: flex;
    gap: 1.25rem;
    max-width: 26.8125rem;
    margin: 0 auto 0.87rem;
    align-items: center;
    cursor: pointer;
    user-select: none;
  }
  .quiz-question-hands-input h5 {
    color: #737373;
    font-size: 2rem;
    font-weight: 500;
    line-height: 84%; /* 1.68rem */
  }
  .quiz-question-hands-bar {
    width: 3px;
    height: 2.8125rem;
    background-color: #be94e1;
    border-radius: 1px;
  }
  .quiz-question-hands-input.selected {
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
  }
  .quiz-question-hands-input.selected h5 {
    color: white;
  }
  .quiz-question-hands-input.selected .quiz-question-hands-bar {
    background-color: white;
  }

  @media (max-width: 768px) {
    .quiz-question-hands-inputs {
      padding: 0 1.88rem;
    }
    .quiz-question-hands-input h5 {
      color: black;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.75rem;
    }
    .quiz-question-hands-bar {
      height: 1.75rem;
    }
    .quiz-question-hands-input {
      gap: 0.62rem;
    }
  }
.quiz-question-win-inputs {
    width: 31rem;
    height: 16.4325rem;
    margin: 0 auto 4.88rem;
    position: relative;
  }
  .quiz-question-win-input {
    width: 14.0625rem;
    height: 15.8125rem;
    border-radius: 3.125rem;
    border: 4px solid #d9b5c3;
    background: radial-gradient(108.43% 153.41% at 100% -8.23%, #fff 0%, #be94e1 100%);
    box-shadow: -5px -5px 250px 0 rgba(255, 255, 255, 0.02) inset;
    backdrop-filter: blur(21px);
    position: absolute;
    color: black;
    transition: all 0.3s ease-in-out;
    padding: 0 1.13rem;
    text-align: left;
    color: #111111;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 2.5rem;
    user-select: none;
  }
  .quiz-question-win-input svg > path {
    fill: white;
  }
  .quiz-question-win-input.current svg > path {
    fill: url(#a);
  }
  .quiz-question-win-input.current {
    background: radial-gradient(108.43% 153.41% at 100% -8.23%, #fff 0%, #fff 100%);
  }
  .quiz-question-win-input h3 {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 84%; /* 1.3125rem */
    margin: 0.58rem 0 0.62rem;
  }
  .quiz-question-win-input h5 {
    color: #737373;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 84%; /* 0.84rem */
  }
  .quiz-question-win-input.current {
    z-index: 3;
    top: 0.62rem;
    left: 8.81rem;
  }
  .quiz-question-win-input.prev {
    z-index: 2;
    top: 0;
    left: 0;
  }
  .quiz-question-win-input.next {
    z-index: 2;
    top: 0;
    left: calc(100% - 14.0625rem);
  }
  .slide-back {
    position: absolute;
    left: -10rem;
  }
  .slide-next {
    position: absolute;
    right: -10rem;
  }
  .slide-next > svg {
    transform: rotate(180deg);
  }
  .slide-next,
  .slide-back {
    padding: 1rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 0.6);
    top: 50%;
    transform: translateY(-50%);
  }
  .slide-next:hover,
  .slide-back:hover {
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
    cursor: pointer;
  }
  @media (max-width: 1200px) {
    .slide-back {
      left: -4rem;
    }
    .slide-next {
      right: -4rem;
    }
  }

  @media (max-width: 768px) {
    .quiz-question-win-inputs {
      width: 20.93rem;
      height: 13.9375rem;
    }
    .quiz-question-win-input {
      width: 11.05553rem;
      height: 12.43133rem;
      padding-bottom: 1rem;
      border-radius: 1.25rem;
    }
    .quiz-question-win-input h3 {
      font-size: 1.25rem;
      margin: 0.58rem 0 0.62rem;
    }
    .quiz-question-win-input h5 {
      color: #737373;
      font-size: 1rem;
      font-style: normal;
      font-weight: 500;
      line-height: 84%; /* 0.84rem */
    }
    .quiz-question-win-input.current {
      z-index: 3;
      top: 1.37rem;
      left: 4.82rem;
    }
    .quiz-question-win-input.prev {
      z-index: 2;
      top: 0;
      left: 0;
      border-color: white;
    }
    .quiz-question-win-input.next {
      z-index: 2;
      top: 0;
      left: calc(100% - 11.0625rem);
      border-color: white;
    }
    .slide-next,
    .slide-back {
      top: 100%;
      transform: translateY(-35%) scale(0.8);
    }
    .slide-back {
      left: 0;
    }
    .slide-next {
      right: 0;
    }
  }
  @media (max-width: 350px) {
    .quiz-question-win-inputs {
      width: 16.93rem;
      height: 18.9375rem;
    }
    .quiz-question-win-input {
      width: 9.05553rem;
      height: 17.43133rem;
      padding-bottom: 1rem;
      border-radius: 1.25rem;
    }
    .quiz-question-win-input.next {
      z-index: 2;
      top: 0;
      left: calc(100% - 9.0625rem);
      border-color: white;
    }
    .quiz-question-win-input.current {
      left: 3.82rem;
    }
  }
.quiz-question-blur:has(+ .result-v2) {
    --quiz-blur-color: #e3ce8c !important;
  }
  .result-v1 {
    --text-gradient: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
  }
  .result-v2 {
    --text-gradient: linear-gradient(
      270deg,
      #cab369 0.87%,
      #e7ca70 19.93%,
      #e7ca70 31.57%,
      #ffdd73 60.08%,
      #efd276 74.7%,
      #b49e59 99.71%
    );
  }
  .result-v1 .v2 {
    display: none;
  }
  .result-v2 .v1 {
    display: none;
  }
  .quiz-bubble {
    border-radius: 0.5rem;
    background: var(--text-gradient);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: max-content;
    padding: 0.63rem 1.56rem;
    line-height: 1.75rem;
    font-size: 1rem;
    color: black;
    position: absolute;
    z-index: 5;
  }
  .quiz-bubble:nth-child(1) {
    top: 18rem;
    left: calc(50% - 27rem);
  }
  .quiz-bubble:nth-child(2) {
    top: 18rem;
    right: calc(50% - 27rem);
  }
  .quiz-bubble:nth-child(3) {
    top: 29rem;
    left: calc(50% - 23rem);
  }
  .quiz-bubble:nth-child(4) {
    top: 29rem;
    right: calc(50% - 23rem);
  }
  .quiz-bubble:nth-child(2) svg,
  .quiz-bubble:nth-child(4) svg {
    order: -1;
  }
  .quiz-result {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 5.37rem 0 3rem;
  }
  .quiz-result-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 84%; /* 2.94rem */
    margin-bottom: 1.62rem;
  }
  .quiz-result-title span {
    background: var(--text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
  }
  .quiz-result-subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.62rem;
    line-height: 1.25rem;
  }
  .quiz-result-image {
    position: relative;
    width: max-content;
    margin: 0 auto;
    z-index: 2;
    margin-bottom: 3.19rem;
  }
  .quiz-coil {
    position: absolute;
    top: 13px;
    left: 11px;

    width: 191px;
    aspect-ratio: 1;
  }
  .quiz-coil-link {
    position: absolute;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: white;
    aspect-ratio: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .quiz-result-shop {
    background: var(--text-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .quiz-result-discount {
    font-size: 0.875rem;

    line-height: 1.25rem;
  }
  @media (max-width: 1024px) {
    .quiz-result {
      padding: 6.5rem 4rem 3rem;
    }
    .quiz-bubble:nth-child(1) {
      top: 22rem;
      left: calc(50% - 22rem);
    }
    .quiz-bubble:nth-child(2) {
      top: 22rem;
      right: calc(50% - 22rem);
    }
    .quiz-bubble:nth-child(3) {
      top: 30rem;
      left: calc(50% - 20rem);
    }
    .quiz-bubble:nth-child(4) {
      top: 30rem;
      right: calc(50% - 20rem);
    }
  }
  @media (max-width: 768px) {
    .quiz-result {
      padding: 6.5rem 1.88rem 3rem;
    }
    .result-v1 {
      background: linear-gradient(164deg, rgba(0, 0, 0, 0.5) 41.65%, rgba(190, 148, 225, 0.45) 90.14%);
    }
    .result-v2 {
      background: linear-gradient(164deg, rgba(0, 0, 0, 0.5) 41.65%, rgba(254, 225, 133, 0.5) 90.14%);
    }
    .quiz-result-title {
      font-size: 2.5rem;
    }
    .quiz-result-subtitle {
      margin-bottom: 3rem;
    }
    .quiz-bubble {
      scale: 0.8;
    }
    .quiz-bubble:nth-child(1) {
      top: 23rem;
      left: calc(50% - 12rem);
    }
    .quiz-bubble:nth-child(2) {
      top: 19rem;
      right: calc(50% - 14rem);
    }
    .quiz-bubble:nth-child(3) {
      top: 34rem;
      left: calc(50% - 13rem);
    }
    .quiz-bubble:nth-child(4) {
      top: 28rem;
      right: calc(50% - 14rem);
    }
  }
  @media (max-width: 450px) {
    .quiz-bubble {
      display: none;
    }
  }
.quiz-start {
    width: 100%;
    height: 100%;
    padding: 8rem 19.19rem 0;
    text-align: center;
    position: relative;
  }
  .quiz-start-text-wrapper {
    position: relative;
  }
  .quiz-start-background {
    display: none;
  }
  .quiz-start-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 84%;
    margin-bottom: 1.5rem;
  }
  .quiz-start-title span {
    font-weight: 600;
    background: radial-gradient(circle at 50% 0%, #be94e1, #d9b5c3);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .quiz-start-description {
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 4rem;
  }
  .quiz-start-init {
    width: 20rem;
    display: flex;
    padding: 0.44rem 0.5rem 0.44rem 1.66rem;
    border-radius: 0.5rem;
    border: 1px solid #d9b5c3;
    background: linear-gradient(91deg, rgba(190, 148, 225, 0.2) 0.66%, rgba(217, 181, 195, 0.2) 99.59%), #000;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    max-width: 90dvw;
  }
  .quiz-start-init-button {
    width: 5.4375rem;
    height: 2.0625rem;
    border-radius: 0.88rem;
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
    border: none;
    outline: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0.5rem;
    color: white;
  }
  .quiz-start-email:has(.quiz-email:valid) .quiz-start-init {
    background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
  }
  .quiz-start-email:has(.quiz-email:valid) .quiz-start-init-button {
    background: white;
    color: black;
  }

  .quiz-start-init-button:hover {
    transform: scale(1.05);
    transition: transform 0.1s ease;
  }
  .quiz-start-init-button:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
  }
  .quiz-start-init-button:hover svg {
    transform: translateX(3px);
    transition: transform 0.3s ease;
  }
  .quiz-email {
    width: 20rem;
    height: 3rem;
    padding: 0.63rem 1.25rem;
    border-radius: 0.5rem;
    border: 1px solid var(--0000002-paints, #000);
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%),
      radial-gradient(107.32% 141.42% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(190, 148, 225, 0.4) 100%);
    color: white;
    margin-bottom: 1.06rem;
  }
  .quiz-start-email {
    display: none;
  }

  @media (min-width: 768px) {
    .quiz-start {
      min-height: 43rem;
    }
  }
  @media (max-width: 1200px) {
    .quiz-start {
      padding: 8rem 5.5rem 0;
    }
  }
  @media (max-width: 768px) {
    .quiz-start {
      padding: 0 0 6.5rem;
      text-align: left;
      overflow: hidden;
    }
    .quiz-start-text-wrapper > * {
      position: relative;
      z-index: 1;
    }
    .quiz-start-text-wrapper {
      padding: 6.5rem 1.88rem 0;
    }
    .quiz-start-background {
      display: block;
      position: absolute;
      top: 0;
      width: 60rem;
      right: 0;
      bottom: 0;
      background: linear-gradient(91deg, #be94e1 0.66%, #d9b5c3 99.59%);
      border-bottom-right-radius: 25%;
      opacity: 0.2;
      z-index: 0;
    }
    .quiz-start-title {
      font-size: 2.25rem;
      font-weight: 600;
      line-height: 3.125rem;
    }
    .quiz-start-title span {
      font-size: 4rem;
      line-height: normal;
      margin-top: -1.5rem;
      display: block;
    }
    .quiz-start-description {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 2.4rem;
      padding-bottom: 4.7rem;
    }
    .quiz-start-description span {
      font-size: 1.125rem;
      font-weight: 600;
    }
    .quiz-email {
      display: block;
      margin: 0 auto 1rem;
    }
  }
.trustpilot-section {
    height: 1.5rem;
  }

  .trustpilot-link {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    text-decoration: none;
    align-items: center;
  }

  .trustpilot-logo-wrapper {
    height: 1.5rem;
    display: flex;
    padding-bottom: 0.25rem;
  }

  .trustpilot-logo-wrapper svg {
    width: 5.5rem;
  }

  .trustpilot-stars {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
  }

  .trustpilot-star-box {
    background-color: #51b27e;
    width: 1rem;
    height: 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .trustpilot-star-box.half {
    background: linear-gradient(to right, #51b27e 50%, #d9d9d9 50%);
  }

  .trustpilot-star-box svg {
    width: 0.6rem;
    height: 0.6rem;
  }

  .trustpilot-score {
    display: flex;
    gap: 1rem;
    font-weight: bold;
    color: #444;
  }

  .trustpilot-score .divider,
  .trustpilot-score .label {
    color: #000;
  }