*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#17121E;
overflow-wrap:break-word;
font-size:15px;
font-family:"PT Sans", 'Helvetica Neue', Arial, sans-serif;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
line-height:1.6;
color:#C9C2D8;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.54);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.quhlayout-g3b{
display:flex;
min-height:100vh;
flex-direction:column;
}
.quhmain-g3b{
flex:1 1 auto;
width:100%;
min-width:0;
}
.quhcontainer-g3b{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:770px){
.quhcontainer-g3b{
padding:0 2rem;
}
}
@media(min-width:1101px){
.quhcontainer-g3b{
padding:0 3.5rem;
}
}
.quheyebrow-g3b{
overflow-wrap:break-word;
letter-spacing:.2em;
font-size:0.688rem;
line-height:1.4;
text-transform:uppercase;
display:inline-block;
font-weight:600;
color:#2ECC82;
font-family:"PT Sans", 'Helvetica Neue', Arial, sans-serif;
}
.quhband-g3b{
background:#0F1A14;
color:#EEF8F2;
}
.quhband-g3b .quheyebrow-g3b{
color:#3DF5A0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.quhtb-g3b{
background:#17121E;
top:0;
z-index:50;
border-bottom:1px solid rgba(240,237,248,0.13);
position:sticky;
}
.quhtb_in-g3b{
gap:1rem;
margin:0 auto;
padding:12px 16px;
max-width:87.5rem;
display:flex;
width:100%;
justify-content:space-between;
align-items:center;
}
@media(min-width:769px){
.quhtb_in-g3b{
padding:16px 2rem;
}
}
@media(min-width:1100px){
.quhtb_in-g3b{
padding:18px 56px;
}
}
.quhtb_left-g3b{
gap:28px;
min-width:0;
align-items:center;
display:flex;
}
.quhtb_logo-g3b{
gap:11px;
align-items:center;
display:flex;
min-width:0;
}
.quhtb_logo_mark-g3b{
border-radius:8px;
flex:0 0 auto;
width:34px;
object-fit:cover;
height:2.125rem;
}
.quhtb_logo_txt-g3b{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.quhtb_logo_name-g3b{
overflow:hidden;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
text-overflow:ellipsis;
color:#F0EDF8;
white-space:nowrap;
font-weight:700;
font-size:1.375rem;
letter-spacing:.02em;
}
.quhtb_logo_sub-g3b{
overflow:hidden;
color:#2ECC82;
font-size:0.531rem;
font-weight:600;
margin-top:4px;
white-space:nowrap;
letter-spacing:.32em;
text-overflow:ellipsis;
text-transform:uppercase;
}
.quhtb_nav-g3b{
display:none;
}
@media(min-width:959px){
.quhtb_nav-g3b{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.quhtb_nav_item-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1),border-color .22s cubic-bezier(0.4,0,0.2,1);
white-space:nowrap;
color:#C9C2D8;
font-size:14px;
font-weight:600;
border-bottom:2px solid transparent;
padding-bottom:3px;
}
.quhtb_nav_item-g3b:hover{
color:#F0EDF8;
}
.quhtb_nav_item-g3b.quhstate_active-g3b{
border-color:#2ECC82;
color:#F0EDF8;
}
.quhtb_right-g3b{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.quhtb_search-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1);
justify-content:center;
color:#C9C2D8;
display:flex;
align-items:center;
}
.quhtb_search-g3b:hover{
color:#2ECC82;
}
.quhtb_search-g3b svg{
height:18px;
width:1.125rem;
}
.quhtb_lang-g3b{
color:#9A90AE;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
font-size:11px;
}
.quhtb_lang-g3b:hover{
color:#F0EDF8;
}
.quhtb_login-g3b{
font-size:0.875rem;
color:#F0EDF8;
display:none;
font-weight:600;
}
@media(min-width:769px){
.quhtb_login-g3b{
display:inline-block;
}
}
.quhtb_register-g3b{
transition:background-color .22s cubic-bezier(0.4,0,0.2,1);
padding:0.688rem 1.375rem;
border-radius:62.438rem;
background:#2ECC82;
color:#0E0B14;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
}
.quhtb_register-g3b:hover{
background:#26B872;
}
.quhmob-g3b{
background:#17121E;
bottom:0;
right:0;
left:0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
border-top:1px solid rgba(240,237,248,0.13);
position:fixed;
}
@media(min-width:961px){
.quhmob-g3b{
display:none;
}
}
.quhmob_in-g3b{
margin:0 auto;
max-width:35rem;
display:flex;
justify-content:space-around;
align-items:stretch;
}
.quhmob_item-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1);
gap:3px;
padding:9px 0.25rem;
flex:1 1 0;
align-items:center;
color:#9A90AE;
display:flex;
flex-direction:column;
min-width:0;
}
.quhmob_item-g3b.quhstate_active-g3b{
color:#2ECC82;
}
.quhmob_ic-g3b{
display:flex;
align-items:center;
justify-content:center;
}
.quhmob_ic-g3b svg{
height:20px;
width:1.25rem;
}
.quhmob_lb-g3b{
overflow:hidden;
text-overflow:ellipsis;
font-weight:600;
white-space:nowrap;
font-size:10px;
max-width:100%;
}
@media(max-width:962px){
body{
padding-bottom:60px;
}
}
.quhrail-g3b{
position:relative;
min-width:0;
}
.quhrail_scroll-g3b{
gap:0.875rem;
display:flex;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
scrollbar-width:thin;
padding-bottom:0.875rem;
}
@media(min-width:766px){
.quhrail_scroll-g3b{
gap:18px;
}
}
.quhgc-g3b{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:765px){
.quhgc-g3b{
width:188px;
}
}
.quhgc_img-g3b{
background:#211A2B;
overflow:hidden;
border-radius:14px;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.32);
padding-bottom:133.33%;
position:relative;
}
.quhgc_img-g3b img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.quhgc_cover-g3b{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.54));
pointer-events:none;
position:absolute;
}
.quhgc_hover-g3b{
inset:0;
transition:opacity .22s cubic-bezier(0.4,0,0.2,1);
background:rgba(0,0,0,0.54);
position:absolute;
justify-content:center;
align-items:center;
display:flex;
opacity:0;
}
.quhgc-g3b:hover .quhgc_hover-g3b{
opacity:1;
}
.quhgc_hover_btn-g3b{
border-radius:999px;
background:#2ECC82;
color:#0E0B14;
justify-content:center;
height:2.875rem;
display:flex;
align-items:center;
width:2.875rem;
}
.quhgc_hover_btn-g3b svg{
height:1.125rem;
width:1.125rem;
}
.quhgc_info-g3b{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
display:flex;
}
.quhgc_name-g3b{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:13px;
color:#F0EDF8;
font-weight:700;
}
.quhgc_prov-g3b{
overflow:hidden;
white-space:nowrap;
font-size:0.688rem;
color:#9A90AE;
text-overflow:ellipsis;
}
.quhgc_meta-g3b{
font-size:0.688rem;
color:#9A90AE;
}
.quhtc-g3b{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:769px){
.quhtc-g3b{
width:230px;
}
}
.quhtc_img-g3b{
background:#211A2B;
border-radius:14px;
overflow:hidden;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.32);
position:relative;
padding-bottom:75%;
}
.quhtc_img-g3b img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.quhtc_info-g3b{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:0.563rem;
}
.quhtc_name-g3b{
overflow:hidden;
color:#F0EDF8;
text-overflow:ellipsis;
white-space:nowrap;
font-size:14px;
font-weight:700;
}
.quhtc_rtp-g3b{
color:#9A90AE;
font-size:11px;
}
.quhlc-g3b{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:769px){
.quhlc-g3b{
width:268px;
}
}
.quhlc_img-g3b{
overflow:hidden;
border-radius:14px;
background:#211A2B;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.32);
position:relative;
padding-bottom:62.5%;
}
.quhlc_img-g3b img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.quhlc_live-g3b{
border-radius:62.438rem;
background:rgba(0,0,0,0.54);
gap:0.438rem;
padding:4px 0.563rem;
position:absolute;
top:12px;
left:0.75rem;
align-items:center;
display:flex;
}
.quhlc_live_dot-g3b{
background:#F04444;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
height:0.5rem;
width:8px;
}
.quhlc_seats-g3b{
font-size:10px;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
color:#EEF8F2;
}
.quhlc_info-g3b{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:9px;
display:flex;
}
.quhlc_name-g3b{
overflow:hidden;
font-size:15px;
font-weight:700;
white-space:nowrap;
color:#F0EDF8;
text-overflow:ellipsis;
}
.quhlc_bet-g3b{
font-size:0.688rem;
color:#9A90AE;
}
.quhpc-g3b{
border:1px solid rgba(240,237,248,0.07);
border-radius:14px;
gap:0.5rem;
background:#211A2B;
padding:16px 0.875rem;
justify-content:center;
align-items:center;
min-width:0;
display:flex;
min-height:74px;
flex-direction:column;
}
.quhpc_logo-g3b{
flex:0 0 auto;
object-fit:contain;
max-width:100%;
width:auto;
height:28px;
}
.quhpc_name-g3b{
overflow:hidden;
max-width:100%;
white-space:nowrap;
color:#9A90AE;
text-align:center;
font-size:0.688rem;
text-overflow:ellipsis;
}
.quhgc_tag-g3b{
padding:3px 0.5rem;
border-radius:0.5rem;
position:absolute;
left:0.625rem;
display:inline-block;
font-size:10px;
z-index:2;
text-transform:uppercase;
top:10px;
font-weight:700;
letter-spacing:.06em;
}
.quhgc_tag_hot-g3b{
background:#F04444;
color:#EEF8F2;
}
.quhgc_tag_new-g3b{
background:#5BF0B0;
color:#0E0B14;
}
.quhgc_tag_jp-g3b{
background:#F0B429;
color:#0E0B14;
}
.quhgc_tag_live-g3b{
background:#F04444;
color:#EEF8F2;
}
.quhsh-g3b{
margin-bottom:18px;
min-width:0;
}
.quhsh_row-g3b{
gap:1rem;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.quhsh_row-g3b .quhsh_l-g3b{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.quhsh_stack-g3b{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.quhsh_center-g3b{
gap:0.625rem;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.quhsh_h2-g3b{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.1;
font-size:24px;
color:#F0EDF8;
overflow-wrap:break-word;
}
@media(min-width:771px){
.quhsh_h2-g3b{
font-size:30px;
}
}
.quhband-g3b .quhsh_h2-g3b{
color:#EEF8F2;
}
.quhsh_eb_line-g3b{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.quhsh_eb_line-g3b::before{
background:#2ECC82;
height:1px;
content:"";
display:inline-block;
width:1.75rem;
}
.quhband-g3b .quhsh_eb_line-g3b::before{
background:#3DF5A0;
}
.quhsh_eb_dot-g3b{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.quhsh_eb_dot-g3b::before{
border-radius:50%;
background:#2ECC82;
content:"";
width:0.375rem;
height:6px;
display:inline-block;
}
.quhband-g3b .quhsh_eb_dot-g3b::before{
background:#3DF5A0;
}
.quhsh_link-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1),border-color .22s cubic-bezier(0.4,0,0.2,1),background-color .22s cubic-bezier(0.4,0,0.2,1);
gap:0.375rem;
padding-bottom:2px;
border-bottom:1px solid #F0EDF8;
color:#F0EDF8;
font-size:0.813rem;
align-items:center;
white-space:nowrap;
display:inline-flex;
font-weight:600;
}
.quhsh_link-g3b:hover{
border-color:#2ECC82;
color:#2ECC82;
}
.quhsh_link-g3b svg{
width:0.875rem;
height:0.875rem;
}
.quhsh_link_chev-g3b{
padding-bottom:0;
border-bottom:0;
}
.quhsh_link_btn-g3b{
background:#2ECC82;
padding:0.563rem 18px;
border-radius:62.438rem;
color:#0E0B14;
border-bottom:0;
}
.quhsh_link_btn-g3b:hover{
background:#26B872;
border-color:transparent;
color:#0E0B14;
}
.quhband-g3b .quhsh_link-g3b{
border-color:#EEF8F2;
color:#EEF8F2;
}
.quhband-g3b .quhsh_link_btn-g3b{
background:#3DF5A0;
color:#0E0B14;
}
.quhsh_rule-g3b{
margin:-2px 0 1.125rem;
background:rgba(240,237,248,0.13);
height:1px;
}
.quhband-g3b .quhsh_rule-g3b{
background:rgba(240,252,246,0.13);
}
.quhhero-g3b{
padding:32px 0 8px;
}
@media(min-width:766px){
.quhhero-g3b{
padding:56px 0 24px;
}
}
.quhhero_in-g3b{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:901px){
.quhhero_in-g3b{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.quhhero_copy-g3b{
min-width:0;
}
.quhhero_eyebrow-g3b{
gap:0.625rem;
display:inline-flex;
align-items:center;
margin-bottom:22px;
}
.quhhero_eyebrow_line-g3b{
background:#2ECC82;
flex:0 0 auto;
height:1px;
display:inline-block;
width:1.75rem;
}
.quhhero_h1-g3b{
color:#F0EDF8;
font-weight:600;
line-height:1.04;
margin-bottom:1.25rem;
letter-spacing:-.01em;
font-size:2.375rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:767px){
.quhhero_h1-g3b{
font-size:54px;
}
}
@media(min-width:1103px){
.quhhero_h1-g3b{
font-size:62px;
}
}
.quhhero_h1-g3b em{
font-style:normal;
color:#2ECC82;
}
.quhhero_sub-g3b{
margin-bottom:30px;
line-height:1.6;
max-width:30rem;
font-size:1rem;
color:#7A7090;
}
@media(min-width:767px){
.quhhero_sub-g3b{
font-size:18px;
}
}
.quhhero_actions-g3b{
gap:14px;
flex-wrap:wrap;
display:flex;
margin-bottom:2.125rem;
align-items:center;
}
.quhhero_cta-g3b{
background:#2ECC82;
gap:10px;
transition:background-color .22s cubic-bezier(0.4,0,0.2,1);
padding:16px 30px;
border-radius:999px;
align-items:center;
font-size:15px;
font-weight:700;
color:#0E0B14;
display:inline-flex;
}
.quhhero_cta-g3b:hover{
background:#26B872;
}
.quhhero_cta_ic-g3b{
align-items:center;
display:inline-flex;
}
.quhhero_cta_ic-g3b svg{
width:1rem;
height:1rem;
}
.quhhero_cta_alt-g3b{
padding:15px 26px;
transition:border-color .22s cubic-bezier(0.4,0,0.2,1),color .22s cubic-bezier(0.4,0,0.2,1);
border:1px solid rgba(240,237,248,0.13);
background:transparent;
border-radius:62.438rem;
font-size:15px;
display:inline-flex;
font-weight:600;
color:#F0EDF8;
align-items:center;
}
.quhhero_cta_alt-g3b:hover{
border-color:#2ECC82;
color:#2ECC82;
}
.quhhero_trust-g3b{
gap:22px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.quhhero_trust_item-g3b{
gap:0.563rem;
align-items:center;
color:#C9C2D8;
font-size:0.813rem;
display:flex;
font-weight:600;
}
.quhhero_trust_ic-g3b{
align-items:center;
color:#2ECC82;
display:inline-flex;
}
.quhhero_trust_ic-g3b svg{
height:16px;
width:16px;
}
.quhhero_promo-g3b{
background:#211A2B;
border-radius:20px;
overflow:hidden;
display:flex;
box-shadow:0 0.5rem 1rem rgba(0,0,0,0.28), 0 32px 72px rgba(0,0,0,0.50), 0 0 80px rgba(46,204,130,0.10);
position:relative;
min-height:18.75rem;
}
.quhhero_promo_bg-g3b{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.quhhero_promo_bg-g3b::after{
background:linear-gradient(120deg,#0F1A14 0%,rgba(0,0,0,0.54) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.quhhero_promo_glow-g3b{
border-radius:50%;
background:radial-gradient(circle,rgba(52,199,120,0.12) 0%,transparent 65%);
pointer-events:none;
right:-1.25rem;
top:-2.5rem;
height:260px;
width:260px;
position:absolute;
}
.quhhero_promo_ct-g3b{
padding:28px;
position:relative;
z-index:2;
max-width:88%;
align-self:flex-end;
}
.quhhero_promo_label-g3b{
letter-spacing:.25em;
font-size:0.625rem;
color:#3DF5A0;
display:block;
margin-bottom:8px;
font-weight:700;
text-transform:uppercase;
}
.quhhero_promo_amount-g3b{
line-height:1.05;
color:#EEF8F2;
font-size:32px;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:765px){
.quhhero_promo_amount-g3b{
font-size:2.5rem;
}
}
.quhhero_promo_amount-g3b em{
font-style:normal;
color:#3DF5A0;
}
.quhhero_rating-g3b{
border-radius:0.875rem;
gap:0.625rem;
background:#211A2B;
padding:0.625rem 0.875rem;
border:1px solid rgba(240,237,248,0.07);
align-items:center;
right:14px;
top:0.875rem;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.32);
max-width:min(16.25rem,62%);
z-index:3;
position:absolute;
display:flex;
}
.quhhero_rating_score-g3b{
flex:0 0 auto;
color:#F0EDF8;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.5rem;
}
.quhhero_rating_txt-g3b{
flex:1 1 auto;
min-width:0;
}
.quhhero_rating_stars-g3b{
gap:2px;
display:flex;
color:#2ECC82;
}
.quhhero_rating_stars-g3b svg{
height:0.75rem;
width:0.75rem;
}
.quhhero_rating_cap-g3b{
display:block;
overflow-wrap:break-word;
line-height:1.35;
margin-top:3px;
font-size:11px;
color:#9A90AE;
}
.quhstat-g3b{
margin-top:16px;
border-bottom:1px solid rgba(240,237,248,0.13);
border-top:1px solid rgba(240,237,248,0.13);
}
.quhstat_in-g3b{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.quhstat_in-g3b{
grid-template-columns:repeat(4,1fr);
}
}
.quhstat_item-g3b{
padding:22px 14px;
min-width:0;
border-bottom:1px solid rgba(240,237,248,0.07);
border-right:1px solid rgba(240,237,248,0.07);
}
.quhstat_item-g3b:nth-child(2n){
border-right:0;
}
.quhstat_item-g3b:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.quhstat_item-g3b{
border-bottom:0;
}
.quhstat_item-g3b:nth-child(2n){
border-right:1px solid rgba(240,237,248,0.07);
}
.quhstat_item-g3b:nth-child(4n){
border-right:0;
}
}
.quhstat_value-g3b{
color:#F0EDF8;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1;
font-size:30px;
}
@media(min-width:766px){
.quhstat_value-g3b{
font-size:2.125rem;
}
}
.quhstat_label-g3b{
font-size:13px;
line-height:1.4;
margin-top:0.375rem;
color:#9A90AE;
overflow-wrap:break-word;
}
.quhpr-g3b{
padding:1.875rem 0 6px;
}
.quhpr_card-g3b{
background:#211A2B;
overflow:hidden;
border:1px solid rgba(240,237,248,0.07);
flex:0 0 auto;
padding:26px;
gap:0.625rem;
border-radius:1.25rem;
display:flex;
min-height:200px;
position:relative;
width:17.5rem;
flex-direction:column;
}
@media(min-width:769px){
.quhpr_card-g3b{
width:300px;
}
}
.quhpr_card_feat-g3b{
background:linear-gradient(150deg,#0D1C12,#0A0D10);
border-color:transparent;
color:#EEF8F2;
}
.quhpr_glow-g3b{
background:radial-gradient(circle,rgba(52,199,120,0.12),transparent 70%);
border-radius:50%;
top:-30px;
position:absolute;
width:8.125rem;
right:-1.875rem;
height:130px;
opacity:0;
pointer-events:none;
}
.quhpr_card_feat-g3b .quhpr_glow-g3b{
opacity:1;
}
.quhpr_label-g3b{
text-transform:uppercase;
position:relative;
color:#2ECC82;
font-weight:700;
font-size:0.625rem;
letter-spacing:.16em;
}
.quhpr_card_feat-g3b .quhpr_label-g3b{
color:#3DF5A0;
}
.quhpr_amount-g3b{
font-weight:600;
color:#F0EDF8;
line-height:1.08;
position:relative;
font-size:26px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.quhpr_card_feat-g3b .quhpr_amount-g3b{
color:#EEF8F2;
}
.quhpr_amount-g3b em{
color:#2ECC82;
font-style:normal;
}
.quhpr_card_feat-g3b .quhpr_amount-g3b em{
color:#3DF5A0;
}
.quhpr_terms-g3b{
position:relative;
line-height:1.5;
font-size:0.813rem;
color:#9A90AE;
}
.quhpr_card_feat-g3b .quhpr_terms-g3b{
color:#8DBFA2;
}
.quhpr_cta-g3b{
position:relative;
margin-top:auto;
align-self:flex-start;
}
.quhpr_card_feat-g3b .quhpr_cta-g3b{
padding:0.563rem 1.125rem;
border-radius:999px;
transition:opacity .22s cubic-bezier(0.4,0,0.2,1);
background:#3DF5A0;
font-weight:700;
font-size:0.813rem;
color:#0E0B14;
}
.quhpr_card_feat-g3b .quhpr_cta-g3b:hover{
opacity:.9;
}
.quhpr_card-g3b:not(.quhpr_card_feat-g3b) .quhpr_cta-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1),border-color .22s cubic-bezier(0.4,0,0.2,1);
padding-bottom:2px;
font-size:13px;
color:#F0EDF8;
font-weight:700;
border-bottom:1px solid #F0EDF8;
}
.quhpr_card-g3b:not(.quhpr_card_feat-g3b) .quhpr_cta-g3b:hover{
border-color:#2ECC82;
color:#2ECC82;
}
.quhgrow-g3b{
padding:1.625rem 0 0.625rem;
}
.quhrow_seo-g3b{
margin:10px 0 0;
overflow-wrap:break-word;
color:#7A7090;
max-width:760px;
font-size:14px;
line-height:1.65;
}
.quhrow_seo-g3b strong{
color:#F0EDF8;
font-weight:700;
}
.quhjp-g3b{
padding:1.875rem 0 0.625rem;
}
.quhjp_grid-g3b{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:771px){
.quhjp_grid-g3b{
grid-template-columns:1fr 1fr;
}
.quhjp_card_mega-g3b{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.quhjp_grid-g3b{
grid-template-columns:1.4fr 1fr 1fr;
}
.quhjp_card_mega-g3b{
grid-column:auto;
}
}
.quhjp_card-g3b{
gap:0.75rem;
background:#211A2B;
border:1px solid rgba(240,237,248,0.07);
padding:1.625rem;
border-radius:1.25rem;
overflow:hidden;
justify-content:space-between;
display:flex;
position:relative;
min-width:0;
flex-direction:column;
min-height:200px;
}
.quhjp_card_mega-g3b{
border-color:transparent;
background:linear-gradient(135deg,#0D1C12,#0A0D10);
min-height:210px;
color:#EEF8F2;
}
.quhjp_glow-g3b{
border-radius:50%;
background:radial-gradient(circle,rgba(52,199,120,0.12),transparent 70%);
width:12.5rem;
top:-2.5rem;
position:absolute;
pointer-events:none;
height:12.5rem;
right:-2.5rem;
}
.quhjp_label-g3b{
gap:0.625rem;
position:relative;
display:flex;
color:#2ECC82;
font-weight:700;
align-items:center;
flex-wrap:wrap;
text-transform:uppercase;
font-size:10px;
letter-spacing:.16em;
justify-content:space-between;
}
.quhjp_card_mega-g3b .quhjp_label-g3b{
color:#3DF5A0;
}
.quhjp_drop-g3b{
text-transform:none;
font-weight:600;
color:#9A90AE;
letter-spacing:.04em;
}
.quhjp_card_mega-g3b .quhjp_drop-g3b{
color:#8DBFA2;
}
.quhjp_amount-g3b{
font-weight:700;
color:#F0EDF8;
overflow-wrap:break-word;
font-size:2.375rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
line-height:1;
}
.quhjp_card_mega-g3b .quhjp_amount-g3b{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#3DF5A0;
}
@media(min-width:769px){
.quhjp_card_mega-g3b .quhjp_amount-g3b{
font-size:3.375rem;
}
}
.quhjp_game-g3b{
font-size:0.813rem;
color:#9A90AE;
position:relative;
}
.quhjp_card_mega-g3b .quhjp_game-g3b{
color:#8DBFA2;
}
.quhjp_cta-g3b{
position:relative;
align-self:flex-start;
}
.quhjp_card_mega-g3b .quhjp_cta-g3b{
padding:0.625rem 1.25rem;
transition:opacity .22s cubic-bezier(0.4,0,0.2,1);
background:#3DF5A0;
border-radius:999px;
font-weight:700;
font-size:0.813rem;
color:#0E0B14;
}
.quhjp_card_mega-g3b .quhjp_cta-g3b:hover{
opacity:.9;
}
.quhjp_card-g3b:not(.quhjp_card_mega-g3b) .quhjp_cta-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1),border-color .22s cubic-bezier(0.4,0,0.2,1);
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #F0EDF8;
font-size:0.813rem;
color:#F0EDF8;
}
.quhjp_card-g3b:not(.quhjp_card_mega-g3b) .quhjp_cta-g3b:hover{
border-color:#2ECC82;
color:#2ECC82;
}
.quhjp_seo-g3b{
margin:0.875rem 0 0;
font-size:14px;
max-width:760px;
line-height:1.65;
overflow-wrap:break-word;
color:#7A7090;
}
.quhjp_seo-g3b strong{
font-weight:700;
color:#F0EDF8;
}
.quhgrow-g3b{
padding:26px 0 0.625rem;
}
.quhrow_seo-g3b{
margin:10px 0 0;
color:#7A7090;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
font-size:14px;
}
.quhrow_seo-g3b strong{
font-weight:700;
color:#F0EDF8;
}
.quhgf-g3b{
padding:24px 0 6px;
}
.quhgf_in-g3b{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.quhgf_chip-g3b{
border:1px solid rgba(240,237,248,0.13);
border-radius:999px;
background:#211A2B;
transition:color .22s cubic-bezier(0.4,0,0.2,1),border-color .22s cubic-bezier(0.4,0,0.2,1),background-color .22s cubic-bezier(0.4,0,0.2,1);
padding:10px 1.125rem;
font-weight:600;
white-space:nowrap;
font-size:0.813rem;
color:#C9C2D8;
}
.quhgf_chip-g3b:hover{
border-color:#2ECC82;
color:#2ECC82;
}
.quhgf_chip-g3b.quhstate_active-g3b{
background:#2ECC82;
border-color:transparent;
color:#0E0B14;
}
.quhgrow-g3b{
padding:1.625rem 0 0.625rem;
}
.quhrow_seo-g3b{
margin:0.625rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
color:#7A7090;
font-size:0.875rem;
}
.quhrow_seo-g3b strong{
color:#F0EDF8;
font-weight:700;
}
.quhgrow-g3b{
padding:1.625rem 0 10px;
}
.quhrow_seo-g3b{
margin:0.625rem 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
color:#7A7090;
line-height:1.65;
font-size:14px;
}
.quhrow_seo-g3b strong{
font-weight:700;
color:#F0EDF8;
}
.quhvip-g3b{
padding:48px 0;
}
@media(min-width:771px){
.quhvip-g3b{
padding:4rem 0;
}
}
.quhvip_head-g3b{
gap:0.875rem;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:877px){
.quhvip_head-g3b{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.quhvip_eyebrow-g3b{
margin-bottom:0.75rem;
}
.quhvip_h2-g3b{
color:#EEF8F2;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.quhvip_h2-g3b{
font-size:40px;
}
}
.quhvip_intro-g3b{
color:#8DBFA2;
line-height:1.6;
font-size:0.875rem;
max-width:420px;
}
.quhvip_grid-g3b{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.quhvip_card-g3b{
border-radius:0.875rem;
padding:1.375rem 1.125rem;
border:1px solid rgba(240,252,246,0.13);
min-width:0;
}
.quhvip_card_feat-g3b{
border-color:#3DF5A0;
background:rgba(240,252,246,0.07);
}
.quhvip_card_ic-g3b{
background:linear-gradient(135deg,#2ECC82,#5BF0B0);
border-radius:0.5rem;
margin-bottom:16px;
height:2.125rem;
display:block;
width:34px;
}
.quhvip_name-g3b{
margin-bottom:0.375rem;
color:#EEF8F2;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
font-size:20px;
}
.quhvip_perk-g3b{
font-size:12.5px;
line-height:1.5;
overflow-wrap:break-word;
color:#8DBFA2;
}
.quhtrn-g3b{
padding:30px 0 10px;
}
.quhtrn_in-g3b{
grid-template-columns:1fr;
border:1px solid rgba(240,237,248,0.07);
overflow:hidden;
border-radius:1.25rem;
background:#211A2B;
display:grid;
}
@media(min-width:877px){
.quhtrn_in-g3b{
grid-template-columns:1.05fr 1fr;
}
}
.quhtrn_banner-g3b{
overflow:hidden;
background:linear-gradient(150deg,#0D1C12,#0A0D10);
padding:34px;
color:#EEF8F2;
position:relative;
}
.quhtrn_glow-g3b{
border-radius:50%;
background:radial-gradient(circle,rgba(52,199,120,0.12),transparent 70%);
width:12.5rem;
height:12.5rem;
position:absolute;
pointer-events:none;
bottom:-40px;
right:-2.5rem;
}
.quhtrn_eyebrow-g3b{
position:relative;
margin-bottom:14px;
}
.quhtrn_h2-g3b{
font-weight:600;
margin-bottom:0.75rem;
color:#EEF8F2;
font-size:30px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
position:relative;
line-height:1.06;
}
@media(min-width:771px){
.quhtrn_h2-g3b{
font-size:2.25rem;
}
}
.quhtrn_text-g3b{
margin-bottom:1.375rem;
line-height:1.6;
position:relative;
color:#8DBFA2;
font-size:14px;
max-width:420px;
}
.quhtrn_timer-g3b{
gap:8px;
align-items:center;
flex-wrap:wrap;
margin-bottom:1.5rem;
position:relative;
display:flex;
}
.quhtrn_timer_cap-g3b{
color:#8DBFA2;
font-size:0.688rem;
}
.quhtrn_timer_box-g3b{
border-radius:8px;
padding:4px 12px;
background:rgba(240,252,246,0.07);
font-size:1.5rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#EEF8F2;
}
.quhtrn_cta-g3b{
transition:opacity .22s cubic-bezier(0.4,0,0.2,1);
padding:13px 26px;
background:#3DF5A0;
border-radius:62.438rem;
display:inline-block;
position:relative;
font-weight:700;
color:#0E0B14;
font-size:0.875rem;
}
.quhtrn_cta-g3b:hover{
opacity:.9;
}
.quhtrn_lb-g3b{
padding:26px 28px;
}
.quhtrn_lb_head-g3b{
gap:10px;
margin-bottom:0.75rem;
display:flex;
align-items:center;
justify-content:space-between;
}
.quhtrn_lb_title-g3b{
font-size:20px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
font-weight:600;
}
.quhtrn_lb_upd-g3b{
font-size:11px;
text-transform:uppercase;
color:#9A90AE;
letter-spacing:.08em;
}
.quhtrn_lb_row-g3b{
padding:11px 0.75rem;
gap:14px;
border-radius:0.5rem;
display:flex;
align-items:center;
}
.quhtrn_lb_row-g3b:nth-child(2){
background:rgba(46,204,130,0.12);
}
.quhtrn_lb_rank-g3b{
flex:0 0 auto;
width:1.375rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1rem;
color:#2ECC82;
font-weight:700;
}
.quhtrn_lb_av-g3b{
background:linear-gradient(135deg,#2ECC82,#5BF0B0);
flex:0 0 auto;
border-radius:50%;
width:30px;
height:30px;
}
.quhtrn_lb_name-g3b{
overflow:hidden;
flex:1 1 auto;
color:#F0EDF8;
min-width:0;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
font-size:0.875rem;
}
.quhtrn_lb_amount-g3b{
flex:0 0 auto;
color:#F0EDF8;
font-size:0.813rem;
font-weight:700;
}
.quhapp-g3b{
padding:1.875rem 0 10px;
}
.quhapp_in-g3b{
border-radius:20px;
border:1px solid rgba(240,237,248,0.07);
background:#211A2B;
padding:2rem;
gap:1.75rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.quhapp_in-g3b{
padding:2.5rem 44px;
gap:40px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.quhapp_copy-g3b{
min-width:0;
max-width:560px;
}
.quhapp_eyebrow-g3b{
margin-bottom:0.75rem;
}
.quhapp_h2-g3b{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:12px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
font-size:1.75rem;
}
@media(min-width:769px){
.quhapp_h2-g3b{
font-size:34px;
}
}
.quhapp_text-g3b{
color:#7A7090;
margin-bottom:22px;
font-size:0.875rem;
line-height:1.6;
}
.quhapp_btns-g3b{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.quhapp_btn-g3b{
transition:background-color .22s cubic-bezier(0.4,0,0.2,1);
border-radius:0.875rem;
gap:10px;
background:#2ECC82;
padding:0.688rem 1.25rem;
color:#0E0B14;
display:inline-flex;
align-items:center;
}
.quhapp_btn-g3b:hover{
background:#26B872;
}
.quhapp_btn_ic-g3b{
display:inline-flex;
align-items:center;
}
.quhapp_btn_ic-g3b svg{
width:18px;
height:18px;
}
.quhapp_btn_lb-g3b{
font-size:0.844rem;
font-weight:700;
}
.quhapp_qr_wrap-g3b{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.quhapp_qr-g3b{
border-radius:14px;
flex:0 0 auto;
background-image:repeating-linear-gradient(0deg,#211A2B 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#211A2B 0 5px,transparent 0.313rem 11px);
background-color:#2ECC82;
height:6.75rem;
width:108px;
}
.quhapp_qr_cap-g3b{
max-width:5.75rem;
color:#9A90AE;
font-size:0.781rem;
line-height:1.4;
}
.quhgm-g3b{
padding:30px 0 10px;
}
.quhgm_in-g3b{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:883px){
.quhgm_in-g3b{
grid-template-columns:1.25fr 1fr;
}
}
.quhgm_left-g3b{
padding:32px;
border-radius:20px;
border:1px solid rgba(240,237,248,0.07);
background:#211A2B;
min-width:0;
}
.quhgm_eyebrow-g3b{
margin-bottom:0.625rem;
}
.quhgm_h2-g3b{
font-weight:600;
color:#F0EDF8;
font-size:26px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
line-height:1.06;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.quhgm_h2-g3b{
font-size:1.75rem;
}
}
.quhgm_text-g3b{
margin-bottom:22px;
font-size:0.875rem;
color:#7A7090;
line-height:1.6;
max-width:480px;
}
.quhgm_level-g3b{
margin-bottom:0.5rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
color:#2ECC82;
font-weight:700;
}
.quhgm_bar-g3b{
background:rgba(240,237,248,0.13);
border-radius:62.438rem;
overflow:hidden;
margin-bottom:6px;
height:0.5rem;
}
.quhgm_bar_fill-g3b{
border-radius:62.438rem;
background:linear-gradient(90deg,#2ECC82,#5BF0B0);
height:100%;
}
.quhgm_bar_meta-g3b{
gap:0.625rem;
margin-bottom:1.125rem;
justify-content:space-between;
font-size:0.688rem;
color:#9A90AE;
display:flex;
}
.quhgm_missions-g3b{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.quhgm_mission-g3b{
gap:7px;
border-radius:62.438rem;
padding:9px 0.938rem;
border:1px solid rgba(240,237,248,0.13);
background:#17121E;
font-weight:600;
font-size:12.5px;
align-items:center;
color:#C9C2D8;
display:inline-flex;
}
.quhgm_mission_ic-g3b{
display:inline-flex;
color:#2ECC82;
align-items:center;
}
.quhgm_mission_ic-g3b svg{
width:13px;
height:13px;
}
.quhgm_right-g3b{
background:linear-gradient(150deg,#0D1C12,#0A0D10);
padding:2rem;
overflow:hidden;
border-radius:1.25rem;
flex-direction:column;
position:relative;
display:flex;
color:#EEF8F2;
}
.quhgm_glow-g3b{
background:radial-gradient(circle,rgba(52,199,120,0.12),transparent 70%);
border-radius:50%;
position:absolute;
width:150px;
height:9.375rem;
right:-1.875rem;
top:-1.875rem;
pointer-events:none;
}
.quhgm_ref_eyebrow-g3b{
margin-bottom:0.625rem;
position:relative;
}
.quhgm_ref_h2-g3b{
font-weight:600;
margin-bottom:0.5rem;
line-height:1.1;
overflow-wrap:break-word;
position:relative;
font-size:1.625rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF8F2;
}
.quhgm_ref_text-g3b{
margin-bottom:20px;
line-height:1.55;
color:#8DBFA2;
position:relative;
font-size:13.5px;
}
.quhgm_ref_cta-g3b{
transition:opacity .22s cubic-bezier(0.4,0,0.2,1);
padding:11px 22px;
border-radius:62.438rem;
background:#3DF5A0;
position:relative;
margin-top:auto;
font-weight:700;
font-size:13.5px;
align-self:flex-start;
color:#0E0B14;
}
.quhgm_ref_cta-g3b:hover{
opacity:.9;
}
.quhnl-g3b{
padding:24px 0 0.625rem;
}
.quhnl_in-g3b{
border-radius:1.25rem;
background:#111820;
gap:22px;
padding:30px 2rem;
flex-direction:column;
display:flex;
color:#EEF8F2;
}
@media(min-width:769px){
.quhnl_in-g3b{
gap:28px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.quhnl_text_wrap-g3b{
min-width:0;
}
.quhnl_h3-g3b{
color:#EEF8F2;
overflow-wrap:break-word;
line-height:1.1;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.375rem;
margin-bottom:5px;
font-weight:600;
}
@media(min-width:771px){
.quhnl_h3-g3b{
font-size:24px;
}
}
.quhnl_text-g3b{
line-height:1.5;
font-size:0.844rem;
color:#8DBFA2;
}
.quhnl_form-g3b{
flex:1 1 auto;
gap:10px;
min-width:0;
max-width:460px;
display:flex;
}
.quhnl_input-g3b{
border:1px solid rgba(240,252,246,0.13);
border-radius:14px;
padding:0.813rem 16px;
background:rgba(240,252,246,0.07);
overflow:hidden;
flex:1 1 auto;
display:flex;
white-space:nowrap;
text-overflow:ellipsis;
align-items:center;
min-width:0;
font-size:14px;
color:#8DBFA2;
}
.quhnl_btn-g3b{
flex:0 0 auto;
padding:13px 1.5rem;
background:#3DF5A0;
transition:opacity .22s cubic-bezier(0.4,0,0.2,1);
border-radius:0.875rem;
font-size:14px;
font-weight:700;
color:#0E0B14;
white-space:nowrap;
}
.quhnl_btn-g3b:hover{
opacity:.9;
}
.quhpmt-g3b{
padding:3rem 0 0.625rem;
}
.quhpmt_in-g3b{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:879px){
.quhpmt_in-g3b{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.quhpmt_left-g3b{
min-width:0;
}
.quhpmt_eyebrow-g3b{
margin-bottom:0.75rem;
}
.quhpmt_h2-g3b{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:30px;
font-weight:600;
margin-bottom:12px;
line-height:1.06;
color:#F0EDF8;
}
@media(min-width:769px){
.quhpmt_h2-g3b{
font-size:32px;
}
}
.quhpmt_text-g3b{
font-size:0.906rem;
margin-bottom:1.375rem;
color:#7A7090;
line-height:1.6;
}
.quhpmt_logos-g3b{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:478px){
.quhpmt_logos-g3b{
grid-template-columns:repeat(4,1fr);
}
}
.quhpmt_logo-g3b{
background:#211A2B;
padding:0 8px;
border:1px solid rgba(240,237,248,0.07);
border-radius:0.5rem;
overflow:hidden;
font-size:0.781rem;
font-weight:700;
color:#C9C2D8;
height:3.125rem;
text-overflow:ellipsis;
align-items:center;
white-space:nowrap;
justify-content:center;
display:flex;
text-align:center;
}
.quhpmt_table-g3b{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(240,237,248,0.07);
min-width:0;
}
.quhpmt_thead-g3b{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#0E0B14;
display:grid;
}
.quhpmt_th-g3b{
padding:0.813rem 14px;
overflow:hidden;
font-size:0.625rem;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
color:#EEF8F2;
letter-spacing:.08em;
text-transform:uppercase;
}
.quhpmt_row-g3b{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(240,237,248,0.07);
}
.quhpmt_row-g3b:nth-child(odd){
background:#211A2B;
}
.quhpmt_td-g3b{
padding:14px;
overflow-wrap:break-word;
font-size:13.5px;
min-width:0;
color:#7A7090;
}
.quhpmt_row-g3b .quhpmt_td-g3b:first-child{
color:#F0EDF8;
font-weight:700;
}
.quhpmt_row-g3b .quhpmt_td-g3b:last-child{
font-weight:700;
color:#34D399;
}
.quhprov-g3b{
padding:2.5rem 0 20px;
}
.quhprov_eyebrow-g3b{
display:block;
margin-bottom:18px;
}
.quhprov_grid-g3b{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:562px){
.quhprov_grid-g3b{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:897px){
.quhprov_grid-g3b{
grid-template-columns:repeat(6,1fr);
}
}
.quhtt-g3b{
padding:3rem 0 0.625rem;
}
@media(min-width:767px){
.quhtt-g3b{
padding:60px 0 0.625rem;
}
}
.quhtt_head-g3b{
text-align:center;
margin-bottom:2.125rem;
}
.quhtt_eyebrow-g3b{
margin-bottom:0.75rem;
}
.quhtt_h2-g3b{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
color:#F0EDF8;
}
@media(min-width:765px){
.quhtt_h2-g3b{
font-size:42px;
}
}
.quhtt_grid-g3b{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.quhtt_grid-g3b{
grid-template-columns:repeat(3,1fr);
}
}
.quhtt_card-g3b{
padding:1.875rem;
border:1px solid rgba(240,237,248,0.07);
border-radius:14px;
background:#211A2B;
display:flex;
flex-direction:column;
min-width:0;
}
.quhtt_card_ic-g3b{
display:inline-flex;
color:#2ECC82;
align-items:center;
margin-bottom:18px;
}
.quhtt_card_ic-g3b svg{
width:28px;
height:28px;
}
.quhtt_card_h-g3b{
font-size:22px;
color:#F0EDF8;
overflow-wrap:break-word;
margin-bottom:8px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
}
.quhtt_card_p-g3b{
margin-bottom:0.875rem;
font-size:0.875rem;
color:#7A7090;
overflow-wrap:break-word;
line-height:1.6;
}
.quhtt_card_p-g3b b{
font-weight:700;
color:#F0EDF8;
}
.quhtt_card_link-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1);
font-weight:700;
margin-top:auto;
border-bottom:1px solid #2ECC82;
color:#F0EDF8;
align-self:flex-start;
font-size:0.813rem;
padding-bottom:2px;
}
.quhtt_card_link-g3b:hover{
color:#2ECC82;
}
.quhrv-g3b{
padding:48px 0;
background:#211A2B;
border-top:1px solid rgba(240,237,248,0.07);
margin-top:1.5rem;
border-bottom:1px solid rgba(240,237,248,0.07);
}
@media(min-width:766px){
.quhrv-g3b{
padding:3.5rem 0;
}
}
.quhrv_head-g3b{
gap:1rem;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.quhrv_head-g3b{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.quhrv_eyebrow-g3b{
margin-bottom:10px;
}
.quhrv_h2-g3b{
overflow-wrap:break-word;
color:#F0EDF8;
line-height:1.05;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
font-weight:600;
}
@media(min-width:769px){
.quhrv_h2-g3b{
font-size:38px;
}
}
.quhrv_agg-g3b{
gap:12px;
display:flex;
align-items:center;
}
.quhrv_agg_stars-g3b{
gap:3px;
display:flex;
color:#2ECC82;
}
.quhrv_agg_stars-g3b svg{
height:18px;
width:18px;
}
.quhrv_source-g3b{
color:#7A7090;
font-size:0.813rem;
}
.quhrv_grid-g3b{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:761px){
.quhrv_grid-g3b{
grid-template-columns:repeat(3,1fr);
}
}
.quhrv_card-g3b{
border-radius:14px;
padding:1.625rem;
background:#17121E;
border:1px solid rgba(240,237,248,0.07);
min-width:0;
}
.quhrv_card_stars-g3b{
gap:2px;
display:flex;
color:#2ECC82;
margin-bottom:12px;
}
.quhrv_card_stars-g3b svg{
width:0.875rem;
height:0.875rem;
}
.quhrv_card_body-g3b{
margin-bottom:16px;
font-weight:500;
overflow-wrap:break-word;
font-size:18px;
line-height:1.45;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
}
.quhrv_card_meta-g3b{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.quhrv_card_av-g3b{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#2ECC82,#5BF0B0);
height:2rem;
width:32px;
}
.quhrv_card_author-g3b{
font-weight:700;
font-size:0.813rem;
color:#F0EDF8;
}
.quhrv_card_loc-g3b{
font-size:12px;
color:#9A90AE;
}
.quhts-g3b{
padding:44px 0;
}
.quhts_in-g3b{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:877px){
.quhts_in-g3b{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.quhts_left-g3b{
min-width:0;
}
.quhts_h2-g3b{
font-size:26px;
line-height:1.1;
color:#EEF8F2;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
@media(min-width:767px){
.quhts_h2-g3b{
font-size:1.75rem;
}
}
.quhts_text-g3b{
margin-bottom:1.375rem;
max-width:520px;
font-size:0.906rem;
color:#8DBFA2;
line-height:1.6;
}
.quhts_badges-g3b{
gap:18px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.quhts_badge-g3b{
font-weight:600;
color:#8DBFA2;
font-size:13px;
}
.quhts_pay-g3b{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:877px){
.quhts_pay-g3b{
justify-content:flex-end;
}
}
.quhts_pay_chip-g3b{
border-radius:0.875rem;
border:1px solid rgba(240,252,246,0.13);
background:rgba(240,252,246,0.07);
padding:0.75rem 16px;
font-size:14px;
font-weight:700;
color:#EEF8F2;
}
.quhhts-g3b{
padding:48px 0;
}
@media(min-width:767px){
.quhhts-g3b{
padding:62px 0;
}
}
.quhhts_head-g3b{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:34px;
}
@media(min-width:770px){
.quhhts_head-g3b{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.quhhts_eyebrow-g3b{
margin-bottom:0.75rem;
}
.quhhts_h2-g3b{
overflow-wrap:break-word;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:1.875rem;
color:#EEF8F2;
}
@media(min-width:766px){
.quhhts_h2-g3b{
font-size:2.375rem;
}
}
.quhhts_cta-g3b{
background:#3DF5A0;
transition:opacity .22s cubic-bezier(0.4,0,0.2,1);
border-radius:999px;
flex:0 0 auto;
padding:15px 30px;
font-weight:700;
font-size:0.938rem;
color:#0E0B14;
}
.quhhts_cta-g3b:hover{
opacity:.9;
}
.quhhts_grid-g3b{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.quhhts_grid-g3b{
grid-template-columns:repeat(3,1fr);
}
}
.quhhts_step-g3b{
min-width:0;
padding-top:1.375rem;
border-top:1px solid rgba(240,252,246,0.13);
}
.quhhts_step_num-g3b{
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
font-size:44px;
margin-bottom:0.875rem;
color:#3DF5A0;
}
.quhhts_step_h-g3b{
color:#EEF8F2;
font-weight:700;
overflow-wrap:break-word;
font-size:1.188rem;
margin-bottom:0.5rem;
line-height:1.2;
}
.quhhts_step_p-g3b{
color:#8DBFA2;
line-height:1.55;
font-size:0.875rem;
overflow-wrap:break-word;
}
.quhwy-g3b{
padding:48px 0;
}
@media(min-width:768px){
.quhwy-g3b{
padding:56px 0;
}
}
.quhwy_in-g3b{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:902px){
.quhwy_in-g3b{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.quhwy_left-g3b{
min-width:0;
}
.quhwy_eyebrow-g3b{
margin-bottom:0.875rem;
}
.quhwy_h2-g3b{
line-height:1.05;
font-weight:600;
margin-bottom:16px;
font-size:2rem;
color:#F0EDF8;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.quhwy_h2-g3b{
font-size:40px;
}
}
.quhwy_intro-g3b{
color:#7A7090;
line-height:1.6;
font-size:0.938rem;
}
.quhwy_grid-g3b{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.quhwy_grid-g3b{
grid-template-columns:1fr 1fr;
}
}
.quhwy_card-g3b{
background:#211A2B;
border-radius:0.875rem;
border:1px solid rgba(240,237,248,0.07);
padding:1.625rem;
min-width:0;
}
.quhwy_card_ic-g3b{
color:#2ECC82;
align-items:center;
display:inline-flex;
justify-content:center;
margin-bottom:1rem;
}
.quhwy_card_ic-g3b svg{
width:26px;
height:26px;
}
.quhwy_card_h-g3b{
font-weight:600;
margin-bottom:0.5rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:1.313rem;
color:#F0EDF8;
overflow-wrap:break-word;
}
.quhwy_card_p-g3b{
color:#7A7090;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.quhlh-g3b{
padding:40px 0 20px;
}
.quhlh_in-g3b{
border-top:1px solid rgba(240,237,248,0.13);
padding-top:2.125rem;
}
.quhlh_eyebrow-g3b{
display:block;
margin-bottom:22px;
}
.quhlh_grid-g3b{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.quhlh_grid-g3b{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.quhlh_grid-g3b{
grid-template-columns:repeat(5,1fr);
}
}
.quhlh_col-g3b{
min-width:0;
}
.quhlh_col_h-g3b{
color:#F0EDF8;
overflow-wrap:break-word;
margin-bottom:12px;
font-size:0.813rem;
font-weight:700;
}
.quhlh_links-g3b{
gap:8px;
display:flex;
flex-direction:column;
}
.quhlh_link-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1);
color:#7A7090;
overflow-wrap:break-word;
font-size:13px;
}
.quhlh_link-g3b:hover{
color:#2ECC82;
}
.quhel-g3b{
padding:3rem 0;
}
@media(min-width:766px){
.quhel-g3b{
padding:3.5rem 0;
}
}
.quhel_in-g3b{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:897px){
.quhel_in-g3b{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.quhel_left-g3b{
min-width:0;
}
.quhel_eyebrow-g3b{
margin-bottom:0.875rem;
}
.quhel_h2-g3b{
font-size:2rem;
color:#F0EDF8;
font-weight:600;
line-height:1.08;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:22px;
overflow-wrap:break-word;
}
@media(min-width:767px){
.quhel_h2-g3b{
font-size:38px;
}
}
.quhel_body-g3b p{
line-height:1.7;
overflow-wrap:break-word;
margin-bottom:1.125rem;
font-size:16px;
color:#C9C2D8;
}
.quhel_dropcap-g3b{
padding:6px 0.75rem 0 0;
float:left;
color:#2ECC82;
line-height:.8;
font-size:3.875rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.quhel_right-g3b{
min-width:0;
}
.quhel_quote-g3b{
background:linear-gradient(150deg,#0D1C12,#0A0D10);
border-radius:1.25rem;
padding:36px;
position:relative;
margin-bottom:1.5rem;
color:#EEF8F2;
}
.quhel_quote_mark-g3b{
color:#3DF5A0;
margin-bottom:0.375rem;
align-items:center;
display:inline-flex;
}
.quhel_quote_mark-g3b svg{
width:2.125rem;
height:34px;
}
.quhel_quote_text-g3b{
line-height:1.4;
margin-bottom:1.375rem;
color:#EEF8F2;
font-size:22px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
overflow-wrap:break-word;
}
.quhel_quote_meta-g3b{
gap:0.75rem;
align-items:center;
display:flex;
}
.quhel_quote_av-g3b{
background:linear-gradient(135deg,#2ECC82,#5BF0B0);
border-radius:50%;
flex:0 0 auto;
height:2.375rem;
width:38px;
}
.quhel_quote_author-g3b{
font-weight:700;
font-size:0.875rem;
color:#EEF8F2;
}
.quhel_quote_meta_sub-g3b{
font-size:12px;
color:#8DBFA2;
}
.quhel_explain-g3b{
border-radius:0.875rem;
border:1px solid rgba(240,237,248,0.07);
overflow:hidden;
}
.quhel_explain_card-g3b{
padding:22px 1.5rem;
}
.quhel_explain_card-g3b+.quhel_explain_card-g3b{
border-top:1px solid rgba(240,237,248,0.07);
}
.quhel_explain_h-g3b{
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-size:20px;
color:#F0EDF8;
font-weight:600;
line-height:1.15;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.quhel_explain_p-g3b{
color:#7A7090;
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
}
.quhfaq-g3b{
background:#211A2B;
padding:48px 0;
margin-top:24px;
border-bottom:1px solid rgba(240,237,248,0.07);
border-top:1px solid rgba(240,237,248,0.07);
}
@media(min-width:770px){
.quhfaq-g3b{
padding:3.875rem 0;
}
}
.quhfaq_head-g3b{
margin-bottom:34px;
text-align:center;
}
.quhfaq_eyebrow-g3b{
margin-bottom:0.75rem;
}
.quhfaq_h2-g3b{
font-weight:600;
font-size:2rem;
line-height:1.05;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EDF8;
overflow-wrap:break-word;
}
@media(min-width:770px){
.quhfaq_h2-g3b{
font-size:2.375rem;
}
}
.quhfaq_list-g3b{
margin:0 auto;
gap:12px;
display:flex;
max-width:820px;
flex-direction:column;
}
.quhfaq_item-g3b{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(240,237,248,0.07);
background:#17121E;
}
.quhfaq_q-g3b{
padding:1.25rem 1.5rem;
list-style:none;
gap:1.25rem;
overflow-wrap:break-word;
display:flex;
align-items:center;
justify-content:space-between;
color:#F0EDF8;
font-size:1rem;
font-weight:700;
cursor:pointer;
}
.quhfaq_q-g3b::-webkit-details-marker{
display:none;
}
.quhfaq_q_ic-g3b{
transition:transform .22s cubic-bezier(0.4,0,0.2,1);
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#2ECC82;
}
.quhfaq_q_ic-g3b svg{
height:1.125rem;
width:1.125rem;
}
.quhfaq_item-g3b[open] .quhfaq_q_ic-g3b{
transform:rotate(180deg);
}
.quhfaq_a-g3b{
padding:0 1.5rem 1.25rem;
overflow-wrap:break-word;
color:#7A7090;
line-height:1.6;
font-size:0.906rem;
}
.quhsb-g3b{
background:#211A2B;
padding:3rem 0;
margin-top:1.5rem;
border-bottom:1px solid rgba(240,237,248,0.07);
border-top:1px solid rgba(240,237,248,0.07);
}
@media(min-width:765px){
.quhsb-g3b{
padding:56px 0;
}
}
.quhsb_eyebrow-g3b{
display:block;
margin-bottom:12px;
}
.quhsb_h2-g3b{
overflow-wrap:break-word;
margin-bottom:1.625rem;
font-weight:600;
color:#F0EDF8;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
line-height:1.05;
}
@media(min-width:766px){
.quhsb_h2-g3b{
font-size:2.25rem;
}
}
.quhsb_grid-g3b{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:558px){
.quhsb_grid-g3b{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.quhsb_grid-g3b{
grid-template-columns:repeat(4,1fr);
}
}
.quhsb_card-g3b{
padding:1.5rem;
background:#17121E;
border-radius:14px;
border:1px solid rgba(240,237,248,0.07);
min-width:0;
}
.quhsb_card_h-g3b{
color:#F0EDF8;
font-size:1.188rem;
line-height:1.15;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.quhsb_card_p-g3b{
font-size:0.844rem;
color:#7A7090;
overflow-wrap:break-word;
line-height:1.6;
}
.quhsb_rtp-g3b{
padding:1.625rem 28px;
border-radius:14px;
gap:24px;
grid-template-columns:1fr;
border:1px solid rgba(240,237,248,0.07);
background:#17121E;
display:grid;
align-items:center;
margin-top:1.125rem;
}
@media(min-width:762px){
.quhsb_rtp-g3b{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.quhsb_rtp_h-g3b{
font-weight:600;
color:#F0EDF8;
font-size:1.25rem;
line-height:1.15;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:8px;
}
.quhsb_rtp_p-g3b{
overflow-wrap:break-word;
line-height:1.6;
color:#7A7090;
font-size:13.5px;
}
.quhsb_rtp_stats-g3b{
gap:16px;
display:flex;
}
.quhsb_stat-g3b{
border-radius:8px;
background:#211A2B;
flex:1 1 0;
padding:18px;
min-width:0;
text-align:center;
}
.quhsb_stat_v-g3b{
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
color:#34D399;
overflow-wrap:break-word;
}
.quhsb_stat_l-g3b{
color:#9A90AE;
margin-top:0.25rem;
font-size:0.719rem;
}
.quhsg-g3b{
padding:48px 0 10px;
}
.quhsg_eyebrow-g3b{
margin-bottom:0.75rem;
display:block;
}
.quhsg_h2-g3b{
color:#F0EDF8;
font-weight:600;
margin-bottom:28px;
font-size:30px;
line-height:1.05;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:771px){
.quhsg_h2-g3b{
font-size:36px;
}
}
.quhsg_grid-g3b{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:719px){
.quhsg_grid-g3b{
grid-template-columns:repeat(3,1fr);
}
}
.quhsg_col-g3b{
min-width:0;
}
.quhsg_col_h-g3b{
overflow-wrap:break-word;
color:#F0EDF8;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.375rem;
margin-bottom:0.625rem;
line-height:1.15;
}
.quhsg_col_p-g3b{
overflow-wrap:break-word;
line-height:1.65;
color:#7A7090;
font-size:0.875rem;
}
.quhft-g3b{
background:#0E0B14;
color:#8DBFA2;
margin-top:40px;
}
.quhft_in-g3b{
gap:2rem;
grid-template-columns:1fr;
padding:3rem 0 28px;
display:grid;
}
@media(min-width:603px){
.quhft_in-g3b{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.quhft_in-g3b{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.quhft_brand-g3b{
min-width:0;
}
.quhft_logo-g3b{
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF8F2;
overflow-wrap:break-word;
font-size:26px;
}
.quhft_tagline-g3b{
color:#8DBFA2;
font-size:0.844rem;
max-width:17.5rem;
line-height:1.6;
margin-top:14px;
}
.quhft_contact-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1);
overflow-wrap:anywhere;
margin-top:12px;
color:#3DF5A0;
font-size:13px;
max-width:17.5rem;
display:inline-block;
}
.quhft_contact-g3b:hover{
color:#EEF8F2;
}
.quhft_col-g3b{
min-width:0;
}
.quhft_col_h-g3b{
text-transform:uppercase;
font-weight:700;
font-size:0.813rem;
letter-spacing:.08em;
margin-bottom:14px;
overflow-wrap:break-word;
color:#EEF8F2;
}
.quhft_col_links-g3b{
gap:10px;
display:flex;
flex-direction:column;
}
.quhft_link-g3b{
transition:color .22s cubic-bezier(0.4,0,0.2,1);
color:#8DBFA2;
overflow-wrap:break-word;
font-size:13.5px;
}
.quhft_link-g3b:hover{
color:#EEF8F2;
}
.quhft_bot-g3b{
padding:22px 0 2.5rem;
gap:1rem;
display:flex;
flex-direction:column;
border-top:1px solid rgba(240,252,246,0.13);
}
@media(min-width:769px){
.quhft_bot-g3b{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.quhft_legal-g3b{
line-height:1.6;
font-size:11.5px;
overflow-wrap:break-word;
color:#524A65;
max-width:47.5rem;
}
.quhft_legal-g3b b{
font-weight:700;
color:#8DBFA2;
}
.quhft_age-g3b{
border-radius:0.5rem;
padding:4px 9px;
border:1.5px solid #3DF5A0;
flex:0 0 auto;
color:#3DF5A0;
font-weight:700;
font-size:13px;
}