@media only screen and (max-width:1340px) and (min-width:1280px) {
    .base-header .wrap .action-button-wrap {
        gap: 10px !important;
    }

    .base-header .wrap nav ul .menu-item a {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 18px 14px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .base-header .wrap {
        padding: 0 !important;
    }
}

.post,
.page {
    margin-bottom: 0;
}

.base-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #FFFFFF;
    box-shadow: 0px -10px 20px 0px #DBDBDB52;
    -webkit-tap-highlight-color: transparent;
}

.base-header .wrap {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 8px 40px;
    align-items: center;
    justify-content: space-between;
}

.base-header.no-menu-header .wrap {
    padding: 19px 40px;
}

.base-header .wrap .logo-wrap>a {
    display: flex;
    width: 100%;
    max-width: 262px;
    flex-direction: column;
}

.base-header .wrap .action-button-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.base-header .wrap .action-button-wrap .callus-wrap {
    display: flex;
    gap: 6px;
    align-items: center;
}

.base-header .wrap .action-button-wrap .callus-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.base-header .wrap .action-button-wrap .callus-details p {
    color: #000;
    font-family: 'Golos Text', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 1.4px;
    /* 100% */
    margin: 0;
}

.base-header .wrap .action-button-wrap .callus-details a {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 136.364% */
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    text-underline-offset: 2px;
}

.base-header .wrap .action-button-wrap .contactus-wrap a {
    padding: 14px 24px;
    border-radius: 200px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 133.333% */
    text-transform: uppercase;
    display: block;
    transition: all ease-in-out 200ms;
    text-decoration: none;
    background: #0E4C84;
}

.base-header .wrap .action-button-wrap .contactus-wrap a:hover {
    text-decoration: none;
    background: white;
    color: #0E4C84;
    border-color: #0E4C84;
}

.base-header .wrap nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.base-header .wrap nav>ul {
    display: flex;
}

.base-header .wrap nav>ul .menu-item {
    margin: 0;
    position: relative;
}

.base-header .wrap nav ul .menu-item a {
    color: #808080;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-transform: normal;
    padding: 22px 16px;
    display: block;
    text-decoration: none;
}

.base-header .wrap nav>ul>.menu-item:hover>a {
    color: #0E4C84;
}

.base-header .wrap nav>ul>.menu-item-has-children:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%230382B7' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") !important;

}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a {
    color: #404040;
}


.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item:last-of-type {
    border-bottom: unset;
}

.base-header .wrap nav ul .menu-item-has-children>ul>.menu-item>a:hover {
    color: #0E4C84;
    text-decoration: underline;
}


.base-header .wrap .menu-item-has-children {
    position: relative;
}

.base-header .wrap .menu>.menu-item-has-children::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%23808080' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    width: 10px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease-in-out 200ms;
}

.base-header .wrap .menu>.menu-item-has-children:hover::after {
    rotate: 180deg;
}

.base-header .wrap .menu-item-has-children>ul {
    display: none;
    position: absolute;
    width: 247px;
    background: #fff;
    border: solid 1px #eaeaea;
    border-radius: 4px;
    left: -20px;
    box-shadow: 0px 0px 10px 0px #00000033;
}

.base-header .wrap .menu-item-has-children:not(.sge-mega-menu)>ul {
    padding: 10px;
}

.base-header .wrap .menu-item-has-children:not(.sge-mega-menu)>ul>li>a {
    padding: 8px 15px;
}

.base-header .wrap .menu-item-has-children:hover>ul {
    display: block;
}

.base-header .wrap .menu-item-has-children>ul li>ul {
    display: none;
    z-index: 1;
    width: 242px;
    left: unset;
    top: 0;
    right: -242px;
    background: transparent;
    padding-left: 5px;
    border: unset;
}

.base-header .wrap .menu-item-has-children>ul li:hover>ul {
    display: block;
}

.base-header .wrap .menu-item-has-children:hover .dropdown-menu {
    display: block !important;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}

.base-header .wrap .menu-item-has-children:hover .dropdown-menu li a {
    padding: 8px 24px;
    text-align: left;
    border-bottom: solid 1px #eaeaea;
}

