@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");.anchor-menu{background:var(--bg-color);border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;width:100%}.anchor-menu__inner{align-items:center;display:flex;justify-content:center}.anchor-menu__item{color:var(--text-color);font-weight:600;padding:18px 24px;text-decoration:none;transition:color .2s;white-space:nowrap}.anchor-menu__item:hover{color:var(--hover-color)}.anchor-menu__toggle{display:none}@media (max-width:767px){.anchor-menu{position:relative}.anchor-menu__toggle{align-items:center;background:var(--bg-color);border:none;color:var(--text-color);cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:16px 20px;width:100%}.anchor-menu__icon{transition:transform .25s ease}.anchor-menu__toggle.open .anchor-menu__icon{transform:rotate(180deg)}.anchor-menu__inner{align-items:stretch;border-top:1px solid #e5e5e5;display:none;flex-direction:column;width:100%}.anchor-menu__inner.open{display:flex}.anchor-menu__item{border-bottom:1px solid #efefef;padding:16px 20px;width:100%}.anchor-menu__item:last-child{border-bottom:none}}