.ehero{position:relative;display:flex;width:100%;min-height:var(--ehero-mh-mob, 590px);overflow:hidden;background-color:var(--ehero-bg, #1B2332);color:#fff;-webkit-font-smoothing:antialiased}.ehero:not(.ehero--theme-font),.ehero:not(.ehero--theme-font) *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.ehero__media{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ehero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(180deg,#1b233273,#1b233200 25% 40%,#1b2332f2)}.ehero--no-overlay:after{display:none}.ehero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.ehero__img--desk{display:none}.ehero__inner{position:relative;z-index:2;display:flex;width:100%;max-width:1440px;margin-inline:auto;padding:var(--ehero-pt-mob, 16px) var(--ehero-pi-mob, 16px) var(--ehero-pb-mob, 24px)}.ehero__content{display:flex;flex-direction:column;justify-content:var(--ehero-align, flex-start);width:100%;max-width:var(--ehero-max-w, 800px)}.ehero__rating{display:flex;align-items:center;gap:12px;padding-bottom:20px}.ehero__avatars{display:flex;flex:0 0 auto;align-items:center}.ehero__avatar{width:var(--ehero-avatar-size, 40px);height:var(--ehero-avatar-size, 40px);border-radius:50%;border:var(--ehero-avatar-ring, 2px) solid var(--ehero-avatar-ring-color, #1B2332);object-fit:cover}.ehero__avatar+.ehero__avatar{margin-left:calc(var(--ehero-avatar-size, 40px) * -.3)}.ehero__rating-body{display:flex;flex-direction:column;gap:2px}.ehero__rating-top{display:flex;align-items:center;gap:6px}.ehero__stars{display:inline-flex;gap:2px}.ehero__star{width:18px;height:18px;color:var(--ehero-accent, #FDCA40)}.ehero__star.is-empty{color:#ffffff4d}.ehero__count{font-size:14px;font-weight:500;line-height:1.25;letter-spacing:-.005em;color:var(--ehero-accent, #FDCA40)}.ehero__rating-text{font-size:14px;font-weight:400;line-height:1.25;letter-spacing:-.005em;color:#fffc}.ehero__heading{margin:0;max-width:200px;padding-bottom:16px;font-size:32px;font-weight:700;line-height:1.35;letter-spacing:-.005em;color:#fff}.ehero__heading.is-upper{text-transform:uppercase}.ehero__line{display:block}.ehero__line.is-highlight{color:var(--ehero-highlight, #FDCA40)}.ehero__features{display:flex;flex-direction:column;gap:16px;width:100%;margin:0;padding:0 0 26px;list-style:none}.ehero__feature{position:relative;display:flex;flex:0 0 auto;align-self:flex-start;align-items:center;gap:12px;width:fit-content;max-width:100%}.ehero__features.has-dividers .ehero__feature+.ehero__feature:before{content:"";position:absolute;inset-inline:0;inset-block-start:-8px;block-size:1px;background:linear-gradient(90deg,rgba(255,255,255,.5) 0%,transparent 100%)}.ehero__icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:10px;border:1px solid var(--ehero-icon-border, #FEDF8C);border-radius:50px;color:var(--ehero-accent, #FDCA40)}.ehero__icon svg{display:block;width:20px;height:20px;max-width:none;max-height:none}.ehero__feature-text{flex:0 1 auto;width:auto;font-size:14px;font-weight:600;line-height:1.5;color:#fff}.ehero__feature-text strong,.ehero__feature-text b{display:block;font-weight:700;color:var(--ehero-accent, #FDCA40)}.ehero__cta-wrap{display:flex;padding-bottom:12px}.ehero__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:64px;padding:0 20px;border-radius:var(--ehero-cta-radius, 100px);background-color:var(--ehero-cta-bg, #FFD700);color:var(--ehero-cta-fg, #030A1D);font-size:24px;font-weight:var(--ehero-cta-weight-mob, 500);line-height:1.333;letter-spacing:-.005em;text-align:center;text-decoration:none;transition:transform .15s ease,filter .15s ease}.ehero__cta:hover{filter:brightness(1.06)}.ehero__cta:active{transform:translateY(1px)}.ehero__cta:focus-visible{outline:2px solid #fff;outline-offset:3px}.ehero__subtext{margin:0;padding-inline-start:10px;font-size:14px;font-weight:400;line-height:1.33;text-align:center;color:#fffc}@media screen and (min-width:750px){.ehero{min-height:var(--ehero-mh-desk, 600px)}.ehero__img--desk{display:block}.ehero__img--mob{display:none}.ehero__img{object-position:right center}.ehero:after{background-image:linear-gradient(90deg,#1b2332,#1b2332d9 25%,#1b233200 70%)}.ehero__inner{padding:var(--ehero-pt-desk, 40px) var(--ehero-pi-tab, 24px) var(--ehero-pb-desk, 40px)}.ehero__count,.ehero__rating-text{font-size:16px;line-height:1.25}.ehero__rating{padding-bottom:60px}.ehero__heading{max-width:none;padding-bottom:32px;font-size:56px;line-height:1}.ehero__features{flex-direction:row;align-items:center;gap:var(--ehero-feature-gap, 48px);width:auto;padding-bottom:68px}.ehero__features.has-dividers .ehero__feature+.ehero__feature:before{inset-block:0;inset-inline-start:calc(var(--ehero-feature-gap, 48px) / -2);inset-inline-end:auto;inline-size:1px;block-size:auto;background:linear-gradient(0deg,#fff6,#fff0)}.ehero__features.is-stacked{flex-direction:column;align-items:flex-start;gap:16px;width:100%}.ehero__features.is-stacked.has-dividers .ehero__feature+.ehero__feature:before{inset-inline:0;inset-block:auto;inset-block-start:-8px;inline-size:auto;block-size:1px;background:linear-gradient(90deg,rgba(255,255,255,.5) 0%,transparent 100%)}.ehero__icon svg{width:28px;height:28px}.ehero__feature-text{font-size:16px;font-weight:500;line-height:1.33}.ehero__cta{width:var(--ehero-cta-w, 45%);min-width:var(--ehero-cta-minw, 260px);font-weight:var(--ehero-cta-weight-desk, 600)}.ehero__subtext{font-size:16px;text-align:left}}@media screen and (min-width:1200px){.ehero__inner{padding-inline:var(--ehero-pi-desk, 80px)}}@media(prefers-reduced-motion:reduce){.ehero__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
