.drawer-mobile-open .drawer-mobile{left:0}.drawer-mobile{left:-520px;right:auto;transition:left .25s linear;top:0;height:100dvh;max-height:100dvh;overflow:hidden;background-color:var(--color-bg-light-accent)}.drawer-mobile__header{display:flex;justify-content:space-between;background-color:var(--color-bg-dark);padding:0 0 0 1.5em;height:4em;align-items:center}.drawer-mobile__header img{width:6em}.drawer-mobile__header .drawer-close{background-color:transparent;border:none;font:1em t26-carbon,sans-serif;width:4.125em;min-width:4.125em;height:5em;min-height:5em;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-left:1px solid rgba(255,255,255,.125)}.drawer-mobile__header .drawer-close svg{width:1.125em;height:auto}.drawer-mobile__header .drawer-close svg circle,.drawer-mobile__header .drawer-close svg line,.drawer-mobile__header .drawer-close svg path,.drawer-mobile__header .drawer-close svg polygon{fill:none;stroke:var(--color-white);stroke-width:1.25;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.drawer-mobile__header .drawer-close span{display:none}.drawer-mobile__inner{grid-template-rows:auto 1fr}.drawer-mobile__content{padding:0}@media (max-width:440px){.drawer-mobile__content{padding:0}}@media (min-width:768px){.drawer-mobile__content::-webkit-scrollbar{width:4px;border-radius:.25em}.drawer-mobile__content::-webkit-scrollbar-track{box-shadow:none;background-color:var(--color-border-primary);border-radius:.25em}.drawer-mobile__content::-webkit-scrollbar-thumb{background-color:var(--color-text-body);outline:0;border-radius:.25em}}