*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0f0e13;
text-rendering:optimizeLegibility;
font-size:15px;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
color:#c8c0e0;
line-height:1.6;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.vwf-layout-lb9{
display:flex;
min-height:100vh;
flex-direction:column;
}
.vwf-main-lb9{
flex:1 1 auto;
width:100%;
min-width:0;
}
.vwf-container-lb9{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:767px){
.vwf-container-lb9{
padding:0 2rem;
}
}
@media(min-width:1099px){
.vwf-container-lb9{
padding:0 3.5rem;
}
}
.vwf-eyebrow-lb9{
font-weight:600;
overflow-wrap:break-word;
font-size:11px;
display:inline-block;
text-transform:uppercase;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
color:#9b5fe0;
letter-spacing:.2em;
line-height:1.4;
}
.vwf-band-lb9{
background:#12101a;
color:#f2eeff;
}
.vwf-band-lb9 .vwf-eyebrow-lb9{
color:#c084fc;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.vwf-tb-lb9{
background:#0f0e13;
position:sticky;
z-index:50;
border-bottom:1px solid rgba(200,185,255,0.13);
top:0;
}
.vwf-tb_in-lb9{
padding:12px 16px;
margin:0 auto;
gap:16px;
justify-content:space-between;
width:100%;
display:flex;
max-width:1400px;
align-items:center;
}
@media(min-width:765px){
.vwf-tb_in-lb9{
padding:16px 2rem;
}
}
@media(min-width:1103px){
.vwf-tb_in-lb9{
padding:18px 3.5rem;
}
}
.vwf-tb_left-lb9{
gap:28px;
display:flex;
align-items:center;
min-width:0;
}
.vwf-tb_logo-lb9{
gap:11px;
display:flex;
align-items:center;
min-width:0;
}
.vwf-tb_logo_mark-lb9{
flex:0 0 auto;
border-radius:0.5rem;
height:2.125rem;
width:34px;
object-fit:cover;
}
.vwf-tb_logo_txt-lb9{
flex-direction:column;
display:flex;
min-width:0;
line-height:1;
}
.vwf-tb_logo_name-lb9{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
font-size:22px;
color:#f2eeff;
white-space:nowrap;
}
.vwf-tb_logo_sub-lb9{
overflow:hidden;
margin-top:4px;
color:#9b5fe0;
white-space:nowrap;
font-size:0.531rem;
font-weight:600;
text-transform:uppercase;
text-overflow:ellipsis;
letter-spacing:.32em;
}
.vwf-tb_nav-lb9{
display:none;
}
@media(min-width:960px){
.vwf-tb_nav-lb9{
gap:28px;
display:flex;
align-items:center;
}
}
.vwf-tb_nav_item-lb9{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
font-weight:600;
font-size:14px;
color:#c8c0e0;
border-bottom:2px solid transparent;
padding-bottom:3px;
}
.vwf-tb_nav_item-lb9:hover{
color:#f2eeff;
}
.vwf-tb_nav_item-lb9.vwf-state_active-lb9{
border-color:#9b5fe0;
color:#f2eeff;
}
.vwf-tb_right-lb9{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.vwf-tb_search-lb9{
transition:color .22s ease;
display:flex;
justify-content:center;
color:#c8c0e0;
align-items:center;
}
.vwf-tb_search-lb9:hover{
color:#9b5fe0;
}
.vwf-tb_search-lb9 svg{
width:1.125rem;
height:1.125rem;
}
.vwf-tb_lang-lb9{
color:#9b90b8;
text-transform:uppercase;
letter-spacing:.1em;
font-size:0.688rem;
font-weight:600;
}
.vwf-tb_lang-lb9:hover{
color:#f2eeff;
}
.vwf-tb_login-lb9{
font-size:14px;
font-weight:600;
color:#f2eeff;
display:none;
}
@media(min-width:769px){
.vwf-tb_login-lb9{
display:inline-block;
}
}
.vwf-tb_register-lb9{
padding:0.688rem 22px;
border-radius:999px;
transition:background-color .22s ease;
background:#9b5fe0;
font-weight:700;
font-size:14px;
white-space:nowrap;
color:#f2eeff;
}
.vwf-tb_register-lb9:hover{
background:#b370f5;
}
.vwf-mob-lb9{
background:#0f0e13;
position:fixed;
z-index:60;
right:0;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(200,185,255,0.13);
bottom:0;
left:0;
}
@media(min-width:963px){
.vwf-mob-lb9{
display:none;
}
}
.vwf-mob_in-lb9{
margin:0 auto;
display:flex;
align-items:stretch;
max-width:560px;
justify-content:space-around;
}
.vwf-mob_item-lb9{
gap:3px;
transition:color .22s ease;
padding:9px 0.25rem;
flex:1 1 0;
flex-direction:column;
min-width:0;
align-items:center;
color:#9b90b8;
display:flex;
}
.vwf-mob_item-lb9.vwf-state_active-lb9{
color:#9b5fe0;
}
.vwf-mob_ic-lb9{
justify-content:center;
display:flex;
align-items:center;
}
.vwf-mob_ic-lb9 svg{
height:20px;
width:20px;
}
.vwf-mob_lb-lb9{
overflow:hidden;
text-overflow:ellipsis;
font-size:10px;
white-space:nowrap;
font-weight:600;
max-width:100%;
}
@media(max-width:960px){
body{
padding-bottom:60px;
}
}
.vwf-rail-lb9{
min-width:0;
position:relative;
}
.vwf-rail_scroll-lb9{
gap:14px;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
overflow-x:auto;
display:flex;
padding-bottom:0.875rem;
}
@media(min-width:769px){
.vwf-rail_scroll-lb9{
gap:18px;
}
}
.vwf-gc-lb9{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:766px){
.vwf-gc-lb9{
width:188px;
}
}
.vwf-gc_img-lb9{
border-radius:0.875rem;
overflow:hidden;
background:#1a1822;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
}
.vwf-gc_img-lb9 img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.vwf-gc_cover-lb9{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.vwf-gc_hover-lb9{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
opacity:0;
justify-content:center;
display:flex;
position:absolute;
align-items:center;
}
.vwf-gc-lb9:hover .vwf-gc_hover-lb9{
opacity:1;
}
.vwf-gc_hover_btn-lb9{
border-radius:62.438rem;
background:#9b5fe0;
height:46px;
width:46px;
color:#f2eeff;
align-items:center;
display:flex;
justify-content:center;
}
.vwf-gc_hover_btn-lb9 svg{
height:1.125rem;
width:1.125rem;
}
.vwf-gc_info-lb9{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.vwf-gc_name-lb9{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
font-size:0.813rem;
color:#f2eeff;
white-space:nowrap;
}
.vwf-gc_prov-lb9{
overflow:hidden;
color:#9b90b8;
text-overflow:ellipsis;
font-size:0.688rem;
white-space:nowrap;
}
.vwf-gc_meta-lb9{
font-size:11px;
color:#9b90b8;
}
.vwf-tc-lb9{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:770px){
.vwf-tc-lb9{
width:14.375rem;
}
}
.vwf-tc_img-lb9{
overflow:hidden;
background:#1a1822;
border-radius:0.875rem;
padding-bottom:75%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
position:relative;
}
.vwf-tc_img-lb9 img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.vwf-tc_info-lb9{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:0.563rem;
}
.vwf-tc_name-lb9{
overflow:hidden;
color:#f2eeff;
font-weight:700;
font-size:14px;
white-space:nowrap;
text-overflow:ellipsis;
}
.vwf-tc_rtp-lb9{
color:#9b90b8;
font-size:0.688rem;
}
.vwf-lc-lb9{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:771px){
.vwf-lc-lb9{
width:16.75rem;
}
}
.vwf-lc_img-lb9{
overflow:hidden;
background:#1a1822;
border-radius:14px;
padding-bottom:62.5%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
position:relative;
}
.vwf-lc_img-lb9 img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.vwf-lc_live-lb9{
padding:4px 9px;
background:rgba(0,0,0,0.52);
border-radius:62.438rem;
gap:7px;
left:0.75rem;
top:12px;
align-items:center;
position:absolute;
display:flex;
}
.vwf-lc_live_dot-lb9{
animation:zm2-pulse 1.6s infinite;
background:#f04f5a;
border-radius:50%;
height:8px;
width:8px;
}
.vwf-lc_seats-lb9{
letter-spacing:.08em;
font-size:0.625rem;
font-weight:600;
color:#f2eeff;
text-transform:uppercase;
}
.vwf-lc_info-lb9{
gap:2px;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
display:flex;
}
.vwf-lc_name-lb9{
overflow:hidden;
font-size:15px;
font-weight:700;
white-space:nowrap;
color:#f2eeff;
text-overflow:ellipsis;
}
.vwf-lc_bet-lb9{
font-size:0.688rem;
color:#9b90b8;
}
.vwf-pc-lb9{
padding:1rem 0.875rem;
gap:0.5rem;
background:#1a1822;
border-radius:14px;
border:1px solid rgba(200,185,255,0.07);
align-items:center;
justify-content:center;
flex-direction:column;
min-width:0;
min-height:4.625rem;
display:flex;
}
.vwf-pc_logo-lb9{
flex:0 0 auto;
object-fit:contain;
max-width:100%;
height:28px;
width:auto;
}
.vwf-pc_name-lb9{
overflow:hidden;
color:#9b90b8;
font-size:11px;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
}
.vwf-gc_tag-lb9{
border-radius:0.5rem;
padding:3px 0.5rem;
font-size:0.625rem;
left:10px;
text-transform:uppercase;
z-index:2;
top:10px;
letter-spacing:.06em;
position:absolute;
display:inline-block;
font-weight:700;
}
.vwf-gc_tag_hot-lb9{
background:#f04f5a;
color:#f2eeff;
}
.vwf-gc_tag_new-lb9{
background:#c084fc;
color:#0f0e13;
}
.vwf-gc_tag_jp-lb9{
background:#f0b429;
color:#0f0e13;
}
.vwf-gc_tag_live-lb9{
background:#f04f5a;
color:#f2eeff;
}
.vwf-sh-lb9{
min-width:0;
margin-bottom:1.125rem;
}
.vwf-sh_row-lb9{
gap:16px;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.vwf-sh_row-lb9 .vwf-sh_l-lb9{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.vwf-sh_stack-lb9{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.vwf-sh_center-lb9{
gap:10px;
text-align:center;
display:flex;
flex-direction:column;
align-items:center;
}
.vwf-sh_h2-lb9{
overflow-wrap:break-word;
color:#f2eeff;
font-size:24px;
line-height:1.1;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.vwf-sh_h2-lb9{
font-size:1.875rem;
}
}
.vwf-band-lb9 .vwf-sh_h2-lb9{
color:#f2eeff;
}
.vwf-sh_eb_line-lb9{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.vwf-sh_eb_line-lb9::before{
background:#9b5fe0;
display:inline-block;
content:"";
height:1px;
width:1.75rem;
}
.vwf-band-lb9 .vwf-sh_eb_line-lb9::before{
background:#c084fc;
}
.vwf-sh_eb_dot-lb9{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.vwf-sh_eb_dot-lb9::before{
background:#9b5fe0;
border-radius:50%;
height:0.375rem;
display:inline-block;
width:0.375rem;
content:"";
}
.vwf-band-lb9 .vwf-sh_eb_dot-lb9::before{
background:#c084fc;
}
.vwf-sh_link-lb9{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
font-size:0.813rem;
color:#f2eeff;
display:inline-flex;
white-space:nowrap;
align-items:center;
font-weight:600;
border-bottom:1px solid #f2eeff;
padding-bottom:2px;
}
.vwf-sh_link-lb9:hover{
border-color:#9b5fe0;
color:#9b5fe0;
}
.vwf-sh_link-lb9 svg{
width:0.875rem;
height:14px;
}
.vwf-sh_link_chev-lb9{
border-bottom:0;
padding-bottom:0;
}
.vwf-sh_link_btn-lb9{
border-radius:62.438rem;
padding:0.563rem 18px;
background:#9b5fe0;
border-bottom:0;
color:#f2eeff;
}
.vwf-sh_link_btn-lb9:hover{
border-color:transparent;
background:#b370f5;
color:#f2eeff;
}
.vwf-band-lb9 .vwf-sh_link-lb9{
border-color:#f2eeff;
color:#f2eeff;
}
.vwf-band-lb9 .vwf-sh_link_btn-lb9{
background:#c084fc;
color:#0f0e13;
}
.vwf-sh_rule-lb9{
margin:-2px 0 1.125rem;
background:rgba(200,185,255,0.13);
height:1px;
}
.vwf-band-lb9 .vwf-sh_rule-lb9{
background:rgba(200,185,255,0.14);
}
.vwf-hero-lb9{
padding:2rem 0 0.5rem;
}
@media(min-width:769px){
.vwf-hero-lb9{
padding:3.5rem 0 1.5rem;
}
}
.vwf-hero_in-lb9{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:902px){
.vwf-hero_in-lb9{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.vwf-hero_copy-lb9{
min-width:0;
}
.vwf-hero_eyebrow-lb9{
gap:0.625rem;
margin-bottom:1.375rem;
align-items:center;
display:inline-flex;
}
.vwf-hero_eyebrow_line-lb9{
background:#9b5fe0;
flex:0 0 auto;
width:1.75rem;
height:1px;
display:inline-block;
}
.vwf-hero_h1-lb9{
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:38px;
letter-spacing:-.01em;
color:#f2eeff;
line-height:1.04;
overflow-wrap:break-word;
margin-bottom:20px;
}
@media(min-width:767px){
.vwf-hero_h1-lb9{
font-size:3.375rem;
}
}
@media(min-width:1103px){
.vwf-hero_h1-lb9{
font-size:3.875rem;
}
}
.vwf-hero_h1-lb9 em{
font-style:normal;
color:#9b5fe0;
}
.vwf-hero_sub-lb9{
line-height:1.6;
margin-bottom:30px;
max-width:30rem;
font-size:16px;
color:#7a7096;
}
@media(min-width:766px){
.vwf-hero_sub-lb9{
font-size:1.125rem;
}
}
.vwf-hero_actions-lb9{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
margin-bottom:2.125rem;
display:flex;
}
.vwf-hero_cta-lb9{
border-radius:62.438rem;
transition:background-color .22s ease;
gap:10px;
padding:16px 1.875rem;
background:#9b5fe0;
align-items:center;
display:inline-flex;
font-size:15px;
font-weight:700;
color:#f2eeff;
}
.vwf-hero_cta-lb9:hover{
background:#b370f5;
}
.vwf-hero_cta_ic-lb9{
align-items:center;
display:inline-flex;
}
.vwf-hero_cta_ic-lb9 svg{
width:1rem;
height:16px;
}
.vwf-hero_cta_alt-lb9{
padding:0.938rem 26px;
border-radius:62.438rem;
border:1px solid rgba(200,185,255,0.13);
transition:border-color .22s ease,color .22s ease;
background:transparent;
display:inline-flex;
font-size:15px;
font-weight:600;
align-items:center;
color:#f2eeff;
}
.vwf-hero_cta_alt-lb9:hover{
border-color:#9b5fe0;
color:#9b5fe0;
}
.vwf-hero_trust-lb9{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.vwf-hero_trust_item-lb9{
gap:9px;
color:#c8c0e0;
font-weight:600;
display:flex;
font-size:0.813rem;
align-items:center;
}
.vwf-hero_trust_ic-lb9{
display:inline-flex;
align-items:center;
color:#9b5fe0;
}
.vwf-hero_trust_ic-lb9 svg{
width:16px;
height:16px;
}
.vwf-hero_promo-lb9{
overflow:hidden;
border-radius:20px;
background:#1a1822;
display:flex;
min-height:300px;
box-shadow:0 8px 48px rgba(0,0,0,0.60), 0 2px 0.75rem rgba(80,42,160,0.30), 0 0 1px rgba(200,185,255,0.10);
position:relative;
}
.vwf-hero_promo_bg-lb9{
inset:0;
background-position:center;
position:absolute;
background-size:cover;
}
.vwf-hero_promo_bg-lb9::after{
background:linear-gradient(120deg,#12101a 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.vwf-hero_promo_glow-lb9{
border-radius:50%;
background:radial-gradient(circle,rgba(80,42,160,0.28) 0%,transparent 65%);
top:-40px;
right:-20px;
pointer-events:none;
width:16.25rem;
height:16.25rem;
position:absolute;
}
.vwf-hero_promo_ct-lb9{
padding:1.75rem;
position:relative;
max-width:88%;
z-index:2;
align-self:flex-end;
}
.vwf-hero_promo_label-lb9{
color:#c084fc;
letter-spacing:.25em;
text-transform:uppercase;
font-weight:700;
margin-bottom:8px;
display:block;
font-size:10px;
}
.vwf-hero_promo_amount-lb9{
font-size:32px;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#f2eeff;
}
@media(min-width:770px){
.vwf-hero_promo_amount-lb9{
font-size:2.5rem;
}
}
.vwf-hero_promo_amount-lb9 em{
color:#c084fc;
font-style:normal;
}
.vwf-hero_rating-lb9{
gap:0.625rem;
padding:10px 0.875rem;
background:#1a1822;
border:1px solid rgba(200,185,255,0.07);
border-radius:0.875rem;
right:0.875rem;
display:flex;
top:0.875rem;
align-items:center;
position:absolute;
z-index:3;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
max-width:min(260px,62%);
}
.vwf-hero_rating_score-lb9{
flex:0 0 auto;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#f2eeff;
font-weight:700;
font-size:24px;
}
.vwf-hero_rating_txt-lb9{
flex:1 1 auto;
min-width:0;
}
.vwf-hero_rating_stars-lb9{
gap:2px;
display:flex;
color:#9b5fe0;
}
.vwf-hero_rating_stars-lb9 svg{
height:0.75rem;
width:0.75rem;
}
.vwf-hero_rating_cap-lb9{
color:#9b90b8;
font-size:0.688rem;
line-height:1.35;
margin-top:3px;
overflow-wrap:break-word;
display:block;
}
.vwf-stat-lb9{
margin-top:16px;
border-bottom:1px solid rgba(200,185,255,0.13);
border-top:1px solid rgba(200,185,255,0.13);
}
.vwf-stat_in-lb9{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.vwf-stat_in-lb9{
grid-template-columns:repeat(4,1fr);
}
}
.vwf-stat_item-lb9{
padding:22px 14px;
border-right:1px solid rgba(200,185,255,0.07);
border-bottom:1px solid rgba(200,185,255,0.07);
min-width:0;
}
.vwf-stat_item-lb9:nth-child(2n){
border-right:0;
}
.vwf-stat_item-lb9:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.vwf-stat_item-lb9{
border-bottom:0;
}
.vwf-stat_item-lb9:nth-child(2n){
border-right:1px solid rgba(200,185,255,0.07);
}
.vwf-stat_item-lb9:nth-child(4n){
border-right:0;
}
}
.vwf-stat_value-lb9{
line-height:1;
font-size:30px;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#f2eeff;
}
@media(min-width:766px){
.vwf-stat_value-lb9{
font-size:34px;
}
}
.vwf-stat_label-lb9{
font-size:0.813rem;
overflow-wrap:break-word;
color:#9b90b8;
margin-top:0.375rem;
line-height:1.4;
}
.vwf-grow-lb9{
padding:26px 0 10px;
}
.vwf-row_seo-lb9{
margin:0.625rem 0 0;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
max-width:47.5rem;
color:#7a7096;
}
.vwf-row_seo-lb9 strong{
color:#f2eeff;
font-weight:700;
}
.vwf-grow-lb9{
padding:26px 0 10px;
}
.vwf-row_seo-lb9{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
color:#7a7096;
max-width:760px;
}
.vwf-row_seo-lb9 strong{
color:#f2eeff;
font-weight:700;
}
.vwf-pr-lb9{
padding:1.875rem 0 6px;
}
.vwf-pr_card-lb9{
gap:10px;
flex:0 0 auto;
border:1px solid rgba(200,185,255,0.07);
padding:1.625rem;
background:#1a1822;
border-radius:1.25rem;
overflow:hidden;
display:flex;
flex-direction:column;
width:280px;
min-height:12.5rem;
position:relative;
}
@media(min-width:770px){
.vwf-pr_card-lb9{
width:18.75rem;
}
}
.vwf-pr_card_feat-lb9{
border-color:transparent;
background:linear-gradient(150deg,#1a1130,#080710);
color:#f2eeff;
}
.vwf-pr_glow-lb9{
background:radial-gradient(circle,rgba(80,42,160,0.28),transparent 70%);
border-radius:50%;
pointer-events:none;
width:130px;
opacity:0;
position:absolute;
right:-1.875rem;
height:8.125rem;
top:-30px;
}
.vwf-pr_card_feat-lb9 .vwf-pr_glow-lb9{
opacity:1;
}
.vwf-pr_label-lb9{
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.16em;
font-weight:700;
color:#9b5fe0;
position:relative;
}
.vwf-pr_card_feat-lb9 .vwf-pr_label-lb9{
color:#c084fc;
}
.vwf-pr_amount-lb9{
font-weight:600;
font-size:1.625rem;
color:#f2eeff;
line-height:1.08;
position:relative;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.vwf-pr_card_feat-lb9 .vwf-pr_amount-lb9{
color:#f2eeff;
}
.vwf-pr_amount-lb9 em{
font-style:normal;
color:#9b5fe0;
}
.vwf-pr_card_feat-lb9 .vwf-pr_amount-lb9 em{
color:#c084fc;
}
.vwf-pr_terms-lb9{
position:relative;
font-size:13px;
line-height:1.5;
color:#9b90b8;
}
.vwf-pr_card_feat-lb9 .vwf-pr_terms-lb9{
color:#a89fcb;
}
.vwf-pr_cta-lb9{
position:relative;
align-self:flex-start;
margin-top:auto;
}
.vwf-pr_card_feat-lb9 .vwf-pr_cta-lb9{
background:#c084fc;
padding:0.563rem 18px;
transition:opacity .22s ease;
border-radius:62.438rem;
color:#0f0e13;
font-size:0.813rem;
font-weight:700;
}
.vwf-pr_card_feat-lb9 .vwf-pr_cta-lb9:hover{
opacity:.9;
}
.vwf-pr_card-lb9:not(.vwf-pr_card_feat-lb9) .vwf-pr_cta-lb9{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
border-bottom:1px solid #f2eeff;
color:#f2eeff;
padding-bottom:2px;
font-weight:700;
}
.vwf-pr_card-lb9:not(.vwf-pr_card_feat-lb9) .vwf-pr_cta-lb9:hover{
border-color:#9b5fe0;
color:#9b5fe0;
}
.vwf-jp-lb9{
padding:1.875rem 0 10px;
}
.vwf-jp_grid-lb9{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:770px){
.vwf-jp_grid-lb9{
grid-template-columns:1fr 1fr;
}
.vwf-jp_card_mega-lb9{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.vwf-jp_grid-lb9{
grid-template-columns:1.4fr 1fr 1fr;
}
.vwf-jp_card_mega-lb9{
grid-column:auto;
}
}
.vwf-jp_card-lb9{
background:#1a1822;
border-radius:1.25rem;
overflow:hidden;
gap:0.75rem;
padding:26px;
border:1px solid rgba(200,185,255,0.07);
flex-direction:column;
position:relative;
min-width:0;
justify-content:space-between;
display:flex;
min-height:200px;
}
.vwf-jp_card_mega-lb9{
border-color:transparent;
background:linear-gradient(135deg,#1a1130,#080710);
color:#f2eeff;
min-height:13.125rem;
}
.vwf-jp_glow-lb9{
background:radial-gradient(circle,rgba(80,42,160,0.28),transparent 70%);
border-radius:50%;
position:absolute;
width:12.5rem;
pointer-events:none;
right:-2.5rem;
top:-40px;
height:12.5rem;
}
.vwf-jp_label-lb9{
gap:0.625rem;
font-size:10px;
color:#9b5fe0;
align-items:center;
justify-content:space-between;
text-transform:uppercase;
position:relative;
display:flex;
font-weight:700;
letter-spacing:.16em;
flex-wrap:wrap;
}
.vwf-jp_card_mega-lb9 .vwf-jp_label-lb9{
color:#c084fc;
}
.vwf-jp_drop-lb9{
color:#9b90b8;
font-weight:600;
letter-spacing:.04em;
text-transform:none;
}
.vwf-jp_card_mega-lb9 .vwf-jp_drop-lb9{
color:#a89fcb;
}
.vwf-jp_amount-lb9{
color:#f2eeff;
position:relative;
font-weight:700;
font-size:38px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1;
overflow-wrap:break-word;
}
.vwf-jp_card_mega-lb9 .vwf-jp_amount-lb9{
animation:zm2-pulse 2.4s infinite;
color:#c084fc;
font-size:48px;
}
@media(min-width:769px){
.vwf-jp_card_mega-lb9 .vwf-jp_amount-lb9{
font-size:3.375rem;
}
}
.vwf-jp_game-lb9{
font-size:0.813rem;
position:relative;
color:#9b90b8;
}
.vwf-jp_card_mega-lb9 .vwf-jp_game-lb9{
color:#a89fcb;
}
.vwf-jp_cta-lb9{
align-self:flex-start;
position:relative;
}
.vwf-jp_card_mega-lb9 .vwf-jp_cta-lb9{
padding:0.625rem 1.25rem;
border-radius:62.438rem;
transition:opacity .22s ease;
background:#c084fc;
font-size:0.813rem;
font-weight:700;
color:#0f0e13;
}
.vwf-jp_card_mega-lb9 .vwf-jp_cta-lb9:hover{
opacity:.9;
}
.vwf-jp_card-lb9:not(.vwf-jp_card_mega-lb9) .vwf-jp_cta-lb9{
transition:color .22s ease,border-color .22s ease;
font-size:13px;
color:#f2eeff;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #f2eeff;
}
.vwf-jp_card-lb9:not(.vwf-jp_card_mega-lb9) .vwf-jp_cta-lb9:hover{
border-color:#9b5fe0;
color:#9b5fe0;
}
.vwf-jp_seo-lb9{
margin:14px 0 0;
color:#7a7096;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
max-width:47.5rem;
}
.vwf-jp_seo-lb9 strong{
color:#f2eeff;
font-weight:700;
}
.vwf-grow-lb9{
padding:1.625rem 0 0.625rem;
}
.vwf-row_seo-lb9{
margin:0.625rem 0 0;
font-size:14px;
max-width:47.5rem;
color:#7a7096;
line-height:1.65;
overflow-wrap:break-word;
}
.vwf-row_seo-lb9 strong{
color:#f2eeff;
font-weight:700;
}
.vwf-vip-lb9{
padding:48px 0;
}
@media(min-width:769px){
.vwf-vip-lb9{
padding:4rem 0;
}
}
.vwf-vip_head-lb9{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:881px){
.vwf-vip_head-lb9{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vwf-vip_eyebrow-lb9{
margin-bottom:0.75rem;
}
.vwf-vip_h2-lb9{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
color:#f2eeff;
line-height:1.05;
}
@media(min-width:771px){
.vwf-vip_h2-lb9{
font-size:40px;
}
}
.vwf-vip_intro-lb9{
color:#a89fcb;
line-height:1.6;
max-width:26.25rem;
font-size:0.875rem;
}
.vwf-vip_grid-lb9{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.vwf-vip_card-lb9{
padding:1.375rem 18px;
border:1px solid rgba(200,185,255,0.14);
border-radius:0.875rem;
min-width:0;
}
.vwf-vip_card_feat-lb9{
background:rgba(255,248,255,0.07);
border-color:#c084fc;
}
.vwf-vip_card_ic-lb9{
border-radius:8px;
background:linear-gradient(135deg,#9b5fe0,#c084fc);
display:block;
height:2.125rem;
width:34px;
margin-bottom:1rem;
}
.vwf-vip_name-lb9{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#f2eeff;
margin-bottom:0.375rem;
font-weight:600;
font-size:1.25rem;
overflow-wrap:break-word;
}
.vwf-vip_perk-lb9{
overflow-wrap:break-word;
line-height:1.5;
font-size:12.5px;
color:#a89fcb;
}
.vwf-gm-lb9{
padding:30px 0 10px;
}
.vwf-gm_in-lb9{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:883px){
.vwf-gm_in-lb9{
grid-template-columns:1.25fr 1fr;
}
}
.vwf-gm_left-lb9{
border-radius:1.25rem;
border:1px solid rgba(200,185,255,0.07);
padding:32px;
background:#1a1822;
min-width:0;
}
.vwf-gm_eyebrow-lb9{
margin-bottom:10px;
}
.vwf-gm_h2-lb9{
margin-bottom:0.5rem;
font-weight:600;
line-height:1.06;
font-size:26px;
overflow-wrap:break-word;
color:#f2eeff;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.vwf-gm_h2-lb9{
font-size:1.75rem;
}
}
.vwf-gm_text-lb9{
font-size:14px;
max-width:480px;
margin-bottom:22px;
line-height:1.6;
color:#7a7096;
}
.vwf-gm_level-lb9{
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:1.375rem;
color:#9b5fe0;
margin-bottom:8px;
}
.vwf-gm_bar-lb9{
border-radius:999px;
overflow:hidden;
background:rgba(200,185,255,0.13);
height:0.5rem;
margin-bottom:0.375rem;
}
.vwf-gm_bar_fill-lb9{
border-radius:999px;
background:linear-gradient(90deg,#9b5fe0,#c084fc);
height:100%;
}
.vwf-gm_bar_meta-lb9{
gap:0.625rem;
justify-content:space-between;
font-size:11px;
color:#9b90b8;
display:flex;
margin-bottom:18px;
}
.vwf-gm_missions-lb9{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.vwf-gm_mission-lb9{
border-radius:62.438rem;
background:#0f0e13;
padding:0.563rem 0.938rem;
gap:0.438rem;
border:1px solid rgba(200,185,255,0.13);
align-items:center;
font-weight:600;
display:inline-flex;
font-size:12.5px;
color:#c8c0e0;
}
.vwf-gm_mission_ic-lb9{
display:inline-flex;
color:#9b5fe0;
align-items:center;
}
.vwf-gm_mission_ic-lb9 svg{
height:0.813rem;
width:13px;
}
.vwf-gm_right-lb9{
background:linear-gradient(150deg,#1a1130,#080710);
border-radius:20px;
overflow:hidden;
padding:2rem;
color:#f2eeff;
flex-direction:column;
position:relative;
display:flex;
}
.vwf-gm_glow-lb9{
background:radial-gradient(circle,rgba(80,42,160,0.28),transparent 70%);
border-radius:50%;
width:150px;
position:absolute;
height:150px;
right:-1.875rem;
pointer-events:none;
top:-30px;
}
.vwf-gm_ref_eyebrow-lb9{
position:relative;
margin-bottom:10px;
}
.vwf-gm_ref_h2-lb9{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#f2eeff;
font-size:1.625rem;
position:relative;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
line-height:1.1;
}
.vwf-gm_ref_text-lb9{
line-height:1.55;
margin-bottom:20px;
position:relative;
font-size:13.5px;
color:#a89fcb;
}
.vwf-gm_ref_cta-lb9{
padding:0.688rem 1.375rem;
transition:opacity .22s ease;
background:#c084fc;
border-radius:999px;
font-size:13.5px;
position:relative;
align-self:flex-start;
color:#0f0e13;
margin-top:auto;
font-weight:700;
}
.vwf-gm_ref_cta-lb9:hover{
opacity:.9;
}
.vwf-app-lb9{
padding:1.875rem 0 10px;
}
.vwf-app_in-lb9{
background:#1a1822;
border:1px solid rgba(200,185,255,0.07);
border-radius:20px;
padding:2rem;
gap:1.75rem;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.vwf-app_in-lb9{
gap:2.5rem;
padding:2.5rem 44px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.vwf-app_copy-lb9{
min-width:0;
max-width:35rem;
}
.vwf-app_eyebrow-lb9{
margin-bottom:12px;
}
.vwf-app_h2-lb9{
line-height:1.05;
margin-bottom:0.75rem;
color:#f2eeff;
font-size:28px;
font-weight:600;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.vwf-app_h2-lb9{
font-size:34px;
}
}
.vwf-app_text-lb9{
line-height:1.6;
margin-bottom:22px;
color:#7a7096;
font-size:0.875rem;
}
.vwf-app_btns-lb9{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.vwf-app_btn-lb9{
gap:0.625rem;
padding:0.688rem 20px;
border-radius:0.875rem;
background:#9b5fe0;
transition:background-color .22s ease;
color:#f2eeff;
display:inline-flex;
align-items:center;
}
.vwf-app_btn-lb9:hover{
background:#b370f5;
}
.vwf-app_btn_ic-lb9{
display:inline-flex;
align-items:center;
}
.vwf-app_btn_ic-lb9 svg{
width:1.125rem;
height:18px;
}
.vwf-app_btn_lb-lb9{
font-size:0.844rem;
font-weight:700;
}
.vwf-app_qr_wrap-lb9{
gap:1.125rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.vwf-app_qr-lb9{
flex:0 0 auto;
border-radius:14px;
width:6.75rem;
height:108px;
background-color:#9b5fe0;
background-image:repeating-linear-gradient(0deg,#1a1822 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#1a1822 0 0.313rem,transparent 0.313rem 11px);
}
.vwf-app_qr_cap-lb9{
max-width:92px;
line-height:1.4;
font-size:0.781rem;
color:#9b90b8;
}
.vwf-trn-lb9{
padding:1.875rem 0 0.625rem;
}
.vwf-trn_in-lb9{
border-radius:20px;
border:1px solid rgba(200,185,255,0.07);
overflow:hidden;
background:#1a1822;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:879px){
.vwf-trn_in-lb9{
grid-template-columns:1.05fr 1fr;
}
}
.vwf-trn_banner-lb9{
background:linear-gradient(150deg,#1a1130,#080710);
overflow:hidden;
padding:34px;
position:relative;
color:#f2eeff;
}
.vwf-trn_glow-lb9{
border-radius:50%;
background:radial-gradient(circle,rgba(80,42,160,0.28),transparent 70%);
height:12.5rem;
pointer-events:none;
width:12.5rem;
bottom:-2.5rem;
position:absolute;
right:-40px;
}
.vwf-trn_eyebrow-lb9{
position:relative;
margin-bottom:14px;
}
.vwf-trn_h2-lb9{
font-size:30px;
margin-bottom:12px;
line-height:1.06;
color:#f2eeff;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
position:relative;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:768px){
.vwf-trn_h2-lb9{
font-size:36px;
}
}
.vwf-trn_text-lb9{
position:relative;
max-width:26.25rem;
line-height:1.6;
color:#a89fcb;
font-size:14px;
margin-bottom:22px;
}
.vwf-trn_timer-lb9{
gap:8px;
flex-wrap:wrap;
position:relative;
align-items:center;
margin-bottom:24px;
display:flex;
}
.vwf-trn_timer_cap-lb9{
color:#a89fcb;
font-size:11px;
}
.vwf-trn_timer_box-lb9{
background:rgba(255,248,255,0.07);
padding:0.25rem 12px;
border-radius:0.5rem;
font-size:1.5rem;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#f2eeff;
}
.vwf-trn_cta-lb9{
border-radius:62.438rem;
padding:0.813rem 26px;
transition:opacity .22s ease;
background:#c084fc;
font-size:14px;
color:#0f0e13;
font-weight:700;
display:inline-block;
position:relative;
}
.vwf-trn_cta-lb9:hover{
opacity:.9;
}
.vwf-trn_lb-lb9{
padding:26px 28px;
}
.vwf-trn_lb_head-lb9{
gap:0.625rem;
margin-bottom:0.75rem;
align-items:center;
justify-content:space-between;
display:flex;
}
.vwf-trn_lb_title-lb9{
font-size:1.25rem;
color:#f2eeff;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.vwf-trn_lb_upd-lb9{
letter-spacing:.08em;
color:#9b90b8;
text-transform:uppercase;
font-size:11px;
}
.vwf-trn_lb_row-lb9{
border-radius:8px;
gap:0.875rem;
padding:0.688rem 12px;
align-items:center;
display:flex;
}
.vwf-trn_lb_row-lb9:nth-child(2){
background:rgba(155,95,224,0.12);
}
.vwf-trn_lb_rank-lb9{
flex:0 0 auto;
width:22px;
font-size:1rem;
color:#9b5fe0;
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.vwf-trn_lb_av-lb9{
flex:0 0 auto;
background:linear-gradient(135deg,#9b5fe0,#c084fc);
border-radius:50%;
height:1.875rem;
width:1.875rem;
}
.vwf-trn_lb_name-lb9{
flex:1 1 auto;
overflow:hidden;
color:#f2eeff;
font-size:0.875rem;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:600;
min-width:0;
}
.vwf-trn_lb_amount-lb9{
flex:0 0 auto;
color:#f2eeff;
font-weight:700;
font-size:13px;
}
.vwf-et-lb9{
padding:2.25rem 0 10px;
}
.vwf-et_in-lb9{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:882px){
.vwf-et_in-lb9{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.vwf-et_left-lb9{
min-width:0;
}
.vwf-et_eyebrow-lb9{
margin-bottom:0.75rem;
}
.vwf-et_h2-lb9{
margin-bottom:0.875rem;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#f2eeff;
line-height:1.06;
overflow-wrap:break-word;
font-size:28px;
}
@media(min-width:771px){
.vwf-et_h2-lb9{
font-size:32px;
}
}
.vwf-et_text-lb9{
line-height:1.65;
color:#7a7096;
font-size:0.938rem;
margin-bottom:22px;
}
.vwf-et_stats-lb9{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.vwf-et_stat-lb9{
min-width:0;
}
.vwf-et_stat_v-lb9{
font-size:26px;
color:#f2eeff;
line-height:1;
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.vwf-et_stat_l-lb9{
font-size:12.5px;
color:#9b90b8;
margin-top:0.25rem;
}
.vwf-et_right-lb9{
gap:12px;
display:flex;
flex-direction:column;
}
.vwf-et_member-lb9{
border-radius:0.875rem;
padding:18px 1.25rem;
gap:1rem;
border:1px solid rgba(200,185,255,0.07);
background:#1a1822;
display:flex;
align-items:center;
min-width:0;
}
.vwf-et_member_av-lb9{
background:linear-gradient(135deg,#1a1130,#9b5fe0);
border-radius:50%;
flex:0 0 auto;
height:3rem;
width:48px;
}
.vwf-et_member_name-lb9{
color:#f2eeff;
font-size:0.938rem;
font-weight:700;
overflow-wrap:break-word;
}
.vwf-et_member_role-lb9{
font-size:0.781rem;
overflow-wrap:break-word;
color:#9b90b8;
}
.vwf-et_updated-lb9{
border:1px solid rgba(200,185,255,0.07);
gap:8px;
border-radius:14px;
padding:0.875rem 18px;
background:#0f0e13;
font-size:0.781rem;
align-items:center;
display:flex;
color:#7a7096;
}
.vwf-prov-lb9{
padding:2.5rem 0 1.25rem;
}
.vwf-prov_eyebrow-lb9{
margin-bottom:18px;
display:block;
}
.vwf-prov_grid-lb9{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.vwf-prov_grid-lb9{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.vwf-prov_grid-lb9{
grid-template-columns:repeat(6,1fr);
}
}
.vwf-ts-lb9{
padding:44px 0;
}
.vwf-ts_in-lb9{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:883px){
.vwf-ts_in-lb9{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.vwf-ts_left-lb9{
min-width:0;
}
.vwf-ts_h2-lb9{
font-size:26px;
font-weight:600;
color:#f2eeff;
line-height:1.1;
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.vwf-ts_h2-lb9{
font-size:1.75rem;
}
}
.vwf-ts_text-lb9{
margin-bottom:1.375rem;
font-size:14.5px;
max-width:520px;
line-height:1.6;
color:#a89fcb;
}
.vwf-ts_badges-lb9{
gap:18px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.vwf-ts_badge-lb9{
font-size:13px;
font-weight:600;
color:#a89fcb;
}
.vwf-ts_pay-lb9{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:882px){
.vwf-ts_pay-lb9{
justify-content:flex-end;
}
}
.vwf-ts_pay_chip-lb9{
border:1px solid rgba(200,185,255,0.14);
padding:12px 16px;
background:rgba(255,248,255,0.07);
border-radius:0.875rem;
color:#f2eeff;
font-weight:700;
font-size:14px;
}
.vwf-dr-lb9{
padding:2.25rem 0 0.625rem;
}
.vwf-dr_in-lb9{
border-radius:14px;
padding:1.75rem 32px;
border:1px dashed rgba(200,185,255,0.13);
gap:20px;
display:flex;
flex-direction:column;
}
@media(min-width:771px){
.vwf-dr_in-lb9{
gap:2rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.vwf-dr_h2-lb9{
overflow-wrap:break-word;
margin-bottom:8px;
color:#f2eeff;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:24px;
line-height:1.1;
font-weight:600;
}
@media(min-width:767px){
.vwf-dr_h2-lb9{
font-size:26px;
}
}
.vwf-dr_text-lb9{
font-size:14px;
color:#7a7096;
max-width:680px;
overflow-wrap:break-word;
line-height:1.6;
}
.vwf-dr_text-lb9 b{
font-weight:700;
color:#f2eeff;
}
.vwf-dr_cta-lb9{
flex:0 0 auto;
transition:color .22s ease;
padding-bottom:2px;
white-space:nowrap;
font-size:13.5px;
border-bottom:1px solid #9b5fe0;
font-weight:700;
color:#f2eeff;
}
.vwf-dr_cta-lb9:hover{
color:#9b5fe0;
}
.vwf-op-lb9{
padding:2.25rem 0 10px;
}
.vwf-op_in-lb9{
gap:2rem;
grid-template-columns:1fr;
background:#1a1822;
padding:2rem;
border:1px solid rgba(200,185,255,0.07);
border-radius:14px;
display:grid;
align-items:center;
}
@media(min-width:858px){
.vwf-op_in-lb9{
gap:2.75rem;
grid-template-columns:.9fr 1.1fr;
padding:34px 2.5rem;
}
}
.vwf-op_left-lb9{
min-width:0;
}
.vwf-op_eyebrow-lb9{
margin-bottom:0.75rem;
}
.vwf-op_h2-lb9{
color:#f2eeff;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:0.625rem;
overflow-wrap:break-word;
font-size:1.75rem;
line-height:1.08;
font-weight:600;
}
@media(min-width:766px){
.vwf-op_h2-lb9{
font-size:30px;
}
}
.vwf-op_text-lb9{
color:#7a7096;
font-size:14px;
line-height:1.6;
}
.vwf-op_grid-lb9{
gap:1px;
overflow:hidden;
background:rgba(200,185,255,0.13);
border:1px solid rgba(200,185,255,0.13);
border-radius:8px;
grid-template-columns:1fr 1fr;
display:grid;
}
.vwf-op_field-lb9{
background:#0f0e13;
padding:1.125rem 1.25rem;
min-width:0;
}
.vwf-op_field_lb-lb9{
font-size:10px;
margin-bottom:0.313rem;
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
color:#9b5fe0;
}
.vwf-op_field_val-lb9{
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
color:#f2eeff;
}
.vwf-rv-lb9{
padding:3rem 0;
background:#1a1822;
margin-top:1.5rem;
border-top:1px solid rgba(200,185,255,0.07);
border-bottom:1px solid rgba(200,185,255,0.07);
}
@media(min-width:768px){
.vwf-rv-lb9{
padding:56px 0;
}
}
.vwf-rv_head-lb9{
gap:16px;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.vwf-rv_head-lb9{
gap:20px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vwf-rv_eyebrow-lb9{
margin-bottom:10px;
}
.vwf-rv_h2-lb9{
line-height:1.05;
font-size:30px;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#f2eeff;
}
@media(min-width:771px){
.vwf-rv_h2-lb9{
font-size:2.375rem;
}
}
.vwf-rv_agg-lb9{
gap:0.75rem;
display:flex;
align-items:center;
}
.vwf-rv_agg_stars-lb9{
gap:3px;
color:#9b5fe0;
display:flex;
}
.vwf-rv_agg_stars-lb9 svg{
width:18px;
height:18px;
}
.vwf-rv_source-lb9{
color:#7a7096;
font-size:0.813rem;
}
.vwf-rv_grid-lb9{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.vwf-rv_grid-lb9{
grid-template-columns:repeat(3,1fr);
}
}
.vwf-rv_card-lb9{
border:1px solid rgba(200,185,255,0.07);
border-radius:14px;
padding:26px;
background:#0f0e13;
min-width:0;
}
.vwf-rv_card_stars-lb9{
gap:2px;
margin-bottom:12px;
color:#9b5fe0;
display:flex;
}
.vwf-rv_card_stars-lb9 svg{
height:14px;
width:0.875rem;
}
.vwf-rv_card_body-lb9{
overflow-wrap:break-word;
margin-bottom:1rem;
font-weight:500;
color:#f2eeff;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1.45;
font-size:1.125rem;
}
.vwf-rv_card_meta-lb9{
gap:10px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.vwf-rv_card_av-lb9{
background:linear-gradient(135deg,#9b5fe0,#c084fc);
flex:0 0 auto;
border-radius:50%;
height:2rem;
width:2rem;
}
.vwf-rv_card_author-lb9{
color:#f2eeff;
font-weight:700;
font-size:0.813rem;
}
.vwf-rv_card_loc-lb9{
font-size:12px;
color:#9b90b8;
}
.vwf-tt-lb9{
padding:48px 0 0.625rem;
}
@media(min-width:769px){
.vwf-tt-lb9{
padding:60px 0 0.625rem;
}
}
.vwf-tt_head-lb9{
text-align:center;
margin-bottom:2.125rem;
}
.vwf-tt_eyebrow-lb9{
margin-bottom:12px;
}
.vwf-tt_h2-lb9{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:32px;
overflow-wrap:break-word;
font-weight:600;
color:#f2eeff;
}
@media(min-width:766px){
.vwf-tt_h2-lb9{
font-size:2.625rem;
}
}
.vwf-tt_grid-lb9{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:763px){
.vwf-tt_grid-lb9{
grid-template-columns:repeat(3,1fr);
}
}
.vwf-tt_card-lb9{
border:1px solid rgba(200,185,255,0.07);
padding:30px;
background:#1a1822;
border-radius:14px;
flex-direction:column;
display:flex;
min-width:0;
}
.vwf-tt_card_ic-lb9{
margin-bottom:18px;
align-items:center;
display:inline-flex;
color:#9b5fe0;
}
.vwf-tt_card_ic-lb9 svg{
height:1.75rem;
width:1.75rem;
}
.vwf-tt_card_h-lb9{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#f2eeff;
line-height:1.15;
font-weight:600;
margin-bottom:8px;
overflow-wrap:break-word;
font-size:22px;
}
.vwf-tt_card_p-lb9{
color:#7a7096;
overflow-wrap:break-word;
line-height:1.6;
margin-bottom:0.875rem;
font-size:0.875rem;
}
.vwf-tt_card_p-lb9 b{
color:#f2eeff;
font-weight:700;
}
.vwf-tt_card_link-lb9{
transition:color .22s ease;
padding-bottom:2px;
font-size:0.813rem;
font-weight:700;
align-self:flex-start;
color:#f2eeff;
border-bottom:1px solid #9b5fe0;
margin-top:auto;
}
.vwf-tt_card_link-lb9:hover{
color:#9b5fe0;
}
.vwf-wy-lb9{
padding:3rem 0;
}
@media(min-width:769px){
.vwf-wy-lb9{
padding:56px 0;
}
}
.vwf-wy_in-lb9{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:903px){
.vwf-wy_in-lb9{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.vwf-wy_left-lb9{
min-width:0;
}
.vwf-wy_eyebrow-lb9{
margin-bottom:0.875rem;
}
.vwf-wy_h2-lb9{
color:#f2eeff;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
margin-bottom:16px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.vwf-wy_h2-lb9{
font-size:40px;
}
}
.vwf-wy_intro-lb9{
font-size:0.938rem;
line-height:1.6;
color:#7a7096;
}
.vwf-wy_grid-lb9{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.vwf-wy_grid-lb9{
grid-template-columns:1fr 1fr;
}
}
.vwf-wy_card-lb9{
border:1px solid rgba(200,185,255,0.07);
border-radius:14px;
background:#1a1822;
padding:1.625rem;
min-width:0;
}
.vwf-wy_card_ic-lb9{
color:#9b5fe0;
align-items:center;
margin-bottom:1rem;
justify-content:center;
display:inline-flex;
}
.vwf-wy_card_ic-lb9 svg{
width:26px;
height:1.625rem;
}
.vwf-wy_card_h-lb9{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:21px;
font-weight:600;
color:#f2eeff;
line-height:1.15;
margin-bottom:0.5rem;
}
.vwf-wy_card_p-lb9{
line-height:1.55;
color:#7a7096;
font-size:14px;
overflow-wrap:break-word;
}
.vwf-pmt-lb9{
padding:3rem 0 0.625rem;
}
.vwf-pmt_in-lb9{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:880px){
.vwf-pmt_in-lb9{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.vwf-pmt_left-lb9{
min-width:0;
}
.vwf-pmt_eyebrow-lb9{
margin-bottom:12px;
}
.vwf-pmt_h2-lb9{
font-weight:600;
color:#f2eeff;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.06;
margin-bottom:12px;
}
@media(min-width:768px){
.vwf-pmt_h2-lb9{
font-size:2rem;
}
}
.vwf-pmt_text-lb9{
line-height:1.6;
margin-bottom:1.375rem;
font-size:14.5px;
color:#7a7096;
}
.vwf-pmt_logos-lb9{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:479px){
.vwf-pmt_logos-lb9{
grid-template-columns:repeat(4,1fr);
}
}
.vwf-pmt_logo-lb9{
padding:0 0.5rem;
background:#1a1822;
border:1px solid rgba(200,185,255,0.07);
overflow:hidden;
border-radius:0.5rem;
align-items:center;
height:3.125rem;
font-size:0.781rem;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
text-align:center;
display:flex;
justify-content:center;
color:#c8c0e0;
}
.vwf-pmt_table-lb9{
border:1px solid rgba(200,185,255,0.07);
overflow:hidden;
border-radius:0.875rem;
min-width:0;
}
.vwf-pmt_thead-lb9{
background:#080710;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.vwf-pmt_th-lb9{
padding:13px 0.875rem;
overflow:hidden;
font-size:0.625rem;
font-weight:700;
text-transform:uppercase;
white-space:nowrap;
letter-spacing:.08em;
text-overflow:ellipsis;
color:#f2eeff;
}
.vwf-pmt_row-lb9{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(200,185,255,0.07);
display:grid;
}
.vwf-pmt_row-lb9:nth-child(odd){
background:#1a1822;
}
.vwf-pmt_td-lb9{
padding:0.875rem;
overflow-wrap:break-word;
color:#7a7096;
min-width:0;
font-size:0.844rem;
}
.vwf-pmt_row-lb9 .vwf-pmt_td-lb9:first-child{
font-weight:700;
color:#f2eeff;
}
.vwf-pmt_row-lb9 .vwf-pmt_td-lb9:last-child{
font-weight:700;
color:#34d48a;
}
.vwf-hts-lb9{
padding:48px 0;
}
@media(min-width:766px){
.vwf-hts-lb9{
padding:3.875rem 0;
}
}
.vwf-hts_head-lb9{
gap:1.125rem;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:769px){
.vwf-hts_head-lb9{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.vwf-hts_eyebrow-lb9{
margin-bottom:12px;
}
.vwf-hts_h2-lb9{
overflow-wrap:break-word;
line-height:1.05;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
color:#f2eeff;
font-weight:600;
}
@media(min-width:767px){
.vwf-hts_h2-lb9{
font-size:38px;
}
}
.vwf-hts_cta-lb9{
flex:0 0 auto;
transition:opacity .22s ease;
border-radius:999px;
background:#c084fc;
padding:15px 30px;
color:#0f0e13;
font-size:15px;
font-weight:700;
}
.vwf-hts_cta-lb9:hover{
opacity:.9;
}
.vwf-hts_grid-lb9{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.vwf-hts_grid-lb9{
grid-template-columns:repeat(3,1fr);
}
}
.vwf-hts_step-lb9{
padding-top:22px;
border-top:1px solid rgba(200,185,255,0.14);
min-width:0;
}
.vwf-hts_step_num-lb9{
font-size:44px;
color:#c084fc;
margin-bottom:14px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:700;
line-height:1;
}
.vwf-hts_step_h-lb9{
font-size:1.188rem;
color:#f2eeff;
line-height:1.2;
font-weight:700;
margin-bottom:8px;
overflow-wrap:break-word;
}
.vwf-hts_step_p-lb9{
color:#a89fcb;
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
}
.vwf-sc-lb9{
padding:48px 0 0.625rem;
}
.vwf-sc_head-lb9{
text-align:center;
margin-bottom:28px;
}
.vwf-sc_eyebrow-lb9{
margin-bottom:12px;
}
.vwf-sc_h2-lb9{
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:30px;
font-weight:600;
color:#f2eeff;
}
@media(min-width:768px){
.vwf-sc_h2-lb9{
font-size:2.25rem;
}
}
.vwf-sc_table-lb9{
border:1px solid rgba(200,185,255,0.07);
overflow:hidden;
margin:0 auto;
border-radius:0.875rem;
max-width:56.25rem;
}
.vwf-sc_thead-lb9{
background:#080710;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.vwf-sc_th-lb9{
padding:0.938rem 1.125rem;
color:#a89fcb;
overflow-wrap:break-word;
text-align:center;
font-size:13px;
font-weight:700;
}
.vwf-sc_th-lb9:first-child{
text-align:left;
}
.vwf-sc_th_us-lb9{
color:#c084fc;
}
.vwf-sc_row-lb9{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(200,185,255,0.07);
display:grid;
}
.vwf-sc_row-lb9:nth-child(even){
background:#1a1822;
}
.vwf-sc_td-lb9{
padding:15px 1.125rem;
font-size:0.875rem;
min-width:0;
color:#9b90b8;
text-align:center;
overflow-wrap:break-word;
}
.vwf-sc_td-lb9:first-child{
text-align:left;
color:#c8c0e0;
font-weight:600;
}
.vwf-sc_td_us-lb9{
color:#34d48a;
font-weight:700;
}
.vwf-el-lb9{
padding:48px 0;
}
@media(min-width:768px){
.vwf-el-lb9{
padding:56px 0;
}
}
.vwf-el_in-lb9{
grid-template-columns:1fr;
gap:40px;
align-items:start;
display:grid;
}
@media(min-width:902px){
.vwf-el_in-lb9{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.vwf-el_left-lb9{
min-width:0;
}
.vwf-el_eyebrow-lb9{
margin-bottom:14px;
}
.vwf-el_h2-lb9{
margin-bottom:22px;
line-height:1.08;
overflow-wrap:break-word;
color:#f2eeff;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:32px;
}
@media(min-width:771px){
.vwf-el_h2-lb9{
font-size:2.375rem;
}
}
.vwf-el_body-lb9 p{
overflow-wrap:break-word;
margin-bottom:1.125rem;
line-height:1.7;
color:#c8c0e0;
font-size:1rem;
}
.vwf-el_dropcap-lb9{
padding:6px 0.75rem 0 0;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#9b5fe0;
line-height:.8;
font-size:3.875rem;
float:left;
}
.vwf-el_right-lb9{
min-width:0;
}
.vwf-el_quote-lb9{
border-radius:1.25rem;
background:linear-gradient(150deg,#1a1130,#080710);
padding:36px;
position:relative;
color:#f2eeff;
margin-bottom:1.5rem;
}
.vwf-el_quote_mark-lb9{
align-items:center;
display:inline-flex;
color:#c084fc;
margin-bottom:6px;
}
.vwf-el_quote_mark-lb9 svg{
height:34px;
width:34px;
}
.vwf-el_quote_text-lb9{
font-weight:500;
font-size:1.375rem;
color:#f2eeff;
margin-bottom:1.375rem;
overflow-wrap:break-word;
line-height:1.4;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.vwf-el_quote_meta-lb9{
gap:12px;
align-items:center;
display:flex;
}
.vwf-el_quote_av-lb9{
background:linear-gradient(135deg,#9b5fe0,#c084fc);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:38px;
}
.vwf-el_quote_author-lb9{
color:#f2eeff;
font-weight:700;
font-size:14px;
}
.vwf-el_quote_meta_sub-lb9{
color:#a89fcb;
font-size:12px;
}
.vwf-el_explain-lb9{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(200,185,255,0.07);
}
.vwf-el_explain_card-lb9{
padding:1.375rem 1.5rem;
}
.vwf-el_explain_card-lb9+.vwf-el_explain_card-lb9{
border-top:1px solid rgba(200,185,255,0.07);
}
.vwf-el_explain_h-lb9{
font-size:20px;
font-weight:600;
color:#f2eeff;
line-height:1.15;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
}
.vwf-el_explain_p-lb9{
color:#7a7096;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.vwf-faq-lb9{
background:#1a1822;
padding:48px 0;
border-bottom:1px solid rgba(200,185,255,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(200,185,255,0.07);
}
@media(min-width:770px){
.vwf-faq-lb9{
padding:3.875rem 0;
}
}
.vwf-faq_head-lb9{
margin-bottom:2.125rem;
text-align:center;
}
.vwf-faq_eyebrow-lb9{
margin-bottom:12px;
}
.vwf-faq_h2-lb9{
color:#f2eeff;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:32px;
line-height:1.05;
}
@media(min-width:766px){
.vwf-faq_h2-lb9{
font-size:38px;
}
}
.vwf-faq_list-lb9{
gap:12px;
margin:0 auto;
display:flex;
flex-direction:column;
max-width:51.25rem;
}
.vwf-faq_item-lb9{
border-radius:0.875rem;
border:1px solid rgba(200,185,255,0.07);
overflow:hidden;
background:#0f0e13;
}
.vwf-faq_q-lb9{
gap:20px;
padding:20px 24px;
list-style:none;
overflow-wrap:break-word;
font-size:1rem;
cursor:pointer;
font-weight:700;
justify-content:space-between;
color:#f2eeff;
display:flex;
align-items:center;
}
.vwf-faq_q-lb9::-webkit-details-marker{
display:none;
}
.vwf-faq_q_ic-lb9{
flex:0 0 auto;
transition:transform .22s ease;
color:#9b5fe0;
align-items:center;
display:inline-flex;
}
.vwf-faq_q_ic-lb9 svg{
width:18px;
height:1.125rem;
}
.vwf-faq_item-lb9[open] .vwf-faq_q_ic-lb9{
transform:rotate(180deg);
}
.vwf-faq_a-lb9{
padding:0 24px 20px;
overflow-wrap:break-word;
line-height:1.6;
font-size:14.5px;
color:#7a7096;
}
.vwf-lh-lb9{
padding:2.5rem 0 20px;
}
.vwf-lh_in-lb9{
border-top:1px solid rgba(200,185,255,0.13);
padding-top:2.125rem;
}
.vwf-lh_eyebrow-lb9{
margin-bottom:1.375rem;
display:block;
}
.vwf-lh_grid-lb9{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:603px){
.vwf-lh_grid-lb9{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.vwf-lh_grid-lb9{
grid-template-columns:repeat(5,1fr);
}
}
.vwf-lh_col-lb9{
min-width:0;
}
.vwf-lh_col_h-lb9{
font-weight:700;
font-size:0.813rem;
margin-bottom:12px;
overflow-wrap:break-word;
color:#f2eeff;
}
.vwf-lh_links-lb9{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.vwf-lh_link-lb9{
transition:color .22s ease;
color:#7a7096;
font-size:0.813rem;
overflow-wrap:break-word;
}
.vwf-lh_link-lb9:hover{
color:#9b5fe0;
}
.vwf-sb-lb9{
background:#1a1822;
padding:3rem 0;
margin-top:24px;
border-top:1px solid rgba(200,185,255,0.07);
border-bottom:1px solid rgba(200,185,255,0.07);
}
@media(min-width:768px){
.vwf-sb-lb9{
padding:56px 0;
}
}
.vwf-sb_eyebrow-lb9{
display:block;
margin-bottom:0.75rem;
}
.vwf-sb_h2-lb9{
color:#f2eeff;
font-size:1.875rem;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:1.625rem;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.vwf-sb_h2-lb9{
font-size:2.25rem;
}
}
.vwf-sb_grid-lb9{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:560px){
.vwf-sb_grid-lb9{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.vwf-sb_grid-lb9{
grid-template-columns:repeat(4,1fr);
}
}
.vwf-sb_card-lb9{
border-radius:0.875rem;
background:#0f0e13;
border:1px solid rgba(200,185,255,0.07);
padding:1.5rem;
min-width:0;
}
.vwf-sb_card_h-lb9{
color:#f2eeff;
overflow-wrap:break-word;
font-size:19px;
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
}
.vwf-sb_card_p-lb9{
line-height:1.6;
color:#7a7096;
overflow-wrap:break-word;
font-size:13.5px;
}
.vwf-sb_rtp-lb9{
grid-template-columns:1fr;
border:1px solid rgba(200,185,255,0.07);
background:#0f0e13;
border-radius:14px;
padding:1.625rem 28px;
gap:1.5rem;
margin-top:1.125rem;
display:grid;
align-items:center;
}
@media(min-width:760px){
.vwf-sb_rtp-lb9{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.vwf-sb_rtp_h-lb9{
font-weight:600;
margin-bottom:8px;
line-height:1.15;
color:#f2eeff;
font-size:20px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.vwf-sb_rtp_p-lb9{
line-height:1.6;
font-size:13.5px;
overflow-wrap:break-word;
color:#7a7096;
}
.vwf-sb_rtp_stats-lb9{
gap:1rem;
display:flex;
}
.vwf-sb_stat-lb9{
flex:1 1 0;
background:#1a1822;
padding:1.125rem;
border-radius:8px;
text-align:center;
min-width:0;
}
.vwf-sb_stat_v-lb9{
font-size:26px;
overflow-wrap:break-word;
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#34d48a;
}
.vwf-sb_stat_l-lb9{
font-size:11.5px;
margin-top:0.25rem;
color:#9b90b8;
}
.vwf-sg-lb9{
padding:3rem 0 0.625rem;
}
.vwf-sg_eyebrow-lb9{
display:block;
margin-bottom:0.75rem;
}
.vwf-sg_h2-lb9{
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
margin-bottom:28px;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
color:#f2eeff;
font-size:30px;
}
@media(min-width:770px){
.vwf-sg_h2-lb9{
font-size:2.25rem;
}
}
.vwf-sg_grid-lb9{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:717px){
.vwf-sg_grid-lb9{
grid-template-columns:repeat(3,1fr);
}
}
.vwf-sg_col-lb9{
min-width:0;
}
.vwf-sg_col_h-lb9{
line-height:1.15;
font-weight:600;
margin-bottom:0.625rem;
overflow-wrap:break-word;
font-size:22px;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
color:#f2eeff;
}
.vwf-sg_col_p-lb9{
overflow-wrap:break-word;
font-size:0.875rem;
color:#7a7096;
line-height:1.65;
}
.vwf-ft-lb9{
background:#080710;
margin-top:2.5rem;
color:#a89fcb;
}
.vwf-ft_in-lb9{
gap:2rem;
padding:48px 0 1.75rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.vwf-ft_in-lb9{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:902px){
.vwf-ft_in-lb9{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.vwf-ft_brand-lb9{
min-width:0;
}
.vwf-ft_logo-lb9{
font-size:26px;
color:#f2eeff;
font-weight:700;
font-family:"Bodoni Moda", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.vwf-ft_tagline-lb9{
line-height:1.6;
font-size:13.5px;
margin-top:0.875rem;
max-width:17.5rem;
color:#a89fcb;
}
.vwf-ft_contact-lb9{
transition:color .22s ease;
margin-top:0.75rem;
max-width:280px;
color:#c084fc;
display:inline-block;
font-size:0.813rem;
overflow-wrap:anywhere;
}
.vwf-ft_contact-lb9:hover{
color:#f2eeff;
}
.vwf-ft_col-lb9{
min-width:0;
}
.vwf-ft_col_h-lb9{
letter-spacing:.08em;
overflow-wrap:break-word;
font-weight:700;
color:#f2eeff;
margin-bottom:0.875rem;
text-transform:uppercase;
font-size:0.813rem;
}
.vwf-ft_col_links-lb9{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.vwf-ft_link-lb9{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#a89fcb;
}
.vwf-ft_link-lb9:hover{
color:#f2eeff;
}
.vwf-ft_bot-lb9{
padding:1.375rem 0 40px;
gap:1rem;
display:flex;
border-top:1px solid rgba(200,185,255,0.14);
flex-direction:column;
}
@media(min-width:768px){
.vwf-ft_bot-lb9{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.vwf-ft_legal-lb9{
line-height:1.6;
max-width:47.5rem;
font-size:0.719rem;
color:#524c6a;
overflow-wrap:break-word;
}
.vwf-ft_legal-lb9 b{
font-weight:700;
color:#a89fcb;
}
.vwf-ft_age-lb9{
border-radius:8px;
flex:0 0 auto;
padding:4px 9px;
border:1.5px solid #c084fc;
font-size:0.813rem;
color:#c084fc;
font-weight:700;
}