*,
*::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: #f4b11f;
    --brand-dark: #c89119;
    --brand-light: #f6bf47;
    --brand-glow: rgba(244, 177, 31, 0.45);
    --login-bg: #242528;
    --login-border: rgba(138, 143, 142, 0.32);
    --login-text: #FFFFFF;
    --blue: #8a8f8e;
    --blue-dark: #717574;
    --blue-glow: rgba(138, 143, 142, 0.35);
    --header-bg: #2f3131;
    --section-bg: #35373a;
    --section-alt: #191a1b;
    --hero-bg: #444749;
    --bg: #1b1c1d;
    --bg-card: #292b2e;
    --bg-card-alt: #242628;
    --surface: rgba(36, 38, 40, 0.72);
    --surface-hover: rgba(41, 43, 46, 0.84);
    --headings: #FFFFFF;
    --text: #ffffff;
    --text-muted: #969797;
    --border: rgba(138, 143, 142, 0.18);
    --neon-line: rgba(244, 177, 31, 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;
}

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

.osubcaylzjgngf 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;
}

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

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

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

.uckbiyxfstb {
    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;
}

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

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

.tlicmuraa {
    width: 100%;
}

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

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

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

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

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

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

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

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

.qhknwyzwaykg {
    display: block;
}

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

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

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

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

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

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

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

.pghidubmo {
    width: 100%;
}

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

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

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

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

.dilugpiclflackt {
    font-size: 14px;
}

.krxxytavmwtcgwus {
    color: #fff;
}

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

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

.amozmljwxfkcwj>a {
    cursor: pointer;
}

.irqvrtng {
    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;
}

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

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

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

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

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

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

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

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

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

.vyddknphofoodkoo {
    display: none;
}

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

.bthfrzwgxmg {
    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;
}

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

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

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

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

.ljzmsdlnzc {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ocogsetrdiek 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;
}

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

.ocogsetrdiek 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;
}

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

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

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

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

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

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

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

.pujpfhhdxkkg {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.nskyhwusmtsaiv:hover .eoktwapikbpayyxf img {
    transform: scale(1.05);
}

.bvbfffhu {
    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;
}

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

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

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

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

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

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

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

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

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

.ehuebrkywtecbzgi {
    margin-top: 48px;
}

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

.bdoyhinqxyo {
    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;
}

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

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

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

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

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

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

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

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

.btbhaprv {
    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);
}

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

.zuxxxufk 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%);
    }
}

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

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

.yftnvnkh.zvlnacygksuq {
    grid-template-rows: auto auto;
    align-items: start;
}

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

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

.yftnvnkh.jzhuffcskevb .pzclikdstdpidyrg {
    order: -1;
}

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

.pzclikdstdpidyrg {
    align-self: center;
}

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

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

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

.eznqatbrdimghbd {
    margin: 0 0 24px;
}

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

.eznqatbrdimghbd 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;
}

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

.vsthbjynxbxrdig 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);
}

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

.vsthbjynxbxrdig 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;
}

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

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

.bhhhdali h2 {
    margin: 0;
}

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

.abpwatepfso {
    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);
    }
}

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

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

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

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

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

    .vhxrqlotip {
        gap: 6px;
    }

    .vhxrqlotip .gbjvgllodadnc img,
    .rmqgrehi .vhynnifpbzyduqyn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .vhxrqlotip .gbjvgllodadnc span {
        font-size: 12px;
    }

    .vhxrqlotip .ivamfflfqcbikdu {
        font-size: 12px;
    }

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

    .wbfjimzfavf {
        font-size: 12px;
    }

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

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

.cvzdnimba::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%);
    }
}

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

.qocwayudnppxu {
    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;
}

.vhynnifpbzyduqyn {
    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;
}

.rmqgrehi {
    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;
}

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

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

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

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

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

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

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

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

.kuqrtemxfjv {
    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;
}

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

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