.base-header .wrap .dropdown-item:focus,
.base-header .wrap .dropdown-item:hover {
    background: #f2f2f2;
}

.base-header .wrap .dropdown-menu {
    right: 0;
    left: unset !important;
}

.base-header .wrap .menu-item-has-children:hover .dropdown-menu li:last-of-type a {
    border-bottom: unset;
}

.base-header .wrap .menu-item-has-children .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 2px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.77454 1.81641L4.73102 4.85993C4.54425 5.04669 4.24145 5.04669 4.05468 4.85993L1.01117 1.81641C0.824402 1.62965 0.824402 1.32684 1.01117 1.14007C1.19793 0.953309 1.50074 0.953309 1.6875 1.14007L4.39285 3.84542L7.0982 1.14007C7.28496 0.953309 7.58777 0.953309 7.77454 1.14007C7.9613 1.32684 7.9613 1.62965 7.77454 1.81641Z' fill='%23808080' stroke='%23808080' stroke-width='0.4'/%3E%3C/svg%3E");
    width: 9px;
    height: 6px;
    background-size: cover;
    border: unset;
}

.base-header .wrap .menu-item-has-children>ul>li.menu-item-has-children:hover>a {
    background: #f2f2f2;
}

.base-header .wrap .menu-item-has-children>ul>li.menu-item-has-children:hover ul li:hover>a {
    background: #B2D8E8;
}

.toogle-menu-mobile {
    display: none;
    border: none;
    padding: 0;
    background: unset;
    outline: none !important;
    width: 46px;
    height: 100%;
    /* display: flex; */
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background: #0E4C84;
}


