@keyframes slide-in-right{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slide-out-right{0%{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes slide-in-up{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes slide-out-down{0%{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.sl-error{background:rgba(255,65,65,.75);backdrop-filter:blur(5rem);border-radius:10rem;color:#fff;padding:16rem 20rem 16rem 52rem;position:relative;width:100%}.sl-error__wrapper{bottom:24rem;display:flex;justify-content:center;left:0;overflow:hidden;overflow-anchor:none;padding:0 16rem;position:fixed;touch-action:auto;width:100%;z-index:99998}.sl-error__title{font-family:"Futura DemiC","Arial","Helvetica",sans-serif;font-size:16rem;line-height:20rem}.sl-error__message{font-family:"Futura BookC regular","Arial","Helvetica",sans-serif;font-size:14rem;line-height:18rem;margin-top:8rem}.sl-error__attention{border-radius:6rem;fill:#fff;height:24rem;left:16rem;position:absolute;top:14rem;width:24rem}.sl-error__close{cursor:pointer;fill:#fff;height:16rem;position:absolute;right:16rem;top:18rem;width:16rem}.sl-error_slide-in,.sl-error_slide-out{animation-duration:400ms;animation-fill-mode:forwards}.sl-error_slide-in{animation-name:slide-in-up}.sl-error_slide-out{animation-name:slide-out-down}@media (min-width:1001px){.sl-error{background:#000;backdrop-filter:blur(5px);border-radius:10px;padding:16px 20px 16px 52px}.sl-error__wrapper{inset:16px 16px auto auto;display:block;padding:0;width:320px}.sl-error__title{font-size:16px;line-height:20px}.sl-error__message{font-size:14px;line-height:18px;margin-top:8px}.sl-error__attention{background-color:#ff4141;border-radius:6px;box-shadow:0 0 20px rgba(255,0,0,.7);height:24px;left:16px;top:14px;width:24px}.sl-error__close{fill:#8a8a8a;height:16px;right:16px;top:18px;width:16px}.sl-error_slide-in{animation-name:slide-in-right}.sl-error_slide-out{animation-name:slide-out-right}}