@keyframes fadeIn{0%{opacity:0}to{opacity:.5}}@keyframes fadeOut{0%{opacity:.5}to{opacity:0}}.modal{--animation-time:.35s;pointer-events:none;z-index:100;justify-content:flex-end;display:flex;position:fixed;inset:0;overflow:scroll}.modal__background{opacity:0;width:100%;height:100%;animation:var(--animation-time) forwards fadeIn;background-color:#000;position:absolute;top:0;left:0}.modal__background--fade-out{animation:var(--animation-time) forwards fadeOut}.modal__content{transition:opacity var(--animation-time),transform var(--animation-time);opacity:0;background-color:#fff;width:100%;height:100vh;transition-timing-function:cubic-bezier(.075,.82,.165,1);position:relative;transform:translate(100%)}@media only screen and (min-width:743px){.modal__content{max-height:100%}}.modal__content>.stack{height:100%}.modal--open{pointer-events:all}.modal--open .modal__content{opacity:1;transform:none}body.with-modal{overflow:hidden}
.menu{background-color:var(--neutral-surface-light);height:100vh;padding:24px 40px}
.divider{appearance:none;background:var(--lines-default);border:none;width:100%;height:1px;display:block}
/*# sourceMappingURL=178t7or50cakc.css.map*/