html {
    display: flex;
    min-height: 100%;
    box-sizing: border-box;
    color: #222;
    font-family: system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none
}

html.platform--ios {
    min-height: 100vh
}

body {
    background-color: #fff
}

@media (min-width:992px) {
    body {
        background-color: #f6f8fa
    }
}

body,
html {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

*,
::after,
::before {
    box-sizing: inherit;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

* {
    scrollbar-width: thin
}

@media (min-width:992px) {
    * {
        scrollbar-width: auto
    }
}

button,
input,
select {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    background: 0 0;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit
}

a {
    color: #01842e;
    cursor: pointer;
    text-decoration: none
}

@media (pointer:fine) {
    a:hover {
        color: #017027
    }
}

a:active {
    color: #016323
}

img,
svg {
    display: block
}

[dir=rtl] .rtl-mirror {
    transform: scaleX(-1)
}

.error {
    height: 100%
}

.error__container {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 1.5rem;
    padding: 2.5rem max(1.5rem, env(safe-area-inset-right)) max(2.5rem, env(safe-area-inset-bottom)) max(1.5rem, env(safe-area-inset-left));
    background-color: #2c3832;
    overflow-y: auto
}

.error__frame {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    margin-bottom: 4rem
}

@media (min-width:992px) {
    .error__frame {
        justify-content: center
    }
}

.error__logo-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin-bottom: 4rem
}

@media (min-width:992px) {
    .error__logo-wrapper {
        flex-grow: 0
    }
}

.error__logo {
    width: 10rem
}

.error__error {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center
}

@media (min-width:992px) {
    .error__error {
        width: auto;
        width: 25rem
    }
}

.error__title {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #fff
}

.error__message {
    font-size: 1.125rem;
    letter-spacing: .01em;
    line-height: 1.5;
    color: #fff
}

.error__copyright {
    font-size: .75rem;
    letter-spacing: .03em;
    line-height: 1.5;
    color: #fff
}

.noscript {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    text-align: center
}

.noscript__title {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 500
}

.noscript__message {
    font-size: 1.125rem;
    letter-spacing: .01em;
    line-height: 1.5
}