a {
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

a:visited {
    color: inherit
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none
}
.hidden {
    display: none
}

.oveflow-hidden {
    overflow: hidden
}
.phone-icon {
    margin-right: 16px;
    margin-bottom: -5px
}
header {
    background-color: transparent;
    padding: 20px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    font-family: "Zen Maru Gothic", Sans-serif;
    z-index: 99;
    transition: transform 0.5s;
}

header .top-area {
    padding-bottom: 17.5px
}

header .top-area .page-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .top-area .left-col {
    width: 260px
}

header .top-area .left-col .title {
    color: #004f82;
    font-size: 16px;
    font-family: "Zen Maru Gothic", Sans-serif;
    font-weight: 700;
}

header .top-area .left-col a {
    color: #6c6c6c;
}

header .top-area .mobile-logo {
    display: none;
    width: 320px
}

header .top-area .right-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 260px
}

header .top-area .right-col .social a {
    margin-right: 15px;
    transition: opacity 0.4s
}

header .top-area .right-col .social a:last-of-type {
    margin-right: 0
}

header .top-area .right-col .social a:hover {
    opacity: 0.7
}

header .top-area .right-col .lang {
    color: #004f82;
    font-size: 18px;
    font-family: "Zen Maru Gothic", Sans-serif;
    font-weight: 600;
    margin-left: 20px;
    cursor: pointer;
    transition: opacity 0.4s
}

header .top-area .right-col .lang:hover {
    opacity: 0.7
}

header .top-area .right-col .burger-group {
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: none;
    position: relative
}

header .top-area .right-col .burger-group.mobile-menu-is-open .burger {
    display: none;
    opacity: 0
}

header .top-area .right-col .burger-group.mobile-menu-is-open .burger-x {
    display: block;
    width: 28px;
    height: 28px
}

header .top-area .right-col .burger-group img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out
}

header .custom-logo-link {
    display: flex;
    flex-shrink: 0
}

header .bottom-area .menu-title {
    display: none;
    color: #004f82;
    font-size: 20px;
    font-family: "Zen Maru Gothic", Sans-serif;
    font-weight: 700;
    margin-bottom: 20px
}

header .bottom-area .address-mobile {
    border-top: none;
    padding: 16px 0;
    text-align: right;
    margin-top: 40px;
    display: none;
    align-content: flex-end;
    height: 45%;
}

header .bottom-area .address-mobile .txt-address {
    display: block
}

header .bottom-area .address-mobile .txt-divider {
    width: 1px;
    height: 20px;
    background-color: #595959;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

header .bottom-area .address-mobile .bot-area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    position: relative;
    bottom: 0;
    width: 50%;
    margin-bottom: 48px;
    padding: 0 44px;   
}

header .header-menu {
    display: flex;
    justify-content: space-between;
    padding: 0 44px;
    border-top: 1px solid #d2d2d2;
    width: 100%
}

header .header-menu>li {
    margin-right: 10px;
    font-size: 18px;
    font-family: "Zen Maru Gothic", Sans-serif;
    font-weight: 400;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

header .header-menu>li:last-of-type {
    margin-right: 0
}

header .header-menu>li a {
    color: #112456;
    transition: color 0.3s
}

header .header-menu>li a:hover {
    color: #112456;
    font-weight: 900
}
header .sub-menu>li a:hover {
    color: #112456;
    font-weight: 900
}

header .header-menu>li.active>a {
    color: #112456;
    font-weight: 900
}
.header-menu .menu-item-has-children a:after {
    content: "";
    width: 21.65px;
    height: 21.65px;
    display: inline-block;
    margin-left: 31px;
    margin-bottom: -3px;
    background-image: url("/wp-content/uploads/2024/04/right-arrow-1-4.png");
    background-repeat: no-repeat;
}

.header-menu .has-mega-submenu a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: -3px;
    background-image: url("/wp-content/uploads/2024/04/main-menu-arrow-right-gray.svg")
}
.sub-menu li a:after {
    content: none !important;
}

header .header-menu>li.has-submenu-open .sub-menu {
    display: block
}

header .sub-menu {
    position: absolute;
    top: 100%;
    left: -35px;
    margin-left: 0;
    background-color: #fff;
    box-shadow: 0px 6px 12px 0px #001D4226;
    display: none
}

