.custom-hero{padding:var(--hero-pad, 10px)}.custom-hero__frame{position:relative;display:block;overflow:hidden;border-radius:var(--hero-radius, 8px);min-height:var(--hero-height-mobile, 440px);background:#002625;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none;isolation:isolate}.custom-hero__frame:active{cursor:grabbing}@media screen and (min-width:750px){.custom-hero__frame{min-height:var(--hero-height, 560px)}}@media screen and (max-width:749px){.custom-hero__frame--fit-m{aspect-ratio:var(--hero-ar-mobile);min-height:0}}.custom-hero__images{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.custom-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--ch-fade, 1.2s) ease-in-out;background:#002625}.custom-hero__image.is-active{opacity:1}@media screen and (min-width:750px){.custom-hero__image--no-desktop{display:none!important}}@media screen and (max-width:749px){.custom-hero__image--no-mobile{display:none!important}}.custom-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,var(--hero-overlay, .35)),rgba(0,0,0,calc(var(--hero-overlay, .35) * .55)) 45%,#0000)}.custom-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:var(--hero-v-pos, center);align-items:var(--hero-h-pos, flex-start);text-align:var(--hero-text-align, left);gap:0;max-width:66rem;padding:2rem clamp(2.4rem,5vw,6rem);color:#fff}.custom-hero__buttons{margin-top:var(--hero-gap-2, 1.8rem)}.custom-hero__content .trust-widget__inner{margin-top:var(--hero-gap-3, 1.4rem)}.custom-hero__logo{display:block;width:var(--hero-logo-w, clamp(24rem, 30vw, 38rem));max-width:85%;height:auto}.custom-hero__text{font-family:var(--hero-text-font, var(--font-body-family));font-weight:var(--hero-text-weight, 500);font-variation-settings:"wght" var(--hero-text-weight, 500),"wdth" var(--hero-text-wdth, 50),"slnt" 0;font-size:var(--hero-text-size, clamp(2rem, 2.6vw, 3rem));line-height:1.2;letter-spacing:var(--hero-text-spacing, .01em);color:var(--hero-text-color, #ffffff);max-width:46rem;margin:var(--hero-gap-1, 1.8rem) 0 0}.custom-hero__text p{margin:0}.custom-hero__buttons{display:inline-grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:1.2rem}.custom-hero__btn.button{font-family:var(--hero-btn-font, var(--font-body-family));font-weight:var(--hero-btn-weight, 600);font-variation-settings:"wght" var(--hero-btn-weight, 600),"wdth" var(--hero-btn-wdth, 50),"slnt" 0;font-size:var(--hero-btn-size, 2.2rem);letter-spacing:var(--hero-btn-spacing, .04em);text-transform:var(--hero-btn-transform, uppercase);border-radius:var(--hero-btn-radius, 8px)}.custom-hero__btn.button:after{border-radius:var(--hero-btn-radius, 8px)}.custom-hero__btn-label{display:inline-block;white-space:nowrap;transform:translateY(.12em)}.custom-hero__btn--knockout.button{--color-button: var(--hero-btn1-fill, 255, 253, 240);--color-button-text: var(--hero-btn1-text, 0, 0, 0);--alpha-button-background: 1;mix-blend-mode:var(--hero-btn1-blend, screen)}.custom-hero__btn--outline.button{--color-button: var(--hero-btn2-ring, 255, 253, 240);--color-button-text: var(--hero-btn2-ring, 255, 253, 240);--alpha-button-background: 0;color:var(--hero-btn2-label, #fda329)}.custom-hero__btn--outline.button:after{--border-opacity: 1}.custom-hero__trust{display:flex;align-items:center;gap:1.1rem;margin-top:.6rem}.custom-hero__avatars{position:relative;display:inline-flex;align-items:flex-start;flex-shrink:0;isolation:isolate}.custom-hero__avatar{width:4.8rem;height:4.8rem;border-radius:50%;overflow:hidden;border:.25rem solid #ffffff;background:#ffffff47;flex-shrink:0}.custom-hero__avatar img{width:100%;height:100%;object-fit:cover;display:block}.custom-hero__avatar--mid{z-index:3;margin:0 -1.5rem}.custom-hero__avatar--left,.custom-hero__avatar--right{z-index:1;margin-top:1rem}.custom-hero__trust-text{display:flex;flex-direction:column;line-height:1.25}.custom-hero__trust-name{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--font-body-family);font-weight:600;font-variation-settings:"wght" 600,"wdth" 100,"slnt" 0;font-size:1.6rem;color:#fff}.custom-hero__trust-tick{width:2.3rem;height:2.3rem;display:inline-block;vertical-align:middle;transform:translateY(-.2rem)}.custom-hero__trust-count{font-family:var(--font-body-family);font-weight:400;font-variation-settings:"wght" 400,"wdth" 100,"slnt" 0;font-size:1.3rem;color:#ffffffd1}.custom-hero__dots{position:absolute;z-index:3;bottom:1.8rem;left:0;right:0;display:flex;justify-content:center;gap:.8rem}.custom-hero__dot{width:2.6rem;height:.55rem;padding:0;border:0;border-radius:999px;background:#ffffff73;cursor:pointer;transition:background-color .2s ease}.custom-hero__dot.is-active{background:#fda329}.custom-hero__dot:focus-visible{outline:2px solid #ffffff;outline-offset:2px}@media screen and (max-width:749px){.custom-hero__content{padding:1.6rem 2rem 3.4rem;justify-content:var(--hero-v-pos-m, center);align-items:var(--hero-h-pos-m, flex-start);text-align:var(--hero-text-align-m, left)}.custom-hero__logo{width:var(--hero-logo-w-m, clamp(19rem, 58vw, 28rem))}.custom-hero__text{font-size:var(--hero-text-size-m, clamp(1.6rem, 4.4vw, 2.2rem))}.custom-hero__buttons{gap:1rem}.custom-hero__btn.button{padding-left:1.6rem;padding-right:1.6rem;font-size:var(--hero-btn-size-m, 1.8rem)}.custom-hero__trust{gap:.8rem;margin-top:.4rem}.custom-hero__avatar{width:3.6rem;height:3.6rem;border-width:.2rem}.custom-hero__avatar--mid{margin:0 -1.1rem}.custom-hero__avatar--left,.custom-hero__avatar--right{margin-top:.8rem}.custom-hero__trust-name{font-size:1.35rem;white-space:nowrap}.custom-hero__trust-tick{width:1.9rem;height:1.9rem;transform:translateY(-.15rem)}.custom-hero__trust-count{font-size:1.15rem}}@media(prefers-reduced-motion:reduce){.custom-hero__image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/custom-hero.css.map */
