HTML, BODY {
    height: 100%;
    margin: 0;
    border: 0;
    font-family: 'Calibre Regular', sans-serif;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

/* thin scrollbar */

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    position: relative;
    right: 15px;
    padding-right: 15px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #f1f1f1;
    max-height: 100px;
}

A {
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

BUTTON {
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0;
    cursor: pointer;
}

IMG {
    max-width: 100%;
}

.container {
    margin: 0 auto;
}

.Header {
    background-color: #013648;
    height: 119px;
    display: flex;
}

.Header>DIV {
    width: 100%;
}

.Header .container {
    display: flex;
    width: 100%;
    padding: 0px 70px 0px 60px;
}

.Header .header-content {
    display: flex;
    justify-content: space-between;
    margin: auto 0;
    width: 100%;
}

.Header .header-content .right-col A {
    color: #013648;
}

.Header .header-content .right-col SPAN {
    display: inline-block;
    padding: 0px 30px;
    position: relative;
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: -0.34px;
    font-family: 'Calibre Medium';
}

.Header .header-content .right-col SPAN:first-child {
    border-left: solid 1px #013648;
    padding-left: 40px;
}

.Header .header-content .right-col SPAN:last-child:after {
    display: none;
}

.Header .header-content .right-col SPAN:last-child {
    padding-right: 0px;
}

.Header .header-content .logo {
    width: 158px;
}

.Header .header-content .logo A {
    position: relative;
    top: 5px;
}

.Header .header-content .logo A IMG {
    min-width: 169px;
}

.Header .mobile-menu {
    display: none;
}

.Header .header-menu-overlay {
    display: none;
}

.RouteNotFound {
    padding: 60px 0px;
    min-height: calc(100vh - 181px);
}

.RouteNotFound .RouteNotFound-inner {
    text-align: center;
}

.RouteNotFound .heading1 {
    font-size: 100px;
    font-weight: normal;
    line-height: 1.06;
    letter-spacing: -0.64px;
    color: #013648;
    margin-bottom: 30px;
    font-family: HeldaneDisplay;
    text-shadow: 2px 2px #74bdc7;
}

.RouteNotFound .paragraph {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.3px;
    color: rgba(1, 54, 72, 0.5);
    margin-bottom: 28px;
}

.CircleButton.WhiteButton {
    width: 232px;
    height: 48px;
    border-radius: 24px;
    background-color: transparent;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: -.34px;
    color: #013648;
    font-family: Calibre Medium;
    opacity: 1;
    cursor: pointer;
    outline: 0;
    border: 1px solid #013648;
}

.CircleButton.WhiteButton:hover {
    background-color: #013648;
    color: #fff;
}

.footer {
    padding: 21px 0;
}

.footer .footer-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .footer-menu-ul {
    display: flex;
    flex-wrap: wrap;
}

.footer .footer-menu-ul .menu-item-list A {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #979ea6;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #979ea6;
    display: inline-block;
}

.footer .footer-menu-ul .menu-item-list:last-child A {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.footer .paragraph {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #979ea6;
}

@media (hover: hover) {
    .Header .header-content .right-col A:hover {
        text-decoration: none;
    }
    .Header .mobile-menu:hover SPAN:last-child {
        width: 20px;
    }
    .footer .footer-menu-ul .menu-item-list A:hover {
        color: #013648;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (max-width: 1200px) {
    .Header .container {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .footer .footer-block {
        justify-content: center;
    }
    .footer .footer-menu-ul {
        width: 100%;
        margin-bottom: 15px;
        justify-content: center;
    }
    .RouteNotFound {
        min-height: calc(100vh - 216px);
    }
}

@media (max-width: 767px) {
    .Header {
        height: 108px;
    }
    .Header .header-content .logo A IMG {
        width: 128px;
    }
    .Header .right-col {
        transition: 0.3s all linear;
        position: fixed;
        right: -320px;
        top: 0;
        bottom: 0;
        background-color: #013648;
        width: 300px;
        padding-top: 100px;
        z-index: 1;
    }
    .Header .mobile-menu SPAN {
        width: 20px;
        display: inline-block;
        height: 2px;
        background-color: #013648;
        position: absolute;
        transition: 0.3s all linear;
    }
    .Header .header-content .right-col A, .Header .header-content .right-col BUTTON {
        color: #fff;
        text-align: center;
    }
    .Header .header-content .right-col BUTTON {
        border: solid 1px #ffffff;
    }
    .Header .header-content .right-col SPAN {
        width: 100%;
        text-align: center;
        padding: 0px 0px;
        margin: 10px 0px;
    }
    .Header .mobile-menu SPAN:first-child {
        top: 0;
    }
    .Header .mobile-menu SPAN:nth-child(2) {
        top: 9px;
    }
    .Header .mobile-menu SPAN:last-child {
        top: 18px;
        width: 10px;
    }
    .Header .mobile-menu {
        width: 20px;
        height: 18px;
        position: relative;
        top: 13px;
        cursor: pointer;
        display: block;
        right: 0px;
    }
    .Header.menu-active .right-col {
        right: 0px;
        z-index: 3;
    }
    .Header.menu-active .mobile-menu SPAN:last-child {
        display: none;
    }
    .Header.menu-active .mobile-menu SPAN {
        background-color: #fff;
        transform: rotate(45deg);
    }
    .Header.menu-active .mobile-menu SPAN:nth-child(2) {
        transform: rotate(-45deg);
        top: 0;
    }
    .Header.menu-active .mobile-menu {
        position: fixed;
        right: 15px;
        top: 50px;
        z-index: 3;
    }
    .AfterAuthHeader.menu-active+.wrap-content-row .Sidebar {
        left: 0;
        z-index: 8;
        box-shadow: 1px 3px 3px 0px #e6e6e6;
    }
    .Header .header-menu-overlay {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .Header.menu-active .header-menu-overlay {
        display: block;
        z-index: 2;
    }
    .container {
        padding: 0 30px;
    }
    .footer .footer-menu-ul {
        margin-bottom: 0;
    }
    .RouteNotFound {
        padding: 40px 0px;
        min-height: calc(100vh - 295px);
    }
    .RouteNotFound .heading1 {
        font-size: 70px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .RouteNotFound .paragraph {
        font-size: 18px;
        line-height: 1.06;
        margin-bottom: 15px;
    }
    .footer .footer-menu-ul {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footer .menu-item-list {
        width: auto;
        text-align: center;
    }
    .footer .footer-menu-ul .menu-item-list A {
        margin-bottom: 10px;
        line-height: 10px;
        padding-top: 5px;
    }
    .footer .paragraph {
        width: 100%;
    }
    .footer .footer-menu-ul .menu-item-list:nth-child(odd) A {
        padding-right: 9px;
        margin-right: 9px;
        border-right: 1px solid #979ea6;
    }
    .footer .footer-menu-ul {
        margin-bottom: 14px;
    }
}

@media (max-width: 375px) {
    .footer .container {
        padding: 0 15px;
    }
}