html:has(body>div.scrolled-past){--hiding-header-height:0px!important}.header-block{min-width:0;width:100%;z-index:9}.header-block--static{position:static}.header-block--static.header-block--goes-transparent{position:absolute}.header-block--sticky{position:-webkit-sticky;position:sticky;top:0}.header-block--sticky.header-block--goes-transparent{position:fixed}.header-block--transparent:not(.header-block--mob-menu-open) .header{background-color:transparent;box-shadow:none}.header-block--transparent:not(.header-block--mob-menu-open) .header__logo__img--transparent{opacity:1}.header-block--transparent:not(.header-block--mob-menu-open) .header__logo__img--standard{opacity:0}@media only screen and (min-width:961px){.header-block--hide-on-scroll.scrolled-past{margin-bottom:calc(var(--header-height, 86px) - 4rem);max-height:4rem}.header-block--hide-on-scroll.scrolled-past:hover{margin-bottom:0;max-height:none}.header-block--hide-on-scroll>div{transition:transform .6s ease}.header-block--hide-on-scroll.scrolled-past>div{transform:translateY(-100%)}.header-block--hide-on-scroll.scrolled-past:hover>div{transform:translate(0)}.header-block--hide-on-scroll.scrolled-past:not(:hover) .header{box-shadow:none}}.header{background-color:var(--header-background-color);box-shadow:var(--header-shadow-x) var(--header-shadow-y) var(--header-shadow-blur) var(--header-shadow-color);padding:var(--header-padding) 0;transition:background-color .25s ease-in-out;width:100vw}.header-container{align-items:center;display:flex;gap:1rem}.header__logo{align-items:center;display:flex;margin:0;position:relative}.header__logo__img{transition:opacity .25s ease-in-out .15s}.header__logo__img--transparent{opacity:0;position:absolute}@media only screen and (max-width:960px){.header{padding:var(--header-padding-mobile) 0}.header-container{justify-content:space-between}.header__logo{max-width:var(--header-mobile-nav-logo-width)}}@media only screen and (max-width:767px){.header__nav{width:100%}}