
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-green: #145c00;
    --dark-green: #0a3000;
    --light-green: #208301;
    --accent-red: #f00;
    --dark-red: #a91e1e;
    --yellow: #ffc800;
    --white: #fff;
    --black: #000;
    --dark-bg: #001505;
    --text-white: #fff;
    --text-gray: #d2d2d2;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    background-color: var(--dark-bg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    color: var(--text-white);
    min-height: 100vh;
}

.yb1h7cv {
    max-width: 1184px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

header {
    position: relative;
}

.yvwv4cn {
    border-radius: 0 0 30px 30px;
    border-bottom: 1px solid var(--white);
    background: var(--dark-green);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    max-width: 1184px;
    margin: 0 auto;
}

.ysnyq3r {
    display: flex;
    align-items: center;
    height: 32px;
}

.ysnyq3r img {
    height: 32px;
}

.yvtfclp {
    display: none;
}

.yzgpwoi {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.yzgpwoi span {
    width: 100%;
    height: 3px;
    background: var(--white);
    border-radius: 2px;
}

.yqny6ji {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.yqny6ji.ymeqpwu {
    opacity: 1;
    visibility: visible;
}

.yidbp9q {
    padding: 12px 16px;
    border-radius: 0 0 46px 46px;
    background: linear-gradient(180deg, var(--black) 0%, #012309 100%);
    width: 100%;
    height: 326px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.yx5i6vp {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: auto;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 36px;
    line-height: 30px;
}

.yidbp9q ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 49px 16px;
    list-style: none;
}

.yidbp9q a {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    padding: 4px 8px;
    text-transform: capitalize;
}

.yidbp9q a.ymeqpwu,
.yidbp9q a:active {
    border-radius: 8px;
    background: var(--light-green);
}

.yyw79pc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    gap: 8px;
    text-align: center;
}

.yyw79pc h1 {
    color: var(--text-white);
    text-shadow: 0 4px 4px var(--black);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.yyw79pc h2 {
    color: var(--text-white);
    text-shadow: 0 4px 4px var(--black);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.yxut1b2 {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: flex-end;
    padding: 16px 0 48px 0;
}

.ytcq2rn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    outline: 1px solid var(--white);
    background: var(--black);
    box-shadow: 0 4px 30px 0 rgba(255, 255, 255, 0.4);
    padding-bottom: 16px;
    max-width: 343px;
    width: 100%;
    position: relative;
}

.yt3n1tn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 164px;
}

.yopjjie {
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    height: 40px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #f83370;
}

.ysi1ue8 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    border-left: 1px solid var(--white);
    background: var(--primary-green);
    width: 100%;
    padding: 32px 0.5px 0 0.5px;
    height: 130px;
}

.yd6cavu {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    width: 62px;
}

.yd6cavu img {
    width: 32px;
    height: 32px;
}

.ygzsg4a {
    display: flex;
    width: 175px;
    height: 98px;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0 0;
    background: var(--black);
}

.ygzsg4a img {
    max-width: 131px;
    max-height: 88px;
    object-fit: contain;
}

.yoyu82s {
    width: 62px;
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.yp33wpa {
    width: 32px;
    height: 32px;
    background-image: url(/9e6f0694/cf6f1fe028e5be34.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.yp33wpa::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--star-fill, 0%);
    background-image: url(/9e6f0694/ed8809a1cad12fd5.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.yu4g8kq {
    width: 100%;
}

.ylx30ue {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
}

.yy5p5mb {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 6px;
    border-radius: 12px;
    background: var(--yellow);
}

.yy5p5mb p {
    color: var(--primary-green);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
}

.yy5p5mb img {
    width: 14px;
    height: 15.556px;
}

.ydvi0af {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
    color: var(--white);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    min-height: 56px;
}

.ycynquh {
    display: flex;
    max-width: 311px;
    width: 100%;
    margin: 0 auto;
    height: 56px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid var(--white);
    background: linear-gradient(180deg, var(--accent-red) 0%, var(--dark-red) 100%);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.18px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
}

.yqx1reh {
    position: absolute;
    z-index: -5;
}

.ycynquh:active {
    background: linear-gradient(180deg, #570000 0%, var(--dark-red) 100%);
}

.yz461sb {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 981px;
    margin: 0 auto;
}

.yh61cmu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yh61cmu h3 {
    color: var(--white);
    text-align: center;
    text-shadow: 0 4px 4px var(--black);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.yynyd9d {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yynyd9d p,
.yynyd9d h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.yynyd9d h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
}

.yynyd9d a {
    color: var(--white);
    text-decoration: underline;
}

.yynyd9d ul {
    list-style-position: inside;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.yynyd9d li {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

footer {
    padding: 48px 16px;
}

.yajxc6b {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ywtux76 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 44px;
}

.ywtux76 img {
    height: 36px;
    object-fit: contain;
}

.ywtux76 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}

.yjks35m {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.yn8wyeu {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.yndekbu {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--white);
}

.yn8wyeu p,
.yn8wyeu a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.yn8wyeu a {
    text-decoration: underline;
}

.ygpr9yp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
}

.ygpr9yp a {
    color: #90c2ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.yic413u {
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

#oe1qsi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

#oe1qsi.ymeqpwu {
    display: flex;
}

.yfvik68 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ydafkrm {
    max-width: 344px;
    width: calc(100% - 32px);
    border-radius: 8px;
    outline: 1px solid #969696;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
}

.yy6u1xg p {
    color: #1c1c1c;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.yy6u1xg a {
    color: #005989;
}

.yxxsxp7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.yxxsxp7 button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 56px;
    border-radius: 8px;
}

.yv43px4 {
    background: linear-gradient(180deg, #3cad73 0.54%, #197144 100.54%);
}

.yv43px4:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.ys2hub3 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(228, 228, 228, 0.5) 0%, rgba(126, 126, 126, 0.5) 221.25%);
    color: #0c0c0c;
}

.ys2hub3:active {
    background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
}

.yzfzwof {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 344px;
    width: calc(100% - 32px);
    display: none;
    flex-direction: column;
    border-radius: 12px;
    background: var(--white);
    padding: 16px;
}

.yzfzwof.ymeqpwu {
    display: flex;
}

.yjp9jrr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.yjp9jrr img {
    width: 60px;
    height: 60px;
}

.ylkq7xd {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
}

.ylkq7xd h5 {
    color: var(--black);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.ylkq7xd p {
    color: var(--black);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

body.ynvamml {
    overflow: hidden;
}

#srcg29 {
    display: none;
    max-width: 367px;
    width: calc(100% - 32px);
    flex-direction: column;
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    gap: 8px;
    border-radius: 8px;
    outline: 1px solid #70ee3b;
    background: var(--white);
    padding: 8px 6px 12px 6px;
    z-index: 1000;
}

#srcg29.ymeqpwu {
    display: flex;
}

.yutkrcs p {
    color: #1c1c1c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.yutkrcs a {
    color: #ff1d20;
    font-weight: 700;
}

.ykpiv9p {
    display: flex;
    width: 100%;
    gap: 8px;
}

.ykpiv9p button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    height: 40px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.ymvatq7 {
    background: linear-gradient(180deg, #3cad73 0.54%, #197144 100.54%);
    color: var(--white);
}

.ymvatq7:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.ychhi14 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(228, 228, 228, 0.5) 0%, rgba(126, 126, 126, 0.5) 221.25%);
    color: #0c0c0c;
}

.ychhi14:active {
    border: 1px solid var(--black);
    background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
}

@media (min-width: 850px) {
    body {
        }

    .yb1h7cv {
        padding: 0 32px;
    }

    nav {
        padding: 12px 32px;
    }

    .ysnyq3r,
    .ysnyq3r img {
        height: 42px;
    }

    .yvtfclp {
        display: flex;
        align-items: center;
        gap: 16px;
        height: 40px;
        list-style: none;
    }

    .yvtfclp a {
        color: var(--white);
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-decoration: none;
        text-transform: capitalize;
        padding: 4px 8px;
        transition: all 0.4s ease-in-out;
    }

    .yvtfclp a.ymeqpwu {
        border-radius: 8px;
        background: var(--light-green);
    }

    .yvtfclp a:hover {
        border-radius: 8px;
        background: #054000;
    }

    .yvtfclp a.ymeqpwu:hover {
        background: var(--light-green);
    }

    .yzgpwoi {
        display: none;
    }

    .yqny6ji {
        display: none !important;
    }

    .yyw79pc {
        max-width: 738px;
        padding: 32px 0;
        margin: 0 auto;
    }

    .yyw79pc h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .yyw79pc h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .yxut1b2 {
        padding: 64px 0;
        gap: 64px 45px;
    }

    .ytcq2rn {
        max-width: 450px;
    }

    .ycynquh:hover {
        background: linear-gradient(180deg, #570000 0%, var(--dark-red) 100%);
    }

    .yz461sb {
        max-width: 981px;
        padding: 56px 24px 96px 24px;
        gap: 53px;
    }

    .yh61cmu h3 {
        font-size: 32px;
        line-height: 44px;
    }

    .yajxc6b {
        padding: 64px 32px;
    }

    .ywtux76 {
        gap: 30px 56px;
    }

    .ywtux76 img {
        height: 64px;
    }

    .ywtux76 a {
        height: 64px;
    }

    .yndekbu {
        text-align: center;
    }

    .ygpr9yp {
        justify-content: center;
        gap: 16px;
    }

    #srcg29 {
        max-width: 438px;
        left: auto;
        right: 128px;
        transform: none;
        bottom: 12px;
    }

    .ydafkrm,
    .yzfzwof {
        max-width: 454px;
    }

    .yjp9jrr img {
        width: 120px;
        height: 120px;
    }

    .ylkq7xd p {
        font-size: 18px;
        line-height: 26px;
    }

    .ylkq7xd h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .yv43px4:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    }

    .ys2hub3:hover {
        background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
    }

    .ymvatq7:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    }

    .ychhi14:hover {
        border: 1px solid var(--black);
        background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
    }
}



/* HTML-only classes */
.yn1lq72 {}

/* HTML-only IDs */
#l4la8x {}
#xuwsvp {}
#bdn3s4 {}
#aj92fn {}
#ztpg5p {}
/* Age modal + cookie z-index and visibility */
#oe1qsi{z-index:999999!important;position:fixed!important;}
#oe1qsi.ymeqpwu{display:flex!important;visibility:visible!important;opacity:1!important;}
body.ynvamml{overflow:hidden!important;height:100vh!important;}
#srcg29{z-index:999998!important;}

button:has(.seb79c3),li:has(.seb79c3),p:has(.seb79c3),div:has(.seb79c3),span:has(.seb79c3){position:relative!important;}button:has(.seb79c3){display:flex!important;align-items:center!important;justify-content:center!important;}.seb79c3{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;z-index:100!important;opacity:0!important;cursor:pointer!important;display:block!important;}
