﻿.sticky-bar{backdrop-filter:blur(0.8125rem);background:rgba(255,255,255,.8);position:relative;top:0;transition:top .3s ease var(--sticky-bar-delay, .6s);z-index:7900}@media (max-width:1023px){.sticky-bar{left:0}}@media (min-width:1024px) and (max-width:1439px){.sticky-bar{padding-block:max(1rem,1.4285714286vw + 0.7142857143rem)}}@media (min-width:1440px) and (max-width:1919px){.sticky-bar{padding-block:2.2222222222vw}}@media (min-width:1920px){.sticky-bar{padding-block:1.875vw}}.sticky-bar.is-active{position:sticky}@media (max-width:1023px){.sticky-bar__inner{background-color:#fff;left:0;overflow:auto;padding-block:1rem;scrollbar-width:none;top:0;width:100vw}}@media (max-width:1023px){.sticky-bar__inner::-webkit-scrollbar{display:none}}.sticky-bar__list{display:flex;flex-wrap:wrap}@media (max-width:1023px){.sticky-bar__list{flex-wrap:nowrap}}@media (max-width:1023px){.sticky-bar__item{flex:none}}.site:has(.top-bar.is-active) .sticky-bar{top:var(--top-bar-height)}.site:not(:has(.top-bar.is-active)) .sticky-bar{--sticky-bar-delay:0s}