*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0A0F14;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing:antialiased;
line-height:1.55;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
font-size:0.938rem;
color:#A8C4CC;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
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:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(5, 12, 18, 0.74);
}
::-webkit-scrollbar-track{
background:transparent;
}
.qtb_shell_prt{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.qtb_main_prt{
min-width:0;
}
.qtb_wrap_prt{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.qtb_container_prt{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:87.5rem;
}
@media(min-width:766px){
.qtb_container_prt{
padding:0 28px;
}
}
.qtb_section_prt{
padding:1.5rem 28px;
}
.qtb_section_pt_prt{
padding-top:2.125rem;
}
.qtb_band_soft_prt{
background:#111820;
}
.qtb_eyebrow_prt{
text-transform:uppercase;
font-size:10.5px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.4;
color:#00C8DC;
display:inline-block;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.14em;
}
.qtb_drawer_cb_prt{
display:none;
}
.qtb_overlay_prt{
display:none;
}
@media(max-width:1027px){
.qtb_shell_prt{
grid-template-columns:1fr;
}
.qtb_main_prt{
padding-bottom:78px;
}
.qtb_drawer_cb_prt:checked~.qtb_overlay_prt{
inset:0;
background:rgba(5, 12, 18, 0.74);
position:fixed;
z-index:70;
display:block;
}
}
@media(max-width:561px){
.qtb_section_prt{
padding:18px 16px;
}
.qtb_section_pt_prt{
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 ---------- */
.qtb_side_prt{
padding:1.375rem 18px;
background:#0C1219;
gap:1.375rem;
border-right:1px solid #172530;
overflow-y:auto;
display:flex;
top:0;
align-self:start;
height:100vh;
position:sticky;
flex-direction:column;
}
.qtb_brand_prt{
gap:0.625rem;
align-items:center;
display:flex;
}
.qtb_logo_prt{
color:#E8F4F8;
font-weight:700;
letter-spacing:-.02em;
font-size:21px;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_side_cta_prt{
border:1px solid #1E3040;
border-radius:13px;
padding:16px;
background:rgba(0, 200, 220, 0.11);
}
.qtb_side_cta_h_prt{
font-weight:700;
color:#E8F4F8;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.375rem;
font-size:1.063rem;
line-height:1.15;
}
.qtb_side_cta_p_prt{
font-size:0.75rem;
color:#A8C4CC;
margin-bottom:12px;
line-height:1.45;
}
.qtb_nav_prt{
gap:3px;
flex-direction:column;
display:flex;
}
.qtb_nav_label_prt{
padding:6px 10px;
color:#3E5F6A;
text-transform:uppercase;
letter-spacing:.14em;
font-size:0.594rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.qtb_nav_item_prt{
gap:0.688rem;
padding:0.625rem;
border-radius:9px;
align-items:center;
color:#A8C4CC;
display:flex;
font-weight:500;
font-size:0.875rem;
}
.qtb_nav_item_prt svg{
height:1.063rem;
width:17px;
}
.qtb_nav_item_prt:hover{
background:rgba(0, 200, 220, 0.11);
color:#E8F4F8;
}
.qtb_nav_item_on_prt{
background:rgba(0, 200, 220, 0.11);
color:#00C8DC;
font-weight:600;
}
.qtb_side_foot_prt{
background:#111820;
border-radius:13px;
padding:0.75rem;
border:1px solid #1E3040;
margin-top:auto;
}
.qtb_side_foot_prt p{
font-size:12.5px;
color:#A8C4CC;
margin-top:4px;
line-height:1.4;
}
/* ---------- topbar ---------- */
.qtb_top_prt{
background:#0C1219;
padding:14px 1.75rem;
gap:1rem;
align-items:center;
top:0;
display:flex;
border-bottom:1px solid #172530;
z-index:40;
position:sticky;
}
.qtb_top_brand_prt{
gap:0.563rem;
align-items:center;
display:none;
}
.qtb_search_prt{
padding:11px 0.875rem;
flex:1;
gap:10px;
border:1px solid #1E3040;
border-radius:0.813rem;
background:#111820;
display:flex;
font-size:13.5px;
max-width:440px;
align-items:center;
color:#6A909C;
}
.qtb_search_prt svg{
flex:none;
height:1rem;
width:1rem;
}
.qtb_top_actions_prt{
gap:0.75rem;
align-items:center;
display:flex;
margin-left:auto;
}
.qtb_lang_prt{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#A8C4CC;
font-size:12px;
}
.qtb_burger_prt{
background:#111820;
border-radius:0.563rem;
border:1px solid #1E3040;
align-items:center;
color:#E8F4F8;
height:40px;
width:2.5rem;
display:none;
justify-content:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.qtb_botnav_prt{
display:none;
}
@media(max-width:1024px){
.qtb_side_prt{
transition:transform .25s ease;
z-index:80;
left:0;
position:fixed;
transform:translateX(-100%);
width:280px;
top:0;
height:100vh;
}
.qtb_drawer_cb_prt:checked~.qtb_shell_prt .qtb_side_prt{
transform:translateX(0);
}
.qtb_top_prt{
padding:14px 1rem;
gap:0.75rem;
position:static;
flex-wrap:wrap;
}
.qtb_top_brand_prt{
display:flex;
}
.qtb_search_prt{
display:none;
}
.qtb_burger_prt{
display:flex;
}
.qtb_top_actions_prt{
gap:10px;
margin-left:0;
align-items:stretch;
width:100%;
}
.qtb_top_actions_prt .qtb_lang_prt{
display:none;
}
.qtb_top_actions_prt .qtb_btn_prt{
padding:0.688rem 0.625rem;
flex:1;
text-align:center;
}
.qtb_botnav_prt{
grid-template-columns:repeat(3,1fr);
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
background:#0C1219;
bottom:0;
left:0;
transform:translateZ(0);
position:fixed;
right:0;
z-index:65;
display:grid;
border-top:1px solid #1E3040;
}
.qtb_bn_prt{
padding:0.375rem 2px 0;
gap:0.25rem;
font-size:10px;
color:#A8C4CC;
align-items:center;
justify-content:flex-end;
min-width:0;
display:flex;
font-weight:600;
flex-direction:column;
}
.qtb_bn_prt svg{
flex:none;
height:1.375rem;
width:1.375rem;
}
.qtb_bn_prt span{
overflow:hidden;
text-align:center;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
}
.qtb_bn_on_prt{
color:#00C8DC;
}
.qtb_bn_center_prt{
position:relative;
}
.qtb_bn_fab_prt{
background:#00C8DC;
border-radius:50%;
transform:translateX(-50%);
position:absolute;
width:3.125rem;
align-items:center;
box-shadow:0 8px 32px rgba(0, 0, 0, 0.65), 0 2px 0.5rem rgba(0, 200, 220, 0.18);
height:50px;
display:flex;
justify-content:center;
left:50%;
color:#041318;
top:-1.25rem;
}
.qtb_bn_fab_prt svg{
height:24px;
width:24px;
}
.qtb_bn_center_prt span{
color:#00C8DC;
}
}
.qtb_btn_prt{
border-radius:9px;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
padding:11px 22px;
gap:8px;
display:inline-flex;
cursor:pointer;
font-size:0.875rem;
justify-content:center;
font-weight:700;
align-items:center;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_btn_pri_prt{
background:#00C8DC;
box-shadow:0 0 18px rgba(0, 200, 220, 0.45), 0 4px 0.75rem rgba(0, 0, 0, 0.35);
color:#041318;
}
.qtb_btn_pri_prt:hover{
background:#00B0C4;
}
.qtb_btn_ghost_prt{
background:rgba(0, 200, 220, 0.11);
font-weight:600;
color:#E8F4F8;
}
.qtb_btn_line_prt{
border:1px solid #2A4558;
background:transparent;
color:#E8F4F8;
font-weight:600;
}
.qtb_btn_lg_prt{
padding:1rem 1.875rem;
border-radius:13px;
font-size:0.938rem;
}
.qtb_band_prt .qtb_btn_line_prt{
border-color:rgba(255, 255, 255, 0.12);
color:#E8F8FA;
}
.qtb_band_prt .qtb_btn_ghost_prt{
background:rgba(255, 255, 255, 0.08);
color:#E8F8FA;
}
.qtb_link_m_prt{
gap:5px;
display:inline-flex;
align-items:center;
text-decoration:none;
cursor:pointer;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#00C8DC;
font-size:12px;
}
.qtb_link_m_prt svg{
height:14px;
width:0.875rem;
}
.qtb_band_prt .qtb_link_m_prt{
color:#00D8E8;
}
.qtb_dot_prt{
flex:none;
background:#00C8DC;
border-radius:50%;
height:7px;
width:7px;
}
.qtb_dot_live_prt{
background:#E8303A;
animation:zm3-pulse 1.4s infinite;
}
.qtb_stars_prt{
gap:2px;
color:#00C8DC;
display:inline-flex;
}
.qtb_stars_prt svg{
height:15px;
width:0.938rem;
}
.qtb_chip_prt{
padding:7px 12px;
gap:0.375rem;
background:#111820;
border-radius:9px;
border:1px solid #1E3040;
align-items:center;
color:#A8C4CC;
font-size:0.688rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
}
.qtb_chip_on_prt{
background:rgba(0, 200, 220, 0.11);
border-color:transparent;
color:#00C8DC;
}
.qtb_gc_prt{
min-width:0;
text-decoration:none;
display:block;
cursor:pointer;
color:inherit;
}
.qtb_gc_thumb_prt{
border:1px solid #1E3040;
overflow:hidden;
border-radius:13px;
display:block;
background-size:cover;
position:relative;
background-position:center;
aspect-ratio:1;
}
.qtb_gc_thumb_portrait_prt{
aspect-ratio:3/4;
}
.qtb_gc_thumb_wide_prt{
aspect-ratio:16/11;
}
.qtb_gc_cap_prt{
padding:9px;
background:linear-gradient(transparent,rgba(5, 12, 18, 0.74));
right:0;
left:0;
position:absolute;
bottom:0;
}
.qtb_gc_name_prt{
font-size:0.781rem;
color:#E8F8FA;
display:block;
font-weight:700;
}
.qtb_gc_meta_prt{
font-size:0.688rem;
color:#7BBDC8;
}
.qtb_gc_badge_prt{
border-radius:9px;
padding:2px 0.375rem;
background:#00C8DC;
position:absolute;
color:#051015;
right:8px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-weight:700;
top:0.5rem;
font-size:8px;
}
.qtb_gc_badge_hot_prt{
background:#E8303A;
color:#E8F8FA;
}
.qtb_gc_badge_live_prt{
background:#E8303A;
color:#E8F8FA;
right:auto;
left:0.5rem;
}
.qtb_gc_mult_prt{
inset:0;
font-weight:700;
justify-content:center;
font-size:1.75rem;
position:absolute;
align-items:center;
color:#00C8DC;
display:flex;
}
.qtb_pc_prt{
border-radius:0.813rem;
border:1px solid #1E3040;
background:#111820;
justify-content:center;
font-size:0.875rem;
font-weight:700;
height:64px;
display:flex;
align-items:center;
color:#A8C4CC;
}
.qtb_rail_prt{
min-width:0;
}
.qtb_rail_scroll_prt{
gap:14px;
display:grid;
}
.qtb_rail_scroll_prt>*{
min-width:0;
}
.qtb_g6_prt{
grid-template-columns:repeat(6,1fr);
}
.qtb_g7_prt{
grid-template-columns:repeat(7,1fr);
}
.qtb_g4_prt{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1026px){
.qtb_g6_prt,.qtb_g7_prt{
grid-template-columns:none;
grid-auto-columns:120px;
overflow-x:auto;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
padding-bottom:6px;
}
.qtb_g6_prt>*,.qtb_g7_prt>*{
scroll-snap-align:start;
}
.qtb_g4_prt{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.qtb_g4_prt{
grid-template-columns:none;
overflow-x:auto;
grid-auto-columns:150px;
grid-auto-flow:column;
}
}
.qtb_panel_prt{
background:#111820;
padding:28px 32px;
border:1px solid #1E3040;
border-radius:1.25rem;
}
.qtb_split_prt{
gap:2.25rem;
display:grid;
align-items:start;
}
.qtb_split_prt>*{
min-width:0;
}
.qtb_split_a_prt{
grid-template-columns:.85fr 1.15fr;
}
.qtb_split_b_prt{
grid-template-columns:1fr 1.1fr;
}
.qtb_split_c_prt{
grid-template-columns:1.1fr .9fr;
}
.qtb_pgrid_prt{
gap:40px;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.qtb_pgrid_prt>*{
min-width:0;
}
.qtb_lead_prt{
font-size:0.938rem;
color:#A8C4CC;
margin-bottom:14px;
line-height:1.65;
}
.qtb_feat_prt{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.qtb_feat_prt>*{
min-width:0;
}
.qtb_feat2_prt{
grid-template-columns:1fr 1fr;
}
.qtb_feat_card_prt{
padding:1.625rem;
border:1px solid #1E3040;
border-radius:20px;
background:#111820;
}
.qtb_feat_card_prt svg{
width:1.625rem;
color:#00C8DC;
height:1.625rem;
margin-bottom:1rem;
}
.qtb_feat_card_prt h3{
margin-bottom:8px;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
font-weight:700;
font-size:1.125rem;
}
.qtb_feat_card_prt p{
font-size:0.813rem;
color:#A8C4CC;
line-height:1.6;
}
.qtb_feat_card_prt b{
color:#E8F4F8;
}
.qtb_big_prt{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.qtb_big_n_prt{
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#00C8DC;
font-size:26px;
}
.qtb_big_l_prt{
color:#6A909C;
font-size:12px;
}
.qtb_person_prt{
border:1px solid #1E3040;
padding:1rem 1.125rem;
gap:14px;
border-radius:13px;
background:#111820;
align-items:center;
display:flex;
}
.qtb_avatar_prt{
flex:none;
border-radius:50%;
background:linear-gradient(135deg,#00C8DC,#0088A0);
width:2.75rem;
height:44px;
}
.qtb_person_name_prt{
font-weight:700;
font-size:0.875rem;
color:#E8F4F8;
}
.qtb_person_role_prt{
font-size:0.75rem;
color:#6A909C;
}
.qtb_kv_prt{
border:1px solid #1E3040;
grid-template-columns:1fr 1fr;
background:#1E3040;
gap:1px;
border-radius:0.813rem;
overflow:hidden;
display:grid;
}
.qtb_kv_prt>div{
background:#0A0F14;
padding:1rem 18px;
min-width:0;
}
.qtb_kv_k_prt{
margin-bottom:0.313rem;
text-transform:uppercase;
color:#00C8DC;
font-size:0.594rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.qtb_kv_v_prt{
color:#E8F4F8;
font-size:13.5px;
font-weight:700;
}
@media(max-width:1022px){
.qtb_split_a_prt,.qtb_split_b_prt,.qtb_split_c_prt,.qtb_pgrid_prt{
gap:1.5rem;
grid-template-columns:1fr;
}
.qtb_feat_prt,.qtb_feat2_prt{
grid-template-columns:1fr;
}
.qtb_kv_prt{
grid-template-columns:1fr;
}
}
.qtb_sh_prt{
min-width:0;
margin-bottom:1rem;
}
.qtb_sh_row_prt{
gap:0.75rem;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.qtb_sh_row_prt .qtb_sh_l_prt{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.qtb_sh_stack_prt{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.qtb_sh_center_prt{
gap:0.625rem;
align-items:center;
display:flex;
text-align:center;
flex-direction:column;
}
.qtb_sh_h2_prt{
gap:9px;
font-weight:700;
align-items:center;
display:flex;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
line-height:1.1;
overflow-wrap:break-word;
font-size:20px;
}
@media(min-width:770px){
.qtb_sh_h2_prt{
font-size:1.5rem;
}
}
.qtb_band_prt .qtb_sh_h2_prt{
color:#E8F8FA;
}
.qtb_eb_mono_prt{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:none;
letter-spacing:.08em;
}
.qtb_eb_mono_prt::before{
content:"// ";
}
.qtb_eb_upper_prt{
letter-spacing:.14em;
text-transform:uppercase;
}
.qtb_eb_pill_prt{
padding:0.313rem 11px;
background:rgba(0, 200, 220, 0.11);
border-radius:62.438rem;
letter-spacing:.12em;
text-transform:uppercase;
}
.qtb_eb_line_prt{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.qtb_eb_line_prt::before{
background:#00C8DC;
display:inline-block;
height:1px;
content:"";
width:1.5rem;
}
.qtb_band_prt .qtb_eb_line_prt::before{
background:#00D8E8;
}
.qtb_band_prt .qtb_eb_pill_prt{
background:rgba(255, 255, 255, 0.08);
}
.qtb_sh_link_prt{
gap:6px;
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
color:#E8F4F8;
border-bottom:1px solid #E8F4F8;
font-weight:600;
white-space:nowrap;
padding-bottom:2px;
font-size:0.813rem;
align-items:center;
display:inline-flex;
}
.qtb_sh_link_prt:hover{
border-color:#00C8DC;
color:#00C8DC;
}
.qtb_sh_link_prt svg{
height:0.875rem;
width:14px;
}
.qtb_sh_link_chev_prt{
color:#00C8DC;
padding-bottom:0;
font-size:12px;
border-bottom:0;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.qtb_sh_link_btn_prt{
border-radius:999px;
padding:0.563rem 1.125rem;
background:#00C8DC;
border-bottom:0;
color:#041318;
}
.qtb_sh_link_btn_prt:hover{
border-color:transparent;
background:#00B0C4;
}
.qtb_band_prt .qtb_sh_link_prt{
border-color:#E8F8FA;
color:#E8F8FA;
}
.qtb_band_prt .qtb_sh_link_chev_prt{
color:#00D8E8;
}
.qtb_sh_rule_prt{
background:#1E3040;
margin:-2px 0 16px;
height:1px;
}
.qtb_band_prt .qtb_sh_rule_prt{
background:rgba(255, 255, 255, 0.12);
}
.qtb_seo_grid3_prt{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.qtb_seo_grid4_prt{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.qtb_seo_grid3_prt>*,.qtb_seo_grid4_prt>*{
min-width:0;
}
.qtb_seo_card_prt{
border-radius:13px;
border:1px solid #1E3040;
padding:24px;
background:#111820;
}
.qtb_seo_card_prt h3{
color:#E8F4F8;
font-weight:700;
margin-bottom:0.5rem;
font-size:18px;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_seo_card_prt p{
font-size:0.813rem;
line-height:1.6;
color:#A8C4CC;
}
.qtb_seo_card_sm_prt{
padding:20px;
}
.qtb_seo_card_sm_prt h3{
font-size:16px;
}
.qtb_seo_card_sm_prt p{
line-height:1.55;
font-size:12.5px;
}
.qtb_seo_rtp_row_prt{
grid-template-columns:1fr 1fr;
gap:36px;
margin-top:1rem;
align-items:center;
display:grid;
}
.qtb_rtp_prt{
gap:14px;
display:flex;
min-width:0;
}
.qtb_rtp_prt>div{
background:#0A0F14;
border-radius:0.813rem;
padding:16px;
flex:1;
min-width:0;
text-align:center;
}
.qtb_rtp_n_prt{
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
white-space:nowrap;
color:#00C8DC;
font-weight:700;
font-size:1.625rem;
}
.qtb_rtp_l_prt{
color:#6A909C;
font-size:0.688rem;
margin-top:0.25rem;
}
.qtb_cmp_prt{
border:1px solid #1E3040;
border-radius:13px;
overflow:hidden;
max-width:47.5rem;
}
.qtb_cmp_row_prt{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.qtb_cmp_row_prt>div{
padding:13px 0.875rem;
min-width:0;
text-align:center;
}
.qtb_cmp_row_prt>div:first-child{
text-align:left;
padding-left:22px;
color:#E8F4F8;
font-weight:600;
}
.qtb_cmp_th_prt{
background:#0A0F14;
font-weight:700;
font-size:12.5px;
}
.qtb_cmp_row_prt:not(.qtb_cmp_th_prt){
background:#111820;
color:#A8C4CC;
border-top:1px solid #172530;
}
.qtb_cmp_zebra_prt{
background:#0D1419;
}
.qtb_guide_prt{
border:1px solid #1E3040;
overflow:hidden;
background:#111820;
border-radius:0.813rem;
cursor:pointer;
}
.qtb_guide_cover_prt{
height:8.125rem;
}
.qtb_guide_body_prt{
padding:20px;
}
.qtb_guide_body_prt h3{
margin:7px 0 0.563rem;
line-height:1.25;
font-size:1rem;
color:#E8F4F8;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_guide_meta_prt{
font-size:0.719rem;
color:#6A909C;
}
.qtb_hub_prt{
gap:28px;
grid-template-columns:repeat(5,1fr);
padding-top:1.75rem;
display:grid;
border-top:1px solid #172530;
}
.qtb_hub_prt>*{
min-width:0;
}
.qtb_hub_prt h4{
color:#E8F4F8;
font-size:13px;
margin-bottom:0.688rem;
font-weight:700;
}
.qtb_hub_col_prt{
gap:0.5rem;
font-size:13px;
flex-direction:column;
display:flex;
color:#A8C4CC;
}
.qtb_hub_col_prt a{
cursor:pointer;
}
@media(max-width:1023px){
.qtb_seo_grid3_prt{
grid-template-columns:1fr;
}
.qtb_seo_grid4_prt{
grid-template-columns:repeat(2,1fr);
}
.qtb_seo_rtp_row_prt{
grid-template-columns:1fr;
gap:20px;
}
.qtb_hub_prt{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.qtb_hub_prt{
grid-template-columns:1fr;
}
}
.qtb_hero_prt{
border:1px solid #1E3040;
overflow:hidden;
border-radius:1.25rem;
background:linear-gradient(120deg,#071219,#040E18);
padding:46px 48px;
position:relative;
color:#E8F8FA;
}
.qtb_hero_glow_prt{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 220, 0.22),transparent 70%);
position:absolute;
height:340px;
top:-3.75rem;
width:340px;
right:-3.75rem;
}
.qtb_hero_in_prt{
max-width:37.5rem;
position:relative;
}
.qtb_hero_prt .qtb_eyebrow_prt{
color:#00D8E8;
}
.qtb_pill_row_prt{
background:rgba(255, 255, 255, 0.08);
border-radius:999px;
padding:6px 0.813rem;
gap:0.5rem;
border:1px solid rgba(255, 255, 255, 0.12);
margin-bottom:22px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
font-size:0.656rem;
letter-spacing:.1em;
color:#00D8E8;
text-transform:uppercase;
align-items:center;
}
.qtb_hero_h1_prt{
margin:18px 0;
overflow-wrap:break-word;
font-size:3.375rem;
letter-spacing:-.02em;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F8FA;
line-height:1.02;
}
.qtb_hero_h1_prt em{
font-style:normal;
color:#00D8E8;
}
.qtb_hero_sub_prt{
max-width:480px;
color:#7BBDC8;
font-size:1.063rem;
margin-bottom:1.75rem;
line-height:1.55;
}
.qtb_hero_cta_prt{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
margin-bottom:26px;
}
.qtb_hero_trust_prt{
gap:0.875rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.qtb_hero_rating_txt_prt{
font-size:13px;
color:#7BBDC8;
}
@media(max-width:1021px){
.qtb_hero_prt{
padding:32px 1.5rem;
}
.qtb_hero_h1_prt{
font-size:2.375rem;
}
}
@media(max-width:562px){
.qtb_hero_h1_prt{
font-size:30px;
}
}
.qtb_tabs_prt{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.qtb_tab_prt{
padding:10px 1.125rem;
background:#111820;
border-radius:9px;
border:1px solid #1E3040;
color:#A8C4CC;
font-size:0.813rem;
cursor:pointer;
font-weight:600;
}
.qtb_tab_on_prt{
border-color:transparent;
background:#00C8DC;
color:#041318;
font-weight:700;
}
.qtb_stat_prt{
grid-template-columns:repeat(4,1fr);
gap:14px;
display:grid;
}
.qtb_stat_prt>*{
min-width:0;
}
.qtb_stat_item_prt{
border:1px solid #1E3040;
padding:18px 20px;
background:#111820;
border-radius:13px;
}
.qtb_stat_k_prt{
text-transform:uppercase;
color:#6A909C;
letter-spacing:.12em;
margin-bottom:7px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.594rem;
}
.qtb_stat_v_prt{
gap:0.5rem;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
min-width:0;
align-items:center;
overflow-wrap:anywhere;
color:#E8F4F8;
display:flex;
font-size:1.5rem;
}
.qtb_stat_v_accent_prt{
color:#00C8DC;
}
@media(max-width:1022px){
.qtb_stat_prt{
grid-template-columns:repeat(2,1fr);
}
}
.qtb_wlc_prt{
background:linear-gradient(120deg,#071219,#040E18);
gap:1.5rem;
border:1px solid #1E3040;
overflow:hidden;
grid-template-columns:1.2fr .8fr;
padding:36px 2.5rem;
border-radius:1.25rem;
align-items:center;
position:relative;
display:grid;
color:#E8F8FA;
}
.qtb_wlc_prt>*{
min-width:0;
}
.qtb_wlc_prt .qtb_eyebrow_prt{
color:#00D8E8;
}
.qtb_wlc_glow_prt{
background:radial-gradient(circle,rgba(0, 210, 220, 0.22),transparent 70%);
border-radius:50%;
right:-2.5rem;
position:absolute;
top:-2.5rem;
width:16.25rem;
height:260px;
}
.qtb_wlc_in_prt{
position:relative;
}
.qtb_wlc_h2_prt{
margin:10px 0 8px;
overflow-wrap:break-word;
color:#E8F8FA;
line-height:1.03;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:34px;
font-weight:700;
}
.qtb_wlc_h2_prt em{
font-style:normal;
color:#00D8E8;
}
.qtb_wlc_sub_prt{
color:#7BBDC8;
max-width:420px;
margin-bottom:18px;
line-height:1.55;
font-size:14px;
}
.qtb_wlc_terms_prt{
gap:10px;
display:flex;
flex-direction:column;
position:relative;
}
.qtb_term_prt{
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:13px;
gap:0.688rem;
padding:13px 0.938rem;
display:flex;
align-items:center;
}
.qtb_term_prt svg{
flex:none;
width:1.25rem;
color:#00D8E8;
height:1.25rem;
}
.qtb_term_k_prt{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#7BBDC8;
letter-spacing:.1em;
text-transform:uppercase;
font-size:9.5px;
}
.qtb_term_v_prt{
color:#E8F8FA;
font-weight:700;
font-size:14px;
margin-top:2px;
}
@media(max-width:1027px){
.qtb_wlc_prt{
grid-template-columns:1fr;
}
}
@media(max-width:560px){
.qtb_wlc_h2_prt{
font-size:26px;
}
}
.qtb_jp_prt{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.qtb_jp_prt>*{
min-width:0;
}
.qtb_jp_hero_prt{
border-radius:20px;
overflow:hidden;
border:1px solid #1E3040;
background:linear-gradient(135deg,#071219,#040E18);
padding:26px;
gap:0.875rem;
color:#E8F8FA;
flex-direction:column;
min-height:11.25rem;
display:flex;
position:relative;
justify-content:space-between;
}
.qtb_jp_glow_prt{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 210, 220, 0.22),transparent 70%);
width:180px;
right:-40px;
position:absolute;
height:180px;
top:-40px;
}
.qtb_jp_k_row_prt{
gap:10px;
align-items:center;
justify-content:space-between;
display:flex;
position:relative;
}
.qtb_jp_k_prt{
color:#6A909C;
letter-spacing:.12em;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.625rem;
text-transform:uppercase;
}
.qtb_jp_hero_prt .qtb_jp_k_prt{
color:#7BBDC8;
}
.qtb_jp_amt_prt{
position:relative;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:42px;
line-height:1;
color:#00D8E8;
}
.qtb_jp_sub_prt{
margin-top:5px;
font-size:0.75rem;
color:#7BBDC8;
}
.qtb_jp_cell_prt{
border:1px solid #1E3040;
padding:1.375rem;
border-radius:20px;
background:#111820;
flex-direction:column;
min-height:180px;
display:flex;
justify-content:space-between;
}
.qtb_jp_cell_prt .qtb_jp_amt_prt{
font-size:30px;
color:#E8F4F8;
}
.qtb_jp_cell_prt .qtb_jp_sub_prt{
color:#6A909C;
}
@media(max-width:1027px){
.qtb_jp_prt{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.qtb_jp_amt_prt{
font-size:2rem;
}
}
.qtb_steps_prt{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.qtb_steps_prt>*{
min-width:0;
}
.qtb_step_prt{
background:#111820;
border:1px solid #1E3040;
padding:24px;
border-radius:13px;
position:relative;
}
.qtb_step_num_prt{
background:#00C8DC;
border-radius:0.563rem;
width:1.875rem;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#051015;
display:flex;
justify-content:center;
align-items:center;
height:1.875rem;
font-weight:700;
margin-bottom:14px;
font-size:13px;
}
.qtb_step_h_prt{
margin-bottom:0.438rem;
font-size:16px;
font-weight:700;
color:#E8F4F8;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_step_p_prt{
line-height:1.55;
font-size:0.813rem;
color:#A8C4CC;
}
@media(max-width:1022px){
.qtb_steps_prt{
grid-template-columns:1fr;
}
}
.qtb_promo_grid_prt{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.qtb_promo_grid_prt>*{
min-width:0;
}
.qtb_promo_prt{
overflow:hidden;
border-radius:20px;
padding:24px;
background:#111820;
border:1px solid #1E3040;
min-height:150px;
position:relative;
}
.qtb_promo_h_prt{
font-size:1.625rem;
margin-top:6px;
font-weight:700;
color:#E8F4F8;
line-height:1.05;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_promo_h_prt em{
color:#00C8DC;
font-style:normal;
}
.qtb_promo_p_prt{
line-height:1.5;
color:#A8C4CC;
margin-top:8px;
font-size:12.5px;
}
.qtb_promo_feat_prt{
background:linear-gradient(135deg,#071219,#040E18);
border-color:#1E3040;
}
.qtb_promo_feat_prt .qtb_promo_h_prt{
color:#E8F8FA;
}
.qtb_promo_feat_prt .qtb_promo_h_prt em{
color:#00D8E8;
}
.qtb_promo_feat_prt .qtb_promo_p_prt{
color:#7BBDC8;
}
.qtb_promo_feat_prt .qtb_eyebrow_prt{
color:#00D8E8;
}
@media(max-width:1023px){
.qtb_promo_grid_prt{
grid-template-columns:1fr;
}
}
.qtb_pay_logos_prt{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.qtb_pay_logos_prt>*{
min-width:0;
}
.qtb_pay_prt{
border:1px solid #1E3040;
border-radius:0.563rem;
color:#A8C4CC;
justify-content:center;
display:flex;
font-weight:700;
align-items:center;
font-size:0.75rem;
height:3rem;
}
.qtb_table_prt{
border-radius:13px;
overflow:hidden;
border:1px solid #1E3040;
}
.qtb_trow_prt{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.qtb_trow_prt>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.qtb_trow_prt>div:first-child{
color:#E8F4F8;
padding-left:16px;
font-weight:700;
}
.qtb_trow_th_prt{
background:#0A0F14;
letter-spacing:.06em;
color:#6A909C;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.594rem;
text-transform:uppercase;
}
.qtb_trow_prt:not(.qtb_trow_th_prt){
background:#111820;
border-top:1px solid #172530;
color:#A8C4CC;
}
.qtb_trow_zebra_prt{
background:#0D1419;
}
.qtb_pos_prt{
font-weight:700;
color:#00C8DC;
}
@media(max-width:1025px){
.qtb_pay_logos_prt{
grid-template-columns:repeat(2,1fr);
}
}
.qtb_vip_head_prt{
gap:12px;
justify-content:space-between;
display:flex;
align-items:flex-end;
margin-bottom:1.125rem;
flex-wrap:wrap;
}
.qtb_vip_intro_prt{
color:#A8C4CC;
font-size:0.813rem;
max-width:420px;
}
.qtb_vip_prt{
gap:0.75rem;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.qtb_vip_prt>*{
min-width:0;
}
.qtb_tier_prt{
border:1px solid #1E3040;
padding:20px;
background:#111820;
border-radius:0.813rem;
}
.qtb_tier_on_prt{
border-color:#00C8DC;
background:rgba(0, 200, 220, 0.11);
}
.qtb_tier_medal_prt{
border-radius:0.563rem;
background:linear-gradient(135deg,#00C8DC,#0088A0);
margin-bottom:0.875rem;
height:30px;
width:1.875rem;
}
.qtb_tier_name_prt{
margin-bottom:0.313rem;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
font-size:0.938rem;
font-weight:700;
}
.qtb_tier_tx_prt{
line-height:1.5;
color:#6A909C;
font-size:11.5px;
}
@media(max-width:1021px){
.qtb_vip_prt{
grid-template-columns:repeat(2,1fr);
}
}
.qtb_gm_prt{
grid-template-columns:1.3fr 1fr;
gap:1rem;
display:grid;
}
.qtb_gm_prt>*{
min-width:0;
}
.qtb_gm_panel_prt{
background:#111820;
padding:28px;
border-radius:20px;
border:1px solid #1E3040;
}
.qtb_gm_h2_prt{
margin:10px 0 0.5rem;
color:#E8F4F8;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:1.5rem;
}
.qtb_gm_text_prt{
margin-bottom:1.25rem;
line-height:1.6;
font-size:0.844rem;
max-width:440px;
color:#A8C4CC;
}
.qtb_gm_level_prt{
gap:0.875rem;
align-items:center;
margin-bottom:1rem;
display:flex;
}
.qtb_gm_lv_prt{
color:#00C8DC;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.5rem;
}
.qtb_gm_bar_wrap_prt{
flex:1;
min-width:0;
}
.qtb_gm_bar_meta_prt{
font-size:10px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#6A909C;
display:flex;
margin-bottom:5px;
justify-content:space-between;
}
.qtb_bar_prt{
overflow:hidden;
background:#0A0F14;
border-radius:999px;
height:0.5rem;
}
.qtb_bar_fill_prt{
background:linear-gradient(90deg,#00C8DC,#0088A0);
border-radius:999px;
display:block;
height:100%;
}
.qtb_gm_missions_prt{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.qtb_gm_refer_prt{
overflow:hidden;
padding:28px;
background:linear-gradient(150deg,#071219,#040E18);
border:1px solid #1E3040;
border-radius:20px;
justify-content:space-between;
position:relative;
color:#E8F8FA;
flex-direction:column;
display:flex;
}
.qtb_gm_refer_prt .qtb_eyebrow_prt{
color:#00D8E8;
}
.qtb_gm_ref_h2_prt{
margin:10px 0 8px;
line-height:1.1;
font-weight:700;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.5rem;
color:#E8F8FA;
}
.qtb_gm_ref_h2_prt em{
font-style:normal;
color:#00D8E8;
}
.qtb_gm_ref_text_prt{
line-height:1.55;
margin-bottom:1.125rem;
color:#7BBDC8;
font-size:0.813rem;
}
@media(max-width:1021px){
.qtb_gm_prt{
grid-template-columns:1fr;
}
}
.qtb_dw_h2_prt{
margin-bottom:10px;
color:#E8F4F8;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:26px;
line-height:1.08;
}
.qtb_steps_v_prt{
grid-template-columns:1fr;
gap:0.625rem;
}
.qtb_steps_v_prt .qtb_step_prt{
padding:18px 1.25rem;
}
@media(max-width:562px){
.qtb_dw_h2_prt{
font-size:23px;
}
}
.qtb_news_prt{
background:linear-gradient(135deg,#071219,#040E18);
border-radius:20px;
padding:1.625rem 2rem;
gap:1.5rem;
border:1px solid #1E3040;
color:#E8F8FA;
align-items:center;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.qtb_news_h3_prt{
font-weight:700;
font-size:1.25rem;
color:#E8F8FA;
margin-bottom:4px;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_news_text_prt{
font-size:13px;
color:#7BBDC8;
}
.qtb_news_form_prt{
gap:0.625rem;
flex:1;
display:flex;
max-width:27.5rem;
min-width:0;
}
.qtb_news_form_prt .qtb_input_prt{
min-width:0;
}
@media(max-width:562px){
.qtb_news_form_prt{
width:100%;
}
}
.qtb_input_prt{
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:0.563rem;
flex:1;
background:rgba(255, 255, 255, 0.08);
padding:13px 1rem;
font-size:0.844rem;
color:#7BBDC8;
}
.qtb_supp_prt{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.qtb_supp_prt>*{
min-width:0;
}
.qtb_supp_card_prt{
background:#111820;
border:1px solid #1E3040;
border-radius:0.813rem;
padding:24px;
}
.qtb_supp_card_prt svg{
height:24px;
margin-bottom:14px;
color:#00C8DC;
width:24px;
}
.qtb_supp_card_prt h3{
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#E8F4F8;
margin-bottom:6px;
font-size:1rem;
}
.qtb_supp_card_prt p{
line-height:1.55;
color:#A8C4CC;
font-size:13px;
}
@media(max-width:1021px){
.qtb_supp_prt{
grid-template-columns:1fr;
}
}
.qtb_op_h2_prt{
margin:10px 0 8px;
font-weight:700;
line-height:1.1;
font-size:1.5rem;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
}
.qtb_op_text_prt{
line-height:1.6;
font-size:13.5px;
color:#A8C4CC;
}
@media(max-width:557px){
.qtb_op_h2_prt{
font-size:22px;
}
}
.qtb_ab_h2_prt{
margin:14px 0 1rem;
line-height:1.08;
font-weight:700;
color:#E8F4F8;
font-size:2rem;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_ab_body_prt{
color:#A8C4CC;
font-size:15px;
margin-bottom:14px;
line-height:1.65;
}
.qtb_ab_chips_prt{
gap:0.625rem;
margin-top:0.5rem;
flex-wrap:wrap;
display:flex;
}
.qtb_faq_prt{
gap:10px;
display:flex;
flex-direction:column;
}
.qtb_faq_item_prt{
padding:1.125rem 1.375rem;
border:1px solid #1E3040;
border-radius:13px;
background:#111820;
}
.qtb_faq_q_prt{
gap:1rem;
list-style:none;
font-weight:600;
color:#E8F4F8;
font-size:0.969rem;
align-items:center;
display:flex;
justify-content:space-between;
cursor:pointer;
}
.qtb_faq_q_prt::-webkit-details-marker{
display:none;
}
.qtb_faq_q_t_prt{
gap:10px;
display:flex;
}
.qtb_faq_q_i_prt{
font-style:normal;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#00C8DC;
}
.qtb_faq_pm_prt{
color:#00C8DC;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:20px;
}
.qtb_faq_item_prt[open] .qtb_faq_pm_prt{
transform:rotate(45deg);
}
.qtb_faq_a_prt{
margin-top:12px;
line-height:1.6;
color:#A8C4CC;
font-size:0.844rem;
}
@media(max-width:563px){
.qtb_ab_h2_prt{
font-size:1.625rem;
}
}
.qtb_provs_prt{
grid-template-columns:repeat(6,1fr);
gap:0.75rem;
margin-bottom:1.75rem;
display:grid;
}
.qtb_provs_prt>*{
min-width:0;
}
.qtb_prov_prt{
padding:12px;
border-radius:0.813rem;
background:#111820;
border:1px solid #1E3040;
height:4rem;
align-items:center;
justify-content:center;
text-decoration:none;
display:flex;
}
.qtb_prov_img_prt{
max-width:100%;
max-height:32px;
object-fit:contain;
}
.qtb_resp_prt{
padding:1.625rem;
border-radius:0.813rem;
border:1px solid #1E3040;
gap:24px;
background:#111820;
justify-content:space-between;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.qtb_resp_in_prt{
max-width:560px;
}
.qtb_resp_h_prt{
margin-bottom:8px;
font-size:1.188rem;
font-weight:700;
color:#E8F4F8;
font-family:"Albert Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.qtb_resp_p_prt{
color:#A8C4CC;
font-size:0.844rem;
line-height:1.6;
}
.qtb_resp_badges_prt{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.qtb_age18_prt{
padding:0.25rem 0.5rem;
border:1.5px solid #E8303A;
border-radius:0.563rem;
font-weight:700;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:13px;
color:#E8303A;
}
.qtb_resp_org_prt{
color:#6A909C;
font-weight:600;
font-size:0.813rem;
}
@media(max-width:1023px){
.qtb_provs_prt{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:562px){
.qtb_provs_prt{
grid-template-columns:repeat(2,1fr);
}
}
.qtb_footer_prt{
background:#060C10;
padding:2.5rem 28px;
border-top:1px solid #172530;
}
.qtb_footer_grid_prt{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
margin-bottom:1.75rem;
max-width:1400px;
margin-left:auto;
margin-right:auto;
display:grid;
}
.qtb_footer_grid_prt>*{
min-width:0;
}
.qtb_footer_grid_prt h4{
color:#3E5F6A;
font-size:10px;
text-transform:uppercase;
letter-spacing:.12em;
margin-bottom:13px;
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.qtb_fcol_prt{
gap:0.563rem;
display:flex;
flex-direction:column;
font-size:0.813rem;
color:#A8C4CC;
}
.qtb_fcol_prt a{
cursor:pointer;
}
.qtb_ft_about_prt{
margin-top:0.75rem;
color:#6A909C;
line-height:1.6;
max-width:260px;
font-size:13px;
}
.qtb_ft_contact_prt{
font-family:"Fira Code", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-top:12px;
font-size:12.5px;
color:#00C8DC;
overflow-wrap:anywhere;
}
.qtb_footer_bottom_prt{
margin:0 auto;
gap:1rem;
flex-wrap:wrap;
max-width:1400px;
justify-content:space-between;
display:flex;
padding-top:1.25rem;
align-items:center;
border-top:1px solid #172530;
}
.qtb_footer_bottom_prt p{
max-width:720px;
font-size:11px;
line-height:1.6;
color:#3E5F6A;
}
@media(max-width:1023px){
.qtb_footer_grid_prt{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:562px){
.qtb_footer_grid_prt{
grid-template-columns:1fr;
}
}