.menu__wrapper{display:flex;margin-bottom:0}@media screen and (max-width:1000px){.menu__wrapper{flex-wrap:wrap}}.menu__item--depth-1{width:calc(25% - var(--spacer_sm)/1.33333)}.menu__item--depth-1:not(:nth-child(4n+1)){margin-left:var(--spacer_sm)}.menu__submenu--no-menu-link{margin-top:2.6rem}.menu__submenu--level-2{display:flex;flex-direction:column}.menu__item{margin-top:var(--spacer_sm)}.menu__link{background-image:linear-gradient(90deg,#fff,#fff);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;color:#fff;display:inline;font-size:var(--font_size_sm);transition:background-size var(--default_transition)}.menu__link:not(.menu__link--no-link):hover{background-size:100% 1px}@media (max-width:992px){.menu__item--depth-1:not(:nth-child(4n+1)){margin-left:0}.menu__item--depth-1:not(:nth-child(odd)){margin-left:var(--spacer_sm)}.menu__item{margin-top:3rem;padding-right:1rem}}@media (max-width:767px){.menu__item--depth-1{width:33%}.menu__item--depth-1:not(:nth-child(odd)){margin-left:0}}@media (max-width:650px){.menu__item--depth-1{width:50%}}