.cerus-hero-section{position:relative;z-index:1}.cerus-hero{--cerus-hero-height: 78vh;--cerus-hero-height-mobile: 600px;position:relative;display:block;width:100%;overflow:hidden;background:var(--cerus-primary, #0c0c0c);color:#fff;height:var(--cerus-hero-height);min-height:420px}.cerus-hero--height-short{--cerus-hero-height: clamp(420px, 60vh, 680px)}.cerus-hero--height-medium{--cerus-hero-height: clamp(520px, 78vh, 820px)}.cerus-hero--height-tall{--cerus-hero-height: clamp(620px, 88vh, 920px)}.cerus-hero--height-viewport{--cerus-hero-height: 100vh}.cerus-hero__track,.cerus-hero--carousel .splide__track{height:100%}.cerus-hero__list{list-style:none;margin:0;padding:0;height:100%}.cerus-hero--carousel .splide__list{height:100%}.cerus-hero__slide{position:relative;width:100%;height:100%;isolation:isolate;overflow:hidden;color:inherit}.cerus-hero--carousel .splide__slide{height:var(--cerus-hero-height);min-height:420px}.cerus-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cerus-hero__bg--solid,.cerus-hero__bg--gradient{background-color:var(--cerus-hero-bg-color, #0c0c0c)}.cerus-hero__bg-media{width:100%;height:100%;object-fit:cover;object-position:var(--cerus-hero-bg-focal, center center);display:block}.cerus-hero__bg-media.is-blurred{transform:scale(1.12);transform-origin:center center;width:100%;height:100%}.cerus-hero__bg-flow-gold{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,var(--cerus-hero-gold-1, #8a6a26) 0%,var(--cerus-hero-gold-2, #d4af37) 22%,var(--cerus-hero-gold-shine, #fff6c2) 40%,var(--cerus-hero-gold-3, #f6e27a) 52%,var(--cerus-hero-gold-4, #d4af37) 70%,var(--cerus-hero-gold-1, #8a6a26) 100%);background-size:220% 100%;animation:cerus-hero-gold-shimmer var(--cerus-hero-gold-speed, 10s) linear infinite}@keyframes cerus-hero-gold-shimmer{0%{background-position:0% 50%}to{background-position:-220% 50%}}@media(prefers-reduced-motion:reduce){.cerus-hero__bg-flow-gold{animation:none;background-position:0 50%}}.cerus-hero__lightning{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;mix-blend-mode:screen}.cerus-hero__smoke{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;mix-blend-mode:screen;opacity:.55;background:radial-gradient(45% 60% at 20% 30%,rgba(255,255,255,.22),transparent 70%),radial-gradient(40% 55% at 80% 50%,rgba(255,255,255,.18),transparent 70%),radial-gradient(55% 65% at 50% 80%,rgba(255,255,255,.16),transparent 75%);background-size:220% 220%;animation:cerus-hero-smoke 28s ease-in-out infinite alternate}.cerus-hero__slide--text-dark .cerus-hero__smoke{mix-blend-mode:multiply;opacity:.4;background:radial-gradient(45% 60% at 20% 30%,rgba(12,12,12,.22),transparent 70%),radial-gradient(40% 55% at 80% 50%,rgba(12,12,12,.18),transparent 70%),radial-gradient(55% 65% at 50% 80%,rgba(12,12,12,.16),transparent 75%)}@keyframes cerus-hero-smoke{0%{background-position:0% 0%}to{background-position:100% 100%}}@media(prefers-reduced-motion:reduce){.cerus-hero__smoke{animation:none}}.cerus-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;--cerus-hero-overlay-opacity: .4}.cerus-hero__slide--overlay-bg-only .cerus-hero__overlay{z-index:1}.cerus-hero__overlay--dark{background:var(--cerus-hero-overlay-color, rgba(12, 12, 12, 1));opacity:var(--cerus-hero-overlay-opacity)}.cerus-hero__overlay--light{background:var(--cerus-hero-overlay-color, rgba(255, 255, 255, 1));opacity:var(--cerus-hero-overlay-opacity)}.cerus-hero__overlay--gradient{background:linear-gradient(180deg,transparent 30%,var(--cerus-hero-overlay-color, rgba(12, 12, 12, 1)) 100%);opacity:var(--cerus-hero-overlay-opacity)}.cerus-hero__overlay--side{background:linear-gradient(90deg,var(--cerus-hero-overlay-color, rgba(12, 12, 12, 1)) 0%,var(--cerus-hero-overlay-color, rgba(12, 12, 12, 1)) 40%,transparent 80%);opacity:var(--cerus-hero-overlay-opacity)}.cerus-hero__slide--pos-right .cerus-hero__overlay--side{background:linear-gradient(270deg,var(--cerus-hero-overlay-color, rgba(12, 12, 12, 1)) 0%,var(--cerus-hero-overlay-color, rgba(12, 12, 12, 1)) 40%,transparent 80%)}.cerus-hero__inner{position:relative;z-index:5;width:100%;height:100%;display:flex;align-items:stretch}.cerus-hero__slide--layout-overlay .cerus-hero__inner{display:block}.cerus-hero__slide--layout-overlay .cerus-hero__content{position:relative;z-index:3;width:100%;height:100%;display:flex;padding:clamp(48px,6vw,96px) clamp(20px,4vw,64px);box-sizing:border-box}.cerus-hero__slide--layout-overlay.cerus-hero__slide--valign-top .cerus-hero__content{align-items:flex-start}.cerus-hero__slide--layout-overlay.cerus-hero__slide--valign-center .cerus-hero__content{align-items:center}.cerus-hero__slide--layout-overlay.cerus-hero__slide--valign-bottom .cerus-hero__content{align-items:flex-end}.cerus-hero__slide--layout-overlay .cerus-hero__content--left{justify-content:flex-start;text-align:left}.cerus-hero__slide--layout-overlay .cerus-hero__content--right{justify-content:flex-end;text-align:right}.cerus-hero__slide--layout-overlay .cerus-hero__content--center{justify-content:center;text-align:center}.cerus-hero__slide--layout-split .cerus-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(20px,3vw,48px);padding:clamp(40px,5vw,80px) clamp(20px,4vw,64px);box-sizing:border-box}.cerus-hero__slide--layout-split .cerus-hero__content{display:flex;flex-direction:column;justify-content:center;height:100%}.cerus-hero__slide--layout-split.cerus-hero__slide--valign-top .cerus-hero__content{justify-content:flex-start}.cerus-hero__slide--layout-split.cerus-hero__slide--valign-bottom .cerus-hero__content{justify-content:flex-end}.cerus-hero__slide--layout-split .cerus-hero__content--right{order:2;text-align:left}.cerus-hero__slide--layout-split.cerus-hero__slide--pos-right .cerus-hero__subject{order:1}.cerus-hero__slide--layout-split .cerus-hero__content--center{text-align:left}.cerus-hero__subject{position:relative;align-self:stretch;min-height:100%}.cerus-hero__slide--layout-split .cerus-hero__fg{position:absolute;top:50%;left:50%;width:clamp(var(--cerus-hero-fg-min, 360px),var(--cerus-hero-fg-size, 90%),var(--cerus-hero-fg-max, 880px));max-width:none;height:auto;max-height:none;object-fit:contain;transform:translate(calc(-50% + var(--cerus-hero-fg-x, 0%)),calc(-50% + var(--cerus-hero-fg-y, 0%)))}.cerus-hero__fg--absolute{position:absolute;z-index:2;width:clamp(var(--cerus-hero-fg-min, 320px),var(--cerus-hero-fg-size, 45%),var(--cerus-hero-fg-max, 900px));max-width:none;height:auto;max-height:none;object-fit:contain;pointer-events:none;transform:translate(var(--cerus-hero-fg-x, 0%),var(--cerus-hero-fg-y, 0%))}.cerus-hero__slide--fg-top-left .cerus-hero__fg--absolute{top:0;left:0;object-position:top left}.cerus-hero__slide--fg-top-center .cerus-hero__fg--absolute{top:0;left:50%;transform:translate(calc(-50% + var(--cerus-hero-fg-x, 0%)),var(--cerus-hero-fg-y, 0%));object-position:top center}.cerus-hero__slide--fg-top-right .cerus-hero__fg--absolute{top:0;right:0;object-position:top right}.cerus-hero__slide--fg-center-left .cerus-hero__fg--absolute{top:50%;left:0;transform:translate(var(--cerus-hero-fg-x, 0%),calc(-50% + var(--cerus-hero-fg-y, 0%)));object-position:center left}.cerus-hero__slide--fg-center .cerus-hero__fg--absolute{top:50%;left:50%;transform:translate(calc(-50% + var(--cerus-hero-fg-x, 0%)),calc(-50% + var(--cerus-hero-fg-y, 0%)));object-position:center}.cerus-hero__slide--fg-center-right .cerus-hero__fg--absolute{top:50%;right:0;transform:translate(var(--cerus-hero-fg-x, 0%),calc(-50% + var(--cerus-hero-fg-y, 0%)));object-position:center right}.cerus-hero__slide--fg-bottom-left .cerus-hero__fg--absolute{bottom:0;left:0;object-position:bottom left}.cerus-hero__slide--fg-bottom-center .cerus-hero__fg--absolute{bottom:0;left:50%;transform:translate(calc(-50% + var(--cerus-hero-fg-x, 0%)),var(--cerus-hero-fg-y, 0%));object-position:bottom center}.cerus-hero__slide--fg-bottom-right .cerus-hero__fg--absolute{bottom:0;right:0;object-position:bottom right}.cerus-hero__content-inner{max-width:var(--cerus-hero-content-max, 640px);width:100%;display:flex;flex-direction:column;gap:clamp(14px,1.6vw,22px)}.cerus-hero__slide--layout-overlay .cerus-hero__content--center .cerus-hero__content-inner{margin-inline:auto;align-items:center}.cerus-hero__slide--text-light{color:#fff}.cerus-hero__slide--text-dark{color:var(--cerus-primary, #0c0c0c)}.cerus-hero__slide--text-dark .cerus-hero__eyebrow{color:#0c0c0cad}.cerus-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--cerus-font-head);text-transform:uppercase;letter-spacing:.06em;font-size:var(--cerus-hero-eyebrow-size, clamp(11px, 1vw, 14px));font-weight:700;line-height:1.3;color:var(--cerus-hero-eyebrow-color, rgba(255, 255, 255, .78))}.cerus-hero__eyebrow-icon{font-size:1.05em}.cerus-hero__heading-top{display:inline-flex;align-items:center;gap:10px;font-family:var(--cerus-font-head);text-transform:uppercase;letter-spacing:.04em;font-size:var(--cerus-hero-heading-top-size, clamp(18px, 2vw, 28px));font-weight:700;line-height:1.15;color:var(--cerus-hero-heading-top-color, inherit)}.cerus-hero__heading-top-icon{font-size:1em}.cerus-hero__heading{font-family:var(--cerus-font-head);text-transform:uppercase;font-size:var(--cerus-hero-heading-size, clamp(46px, 7.5vw, 124px));line-height:.8em;letter-spacing:0;font-weight:700;margin:0;color:var(--cerus-hero-heading-color, inherit)}.cerus-hero__heading p{margin:0;line-height:inherit}.cerus-hero__heading span{letter-spacing:0;line-height:normal}.cerus-hero__subheading{display:inline-flex;align-items:center;gap:10px;font-family:var(--cerus-font-head);text-transform:uppercase;letter-spacing:0;font-size:var(--cerus-hero-subheading-size, clamp(16px, 1.6vw, 22px));font-weight:700;line-height:normal;color:var(--cerus-hero-subheading-color, inherit)}.cerus-hero__subheading span{letter-spacing:0;line-height:normal}.cerus-hero__subheading-icon{font-size:1em}.cerus-hero__body{font-family:var(--cerus-font-body);font-size:var(--cerus-hero-body-size, clamp(13px, 1.05vw, 16px));line-height:1.55;max-width:52ch;opacity:.92;color:var(--cerus-hero-body-color, inherit)}.cerus-hero__body p{margin:0 0 .6em}.cerus-hero__body p:last-child{margin:0}.cerus-hero__ctas{display:flex;flex-wrap:wrap;align-items:center;gap:var(--cerus-ctas-gap, 12px);margin-top:clamp(8px,1vw,14px)}.cerus-hero__ctas .cerus-btn{font-size:var(--cerus-ctas-size, 17px);padding:calc(var(--cerus-ctas-size, 17px) * .95) calc(var(--cerus-ctas-size, 17px) * 1.7)}.cerus-hero__cta-arrow{font-size:.85em;transition:transform .2s var(--cerus-ease)}.cerus-hero__ctas .cerus-btn:hover .cerus-hero__cta-arrow{transform:translate(3px)}.cerus-hero__loox{display:inline-flex;align-items:baseline;gap:8px;margin-top:clamp(10px,1.2vw,14px);font-family:var(--cerus-font-head);font-size:clamp(13px,1.05vw,15px);letter-spacing:0;line-height:normal;text-transform:uppercase;color:var(--cerus-loox-text, inherit)}.cerus-hero__loox *{line-height:normal;letter-spacing:0}.cerus-hero__loox-stars{display:inline-flex;align-items:baseline;gap:1px;color:var(--cerus-loox-star, #ffc83d);font-size:1.05em;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.cerus-hero__loox-stars .cerus-hero__loox-star-empty{color:var(--cerus-loox-star, #ffc83d);opacity:.35}.cerus-hero__loox-rating{font-weight:600;font-size:1em}.cerus-hero__loox-count{opacity:1;font-weight:600;font-size:1em}.cerus-hero__nav{position:absolute;z-index:10;display:flex;align-items:center;gap:12px;pointer-events:none;box-sizing:border-box}.cerus-hero__nav>*{pointer-events:auto}.cerus-hero--arrows-bottom-right .cerus-hero__nav{bottom:clamp(16px,2.5vw,32px);right:clamp(16px,2.5vw,32px)}.cerus-hero--arrows-bottom-center .cerus-hero__nav,.cerus-hero--arrows-sides .cerus-hero__nav{bottom:clamp(16px,2.5vw,32px);left:50%;transform:translate(-50%)}.cerus-hero__nav{--cerus-nav-bg: #ffffff;--cerus-nav-fg: var(--cerus-primary, #0c0c0c);--cerus-nav-bg-hover: #ffffff;--cerus-nav-dot: rgba(12, 12, 12, .28);--cerus-nav-dot-active: var(--cerus-primary, #0c0c0c);--cerus-nav-shadow: 0 4px 18px rgba(0, 0, 0, .15)}.cerus-hero__slide--text-dark~.cerus-hero__nav,.cerus-hero:has(.cerus-hero__slide--text-dark.is-active) .cerus-hero__nav{--cerus-nav-bg: rgba(255, 255, 255, .94);--cerus-nav-fg: var(--cerus-primary, #0c0c0c)}.cerus-hero__playpause{-webkit-appearance:none;appearance:none;padding:0;margin:0;width:44px;height:44px;border:0;border-radius:999px;background:var(--cerus-nav-bg);color:var(--cerus-nav-fg);box-shadow:var(--cerus-nav-shadow);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s var(--cerus-ease),background .18s var(--cerus-ease);position:relative;flex:0 0 44px}.cerus-hero__playpause:hover{transform:translateY(-2px);background:var(--cerus-nav-bg-hover)}.cerus-hero__playpause-icon{width:16px;height:16px;display:block}.cerus-hero__playpause[data-state=playing] .cerus-hero__playpause-icon--play,.cerus-hero__playpause[data-state=paused] .cerus-hero__playpause-icon--pause{display:none}.cerus-hero__dots{display:inline-flex;align-items:center;gap:12px;padding:14px 22px;border-radius:999px;background:var(--cerus-nav-bg);box-shadow:var(--cerus-nav-shadow)}.cerus-hero__dots .cerus-hero__dot{-webkit-appearance:none;appearance:none;border:0;padding:0;margin:0;width:10px;height:8px;border-radius:999px;background:var(--cerus-nav-dot);cursor:pointer;position:relative;overflow:hidden;transition:width .35s var(--cerus-ease),background .25s var(--cerus-ease)}.cerus-hero__dots .cerus-hero__dot.is-active{background:var(--cerus-nav-dot);width:56px}.cerus-hero__dot-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0;background:var(--cerus-nav-dot-active);border-radius:999px;pointer-events:none}.cerus-hero__dots .cerus-hero__dot.is-active .cerus-hero__dot-fill{width:100%;transition:width var(--cerus-hero-progress-duration, 6s) linear}.cerus-hero__dots .cerus-hero__dot:not(.is-active) .cerus-hero__dot-fill{transition:none;width:0}.cerus-hero__arrow{-webkit-appearance:none;appearance:none;padding:0;margin:0;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--cerus-nav-bg);color:var(--cerus-nav-fg);border:0;box-shadow:var(--cerus-nav-shadow);cursor:pointer;transition:transform .18s var(--cerus-ease),background .18s var(--cerus-ease);flex:0 0 44px}.cerus-hero__arrow:hover{transform:translateY(-2px)}.cerus-hero__arrow:focus-visible,.cerus-hero__playpause:focus-visible,.cerus-hero__dots .cerus-hero__dot:focus-visible{outline:2px solid var(--cerus-nav-fg);outline-offset:2px}.cerus-hero__pagination .splide__pagination__page.is-active{background:#fff;width:36px}.cerus-hero--carousel .splide__slide{width:100%}.cerus-hero__slide.is-ready [data-cerus-hero-el]{opacity:1;transform:translateY(0)}[data-cerus-hero-el]{opacity:0;transform:translateY(28px);transition:opacity .7s var(--cerus-ease),transform .7s var(--cerus-ease)}[data-cerus-hero-el]:nth-child(2){transition-delay:.08s}[data-cerus-hero-el]:nth-child(3){transition-delay:.16s}[data-cerus-hero-el]:nth-child(4){transition-delay:.24s}[data-cerus-hero-el]:nth-child(5){transition-delay:.32s}@media(max-width:900px){.cerus-hero__heading{font-size:clamp(38px,11vw,72px)}}@media(max-width:749px){.cerus-hero,.cerus-hero--carousel .splide__slide{height:var(--cerus-hero-height-mobile, 600px)}.cerus-hero--height-short{--cerus-hero-height-mobile: 480px}.cerus-hero--height-medium{--cerus-hero-height-mobile: 600px}.cerus-hero--height-tall{--cerus-hero-height-mobile: 720px}.cerus-hero--height-viewport{--cerus-hero-height-mobile: 100vh}.cerus-hero__slide--layout-overlay .cerus-hero__content,.cerus-hero__slide--layout-split .cerus-hero__inner{padding:32px 24px 60px}.cerus-hero__slide--layout-split .cerus-hero__inner{grid-template-columns:1fr;gap:18px;align-content:center}.cerus-hero__slide--layout-split .cerus-hero__subject{min-height:0;align-self:center;display:flex;align-items:center;justify-content:center}.cerus-hero__slide--layout-split .cerus-hero__fg{position:static;transform:none;width:min(78vw,420px);max-height:38vh;object-fit:contain;margin:0 auto}.cerus-hero__slide--layout-split .cerus-hero__content--right,.cerus-hero__slide--layout-split.cerus-hero__slide--pos-right .cerus-hero__subject{order:initial}.cerus-hero__content-inner{gap:14px;text-align:left!important}.cerus-hero__heading{font-size:clamp(40px,11vw,64px);line-height:.85}.cerus-hero__eyebrow{font-size:13px}.cerus-hero__ctas{gap:10px;flex-wrap:wrap;justify-content:flex-start;align-items:center}.cerus-hero__ctas .cerus-btn{flex:0 1 auto;padding:14px 18px;font-size:13px;white-space:nowrap}.cerus-hero__cta{padding:14px 22px;font-size:13px;flex:0 1 auto}.cerus-hero__loox{font-size:13px}.cerus-hero__fg--hide-mobile,.cerus-hero__subject--hide-mobile{display:none}.cerus-hero__content{position:relative;z-index:5}.cerus-hero__fg,.cerus-hero__fg--absolute{pointer-events:none}.cerus-hero__fg--absolute{opacity:.8;z-index:1;top:auto!important;bottom:0!important;left:50%!important;right:auto!important;width:auto;max-width:92vw;max-height:44%;transform:translate(calc(-50% + var(--cerus-hero-fg-x, 0%)))!important;object-position:bottom center!important}.cerus-hero__slide--layout-overlay:has(.cerus-hero__fg--absolute:not(.cerus-hero__fg--hide-mobile)) .cerus-hero__content{justify-content:flex-start;padding-bottom:40%}.cerus-hero__arrows,.cerus-hero__pagination{bottom:14px}.cerus-hero--arrows-bottom-center .cerus-hero__pagination{bottom:60px}.cerus-hero--arrows-sides .cerus-hero__arrows{padding:0 10px}.cerus-hero__arrow{width:38px;height:38px}}@media(max-width:420px){.cerus-hero__ctas .cerus-btn{padding:12px 14px;font-size:12px}}.cerus-hero__slide--fg-fade .cerus-hero__fg{-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 calc(100% - var(--cerus-hero-fg-fade-height, 22%)),transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 calc(100% - var(--cerus-hero-fg-fade-height, 22%)),transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}@media(prefers-reduced-motion:reduce){[data-cerus-hero-el]{opacity:1!important;transform:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/cerus-hero.css.map */
