*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0A14;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
line-height:1.55;
text-rendering:optimizeLegibility;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#C4B4D4;
font-size:0.938rem;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(9, 4, 16, 0.72);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.dzt_shell_sgy{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.dzt_main_sgy{
min-width:0;
}
.dzt_wrap_sgy{
margin:0 auto;
max-width:1400px;
width:100%;
}
.dzt_container_sgy{
padding:0 16px;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:766px){
.dzt_container_sgy{
padding:0 1.75rem;
}
}
.dzt_section_sgy{
padding:1.5rem 1.75rem;
}
.dzt_section_pt_sgy{
padding-top:2.125rem;
}
.dzt_band_soft_sgy{
background:#17101E;
}
.dzt_eyebrow_sgy{
text-transform:uppercase;
display:inline-block;
font-weight:600;
letter-spacing:.14em;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#E030CC;
font-size:0.656rem;
line-height:1.4;
overflow-wrap:break-word;
}
.dzt_drawer_cb_sgy{
display:none;
}
.dzt_overlay_sgy{
display:none;
}
@media(max-width:1022px){
.dzt_shell_sgy{
grid-template-columns:1fr;
}
.dzt_main_sgy{
padding-bottom:4.875rem;
}
.dzt_drawer_cb_sgy:checked~.dzt_overlay_sgy{
background:rgba(9, 4, 16, 0.72);
inset:0;
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:558px){
.dzt_section_sgy{
padding:18px 1rem;
}
.dzt_section_pt_sgy{
padding-top:24px;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.dzt_side_sgy{
padding:1.375rem 18px;
gap:1.375rem;
background:#130D1A;
flex-direction:column;
top:0;
display:flex;
border-right:1px solid #2A1E36;
overflow-y:auto;
align-self:start;
position:sticky;
height:100vh;
}
.dzt_brand_sgy{
gap:0.625rem;
align-items:center;
display:flex;
}
.dzt_logo_sgy{
font-weight:700;
letter-spacing:-.02em;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:21px;
color:#F2EAF8;
}
.dzt_side_cta_sgy{
background:rgba(224, 48, 204, 0.12);
padding:1rem;
border:1px solid #3A2A4A;
border-radius:0.75rem;
}
.dzt_side_cta_h_sgy{
font-weight:700;
color:#F2EAF8;
margin-bottom:6px;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.15;
font-size:17px;
}
.dzt_side_cta_p_sgy{
font-size:0.75rem;
color:#C4B4D4;
margin-bottom:0.75rem;
line-height:1.45;
}
.dzt_nav_sgy{
gap:3px;
display:flex;
flex-direction:column;
}
.dzt_nav_label_sgy{
padding:6px 10px;
letter-spacing:.14em;
color:#5A4D6A;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
font-size:0.594rem;
}
.dzt_nav_item_sgy{
padding:0.625rem;
border-radius:8px;
gap:11px;
align-items:center;
color:#C4B4D4;
font-weight:500;
font-size:14px;
display:flex;
}
.dzt_nav_item_sgy svg{
width:17px;
height:17px;
}
.dzt_nav_item_sgy:hover{
background:rgba(224, 48, 204, 0.12);
color:#F2EAF8;
}
.dzt_nav_item_on_sgy{
background:rgba(224, 48, 204, 0.12);
color:#E030CC;
font-weight:600;
}
.dzt_side_foot_sgy{
background:#17101E;
border:1px solid #3A2A4A;
border-radius:12px;
padding:0.75rem;
margin-top:auto;
}
.dzt_side_foot_sgy p{
font-size:12.5px;
color:#C4B4D4;
line-height:1.4;
margin-top:0.25rem;
}
/* ---------- topbar ---------- */
.dzt_top_sgy{
padding:14px 28px;
background:#130D1A;
gap:16px;
display:flex;
top:0;
z-index:40;
position:sticky;
border-bottom:1px solid #2A1E36;
align-items:center;
}
.dzt_top_brand_sgy{
gap:0.563rem;
display:none;
align-items:center;
}
.dzt_search_sgy{
padding:11px 14px;
background:#17101E;
flex:1;
gap:0.625rem;
border-radius:12px;
border:1px solid #3A2A4A;
font-size:13.5px;
max-width:27.5rem;
display:flex;
align-items:center;
color:#8E7AA0;
}
.dzt_search_sgy svg{
flex:none;
width:16px;
height:1rem;
}
.dzt_top_actions_sgy{
gap:12px;
align-items:center;
display:flex;
margin-left:auto;
}
.dzt_lang_sgy{
color:#C4B4D4;
font-size:0.75rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.dzt_burger_sgy{
border:1px solid #3A2A4A;
background:#17101E;
border-radius:8px;
display:none;
align-items:center;
justify-content:center;
height:2.5rem;
color:#F2EAF8;
width:40px;
}
/* ---------- bottom-nav (mobile) ---------- */
.dzt_botnav_sgy{
display:none;
}
@media(max-width:1026px){
.dzt_side_sgy{
transition:transform .25s ease;
z-index:80;
height:100vh;
top:0;
position:fixed;
left:0;
transform:translateX(-100%);
width:17.5rem;
}
.dzt_drawer_cb_sgy:checked~.dzt_shell_sgy .dzt_side_sgy{
transform:translateX(0);
}
.dzt_top_sgy{
gap:0.75rem;
padding:0.875rem 1rem;
position:static;
flex-wrap:wrap;
}
.dzt_top_brand_sgy{
display:flex;
}
.dzt_search_sgy{
display:none;
}
.dzt_burger_sgy{
display:flex;
}
.dzt_top_actions_sgy{
gap:0.625rem;
margin-left:0;
align-items:stretch;
width:100%;
}
.dzt_top_actions_sgy .dzt_lang_sgy{
display:none;
}
.dzt_top_actions_sgy .dzt_btn_sgy{
flex:1;
padding:11px 0.625rem;
text-align:center;
}
.dzt_botnav_sgy{
padding:0.5rem 6px calc(8px + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
background:#130D1A;
border-top:1px solid #3A2A4A;
z-index:65;
display:grid;
left:0;
position:fixed;
bottom:0;
right:0;
transform:translateZ(0);
}
.dzt_bn_sgy{
padding:0.375rem 2px 0;
gap:4px;
align-items:center;
justify-content:flex-end;
display:flex;
font-weight:600;
font-size:10px;
color:#C4B4D4;
min-width:0;
flex-direction:column;
}
.dzt_bn_sgy svg{
flex:none;
height:22px;
width:1.375rem;
}
.dzt_bn_sgy span{
overflow:hidden;
text-overflow:ellipsis;
max-width:100%;
text-align:center;
white-space:nowrap;
}
.dzt_bn_on_sgy{
color:#E030CC;
}
.dzt_bn_center_sgy{
position:relative;
}
.dzt_bn_fab_sgy{
background:#E030CC;
border-radius:50%;
display:flex;
left:50%;
color:#1A0A22;
justify-content:center;
height:3.125rem;
box-shadow:0 8px 40px rgba(0, 0, 0, 0.70), 0 2px 12px rgba(224, 48, 204, 0.22);
transform:translateX(-50%);
align-items:center;
top:-1.25rem;
position:absolute;
width:3.125rem;
}
.dzt_bn_fab_sgy svg{
width:24px;
height:1.5rem;
}
.dzt_bn_center_sgy span{
color:#E030CC;
}
}
.dzt_btn_sgy{
transition:background-color 0.2s ease,color 0.2s ease;
padding:11px 22px;
gap:0.5rem;
border-radius:8px;
font-size:14px;
font-weight:700;
justify-content:center;
display:inline-flex;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
align-items:center;
cursor:pointer;
}
.dzt_btn_pri_sgy{
background:#E030CC;
box-shadow:0 4px 20px rgba(224, 48, 204, 0.48), 0 2px 0.5rem rgba(224, 48, 204, 0.28);
color:#1A0A22;
}
.dzt_btn_pri_sgy:hover{
background:#C424B0;
}
.dzt_btn_ghost_sgy{
background:rgba(224, 48, 204, 0.12);
color:#F2EAF8;
font-weight:600;
}
.dzt_btn_line_sgy{
background:transparent;
border:1px solid #5A3E70;
font-weight:600;
color:#F2EAF8;
}
.dzt_btn_lg_sgy{
padding:1rem 30px;
border-radius:0.75rem;
font-size:15px;
}
.dzt_band_sgy .dzt_btn_line_sgy{
border-color:rgba(255, 255, 255, 0.12);
color:#F5EEFB;
}
.dzt_band_sgy .dzt_btn_ghost_sgy{
background:rgba(255, 255, 255, 0.08);
color:#F5EEFB;
}
.dzt_link_m_sgy{
gap:0.313rem;
display:inline-flex;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
text-decoration:none;
cursor:pointer;
align-items:center;
color:#E030CC;
}
.dzt_link_m_sgy svg{
width:14px;
height:0.875rem;
}
.dzt_band_sgy .dzt_link_m_sgy{
color:#F050D8;
}
.dzt_dot_sgy{
flex:none;
background:#E030CC;
border-radius:50%;
width:7px;
height:0.438rem;
}
.dzt_dot_live_sgy{
background:#E8303A;
animation:zm3-pulse 1.4s infinite;
}
.dzt_stars_sgy{
gap:2px;
display:inline-flex;
color:#E030CC;
}
.dzt_stars_sgy svg{
height:15px;
width:15px;
}
.dzt_chip_sgy{
gap:6px;
padding:0.438rem 12px;
border:1px solid #3A2A4A;
border-radius:8px;
background:#17101E;
align-items:center;
display:inline-flex;
color:#C4B4D4;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.688rem;
}
.dzt_chip_on_sgy{
border-color:transparent;
background:rgba(224, 48, 204, 0.12);
color:#E030CC;
}
.dzt_gc_sgy{
cursor:pointer;
text-decoration:none;
display:block;
min-width:0;
color:inherit;
}
.dzt_gc_thumb_sgy{
overflow:hidden;
border:1px solid #3A2A4A;
border-radius:0.75rem;
background-size:cover;
display:block;
position:relative;
background-position:center;
aspect-ratio:1;
}
.dzt_gc_thumb_portrait_sgy{
aspect-ratio:3/4;
}
.dzt_gc_thumb_wide_sgy{
aspect-ratio:16/11;
}
.dzt_gc_cap_sgy{
background:linear-gradient(transparent,rgba(9, 4, 16, 0.72));
padding:9px;
bottom:0;
right:0;
position:absolute;
left:0;
}
.dzt_gc_name_sgy{
color:#F5EEFB;
font-weight:700;
font-size:0.781rem;
display:block;
}
.dzt_gc_meta_sgy{
color:#B89ECC;
font-size:11px;
}
.dzt_gc_badge_sgy{
border-radius:0.5rem;
background:#E030CC;
padding:2px 0.375rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-weight:700;
position:absolute;
right:8px;
color:#1A0A22;
top:8px;
font-size:8px;
}
.dzt_gc_badge_hot_sgy{
background:#E8303A;
color:#F5EEFB;
}
.dzt_gc_badge_live_sgy{
background:#E8303A;
color:#F5EEFB;
left:0.5rem;
right:auto;
}
.dzt_gc_mult_sgy{
inset:0;
font-size:1.75rem;
color:#E030CC;
align-items:center;
justify-content:center;
position:absolute;
display:flex;
font-weight:700;
}
.dzt_pc_sgy{
border:1px solid #3A2A4A;
background:#17101E;
border-radius:0.75rem;
height:4rem;
font-weight:700;
color:#C4B4D4;
align-items:center;
display:flex;
font-size:0.875rem;
justify-content:center;
}
.dzt_rail_sgy{
min-width:0;
}
.dzt_rail_scroll_sgy{
gap:14px;
display:grid;
}
.dzt_rail_scroll_sgy>*{
min-width:0;
}
.dzt_g6_sgy{
grid-template-columns:repeat(6,1fr);
}
.dzt_g7_sgy{
grid-template-columns:repeat(7,1fr);
}
.dzt_g4_sgy{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1022px){
.dzt_g6_sgy,.dzt_g7_sgy{
grid-template-columns:none;
grid-auto-columns:7.5rem;
scroll-snap-type:x mandatory;
overflow-x:auto;
grid-auto-flow:column;
padding-bottom:6px;
}
.dzt_g6_sgy>*,.dzt_g7_sgy>*{
scroll-snap-align:start;
}
.dzt_g4_sgy{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:560px){
.dzt_g4_sgy{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:9.375rem;
overflow-x:auto;
}
}
.dzt_panel_sgy{
border-radius:1.25rem;
background:#17101E;
border:1px solid #3A2A4A;
padding:28px 2rem;
}
.dzt_split_sgy{
gap:2.25rem;
align-items:start;
display:grid;
}
.dzt_split_sgy>*{
min-width:0;
}
.dzt_split_a_sgy{
grid-template-columns:.85fr 1.15fr;
}
.dzt_split_b_sgy{
grid-template-columns:1fr 1.1fr;
}
.dzt_split_c_sgy{
grid-template-columns:1.1fr .9fr;
}
.dzt_pgrid_sgy{
grid-template-columns:.9fr 1.1fr;
gap:2.5rem;
align-items:center;
display:grid;
}
.dzt_pgrid_sgy>*{
min-width:0;
}
.dzt_lead_sgy{
font-size:0.938rem;
color:#C4B4D4;
line-height:1.65;
margin-bottom:14px;
}
.dzt_feat_sgy{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dzt_feat_sgy>*{
min-width:0;
}
.dzt_feat2_sgy{
grid-template-columns:1fr 1fr;
}
.dzt_feat_card_sgy{
border:1px solid #3A2A4A;
padding:26px;
background:#17101E;
border-radius:20px;
}
.dzt_feat_card_sgy svg{
margin-bottom:16px;
color:#E030CC;
height:1.625rem;
width:26px;
}
.dzt_feat_card_sgy h3{
color:#F2EAF8;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.5rem;
font-weight:700;
font-size:18px;
}
.dzt_feat_card_sgy p{
color:#C4B4D4;
line-height:1.6;
font-size:13px;
}
.dzt_feat_card_sgy b{
color:#F2EAF8;
}
.dzt_big_sgy{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.dzt_big_n_sgy{
color:#E030CC;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:1.625rem;
}
.dzt_big_l_sgy{
color:#8E7AA0;
font-size:12px;
}
.dzt_person_sgy{
border-radius:0.75rem;
border:1px solid #3A2A4A;
padding:16px 18px;
gap:0.875rem;
background:#17101E;
align-items:center;
display:flex;
}
.dzt_avatar_sgy{
border-radius:50%;
background:linear-gradient(135deg,#E030CC,#A0189A);
flex:none;
width:2.75rem;
height:44px;
}
.dzt_person_name_sgy{
color:#F2EAF8;
font-size:0.875rem;
font-weight:700;
}
.dzt_person_role_sgy{
font-size:12px;
color:#8E7AA0;
}
.dzt_kv_sgy{
overflow:hidden;
border:1px solid #3A2A4A;
gap:1px;
border-radius:0.75rem;
background:#3A2A4A;
grid-template-columns:1fr 1fr;
display:grid;
}
.dzt_kv_sgy>div{
padding:16px 18px;
background:#0F0A14;
min-width:0;
}
.dzt_kv_k_sgy{
margin-bottom:5px;
text-transform:uppercase;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#E030CC;
font-size:0.594rem;
}
.dzt_kv_v_sgy{
font-weight:700;
color:#F2EAF8;
font-size:0.844rem;
}
@media(max-width:1021px){
.dzt_split_a_sgy,.dzt_split_b_sgy,.dzt_split_c_sgy,.dzt_pgrid_sgy{
grid-template-columns:1fr;
gap:24px;
}
.dzt_feat_sgy,.dzt_feat2_sgy{
grid-template-columns:1fr;
}
.dzt_kv_sgy{
grid-template-columns:1fr;
}
}
.dzt_sh_sgy{
min-width:0;
margin-bottom:1rem;
}
.dzt_sh_row_sgy{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
}
.dzt_sh_row_sgy .dzt_sh_l_sgy{
gap:0.375rem;
display:flex;
flex-direction:column;
min-width:0;
}
.dzt_sh_stack_sgy{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.dzt_sh_center_sgy{
gap:0.625rem;
align-items:center;
text-align:center;
flex-direction:column;
display:flex;
}
.dzt_sh_h2_sgy{
gap:9px;
font-size:1.25rem;
color:#F2EAF8;
font-weight:700;
align-items:center;
overflow-wrap:break-word;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:flex;
line-height:1.1;
}
@media(min-width:770px){
.dzt_sh_h2_sgy{
font-size:1.5rem;
}
}
.dzt_band_sgy .dzt_sh_h2_sgy{
color:#F5EEFB;
}
.dzt_eb_mono_sgy{
letter-spacing:.08em;
text-transform:none;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.dzt_eb_mono_sgy::before{
content:"// ";
}
.dzt_eb_upper_sgy{
text-transform:uppercase;
letter-spacing:.14em;
}
.dzt_eb_pill_sgy{
padding:5px 0.688rem;
background:rgba(224, 48, 204, 0.12);
border-radius:999px;
text-transform:uppercase;
letter-spacing:.12em;
}
.dzt_eb_line_sgy{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.dzt_eb_line_sgy::before{
background:#E030CC;
content:"";
width:1.5rem;
height:1px;
display:inline-block;
}
.dzt_band_sgy .dzt_eb_line_sgy::before{
background:#F050D8;
}
.dzt_band_sgy .dzt_eb_pill_sgy{
background:rgba(255, 255, 255, 0.08);
}
.dzt_sh_link_sgy{
gap:0.375rem;
transition:color 0.2s ease,border-color 0.2s ease;
font-weight:600;
border-bottom:1px solid #F2EAF8;
font-size:13px;
padding-bottom:2px;
align-items:center;
display:inline-flex;
white-space:nowrap;
color:#F2EAF8;
}
.dzt_sh_link_sgy:hover{
border-color:#E030CC;
color:#E030CC;
}
.dzt_sh_link_sgy svg{
height:14px;
width:14px;
}
.dzt_sh_link_chev_sgy{
color:#E030CC;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
padding-bottom:0;
font-size:0.75rem;
border-bottom:0;
}
.dzt_sh_link_btn_sgy{
border-radius:999px;
padding:9px 1.125rem;
background:#E030CC;
color:#1A0A22;
border-bottom:0;
}
.dzt_sh_link_btn_sgy:hover{
border-color:transparent;
background:#C424B0;
}
.dzt_band_sgy .dzt_sh_link_sgy{
border-color:#F5EEFB;
color:#F5EEFB;
}
.dzt_band_sgy .dzt_sh_link_chev_sgy{
color:#F050D8;
}
.dzt_sh_rule_sgy{
margin:-2px 0 16px;
background:#3A2A4A;
height:1px;
}
.dzt_band_sgy .dzt_sh_rule_sgy{
background:rgba(255, 255, 255, 0.12);
}
.dzt_seo_grid3_sgy{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.dzt_seo_grid4_sgy{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.dzt_seo_grid3_sgy>*,.dzt_seo_grid4_sgy>*{
min-width:0;
}
.dzt_seo_card_sgy{
border-radius:12px;
background:#17101E;
padding:1.5rem;
border:1px solid #3A2A4A;
}
.dzt_seo_card_sgy h3{
margin-bottom:8px;
font-weight:700;
color:#F2EAF8;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:18px;
}
.dzt_seo_card_sgy p{
line-height:1.6;
color:#C4B4D4;
font-size:0.813rem;
}
.dzt_seo_card_sm_sgy{
padding:20px;
}
.dzt_seo_card_sm_sgy h3{
font-size:16px;
}
.dzt_seo_card_sm_sgy p{
line-height:1.55;
font-size:0.781rem;
}
.dzt_seo_rtp_row_sgy{
grid-template-columns:1fr 1fr;
gap:2.25rem;
display:grid;
margin-top:16px;
align-items:center;
}
.dzt_rtp_sgy{
gap:14px;
min-width:0;
display:flex;
}
.dzt_rtp_sgy>div{
flex:1;
padding:16px;
border-radius:12px;
background:#0F0A14;
min-width:0;
text-align:center;
}
.dzt_rtp_n_sgy{
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
white-space:nowrap;
color:#E030CC;
font-size:26px;
}
.dzt_rtp_l_sgy{
color:#8E7AA0;
font-size:0.688rem;
margin-top:4px;
}
.dzt_cmp_sgy{
border-radius:12px;
overflow:hidden;
border:1px solid #3A2A4A;
max-width:760px;
}
.dzt_cmp_row_sgy{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.dzt_cmp_row_sgy>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.dzt_cmp_row_sgy>div:first-child{
text-align:left;
padding-left:22px;
font-weight:600;
color:#F2EAF8;
}
.dzt_cmp_th_sgy{
background:#0F0A14;
font-weight:700;
font-size:0.781rem;
}
.dzt_cmp_row_sgy:not(.dzt_cmp_th_sgy){
background:#17101E;
color:#C4B4D4;
border-top:1px solid #2A1E36;
}
.dzt_cmp_zebra_sgy{
background:#1C1425;
}
.dzt_guide_sgy{
border-radius:12px;
overflow:hidden;
border:1px solid #3A2A4A;
background:#17101E;
cursor:pointer;
}
.dzt_guide_cover_sgy{
height:130px;
}
.dzt_guide_body_sgy{
padding:20px;
}
.dzt_guide_body_sgy h3{
margin:7px 0 9px;
color:#F2EAF8;
line-height:1.25;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1rem;
font-weight:700;
}
.dzt_guide_meta_sgy{
color:#8E7AA0;
font-size:11.5px;
}
.dzt_hub_sgy{
grid-template-columns:repeat(5,1fr);
gap:28px;
border-top:1px solid #2A1E36;
padding-top:28px;
display:grid;
}
.dzt_hub_sgy>*{
min-width:0;
}
.dzt_hub_sgy h4{
margin-bottom:0.688rem;
color:#F2EAF8;
font-weight:700;
font-size:13px;
}
.dzt_hub_col_sgy{
gap:8px;
flex-direction:column;
display:flex;
color:#C4B4D4;
font-size:13px;
}
.dzt_hub_col_sgy a{
cursor:pointer;
}
@media(max-width:1025px){
.dzt_seo_grid3_sgy{
grid-template-columns:1fr;
}
.dzt_seo_grid4_sgy{
grid-template-columns:repeat(2,1fr);
}
.dzt_seo_rtp_row_sgy{
gap:1.25rem;
grid-template-columns:1fr;
}
.dzt_hub_sgy{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:558px){
.dzt_hub_sgy{
grid-template-columns:1fr;
}
}
.dzt_hero_sgy{
border-radius:20px;
overflow:hidden;
background:linear-gradient(120deg,#1A0D22,#0C0A20);
border:1px solid #3A2A4A;
padding:46px 3rem;
position:relative;
color:#F5EEFB;
}
.dzt_hero_glow_sgy{
background:radial-gradient(circle,rgba(220, 40, 180, 0.22),transparent 70%);
border-radius:50%;
width:21.25rem;
right:-60px;
position:absolute;
height:21.25rem;
top:-60px;
}
.dzt_hero_in_sgy{
max-width:37.5rem;
position:relative;
}
.dzt_hero_sgy .dzt_eyebrow_sgy{
color:#F050D8;
}
.dzt_pill_row_sgy{
background:rgba(255, 255, 255, 0.08);
gap:8px;
padding:0.375rem 0.813rem;
border-radius:62.438rem;
border:1px solid rgba(255, 255, 255, 0.12);
letter-spacing:.1em;
display:inline-flex;
color:#F050D8;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.656rem;
text-transform:uppercase;
margin-bottom:22px;
align-items:center;
}
.dzt_hero_h1_sgy{
margin:18px 0;
color:#F5EEFB;
font-size:3.375rem;
font-weight:700;
overflow-wrap:break-word;
line-height:1.02;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:-.02em;
}
.dzt_hero_h1_sgy em{
font-style:normal;
color:#F050D8;
}
.dzt_hero_sub_sgy{
line-height:1.55;
margin-bottom:1.75rem;
max-width:480px;
color:#B89ECC;
font-size:1.063rem;
}
.dzt_hero_cta_sgy{
gap:14px;
margin-bottom:26px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.dzt_hero_trust_sgy{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.dzt_hero_rating_txt_sgy{
font-size:13px;
color:#B89ECC;
}
@media(max-width:1023px){
.dzt_hero_sgy{
padding:32px 24px;
}
.dzt_hero_h1_sgy{
font-size:38px;
}
}
@media(max-width:560px){
.dzt_hero_h1_sgy{
font-size:30px;
}
}
.dzt_tabs_sgy{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.dzt_tab_sgy{
border:1px solid #3A2A4A;
padding:0.625rem 1.125rem;
border-radius:8px;
background:#17101E;
font-size:13px;
color:#C4B4D4;
font-weight:600;
cursor:pointer;
}
.dzt_tab_on_sgy{
border-color:transparent;
background:#E030CC;
font-weight:700;
color:#1A0A22;
}
.dzt_stat_sgy{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.dzt_stat_sgy>*{
min-width:0;
}
.dzt_stat_item_sgy{
border:1px solid #3A2A4A;
padding:1.125rem 20px;
border-radius:0.75rem;
background:#17101E;
}
.dzt_stat_k_sgy{
color:#8E7AA0;
margin-bottom:7px;
text-transform:uppercase;
letter-spacing:.12em;
font-size:0.594rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.dzt_stat_v_sgy{
gap:8px;
align-items:center;
overflow-wrap:anywhere;
font-size:24px;
min-width:0;
font-weight:700;
color:#F2EAF8;
display:flex;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.dzt_stat_v_accent_sgy{
color:#E030CC;
}
@media(max-width:1025px){
.dzt_stat_sgy{
grid-template-columns:repeat(2,1fr);
}
}
.dzt_wlc_sgy{
background:linear-gradient(120deg,#1A0D22,#0C0A20);
border-radius:1.25rem;
grid-template-columns:1.2fr .8fr;
overflow:hidden;
padding:36px 40px;
border:1px solid #3A2A4A;
gap:1.5rem;
align-items:center;
color:#F5EEFB;
position:relative;
display:grid;
}
.dzt_wlc_sgy>*{
min-width:0;
}
.dzt_wlc_sgy .dzt_eyebrow_sgy{
color:#F050D8;
}
.dzt_wlc_glow_sgy{
background:radial-gradient(circle,rgba(220, 40, 180, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
right:-40px;
top:-40px;
width:16.25rem;
height:260px;
}
.dzt_wlc_in_sgy{
position:relative;
}
.dzt_wlc_h2_sgy{
margin:0.625rem 0 0.5rem;
font-weight:700;
font-size:2.125rem;
line-height:1.03;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F5EEFB;
overflow-wrap:break-word;
}
.dzt_wlc_h2_sgy em{
font-style:normal;
color:#F050D8;
}
.dzt_wlc_sub_sgy{
margin-bottom:1.125rem;
color:#B89ECC;
line-height:1.55;
max-width:420px;
font-size:14px;
}
.dzt_wlc_terms_sgy{
gap:0.625rem;
flex-direction:column;
position:relative;
display:flex;
}
.dzt_term_sgy{
border-radius:0.75rem;
padding:13px 0.938rem;
gap:0.688rem;
border:1px solid rgba(255, 255, 255, 0.12);
background:rgba(255, 255, 255, 0.08);
align-items:center;
display:flex;
}
.dzt_term_sgy svg{
flex:none;
width:1.25rem;
height:20px;
color:#F050D8;
}
.dzt_term_k_sgy{
color:#B89ECC;
text-transform:uppercase;
font-size:0.594rem;
letter-spacing:.1em;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.dzt_term_v_sgy{
font-size:14px;
font-weight:700;
color:#F5EEFB;
margin-top:2px;
}
@media(max-width:1024px){
.dzt_wlc_sgy{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.dzt_wlc_h2_sgy{
font-size:26px;
}
}
.dzt_jp_sgy{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.dzt_jp_sgy>*{
min-width:0;
}
.dzt_jp_hero_sgy{
border-radius:1.25rem;
padding:26px;
overflow:hidden;
border:1px solid #3A2A4A;
background:linear-gradient(135deg,#1A0D22,#0C0A20);
gap:0.875rem;
flex-direction:column;
position:relative;
color:#F5EEFB;
min-height:11.25rem;
display:flex;
justify-content:space-between;
}
.dzt_jp_glow_sgy{
background:radial-gradient(circle,rgba(220, 40, 180, 0.22),transparent 70%);
border-radius:50%;
height:11.25rem;
width:180px;
position:absolute;
right:-40px;
top:-2.5rem;
}
.dzt_jp_k_row_sgy{
gap:0.625rem;
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
}
.dzt_jp_k_sgy{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.12em;
color:#8E7AA0;
}
.dzt_jp_hero_sgy .dzt_jp_k_sgy{
color:#B89ECC;
}
.dzt_jp_amt_sgy{
font-size:42px;
color:#F050D8;
line-height:1;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
position:relative;
}
.dzt_jp_sub_sgy{
font-size:0.75rem;
color:#B89ECC;
margin-top:5px;
}
.dzt_jp_cell_sgy{
padding:22px;
border-radius:20px;
background:#17101E;
border:1px solid #3A2A4A;
min-height:180px;
justify-content:space-between;
display:flex;
flex-direction:column;
}
.dzt_jp_cell_sgy .dzt_jp_amt_sgy{
color:#F2EAF8;
font-size:30px;
}
.dzt_jp_cell_sgy .dzt_jp_sub_sgy{
color:#8E7AA0;
}
@media(max-width:1025px){
.dzt_jp_sgy{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.dzt_jp_amt_sgy{
font-size:2rem;
}
}
.dzt_promo_grid_sgy{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dzt_promo_grid_sgy>*{
min-width:0;
}
.dzt_promo_sgy{
background:#17101E;
overflow:hidden;
padding:1.5rem;
border-radius:1.25rem;
border:1px solid #3A2A4A;
min-height:9.375rem;
position:relative;
}
.dzt_promo_h_sgy{
font-size:26px;
font-weight:700;
color:#F2EAF8;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-top:0.375rem;
line-height:1.05;
}
.dzt_promo_h_sgy em{
font-style:normal;
color:#E030CC;
}
.dzt_promo_p_sgy{
line-height:1.5;
font-size:0.781rem;
margin-top:8px;
color:#C4B4D4;
}
.dzt_promo_feat_sgy{
background:linear-gradient(135deg,#1A0D22,#0C0A20);
border-color:#3A2A4A;
}
.dzt_promo_feat_sgy .dzt_promo_h_sgy{
color:#F5EEFB;
}
.dzt_promo_feat_sgy .dzt_promo_h_sgy em{
color:#F050D8;
}
.dzt_promo_feat_sgy .dzt_promo_p_sgy{
color:#B89ECC;
}
.dzt_promo_feat_sgy .dzt_eyebrow_sgy{
color:#F050D8;
}
@media(max-width:1023px){
.dzt_promo_grid_sgy{
grid-template-columns:1fr;
}
}
.dzt_supp_sgy{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dzt_supp_sgy>*{
min-width:0;
}
.dzt_supp_card_sgy{
padding:24px;
border-radius:12px;
border:1px solid #3A2A4A;
background:#17101E;
}
.dzt_supp_card_sgy svg{
height:1.5rem;
color:#E030CC;
margin-bottom:14px;
width:1.5rem;
}
.dzt_supp_card_sgy h3{
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:6px;
font-weight:700;
font-size:16px;
color:#F2EAF8;
}
.dzt_supp_card_sgy p{
line-height:1.55;
font-size:13px;
color:#C4B4D4;
}
@media(max-width:1027px){
.dzt_supp_sgy{
grid-template-columns:1fr;
}
}
.dzt_pay_logos_sgy{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.dzt_pay_logos_sgy>*{
min-width:0;
}
.dzt_pay_sgy{
border-radius:8px;
border:1px solid #3A2A4A;
height:48px;
color:#C4B4D4;
font-size:0.75rem;
align-items:center;
font-weight:700;
justify-content:center;
display:flex;
}
.dzt_table_sgy{
border-radius:0.75rem;
overflow:hidden;
border:1px solid #3A2A4A;
}
.dzt_trow_sgy{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.dzt_trow_sgy>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.dzt_trow_sgy>div:first-child{
font-weight:700;
color:#F2EAF8;
padding-left:16px;
}
.dzt_trow_th_sgy{
background:#0F0A14;
letter-spacing:.06em;
color:#8E7AA0;
text-transform:uppercase;
font-size:0.594rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.dzt_trow_sgy:not(.dzt_trow_th_sgy){
background:#17101E;
border-top:1px solid #2A1E36;
color:#C4B4D4;
}
.dzt_trow_zebra_sgy{
background:#1C1425;
}
.dzt_pos_sgy{
color:#E030CC;
font-weight:700;
}
@media(max-width:1021px){
.dzt_pay_logos_sgy{
grid-template-columns:repeat(2,1fr);
}
}
.dzt_dw_h2_sgy{
font-weight:700;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.625rem;
margin-bottom:10px;
line-height:1.08;
color:#F2EAF8;
}
.dzt_steps_v_sgy{
grid-template-columns:1fr;
gap:0.625rem;
}
.dzt_steps_v_sgy .dzt_step_sgy{
padding:1.125rem 20px;
}
@media(max-width:558px){
.dzt_dw_h2_sgy{
font-size:1.438rem;
}
}
.dzt_steps_sgy{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dzt_steps_sgy>*{
min-width:0;
}
.dzt_step_sgy{
padding:1.5rem;
background:#17101E;
border:1px solid #3A2A4A;
border-radius:12px;
position:relative;
}
.dzt_step_num_sgy{
border-radius:8px;
background:#E030CC;
font-weight:700;
color:#1A0A22;
margin-bottom:14px;
align-items:center;
justify-content:center;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
height:30px;
font-size:13px;
width:30px;
display:flex;
}
.dzt_step_h_sgy{
font-size:16px;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F2EAF8;
margin-bottom:0.438rem;
font-weight:700;
}
.dzt_step_p_sgy{
color:#C4B4D4;
font-size:13px;
line-height:1.55;
}
@media(max-width:1027px){
.dzt_steps_sgy{
grid-template-columns:1fr;
}
}
.dzt_vip_head_sgy{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
margin-bottom:18px;
justify-content:space-between;
}
.dzt_vip_intro_sgy{
max-width:420px;
color:#C4B4D4;
font-size:13px;
}
.dzt_vip_sgy{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.dzt_vip_sgy>*{
min-width:0;
}
.dzt_tier_sgy{
padding:20px;
border:1px solid #3A2A4A;
background:#17101E;
border-radius:0.75rem;
}
.dzt_tier_on_sgy{
border-color:#E030CC;
background:rgba(224, 48, 204, 0.12);
}
.dzt_tier_medal_sgy{
background:linear-gradient(135deg,#E030CC,#A0189A);
border-radius:0.5rem;
width:30px;
margin-bottom:14px;
height:1.875rem;
}
.dzt_tier_name_sgy{
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F2EAF8;
margin-bottom:0.313rem;
font-size:15px;
}
.dzt_tier_tx_sgy{
line-height:1.5;
color:#8E7AA0;
font-size:0.719rem;
}
@media(max-width:1026px){
.dzt_vip_sgy{
grid-template-columns:repeat(2,1fr);
}
}
.dzt_op_h2_sgy{
margin:0.625rem 0 0.5rem;
line-height:1.1;
font-size:1.5rem;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#F2EAF8;
}
.dzt_op_text_sgy{
line-height:1.6;
font-size:0.844rem;
color:#C4B4D4;
}
@media(max-width:559px){
.dzt_op_h2_sgy{
font-size:22px;
}
}
.dzt_rv_head_sgy{
gap:12px;
justify-content:space-between;
margin-bottom:1.125rem;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
}
.dzt_rv_agg_sgy{
gap:0.625rem;
display:flex;
align-items:center;
}
.dzt_rv_source_sgy{
color:#8E7AA0;
font-size:0.781rem;
}
.dzt_rv_grid_sgy{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.dzt_rv_grid_sgy>*{
min-width:0;
}
.dzt_review_sgy{
border:1px solid #3A2A4A;
border-radius:0.75rem;
padding:1.5rem;
background:#17101E;
}
.dzt_review_sgy .dzt_stars_sgy{
margin-bottom:0.625rem;
}
.dzt_review_sgy p{
font-size:14.5px;
color:#F2EAF8;
margin-bottom:0.875rem;
line-height:1.5;
font-weight:600;
}
.dzt_review_by_sgy{
color:#8E7AA0;
font-size:0.781rem;
}
@media(max-width:1026px){
.dzt_rv_grid_sgy{
grid-template-columns:1fr;
}
}
.dzt_rc_sgy{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.dzt_rc_sgy>*{
min-width:0;
}
.dzt_rc_awards_sgy{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.dzt_award_sgy{
gap:11px;
display:flex;
align-items:center;
}
.dzt_award_sgy svg{
flex:none;
height:1.125rem;
width:18px;
color:#F0B830;
}
.dzt_award_t_sgy{
font-size:0.844rem;
color:#F2EAF8;
font-weight:700;
}
.dzt_award_s_sgy{
color:#8E7AA0;
font-size:0.719rem;
}
.dzt_rc_press_sgy{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.dzt_logo_cell_sgy{
border-radius:8px;
border:1px solid #3A2A4A;
justify-content:center;
align-items:center;
color:#C4B4D4;
font-size:0.813rem;
height:3rem;
font-weight:700;
display:flex;
}
.dzt_rc_partner_sgy{
background:#17101E;
border-radius:0.75rem;
border:1px solid #3A2A4A;
padding:20px;
}
.dzt_rc_partner_name_sgy{
font-weight:700;
font-size:1.125rem;
color:#F2EAF8;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:6px;
}
.dzt_rc_partner_text_sgy{
color:#C4B4D4;
font-size:0.781rem;
line-height:1.55;
}
@media(max-width:1023px){
.dzt_rc_sgy{
grid-template-columns:1fr;
gap:22px;
}
.dzt_rc_press_sgy{
grid-template-columns:repeat(4,1fr);
}
}
.dzt_provs_sgy{
grid-template-columns:repeat(6,1fr);
gap:12px;
display:grid;
margin-bottom:28px;
}
.dzt_provs_sgy>*{
min-width:0;
}
.dzt_prov_sgy{
border:1px solid #3A2A4A;
padding:12px;
border-radius:12px;
background:#17101E;
text-decoration:none;
height:4rem;
justify-content:center;
display:flex;
align-items:center;
}
.dzt_prov_img_sgy{
max-width:100%;
object-fit:contain;
max-height:32px;
}
.dzt_resp_sgy{
padding:1.625rem;
background:#17101E;
border:1px solid #3A2A4A;
gap:24px;
border-radius:0.75rem;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
display:flex;
}
.dzt_resp_in_sgy{
max-width:560px;
}
.dzt_resp_h_sgy{
margin-bottom:0.5rem;
font-size:1.188rem;
font-weight:700;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#F2EAF8;
}
.dzt_resp_p_sgy{
color:#C4B4D4;
font-size:13.5px;
line-height:1.6;
}
.dzt_resp_badges_sgy{
gap:14px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.dzt_age18_sgy{
padding:4px 0.5rem;
border-radius:0.5rem;
border:1.5px solid #E8303A;
font-weight:700;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#E8303A;
font-size:13px;
}
.dzt_resp_org_sgy{
font-weight:600;
font-size:0.813rem;
color:#8E7AA0;
}
@media(max-width:1021px){
.dzt_provs_sgy{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:559px){
.dzt_provs_sgy{
grid-template-columns:repeat(2,1fr);
}
}
.dzt_ab_h2_sgy{
margin:14px 0 16px;
color:#F2EAF8;
line-height:1.08;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:32px;
font-weight:700;
}
.dzt_ab_body_sgy{
font-size:0.938rem;
margin-bottom:0.875rem;
color:#C4B4D4;
line-height:1.65;
}
.dzt_ab_chips_sgy{
gap:10px;
flex-wrap:wrap;
margin-top:0.5rem;
display:flex;
}
.dzt_faq_sgy{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.dzt_faq_item_sgy{
border-radius:0.75rem;
padding:1.125rem 1.375rem;
background:#17101E;
border:1px solid #3A2A4A;
}
.dzt_faq_q_sgy{
gap:1rem;
list-style:none;
justify-content:space-between;
font-size:15.5px;
cursor:pointer;
color:#F2EAF8;
align-items:center;
font-weight:600;
display:flex;
}
.dzt_faq_q_sgy::-webkit-details-marker{
display:none;
}
.dzt_faq_q_t_sgy{
gap:10px;
display:flex;
}
.dzt_faq_q_i_sgy{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#E030CC;
font-style:normal;
}
.dzt_faq_pm_sgy{
font-size:20px;
color:#E030CC;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.dzt_faq_item_sgy[open] .dzt_faq_pm_sgy{
transform:rotate(45deg);
}
.dzt_faq_a_sgy{
color:#C4B4D4;
margin-top:0.75rem;
line-height:1.6;
font-size:13.5px;
}
@media(max-width:563px){
.dzt_ab_h2_sgy{
font-size:26px;
}
}
.dzt_gd_head_sgy{
gap:12px;
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
display:flex;
margin-bottom:1rem;
}
.dzt_et_h2_sgy{
margin:10px 0 14px;
color:#F2EAF8;
font-weight:700;
line-height:1.08;
font-size:28px;
font-family:"Familjen Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.dzt_et_right_sgy{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.dzt_et_updated_sgy{
padding:14px 18px;
border:1px solid #3A2A4A;
gap:10px;
background:#0F0A14;
border-radius:0.75rem;
font-size:12px;
color:#C4B4D4;
display:flex;
align-items:center;
}
.dzt_et_updated_sgy svg{
flex:none;
color:#E030CC;
width:15px;
height:15px;
}
.dzt_et_updated_sgy b{
color:#F2EAF8;
}
@media(max-width:561px){
.dzt_et_h2_sgy{
font-size:1.5rem;
}
}
.dzt_footer_sgy{
padding:40px 1.75rem;
background:#090610;
border-top:1px solid #2A1E36;
}
.dzt_footer_grid_sgy{
gap:32px;
grid-template-columns:1.4fr 1fr 1fr 1fr;
max-width:1400px;
margin-bottom:28px;
display:grid;
margin-left:auto;
margin-right:auto;
}
.dzt_footer_grid_sgy>*{
min-width:0;
}
.dzt_footer_grid_sgy h4{
color:#5A4D6A;
letter-spacing:.12em;
font-size:10px;
text-transform:uppercase;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
margin-bottom:0.813rem;
}
.dzt_fcol_sgy{
gap:0.563rem;
font-size:0.813rem;
color:#C4B4D4;
flex-direction:column;
display:flex;
}
.dzt_fcol_sgy a{
cursor:pointer;
}
.dzt_ft_about_sgy{
margin-top:12px;
font-size:0.813rem;
line-height:1.6;
max-width:260px;
color:#8E7AA0;
}
.dzt_ft_contact_sgy{
font-size:12.5px;
overflow-wrap:anywhere;
color:#E030CC;
margin-top:12px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.dzt_footer_bottom_sgy{
gap:16px;
margin:0 auto;
max-width:87.5rem;
display:flex;
padding-top:20px;
flex-wrap:wrap;
border-top:1px solid #2A1E36;
align-items:center;
justify-content:space-between;
}
.dzt_footer_bottom_sgy p{
line-height:1.6;
font-size:11px;
color:#5A4D6A;
max-width:45rem;
}
@media(max-width:1022px){
.dzt_footer_grid_sgy{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:560px){
.dzt_footer_grid_sgy{
grid-template-columns:1fr;
}
}