@layer module{:root{--sc-sticky-header-logo-height:calc(var(--sp-rem-base)*38)}.sc-sticky-header{align-items:center;backdrop-filter:blur(var(--sc-sticky-header-blur));-webkit-backdrop-filter:blur(var(--sc-sticky-header-blur));background-color:var(--sc-sticky-header-background);border-bottom:calc(var(--sp-rem-base)*1) solid hsla(0,0%,100%,.08);display:flex;justify-content:center;left:0;padding:.625rem clamp(1.125rem,3vw,2.5rem);pointer-events:none;position:fixed;right:0;top:0;z-index:60}.sc-sticky-header--reveal{opacity:0;transform:translateY(-110%);transition:opacity .3s ease,transform .3s ease;visibility:hidden}.sc-sticky-header--reveal.is-visible{opacity:1;transform:translateY(0);visibility:visible}@media (prefers-reduced-motion:reduce){.sc-sticky-header--reveal{transition:none}}.sc-sticky-header__logo-link{display:block;pointer-events:auto}.sc-sticky-header__logo{display:block;height:var(--sc-sticky-header-logo-height);width:auto}.sc-sticky-header__cta{pointer-events:auto;position:absolute;right:clamp(1.125rem,3vw,2.5rem);top:50%;transform:translateY(-50%);white-space:nowrap}@media (max-width:600px){.sc-sticky-header__cta{display:none}}}