.erca-scope .lang-wrap {
            position: relative;
        }
.erca-scope .lang-pill {
            font-size: 15px;
            font-weight: 600;
            color: #2b2b2b;
            padding: 8px 14px;
            border-radius: 16px;
            border: 1px solid rgba(0, 0, 0, 0.18);
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 7px;
            cursor: pointer;
            background: #ffffff;
        }
.erca-scope .lang-pill:hover {
            color: #000;
            border-color: rgba(0, 0, 0, 0.3);
            background: #f7f7f5;
        }
.erca-scope .lang-flag {
            width: 19px;
            height: 14px;
            object-fit: cover;
            border-radius: 2px;
            display: block;
        }
.erca-scope .lang-menu {
            position: absolute;
            top: calc(100% + 8px);
            right: 0;
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 14px;
            padding: 6px;
            display: none;
            flex-direction: column;
            gap: 2px;
            
            box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
            z-index: 60;
        }
.erca-scope .lang-menu.open {
            display: flex;
        }
.erca-scope .lang-opt {
            display: flex;
            align-items: center;
            gap: 9px;
            padding: 8px 11px;
            border: none;
            background: transparent;
            border-radius: 9px;
            cursor: pointer;
            font-size: 13px;
            font-weight: 600;
            color: #2b2b2b;
            width: 100%;
            text-align: left;
            transition: background 0.2s;
        }
.erca-scope .lang-opt:hover {
            background: #f1f1ee;
        }
.erca-scope .lang-opt img {
            width: 19px;
            height: 14px;
            object-fit: cover;
            border-radius: 2px;
        }
.erca-scope .no-scrollbar::-webkit-scrollbar {
            display: none;
        }
.erca-scope .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }
.erca-scope .gl-ic-sm {
            width: .875rem;
            height: .875rem
        }
.erca-scope .gl-ic-xs {
            width: .75rem;
            height: .75rem;
            opacity: .4
        }
.erca-scope .gl-ic-md {
            width: 1rem;
            height: 1rem
        }
.erca-scope .gl-topbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            margin: 22px 30px 0;
            flex-shrink: 0;
            text-shadow: 0 1px 10px rgba(4, 40, 16, .25);
        }
.erca-scope .gl-brand2 {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            flex-shrink: 0;
        }
.erca-scope .gl-brand2-img {
            height: 85px;
            width: auto;
            display: block;
            filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .25));
        }
.erca-scope .gl-brand2-txt {
            display: flex;
            flex-direction: column;
            line-height: 1.12;
            color: #fff;
        }
.erca-scope .gl-brand2-txt b {
            font-size: 18px;
            font-weight: 800;
            letter-spacing: -.02em;
        }
.erca-scope .gl-brand2-txt i {
            font-style: normal;
            font-size: 11px;
            font-weight: 500;
            opacity: .9;
            margin-top: 1px;
        }
.erca-scope .gl-mainmenu {
            display: flex;
            align-items: center;
            gap: 26px;
            flex: 1 1 auto;
            justify-content: center;
            overflow-x: auto;
        }
.erca-scope .gl-mlink {
            color: #fff;
            font-size: 15.5px;
            font-weight: 600;
            text-decoration: none;
            opacity: .92;
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            white-space: nowrap;
            padding-bottom: 4px;
            transition: opacity .2s;
        }
.erca-scope .gl-mlink:hover {
            opacity: 1;
        }
.erca-scope .gl-mlink .gl-plus {
            color: #f4cf1e;
            font-weight: 800;
            font-size: 16px;
        }
.erca-scope .gl-mlink.active {
            opacity: 1;
        }
.erca-scope .gl-mlink.active::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -3px;
            height: 2.5px;
            background: #f4cf1e;
            border-radius: 2px;
        }
.erca-scope .gl-right {
            display: flex;
            align-items: center;
            gap: 14px;
            flex-shrink: 0;
        }
.erca-scope .gl-right .lang-wrap {
            position: relative;
        }
.erca-scope .gl-right .lang-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: transparent;
            border: none;
            color: #fff;
            font-weight: 600;
            cursor: pointer;
            font-size: 15px;
            padding: 4px;
        }
.erca-scope .gl-right .lang-flag {
            width: 22px;
            height: 15px;
            border-radius: 3px;
            object-fit: cover;
        }
.erca-scope .gl-search {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: none;
            background: #AD4F2E;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background .2s;
        }
.erca-scope .gl-search:hover {
            background: rgba(255, 255, 255, .3);
        }
.erca-scope .gl-search-box {
            display: flex;
            align-items: center;
            border-radius: 30px;
            background: transparent;
            transition: background .25s;
        }
.erca-scope .gl-search-box.open {
            background: rgba(255, 255, 255, .16);
        }
.erca-scope .gl-search-input {
            width: 0;
            min-width: 0;
            opacity: 0;
            border: none;
            background: transparent;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            padding: 0;
            outline: none;
            transition: width .3s cubic-bezier(.22, .61, .36, 1), opacity .25s, padding .3s;
        }
