.base-fullscreen__overlay{-webkit-backdrop-filter:blur(5px) saturate(.8);backdrop-filter:blur(5px) saturate(.8);height:100vh;left:0;position:fixed;top:0;width:99vw;z-index:1}.base-fullscreen__container{backface-visibility:hidden;background:#fff;box-shadow:-10px 0 30px rgba(0,62,146,.4);color:#1ba1ed;height:100vh;overflow-y:hidden;perspective:1000;position:fixed;right:0;top:0;width:100%;will-change:transform;z-index:156}@media screen and (min-width:768px){.base-fullscreen__container{width:100vw}}.base-fullscreen__head{height:100px;margin-right:auto}.base-fullscreen__close,.base-fullscreen__head{align-items:center;display:flex;flex-direction:row}.base-fullscreen__close{border-bottom:1px solid hsla(0,0%,100%,.3);color:#1ba1ed;-moz-column-gap:20px;column-gap:20px;font-size:20px;font-weight:700;height:100%;margin-left:auto;padding-left:35px;width:200px}.base-fullscreen__close svg{fill:#1ba1ed;height:23px;width:23px}.base-fullscreen--dark .base-fullscreen__container{background:#003e92;color:#fff}.base-fullscreen--dark .base-fullscreen__close{color:#fff}.base-fullscreen--dark .base-fullscreen__close svg{fill:#fff}