.menu--desktop{display:block}.menu--mobile{display:none}@media (max-width:767px){.menu--desktop{display:none}.menu--mobile{display:block}}.menu--desktop .menu__wrapper{display:flex;justify-content:flex-end;gap:24px}.menu__item--depth-1{position:relative;display:flex;gap:4px}.menu__item--depth-1 .menu__link{display:inline-flex;align-items:center;justify-content:center;text-align:center;height:56px}.menu__item--depth-1 .menu__child-toggle .menu__child-toggle-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.menu__item--depth-1 .menu__child-toggle .menu__child-toggle-icon:before{content:"\f103";text-rendering:auto;-webkit-font-smoothing:antialiased;font:normal 900 12px/1 Font Awesome\ 6 Free}.menu__submenu--level-2{border:0!important;box-shadow:0 17px 39px rgba(0,0,0,.03);box-sizing:border-box;right:-24px;opacity:0;padding:24px!important;position:absolute;top:100%;transform:translateY(-100%);transition:.3s ease-in-out;visibility:hidden;width:auto;z-index:-1;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));justify-content:center;gap:8px;box-shadow:0 0 30px rgba(0,0,0,.1);border-radius:10px}.menu__submenu--level-2:before{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:12px solid #fff;position:absolute;top:-12px;right:32px}.menu__item--depth-1.menu__item--open .menu__submenu--level-2{opacity:1;transform:translateY(0);visibility:visible}.menu__item--depth-2 .menu__link{text-align:left;width:100%;justify-content:start;font-size:14px;font-weight:600;height:auto;min-height:48px}