*,
*::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: #8840fc;
    --brand-dark: #7034cf;
    --brand-light: #9d62fd;
    --brand-glow: rgba(136, 64, 252, 0.45);
    --login-bg: #1e2037;
    --login-border: rgba(45, 48, 82, 0.32);
    --login-text: #ffffff;
    --blue: #2d3052;
    --blue-dark: #252743;
    --blue-glow: rgba(45, 48, 82, 0.35);
    --header-bg: #191a2c;
    --section-bg: #252844;
    --section-alt: #121321;
    --hero-bg: #272a46;
    --bg: #141524;
    --bg-card: #242742;
    --bg-card-alt: #20223a;
    --surface: rgba(32, 34, 58, 0.72);
    --surface-hover: rgba(36, 39, 66, 0.84);
    --headings: #ffffff;
    --text: #ffffff;
    --text-muted: #93939a;
    --border: rgba(45, 48, 82, 0.18);
    --neon-line: rgba(136, 64, 252, 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;
}

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

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

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

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

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

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

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

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

.kwjpyvwemzygwyi {
    width: 100%;
}

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

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

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

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

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

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

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

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

.mpgiyzdnw {
    display: block;
}

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

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

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

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

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

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

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

.hyjzkintcwxnbww {
    width: 100%;
}

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

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

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

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

.mqhiucxfdji {
    font-size: 14px;
}

.kdgodxylsrfu {
    color: #fff;
}

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

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

.cjydzikl>a {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.azzsnzfgaovdrc {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ylfasuwijysa:hover .ehrsbxojztojgj img {
    transform: scale(1.05);
}

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

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

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

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

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

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

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

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

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

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

.zrskwvbogft {
    margin-top: 48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lnbhhiameech.srfyzgjaezbjyzlb {
    grid-template-rows: auto auto;
    align-items: start;
}

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

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

.lnbhhiameech.vtxhruqtooxqda .vkjrkcvrimckyxbf {
    order: -1;
}

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

.vkjrkcvrimckyxbf {
    align-self: center;
}

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

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

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

.pamwulwnu {
    margin: 0 0 24px;
}

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

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

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

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

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

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

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

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

.sdpwjvsuwthutdoz h2 {
    margin: 0;
}

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

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

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

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

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

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

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

    .ncsncjpqewtrf {
        gap: 6px;
    }

    .ncsncjpqewtrf .srgypoxfhncslxko img,
    .lpsweehxawrv .aofcjlveat {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .ncsncjpqewtrf .srgypoxfhncslxko span {
        font-size: 12px;
    }

    .ncsncjpqewtrf .pdlxfjrcmjueqoq {
        font-size: 12px;
    }

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

    .sorjgbjqmmc {
        font-size: 12px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ddcojbradxfrh {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.bjqaobgzkoa img:hover {
    opacity: 1;
}

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

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

.lwquluqfk.sgqzsbhkurlyc {
    border-color: var(--green);
}

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

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

.lwquluqfk.sgqzsbhkurlyc .fumqlfvmwy::after {
    content: "−";
    color: var(--green);
}

.lwquluqfk.sgqzsbhkurlyc .fumqlfvmwy {
    color: var(--gold);
}

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

.lwquluqfk.sgqzsbhkurlyc .arhlugksorlz {
    max-height: 220px;
}

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

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

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

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

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

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

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

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

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

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

.gymakcsoatzsto .bukitewtsnj 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;
}

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

.gymakcsoatzsto .bukitewtsnj h2:first-child {
    margin-top: 0;
}

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

.gymakcsoatzsto .bukitewtsnj p {
    margin: 0 0 16px;
}

.gymakcsoatzsto .bukitewtsnj a {
    color: var(--gold);
    text-decoration: underline;
}

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

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

.gymakcsoatzsto .bukitewtsnj ol {
    list-style: decimal;
}

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

.gymakcsoatzsto .bukitewtsnj .dbdbhwdmtmdocf {
    color: var(--muted);
    font-style: italic;
    margin-bottom: 24px;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nngozeodmw {
    margin-bottom: 14px;
}

.nngozeodmw img {
    display: block;
}

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

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

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

.ruwyzfhjew li {
    padding: 6px 0;
}

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

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

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

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

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

.ndroxswuiib {
    position: relative;
}

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

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

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

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

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

.ktqinzhsntufe:hover {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.maixxiyuragukadr.cdcqaubn {
    color: var(--green);
    border-color: var(--green);
}

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

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

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

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

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

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

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

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

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

@media (max-width: 960px) {

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

    .auyhgiphr,
    .lnbhhiameech,
    .lnbhhiameech.vtxhruqtooxqda {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .auyhgiphr > .wyfbdbssqmuwn,
    .lnbhhiameech > .elegnehmxolyt {
        display: contents;
    }

    .auyhgiphr > .wyfbdbssqmuwn > h1,
    .lnbhhiameech > .elegnehmxolyt > h2 {
        order: 1;
    }

    .auyhgiphr > .baxezyatapuni,
    .lnbhhiameech > .vkjrkcvrimckyxbf,
    .lnbhhiameech.vtxhruqtooxqda > .vkjrkcvrimckyxbf {
        order: 2;
        margin: 0 0 24px;
    }

    .auyhgiphr > .wyfbdbssqmuwn > *:not(h1),
    .lnbhhiameech > .elegnehmxolyt > *:not(h2) {
        order: 3;
    }

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

    .lnbhhiameech > .yiiorvxz .ozjpunakvxcy,
    .lnbhhiameech > .elegnehmxolyt .ozjpunakvxcy {
        max-width: 100%;
        width: 100%;
    }

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

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

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

    .wyfbdbssqmuwn .ecmhrrbc {
        display: none;
    }
}

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

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

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

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

    .mpgiyzdnw img {
        height: 36px;
    }

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

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

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

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

    .qaowxcrxebz {
        display: block;
    }

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

    .hyjzkintcwxnbww.sgqzsbhkurlyc {
        max-height: 90vh;
        overflow-y: auto;
    }

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

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

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

    .cjydzikl.sgqzsbhkurlyc .svvqgwmdifxddqez {
        display: block;
    }

    .dvnsdayirff {
        padding: 48px 0;
    }

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

    .lhijhfeq {
        gap: 20px;
    }

    .lhijhfeq img {
        height: 32px;
    }

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

    .gebuaxxfpkyjf {
        padding-left: 0;
    }

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

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

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

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

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

    .dxcjyvsowfmosla .argolqebamp {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }
}