.nlmtm-menu,.nlmtm-submenu{list-style:none;margin:0;padding:0}.nlmtm-item{position:relative}.nlmtm-submenu{padding-inline-start:calc(var(--nlmtm-depth, 1) * 10px)}.nlmtm-submenu-wrap{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows 0.3s ease,opacity 0.2s ease;scroll-margin-top:var(--nlmtm-scroll-offset,0)}.nlmtm-submenu-wrap>.nlmtm-submenu{overflow:hidden;min-height:0}.nlmtm-item:has(>.nlmtm-radio-open:checked)>.nlmtm-submenu-wrap{grid-template-rows:1fr;opacity:1;transition:grid-template-rows 0.3s ease,opacity 0.25s ease 0.05s}@media (prefers-reduced-motion:reduce){.nlmtm-submenu-wrap{transition:none}}.nlmtm-row{display:flex;align-items:center;justify-content:space-between}.nlmtm-link,.nlmtm-static{display:inline-flex;align-items:center;flex:1 1 auto;min-width:0}.nlmtm-toggle-wrap,.nlmtm-row-toggle{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}.nlmtm-row-toggle{flex:1 1 auto;justify-content:space-between;min-width:0}.nlmtm-toggle-wrap{justify-content:center;min-width:44px;min-height:44px}.nlmtm-toggle-label{position:absolute;inset:0;cursor:pointer;touch-action:manipulation;-webkit-touch-callout:none}.nlmtm-expand-hit{pointer-events:auto}.nlmtm-collapse-hit{pointer-events:none}.nlmtm-item:has(>.nlmtm-radio-open:checked)>.nlmtm-row .nlmtm-expand-hit{pointer-events:none}.nlmtm-item:has(>.nlmtm-radio-open:checked)>.nlmtm-row .nlmtm-collapse-hit{pointer-events:auto}.nlmtm-chevron-visual{display:inline-flex;pointer-events:none}.nlmtm-chevron{display:block;flex-shrink:0;height:auto;aspect-ratio:1 / 1;max-width:1.25em;max-height:1.25em;transform:rotate(0deg);transition:transform 0.25s ease}.nlmtm-radio,.screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0}.nlmtm-item:has(>.nlmtm-radio-open:checked)>.nlmtm-row .nlmtm-chevron{transform:rotate(180deg)}