.Drawer{background-color:#0000;height:100%;position:fixed;right:0;top:0;width:100%;z-index:125}.Drawer>.DrawerOverlay{background:#313233b3;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0}.Drawer>.DrawerWrapper{background:#edf3f6;display:flex;flex-direction:column;width:100%}.Drawer>.DrawerWrapper--is-opening{animation:openDrawer .4s ease-in-out forwards}.Drawer>.DrawerWrapper--is-closing{animation:closeDrawer .4s ease-in-out forwards}.Drawer>.DrawerWrapper--full-to-right{animation:fullToRight .4s ease-in-out forwards}.Drawer>.DrawerWrapper--right-to-full{animation:openDrawer .4s ease-in-out forwards}@keyframes closeDrawer{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes openDrawer{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes fullToRight{0%{width:100%}to{width:384px}}.Drawer>.DrawerWrapper>.DrawerHeader{align-items:center;background:#fff;border-bottom:1px solid #b8c6ce;display:flex;font-size:1.7rem;justify-content:space-between;min-height:3rem;padding:.5rem 1rem}.Drawer>.DrawerWrapper>.DrawerHeader>.CloseButton{background-color:#0000;border:0;cursor:pointer;margin-left:auto;padding:0}.Drawer>.DrawerWrapper>.DrawerHeader>.CloseButton>.CloseIcon{color:#3f5c6e;font-size:2.6rem}.Drawer>.DrawerWrapper>.DrawerFooter{bottom:0;position:absolute;width:100%}.Drawer--right>.DrawerWrapper{height:100%;min-width:384px;position:absolute;right:0;top:0;width:fit-content}@media (max-width:480px){.Drawer--right>.DrawerWrapper{min-width:100%;width:100%}}@media (min-width:481px)and (max-width:768px){.Drawer--right>.DrawerWrapper{min-width:100%;width:100%}}.Drawer--full>.DrawerWrapper{height:100%;min-width:100%;width:100%}.Drawer--full>.DrawerOverlay{display:none}
/*# sourceMappingURL=drawer_v1.min.css.map*/