/* Responsive Area */
@media screen and (max-width: 1279px) {
    .base-header .wrap {
        align-items: stretch;
    }

    .base-header .wrap .menu>.menu-item-has-children:hover::after {
        rotate: unset;
    }

    .base-header .wrap .menu>.menu-item-has-children.show::after {
        rotate: 180deg;
    }

    .base-header .wrap .menu>.menu-item-has-children.show>ul>li.menu-item-has-children {
        background: #F8F8F8;
    }

    .base-header .wrap .menu .menu-item-has-children>a {
        max-width: 66%;
        padding-right: 0 !important;
    }

    .base-header .menu-item-has-children.show>ul {
        display: none !important;
    }

    .base-header .wrap .action-button-wrap .callus-details,
    .base-header .wrap .action-button-wrap .contactus-wrap {
        display: none;
    }

    .base-header .wrap .menu-item-has-children:hover .dropdown-menu li a {
        text-align: center;
    }

    .toogle-menu-mobile {
        display: flex;
        border-radius: 0;
    }

    /* .toogle-menu-mobile svg {
        height: 74px;
        width: 74px;
    } */


    .base-header .wrap .logo-wrap {
        padding: 6px 12px;
    }

    .base-header .wrap .columns {
        display: none;
    }

    .base-header .wrap nav ul .menu-item a {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        font-family: 'Inter';
        color: #808080 !important;
        text-transform: capitalize;
        padding: 18px 24px;
    }

    .base-header .wrap nav ul .menu-item>a {
        padding: 18px 24px !important;
    }

    .base-header .wrap .menu-item-has-children:not(.sge-mega-menu)>ul {
        padding: 0;
    }

    .base-header .wrap nav>ul>li:not(.menu-item-has-children)>a:active,
    .base-header .wrap nav>ul>li.menu-item>ul>li>a:active {
        background: #0E4C84 !important;
        color: #fff !important;
    }

    .base-header .wrap .columns.active-menu {
        display: block;
        position: absolute;
        right: 0;
        top: 45px;
        z-index: 99;
        background: #fff;
        width: 400px;
        height: calc(100vh - 79px);
        overflow: scroll;
    }

    .base-header .wrap .columns.active-menu nav>ul {
        flex-direction: column;
    }

    .base-header .wrap .columns.active-menu nav>ul>.menu-item {
        padding: 0;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item {
        border-bottom: solid 1px #d9d9d9;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-type-custom>a {
        padding: 16px 20px;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-type-custom a {
        position: relative;
    }

    .base-header .wrap nav>ul>.menu-item:hover>a {
        color: #808080;
    }

    .base-header .wrap .columns.active-menu .menu-item-has-children .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 19px;
        height: 12px;
        transition: all ease-in-out 200ms;
    }

    .base-header .wrap .menu>.menu-item-has-children ul li.menu-item-has-children::after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%2385695C' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
        width: 10px;
        height: 7px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all ease-in-out 200ms;
    }

    .base-header .wrap .columns.active-menu .menu-item-has-children.show .dropdown-toggle::after,
    .base-header .wrap .menu>.menu-item-has-children ul li.menu-item-has-children.show-child::after {
        rotate: 180deg;
    }

    .base-header .menu-item-has-children>ul {
        display: none !important;
    }

    .base-header .wrap .menu-item-has-children:hover .dropdown-menu {
        display: none !important;
    }

    .base-header .wrap .menu-item-has-children.show>ul.sub-menu {
        display: block !important;
        position: relative !important;
        transform: unset !important;
        width: 100% !important;
        border: unset !important;
        padding: 0 !important;
        left: 0 !important;
    }

    .base-header .menu-item-has-children.show>ul li a {
        text-align: left !important;
        padding: 16px 40px !important;
        text-decoration: none !important;
    }

    .base-header .menu-item-has-children.show>ul li.menu-item-has-children a:active {
        background: #0E4C84 !important;
        color: #fff !important;
    }

    .base-header .menu-item-has-children>ul li a {
        background: #F8F8F8 !important;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-type-custom.show-child>a {
        color: #fff !important;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-type-custom.show-child>a,
    .base-header .wrap .menu>.menu-item-has-children.show>ul>li.menu-item-has-children.show-child {
        background: #0E4C84 !important;
    }

    .base-header .wrap .menu>.menu-item-has-children::after,
    .base-header .wrap .menu>.menu-item-has-children ul li.menu-item-has-children::after {
        width: 14px;
        height: 11px;
        right: 24px;
        margin: unset;
        top: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%23000' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");

    }


    .base-header .wrap nav>ul>.menu-item-has-children.show:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%230E4C84' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    .base-header .wrap .menu>.menu-item-has-children ul li.menu-item-has-children.show-child::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.5 1.66895L5 5.66895L1.5 1.66895' stroke='%23fff' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    }

    header .wrap .menu-item-has-children>ul li.show-child>ul {
        display: block !important;
        position: unset;
        width: 100%;
        background: transparent;
        padding-left: 0;
        border: unset;
        border-top: solid 1px #d9d9d9;
    }

    header .wrap .menu-item-has-children>ul li.show-child>ul li a {
        padding: 16px 60px !important;
        background: #EEEEEE !important;
    }

    header .wrap .menu-item-has-children>ul li.show-child>ul li a:active {
        background: #EAF4FB !important;
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-has-children.show {
        /*         background: #F8F8F8; */
    }

    .base-header .wrap .columns.active-menu nav ul .menu-item-has-children.show>a {
        background: transparent;
        color: #0E4C84 !important;
    }
}

/* .base-header .wrap .logo-wrap {
    margin-right: auto;
} */

.base-header .logo-wrap {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    align-items: center
}


.base-header .logo-wrap .header-trans {
    display: block
}

.base-header .header-trans {
    display: none
}

.base-header .header-trans #gt_float_wrapper img {
    width: 20px;
    border-radius: 0
}

.base-header .header-trans .gt_float_switcher {
    box-shadow: none;
    display: block
}

.base-header .header-trans .gt_float_switcher .gt_options {
    position: absolute;
    width: 71px;
    top: 72%;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0 0 4px 4px
}

.base-header .header-trans .gt_float_switcher .gt-selected {
    padding: 6px
}

.base-header .header-trans .gt_float_switcher .gt-selected .gt-current-lang,
.base-header .header-trans .gt_float_switcher .gt_options a {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .28px;
    text-transform: uppercase;
    padding: 6px
}

.base-header .header-trans .gt_float_switcher .gt_options a {
    width: auto !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.base-header .header-trans .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
    display: flex;
    align-items: center
}

