.gateway-header.has-sticky-nav{padding-bottom:var(--sticky-nav-height,94px)}
.gateway-nav-wrap.is-sticky{position:fixed;top:0;right:0;left:0;z-index:990;box-shadow:0 9px 30px rgba(11,25,43,.14);animation:gateway-nav-enter .28s ease both}
.gateway-nav-wrap.is-sticky .gateway-logo img{max-height:68px}
@keyframes gateway-nav-enter{from{transform:translateY(-12px);opacity:.92}to{transform:translateY(0);opacity:1}}
@media(max-width:1200px){.gateway-header.has-sticky-nav{padding-bottom:var(--sticky-nav-height,84px)}}
@media(prefers-reduced-motion:reduce){.gateway-nav-wrap.is-sticky{animation:none}}
