:root{--breakpoints-height-small-phone:680px;--breakpoints-small-phone:380px;--breakpoints-phone:480px;--breakpoints-tablet:668px;--breakpoints-tablet-landscape:801px;--breakpoints-laptop:1025px;--breakpoints-desktop:1281px}.error-screen{opacity:0;z-index:100001;background-color:#000;width:100%;height:0;transition:opacity 1s,height 1s linear;display:flex;position:fixed;top:0;overflow:hidden}.error-screen svg{font-size:8rem}.error-screen__content{color:#fff;opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin:auto;transition:opacity 1s;display:flex}.error-screen__content__text{text-align:center;width:90vw;line-height:1.4em;font-size:var(--font-size-lg);flex-direction:column;justify-content:center;align-items:center;display:flex}.error-screen__content__text p{margin-bottom:15px}.error-screen__content button{cursor:pointer;border-radius:var(--situm-radius-xxl);background:var(--background-color);min-width:20%;color:var(--text-color);justify-content:center;align-items:center;gap:.5rem;padding:.4rem 0;display:flex}@media (max-width:668px){.error-screen__content button{min-width:50%}}.error-screen__content button svg{max-width:1.5rem;max-height:1.5rem}.error-screen__content.is-shown{opacity:1}.error-screen.is-shown{opacity:.8;height:100%}
