.menu__toggle-level{background-color:#fff0;color:var(--color);border:solid 2px #fff0;margin:0;outline:none;cursor:pointer}.menu__toggle-level .icon{will-change:transform;transition:transform 200ms ease}.menu__toggle-level.is-active .icon{transform:rotate(90deg)}.menu__toggle-level--1{padding:0 .5em 0 0}.menu__toggle-level--2{display:inline-flex;position:absolute;top:0;left:0;padding:.25em 0}.menu{overflow-y:auto}.menu__level{list-style-type:none;margin:0;padding:0}.menu__level--1{display:grid;width:100%;grid-template-columns:repeat(1,1fr);grid-gap:0 1rem}@media(min-width:768px){.menu__level--1{grid-gap:1rem;grid-template-columns:repeat(4,1fr)}.menu__level--1 .menu__level-count-1{grid-template-columns:repeat(1,1fr)}.menu__level--1 .menu__level-count-2{grid-template-columns:repeat(2,1fr)}.menu__level--1 .menu__level-count-3{grid-template-columns:repeat(3,1fr)}}.menu__level--2{position:fixed;background:#fff;margin-left:auto;margin-right:auto;width:81rem;height:20rem;margin-top:2rem}.menu__level--2,.menu__level--3{display:none}.menu__level--2.is-active,.menu__level--3.is-active{display:block;margin-left:auto;margin-right:auto;left:0;right:0;background-color:#fff;color:#fff}.menu__link{display:inline-block;margin-bottom:1em}.menu__link:not(.btn){text-decoration:none}.menu__link:not(.btn):active,.menu__link:not(.btn).active,.menu__link:not(.btn).is-active{text-decoration:underline}.no-touchevents .menu__link:not(.btn):not(:where(:disabled)):hover,.no-touchevents .menu__link:not(.btn):not(:where(:disabled)).hover,.no-touchevents .menu__link:not(.btn):not(:where(:disabled)).is-hover{text-decoration:underline}.menu__link:not(.btn):not(:where(:disabled)):focus-visible,.menu__link:not(.btn):not(:where(:disabled)).focus,.menu__link:not(.btn):not(:where(:disabled)).is-focus{text-decoration:underline}.menu__list-item--1>.menu__link{font-family:var(--typo-hx-font-family);font-weight:var(--typo-hx-font-weight);line-height:var(--typo-hx-line-height);font-style:var(--typo-hx-font-style);font-size:var(--typo-l-font-size);font-family:var(--typo-l-font-family,var(--typo-hx-font-family));font-weight:var(--typo-l-font-weight,var(--typo-hx-font-weight));line-height:var(--typo-l-line-height,var(--typo-hx-line-height));font-style:var(--typo-l-font-style,var(--typo-hx-font-style))}@media(min-width:768px){.menu__list-item--1:not(:last-child){border-right:none}}.menu__list-item--2{padding-left:1.5em;padding-right:1em;height:15rem;width:11rem;float:left}.menu__list-item--3{font-family:var(--typo-text-font-family);font-weight:var(--typo-text-font-weight);line-height:var(--typo-text-line-height);font-style:var(--typo-text-font-style);font-size:var(--typo-xs-font-size);font-family:var(--typo-xs-font-family,var(--typo-text-font-family));font-weight:var(--typo-xs-font-weight,var(--typo-text-font-weight));line-height:var(--typo-xs-line-height,var(--typo-text-line-height));font-style:var(--typo-xs-font-style,var(--typo-text-font-style));margin-left:1em}.menu-drop .menu__link.menu__link--active{text-decoration:underline}