.xbfrqtyigum {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.fxuzelihnblfwsl img:hover {
    opacity: 1;
}

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

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

.ncvmqdwnjpnpxche.dpgfpvsuyxhkdir {
    border-color: var(--green);
}

.jecueyxdm {
    width: 100%;
    text-align: left;
    padding: 18px 54px 18px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: color .2s;
}

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

.ncvmqdwnjpnpxche.dpgfpvsuyxhkdir .jecueyxdm::after {
    content: "−";
    color: var(--green);
}

.ncvmqdwnjpnpxche.dpgfpvsuyxhkdir .jecueyxdm {
    color: var(--gold);
}

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

.ncvmqdwnjpnpxche.dpgfpvsuyxhkdir .axmzatvyuqfem {
    max-height: 220px;
}

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

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

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

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

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

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

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

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

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

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

.mxrmzlyeszf .jrtqnjudrumtzkxt 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;
}

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

.mxrmzlyeszf .jrtqnjudrumtzkxt h2:first-child {
    margin-top: 0;
}

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

.mxrmzlyeszf .jrtqnjudrumtzkxt p {
    margin: 0 0 16px;
}

.mxrmzlyeszf .jrtqnjudrumtzkxt a {
    color: var(--gold);
    text-decoration: underline;
}

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

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

.mxrmzlyeszf .jrtqnjudrumtzkxt ol {
    list-style: decimal;
}

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

.mxrmzlyeszf .jrtqnjudrumtzkxt .peccdlqwq {
    color: var(--muted);
    font-style: italic;
    margin-bottom: 24px;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

.vahpevcjyslq 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;
}

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

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

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

.jjilkjurxlflphb {
    margin-bottom: 14px;
}

.jjilkjurxlflphb img {
    display: block;
}

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

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

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

.ovtryozsvu li {
    padding: 6px 0;
}

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

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

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

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

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

.ptyjfynl {
    position: relative;
}

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

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

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

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

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

.idacdklzk:hover {
    color: #fff;
}

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

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

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

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

.awxtbaxvdym {
    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;
}

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

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

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

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

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

.upoblksbwybsmo {
    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;
}

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

.upoblksbwybsmo.xfsuxfkggpvbmx {
    color: var(--green);
    border-color: var(--green);
}

.faclbgwaeupc {
    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);
}

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

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

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

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

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

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

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

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

@media (max-width: 960px) {

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

    .pwupeuqgjvegjj,
    .yftnvnkh,
    .yftnvnkh.jzhuffcskevb {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .pwupeuqgjvegjj > .eythxxwnk,
    .yftnvnkh > .ohzsfnekfhe {
        display: contents;
    }

    .pwupeuqgjvegjj > .eythxxwnk > h1,
    .yftnvnkh > .ohzsfnekfhe > h2 {
        order: 1;
    }

    .pwupeuqgjvegjj > .vsftovlmkkra,
    .yftnvnkh > .pzclikdstdpidyrg,
    .yftnvnkh.jzhuffcskevb > .pzclikdstdpidyrg {
        order: 2;
        margin: 0 0 24px;
    }

    .pwupeuqgjvegjj > .eythxxwnk > *:not(h1),
    .yftnvnkh > .ohzsfnekfhe > *:not(h2) {
        order: 3;
    }

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

    .yftnvnkh > .qlgufaxkolruo .bdoyhinqxyo,
    .yftnvnkh > .ohzsfnekfhe .bdoyhinqxyo {
        max-width: 100%;
        width: 100%;
    }

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

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

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

    .eythxxwnk .fbktorghp {
        display: none;
    }
}

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

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

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

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

    .qhknwyzwaykg img {
        height: 36px;
    }

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

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

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

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

    .cegohwiabu {
        display: block;
    }

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

    .pghidubmo.dpgfpvsuyxhkdir {
        max-height: 90vh;
        overflow-y: auto;
    }

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

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

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

    .amozmljwxfkcwj.dpgfpvsuyxhkdir .irqvrtng {
        display: block;
    }

    .osubcaylzjgngf {
        padding: 48px 0;
    }

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

    .faclbgwaeupc {
        gap: 20px;
    }

    .faclbgwaeupc img {
        height: 32px;
    }

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

    .phbgnjjdfjl {
        padding-left: 0;
    }

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

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

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

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

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

    .jtzenzsgsfgijr .uckbiyxfstb {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }
}