.dc-gmo-header,
.dc-gmo-header * {
    box-sizing: border-box;
}

.dc-gmo-header {
    --dc-gmo-primary: #12284c;
    --dc-gmo-primary-dark: #0b1a35;
    --dc-gmo-gold: #c8a04e;
    --dc-gmo-border: #e4e6eb;
    --dc-gmo-topbar: #1f2733;
    --dc-gmo-topbar-text: #cfd6e0;
    position: relative;
    width: 100%;
    z-index: 1000;
    font-family: inherit;
}

.dc-gmo-header a,
.dc-gmo-header a:visited {
    text-decoration: none;
}

.dc-gmo-header__container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 16px;
}

.dc-gmo-header__sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.dc-gmo-header__topbar {
    position: relative;
    z-index: 3;
    background: var(--dc-gmo-topbar);
    color: var(--dc-gmo-topbar-text);
    font-size: 13px;
    line-height: 1.35;
}

.dc-gmo-header__topbar-inner {
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dc-gmo-header__top-left,
.dc-gmo-header__top-right,
.dc-gmo-header__top-item,
.dc-gmo-header__top-cta {
    display: flex;
    align-items: center;
}

.dc-gmo-header__top-left {
    min-width: 0;
    gap: 20px;
}

.dc-gmo-header__top-right {
    flex: 0 0 auto;
}

.dc-gmo-header__top-item,
.dc-gmo-header__top-cta,
.dc-gmo-header__top-item:visited,
.dc-gmo-header__top-cta:visited {
    color: inherit;
    gap: 5px;
    white-space: nowrap;
    transition: color .18s ease;
}

.dc-gmo-header__top-item[href]:hover,
.dc-gmo-header__top-item[href]:focus-visible,
.dc-gmo-header__top-cta:hover,
.dc-gmo-header__top-cta:focus-visible {
    color: #fff;
}

.dc-gmo-header__top-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--dc-gmo-gold);
    line-height: 1;
    margin-right: 2px;
}

.dc-gmo-header__top-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.dc-gmo-header__top-value,
.dc-gmo-header__top-label {
    line-height: inherit;
}

.dc-gmo-header__main {
    position: relative;
    z-index: 4;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06);
}

.dc-gmo-header__main--sticky {
    position: relative;
}