.base-header .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: unset;
    color: #808080;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.base-header .header-trans .gt_float_switcher .gt_options a:hover {
    background: #347196;
    color: #fff
}

.base-header .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    margin-left: 4px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0011 1.22462L5.68006 5.78989C5.41491 6.07004 4.985 6.07004 4.71984 5.78989L0.398821 1.22462C0.133661 0.944468 0.133661 0.490259 0.398821 0.210111C0.66398 -0.070037 1.09389 -0.070037 1.35905 0.210111L5.19995 4.26813L9.04086 0.210111C9.30602 -0.070037 9.73592 -0.070037 10.0011 0.210111C10.2662 0.490259 10.2662 0.944468 10.0011 1.22462Z' fill='%23808080'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: none
}

.base-header .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
    transform: rotate(-180deg)
}



@media screen and (max-width: 1279px) {
    .base-header .wrap .logo-wrap>a {
        max-width: 189px;
    }

    .base-header .wrap .menu-item-has-children>ul {
        box-shadow: unset;
    }
}

@media screen and (max-width: 767px) {

    .base-header .wrap .logo-wrap>a {
        max-width: 189px;
    }

    .base-header .wrap .columns.active-menu {
        width: 100%;
        height: calc(100vh - 60px);
        overflow: scroll;
        top: 99px;
    }

    /* .toogle-menu-mobile svg {
        height: 54px;
        width: 54px;
    } */
    .base-header .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
        font-size: 14px;
        line-height: 20px;
    }

    .base-header .header-trans #gt_float_wrapper img {
        width: 16px;
    }

    .base-header .wrap .logo-wrap {
        padding: 6px 0px 6px 12px;
    }

    .base-header .header-trans .gt_float_switcher .gt_options {
        top: 86%;
    }
}