header .sub-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 20px
}

header .sub-menu li {
    font-size: 16px;
    font-family: "Zen Maru Gothic", Sans-serif;
    font-weight: 400
}

header .sub-menu li a {
    color: #112456;
    padding: 10px 35px;
    display: block;
    text-wrap: nowrap;
    font-size: 18px !important;
}
body.header-hidden header {
    transform: translateY(-100%)
}

body.header-hidden .header-menu>li.has-submenu-open .sub-menu {
    display: none
}

body.header-hidden .sub-megamenu {
    display: none
}

body.header-bg header {
    background-color:#112456
}

.mobile-submenu {
    display: none
}

.sub-megamenu {
    position: fixed;
    top: 180.5px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 6px 12px 0px #001D4226;
    padding: 25px 35px;
    display: flex;
    display: none;
    /* width: 506px;
    height: 368px; */
    font-family: "Roboto";
    font-weight: 400
}

.sub-megamenu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 20px
}

.sub-megamenu .right-area {
    padding-left: 45px
}

.sub-megamenu .right-area li {
    margin-bottom: 7px
}

.sub-megamenu .right-area li:last-of-type {
    margin-bottom: 0
}

.sub-megamenu .right-area li a {
    color:#6C6C6C;
    transition: color 0.3s;
    font-weight: 300
}

.sub-megamenu .right-area li a:hover {
    color: #2B5AA2
}

.sub-megamenu .left-area {
    border-right: 4px solid #8DBEF8;
    padding-right: 20px
}

.sub-megamenu .sub-menu {
    display: none
}

.sub-megamenu.is-open {
    display: flex
}

.sub-megamenu .menu li {
    margin-bottom: 14px
}

.sub-megamenu .menu li:last-of-type {
    margin-bottom: 0
}

.sub-megamenu .menu li a {
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
    color:#737373;
    font-weight: 400;
    transition: color 0.3s
}

.sub-megamenu .menu li a:hover {
    color: #2B5AA2
}

.sub-megamenu .menu .menu-item-has-children a:after {
    content: "";
    width: 10px;
    height: 11px;
    display: inline-block;
    margin-left: 13px;
    background-image: url("/wp-content/uploads/2024/04/menu-arrow-right-grey.svg")
}

.sub-megamenu .menu li.active a {
    color: #004f82
}

.sub-megamenu .menu .menu-item-has-children.active a:after {
    background-image: url("/wp-content/uploads/2024/04/menu-arrow-right-blue.svg")
}

