@layer webflow-base {
  @font-face {
    font-family: 'Made Tommy';
    src: url(/fonts/cosmy/8444a2f3a7-691e15d26f0253c80f42322c_MADE_TOMMY_Medium.woff2)
      format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Made Tommy';
    src: url(/fonts/cosmy/8c2cf4fe18-691e144814afa90435d64c7b_MADE_TOMMY_Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  :root {
    --colors--neutral--black: #151318;
    --fonts--satoshi: Satoshi, Arial, sans-serif;
    --colors--neutral--300: #b9b8ba;
    --fonts--made-tommy: 'Made Tommy', Arial, sans-serif;
    --mango: var(--yellow-cosmy);
    --mango-3-1: var(--yellow-cosmy);
    --mango-tango-primary: var(--yellow-cosmy);
    --primary-3: #322d4e;
    --background-cosmy: #151318;
    --midnight: #040211;
    --rasin: #1d1b26;
    --dusk: #363541;
    --champagne: #ffe8de;
    --white: white;
    --gray-1: #222525;
    --yellow-cosmy: #ebbb63;
    --midnight-20: #cdcccf;
    --white-smoke: #f2f2f3;
    --gray-3: #ecebea;
    --gray-4: #f8f6f4;
    --success: #57a773;
    --warning: var(--yellow-cosmy);
    --error: #ed6a5e;
    --primary-2: var(--yellow-cosmy);
    --black-font: #040211;
    --primary-orange: var(--yellow-cosmy);
    --snow: #fff9f6;
    --text-default: #444;
    --midnight-40: #9b9aa0;
    --colors--neutral--800: #322e38;
    --subtext: #171517;
    --colors--neutral--white: white;
    --faq-question-fg: var(--colors--neutral--white);
    --colors--neutral--600: #8a8491;
    --colors--neutral--200: #e9e4f0;
    --colors--primary--primary: #ebbb63;
    --colors--neutral--900: #211e25;
    --colors--primary--primary-darker: #241905;
    --colors--accent--accent-darker: #27df95;
    --colors--accent--accent: #a1fccf;
    --colors--accent--accent-darkest: #303e3a;
    --colors--neutral--400: #c9c5cd;
    --text-grey: #171517;
    --colors--neutral--100: #f4f1f9;

    --title-50-fg: var(--colors--neutral--white);
    --title-50-font: var(--fonts--made-tommy);
    --title-50-weight: 700;
    --nav-link-w-current-fg: var(--colors--neutral--white);
    --title-24-fg: var(--colors--neutral--white);
    --testimonials-arrow-btn-fg: #464854;
    --testimonials-arrow-btn-bg: #f9f4f1;
    --testimonials-arrow-btn-hover-bg: var(--colors--neutral--200);
    --title-60-fg: var(--colors--neutral--white);
    --title-60-font: Made Tommy, Arial, sans-serif;
    --title-60-weight: 700;
    --blog-item-hover-border: #d1c5bd;
    --wf-button-bg-gray-1-hover-border-color: var(--yellow-cosmy);
    --wf-button-bg-gray-1-hover-background-color: var(--yellow-cosmy);
    --wf-text-block-on-dark-nav-link-2-w-current-border-bottom: 2px solid var(--mango-3-1);
    --wf-text-block-on-dark-nav-link-w-current-font-family: Denton, Arial, sans-serif;
    --wf-store-button-hover-background-color: var(--yellow-cosmy);
    --wf-store-button-store-button-frist-hover-background-color: var(--yellow-cosmy);
    --wf-tag-w-current-background-color: var(--yellow-cosmy);
    --wf-link-3-w-current-font-family: Made Tommy Personal Use, Arial, sans-serif;
    --wf-text-bold-15-link-hover-border-bottom-color: var(--colors--neutral--white);
    /* Hero skeleton (step 3): cosmy matches the shared defaults
       (wrapper-gap 2.31rem, minimal left column) — no token overrides. */
    --wf-nav-logo-img-width: 8.13rem;
    --wf-nav-logo-img-height: 1.75rem;
    /* Hero image tokens (step 4a) — cosmy: no overlay, so the wrapper stays
       display:contents (defaults); just the desktop + mobile image sizes. */
    --hero-img-desk-w: 48.44rem;
    --hero-img-desk-h: 32.94rem;
    --hero-img-mob-w: 26.31rem;
    --hero-img-mob-h: 23.38rem;
    --hero-img-mob-ml: -2.29rem;
    /* About-hero (debranch) — dark card, narrower image (mt auto), is-mob swap. */
    --about-hero-left-maxw: 32.88rem;
    --about-hero-left-pad: 4rem 0 4rem 4rem;
    --about-hero-left-pad-mob: 2rem 2rem 0;
    --about-hero-left-maxw-mob: 100%;
    --about-hero-img-w: 39.13rem;
    --about-hero-img-h: 25.94rem;
    --about-hero-img-mt: auto;
    --about-hero-img-mob-w: 20.38rem;
    --about-hero-img-mob-h: 13.56rem;
    --about-hero-img-mob-display: none;
    --about-steps-img-border-color: var(--colors--neutral--800);
    --about-steps-tagline-color: var(--colors--primary--primary);
    --about-steps-headline-min-width: 18rem;
    --nav-drawer-bg: #1c1c20;
    --wf-pagination-page-button-hover-opacity: 0.6;
    --wf-rich-text-li-line-height: 140%;
    --wf-rich-text-a-transition: color 0.2s, border-color 0.2s;
  }

  .webflow-scope {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  .webflow-scope {
    height: 100%;
  }
  .webflow-scope {
    background-color: var(--colors--neutral--black);
    font-family: var(--fonts--satoshi);
    color: var(--colors--neutral--300);
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
  }
  body {
    margin: 0;
  }
  a {
    background-color: #0000;
  }
  h1 {
    margin: 0.67em 0;
    font-size: 2em;
  }
  body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  body {
    background-color: var(--colors--neutral--black);
    font-family: var(--fonts--satoshi);
    color: var(--colors--neutral--300);
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
  }
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family:
      Made Tommy,
      Arial,
      sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
  }
  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Satoshi, Arial, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 42px;
  }
  h3 {
    font-family: var(--fonts--made-tommy);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
  }
  h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Satoshi, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
  }
  a {
    color: var(--mango);
    margin-bottom: 0;
    text-decoration: none;
  }
  .tag:hover {
    background-color: var(--mango-3-1);
    color: #fff;
    border-color: #06c25e;
  }
  .swiper-slide {
    align-items: center;
    display: flex;
  }
  .swiper-slide.testimonials_item {
    flex: none;
    width: 34.38rem;
    margin-right: 0;
  }
  .brand.w--current {
    align-items: center;
  }
  .heading-style-h7 {
    letter-spacing: -0.03rem;
    font-family:
      Made Tommy,
      Arial,
      sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
  }
  .container-n.is-mw-1200 {
    max-width: 75rem;
  }
  .download-btn {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border: 1px solid var(--colors--neutral--white);
    font-family: var(--fonts--made-tommy);
    color: #fff;
    background-color: #46485400;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
    padding: 0.5rem 2rem;
    text-decoration: none;
    transition: opacity 0.2s;
    display: flex;
  }
  .btn-text-small {
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    font-size: 0.63rem;
    line-height: 160%;
  }
  .text-regular-21 {
    font-size: 1.31rem;
    line-height: 150%;
  }
  .section_home-hero {
    padding-top: 10rem;
    overflow: hidden;
  }
  .nav {
    border-bottom: 1px solid var(--colors--neutral--800);
    background-color: var(--colors--neutral--black);
    position: fixed;
    inset: 0% 0% auto;
  }
  .content-wrapper.mw-433 {
    max-width: 27.06rem;
  }
  .title-40 {
    color: var(--colors--neutral--white);
    letter-spacing: -0.06rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
  }
  .schema-rating {
    display: none;
  }
  .schema-date {
    display: none;
  }
  .schema-itemreviewed {
    display: none;
  }
  .title-32 {
    color: var(--colors--neutral--white);
    letter-spacing: -0.06rem;
    font-size: 2rem;
    font-weight: 600;
    line-height: 130%;
  }
  .padding-section-136._pb-48 {
    padding-bottom: 3rem;
  }
  .small-title {
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 120%;
  }
  .rich-text h2 {
    font-family: var(--fonts--made-tommy);
    color: var(--colors--neutral--white);
    letter-spacing: -0.06rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
  }
  .rich-text h3 {
    color: var(--colors--neutral--white);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
  }
  .rich-text h4 {
    font-family: var(--fonts--made-tommy);
    color: var(--colors--neutral--white);
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
  }
  .rich-text-terms {
    width: 100%;
    max-width: 43.75rem;
  }
  .rich-text-terms p {
    margin-bottom: 1rem;
    font-size: 1.06rem;
    font-weight: 400;
    line-height: 150%;
  }
  .rich-text-terms h2 {
    letter-spacing: -0.06rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 130%;
  }
  .rich-text-terms a {
    color: var(--colors--neutral--white);
    border: 1px solid #000;
    border-bottom-color: #0000;
    text-decoration: none;
    transition:
      border-color 0.2s,
      color 0.2s;
  }
  .rich-text-terms a:hover {
    border-bottom: 1px solid var(--colors--primary--primary);
    color: var(--colors--primary--primary);
  }
  .rich-text-terms a {
    font-family: var(--fonts--made-tommy);
    color: var(--colors--neutral--white);
    border-style: none none solid;
    border-color: #000 #000 #0000;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
  }
  .rich-text-terms a:hover {
    border-top: 1px #000;
    border-bottom: 1px solid #000;
    border-left: 1px #000;
    text-decoration: underline;
  }
}

