.site-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    transition: top .5s ease;
    width: 100%;
    z-index: 999
}

.site-header .header_top_section {
    background-color: #231f20;
    width: 100%
}

.site-header .header_top_section .header_top_section_linner {
    align-items: center;
    display: flex;
    gap: 22px;
    justify-content: flex-end;
    padding-bottom: 11px;
    padding-top: 8px
}

.site-header .header_top_section .header_top_section_linner .sign_up_link {
    color: #f2f2f2;
    font-family: var(--font_Montserra_SemiBold);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    transition: all .5s ease
}

.site-header .header_top_section .header_top_section_linner .sign_up_link:hover {
    color: #56addc;
    text-decoration: underline;
    text-underline-offset: 2px
}

.site-header .header_top_section .header_top_section_linner .social_link {
    color: #0083ca;
    transition: all .5s ease
}

.site-header .header_top_section .header_top_section_linner .social_link:hover {
    color: #006ca6
}

.site-header .header_bottom_section {
    padding: 24px 0 26px
}

.site-header .header_bottom_section .header_inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.site-header .header_bottom_section .header_inner .left_section img {
    display: block
}

.site-header .header_bottom_section .header_inner .right_section {
    align-items: center;
    display: flex;
    gap: 48px
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper {
    align-items: center;
    display: flex;
    gap: 48px;
    list-style: none;
    margin: 0;
    padding: 0
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item {
    margin: 0;
    padding: 0;
    position: relative
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a {
    color: #231f20;
    font-family: var(--font_Montserra_SemiBold);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    text-decoration: none;
    transition: all .5s ease
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a span {
    color: #231f20;
    font-family: var(--font_Montserrat_Extra_Bold);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0;
    pointer-events: none
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a:before {
    color: #231f20;
    content: attr(data-title);
    font-family: var(--font_Montserra_SemiBold);
    font-size: 18px;
    font-weight: 400;
    left: 2px;
    line-height: 28px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transition: all .5s ease;
    width: 100%
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.current-menu-item>a span,
.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.current-menu-parent>a span,
.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:hover>a span {
    opacity: 1
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.current-menu-item>a:before,
.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.current-menu-parent>a:before,
.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:hover>a:before {
    opacity: 0;
    transition: all .1s ease 0s
}

/* .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.current-menu-item:after,
.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.current-menu-parent:after, */
.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:hover:after {
    background-color: #0083ca !important
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:hover>.sub-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0)
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:before {
    content: "";
    height: 43px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:after {
    background-color: transparent;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: calc(100% + 38px);
    transition: all .5s ease;
    width: 100%
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>.sub-menu {
    background: #efefef;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 404px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 43px);
    transform: translateY(-10px);
    transition: all .3s
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>.sub-menu>.menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>.sub-menu>.menu-item>a {
    background-color: transparent;
    color: #231f20;
    display: inline-block;
    font-family: var(--font_Montserra_SemiBold);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 12px 15px 12px 24px;
    text-decoration: none;
    transition: all .5s ease;
    width: 100%
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>.sub-menu>.menu-item>a.active,
.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>.sub-menu>.menu-item>a:hover {
    background-color: #04669b;
    color: #edf8ff
}

.site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>.sub-menu>.menu-item>.sub-menu {
    display: none
}

@media (min-width:992px) {

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.mobile_only,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a .expand_sub_menu,
    .site-header__dark-overlay {
        display: none
    }
}

@media (max-width:1366px) {

    .site-header .header_bottom_section .header_inner .right_section,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper {
        gap: 28px
    }
}

@media (max-width:1199px) {
    .site-header .header_bottom_section {
        padding: 16px 0 20px
    }

    .site-header .header_bottom_section .header_inner .right_section,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper {
        gap: 12px
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item {
        font-size: 14px;
        line-height: 24px
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:after {
        top: calc(100% + 34px)
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a span,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a:before {
        font-size: 14px;
        line-height: 24px
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>.sub-menu {
        min-width: 350px;
        top: calc(100% + 39px)
    }

    .site-header .header_bottom_section .header_inner .right_section .btn {
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width:991px) {
    body.mobile_menu_active {
        overflow: hidden
    }

    .site-header__dark-overlay {
        background-color: rgba(0, 0, 0, .5);
        content: "";
        height: 100vh;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: opacity .25s ease-in-out, visibility .25s;
        visibility: hidden;
        width: 100%;
        z-index: 9
    }

    .site-header .header_top_section {
        position: relative;
        z-index: 10
    }

    .site-header .header_top_section .header_top_section_linner {
        gap: 20px;
        padding-bottom: 9px;
        padding-top: 9px
    }

    .site-header .header_top_section .header_top_section_linner .sign_up_link {
        font-size: 16px;
        line-height: 24px;
        margin-right: auto
    }

    .site-header .header_top_section .header_top_section_linner .social_link svg {
        height: 32px;
        width: 32px
    }

    .site-header .header_bottom_section {
        background-color: #fff;
        padding: 16px 0;
        position: relative;
        z-index: 10
    }

    .site-header .header_bottom_section .header_inner .left_section {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container {
        height: 35px;
        padding: 8px 6px;
        width: 40px
    }

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container .hamburger_bar {
        background-color: transparent;
        border: none;
        display: flex;
        flex-direction: column;
        height: 20px;
        justify-content: space-between;
        position: relative;
        width: 27px
    }

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container .hamburger_bar span {
        background-color: #231f20;
        border-radius: 4px;
        height: 2px;
        transition: all .5s ease;
        width: 100%
    }

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container .hamburger_bar span:nth-child(2) {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(0)
    }

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container .hamburger_bar.active span:nth-child(2) {
        opacity: 0;
        transform: translateX(-10px) translateY(-50%)
    }

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container .hamburger_bar.active span:first-child {
        transform: rotate(45deg) translate(6px, 7px)
    }

    .site-header .header_bottom_section .header_inner .left_section .menu-button-container .hamburger_bar.active span:last-child {
        transform: rotate(-45deg) translate(6px, -7px)
    }

    .site-header .header_bottom_section .header_inner .left_section img {
        max-height: 48px
    }

    .site-header .header_bottom_section .header_inner .left_section:after {
        content: "";
        height: 35px;
        position: relative;
        width: 40px
    }

    .site-header .header_bottom_section .header_inner .right_section {
        background-color: #efefef;
        left: 0;
        max-height: calc(100% - 114px);
        opacity: 1;
        opacity: 0;
        overflow-y: auto;
        pointer-events: none;
        position: fixed;
        top: 130px;
        transition: opacity .25s ease-out, visibility .25s ease-out;
        visibility: hidden;
        width: 100%;
        z-index: 12
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion {
        max-height: calc(100vh - 114px);
        width: 100%
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item {
        transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
        width: 100%
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:first-child {
        transition-delay: 0s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(2) {
        transition-delay: .03s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(3) {
        transition-delay: .06s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(4) {
        transition-delay: .09s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(5) {
        transition-delay: .12s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(6) {
        transition-delay: .15s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(7) {
        transition-delay: .18s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(8) {
        transition-delay: .21s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:nth-child(9) {
        transition-delay: .24s
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a {
        align-items: center;
        border-bottom: 1px solid #a9a9a9;
        color: #2c2b29;
        display: flex;
        font-family: var(--font_Montserra_SemiBold);
        font-size: 16px;
        gap: 10px;
        justify-content: space-between;
        line-height: 22px;
        margin: 0 auto;
        max-width: 768px;
        opacity: 1;
        padding: 17px 20px;
        pointer-events: all;
        width: 100%
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a:hover {
        font-family: var(--font_Montserrat_Extra_Bold)
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a:before,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a>span {
        display: none
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a .expand_sub_menu {
        background-color: transparent;
        border: none;
        padding: 0;
        text-align: right;
        width: 25px
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item>a .expand_sub_menu:after {
        color: #2c2b29;
        content: "+";
        font-family: var(--font_Montserrat_Bold);
        font-size: 20px;
        line-height: 28px;
        pointer-events: none;
        position: relative
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:after,
    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item:before {
        display: none
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item .sub-menu {
        background-color: #003b82;
        max-height: 0;
        opacity: 1;
        overflow: hidden;
        position: relative;
        top: auto;
        transform: none;
        visibility: visible
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item .sub-menu>.menu-item {
        align-items: center;
        display: flex;
        width: 100%
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item .sub-menu>.menu-item a {
        background-color: #003b82;
        color: #fff;
        font-family: var(--font_Montserra_SemiBold);
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin: 0 auto;
        max-width: 768px;
        padding: 12px 24px 10px;
        transition: all esae .5s;
        width: 100%
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item .sub-menu>.menu-item a:hover {
        font-family: var(--font_Montserrat_Extra_Bold)
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.active>a .expand_sub_menu:after {
        content: "-"
    }

    .site-header .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item.current-menu-item>a>span {
        font-family: var(--font_Montserrat_Extra_Bold)
    }

    .site-header .header_bottom_section .header_inner .right_section .btn {
        display: none
    }

    .site-header.menu_active .site-header__dark-overlay {
        opacity: 1;
        visibility: visible
    }

    .site-header.menu_active .header_bottom_section .header_inner .right_section {
        opacity: 1;
        pointer-events: all;
        visibility: visible
    }

    .site-header.menu_active .header_bottom_section .header_inner .right_section .primary-navigaion .menu-wrapper>.menu-item {
        transform: translateX(0)
    }
}

@media (max-width:767px) {
    .site-header .header_top_section .header_top_section_linner {
        gap: 16px
    }

    .site-header .header_top_section .header_top_section_linner .sign_up_link {
        font-size: 14px;
        line-height: 22px
    }

    .site-header .header_top_section .header_top_section_linner .social_link svg {
        height: 28px;
        width: 28px
    }

    .site-header .header_bottom_section .header_inner .left_section img {
        max-height: 36px
    }

    .site-header .header_bottom_section .header_inner .right_section {
        top: 114px
    }
}

@media (max-width:359px) {
    .site-header .header_top_section .header_top_section_linner .sign_up_link {
        font-size: 12px;
        line-height: 20px
    }
}

/*# sourceMappingURL=header.css.map */