.sticky-menu__items{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;padding:1.2rem 1.8rem;display:flex}@media only screen and (width>=1280px){.sticky-menu__items{padding:1.2rem 6rem}}.sticky-menu__item{border-radius:.3rem;padding:.2rem .6rem;display:inline-block}.sticky-menu-wrapper{z-index:99;top:calc(var(--header-height-mobile) - 1px);background-color:var(--white);position:sticky}@media only screen and (width>=1280px){.sticky-menu-wrapper{top:calc(var(--header-height-desktop) - 1px)}}span.sticky-menu__item{background-color:var(--morning-sky);color:var(--white)}a.sticky-menu__item{background-color:var(--chalk);transition:var(--transition-all)}@media only screen and (width>=1280px){a.sticky-menu__item:hover{opacity:.7}}
