:root {
    --font-family: 'Montserrat',  sans-serif;
    --color-light:black;
    --bg-dark:#ffffff;
    --current-color:black;
    --color-accent: #b41200;
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);

  }
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
    font-family: var(--font-family);
    background-color:var(--bg-dark);
    color: var(--color-light);
}
h1 {
    margin: 0 0 30px;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-light);
}
h2 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
}
h3 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
    font-weight: 700;
}
h4 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
}
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
.t0u60cjoz01 { border: 3px solid #e0fd66; }
p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
        margin: 10px 0 10px;
    }
    h3 {
      font-size: 20px;
      text-align: center;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
}
/* header */

.mxppcyfa { 
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    background-color: var(--bg-dark);
    box-shadow: 0 0 1px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.24);
    position: fixed;
    top:0;
    z-index: 800;
    
}
.nb2p3scx {
    margin-right: 10px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    background-color: var(--bg-dark); 
    filter: brightness(140%);

}
.xj88oe6n { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.jasv230t {
    cursor: pointer;
 }
.kndm2rtl {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.kndm2rtl ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.kndm2rtl ul li {
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 12px;
    color:var(--color-light);
    font-weight: 600;
    height: 32px;
    cursor: pointer;
    margin: 0;
}
.kndm2rtl ul li svg {
    margin-right: 5px;
}
.iriecbo5 {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.f3aihjj3 {
    align-items: center;
    background: #5D7CE8;
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 16px #433ca7,inset 0 1px 0 hsla(0,0%,100%,.4);
    cursor: pointer;
    display: flex;
    gap: 4px;
    height: 28px;
    padding: 2px 8px
}
.f3aihjj3 a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.wb2x37w1 { margin: -2px; display: flex; padding: 5px 27px; color: rgb(242, 206, 211); width: 52%; }
.e1buo7v1 {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.e1buo7v1 a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.yttlmhbs {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.yttlmhbs a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.o1p30ems {
    display: none;
}
@media screen and (max-width: 768px){
    .f3aihjj3  {
       
    }
.e1buo7v1 {
display: none;

}
    .kndm2rtl {
        display: none;
    }
    .jasv230t {
        display: none;
    }
    .o1p30ems {
        display: block;
    }
    .iriecbo5 {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .yttlmhbs {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .yttlmhbs a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .f3aihjj3  {
       font-size: 10px;
    }
.e1buo7v1 {
display: none;

}
}
/* nav */
aside {
    width: 64px;
    height: auto;
    position: absolute;
    top:64px;
    left:0;
    z-index: 1000;
    background-color: var(--bg-dark);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
}
.ioz8jyrg {
    position: fixed;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    width: 64px;
    height: 100%;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    top: 64px;
    left: 0;
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.5s ease; 
 }
@media (max-width: 1280px) {
   .ioz8jyrg {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.ioz8jyrg.h42lx9ep {
    display: none;
}
.beru0lhu {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.s1z3voxp {
    border-radius: 20px 20px 0 0;
}
.beru0lhu:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.vutr0uym[open] {
    left: 0; 
}
.yh8xzb5n { 
    display: block;
    position: static;
    z-index: 902;
}
.vutr0uym {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%; 
    transition:  0.2s; 
    position: fixed;
    top: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 903;
    background-color: rgba(22, 22, 23, 0.5); 
    backdrop-filter: blur(10px);
    
 }
.euawtt8u {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    gap:10px;
    padding: 10px;
    width: 330px;
    height: 100%;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    z-index: 900;
 }
.ig2uj5v8xw2 { padding: 4px 7px; margin: -20px; border: 1px dashed #71d0c3; display: grid; width: 30px; }
.dji1ve3d {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.s2c0lnqk {
    width: 100%;
    max-width: 146px;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    border:none;
    border-radius:8px;
    padding: 4px;
    cursor: pointer;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    gap: 8px;
    font-weight: 600;
    font-size: 10px;
    color:var(--color-light);
    
 }
.doaa39im {
    width: 40px;
 }
.yyhrjvh5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.zmcecnis {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap:8px;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.zmcecnis p {
    font-size: 14px;
    font-weight: 500;
}
.xqy8u6fz {
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: var(--color-accent);
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600px;
    color:var(--bg-dark);
    gap: 9px;
    border-radius: 20px;
    padding: 11px 17px;
    margin-top: 20px;
font-weight: 700;
}
main {
   width: 100%;
   max-width: 1440px;
   padding-left: 70px;
   margin: 0 auto;
   overflow: hidden;
}
@media screen and (max-width: 1280px){
    main {
        padding: 0;
        margin: 0;
    }
}
.r5ptk37x {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.vb1t5kff {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.vyoa4xqu {
    font-size: 30px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
     max-width: 60%;
line-height: 1.2;
    margin: 20px auto;
 }
.dx6okwmm { display: inline-block; border: 2px dotted #8204da; padding-left: 42px; color: rgb(250, 46, 180); width: 58%; }
.u6798juv {
    font-size: 26px;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
 }
strong { 
    margin-bottom: 24px;
    line-height: 1.4;
    color: var(--color-accent);
    font-weight: 700;
    text-align: center;
}
.qd70ohis { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.x4zmpfzk {
    padding: 10px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    background-color:var(--color-accent);
    border:none;
    border-radius: 40px;
    color: black;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s ease;
}
.x4zmpfzk:hover {
    transform: scale(1.2);
}
.x4zmpfzk span {
    font-weight: 500;
    font-size: 10px;
}
.s1z3voxp {
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-width: 1360px;
    height: auto;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
@media (max-width: 1280px) {
    .r5ptk37x {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .vb1t5kff {
        padding: 0;
    }
    .u6798juv {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .r5ptk37x {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .s1z3voxp {
        /* top: 20px; */
        background-repeat:no-repeat;
    }
    .vb1t5kff {
        padding: 10px;
        
    }
    .vyoa4xqu {
        font-size: 24px;
        font-weight: 900;
     }
    .u6798juv {
        font-size: 22px;
     }
    strong { 
        font-size: 16px;
    }
}
@media (max-width: 468px) {
    .r5ptk37x {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 30px 30px 50px ;
    }
    .vb1t5kff {
        padding: 0;

    }
}
main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* atr */
.mvjadvtr {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.mohel9g7 {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.qzgbph8kl { display: none; margin: 9px; }
.v72gs2g0 span  {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    gap:5px;
    font-size: 10px;
    color: var(--color-light);
    margin-bottom: 8px;
    font-weight: 700;
}
.v72gs2g0 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
@media (max-width: 800px) {
    .mvjadvtr {
        margin: 10px 0;
    } 
}
/* slot */

.qhl50huo {
  width: 100%;
  margin-bottom: 40px;
}
.nmtuk01z {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.nmtuk01z h2 {
  color: var(--color-accent);
}
.ei1u8i07 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .ei1u8i07 {
    justify-content: center;
  }
}
.jf0bbi7p {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.jf0bbi7p img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.jf0bbi7p .dzcsog83 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.jf0bbi7p .dzcsog83 {

  width: 20px;
  height: 20px;

}

}
.jf0bbi7p {
max-width:inherit;
text-align: center;
}
.ei1u8i07:has(.jgetly92) {
  grid-template-columns: repeat(4, 1fr);
}
.ei1u8i07:has(.gwz6wme2) {
  grid-template-columns: repeat(5, 1fr);
}
.ei1u8i07:has(.vus6ftha) {
  grid-template-columns: repeat(6, 1fr);
}
.p6xs88j2u { color: rgb(102, 142, 219); padding-left: 24px; width: 69%; margin: 0px; border: 1px dotted #855397; }
.ei1u8i07:has(.ja84gs64) {
  grid-template-columns: repeat(7, 1fr);
}
.ei1u8i07:has(.b55uihb6) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .ei1u8i07 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .ei1u8i07 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .ei1u8i07 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .ei1u8i07 {
    grid-template-columns: 1fr !important;
  }
}
.jf0bbi7p:hover .dzcsog83 {
  opacity: 1; 
}
.jf0bbi7p:hover img {
  opacity: 0.3;
}
/* text */

.dn8d0hqu { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
    padding: 40px 40px 40px 40px;
    background-color:var(--bg-dark);
    filter: contrast(110%);
    border-radius: 20px;
}
.s8kzittw {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .dn8d0hqu.s8kzittw {
        margin-top: 70px;
    }
}
.ibgch2ve {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
}
/* table */

  
  table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
    width: 100%; 
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
   
  }
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
th {
    padding: 10px;
 
    font-size: 20px;
    font-weight: 700;
    
  }
.wk30aqvq { color: rgb(110, 53, 238); padding: 38px 20px; display: block; width: 51px; border: 5px dotted #d7d3ed; }
@media (max-width: 1280px) {
    .i82rtc68 {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.xqpgdjet {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .dn8d0hqu { 
        padding: 10px;
        width: 100%;
    }
}
/* faq  */
.n9tdiba5 {
	margin-bottom: 1.875rem;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
.kc04merw {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    padding: 10px;
}
.kc04merw h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.z28wz9ns {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.xba2m4lc {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
    padding: 0 1rem;
}
/* footer */

.yad7slm6 {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.cb9x09rz {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:40px;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.scqnvr0j {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.scqnvr0j a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.pg5sn2co p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.bjph0bs9 button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.ji3cgzj2ae12 { padding-right: 38px; display: flex; }
.cytlujt0 {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.m6nbg48n {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.z69qpxlo  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.z69qpxlo div {
    display: flex;
    align-items: center;
}
.z69qpxlo div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.pmor025j {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.pmor025j a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
hr {
    width: 100%;
    border: none; 
    height: 1px; 
    background-color: var(--color-light); 
    margin-top: 20px; 
    margin-bottom: 20px; 
    opacity: 0.1;
}
@media screen and (max-width: 1280px){
    .yad7slm6 {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .cb9x09rz {
        margin-top: 40px;
        gap: 20px;
    }
    .scqnvr0j {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .cytlujt0 {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .yad7slm6 {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .cb9x09rz {
        margin-top: 40px;
        gap: 20px;
    }
    .scqnvr0j {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .cytlujt0 {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.gbcrjido {
  max-width: 1400px;
  margin: 0 auto;
}
.p7nx56x9 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.l1z4si2p {
  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;
}
.l1z4si2p:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.l1z4si2p:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .p7nx56x9 {
    gap: 12px;
  }

  .l1z4si2p {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
.xqpgdjet {
padding: 10px;
font-size: 16px;

}
}
@media (max-width: 480px) {
  .l1z4si2p {
    flex: 1 1 calc(50% - 6px);
  }
}
.n9tdiba5 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.la5axdmi6l { display: grid; padding: 18px 26px; color: rgb(79, 121, 108); }
.kc04merw h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.z28wz9ns {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.xba2m4lc {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
img {
max-width: 100%;
}
.lddc5pwq {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.vm5l0d20 {
        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);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.vm5l0d20:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.vm5l0d20:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .vm5l0d20 {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.ih64jhmh {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ih64jhmh .pzi8sj3s {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ih64jhmh .ine8ac58 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ih64jhmh .ine8ac58 .lz54as4a  {
list-style:none;
}
.yprdywi9kcve { width: 81%; }
.ih64jhmh .ine8ac58 .lz54as4a 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;
}
.ih64jhmh + section.r5ptk37x {
margin-top:0px;
}
/* slotpage */

        .vi0j2xbq {
          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;


        }
.qst554mc {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.g1plv1fi {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.sssmh7fo {
            background-color: #00bcd4;
            color: #fff;
        }
.bssoooog {
            background-color: #ff9800;
            color: #fff;
        }
.g1plv1fi:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.lzqp2st3 {
width: 100px;
height: auto;
min-height: 50px;
}
/* slotpage end */




.cytlujt0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.vyb1nxfg a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.csafzziw { border: 2px solid #cedc58; margin: 12px; width: 83vw; color: rgb(190, 145, 241); padding-left: 33px; display: block; }
.vyb1nxfg a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.vyb1nxfg a:hover {
    color: var(--color-accent);
}
.vyb1nxfg a:hover::after {
    width: 100%;
}
/* ===== Disclaimer ===== */

.cn7944mm {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.oakit3y8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.h1zkgefv {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
/* Divider */

.acqm6zhy {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}
/* Help links */

.ajud977e {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pcwzdim4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.ajud977e a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.ajud977e a:hover {
    color: var(--color-accent);
}
.ufpeifrj {
    opacity: 0.4;
}
/* Payment / RG icons */

.nifaj745 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.u03izp9zq4ew { padding: 17px 17px; }
.nifaj745 img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.nifaj745 img:hover {
    opacity: 1;
    transform: translateY(-3px);
}
/* Affiliate text */

.i7i7f4gy {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}
/* Copyright */

.pmor025j {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}
/* Mobile */

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

    .acqm6zhy {
        width: 100%;
    }

    .nifaj745 img {
        height: 26px;
    }
}
.qu5olap0 {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}
.xnld98k9 {
display: flex;
justify-content: center;

}
.ado9695g {
display: flex;
justify-content: center;
gap:10px;

}