*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--brand);
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    font: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    width: 100%;
}

:root {
    /* ── CMS palette variables (controllable via Colors tab) ── */
    --brand: #48a035;
    --brand-dark: #3b832b;
    --brand-light: #69b159;
    --brand-glow: rgba(72, 160, 53, 0.45);
    --login-bg: #192436;
    --login-border: rgba(247, 208, 71, 0.32);
    --login-text: #ffffff;
    --blue: #f7d047;
    --blue-dark: #cbab3a;
    --blue-glow: rgba(247, 208, 71, 0.35);
    --header-bg: #32372e;
    --section-bg: #3d413f;
    --section-alt: #061425;
    --hero-bg: #5f5b41;
    --bg: #071628;
    --bg-card: #242d3e;
    --bg-card-alt: #202837;
    --surface: rgba(32, 40, 55, 0.72);
    --surface-hover: rgba(36, 45, 62, 0.84);
    --headings: #ffffff;
    --text: #ffffff;
    --text-muted: #8d949c;
    --border: rgba(247, 208, 71, 0.18);
    --neon-line: rgba(72, 160, 53, 0.5);

    /* ── Template aliases (bridge to palette) ── */
    --bg-2: var(--bg-card-alt);
    --bg-3: var(--bg-card);
    --green: var(--brand);
    --green-dark: var(--brand-dark);
    --gold: var(--blue);
    --gold-dark: var(--blue-dark);
    --muted: var(--text-muted);
    --rad: 15px;
    --rad-btn: 10px;
    --container: 1600px;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}

.gasftknchham {
    padding: 60px 0;
    background: var(--bg);
}

.gasftknchham h2 {
    position: relative;
    display: inline-block;
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 700;
    margin: 0 0 30px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.gasftknchham h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
}

.gasftknchham h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 36px 0 18px;
}

.wvikgnwwdbdyr {
    color: var(--muted);
    max-width: 880px;
    margin: 0 0 24px;
}

.zmxeovwnefjldnl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: var(--rad-btn);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    border: 2px solid transparent;
    transition: background .2s, color .2s, border-color .2s, transform .15s;
    text-align: center;
    cursor: pointer;
    min-width: 130px;
}

.zmxeovwnefjldnl:hover {
    transform: translateY(-1px);
}

.sbwcgwevl {
    padding: 14px 36px;
    font-size: 16px;
    min-width: 160px;
}

.tvddwyvvjqpp {
    width: 100%;
}

.yiimbxqweyi {
    background: var(--green);
    color: #fff;
}

.yiimbxqweyi:hover {
    background: var(--green-dark);
    color: #fff;
}

.eocbfpikkbkk {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .5);
}

.eocbfpikkbkk:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.lppxpjxbhej {
    background: var(--gold);
    color: #131414;
}

.lppxpjxbhej:hover {
    background: var(--gold-dark);
    color: #131414;
}

.bnahfdmje {
    background: var(--bg);
    padding: 24px 0 0;
}

.bargmymj {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 35px;
}

.zwbedafjq {
    display: block;
}

.zwbedafjq img {
    height: 50px;
    width: auto;
    max-width: 230px;
}

.uygjuqiqihu {
    display: flex;
    gap: 10px;
    align-items: center;
}

.uygjuqiqihu .zmxeovwnefjldnl {
    padding: 9px 28px;
    font-size: 14px;
    min-width: 110px;
}

.fzoieqrp {
    font-size: 13px;
    color: var(--muted);
}

.fzoieqrp a {
    color: var(--gold);
    text-decoration: underline;
    font-weight: 600;
}

.fzoieqrp a:hover {
    color: var(--green);
}

.fmcqdgyfcy {
    width: 100%;
    margin-top: 6px;
    display: flex;
    justify-content: center;
}

.wslscbnuihyjhvk {
    width: 100%;
}

.wslscbnuihyjhvk>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.wslscbnuihyjhvk>ul>li {
    position: relative;
}

.wslscbnuihyjhvk a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: color .2s;
}

