<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page.error-page {
    background-color: #fafafa;
}

.error-page {
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    overflow: hidden;
}

.error-header,
.error-footer {
    position: relative;
    width: 100%;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.error-header {
    position: absolute;
    top: 0; left: 0;
    padding: 10px 0 11px;
    border-top: 3px solid #00a950;
}
.error-header .img-logo {
    width: 160px;
}

.error-footer {
    position: absolute;
    bottom: 0; left: 0;
    padding: 15px 0;
}
.error-footer .slogan {
    padding: 0;
}
.error-footer .slogan .img {
    width: 173px;
    height: 27px;
}

.error-main:after {
    content: "";
    display: table;
    clear: both;
}

.error-row {
    display: table;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
}
.error-col {
    display: table-cell;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 120px;
    vertical-align: top;
}

.err-image {
    position: relative;
    width: 40%;
    vertical-align: bottom;
    text-align: right;
}
.err-image &gt; img {
    max-height: 85vh;
}

.err-content {
    width: 60%;
}
.err-content .entrycontent {
    padding: 40px 0 80px;
}

.err-content .err-heading {
    margin-bottom: 30px;
}

.err-content .err-action,
.err-content .err-note {
    margin-top: 60px;
}
.err-content .err-action .btn {
    min-width: 150px;
    margin: 5px 10px 5px 0;
}
.err-content .err-action .select {
    width: 350px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.err-content .err-note {
    font-size: 80%;
}


@media screen and (max-height:850px) {
    
    .error-col {
        padding-top: 100px;
    }
    .err-content .err-action,
    .err-content .err-note {
        margin-top: 40px;
    }
    
}


@media screen and (max-height:800px) {
    
    .error-col {
        padding-top: 90px;
    }
    .err-content .err-action,
    .err-content .err-note {
        margin-top: 30px;
    }
    
}


@media screen and (max-width:991px) {
    
    .error-header {
        position: static;
    }
    
    .error-row,
    .error-col {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 0;
    }
    
    .err-content .entrycontent {
        padding: 40px 0 20px;
    }
    
    .err-image {
        padding-right: 30px;
        margin-top: -150px;
    }
    .err-image &gt; img {
        display: block;
        margin: 0 0 0 auto;
        max-height: none;
        max-width: 50%;
    }
    
}


@media screen and (max-width:640px) {
    
    .err-image {
        padding: 0;
        margin-top: 0;
    }
    
    .err-content .err-action, 
    .err-content .err-note {
        margin-top: 30px;
    }
    .err-content .err-action .btn {
        min-width: 120px;
        margin-right: 10px;
    }
    .err-content .err-action .select {
        width: 100%;
    }
    
}
</pre></body></html>