: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; 
  }
p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
}
.ipjmqgzwsjy3 { display: none; color: rgb(92, 94, 38); margin: 5px; padding: 8px 14px; width: 24vw; border: 4px dotted #647f88; }
@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 */

.efp2mmuw { 
    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;
    
}
.x3ir4cgs {
    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%);

}
.bp4mdpy4 { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.xpdq6oyr {
    cursor: pointer;
 }
.aew5q62v {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.aew5q62v ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.aew5q62v 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;
}
.aew5q62v ul li svg {
    margin-right: 5px;
}
.txzqbh52 {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.gnlpaf6x {
    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
}
.gnlpaf6x a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.leedu64g { padding-left: 25px; color: rgb(178, 50, 15); border: 2px dotted #80cd42; }
.wh2q6jhi {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.wh2q6jhi a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.dqtdl6hk {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.dqtdl6hk a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.eqyk0ijv {
    display: none;
}
@media screen and (max-width: 768px){
    .gnlpaf6x  {
       
    }
.wh2q6jhi {
display: none;

}
    .aew5q62v {
        display: none;
    }
    .xpdq6oyr {
        display: none;
    }
    .eqyk0ijv {
        display: block;
    }
    .txzqbh52 {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .dqtdl6hk {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .dqtdl6hk a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .gnlpaf6x  {
       font-size: 10px;
    }
.wh2q6jhi {
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);
}
.uiq7nm0z {
    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) {
   .uiq7nm0z {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.uiq7nm0z.xb29tdmt {
    display: none;
}
.rcbjwxuj {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.zdoq9sso {
    border-radius: 20px 20px 0 0;
}
.rcbjwxuj:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.ee5cvjbd[open] {
    left: 0; 
}
.kvpex93f { 
    display: block;
    position: static;
    z-index: 902;
}
.f24hom9x { color: rgb(16, 157, 93); }
.ee5cvjbd {
    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);
    
 }
.x7ww7brs {
    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;
 }
.kvxin5kc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.vhge8c18 {
    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);
    
 }
.jqrj318z {
    width: 40px;
 }
.ixx9jvll {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.ksxhfmea {
    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;
}
.ksxhfmea p {
    font-size: 14px;
    font-weight: 500;
}
.uerk1oww {
    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(--current-color);
    gap: 9px;
    border-radius: 20px;
    padding: 11px 17px;
    margin-top: 20px;
}
main {
   width: 100%;
   max-width: 1440px;
   padding-left: 70px;
   margin: 0 auto;
   overflow: hidden;
}
.w8yp6kui { color: rgb(252, 208, 9); }
@media screen and (max-width: 1280px){
    main {
        padding: 0;
        margin: 0;
    }
}
.f8bhfo2a {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.l1fv7gqx {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.n7alwal3 {
    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;
 }
.oax9v1fp {
    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;
}
.t5lsg3am { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.jxnl42re {
    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;
}
.jxnl42re:hover {
    transform: scale(1.2);
}
.jxnl42re span {
    font-weight: 500;
    font-size: 10px;
}
.zdoq9sso {
    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) {
    .f8bhfo2a {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .l1fv7gqx {
        padding: 0;
    }
    .oax9v1fp {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .f8bhfo2a {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .zdoq9sso {
        /* top: 20px; */
        background-repeat:no-repeat;
    }
    .l1fv7gqx {
        padding: 10px;
        
    }
    .n7alwal3 {
        font-size: 24px;
        font-weight: 900;
     }
    .oax9v1fp {
        font-size: 22px;
     }
    strong { 
        font-size: 16px;
    }
}
@media (max-width: 468px) {
    .f8bhfo2a {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 30px 30px 50px ;
    }
    .l1fv7gqx {
        padding: 0;

    }
}
main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.beknf4tgy50 { color: rgb(110, 135, 153); padding: 23px 41px; display: block; border: 5px solid #f360c0; width: 33%; }
/* atr */
.aq9wfnb4 {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.erdwywce {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.ba7t3db8 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;
}
.ba7t3db8 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
@media (max-width: 800px) {
    .aq9wfnb4 {
        margin: 10px 0;
    } 
}
/* slot */

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

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

  width: 20px;
  height: 20px;

}

}
.ttda3xr7 {
max-width:inherit;
text-align: center;
}
.l0iv255wz2 { border: 5px dotted #e2c0c0; width: 32px; padding-left: 32px; }
.m42f4kd1:has(.yuznnl4l) {
  grid-template-columns: repeat(4, 1fr);
}
.m42f4kd1:has(.i44was5x) {
  grid-template-columns: repeat(5, 1fr);
}
.m42f4kd1:has(.w4lf4l8u) {
  grid-template-columns: repeat(6, 1fr);
}
.m42f4kd1:has(.kqo9ehy0) {
  grid-template-columns: repeat(7, 1fr);
}
.m42f4kd1:has(.gqlxz59q) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .m42f4kd1 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .m42f4kd1 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .m42f4kd1 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .m42f4kd1 {
    grid-template-columns: 1fr !important;
  }
}
.ttda3xr7:hover .fkbex3lf {
  opacity: 1; 
}
.ttda3xr7:hover img {
  opacity: 0.3;
}
/* text */

.c7l8xvvp { 
    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;
}
.fnhp9cs2 {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .c7l8xvvp.fnhp9cs2 {
        margin-top: 70px;
    }
}
.o32lp4rd {
    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; 
  }
.p2s0qabjjc { border: 4px dashed #c77665; display: flex; color: rgb(77, 119, 86); padding: 33px 48px; width: 8px; }
tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
th {
    padding: 10px;
    white-space: nowrap; 
    font-size: 20px;
    font-weight: 700;
    
  }
@media (max-width: 1280px) {
    .tho8x9y0 {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.qaufmp4j {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .c7l8xvvp { 
        padding: 10px;
        width: 100%;
    }
}
/* faq  */
.v0bu4tzr {
	margin-bottom: 1.875rem;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
.degkan0a {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    padding: 10px;
}
.degkan0a h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.bjerc33j {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.si48mrey {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
    padding: 0 1rem;
}
/* footer */

.om2rnav1 {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.m1wefl1n {
    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;
}
.goi1sobz {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.goi1sobz a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.p7calg811 { display: inline-block; color: rgb(67, 208, 123); padding: 10px 5px; }
.yj9eevtk p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.w3zlb445 button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.au9a5wg9 {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.cx1utux2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.t2pr9c42  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.t2pr9c42 div {
    display: flex;
    align-items: center;
}
.t2pr9c42 div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.iywldxr1 {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.iywldxr1 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){
    .om2rnav1 {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .m1wefl1n {
        margin-top: 40px;
        gap: 20px;
    }
    .goi1sobz {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .au9a5wg9 {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .om2rnav1 {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .m1wefl1n {
        margin-top: 40px;
        gap: 20px;
    }
    .goi1sobz {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .au9a5wg9 {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.ednono0y0d { margin: -9px; width: 97vw; padding: 10px 39px; color: rgb(161, 155, 95); }
.edeuj1vb {
  max-width: 1400px;
  margin: 0 auto;
}
.mx3mxcpw {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.etr5eir4 {
  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;
}
.etr5eir4: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);
}
.etr5eir4:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .mx3mxcpw {
    gap: 12px;
  }

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

}
}
@media (max-width: 480px) {
  .etr5eir4 {
    flex: 1 1 calc(50% - 6px);
  }
}
.v0bu4tzr {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.degkan0a h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.bjerc33j {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.si48mrey {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
img {
max-width: 100%;
}
.tspaapxku { margin: 20px; display: inline-block; border: 1px solid #943ca4; padding: 10px 18px; }
.lgqzvia8 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.x40px0lo {
        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;
    }
.x40px0lo:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.x40px0lo:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .x40px0lo {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.ub9pc2ab {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ub9pc2ab .cx1j3wwi {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ub9pc2ab .csuwgjcf {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ub9pc2ab .csuwgjcf .srh7rlo6  {
list-style:none;
}
.ub9pc2ab .csuwgjcf .srh7rlo6 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;
}
.ub9pc2ab + section.f8bhfo2a {
margin-top:0px;
}
/* slotpage */

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


        }
.f0xzykwar4z2 { color: rgb(234, 246, 185); display: none; padding-left: 48px; padding-right: 24px; }
.zsw7h6k8 {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.ajq4g6ka {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.lgoru4o7 {
            background-color: #00bcd4;
            color: #fff;
        }
.uosm8p14 {
            background-color: #ff9800;
            color: #fff;
        }
.ajq4g6ka:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.pthqbiya {
width: 100px;
height: auto;
min-height: 50px;
}