*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0D1117;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
color:#BCC8DC;
font-size:0.938rem;
-webkit-font-smoothing:antialiased;
font-family:"DM Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.6;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.wuo_layout-xyy{
flex-direction:column;
min-height:100vh;
display:flex;
}
.wuo_main-xyy{
flex:1 1 auto;
width:100%;
min-width:0;
}
.wuo_container-xyy{
margin:0 auto;
padding:0 16px;
max-width:1400px;
width:100%;
}
@media(min-width:769px){
.wuo_container-xyy{
padding:0 2rem;
}
}
@media(min-width:1101px){
.wuo_container-xyy{
padding:0 56px;
}
}
.wuo_eyebrow-xyy{
display:inline-block;
overflow-wrap:break-word;
font-family:"DM Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:600;
line-height:1.4;
color:#388BFD;
letter-spacing:.2em;
text-transform:uppercase;
font-size:11px;
}
.wuo_band-xyy{
background:#0A1020;
color:#EEF2F8;
}
.wuo_band-xyy .wuo_eyebrow-xyy{
color:#60B4FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.wuo_tb-xyy{
background:#0D1117;
border-bottom:1px solid rgba(180,210,255,0.13);
position:sticky;
z-index:50;
top:0;
}
.wuo_tb_in-xyy{
margin:0 auto;
gap:1rem;
padding:12px 1rem;
max-width:87.5rem;
justify-content:space-between;
display:flex;
align-items:center;
width:100%;
}
@media(min-width:769px){
.wuo_tb_in-xyy{
padding:1rem 2rem;
}
}
@media(min-width:1103px){
.wuo_tb_in-xyy{
padding:18px 56px;
}
}
.wuo_tb_left-xyy{
gap:28px;
min-width:0;
display:flex;
align-items:center;
}
.wuo_tb_logo-xyy{
gap:0.688rem;
display:flex;
min-width:0;
align-items:center;
}
.wuo_tb_logo_mark-xyy{
border-radius:8px;
flex:0 0 auto;
object-fit:cover;
height:2.125rem;
width:2.125rem;
}
.wuo_tb_logo_txt-xyy{
min-width:0;
flex-direction:column;
display:flex;
line-height:1;
}
.wuo_tb_logo_name-xyy{
overflow:hidden;
letter-spacing:.02em;
font-size:22px;
white-space:nowrap;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
text-overflow:ellipsis;
color:#EEF2F8;
}
.wuo_tb_logo_sub-xyy{
overflow:hidden;
font-weight:600;
letter-spacing:.32em;
text-overflow:ellipsis;
color:#388BFD;
margin-top:4px;
text-transform:uppercase;
font-size:8.5px;
white-space:nowrap;
}
.wuo_tb_nav-xyy{
display:none;
}
@media(min-width:959px){
.wuo_tb_nav-xyy{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.wuo_tb_nav_item-xyy{
transition:color .2s ease,border-color .2s ease;
font-weight:600;
font-size:14px;
color:#BCC8DC;
white-space:nowrap;
border-bottom:2px solid transparent;
padding-bottom:3px;
}
.wuo_tb_nav_item-xyy:hover{
color:#EEF2F8;
}
.wuo_tb_nav_item-xyy.wuo_state_active-xyy{
border-color:#388BFD;
color:#EEF2F8;
}
.wuo_tb_right-xyy{
gap:0.875rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.wuo_tb_search-xyy{
transition:color .2s ease;
justify-content:center;
display:flex;
align-items:center;
color:#BCC8DC;
}
.wuo_tb_search-xyy:hover{
color:#388BFD;
}
.wuo_tb_search-xyy svg{
height:1.125rem;
width:1.125rem;
}
.wuo_tb_lang-xyy{
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
font-size:11px;
color:#7A92B0;
}
.wuo_tb_lang-xyy:hover{
color:#EEF2F8;
}
.wuo_tb_login-xyy{
color:#EEF2F8;
font-weight:600;
display:none;
font-size:0.875rem;
}
@media(min-width:770px){
.wuo_tb_login-xyy{
display:inline-block;
}
}
.wuo_tb_register-xyy{
border-radius:62.438rem;
background:#388BFD;
transition:background-color .2s ease;
padding:11px 22px;
white-space:nowrap;
font-weight:700;
font-size:0.875rem;
color:#040C18;
}
.wuo_tb_register-xyy:hover{
background:#5CA3FF;
}
.wuo_mob-xyy{
background:#0D1117;
z-index:60;
right:0;
position:fixed;
border-top:1px solid rgba(180,210,255,0.13);
bottom:0;
left:0;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:958px){
.wuo_mob-xyy{
display:none;
}
}
.wuo_mob_in-xyy{
margin:0 auto;
display:flex;
justify-content:space-around;
align-items:stretch;
max-width:560px;
}
.wuo_mob_item-xyy{
transition:color .2s ease;
padding:9px 0.25rem;
flex:1 1 0;
gap:3px;
display:flex;
min-width:0;
flex-direction:column;
align-items:center;
color:#7A92B0;
}
.wuo_mob_item-xyy.wuo_state_active-xyy{
color:#388BFD;
}
.wuo_mob_ic-xyy{
justify-content:center;
align-items:center;
display:flex;
}
.wuo_mob_ic-xyy svg{
width:20px;
height:1.25rem;
}
.wuo_mob_lb-xyy{
overflow:hidden;
font-weight:600;
font-size:10px;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
}
@media(max-width:961px){
body{
padding-bottom:60px;
}
}
.wuo_rail-xyy{
position:relative;
min-width:0;
}
.wuo_rail_scroll-xyy{
gap:0.875rem;
padding-bottom:0.875rem;
display:flex;
overflow-x:auto;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
}
@media(min-width:765px){
.wuo_rail_scroll-xyy{
gap:1.125rem;
}
}
.wuo_gc-xyy{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:766px){
.wuo_gc-xyy{
width:188px;
}
}
.wuo_gc_img-xyy{
overflow:hidden;
background:#141B24;
border-radius:0.875rem;
box-shadow:0 2px 8px rgba(0,0,0,0.38), 0 0.5rem 1.5rem rgba(0,0,0,0.28);
padding-bottom:133.33%;
position:relative;
}
.wuo_gc_img-xyy img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.wuo_gc_cover-xyy{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.wuo_gc_hover-xyy{
inset:0;
transition:opacity .2s ease;
background:rgba(0,0,0,0.52);
align-items:center;
justify-content:center;
opacity:0;
position:absolute;
display:flex;
}
.wuo_gc-xyy:hover .wuo_gc_hover-xyy{
opacity:1;
}
.wuo_gc_hover_btn-xyy{
background:#388BFD;
border-radius:62.438rem;
justify-content:center;
height:2.875rem;
align-items:center;
width:46px;
display:flex;
color:#040C18;
}
.wuo_gc_hover_btn-xyy svg{
width:1.125rem;
height:18px;
}
.wuo_gc_info-xyy{
gap:2px;
flex-direction:column;
margin-top:9px;
display:flex;
min-width:0;
}
.wuo_gc_name-xyy{
overflow:hidden;
white-space:nowrap;
color:#EEF2F8;
text-overflow:ellipsis;
font-size:0.813rem;
font-weight:700;
}
.wuo_gc_prov-xyy{
overflow:hidden;
text-overflow:ellipsis;
color:#7A92B0;
white-space:nowrap;
font-size:11px;
}
.wuo_gc_meta-xyy{
font-size:11px;
color:#7A92B0;
}
.wuo_tc-xyy{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.wuo_tc-xyy{
width:230px;
}
}
.wuo_tc_img-xyy{
overflow:hidden;
border-radius:0.875rem;
background:#141B24;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.38), 0 8px 24px rgba(0,0,0,0.28);
}
.wuo_tc_img-xyy img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.wuo_tc_info-xyy{
gap:2px;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
display:flex;
}
.wuo_tc_name-xyy{
overflow:hidden;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
font-size:14px;
color:#EEF2F8;
}
.wuo_tc_rtp-xyy{
font-size:11px;
color:#7A92B0;
}
.wuo_lc-xyy{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:770px){
.wuo_lc-xyy{
width:16.75rem;
}
}
.wuo_lc_img-xyy{
background:#141B24;
border-radius:0.875rem;
overflow:hidden;
box-shadow:0 2px 8px rgba(0,0,0,0.38), 0 8px 24px rgba(0,0,0,0.28);
padding-bottom:62.5%;
position:relative;
}
.wuo_lc_img-xyy img{
inset:0;
height:100%;
position:absolute;
object-fit:cover;
width:100%;
}
.wuo_lc_live-xyy{
gap:7px;
border-radius:999px;
background:rgba(0,0,0,0.52);
padding:4px 9px;
top:12px;
left:12px;
position:absolute;
display:flex;
align-items:center;
}
.wuo_lc_live_dot-xyy{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#F04D4D;
height:8px;
width:0.5rem;
}
.wuo_lc_seats-xyy{
font-size:0.625rem;
color:#EEF2F8;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:600;
}
.wuo_lc_info-xyy{
gap:2px;
min-width:0;
margin-top:0.563rem;
flex-direction:column;
display:flex;
}
.wuo_lc_name-xyy{
overflow:hidden;
color:#EEF2F8;
font-weight:700;
font-size:15px;
text-overflow:ellipsis;
white-space:nowrap;
}
.wuo_lc_bet-xyy{
color:#7A92B0;
font-size:0.688rem;
}
.wuo_pc-xyy{
border:1px solid rgba(180,210,255,0.07);
background:#141B24;
padding:1rem 0.875rem;
gap:8px;
border-radius:14px;
align-items:center;
flex-direction:column;
display:flex;
min-width:0;
min-height:74px;
justify-content:center;
}
.wuo_pc_logo-xyy{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:28px;
}
.wuo_pc_name-xyy{
overflow:hidden;
max-width:100%;
text-align:center;
white-space:nowrap;
color:#7A92B0;
text-overflow:ellipsis;
font-size:0.688rem;
}
.wuo_gc_tag-xyy{
border-radius:8px;
padding:3px 0.5rem;
z-index:2;
font-weight:700;
letter-spacing:.06em;
font-size:0.625rem;
text-transform:uppercase;
top:0.625rem;
left:0.625rem;
display:inline-block;
position:absolute;
}
.wuo_gc_tag_hot-xyy{
background:#F04D4D;
color:#EEF2F8;
}
.wuo_gc_tag_new-xyy{
background:#79C2FF;
color:#0A0F18;
}
.wuo_gc_tag_jp-xyy{
background:#F0B429;
color:#0A0F18;
}
.wuo_gc_tag_live-xyy{
background:#F04D4D;
color:#EEF2F8;
}
.wuo_sh-xyy{
min-width:0;
margin-bottom:18px;
}
.wuo_sh_row-xyy{
gap:16px;
justify-content:space-between;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
}
.wuo_sh_row-xyy .wuo_sh_l-xyy{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.wuo_sh_stack-xyy{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.wuo_sh_center-xyy{
gap:0.625rem;
text-align:center;
display:flex;
flex-direction:column;
align-items:center;
}
.wuo_sh_h2-xyy{
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
overflow-wrap:break-word;
color:#EEF2F8;
font-size:1.5rem;
font-weight:600;
}
@media(min-width:769px){
.wuo_sh_h2-xyy{
font-size:30px;
}
}
.wuo_band-xyy .wuo_sh_h2-xyy{
color:#EEF2F8;
}
.wuo_sh_eb_line-xyy{
gap:10px;
display:inline-flex;
align-items:center;
}
.wuo_sh_eb_line-xyy::before{
background:#388BFD;
content:"";
display:inline-block;
width:1.75rem;
height:1px;
}
.wuo_band-xyy .wuo_sh_eb_line-xyy::before{
background:#60B4FF;
}
.wuo_sh_eb_dot-xyy{
gap:8px;
align-items:center;
display:inline-flex;
}
.wuo_sh_eb_dot-xyy::before{
background:#388BFD;
border-radius:50%;
content:"";
width:0.375rem;
height:6px;
display:inline-block;
}
.wuo_band-xyy .wuo_sh_eb_dot-xyy::before{
background:#60B4FF;
}
.wuo_sh_link-xyy{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:0.375rem;
font-weight:600;
display:inline-flex;
white-space:nowrap;
font-size:13px;
border-bottom:1px solid #EEF2F8;
align-items:center;
padding-bottom:2px;
color:#EEF2F8;
}
.wuo_sh_link-xyy:hover{
border-color:#388BFD;
color:#388BFD;
}
.wuo_sh_link-xyy svg{
width:0.875rem;
height:0.875rem;
}
.wuo_sh_link_chev-xyy{
padding-bottom:0;
border-bottom:0;
}
.wuo_sh_link_btn-xyy{
border-radius:999px;
padding:9px 18px;
background:#388BFD;
border-bottom:0;
color:#040C18;
}
.wuo_sh_link_btn-xyy:hover{
background:#5CA3FF;
border-color:transparent;
color:#040C18;
}
.wuo_band-xyy .wuo_sh_link-xyy{
border-color:#EEF2F8;
color:#EEF2F8;
}
.wuo_band-xyy .wuo_sh_link_btn-xyy{
background:#60B4FF;
color:#0A0F18;
}
.wuo_sh_rule-xyy{
margin:-2px 0 18px;
background:rgba(180,210,255,0.13);
height:1px;
}
.wuo_band-xyy .wuo_sh_rule-xyy{
background:rgba(200,220,255,0.12);
}
.wuo_hero-xyy{
padding:32px 0 0.5rem;
}
@media(min-width:767px){
.wuo_hero-xyy{
padding:3.5rem 0 24px;
}
}
.wuo_hero_in-xyy{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:898px){
.wuo_hero_in-xyy{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.wuo_hero_copy-xyy{
min-width:0;
}
.wuo_hero_eyebrow-xyy{
gap:0.625rem;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.wuo_hero_eyebrow_line-xyy{
background:#388BFD;
flex:0 0 auto;
width:1.75rem;
height:1px;
display:inline-block;
}
.wuo_hero_h1-xyy{
overflow-wrap:break-word;
letter-spacing:-.01em;
line-height:1.04;
color:#EEF2F8;
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:20px;
font-size:38px;
}
@media(min-width:766px){
.wuo_hero_h1-xyy{
font-size:54px;
}
}
@media(min-width:1101px){
.wuo_hero_h1-xyy{
font-size:62px;
}
}
.wuo_hero_h1-xyy em{
font-style:normal;
color:#388BFD;
}
.wuo_hero_sub-xyy{
max-width:30rem;
line-height:1.6;
margin-bottom:1.875rem;
color:#5A7190;
font-size:16px;
}
@media(min-width:767px){
.wuo_hero_sub-xyy{
font-size:1.125rem;
}
}
.wuo_hero_actions-xyy{
gap:0.875rem;
flex-wrap:wrap;
margin-bottom:2.125rem;
display:flex;
align-items:center;
}
.wuo_hero_cta-xyy{
transition:background-color .2s ease;
gap:10px;
background:#388BFD;
border-radius:999px;
padding:16px 1.875rem;
align-items:center;
font-weight:700;
display:inline-flex;
font-size:15px;
color:#040C18;
}
.wuo_hero_cta-xyy:hover{
background:#5CA3FF;
}
.wuo_hero_cta_ic-xyy{
display:inline-flex;
align-items:center;
}
.wuo_hero_cta_ic-xyy svg{
width:1rem;
height:16px;
}
.wuo_hero_cta_alt-xyy{
padding:0.938rem 1.625rem;
background:transparent;
border-radius:62.438rem;
border:1px solid rgba(180,210,255,0.13);
transition:border-color .2s ease,color .2s ease;
align-items:center;
color:#EEF2F8;
font-weight:600;
font-size:0.938rem;
display:inline-flex;
}
.wuo_hero_cta_alt-xyy:hover{
border-color:#388BFD;
color:#388BFD;
}
.wuo_hero_trust-xyy{
gap:22px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.wuo_hero_trust_item-xyy{
gap:0.563rem;
display:flex;
color:#BCC8DC;
align-items:center;
font-size:13px;
font-weight:600;
}
.wuo_hero_trust_ic-xyy{
display:inline-flex;
color:#388BFD;
align-items:center;
}
.wuo_hero_trust_ic-xyy svg{
height:16px;
width:1rem;
}
.wuo_hero_promo-xyy{
border-radius:1.25rem;
overflow:hidden;
background:#141B24;
min-height:18.75rem;
box-shadow:0 8px 16px rgba(0,0,0,0.40), 0 32px 4rem rgba(4,16,36,0.60), 0 0 0 1px rgba(56,139,253,0.08);
display:flex;
position:relative;
}
.wuo_hero_promo_bg-xyy{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.wuo_hero_promo_bg-xyy::after{
background:linear-gradient(120deg,#0A1020 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.wuo_hero_promo_glow-xyy{
border-radius:50%;
background:radial-gradient(circle,rgba(56,139,253,0.13) 0%,transparent 65%);
width:260px;
position:absolute;
right:-20px;
pointer-events:none;
height:260px;
top:-2.5rem;
}
.wuo_hero_promo_ct-xyy{
padding:1.75rem;
max-width:88%;
position:relative;
align-self:flex-end;
z-index:2;
}
.wuo_hero_promo_label-xyy{
font-weight:700;
color:#60B4FF;
display:block;
text-transform:uppercase;
margin-bottom:8px;
font-size:10px;
letter-spacing:.25em;
}
.wuo_hero_promo_amount-xyy{
color:#EEF2F8;
overflow-wrap:break-word;
font-size:32px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
}
@media(min-width:768px){
.wuo_hero_promo_amount-xyy{
font-size:2.5rem;
}
}
.wuo_hero_promo_amount-xyy em{
font-style:normal;
color:#60B4FF;
}
.wuo_hero_rating-xyy{
border-radius:14px;
padding:0.625rem 14px;
gap:10px;
border:1px solid rgba(180,210,255,0.07);
background:#141B24;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.38), 0 8px 1.5rem rgba(0,0,0,0.28);
top:0.875rem;
z-index:3;
align-items:center;
max-width:min(260px,62%);
display:flex;
position:absolute;
right:0.875rem;
}
.wuo_hero_rating_score-xyy{
flex:0 0 auto;
font-weight:700;
font-size:24px;
color:#EEF2F8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
.wuo_hero_rating_txt-xyy{
flex:1 1 auto;
min-width:0;
}
.wuo_hero_rating_stars-xyy{
gap:2px;
display:flex;
color:#388BFD;
}
.wuo_hero_rating_stars-xyy svg{
width:12px;
height:12px;
}
.wuo_hero_rating_cap-xyy{
line-height:1.35;
font-size:11px;
color:#7A92B0;
margin-top:3px;
overflow-wrap:break-word;
display:block;
}
.wuo_stat-xyy{
border-bottom:1px solid rgba(180,210,255,0.13);
margin-top:16px;
border-top:1px solid rgba(180,210,255,0.13);
}
.wuo_stat_in-xyy{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.wuo_stat_in-xyy{
grid-template-columns:repeat(4,1fr);
}
}
.wuo_stat_item-xyy{
padding:1.375rem 14px;
min-width:0;
border-right:1px solid rgba(180,210,255,0.07);
border-bottom:1px solid rgba(180,210,255,0.07);
}
.wuo_stat_item-xyy:nth-child(2n){
border-right:0;
}
.wuo_stat_item-xyy:nth-child(n+3){
border-bottom:0;
}
@media(min-width:766px){
.wuo_stat_item-xyy{
border-bottom:0;
}
.wuo_stat_item-xyy:nth-child(2n){
border-right:1px solid rgba(180,210,255,0.07);
}
.wuo_stat_item-xyy:nth-child(4n){
border-right:0;
}
}
.wuo_stat_value-xyy{
font-size:30px;
font-weight:700;
color:#EEF2F8;
line-height:1;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.wuo_stat_value-xyy{
font-size:34px;
}
}
.wuo_stat_label-xyy{
margin-top:6px;
overflow-wrap:break-word;
color:#7A92B0;
line-height:1.4;
font-size:13px;
}
.wuo_grow-xyy{
padding:1.625rem 0 10px;
}
.wuo_row_seo-xyy{
margin:10px 0 0;
max-width:760px;
color:#5A7190;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
}
.wuo_row_seo-xyy strong{
color:#EEF2F8;
font-weight:700;
}
.wuo_pr-xyy{
padding:30px 0 0.375rem;
}
.wuo_pr_card-xyy{
padding:26px;
gap:10px;
border-radius:1.25rem;
border:1px solid rgba(180,210,255,0.07);
flex:0 0 auto;
overflow:hidden;
background:#141B24;
position:relative;
min-height:12.5rem;
display:flex;
flex-direction:column;
width:17.5rem;
}
@media(min-width:771px){
.wuo_pr_card-xyy{
width:18.75rem;
}
}
.wuo_pr_card_feat-xyy{
border-color:transparent;
background:linear-gradient(150deg,#0C1526,#07090F);
color:#EEF2F8;
}
.wuo_pr_glow-xyy{
background:radial-gradient(circle,rgba(56,139,253,0.13),transparent 70%);
border-radius:50%;
width:130px;
pointer-events:none;
height:130px;
top:-1.875rem;
right:-1.875rem;
position:absolute;
opacity:0;
}
.wuo_pr_card_feat-xyy .wuo_pr_glow-xyy{
opacity:1;
}
.wuo_pr_label-xyy{
position:relative;
font-weight:700;
font-size:10px;
text-transform:uppercase;
letter-spacing:.16em;
color:#388BFD;
}
.wuo_pr_card_feat-xyy .wuo_pr_label-xyy{
color:#60B4FF;
}
.wuo_pr_amount-xyy{
font-size:1.625rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
line-height:1.08;
font-weight:600;
color:#EEF2F8;
overflow-wrap:break-word;
}
.wuo_pr_card_feat-xyy .wuo_pr_amount-xyy{
color:#EEF2F8;
}
.wuo_pr_amount-xyy em{
color:#388BFD;
font-style:normal;
}
.wuo_pr_card_feat-xyy .wuo_pr_amount-xyy em{
color:#60B4FF;
}
.wuo_pr_terms-xyy{
font-size:0.813rem;
line-height:1.5;
color:#7A92B0;
position:relative;
}
.wuo_pr_card_feat-xyy .wuo_pr_terms-xyy{
color:#7A9DC4;
}
.wuo_pr_cta-xyy{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.wuo_pr_card_feat-xyy .wuo_pr_cta-xyy{
border-radius:999px;
padding:0.563rem 1.125rem;
transition:opacity .2s ease;
background:#60B4FF;
font-size:0.813rem;
font-weight:700;
color:#0A0F18;
}
.wuo_pr_card_feat-xyy .wuo_pr_cta-xyy:hover{
opacity:.9;
}
.wuo_pr_card-xyy:not(.wuo_pr_card_feat-xyy) .wuo_pr_cta-xyy{
transition:color .2s ease,border-color .2s ease;
font-size:0.813rem;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #EEF2F8;
color:#EEF2F8;
}
.wuo_pr_card-xyy:not(.wuo_pr_card_feat-xyy) .wuo_pr_cta-xyy:hover{
border-color:#388BFD;
color:#388BFD;
}
.wuo_grow-xyy{
padding:26px 0 10px;
}
.wuo_row_seo-xyy{
margin:0.625rem 0 0;
max-width:760px;
color:#5A7190;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
}
.wuo_row_seo-xyy strong{
color:#EEF2F8;
font-weight:700;
}
.wuo_jp-xyy{
padding:30px 0 10px;
}
.wuo_jp_grid-xyy{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:769px){
.wuo_jp_grid-xyy{
grid-template-columns:1fr 1fr;
}
.wuo_jp_card_mega-xyy{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.wuo_jp_grid-xyy{
grid-template-columns:1.4fr 1fr 1fr;
}
.wuo_jp_card_mega-xyy{
grid-column:auto;
}
}
.wuo_jp_card-xyy{
border-radius:20px;
overflow:hidden;
border:1px solid rgba(180,210,255,0.07);
padding:1.625rem;
background:#141B24;
gap:0.75rem;
flex-direction:column;
min-width:0;
min-height:200px;
display:flex;
justify-content:space-between;
position:relative;
}
.wuo_jp_card_mega-xyy{
background:linear-gradient(135deg,#0C1526,#07090F);
border-color:transparent;
color:#EEF2F8;
min-height:210px;
}
.wuo_jp_glow-xyy{
border-radius:50%;
background:radial-gradient(circle,rgba(56,139,253,0.13),transparent 70%);
top:-40px;
height:12.5rem;
position:absolute;
right:-2.5rem;
width:12.5rem;
pointer-events:none;
}
.wuo_jp_label-xyy{
gap:10px;
display:flex;
letter-spacing:.16em;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
color:#388BFD;
position:relative;
font-weight:700;
text-transform:uppercase;
font-size:10px;
}
.wuo_jp_card_mega-xyy .wuo_jp_label-xyy{
color:#60B4FF;
}
.wuo_jp_drop-xyy{
text-transform:none;
letter-spacing:.04em;
color:#7A92B0;
font-weight:600;
}
.wuo_jp_card_mega-xyy .wuo_jp_drop-xyy{
color:#7A9DC4;
}
.wuo_jp_amount-xyy{
position:relative;
font-weight:700;
line-height:1;
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.375rem;
color:#EEF2F8;
}
.wuo_jp_card_mega-xyy .wuo_jp_amount-xyy{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#60B4FF;
}
@media(min-width:768px){
.wuo_jp_card_mega-xyy .wuo_jp_amount-xyy{
font-size:3.375rem;
}
}
.wuo_jp_game-xyy{
font-size:0.813rem;
position:relative;
color:#7A92B0;
}
.wuo_jp_card_mega-xyy .wuo_jp_game-xyy{
color:#7A9DC4;
}
.wuo_jp_cta-xyy{
position:relative;
align-self:flex-start;
}
.wuo_jp_card_mega-xyy .wuo_jp_cta-xyy{
background:#60B4FF;
transition:opacity .2s ease;
border-radius:999px;
padding:10px 1.25rem;
font-weight:700;
color:#0A0F18;
font-size:13px;
}
.wuo_jp_card_mega-xyy .wuo_jp_cta-xyy:hover{
opacity:.9;
}
.wuo_jp_card-xyy:not(.wuo_jp_card_mega-xyy) .wuo_jp_cta-xyy{
transition:color .2s ease,border-color .2s ease;
border-bottom:1px solid #EEF2F8;
font-size:13px;
color:#EEF2F8;
padding-bottom:2px;
font-weight:700;
}
.wuo_jp_card-xyy:not(.wuo_jp_card_mega-xyy) .wuo_jp_cta-xyy:hover{
border-color:#388BFD;
color:#388BFD;
}
.wuo_jp_seo-xyy{
margin:14px 0 0;
font-size:0.875rem;
max-width:47.5rem;
overflow-wrap:break-word;
color:#5A7190;
line-height:1.65;
}
.wuo_jp_seo-xyy strong{
color:#EEF2F8;
font-weight:700;
}
.wuo_grow-xyy{
padding:26px 0 10px;
}
.wuo_row_seo-xyy{
margin:0.625rem 0 0;
line-height:1.65;
color:#5A7190;
overflow-wrap:break-word;
max-width:760px;
font-size:14px;
}
.wuo_row_seo-xyy strong{
font-weight:700;
color:#EEF2F8;
}
.wuo_nl-xyy{
padding:24px 0 10px;
}
.wuo_nl_in-xyy{
border-radius:1.25rem;
background:#07111E;
padding:30px 2rem;
gap:22px;
display:flex;
color:#EEF2F8;
flex-direction:column;
}
@media(min-width:765px){
.wuo_nl_in-xyy{
gap:28px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.wuo_nl_text_wrap-xyy{
min-width:0;
}
.wuo_nl_h3-xyy{
font-weight:600;
color:#EEF2F8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:5px;
font-size:1.375rem;
line-height:1.1;
}
@media(min-width:767px){
.wuo_nl_h3-xyy{
font-size:24px;
}
}
.wuo_nl_text-xyy{
line-height:1.5;
color:#7A9DC4;
font-size:13.5px;
}
.wuo_nl_form-xyy{
gap:10px;
flex:1 1 auto;
display:flex;
min-width:0;
max-width:460px;
}
.wuo_nl_input-xyy{
padding:13px 1rem;
flex:1 1 auto;
border-radius:14px;
overflow:hidden;
background:rgba(200,220,255,0.07);
border:1px solid rgba(200,220,255,0.12);
font-size:0.875rem;
display:flex;
white-space:nowrap;
text-overflow:ellipsis;
min-width:0;
align-items:center;
color:#7A9DC4;
}
.wuo_nl_btn-xyy{
padding:0.813rem 24px;
flex:0 0 auto;
transition:opacity .2s ease;
background:#60B4FF;
border-radius:14px;
color:#0A0F18;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
}
.wuo_nl_btn-xyy:hover{
opacity:.9;
}
.wuo_vip-xyy{
padding:3rem 0;
}
@media(min-width:766px){
.wuo_vip-xyy{
padding:64px 0;
}
}
.wuo_vip_head-xyy{
gap:0.875rem;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:877px){
.wuo_vip_head-xyy{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.wuo_vip_eyebrow-xyy{
margin-bottom:12px;
}
.wuo_vip_h2-xyy{
color:#EEF2F8;
font-size:2rem;
font-weight:600;
line-height:1.05;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:770px){
.wuo_vip_h2-xyy{
font-size:40px;
}
}
.wuo_vip_intro-xyy{
max-width:26.25rem;
font-size:14px;
line-height:1.6;
color:#7A9DC4;
}
.wuo_vip_grid-xyy{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.wuo_vip_card-xyy{
padding:1.375rem 1.125rem;
border-radius:0.875rem;
border:1px solid rgba(200,220,255,0.12);
min-width:0;
}
.wuo_vip_card_feat-xyy{
background:rgba(200,220,255,0.07);
border-color:#60B4FF;
}
.wuo_vip_card_ic-xyy{
background:linear-gradient(135deg,#388BFD,#79C2FF);
border-radius:8px;
height:34px;
width:2.125rem;
display:block;
margin-bottom:1rem;
}
.wuo_vip_name-xyy{
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
color:#EEF2F8;
margin-bottom:6px;
overflow-wrap:break-word;
}
.wuo_vip_perk-xyy{
line-height:1.5;
color:#7A9DC4;
font-size:12.5px;
overflow-wrap:break-word;
}
.wuo_gm-xyy{
padding:30px 0 10px;
}
.wuo_gm_in-xyy{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:878px){
.wuo_gm_in-xyy{
grid-template-columns:1.25fr 1fr;
}
}
.wuo_gm_left-xyy{
border:1px solid rgba(180,210,255,0.07);
padding:2rem;
border-radius:1.25rem;
background:#141B24;
min-width:0;
}
.wuo_gm_eyebrow-xyy{
margin-bottom:10px;
}
.wuo_gm_h2-xyy{
overflow-wrap:break-word;
margin-bottom:8px;
font-size:1.625rem;
color:#EEF2F8;
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
}
@media(min-width:769px){
.wuo_gm_h2-xyy{
font-size:28px;
}
}
.wuo_gm_text-xyy{
margin-bottom:1.375rem;
line-height:1.6;
max-width:30rem;
font-size:0.875rem;
color:#5A7190;
}
.wuo_gm_level-xyy{
margin-bottom:0.5rem;
color:#388BFD;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:22px;
}
.wuo_gm_bar-xyy{
border-radius:999px;
overflow:hidden;
background:rgba(180,210,255,0.13);
margin-bottom:0.375rem;
height:0.5rem;
}
.wuo_gm_bar_fill-xyy{
border-radius:999px;
background:linear-gradient(90deg,#388BFD,#79C2FF);
height:100%;
}
.wuo_gm_bar_meta-xyy{
gap:10px;
margin-bottom:1.125rem;
color:#7A92B0;
justify-content:space-between;
font-size:0.688rem;
display:flex;
}
.wuo_gm_missions-xyy{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.wuo_gm_mission-xyy{
border-radius:62.438rem;
gap:0.438rem;
background:#0D1117;
padding:0.563rem 15px;
border:1px solid rgba(180,210,255,0.13);
font-size:12.5px;
color:#BCC8DC;
font-weight:600;
display:inline-flex;
align-items:center;
}
.wuo_gm_mission_ic-xyy{
display:inline-flex;
align-items:center;
color:#388BFD;
}
.wuo_gm_mission_ic-xyy svg{
height:0.813rem;
width:0.813rem;
}
.wuo_gm_right-xyy{
overflow:hidden;
border-radius:1.25rem;
background:linear-gradient(150deg,#0C1526,#07090F);
padding:32px;
position:relative;
flex-direction:column;
display:flex;
color:#EEF2F8;
}
.wuo_gm_glow-xyy{
border-radius:50%;
background:radial-gradient(circle,rgba(56,139,253,0.13),transparent 70%);
pointer-events:none;
top:-1.875rem;
position:absolute;
height:150px;
width:9.375rem;
right:-30px;
}
.wuo_gm_ref_eyebrow-xyy{
margin-bottom:0.625rem;
position:relative;
}
.wuo_gm_ref_h2-xyy{
color:#EEF2F8;
position:relative;
overflow-wrap:break-word;
margin-bottom:8px;
font-size:1.625rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
font-weight:600;
}
.wuo_gm_ref_text-xyy{
margin-bottom:1.25rem;
position:relative;
font-size:0.844rem;
line-height:1.55;
color:#7A9DC4;
}
.wuo_gm_ref_cta-xyy{
border-radius:62.438rem;
transition:opacity .2s ease;
background:#60B4FF;
padding:11px 1.375rem;
align-self:flex-start;
color:#0A0F18;
position:relative;
margin-top:auto;
font-weight:700;
font-size:0.844rem;
}
.wuo_gm_ref_cta-xyy:hover{
opacity:.9;
}
.wuo_app-xyy{
padding:1.875rem 0 10px;
}
.wuo_app_in-xyy{
background:#141B24;
padding:2rem;
border-radius:20px;
border:1px solid rgba(180,210,255,0.07);
gap:1.75rem;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.wuo_app_in-xyy{
gap:40px;
padding:2.5rem 2.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.wuo_app_copy-xyy{
min-width:0;
max-width:35rem;
}
.wuo_app_eyebrow-xyy{
margin-bottom:12px;
}
.wuo_app_h2-xyy{
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF2F8;
font-size:28px;
margin-bottom:12px;
font-weight:600;
line-height:1.05;
}
@media(min-width:767px){
.wuo_app_h2-xyy{
font-size:2.125rem;
}
}
.wuo_app_text-xyy{
color:#5A7190;
line-height:1.6;
margin-bottom:22px;
font-size:14px;
}
.wuo_app_btns-xyy{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.wuo_app_btn-xyy{
background:#388BFD;
border-radius:0.875rem;
padding:0.688rem 20px;
transition:background-color .2s ease;
gap:10px;
align-items:center;
color:#040C18;
display:inline-flex;
}
.wuo_app_btn-xyy:hover{
background:#5CA3FF;
}
.wuo_app_btn_ic-xyy{
display:inline-flex;
align-items:center;
}
.wuo_app_btn_ic-xyy svg{
width:18px;
height:1.125rem;
}
.wuo_app_btn_lb-xyy{
font-weight:700;
font-size:13.5px;
}
.wuo_app_qr_wrap-xyy{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.wuo_app_qr-xyy{
border-radius:14px;
flex:0 0 auto;
background-color:#388BFD;
height:108px;
width:108px;
background-image:repeating-linear-gradient(0deg,#141B24 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#141B24 0 5px,transparent 5px 11px);
}
.wuo_app_qr_cap-xyy{
font-size:0.781rem;
color:#7A92B0;
max-width:92px;
line-height:1.4;
}
.wuo_sea-xyy{
padding:24px 0 10px;
}
.wuo_sea_in-xyy{
padding:36px;
border-radius:1.25rem;
gap:1.375rem;
background:linear-gradient(115deg,#0C1526,#07090F);
overflow:hidden;
flex-direction:column;
color:#EEF2F8;
display:flex;
position:relative;
}
@media(min-width:820px){
.wuo_sea_in-xyy{
gap:2rem;
padding:44px 3rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.wuo_sea_glow-xyy{
background:radial-gradient(circle,rgba(56,139,253,0.13),transparent 68%);
border-radius:50%;
pointer-events:none;
height:240px;
right:3.75rem;
width:240px;
transform:translateY(-50%);
top:50%;
position:absolute;
}
.wuo_sea_copy-xyy{
min-width:0;
max-width:35rem;
position:relative;
}
.wuo_sea_eyebrow-xyy{
margin-bottom:0.75rem;
}
.wuo_sea_h2-xyy{
overflow-wrap:break-word;
line-height:1.04;
color:#EEF2F8;
font-weight:600;
font-size:30px;
margin-bottom:0.75rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.wuo_sea_h2-xyy{
font-size:38px;
}
}
.wuo_sea_text-xyy{
font-size:0.938rem;
color:#7A9DC4;
line-height:1.6;
}
.wuo_sea_cta-xyy{
padding:16px 2rem;
background:#60B4FF;
transition:opacity .2s ease;
flex:0 0 auto;
border-radius:999px;
font-size:15px;
color:#0A0F18;
position:relative;
font-weight:700;
}
.wuo_sea_cta-xyy:hover{
opacity:.9;
}
.wuo_pmt-xyy{
padding:48px 0 10px;
}
.wuo_pmt_in-xyy{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:881px){
.wuo_pmt_in-xyy{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.wuo_pmt_left-xyy{
min-width:0;
}
.wuo_pmt_eyebrow-xyy{
margin-bottom:0.75rem;
}
.wuo_pmt_h2-xyy{
font-size:30px;
font-weight:600;
overflow-wrap:break-word;
line-height:1.06;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:12px;
color:#EEF2F8;
}
@media(min-width:769px){
.wuo_pmt_h2-xyy{
font-size:32px;
}
}
.wuo_pmt_text-xyy{
margin-bottom:1.375rem;
line-height:1.6;
color:#5A7190;
font-size:14.5px;
}
.wuo_pmt_logos-xyy{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:480px){
.wuo_pmt_logos-xyy{
grid-template-columns:repeat(4,1fr);
}
}
.wuo_pmt_logo-xyy{
padding:0 8px;
background:#141B24;
border:1px solid rgba(180,210,255,0.07);
overflow:hidden;
border-radius:0.5rem;
font-size:0.781rem;
white-space:nowrap;
text-overflow:ellipsis;
justify-content:center;
display:flex;
align-items:center;
color:#BCC8DC;
font-weight:700;
text-align:center;
height:50px;
}
.wuo_pmt_table-xyy{
border:1px solid rgba(180,210,255,0.07);
border-radius:14px;
overflow:hidden;
min-width:0;
}
.wuo_pmt_thead-xyy{
background:#080C10;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.wuo_pmt_th-xyy{
padding:0.813rem 0.875rem;
overflow:hidden;
font-weight:700;
text-transform:uppercase;
font-size:10px;
letter-spacing:.08em;
text-overflow:ellipsis;
white-space:nowrap;
color:#EEF2F8;
}
.wuo_pmt_row-xyy{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(180,210,255,0.07);
display:grid;
}
.wuo_pmt_row-xyy:nth-child(odd){
background:#141B24;
}
.wuo_pmt_td-xyy{
padding:14px;
font-size:0.844rem;
min-width:0;
overflow-wrap:break-word;
color:#5A7190;
}
.wuo_pmt_row-xyy .wuo_pmt_td-xyy:first-child{
font-weight:700;
color:#EEF2F8;
}
.wuo_pmt_row-xyy .wuo_pmt_td-xyy:last-child{
font-weight:700;
color:#2ECC8A;
}
.wuo_wy-xyy{
padding:48px 0;
}
@media(min-width:769px){
.wuo_wy-xyy{
padding:56px 0;
}
}
.wuo_wy_in-xyy{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.wuo_wy_in-xyy{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.wuo_wy_left-xyy{
min-width:0;
}
.wuo_wy_eyebrow-xyy{
margin-bottom:14px;
}
.wuo_wy_h2-xyy{
font-size:32px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:16px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#EEF2F8;
}
@media(min-width:770px){
.wuo_wy_h2-xyy{
font-size:40px;
}
}
.wuo_wy_intro-xyy{
color:#5A7190;
line-height:1.6;
font-size:0.938rem;
}
.wuo_wy_grid-xyy{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.wuo_wy_grid-xyy{
grid-template-columns:1fr 1fr;
}
}
.wuo_wy_card-xyy{
border:1px solid rgba(180,210,255,0.07);
border-radius:14px;
background:#141B24;
padding:1.625rem;
min-width:0;
}
.wuo_wy_card_ic-xyy{
justify-content:center;
margin-bottom:16px;
align-items:center;
color:#388BFD;
display:inline-flex;
}
.wuo_wy_card_ic-xyy svg{
width:1.625rem;
height:1.625rem;
}
.wuo_wy_card_h-xyy{
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-size:21px;
font-weight:600;
line-height:1.15;
color:#EEF2F8;
}
.wuo_wy_card_p-xyy{
color:#5A7190;
line-height:1.55;
font-size:0.875rem;
overflow-wrap:break-word;
}
.wuo_rv-xyy{
background:#141B24;
padding:3rem 0;
border-bottom:1px solid rgba(180,210,255,0.07);
margin-top:24px;
border-top:1px solid rgba(180,210,255,0.07);
}
@media(min-width:768px){
.wuo_rv-xyy{
padding:3.5rem 0;
}
}
.wuo_rv_head-xyy{
gap:1rem;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.wuo_rv_head-xyy{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.wuo_rv_eyebrow-xyy{
margin-bottom:0.625rem;
}
.wuo_rv_h2-xyy{
font-weight:600;
color:#EEF2F8;
line-height:1.05;
font-size:1.875rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:765px){
.wuo_rv_h2-xyy{
font-size:38px;
}
}
.wuo_rv_agg-xyy{
gap:12px;
display:flex;
align-items:center;
}
.wuo_rv_agg_stars-xyy{
gap:3px;
color:#388BFD;
display:flex;
}
.wuo_rv_agg_stars-xyy svg{
width:1.125rem;
height:1.125rem;
}
.wuo_rv_source-xyy{
font-size:13px;
color:#5A7190;
}
.wuo_rv_grid-xyy{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.wuo_rv_grid-xyy{
grid-template-columns:repeat(3,1fr);
}
}
.wuo_rv_card-xyy{
border-radius:0.875rem;
border:1px solid rgba(180,210,255,0.07);
background:#0D1117;
padding:1.625rem;
min-width:0;
}
.wuo_rv_card_stars-xyy{
gap:2px;
display:flex;
color:#388BFD;
margin-bottom:12px;
}
.wuo_rv_card_stars-xyy svg{
height:14px;
width:14px;
}
.wuo_rv_card_body-xyy{
margin-bottom:16px;
font-size:1.125rem;
line-height:1.45;
color:#EEF2F8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
overflow-wrap:break-word;
}
.wuo_rv_card_meta-xyy{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.wuo_rv_card_av-xyy{
border-radius:50%;
background:linear-gradient(135deg,#388BFD,#79C2FF);
flex:0 0 auto;
height:32px;
width:2rem;
}
.wuo_rv_card_author-xyy{
font-weight:700;
font-size:13px;
color:#EEF2F8;
}
.wuo_rv_card_loc-xyy{
font-size:0.75rem;
color:#7A92B0;
}
.wuo_prov-xyy{
padding:40px 0 1.25rem;
}
.wuo_prov_eyebrow-xyy{
margin-bottom:1.125rem;
display:block;
}
.wuo_prov_grid-xyy{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:563px){
.wuo_prov_grid-xyy{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.wuo_prov_grid-xyy{
grid-template-columns:repeat(6,1fr);
}
}
.wuo_et-xyy{
padding:36px 0 0.625rem;
}
.wuo_et_in-xyy{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:880px){
.wuo_et_in-xyy{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.wuo_et_left-xyy{
min-width:0;
}
.wuo_et_eyebrow-xyy{
margin-bottom:12px;
}
.wuo_et_h2-xyy{
color:#EEF2F8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:28px;
margin-bottom:14px;
line-height:1.06;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:770px){
.wuo_et_h2-xyy{
font-size:2rem;
}
}
.wuo_et_text-xyy{
margin-bottom:22px;
line-height:1.65;
color:#5A7190;
font-size:0.938rem;
}
.wuo_et_stats-xyy{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.wuo_et_stat-xyy{
min-width:0;
}
.wuo_et_stat_v-xyy{
line-height:1;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
color:#EEF2F8;
font-weight:700;
font-size:1.625rem;
}
.wuo_et_stat_l-xyy{
font-size:0.781rem;
color:#7A92B0;
margin-top:4px;
}
.wuo_et_right-xyy{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.wuo_et_member-xyy{
border:1px solid rgba(180,210,255,0.07);
border-radius:0.875rem;
background:#141B24;
padding:18px 20px;
gap:16px;
align-items:center;
min-width:0;
display:flex;
}
.wuo_et_member_av-xyy{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#0C1526,#388BFD);
width:48px;
height:48px;
}
.wuo_et_member_name-xyy{
font-weight:700;
font-size:15px;
color:#EEF2F8;
overflow-wrap:break-word;
}
.wuo_et_member_role-xyy{
overflow-wrap:break-word;
font-size:0.781rem;
color:#7A92B0;
}
.wuo_et_updated-xyy{
border-radius:0.875rem;
gap:8px;
background:#0D1117;
border:1px solid rgba(180,210,255,0.07);
padding:14px 18px;
display:flex;
font-size:12.5px;
align-items:center;
color:#5A7190;
}
.wuo_hts-xyy{
padding:48px 0;
}
@media(min-width:771px){
.wuo_hts-xyy{
padding:3.875rem 0;
}
}
.wuo_hts_head-xyy{
gap:1.125rem;
flex-direction:column;
display:flex;
margin-bottom:2.125rem;
}
@media(min-width:769px){
.wuo_hts_head-xyy{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.wuo_hts_eyebrow-xyy{
margin-bottom:12px;
}
.wuo_hts_h2-xyy{
font-weight:600;
overflow-wrap:break-word;
color:#EEF2F8;
line-height:1.05;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
}
@media(min-width:767px){
.wuo_hts_h2-xyy{
font-size:38px;
}
}
.wuo_hts_cta-xyy{
flex:0 0 auto;
background:#60B4FF;
border-radius:62.438rem;
transition:opacity .2s ease;
padding:15px 30px;
font-weight:700;
font-size:15px;
color:#0A0F18;
}
.wuo_hts_cta-xyy:hover{
opacity:.9;
}
.wuo_hts_grid-xyy{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.wuo_hts_grid-xyy{
grid-template-columns:repeat(3,1fr);
}
}
.wuo_hts_step-xyy{
border-top:1px solid rgba(200,220,255,0.12);
padding-top:1.375rem;
min-width:0;
}
.wuo_hts_step_num-xyy{
font-size:2.75rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#60B4FF;
margin-bottom:14px;
line-height:1;
}
.wuo_hts_step_h-xyy{
overflow-wrap:break-word;
font-size:1.188rem;
line-height:1.2;
color:#EEF2F8;
font-weight:700;
margin-bottom:8px;
}
.wuo_hts_step_p-xyy{
font-size:14px;
line-height:1.55;
color:#7A9DC4;
overflow-wrap:break-word;
}
.wuo_tt-xyy{
padding:3rem 0 0.625rem;
}
@media(min-width:771px){
.wuo_tt-xyy{
padding:60px 0 10px;
}
}
.wuo_tt_head-xyy{
margin-bottom:2.125rem;
text-align:center;
}
.wuo_tt_eyebrow-xyy{
margin-bottom:12px;
}
.wuo_tt_h2-xyy{
font-weight:600;
font-size:32px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#EEF2F8;
}
@media(min-width:769px){
.wuo_tt_h2-xyy{
font-size:2.625rem;
}
}
.wuo_tt_grid-xyy{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:763px){
.wuo_tt_grid-xyy{
grid-template-columns:repeat(3,1fr);
}
}
.wuo_tt_card-xyy{
border:1px solid rgba(180,210,255,0.07);
border-radius:14px;
padding:1.875rem;
background:#141B24;
display:flex;
min-width:0;
flex-direction:column;
}
.wuo_tt_card_ic-xyy{
margin-bottom:1.125rem;
color:#388BFD;
align-items:center;
display:inline-flex;
}
.wuo_tt_card_ic-xyy svg{
width:28px;
height:1.75rem;
}
.wuo_tt_card_h-xyy{
font-size:22px;
margin-bottom:0.5rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#EEF2F8;
line-height:1.15;
}
.wuo_tt_card_p-xyy{
margin-bottom:14px;
line-height:1.6;
color:#5A7190;
font-size:0.875rem;
overflow-wrap:break-word;
}
.wuo_tt_card_p-xyy b{
color:#EEF2F8;
font-weight:700;
}
.wuo_tt_card_link-xyy{
transition:color .2s ease;
border-bottom:1px solid #388BFD;
font-size:0.813rem;
font-weight:700;
margin-top:auto;
color:#EEF2F8;
align-self:flex-start;
padding-bottom:2px;
}
.wuo_tt_card_link-xyy:hover{
color:#388BFD;
}
.wuo_ts-xyy{
padding:2.75rem 0;
}
.wuo_ts_in-xyy{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:879px){
.wuo_ts_in-xyy{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.wuo_ts_left-xyy{
min-width:0;
}
.wuo_ts_h2-xyy{
color:#EEF2F8;
font-weight:600;
line-height:1.1;
margin-bottom:12px;
overflow-wrap:break-word;
font-size:26px;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.wuo_ts_h2-xyy{
font-size:28px;
}
}
.wuo_ts_text-xyy{
max-width:520px;
line-height:1.6;
color:#7A9DC4;
margin-bottom:22px;
font-size:14.5px;
}
.wuo_ts_badges-xyy{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.wuo_ts_badge-xyy{
font-size:0.813rem;
font-weight:600;
color:#7A9DC4;
}
.wuo_ts_pay-xyy{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:877px){
.wuo_ts_pay-xyy{
justify-content:flex-end;
}
}
.wuo_ts_pay_chip-xyy{
border-radius:0.875rem;
border:1px solid rgba(200,220,255,0.12);
background:rgba(200,220,255,0.07);
padding:12px 16px;
font-weight:700;
color:#EEF2F8;
font-size:0.875rem;
}
.wuo_dr-xyy{
padding:2.25rem 0 0.625rem;
}
.wuo_dr_in-xyy{
padding:1.75rem 2rem;
border:1px dashed rgba(180,210,255,0.13);
border-radius:14px;
gap:20px;
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.wuo_dr_in-xyy{
gap:32px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.wuo_dr_h2-xyy{
font-weight:600;
margin-bottom:8px;
font-size:1.5rem;
color:#EEF2F8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:766px){
.wuo_dr_h2-xyy{
font-size:26px;
}
}
.wuo_dr_text-xyy{
max-width:680px;
overflow-wrap:break-word;
font-size:0.875rem;
color:#5A7190;
line-height:1.6;
}
.wuo_dr_text-xyy b{
font-weight:700;
color:#EEF2F8;
}
.wuo_dr_cta-xyy{
transition:color .2s ease;
flex:0 0 auto;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #388BFD;
white-space:nowrap;
font-size:0.844rem;
color:#EEF2F8;
}
.wuo_dr_cta-xyy:hover{
color:#388BFD;
}
.wuo_sb-xyy{
padding:3rem 0;
background:#141B24;
border-bottom:1px solid rgba(180,210,255,0.07);
margin-top:24px;
border-top:1px solid rgba(180,210,255,0.07);
}
@media(min-width:767px){
.wuo_sb-xyy{
padding:56px 0;
}
}
.wuo_sb_eyebrow-xyy{
display:block;
margin-bottom:12px;
}
.wuo_sb_h2-xyy{
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:26px;
font-size:1.875rem;
font-weight:600;
color:#EEF2F8;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:770px){
.wuo_sb_h2-xyy{
font-size:36px;
}
}
.wuo_sb_grid-xyy{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:557px){
.wuo_sb_grid-xyy{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:959px){
.wuo_sb_grid-xyy{
grid-template-columns:repeat(4,1fr);
}
}
.wuo_sb_card-xyy{
padding:24px;
border-radius:0.875rem;
border:1px solid rgba(180,210,255,0.07);
background:#0D1117;
min-width:0;
}
.wuo_sb_card_h-xyy{
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.188rem;
overflow-wrap:break-word;
color:#EEF2F8;
line-height:1.15;
margin-bottom:0.5rem;
}
.wuo_sb_card_p-xyy{
line-height:1.6;
font-size:0.844rem;
color:#5A7190;
overflow-wrap:break-word;
}
.wuo_sb_rtp-xyy{
border-radius:0.875rem;
border:1px solid rgba(180,210,255,0.07);
background:#0D1117;
gap:24px;
grid-template-columns:1fr;
padding:26px 28px;
display:grid;
margin-top:1.125rem;
align-items:center;
}
@media(min-width:761px){
.wuo_sb_rtp-xyy{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.wuo_sb_rtp_h-xyy{
margin-bottom:0.5rem;
font-size:20px;
color:#EEF2F8;
line-height:1.15;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
.wuo_sb_rtp_p-xyy{
font-size:0.844rem;
overflow-wrap:break-word;
color:#5A7190;
line-height:1.6;
}
.wuo_sb_rtp_stats-xyy{
gap:16px;
display:flex;
}
.wuo_sb_stat-xyy{
background:#141B24;
flex:1 1 0;
padding:18px;
border-radius:8px;
text-align:center;
min-width:0;
}
.wuo_sb_stat_v-xyy{
font-weight:700;
color:#2ECC8A;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
.wuo_sb_stat_l-xyy{
color:#7A92B0;
font-size:11.5px;
margin-top:4px;
}
.wuo_el-xyy{
padding:48px 0;
}
@media(min-width:765px){
.wuo_el-xyy{
padding:56px 0;
}
}
.wuo_el_in-xyy{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:902px){
.wuo_el_in-xyy{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.wuo_el_left-xyy{
min-width:0;
}
.wuo_el_eyebrow-xyy{
margin-bottom:14px;
}
.wuo_el_h2-xyy{
font-weight:600;
font-size:2rem;
overflow-wrap:break-word;
margin-bottom:1.375rem;
line-height:1.08;
color:#EEF2F8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.wuo_el_h2-xyy{
font-size:38px;
}
}
.wuo_el_body-xyy p{
color:#BCC8DC;
font-size:1rem;
margin-bottom:1.125rem;
overflow-wrap:break-word;
line-height:1.7;
}
.wuo_el_dropcap-xyy{
padding:6px 12px 0 0;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
color:#388BFD;
font-weight:700;
line-height:.8;
float:left;
font-size:3.875rem;
}
.wuo_el_right-xyy{
min-width:0;
}
.wuo_el_quote-xyy{
background:linear-gradient(150deg,#0C1526,#07090F);
padding:36px;
border-radius:20px;
position:relative;
margin-bottom:1.5rem;
color:#EEF2F8;
}
.wuo_el_quote_mark-xyy{
align-items:center;
display:inline-flex;
margin-bottom:0.375rem;
color:#60B4FF;
}
.wuo_el_quote_mark-xyy svg{
width:2.125rem;
height:34px;
}
.wuo_el_quote_text-xyy{
overflow-wrap:break-word;
margin-bottom:1.375rem;
font-size:1.375rem;
line-height:1.4;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
color:#EEF2F8;
}
.wuo_el_quote_meta-xyy{
gap:12px;
align-items:center;
display:flex;
}
.wuo_el_quote_av-xyy{
flex:0 0 auto;
background:linear-gradient(135deg,#388BFD,#79C2FF);
border-radius:50%;
height:38px;
width:38px;
}
.wuo_el_quote_author-xyy{
color:#EEF2F8;
font-weight:700;
font-size:0.875rem;
}
.wuo_el_quote_meta_sub-xyy{
color:#7A9DC4;
font-size:0.75rem;
}
.wuo_el_explain-xyy{
border:1px solid rgba(180,210,255,0.07);
border-radius:14px;
overflow:hidden;
}
.wuo_el_explain_card-xyy{
padding:22px 24px;
}
.wuo_el_explain_card-xyy+.wuo_el_explain_card-xyy{
border-top:1px solid rgba(180,210,255,0.07);
}
.wuo_el_explain_h-xyy{
overflow-wrap:break-word;
color:#EEF2F8;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:20px;
line-height:1.15;
font-weight:600;
margin-bottom:8px;
}
.wuo_el_explain_p-xyy{
overflow-wrap:break-word;
color:#5A7190;
line-height:1.55;
font-size:14px;
}
.wuo_sg-xyy{
padding:3rem 0 10px;
}
.wuo_sg_eyebrow-xyy{
margin-bottom:12px;
display:block;
}
.wuo_sg_h2-xyy{
line-height:1.05;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
color:#EEF2F8;
overflow-wrap:break-word;
margin-bottom:28px;
font-weight:600;
}
@media(min-width:767px){
.wuo_sg_h2-xyy{
font-size:36px;
}
}
.wuo_sg_grid-xyy{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.wuo_sg_grid-xyy{
grid-template-columns:repeat(3,1fr);
}
}
.wuo_sg_col-xyy{
min-width:0;
}
.wuo_sg_col_h-xyy{
color:#EEF2F8;
font-size:22px;
font-weight:600;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
margin-bottom:0.625rem;
overflow-wrap:break-word;
}
.wuo_sg_col_p-xyy{
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
color:#5A7190;
}
.wuo_lh-xyy{
padding:2.5rem 0 1.25rem;
}
.wuo_lh_in-xyy{
border-top:1px solid rgba(180,210,255,0.13);
padding-top:34px;
}
.wuo_lh_eyebrow-xyy{
display:block;
margin-bottom:1.375rem;
}
.wuo_lh_grid-xyy{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:597px){
.wuo_lh_grid-xyy{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.wuo_lh_grid-xyy{
grid-template-columns:repeat(5,1fr);
}
}
.wuo_lh_col-xyy{
min-width:0;
}
.wuo_lh_col_h-xyy{
overflow-wrap:break-word;
font-weight:700;
font-size:0.813rem;
color:#EEF2F8;
margin-bottom:12px;
}
.wuo_lh_links-xyy{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.wuo_lh_link-xyy{
transition:color .2s ease;
font-size:0.813rem;
color:#5A7190;
overflow-wrap:break-word;
}
.wuo_lh_link-xyy:hover{
color:#388BFD;
}
.wuo_faq-xyy{
background:#141B24;
padding:3rem 0;
border-bottom:1px solid rgba(180,210,255,0.07);
border-top:1px solid rgba(180,210,255,0.07);
margin-top:24px;
}
@media(min-width:768px){
.wuo_faq-xyy{
padding:3.875rem 0;
}
}
.wuo_faq_head-xyy{
text-align:center;
margin-bottom:34px;
}
.wuo_faq_eyebrow-xyy{
margin-bottom:12px;
}
.wuo_faq_h2-xyy{
font-weight:600;
color:#EEF2F8;
font-size:2rem;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.wuo_faq_h2-xyy{
font-size:2.375rem;
}
}
.wuo_faq_list-xyy{
margin:0 auto;
gap:12px;
display:flex;
max-width:820px;
flex-direction:column;
}
.wuo_faq_item-xyy{
border:1px solid rgba(180,210,255,0.07);
background:#0D1117;
border-radius:14px;
overflow:hidden;
}
.wuo_faq_q-xyy{
gap:1.25rem;
padding:1.25rem 1.5rem;
list-style:none;
font-weight:700;
color:#EEF2F8;
align-items:center;
justify-content:space-between;
font-size:1rem;
display:flex;
cursor:pointer;
overflow-wrap:break-word;
}
.wuo_faq_q-xyy::-webkit-details-marker{
display:none;
}
.wuo_faq_q_ic-xyy{
flex:0 0 auto;
transition:transform .2s ease;
color:#388BFD;
display:inline-flex;
align-items:center;
}
.wuo_faq_q_ic-xyy svg{
width:1.125rem;
height:18px;
}
.wuo_faq_item-xyy[open] .wuo_faq_q_ic-xyy{
transform:rotate(180deg);
}
.wuo_faq_a-xyy{
padding:0 1.5rem 1.25rem;
font-size:0.906rem;
line-height:1.6;
color:#5A7190;
overflow-wrap:break-word;
}
.wuo_ft-xyy{
background:#080C10;
color:#7A9DC4;
margin-top:2.5rem;
}
.wuo_ft_in-xyy{
gap:2rem;
padding:3rem 0 28px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.wuo_ft_in-xyy{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.wuo_ft_in-xyy{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.wuo_ft_brand-xyy{
min-width:0;
}
.wuo_ft_logo-xyy{
font-family:"Lora", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#EEF2F8;
font-size:26px;
font-weight:700;
}
.wuo_ft_tagline-xyy{
line-height:1.6;
font-size:0.844rem;
color:#7A9DC4;
margin-top:14px;
max-width:280px;
}
.wuo_ft_contact-xyy{
transition:color .2s ease;
margin-top:12px;
font-size:13px;
max-width:17.5rem;
overflow-wrap:anywhere;
display:inline-block;
color:#60B4FF;
}
.wuo_ft_contact-xyy:hover{
color:#EEF2F8;
}
.wuo_ft_col-xyy{
min-width:0;
}
.wuo_ft_col_h-xyy{
color:#EEF2F8;
text-transform:uppercase;
font-size:0.813rem;
overflow-wrap:break-word;
letter-spacing:.08em;
font-weight:700;
margin-bottom:14px;
}
.wuo_ft_col_links-xyy{
gap:10px;
flex-direction:column;
display:flex;
}
.wuo_ft_link-xyy{
transition:color .2s ease;
font-size:0.844rem;
overflow-wrap:break-word;
color:#7A9DC4;
}
.wuo_ft_link-xyy:hover{
color:#EEF2F8;
}
.wuo_ft_bot-xyy{
gap:1rem;
padding:1.375rem 0 2.5rem;
display:flex;
flex-direction:column;
border-top:1px solid rgba(200,220,255,0.12);
}
@media(min-width:770px){
.wuo_ft_bot-xyy{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.wuo_ft_legal-xyy{
max-width:47.5rem;
font-size:0.719rem;
line-height:1.6;
overflow-wrap:break-word;
color:#3A5068;
}
.wuo_ft_legal-xyy b{
font-weight:700;
color:#7A9DC4;
}
.wuo_ft_age-xyy{
border-radius:8px;
padding:4px 0.563rem;
border:1.5px solid #60B4FF;
flex:0 0 auto;
font-weight:700;
font-size:0.813rem;
color:#60B4FF;
}