@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700&display=swap);
*,*::before,*::after {
  box-sizing: border-box;
}
a,button {
  cursor: revert;
}
ol,ul,menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
a {
text-decoration:none;
color:#fff;
}
::marker {
  content: initial;
}
html,body {
  color: #fff;
font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
body {
  background: linear-gradient(172deg, #09071a 0%, #070832 100%);
  display: flex;
min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
p {
  line-height: 150%;
}
h1 {
  margin: 25px 0;
  text-align: center;
font-size: 38px;
  font-weight: 600;
}
h2 {
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
font-size: 32px;
}
h3 {
  font-size: 26px;
  margin: 15px 0;
  font-weight: 600;
}
ol {
  padding: 15px 25px;
list-style: decimal;
}
ul {
  padding: 15px 25px;
list-style: disc;
}
li {
  line-height: 150%;
}
ol li::marker,ul li::marker {
  color: #233d50;
}
table {
  width: 100%;
  margin: 20px 0;
  overflow: auto;
  overflow-x: auto;
border-collapse: collapse;
}
table tr td,table tr th {
  border: 1px solid #fff;
  padding: 13px;
}
table tr th {
  text-align: center;
  color: #fff;
  font-size: 18px;
background: radial-gradient(75% 100% at 50% 100%, #2e3472 0%, #181e52 100%);
}
table tr td:hover {
  background-color: rgba(95, 175, 255, 0.25);
}
.TgoROGxu {
  flex: 1 1 auto;
  padding: 50px 0;
height: 100%;
}
.TgoROGxu .uHmeHCcSyJH {
  margin: 20px 0;
  padding: 20px 0;
border-radius: 6px;
}
.TgoROGxu .uHmeHCcSyJH p {
  margin: 15px 0;
}
.TgoROGxu .uHmeHCcSyJH img {
  max-width: 500px;
  margin: 0 auto;
display: flex;
}
.TgoROGxu .SCZqSBpyRmf {
  align-items: center;
  background-color: #434889;
display: flex;
  border-radius: 6px;
  justify-content: space-around;
  padding: 50px 16px;
  flex-wrap: wrap;
  gap: 20px;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz {
  cursor: pointer;
  transition: filter 0.4s ease-in-out;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz svg path {
  transition: fill 0.4s ease-in-out;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(1):hover {
  filter: drop-shadow(0px 0px 16px #1f46ff);
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(1):hover svg path {
  fill: #1f46ff;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(2):hover {
  filter: drop-shadow(0px 0px 16px #ff8000);
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(2):hover svg path {
  fill: #ff8000;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(3):hover {
  filter: drop-shadow(0px 0px 16px #ffc200);
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(3):hover svg path {
  fill: #ffc200;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(4):hover {
  filter: drop-shadow(0px 0px 16px #f7931a);
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(4):hover svg path {
  fill: #f7931a;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(5):hover {
  filter: drop-shadow(0px 0px 16px #c718e3);
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(5):hover svg path {
  fill: #c718e3;
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(6):hover {
  filter: drop-shadow(0px 0px 16px #28d49f);
}
.TgoROGxu .SCZqSBpyRmf .udrBsOdyqGz:nth-child(6):hover svg path {
  fill: #28d49f;
}
.main__btn a {
  border-radius: 6px;
  padding: 15px 25px;
  margin: 25px auto;
  background: radial-gradient(75% 100% at 50.34% 100%, #20ff49 0%, #00ca54 100%);
  font-weight: 600;
  position: relative;
display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  justify-content: center;
  width: 250px;
}
.main__btn a:hover {
  background: radial-gradient(75% 100% at 50.34% 100%, #00ca54 0%, #20ff49 100%);
}
.main__btn a::before {
  transition: none;
  left: -4.5em;
  display: block;
content: "";
  height: 100%;
  top: 0;
  width: 3em;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.OOfABrbg {
  max-width: 90vw;
  padding: 0 16px;
  margin: 0 auto;
}
.trhXUfMIGK {
padding:29px 0px;
color: #fff;
position: relative;
}
.trhXUfMIGK a {
color: #fff;
none;
text-decoration;
}
.QydXqfhMeFRZ {
padding: 20px;
    width: 100%;
	color: #fff;
position: relative;
	margin-bottom:29px;
    background: radial-gradient(110% 135% at 110% 145%, #636bc3 0%, #272b5c 79%, #0e1028 100%);
    border-radius: 8px;
}
.QydXqfhMeFRZ a {
color: #fafafa;
none;
text-decoration;
}
.OpCYUWRgMiM {
text-align:center;
margin-bottom:20px;
color:#ffffff;
}
.OpCYUWRgMiM a {
color:#ffffff;
text-decoration:none;
}
@media (max-width: 768px) {
  h1 {
    margin: 20px 0;
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
    margin: 15px 0;
  }
  h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .OOfABrbg {
    max-width: 100%;
  }
    .TgoROGxu {
    padding: 30px 0;
  }
     .TgoROGxu .cards {
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
  }
  .TgoROGxu .uHmeHCcSyJH img {
    max-width: 100%;
  }
}
.NWyArzPedt {
color:#fff;
text-align:left;
}
.FrjQRVCJkqt {
margin:20px 0px;
}
.FrjQRVCJkqt .CCQwVuTZl {
justify-content:space-between;
display:flex;
align-items:start;
gap:10px;
}
.FrjQRVCJkqt .QNrnrwOrXrp {
position:relative;
}
.FrjQRVCJkqt .jDWxTuCmygU {
min-width:100%;
padding:10px 5px;
white-space:nowrap;
z-index:111;
background:#FFFFFF;
border-radius:3px;
color:#050505;
position:absolute;
display:none;
top:41px;
overflow:auto;
left:0px;
padding-bottom:5px;
max-height:190px;
}
.fLWfDtFShmo {
font-size:13px;
align-items:center;
gap:5px;
margin-bottom:5px;
display:flex;
}
.gpPqmIQels {
padding: 12px 25px;
	font-weight:600;
   border-radius: 6px;
    color: #fff;
   align-items: center;
display:flex;
    background: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
    transition: box-shadow 0.3s ease-in-out;
border: 0px;
    position: relative;
    background-color: #9dc88b;
    cursor: pointer;
    font-weight: 600;
    gap: 5px;
}
.gpPqmIQels:hover {
background: linear-gradient(32.86deg, #ff008a 0%, #ff00e5 100%);
}
.ZUMKpySZTKC {
    display: flex;
    justify-content: space-between;
    align-items: center;
flex-wrap: wrap;
}
.kffwlUgiu {
    max-width: 200px;
    height: auto;
}
a {
    transition: all .3s 20ms;
    text-decoration: none;
color: #12a256;
}
.EiJsiGULy {
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 5px 0 20px #24252621;
    background-color: #f9f9f9;
box-sizing: border-box;
    margin: 10px auto;
    max-width: 1200px;
}
.DHHRJehEZK {
    margin: 0 auto;
text-align: left;
}
.XFxByvfYCqD {
    display: block;
    box-sizing: border-box;
    font-weight: 700;
    text-align: center;
    margin: 0;
	color:#fafafa;
    transition: all .2s;
    line-height: 18px;
    text-decoration: none;
    border: none;
    font-size: 14px;
    position: relative;
    border-radius: 8px;
    text-transform: uppercase;
cursor: pointer;
    width: 160px;
    background-image: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
    padding: 8px 0;
}
.cyKlgoWOoq {
display:flex;
	align-items:center;
	justify-content:right;
    gap: 1rem;
    padding: 0;
    flex-direction: row;
}
.cyKlgoWOoq a {
font-weight: 500;
}
.tOSPAbgOplG {
border-radius: 8px;
padding:6px 10px;
max-width:125px;
}
.yZagJYxqehG {
color: #fafafa;
    box-sizing: border-box;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 15px;
    text-align: center;
    border: none;
    line-height: 18px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
cursor: pointer;
    transition: all .2s;
    background-image: linear-gradient(70deg,#31bc69 -8%,#089e4e 96%);
}
@media (max-width:767px){
.cyKlgoWOoq {
flex-direction:column;
justify-content:center;
}
}
.cwSQVMExvA {
font-weight:bold;
margin-top:21px;
font-size: 19px;
}
.lnLYPvzDFBr {
max-width: 1175px;
margin:0 auto;
text-align:center;
padding:20px 15px;
border-top:2px solid #b5b5b5;
background-color: #2c4795;
}
.lnLYPvzDFBr ul {
padding:0px;
mading:0px;
list-style:none;
text-align:center;
}
.lnLYPvzDFBr li {
margin-right:10px;
display:inline-block;
}
.lnLYPvzDFBr a {
font-size:15px;
color:#FAFAFA;
}
.ZhGvKYXV {
margin-top:15px;
text-align:center;
}
.HGoCbALlKMhZ {
box-sizing:border-box;
color:#FAFAFA;
padding:10px 15px;
text-align:center;
}
.IAFxAQVTtfG {
font-weight:600;
color:#FAFAFA;
text-align:center;
padding-bottom:5px;
}
.dXvnjFWhu {
  letter-spacing: 1px;
  font-weight: 800;
  color: #FAFAFA;
  margin-bottom: 18px;
  text-align: center;
font-size: 28px;
}
.aKzcBOBPhF {
  max-width: 800px;
  background: rgba(255,255,255,0.08);
  margin: 18px auto;
height: 1px;
}
.XRyuQZgCbTd {
  max-width: 800px;
  text-align: center;
  color: #fde68a;
  margin: 0 auto 12px;
  line-height: 1.6;
font-size: 11px;
}
.jdEmLBjz {
  gap: 8px;
display: flex;
  margin: 14px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.VtExSUxTgTt {
  font-size: 11px;
  text-align: center;
  color: #FAFAFA;
}
 .orNpNgHwe {
    align-items: center;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    height: 32px;
    padding: 0 10px;
  }
  .cZuuTrysMaZ {
    width: 32px;
background: linear-gradient(135deg, #ef4444, #991b1b);
 padding: 0;
    border-radius: 50%;
  }
  .ggClCwhY    {
 background: #1f2937;
 border: 1px solid #6b7280;
 }
  .fpXAGMDQz    {
 color: #c4e4ff;
 border: 1px solid #c4e4ff;
background: #15171c;
 }
  .gzPSWCyurn {
    color: #fff;
    font-size: 9px;
background: #f97316;
  }
  .GWtmPGgCiAOb {
    background: #16a34a;
    font-size: 11px;
    padding: 0 12px;
  }




.edjkDvttXu *,
.edjkDvttXu *::before,
.edjkDvttXu *::after {
  box-sizing: border-box;
}

.edjkDvttXu {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.55;
  color: #e8e8ea;
}


.edjkDvttXu .xIkVlNlWfY {
  display: inline-block;
  padding: 12px 24px;
  background: #22c55e;
  color: #000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.edjkDvttXu .xIkVlNlWfY:hover { opacity: 0.9; }

.edjkDvttXu .cJBTNkeqnnKL {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.edjkDvttXu .cJBTNkeqnnKL:hover { background: rgba(255,255,255,0.05); }


@media (max-width: 768px) {
  .edjkDvttXu .xIkVlNlWfY,
  .edjkDvttXu .cJBTNkeqnnKL {
    padding: 10px 18px;
    font-size: 13px;
  }
}




.edjkDvttXu.NKgHJXah {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #0a0f1a;
  margin: 0 auto;
  max-width: 1200px;
}

.cBKLXOiKQJ {
  display: block;
  height: 140px;
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(10,15,26,0) 0%, rgba(10,15,26,0.4) 80%, rgba(10,15,26,1) 100%),
    linear-gradient(135deg, #92400e, #1f2937);
}
.cBKLXOiKQJ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.RiWBwSliTieP {
  padding: 28px 32px 70px;
  position: relative;
  background: linear-gradient(180deg, rgba(13,24,36,1), rgba(13,24,36,1));
  margin-top: -20px;
  border-radius: 16px 16px 0 0;
}

.yaLylIoWg {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.25;
}

.xmoanLJxzq p {
  font-size: 13px;
  color: #9ca3af;
  margin: 0 0 5px 0;
  line-height: 1.55;
}

.YqJtqQAwC {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.wqzcnpNI {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 50px;
  z-index: 2;
  pointer-events: none;
}
.wqzcnpNI svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .cBKLXOiKQJ { height: 100px; }
  .RiWBwSliTieP { padding: 22px 20px 60px; }
  .yaLylIoWg { font-size: 20px; }
}




.WJvOBTuKY * { box-sizing: border-box; }

.WJvOBTuKY {
  margin: 24px 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}






.GZMFTcnclsG {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.zlsWuUCrxC {
  background: rgba(196, 228, 255, 0.06);
  color: #c4e4ff;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid rgba(196, 228, 255, 0.15);
  font-weight: 600;
  letter-spacing: 0.3px;
}


.YUNyIQDUBCt .NoFRvgBqL {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.YUNyIQDUBCt .pzthktokct {
  background: rgba(255,255,255,0.03);
  border-radius: 6px;
  padding: 10px 14px;
}
.YUNyIQDUBCt .pzthktokct.afMBmTbGGr {
  background: linear-gradient(90deg, rgba(239,68,68,0.08), rgba(239,68,68,0.02));
  border-left: 2px solid #ef4444;
}
.YUNyIQDUBCt .gBWcQfIZkuBm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.YUNyIQDUBCt .JURADQoPHfP { font-size: 13px; color: #9ca3af; }
.YUNyIQDUBCt .KckksJIxLqG {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}
.YUNyIQDUBCt .pzthktokct.afMBmTbGGr .KckksJIxLqG { color: #fca5a5; }
.YUNyIQDUBCt .QwJeaguQAzsm {
  height: 4px;
  background: rgba(255,255,255,0.05);
  border-radius: 2px;
  overflow: hidden;
}
.YUNyIQDUBCt .BsoIEgzJorQS {
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #15803d);
  border-radius: 2px;
}
.YUNyIQDUBCt .pzthktokct.afMBmTbGGr .BsoIEgzJorQS {
  background: linear-gradient(90deg, #ef4444, #b91c1c);
}





.KhPqzWJRBeai * { box-sizing: border-box; }





.fmNcTMyTjtX {
  display: flex;
  align-items: center;
  gap: 8px;
}
.DuChIyDS {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.loaMcjvkrO {
  background: linear-gradient(135deg, #1a1d2e, #0a0c12);
  border-radius: 8px;
  padding: 12px;
  margin: 16px 0;
}
.loaMcjvkrO .fmNcTMyTjtX {
  justify-content: center;
  font-size: 11px;
  color: #fbbf24;
  margin-bottom: 10px;
}
.loaMcjvkrO .arWpndaYOx {
  gap: 8px;
  animation-duration: 35s;
}
.loaMcjvkrO .QzsxeCexSnWZ {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding: 6px 12px 6px 6px;
  font-size: 11px;
  flex-shrink: 0;
  white-space: nowrap;
}
.loaMcjvkrO .QzsxeCexSnWZ.big {
  background: linear-gradient(90deg, rgba(34,197,94,0.15), rgba(34,197,94,0.04));
  border-color: rgba(34, 197, 94, 0.3);
}
.loaMcjvkrO .ybCUfWXYYbB {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  flex-shrink: 0;
}
.loaMcjvkrO .GtRPIamNGLW {
  color: #c4e4ff;
  font-weight: 600;
}
.loaMcjvkrO .SSQrxDPCGk {
  color: #22c55e;
  font-weight: 700;
}
.loaMcjvkrO .HrDulJNTZ {
  color: #9ca3af;
  font-size: 10px;
}


.loaMcjvkrO .ybCUfWXYYbB.bg-1 { background: linear-gradient(135deg, #ec4899, #be185d); }
.loaMcjvkrO .ybCUfWXYYbB.bg-2 { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.loaMcjvkrO .ybCUfWXYYbB.bg-3 { background: linear-gradient(135deg, #a855f7, #6b21a8); }
.loaMcjvkrO .ybCUfWXYYbB.bg-4 { background: linear-gradient(135deg, #22c55e, #15803d); }
.loaMcjvkrO .ybCUfWXYYbB.bg-5 { background: linear-gradient(135deg, #f59e0b, #b45309); }

.xjlPIrlRr {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.arWpndaYOx {
  display: flex;
  gap: 24px;
  animation: lwins-scroll 30s linear infinite;
  width: max-content;
}
@keyframes lwins-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.arWpndaYOx:hover {
  animation-play-state: paused;
}





.AOlKNGfJqq *,
.AOlKNGfJqq *::before,
.AOlKNGfJqq *::after {
  box-sizing: border-box;
}

.AOlKNGfJqq {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.55;
  color: var(--sc-text);
}

.AOlKNGfJqq img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .AOlKNGfJqq h2 {
    font-size: 18px !important;
  }
}




.dmdQJTIGizEs {
  background: #1a1a2e;
  padding: 24px 20px;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1200px;
}

.dmdQJTIGizEs .VXYFQePr {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
}

.dmdQJTIGizEs .TyRYdTTHPiLd {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.dmdQJTIGizEs .JGCaZKbW {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #242442;
}

.dmdQJTIGizEs .JGCaZKbW a.HrIeavdmTm {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.dmdQJTIGizEs .JGCaZKbW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dmdQJTIGizEs .ZBYSkFkAR {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  transition: opacity 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dmdQJTIGizEs .JGCaZKbW:hover .ZBYSkFkAR { opacity: 1; }

.dmdQJTIGizEs .gnKeTaIRE {
  text-align: center;
  padding: 10px;
}

.dmdQJTIGizEs .cgOxEuEzuugN {
  font-size: 10px;
  color: #c4c4cc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.dmdQJTIGizEs .ARXwzHUfqa {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #22c55e;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.dmdQJTIGizEs .ARXwzHUfqa:hover { transform: scale(1.1); }

.dmdQJTIGizEs .qASHlUxMIA {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 1000px) {
  .dmdQJTIGizEs .TyRYdTTHPiLd { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 600px) {
  .dmdQJTIGizEs .TyRYdTTHPiLd { grid-template-columns: repeat(3, 1fr); }
  .dmdQJTIGizEs { padding: 18px 14px; }
  .dmdQJTIGizEs .VXYFQePr { font-size: 18px; }
}



.fMbqXurwJ {
  margin: 28px 0;
  padding: 0;
}

.OlWmyYwdLrV {
  margin-bottom: 14px;
}

.RFzqAuzCWZv {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 6px 0;
}

.GWGMIoKCVPXs {
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.5;
}

.themed-cta-bar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.themed-cta {
  font-size: 13px;
  color: #c4e4ff;
  background: rgba(196, 228, 255, 0.08);
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.themed-cta:hover {
  background: rgba(196, 228, 255, 0.16);
}


.fWhoAkdjP {
  background: #1a1d25;
  border: 1px solid #2a2e3a;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, border-color 0.15s;
  position: relative;
}

.fWhoAkdjP:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 197, 94, 0.4);
}

.TlSdOxEvlql {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.TlSdOxEvlql img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.iCQugXOD {
  padding: 10px 12px;
  flex-grow: 1;
}

.qXuQLqjsF {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.dpivGYzbmt {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 3px;
}




.fMbqXurwJ.bNfFhVJZkLGG .VRUlxIYZLY {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 12px;
}

.fMbqXurwJ.bNfFhVJZkLGG .hNgdBOeTSWEI {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #2a2e3a;
  border-radius: 4px;
  color: #c4e4ff;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.fMbqXurwJ.bNfFhVJZkLGG .hNgdBOeTSWEI:hover {
  background: rgba(196, 228, 255, 0.15);
}

.fMbqXurwJ.bNfFhVJZkLGG .PixeQMyy {
  position: relative;
  overflow: hidden;
}

.fMbqXurwJ.bNfFhVJZkLGG .UHuThnrwJ {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.fMbqXurwJ.bNfFhVJZkLGG .UHuThnrwJ::-webkit-scrollbar {
  height: 6px;
}

.fMbqXurwJ.bNfFhVJZkLGG .UHuThnrwJ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.fMbqXurwJ.bNfFhVJZkLGG .UHuThnrwJ > .fWhoAkdjP {
  flex: 0 0 200px;
}

@media (max-width: 560px) {
  .fMbqXurwJ.bNfFhVJZkLGG .UHuThnrwJ > .fWhoAkdjP {
    flex: 0 0 160px;
  }
}
.yDzMtWlwA .DfIxMoRF {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}

.yDzMtWlwA:hover .DfIxMoRF {
  opacity: 1;
}

.yDzMtWlwA .PnbQybDYnRLH {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 24px;
  border-radius: 4px;
  text-decoration: none;
}


.dVzwWqOXuH {
  padding: 48px 0;
  background: #0d0d14;
}

.dVzwWqOXuH .lWiyruwU {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.dVzwWqOXuH .kVevFNZKWu {
  margin-bottom: 32px;
}

.dVzwWqOXuH .faq-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ff6b35;
  font-weight: 700;
  margin-bottom: 8px;
}

.dVzwWqOXuH .GuMBVSMvna {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
  margin: 0;
  line-height: 1.25;
}


@media (max-width: 600px) {
  .dVzwWqOXuH { padding: 32px 0; }
  .dVzwWqOXuH .GuMBVSMvna { font-size: 22px; }
  .dVzwWqOXuH .kVevFNZKWu { margin-bottom: 24px; }
}




.JmYHogHq .xKRXqXrTPFmz {
  display: flex;
  flex-direction: column;
  max-width: 860px;
  margin: 0 auto;
}

.JmYHogHq .HwwuJFXE {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.JmYHogHq .HwwuJFXE:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.JmYHogHq .QmzZocUJd {
  padding: 18px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  list-style: none;
  line-height: 1.4;
}

.JmYHogHq .QmzZocUJd::-webkit-details-marker { display: none; }

.JmYHogHq .QmzZocUJd::after {
  content: '+';
  font-size: 22px;
  color: #ff6b35;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s;
  flex-shrink: 0;
}

.JmYHogHq .HwwuJFXE[open] .QmzZocUJd::after {
  transform: rotate(45deg);
}

.JmYHogHq .aJloiXwLy {
  padding: 0 0 18px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  max-width: 92%;
}

@media (max-width: 600px) {
  .JmYHogHq .QmzZocUJd {
    font-size: 15px;
    padding: 16px 0;
  }
  .JmYHogHq .aJloiXwLy {
    font-size: 14px;
    padding-bottom: 16px;
    max-width: 100%;
  }
}



.stk {
  position: fixed;
  z-index: 999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.stk.stk--visible {
  opacity: 1;
  pointer-events: auto;
}


.stk.stk--closed {
  display: none !important;
}


.stk a, .stk button {
  font-family: inherit;
}


@media (max-width: 480px) {
  .stk-v2, .stk-v3 {
    bottom: 16px !important;
    right: 12px !important;
  }
}




.GTXjkMTAAIY {
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(220,38,38,0.95);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.GTXjkMTAAIY.stk--visible {
  transform: translateY(0);
}
.GTXjkMTAAIY:not(.stk--visible) {
  transform: translateY(100%);
}

.MNkYgcFbotpd {
  font-size: 16px;
}

.RSkTOWDTk {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.hpXTQHoCJF {
  background: rgba(0,0,0,0.3);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-weight: 700;
  color: #fde68a;
  min-width: 64px;
  text-align: center;
}

.BlBkPKXtI {
  background: #fff;
  color: #b91c1c;
  font-weight: 800;
  font-size: 11px;
  padding: 6px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s;
}
.BlBkPKXtI:hover {
  transform: scale(1.05);
}

.stk-v5-close {
  background: none;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.stk-v5-close:hover {
  background: rgba(255,255,255,0.1);
}


@media (max-width: 480px) {
  .GTXjkMTAAIY { padding: 6px 10px; gap: 8px; flex-wrap: wrap; }
  .RSkTOWDTk { font-size: 11px; }
  .hpXTQHoCJF { min-width: 50px; font-size: 11px; }
  .BlBkPKXtI { font-size: 10px; padding: 4px 10px; }
}



.mpcaVcfpid * { box-sizing: border-box; }
.mpcaVcfpid {
  margin: 24px 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


.wacIEHEUzrE {
  width: 56px; height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: -1px;
  background-size: cover;
  background-position: center;
}
.ddReZEBCwfd { width: 36px; height: 36px; font-size: 14px; border-radius: 8px; }
.pl-md { width: 44px; height: 44px; font-size: 18px; border-radius: 10px; }
.pl-lg { width: 72px; height: 72px; font-size: 28px; border-radius: 14px; }


.wacIEHEUzrE[style*="background-image"] {
  font-size: 0;
  color: transparent;
}

.KwNuFxvohpn     { background: linear-gradient(135deg, #f97316, #c2410c); }
.gDubdTPJOw    { background: linear-gradient(135deg, #a855f7, #6b21a8); }
.adWwVFpGk       { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.MvJdstVw       { background: linear-gradient(135deg, #f59e0b, #b45309); }
.MNRZFMCDfzlP       { background: linear-gradient(135deg, #dc2626, #7f1d1d); }
.ArfpAxUErXHI        { background: linear-gradient(135deg, #ec4899, #be185d); }
.ByRpISUnNsP         { background: linear-gradient(135deg, #0ea5e9, #075985); }
.fqwMfDfkKfCW       { background: linear-gradient(135deg, #f97316, #9a3412); }
.tUxHnGFQ          { background: linear-gradient(135deg, #8b5cf6, #5b21b6); }
.xHqUbBrE   { background: linear-gradient(135deg, #facc15, #713f12); color: #000; }
.gmUwcQKbCQmb        { background: linear-gradient(135deg, #ef4444, #991b1b); }
.IEIFVwag       { background: linear-gradient(135deg, #1d4ed8, #172554); }
.HYgjMglu       { background: linear-gradient(135deg, #22c55e, #15803d); }
.lRWYqERX       { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.TMjITKaITZ     { background: linear-gradient(135deg, #1e40af, #1e3a8a); }
.VhpjMCda   { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.HmiJNFZi         { background: linear-gradient(135deg, #16a34a, #14532d); }
.sJmHHCNUFlLX      { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #ef4444; }
.WYuXUxSArQ        { background: linear-gradient(135deg, #be123c, #4c0519); }
.rcpLWAtABT      { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.gbFrINSgWkHS     { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.abbdGAkupn    { background: linear-gradient(135deg, #15803d, #14532d); }
.utpphYlAZdm      { background: linear-gradient(135deg, #0284c7, #075985); }
.vSdWfXtipX      { background: linear-gradient(135deg, #dc2626, #7f1d1d); }
.BXaCftqcTT     { background: linear-gradient(135deg, #059669, #064e3b); }
.iOZKHDTQ     { background: linear-gradient(135deg, #be185d, #500724); }
.LqYUJdIPU           { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #6366f1; }
.NZgnaRtnMHn    { background: linear-gradient(135deg, #1d4ed8, #172554); }
.ochpjdnTUvn       { background: linear-gradient(135deg, #15803d, #14532d); }
.PjiYYDGoo        { background: linear-gradient(135deg, #1e40af, #1e3a8a); }
.XfjuQmMSnzDB           { background: linear-gradient(135deg, #0369a1, #0c4a6e); }
.kfPsyBQQndg        { background: linear-gradient(135deg, #475569, #1e293b); }
.SWYVhpoHVDS  { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.UUfBanfLUs   { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #facc15; }
.ZYNEfGiv      { background: linear-gradient(135deg, #0d9488, #115e59); }
.wpntQPEhII      { background: linear-gradient(135deg, #ec4899, #831843); }
.kggaIpjvaHM     { background: linear-gradient(135deg, #1e293b, #020617); }
.UjAylgpb         { background: linear-gradient(135deg, #7c3aed, #4c1d95); }
.aUagQPwhQD { background: linear-gradient(135deg, #ea580c, #7c2d12); border: 1px solid #f97316; }
.PGcWlIVya     { background: linear-gradient(135deg, #0c0a09, #000000); border: 1px solid #fbbf24; }




.mgeWKiUydkNC {
  background: linear-gradient(135deg, #1a1d2e, #0d1118);
  border-radius: 8px;
  overflow: hidden;
}

.mgeWKiUydkNC .MRJTytOl {
  width: 100%;
  border-collapse: collapse;
}

.mgeWKiUydkNC .MRJTytOl thead {
  background: rgba(255, 255, 255, 0.05);
}

.mgeWKiUydkNC .MRJTytOl th {
  padding: 10px 14px;
  text-align: left;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mgeWKiUydkNC .MRJTytOl td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 12px;
  color: #ffffff;
}

.mgeWKiUydkNC .MRJTytOl tr:last-child td { border-bottom: none; }

.mgeWKiUydkNC .MRJTytOl tr:hover td {
  background: rgba(99, 102, 241, 0.05);
}

.mgeWKiUydkNC .XxivfPxmj {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mgeWKiUydkNC .IeMJArtbu {
  font-weight: 700;
  color: #ffffff;
}

.mgeWKiUydkNC .KTIjopLxofgg {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  display: inline-block;
}
