.custom-lang-wrapper {
    display: flex;
    align-items: center;
}

.custom-lang-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-lang-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    padding: 0 15px;
    height: 100%;
    outline: none;
}

.custom-lang-trigger img {
    width: 11px;
    height: auto;
}

.custom-lang-dropdown {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 50;
    min-width: 160px;
}

.custom-lang-container.show .custom-lang-dropdown {
    display: block;
}

.custom-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.custom-lang-option:hover {
    background-color: #edf4fb;
}

.custom-lang-option img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.gs18-HeaderPulldown__Gotop_remake {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    width: flex;
    height: 50px;
    border: solid 2px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s background, .2s border-color, .2s color
}

.gs18-HeaderPulldown__Gotop_remake::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../img/icon/ArrowNext.96200b78bab8.svg") no-repeat center;
    background-size: 36px auto;
    transition: .2s transform, .2s background-image;
}

[dir=rtl] .gs18-HeaderPulldown__Gotop_remake::after {
    background-image: url("../img/icon/ArrowBack.9c2c25372b5a.svg");
}

.gs18-HeaderPulldown__Gotop_remake:link,
.gs18-HeaderPulldown__Gotop_remake:visited {
    color: #000
}

.gs18-HeaderPulldown__Gotop_remake:active,
.gs18-HeaderPulldown__Gotop_remake:focus,
.gs18-HeaderPulldown__Gotop_remake:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f50f10
}

.gs18-HeaderPulldown__Gotop_remake:active::after,
.gs18-HeaderPulldown__Gotop_remake:focus::after,
.gs18-HeaderPulldown__Gotop_remake:hover::after {
    background-image: url("../img/icon/ArrowNext-R.72e3a9a524d8.svg");
    transform: translateX(7.5px);
}

[dir=rtl] .gs18-HeaderPulldown__Gotop_remake:active::after,
[dir=rtl] .gs18-HeaderPulldown__Gotop_remake:focus::after,
[dir=rtl] .gs18-HeaderPulldown__Gotop_remake:hover::after {
    background-image: url("../img/icon/ArrowBack-R.911dcf3c3816.svg");
    transform: translateX(-7.5px);
}

.gs18-Header {
    width: 100% !important;
    max-width: 1395px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.gs18-Header__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1395px !important;
    margin-left: auto;
    margin-right: auto;
    height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

.gs18-HeaderNavUtilityLinks__Inner,
.gs18-HeaderPulldown__Inner {
    max-width: 1395px !important;
}

.gs18-HeaderNav__Text {
    font-size: 16px !important;
    padding: 0 8px !important;
}


.gs18-HeaderPulldown__List {
    padding-left: 72px !important;
}

.gs18-HeaderPulldown__Header {
    width: 1px !important;
    white-space: nowrap !important;
    padding-right: 72px !important;
}

.gs18-HeaderPulldown__Title {
    width: max-content !important;
    white-space: nowrap !important;
}

@media (min-width: 1024px) {
    .custom-twocolumns-list {
        column-count: 2;
        column-gap: 20px;
    }

    .custom-twocolumns-list>li {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

@media (max-width: 768px) {
    .gs18-Header.fit {
        top: -85px !important;
    }
}

.gs18-HeaderPulldown__ListItem>a {
    font-weight: 700 !important;
}
