#lymy-gtranslate-engine {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#masthead .search-submit {
    min-width: 76px;
    padding-right: 16px;
    padding-left: 16px;
    white-space: nowrap;
}

#masthead .search-submit .search-btn-text {
    white-space: nowrap;
}

.lymy-language-switcher {
    --lymy-language-accent: var(--lymy-brand-primary, var(--global-palette-highlight, #0c3934));
    position: relative;
    z-index: 1002;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 18px 0 22px;
    font-family: inherit;
}

.lymy-language-switcher button {
    font-family: inherit;
}

.lymy-language-switcher__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 92px;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    background: transparent;
    border: 0;
    border-radius: 9px;
    box-shadow: none;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lymy-language-switcher__trigger:hover,
.lymy-language-switcher__trigger:focus-visible,
.lymy-language-switcher.is-open .lymy-language-switcher__trigger {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: none;
    outline: none;
}

.lymy-language-switcher__trigger:active {
    transform: translateY(1px);
}

.lymy-language-switcher__globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    color: currentColor;
    line-height: 0;
    background: transparent;
}

.lymy-language-switcher__globe svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lymy-language-switcher__chevron {
    width: 11px;
    height: 8px;
    margin-left: 1px;
    transition: transform .18s ease;
}

.lymy-language-switcher.is-open .lymy-language-switcher__chevron {
    transform: rotate(180deg);
}

.lymy-language-switcher.is-loading .lymy-language-switcher__globe {
    color: transparent;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-top-color: #fff;
    animation: lymy-language-spin .7s linear infinite;
}

@keyframes lymy-language-spin {
    to { transform: rotate(360deg); }
}

.lymy-language-switcher__menu {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    width: 184px;
    margin: 0;
    padding: 6px;
    color: #30333a;
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.1);
    border-radius: 11px;
    box-shadow: 0 18px 42px rgba(33, 20, 28, 0.18), 0 3px 10px rgba(33, 20, 28, 0.08);
}

.lymy-language-switcher__menu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 23px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid rgba(31, 41, 55, 0.1);
    border-left: 1px solid rgba(31, 41, 55, 0.1);
    transform: rotate(45deg);
}

.lymy-language-switcher__menu[hidden] {
    display: none !important;
}

.lymy-language-switcher__option {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 34px 1fr 18px;
    align-items: center;
    width: 100%;
    min-height: 43px;
    margin: 0;
    padding: 0 9px;
    color: #34343a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 7px;
    cursor: pointer;
    transition: color .15s ease, background-color .15s ease;
}

.lymy-language-switcher__option:hover,
.lymy-language-switcher__option:focus-visible {
    color: var(--lymy-language-accent);
    background: var(--lymy-brand-primary-soft, rgba(12, 57, 52, 0.07));
    outline: none;
}

.lymy-language-switcher__option.is-active {
    color: var(--lymy-language-accent);
    background: var(--lymy-brand-accent-soft, rgba(252, 182, 35, 0.22));
}

.lymy-language-switcher__code {
    color: #858895;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

.lymy-language-switcher__option.is-active .lymy-language-switcher__code {
    color: var(--lymy-language-accent);
}

.lymy-language-switcher__check {
    justify-self: end;
    visibility: hidden;
    font-size: 15px;
    font-weight: 700;
}

.lymy-language-switcher__option.is-active .lymy-language-switcher__check {
    visibility: visible;
}

.lymy-language-switcher__status {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    display: none;
    width: max-content;
    max-width: 270px;
    padding: 8px 11px;
    color: #34343a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.1);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(33, 20, 28, 0.15);
}

.lymy-language-switcher:not(.is-open) .lymy-language-switcher__status[data-show] {
    display: block;
}

.lymy-language-switcher[data-lymy-language-location="drawer"] {
    display: none;
    padding: 16px 20px;
    margin: 0;
    background: #f7f7f8;
    border-bottom: 1px solid rgba(31, 41, 55, 0.08);
}

.lymy-language-switcher[data-lymy-language-location="drawer"] .lymy-language-switcher__trigger {
    justify-content: flex-start;
    width: 100%;
    color: #30333a;
    background: #fff;
    border: 0;
    box-shadow: none;
}

.lymy-language-switcher[data-lymy-language-location="drawer"] .lymy-language-switcher__globe {
    color: var(--lymy-language-accent);
    background: transparent;
}

.lymy-language-switcher[data-lymy-language-location="drawer"] .lymy-language-switcher__chevron {
    margin-left: auto;
}

.lymy-language-switcher[data-lymy-language-location="drawer"] .lymy-language-switcher__menu,
.lymy-language-switcher[data-lymy-language-location="drawer"] .lymy-language-switcher__status {
    top: calc(100% - 8px);
    right: 20px;
    left: 20px;
    width: auto;
    max-width: none;
}

@media (max-width: 1024px) {
    #masthead .lymy-language-switcher {
        display: none;
    }

    #mobile-header .lymy-language-switcher {
        margin: 0 8px 0 10px;
    }

    #mobile-header .lymy-language-switcher__trigger {
        min-width: 82px;
        height: 38px;
        padding: 0 9px;
        color: var(--global-palette3, #222);
        background: var(--global-palette9, #fff);
        border: 0;
        box-shadow: 0 3px 10px rgba(31, 41, 55, 0.06);
    }

    #mobile-header .lymy-language-switcher__globe {
        color: var(--lymy-language-accent);
        background: transparent;
    }

    #mobile-header .lymy-language-switcher.is-loading .lymy-language-switcher__globe {
        background: transparent;
        border-color: rgba(var(--lymy-brand-primary-rgb, 12, 57, 52), 0.25);
        border-top-color: var(--lymy-language-accent);
    }
}

@media (max-width: 480px) {
    #mobile-header .lymy-language-switcher {
        display: none;
    }

    .lymy-language-switcher[data-lymy-language-location="drawer"] {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lymy-language-switcher *,
    .lymy-language-switcher *::before,
    .lymy-language-switcher *::after {
        transition-duration: 0s !important;
        animation-duration: 0s !important;
    }
}
