.site-header{padding-bottom:2rem;padding-top:2rem;position:relative}.site-header__nav{align-items:center;display:grid;grid-template-columns:1fr 4fr 1fr}@media screen and (max-width:1199.98px){.site-header__nav{grid-template-columns:1fr auto}}.site-header .menu{display:flex;gap:4rem;justify-content:center;list-style:none;margin:0;padding:0}.site-header .menu>li.menu-item a{box-shadow:none;color:rgb(var(--color-foreground),1);font-size:1.8rem;font-weight:400;outline:none;padding:1rem 0;position:relative;text-decoration:none}.site-header .menu>li.menu-item a:before{background-color:rgb(var(--color-button),1);bottom:0;content:"";height:.2rem;left:0;position:absolute;transition:width .1s linear;width:0}.site-header .menu>li.menu-item a:hover,.site-header .menu>li.menu-item.current-menu-item a{color:rgb(var(--color-button),1)}.site-header .menu>li.menu-item a:hover:before,.site-header .menu>li.menu-item.current-menu-item a:before{width:100%}.header__button{display:flex;flex-wrap:wrap;justify-content:flex-end}
.d-hidden{display: none !important}