.hero-custom{position:relative;width:100%;height:var(--hero-height-desktop, 90dvh);overflow:hidden;background:#000;isolation:isolate}@media(max-width:749px){.hero-custom{height:var(--hero-height-mobile, 75dvh)}}.hero-custom__viewport{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-custom__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s ease,transform .8s ease;z-index:1}.hero-custom__slide.is-active{opacity:1;visibility:visible;z-index:2}.hero-custom--transition-fade .hero-custom__slide{transition:opacity .8s ease}.hero-custom--transition-slide-h .hero-custom__slide{transform:translate(100%);transition:transform .6s ease,opacity .6s ease;opacity:1}.hero-custom--transition-slide-h .hero-custom__slide.is-active{transform:translate(0)}.hero-custom--transition-slide-h .hero-custom__slide.is-prev{transform:translate(-100%)}.hero-custom--transition-slide-v .hero-custom__slide{transform:translateY(100%);transition:transform .6s ease,opacity .6s ease;opacity:1}.hero-custom--transition-slide-v .hero-custom__slide.is-active{transform:translateY(0)}.hero-custom--transition-slide-v .hero-custom__slide.is-prev{transform:translateY(-100%)}.hero-custom--transition-instant .hero-custom__slide{transition:none}.hero-custom--transition-ken-burns .hero-custom__slide.is-active .hero-custom__bg--image img{animation:hero-ken-burns 12s ease-out forwards}@keyframes hero-ken-burns{0%{transform:scale(1)}to{transform:scale(1.12)}}.hero-custom__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-custom__bg img,.hero-custom__bg video{width:100%;height:100%;object-fit:cover;display:block}.hero-custom__bg--video{opacity:0;transition:opacity .6s ease;z-index:2}.hero-custom__bg--video.is-playing,.hero-custom__slide[data-background-mode=video] .hero-custom__bg--video{opacity:1}.hero-custom__bg--video-mobile{display:none}@media(max-width:749px){.hero-custom__bg--video-desktop{display:none}.hero-custom__bg--video-mobile{display:block}}.hero-custom__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.hero-custom__overlay{position:absolute;z-index:4}.hero-custom{--bottom-edge: 24px;--bottom-edge-mobile: calc(16px + var(--bb-bottom-nav-height, 0px))}.hero-custom--has-marquee{--bottom-edge: calc(24px + var(--marquee-height-desktop, 44px));--bottom-edge-mobile: calc(16px + var(--marquee-height-mobile, 36px) + var(--bb-bottom-nav-height, 0px))}.hero-custom__overlay--d-top-left{top:24px;left:24px;right:auto;bottom:auto;transform:none}.hero-custom__overlay--d-top-center{top:24px;left:50%;right:auto;bottom:auto;transform:translate(-50%)}.hero-custom__overlay--d-top-right{top:24px;right:24px;left:auto;bottom:auto;transform:none}.hero-custom__overlay--d-middle-left{top:50%;left:24px;right:auto;bottom:auto;transform:translateY(-50%)}.hero-custom__overlay--d-middle-center{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%)}.hero-custom__overlay--d-middle-right{top:50%;right:24px;left:auto;bottom:auto;transform:translateY(-50%)}.hero-custom__overlay--d-bottom-left{bottom:var(--bottom-edge);left:24px;right:auto;top:auto;transform:none}.hero-custom__overlay--d-bottom-center{bottom:var(--bottom-edge);left:50%;right:auto;top:auto;transform:translate(-50%)}.hero-custom__overlay--d-bottom-right{bottom:var(--bottom-edge);right:24px;left:auto;top:auto;transform:none}@media(max-width:749px){.hero-custom__overlay--m-top-left{top:16px;left:16px;right:auto;bottom:auto;transform:none}.hero-custom__overlay--m-top-center{top:16px;left:50%;right:auto;bottom:auto;transform:translate(-50%)}.hero-custom__overlay--m-top-right{top:16px;right:16px;left:auto;bottom:auto;transform:none}.hero-custom__overlay--m-middle-left{top:50%;left:16px;right:auto;bottom:auto;transform:translateY(-50%)}.hero-custom__overlay--m-middle-center{top:50%;left:50%;right:auto;bottom:auto;transform:translate(-50%,-50%)}.hero-custom__overlay--m-middle-right{top:50%;right:16px;left:auto;bottom:auto;transform:translateY(-50%)}.hero-custom__overlay--m-bottom-left{bottom:var(--bottom-edge-mobile);left:16px;right:auto;top:auto;transform:none}.hero-custom__overlay--m-bottom-center{bottom:var(--bottom-edge-mobile);left:50%;right:auto;top:auto;transform:translate(-50%)}.hero-custom__overlay--m-bottom-right{bottom:var(--bottom-edge-mobile);right:16px;left:auto;top:auto;transform:none}}@media(min-width:750px){.hero-custom__overlay--hide-desktop{display:none!important}}@media(max-width:749px){.hero-custom__overlay--hide-mobile{display:none!important}}.hero-custom__text{max-width:720px;padding:0 24px;pointer-events:none}.hero-custom__eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;margin:0 0 12px;opacity:.9}.hero-custom__heading{font-size:var(--heading-size-desktop, 64px);line-height:1.05;margin:0 0 16px;font-weight:600;color:inherit}.hero-custom__eyebrow,.hero-custom__subheading{color:inherit}.hero-custom__subheading{font-size:18px;line-height:1.4;margin:0;opacity:.92}@media(max-width:749px){.hero-custom__text{max-width:92vw;padding:0 16px}.hero-custom__heading{font-size:var(--heading-size-mobile, 36px)}.hero-custom__subheading{font-size:15px}}.hero-custom__text--with-cta{display:flex;flex-direction:column}.hero-custom__text--with-cta .hero-custom__cta{margin-top:24px;pointer-events:auto}.hero-custom__text--ta-d-left{text-align:left}.hero-custom__text--ta-d-center{text-align:center}.hero-custom__text--ta-d-right{text-align:right}.hero-custom__text--ta-d-left .hero-custom__cta{align-self:flex-start}.hero-custom__text--ta-d-center .hero-custom__cta{align-self:center}.hero-custom__text--ta-d-right .hero-custom__cta{align-self:flex-end}@media(max-width:749px){.hero-custom__text--ta-m-left{text-align:left}.hero-custom__text--ta-m-center{text-align:center}.hero-custom__text--ta-m-right{text-align:right}.hero-custom__text--ta-m-left .hero-custom__cta{align-self:flex-start}.hero-custom__text--ta-m-center .hero-custom__cta{align-self:center}.hero-custom__text--ta-m-right .hero-custom__cta{align-self:flex-end}.hero-custom__text--with-cta .hero-custom__cta{margin-top:16px}.hero-custom__text--with-cta .hero-custom__cta--mobile-full{position:static;left:auto!important;right:auto!important;bottom:auto!important;align-self:stretch;width:100%!important}.hero-custom__text--above-mfull-cta{--bottom-edge-mobile: calc(16px + var(--bb-bottom-nav-height, 0px) + 88px)}.hero-custom__text--above-mfull-cta-two{--bottom-edge-mobile: calc(16px + var(--bb-bottom-nav-height, 0px) + 150px)}}.hero-custom__cta-group{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;pointer-events:auto}.hero-custom__text--with-cta .hero-custom__cta-group{margin-top:24px}.hero-custom__text--ta-d-left .hero-custom__cta-group{align-self:flex-start;justify-content:flex-start}.hero-custom__text--ta-d-center .hero-custom__cta-group{align-self:center;justify-content:center}.hero-custom__text--ta-d-right .hero-custom__cta-group{align-self:flex-end;justify-content:flex-end}@media(max-width:749px){.hero-custom__text--with-cta .hero-custom__cta-group{margin-top:16px}.hero-custom__text--ta-m-left .hero-custom__cta-group{align-self:flex-start}.hero-custom__text--ta-m-center .hero-custom__cta-group{align-self:center}.hero-custom__text--ta-m-right .hero-custom__cta-group{align-self:flex-end}.hero-custom__cta-group--m-stack{flex-direction:column;align-items:stretch}.hero-custom__cta-group--m-stack .hero-custom__cta{width:100%}.hero-custom__cta-group--m-row{flex-wrap:nowrap}.hero-custom__cta-group--m-row .hero-custom__cta{flex:1 1 0;min-width:0;padding-left:12px;padding-right:12px}.hero-custom__cta-group--mobile-full{position:absolute;left:16px!important;right:16px!important;bottom:calc(16px + var(--bb-bottom-nav-height, 0px))!important;top:auto!important;transform:none!important;width:auto!important;gap:10px}.hero-custom__cta-group--mobile-full .hero-custom__cta{padding-top:16px;padding-bottom:16px;font-size:15px}.hero-custom__cta-group--mobile-full.hero-custom__cta-group--m-stack{align-items:stretch}.hero-custom__cta-group--mobile-full.hero-custom__cta-group--m-stack .hero-custom__cta{width:100%}.hero-custom__text--with-cta .hero-custom__cta-group--mobile-full{position:static;left:auto!important;right:auto!important;bottom:auto!important;align-self:stretch}}.hero-custom__cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:14px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;background:var(--cta-bg, transparent);color:var(--cta-text, #fff);border:1.5px solid var(--cta-border, #fff);border-radius:var(--cta-radius, 0);transition:opacity .2s ease,transform .2s ease;cursor:pointer}@media(max-width:749px){.hero-custom__cta{border-radius:var(--cta-radius-m, var(--cta-radius, 0))}}.hero-custom__cta:hover{opacity:.85;transform:translateY(-1px)}.hero-custom__cta--filled{background:var(--cta-text);color:var(--cta-bg, #000)}.hero-custom__cta--text{background:transparent;border:none;border-bottom:1.5px solid var(--cta-border);padding:6px 0}@media(max-width:749px){.hero-custom__cta--mobile-full{left:16px!important;right:16px!important;bottom:calc(16px + var(--bb-bottom-nav-height, 0px))!important;top:auto!important;transform:none!important;width:auto!important;padding:16px 24px;font-size:15px}}.hero-custom__watermark.hero-custom__overlay--d-top-left,.hero-custom__watermark.hero-custom__overlay--d-top-center,.hero-custom__watermark.hero-custom__overlay--d-top-right{top:calc(24px + var(--hero-header-overlap, 0px))}.hero-custom__watermark.hero-custom__overlay--d-bottom-left,.hero-custom__watermark.hero-custom__overlay--d-bottom-center,.hero-custom__watermark.hero-custom__overlay--d-bottom-right{bottom:calc(var(--bottom-edge) + var(--hero-wm-cta-d, 0px))}@media(max-width:749px){.hero-custom__watermark.hero-custom__overlay--m-top-left,.hero-custom__watermark.hero-custom__overlay--m-top-center,.hero-custom__watermark.hero-custom__overlay--m-top-right{top:calc(16px + var(--hero-header-overlap, 0px))}.hero-custom__watermark.hero-custom__overlay--m-bottom-left,.hero-custom__watermark.hero-custom__overlay--m-bottom-center,.hero-custom__watermark.hero-custom__overlay--m-bottom-right{bottom:calc(var(--bottom-edge-mobile) + var(--hero-wm-cta-m, 0px))}}.hero-custom__watermark img{display:block;width:var(--watermark-width-desktop, 140px);height:auto;opacity:var(--watermark-opacity-desktop, 1)}@media(max-width:749px){.hero-custom__watermark img{width:var(--watermark-width-mobile, 80px);opacity:var(--watermark-opacity-mobile, 1)}}.hero-custom__mute{width:44px;height:44px;border-radius:50%;background:#00000080;border:none;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease}.hero-custom__mute:hover{background:#000000b3}.hero-custom__mute-icon--unmuted,.hero-custom__mute[aria-pressed=true] .hero-custom__mute-icon--muted{display:none}.hero-custom__mute[aria-pressed=true] .hero-custom__mute-icon--unmuted{display:inline-flex}.hero-custom__marquee{position:absolute;left:0;right:0;bottom:0;z-index:5;background:var(--marquee-bg, #1f5e3b);color:var(--marquee-color, #fff);overflow:hidden;padding:10px 0;font-size:var(--marquee-font-desktop, 14px);letter-spacing:.04em}@media(max-width:749px){.hero-custom__marquee{font-size:var(--marquee-font-mobile, 12px);padding:8px 0}}.hero-custom__marquee-track{display:flex;width:max-content;animation:hero-marquee-scroll var(--marquee-duration, 40s) linear infinite;white-space:nowrap}.hero-custom__marquee-track[data-direction=right]{animation-direction:reverse}.hero-custom__marquee[data-pause-on-hover=true]:hover .hero-custom__marquee-track{animation-play-state:paused}.hero-custom__marquee-group{display:flex;align-items:center;flex-shrink:0}.hero-custom__marquee-item,.hero-custom__marquee-sep{padding:0 18px;text-transform:uppercase;font-weight:500}.hero-custom__marquee-sep{opacity:.7}@keyframes hero-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.hero-custom__arrow{width:48px;height:48px;border-radius:50%;background:#00000073;border:none;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease}.hero-custom__arrow:hover{background:#000000b3}.hero-custom__arrow--prev.hero-custom__overlay--d-middle-center{left:24px;right:auto;transform:translateY(-50%)}.hero-custom__arrow--next.hero-custom__overlay--d-middle-center{right:24px;left:auto;transform:translateY(-50%)}.hero-custom__arrow--prev.hero-custom__overlay--d-top-center{left:24px;right:auto;transform:none}.hero-custom__arrow--next.hero-custom__overlay--d-top-center{right:24px;left:auto;transform:none}.hero-custom__arrow--prev.hero-custom__overlay--d-bottom-center{left:24px;right:auto;transform:none}.hero-custom__arrow--next.hero-custom__overlay--d-bottom-center{right:24px;left:auto;transform:none}@media(max-width:749px){.hero-custom__arrow{width:40px;height:40px}.hero-custom__arrow--prev.hero-custom__overlay--m-middle-center{left:12px;right:auto;transform:translateY(-50%)}.hero-custom__arrow--next.hero-custom__overlay--m-middle-center{right:12px;left:auto;transform:translateY(-50%)}}.hero-custom__dots{display:inline-flex;gap:10px;padding:8px 12px;background:#00000040;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-custom__dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.hero-custom__dot.is-active{background:#fff;transform:scale(1.25)}.hero-custom__progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#ffffff2e;z-index:6}.hero-custom__progress-bar{height:100%;width:0;background:#fff;transition:width .1s linear}@media(prefers-reduced-motion:reduce){.hero-custom__slide,.hero-custom__marquee-track,.hero-custom--transition-ken-burns .hero-custom__slide.is-active .hero-custom__bg--image img{animation:none!important;transition:opacity .2s linear!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/hero-custom.css.map */