@media only screen and (max-width:1024px) {
    header .top-area .custom-logo-link img {
        width: 230px
    }
    header .top-area .right-col .lang {
        font-size: 15px
    }
    header .top-area .right-col .social a {
        margin-right: 8px
    }
    header .top-area .right-col .social a img {
        width: 20px
    }
    header .header-menu {
        padding: 0
    }
    header .header-menu>li {
        font-size: 14px
    }
    .sub-megamenu {
        top: 160px
    }
}


    header {
        padding-top: 0
    }
    header .top-area {
        padding-bottom: 0;
        height: 83px;
        display: flex
    }
    header .top-area .left-col {
        display: none
    }
    header .top-area .mobile-logo {
        display: flex;
        flex-shrink: 0
    }
    header .top-area .custom-logo-link {
        display: none
    }
    header .top-area .right-col .social {
        display: none
    }
    header .top-area .right-col .burger-group {
        display: block
    }
    header .top-area .right-col .burger-group .burger-x {
        display: none
    }
    header .top-area .right-col .lang {
        font-size: 17px;
        color: #595959;
        margin-right: 10px
    }
    header .bottom-area {
        background-color: #fff;
        position: fixed;
        top: 83px;
        left: 0;
        width: 100%;
        height: calc(100vh - 83px);
        overflow: auto;
        transition: transform 0.6s ease-in-out;
        transform: translateX(-100%);
        z-index: 9999;
    }
    header .bottom-area.shown {
        transform: translateX(0)
    }
    header .bottom-area>.page-wrapper {
        padding-top: 23px
    }
    header .bottom-area .menu-title {
        display: block
    }
    header .bottom-area .address-mobile {
        display: block
    }
    header .header-menu {
        border-top: none;
        display: block
    }
    header .header-menu>li {
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 0;
        padding-bottom: 0
    }
    header .header-menu>li:last-of-type {
        margin-bottom: 0
    }
    header .header-menu>li a {
        font-family: Zen Maru Gothic;
        font-size: 21px;
        font-weight: 700;
    }
    header .header-menu .sub-menu {
        position: static;
        box-shadow: none;
        margin-top: 10px;
        padding-left: 16px
    }
    header .header-menu .sub-menu li {
        font-size: 20px;
        margin-bottom: 13px
    }
    header .header-menu .sub-menu li:last-of-type {
        margin-bottom: 0
    }
    header .header-menu .sub-menu li a {
        padding: 0
    }
    header .header-menu .sub-menu li.has-children-mobile {
        font-size: 16px;
        font-family: "Zen Maru Gothic", Sans-serif;
        font-weight: 400;
        margin-bottom: 14px
    }
    header .header-menu .sub-menu li.has-children-mobile:last-of-type {
        margin-bottom: 0
    }
    header .header-menu .sub-menu li.has-children-mobile>a:after {
        content: "" !important;
        width: 22px;
        height: 22px;
        display: inline-block;
        margin-left: 31px;
        margin-bottom: -3px;
        background-image: url("/wp-content/uploads/2024/04/right-arrow-1-4.png")
    }
    header .header-menu .sub-menu li.has-children-mobile .sub-menu {
        display: none
    }
    .mobile-submenu {
        display: block;
        position: fixed;
        top: 83px;
        left: 0;
        background-color: #fff;
        width: 100%;
        overflow: auto;
        height: calc(100vh - 83px);
        transition: transform 0.6s ease-in-out;
        transform: translateX(-100%);
        padding-top: 20px;
        font-family: "Zen Maru Gothic", Sans-serif;
        z-index: 999999999
    }
    .mobile-submenu.shown {
        transform: translateX(0)
    }
    .mobile-submenu .return-btn {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        cursor: pointer
    }
    .mobile-submenu .mob-title {
        margin-bottom: 15px
    }
    .mobile-submenu .return-btn .arrow {
        width: 23px;
        position: relative;
        top: 4px;
        margin-right: 10px
    }
    .mobile-submenu .return-btn .menu-back {
        color:#2B5AA2;
        font-family: "Zen Maru Gothic", Sans-serif;
        font-size: 20px;
        font-weight: 400
    }
    .mobile-submenu .title {
        color: #2B5AA2;
        font-family: "Zen Maru Gothic", Sans-serif;
        font-size: 20px;
        font-weight: 700
    }
    .mobile-submenu .sub-menu li {
        font-family: "Zen Maru Gothic", Sans-serif;
        font-size: 16px;
        color:#737373;
        margin-bottom:22px;
        font-weight: 400
    }


.page-wrapper {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

@media only screen and (max-width:767px) {
    .page-wrapper {
        padding: 0 30px
    }

    header .top-area .right-col .burger-group {
        width: 31px;
        height: 26px;
    }
    header .top-area .right-col .burger-group.mobile-menu-is-open .burger-x {
        width: 19px;
        height: 19px
    }
    header .header-menu>li a {
        font-size: 18px;
    }
    header .header-menu>li {
        font-size: 18px;    
    }    
    header .header-menu>li a {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-content: flex-end;
        justify-content: flex-start;
        align-items: center;
    }
    .header-menu .menu-item-has-children a:after {
        margin-left: 12px;
    }
    header .sub-menu li a {
        text-wrap: wrap;
    }
    header .bottom-area .address-mobile .bot-area {
        width: 80%;
        margin-bottom: 48px;
        padding: 0 20px;
    }
}

.page-wrapper.small-pad {
    padding: 0 25px
}

@media only screen and (max-width:767px) {
    .page-wrapper.small-pad {
        padding: 0 15px
    }
    header .header-menu .sub-menu li.has-children-mobile>a:after {
        width: 40px;
        margin-left: 10px;
    }
}

.site {
    margin-top: 0
}

@media only screen and (max-width:1024px) {
    .site {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .site {
        margin-top: 0
    }
}

@media only screen and (max-width:496px) {
    header .top-area .mobile-logo {
        width: 80%
    }
}
