.section-rf-parallax-hero{position:relative;z-index:1;overflow:visible;background:transparent}.rf-parallax-hero{--rf-parallax-y: 0px;--rf-pin-y: 0px;--rf-media-overscan: 12vh;--rf-image-scale: var(--rf-mobile-image-scale, 1.1);--rf-image-fit: var(--rf-mobile-image-fit, cover);--rf-image-x: var(--rf-mobile-image-x, 50%);--rf-image-y: var(--rf-mobile-image-y, 50%);--rf-extension: var(--rf-mobile-extension, 120px);--rf-radius: var(--rf-mobile-radius, 0px);--rf-side-margin: var(--rf-mobile-side-margin, 0px);--rf-content-pad-x: var(--rf-mobile-content-pad-x, 20px);--rf-content-pad-y: var(--rf-mobile-content-pad-y, 28px);position:relative;width:calc(100% - (var(--rf-side-margin) * 2));margin-top:var(--rf-section-margin-top, 0px);margin-right:auto;margin-bottom:var(--rf-section-margin-bottom, 0px);margin-left:auto;padding-top:var(--rf-section-padding-top, 0px);padding-bottom:var(--rf-section-padding-bottom, 0px);box-sizing:border-box;color:var(--rf-content-color, #f3f0e7);isolation:isolate}@supports (height: 100svh){.rf-parallax-hero{--rf-media-overscan: 12svh}}.rf-parallax-hero--width-contained{max-width:var(--rf-hero-max-width, 1600px)}.rf-parallax-hero--height-custom{height:calc(var(--rf-mobile-height, 100) * 1vh)}@supports (height: 100svh){.rf-parallax-hero--height-custom{height:calc(var(--rf-mobile-height, 100) * 1svh)}}.rf-parallax-hero--height-viewport{height:100vh}@supports (height: 100svh){.rf-parallax-hero--height-viewport{height:100svh}}.rf-parallax-hero--height-auto{height:auto;min-height:50vh;aspect-ratio:var(--rf-mobile-aspect, 4 / 5)}@supports (height: 100svh){.rf-parallax-hero--height-auto{min-height:50svh}}.rf-parallax-hero__stage{position:relative;width:100%;height:100%;min-height:0;isolation:isolate}.rf-parallax-hero__visual-window{position:absolute;z-index:0;top:0;right:0;bottom:calc(-1 * var(--rf-extension));left:0;overflow:hidden;border-radius:var(--rf-radius);background:#020402;pointer-events:none;isolation:isolate;clip-path:inset(0 round var(--rf-radius));-webkit-clip-path:inset(0 round var(--rf-radius))}.rf-parallax-hero__media{position:absolute;z-index:0;top:calc(-1 * var(--rf-media-overscan));right:0;left:0;height:calc(100% + (var(--rf-media-overscan) * 2));overflow:hidden;background:#020402;pointer-events:none;transform:translate3d(0,calc(var(--rf-pin-y) + var(--rf-parallax-y)),0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.rf-parallax-hero__picture,.rf-parallax-hero__image,.rf-parallax-hero__placeholder{display:block;width:100%;height:100%}.rf-parallax-hero__image{max-width:none;object-fit:var(--rf-image-fit);object-position:var(--rf-image-x) var(--rf-image-y);transform:scale(var(--rf-image-scale));transform-origin:50% 50%;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.rf-parallax-hero.is-parallax-active .rf-parallax-hero__media{will-change:transform}.rf-parallax-hero__placeholder{object-fit:cover;background:#020402}.rf-parallax-hero__overlay,.rf-parallax-hero__bottom-fade{position:absolute;right:0;left:0;pointer-events:none}.rf-parallax-hero__overlay{z-index:1;top:0;bottom:0;background:rgba(0,0,0,var(--rf-overlay-opacity, .15))}.rf-parallax-hero__bottom-fade{z-index:2;top:0;bottom:0;opacity:var(--rf-bottom-fade-opacity, .3);background:linear-gradient(180deg,#02040200 48%,#02040252 72%,#020402)}.rf-parallax-hero__content{position:relative;z-index:3;display:flex;width:100%;height:100%;box-sizing:border-box;padding:var(--rf-content-pad-y) var(--rf-content-pad-x);pointer-events:none}.rf-parallax-hero__copy{width:min(100%,760px);pointer-events:auto}.rf-parallax-hero__eyebrow,.rf-parallax-hero__heading,.rf-parallax-hero__description{color:inherit}.rf-parallax-hero__eyebrow{margin:0 0 12px;color:#ffde70;font-family:var(--rf-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);font-size:9px;line-height:1.2;font-weight:700;letter-spacing:.18em;text-transform:uppercase;opacity:.82}.rf-parallax-hero__heading{margin:0;max-width:12ch;font-family:var(--font-heading-family, Arial, sans-serif);font-size:clamp(38px,12vw,72px);font-weight:800;line-height:.88;letter-spacing:-.055em;text-transform:uppercase;text-wrap:balance;overflow-wrap:anywhere}.rf-parallax-hero__description{max-width:40ch;margin:16px 0 0;font-family:var(--font-body-family, Arial, sans-serif);font-size:14px;line-height:1.45}.rf-parallax-hero__button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:12px;margin-top:22px;padding:0 18px;border:1px solid currentColor;border-radius:0;color:#ffde70;background:#02040247;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--rf-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);font-size:10px;font-weight:700;line-height:1;letter-spacing:.14em;text-decoration:none;text-transform:uppercase;-webkit-tap-highlight-color:transparent}.rf-parallax-hero__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.rf-parallax-hero__button:active{transform:scale(.985)}.rf-parallax-hero--mobile-pos-top-left .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-top-center .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-top-right .rf-parallax-hero__content{align-items:flex-start}.rf-parallax-hero--mobile-pos-center-left .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-center .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-center-right .rf-parallax-hero__content{align-items:center}.rf-parallax-hero--mobile-pos-bottom-left .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-bottom-center .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-bottom-right .rf-parallax-hero__content{align-items:flex-end}.rf-parallax-hero--mobile-pos-top-left .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-center-left .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-bottom-left .rf-parallax-hero__content{justify-content:flex-start;text-align:left}.rf-parallax-hero--mobile-pos-top-center .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-center .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-bottom-center .rf-parallax-hero__content{justify-content:center;text-align:center}.rf-parallax-hero--mobile-pos-top-right .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-center-right .rf-parallax-hero__content,.rf-parallax-hero--mobile-pos-bottom-right .rf-parallax-hero__content{justify-content:flex-end;text-align:right}.rf-parallax-hero--mobile-pos-top-center .rf-parallax-hero__copy,.rf-parallax-hero--mobile-pos-center .rf-parallax-hero__copy,.rf-parallax-hero--mobile-pos-bottom-center .rf-parallax-hero__copy{margin-inline:auto}.rf-parallax-hero--mobile-pos-top-right .rf-parallax-hero__copy,.rf-parallax-hero--mobile-pos-center-right .rf-parallax-hero__copy,.rf-parallax-hero--mobile-pos-bottom-right .rf-parallax-hero__copy{margin-left:auto}@media(hover:hover)and (pointer:fine){.rf-parallax-hero__button:hover{color:#020402;background:var(--rf-content-color, #f3f0e7)}}@media screen and (min-width:750px){.rf-parallax-hero{--rf-image-scale: var(--rf-desktop-image-scale, 1.08);--rf-image-fit: var(--rf-desktop-image-fit, cover);--rf-image-x: var(--rf-desktop-image-x, 50%);--rf-image-y: var(--rf-desktop-image-y, 50%);--rf-extension: var(--rf-desktop-extension, 160px);--rf-radius: var(--rf-desktop-radius, 0px);--rf-side-margin: var(--rf-desktop-side-margin, 0px);--rf-content-pad-x: var(--rf-desktop-content-pad-x, 64px);--rf-content-pad-y: var(--rf-desktop-content-pad-y, 64px)}.rf-parallax-hero--height-custom{height:calc(var(--rf-desktop-height, 90) * 1vh)}.rf-parallax-hero--height-viewport{height:100vh}.rf-parallax-hero--height-auto{min-height:50vh;aspect-ratio:var(--rf-desktop-aspect, 16 / 9)}.rf-parallax-hero__heading{font-size:clamp(64px,7vw,128px)}.rf-parallax-hero__description{font-size:16px}.rf-parallax-hero--desktop-pos-top-left .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-top-center .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-top-right .rf-parallax-hero__content{align-items:flex-start}.rf-parallax-hero--desktop-pos-center-left .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-center .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-center-right .rf-parallax-hero__content{align-items:center}.rf-parallax-hero--desktop-pos-bottom-left .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-bottom-center .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-bottom-right .rf-parallax-hero__content{align-items:flex-end}.rf-parallax-hero--desktop-pos-top-left .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-center-left .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-bottom-left .rf-parallax-hero__content{justify-content:flex-start;text-align:left}.rf-parallax-hero--desktop-pos-top-center .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-center .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-bottom-center .rf-parallax-hero__content{justify-content:center;text-align:center}.rf-parallax-hero--desktop-pos-top-right .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-center-right .rf-parallax-hero__content,.rf-parallax-hero--desktop-pos-bottom-right .rf-parallax-hero__content{justify-content:flex-end;text-align:right}.rf-parallax-hero--desktop-pos-top-left .rf-parallax-hero__copy,.rf-parallax-hero--desktop-pos-center-left .rf-parallax-hero__copy,.rf-parallax-hero--desktop-pos-bottom-left .rf-parallax-hero__copy{margin-right:auto;margin-left:0}.rf-parallax-hero--desktop-pos-top-center .rf-parallax-hero__copy,.rf-parallax-hero--desktop-pos-center .rf-parallax-hero__copy,.rf-parallax-hero--desktop-pos-bottom-center .rf-parallax-hero__copy{margin-inline:auto}.rf-parallax-hero--desktop-pos-top-right .rf-parallax-hero__copy,.rf-parallax-hero--desktop-pos-center-right .rf-parallax-hero__copy,.rf-parallax-hero--desktop-pos-bottom-right .rf-parallax-hero__copy{margin-right:0;margin-left:auto}}@media(prefers-reduced-motion:reduce){.rf-parallax-hero{--rf-parallax-y: 0px !important;--rf-pin-y: 0px !important}.rf-parallax-hero__image,.rf-parallax-hero__button{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/183/assets/section-rf-parallax-hero.css.map */
