
* {
    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;
}

.ym6prnx {
    max-width: 1184px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

header {
    position: relative;
}

.yxmvtxe {
    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;
}

.yf0bmv9 {
    display: flex;
    align-items: center;
    height: 32px;
}

.yf0bmv9 img {
    height: 32px;
}

.ym0ffil {
    display: none;
}

.ymk7cmd {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.ymk7cmd span {
    width: 100%;
    height: 3px;
    background: var(--white);
    border-radius: 2px;
}

.ywcyhfp {
    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;
}

.ywcyhfp.ypp8ta9 {
    opacity: 1;
    visibility: visible;
}

.yw0c39b {
    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;
}

.yggca48 {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: auto;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 36px;
    line-height: 30px;
}

.yw0c39b ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 49px 16px;
    list-style: none;
}

.yw0c39b a {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    padding: 4px 8px;
    text-transform: capitalize;
}

.yw0c39b a.ypp8ta9,
.yw0c39b a:active {
    border-radius: 8px;
    background: var(--light-green);
}

.ygpinmr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    gap: 8px;
    text-align: center;
}

.ygpinmr h1 {
    color: var(--text-white);
    text-shadow: 0 4px 4px var(--black);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.ygpinmr h2 {
    color: var(--text-white);
    text-shadow: 0 4px 4px var(--black);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.yok2vb9 {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    align-items: flex-end;
    padding: 16px 0 48px 0;
}

.yj35rrb {
    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;
}

.ybokcbn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 164px;
}

.yasqes4 {
    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;
}

.yv93zei {
    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;
}

.yjpdkwm {
    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;
}

.yjpdkwm img {
    width: 32px;
    height: 32px;
}

.yy97vmr {
    display: flex;
    width: 175px;
    height: 98px;
    justify-content: center;
    align-items: center;
    border-radius: 16px 16px 0 0;
    background: var(--black);
}

.yy97vmr img {
    max-width: 131px;
    max-height: 88px;
    object-fit: contain;
}

.yywascv {
    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;
}

.yz6gurm {
    width: 32px;
    height: 32px;
    background-image: url(/9e6f0694/cf6f1fe028e5be34.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.yz6gurm::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;
}

.ykeekhb {
    width: 100%;
}

.ypv3gji {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0;
}

.yl5onlf {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 6px;
    border-radius: 12px;
    background: var(--yellow);
}

.yl5onlf p {
    color: var(--primary-green);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
}

.yl5onlf img {
    width: 14px;
    height: 15.556px;
}

.yegemyp {
    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;
}

.ynmqvu6 {
    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;
}

.yk0eq8r {
    position: absolute;
    z-index: -5;
}

.ynmqvu6:active {
    background: linear-gradient(180deg, #570000 0%, var(--dark-red) 100%);
}

.yjpfo4z {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 981px;
    margin: 0 auto;
}

.yawa8oh {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yawa8oh h3 {
    color: var(--white);
    text-align: center;
    text-shadow: 0 4px 4px var(--black);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.ywvy9vh {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ywvy9vh p,
.ywvy9vh h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.ywvy9vh h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
}

.ywvy9vh a {
    color: var(--white);
    text-decoration: underline;
}

.ywvy9vh ul {
    list-style-position: inside;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ywvy9vh li {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

footer {
    padding: 48px 16px;
}

.ym6w4hn {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ykr3ir9 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 44px;
}

.ykr3ir9 img {
    height: 36px;
    object-fit: contain;
}

.ykr3ir9 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}

.ynfcj6v {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.yq75kpo {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ymgrk20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--white);
}

.yq75kpo p,
.yq75kpo a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.yq75kpo a {
    text-decoration: underline;
}

.yjkeshw {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
}

.yjkeshw a {
    color: #90c2ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.yfp24zy {
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

#c8gus8 {
    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);
}

#c8gus8.ypp8ta9 {
    display: flex;
}

.yk7f2va {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yo5uwq6 {
    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;
}

.yvb50sr p {
    color: #1c1c1c;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.yvb50sr a {
    color: #005989;
}

.yhie2f9 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.yhie2f9 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;
}

.yldtz9q {
    background: linear-gradient(180deg, #3cad73 0.54%, #197144 100.54%);
}

.yldtz9q:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.yzl1dw5 {
    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;
}

.yzl1dw5:active {
    background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
}

.ybldqtv {
    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;
}

.ybldqtv.ypp8ta9 {
    display: flex;
}

.ybk0e70 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.ybk0e70 img {
    width: 60px;
    height: 60px;
}

.yh3mzw8 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
}

.yh3mzw8 h5 {
    color: var(--black);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.yh3mzw8 p {
    color: var(--black);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

body.yhy6zvq {
    overflow: hidden;
}

#y3i4vp {
    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;
}

#y3i4vp.ypp8ta9 {
    display: flex;
}

.ypgg6d9 p {
    color: #1c1c1c;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.ypgg6d9 a {
    color: #ff1d20;
    font-weight: 700;
}

.ynjbpr7 {
    display: flex;
    width: 100%;
    gap: 8px;
}

.ynjbpr7 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;
}

.yssbdej {
    background: linear-gradient(180deg, #3cad73 0.54%, #197144 100.54%);
    color: var(--white);
}

.yssbdej:active {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.yiqg0w8 {
    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;
}

.yiqg0w8:active {
    border: 1px solid var(--black);
    background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
}

@media (min-width: 850px) {
    body {
        }

    .ym6prnx {
        padding: 0 32px;
    }

    nav {
        padding: 12px 32px;
    }

    .yf0bmv9,
    .yf0bmv9 img {
        height: 42px;
    }

    .ym0ffil {
        display: flex;
        align-items: center;
        gap: 16px;
        height: 40px;
        list-style: none;
    }

    .ym0ffil 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;
    }

    .ym0ffil a.ypp8ta9 {
        border-radius: 8px;
        background: var(--light-green);
    }

    .ym0ffil a:hover {
        border-radius: 8px;
        background: #054000;
    }

    .ym0ffil a.ypp8ta9:hover {
        background: var(--light-green);
    }

    .ymk7cmd {
        display: none;
    }

    .ywcyhfp {
        display: none !important;
    }

    .ygpinmr {
        max-width: 738px;
        padding: 32px 0;
        margin: 0 auto;
    }

    .ygpinmr h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .ygpinmr h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .yok2vb9 {
        padding: 64px 0;
        gap: 64px 45px;
    }

    .yj35rrb {
        max-width: 450px;
    }

    .ynmqvu6:hover {
        background: linear-gradient(180deg, #570000 0%, var(--dark-red) 100%);
    }

    .yjpfo4z {
        max-width: 981px;
        padding: 56px 24px 96px 24px;
        gap: 53px;
    }

    .yawa8oh h3 {
        font-size: 32px;
        line-height: 44px;
    }

    .ym6w4hn {
        padding: 64px 32px;
    }

    .ykr3ir9 {
        gap: 30px 56px;
    }

    .ykr3ir9 img {
        height: 64px;
    }

    .ykr3ir9 a {
        height: 64px;
    }

    .ymgrk20 {
        text-align: center;
    }

    .yjkeshw {
        justify-content: center;
        gap: 16px;
    }

    #y3i4vp {
        max-width: 438px;
        left: auto;
        right: 128px;
        transform: none;
        bottom: 12px;
    }

    .yo5uwq6,
    .ybldqtv {
        max-width: 454px;
    }

    .ybk0e70 img {
        width: 120px;
        height: 120px;
    }

    .yh3mzw8 p {
        font-size: 18px;
        line-height: 26px;
    }

    .yh3mzw8 h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .yldtz9q:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    }

    .yzl1dw5:hover {
        background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
    }

    .yssbdej:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    }

    .yiqg0w8:hover {
        border: 1px solid var(--black);
        background: linear-gradient(180deg, #e4e4e4 0%, #7e7e7e 221.25%);
    }
}



/* HTML-only classes */
.yhplu5y {}
.yzekwg6 {}

/* HTML-only IDs */
#u2ez2n {}
#hvbw52 {}
#ix63h5 {}
#i3kbjb {}
#ieg9rj {}

/* Multi-class collapsed into single selector */
.nb5df2d {
  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;
}
/* Age modal + cookie z-index and visibility */
#c8gus8{z-index:999999!important;position:fixed!important;}
#c8gus8.ypp8ta9{display:flex!important;visibility:visible!important;opacity:1!important;}
body.yhy6zvq{overflow:hidden!important;height:100vh!important;}
#y3i4vp{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;}