.dc-gmo-header__main--fixed {
    position: fixed;
    top: var(--dc-gmo-sticky-offset, 0px);
    right: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

.dc-gmo-header__sticky-spacer {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    pointer-events: none;
}

.dc-gmo-header__main-inner {
    min-height: 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.dc-gmo-header__brand {
    flex: 0 1 auto;
    min-width: 0;
}

.dc-gmo-header__logo,
.dc-gmo-header__logo-link {
    display: flex;
    align-items: center;
    line-height: 0;
}

.dc-gmo-header__logo-link {
    outline-offset: 4px;
}

.dc-gmo-header__logo img {
    display: block;
    width: 300px;
    max-width: 100%;
    max-height: 46px;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

.dc-gmo-header__site-name {
    color: var(--dc-gmo-primary);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.dc-gmo-header__nav {
    flex: 1 1 auto;
    min-width: 0;
}

.dc-gmo-header__menu-wrap,
.dc-gmo-header__menu {
    width: 100%;
}

.dc-gmo-header__menu,
.dc-gmo-header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dc-gmo-header__nav > div > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.dc-gmo-header__nav li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dc-gmo-header__nav > div > ul > li + li::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: 1px;
    height: 18px;
    transform: translateY(-50%);
    background: var(--dc-gmo-border);
}

.dc-gmo-header__nav a,
.dc-gmo-header__nav a:visited {
    display: block;
    color: var(--dc-gmo-primary-dark);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    transition: color .18s ease, background-color .18s ease;
}

.dc-gmo-header__nav > div > ul > li > a {
    padding: 17px 10px;
}

.dc-gmo-header__nav a:hover,
.dc-gmo-header__nav a:focus-visible,
.dc-gmo-header__nav .current-menu-item > a,
.dc-gmo-header__nav .current_page_item > a,
.dc-gmo-header__nav .current-menu-ancestor > a {
    color: var(--dc-gmo-primary);
}

.dc-gmo-header__nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    min-width: 240px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 2px solid var(--dc-gmo-primary);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.dc-gmo-header__nav li:hover > .sub-menu,
.dc-gmo-header__nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dc-gmo-header__nav .sub-menu a {
    padding: 12px 16px;
    border-bottom: 1px solid var(--dc-gmo-border);
    font-weight: 500;
    white-space: normal;
}

.dc-gmo-header__nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.dc-gmo-header__submenu-toggle {
    display: none;
}

.dc-gmo-header__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dc-gmo-header__language {
    display: inline-flex;
    align-items: center;
    min-width: 60px;
}

.dc-gmo-header__language select {
    min-width: 60px;
    height: 36px;
    padding: 0 29px 0 12px;
    border: 1px solid var(--dc-gmo-border);
    border-radius: 8px;
    background-color: #fff;
    color: var(--dc-gmo-primary-dark);
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.dc-gmo-header__language select:hover,
.dc-gmo-header__language select:focus-visible {
    border-color: var(--dc-gmo-primary);
    box-shadow: 0 0 0 2px rgba(18, 40, 76, .08);
}

.dc-gmo-header__language-shortcode,
.dc-gmo-header__language-shortcode > * {
    margin: 0;
}

.dc-gmo-header__gtranslate-engine {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.dc-gmo-header__gtranslate-engine,
.dc-gmo-header__gtranslate-engine .gtranslate_wrapper,
.dc-gmo-header__gtranslate-engine select,
.dc-gmo-header__gtranslate-engine [class*="gt_"] {
    max-width: 1px !important;
    max-height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.dc-gmo-header__toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    color: var(--dc-gmo-primary-dark);
    cursor: pointer;
    flex: 0 0 44px;
}

.dc-gmo-header button.dc-gmo-header__toggle,
.dc-gmo-header button.dc-gmo-header__toggle:hover,
.dc-gmo-header button.dc-gmo-header__toggle:focus,
.dc-gmo-header button.dc-gmo-header__toggle:focus-visible,
.dc-gmo-header button.dc-gmo-header__toggle:active {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: var(--dc-gmo-primary-dark);
    text-shadow: none;
}

.dc-gmo-header button.dc-gmo-header__toggle:focus {
    outline: none;
}

.dc-gmo-header button.dc-gmo-header__toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.dc-gmo-header__toggle span {
    display: block;
    width: 23px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
}

.dc-gmo-header.dc-menu-open .dc-gmo-header__toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.dc-gmo-header.dc-menu-open .dc-gmo-header__toggle span:nth-child(2) {
    opacity: 0;
}

.dc-gmo-header.dc-menu-open .dc-gmo-header__toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.dc-gmo-header__overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(11, 26, 53, .52);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.dc-gmo-header.dc-menu-open .dc-gmo-header__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dc-gmo-header button.dc-gmo-header__overlay,
.dc-gmo-header button.dc-gmo-header__overlay:hover,
.dc-gmo-header button.dc-gmo-header__overlay:focus,
.dc-gmo-header button.dc-gmo-header__overlay:focus-visible,
.dc-gmo-header button.dc-gmo-header__overlay:active {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background-color: rgba(11, 26, 53, .52);
    background-image: none;
    box-shadow: none;
}

.dc-gmo-header__menu-empty {
    padding: 10px 16px;
    border: 1px dashed var(--dc-gmo-border);
    color: #6b7480;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 1024px) {
    .dc-gmo-header__main {
        z-index: 10000;
    }

    .dc-gmo-header__top-left {
        gap: 16px;
    }

    .dc-gmo-header .dc-hide-tablet {
        display: none !important;
    }

    .dc-gmo-header__main-inner {
        min-height: 68px;
        gap: 14px;
    }

    .dc-gmo-header__logo img {
        width: 240px;
        max-height: 42px;
    }

    .dc-gmo-header__toggle {
        display: block;
    }

    .dc-gmo-header__nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10001;
        width: min(86vw, 320px);
        height: 100dvh;
        padding: 72px 0 24px;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fff;
        box-shadow: 8px 0 30px rgba(0, 0, 0, .14);
        transform: translateX(-105%);
        transition: transform .26s ease;
    }

    .dc-gmo-header.dc-menu-open .dc-gmo-header__nav {
        transform: translateX(0);
    }

    .dc-gmo-header__nav > div > ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
    }

    .dc-gmo-header__nav > div > ul > li + li::before {
        display: none;
    }

    .dc-gmo-header__nav > div > ul > li > a,
    .dc-gmo-header__nav .sub-menu a {
        min-height: 49px;
        display: flex;
        align-items: center;
        padding: 13px 20px;
        border-bottom: 1px solid var(--dc-gmo-border);
        white-space: normal;
    }

    .dc-gmo-header__nav .menu-item-has-children > a {
        padding-right: 58px;
    }

    .dc-gmo-header__nav .sub-menu {
        position: static;
        min-width: 0 !important;
        width: 100%;
        display: none;
        border-top: 0;
        background: #f6f7f9;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }

    .dc-gmo-header__nav .sub-menu .sub-menu {
        position: static;
        background: #eef0f3;
    }

    .dc-gmo-header__nav li.dc-submenu-open > .sub-menu {
        display: block;
    }

    .dc-gmo-header__submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 49px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid var(--dc-gmo-border);
        background: transparent;
        color: var(--dc-gmo-primary);
        cursor: pointer;
    }

    .dc-gmo-header button.dc-gmo-header__submenu-toggle,
    .dc-gmo-header button.dc-gmo-header__submenu-toggle:hover,
    .dc-gmo-header button.dc-gmo-header__submenu-toggle:focus,
    .dc-gmo-header button.dc-gmo-header__submenu-toggle:focus-visible,
    .dc-gmo-header button.dc-gmo-header__submenu-toggle:active {
        appearance: none;
        -webkit-appearance: none;
        border: 0;
        border-bottom: 1px solid var(--dc-gmo-border);
        border-radius: 0;
        background-color: transparent;
        background-image: none;
        box-shadow: none;
        color: var(--dc-gmo-primary);
        text-shadow: none;
    }

    .dc-gmo-header button.dc-gmo-header__submenu-toggle:focus {
        outline: none;
    }

    .dc-gmo-header button.dc-gmo-header__submenu-toggle:focus-visible {
        outline: 2px solid currentColor;
        outline-offset: -4px;
    }

    .dc-gmo-header__submenu-toggle::before,
    .dc-gmo-header__submenu-toggle::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 1.5px;
        border-radius: 2px;
        background: currentColor;
        transition: transform .2s ease;
    }

    .dc-gmo-header__submenu-toggle::before {
        transform: translateX(-2.5px) rotate(45deg);
    }

    .dc-gmo-header__submenu-toggle::after {
        transform: translateX(2.5px) rotate(-45deg);
    }

    .dc-gmo-header__nav li.dc-submenu-open > .dc-gmo-header__submenu-toggle::before {
        transform: translateX(-2.5px) rotate(-45deg);
    }

    .dc-gmo-header__nav li.dc-submenu-open > .dc-gmo-header__submenu-toggle::after {
        transform: translateX(2.5px) rotate(45deg);
    }

    body.dc-gmo-menu-lock {
        overflow: hidden;
        touch-action: none;
    }
}

@media (max-width: 767px) {
    .dc-gmo-header__topbar {
        display: none;
    }

    .dc-gmo-header .dc-hide-mobile {
        display: none !important;
    }

    .dc-gmo-header__main-inner {
        min-height: 64px;
        gap: 8px;
    }

    .dc-gmo-header__brand {
        flex: 1 1 auto;
    }

    .dc-gmo-header__logo img {
        width: 190px;
        max-height: 38px;
    }

    .dc-gmo-header__actions {
        gap: 4px;
    }

    .dc-gmo-header__language select {
        min-width: 58px;
        height: 34px;
        padding-left: 9px;
        padding-right: 24px;
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .dc-gmo-header__logo img {
        width: 165px;
    }

    .dc-gmo-header__language {
        min-width: 54px;
    }

    .dc-gmo-header__language select {
        min-width: 54px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dc-gmo-header__nav,
    .dc-gmo-header__overlay,
    .dc-gmo-header__toggle span,
    .dc-gmo-header__submenu-toggle::before,
    .dc-gmo-header__submenu-toggle::after {
        transition: none !important;
    }
}
