<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-mobile__link{display:flex;height:4em;text-decoration:none;justify-content:space-between;align-items:center}.menu-mobile__link:focus,.menu-mobile__link:hover{text-decoration:none}.menu-mobile__link svg{width:1em;height:1em}.menu-mobile__link svg polyline{fill:none;stroke:var(--color-black);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.menu-mobile__item.open .menu-mobile__child{transform:translateX(0)}.menu-mobile__child{position:absolute;left:0;top:0;width:100%;height:100vh;padding:2em;z-index:3;background-color:var(--color-white);transform:translateX(100%);transition:transform .25s linear}.menu-mobile__child__header{display:flex;flex-direction:column;align-items:flex-start;gap:1.5em;padding-bottom:.5em}.menu-mobile__child__header .toggle-drawer{width:3em;height:3em;border-radius:50%;background-color:var(--color-black);cursor:pointer;display:flex;align-items:center;justify-content:center}.menu-mobile__child__header .toggle-drawer svg{width:1.25em;height:1.25em}.menu-mobile__child__header .toggle-drawer svg line{fill:none;stroke:var(--color-white);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.menu-mobile__child__header .drawer-back{display:flex;gap:.5em;text-transform:uppercase;text-decoration:underline;text-underline-offset:1px;align-items:center}.menu-mobile__child__header .drawer-back svg{width:1em;height:1em;fill:var(--color-black)}.menu-mobile__child .menu-child__title{font-weight:700}.menu-mobile__child .menu-child li{display:flex;height:4em;align-items:center;width:100%}.menu-mobile__child .menu-child a{display:flex;width:100%;height:4em;text-decoration:none;justify-content:space-between;align-items:center}.menu-mobile__child .menu-child a:focus,.menu-mobile__child .menu-child a:hover{text-decoration:none}</pre></body></html>