.erca-scope .gl-search-box.open .gl-search-input {
            width: 190px;
            opacity: 1;
            padding: 0 6px 0 16px;
        }
.erca-scope .gl-search-input::placeholder {
            color: rgba(255, 255, 255, .72);
        }
.erca-scope .gl-search svg {
            width: 18px;
            height: 18px;
        }
@media (max-width: 1100px) {
.erca-scope .gl-brand2-txt {
                display: none;
            }
.erca-scope .gl-mainmenu {
                gap: 18px;
                justify-content: flex-start;
            }
}
@media (max-width: 760px) {
.erca-scope .gl-topbar {
                margin: 16px 16px 0;
                gap: 12px;
            }
}
.erca-scope .gl-stage-inner {
            position: relative;
            z-index: 20;
            height: 100%;
            display: flex;
            flex-direction: column
        }
.erca-scope .gl-mainmenu {
            overflow: visible;
        }
.erca-scope .gl-mitem {
            position: relative;
            display: flex;
            align-items: center;
        }
.erca-scope .gl-mitem>.gl-mlink {
            cursor: pointer;
        }
.erca-scope .gl-mlink .gl-plus {
            display: inline-block;
            transition: transform .25s ease;
        }
.erca-scope .gl-mitem.has-sub:hover>.gl-mlink .gl-plus, .erca-scope .gl-mitem.has-sub:focus-within>.gl-mlink .gl-plus, .erca-scope .gl-mitem.has-sub.open>.gl-mlink .gl-plus {
            transform: rotate(45deg);
        }
.erca-scope .gl-submenu {
            position: absolute;
            top: 100%;
            left: -14px;
            margin-top: 12px;
            min-width: 234px;
            background: #fff;
            border-top: 3px solid #edc006;
            border-radius: 0 0 12px 12px;
            box-shadow: 0 20px 46px rgba(4, 40, 16, .26);
            padding: 8px 0 10px;
            display: flex;
            flex-direction: column;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: opacity .24s ease, transform .24s ease, visibility .24s;
            z-index: 120;
            text-shadow: none;
        }
.erca-scope .gl-submenu::before {
            content: "";
            position: absolute;
            top: -14px;
            left: 0;
            right: 0;
            height: 14px;
        }
.erca-scope .gl-mitem.has-sub:hover>.gl-submenu, .erca-scope .gl-mitem.has-sub:focus-within>.gl-submenu, .erca-scope .gl-mitem.has-sub.open>.gl-submenu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
.erca-scope .gl-submenu a {
            color: #1a1a2e;
            font-size: 15px;
            font-weight: 600;
            padding: 9px 22px;
            white-space: nowrap;
            text-decoration: none;
            display: block;
            transition: background .18s ease, color .18s ease;
        }
.erca-scope .gl-submenu a:hover {
            background: #F4F2ED;
            color: #018949;
        }
.erca-scope .gl-sub-group {
            margin-top: 6px;
            padding-top: 6px;
            border-top: 1px solid #e8e8df;
        }
.erca-scope .gl-sub-label {
            display: block;
            padding: 4px 22px;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: .7px;
            text-transform: uppercase;
            color: #018949;
        }
.erca-scope .gl-sub-group a {
            padding: 7px 22px 7px 32px;
            font-weight: 500;
            font-size: 14px;
        }
@media (max-width: 1024px) {
.erca-scope .gl-mainmenu {
                flex-wrap: wrap;
                justify-content: flex-start;
                row-gap: 6px;
            }
}
@media (max-width: 760px) {
.erca-scope .gl-mitem.has-sub {
                flex-direction: column;
                align-items: flex-start;
            }
.erca-scope .gl-submenu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                display: none;
                margin: 4px 0 6px;
                min-width: 0;
                background: rgba(255, 255, 255, .10);
                box-shadow: none;
                border-top: none;
                border-radius: 10px;
                padding: 6px 0;
            }
.erca-scope .gl-submenu::before {
                display: none;
            }
.erca-scope .gl-mitem.has-sub.open>.gl-submenu {
                display: flex;
            }
.erca-scope .gl-submenu a {
                color: #fff;
            }
.erca-scope .gl-submenu a:hover {
                background: transparent;
                color: #f4cf1e;
            }
.erca-scope .gl-sub-label {
                color: #f4cf1e;
            }
.erca-scope .gl-sub-group {
                border-top-color: rgba(255, 255, 255, .2);
            }
}
.erca-scope .gl-search-box {
            position: relative;
        }
.erca-scope .gl-search {
            position: relative;
            z-index: 2;
        }
.erca-scope .gl-search-input {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 38px;
            width: 0;
            min-width: 0;
            opacity: 0;
            padding: 0;
            border-radius: 30px;
            background: rgba(255, 255, 255, .16);
            box-sizing: border-box;
        }
