﻿html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

    html* {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

html,
body {
    height: 100vh;
    margin: 0;
}

::selection {
    background-color: #262638;
    color: #fff;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5;
    color: #6A7080;
    box-sizing: border-box;
    font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a:not([href]):not([tabindex]) {
    color: #4584F7;
    text-decoration: none;
}

    a:not([href]):not([tabindex]):hover {
        cursor: pointer !important;
        outline: none !important;
        color: #5d94f8;
    }

a:link, a:visited {
    text-decoration: none;
    cursor: pointer !important;
    outline: none;
    color: #4584F7;
}

a:focus, a:hover {
    cursor: pointer !important;
    outline: none !important;
    color: #5d94f8;
}

.h-100 {
    height: 100% !important;
}

.w-100 {
    width: 100% !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.text-center {
    text-align: center !important;
}

@media only screen and (max-width: 426px) {
    .vm-pageerror.pagepaddingbottom {
        padding-bottom: 10rem;
    }
}

@media only screen and (max-width: 426px) {
    .vm-pageerror {
        padding: 1.5rem;
    }
}

.vm-pageerror .vm-404text {
    border-bottom: solid 3px #E4ECF2;
    overflow-y: clip;
    padding: 1rem 7rem 4rem 5rem;
    position: relative;
    text-align: center;
}

@media only screen and (max-width: 426px) {
    .vm-pageerror .vm-404text {
        padding: 1rem;
    }
}

.vm-pageerror .vm-404text::after {
    content: "";
    width: 7.6rem;
    height: 4.7rem;
    /* background-image: url(img/shapebottomright.png); */
    background-image: url('../images/shapebottomright.png');
    position: absolute;
    bottom: 4rem;
    right: -5rem;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 426px) {
    .vm-pageerror .vm-404text::after {
        right: 0;
        width: 5rem;
        height: 4rem;
        background-size: contain;
        bottom: 0.6rem;
    }
}

.vm-pageerror .vm-404text::before {
    content: "";
    width: 7.6rem;
    height: 4.7rem;
    background-image: url('../images/shapetopleft.png');
    position: absolute;
    top: 3.8rem;
    left: 3.9rem;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .vm-pageerror .vm-404text::before {
        top: 9.8rem;
        left: -0.1rem;
    }
}

@media only screen and (max-width: 426px) {
    .vm-pageerror .vm-404text::before {
        top: 11.8rem;
        left: 2.9rem;
        width: 5rem;
        height: 4rem;
        background-size: contain;
    }
}

.vm-pageerror .vm-warning {
    background-image: url('../images/bgshape.png');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 16.8rem;
}

.vm-pageerror h2 {
    font-size: 35rem;
    line-height: 33rem;
    color: #DFEAF2;
    margin-bottom: -9rem;
}

@media only screen and (max-width: 768px) {
    .vm-pageerror h2 {
        font-size: 19rem;
        margin-bottom: -13rem;
    }
}

@media only screen and (max-width: 426px) {
    .vm-pageerror h2 {
        font-size: 12rem;
        margin-bottom: -14rem;
    }
}

.vm-pageerror .forbidden a {
    text-decoration: underline;
}

.vm-pageerror .forbidden h3 {
    font-size: 4.2rem;
    color: #314270;
    padding: 5rem 0 2rem;
    font-weight: 500;
    line-height: 1.2;
}

@media only screen and (max-width: 426px) {
    .vm-pageerror .forbidden h3 {
        font-size: 2.2rem;
        padding: 3rem 0 1rem;
    }
}

.vm-pageerror .forbidden p {
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
}

@media only screen and (max-width: 426px) {
    .vm-pageerror .forbidden p br {
        display: none;
    }
}

.topMenu a {
    display: block;
    padding: 0.3125rem 0.25rem;
}