.errorWrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:1rem;justify-content:center;padding:1.5rem 6.7%;text-align:center;width:100%}@media(min-width:768px){.errorWrapper{margin:0 auto;padding:0;width:30rem}}.errorWrapper div{width:100%}.errorWrapper .logo{display:flex;justify-content:center}.errorWrapper .logo img{height:5rem;width:auto}.errorWrapper .error-message-content{display:flex;flex-direction:column;gap:.5rem}.errorWrapper .error-message-content .title{color:#2f2f2f;font-size:1.5rem;font-weight:700;line-height:2rem;margin:0}.errorWrapper .error-message-content .message{color:#2f2f2f;font-size:1rem;font-weight:500;line-height:1.5rem;margin:0}.errorWrapper .back-to-button{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.errorWrapper .back-to-button .reload{background:#fbcd2b;border-radius:.25rem;box-shadow:none;color:#2f2f2f;font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.5rem;margin-bottom:.5rem;padding:.75rem 1.25rem;transition:none}.errorWrapper .back-to-button .reload:focus,.errorWrapper .back-to-button .reload:hover{background-color:#ffd43e;box-shadow:0 0 .5rem rgba(0,0,0,.17)}.errorWrapper .back-to-button .reload:active{background:#ffd43e;box-shadow:0 0 .5rem rgba(0,0,0,.17);color:#2f2f2f}.errorWrapper .back-to-button .reload:disabled{background-color:#fbcd2b;color:rgba(47,47,47,.4)}.errorWrapper .back-to-button .reload.inverted{background:#2f2f2f;color:#fbcd2b}.errorWrapper .back-to-button .chat-button{align-items:center;background-color:#dbdbdb;border-radius:.25rem;cursor:pointer;display:flex;font-size:1rem;font-weight:700;height:3rem;justify-content:center;line-height:1.25rem;padding:.5rem 1.5rem;width:100%}.errorWrapper .back-to-button .chat-button:active,.errorWrapper .back-to-button .chat-button:focus,.errorWrapper .back-to-button .chat-button:hover{background-color:#dbdbdb;box-shadow:none}html.desktop .errorWrapper .error-message-content .title{font-size:2rem;font-weight:700;line-height:2.25rem}html.desktop .errorWrapper .error-message-content .message{font-size:1.25rem;font-weight:500;line-height:1.5rem}