.erca-scope .gl-search-box.open {
            background: transparent;
        }
.erca-scope .gl-search-box.open .gl-search-input {
            width: clamp(150px, 30vw, 220px);
            opacity: 1;
            padding: 0 48px 0 18px;
        }
.erca-scope .gl-search-box {
            position: relative;
        }
.erca-scope .gl-search {
            position: relative;
            z-index: 2;
        }
.erca-scope .gl-search-input {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 42px;
            width: 0;
            min-width: 0;
            opacity: 0;
            padding: 0;
            border-radius: 30px;
            background: #ffffff;
            color: #14321f;
            box-sizing: border-box;
            z-index: 1;
        }
.erca-scope .gl-search-box.open {
            background: transparent;
            z-index: 2000;
        }
.erca-scope .gl-search-box.open .gl-search-input {
            width: clamp(190px, 32vw, 280px);
            opacity: 1;
            padding: 0 52px 0 20px;
            box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
        }
.erca-scope .gl-search-box.open .gl-search-input::placeholder {
            color: rgba(20, 50, 31, .5);
        }
.erca-scope .gl-search-box.open .gl-search {
            background: rgba(20, 50, 31, .06);
            color: #14321f;
        }
.erca-scope .gl-topbar {
            position: relative;
        }
.erca-scope .gl-burger {
            display: none;
            width: 42px;
            height: 42px;
            padding: 0;
            border: none;
            border-radius: 12px;
            background: rgba(255, 255, 255, .16);
            cursor: pointer;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 5px;
            flex-shrink: 0;
        }
.erca-scope .gl-burger span {
            display: block;
            width: 20px;
            height: 2px;
            background: #fff;
            border-radius: 2px;
            transition: transform .25s ease, opacity .2s ease;
        }
.erca-scope .gl-burger.is-open span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }
.erca-scope .gl-burger.is-open span:nth-child(2) {
            opacity: 0;
        }
.erca-scope .gl-burger.is-open span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }
@media (max-width: 1600px) {
.erca-scope .gl-brand2-txt i {
                
            }
}
@media (max-width: 1080px) {
.erca-scope .gl-burger {
                display: inline-flex;
            }
.erca-scope .gl-mainmenu {
                position: absolute;
                top: calc(100% + 12px);
                left: 14px;
                right: 14px;
                flex: initial;
                flex-direction: column;
                align-items: stretch;
                justify-content: flex-start;
                gap: 2px;
                overflow-x: visible;
                overflow-y: auto;
                max-height: 66vh;
                background: rgba(8, 52, 25, .96);
                backdrop-filter: blur(20px) saturate(140%);
                -webkit-backdrop-filter: blur(20px) saturate(140%);
                border: 1px solid rgba(255, 255, 255, .16);
                border-radius: 16px;
                padding: 10px;
                box-shadow: 0 26px 54px rgba(4, 40, 16, .45);
                text-shadow: none;
                z-index: 140;
                display: none;
            }
.erca-scope .gl-mainmenu.is-open {
                display: flex;
            }
.erca-scope .gl-mitem {
                flex-direction: column;
                align-items: stretch;
            }
.erca-scope .gl-mlink {
                width: 100%;
                padding: 12px 14px;
                border-radius: 10px;
                font-size: 16px;
                opacity: 1;
                justify-content: space-between;
            }
.erca-scope .gl-mlink:hover {
                background: rgba(255, 255, 255, .08);
            }
.erca-scope .gl-mlink.active::after {
                display: none;
            }
.erca-scope .gl-submenu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                display: none;
                margin: 2px 6px 6px;
                min-width: 0;
                background: rgba(255, 255, 255, .07);
                border-top: none;
                border-radius: 10px;
                box-shadow: none;
                padding: 6px 0;
            }
.erca-scope .gl-submenu::before {
                display: none;
            }
.erca-scope .gl-mitem.has-sub.open>.gl-submenu {
                display: flex;
            }
.erca-scope .gl-submenu a {
                color: #eaf3ec;
            }
.erca-scope .gl-submenu a:hover {
                background: rgba(255, 255, 255, .06);
                color: #f4cf1e;
            }
.erca-scope .gl-sub-label {
                color: #f4cf1e;
            }
.erca-scope .gl-sub-group {
                border-top-color: rgba(255, 255, 255, .2);
            }
}
@media (max-width: 1024px) {
.erca-scope .gl-stage-inner {
                flex: 1 1 auto;
                height: auto;
                min-height: 0;
                width: 100%;
            }
}
@media (max-width: 640px) {
.erca-scope .gl-topbar {
                margin: 14px 12px 0;
                gap: 8px;
            }
.erca-scope .gl-brand2-img {
                height: 50px;
            }
.erca-scope .gl-right {
                gap: 8px;
            }
.erca-scope .gl-burger {
                width: 40px;
                height: 40px;
            }
}
