@media (min-width: 850px) {
    body {
        --shark-header-admin-offset: 0px;
        --shark-header-height: 90px;
    }

    body.admin-bar {
        --shark-header-admin-offset: 32px;
    }

    #header.header {
        position: fixed !important;
        top: var(--shark-header-admin-offset) !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: var(--shark-header-height) !important;
        z-index: 10000 !important;
        transform: none !important;
        transition: none !important;
        will-change: auto;
        background: #fff !important;
    }

    #main {
        padding-top: var(--shark-header-height) !important;
    }


    #header.header,
    #header.header.has-sticky,
    #header.header.sticky-hide-on-scroll,
    #header.header.sticky-hide-on-scroll--active {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    #header .header-wrapper,
    #header .header-wrapper.stuck {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        height: var(--shark-header-height) !important;
        min-height: var(--shark-header-height) !important;
        max-height: var(--shark-header-height) !important;
        transform: none !important;
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transition: none !important;
    }

    #header.sticky-hide-on-scroll--active .header-wrapper,
    #header.sticky-hide-on-scroll--active .header-wrapper.stuck {
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .header-placeholder {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
    }

    #top-bar,
    #wide-nav {
        display: none !important;
    }

    #masthead.header-main {
        height: var(--shark-header-height) !important;
        min-height: var(--shark-header-height) !important;
        max-height: var(--shark-header-height) !important;
        background: #fff !important;
        overflow: visible !important;
    }

    #masthead .top-divider {
        display: none !important;
    }

    .shark-header {
        position: relative;
        z-index: 100;
        width: 100%;
        height: var(--shark-header-height);
        background: #fff;
        font-family: Roboto, Arial, sans-serif;
        box-shadow: 0 0 0 rgba(0, 65, 112, 0);
        transition: box-shadow .18s ease;
        transform: translateZ(0);
    }

    body.shark-header-is-scrolled .shark-header {
        box-shadow: 0 8px 18px rgba(0, 65, 112, .1);
    }

    .shark-header__top {
        height: 90px !important;
        min-height: 90px !important;
        max-height: 90px !important;
        background: #fff;
    }

    .shark-header__inner {
        position: relative;
        width: min(100%, 1360px);
        height: 100%;
        margin: 0 auto;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .shark-header__hotline {
        position: absolute;
        left: 24px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #1295dc;
        text-decoration: none;
        line-height: 1.15;
    }

    .shark-header__hotline:hover {
        color: #1295dc;
    }

    .shark-header__hotline-icon {
        width: 48px;
        height: 48px;
        border: 1.5px solid #1295dc;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 48px;
    }

    .shark-header__hotline-text {
        display: grid;
        gap: 4px;
        font-size: 14px;
        font-weight: 400;
        white-space: nowrap;
    }

    .shark-header__hotline-text strong {
        font-size: 20px;
        font-weight: 700;
        color: #008fde;
    }

    .shark-header__logo {
        width: 220px;
        text-align: center;
    }

    .shark-header__logo a {
        display: inline-block;
        line-height: 0;
    }

    .shark-header__logo img {
        display: block;
        width: 240px !important;
        max-width: 240px !important;
        max-height: 106px !important;
        object-fit: contain;
    }

    .shark-header__logo .logo-tagline,
    .shark-header__logo .header-logo-sticky,
    .shark-header__logo .header-logo-dark {
        display: none !important;
    }

    .shark-header__language-wrap {
        position: absolute;
        right: 24px;
        top: 28px;
        transform: none;
        z-index: 101;
    }

    .shark-header__language {
        appearance: none;
        -webkit-appearance: none;
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #008fde !important;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        line-height: 1;
        white-space: nowrap;
        min-height: 0 !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        background-image: none !important;
        border: 0 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        cursor: pointer;
    }

    #header .shark-header__language:hover,
    #header .shark-header__language:focus,
    #header .shark-header__language:active {
        color: #008fde !important;
        background: transparent !important;
        background-image: none !important;
        border-color: transparent !important;
        box-shadow: none !important;
        outline: 0;
    }

    .shark-header__language-dropdown {
        position: absolute;
        top: calc(100% + 5px);
        right: 0;
        transform: none;
        width: max-content;
        min-width: 0;
        background: linear-gradient(180deg, #0f95d9 0%, #087ec8 100%) !important;
        border: 1px solid rgba(17, 143, 212, .14) !important;
        border-radius: 8px;
        box-shadow: 0 12px 24px rgba(0, 65, 112, .14);
        padding: 0;
        overflow: hidden;
        z-index: 102;
    }

    .shark-header__language-dropdown a {
        display: flex;
        align-items: center;
        min-height: 26px;
        padding: 0 10px;
        border-radius: 0;
        color: #fff !important;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
        transition: background-color .16s ease, color .16s ease;
    }

    .shark-header__language-dropdown a:hover {
        background: rgba(255, 255, 255, .16);
        color: #fff !important;
    }

    .shark-header__language-wrap.is-open .shark-header__language-caret {
        transform: rotate(-135deg) translateY(2px);
    }

    .shark-header__language-icon {
        display: inline-flex;
        color: #008fde !important;
    }

    .shark-header__language-icon svg {
        width: 19px;
        height: 19px;
    }

    .shark-header__language-caret {
        width: 8px;
        height: 8px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        transition: transform .18s ease;
    }

    .shark-header__nav {
        height: 54px !important;
        min-height: 54px !important;
        max-height: 54px !important;
        background: linear-gradient(180deg, #0f95d9 0%, #087ec8 100%);
        border-top: 1px solid rgba(255, 255, 255, .2);
        overflow: visible;
        font-family: Arial, "Helvetica Neue", sans-serif;
        font-synthesis: none;
    }

    .shark-header__nav-inner {
        width: min(100%, 1120px);
        height: 100%;
        margin: 0 auto;
        padding: 0 18px;
    }

    .shark-header__menu,
    .shark-header__menu .sub-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .shark-header__menu {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .shark-header__menu > .menu-item {
        position: relative;
        height: 100%;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .shark-header__menu a {
        text-decoration: none;
        letter-spacing: 0;
        font-family: inherit;
    }

    .shark-header__menu > .menu-item > a {
        position: relative;
        height: auto;
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 0 18px;
        border-radius: 999px;
        transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
        box-sizing: border-box;
    }

    .shark-header__menu > .menu-item > a::after {
        display: none;
    }

    .shark-header__menu > .menu-item:hover > a::after,
    .shark-header__menu > .menu-item:focus-within > a::after,
    .shark-header__menu > .current-menu-item > a::after,
    .shark-header__menu > .current-menu-ancestor > a::after {
        transform: none;
    }

    .shark-header__menu > .menu-item:hover > a,
    .shark-header__menu > .menu-item:focus-within > a,
    .shark-header__menu > .current-menu-item > a,
    .shark-header__menu > .current-menu-ancestor > a {
        background: #fff;
        color: #118fd4 !important;
        box-shadow: 0 6px 14px rgba(0, 65, 112, .12);
    }

    .shark-header__menu > .menu-item > .sub-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        width: 360px;
        max-height: calc(100vh - 180px);
        overflow: visible;
        background: #fff;
        border-radius: 8px;
        padding: 0;
        box-shadow: 0 4px 18px rgba(0, 65, 112, .18);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(8px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
        z-index: 9999;
    }

    .shark-header__menu > .menu-item > .sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        height: 8px;
    }

    .shark-header__menu > .menu-item:nth-last-child(-n+2) > .sub-menu {
        left: auto;
        right: 0;
    }

    .shark-header__menu > .menu-item:hover > .sub-menu,
    .shark-header__menu > .menu-item:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item {
        position: relative;
        margin: 0;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children::after {
        content: "";
        position: absolute;
        top: 0;
        right: -12px;
        width: 18px;
        height: 100%;
        background: transparent;
        opacity: 0;
        transition: opacity .16s ease, background-color .16s ease;
        z-index: 3;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item > a {
        min-height: 56px;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 12px 24px;
        color: #118fd4 !important;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.3;
        white-space: normal;
        transition: background-color .16s ease, color .16s ease;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item > a::before {
        content: "";
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        background: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 3.5c-2.3 0-4.5 1.5-4.5 4.3 0 1 .3 2 .7 3 .4 1 .6 2 .7 3.1.2 2.8 1.1 5.1 2.4 5.1.8 0 1-1.2 1.3-2.6.2-1 .4-1.8.8-1.8s.6.8.8 1.8c.3 1.4.5 2.6 1.3 2.6 1.3 0 2.2-2.3 2.4-5.1.1-1.1.3-2.1.7-3.1.4-1 .7-2 .7-3 0-2.8-2.2-4.3-4.5-4.3-1.1 0-1.8.3-2.5.7-.7-.4-1.4-.7-2.3-.7Zm0 2c.5 0 1 .2 1.6.5.4.2.8.2 1.2 0 .5-.3 1-.5 1.7-.5 1.2 0 2.5.7 2.5 2.3 0 .7-.2 1.4-.5 2.2-.5 1.2-.8 2.5-.9 3.7-.1 1.2-.4 2.4-.7 3.2-.1-.3-.2-.7-.3-1.1-.4-1.8-1-3.4-2.6-3.4s-2.2 1.6-2.6 3.4c-.1.4-.2.8-.3 1.1-.3-.8-.6-2-.7-3.2-.1-1.2-.4-2.5-.9-3.7-.3-.8-.5-1.5-.5-2.2 0-1.6 1.3-2.3 2.5-2.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 3.5c-2.3 0-4.5 1.5-4.5 4.3 0 1 .3 2 .7 3 .4 1 .6 2 .7 3.1.2 2.8 1.1 5.1 2.4 5.1.8 0 1-1.2 1.3-2.6.2-1 .4-1.8.8-1.8s.6.8.8 1.8c.3 1.4.5 2.6 1.3 2.6 1.3 0 2.2-2.3 2.4-5.1.1-1.1.3-2.1.7-3.1.4-1 .7-2 .7-3 0-2.8-2.2-4.3-4.5-4.3-1.1 0-1.8.3-2.5.7-.7-.4-1.4-.7-2.3-.7Zm0 2c.5 0 1 .2 1.6.5.4.2.8.2 1.2 0 .5-.3 1-.5 1.7-.5 1.2 0 2.5.7 2.5 2.3 0 .7-.2 1.4-.5 2.2-.5 1.2-.8 2.5-.9 3.7-.1 1.2-.4 2.4-.7 3.2-.1-.3-.2-.7-.3-1.1-.4-1.8-1-3.4-2.6-3.4s-2.2 1.6-2.6 3.4c-.1.4-.2.8-.3 1.1-.3-.8-.6-2-.7-3.2-.1-1.2-.4-2.5-.9-3.7-.3-.8-.5-1.5-.5-2.2 0-1.6 1.3-2.3 2.5-2.3Z'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item.shark-menu-item-has-icon > a::before {
        display: none;
    }

    .shark-header__submenu-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
    }

    .shark-header__submenu-icon img {
        display: block;
        width: 24px;
        height: 24px;
        max-width: 24px;
        max-height: 24px;
        object-fit: contain;
    }

    .shark-header__submenu-text {
        min-width: 0;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item:hover > a,
    .shark-header__menu > .menu-item > .sub-menu > .menu-item:focus-within > a {
        background: #f2fbff;
        color: #0084cf !important;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:hover::after,
    .shark-header__menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:focus-within::after {
        background: linear-gradient(90deg, #f2fbff 0%, #fff 100%);
        opacity: 1;
    }

    .shark-header__menu .sub-menu .sub-menu {
        position: absolute;
        top: 12px;
        left: calc(100% - 1px);
        width: 300px;
        background: #fff;
        border-radius: 0 8px 8px 0;
        padding: 0 !important;
        overflow: hidden;
        box-shadow: 10px 10px 24px rgba(0, 65, 112, .10);
        border: 1px solid rgba(17, 143, 212, .05);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(6px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
        z-index: 9998;
    }

    .shark-header__menu .sub-menu .sub-menu > .menu-item {
        margin: 0;
        padding: 0 !important;
    }

    .shark-header__menu .sub-menu .sub-menu::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        width: 1px;
        background: #fff;
    }

    .shark-header__menu > .shark-menu-lv3-left .sub-menu .sub-menu {
        left: auto;
        right: calc(100% - 1px);
        border-radius: 8px 0 0 8px;
        transform: translateX(-6px);
    }

    .shark-header__menu > .shark-menu-lv3-left .sub-menu .sub-menu::before {
        left: auto;
        right: -1px;
    }

    .shark-header__menu > .shark-menu-lv3-left > .sub-menu > .menu-item.menu-item-has-children::after {
        right: auto;
        left: -12px;
        background: #fff;
    }

    .shark-header__menu > .shark-menu-lv3-left > .sub-menu > .menu-item.menu-item-has-children:hover::after,
    .shark-header__menu > .shark-menu-lv3-left > .sub-menu > .menu-item.menu-item-has-children:focus-within::after {
        background: linear-gradient(270deg, #f2fbff 0%, #fff 100%);
    }

    .shark-header__menu .sub-menu .menu-item:hover > .sub-menu,
    .shark-header__menu .sub-menu .menu-item:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }

    .shark-header__menu .sub-menu .sub-menu a {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 12px 16px;
        border-radius: 0;
        color: #118fd4 !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.35;
        transition: background-color .16s ease, color .16s ease;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item:first-child > a,
    .shark-header__menu .sub-menu .sub-menu > .menu-item:first-child > a {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .shark-header__menu > .menu-item > .sub-menu > .menu-item:last-child > a,
    .shark-header__menu .sub-menu .sub-menu > .menu-item:last-child > a {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .shark-header__menu .sub-menu .sub-menu a:hover,
    .shark-header__menu .sub-menu .sub-menu a:focus {
        background: #edf9ff;
        color: #0084cf !important;
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .shark-header__inner,
    .shark-header__nav-inner {
        width: 100%;
        max-width: none;
    }

    .shark-header__nav-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    .shark-header__menu {
        gap: 2px;
        justify-content: space-between;
    }

    .shark-header__menu > .menu-item > a {
        font-size: 13px;
        padding-left: 9px;
        padding-right: 9px;
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {
    .shark-header__inner,
    .shark-header__nav-inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    .shark-header__top {
        height: 90px;
        min-height: 90px;
        max-height: 90px;
    }

    .shark-header__hotline {
        left: 18px;
    }

    .shark-header__hotline-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .shark-header__hotline-text {
        font-size: 13px;
    }

    .shark-header__hotline-text strong {
        font-size: 18px;
    }

    .shark-header__logo,
    .shark-header__logo img {
        width: 190px !important;
        max-width: 190px !important;
    }

    .shark-header__language-wrap {
        right: 18px;
    }

    .shark-header__menu {
        gap: 0;
    }

    .shark-header__menu > .menu-item > a {
        font-size: 11px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 850px) and (max-width: 1023.98px) {
    .shark-header__inner,
    .shark-header__nav-inner {
        width: 100%;
        padding-left: 6px;
        padding-right: 6px;
    }

    .shark-header__top {
        height: 90px !important;
        min-height: 90px !important;
        max-height: 90px !important;
    }

    .shark-header__hotline {
        left: 16px;
    }

    .shark-header__hotline-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .shark-header__hotline-text {
        font-size: 12px;
    }

    .shark-header__hotline-text strong {
        font-size: 17px;
    }

    .shark-header__logo,
    .shark-header__logo img {
        width: 170px !important;
        max-width: 170px !important;
    }

    .shark-header__language-wrap {
        right: 16px;
    }

    .shark-header__menu {
        gap: 0;
        justify-content: space-between;
    }

    .shark-header__menu > .menu-item > a {
        min-height: 30px;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 10px;
    }
}

@media (max-width: 849.98px) {
    .shark-header--desktop {
        display: none !important;
    }
}

.slider--style-bn {
    padding-top: 50px !important;
}
