*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F4F6F9;
font-size:0.938rem;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
color:#2A3145;
font-family:"Nunito Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.6;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.50);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.vfw-layout_rlz{
display:flex;
flex-direction:column;
min-height:100vh;
}
.vfw-main_rlz{
flex:1 1 auto;
width:100%;
min-width:0;
}
.vfw-container_rlz{
margin:0 auto;
padding:0 16px;
max-width:1400px;
width:100%;
}
@media(min-width:767px){
.vfw-container_rlz{
padding:0 2rem;
}
}
@media(min-width:1101px){
.vfw-container_rlz{
padding:0 56px;
}
}
.vfw-eyebrow_rlz{
letter-spacing:.2em;
font-weight:600;
color:#3F6FE8;
overflow-wrap:break-word;
font-size:0.688rem;
display:inline-block;
text-transform:uppercase;
line-height:1.4;
font-family:"Nunito Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.vfw-band_rlz{
background:#151C2E;
color:#EDF0F8;
}
.vfw-band_rlz .vfw-eyebrow_rlz{
color:#7AACFF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.vfw-tb_rlz{
background:#F4F6F9;
z-index:50;
position:sticky;
border-bottom:1px solid rgba(14,18,32,0.14);
top:0;
}
.vfw-tb_in_rlz{
gap:1rem;
margin:0 auto;
padding:12px 1rem;
justify-content:space-between;
display:flex;
max-width:1400px;
align-items:center;
width:100%;
}
@media(min-width:769px){
.vfw-tb_in_rlz{
padding:1rem 32px;
}
}
@media(min-width:1102px){
.vfw-tb_in_rlz{
padding:18px 56px;
}
}
.vfw-tb_left_rlz{
gap:28px;
min-width:0;
display:flex;
align-items:center;
}
.vfw-tb_logo_rlz{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.vfw-tb_logo_mark_rlz{
flex:0 0 auto;
border-radius:8px;
object-fit:cover;
height:2.125rem;
width:34px;
}
.vfw-tb_logo_txt_rlz{
min-width:0;
display:flex;
line-height:1;
flex-direction:column;
}
.vfw-tb_logo_name_rlz{
overflow:hidden;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#0E1220;
font-size:1.375rem;
font-weight:700;
letter-spacing:.02em;
text-overflow:ellipsis;
white-space:nowrap;
}
.vfw-tb_logo_sub_rlz{
overflow:hidden;
color:#3F6FE8;
text-overflow:ellipsis;
margin-top:4px;
font-weight:600;
text-transform:uppercase;
font-size:8.5px;
letter-spacing:.32em;
white-space:nowrap;
}
.vfw-tb_nav_rlz{
display:none;
}
@media(min-width:961px){
.vfw-tb_nav_rlz{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.vfw-tb_nav_item_rlz{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
padding-bottom:3px;
white-space:nowrap;
color:#2A3145;
border-bottom:2px solid transparent;
font-size:0.875rem;
}
.vfw-tb_nav_item_rlz:hover{
color:#0E1220;
}
.vfw-tb_nav_item_rlz.vfw-state_active_rlz{
border-color:#3F6FE8;
color:#0E1220;
}
.vfw-tb_right_rlz{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.vfw-tb_search_rlz{
transition:color .22s ease;
color:#2A3145;
display:flex;
align-items:center;
justify-content:center;
}
.vfw-tb_search_rlz:hover{
color:#3F6FE8;
}
.vfw-tb_search_rlz svg{
height:18px;
width:1.125rem;
}
.vfw-tb_lang_rlz{
text-transform:uppercase;
color:#5B6480;
font-weight:600;
letter-spacing:.1em;
font-size:11px;
}
.vfw-tb_lang_rlz:hover{
color:#0E1220;
}
.vfw-tb_login_rlz{
display:none;
color:#0E1220;
font-size:0.875rem;
font-weight:600;
}
@media(min-width:769px){
.vfw-tb_login_rlz{
display:inline-block;
}
}
.vfw-tb_register_rlz{
border-radius:62.438rem;
background:#151C2E;
padding:11px 22px;
transition:background-color .22s ease;
white-space:nowrap;
color:#EDF0F8;
font-weight:700;
font-size:14px;
}
.vfw-tb_register_rlz:hover{
background:#242E48;
}
.vfw-mob_rlz{
background:#F4F6F9;
left:0;
padding-bottom:env(safe-area-inset-bottom);
bottom:0;
border-top:1px solid rgba(14,18,32,0.14);
position:fixed;
z-index:60;
right:0;
}
@media(min-width:961px){
.vfw-mob_rlz{
display:none;
}
}
.vfw-mob_in_rlz{
margin:0 auto;
align-items:stretch;
display:flex;
max-width:560px;
justify-content:space-around;
}
.vfw-mob_item_rlz{
padding:0.563rem 4px;
transition:color .22s ease;
flex:1 1 0;
gap:3px;
align-items:center;
min-width:0;
flex-direction:column;
display:flex;
color:#5B6480;
}
.vfw-mob_item_rlz.vfw-state_active_rlz{
color:#3F6FE8;
}
.vfw-mob_ic_rlz{
align-items:center;
display:flex;
justify-content:center;
}
.vfw-mob_ic_rlz svg{
width:1.25rem;
height:1.25rem;
}
.vfw-mob_lb_rlz{
overflow:hidden;
font-size:10px;
max-width:100%;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.vfw-rail_rlz{
position:relative;
min-width:0;
}
.vfw-rail_scroll_rlz{
gap:14px;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
display:flex;
overflow-x:auto;
scrollbar-width:thin;
}
@media(min-width:766px){
.vfw-rail_scroll_rlz{
gap:1.125rem;
}
}
.vfw-gc_rlz{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:765px){
.vfw-gc_rlz{
width:11.75rem;
}
}
.vfw-gc_img_rlz{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
box-shadow:0 2px 0.375rem rgba(14,18,32,0.07), 0 0.5rem 24px rgba(14,18,32,0.09);
padding-bottom:133.33%;
position:relative;
}
.vfw-gc_img_rlz img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.vfw-gc_cover_rlz{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
pointer-events:none;
position:absolute;
}
.vfw-gc_hover_rlz{
transition:opacity .22s ease;
background:rgba(0,0,0,0.50);
inset:0;
position:absolute;
justify-content:center;
opacity:0;
align-items:center;
display:flex;
}
.vfw-gc_rlz:hover .vfw-gc_hover_rlz{
opacity:1;
}
.vfw-gc_hover_btn_rlz{
border-radius:62.438rem;
background:#151C2E;
width:46px;
color:#EDF0F8;
justify-content:center;
display:flex;
height:2.875rem;
align-items:center;
}
.vfw-gc_hover_btn_rlz svg{
height:18px;
width:18px;
}
.vfw-gc_info_rlz{
gap:2px;
display:flex;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
}
.vfw-gc_name_rlz{
overflow:hidden;
text-overflow:ellipsis;
color:#0E1220;
font-weight:700;
white-space:nowrap;
font-size:13px;
}
.vfw-gc_prov_rlz{
overflow:hidden;
text-overflow:ellipsis;
color:#5B6480;
white-space:nowrap;
font-size:0.688rem;
}
.vfw-gc_meta_rlz{
font-size:0.688rem;
color:#5B6480;
}
.vfw-tc_rlz{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:769px){
.vfw-tc_rlz{
width:14.375rem;
}
}
.vfw-tc_img_rlz{
background:#FFFFFF;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.375rem rgba(14,18,32,0.07), 0 0.5rem 1.5rem rgba(14,18,32,0.09);
padding-bottom:75%;
}
.vfw-tc_img_rlz img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.vfw-tc_info_rlz{
gap:2px;
margin-top:9px;
min-width:0;
flex-direction:column;
display:flex;
}
.vfw-tc_name_rlz{
overflow:hidden;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
color:#0E1220;
font-weight:700;
}
.vfw-tc_rtp_rlz{
color:#5B6480;
font-size:0.688rem;
}
.vfw-lc_rlz{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:769px){
.vfw-lc_rlz{
width:16.75rem;
}
}
.vfw-lc_img_rlz{
border-radius:14px;
overflow:hidden;
background:#FFFFFF;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(14,18,32,0.07), 0 8px 24px rgba(14,18,32,0.09);
}
.vfw-lc_img_rlz img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.vfw-lc_live_rlz{
border-radius:999px;
background:rgba(0,0,0,0.50);
gap:7px;
padding:0.25rem 9px;
left:0.75rem;
position:absolute;
align-items:center;
top:12px;
display:flex;
}
.vfw-lc_live_dot_rlz{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#E03A3A;
height:0.5rem;
width:8px;
}
.vfw-lc_seats_rlz{
letter-spacing:.08em;
font-weight:600;
text-transform:uppercase;
color:#EDF0F8;
font-size:10px;
}
.vfw-lc_info_rlz{
gap:2px;
display:flex;
flex-direction:column;
margin-top:9px;
min-width:0;
}
.vfw-lc_name_rlz{
overflow:hidden;
text-overflow:ellipsis;
color:#0E1220;
font-size:0.938rem;
font-weight:700;
white-space:nowrap;
}
.vfw-lc_bet_rlz{
color:#5B6480;
font-size:0.688rem;
}
.vfw-pc_rlz{
border-radius:14px;
gap:8px;
background:#FFFFFF;
border:1px solid rgba(14,18,32,0.08);
padding:1rem 0.875rem;
min-width:0;
min-height:4.625rem;
justify-content:center;
flex-direction:column;
display:flex;
align-items:center;
}
.vfw-pc_logo_rlz{
flex:0 0 auto;
max-width:100%;
object-fit:contain;
height:1.75rem;
width:auto;
}
.vfw-pc_name_rlz{
overflow:hidden;
font-size:0.688rem;
text-overflow:ellipsis;
color:#5B6480;
max-width:100%;
white-space:nowrap;
text-align:center;
}
.vfw-gc_tag_rlz{
padding:3px 8px;
border-radius:8px;
top:10px;
position:absolute;
text-transform:uppercase;
z-index:2;
font-size:0.625rem;
display:inline-block;
left:10px;
letter-spacing:.06em;
font-weight:700;
}
.vfw-gc_tag_hot_rlz{
background:#E03A3A;
color:#EDF0F8;
}
.vfw-gc_tag_new_rlz{
background:#6B9BFF;
color:#0E1220;
}
.vfw-gc_tag_jp_rlz{
background:#E8A020;
color:#0E1220;
}
.vfw-gc_tag_live_rlz{
background:#E03A3A;
color:#EDF0F8;
}
.vfw-sh_rlz{
margin-bottom:18px;
min-width:0;
}
.vfw-sh_row_rlz{
gap:16px;
align-items:flex-end;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.vfw-sh_row_rlz .vfw-sh_l_rlz{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.vfw-sh_stack_rlz{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.vfw-sh_center_rlz{
gap:10px;
text-align:center;
display:flex;
flex-direction:column;
align-items:center;
}
.vfw-sh_h2_rlz{
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#0E1220;
font-weight:600;
line-height:1.1;
font-size:1.5rem;
}
@media(min-width:771px){
.vfw-sh_h2_rlz{
font-size:1.875rem;
}
}
.vfw-band_rlz .vfw-sh_h2_rlz{
color:#EDF0F8;
}
.vfw-sh_eb_line_rlz{
gap:10px;
align-items:center;
display:inline-flex;
}
.vfw-sh_eb_line_rlz::before{
background:#3F6FE8;
height:1px;
content:"";
display:inline-block;
width:1.75rem;
}
.vfw-band_rlz .vfw-sh_eb_line_rlz::before{
background:#7AACFF;
}
.vfw-sh_eb_dot_rlz{
gap:8px;
align-items:center;
display:inline-flex;
}
.vfw-sh_eb_dot_rlz::before{
border-radius:50%;
background:#3F6FE8;
display:inline-block;
height:0.375rem;
content:"";
width:6px;
}
.vfw-band_rlz .vfw-sh_eb_dot_rlz::before{
background:#7AACFF;
}
.vfw-sh_link_rlz{
gap:6px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
color:#0E1220;
display:inline-flex;
align-items:center;
font-weight:600;
white-space:nowrap;
border-bottom:1px solid #0E1220;
padding-bottom:2px;
font-size:0.813rem;
}
.vfw-sh_link_rlz:hover{
border-color:#3F6FE8;
color:#3F6FE8;
}
.vfw-sh_link_rlz svg{
width:14px;
height:14px;
}
.vfw-sh_link_chev_rlz{
padding-bottom:0;
border-bottom:0;
}
.vfw-sh_link_btn_rlz{
padding:0.563rem 1.125rem;
border-radius:999px;
background:#151C2E;
color:#EDF0F8;
border-bottom:0;
}
.vfw-sh_link_btn_rlz:hover{
background:#242E48;
border-color:transparent;
color:#EDF0F8;
}
.vfw-band_rlz .vfw-sh_link_rlz{
border-color:#EDF0F8;
color:#EDF0F8;
}
.vfw-band_rlz .vfw-sh_link_btn_rlz{
background:#7AACFF;
color:#0E1220;
}
.vfw-sh_rule_rlz{
background:rgba(14,18,32,0.14);
margin:-2px 0 1.125rem;
height:1px;
}
.vfw-band_rlz .vfw-sh_rule_rlz{
background:rgba(255,255,255,0.12);
}
.vfw-hero_rlz{
padding:2rem 0 8px;
}
@media(min-width:765px){
.vfw-hero_rlz{
padding:3.5rem 0 24px;
}
}
.vfw-hero_in_rlz{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:901px){
.vfw-hero_in_rlz{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.vfw-hero_copy_rlz{
min-width:0;
}
.vfw-hero_eyebrow_rlz{
gap:0.625rem;
display:inline-flex;
margin-bottom:1.375rem;
align-items:center;
}
.vfw-hero_eyebrow_line_rlz{
flex:0 0 auto;
background:#3F6FE8;
width:28px;
height:1px;
display:inline-block;
}
.vfw-hero_h1_rlz{
line-height:1.04;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#0E1220;
margin-bottom:20px;
overflow-wrap:break-word;
font-size:38px;
font-weight:600;
letter-spacing:-.01em;
}
@media(min-width:766px){
.vfw-hero_h1_rlz{
font-size:54px;
}
}
@media(min-width:1098px){
.vfw-hero_h1_rlz{
font-size:62px;
}
}
.vfw-hero_h1_rlz em{
font-style:normal;
color:#3F6FE8;
}
.vfw-hero_sub_rlz{
line-height:1.6;
max-width:30rem;
font-size:16px;
color:#7A85A0;
margin-bottom:30px;
}
@media(min-width:768px){
.vfw-hero_sub_rlz{
font-size:1.125rem;
}
}
.vfw-hero_actions_rlz{
gap:14px;
margin-bottom:2.125rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.vfw-hero_cta_rlz{
transition:background-color .22s ease;
background:#151C2E;
border-radius:62.438rem;
padding:16px 1.875rem;
gap:0.625rem;
font-size:15px;
font-weight:700;
align-items:center;
color:#EDF0F8;
display:inline-flex;
}
.vfw-hero_cta_rlz:hover{
background:#242E48;
}
.vfw-hero_cta_ic_rlz{
align-items:center;
display:inline-flex;
}
.vfw-hero_cta_ic_rlz svg{
height:16px;
width:16px;
}
.vfw-hero_cta_alt_rlz{
padding:15px 1.625rem;
transition:border-color .22s ease,color .22s ease;
background:transparent;
border:1px solid rgba(14,18,32,0.14);
border-radius:999px;
display:inline-flex;
align-items:center;
font-weight:600;
color:#0E1220;
font-size:15px;
}
.vfw-hero_cta_alt_rlz:hover{
border-color:#3F6FE8;
color:#3F6FE8;
}
.vfw-hero_trust_rlz{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.vfw-hero_trust_item_rlz{
gap:0.563rem;
color:#2A3145;
font-size:13px;
font-weight:600;
display:flex;
align-items:center;
}
.vfw-hero_trust_ic_rlz{
align-items:center;
color:#3F6FE8;
display:inline-flex;
}
.vfw-hero_trust_ic_rlz svg{
height:1rem;
width:16px;
}
.vfw-hero_promo_rlz{
background:#FFFFFF;
overflow:hidden;
border-radius:1.25rem;
min-height:300px;
box-shadow:0 12px 3rem rgba(14,18,32,0.16), 0 3px 10px rgba(14,18,32,0.10);
display:flex;
position:relative;
}
.vfw-hero_promo_bg_rlz{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.vfw-hero_promo_bg_rlz::after{
inset:0;
background:linear-gradient(120deg,#151C2E 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
position:absolute;
content:"";
}
.vfw-hero_promo_glow_rlz{
border-radius:50%;
background:radial-gradient(circle,rgba(82,130,255,0.18) 0%,transparent 65%);
width:260px;
top:-40px;
position:absolute;
right:-1.25rem;
height:260px;
pointer-events:none;
}
.vfw-hero_promo_ct_rlz{
padding:1.75rem;
align-self:flex-end;
max-width:88%;
z-index:2;
position:relative;
}
.vfw-hero_promo_label_rlz{
font-size:0.625rem;
color:#7AACFF;
letter-spacing:.25em;
text-transform:uppercase;
display:block;
font-weight:700;
margin-bottom:8px;
}
.vfw-hero_promo_amount_rlz{
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:2rem;
color:#EDF0F8;
line-height:1.05;
}
@media(min-width:770px){
.vfw-hero_promo_amount_rlz{
font-size:40px;
}
}
.vfw-hero_promo_amount_rlz em{
color:#7AACFF;
font-style:normal;
}
.vfw-hero_rating_rlz{
padding:0.625rem 14px;
gap:0.625rem;
background:#FFFFFF;
border-radius:0.875rem;
border:1px solid rgba(14,18,32,0.08);
z-index:3;
display:flex;
right:14px;
top:14px;
box-shadow:0 2px 6px rgba(14,18,32,0.07), 0 8px 1.5rem rgba(14,18,32,0.09);
max-width:min(16.25rem,62%);
align-items:center;
position:absolute;
}
.vfw-hero_rating_score_rlz{
flex:0 0 auto;
color:#0E1220;
font-size:24px;
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.vfw-hero_rating_txt_rlz{
flex:1 1 auto;
min-width:0;
}
.vfw-hero_rating_stars_rlz{
gap:2px;
display:flex;
color:#3F6FE8;
}
.vfw-hero_rating_stars_rlz svg{
width:12px;
height:0.75rem;
}
.vfw-hero_rating_cap_rlz{
line-height:1.35;
margin-top:3px;
display:block;
overflow-wrap:break-word;
font-size:11px;
color:#5B6480;
}
.vfw-stat_rlz{
border-bottom:1px solid rgba(14,18,32,0.14);
margin-top:1rem;
border-top:1px solid rgba(14,18,32,0.14);
}
.vfw-stat_in_rlz{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.vfw-stat_in_rlz{
grid-template-columns:repeat(4,1fr);
}
}
.vfw-stat_item_rlz{
padding:1.375rem 14px;
border-right:1px solid rgba(14,18,32,0.08);
min-width:0;
border-bottom:1px solid rgba(14,18,32,0.08);
}
.vfw-stat_item_rlz:nth-child(2n){
border-right:0;
}
.vfw-stat_item_rlz:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.vfw-stat_item_rlz{
border-bottom:0;
}
.vfw-stat_item_rlz:nth-child(2n){
border-right:1px solid rgba(14,18,32,0.08);
}
.vfw-stat_item_rlz:nth-child(4n){
border-right:0;
}
}
.vfw-stat_value_rlz{
font-size:30px;
font-weight:700;
line-height:1;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#0E1220;
overflow-wrap:break-word;
}
@media(min-width:770px){
.vfw-stat_value_rlz{
font-size:34px;
}
}
.vfw-stat_label_rlz{
font-size:0.813rem;
overflow-wrap:break-word;
margin-top:6px;
line-height:1.4;
color:#5B6480;
}
.vfw-grow_rlz{
padding:1.625rem 0 0.625rem;
}
.vfw-row_seo_rlz{
margin:0.625rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
color:#7A85A0;
}
.vfw-row_seo_rlz strong{
color:#0E1220;
font-weight:700;
}
.vfw-grow_rlz{
padding:1.625rem 0 0.625rem;
}
.vfw-row_seo_rlz{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
color:#7A85A0;
max-width:760px;
font-size:0.875rem;
}
.vfw-row_seo_rlz strong{
font-weight:700;
color:#0E1220;
}
.vfw-jp_rlz{
padding:30px 0 0.625rem;
}
.vfw-jp_grid_rlz{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:769px){
.vfw-jp_grid_rlz{
grid-template-columns:1fr 1fr;
}
.vfw-jp_card_mega_rlz{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.vfw-jp_grid_rlz{
grid-template-columns:1.4fr 1fr 1fr;
}
.vfw-jp_card_mega_rlz{
grid-column:auto;
}
}
.vfw-jp_card_rlz{
overflow:hidden;
padding:26px;
border-radius:1.25rem;
gap:12px;
border:1px solid rgba(14,18,32,0.08);
background:#FFFFFF;
justify-content:space-between;
display:flex;
min-height:12.5rem;
min-width:0;
flex-direction:column;
position:relative;
}
.vfw-jp_card_mega_rlz{
background:linear-gradient(135deg,#1B2540,#0B0F1A);
border-color:transparent;
color:#EDF0F8;
min-height:210px;
}
.vfw-jp_glow_rlz{
border-radius:50%;
background:radial-gradient(circle,rgba(82,130,255,0.18),transparent 70%);
width:200px;
position:absolute;
top:-2.5rem;
right:-2.5rem;
pointer-events:none;
height:200px;
}
.vfw-jp_label_rlz{
gap:0.625rem;
position:relative;
color:#3F6FE8;
align-items:center;
text-transform:uppercase;
flex-wrap:wrap;
justify-content:space-between;
font-size:10px;
font-weight:700;
letter-spacing:.16em;
display:flex;
}
.vfw-jp_card_mega_rlz .vfw-jp_label_rlz{
color:#7AACFF;
}
.vfw-jp_drop_rlz{
letter-spacing:.04em;
font-weight:600;
text-transform:none;
color:#5B6480;
}
.vfw-jp_card_mega_rlz .vfw-jp_drop_rlz{
color:#8B97B8;
}
.vfw-jp_amount_rlz{
font-size:38px;
line-height:1;
position:relative;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#0E1220;
overflow-wrap:break-word;
}
.vfw-jp_card_mega_rlz .vfw-jp_amount_rlz{
animation:zm2-pulse 2.4s infinite;
color:#7AACFF;
font-size:48px;
}
@media(min-width:769px){
.vfw-jp_card_mega_rlz .vfw-jp_amount_rlz{
font-size:3.375rem;
}
}
.vfw-jp_game_rlz{
font-size:0.813rem;
color:#5B6480;
position:relative;
}
.vfw-jp_card_mega_rlz .vfw-jp_game_rlz{
color:#8B97B8;
}
.vfw-jp_cta_rlz{
position:relative;
align-self:flex-start;
}
.vfw-jp_card_mega_rlz .vfw-jp_cta_rlz{
border-radius:999px;
background:#7AACFF;
transition:opacity .22s ease;
padding:0.625rem 20px;
font-weight:700;
color:#0E1220;
font-size:13px;
}
.vfw-jp_card_mega_rlz .vfw-jp_cta_rlz:hover{
opacity:.9;
}
.vfw-jp_card_rlz:not(.vfw-jp_card_mega_rlz) .vfw-jp_cta_rlz{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #0E1220;
font-weight:700;
color:#0E1220;
font-size:0.813rem;
padding-bottom:2px;
}
.vfw-jp_card_rlz:not(.vfw-jp_card_mega_rlz) .vfw-jp_cta_rlz:hover{
border-color:#3F6FE8;
color:#3F6FE8;
}
.vfw-jp_seo_rlz{
margin:0.875rem 0 0;
font-size:0.875rem;
line-height:1.65;
color:#7A85A0;
overflow-wrap:break-word;
max-width:47.5rem;
}
.vfw-jp_seo_rlz strong{
color:#0E1220;
font-weight:700;
}
.vfw-gf_rlz{
padding:1.5rem 0 6px;
}
.vfw-gf_in_rlz{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.vfw-gf_chip_rlz{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(14,18,32,0.14);
padding:10px 18px;
background:#FFFFFF;
border-radius:62.438rem;
font-weight:600;
font-size:0.813rem;
color:#2A3145;
white-space:nowrap;
}
.vfw-gf_chip_rlz:hover{
border-color:#3F6FE8;
color:#3F6FE8;
}
.vfw-gf_chip_rlz.vfw-state_active_rlz{
background:#151C2E;
border-color:transparent;
color:#EDF0F8;
}
.vfw-grow_rlz{
padding:26px 0 0.625rem;
}
.vfw-row_seo_rlz{
margin:10px 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
color:#7A85A0;
line-height:1.65;
font-size:0.875rem;
}
.vfw-row_seo_rlz strong{
color:#0E1220;
font-weight:700;
}
.vfw-gm_rlz{
padding:1.875rem 0 0.625rem;
}
.vfw-gm_in_rlz{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:881px){
.vfw-gm_in_rlz{
grid-template-columns:1.25fr 1fr;
}
}
.vfw-gm_left_rlz{
border-radius:20px;
padding:32px;
background:#FFFFFF;
border:1px solid rgba(14,18,32,0.08);
min-width:0;
}
.vfw-gm_eyebrow_rlz{
margin-bottom:10px;
}
.vfw-gm_h2_rlz{
line-height:1.06;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#0E1220;
}
@media(min-width:766px){
.vfw-gm_h2_rlz{
font-size:28px;
}
}
.vfw-gm_text_rlz{
font-size:14px;
line-height:1.6;
margin-bottom:1.375rem;
color:#7A85A0;
max-width:480px;
}
.vfw-gm_level_rlz{
font-weight:700;
font-size:22px;
color:#3F6FE8;
margin-bottom:0.5rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.vfw-gm_bar_rlz{
background:rgba(14,18,32,0.14);
border-radius:999px;
overflow:hidden;
height:0.5rem;
margin-bottom:6px;
}
.vfw-gm_bar_fill_rlz{
background:linear-gradient(90deg,#3F6FE8,#7AACFF);
border-radius:62.438rem;
height:100%;
}
.vfw-gm_bar_meta_rlz{
gap:10px;
justify-content:space-between;
display:flex;
color:#5B6480;
margin-bottom:18px;
font-size:11px;
}
.vfw-gm_missions_rlz{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.vfw-gm_mission_rlz{
background:#F4F6F9;
padding:0.563rem 0.938rem;
border:1px solid rgba(14,18,32,0.14);
border-radius:999px;
gap:0.438rem;
display:inline-flex;
align-items:center;
font-size:12.5px;
font-weight:600;
color:#2A3145;
}
.vfw-gm_mission_ic_rlz{
color:#3F6FE8;
align-items:center;
display:inline-flex;
}
.vfw-gm_mission_ic_rlz svg{
width:13px;
height:0.813rem;
}
.vfw-gm_right_rlz{
background:linear-gradient(150deg,#1B2540,#0B0F1A);
overflow:hidden;
border-radius:1.25rem;
padding:32px;
flex-direction:column;
color:#EDF0F8;
position:relative;
display:flex;
}
.vfw-gm_glow_rlz{
background:radial-gradient(circle,rgba(82,130,255,0.18),transparent 70%);
border-radius:50%;
height:9.375rem;
top:-30px;
right:-30px;
position:absolute;
width:150px;
pointer-events:none;
}
.vfw-gm_ref_eyebrow_rlz{
margin-bottom:10px;
position:relative;
}
.vfw-gm_ref_h2_rlz{
margin-bottom:0.5rem;
font-weight:600;
line-height:1.1;
position:relative;
font-size:26px;
color:#EDF0F8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.vfw-gm_ref_text_rlz{
position:relative;
line-height:1.55;
color:#8B97B8;
margin-bottom:20px;
font-size:0.844rem;
}
.vfw-gm_ref_cta_rlz{
padding:11px 22px;
background:#7AACFF;
border-radius:62.438rem;
transition:opacity .22s ease;
position:relative;
margin-top:auto;
align-self:flex-start;
color:#0E1220;
font-weight:700;
font-size:13.5px;
}
.vfw-gm_ref_cta_rlz:hover{
opacity:.9;
}
.vfw-app_rlz{
padding:30px 0 10px;
}
.vfw-app_in_rlz{
background:#FFFFFF;
padding:2rem;
border-radius:1.25rem;
border:1px solid rgba(14,18,32,0.08);
gap:1.75rem;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.vfw-app_in_rlz{
padding:40px 2.75rem;
gap:2.5rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.vfw-app_copy_rlz{
min-width:0;
max-width:560px;
}
.vfw-app_eyebrow_rlz{
margin-bottom:12px;
}
.vfw-app_h2_rlz{
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:12px;
line-height:1.05;
color:#0E1220;
font-size:28px;
}
@media(min-width:770px){
.vfw-app_h2_rlz{
font-size:34px;
}
}
.vfw-app_text_rlz{
margin-bottom:1.375rem;
font-size:14px;
color:#7A85A0;
line-height:1.6;
}
.vfw-app_btns_rlz{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.vfw-app_btn_rlz{
padding:0.688rem 1.25rem;
transition:background-color .22s ease;
background:#151C2E;
border-radius:14px;
gap:10px;
color:#EDF0F8;
align-items:center;
display:inline-flex;
}
.vfw-app_btn_rlz:hover{
background:#242E48;
}
.vfw-app_btn_ic_rlz{
align-items:center;
display:inline-flex;
}
.vfw-app_btn_ic_rlz svg{
height:1.125rem;
width:18px;
}
.vfw-app_btn_lb_rlz{
font-size:13.5px;
font-weight:700;
}
.vfw-app_qr_wrap_rlz{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.vfw-app_qr_rlz{
flex:0 0 auto;
border-radius:14px;
height:108px;
background-color:#151C2E;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 0.313rem 11px);
width:6.75rem;
}
.vfw-app_qr_cap_rlz{
font-size:0.781rem;
max-width:5.75rem;
color:#5B6480;
line-height:1.4;
}
.vfw-trn_rlz{
padding:30px 0 0.625rem;
}
.vfw-trn_in_rlz{
border:1px solid rgba(14,18,32,0.08);
border-radius:20px;
overflow:hidden;
grid-template-columns:1fr;
background:#FFFFFF;
display:grid;
}
@media(min-width:880px){
.vfw-trn_in_rlz{
grid-template-columns:1.05fr 1fr;
}
}
.vfw-trn_banner_rlz{
background:linear-gradient(150deg,#1B2540,#0B0F1A);
padding:2.125rem;
overflow:hidden;
color:#EDF0F8;
position:relative;
}
.vfw-trn_glow_rlz{
border-radius:50%;
background:radial-gradient(circle,rgba(82,130,255,0.18),transparent 70%);
bottom:-40px;
height:200px;
width:200px;
position:absolute;
pointer-events:none;
right:-2.5rem;
}
.vfw-trn_eyebrow_rlz{
margin-bottom:0.875rem;
position:relative;
}
.vfw-trn_h2_rlz{
position:relative;
font-size:30px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#EDF0F8;
margin-bottom:12px;
line-height:1.06;
overflow-wrap:break-word;
}
@media(min-width:769px){
.vfw-trn_h2_rlz{
font-size:2.25rem;
}
}
.vfw-trn_text_rlz{
margin-bottom:22px;
max-width:26.25rem;
color:#8B97B8;
position:relative;
font-size:0.875rem;
line-height:1.6;
}
.vfw-trn_timer_rlz{
gap:0.5rem;
margin-bottom:1.5rem;
align-items:center;
position:relative;
display:flex;
flex-wrap:wrap;
}
.vfw-trn_timer_cap_rlz{
color:#8B97B8;
font-size:0.688rem;
}
.vfw-trn_timer_box_rlz{
border-radius:0.5rem;
background:rgba(255,255,255,0.07);
padding:0.25rem 12px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
color:#EDF0F8;
font-weight:700;
}
.vfw-trn_cta_rlz{
transition:opacity .22s ease;
padding:0.813rem 26px;
border-radius:62.438rem;
background:#7AACFF;
font-weight:700;
position:relative;
font-size:0.875rem;
color:#0E1220;
display:inline-block;
}
.vfw-trn_cta_rlz:hover{
opacity:.9;
}
.vfw-trn_lb_rlz{
padding:1.625rem 28px;
}
.vfw-trn_lb_head_rlz{
gap:10px;
align-items:center;
display:flex;
justify-content:space-between;
margin-bottom:12px;
}
.vfw-trn_lb_title_rlz{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#0E1220;
font-weight:600;
font-size:1.25rem;
}
.vfw-trn_lb_upd_rlz{
text-transform:uppercase;
letter-spacing:.08em;
color:#5B6480;
font-size:11px;
}
.vfw-trn_lb_row_rlz{
padding:11px 0.75rem;
gap:14px;
border-radius:0.5rem;
align-items:center;
display:flex;
}
.vfw-trn_lb_row_rlz:nth-child(2){
background:rgba(63,111,232,0.10);
}
.vfw-trn_lb_rank_rlz{
flex:0 0 auto;
font-weight:700;
font-size:1rem;
color:#3F6FE8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
width:22px;
}
.vfw-trn_lb_av_rlz{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#3F6FE8,#7AACFF);
height:1.875rem;
width:1.875rem;
}
.vfw-trn_lb_name_rlz{
flex:1 1 auto;
overflow:hidden;
font-weight:600;
min-width:0;
color:#0E1220;
white-space:nowrap;
text-overflow:ellipsis;
font-size:14px;
}
.vfw-trn_lb_amount_rlz{
flex:0 0 auto;
color:#0E1220;
font-weight:700;
font-size:0.813rem;
}
.vfw-vip_rlz{
padding:3rem 0;
}
@media(min-width:767px){
.vfw-vip_rlz{
padding:4rem 0;
}
}
.vfw-vip_head_rlz{
gap:14px;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:878px){
.vfw-vip_head_rlz{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vfw-vip_eyebrow_rlz{
margin-bottom:12px;
}
.vfw-vip_h2_rlz{
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#EDF0F8;
}
@media(min-width:766px){
.vfw-vip_h2_rlz{
font-size:40px;
}
}
.vfw-vip_intro_rlz{
font-size:14px;
color:#8B97B8;
max-width:420px;
line-height:1.6;
}
.vfw-vip_grid_rlz{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:0.875rem;
display:grid;
}
.vfw-vip_card_rlz{
border-radius:0.875rem;
border:1px solid rgba(255,255,255,0.12);
padding:22px 18px;
min-width:0;
}
.vfw-vip_card_feat_rlz{
background:rgba(255,255,255,0.07);
border-color:#7AACFF;
}
.vfw-vip_card_ic_rlz{
border-radius:8px;
background:linear-gradient(135deg,#3F6FE8,#7AACFF);
display:block;
margin-bottom:1rem;
height:34px;
width:34px;
}
.vfw-vip_name_rlz{
color:#EDF0F8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:6px;
font-size:1.25rem;
overflow-wrap:break-word;
font-weight:600;
}
.vfw-vip_perk_rlz{
color:#8B97B8;
overflow-wrap:break-word;
font-size:0.781rem;
line-height:1.5;
}
.vfw-prov_rlz{
padding:2.5rem 0 20px;
}
.vfw-prov_eyebrow_rlz{
margin-bottom:18px;
display:block;
}
.vfw-prov_grid_rlz{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:562px){
.vfw-prov_grid_rlz{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.vfw-prov_grid_rlz{
grid-template-columns:repeat(6,1fr);
}
}
.vfw-wy_rlz{
padding:48px 0;
}
@media(min-width:771px){
.vfw-wy_rlz{
padding:3.5rem 0;
}
}
.vfw-wy_in_rlz{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:901px){
.vfw-wy_in_rlz{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.vfw-wy_left_rlz{
min-width:0;
}
.vfw-wy_eyebrow_rlz{
margin-bottom:14px;
}
.vfw-wy_h2_rlz{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#0E1220;
font-size:2rem;
font-weight:600;
margin-bottom:16px;
}
@media(min-width:771px){
.vfw-wy_h2_rlz{
font-size:40px;
}
}
.vfw-wy_intro_rlz{
line-height:1.6;
font-size:0.938rem;
color:#7A85A0;
}
.vfw-wy_grid_rlz{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.vfw-wy_grid_rlz{
grid-template-columns:1fr 1fr;
}
}
.vfw-wy_card_rlz{
background:#FFFFFF;
padding:26px;
border-radius:14px;
border:1px solid rgba(14,18,32,0.08);
min-width:0;
}
.vfw-wy_card_ic_rlz{
margin-bottom:1rem;
display:inline-flex;
justify-content:center;
color:#3F6FE8;
align-items:center;
}
.vfw-wy_card_ic_rlz svg{
height:26px;
width:1.625rem;
}
.vfw-wy_card_h_rlz{
line-height:1.15;
overflow-wrap:break-word;
color:#0E1220;
font-weight:600;
font-size:21px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
}
.vfw-wy_card_p_rlz{
color:#7A85A0;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
}
.vfw-pmt_rlz{
padding:48px 0 0.625rem;
}
.vfw-pmt_in_rlz{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:881px){
.vfw-pmt_in_rlz{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.vfw-pmt_left_rlz{
min-width:0;
}
.vfw-pmt_eyebrow_rlz{
margin-bottom:12px;
}
.vfw-pmt_h2_rlz{
font-size:1.875rem;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
font-weight:600;
color:#0E1220;
}
@media(min-width:767px){
.vfw-pmt_h2_rlz{
font-size:32px;
}
}
.vfw-pmt_text_rlz{
font-size:0.906rem;
color:#7A85A0;
margin-bottom:22px;
line-height:1.6;
}
.vfw-pmt_logos_rlz{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:482px){
.vfw-pmt_logos_rlz{
grid-template-columns:repeat(4,1fr);
}
}
.vfw-pmt_logo_rlz{
border-radius:8px;
background:#FFFFFF;
padding:0 8px;
overflow:hidden;
border:1px solid rgba(14,18,32,0.08);
display:flex;
text-align:center;
align-items:center;
white-space:nowrap;
justify-content:center;
font-weight:700;
text-overflow:ellipsis;
height:50px;
font-size:0.781rem;
color:#2A3145;
}
.vfw-pmt_table_rlz{
border:1px solid rgba(14,18,32,0.08);
overflow:hidden;
border-radius:14px;
min-width:0;
}
.vfw-pmt_thead_rlz{
background:#1C2030;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.vfw-pmt_th_rlz{
padding:13px 0.875rem;
overflow:hidden;
color:#EDF0F8;
white-space:nowrap;
font-weight:700;
font-size:10px;
text-transform:uppercase;
letter-spacing:.08em;
text-overflow:ellipsis;
}
.vfw-pmt_row_rlz{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(14,18,32,0.08);
}
.vfw-pmt_row_rlz:nth-child(odd){
background:#FFFFFF;
}
.vfw-pmt_td_rlz{
padding:0.875rem;
color:#7A85A0;
overflow-wrap:break-word;
min-width:0;
font-size:13.5px;
}
.vfw-pmt_row_rlz .vfw-pmt_td_rlz:first-child{
color:#0E1220;
font-weight:700;
}
.vfw-pmt_row_rlz .vfw-pmt_td_rlz:last-child{
font-weight:700;
color:#1FA86A;
}
.vfw-hts_rlz{
padding:3rem 0;
}
@media(min-width:765px){
.vfw-hts_rlz{
padding:3.875rem 0;
}
}
.vfw-hts_head_rlz{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:34px;
}
@media(min-width:767px){
.vfw-hts_head_rlz{
gap:24px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.vfw-hts_eyebrow_rlz{
margin-bottom:0.75rem;
}
.vfw-hts_h2_rlz{
font-size:1.875rem;
color:#EDF0F8;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
}
@media(min-width:765px){
.vfw-hts_h2_rlz{
font-size:2.375rem;
}
}
.vfw-hts_cta_rlz{
border-radius:62.438rem;
transition:opacity .22s ease;
flex:0 0 auto;
padding:15px 30px;
background:#7AACFF;
color:#0E1220;
font-weight:700;
font-size:15px;
}
.vfw-hts_cta_rlz:hover{
opacity:.9;
}
.vfw-hts_grid_rlz{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:760px){
.vfw-hts_grid_rlz{
grid-template-columns:repeat(3,1fr);
}
}
.vfw-hts_step_rlz{
padding-top:1.375rem;
min-width:0;
border-top:1px solid rgba(255,255,255,0.12);
}
.vfw-hts_step_num_rlz{
font-weight:700;
line-height:1;
margin-bottom:0.875rem;
font-size:44px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#7AACFF;
}
.vfw-hts_step_h_rlz{
color:#EDF0F8;
font-weight:700;
overflow-wrap:break-word;
line-height:1.2;
margin-bottom:0.5rem;
font-size:19px;
}
.vfw-hts_step_p_rlz{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#8B97B8;
}
.vfw-rv_rlz{
padding:3rem 0;
background:#FFFFFF;
border-top:1px solid rgba(14,18,32,0.08);
margin-top:24px;
border-bottom:1px solid rgba(14,18,32,0.08);
}
@media(min-width:767px){
.vfw-rv_rlz{
padding:3.5rem 0;
}
}
.vfw-rv_head_rlz{
gap:16px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.vfw-rv_head_rlz{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vfw-rv_eyebrow_rlz{
margin-bottom:0.625rem;
}
.vfw-rv_h2_rlz{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#0E1220;
font-size:1.875rem;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:768px){
.vfw-rv_h2_rlz{
font-size:2.375rem;
}
}
.vfw-rv_agg_rlz{
gap:0.75rem;
align-items:center;
display:flex;
}
.vfw-rv_agg_stars_rlz{
gap:3px;
display:flex;
color:#3F6FE8;
}
.vfw-rv_agg_stars_rlz svg{
width:1.125rem;
height:1.125rem;
}
.vfw-rv_source_rlz{
font-size:13px;
color:#7A85A0;
}
.vfw-rv_grid_rlz{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:762px){
.vfw-rv_grid_rlz{
grid-template-columns:repeat(3,1fr);
}
}
.vfw-rv_card_rlz{
border:1px solid rgba(14,18,32,0.08);
background:#F4F6F9;
padding:26px;
border-radius:0.875rem;
min-width:0;
}
.vfw-rv_card_stars_rlz{
gap:2px;
color:#3F6FE8;
display:flex;
margin-bottom:12px;
}
.vfw-rv_card_stars_rlz svg{
height:0.875rem;
width:14px;
}
.vfw-rv_card_body_rlz{
line-height:1.45;
font-weight:500;
margin-bottom:1rem;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.125rem;
color:#0E1220;
}
.vfw-rv_card_meta_rlz{
gap:0.625rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.vfw-rv_card_av_rlz{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#3F6FE8,#7AACFF);
height:2rem;
width:2rem;
}
.vfw-rv_card_author_rlz{
font-weight:700;
color:#0E1220;
font-size:13px;
}
.vfw-rv_card_loc_rlz{
font-size:12px;
color:#5B6480;
}
.vfw-op_rlz{
padding:36px 0 10px;
}
.vfw-op_in_rlz{
padding:2rem;
border-radius:0.875rem;
gap:2rem;
background:#FFFFFF;
grid-template-columns:1fr;
border:1px solid rgba(14,18,32,0.08);
align-items:center;
display:grid;
}
@media(min-width:858px){
.vfw-op_in_rlz{
gap:2.75rem;
padding:2.125rem 2.5rem;
grid-template-columns:.9fr 1.1fr;
}
}
.vfw-op_left_rlz{
min-width:0;
}
.vfw-op_eyebrow_rlz{
margin-bottom:12px;
}
.vfw-op_h2_rlz{
font-weight:600;
margin-bottom:10px;
line-height:1.08;
font-size:28px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#0E1220;
}
@media(min-width:770px){
.vfw-op_h2_rlz{
font-size:1.875rem;
}
}
.vfw-op_text_rlz{
color:#7A85A0;
line-height:1.6;
font-size:0.875rem;
}
.vfw-op_grid_rlz{
gap:1px;
overflow:hidden;
border:1px solid rgba(14,18,32,0.14);
grid-template-columns:1fr 1fr;
background:rgba(14,18,32,0.14);
border-radius:8px;
display:grid;
}
.vfw-op_field_rlz{
background:#F4F6F9;
padding:18px 1.25rem;
min-width:0;
}
.vfw-op_field_lb_rlz{
font-size:10px;
text-transform:uppercase;
margin-bottom:0.313rem;
color:#3F6FE8;
font-weight:600;
letter-spacing:.1em;
}
.vfw-op_field_val_rlz{
color:#0E1220;
font-size:0.875rem;
overflow-wrap:break-word;
font-weight:700;
}
.vfw-tt_rlz{
padding:48px 0 0.625rem;
}
@media(min-width:769px){
.vfw-tt_rlz{
padding:60px 0 0.625rem;
}
}
.vfw-tt_head_rlz{
margin-bottom:2.125rem;
text-align:center;
}
.vfw-tt_eyebrow_rlz{
margin-bottom:0.75rem;
}
.vfw-tt_h2_rlz{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#0E1220;
overflow-wrap:break-word;
line-height:1.05;
font-size:32px;
}
@media(min-width:765px){
.vfw-tt_h2_rlz{
font-size:42px;
}
}
.vfw-tt_grid_rlz{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:761px){
.vfw-tt_grid_rlz{
grid-template-columns:repeat(3,1fr);
}
}
.vfw-tt_card_rlz{
background:#FFFFFF;
padding:1.875rem;
border-radius:14px;
border:1px solid rgba(14,18,32,0.08);
display:flex;
min-width:0;
flex-direction:column;
}
.vfw-tt_card_ic_rlz{
display:inline-flex;
color:#3F6FE8;
margin-bottom:1.125rem;
align-items:center;
}
.vfw-tt_card_ic_rlz svg{
height:1.75rem;
width:28px;
}
.vfw-tt_card_h_rlz{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-weight:600;
font-size:22px;
overflow-wrap:break-word;
color:#0E1220;
line-height:1.15;
}
.vfw-tt_card_p_rlz{
color:#7A85A0;
font-size:14px;
line-height:1.6;
overflow-wrap:break-word;
margin-bottom:0.875rem;
}
.vfw-tt_card_p_rlz b{
color:#0E1220;
font-weight:700;
}
.vfw-tt_card_link_rlz{
transition:color .22s ease;
padding-bottom:2px;
font-size:13px;
align-self:flex-start;
margin-top:auto;
font-weight:700;
color:#0E1220;
border-bottom:1px solid #3F6FE8;
}
.vfw-tt_card_link_rlz:hover{
color:#3F6FE8;
}
.vfw-ts_rlz{
padding:44px 0;
}
.vfw-ts_in_rlz{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:880px){
.vfw-ts_in_rlz{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.vfw-ts_left_rlz{
min-width:0;
}
.vfw-ts_h2_rlz{
margin-bottom:12px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#EDF0F8;
font-size:1.625rem;
line-height:1.1;
font-weight:600;
}
@media(min-width:768px){
.vfw-ts_h2_rlz{
font-size:1.75rem;
}
}
.vfw-ts_text_rlz{
max-width:520px;
line-height:1.6;
color:#8B97B8;
font-size:0.906rem;
margin-bottom:22px;
}
.vfw-ts_badges_rlz{
gap:1.125rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.vfw-ts_badge_rlz{
font-size:13px;
font-weight:600;
color:#8B97B8;
}
.vfw-ts_pay_rlz{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.vfw-ts_pay_rlz{
justify-content:flex-end;
}
}
.vfw-ts_pay_chip_rlz{
background:rgba(255,255,255,0.07);
padding:0.75rem 16px;
border-radius:14px;
border:1px solid rgba(255,255,255,0.12);
font-size:14px;
font-weight:700;
color:#EDF0F8;
}
.vfw-el_rlz{
padding:48px 0;
}
@media(min-width:769px){
.vfw-el_rlz{
padding:3.5rem 0;
}
}
.vfw-el_in_rlz{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:898px){
.vfw-el_in_rlz{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.vfw-el_left_rlz{
min-width:0;
}
.vfw-el_eyebrow_rlz{
margin-bottom:14px;
}
.vfw-el_h2_rlz{
color:#0E1220;
font-weight:600;
margin-bottom:22px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.08;
font-size:32px;
overflow-wrap:break-word;
}
@media(min-width:769px){
.vfw-el_h2_rlz{
font-size:38px;
}
}
.vfw-el_body_rlz p{
line-height:1.7;
margin-bottom:18px;
color:#2A3145;
font-size:16px;
overflow-wrap:break-word;
}
.vfw-el_dropcap_rlz{
padding:0.375rem 0.75rem 0 0;
line-height:.8;
color:#3F6FE8;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:62px;
float:left;
}
.vfw-el_right_rlz{
min-width:0;
}
.vfw-el_quote_rlz{
border-radius:20px;
padding:2.25rem;
background:linear-gradient(150deg,#1B2540,#0B0F1A);
margin-bottom:24px;
position:relative;
color:#EDF0F8;
}
.vfw-el_quote_mark_rlz{
display:inline-flex;
color:#7AACFF;
align-items:center;
margin-bottom:6px;
}
.vfw-el_quote_mark_rlz svg{
width:2.125rem;
height:34px;
}
.vfw-el_quote_text_rlz{
font-size:1.375rem;
color:#EDF0F8;
margin-bottom:1.375rem;
line-height:1.4;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:500;
}
.vfw-el_quote_meta_rlz{
gap:12px;
align-items:center;
display:flex;
}
.vfw-el_quote_av_rlz{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#3F6FE8,#7AACFF);
height:2.375rem;
width:2.375rem;
}
.vfw-el_quote_author_rlz{
color:#EDF0F8;
font-weight:700;
font-size:0.875rem;
}
.vfw-el_quote_meta_sub_rlz{
color:#8B97B8;
font-size:12px;
}
.vfw-el_explain_rlz{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(14,18,32,0.08);
}
.vfw-el_explain_card_rlz{
padding:22px 24px;
}
.vfw-el_explain_card_rlz+.vfw-el_explain_card_rlz{
border-top:1px solid rgba(14,18,32,0.08);
}
.vfw-el_explain_h_rlz{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:20px;
color:#0E1220;
font-weight:600;
line-height:1.15;
}
.vfw-el_explain_p_rlz{
line-height:1.55;
color:#7A85A0;
font-size:14px;
overflow-wrap:break-word;
}
.vfw-lh_rlz{
padding:40px 0 1.25rem;
}
.vfw-lh_in_rlz{
padding-top:34px;
border-top:1px solid rgba(14,18,32,0.14);
}
.vfw-lh_eyebrow_rlz{
display:block;
margin-bottom:22px;
}
.vfw-lh_grid_rlz{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:602px){
.vfw-lh_grid_rlz{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.vfw-lh_grid_rlz{
grid-template-columns:repeat(5,1fr);
}
}
.vfw-lh_col_rlz{
min-width:0;
}
.vfw-lh_col_h_rlz{
font-size:0.813rem;
overflow-wrap:break-word;
font-weight:700;
margin-bottom:12px;
color:#0E1220;
}
.vfw-lh_links_rlz{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.vfw-lh_link_rlz{
transition:color .22s ease;
font-size:13px;
color:#7A85A0;
overflow-wrap:break-word;
}
.vfw-lh_link_rlz:hover{
color:#3F6FE8;
}
.vfw-faq_rlz{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(14,18,32,0.08);
border-top:1px solid rgba(14,18,32,0.08);
margin-top:24px;
}
@media(min-width:769px){
.vfw-faq_rlz{
padding:62px 0;
}
}
.vfw-faq_head_rlz{
text-align:center;
margin-bottom:2.125rem;
}
.vfw-faq_eyebrow_rlz{
margin-bottom:0.75rem;
}
.vfw-faq_h2_rlz{
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:2rem;
color:#0E1220;
font-weight:600;
}
@media(min-width:768px){
.vfw-faq_h2_rlz{
font-size:2.375rem;
}
}
.vfw-faq_list_rlz{
gap:12px;
margin:0 auto;
max-width:820px;
flex-direction:column;
display:flex;
}
.vfw-faq_item_rlz{
overflow:hidden;
border:1px solid rgba(14,18,32,0.08);
background:#F4F6F9;
border-radius:14px;
}
.vfw-faq_q_rlz{
list-style:none;
gap:20px;
padding:20px 1.5rem;
display:flex;
justify-content:space-between;
font-weight:700;
align-items:center;
cursor:pointer;
color:#0E1220;
overflow-wrap:break-word;
font-size:16px;
}
.vfw-faq_q_rlz::-webkit-details-marker{
display:none;
}
.vfw-faq_q_ic_rlz{
flex:0 0 auto;
transition:transform .22s ease;
color:#3F6FE8;
display:inline-flex;
align-items:center;
}
.vfw-faq_q_ic_rlz svg{
width:1.125rem;
height:1.125rem;
}
.vfw-faq_item_rlz[open] .vfw-faq_q_ic_rlz{
transform:rotate(180deg);
}
.vfw-faq_a_rlz{
padding:0 24px 1.25rem;
overflow-wrap:break-word;
line-height:1.6;
color:#7A85A0;
font-size:14.5px;
}
.vfw-sg_rlz{
padding:48px 0 0.625rem;
}
.vfw-sg_eyebrow_rlz{
margin-bottom:0.75rem;
display:block;
}
.vfw-sg_h2_rlz{
margin-bottom:1.75rem;
font-size:30px;
color:#0E1220;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.vfw-sg_h2_rlz{
font-size:36px;
}
}
.vfw-sg_grid_rlz{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.vfw-sg_grid_rlz{
grid-template-columns:repeat(3,1fr);
}
}
.vfw-sg_col_rlz{
min-width:0;
}
.vfw-sg_col_h_rlz{
font-size:22px;
font-weight:600;
margin-bottom:10px;
line-height:1.15;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#0E1220;
}
.vfw-sg_col_p_rlz{
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
color:#7A85A0;
}
.vfw-sb_rlz{
padding:48px 0;
background:#FFFFFF;
border-top:1px solid rgba(14,18,32,0.08);
border-bottom:1px solid rgba(14,18,32,0.08);
margin-top:24px;
}
@media(min-width:769px){
.vfw-sb_rlz{
padding:3.5rem 0;
}
}
.vfw-sb_eyebrow_rlz{
margin-bottom:12px;
display:block;
}
.vfw-sb_h2_rlz{
font-size:1.875rem;
color:#0E1220;
line-height:1.05;
margin-bottom:1.625rem;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.vfw-sb_h2_rlz{
font-size:36px;
}
}
.vfw-sb_grid_rlz{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.vfw-sb_grid_rlz{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:963px){
.vfw-sb_grid_rlz{
grid-template-columns:repeat(4,1fr);
}
}
.vfw-sb_card_rlz{
border:1px solid rgba(14,18,32,0.08);
padding:1.5rem;
border-radius:14px;
background:#F4F6F9;
min-width:0;
}
.vfw-sb_card_h_rlz{
font-size:1.188rem;
line-height:1.15;
margin-bottom:0.5rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
color:#0E1220;
}
.vfw-sb_card_p_rlz{
line-height:1.6;
font-size:13.5px;
color:#7A85A0;
overflow-wrap:break-word;
}
.vfw-sb_rtp_rlz{
padding:1.625rem 1.75rem;
border:1px solid rgba(14,18,32,0.08);
background:#F4F6F9;
border-radius:0.875rem;
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
margin-top:1.125rem;
align-items:center;
}
@media(min-width:758px){
.vfw-sb_rtp_rlz{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.vfw-sb_rtp_h_rlz{
margin-bottom:0.5rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#0E1220;
line-height:1.15;
font-size:20px;
}
.vfw-sb_rtp_p_rlz{
line-height:1.6;
color:#7A85A0;
overflow-wrap:break-word;
font-size:0.844rem;
}
.vfw-sb_rtp_stats_rlz{
gap:1rem;
display:flex;
}
.vfw-sb_stat_rlz{
background:#FFFFFF;
flex:1 1 0;
border-radius:0.5rem;
padding:18px;
text-align:center;
min-width:0;
}
.vfw-sb_stat_v_rlz{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
overflow-wrap:break-word;
color:#1FA86A;
font-weight:700;
}
.vfw-sb_stat_l_rlz{
margin-top:4px;
color:#5B6480;
font-size:0.719rem;
}
.vfw-ft_rlz{
background:#1C2030;
margin-top:40px;
color:#8B97B8;
}
.vfw-ft_in_rlz{
padding:48px 0 28px;
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:603px){
.vfw-ft_in_rlz{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.vfw-ft_in_rlz{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.vfw-ft_brand_rlz{
min-width:0;
}
.vfw-ft_logo_rlz{
font-size:26px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#EDF0F8;
font-weight:700;
overflow-wrap:break-word;
}
.vfw-ft_tagline_rlz{
line-height:1.6;
max-width:280px;
font-size:13.5px;
color:#8B97B8;
margin-top:0.875rem;
}
.vfw-ft_contact_rlz{
transition:color .22s ease;
overflow-wrap:anywhere;
margin-top:0.75rem;
max-width:17.5rem;
font-size:13px;
color:#7AACFF;
display:inline-block;
}
.vfw-ft_contact_rlz:hover{
color:#EDF0F8;
}
.vfw-ft_col_rlz{
min-width:0;
}
.vfw-ft_col_h_rlz{
font-size:0.813rem;
overflow-wrap:break-word;
text-transform:uppercase;
letter-spacing:.08em;
margin-bottom:14px;
color:#EDF0F8;
font-weight:700;
}
.vfw-ft_col_links_rlz{
gap:10px;
display:flex;
flex-direction:column;
}
.vfw-ft_link_rlz{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#8B97B8;
}
.vfw-ft_link_rlz:hover{
color:#EDF0F8;
}
.vfw-ft_bot_rlz{
padding:22px 0 2.5rem;
gap:16px;
display:flex;
border-top:1px solid rgba(255,255,255,0.12);
flex-direction:column;
}
@media(min-width:767px){
.vfw-ft_bot_rlz{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.vfw-ft_legal_rlz{
font-size:0.719rem;
max-width:760px;
line-height:1.6;
color:#A3ABBE;
overflow-wrap:break-word;
}
.vfw-ft_legal_rlz b{
color:#8B97B8;
font-weight:700;
}
.vfw-ft_age_rlz{
padding:0.25rem 0.563rem;
flex:0 0 auto;
border-radius:8px;
border:1.5px solid #7AACFF;
color:#7AACFF;
font-size:0.813rem;
font-weight:700;
}