.wslscbnuihyjhvk a:hover {
    color: var(--green);
}

.tvyujrxca {
    font-size: 14px;
}

.yvvjevqsopo {
    color: #fff;
}

.xdvwrgdxbspv a {
    padding: 10px 14px;
}

.xdvwrgdxbspv img {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .15);
}

.hsmuqcjzmkzd>a {
    cursor: pointer;
}

.dkfiwtozqcxhtplh {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    min-width: 180px;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad-btn);
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    z-index: 50;
}

.hsmuqcjzmkzd:hover .dkfiwtozqcxhtplh {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dkfiwtozqcxhtplh a {
    padding: 10px 18px;
    font-size: 13px;
}

.dkfiwtozqcxhtplh a:hover {
    background: var(--bg);
    color: var(--green);
}

.pmoekusj {
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.pmoekusj span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.iwdbhbnyrmrchvv {
    position: relative;
    padding: 60px 0 0px;
    overflow: hidden;
}

.jovaxopdm {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.revvzpud h1 {
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 22px;
    color: #fff;
}

.revvzpud p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 32px;
}

.atwkhllqi {
    display: none;
}

.vgymvexl img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

.eoibuzqlavztcu {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    padding-top: 30px;
}

.atevveweykld {
    height: 46px;
    width: auto;
}

.vxpuhikvjkvwxulf {
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
}

.vxpuhikvjkvwxulf::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    background: #fff;
    opacity: .4;
}

.ptodhrlyvixuwdpu h2 {
    text-align: center;
    margin-bottom: 30px;
}

.rqswqubqtnmjr {
    max-width: 760px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(20, 128, 94, .12) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.mwijrryjn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.iuybsdwndbkr {
    background: var(--gold);
    color: #131414;
    padding: 5px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px;
}

.tzvapqokt {
    color: #ff4545;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
}

.kfjrviwgxfr {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 22px;
}

.cjgeklrdctojq {
    text-align: center;
    padding: 20px 12px;
    background: rgba(0, 0, 0, .3);
    border: 1px solid var(--border);
    border-radius: var(--rad-btn);
}

.cjgeklrdctojq img {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    object-fit: contain;
}

.mfkboynisj {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.iddluegfzh {
    font-size: 26px;
    font-weight: 700;
    color: var(--gold);
}

.iddluegfzh span {
    font-size: 12px;
    color: var(--muted);
    font-weight: 400;
    margin-left: 4px;
}

.asxwjzhaaga {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.xtxrefoiscts {
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 20px;
}

.ekwtgcvaqiuopf {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

.vgxibcejvco p {
    color: var(--text-muted);
    margin: 0 0 14px;
}

.aeudxovr {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 10px 24px;
}

.yllziexgwjw td {
    padding: 14px 4px;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

.yllziexgwjw tr:last-child td {
    border-bottom: 0;
}

.yllziexgwjw td:first-child {
    color: var(--muted);
    width: 40%;
    font-weight: 400;
}

.yllziexgwjw td:last-child {
    color: #fff;
    font-weight: 600;
}

.ignrpgylhyysptz {
    counter-reset: step;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
}

.ignrpgylhyysptz li {
    counter-increment: step;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 22px 22px 22px 62px;
    position: relative;
    font-size: 15px;
    color: var(--text-muted);
    transition: border-color .2s;
}

.ignrpgylhyysptz li:hover {
    border-color: var(--green);
}

.ignrpgylhyysptz li::before {
    content: counter(step);
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.jwohmaiexdvxj {
    margin-top: 30px;
    text-align: center;
}

.xfmuebuicrnjj {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 14px;
}

.lmzczvow {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 22px 10px;
    text-align: center;
    color: #fff;
    transition: all .2s;
}

.lmzczvow:hover {
    transform: translateY(-4px);
    border-color: var(--green);
    color: #fff;
}

.lmzczvow img {
    width: 54px;
    height: 54px;
    margin: 0 auto 10px;
    object-fit: contain;
}

.lmzczvow span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.uezdwgdwf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.etvjmxeix {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-left: 3px solid var(--gold);
    border-radius: var(--rad);
    padding: 22px;
    transition: all .2s;
    display: flex;
    flex-direction: column;
}

.etvjmxeix:hover {
    border-color: var(--green);
    border-left-color: var(--green);
    transform: translateY(-3px);
}

.etvjmxeix h4 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #fff;
}

.etvjmxeix p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    flex: 1;
}

.zknjhumonkdzabvj {
    color: var(--gold);
    font-weight: 700;
    font-size: 14px;
}

.zknjhumonkdzabvj:hover {
    color: var(--green);
}

.esmpjffrbvgihqul {
    max-width: 560px;
    margin: 0 auto 28px;
}

.qnafrgvohxcmhrag {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

.btwihougnw {
    background: var(--bg-3);
    border-radius: var(--rad);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease;
}

.btwihougnw:hover {
    transform: translateY(-6px);
}

.hyxihvdrtufpwjgc {
    position: relative;
    overflow: hidden;
    background: #0f1010;
}

.hyxihvdrtufpwjgc img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .35s ease;
}

.btwihougnw:hover .hyxihvdrtufpwjgc img {
    transform: scale(1.05);
}

.fluvytjonxuajerz {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--brand);
    color: var(--text);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .35);
    z-index: 2;
}

.gnxupszkgrjeo {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bnrqfitdbwlrdl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.bnrqfitdbwlrdl .tbnudojzcleqr {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.jvnshixkzt {
    flex-shrink: 0;
    background: #d9dadb;
    color: #131414;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    white-space: nowrap;
}

.hgydcyzclrfxuyy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
    flex: 1;
    align-content: start;
}

.rqhvmznduws {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.spokosijyoedjmx {
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
}

.xqsnecjri {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.ekojkvxmwnqjde {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 8px;
    margin-top: auto;
}

.pmlzdmpbgyoa {
    margin-top: 48px;
}

.pmlzdmpbgyoa h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.uublvbunjeetvf {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--green);
    border-radius: 4px;
    background: transparent;
    max-width: 100%;
    width: 100%;
    min-width: 0;
}

.wdqtippgrbp {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    color: #fff;
    font-size: 14px;
}

.wdqtippgrbp th,
.wdqtippgrbp td {
    padding: 14px 22px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid var(--green);
    border-right: 1px solid var(--green);
}

.wdqtippgrbp th:last-child,
.wdqtippgrbp td:last-child {
    border-right: 0;
}

.wdqtippgrbp tr:last-child td {
    border-bottom: 0;
}

.wdqtippgrbp thead th {
    text-align: center;
    font-weight: 500;
    background: var(--bg-3);
}

.wdqtippgrbp td b {
    color: #fff;
    font-weight: 400;
}

.ceeplotztrfjdg {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 28px;
}

.ceeplotztrfjdg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
}

.udmkowgslymw {
    overflow: hidden;
    padding: 10px 0;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.jgkgbximud {
    display: flex;
    gap: 32px;
    animation: scroll 40s linear infinite;
    width: max-content;
}

.jgkgbximud span {
    padding: 14px 28px;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad-btn);
    font-weight: 700;
    color: var(--gold);
    font-size: 16px;
    white-space: nowrap;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.bepptnqqmsxjzp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.bepptnqqmsxjzp > * {
    min-width: 0;
}

.bepptnqqmsxjzp.mfvnrhrblivg {
    grid-template-rows: auto auto;
    align-items: start;
}

.tjlphlzlbk {
    grid-column: 1 / -1;
    margin-top: 8px;
    min-width: 0;
    max-width: 100%;
}

.tjlphlzlbk > * + * {
    margin-top: 22px;
}

.bepptnqqmsxjzp.jwqwrcdomu .vwjjnvpkpvh {
    order: -1;
}

.jsfyscuxmodnwvos p {
    color: var(--text-muted);
    margin: 0 0 22px;
}

.vwjjnvpkpvh {
    align-self: center;
}

.vwjjnvpkpvh img {
    border-radius: var(--rad);
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.dvfolbrep {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
}

.dvfolbrep li {
    padding: 7px 16px;
    border-radius: 40px;
    background: var(--bg-3);
    border: 1px solid var(--border);
    font-size: 13px;
    color: #fff;
}

.fjtlnafwfqzxnw {
    margin: 0 0 24px;
}

.fjtlnafwfqzxnw li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: var(--text-muted);
    font-size: 15px;
}

.fjtlnafwfqzxnw li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.luuhqahsphsnnkd {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    counter-reset: steps;
}

.luuhqahsphsnnkd li {
    counter-increment: steps;
    padding: 10px 0 10px 42px;
    position: relative;
    color: var(--text-muted);
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.luuhqahsphsnnkd li:last-child {
    border-bottom: 0;
}

.luuhqahsphsnnkd li::before {
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.lzjrgohxzh {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.zligmrtzh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.zligmrtzh h2 {
    margin: 0;
}

.qibdlxqpatvvdp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
}

.suwbconh {
    width: 9px;
    height: 9px;
    background: #ff4545;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 69, 69, .6);
    animation: live-pulse 1.8s ease-out infinite;
}

@keyframes live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 69, 69, .6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 69, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 69, 69, 0);
    }
}

.nbkmixhkfddk {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 900px) {
    .nbkmixhkfddk {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 540px) {
    .nbkmixhkfddk {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .zligmrtzh {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .bqlnzvgin {
        padding: 16px 14px;
        gap: 12px;
    }

    .oefjomnnt {
        gap: 6px;
    }

    .oefjomnnt .gjzdrdruvkus img,
    .bqlnzvgin .tfvdjlmhtamzk {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .oefjomnnt .gjzdrdruvkus span {
        font-size: 12px;
    }

    .oefjomnnt .tsfrwpesbryha {
        font-size: 12px;
    }

    .xioayygkzs {
        font-size: 10px;
        padding: 2px 8px;
    }

    .ybocfsqo {
        font-size: 12px;
    }

    .quqjntkdhp {
        font-size: 11px;
    }
}

.feiteeoct {
    height: 230px;
    background: var(--bg-3);
    border-radius: var(--rad);
    position: relative;
    overflow: hidden;
}

.feiteeoct::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .05), transparent);
    animation: shimmer 1.4s linear infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.yvjacufvle,
.ytghdqmudbuyi {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: var(--muted);
    background: var(--bg-3);
    border-radius: var(--rad);
}

.xioayygkzs {
    display: inline-block;
    padding: 3px 10px;
    background: rgba(20, 128, 94, .2);
    color: var(--green);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    align-self: center;
}

.tfvdjlmhtamzk {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    font-size: 24px;
}

.bqlnzvgin {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: all .2s;
}

.bqlnzvgin:hover {
    transform: translateY(-3px);
    border-color: var(--green);
}

.ybocfsqo {
    color: var(--gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
}

.oefjomnnt {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.oefjomnnt .gjzdrdruvkus img {
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
    object-fit: contain;
}

.oefjomnnt .gjzdrdruvkus span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.oefjomnnt .tsfrwpesbryha {
    color: var(--muted);
    font-weight: 700;
    font-size: 13px;
}

.quqjntkdhp {
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.powwqbcgkwkfi {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
}

.maysuhhpktsngm {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 24px 12px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--gold);
    transition: all .2s;
}

.maysuhhpktsngm:hover {
    transform: translateY(-3px);
    border-color: var(--green);
    color: #fff;
}

.mhnpknrolrl {
    margin-top: 22px;
    color: var(--muted);
    font-size: 14px;
    font-style: italic;
}

.nuuehecg {
    text-align: center;
}

.wfoliwkqlregnt {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.yymrikecqstudjb {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 24px;
}

.yymrikecqstudjb b {
    display: block;
    color: var(--gold);
    margin-bottom: 8px;
    font-size: 17px;
}

.yymrikecqstudjb span {
    color: var(--muted);
    font-size: 14px;
}

.muzgooeceq,
.pfadrspnognlbvzs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
}

.hjmcbrmibimo,
.ghjjhecah {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 22px 18px;
    text-align: center;
    transition: all .2s;
}

.hjmcbrmibimo:hover,
.ghjjhecah:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}

.hjmcbrmibimo b,
.ghjjhecah b {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}

.hjmcbrmibimo span,
.ghjjhecah span {
    color: var(--muted);
    font-size: 13px;
}

.rgiupygfcquvbv {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
    align-items: center;
}

.rgiupygfcquvbv img {
    height: 54px;
    width: auto;
    opacity: .85;
    transition: opacity .2s;
}

.rgiupygfcquvbv img:hover {
    opacity: 1;
}

.poopkywxsflpw {
    max-width: 920px;
    margin: 0 auto;
}

.oxsarrgoieasf {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .2s;
}

.oxsarrgoieasf.uhrogqqc {
    border-color: var(--green);
}

/* The FAQ question is an <h3> (it belongs in the heading outline), not a
   <button>, so the margin/cursor the UA and the global button rule used to
   supply have to be declared here. */
.ipqdkpyp {
    width: 100%;
    text-align: left;
    margin: 0;
    cursor: pointer;
    padding: 18px 54px 18px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: color .2s;
}

.ipqdkpyp::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 24px;
}

.oxsarrgoieasf.uhrogqqc .ipqdkpyp::after {
    content: "−";
    color: var(--green);
}

.oxsarrgoieasf.uhrogqqc .ipqdkpyp {
    color: var(--gold);
}

.cozungwy {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.oxsarrgoieasf.uhrogqqc .cozungwy {
    max-height: 220px;
}

.cozungwy p {
    padding: 0 22px 18px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.zanyabvydkyey {
    background: linear-gradient(180deg, rgba(20, 128, 94, .18) 0%, var(--bg) 100%);
    padding: 60px 0 40px;
    border-bottom: 1px solid var(--border);
}

.zanyabvydkyey h1 {
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 700;
    margin: 0 0 14px;
    color: #fff;
    line-height: 1.2;
}

.zanyabvydkyey .lvvcsyuyxmwxmd {
    color: var(--muted);
    font-size: 16px;
    max-width: 860px;
    margin: 0;
}

.wmfsnqgry {
    margin: 0 0 18px;
    font-size: 13px;
    color: var(--muted);
}

.wmfsnqgry a {
    color: var(--muted);
}

.wmfsnqgry a:hover {
    color: var(--green);
}

.wmfsnqgry span {
    margin: 0 8px;
    opacity: .5;
}

.nswdgoahlya {
    padding: 50px 0 70px;
}

.nswdgoahlya .xiugjvyceo {
    max-width: 980px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.75;
}

.nswdgoahlya .xiugjvyceo h2 {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    color: #fff;
    margin: 36px 0 16px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.nswdgoahlya .xiugjvyceo h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
}

.nswdgoahlya .xiugjvyceo h2:first-child {
    margin-top: 0;
}

.nswdgoahlya .xiugjvyceo h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 28px 0 12px;
}

.nswdgoahlya .xiugjvyceo p {
    margin: 0 0 16px;
}

.nswdgoahlya .xiugjvyceo a {
    color: var(--gold);
    text-decoration: underline;
}

.nswdgoahlya .xiugjvyceo a:hover {
    color: var(--green);
}

.nswdgoahlya .xiugjvyceo ul,
.nswdgoahlya .xiugjvyceo ol {
    margin: 0 0 18px;
    padding-left: 22px;
    list-style: disc;
}

.nswdgoahlya .xiugjvyceo ol {
    list-style: decimal;
}

.nswdgoahlya .xiugjvyceo li {
    margin: 6px 0;
    color: var(--text-muted);
}

.nswdgoahlya .xiugjvyceo .hxxibcgwoopq {
    color: var(--muted);
    font-style: italic;
    margin-bottom: 24px;
    font-size: 14px;
}

.nswdgoahlya .xiugjvyceo .tnaclkulrbjgsmj {
    background: var(--bg-3);
    border-left: 3px solid var(--gold);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
    color: var(--text-muted);
}

.fvemgdzhbqmcn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin: 28px 0 8px;
}

.jnjbrsbgsrcxt {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 24px;
    transition: border-color .2s, transform .2s;
}

.jnjbrsbgsrcxt:hover {
    border-color: var(--green);
    transform: translateY(-3px);
}

.jnjbrsbgsrcxt h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: var(--gold);
}

.jnjbrsbgsrcxt p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 14px;
}

.jnjbrsbgsrcxt a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.jnjbrsbgsrcxt a:hover {
    color: var(--green);
    text-decoration: underline;
}

.shdqlepdlu {
    background: var(--bg-card-alt);
    color: var(--text);
    font-size: 14px;
    padding: 60px 0 30px;
}

.nxnmlcms {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.2fr 1.3fr;
    gap: 40px;
    padding-bottom: 50px;
}

.kuccqethrdeyo h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(255, 255, 255, .15);
    display: inline-block;
}

.kuccqethrdeyo ul li {
    padding: 4px 0;
}

.kuccqethrdeyo ul li a {
    color: #fff;
    font-size: 14px;
    transition: color .2s;
}

.kuccqethrdeyo ul li a:hover {
    color: var(--green);
}

.ifujgjzh {
    margin-bottom: 14px;
}

.ifujgjzh img {
    display: block;
}

.vyyrahgqokk {
    display: block;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    margin: 12px 0 8px;
}

.vyyrahgqokk:hover {
    color: var(--green);
}

.qndtyqfihim {
    color: #fff;
    font-size: 14px;
    margin: 8px 0 0;
}

.spygwsawkzha li {
    padding: 6px 0;
}

.spygwsawkzha li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}

.spygwsawkzha li a img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

.rmcvzeik {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.rmcvzeik a {
    color: #fff;
    text-decoration: none;
}

.rmcvzeik a:hover {
    color: var(--green);
    text-decoration: underline;
}

.glwtwgne {
    position: relative;
}

.rgaytcira {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.hbtovxewrin {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.oytzbmiujp {
    color: var(--gold);
    font-size: 20px;
    letter-spacing: 2px;
}

.gjljetamcluydp {
    color: #fff;
    font-size: 14px;
    margin: 0 0 8px;
}

.zcyxgunwvokon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}

.zcyxgunwvokon:hover {
    color: #fff;
}

.zmzyxbelhuxkq {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--green);
    border-radius: 3px;
    position: relative;
}

.zmzyxbelhuxkq::before {
    content: "↓";
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soebzveoqjfrh {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.soebzveoqjfrh+.soebzveoqjfrh {
    margin-top: 8px;
}

.hojxvucs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: var(--text);
    color: var(--bg-card-alt);
    border-radius: 5px;
    transition: all .2s;
}

.hojxvucs:hover {
    background: var(--brand);
    color: var(--text);
    transform: translateY(-2px);
}

.hojxvucs svg {
    width: 18px;
    height: 18px;
}

.ddgdcegdgufhbe {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.pdgpudwhamtqtl {
    display: flex;
    align-items: center;
    gap: 10px;
}

.azawrfdnqegvsl {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    white-space: nowrap;
}

.gjcnvuln {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.gjcnvuln:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .3);
}

.gjcnvuln.oggurmqrf {
    color: var(--green);
    border-color: var(--green);
}

.utuompmnbwesiczc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.utuompmnbwesiczc img {
    height: 40px;
    width: auto;
    opacity: .85;
    filter: grayscale(.2);
    transition: opacity .2s, filter .2s;
}

.utuompmnbwesiczc img:hover {
    opacity: 1;
    filter: none;
}

.ngoaxyikitsxohr {
    text-align: center;
    padding-top: 20px;
}

.kwnagzzolgbpo {
    color: var(--green);
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px;
    letter-spacing: .5px;
}

.jvekgeuzls {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1080px) {
    .wslscbnuihyjhvk a {
        padding: 12px 10px;
        font-size: 13px;
    }

    .nxnmlcms {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .glwtwgne {
        grid-column: 1 / -1;
    }
}

@media (max-width: 960px) {

    .ekwtgcvaqiuopf {
        grid-template-columns: 1fr;
    }

    .jovaxopdm,
    .bepptnqqmsxjzp,
    .bepptnqqmsxjzp.jwqwrcdomu {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .jovaxopdm > .revvzpud,
    .bepptnqqmsxjzp > .jsfyscuxmodnwvos {
        display: contents;
    }

    .jovaxopdm > .revvzpud > h1,
    .bepptnqqmsxjzp > .jsfyscuxmodnwvos > h2 {
        order: 1;
    }

    .jovaxopdm > .vgymvexl,
    .bepptnqqmsxjzp > .vwjjnvpkpvh,
    .bepptnqqmsxjzp.jwqwrcdomu > .vwjjnvpkpvh {
        order: 2;
        margin: 0 0 24px;
    }

    .jovaxopdm > .revvzpud > *:not(h1),
    .bepptnqqmsxjzp > .jsfyscuxmodnwvos > *:not(h2) {
        order: 3;
    }

    .bepptnqqmsxjzp > .tjlphlzlbk {
        order: 4;
        margin-top: 16px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .bepptnqqmsxjzp > .tjlphlzlbk .uublvbunjeetvf,
    .bepptnqqmsxjzp > .jsfyscuxmodnwvos .uublvbunjeetvf {
        max-width: 100%;
        width: 100%;
    }

    .nxnmlcms {
        grid-template-columns: 1fr 1fr;
    }

    .vgymvexl {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .atwkhllqi {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    .revvzpud .sbwcgwevl {
        display: none;
    }
}

@media (max-width: 780px) {
    body {
        padding-top: var(--header-h, 174px);
    }

    .bnahfdmje {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
    }

    .bargmymj {
        align-items: stretch;
        gap: 14px;
    }

    .zwbedafjq {
        align-self: flex-start;
        padding-right: 50px;
    }

    .zwbedafjq img {
        height: 36px;
    }

    .uygjuqiqihu {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }

    .uygjuqiqihu .zmxeovwnefjldnl {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        padding: 12px 10px;
    }

    .fzoieqrp {
        text-align: center;
        width: 100%;
    }

    .pmoekusj {
        display: flex;
        top: 14px;
        right: 16px;
    }

    .fmcqdgyfcy {
        display: block;
    }

    .wslscbnuihyjhvk {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    .wslscbnuihyjhvk.uhrogqqc {
        max-height: 90vh;
        overflow-y: auto;
    }

    .wslscbnuihyjhvk>ul {
        flex-direction: column;
        align-items: stretch;
    }

    .wslscbnuihyjhvk a {
        padding: 12px 22px;
        font-size: 15px;
    }

    .dkfiwtozqcxhtplh {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: var(--bg);
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .hsmuqcjzmkzd.uhrogqqc .dkfiwtozqcxhtplh {
        display: block;
    }

    .gasftknchham {
        padding: 48px 0;
    }

    .nxnmlcms {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .utuompmnbwesiczc {
        gap: 20px;
    }

    .utuompmnbwesiczc img {
        height: 32px;
    }

    .eoibuzqlavztcu {
        flex-direction: column;
        gap: 12px;
    }

    .vxpuhikvjkvwxulf {
        padding-left: 0;
    }

    .vxpuhikvjkvwxulf::before {
        display: none;
    }
}

@media (max-width: 520px) {
    .revvzpud h1 {
        font-size: 26px;
    }

    .kfjrviwgxfr {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .asxwjzhaaga {
        text-align: center;
        padding: 4px 0;
    }

    .uygjuqiqihu {
        flex-direction: row;
        width: 100%;
        padding: 0;
        gap: 10px;
    }

    .uygjuqiqihu .zmxeovwnefjldnl {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }
}