@layer webflow-responsive {
  @media screen and (min-width: 1440px) {
    h2,
    h3,
    h6 {
      font-family: Satoshi, Arial, sans-serif;
    }
    p {
      font-family: Satoshi, Arial, sans-serif;
      font-weight: 400;
      line-height: 28px;
    }
    .button-orange:hover {
      background-color: var(--primary-3);
    }
    .text-block-on-dark.nav-link-2.w--current {
      color: var(--white);
      font-weight: 700;
    }
    .text-block-on-dark.nav-link.w--current {
      color: var(--white);
      font-weight: 500;
    }
    .store-button:hover {
      background-color: var(--white-smoke);
      box-shadow: inset 2px 0 100px 100px #0003;
    }
    .input.no-margin::placeholder {
      font-family: Satoshi, Arial, sans-serif;
    }
    .tag:hover {
      background-color: var(--mango-tango-primary);
      border-style: solid;
      border-color: #0000;
      border-radius: 20px;
    }
    .tag.w--current {
      color: var(--white);
      background-color: #758afe;
      border-color: #758afe;
    }
  }
  @media screen and (min-width: 1920px) {
    .text-block-on-dark.nav-link-2:hover {
      background-color: #0000;
    }
    .text-block-on-dark.nav-link:hover {
      font-weight: 400;
    }
    .text-block-on-dark.nav-link.w--current {
      color: var(--white);
      font-weight: 500;
    }
    .store-button:hover {
      background-color: var(--white-smoke);
    }
    .downloadbutton:hover {
      background-color: var(--yellow-cosmy);
      mix-blend-mode: normal;
    }
  }
  @media screen and (max-width: 991px) {
    .nav-link-2:hover {
      background-color: #0000;
      text-decoration: none;
    }
    .text-block-on-dark.nav-link:hover {
      font-weight: 700;
    }
    .text-block-on-dark.nav-link.w--current {
      font-size: 45px;
      font-weight: 700;
      line-height: 60px;
    }
    .sidebar-category:hover {
      box-shadow: inset 0 0 0 1px #fff6;
    }
    .sidebar-category-2:hover {
      box-shadow: inset 0 0 0 1px #fff6;
    }
    .swiper-slide {
      width: 200px;
    }
    .nav-link:hover {
      color: #c8c8c8;
    }
    .nav_link:hover,
    .nav_link.w--current {
      color: #fff;
    }
    .menu-icon_line-top {
      background-color: var(--colors--neutral--white);
      border-radius: 6.25rem;
      width: 24px;
      height: 2.1px;
      padding-bottom: 0;
      padding-right: 0;
    }
    .menu-icon_line-bottom {
      background-color: var(--colors--neutral--white);
      border-radius: 6.25rem;
      width: 24px;
      height: 2px;
      padding-bottom: 0;
      padding-right: 0;
    }
    .menu-icon_line-middle {
      background-color: var(--colors--neutral--white);
      border-radius: 6.25rem;
      justify-content: center;
      align-items: center;
      width: 24px;
      height: 2px;
      margin-top: 6px;
      margin-bottom: 6px;
      padding-bottom: 0;
      padding-right: 0;
      display: flex;
    }
  }
  @media screen and (max-width: 767px) {
    h1 {
      margin-bottom: 16px;
      font-size: 40px;
      line-height: 42px;
    }
    h2 {
      font-size: 32px;
      line-height: 38px;
    }
    h3 {
      font-size: 28px;
      line-height: 32px;
    }
    h4 {
      font-size: 24px;
      line-height: 30px;
    }
    .nav-brand-v3.w--current {
      padding-left: 11px;
      padding-right: 12px;
    }
    .button-orange.home-button-downloads:hover {
      background-color: #e67409;
    }
    .button-orange.home-button-downloads.w--current {
      background-color: var(--yellow-cosmy);
      font-family: Denton, Arial, sans-serif;
      font-weight: 400;
    }
    .title-50 {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 479px) {
    h1 {
      margin-bottom: 12px;
      font-size: 40px;
    }
    h2 {
      font-size: 32px;
      line-height: 38px;
    }
    .nav-brand-v3.w--current {
      border: 1px solid #0000;
      flex: none;
    }
    .button-orange.home-button-downloads:hover {
      background-color: #db710d;
    }
    .button-orange.home-button-downloads.w--current {
      font-family:
        Made Tommy Personal Use,
        Arial,
        sans-serif;
    }
    .text-block-on-dark.nav-link.w--current {
      font-size: 35px;
      line-height: 50px;
    }
    .swiper-slide {
      width: 100%;
      display: block;
    }
    .swiper-slide.about_believe_item {
      flex: none;
      width: 100%;
      max-width: 18.81rem;
      display: flex;
    }
    .nav-link:hover {
      color: #c8c8c8;
    }
    .title-50 {
      margin-bottom: 0;
      font-size: 2rem;
      line-height: 130%;
    }
    .title-50.is-d-align-center {
      text-align: left;
    }
    .nav_logo-img {
      width: 6.25rem;
      height: 1.31rem;
    }
    .title-60 {
      font-size: 2.25rem;
    }
    .text-regular-21 {
      font-size: 1.06rem;
    }
    .section_home-hero {
      padding-top: 5rem;
    }
    .padding-section-100._pb-0._mob-pb-32 {
      padding-bottom: 2rem;
    }
    .nav {
      height: 3.8rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .text-semibold-21 {
      font-size: 1.06rem;
    }
    .title-40 {
      font-size: 1.5rem;
    }
    .padding-section-80.u-mob-pt-0 {
      padding-top: 0;
      padding-bottom: 3rem;
    }
    .padding-bottom-24 {
      padding-bottom: 1rem;
    }
    .about_believe_component {
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .rich-text h2 {
      font-size: 1.5rem;
    }
    .rich-text-terms {
      max-width: 100%;
    }
    .rich-text-terms h2 {
      letter-spacing: -0.03rem;
      font-size: 1.5rem;
    }
  }
}