.pulse {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #0E4C84;
    margin: 0 13px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 #0E4C84;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@media screen and (max-width: 767px) {
    .pulse {
        margin: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(14, 76, 132, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 6px rgba(14, 76, 132, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(14, 76, 132, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(14, 76, 132, 1);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(14, 76, 132, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(14, 76, 132, 0);
    }
}

@media (max-width: 1279px) {
    .base-header .wrap .action-button-wrap .contactus-wrap {
        display: none;
        white-space: nowrap;
    }

    .base-header .wrap .action-button-wrap .contactus-wrap a {
        padding: 8.377px 15.464px;
        font-size: 10.926px;
        line-height: 15.296px;
    }

    .pulse {
        margin: 0;
        width: 26px;
        height: 26px;
    }

    .base-header .wrap .action-button-wrap {
        gap: 12px;
    }
}

.scroll-logo {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 70px;
}

.scroll-logo .scroll-logo-container {
    display: flex;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    transition: transform 1s ease-in-out;
}

.scroll-logo .scroll-logo-container img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1278px) {
    .base-header .wrap {
        padding: 8px 20px;
    }

    .base-header .wrap .action-button-wrap {
        gap: 10px;
    }

    .pulse {
        margin: 0 8px;
    }
}

@media (max-width: 767px) {
    .scroll-logo {
        width: 116px;
        height: 28px;
    }

    .base-header .logo-wrap {
        gap: 10px;
    }

    .base-header .wrap {
        padding: 0;
    }

}

@media screen and (min-width: 1280px) {
    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap {
        position: fixed;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        left: 0;
        right: 0;
        top: 76px;
        margin: 0 auto;
        display: none;
    }

    .base-header .wrap nav .sge-mega-menu:hover .mega-menu-wrap {
        display: block;
    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul {
        background: #fff;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        gap: 24px;
        padding: 32px 60px;

    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul>li>ul {
        padding: 0;
        box-shadow: unset;
    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul>li>a {
        font-family: 'Inter';
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        padding: 14px 15px;
        border-bottom: solid 2px #F2F2F2;
        margin-bottom: 24px;
        letter-spacing: unset;
        color: #0E4C84;
    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul>li>ul {
        display: block;
        position: unset;
        background: unset;
        border: unset;
        border-radius: unset;
    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul>li>ul>li {
        border-bottom: unset;
    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul>li>ul>li>a {
        padding: 8px 15px;
        font-family: 'Inter';
        color: #404040;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-transform: capitalize;
        letter-spacing: unset;
    }

    .base-header .wrap .menu-item-has-children:not(.sge-mega-menu)>ul>li>a:hover,
    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul>li>ul>li>a:hover {
        background: #0E4C84;
        color: #fff !important;
        text-decoration: none !important;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap {
        top: clamp(66px, calc(4.125rem + ((1vw - 12.8px) * 11.6279)), 76px);
    }

    .base-header .wrap nav ul .menu-item a {
        font-size: clamp(16px, calc(1rem + ((1vw - 12.8px) * 2.3256)), 18px);
        padding-left: clamp(14px, calc(0.875rem + ((1vw - 12.8px) * 2.3256)), 16px);
        padding-right: clamp(14px, calc(0.875rem + ((1vw - 12.8px) * 2.3256)), 16px);
    }

    .base-header .wrap .menu-item-has-children:not(.sge-mega-menu)>ul {
        padding: 0;
    }

    .base-header .wrap {
        padding-left: clamp(20px, calc(1.25rem + ((1vw - 12.8px) * 23.2558)), 40px);
        padding-right: clamp(20px, calc(1.25rem + ((1vw - 12.8px) * 23.2558)), 40px);
    }
}

@media (max-width: 425px) {
    .base-header .logo-wrap .header-trans {
        width: 100%;
        max-width: 70px;
    }
}

.pop-up-main-wrap {
    background: #0E4C84;
    padding: 8px 40px;
    width: 100%;
}

.pop-up-main-wrap.mobile-pop-up {
    display: none;
}



html.pum-open .popup-content-inner {
    display: flex;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pum-active .pum-container.pum-responsive.pum-responsive-medium {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*         top: 40px; */
    opacity: 1 !important;
    border: unset;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active img {
    max-height: 550px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active .pum-close {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

@media screen and (max-width: 1390px) {
    .pop-up-main-wrap.mobile-pop-up {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 8px 20px;
    }

    .pop-up-main-wrap.desktop-pop-up {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .pum-active .pum-container.pum-responsive.pum-responsive-medium {
        max-width: 90% !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .pop-up-main-wrap p {
        font-size: 14px;
        line-height: 18px;
    }

}


.pop-up-main-wrap {
    background: #0E4C84;
    padding: 12px 40px;
    width: 100%;
}

.pop-up-main-wrap.mobile-pop-up {
    display: none;
}

.pop-up-main-wrap .pop-up-inner {
    display: flex;
    justify-content: center;
    gap: 4px;
    color: #fff;
}
.pop-up-main-wrap .pop-up-inner > span,
.pop-up-main-wrap p.announcement-pop-up {
	display: none;
}
.pop-up-main-wrap p {
    font-family: 'inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
    margin: auto;
    text-align: center;
}
.pop-up-main-wrap p strong {
	font-weight: 700;
}
.pop-up-main-wrap p mark {
	background: #FF0A0A;
    color: #fff !important;
   padding: 2px 12px;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 22px;
}
html.pum-open .popup-content-inner {
    display: flex;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pum-active .pum-container.pum-responsive.pum-responsive-medium {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*         top: 40px; */
    opacity: 1 !important;
    border: unset;
    padding: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active img {
    max-height: 550px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active .pum-close {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}

@media screen and (max-width: 1390px) {
    .pop-up-main-wrap.mobile-pop-up {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 8px 20px;
    }

    .pop-up-main-wrap.desktop-pop-up {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .pum-active .pum-container.pum-responsive.pum-responsive-medium {
        max-width: 90% !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        left: 0 !important;
    }

    html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .pop-up-main-wrap p {
        font-size: 9px;
        line-height: 12px;
    }

    .pop-up-main-wrap .pop-up-inner>span {
        display: none;
    }

    .pop-up-main-wrap .pop-up-inner {
        gap: 0px;
        flex-direction: column;
    }
	.pop-up-main-wrap p mark {
    margin-right: 0px;
    letter-spacing: 0.08em;
    border-radius: 20px;
    font-size: 8px;
    line-height: 11px;
    display: block;
    width: fit-content;
    margin: 0 auto;
		margin-bottom: 5px;
}
	.pop-up-main-wrap {
    	padding: 8px 10px;
	}
}


html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}

.pum-overlay {
    background: rgba(0, 0, 0, .7) !important;
}

.pum-overlay .pum-container {
    padding: 50px !important;
    border-radius: 16px !important;
}

.pum-overlay .pum-container .pum-close {
    width: unset !important;
    height: unset !important;
    color: #616161 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    border: unset !important;
    box-shadow: none !important;
    top: 50px !important;
    right: 50px !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.popup-content-inner {
    display: flex;
    flex-flow: column nowrap;
    gap: 32px;
}

.popup-content-inner .popup-header {
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
}

.popup-content-inner .popup-header .popup-title {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #464646;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
}

.popup-content-inner .popup-header .popup-title .highlighted {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    color: #73926F;
}

.popup-content-inner .popup-header .intro {
    text-align: center;
}

.popup-content-inner .popup-header .intro * {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.popup-content-inner .popup-header .intro * .highlighted-text {
    color: #73926F;
    font-weight: 700;
}

.popup-content-inner .popup-body {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.popup-content-inner .popup-body .embed-container {
    width: 100%;
    height: 235px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.popup-content-inner .popup-body .embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.popup-content-inner .popup-footer .outro * {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0;
    margin-top: 12px;
}

.popup-content-inner .popup-footer .outro strong {
    font-weight: 700;
}

.popup-content-inner .popup-footer .outro h4 {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    color: #347196;
    margin: 0;
}

.popup-content-inner .popup-footer .outro a,
.popup-content-inner .popup-footer .outro a span {
    color: #73926F;
    font-weight: inherit;
    font-size: inherit;
}

.pum-overlay {
    padding: 25px !important;
}

@media only screen and (max-width: 767px) {
    .pum-container.pum-responsive {
        width: 90% !important;
    }

    .pum-overlay .pum-container {
        padding: 16px !important;
    }

    .pum-overlay .pum-container .pum-close {
        top: 16px !important;
        right: 16px !important;
    }

    .popup-content-inner {
        gap: 24px;
    }

    .popup-content-inner .popup-header {
        gap: 12px;
    }

    .popup-content-inner .popup-header .popup-title {
        font-size: 20px;
        line-height: 28px;
    }

    .popup-content-inner .popup-header .popup-title .highlighted {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
    }

    .popup-content-inner .popup-header .intro {
        padding-top: 12px;
        border-top: 1px solid #CACACA
    }

    .popup-content-inner .popup-header .intro *,
    .popup-content-inner .popup-footer .outro * {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .popup-content-inner .popup-body .embed-container {
        height: 189px;
    }

    .popup-content-inner .popup-footer .outro h4 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

}

.popup-content-inner .popup-header .intro *:first-child,
.popup-content-inner .popup-footer .outro *:first-child {
    margin-top: 0;
}



@media (min-width: 1280px) {
    .base-header .wrap nav>ul * {
        box-sizing: border-box;
    }

    .base-header .wrap nav>ul .menu-item.grid--menu>.sub-menu {
        padding: 32px 60px;
    }

    .base-header .wrap nav>ul .menu-item.grid--menu:hover>.sub-menu {
        display: grid;
    }

    .base-header .wrap nav>ul .menu-item.grid--menu.grid--menu-2>.sub-menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .base-header .wrap nav>ul .menu-item.grid--menu.grid--menu-3>.sub-menu {
        grid-template-columns: repeat(3, 1fr);
    }

    .base-header .wrap nav>ul .menu-item.grid--menu.grid--menu-4>.sub-menu {
        grid-template-columns: repeat(4, 1fr);
    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul {
        box-shadow: 0px 0px 10px 0px #00000033;
        border-radius: 4px;
    }

    .base-header .wrap nav .sge-mega-menu .mega-menu-wrap>ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        max-width: 100%;
    }
}