@font-face {
    font-family: "MetaWeb-book";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/MetaWeb/MetaWeb-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/MetaWeb/MetaWeb-Book.woff") format("woff"), url("../fonts/MetaWeb/MetaWeb-Book.ttf") format("truetype");
}

@font-face {
    font-family: 'Organika-Script';
    src: url('../fonts/Organika/3B08EC_1_0.eot');
    src: url('../fonts/Organika/3B08EC_1_0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Organika/3B08EC_1_0.woff2') format('woff2'),
    url('../fonts/Organika/3B08EC_1_0.woff') format('woff'),
    url('../fonts/Organika/3B08EC_1_0.ttf') format('truetype');
    font-display: swap;
}

html,
body,
div.error-wrap {
    height: 100%;
}

body {
    font-family: "MetaWeb-book", Arial, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1;
}

@media only screen and (min-width: 1024px) {
    body {
        font-size: 20px;
    }
}

div.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -1em;
}
div.flex-auto {
    flex: 0 0 auto;
    width: auto;
    flex-shrink: 0;
    max-width: 100%;
    padding: 0 1em;
    text-align: center;
}
div.flex-grow {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0 1em;
}
div.align-center {
    align-self: center;
}
div.error-wrap {
    position: relative;
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

div.error-wrap div.border {
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
}

.image-wrapper img {
    width: 150px;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .image-wrapper img {
        width: 250px;
    }
}

@media only screen and (min-width: 1024px) {
    .image-wrapper {
        margin: 0;
    }
}

div.error-wrap div.content {
    margin: 0 auto;
    padding: 20px 25px 0 25px;
    z-index: 10;
}

div.error-wrap div.content h2 {
    font-family: "Organika-Script", Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #464646;
    font-weight: normal;
}

@media only screen and (min-width: 1024px) {
    div.error-wrap div.content h2 {
        font-size: 50px;
    }
}

div.error-wrap div.content a {
    color: #464646;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    div.error-wrap div.content a {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1024px) {
    div.error-wrap div.content a {
        font-size: 30px;
    }
}

div.error-wrap div.content a:hover {
    color: #464646;
}

div.error-wrap div.content p {
    margin: 0 0 20px 0;
}

div.error-wrap div.content div.container {
    padding: 20px;
    background: #F1EAE4;
    margin: 0 0 20px 0;
}

div.error-wrap div.content div.container div.linkbox:not(:last-child) {
    margin: 0 0 10px 0;
}