@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 {
color:#fff;
text-decoration:none;
}
::marker {
  content: initial;
}
html,body {
  font-family: "Open Sans", sans-serif;
font-weight: 400;
  color: #fff;
}
body {
  display: flex;
min-height: 100vh;
  background: linear-gradient(172deg, #09071a 0%, #070832 100%);
  overflow-x: hidden;
  flex-direction: column;
}
p {
  line-height: 150%;
}
h1 {
  margin: 25px 0;
  font-weight: 600;
  text-align: center;
font-size: 38px;
}
h2 {
  margin: 20px 0;
  text-align: center;
  font-weight: 600;
font-size: 32px;
}
h3 {
  font-size: 26px;
  font-weight: 600;
  margin: 15px 0;
}
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 {
  overflow: auto;
border-collapse: collapse;
  overflow-x: auto;
  margin: 20px 0;
  width: 100%;
}
table tr td,table tr th {
  padding: 13px;
border: 1px solid #fff;
}
table tr th {
  background: radial-gradient(75% 100% at 50% 100%, #2e3472 0%, #181e52 100%);
  color: #fff;
  text-align: center;
  font-size: 18px;
}
table tr td:hover {
  background-color: rgba(95, 175, 255, 0.25);
}
.KvZuDcGM {
  padding: 50px 0;
height: 100%;
  flex: 1 1 auto;
}
.KvZuDcGM .XmxXUsAZf {
  margin: 20px 0;
border-radius: 6px;
  padding: 20px 0;
}
.KvZuDcGM .XmxXUsAZf p {
  margin: 15px 0;
}
.KvZuDcGM .XmxXUsAZf img {
  max-width: 500px;
display: flex;
  margin: 0 auto;
}
.KvZuDcGM .QObYLsLWKcuq {
  flex-wrap: wrap;
  padding: 50px 16px;
  border-radius: 6px;
  background-color: #434889;
  gap: 20px;
  justify-content: space-around;
  align-items: center;
display: flex;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW {
  cursor: pointer;
  transition: filter 0.4s ease-in-out;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW svg path {
  transition: fill 0.4s ease-in-out;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(1):hover {
  filter: drop-shadow(0px 0px 16px #1f46ff);
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(1):hover svg path {
  fill: #1f46ff;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(2):hover {
  filter: drop-shadow(0px 0px 16px #ff8000);
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(2):hover svg path {
  fill: #ff8000;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(3):hover {
  filter: drop-shadow(0px 0px 16px #ffc200);
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(3):hover svg path {
  fill: #ffc200;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(4):hover {
  filter: drop-shadow(0px 0px 16px #f7931a);
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(4):hover svg path {
  fill: #f7931a;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(5):hover {
  filter: drop-shadow(0px 0px 16px #c718e3);
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(5):hover svg path {
  fill: #c718e3;
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(6):hover {
  filter: drop-shadow(0px 0px 16px #28d49f);
}
.KvZuDcGM .QObYLsLWKcuq .JvZWmowaW:nth-child(6):hover svg path {
  fill: #28d49f;
}
.main__btn a {
  margin: 25px auto;
  background: radial-gradient(75% 100% at 50.34% 100%, #20ff49 0%, #00ca54 100%);
  align-items: center;
  overflow: hidden;
display: flex;
  color: #fff;
  border-radius: 6px;
  position: relative;
  width: 250px;
  padding: 15px 25px;
  justify-content: center;
  font-weight: 600;
}
.main__btn a:hover {
  background: radial-gradient(75% 100% at 50.34% 100%, #00ca54 0%, #20ff49 100%);
}
.main__btn a::before {
  height: 100%;
  display: block;
  left: -4.5em;
  transition: none;
content: "";
  top: 0;
  width: 3em;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.FnMRpzQLklzu {
  margin: 0 auto;
  padding: 0 16px;
max-width: 90vw;
}
.BFxcyuHgCr {
color: #fff;
padding:29px 0px;
position: relative;
}
.BFxcyuHgCr a {
none;
color: #fff;
text-decoration;
}
.vpfIgKUNurJ {
background: radial-gradient(110% 135% at 110% 145%, #636bc3 0%, #272b5c 79%, #0e1028 100%);
    border-radius: 8px;
	margin-bottom:29px;
    padding: 20px;
position: relative;
	color: #fff;
    width: 100%;
}
.vpfIgKUNurJ a {
color: #fafafa;
none;
text-decoration;
}
.cwoSWCBCC {
text-align:center;
color:#ffffff;
margin-bottom:20px;
}
.cwoSWCBCC 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 {
    margin: 10px 0;
font-size: 20px;
  }
  .FnMRpzQLklzu {
    max-width: 100%;
  }
    .KvZuDcGM {
    padding: 30px 0;
  }
     .KvZuDcGM .cards {
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
  }
  .KvZuDcGM .XmxXUsAZf img {
    max-width: 100%;
  }
}
.VpmUfJQsXt {
color:#fff;
text-align:left;
}
.AppOYlulOj {
margin:20px 0px;
}
.AppOYlulOj .MHievzEHeWu {
justify-content:space-between;
gap:10px;
display:flex;
align-items:start;
}
.AppOYlulOj .sNRlYwAczaL {
position:relative;
}
.AppOYlulOj .SKwCVYNnS {
position:absolute;
z-index:111;
white-space:nowrap;
max-height:190px;
padding-bottom:5px;
padding:10px 5px;
overflow:auto;
background:#FFFFFF;
left:0px;
display:none;
border-radius:3px;
top:41px;
color:#050505;
min-width:100%;
}
.QSfSaOFxX {
margin-bottom:5px;
gap:5px;
font-size:13px;
display:flex;
align-items:center;
}
.xQCVfYLArsFL {
cursor: pointer;
    font-weight: 600;
    color: #fff;
   align-items: center;
	font-weight:600;
   border-radius: 6px;
    gap: 5px;
    background: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
    background-color: #9dc88b;
display:flex;
    padding: 12px 25px;
    transition: box-shadow 0.3s ease-in-out;
    position: relative;
border: 0px;
}
.xQCVfYLArsFL:hover {
background: linear-gradient(32.86deg, #ff008a 0%, #ff00e5 100%);
}
.col-6{
padding-left:15px;
width:50%;
    box-sizing: border-box;
padding-right:15px;
float:left;
}
.luNaotXErdpB{
padding-right:15px;
    box-sizing: border-box;
float:left;
width:41.666667%;
padding-left:15px;
}
.sKySwpBG{
padding-left:15px;
float:left;
width:33.333333%;
    box-sizing: border-box;
padding-right:15px;
}
.HGWvMQTV{
padding-right:15px;
width:25%;
float:left;
    box-sizing: border-box;
padding-left:15px;
}
.col-2{
box-sizing: border-box;
width:16.666667%;
padding-right:15px;
float:left;
padding-left:15px;
}
.qmwQdBdtQv:after{
clear:both}
.qmwQdBdtQv:after,.qmwQdBdtQv:before{
display:table;
content:" "}
.qmwQdBdtQv{
margin-left:-15px;
margin-right:-15px}
.zzQrOrvj{
padding-right:15px;
width:100%;
padding-left:15px;
margin:0 auto;
position:relative;
}
@media (min-width:576px){
.zzQrOrvj{
max-width:540px}
}
@media (min-width:768px){
.zzQrOrvj{
max-width:730px}
}
@media (min-width:992px){
.zzQrOrvj{
max-width:960px}
}
@media (min-width:1200px){
.zzQrOrvj{
max-width:1170px}
}
a.dSulCxXpT{
padding:10px 30px;
background:#2f3132;
font-weight:700;
color:#fff;
border-radius:10px;
text-decoration:none;
text-align:center;
}
a.gMyOOyAjEse{
border-radius:10px;
text-decoration:none;
padding:10px 30px;
font-weight:700;
background:#e2b65d;
text-align:center;
color:#000;
}
.FvhSapEO{
color: #000;
    padding: 10px 20px;
    font-weight: 700;
    background: #e2b65d;
max-width:200px;
text-align: center;
padding:10px;
    border-radius: 10px;
display:inline-block;
}
		.pksGnMRuxQC {
	margin-top:25px;
	}
		.udFHesPaC {
	border-radius: 10px;
	padding: 10px;
	outline:0px !important;
max-width:177px;
	border:0px;
	box-sizing:border-box;
	}
	.RQclpzFD a.dSulCxXpT{
margin-right:10px}
.RQclpzFD{
text-align:right;
padding-top:1px}
.slIkKoBdk{
top:0;
display:block;
border:none;
background:none;
z-index:9999;
right:15px;
padding:0;
font-size:30px;
position:absolute;
}
button.slIkKoBdk{
cursor:pointer}
.wRrOPjrrwSx a{
font-weight:700;
display:inline-block;
color:#999;
text-decoration:none;
}
.wRrOPjrrwSx a:hover,.wRrOPjrrwSx a:focus,.wRrOPjrrwSx li.current_page_item>a,.wRrOPjrrwSx li.current-menu-item>a{
color:#fff}
@media screen and (min-width:992px){
.slIkKoBdk{
display:none}
}
.gvWuQBmNPN{
padding:15px 0 15px;
background:#121416;
border-bottom:1px solid rgba(255,255,255,.06);
}
img.HkEhWIZTNaIN{
max-width:170px}
@media (min-width:992px) and (max-width:1199px){
.RQclpzFD a.dSulCxXpT{
display:none}
.wRrOPjrrwSx ul li{
margin-left:10px}
.wRrOPjrrwSx a{
font-size:14px}
}
@media (max-width:767px){
.RQclpzFD, #site-navigation{
display:none}
}
@media (max-width:991px){
.wRrOPjrrwSx ul li{
display:block;
margin-left:0;
border-bottom:1px solid rgba(255,255,255,.03)}
.wRrOPjrrwSx ul li:last-child{
border:none}
.wRrOPjrrwSx ul li a{
display:block;
padding:10px 0}
.wRrOPjrrwSx ul{
margin:5px 0 5px;
padding:5px 15px;
background:#232629;
}
.RQclpzFD{
text-align:center;
padding-bottom:25px;
padding-top:20px;
}
.OxOMhEPoY .HGWvMQTV{
text-align:center}
.OxOMhEPoY .HGWvMQTV img{
max-width:150px}
}
}
@media (max-width:360px){
.RQclpzFD a.dSulCxXpT,.footerButtons a.dSulCxXpT{
margin-right:0;
margin-bottom:15px;
display:block}
.RQclpzFD a.gMyOOyAjEse,.footerButtons a.gMyOOyAjEse{
display:block}
}
.OvzOgGjEbHK {
font-size: 21px;
margin-top:20px;
font-weight:600;
}
.SpYOjDUQqrgV {
		background-color: #0f0f1e;
width:100%;
    box-sizing: border-box;
    border-top: 1px solid #525281;
		padding: 25px 20px;
		}
				.MPkXaMKaWNom {
		justify-content:center;
		align-items:center;
list-style:none;
		gap:10px;
		display:flex;
		flex-wrap:wrap;
		padding:0px;
		margin:0px;
		}
		.MPkXaMKaWNom a {
		color:#fdfdfd !important;
		}
				.uUIgLnVGsY {
		color:#fff;
		margin-top:5px;
text-align:center;
		}
				.lQLCwUJdtbvZ {
padding:3px;
text-align:center;
margin:2px;
}
		.awNOQUbYSLu {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: center;
  flex-wrap: wrap;
display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
  gap: 16px;
  margin-bottom:15px;
}
.oVOEQEEA {
  font-weight: 800;
  color: #ffffff;
font-size: 24px;
  letter-spacing: 1px;
}
.phRscOan {
  display: flex;
 gap: 8px;
}
.EcArjlXXy {
  border-radius: 6px;
  gap: 6px;
  font-size: 11px;
background: rgba(255,255,255,0.05);
  padding: 6px 14px;
  border: 1px solid rgba(255,255,255,0.1);
  color: #ffffff;
  align-items: center;
  display: flex;
  text-decoration: none;
}
.EcArjlXXy:hover {
 background: rgba(255,255,255,0.08);
 }
.RWSggTNc {
  display: flex;
  border-top: 1px solid rgba(255,255,255,0.08);
  gap: 14px;
  margin-top:15px;
  padding: 16px 0;
  align-items: center;
}
.TMPxaVtygNi {
  flex-shrink: 0;
  height: 56px;
  font-size: 11px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  display: flex;
  background: linear-gradient(135deg, #16a34a, #14532d);
width: 56px;
  font-weight: 800;
}
.TMPxaVtygNi small {
  opacity: 0.8;
font-size: 7px;
  margin-top: 1px;
}
.SJtyDYRe {
  color: #9ca3af;
font-size: 11px;
  line-height: 1.5;
}
.tkFAwzgYbf {
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0;
  flex-wrap: wrap;
display: flex;
}
/* Bottom: copy + compliance */.KIqyWhWlp {
  border-top: 1px solid rgba(255,255,255,0.08);
  justify-content: space-between;
  padding-top: 14px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
display: flex;
}
.NePHLudbC {
  color: #6b7280;
font-size: 11px;
}
.OgctEhfAZ {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
 .YnLuWyhlbBGj {
    color: #fff;
    flex-shrink: 0;
    height: 32px;
    font-weight: 800;
display: inline-flex;
    font-size: 10px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    padding: 0 10px;
  }
  .IiGzSQwFE {
    border-radius: 50%;
    width: 32px;
background: linear-gradient(135deg, #ef4444, #991b1b);
 padding: 0;
  }
  .YNpOaSOPs    {
 background: #1f2937;
 border: 1px solid #6b7280;
 }
  .WTFwLiRSN    {
 border: 1px solid #c4e4ff;
background: #15171c;
 color: #c4e4ff;
 }
  .gfmRhNVy {
    background: #f97316;
    color: #fff;
    font-size: 9px;
  }
  .CNfYFlPU {
    padding: 0 12px;
background: #16a34a;
    font-size: 11px;
  }
      .TonnaCbz {
    color: #fff;
display: inline-flex;
    font-weight: 800;
    flex-shrink: 0;
    height: 28px;
    min-width: 50px;
    border-radius: 4px;
    font-size: 10px;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.3px;
  }
  .pay-lg {
    min-width: 80px;
height: 40px;
    font-size: 13px;
    border-radius: 6px;
  }
  .BQTPnlBivi       {
 background: linear-gradient(135deg, #1a1f71, #0f1647);
 }
  .TGZYAobG         {
 background: linear-gradient(135deg, #eb001b, #f79e1b);
 }
  .OscRazoGZR        {
 background: linear-gradient(135deg, #0f754e, #0a4d33);
 }
  .NjJUHquPTnW        {
 background: linear-gradient(135deg, #5b27a8, #2c1252);
 }
  .ZVLylLefHf       {
 background: linear-gradient(135deg, #26a17b, #14543e);
 }
  .UFAhXAVuoI        {
 background: linear-gradient(135deg, #f7931a, #b8690a);
 color:#fff;
 }
  .zjGvNEHF        {
 background: linear-gradient(135deg, #345d9d, #1a3052);
 }
  .dopEOftUzCb      {
 border: 1px solid #444;
background: #000;
 }
  .yrBGjYuWkR   {
 background: linear-gradient(135deg, #8b3ffc, #5a1a99);
 }
  .hDpEsNqZ     {
 background: linear-gradient(135deg, #862165, #4a0f37);
 }
  .kgFbNRIKnPpP   {
 background: linear-gradient(135deg, #00ac5b, #006b39);
 }
  .MTFMJfDeG    {
 background: linear-gradient(135deg, #00377b, #001a3d);
 }
		 



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

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


.XPaCNQmYSq .VMrTVxvmjdFy {
  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;
}
.XPaCNQmYSq .VMrTVxvmjdFy:hover { opacity: 0.9; }

.XPaCNQmYSq .seZnzVdMacu {
  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;
}
.XPaCNQmYSq .seZnzVdMacu:hover { background: rgba(255,255,255,0.05); }


@media (max-width: 768px) {
  .XPaCNQmYSq .VMrTVxvmjdFy,
  .XPaCNQmYSq .seZnzVdMacu {
    padding: 10px 18px;
    font-size: 13px;
  }
}




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

.gGCfFUEfM {
  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);
}
.gGCfFUEfM img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.XkkTvkPxDB {
  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;
}

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

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

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

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

@media (max-width: 768px) {
  .gGCfFUEfM { height: 100px; }
  .XkkTvkPxDB { padding: 22px 20px 60px; }
  .kqdzzgHIt { font-size: 20px; }
}




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

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






.cflQOucefe .sBPhurlJPbZM {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 700px) { .cflQOucefe .sBPhurlJPbZM { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .cflQOucefe .sBPhurlJPbZM { grid-template-columns: 1fr; } }

.cflQOucefe .UFPhgXdwuTTO {
  background: linear-gradient(135deg, #1a1d2e, #0d1118);
  border: 1px solid  #2a2e3a;
  border-radius: 8px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cflQOucefe .UFPhgXdwuTTO.TtJYvNjH {
  background: linear-gradient(135deg, rgba(239,68,68,0.08), rgba(239,68,68,0.02));
  border-color: rgba(239,68,68,0.3);
}
.cflQOucefe .nYcdwragm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.cflQOucefe .JBfgGEtAC { background: linear-gradient(135deg, #6366f1, #4338ca); }
.cflQOucefe .qcnrUlnkJB { background: linear-gradient(135deg, #a855f7, #6b21a8); }
.cflQOucefe .tiYYyXBczMp { background: linear-gradient(135deg, #f59e0b, #b45309); }
.cflQOucefe .DBMIDxgD { background: linear-gradient(135deg, #ef4444, #b91c1c); }

.cflQOucefe .AaFrnYGFZq {
  flex-grow: 1;
  min-width: 0;
}
.cflQOucefe .UrYHAmxDovla {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}
.cflQOucefe .UFPhgXdwuTTO.TtJYvNjH .UrYHAmxDovla { color:  #fca5a5; }
.cflQOucefe .iLAkYUrq {
  font-size: 10px;
  color: #9ca3af;
  text-transform: uppercase;
  margin-top: 2px;
  letter-spacing: 0.5px;
}



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


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

.kgezpsptIpaP {
  background: linear-gradient(135deg, #1a1d2e, #0a0c12);
  border-radius: 8px;
  padding: 12px;
  margin: 16px 0;
}
.kgezpsptIpaP .OoEllEIh {
  justify-content: center;
  font-size: 11px;
  color: #fbbf24;
  margin-bottom: 10px;
}
.kgezpsptIpaP .KFSZZIYhL {
  gap: 8px;
  animation-duration: 35s;
}
.kgezpsptIpaP .nFlsNZLBo {
  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;
}
.kgezpsptIpaP .nFlsNZLBo.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);
}
.kgezpsptIpaP .LqQUhJRgDJ {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  flex-shrink: 0;
}
.kgezpsptIpaP .SiPgWjvBFHHz {
  color: #c4e4ff;
  font-weight: 600;
}
.kgezpsptIpaP .YdsRBeoGT {
  color: #22c55e;
  font-weight: 700;
}
.kgezpsptIpaP .udSrbbNGpd {
  color: #9ca3af;
  font-size: 10px;
}


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

.WlaVUZXOxZL {
  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);
}
.KFSZZIYhL {
  display: flex;
  gap: 24px;
  animation: lwins-scroll 30s linear infinite;
  width: max-content;
}
@keyframes lwins-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.KFSZZIYhL:hover {
  animation-play-state: paused;
}





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

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

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

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

.FqpSnRoY {
  background: #0a0c10;
  padding: 32px 30px;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1200px;
}

.FqpSnRoY .ERvCYoQlu {
  max-width: 100%;
}

.FqpSnRoY .VxFIdOsJZSe {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.FqpSnRoY .AZKZzAuK {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 22px 0;
}

.FqpSnRoY .awREzQUTZFA {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.FqpSnRoY .OJWMGXLF {
  background: #141824;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.15s;
}
.FqpSnRoY .OJWMGXLF:hover {
  transform: translateY(-2px);
}

.FqpSnRoY .bTpkXOldy {
  position: relative;
  aspect-ratio: 400/550;
  overflow: hidden;
  background: #1a1d25;
}

.FqpSnRoY .iPpYCvboCRx {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.FqpSnRoY .iKRcixtzqztw {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.FqpSnRoY .OJWMGXLF:hover .iKRcixtzqztw { opacity: 1; }

.FqpSnRoY .oVOoouYfwdaP {
  background: #22c55e;
  color: #000;
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.FqpSnRoY .oVOoouYfwdaP:hover { opacity: 0.9; }

.FqpSnRoY .mIpvCCBuYU {
  padding: 10px 12px;
}

.FqpSnRoY .XmEgLahAlmrx {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.FqpSnRoY .BqNVcdUSk {
  font-size: 11px;
  color: #9ca3af;
}

@media (max-width: 800px) {
  .FqpSnRoY .awREzQUTZFA { grid-template-columns: repeat(3, 1fr); }
  .FqpSnRoY .AZKZzAuK { font-size: 22px; }
}
@media (max-width: 500px) {
  .FqpSnRoY { padding: 22px 16px; }
  .FqpSnRoY .awREzQUTZFA { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .FqpSnRoY .AZKZzAuK { font-size: 18px; }
}



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

.jZXDbFbjLJu {
  margin-bottom: 14px;
}

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

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

.RmqTyefcAC {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.radojtNA {
  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;
}

.radojtNA:hover {
  background: rgba(196, 228, 255, 0.16);
}


.doPVvUSqbUJ {
  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;
}

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

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

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

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

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

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

.fAvRMiAxut.TaKZkeoFxfSJ .HKgcWYMg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}


@media (max-width: 900px) {
  .fAvRMiAxut.TaKZkeoFxfSJ .HKgcWYMg {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 560px) {
  .fAvRMiAxut.TaKZkeoFxfSJ .HKgcWYMg {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.OxaRzoUfx .EwAeZRaFquUa {
  font-size: 11.5px;
  color: #6b7280;
  line-height: 1.4;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rWGZUmbs {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
  text-decoration: none;
  margin: 0 12px 12px 12px;
  border-radius: 4px;
  transition: filter 0.15s;
}

.rWGZUmbs:hover {
  filter: brightness(1.1);
}


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

.XNcuURoI .xChSXnVoozGX {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.XNcuURoI .LBhFgXDVrVp {
  margin-bottom: 32px;
}

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

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


@media (max-width: 600px) {
  .XNcuURoI { padding: 32px 0; }
  .XNcuURoI .FzmtKwvUmTg { font-size: 22px; }
  .XNcuURoI .LBhFgXDVrVp { margin-bottom: 24px; }
}




.HBnnJUQZ .bECwaurD {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  gap: 12px;
  align-items: start;
}

.HBnnJUQZ .aPNRfZzLkBZ {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  transition: background 0.15s, border-color 0.15s;
}

.HBnnJUQZ .aPNRfZzLkBZ[open] {
  background: rgba(255, 107, 53, 0.08);
  border-color: rgba(255, 107, 53, 0.3);
}

.HBnnJUQZ .ILfVIjSjKxr {
  padding: 14px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  list-style: none;
  line-height: 1.4;
}

.HBnnJUQZ .ILfVIjSjKxr::-webkit-details-marker { display: none; }

.HBnnJUQZ .ILfVIjSjKxr::after {
  content: '';
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-bottom: 3px;
}

.HBnnJUQZ .aPNRfZzLkBZ[open] .ILfVIjSjKxr::after {
  transform: rotate(-135deg);
  margin-top: 3px;
  margin-bottom: 0;
}

.HBnnJUQZ .bfcMpWqV {
  padding: 0 16px 14px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

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

.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, .RaytPghl {
    bottom: 16px !important;
    right: 12px !important;
  }
}




.RaytPghl {
  bottom: 24px;
  right: 24px;
  background: linear-gradient(135deg, #1a1d2e, #0d1118);
  border: 1px solid rgba(99,102,241,0.4);
  border-radius: 32px;
  padding: 8px 8px 8px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.RaytPghl.stk--visible {
  transform: translateX(0);
}
.RaytPghl:not(.stk--visible) {
  transform: translateX(120%);
}

.JStYuNSimd {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.JStYuNSimd strong {
  color: #fde68a;
}

.QFijfIuV {
  background: linear-gradient(135deg, #6366f1, #4338ca);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s;
}
.QFijfIuV:hover {
  transform: scale(1.05);
}

.stk-v3-close {
  background: none;
  border: none;
  color: #6b7280;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  transition: color 0.2s;
}
.stk-v3-close:hover {
  color: #fff;
}



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


.riSZsPnc {
  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;
}
.OwXEAzxuY { 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; }


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

.CwyodhzNW     { background: linear-gradient(135deg, #f97316, #c2410c); }
.zFjhgHSXy    { background: linear-gradient(135deg, #a855f7, #6b21a8); }
.NezjZWiXDL       { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.jjqpwXsTP       { background: linear-gradient(135deg, #f59e0b, #b45309); }
.LQocAICqmriH       { background: linear-gradient(135deg, #dc2626, #7f1d1d); }
.GCDucSupKG        { background: linear-gradient(135deg, #ec4899, #be185d); }
.pluPMMGNosV         { background: linear-gradient(135deg, #0ea5e9, #075985); }
.lgRxhzXqHj       { background: linear-gradient(135deg, #f97316, #9a3412); }
.GzivXWZURO          { background: linear-gradient(135deg, #8b5cf6, #5b21b6); }
.wFVGzJut   { background: linear-gradient(135deg, #facc15, #713f12); color: #000; }
.YxMryUOn        { background: linear-gradient(135deg, #ef4444, #991b1b); }
.CvKlOrlv       { background: linear-gradient(135deg, #1d4ed8, #172554); }
.MQKVebgQklc       { background: linear-gradient(135deg, #22c55e, #15803d); }
.EQiXvfTSNn       { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.cVuwzqcYq     { background: linear-gradient(135deg, #1e40af, #1e3a8a); }
.emtzMufjM   { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.QbWLhABcX         { background: linear-gradient(135deg, #16a34a, #14532d); }
.JcjuieSoQJ      { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #ef4444; }
.XhxspcNfj        { background: linear-gradient(135deg, #be123c, #4c0519); }
.zRlKuDbyRoK      { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.MQhphocsJ     { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.XwamXvLH    { background: linear-gradient(135deg, #15803d, #14532d); }
.wDSwFpsOzq      { background: linear-gradient(135deg, #0284c7, #075985); }
.QvZBoCsU      { background: linear-gradient(135deg, #dc2626, #7f1d1d); }
.WlgoTvWgx     { background: linear-gradient(135deg, #059669, #064e3b); }
.dpxjJWREpii     { background: linear-gradient(135deg, #be185d, #500724); }
.ydPCHUMFoE           { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #6366f1; }
.AilTdDflbZij    { background: linear-gradient(135deg, #1d4ed8, #172554); }
.GPCMBhWC       { background: linear-gradient(135deg, #15803d, #14532d); }
.xechdNglWhd        { background: linear-gradient(135deg, #1e40af, #1e3a8a); }
.aybHQEowmw           { background: linear-gradient(135deg, #0369a1, #0c4a6e); }
.danamJEGcUu        { background: linear-gradient(135deg, #475569, #1e293b); }
.nJnFKYzKk  { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.iQrpvSsF   { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #facc15; }
.MWkVJBExQ      { background: linear-gradient(135deg, #0d9488, #115e59); }
.JqxZZESxxxn      { background: linear-gradient(135deg, #ec4899, #831843); }
.LMoLIgjd     { background: linear-gradient(135deg, #1e293b, #020617); }
.TrDSayNgmRgf         { background: linear-gradient(135deg, #7c3aed, #4c1d95); }
.tlgzfjWY { background: linear-gradient(135deg, #ea580c, #7c2d12); border: 1px solid #f97316; }
.YGZloLkA     { background: linear-gradient(135deg, #0c0a09, #000000); border: 1px solid #fbbf24; }




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

.GfEtwRwGrh .jthNqSqmLKfA {
  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);
}

.GfEtwRwGrh .TuTHvkEna {
  display: flex;
  gap: 16px;
  animation: prv-scroll 40s linear infinite;
  width: max-content;
  padding: 0 16px;
}

@keyframes prv-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.GfEtwRwGrh .TuTHvkEna:hover {
  animation-play-state: paused;
}

.GfEtwRwGrh .lrgMaJRPF {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 8px 14px 8px 8px;
  flex-shrink: 0;
}

.GfEtwRwGrh .SkvAZCLRVj {
  font-size: 12px;
  color: #c4e4ff;
  font-weight: 600;
  white-space: nowrap;
}
