.gz-hero{
padding:54px 0 36px;
position:relative;
overflow:hidden;
}
.gz-hero-mesh{
z-index:0;
pointer-events:none;
filter:blur(40px);
opacity:.55;
position:absolute;
inset:-10% -5%;
background:radial-gradient(circle at 18% 22%,rgba(124,58,237,.55) 0,transparent 38%),radial-gradient(circle at 78% 14%,rgba(20,184,166,.42) 0,transparent 42%),radial-gradient(circle at 50% 92%,rgba(236,72,153,.40) 0,transparent 42%),radial-gradient(circle at 92% 82%,rgba(59,130,246,.34) 0,transparent 40%);
}
.gz-hero-inner{
grid-template-columns:1.15fr .9fr;
position:relative;
z-index:1;
align-items:center;
gap:42px;
display:grid;
}
.gz-hero-tag{
gap:8px;
color:#5b21b6;
font-size:13px;
box-shadow:0 4px 14px -6px rgba(124,58,237,.35);
border-radius:999px;
backdrop-filter:blur(12px);
font-weight:600;
background:rgba(255,255,255,.7);
display:inline-flex;
border:1px solid rgba(124,58,237,.18);
padding:7px 14px;
align-items:center;
}
.gz-hero-tag-dot{
border-radius:50%;
background:linear-gradient(135deg,#a855f7,#14b8a6);
height:8px;
box-shadow:0 0 10px rgba(168,85,247,.7);
width:8px;
}
.gz-hero-h{
margin:18px 0 22px}
.gz-hero-h ._YYCWelI{
background:linear-gradient(120deg,#4c1d95 0%,#7c3aed 40%,#0d9488 100%);
-webkit-background-clip:text;
color:transparent;
background-clip:text;
}
.gz-hero-actions{
gap:12px;
margin-bottom:22px;
flex-wrap:wrap;
display:flex;
}
.gz-btn{
padding:14px 26px;
letter-spacing:.005em;
display:inline-flex;
align-items:center;
transition:transform .2s,box-shadow .2s,filter .2s;
justify-content:center;
font-weight:700;
font-size:15px;
border-radius:16px;
}
.gz-btn-grad{
box-shadow:0 10px 28px -10px rgba(124,58,237,.55),inset 0 1px 0 rgba(255,255,255,.25);
background:linear-gradient(135deg,#7c3aed 0%,#a855f7 50%,#14b8a6 100%);
color:#fff;
}
.gz-btn-grad:hover{
transform:translateY(-2px);
box-shadow:0 16px 34px -12px rgba(124,58,237,.6);
filter:brightness(1.06);
}
.gz-btn-soft{
border:1px solid rgba(124,58,237,.2);
backdrop-filter:blur(12px);
background:rgba(255,255,255,.8);
color:#5b21b6;
}
.gz-btn-soft:hover{
background:#fff;
transform:translateY(-1px)}
.gz-btn-block{
display:flex;
width:100%}
.gz-hero-trust{
color:#4c1d95;
font-size:14px;
gap:14px;
align-items:center;
display:flex;
}
.gz-hero-trust-i b{
color:#7c3aed;
font-size:18px;
font-weight:800;
margin-right:5px;
}
.gz-hero-trust-sep{
width:1px;
background:rgba(124,58,237,.3);
height:18px;
}
.gz-hero-card{
backdrop-filter:blur(14px);
border-radius:24px;
overflow:hidden;
position:relative;
box-shadow:0 28px 60px -22px rgba(76,29,149,.35),0 12px 22px -14px rgba(20,184,166,.3);
padding:28px;
border:1px solid rgba(255,255,255,.7);
background:linear-gradient(155deg,rgba(255,255,255,.92),rgba(245,243,255,.88));
}
.gz-hero-card-glow{
position:absolute;
pointer-events:none;
background:radial-gradient(circle at 30% 0%,rgba(168,85,247,.35),transparent 60%),radial-gradient(circle at 90% 100%,rgba(20,184,166,.3),transparent 60%);
inset:-20%;
}
.gz-hero-card-head{
z-index:1;
justify-content:space-between;
align-items:center;
position:relative;
display:flex;
}
.gz-hero-card-badge{
border-radius:999px;
background:linear-gradient(120deg,#7c3aed,#14b8a6);
font-size:12px;
padding:6px 12px;
font-weight:700;
color:#fff;
letter-spacing:.05em;
text-transform:uppercase;
}
.gz-hero-card-time{
font-size:13px;
color:#7c3aed;
font-weight:600;
}
.gz-hero-card-amount{
position:relative;
margin:18px 0 20px;
flex-direction:column;
z-index:1;
display:flex;
align-items:flex-start;
}
.gz-hero-card-amount-v{
-webkit-background-clip:text;
background-clip:text;
line-height:1;
color:transparent;
letter-spacing:-.03em;
font-weight:800;
background:linear-gradient(120deg,#7c3aed 0%,#ec4899 50%,#14b8a6 100%);
font-size:64px;
}
.gz-hero-card-amount-l{
margin-top:4px;
color:#5b21b6;
font-weight:600;
font-size:15px;
}
.gz-hero-card-list{
list-style:none;
gap:8px;
color:#3b2470;
position:relative;
flex-direction:column;
z-index:1;
display:flex;
margin:0 0 18px;
font-size:14px;
padding:0;
}
.gz-hero-card-list li{
display:flex;
gap:10px;
align-items:flex-start;
}
.gz-hero-card-check{
flex:0 0 18px;
background:linear-gradient(135deg,#14b8a6,#7c3aed);
height:18px;
width:18px;
position:relative;
border-radius:6px;
}
.gz-hero-card-check::after{
left:5px;
position:absolute;
top:3px;
border:solid #fff;
border-width:0 2px 2px 0;
content:"";
height:9px;
width:5px;
transform:rotate(45deg);
}
._tHeCDaRnG{
padding:18px 0 14px}
._ELwPjjov{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:center;
}
._LCxgslAs{
display:inline-flex;
transition:transform .15s,box-shadow .15s;
font-weight:600;
color:#4c1d95;
background:rgba(255,255,255,.85);
align-items:center;
box-shadow:0 4px 12px -6px rgba(124,58,237,.18);
border:1px solid rgba(124,58,237,.16);
font-size:14px;
padding:11px 18px;
border-radius:999px;
backdrop-filter:blur(10px);
gap:8px;
}
._LCxgslAs:hover{
transform:translateY(-2px);
background:#fff;
box-shadow:0 8px 18px -8px rgba(124,58,237,.35);
}
._LXDozOruu{
font-size:16px}
._wSuGxytMAl{
padding:28px 0}
._mfUOsrDgxjK{
border-radius:24px;
backdrop-filter:blur(10px);
border:1px solid rgba(124,58,237,.1);
background:rgba(255,255,255,.78);
padding:34px;
box-shadow:0 14px 38px -22px rgba(76,29,149,.28);
}
._AOhQgyrfBZ{
padding:42px}
._RVrATCZqBO{
padding:36px 0 48px}
.gz-text-hero{
padding:42px 0 18px}
.gz-text-hero ._YYCWelI{
background-clip:text;
color:transparent;
background:linear-gradient(120deg,#4c1d95,#7c3aed,#14b8a6);
-webkit-background-clip:text;
}
@media (max-width:960px){
  .gz-hero-inner{
grid-template-columns:1fr;
gap:32px}
  .gz-hero-card{
padding:24px}
  .gz-hero-card-amount-v{
font-size:52px}
}
@media (max-width:720px){
  .gz-hero{
padding:30px 0 20px}
  .gz-btn{
padding:12px 20px;
font-size:14px}
  ._mfUOsrDgxjK{
padding:24px;
border-radius:20px}
  ._AOhQgyrfBZ{
padding:26px}
  .gz-hero-trust{
flex-wrap:wrap}
  .gz-hero-trust-sep{
display:none}
}
._YYCWelI,h1,[class*="-hero-h"]{
font-size:32px !important;
line-height:1.18 !important}
[class*="-text-hero"] ._YYCWelI,[class*="-intro-h"] ._YYCWelI,[class*="-intro-h"]{
font-size:30px !important;
line-height:1.2 !important}
[class*="-article-body"],[class*="-art"],[class*="-card-wide"],[class*="-panel-wide"],[class*="-inner-body"] p,[class*="-inner-body"] li{
font-size:15.5px !important;
line-height:1.6 !important}
[class*="-inner-body"] h2,[class*="-inner-body"] ._cAafpRp{
font-size:22px !important;
margin-top:18px !important;
line-height:1.25 !important;
}
[class*="-inner-body"] h3,[class*="-inner-body"] ._GXnJKne{
font-size:18px !important;
line-height:1.3 !important}
@media (max-width:680px){
  ._YYCWelI,h1,[class*="-hero-h"]{
font-size:24px !important}
  [class*="-text-hero"] ._YYCWelI,[class*="-intro-h"] ._YYCWelI,[class*="-intro-h"]{
font-size:22px !important}
  [class*="-article-body"],[class*="-art"],[class*="-card-wide"],[class*="-panel-wide"],[class*="-inner-body"] p,[class*="-inner-body"] li{
font-size:14.5px !important}
  [class*="-inner-body"] h2,[class*="-inner-body"] ._cAafpRp{
font-size:19px !important}
}
img,svg,video{
max-width:100%;
height:auto}
._SuSxtvUJBr{
padding-left:14px;
padding-right:14px;
box-sizing:border-box;
}
*[class*="-hero"],*[class*="-card"],*[class*="-cta"],*[class*="-tile"]{
min-width:0}
section,article,div{
word-wrap:break-word;
overflow-wrap:anywhere}
.no-overflow{
overflow:hidden}
@media (max-width:760px){
  h1{
font-size:24px;
line-height:1.2}
  h2{
font-size:20px;
line-height:1.25}
  h3{
font-size:17px;
line-height:1.3}
  body{
font-size:15px;
line-height:1.55}
  table{
display:block;
max-width:100%;
overflow-x:auto;
}
  pre,code{
white-space:pre-wrap;
word-break:break-word}
  [class*="-row"],[class*="-flex"]{
flex-wrap:wrap;
min-width:0}
  [class*="-grid"]{
display:grid;
gap:12px}
  [class*="-grid-2"],[class*="-grid-3"],[class*="-grid-4"]{
grid-template-columns:1fr}
}
@media (max-width:480px){
  h1{
font-size:21px}
  h2{
font-size:18px}
}
._HjcKnsOb{
background:rgba(7,9,18,.78);
border-bottom:1px solid rgba(255,255,255,.06);
top:0;
-webkit-backdrop-filter:blur(18px);
backdrop-filter:blur(18px);
z-index:50;
position:static;
isolation:isolate;
}
._sYtSiONs{
pointer-events:none;
inset:0;
background:linear-gradient(90deg,transparent,rgba(99,102,241,.18),transparent);
opacity:.7;
position:absolute;
}
._uvozMSJYB{
position:relative;
z-index:1}
._WlQIsxaaDX{
display:flex;
justify-content:space-between;
align-items:center;
padding:14px 0;
gap:24px;
}
._txKHcpa{
gap:10px;
display:flex;
flex-shrink:0;
align-items:center;
color:#f5f8ff;
}
._ORVRzbzE{
padding:2px;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#6366f1,#ec4899);
border-radius:9px;
width:36px;
height:36px;
overflow:hidden;
}
._LTUUWlPu{
background:#fff;
object-fit:cover;
border-radius:7px;
width:32px;
height:32px;
}
._rsoWlOYMyk{
font:800 17px/1 'Inter',system-ui;
letter-spacing:-.01em}
._FDhBQAej{
background:rgba(99,102,241,.18);
letter-spacing:.18em;
border-radius:5px;
color:#a5b4fc;
font:700 9px/1 system-ui;
text-transform:uppercase;
padding:4px 7px;
display:inline-block;
border:1px solid rgba(99,102,241,.4);
}
._eVawwqOH{
align-items:center;
max-width:560px;
display:flex;
gap:6px;
flex-wrap:wrap;
flex:1;
justify-content:center;
}
._eVawwqOH a{
padding:8px 12px;
border-radius:8px;
transition:background .15s,color .15s;
color:#cbd2e6;
font:600 13px/1 system-ui;
}
._eVawwqOH a:hover{
background:rgba(255,255,255,.05);
color:#f5f8ff}
._eVawwqOH a span{
display:inline}
._vlSfjrICKgL{
display:flex;
flex-shrink:0;
gap:10px;
align-items:center;
}
._YiMotpUgrr{
position:relative;
width:200px}
._YiMotpUgrr input{
color:#e8edff;
font:500 13px/1 system-ui;
transition:border-color .15s;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.1);
outline:none;
padding:9px 32px 9px 32px;
border-radius:10px;
width:100%;
}
._YiMotpUgrr input:focus{
border-color:rgba(99,102,241,.5);
background:rgba(255,255,255,.06)}
._jxRvHiJOsM{
color:#7e89a8;
position:absolute;
left:11px;
font-size:14px;
top:50%;
transform:translateY(-50%);
}
._iQUPkcFDWH{
background:rgba(255,255,255,.06);
padding:3px 6px;
position:absolute;
color:#7e89a8;
transform:translateY(-50%);
right:10px;
font:600 11px/1 system-ui;
top:50%;
border:1px solid rgba(255,255,255,.08);
border-radius:4px;
}
._qHgliJiUWz{
border-right:1px solid rgba(255,255,255,.08);
border-left:1px solid rgba(255,255,255,.08);
align-items:center;
display:flex;
gap:5px;
padding:0 8px;
}
._ZFknesN{
color:#7e89a8;
font:600 12px/1 system-ui;
padding:6px 6px;
border-radius:5px;
}
._ZFknesN._YcQxjzN{
color:#f5f8ff;
background:rgba(99,102,241,.16)}
._aGVkSgO{
color:#3b4258;
font-size:10px}
._fCUuAyEQR{
display:inline-block;
font:600 13px/1 system-ui;
padding:9px 16px;
border-radius:10px;
transition:all .15s;
}
._FlPvtpx{
color:#e8edff;
border:1px solid rgba(255,255,255,.14)}
._FlPvtpx:hover{
background:rgba(255,255,255,.06)}
._qNXtJiOml{
color:#fff;
background:linear-gradient(135deg,#6366f1,#ec4899);
box-shadow:0 6px 18px rgba(99,102,241,.4);
}
._qNXtJiOml:hover{
transform:translateY(-1px);
box-shadow:0 10px 24px rgba(99,102,241,.5)}
._txBukvg{
justify-content:center;
display:none;
width:42px;
padding:9px 11px;
background:transparent;
height:38px;
gap:4px;
flex-direction:column;
border-radius:10px;
border:1px solid rgba(255,255,255,.14);
}
._txBukvg span{
display:block;
background:#e8edff;
width:18px;
height:2px;
border-radius:1px;
}
._ySzGKOM{
display:none}
._YNkSYJnkpF{
display:none}
@media (max-width:1100px){
._YiMotpUgrr{
width:140px}
._eVawwqOH{
max-width:340px}
}
@media (max-width:920px){
._eVawwqOH,._YiMotpUgrr,._qHgliJiUWz{
display:none}
._txBukvg{
display:flex}
}
@media (max-width:560px){
._FDhBQAej{
display:none}
._WlQIsxaaDX{
gap:12px;
padding:12px 0}
}
._ySzGKOM{
display:block;
background:rgba(7,9,18,.85);
border-top:1px solid rgba(255,255,255,.06);
}
._YNkSYJnkpF{
list-style:none;
padding:10px 22px;
color:#e8edff;
display:none;
font:600 14px/1 system-ui;
cursor:pointer;
}
._ySzGKOM[open] ._qqRjNcC{
display:block}
._qqRjNcC{
display:none;
padding:16px 22px 18px}
._UxVSoNcZTT{
gap:2px;
flex-direction:column;
display:flex;
margin-bottom:14px;
}
._UxVSoNcZTT a{
padding:11px 14px;
transition:background .15s;
color:#cbd2e6;
border-radius:8px;
font:600 14px/1 system-ui;
}
._UxVSoNcZTT a:hover{
background:rgba(255,255,255,.05)}
.nx-hdr-mobile-actions{
display:flex;
gap:10px}
.nx-hdr-mobile-actions ._fCUuAyEQR{
flex:1;
text-align:center}
@media (max-width:920px){
._YNkSYJnkpF{
display:block}
}
@media (min-width:921px){
._ySzGKOM{
display:none}
}
.nx-hdr-actions{
display:flex !important}
._fCUuAyEQR,._FlPvtpx,._qNXtJiOml,.nx-hdr-btn-pri,.nx-hdr-btn-sec,.nx-hdr-btn-grad,.nx-hdr-cta,.nx-hdr-link,._qNXtJiOml.nx-hdr-cta-keep,.nx-hdr-cta-keep{
display:inline-flex !important;
align-items:center}
@media (max-width:560px){
._fCUuAyEQR,._FlPvtpx,._qNXtJiOml,.nx-hdr-btn-pri,.nx-hdr-cta-keep{
display:inline-flex !important;
padding:6px 10px;
font-size:12px;
letter-spacing:.02em}
}
._eVawwqOH a{
text-decoration:none;
border-radius:6px;
white-space:nowrap;
padding:8px 14px;
transition:background-color .18s ease,color .18s ease;
position:relative;
}
._eVawwqOH a:hover{
background:rgba(127,127,127,.1)}
._eVawwqOH a._YcQxjzN{
font-weight:600}
._eVawwqOH a._YcQxjzN::after{
right:14px;
position:absolute;
left:14px;
bottom:3px;
opacity:.7;
height:2px;
content:"";
border-radius:1px;
background:currentColor;
}
@media (max-width:760px){
  ._FlPvtpx,._qNXtJiOml{
display:inline-flex !important;
align-items:center;
justify-content:center;
padding:8px 12px;
font-weight:700;
font-size:13px;
border-radius:10px;
white-space:nowrap;
min-width:0}
  ._vlSfjrICKgL,.nx-hdr-actions,.nx-hdr-cta-wrap{
flex-wrap:nowrap;
display:flex !important;
min-width:0;
align-items:center;
gap:6px;
}
  ._WlQIsxaaDX{
gap:8px;
align-items:center;
flex-wrap:wrap;
}
  ._txKHcpa,._rsoWlOYMyk{
max-width:46vw;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
min-width:0;
}
}
@media (max-width:420px){
  ._FlPvtpx,._qNXtJiOml{
padding:7px 10px;
font-size:12px}
  ._rsoWlOYMyk{
max-width:38vw;
font-size:14px}
}
._ETKlTBwsMY{
position:relative;
margin-top:80px;
border-top:1px solid rgba(0,212,255,.18);
overflow:hidden;
background:linear-gradient(180deg,rgba(0,40,65,.6) 0%,#002a45 40%,#001628 100%);
isolation:isolate;
padding:130px 0 32px;
}
._daLMLYirDN{
left:0;
line-height:0;
transform:rotate(180deg);
position:absolute;
pointer-events:none;
height:90px;
top:-1px;
overflow:hidden;
right:0;
}
._daLMLYirDN svg{
width:100%;
height:100%;
display:block;
}
._daLMLYirDN ._WRbqzCfl{
fill:rgba(0,128,170,.4);
animation:dpFtrBack 14s ease-in-out infinite alternate}
._daLMLYirDN ._hRhBpQug{
fill:rgba(0,212,255,.55);
animation:dpFtrFront 9s ease-in-out infinite alternate}
@keyframes dpFtrBack{
0%{
transform:translateX(0)}
100%{
transform:translateX(-26px)}
}
@keyframes dpFtrFront{
0%{
transform:translateX(0)}
100%{
transform:translateX(32px)}
}
._VWqVIftnTFc{
position:relative;
z-index:2}
._wCHLkCOPcw{
padding-bottom:32px;
gap:20px;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
border-bottom:1px solid rgba(0,212,255,.15);
margin-bottom:36px;
align-items:center;
}
._zuXuYFEOHo{
gap:16px;
align-items:center;
display:flex;
}
._zLvdyMyvWga{
height:54px;
padding:3px;
box-shadow:0 0 24px rgba(0,212,255,.45);
overflow:hidden;
align-items:center;
justify-content:center;
border-radius:18px;
display:flex;
background:linear-gradient(135deg,#00d4ff,#0099cc);
width:54px;
}
._UahzTWAPLE{
background:#fff;
border-radius:15px;
object-fit:cover;
width:48px;
height:48px;
}
._HBFNNUn{
color:#eaf8ff;
letter-spacing:-.01em;
text-shadow:0 0 20px rgba(0,212,255,.4);
font:800 24px/1.1 'Sora','Inter',system-ui;
}
._tijnhXlEg{
margin-top:2px;
color:#88b4cc;
font:500 13px/1.4 'Sora',system-ui;
}
._ivNYbaeAjp ._ahUUVOwNhU{
padding:14px 28px;
font-size:14px}
._thhjxGuiO{
grid-template-columns:repeat(4,1fr);
display:grid;
margin-bottom:36px;
gap:28px;
}
._kTndaCH{
letter-spacing:.2em;
text-transform:uppercase;
font:700 12px/1 'Sora',system-ui;
color:#7fe6ff;
margin-bottom:18px;
}
._aGpkmiMjg ul{
display:flex;
margin:0;
flex-direction:column;
list-style:none;
padding:0;
gap:9px;
}
._aGpkmiMjg li a{
transition:color .15s;
font:500 13px/1.4 'Sora',system-ui;
color:#a8c8da;
}
._aGpkmiMjg li a:hover{
color:#7fe6ff}
._KBVUfJuGlw{
gap:7px;
display:flex;
flex-wrap:wrap;
}
._TDaKUEuW{
padding:8px 13px;
border:1px solid rgba(0,212,255,.2);
font:600 11px/1 'Sora',system-ui;
display:inline-block;
color:#cfe8ff;
border-radius:14px;
letter-spacing:.04em;
background:linear-gradient(135deg,rgba(0,212,255,.08),rgba(0,212,255,.04));
}
._EUPFWyCYh{
flex-wrap:wrap;
gap:8px;
display:flex;
margin-bottom:12px;
}
._HrUYfmdRJm{
justify-content:center;
display:inline-flex;
position:relative;
border-radius:50%;
border:1px solid rgba(0,212,255,.35);
background:radial-gradient(circle at 30% 30%,rgba(127,230,255,.45),rgba(0,212,255,.1) 65%,transparent 80%);
align-items:center;
transition:transform .2s,box-shadow .2s;
box-shadow:inset 0 0 12px rgba(0,212,255,.25),0 0 14px rgba(0,212,255,.2);
}
._HrUYfmdRJm:hover{
transform:translateY(-3px) scale(1.05);
box-shadow:inset 0 0 18px rgba(0,212,255,.4),0 0 22px rgba(0,212,255,.45)}
._EcCWIbFvb{
color:#eaf8ff;
padding:0 10px;
font:700 11px/1 'Sora',system-ui;
min-width:44px;
letter-spacing:.04em;
height:44px;
}
._talrqCkksRx{
color:#88b4cc;
margin:6px 0 14px;
font:500 11px/1.5 'Sora',system-ui;
}
.dp-ftr-social{
display:flex;
gap:8px;
flex-wrap:wrap;
}
.dp-ftr-soc{
color:#7fe6ff;
letter-spacing:.04em;
font:700 11px/1 'Sora',system-ui;
width:40px;
height:40px;
}
._BFYUhDfPWo{
padding:22px 0;
margin-bottom:18px;
border-bottom:1px solid rgba(0,212,255,.12);
border-top:1px solid rgba(0,212,255,.12);
}
._BFYUhDfPWo p{
color:#88b4cc;
margin:0;
max-width:1100px;
font:400 12px/1.65 'Sora',system-ui;
}
._TLjTTxzHX{
justify-content:space-between;
display:flex;
gap:14px;
align-items:center;
flex-wrap:wrap;
}
._mLHtTWRNd{
font:500 12px/1 'Sora',system-ui;
color:#88b4cc}
._OGRfETLCqn{
padding:8px 14px;
color:#a8eaff;
border-radius:999px;
background:rgba(0,212,255,.08);
font:500 12px/1 'Sora',system-ui;
border:1px solid rgba(0,212,255,.28);
gap:8px;
align-items:center;
display:inline-flex;
}
._rKKdaeUyI{
width:8px;
animation:dpFtrBlink 2.2s ease-in-out infinite;
border-radius:50%;
height:8px;
background:#00d4ff;
box-shadow:0 0 10px rgba(0,212,255,.85);
}
@keyframes dpFtrBlink{
0%,100%{
opacity:1}
50%{
opacity:.45}
}
@media (max-width:980px){
._thhjxGuiO{
grid-template-columns:repeat(2,1fr);
gap:24px}
}
@media (max-width:560px){
._thhjxGuiO{
grid-template-columns:1fr}
._wCHLkCOPcw{
flex-direction:column;
align-items:flex-start}
._ETKlTBwsMY{
padding-top:100px}
}
._ETKlTBwsMY{
overflow:hidden}
._VWqVIftnTFc,._thhjxGuiO,._aGpkmiMjg{
min-width:0}
._VWqVIftnTFc a,._VWqVIftnTFc li{
word-break:break-word;
overflow-wrap:anywhere}
._aGpkmiMjg ul{
list-style:none;
margin:0;
flex-direction:column;
gap:6px;
padding:0;
display:flex;
}
._aGpkmiMjg ul a{
line-height:1.45;
padding:2px 0;
display:inline-block;
}
@media (max-width:760px){
  ._thhjxGuiO{
display:grid !important;
grid-template-columns:1fr 1fr;
gap:18px 16px;
align-items:start}
  .dp-ftr-col-wide{
grid-column:1/-1}
  ._wCHLkCOPcw{
flex-wrap:wrap;
gap:12px}
  ._ivNYbaeAjp{
text-align:center;
width:100%;
order:99;
}
  ._ivNYbaeAjp ._ahUUVOwNhU,._ivNYbaeAjp a{
justify-content:center;
font-weight:700;
display:inline-flex;
color:#fff !important;
border-radius:12px;
width:100%;
padding:12px 16px;
background:linear-gradient(135deg,#ff5b3a,#ffb000);
}
  ._TLjTTxzHX{
gap:8px;
align-items:flex-start;
flex-direction:column;
}
  ._BFYUhDfPWo p,._mLHtTWRNd{
font-size:11px;
line-height:1.5}
}
@media (max-width:460px){
  ._thhjxGuiO{
grid-template-columns:1fr !important}
  .dp-ftr-col-wide{
grid-column:auto}
}
._vmZAOzBP{
opacity:.9;
font:600 13px/1.4 system-ui,sans-serif;
margin-top:6px;
}
._vmZAOzBP a{
padding-bottom:1px;
text-decoration:none;
border-bottom:1px dashed rgba(255,255,255,.35);
color:inherit;
word-break:break-all;
}
._vmZAOzBP a:hover{
opacity:1;
border-bottom-style:solid}
@media (max-width:760px){
._vmZAOzBP{
font-size:12px}
}
