*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0D0A12;
font-size:0.938rem;
overflow-wrap:break-word;
color:#C4BAD6;
text-rendering:optimizeLegibility;
font-family:"Rubik", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
-webkit-font-smoothing:antialiased;
line-height:1.55;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(8, 6, 13, 0.76);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.gwd-shell-csn{
grid-template-columns:15.5rem 1fr;
min-height:100vh;
display:grid;
}
.gwd-main-csn{
min-width:0;
}
.gwd-wrap-csn{
margin:0 auto;
max-width:1400px;
width:100%;
}
.gwd-container-csn{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:1400px;
}
@media(min-width:771px){
.gwd-container-csn{
padding:0 1.75rem;
}
}
.gwd-section-csn{
padding:24px 1.75rem;
}
.gwd-section_pt-csn{
padding-top:2.125rem;
}
.gwd-band_soft-csn{
background:#141019;
}
.gwd-eyebrow-csn{
letter-spacing:.14em;
display:inline-block;
font-family:"Rubik", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E0198C;
overflow-wrap:break-word;
line-height:1.4;
font-size:0.656rem;
font-weight:600;
text-transform:uppercase;
}
.gwd-drawer_cb-csn{
display:none;
}
.gwd-overlay-csn{
display:none;
}
@media(max-width:1024px){
.gwd-shell-csn{
grid-template-columns:1fr;
}
.gwd-main-csn{
padding-bottom:78px;
}
.gwd-drawer_cb-csn:checked~.gwd-overlay-csn{
background:rgba(8, 6, 13, 0.76);
inset:0;
z-index:70;
position:fixed;
display:block;
}
}
@media(max-width:562px){
.gwd-section-csn{
padding:1.125rem 16px;
}
.gwd-section_pt-csn{
padding-top:1.5rem;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.gwd-side-csn{
gap:22px;
padding:22px 1.125rem;
background:#110E17;
top:0;
display:flex;
position:sticky;
align-self:start;
border-right:1px solid #221A30;
flex-direction:column;
overflow-y:auto;
height:100vh;
}
.gwd-brand-csn{
gap:0.625rem;
display:flex;
align-items:center;
}
.gwd-logo-csn{
font-weight:700;
font-size:21px;
color:#F2EEF8;
letter-spacing:-.02em;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
}
.gwd-side_cta-csn{
border-radius:0.813rem;
border:1px solid #2E2240;
padding:16px;
background:rgba(224, 25, 140, 0.12);
}
.gwd-side_cta_h-csn{
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.375rem;
font-weight:700;
color:#F2EEF8;
line-height:1.15;
font-size:1.063rem;
}
.gwd-side_cta_p-csn{
color:#C4BAD6;
line-height:1.45;
margin-bottom:0.75rem;
font-size:12px;
}
.gwd-nav-csn{
gap:3px;
flex-direction:column;
display:flex;
}
.gwd-nav_label-csn{
padding:6px 10px;
font-size:9.5px;
color:#524A64;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.14em;
text-transform:uppercase;
}
.gwd-nav_item-csn{
gap:11px;
padding:0.625rem;
border-radius:0.5rem;
font-size:14px;
align-items:center;
font-weight:500;
display:flex;
color:#C4BAD6;
}
.gwd-nav_item-csn svg{
width:17px;
height:17px;
}
.gwd-nav_item-csn:hover{
background:rgba(224, 25, 140, 0.12);
color:#F2EEF8;
}
.gwd-nav_item_on-csn{
background:rgba(224, 25, 140, 0.12);
font-weight:600;
color:#E0198C;
}
.gwd-side_foot-csn{
background:#141019;
padding:0.75rem;
border-radius:13px;
border:1px solid #2E2240;
margin-top:auto;
}
.gwd-side_foot-csn p{
line-height:1.4;
color:#C4BAD6;
font-size:0.781rem;
margin-top:0.25rem;
}
/* ---------- topbar ---------- */
.gwd-top-csn{
gap:1rem;
padding:0.875rem 28px;
background:#110E17;
align-items:center;
z-index:40;
border-bottom:1px solid #221A30;
position:sticky;
top:0;
display:flex;
}
.gwd-top_brand-csn{
gap:9px;
align-items:center;
display:none;
}
.gwd-search-csn{
padding:11px 14px;
flex:1;
border-radius:0.813rem;
background:#141019;
border:1px solid #2E2240;
gap:10px;
align-items:center;
color:#8A7FA0;
display:flex;
max-width:27.5rem;
font-size:13.5px;
}
.gwd-search-csn svg{
flex:none;
height:1rem;
width:16px;
}
.gwd-top_actions-csn{
gap:12px;
align-items:center;
margin-left:auto;
display:flex;
}
.gwd-lang-csn{
font-size:12px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#C4BAD6;
}
.gwd-burger-csn{
border-radius:0.5rem;
background:#141019;
border:1px solid #2E2240;
justify-content:center;
width:40px;
color:#F2EEF8;
display:none;
height:40px;
align-items:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.gwd-botnav-csn{
display:none;
}
@media(max-width:1027px){
.gwd-side-csn{
transition:transform .25s ease;
top:0;
width:280px;
position:fixed;
height:100vh;
z-index:80;
transform:translateX(-100%);
left:0;
}
.gwd-drawer_cb-csn:checked~.gwd-shell-csn .gwd-side-csn{
transform:translateX(0);
}
.gwd-top-csn{
padding:0.875rem 1rem;
gap:12px;
position:static;
flex-wrap:wrap;
}
.gwd-top_brand-csn{
display:flex;
}
.gwd-search-csn{
display:none;
}
.gwd-burger-csn{
display:flex;
}
.gwd-top_actions-csn{
gap:0.625rem;
width:100%;
margin-left:0;
align-items:stretch;
}
.gwd-top_actions-csn .gwd-lang-csn{
display:none;
}
.gwd-top_actions-csn .gwd-btn-csn{
flex:1;
padding:11px 10px;
text-align:center;
}
.gwd-botnav-csn{
background:#110E17;
grid-template-columns:repeat(3,1fr);
padding:8px 0.375rem calc(8px + env(safe-area-inset-bottom));
position:fixed;
border-top:1px solid #2E2240;
transform:translateZ(0);
display:grid;
z-index:65;
bottom:0;
left:0;
right:0;
}
.gwd-bn-csn{
gap:0.25rem;
padding:0.375rem 2px 0;
font-weight:600;
font-size:10px;
justify-content:flex-end;
min-width:0;
color:#C4BAD6;
align-items:center;
display:flex;
flex-direction:column;
}
.gwd-bn-csn svg{
flex:none;
width:22px;
height:22px;
}
.gwd-bn-csn span{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
max-width:100%;
}
.gwd-bn_on-csn{
color:#E0198C;
}
.gwd-bn_center-csn{
position:relative;
}
.gwd-bn_fab-csn{
background:#E0198C;
border-radius:50%;
display:flex;
align-items:center;
width:50px;
transform:translateX(-50%);
height:50px;
box-shadow:0 8px 32px rgba(0, 0, 0, 0.65), 0 2px 0.5rem rgba(224, 25, 140, 0.18);
justify-content:center;
position:absolute;
color:#FFFFFF;
top:-1.25rem;
left:50%;
}
.gwd-bn_fab-csn svg{
height:1.5rem;
width:24px;
}
.gwd-bn_center-csn span{
color:#E0198C;
}
}
.gwd-btn-csn{
gap:8px;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
padding:11px 1.375rem;
border-radius:0.5rem;
cursor:pointer;
font-size:14px;
justify-content:center;
font-weight:700;
align-items:center;
font-family:"Rubik", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
display:inline-flex;
}
.gwd-btn_pri-csn{
background:#E0198C;
box-shadow:0 0.25rem 1.25rem rgba(224, 25, 140, 0.45), 0 1px 4px rgba(0, 0, 0, 0.30);
color:#FFFFFF;
}
.gwd-btn_pri-csn:hover{
background:#C2157A;
}
.gwd-btn_ghost-csn{
background:rgba(224, 25, 140, 0.12);
color:#F2EEF8;
font-weight:600;
}
.gwd-btn_line-csn{
background:transparent;
border:1px solid #3D2E56;
color:#F2EEF8;
font-weight:600;
}
.gwd-btn_lg-csn{
padding:16px 1.875rem;
border-radius:13px;
font-size:15px;
}
.gwd-band-csn .gwd-btn_line-csn{
border-color:rgba(255, 255, 255, 0.13);
color:#F5F0FF;
}
.gwd-band-csn .gwd-btn_ghost-csn{
background:rgba(255, 255, 255, 0.08);
color:#F5F0FF;
}
.gwd-link_m-csn{
gap:5px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.75rem;
align-items:center;
color:#E0198C;
display:inline-flex;
text-decoration:none;
cursor:pointer;
}
.gwd-link_m-csn svg{
height:14px;
width:0.875rem;
}
.gwd-band-csn .gwd-link_m-csn{
color:#FF5AC8;
}
.gwd-dot-csn{
background:#E0198C;
flex:none;
border-radius:50%;
width:7px;
height:0.438rem;
}
.gwd-dot_live-csn{
background:#E8302A;
animation:zm3-pulse 1.4s infinite;
}
.gwd-stars-csn{
gap:2px;
display:inline-flex;
color:#E0198C;
}
.gwd-stars-csn svg{
height:15px;
width:15px;
}
.gwd-chip-csn{
border:1px solid #2E2240;
padding:0.438rem 0.75rem;
background:#141019;
gap:0.375rem;
border-radius:0.5rem;
display:inline-flex;
color:#C4BAD6;
font-size:11px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
align-items:center;
}
.gwd-chip_on-csn{
border-color:transparent;
background:rgba(224, 25, 140, 0.12);
color:#E0198C;
}
.gwd-gc-csn{
color:inherit;
text-decoration:none;
min-width:0;
display:block;
cursor:pointer;
}
.gwd-gc_thumb-csn{
overflow:hidden;
border:1px solid #2E2240;
border-radius:0.813rem;
display:block;
background-size:cover;
aspect-ratio:1;
background-position:center;
position:relative;
}
.gwd-gc_thumb_portrait-csn{
aspect-ratio:3/4;
}
.gwd-gc_thumb_wide-csn{
aspect-ratio:16/11;
}
.gwd-gc_cap-csn{
background:linear-gradient(transparent,rgba(8, 6, 13, 0.76));
padding:0.563rem;
right:0;
position:absolute;
left:0;
bottom:0;
}
.gwd-gc_name-csn{
display:block;
color:#F5F0FF;
font-weight:700;
font-size:0.781rem;
}
.gwd-gc_meta-csn{
color:#B0A0CC;
font-size:0.688rem;
}
.gwd-gc_badge-csn{
padding:2px 0.375rem;
border-radius:8px;
background:#E0198C;
color:#FFFFFF;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-weight:700;
font-size:0.5rem;
top:8px;
right:8px;
position:absolute;
}
.gwd-gc_badge_hot-csn{
background:#E8302A;
color:#F5F0FF;
}
.gwd-gc_badge_live-csn{
background:#E8302A;
left:0.5rem;
right:auto;
color:#F5F0FF;
}
.gwd-gc_mult-csn{
inset:0;
justify-content:center;
position:absolute;
color:#E0198C;
font-weight:700;
align-items:center;
font-size:1.75rem;
display:flex;
}
.gwd-pc-csn{
border-radius:0.813rem;
border:1px solid #2E2240;
background:#141019;
display:flex;
font-weight:700;
font-size:14px;
height:64px;
justify-content:center;
color:#C4BAD6;
align-items:center;
}
.gwd-rail-csn{
min-width:0;
}
.gwd-rail_scroll-csn{
gap:0.875rem;
display:grid;
}
.gwd-rail_scroll-csn>*{
min-width:0;
}
.gwd-g6-csn{
grid-template-columns:repeat(6,1fr);
}
.gwd-g7-csn{
grid-template-columns:repeat(7,1fr);
}
.gwd-g4-csn{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1026px){
.gwd-g6-csn,.gwd-g7-csn{
grid-template-columns:none;
grid-auto-columns:7.5rem;
padding-bottom:6px;
overflow-x:auto;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
}
.gwd-g6-csn>*,.gwd-g7-csn>*{
scroll-snap-align:start;
}
.gwd-g4-csn{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:558px){
.gwd-g4-csn{
grid-template-columns:none;
overflow-x:auto;
grid-auto-flow:column;
grid-auto-columns:150px;
}
}
.gwd-panel-csn{
background:#141019;
border:1px solid #2E2240;
padding:1.75rem 32px;
border-radius:1.25rem;
}
.gwd-split-csn{
gap:36px;
align-items:start;
display:grid;
}
.gwd-split-csn>*{
min-width:0;
}
.gwd-split_a-csn{
grid-template-columns:.85fr 1.15fr;
}
.gwd-split_b-csn{
grid-template-columns:1fr 1.1fr;
}
.gwd-split_c-csn{
grid-template-columns:1.1fr .9fr;
}
.gwd-pgrid-csn{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
display:grid;
align-items:center;
}
.gwd-pgrid-csn>*{
min-width:0;
}
.gwd-lead-csn{
line-height:1.65;
font-size:0.938rem;
color:#C4BAD6;
margin-bottom:14px;
}
.gwd-feat-csn{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.gwd-feat-csn>*{
min-width:0;
}
.gwd-feat2-csn{
grid-template-columns:1fr 1fr;
}
.gwd-feat_card-csn{
padding:26px;
border-radius:20px;
background:#141019;
border:1px solid #2E2240;
}
.gwd-feat_card-csn svg{
color:#E0198C;
height:26px;
width:1.625rem;
margin-bottom:16px;
}
.gwd-feat_card-csn h3{
margin-bottom:8px;
color:#F2EEF8;
font-size:18px;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.gwd-feat_card-csn p{
font-size:0.813rem;
line-height:1.6;
color:#C4BAD6;
}
.gwd-feat_card-csn b{
color:#F2EEF8;
}
.gwd-big-csn{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.gwd-big_n-csn{
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:1.625rem;
color:#E0198C;
}
.gwd-big_l-csn{
color:#8A7FA0;
font-size:12px;
}
.gwd-person-csn{
border:1px solid #2E2240;
border-radius:0.813rem;
background:#141019;
gap:14px;
padding:1rem 18px;
display:flex;
align-items:center;
}
.gwd-avatar-csn{
background:linear-gradient(135deg,#E0198C,#A0126A);
flex:none;
border-radius:50%;
width:2.75rem;
height:2.75rem;
}
.gwd-person_name-csn{
font-size:14px;
color:#F2EEF8;
font-weight:700;
}
.gwd-person_role-csn{
font-size:0.75rem;
color:#8A7FA0;
}
.gwd-kv-csn{
overflow:hidden;
grid-template-columns:1fr 1fr;
border:1px solid #2E2240;
background:#2E2240;
border-radius:0.813rem;
gap:1px;
display:grid;
}
.gwd-kv-csn>div{
padding:16px 1.125rem;
background:#0D0A12;
min-width:0;
}
.gwd-kv_k-csn{
color:#E0198C;
text-transform:uppercase;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:9.5px;
margin-bottom:0.313rem;
}
.gwd-kv_v-csn{
font-weight:700;
font-size:0.844rem;
color:#F2EEF8;
}
@media(max-width:1025px){
.gwd-split_a-csn,.gwd-split_b-csn,.gwd-split_c-csn,.gwd-pgrid-csn{
gap:24px;
grid-template-columns:1fr;
}
.gwd-feat-csn,.gwd-feat2-csn{
grid-template-columns:1fr;
}
.gwd-kv-csn{
grid-template-columns:1fr;
}
}
.gwd-sh-csn{
min-width:0;
margin-bottom:1rem;
}
.gwd-sh_row-csn{
gap:0.75rem;
display:flex;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
}
.gwd-sh_row-csn .gwd-sh_l-csn{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.gwd-sh_stack-csn{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.gwd-sh_center-csn{
gap:10px;
flex-direction:column;
align-items:center;
display:flex;
text-align:center;
}
.gwd-sh_h2-csn{
gap:9px;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
color:#F2EEF8;
font-weight:700;
font-size:20px;
display:flex;
align-items:center;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:766px){
.gwd-sh_h2-csn{
font-size:24px;
}
}
.gwd-band-csn .gwd-sh_h2-csn{
color:#F5F0FF;
}
.gwd-eb_mono-csn{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.08em;
text-transform:none;
}
.gwd-eb_mono-csn::before{
content:"// ";
}
.gwd-eb_upper-csn{
letter-spacing:.14em;
text-transform:uppercase;
}
.gwd-eb_pill-csn{
border-radius:62.438rem;
background:rgba(224, 25, 140, 0.12);
padding:0.313rem 0.688rem;
letter-spacing:.12em;
text-transform:uppercase;
}
.gwd-eb_line-csn{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.gwd-eb_line-csn::before{
background:#E0198C;
content:"";
height:1px;
width:24px;
display:inline-block;
}
.gwd-band-csn .gwd-eb_line-csn::before{
background:#FF5AC8;
}
.gwd-band-csn .gwd-eb_pill-csn{
background:rgba(255, 255, 255, 0.08);
}
.gwd-sh_link-csn{
gap:0.375rem;
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
display:inline-flex;
padding-bottom:2px;
color:#F2EEF8;
align-items:center;
font-size:13px;
font-weight:600;
border-bottom:1px solid #F2EEF8;
white-space:nowrap;
}
.gwd-sh_link-csn:hover{
border-color:#E0198C;
color:#E0198C;
}
.gwd-sh_link-csn svg{
width:0.875rem;
height:0.875rem;
}
.gwd-sh_link_chev-csn{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E0198C;
font-size:0.75rem;
border-bottom:0;
padding-bottom:0;
}
.gwd-sh_link_btn-csn{
background:#E0198C;
padding:0.563rem 1.125rem;
border-radius:62.438rem;
border-bottom:0;
color:#FFFFFF;
}
.gwd-sh_link_btn-csn:hover{
background:#C2157A;
border-color:transparent;
}
.gwd-band-csn .gwd-sh_link-csn{
border-color:#F5F0FF;
color:#F5F0FF;
}
.gwd-band-csn .gwd-sh_link_chev-csn{
color:#FF5AC8;
}
.gwd-sh_rule-csn{
background:#2E2240;
margin:-2px 0 1rem;
height:1px;
}
.gwd-band-csn .gwd-sh_rule-csn{
background:rgba(255, 255, 255, 0.13);
}
.gwd-seo_grid3-csn{
gap:1.25rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.gwd-seo_grid4-csn{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.gwd-seo_grid3-csn>*,.gwd-seo_grid4-csn>*{
min-width:0;
}
.gwd-seo_card-csn{
background:#141019;
border:1px solid #2E2240;
border-radius:13px;
padding:24px;
}
.gwd-seo_card-csn h3{
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-size:1.125rem;
font-weight:700;
color:#F2EEF8;
margin-bottom:0.5rem;
}
.gwd-seo_card-csn p{
color:#C4BAD6;
font-size:0.813rem;
line-height:1.6;
}
.gwd-seo_card_sm-csn{
padding:20px;
}
.gwd-seo_card_sm-csn h3{
font-size:1rem;
}
.gwd-seo_card_sm-csn p{
font-size:12.5px;
line-height:1.55;
}
.gwd-seo_rtp_row-csn{
grid-template-columns:1fr 1fr;
gap:36px;
margin-top:16px;
align-items:center;
display:grid;
}
.gwd-rtp-csn{
gap:14px;
display:flex;
min-width:0;
}
.gwd-rtp-csn>div{
padding:16px;
background:#0D0A12;
border-radius:13px;
flex:1;
text-align:center;
min-width:0;
}
.gwd-rtp_n-csn{
font-weight:700;
font-size:26px;
white-space:nowrap;
color:#E0198C;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
}
.gwd-rtp_l-csn{
font-size:0.688rem;
margin-top:0.25rem;
color:#8A7FA0;
}
.gwd-cmp-csn{
border:1px solid #2E2240;
border-radius:0.813rem;
overflow:hidden;
max-width:47.5rem;
}
.gwd-cmp_row-csn{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.gwd-cmp_row-csn>div{
padding:13px 14px;
text-align:center;
min-width:0;
}
.gwd-cmp_row-csn>div:first-child{
padding-left:22px;
color:#F2EEF8;
text-align:left;
font-weight:600;
}
.gwd-cmp_th-csn{
background:#0D0A12;
font-size:12.5px;
font-weight:700;
}
.gwd-cmp_row-csn:not(.gwd-cmp_th-csn){
background:#141019;
border-top:1px solid #221A30;
color:#C4BAD6;
}
.gwd-cmp_zebra-csn{
background:#100D16;
}
.gwd-guide-csn{
background:#141019;
overflow:hidden;
border-radius:13px;
border:1px solid #2E2240;
cursor:pointer;
}
.gwd-guide_cover-csn{
height:8.125rem;
}
.gwd-guide_body-csn{
padding:1.25rem;
}
.gwd-guide_body-csn h3{
margin:0.438rem 0 9px;
font-weight:700;
line-height:1.25;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-size:16px;
color:#F2EEF8;
}
.gwd-guide_meta-csn{
color:#8A7FA0;
font-size:11.5px;
}
.gwd-hub-csn{
grid-template-columns:repeat(5,1fr);
gap:28px;
display:grid;
padding-top:1.75rem;
border-top:1px solid #221A30;
}
.gwd-hub-csn>*{
min-width:0;
}
.gwd-hub-csn h4{
color:#F2EEF8;
font-size:13px;
margin-bottom:11px;
font-weight:700;
}
.gwd-hub_col-csn{
gap:8px;
font-size:13px;
display:flex;
flex-direction:column;
color:#C4BAD6;
}
.gwd-hub_col-csn a{
cursor:pointer;
}
@media(max-width:1024px){
.gwd-seo_grid3-csn{
grid-template-columns:1fr;
}
.gwd-seo_grid4-csn{
grid-template-columns:repeat(2,1fr);
}
.gwd-seo_rtp_row-csn{
grid-template-columns:1fr;
gap:1.25rem;
}
.gwd-hub-csn{
grid-template-columns:repeat(2,1fr);
gap:1.375rem;
}
}
@media(max-width:562px){
.gwd-hub-csn{
grid-template-columns:1fr;
}
}
.gwd-hero-csn{
border-radius:20px;
border:1px solid #2E2240;
padding:2.875rem 48px;
overflow:hidden;
background:linear-gradient(120deg,#12082A,#080A20);
color:#F5F0FF;
position:relative;
}
.gwd-hero_glow-csn{
border-radius:50%;
background:radial-gradient(circle,rgba(220, 30, 140, 0.22),transparent 70%);
top:-3.75rem;
position:absolute;
width:340px;
right:-3.75rem;
height:21.25rem;
}
.gwd-hero_in-csn{
max-width:600px;
position:relative;
}
.gwd-hero-csn .gwd-eyebrow-csn{
color:#FF5AC8;
}
.gwd-pill_row-csn{
gap:8px;
padding:6px 13px;
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:999px;
background:rgba(255, 255, 255, 0.08);
align-items:center;
display:inline-flex;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.656rem;
color:#FF5AC8;
text-transform:uppercase;
margin-bottom:1.375rem;
letter-spacing:.1em;
}
.gwd-hero_h1-csn{
margin:18px 0;
overflow-wrap:break-word;
color:#F5F0FF;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-size:3.375rem;
letter-spacing:-.02em;
font-weight:700;
line-height:1.02;
}
.gwd-hero_h1-csn em{
color:#FF5AC8;
font-style:normal;
}
.gwd-hero_sub-csn{
margin-bottom:28px;
color:#B0A0CC;
line-height:1.55;
font-size:1.063rem;
max-width:30rem;
}
.gwd-hero_cta-csn{
gap:0.875rem;
display:flex;
margin-bottom:26px;
flex-wrap:wrap;
align-items:center;
}
.gwd-hero_trust-csn{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.gwd-hero_rating_txt-csn{
color:#B0A0CC;
font-size:0.813rem;
}
@media(max-width:1022px){
.gwd-hero-csn{
padding:2rem 24px;
}
.gwd-hero_h1-csn{
font-size:38px;
}
}
@media(max-width:563px){
.gwd-hero_h1-csn{
font-size:1.875rem;
}
}
.gwd-stat-csn{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.gwd-stat-csn>*{
min-width:0;
}
.gwd-stat_item-csn{
padding:18px 20px;
border-radius:13px;
background:#141019;
border:1px solid #2E2240;
}
.gwd-stat_k-csn{
margin-bottom:7px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.594rem;
text-transform:uppercase;
color:#8A7FA0;
letter-spacing:.12em;
}
.gwd-stat_v-csn{
gap:0.5rem;
color:#F2EEF8;
font-weight:700;
font-size:1.5rem;
min-width:0;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
overflow-wrap:anywhere;
align-items:center;
display:flex;
}
.gwd-stat_v_accent-csn{
color:#E0198C;
}
@media(max-width:1025px){
.gwd-stat-csn{
grid-template-columns:repeat(2,1fr);
}
}
.gwd-wlc-csn{
overflow:hidden;
gap:1.5rem;
background:linear-gradient(120deg,#12082A,#080A20);
border:1px solid #2E2240;
grid-template-columns:1.2fr .8fr;
border-radius:20px;
padding:36px 2.5rem;
display:grid;
color:#F5F0FF;
position:relative;
align-items:center;
}
.gwd-wlc-csn>*{
min-width:0;
}
.gwd-wlc-csn .gwd-eyebrow-csn{
color:#FF5AC8;
}
.gwd-wlc_glow-csn{
border-radius:50%;
background:radial-gradient(circle,rgba(220, 30, 140, 0.22),transparent 70%);
width:260px;
height:16.25rem;
top:-40px;
position:absolute;
right:-2.5rem;
}
.gwd-wlc_in-csn{
position:relative;
}
.gwd-wlc_h2-csn{
margin:0.625rem 0 0.5rem;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
overflow-wrap:break-word;
font-size:34px;
color:#F5F0FF;
font-weight:700;
line-height:1.03;
}
.gwd-wlc_h2-csn em{
color:#FF5AC8;
font-style:normal;
}
.gwd-wlc_sub-csn{
line-height:1.55;
font-size:14px;
max-width:420px;
color:#B0A0CC;
margin-bottom:1.125rem;
}
.gwd-wlc_terms-csn{
gap:0.625rem;
display:flex;
flex-direction:column;
position:relative;
}
.gwd-term-csn{
padding:13px 15px;
border-radius:0.813rem;
border:1px solid rgba(255, 255, 255, 0.13);
gap:11px;
background:rgba(255, 255, 255, 0.08);
align-items:center;
display:flex;
}
.gwd-term-csn svg{
flex:none;
width:20px;
height:1.25rem;
color:#FF5AC8;
}
.gwd-term_k-csn{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.1em;
text-transform:uppercase;
font-size:9.5px;
color:#B0A0CC;
}
.gwd-term_v-csn{
color:#F5F0FF;
font-weight:700;
margin-top:2px;
font-size:14px;
}
@media(max-width:1025px){
.gwd-wlc-csn{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.gwd-wlc_h2-csn{
font-size:1.625rem;
}
}
.gwd-jp-csn{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.gwd-jp-csn>*{
min-width:0;
}
.gwd-jp_hero-csn{
border:1px solid #2E2240;
padding:26px;
border-radius:1.25rem;
background:linear-gradient(135deg,#12082A,#080A20);
gap:14px;
overflow:hidden;
min-height:180px;
position:relative;
color:#F5F0FF;
justify-content:space-between;
flex-direction:column;
display:flex;
}
.gwd-jp_glow-csn{
background:radial-gradient(circle,rgba(220, 30, 140, 0.22),transparent 70%);
border-radius:50%;
height:11.25rem;
top:-2.5rem;
right:-2.5rem;
width:11.25rem;
position:absolute;
}
.gwd-jp_k_row-csn{
gap:10px;
display:flex;
align-items:center;
position:relative;
justify-content:space-between;
}
.gwd-jp_k-csn{
letter-spacing:.12em;
color:#8A7FA0;
text-transform:uppercase;
font-size:10px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.gwd-jp_hero-csn .gwd-jp_k-csn{
color:#B0A0CC;
}
.gwd-jp_amt-csn{
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
line-height:1;
position:relative;
font-size:2.625rem;
font-weight:700;
color:#FF5AC8;
}
.gwd-jp_sub-csn{
font-size:0.75rem;
color:#B0A0CC;
margin-top:0.313rem;
}
.gwd-jp_cell-csn{
padding:1.375rem;
background:#141019;
border-radius:20px;
border:1px solid #2E2240;
display:flex;
justify-content:space-between;
min-height:11.25rem;
flex-direction:column;
}
.gwd-jp_cell-csn .gwd-jp_amt-csn{
font-size:30px;
color:#F2EEF8;
}
.gwd-jp_cell-csn .gwd-jp_sub-csn{
color:#8A7FA0;
}
@media(max-width:1025px){
.gwd-jp-csn{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.gwd-jp_amt-csn{
font-size:2rem;
}
}
.gwd-supp-csn{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.gwd-supp-csn>*{
min-width:0;
}
.gwd-supp_card-csn{
padding:1.5rem;
background:#141019;
border:1px solid #2E2240;
border-radius:13px;
}
.gwd-supp_card-csn svg{
margin-bottom:14px;
height:24px;
width:1.5rem;
color:#E0198C;
}
.gwd-supp_card-csn h3{
margin-bottom:0.375rem;
font-size:16px;
color:#F2EEF8;
font-weight:700;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
}
.gwd-supp_card-csn p{
color:#C4BAD6;
line-height:1.55;
font-size:13px;
}
@media(max-width:1023px){
.gwd-supp-csn{
grid-template-columns:1fr;
}
}
.gwd-app-csn{
gap:2.25rem;
flex-wrap:wrap;
align-items:center;
display:flex;
justify-content:space-between;
}
.gwd-app_copy-csn{
max-width:32.5rem;
}
.gwd-app_h2-csn{
margin:0.75rem 0 0.625rem;
color:#F2EEF8;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.05;
font-size:1.75rem;
}
.gwd-app_text-csn{
font-size:14px;
color:#C4BAD6;
margin-bottom:1.25rem;
line-height:1.6;
}
.gwd-app_btns-csn{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.gwd-store-csn{
border-radius:13px;
background:#0D0A12;
padding:11px 1.125rem;
border:1px solid #2E2240;
gap:9px;
color:#F2EEF8;
align-items:center;
cursor:pointer;
display:inline-flex;
font-weight:700;
font-size:0.813rem;
}
.gwd-store-csn svg{
width:1rem;
height:16px;
}
.gwd-app_qr_wrap-csn{
gap:16px;
align-items:center;
display:flex;
}
.gwd-qr-csn{
grid-template-columns:repeat(5,1fr);
padding:0.688rem;
border-radius:13px;
background:#0D0A12;
grid-template-rows:repeat(5,1fr);
gap:3px;
border:1px solid #2E2240;
width:108px;
display:grid;
height:108px;
}
.gwd-qr-csn i{
background:transparent;
}
.gwd-qr_f-csn{
background:#E0198C;
}
.gwd-app_qr_cap-csn{
max-width:84px;
font-size:0.75rem;
line-height:1.4;
color:#8A7FA0;
}
.gwd-vip_head-csn{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:1.125rem;
display:flex;
justify-content:space-between;
}
.gwd-vip_intro-csn{
color:#C4BAD6;
max-width:26.25rem;
font-size:13px;
}
.gwd-vip-csn{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.gwd-vip-csn>*{
min-width:0;
}
.gwd-tier-csn{
padding:1.25rem;
border:1px solid #2E2240;
background:#141019;
border-radius:13px;
}
.gwd-tier_on-csn{
background:rgba(224, 25, 140, 0.12);
border-color:#E0198C;
}
.gwd-tier_medal-csn{
background:linear-gradient(135deg,#E0198C,#A0126A);
border-radius:0.5rem;
margin-bottom:14px;
width:30px;
height:1.875rem;
}
.gwd-tier_name-csn{
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#F2EEF8;
font-size:0.938rem;
margin-bottom:5px;
}
.gwd-tier_tx-csn{
line-height:1.5;
font-size:11.5px;
color:#8A7FA0;
}
@media(max-width:1027px){
.gwd-vip-csn{
grid-template-columns:repeat(2,1fr);
}
}
.gwd-pay_logos-csn{
gap:0.563rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.gwd-pay_logos-csn>*{
min-width:0;
}
.gwd-pay-csn{
border:1px solid #2E2240;
border-radius:0.5rem;
justify-content:center;
height:48px;
font-size:12px;
display:flex;
font-weight:700;
align-items:center;
color:#C4BAD6;
}
.gwd-table-csn{
border-radius:13px;
border:1px solid #2E2240;
overflow:hidden;
}
.gwd-trow-csn{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.gwd-trow-csn>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.gwd-trow-csn>div:first-child{
color:#F2EEF8;
padding-left:1rem;
font-weight:700;
}
.gwd-trow_th-csn{
background:#0D0A12;
font-size:0.594rem;
letter-spacing:.06em;
text-transform:uppercase;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#8A7FA0;
}
.gwd-trow-csn:not(.gwd-trow_th-csn){
background:#141019;
border-top:1px solid #221A30;
color:#C4BAD6;
}
.gwd-trow_zebra-csn{
background:#100D16;
}
.gwd-pos-csn{
color:#E0198C;
font-weight:700;
}
@media(max-width:1024px){
.gwd-pay_logos-csn{
grid-template-columns:repeat(2,1fr);
}
}
.gwd-steps-csn{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.gwd-steps-csn>*{
min-width:0;
}
.gwd-step-csn{
border:1px solid #2E2240;
padding:1.5rem;
border-radius:0.813rem;
background:#141019;
position:relative;
}
.gwd-step_num-csn{
border-radius:0.5rem;
background:#E0198C;
width:1.875rem;
font-size:13px;
display:flex;
justify-content:center;
align-items:center;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#FFFFFF;
height:30px;
margin-bottom:0.875rem;
font-weight:700;
}
.gwd-step_h-csn{
font-size:1rem;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#F2EEF8;
margin-bottom:0.438rem;
}
.gwd-step_p-csn{
font-size:13px;
color:#C4BAD6;
line-height:1.55;
}
@media(max-width:1026px){
.gwd-steps-csn{
grid-template-columns:1fr;
}
}
.gwd-gm-csn{
gap:1rem;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.gwd-gm-csn>*{
min-width:0;
}
.gwd-gm_panel-csn{
border-radius:1.25rem;
border:1px solid #2E2240;
background:#141019;
padding:1.75rem;
}
.gwd-gm_h2-csn{
margin:10px 0 0.5rem;
font-size:1.5rem;
color:#F2EEF8;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.gwd-gm_text-csn{
color:#C4BAD6;
font-size:0.844rem;
line-height:1.6;
margin-bottom:1.25rem;
max-width:440px;
}
.gwd-gm_level-csn{
gap:14px;
display:flex;
align-items:center;
margin-bottom:1rem;
}
.gwd-gm_lv-csn{
font-weight:700;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-size:24px;
color:#E0198C;
}
.gwd-gm_bar_wrap-csn{
flex:1;
min-width:0;
}
.gwd-gm_bar_meta-csn{
font-size:0.625rem;
margin-bottom:0.313rem;
color:#8A7FA0;
justify-content:space-between;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
display:flex;
}
.gwd-bar-csn{
overflow:hidden;
background:#0D0A12;
border-radius:999px;
height:8px;
}
.gwd-bar_fill-csn{
border-radius:999px;
background:linear-gradient(90deg,#E0198C,#A0126A);
height:100%;
display:block;
}
.gwd-gm_missions-csn{
gap:9px;
flex-wrap:wrap;
display:flex;
}
.gwd-gm_refer-csn{
border-radius:1.25rem;
padding:28px;
border:1px solid #2E2240;
overflow:hidden;
background:linear-gradient(150deg,#12082A,#080A20);
display:flex;
flex-direction:column;
color:#F5F0FF;
position:relative;
justify-content:space-between;
}
.gwd-gm_refer-csn .gwd-eyebrow-csn{
color:#FF5AC8;
}
.gwd-gm_ref_h2-csn{
margin:0.625rem 0 0.5rem;
line-height:1.1;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:24px;
color:#F5F0FF;
}
.gwd-gm_ref_h2-csn em{
font-style:normal;
color:#FF5AC8;
}
.gwd-gm_ref_text-csn{
line-height:1.55;
font-size:13px;
margin-bottom:18px;
color:#B0A0CC;
}
@media(max-width:1027px){
.gwd-gm-csn{
grid-template-columns:1fr;
}
}
.gwd-promo_grid-csn{
grid-template-columns:repeat(3,1fr);
gap:1rem;
display:grid;
}
.gwd-promo_grid-csn>*{
min-width:0;
}
.gwd-promo-csn{
border:1px solid #2E2240;
overflow:hidden;
padding:1.5rem;
background:#141019;
border-radius:1.25rem;
min-height:150px;
position:relative;
}
.gwd-promo_h-csn{
font-weight:700;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
color:#F2EEF8;
line-height:1.05;
font-size:26px;
margin-top:6px;
}
.gwd-promo_h-csn em{
color:#E0198C;
font-style:normal;
}
.gwd-promo_p-csn{
font-size:12.5px;
margin-top:8px;
line-height:1.5;
color:#C4BAD6;
}
.gwd-promo_feat-csn{
border-color:#2E2240;
background:linear-gradient(135deg,#12082A,#080A20);
}
.gwd-promo_feat-csn .gwd-promo_h-csn{
color:#F5F0FF;
}
.gwd-promo_feat-csn .gwd-promo_h-csn em{
color:#FF5AC8;
}
.gwd-promo_feat-csn .gwd-promo_p-csn{
color:#B0A0CC;
}
.gwd-promo_feat-csn .gwd-eyebrow-csn{
color:#FF5AC8;
}
@media(max-width:1025px){
.gwd-promo_grid-csn{
grid-template-columns:1fr;
}
}
.gwd-dw_h2-csn{
font-size:1.625rem;
color:#F2EEF8;
margin-bottom:10px;
font-weight:700;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
line-height:1.08;
}
.gwd-steps_v-csn{
grid-template-columns:1fr;
gap:10px;
}
.gwd-steps_v-csn .gwd-step-csn{
padding:18px 20px;
}
@media(max-width:560px){
.gwd-dw_h2-csn{
font-size:1.438rem;
}
}
.gwd-tour-csn{
border:1px solid #2E2240;
overflow:hidden;
border-radius:1.25rem;
grid-template-columns:1.05fr 1fr;
display:grid;
}
.gwd-tour-csn>*{
min-width:0;
}
.gwd-tour_l-csn{
background:linear-gradient(135deg,#12082A,#080A20);
padding:34px;
overflow:hidden;
position:relative;
color:#F5F0FF;
}
.gwd-tour_h2-csn{
margin:12px 0 10px;
color:#F5F0FF;
font-weight:700;
line-height:1.05;
font-size:30px;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
}
.gwd-tour_h2-csn em{
color:#FF5AC8;
font-style:normal;
}
.gwd-tour_text-csn{
color:#B0A0CC;
margin-bottom:20px;
font-size:0.844rem;
max-width:340px;
line-height:1.6;
}
.gwd-tour_meta-csn{
gap:18px;
align-items:flex-end;
flex-wrap:wrap;
margin-bottom:20px;
display:flex;
}
.gwd-tour_cap-csn{
color:#B0A0CC;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
margin-bottom:5px;
font-size:0.594rem;
}
.gwd-count-csn{
gap:6px;
display:flex;
}
.gwd-count-csn span{
padding:0.25rem 9px;
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:8px;
background:rgba(255, 255, 255, 0.08);
font-size:1.375rem;
font-weight:700;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.gwd-tour_units-csn{
color:#B0A0CC;
font-size:10px;
}
.gwd-board-csn{
padding:1.75rem 1.875rem;
background:#141019;
}
.gwd-board_head-csn{
display:flex;
margin-bottom:14px;
align-items:center;
justify-content:space-between;
}
.gwd-board_title-csn{
font-weight:700;
color:#F2EEF8;
font-size:16px;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
}
.gwd-board_upd-csn{
font-size:0.625rem;
text-transform:uppercase;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#8A7FA0;
}
.gwd-board_list-csn{
gap:2px;
flex-direction:column;
display:flex;
}
.gwd-board_row-csn{
border-radius:8px;
padding:0.625rem 12px;
gap:0.75rem;
display:flex;
align-items:center;
}
.gwd-board_top1-csn{
background:rgba(224, 25, 140, 0.12);
}
.gwd-board_rk-csn{
color:#8A7FA0;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
width:1.25rem;
font-weight:700;
font-size:14px;
}
.gwd-board_top1-csn .gwd-board_rk-csn{
color:#E0198C;
}
.gwd-board_nm-csn{
flex:1;
color:#C4BAD6;
font-weight:600;
font-size:0.844rem;
min-width:0;
}
.gwd-board_top1-csn .gwd-board_nm-csn{
font-weight:700;
color:#F2EEF8;
}
.gwd-board_pt-csn{
color:#C4BAD6;
font-size:12.5px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
@media(max-width:1025px){
.gwd-tour-csn{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.gwd-tour_h2-csn{
font-size:1.5rem;
}
}
.gwd-op_h2-csn{
margin:0.625rem 0 8px;
color:#F2EEF8;
font-size:24px;
font-weight:700;
line-height:1.1;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
}
.gwd-op_text-csn{
color:#C4BAD6;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:562px){
.gwd-op_h2-csn{
font-size:22px;
}
}
.gwd-provs-csn{
grid-template-columns:repeat(6,1fr);
gap:12px;
display:grid;
margin-bottom:1.75rem;
}
.gwd-provs-csn>*{
min-width:0;
}
.gwd-prov-csn{
border:1px solid #2E2240;
padding:0.75rem;
border-radius:0.813rem;
background:#141019;
justify-content:center;
display:flex;
text-decoration:none;
align-items:center;
height:64px;
}
.gwd-prov_img-csn{
max-height:2rem;
object-fit:contain;
max-width:100%;
}
.gwd-resp-csn{
border-radius:0.813rem;
gap:24px;
background:#141019;
padding:1.625rem;
border:1px solid #2E2240;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}
.gwd-resp_in-csn{
max-width:35rem;
}
.gwd-resp_h-csn{
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
color:#F2EEF8;
font-weight:700;
font-size:19px;
margin-bottom:8px;
}
.gwd-resp_p-csn{
font-size:0.844rem;
color:#C4BAD6;
line-height:1.6;
}
.gwd-resp_badges-csn{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.gwd-age18-csn{
border:1.5px solid #E8302A;
border-radius:0.5rem;
padding:0.25rem 0.5rem;
font-weight:700;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E8302A;
font-size:13px;
}
.gwd-resp_org-csn{
color:#8A7FA0;
font-weight:600;
font-size:13px;
}
@media(max-width:1025px){
.gwd-provs-csn{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:559px){
.gwd-provs-csn{
grid-template-columns:repeat(2,1fr);
}
}
.gwd-gd_head-csn{
gap:0.75rem;
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
margin-bottom:16px;
}
.gwd-rc-csn{
gap:32px;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.gwd-rc-csn>*{
min-width:0;
}
.gwd-rc_awards-csn{
gap:11px;
display:flex;
flex-direction:column;
}
.gwd-award-csn{
gap:0.688rem;
display:flex;
align-items:center;
}
.gwd-award-csn svg{
flex:none;
width:18px;
color:#F0A800;
height:1.125rem;
}
.gwd-award_t-csn{
color:#F2EEF8;
font-weight:700;
font-size:13.5px;
}
.gwd-award_s-csn{
font-size:0.719rem;
color:#8A7FA0;
}
.gwd-rc_press-csn{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.gwd-logo_cell-csn{
border:1px solid #2E2240;
border-radius:8px;
font-weight:700;
justify-content:center;
font-size:13px;
color:#C4BAD6;
align-items:center;
height:3rem;
display:flex;
}
.gwd-rc_partner-csn{
background:#141019;
border-radius:13px;
padding:20px;
border:1px solid #2E2240;
}
.gwd-rc_partner_name-csn{
font-weight:700;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:6px;
font-size:18px;
color:#F2EEF8;
}
.gwd-rc_partner_text-csn{
color:#C4BAD6;
line-height:1.55;
font-size:12.5px;
}
@media(max-width:1027px){
.gwd-rc-csn{
grid-template-columns:1fr;
gap:22px;
}
.gwd-rc_press-csn{
grid-template-columns:repeat(4,1fr);
}
}
.gwd-et_h2-csn{
margin:10px 0 0.875rem;
color:#F2EEF8;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
line-height:1.08;
font-size:28px;
font-weight:700;
}
.gwd-et_right-csn{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.gwd-et_updated-csn{
background:#0D0A12;
border-radius:0.813rem;
padding:14px 18px;
border:1px solid #2E2240;
gap:10px;
font-size:0.75rem;
display:flex;
align-items:center;
color:#C4BAD6;
}
.gwd-et_updated-csn svg{
flex:none;
color:#E0198C;
width:0.938rem;
height:0.938rem;
}
.gwd-et_updated-csn b{
color:#F2EEF8;
}
@media(max-width:558px){
.gwd-et_h2-csn{
font-size:1.5rem;
}
}
.gwd-ab_h2-csn{
margin:14px 0 16px;
font-size:2rem;
font-family:"DM Sans", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#F2EEF8;
line-height:1.08;
}
.gwd-ab_body-csn{
color:#C4BAD6;
line-height:1.65;
margin-bottom:0.875rem;
font-size:15px;
}
.gwd-ab_chips-csn{
gap:10px;
margin-top:0.5rem;
flex-wrap:wrap;
display:flex;
}
.gwd-faq-csn{
gap:10px;
flex-direction:column;
display:flex;
}
.gwd-faq_item-csn{
border-radius:13px;
border:1px solid #2E2240;
padding:1.125rem 1.375rem;
background:#141019;
}
.gwd-faq_q-csn{
gap:16px;
list-style:none;
display:flex;
justify-content:space-between;
color:#F2EEF8;
font-size:15.5px;
font-weight:600;
align-items:center;
cursor:pointer;
}
.gwd-faq_q-csn::-webkit-details-marker{
display:none;
}
.gwd-faq_q_t-csn{
gap:10px;
display:flex;
}
.gwd-faq_q_i-csn{
font-style:normal;
color:#E0198C;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.gwd-faq_pm-csn{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:1.25rem;
color:#E0198C;
}
.gwd-faq_item-csn[open] .gwd-faq_pm-csn{
transform:rotate(45deg);
}
.gwd-faq_a-csn{
color:#C4BAD6;
font-size:0.844rem;
margin-top:0.75rem;
line-height:1.6;
}
@media(max-width:557px){
.gwd-ab_h2-csn{
font-size:26px;
}
}
.gwd-footer-csn{
padding:2.5rem 28px;
background:#08060D;
border-top:1px solid #221A30;
}
.gwd-footer_grid-csn{
gap:32px;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-right:auto;
margin-bottom:28px;
display:grid;
margin-left:auto;
max-width:87.5rem;
}
.gwd-footer_grid-csn>*{
min-width:0;
}
.gwd-footer_grid-csn h4{
font-size:10px;
letter-spacing:.12em;
text-transform:uppercase;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#524A64;
margin-bottom:0.813rem;
}
.gwd-fcol-csn{
gap:9px;
display:flex;
color:#C4BAD6;
font-size:13px;
flex-direction:column;
}
.gwd-fcol-csn a{
cursor:pointer;
}
.gwd-ft_about-csn{
color:#8A7FA0;
margin-top:0.75rem;
font-size:13px;
max-width:260px;
line-height:1.6;
}
.gwd-ft_contact-csn{
margin-top:12px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.781rem;
overflow-wrap:anywhere;
color:#E0198C;
}
.gwd-footer_bottom-csn{
margin:0 auto;
gap:1rem;
justify-content:space-between;
display:flex;
align-items:center;
border-top:1px solid #221A30;
max-width:1400px;
padding-top:1.25rem;
flex-wrap:wrap;
}
.gwd-footer_bottom-csn p{
max-width:45rem;
font-size:0.688rem;
color:#524A64;
line-height:1.6;
}
@media(max-width:1026px){
.gwd-footer_grid-csn{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.gwd-footer_grid-csn{
grid-template-columns:1fr;
}
}