:root {
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
*, *::before, *::after {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
    outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
.v913pewm5x { color: rgb(225, 0, 3); width: 17%; margin: 4px; padding: 38px 47px; }

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; 
    padding: 0;
    white-space: normal; 
    *margin-left: -7px; 
}

button,
input,
select,
textarea {
    font-size: 100%; 
    margin: 0; 
    vertical-align: baseline; 
    *vertical-align: middle; 
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
    *overflow: visible;  
}
.ak3yhu3t { padding: 37px 17px; border: 4px dotted #ec82ff; }

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
    *height: 13px; 
    *width: 13px; 
}

input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; 
    vertical-align: top; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html,
button,
input,
select,
textarea {
    color: #222;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.r17d2mq7 {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.n9tp2s114rn { margin: -5px; display: none; border: 4px dashed #e523c8; padding: 32px 17px; color: rgb(235, 140, 112); }
a,
  button,
  input,
  svg ,
  textarea {
    transition-duration: var(--transition-duration);
  }
body {
    color: var(--color-light);
    background-color: var(--bg-dark);
    font-family: var(--font-family);
    display: flex;
    flex-direction: column;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
a {
    text-decoration: none;
    
}
h1 {
    font-size: 40px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin-bottom: 20px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0 16px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0 20px;
}
strong {
    color:var(--color-accent);
    font-weight: 600;
}
@media screen and (max-width:768px)  {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
}
.kftxgwoq {
 position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    gap: 30px;
    min-height: 70px;
    padding-left: 2%;
    padding-right: 2%;

    
    background-color: #0b0a0859; 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
}
.lle15fj1 {
    max-width: 149px;
    width: 100%;
    height: auto;
}
.tl4o3g5n {
    width: 100%;
}
.lx0q4ilz {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    gap: 30px;
    width: 100%;
}
.ycmw0807m { display: block; border: 4px dotted #78cb9d; width: 50%; color: rgb(255, 158, 160); padding: 24px 44px; }
.lx0q4ilz a.ubugv6a9 {
color: var(--color-light);
}
@media screen and (max-width:991px) {
    .lx0q4ilz a.ubugv6a9 {
        display:none;
    }
}
.ffoefib2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items:center;
    
}
.nyfes3oz {
    border: none;

    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 12px;
}
.nyfes3oz a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.nyfes3oz:nth-of-type(1){
    background-color: var(--color-accent);
color: var(--bg-dark);

    
}
.nyfes3oz:nth-of-type(1) a {
color: var(--bg-dark);
}
.nyfes3oz:nth-of-type(2){

    
}
.nyfes3oz:nth-of-type(2) a {
    color: var(--bg-accent);
    text-transform: uppercase;
    
}
.guudwq7a {
    margin-right: auto;
    color: var(--color-light);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}
@media screen and (max-width:768px) {
    .kftxgwoq{
        height: auto;
        padding-right: 85px;
    }
    .guudwq7a {
        display: none;
    }
    .lx0q4ilz {
        justify-content: center;
    }
}
@media screen and (max-width:478px) {
    .nyfes3oz {
        height: 32px;
        padding: 5px 10px;
    }
    .nyfes3oz a {
        font-size: 10px;
    }
}
.a6adasg0 {
    display: none;
 }
@media screen and (max-width: 768px) {
    .a6adasg0 {
        display: block;
        position: static;
        z-index: 902;
        
    }
    
    .oir7yat1 {
        position: fixed;
        left: -60%;
        top: 0; 
        width: 0;
        border-bottom: 2px solid var(--color-accent); 
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: var(--bg-dark);
        overflow: hidden;
        transition: left 0.3s ease; 
        z-index: 903;
        padding: 30px 10px;
    }
    .oir7yat1 a {
 color:var(--color-light);
}
    .oir7yat1[active] {
        width: 100%;
        padding-top: 65px;
        left: 0;
    }
    .optmnvuf {
        width: 100%;
        padding: 10px 40px;
        background-color: #FCC301;
        border: none;
    }
    .optmnvuf:nth-of-type(2){
        background-color:var(--color-accent);
    }
    .optmnvuf a {
        text-transform: uppercase;
        color:var(--color-light);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .b6jk4bmp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        height: 60%;
    }
    .wwul3078 {
        width: 100%;
        border-bottom: 1px solid var(--bg-dark);
        padding-bottom: 10px;
        font-weight: 700;
        color:var(--bg-card);
        font-size: 16px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;

    }
    
    .cjr0xkie {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 50px;
        height: 43px;
        position: absolute;
        right: 15px;
        top: 25px;
        z-index: 100;
    }
    
    .xv3lllub {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10%;
        right: 5%;
        transform: translate(50%, -50%);
        cursor: pointer;
    }
    
    .xv3lllub:before,
    .xv3lllub:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 20px;
        background:var(--bg-card);
    }
    
    .xv3lllub:before {
        transform: rotate(45deg);
    }
    
    .xv3lllub:after {
        transform: rotate(-45deg);
    }
    
    .cjr0xkie div {
        width: 25px;
        height: 3px;
        background-color:var(--color-light);
    }
 }
.lcqohuc1 {
    width: 100%;
    height: auto;
    background-image: url('/img/bg.d5sz34bg');
    background-position: center;
    background-size: cover;
    margin-top: 70px;
}
.hr0nzk7t {
    max-width: 1440px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.m8pfo9h3 {
    width: 60%;
}
.rpg981j1 {
    color:var(--color-light);
    font-family: 'arial black', sans-serif;
    font-size: 30pt;
    line-height: 1.2;
margin-bottom: 30px;
}
.hz5n0ma5 {
    font-family: 'arial black', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 20px;
margin-bottom: 20px;
}
.piouc0gcan { margin: -12px; width: 56vw; display: flex; color: rgb(214, 252, 177); border: 5px dashed #29c919; padding: 48px 21px; }
@media screen and (max-width: 870px){
    .lcqohuc1 {
        width: 100%;
        margin-top: 70px;
    }
    .hr0nzk7t {
        max-width: 1440px;
        height: 300px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .m8pfo9h3 {
        width: 60%;
    }
    .rpg981j1 {
        color: var(--color-light);
        font-family: 'arial black', sans-serif;
        font-size: 30pt;
        line-height: 1.2;
    }
    .hz5n0ma5 {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 468px){
    .m8pfo9h3 {
        width: 100%;
    }
    .rpg981j1 {
        font-size: 24px;
    }
    .hz5n0ma5 {
        font-size: 18px;
    }
}
.ui9vf3up {  
    width: 100%;
}
.ipkx6k4n { 
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.jhk3ppra { 
    max-width: 260px;
    width: 100%;
    height: 200px;
    padding-top: 30px;
    background-color: var(--bg-dark);
    box-shadow: 0px 0px 9px 9px #0000000d;
    border-radius: 10px;
}
.jhk3ppra a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    color: var(--color-light);
}
.jhk3ppra img {
    max-width: 83px;
    width: 100%;
    height: 80px;
}
.jhk3ppra p {
    font-size: 16px;
    font-weight: bold;
}
@media  screen and (max-width: 768px) {
    .ipkx6k4n { 
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        align-items: center;
        padding-top: 30px;
    }
    .jhk3ppra { 
        max-width: 260px;
        width: 100%;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
        gap: 40px;
    }
    .jhk3ppra img {
        max-width: 83px;
        width: 100%;
        height: 80px;
    }
    .jhk3ppra p {
        font-size: 16px;
        font-weight: bold;
    }
}
.xieyqhkb {
  width: 100%;
  margin-bottom: 40px;
}
.lf14hb5n {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.lf14hb5n h2 {
  color: var(--color-accent);
}
.czuuanuf {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
.s6zqxnl7ktai { width: 17px; margin: -20px; padding: 32px 20px; color: rgb(213, 178, 152); }
@media (max-width: 800px) {
  .czuuanuf {
    justify-content: center;
  }
}
.sbg112i6 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.sbg112i6 img {
  width: 100%;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.sbg112i6 .f93uq2d6 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.sbg112i6 .f93uq2d6 {

  width: 20px;
  height: 20px;

}

}
.sbg112i6 {
max-width:inherit;
text-align: center;
}
.czuuanuf:has(.kcwotnxh) {
  grid-template-columns: repeat(4, 1fr);
}
.czuuanuf:has(.pup9zu18) {
  grid-template-columns: repeat(5, 1fr);
}
.czuuanuf:has(.kg5pr8ls) {
  grid-template-columns: repeat(6, 1fr);
}
.czuuanuf:has(.zrxi1ili) {
  grid-template-columns: repeat(7, 1fr);
}
.czuuanuf:has(.yg5fl43k) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .czuuanuf {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .czuuanuf {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .czuuanuf {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .czuuanuf {
    grid-template-columns: 1fr !important;
  }
}
.sbg112i6:hover .f93uq2d6 {
  opacity: 1; 
}
.sbg112i6:hover img {
  opacity: 0.3;
}
.ff8gr92tf5 { margin: 8px; display: none; }
table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin: 30px 0;
}
@media (max-width: 868px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
  box-shadow: 0 2px 8px var(--color-accent);
}
td {
    border: none; 
    border-radius: 10px 10px 10px 10px; 
	border: 1px double var(--color-light);
    padding: 5px 10px; 
}
tr {
    background-color: rgba(146, 146, 146, 0.197);
    border: 2px solid var(--color-light);
}
th {
    font-size: 20px;
    font-weight: 700;
    background-color: rgba(146, 146, 146, 0.197); 
    border-radius: 10px 10px 10px 10px; 
    padding: 10px 0;
}
@media (max-width: 1280px) {
    .qx3jcort {
      width: 100%;
    }
  }
@media (max-width: 600px) {
    .qx3jcort {
      width: 100%;
    }
    .d1g5a8ld img {
        max-width: 35px;
    }
  }
.mogl91qs {
    margin-top: 70px;
}
.gqyvrv4m {
    width: 100%;
    margin-bottom: 40px;
}
.za6rxvqf {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.gqyvrv4m .qu7g4xpq {
    display: flex;
    justify-content: center;
}
.kn2j8r3d {
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.higda5wdszn { border: 5px dashed #446510; }
.kn2j8r3d img {
    width: 100%;
}
.qu7g4xpq {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-bottom: 30px;
}
.za6rxvqf a{
 color: var(--color-accent);
}
.j3xpn48f {
    border: none;
    background-color: var(--color-accent);
color: var(--bg-dark);
    border-radius: 10px;
    height: auto;
    padding: 20px 70px;
}
.j3xpn48f a {
color: var(--bg-dark);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.dds5eo4d {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.s3pnwlvu h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.nfxrmm47 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.oxudkk85 {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
footer {
    width: 100%;
    margin-bottom: 40px;
}
.ct7808n0l21 { border: 4px solid #9e969f; margin: -19px; width: 64px; color: rgb(145, 69, 112); }
.x2jevtba {
    max-width: 1440px;
    margin: 30px auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ksuv3m71 {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.ksuv3m71 img {
    opacity: 0.4;
}
.yr0bv52p {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px; 
}
.m24h3cbv {
    display: flex;
    justify-content: center;
    align-items: center;
}
.m24h3cbv a {
    display: block; 
    color: var(--color-light);
    text-decoration: none; 
    margin-bottom: 15px; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.m24h3cbv a:hover {
    text-decoration: underline; 
  }
.tvr7t6kr {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.tvr7t6kr img {
    width: 100%;
    height: 30px;
}
.ln41kdu5 {
    font-size: 16px;
    margin: 40px 0;
}
@media (max-width: 768px) {
    .yr0bv52p {
      grid-template-columns: repeat(1, 2fr); 
    }
    .j3xpn48f {
        padding: 10px 40px;
    }
    .j3xpn48f a {
        font-size: 15px;
    }
  }
ul li {
    list-style: circle;
    line-height: 1.5;
    margin-left: 20px;
}
ol li {
    list-style-type: decimal;
    line-height: 1.5;
    margin-left: 20px;
}
.cegdhe6i { display: none; padding: 50px 47px; color: rgb(158, 74, 13); border: 1px dashed #0abaa4; width: 99px; margin: 18px; }

#cursor-trail-dot {
    position: fixed;
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.1s ease;
}
.hr0nzk7t {
  position: relative;
  z-index: 2;
}
.rpg981j1 {
  text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent);
  animation: glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
  from { text-shadow: 0 0 10px var(--color-accent), 0 0 20px var(--color-accent); }
  to { text-shadow: 0 0 20px var(--color-accent) 0 0 40px var(--color-accent) }
}
.lcqohuc1 {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.rimo3ulu button:hover {
  transform: translateY(-8px) rotate(1deg);
}
.rimo3ulu button{
  filter: grayscale(0%); 
  border-radius: 12px;
  animation: pulseShadow 2s infinite ease-in-out;
  margin: 20px 0;
}
@keyframes pulseShadow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.gqyvrv4m img {
  border-radius: 12px;
  box-shadow: 0 8px 25px var(--color-accent); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: auto;
  margin: 20px 0;

}
.of2xprc1 {
max-width: 1440px;
margin: 0 auto;
padding: 10px;
}
.gdu8vkm5 {
            max-width: 1400px;
            margin: 0 auto;
        }
.xs82roez {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 40px;
        }
.guudwq7a {
            background: rgba(0, 0, 0, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 10px;
            text-align: center;
            text-decoration: none !important;
            color: var(--color-text);
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
            backdrop-filter: blur(10px);
            margin: 0 !important;
        }
.guudwq7a:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: var(--color-accent);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(149, 223, 161, 0.3);
            color: var(--color-accent);
        }
.guudwq7a:active {
            transform: translateY(0);
        }
.oc78qyxvt52u { border: 2px dashed #dfa23a; display: flex; }
@media (max-width: 768px) {
            .xs82roez {
                gap: 12px;
            }

            .guudwq7a {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .guudwq7a {
                flex: 1 1 calc(50% - 6px);
            }
        }
.zn0ovw97 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.un7v9tkd {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
       
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.un7v9tkd:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.un7v9tkd:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .un7v9tkd {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#casino-sticky-block {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 75%;
    max-width: 750px;
    left: 50%;
    transform: translate(-50%);
    height: 0;
    background: var(--bg-dark);
    transition: height, .4s;
    border-radius: 12px;
    border: 2px solid var(--color-accent, #fff);
    box-shadow: 0 0 16px 10px #00000026
}
#casino-sticky-block[open] {
    height: -moz-fit-content;
    height: fit-content;
    bottom: 28px
}
@media (max-width: 1024px) {
    #casino-sticky-block[open] {
        bottom: 0;
        height: unset;
        width: 100%;
        border-radius: 12px 12px 0 0
    }
}
#casino-sticky-block[closed] {
    display: none
}
.sznfmxcp {
    position: relative;
    align-items: center
}
.ej251q0r {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
@media (max-width: 1024px) {
    .ej251q0r {
        display: grid;
        gap: 12px;
        background: var(--bg-dark);
        border-radius: 6px;
        margin: 16px;
        padding: 12px;
        justify-content: start;
        grid-template-columns: auto 1fr;
        grid-template-areas: "img text" "button button"
    }
}
.nkkykczx {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.y2zgdf4j {
    height: 60px;
    min-width: 10%;
    margin-left: 24px;
    margin-right: 2px;
    flex-shrink: 3;
    z-index: 2
}
.der8nzgyb2km { padding-left: 44px; }
@media (max-width: 1024px) {
    .y2zgdf4j {
        max-width: 100px;
        margin: 0;
        border-width: 2px;
        grid-area: img
    }
}
.fwvoi7f4 {
    display: flex;
    height: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    padding: 20px 8px;
    gap: 25px;
    color: var(--color-light);
    background: var(--bg-dark);
    border-radius: 6px;
    position: relative;
    overflow: hidden
}
@media (max-width: 1024px) {
    .fwvoi7f4 {
        display: contents
    }
}
.fwvoi7f4 svg *[fill] {
    fill: currentcolor
}
.fwvoi7f4 svg *[stroke] {
    stroke: currentcolor
}
.yhs6ilfw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px
}
@media (max-width: 1024px) {
    .yhs6ilfw {
        align-items: start;
        grid-area: text
    }
}
.qgi7ijoz {
    flex: 1;
    font-weight: 800;
    line-height: 110%;
    text-align: center;
    color: var(--color-accent);
    font-size: 32px
}
@media (max-width: 1024px) {
    .qgi7ijoz {
        font-size: 18px;
        text-align: start
    }
}
.vxxv0tbn {
    flex: 1;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: var(--color-light);
    font-size: 16px
}
@media (max-width: 1024px) {
    .vxxv0tbn {
        font-size: 14px;
        text-align: start
    }
}
.k8w4r03n {
    position: absolute;
    right: 35%;
    overflow: visible;
    z-index: 1
}
@media (max-width: 1024px) {
    .k8w4r03n {
        right: -8%
    }
}
.qdhpoo4i {
    width: 278px;
    flex-shrink: 0;
    z-index: 2;
    height: -moz-fit-content;
    height: fit-content;
    padding: 17px 0;
    color:var(--bg-dark);
    font-weight: 800;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    background-color:  var(--color-accent, #011c39);
    border-radius: 8px;
    line-height: 18px;
    display: block;
    justify-self: center
}
.qdhpoo4i:hover {
    filter: brightness(1.2)
}
.qdhpoo4i:active {
    filter: contrast(200%) saturate(50%)
}
.xlhdy6fo3 { border: 2px solid #a5f8ff; }
@media (max-width: 576px) {
    .qdhpoo4i {
        height: 40px;
        font-size: 14px;
        padding: 11px 0
    }
}
.qdhpoo4i {
    animation: pulsate 1.5s ease-in-out infinite
}
@media (max-width: 1024px) {
    .qdhpoo4i {
        grid-area: button;
        min-width: 100%
    }
}
#casino-sticky-block__close-btn {
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 3;
    cursor: pointer;
    width: 10px;
    height: 10px;
    color: var(--color-accent)
}
@media (max-width: 1024px) {
    #casino-sticky-block__close-btn {
        width: 8px;
        height: 8px;
        top: -8px;
        right: 8px
    }
}
.ofp5dj1i {
max-height: 370px;
    overflow-y: scroll;
}
.jcrubnqy {
margin-right:5px;
}
.g1v9c1ez {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.d1jssbwj {
    background-color: 
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.d1jssbwj svg {
    width: 20px;
    height: 20px;
    fill: white;
}
.vjlqlduc {
    display: none;
    position: absolute;
    top: 120%; 
    right: 0;
    background-color: var(--bg-dark);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 10;
    min-width: 160px;
}
.g1v9c1ez[active] .vjlqlduc {
    display: block;
}
.vjlqlduc ul li {
 list-style: none;
margin-left: 5px;
}
.vjlqlduc ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.vjlqlduc li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--color-light);
    font-size: 14px;
    transition: background-color 0.2s ease;
}
.vjlqlduc li a:hover {
    border: 1px solid black;
}
.vjlqlduc li a svg {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #eee;
}
.pipauqpkgwah { padding-left: 20px; padding-right: 18px; }
.uiqq3qbu {
overflow: hidden;
}
.ovjis99s {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ovjis99s .p0z33ck6 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ovjis99s .nge42e8s {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ovjis99s .nge42e8s .v9k0qzxo  {
list-style:none;
}
.ovjis99s .nge42e8s .v9k0qzxo a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.ovjis99s + section.lcqohuc1 {
margin-top:0px;
}

        .p5r03uii {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;

        }
.kxzx8q67 {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.s6kluqse {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.r0obf8yn {
            background-color: #00bcd4;
            color: #fff;
        }
.s9mul5v8 {
            background-color: #ff9800;
            color: #fff;
        }
.s6kluqse:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }

.odm8uxdn ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
   
}
.eb7dgkl3rku { margin: -11px; border: 4px dotted #d1017e; padding: 39px 41px; width: 15px; color: rgb(64, 242, 205); display: flex; }
.odm8uxdn ul li {
    list-style: none;
    margin-left: 0;
color: var(--color-accent);
}
.rvwatjfe {
    border-top: 2px solid var(--color-accent);
    color: var(--color-light);
    font-family: var(--font-family);
    font-size: 14px;
}
.yr0bv52p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.m24h3cbv a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.m24h3cbv a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.m24h3cbv a:hover {
    color: var(--color-accent);
}
.m24h3cbv a:hover::after {
    width: 100%;
}

.h32ek21u {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.lh7dj1ii {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.ojeeiozo {
    background: var(--color-accent);

    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}

.wmlyeh80 {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}
.dob1kbzknenl { width: 29%; padding-left: 20px; padding-right: 12px; }

.yz8tltbk {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.qsi6b5qf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.yz8tltbk a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.yz8tltbk a:hover {
    color: var(--color-accent);
}
.gv30n23a {
    opacity: 0.4;
}

.tvr7t6kr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.tvr7t6kr img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.tvr7t6kr img:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.t1lbq07q {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}

.ln41kdu5 {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .yr0bv52p {
        flex-direction: column;
        gap: 12px;
    }

    .wmlyeh80 {
        width: 100%;
    }

    .tvr7t6kr img {
        height: 26px;
    }
}
.rvwatjfe {
    border-top: 2px solid var(--color-accent);
}
.h32ek21u {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.ryn81v99 {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
.bo0fljxey { width: 15%; display: none; padding: 7px 26px; border: 4px dashed #36bb4c; color: rgb(197, 14, 5); }

    .wmlyeh80 {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }

    .i6no2rgl {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }

    .ojeeiozo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #ef4444;

      font-size: 10px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-right: 4px;
      vertical-align: middle;
      flex-shrink: 0;
    }

    .yz8tltbk {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.yz8tltbk div {
display: flex;
gap: 10px;
}
.yz8tltbk span {
      color:var( --color-light);
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
font-size: 14px;
    }
.yz8tltbk a {
     color:var( --color-light);
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;
font-size: 14px;

    }
.yz8tltbk a:hover { color: #c5cad6; }
.gv30n23a {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }

    .gbwate8f {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.z8y5d5kq {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 8px;
      padding: 7px 12px;
      text-decoration: none;
      color: #8a94a6;
      font-size: 11px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      white-space: nowrap;
width: 130px;
min-height: 65px;
display: flex;
justify-content: center;
    }
.z8y5d5kq:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }
.zmpskmm9owgg { border: 1px dotted #7436a0; width: 87px; display: block; }

    .z8y5d5kq svg {
      flex-shrink: 0;
    }

    .cj45i0vs {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.gkh6jfvu {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1a6faf 0%, #0d4f82 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }

    .r1q4z7vg {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.iusb42kr {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .a1uz69iy {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.pq3mgadz {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .tozomt0l {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.tozomt0l a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.tozomt0l a:hover { color: #9aa0b0; }

    .agm0oti5 {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }

    @media (max-width: 480px) {
      .gbwate8f { gap: 8px; }
      .z8y5d5kq { font-size: 10px; padding: 6px 10px; }
    }
.yoxilcm0 {
max-width: 100%;
    height: auto;
}
.gei7lesaf { display: flex; border: 2px dashed #8318b0; color: rgb(254, 0, 139); margin: -3px; padding: 21px 41px; }
.ykdx93es {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px;
    background: #0d0906;
}
.rpprugso {
    background: #140e09;
    border: 1px solid rgba(255, 190, 40, 0.15);
    border-radius: 16px;
    padding: 18px 16px;
    color: #ffbe28;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}
.rpprugso:hover {
    transform: translateY(-4px);
    border-color: #ffbe28;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}
.img6cw3y {
    font-size: 16px;
    color: #ffbe28;
    letter-spacing: 2px;
}
.v1tl186p {
    font-weight: 600;
    font-size: 14px;
    color: #ffbe28;
}
.bs2skio4 {
    font-size: 12px;
    color: rgba(255, 190, 40, 0.6);
}
.rpprugso p {
    font-size: 14px;
    line-height: 1.5;
    color: #f5d27a;
}
.rpprugso::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,190,40,0.08), transparent);
    opacity: 0;
    transition: 0.3s;
}
.rpprugso:hover::before {
    opacity: 1;
}

.rpprugso::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #5e3b26;
    transition: 0.3s;
}
.gx6m2ch2c { margin: -14px; border: 5px solid #2f78af; display: inline-block; color: rgb(229, 6, 162); width: 2vw; padding: 32px 36px; }
.rpprugso:hover::after {
    background: #ffbe28;
}

@media (max-width: 480px) {
    .rpprugso {
        padding: 16px 14px;
    }

    .rpprugso p {
        font-size: 13px;
    }
}
.g8l3xesh {
   max-width: 1440px;
width: 100%;
    margin: 10px auto;
padding: 10px;
}
.nkid126h {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.nwcazsqc {
    padding: 24px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nwcazsqc:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.xe0w2iur {
    background: rgba(40, 167, 69, 0.12); 
    border: 1px solid rgba(40, 167, 69, 0.25);
}
.bxjey0e1 {
    background: rgba(220, 53, 69, 0.12); 
    border: 1px solid rgba(220, 53, 69, 0.25);
}

.b6gnzje6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.dgajxikj {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.dgajxikj li {
 list-style: none !important;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.xe0w2iur li::before,
.bxjey0e1 li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
}
.xe0w2iur li::before {
    content: "✔";
    color: #28a745;
}
.fflx0hitk { padding-right: 40px; }
.bxjey0e1 li::before {
    content: "✖";
    color: #dc3545;
}

@media (max-width: 768px) {
    .nkid126h {
        grid-template-columns: 1fr;
    }
}