*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#12100F;
line-height:1.6;
overflow-wrap:break-word;
color:#C9C1B4;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
font-size:15px;
font-family:"DM Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
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:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.wnu_layout-fzo{
display:flex;
min-height:100vh;
flex-direction:column;
}
.wnu_main-fzo{
flex:1 1 auto;
min-width:0;
width:100%;
}
.wnu_container-fzo{
padding:0 16px;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:770px){
.wnu_container-fzo{
padding:0 32px;
}
}
@media(min-width:1098px){
.wnu_container-fzo{
padding:0 56px;
}
}
.wnu_eyebrow-fzo{
text-transform:uppercase;
display:inline-block;
font-size:11px;
overflow-wrap:break-word;
font-weight:600;
color:#20B264;
letter-spacing:.2em;
font-family:"DM Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.4;
}
.wnu_band-fzo{
background:#0E1A14;
color:#EDF5F0;
}
.wnu_band-fzo .wnu_eyebrow-fzo{
color:#3EEEA0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.wnu_tb-fzo{
background:#13110F;
border-bottom:1px solid rgba(240,235,225,0.13);
z-index:50;
position:sticky;
top:0;
}
.wnu_tb_in-fzo{
padding:12px 16px;
margin:0 auto;
gap:16px;
display:flex;
justify-content:space-between;
align-items:center;
max-width:87.5rem;
width:100%;
}
@media(min-width:768px){
.wnu_tb_in-fzo{
padding:1rem 32px;
}
}
@media(min-width:1097px){
.wnu_tb_in-fzo{
padding:18px 56px;
}
}
.wnu_tb_left-fzo{
gap:28px;
display:flex;
align-items:center;
min-width:0;
}
.wnu_tb_logo-fzo{
gap:0.688rem;
display:flex;
align-items:center;
min-width:0;
}
.wnu_tb_logo_mark-fzo{
flex:0 0 auto;
border-radius:0.5rem;
width:2.125rem;
height:34px;
object-fit:cover;
}
.wnu_tb_logo_txt-fzo{
display:flex;
min-width:0;
flex-direction:column;
line-height:1;
}
.wnu_tb_logo_name-fzo{
overflow:hidden;
font-weight:700;
white-space:nowrap;
color:#F0EBE1;
letter-spacing:.02em;
text-overflow:ellipsis;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
}
.wnu_tb_logo_sub-fzo{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.531rem;
letter-spacing:.32em;
color:#20B264;
font-weight:600;
text-transform:uppercase;
margin-top:4px;
}
.wnu_tb_nav-fzo{
display:none;
}
@media(min-width:961px){
.wnu_tb_nav-fzo{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.wnu_tb_nav_item-fzo{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
font-size:0.875rem;
white-space:nowrap;
color:#C9C1B4;
border-bottom:2px solid transparent;
padding-bottom:3px;
}
.wnu_tb_nav_item-fzo:hover{
color:#F0EBE1;
}
.wnu_tb_nav_item-fzo.wnu_state_active-fzo{
border-color:#20B264;
color:#F0EBE1;
}
.wnu_tb_right-fzo{
gap:0.875rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.wnu_tb_search-fzo{
transition:color .22s ease;
color:#C9C1B4;
display:flex;
justify-content:center;
align-items:center;
}
.wnu_tb_search-fzo:hover{
color:#20B264;
}
.wnu_tb_search-fzo svg{
height:18px;
width:18px;
}
.wnu_tb_lang-fzo{
color:#8E8478;
letter-spacing:.1em;
text-transform:uppercase;
font-size:0.688rem;
font-weight:600;
}
.wnu_tb_lang-fzo:hover{
color:#F0EBE1;
}
.wnu_tb_login-fzo{
font-weight:600;
color:#F0EBE1;
display:none;
font-size:0.875rem;
}
@media(min-width:765px){
.wnu_tb_login-fzo{
display:inline-block;
}
}
.wnu_tb_register-fzo{
background:#20B264;
padding:11px 1.375rem;
border-radius:999px;
transition:background-color .22s ease;
white-space:nowrap;
font-weight:700;
color:#0A1210;
font-size:14px;
}
.wnu_tb_register-fzo:hover{
background:#28D476;
}
.wnu_mob-fzo{
background:#13110F;
border-top:1px solid rgba(240,235,225,0.13);
z-index:60;
padding-bottom:env(safe-area-inset-bottom);
left:0;
right:0;
position:fixed;
bottom:0;
}
@media(min-width:960px){
.wnu_mob-fzo{
display:none;
}
}
.wnu_mob_in-fzo{
margin:0 auto;
align-items:stretch;
justify-content:space-around;
display:flex;
max-width:560px;
}
.wnu_mob_item-fzo{
transition:color .22s ease;
gap:3px;
padding:9px 4px;
flex:1 1 0;
color:#8E8478;
display:flex;
min-width:0;
align-items:center;
flex-direction:column;
}
.wnu_mob_item-fzo.wnu_state_active-fzo{
color:#20B264;
}
.wnu_mob_ic-fzo{
display:flex;
justify-content:center;
align-items:center;
}
.wnu_mob_ic-fzo svg{
width:20px;
height:1.25rem;
}
.wnu_mob_lb-fzo{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:600;
max-width:100%;
font-size:10px;
}
@media(max-width:961px){
body{
padding-bottom:60px;
}
}
.wnu_rail-fzo{
position:relative;
min-width:0;
}
.wnu_rail_scroll-fzo{
gap:14px;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
overflow-x:auto;
display:flex;
scrollbar-width:thin;
}
@media(min-width:769px){
.wnu_rail_scroll-fzo{
gap:18px;
}
}
.wnu_gc-fzo{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.wnu_gc-fzo{
width:188px;
}
}
.wnu_gc_img-fzo{
border-radius:14px;
overflow:hidden;
background:#1C1917;
padding-bottom:133.33%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
position:relative;
}
.wnu_gc_img-fzo img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.wnu_gc_cover-fzo{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.wnu_gc_hover-fzo{
transition:opacity .22s ease;
inset:0;
background:rgba(0,0,0,0.52);
justify-content:center;
position:absolute;
align-items:center;
opacity:0;
display:flex;
}
.wnu_gc-fzo:hover .wnu_gc_hover-fzo{
opacity:1;
}
.wnu_gc_hover_btn-fzo{
background:#20B264;
border-radius:62.438rem;
height:2.875rem;
color:#0A1210;
align-items:center;
display:flex;
width:2.875rem;
justify-content:center;
}
.wnu_gc_hover_btn-fzo svg{
height:1.125rem;
width:1.125rem;
}
.wnu_gc_info-fzo{
gap:2px;
margin-top:9px;
display:flex;
min-width:0;
flex-direction:column;
}
.wnu_gc_name-fzo{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
color:#F0EBE1;
font-size:13px;
}
.wnu_gc_prov-fzo{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:11px;
color:#8E8478;
}
.wnu_gc_meta-fzo{
font-size:11px;
color:#8E8478;
}
.wnu_tc-fzo{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:770px){
.wnu_tc-fzo{
width:230px;
}
}
.wnu_tc_img-fzo{
border-radius:14px;
background:#1C1917;
overflow:hidden;
position:relative;
box-shadow:0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
padding-bottom:75%;
}
.wnu_tc_img-fzo img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.wnu_tc_info-fzo{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:9px;
display:flex;
}
.wnu_tc_name-fzo{
overflow:hidden;
font-weight:700;
font-size:14px;
color:#F0EBE1;
text-overflow:ellipsis;
white-space:nowrap;
}
.wnu_tc_rtp-fzo{
color:#8E8478;
font-size:0.688rem;
}
.wnu_lc-fzo{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:765px){
.wnu_lc-fzo{
width:16.75rem;
}
}
.wnu_lc_img-fzo{
overflow:hidden;
background:#1C1917;
border-radius:14px;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
padding-bottom:62.5%;
position:relative;
}
.wnu_lc_img-fzo img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.wnu_lc_live-fzo{
border-radius:999px;
background:rgba(0,0,0,0.52);
gap:0.438rem;
padding:4px 9px;
left:0.75rem;
align-items:center;
top:12px;
display:flex;
position:absolute;
}
.wnu_lc_live_dot-fzo{
background:#E8394A;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:0.5rem;
height:0.5rem;
}
.wnu_lc_seats-fzo{
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
font-size:10px;
color:#EDF5F0;
}
.wnu_lc_info-fzo{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.wnu_lc_name-fzo{
overflow:hidden;
color:#F0EBE1;
font-size:0.938rem;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
}
.wnu_lc_bet-fzo{
color:#8E8478;
font-size:0.688rem;
}
.wnu_pc-fzo{
padding:16px 0.875rem;
gap:0.5rem;
background:#1C1917;
border-radius:14px;
border:1px solid rgba(240,235,225,0.07);
flex-direction:column;
min-width:0;
min-height:74px;
align-items:center;
justify-content:center;
display:flex;
}
.wnu_pc_logo-fzo{
flex:0 0 auto;
object-fit:contain;
max-width:100%;
height:1.75rem;
width:auto;
}
.wnu_pc_name-fzo{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
font-size:0.688rem;
max-width:100%;
color:#8E8478;
}
.wnu_gc_tag-fzo{
border-radius:8px;
padding:3px 0.5rem;
display:inline-block;
top:10px;
left:0.625rem;
z-index:2;
text-transform:uppercase;
letter-spacing:.06em;
font-size:0.625rem;
font-weight:700;
position:absolute;
}
.wnu_gc_tag_hot-fzo{
background:#E8394A;
color:#EDF5F0;
}
.wnu_gc_tag_new-fzo{
background:#3EEEA0;
color:#0E1A14;
}
.wnu_gc_tag_jp-fzo{
background:#D4A017;
color:#0E1A14;
}
.wnu_gc_tag_live-fzo{
background:#E8394A;
color:#EDF5F0;
}
.wnu_sh-fzo{
margin-bottom:18px;
min-width:0;
}
.wnu_sh_row-fzo{
gap:1rem;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
justify-content:space-between;
}
.wnu_sh_row-fzo .wnu_sh_l-fzo{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.wnu_sh_stack-fzo{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.wnu_sh_center-fzo{
gap:0.625rem;
flex-direction:column;
align-items:center;
display:flex;
text-align:center;
}
.wnu_sh_h2-fzo{
font-size:1.5rem;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.1;
color:#F0EBE1;
}
@media(min-width:768px){
.wnu_sh_h2-fzo{
font-size:1.875rem;
}
}
.wnu_band-fzo .wnu_sh_h2-fzo{
color:#EDF5F0;
}
.wnu_sh_eb_line-fzo{
gap:10px;
display:inline-flex;
align-items:center;
}
.wnu_sh_eb_line-fzo::before{
background:#20B264;
height:1px;
width:1.75rem;
content:"";
display:inline-block;
}
.wnu_band-fzo .wnu_sh_eb_line-fzo::before{
background:#3EEEA0;
}
.wnu_sh_eb_dot-fzo{
gap:8px;
display:inline-flex;
align-items:center;
}
.wnu_sh_eb_dot-fzo::before{
border-radius:50%;
background:#20B264;
display:inline-block;
content:"";
width:0.375rem;
height:0.375rem;
}
.wnu_band-fzo .wnu_sh_eb_dot-fzo::before{
background:#3EEEA0;
}
.wnu_sh_link-fzo{
gap:6px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
white-space:nowrap;
font-weight:600;
border-bottom:1px solid #F0EBE1;
align-items:center;
font-size:0.813rem;
color:#F0EBE1;
padding-bottom:2px;
display:inline-flex;
}
.wnu_sh_link-fzo:hover{
border-color:#20B264;
color:#20B264;
}
.wnu_sh_link-fzo svg{
height:0.875rem;
width:0.875rem;
}
.wnu_sh_link_chev-fzo{
border-bottom:0;
padding-bottom:0;
}
.wnu_sh_link_btn-fzo{
border-radius:999px;
background:#20B264;
padding:9px 1.125rem;
color:#0A1210;
border-bottom:0;
}
.wnu_sh_link_btn-fzo:hover{
border-color:transparent;
background:#28D476;
color:#0A1210;
}
.wnu_band-fzo .wnu_sh_link-fzo{
border-color:#EDF5F0;
color:#EDF5F0;
}
.wnu_band-fzo .wnu_sh_link_btn-fzo{
background:#3EEEA0;
color:#0E1A14;
}
.wnu_sh_rule-fzo{
background:rgba(240,235,225,0.13);
margin:-2px 0 1.125rem;
height:1px;
}
.wnu_band-fzo .wnu_sh_rule-fzo{
background:rgba(200,255,220,0.13);
}
.wnu_hero-fzo{
padding:2rem 0 0.5rem;
}
@media(min-width:770px){
.wnu_hero-fzo{
padding:3.5rem 0 24px;
}
}
.wnu_hero_in-fzo{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:903px){
.wnu_hero_in-fzo{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.wnu_hero_copy-fzo{
min-width:0;
}
.wnu_hero_eyebrow-fzo{
gap:10px;
display:inline-flex;
margin-bottom:1.375rem;
align-items:center;
}
.wnu_hero_eyebrow_line-fzo{
flex:0 0 auto;
background:#20B264;
height:1px;
width:1.75rem;
display:inline-block;
}
.wnu_hero_h1-fzo{
overflow-wrap:break-word;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:-.01em;
margin-bottom:1.25rem;
font-size:38px;
line-height:1.04;
color:#F0EBE1;
}
@media(min-width:769px){
.wnu_hero_h1-fzo{
font-size:3.375rem;
}
}
@media(min-width:1099px){
.wnu_hero_h1-fzo{
font-size:3.875rem;
}
}
.wnu_hero_h1-fzo em{
font-style:normal;
color:#20B264;
}
.wnu_hero_sub-fzo{
color:#6B6358;
font-size:16px;
line-height:1.6;
margin-bottom:30px;
max-width:30rem;
}
@media(min-width:765px){
.wnu_hero_sub-fzo{
font-size:18px;
}
}
.wnu_hero_actions-fzo{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
align-items:center;
margin-bottom:34px;
}
.wnu_hero_cta-fzo{
gap:10px;
transition:background-color .22s ease;
border-radius:999px;
padding:16px 30px;
background:#20B264;
color:#0A1210;
align-items:center;
font-weight:700;
display:inline-flex;
font-size:0.938rem;
}
.wnu_hero_cta-fzo:hover{
background:#28D476;
}
.wnu_hero_cta_ic-fzo{
align-items:center;
display:inline-flex;
}
.wnu_hero_cta_ic-fzo svg{
width:16px;
height:16px;
}
.wnu_hero_cta_alt-fzo{
border:1px solid rgba(240,235,225,0.13);
background:transparent;
transition:border-color .22s ease,color .22s ease;
border-radius:62.438rem;
padding:0.938rem 1.625rem;
display:inline-flex;
font-size:0.938rem;
align-items:center;
color:#F0EBE1;
font-weight:600;
}
.wnu_hero_cta_alt-fzo:hover{
border-color:#20B264;
color:#20B264;
}
.wnu_hero_trust-fzo{
gap:22px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.wnu_hero_trust_item-fzo{
gap:0.563rem;
font-weight:600;
align-items:center;
display:flex;
color:#C9C1B4;
font-size:0.813rem;
}
.wnu_hero_trust_ic-fzo{
display:inline-flex;
color:#20B264;
align-items:center;
}
.wnu_hero_trust_ic-fzo svg{
width:1rem;
height:16px;
}
.wnu_hero_promo-fzo{
border-radius:20px;
overflow:hidden;
background:#1C1917;
min-height:18.75rem;
display:flex;
box-shadow:0 0.5rem 40px rgba(0,0,0,0.60), 0 2px 0.75rem rgba(32,178,100,0.14);
position:relative;
}
.wnu_hero_promo_bg-fzo{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.wnu_hero_promo_bg-fzo::after{
inset:0;
background:linear-gradient(120deg,#0E1A14 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.wnu_hero_promo_glow-fzo{
background:radial-gradient(circle,rgba(32,178,100,0.18) 0%,transparent 65%);
border-radius:50%;
right:-1.25rem;
position:absolute;
height:16.25rem;
pointer-events:none;
width:260px;
top:-2.5rem;
}
.wnu_hero_promo_ct-fzo{
padding:1.75rem;
max-width:88%;
align-self:flex-end;
position:relative;
z-index:2;
}
.wnu_hero_promo_label-fzo{
font-weight:700;
margin-bottom:8px;
text-transform:uppercase;
display:block;
color:#3EEEA0;
font-size:0.625rem;
letter-spacing:.25em;
}
.wnu_hero_promo_amount-fzo{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
color:#EDF5F0;
line-height:1.05;
}
@media(min-width:769px){
.wnu_hero_promo_amount-fzo{
font-size:2.5rem;
}
}
.wnu_hero_promo_amount-fzo em{
color:#3EEEA0;
font-style:normal;
}
.wnu_hero_rating-fzo{
background:#1C1917;
gap:10px;
padding:10px 0.875rem;
border:1px solid rgba(240,235,225,0.07);
border-radius:14px;
display:flex;
max-width:min(260px,62%);
position:absolute;
top:14px;
z-index:3;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
right:0.875rem;
align-items:center;
}
.wnu_hero_rating_score-fzo{
flex:0 0 auto;
color:#F0EBE1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
font-weight:700;
}
.wnu_hero_rating_txt-fzo{
flex:1 1 auto;
min-width:0;
}
.wnu_hero_rating_stars-fzo{
gap:2px;
color:#20B264;
display:flex;
}
.wnu_hero_rating_stars-fzo svg{
width:0.75rem;
height:0.75rem;
}
.wnu_hero_rating_cap-fzo{
display:block;
color:#8E8478;
line-height:1.35;
margin-top:3px;
font-size:0.688rem;
overflow-wrap:break-word;
}
.wnu_stat-fzo{
border-top:1px solid rgba(240,235,225,0.13);
border-bottom:1px solid rgba(240,235,225,0.13);
margin-top:16px;
}
.wnu_stat_in-fzo{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.wnu_stat_in-fzo{
grid-template-columns:repeat(4,1fr);
}
}
.wnu_stat_item-fzo{
padding:1.375rem 0.875rem;
border-bottom:1px solid rgba(240,235,225,0.07);
min-width:0;
border-right:1px solid rgba(240,235,225,0.07);
}
.wnu_stat_item-fzo:nth-child(2n){
border-right:0;
}
.wnu_stat_item-fzo:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.wnu_stat_item-fzo{
border-bottom:0;
}
.wnu_stat_item-fzo:nth-child(2n){
border-right:1px solid rgba(240,235,225,0.07);
}
.wnu_stat_item-fzo:nth-child(4n){
border-right:0;
}
}
.wnu_stat_value-fzo{
line-height:1;
font-size:30px;
color:#F0EBE1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
overflow-wrap:break-word;
}
@media(min-width:765px){
.wnu_stat_value-fzo{
font-size:2.125rem;
}
}
.wnu_stat_label-fzo{
margin-top:0.375rem;
line-height:1.4;
color:#8E8478;
font-size:0.813rem;
overflow-wrap:break-word;
}
.wnu_gf-fzo{
padding:1.5rem 0 0.375rem;
}
.wnu_gf_in-fzo{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.wnu_gf_chip-fzo{
padding:0.625rem 18px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(240,235,225,0.13);
background:#1C1917;
border-radius:999px;
white-space:nowrap;
font-size:13px;
font-weight:600;
color:#C9C1B4;
}
.wnu_gf_chip-fzo:hover{
border-color:#20B264;
color:#20B264;
}
.wnu_gf_chip-fzo.wnu_state_active-fzo{
background:#20B264;
border-color:transparent;
color:#0A1210;
}
.wnu_grow-fzo{
padding:1.625rem 0 10px;
}
.wnu_row_seo-fzo{
margin:10px 0 0;
max-width:47.5rem;
line-height:1.65;
color:#6B6358;
overflow-wrap:break-word;
font-size:0.875rem;
}
.wnu_row_seo-fzo strong{
color:#F0EBE1;
font-weight:700;
}
.wnu_grow-fzo{
padding:26px 0 0.625rem;
}
.wnu_row_seo-fzo{
margin:0.625rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
color:#6B6358;
max-width:47.5rem;
}
.wnu_row_seo-fzo strong{
color:#F0EBE1;
font-weight:700;
}
.wnu_grow-fzo{
padding:1.625rem 0 0.625rem;
}
.wnu_row_seo-fzo{
margin:0.625rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.65;
color:#6B6358;
font-size:14px;
}
.wnu_row_seo-fzo strong{
color:#F0EBE1;
font-weight:700;
}
.wnu_jp-fzo{
padding:30px 0 0.625rem;
}
.wnu_jp_grid-fzo{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:770px){
.wnu_jp_grid-fzo{
grid-template-columns:1fr 1fr;
}
.wnu_jp_card_mega-fzo{
grid-column:1/-1;
}
}
@media(min-width:999px){
.wnu_jp_grid-fzo{
grid-template-columns:1.4fr 1fr 1fr;
}
.wnu_jp_card_mega-fzo{
grid-column:auto;
}
}
.wnu_jp_card-fzo{
overflow:hidden;
background:#1C1917;
border:1px solid rgba(240,235,225,0.07);
border-radius:20px;
padding:26px;
gap:0.75rem;
justify-content:space-between;
display:flex;
min-height:200px;
flex-direction:column;
min-width:0;
position:relative;
}
.wnu_jp_card_mega-fzo{
background:linear-gradient(135deg,#0E1A14,#080D0A);
border-color:transparent;
color:#EDF5F0;
min-height:210px;
}
.wnu_jp_glow-fzo{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,100,0.18),transparent 70%);
width:12.5rem;
position:absolute;
height:12.5rem;
top:-2.5rem;
right:-40px;
pointer-events:none;
}
.wnu_jp_label-fzo{
gap:10px;
letter-spacing:.16em;
justify-content:space-between;
position:relative;
font-size:0.625rem;
color:#20B264;
text-transform:uppercase;
font-weight:700;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.wnu_jp_card_mega-fzo .wnu_jp_label-fzo{
color:#3EEEA0;
}
.wnu_jp_drop-fzo{
font-weight:600;
letter-spacing:.04em;
text-transform:none;
color:#8E8478;
}
.wnu_jp_card_mega-fzo .wnu_jp_drop-fzo{
color:#8FBFA2;
}
.wnu_jp_amount-fzo{
color:#F0EBE1;
line-height:1;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.375rem;
position:relative;
overflow-wrap:break-word;
}
.wnu_jp_card_mega-fzo .wnu_jp_amount-fzo{
animation:zm2-pulse 2.4s infinite;
color:#3EEEA0;
font-size:3rem;
}
@media(min-width:770px){
.wnu_jp_card_mega-fzo .wnu_jp_amount-fzo{
font-size:3.375rem;
}
}
.wnu_jp_game-fzo{
color:#8E8478;
font-size:13px;
position:relative;
}
.wnu_jp_card_mega-fzo .wnu_jp_game-fzo{
color:#8FBFA2;
}
.wnu_jp_cta-fzo{
position:relative;
align-self:flex-start;
}
.wnu_jp_card_mega-fzo .wnu_jp_cta-fzo{
border-radius:999px;
background:#3EEEA0;
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
font-size:13px;
font-weight:700;
color:#0E1A14;
}
.wnu_jp_card_mega-fzo .wnu_jp_cta-fzo:hover{
opacity:.9;
}
.wnu_jp_card-fzo:not(.wnu_jp_card_mega-fzo) .wnu_jp_cta-fzo{
transition:color .22s ease,border-color .22s ease;
color:#F0EBE1;
border-bottom:1px solid #F0EBE1;
padding-bottom:2px;
font-weight:700;
font-size:13px;
}
.wnu_jp_card-fzo:not(.wnu_jp_card_mega-fzo) .wnu_jp_cta-fzo:hover{
border-color:#20B264;
color:#20B264;
}
.wnu_jp_seo-fzo{
margin:0.875rem 0 0;
color:#6B6358;
line-height:1.65;
max-width:760px;
overflow-wrap:break-word;
font-size:14px;
}
.wnu_jp_seo-fzo strong{
font-weight:700;
color:#F0EBE1;
}
.wnu_pr-fzo{
padding:1.875rem 0 6px;
}
.wnu_pr_card-fzo{
gap:0.625rem;
background:#1C1917;
flex:0 0 auto;
border:1px solid rgba(240,235,225,0.07);
overflow:hidden;
padding:1.625rem;
border-radius:1.25rem;
width:280px;
min-height:12.5rem;
flex-direction:column;
display:flex;
position:relative;
}
@media(min-width:769px){
.wnu_pr_card-fzo{
width:18.75rem;
}
}
.wnu_pr_card_feat-fzo{
border-color:transparent;
background:linear-gradient(150deg,#0E1A14,#080D0A);
color:#EDF5F0;
}
.wnu_pr_glow-fzo{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,100,0.18),transparent 70%);
pointer-events:none;
right:-1.875rem;
position:absolute;
width:8.125rem;
opacity:0;
height:130px;
top:-30px;
}
.wnu_pr_card_feat-fzo .wnu_pr_glow-fzo{
opacity:1;
}
.wnu_pr_label-fzo{
font-size:0.625rem;
text-transform:uppercase;
color:#20B264;
position:relative;
font-weight:700;
letter-spacing:.16em;
}
.wnu_pr_card_feat-fzo .wnu_pr_label-fzo{
color:#3EEEA0;
}
.wnu_pr_amount-fzo{
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
color:#F0EBE1;
line-height:1.08;
font-weight:600;
position:relative;
}
.wnu_pr_card_feat-fzo .wnu_pr_amount-fzo{
color:#EDF5F0;
}
.wnu_pr_amount-fzo em{
color:#20B264;
font-style:normal;
}
.wnu_pr_card_feat-fzo .wnu_pr_amount-fzo em{
color:#3EEEA0;
}
.wnu_pr_terms-fzo{
color:#8E8478;
line-height:1.5;
position:relative;
font-size:0.813rem;
}
.wnu_pr_card_feat-fzo .wnu_pr_terms-fzo{
color:#8FBFA2;
}
.wnu_pr_cta-fzo{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.wnu_pr_card_feat-fzo .wnu_pr_cta-fzo{
background:#3EEEA0;
padding:0.563rem 18px;
border-radius:999px;
transition:opacity .22s ease;
color:#0E1A14;
font-weight:700;
font-size:13px;
}
.wnu_pr_card_feat-fzo .wnu_pr_cta-fzo:hover{
opacity:.9;
}
.wnu_pr_card-fzo:not(.wnu_pr_card_feat-fzo) .wnu_pr_cta-fzo{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
font-size:0.813rem;
color:#F0EBE1;
border-bottom:1px solid #F0EBE1;
font-weight:700;
}
.wnu_pr_card-fzo:not(.wnu_pr_card_feat-fzo) .wnu_pr_cta-fzo:hover{
border-color:#20B264;
color:#20B264;
}
.wnu_trn-fzo{
padding:30px 0 10px;
}
.wnu_trn_in-fzo{
border-radius:20px;
border:1px solid rgba(240,235,225,0.07);
overflow:hidden;
grid-template-columns:1fr;
background:#1C1917;
display:grid;
}
@media(min-width:882px){
.wnu_trn_in-fzo{
grid-template-columns:1.05fr 1fr;
}
}
.wnu_trn_banner-fzo{
overflow:hidden;
padding:2.125rem;
background:linear-gradient(150deg,#0E1A14,#080D0A);
color:#EDF5F0;
position:relative;
}
.wnu_trn_glow-fzo{
background:radial-gradient(circle,rgba(32,178,100,0.18),transparent 70%);
border-radius:50%;
position:absolute;
width:200px;
pointer-events:none;
right:-40px;
height:12.5rem;
bottom:-2.5rem;
}
.wnu_trn_eyebrow-fzo{
margin-bottom:14px;
position:relative;
}
.wnu_trn_h2-fzo{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#EDF5F0;
overflow-wrap:break-word;
font-weight:600;
position:relative;
line-height:1.06;
font-size:1.875rem;
margin-bottom:12px;
}
@media(min-width:768px){
.wnu_trn_h2-fzo{
font-size:36px;
}
}
.wnu_trn_text-fzo{
color:#8FBFA2;
font-size:0.875rem;
margin-bottom:1.375rem;
position:relative;
max-width:420px;
line-height:1.6;
}
.wnu_trn_timer-fzo{
gap:0.5rem;
position:relative;
flex-wrap:wrap;
align-items:center;
margin-bottom:24px;
display:flex;
}
.wnu_trn_timer_cap-fzo{
font-size:0.688rem;
color:#8FBFA2;
}
.wnu_trn_timer_box-fzo{
border-radius:0.5rem;
background:rgba(220,255,235,0.07);
padding:4px 0.75rem;
color:#EDF5F0;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.5rem;
}
.wnu_trn_cta-fzo{
border-radius:999px;
transition:opacity .22s ease;
background:#3EEEA0;
padding:13px 26px;
display:inline-block;
position:relative;
color:#0E1A14;
font-size:0.875rem;
font-weight:700;
}
.wnu_trn_cta-fzo:hover{
opacity:.9;
}
.wnu_trn_lb-fzo{
padding:1.625rem 28px;
}
.wnu_trn_lb_head-fzo{
gap:10px;
margin-bottom:0.75rem;
display:flex;
align-items:center;
justify-content:space-between;
}
.wnu_trn_lb_title-fzo{
font-weight:600;
color:#F0EBE1;
font-size:1.25rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.wnu_trn_lb_upd-fzo{
color:#8E8478;
font-size:11px;
letter-spacing:.08em;
text-transform:uppercase;
}
.wnu_trn_lb_row-fzo{
border-radius:8px;
gap:0.875rem;
padding:11px 12px;
display:flex;
align-items:center;
}
.wnu_trn_lb_row-fzo:nth-child(2){
background:rgba(32,178,100,0.12);
}
.wnu_trn_lb_rank-fzo{
flex:0 0 auto;
font-size:16px;
width:1.375rem;
font-weight:700;
color:#20B264;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.wnu_trn_lb_av-fzo{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#20B264,#3EEEA0);
width:30px;
height:30px;
}
.wnu_trn_lb_name-fzo{
overflow:hidden;
flex:1 1 auto;
color:#F0EBE1;
font-weight:600;
white-space:nowrap;
font-size:14px;
text-overflow:ellipsis;
min-width:0;
}
.wnu_trn_lb_amount-fzo{
flex:0 0 auto;
font-size:0.813rem;
font-weight:700;
color:#F0EBE1;
}
.wnu_app-fzo{
padding:30px 0 0.625rem;
}
.wnu_app_in-fzo{
border-radius:1.25rem;
border:1px solid rgba(240,235,225,0.07);
gap:1.75rem;
padding:32px;
background:#1C1917;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.wnu_app_in-fzo{
padding:2.5rem 2.75rem;
gap:2.5rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.wnu_app_copy-fzo{
min-width:0;
max-width:35rem;
}
.wnu_app_eyebrow-fzo{
margin-bottom:12px;
}
.wnu_app_h2-fzo{
line-height:1.05;
color:#F0EBE1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:0.75rem;
font-size:28px;
overflow-wrap:break-word;
}
@media(min-width:771px){
.wnu_app_h2-fzo{
font-size:34px;
}
}
.wnu_app_text-fzo{
margin-bottom:1.375rem;
line-height:1.6;
font-size:0.875rem;
color:#6B6358;
}
.wnu_app_btns-fzo{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.wnu_app_btn-fzo{
padding:11px 20px;
border-radius:0.875rem;
background:#20B264;
transition:background-color .22s ease;
gap:0.625rem;
color:#0A1210;
display:inline-flex;
align-items:center;
}
.wnu_app_btn-fzo:hover{
background:#28D476;
}
.wnu_app_btn_ic-fzo{
align-items:center;
display:inline-flex;
}
.wnu_app_btn_ic-fzo svg{
height:1.125rem;
width:18px;
}
.wnu_app_btn_lb-fzo{
font-size:0.844rem;
font-weight:700;
}
.wnu_app_qr_wrap-fzo{
flex:0 0 auto;
gap:18px;
display:flex;
align-items:center;
}
.wnu_app_qr-fzo{
flex:0 0 auto;
border-radius:0.875rem;
height:108px;
width:108px;
background-color:#20B264;
background-image:repeating-linear-gradient(0deg,#1C1917 0 0.313rem,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#1C1917 0 5px,transparent 0.313rem 0.688rem);
}
.wnu_app_qr_cap-fzo{
line-height:1.4;
color:#8E8478;
font-size:0.781rem;
max-width:92px;
}
.wnu_vip-fzo{
padding:48px 0;
}
@media(min-width:768px){
.wnu_vip-fzo{
padding:64px 0;
}
}
.wnu_vip_head-fzo{
gap:0.875rem;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:880px){
.wnu_vip_head-fzo{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.wnu_vip_eyebrow-fzo{
margin-bottom:0.75rem;
}
.wnu_vip_h2-fzo{
line-height:1.05;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:2rem;
font-weight:600;
overflow-wrap:break-word;
color:#EDF5F0;
}
@media(min-width:769px){
.wnu_vip_h2-fzo{
font-size:2.5rem;
}
}
.wnu_vip_intro-fzo{
font-size:14px;
color:#8FBFA2;
line-height:1.6;
max-width:26.25rem;
}
.wnu_vip_grid-fzo{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.wnu_vip_card-fzo{
border:1px solid rgba(200,255,220,0.13);
padding:22px 18px;
border-radius:14px;
min-width:0;
}
.wnu_vip_card_feat-fzo{
background:rgba(220,255,235,0.07);
border-color:#3EEEA0;
}
.wnu_vip_card_ic-fzo{
border-radius:8px;
background:linear-gradient(135deg,#20B264,#3EEEA0);
height:34px;
margin-bottom:1rem;
width:2.125rem;
display:block;
}
.wnu_vip_name-fzo{
font-weight:600;
color:#EDF5F0;
font-size:20px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:6px;
}
.wnu_vip_perk-fzo{
line-height:1.5;
overflow-wrap:break-word;
font-size:12.5px;
color:#8FBFA2;
}
.wnu_nl-fzo{
padding:24px 0 10px;
}
.wnu_nl_in-fzo{
gap:1.375rem;
background:#0A1210;
border-radius:1.25rem;
padding:1.875rem 2rem;
color:#EDF5F0;
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.wnu_nl_in-fzo{
gap:1.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.wnu_nl_text_wrap-fzo{
min-width:0;
}
.wnu_nl_h3-fzo{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
font-weight:600;
line-height:1.1;
color:#EDF5F0;
overflow-wrap:break-word;
margin-bottom:0.313rem;
}
@media(min-width:768px){
.wnu_nl_h3-fzo{
font-size:24px;
}
}
.wnu_nl_text-fzo{
color:#8FBFA2;
line-height:1.5;
font-size:13.5px;
}
.wnu_nl_form-fzo{
flex:1 1 auto;
gap:0.625rem;
min-width:0;
display:flex;
max-width:460px;
}
.wnu_nl_input-fzo{
overflow:hidden;
background:rgba(220,255,235,0.07);
padding:13px 16px;
border-radius:0.875rem;
border:1px solid rgba(200,255,220,0.13);
flex:1 1 auto;
min-width:0;
white-space:nowrap;
color:#8FBFA2;
display:flex;
text-overflow:ellipsis;
align-items:center;
font-size:14px;
}
.wnu_nl_btn-fzo{
transition:opacity .22s ease;
flex:0 0 auto;
padding:13px 24px;
background:#3EEEA0;
border-radius:14px;
color:#0E1A14;
font-size:14px;
white-space:nowrap;
font-weight:700;
}
.wnu_nl_btn-fzo:hover{
opacity:.9;
}
.wnu_ts-fzo{
padding:2.75rem 0;
}
.wnu_ts_in-fzo{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:881px){
.wnu_ts_in-fzo{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.wnu_ts_left-fzo{
min-width:0;
}
.wnu_ts_h2-fzo{
font-weight:600;
margin-bottom:12px;
overflow-wrap:break-word;
line-height:1.1;
color:#EDF5F0;
font-size:1.625rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.wnu_ts_h2-fzo{
font-size:1.75rem;
}
}
.wnu_ts_text-fzo{
margin-bottom:1.375rem;
max-width:520px;
line-height:1.6;
font-size:14.5px;
color:#8FBFA2;
}
.wnu_ts_badges-fzo{
gap:18px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.wnu_ts_badge-fzo{
color:#8FBFA2;
font-size:0.813rem;
font-weight:600;
}
.wnu_ts_pay-fzo{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:877px){
.wnu_ts_pay-fzo{
justify-content:flex-end;
}
}
.wnu_ts_pay_chip-fzo{
border-radius:0.875rem;
border:1px solid rgba(200,255,220,0.13);
padding:0.75rem 1rem;
background:rgba(220,255,235,0.07);
font-size:0.875rem;
color:#EDF5F0;
font-weight:700;
}
.wnu_rv-fzo{
background:#1C1917;
padding:3rem 0;
border-top:1px solid rgba(240,235,225,0.07);
margin-top:1.5rem;
border-bottom:1px solid rgba(240,235,225,0.07);
}
@media(min-width:768px){
.wnu_rv-fzo{
padding:3.5rem 0;
}
}
.wnu_rv_head-fzo{
gap:16px;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.wnu_rv_head-fzo{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.wnu_rv_eyebrow-fzo{
margin-bottom:10px;
}
.wnu_rv_h2-fzo{
font-size:30px;
line-height:1.05;
color:#F0EBE1;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.wnu_rv_h2-fzo{
font-size:38px;
}
}
.wnu_rv_agg-fzo{
gap:12px;
display:flex;
align-items:center;
}
.wnu_rv_agg_stars-fzo{
gap:3px;
display:flex;
color:#20B264;
}
.wnu_rv_agg_stars-fzo svg{
height:18px;
width:18px;
}
.wnu_rv_source-fzo{
font-size:0.813rem;
color:#6B6358;
}
.wnu_rv_grid-fzo{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.wnu_rv_grid-fzo{
grid-template-columns:repeat(3,1fr);
}
}
.wnu_rv_card-fzo{
background:#12100F;
border:1px solid rgba(240,235,225,0.07);
padding:26px;
border-radius:0.875rem;
min-width:0;
}
.wnu_rv_card_stars-fzo{
gap:2px;
display:flex;
color:#20B264;
margin-bottom:0.75rem;
}
.wnu_rv_card_stars-fzo svg{
height:0.875rem;
width:0.875rem;
}
.wnu_rv_card_body-fzo{
overflow-wrap:break-word;
font-weight:500;
color:#F0EBE1;
font-size:1.125rem;
margin-bottom:16px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.45;
}
.wnu_rv_card_meta-fzo{
gap:0.625rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.wnu_rv_card_av-fzo{
flex:0 0 auto;
background:linear-gradient(135deg,#20B264,#3EEEA0);
border-radius:50%;
height:32px;
width:32px;
}
.wnu_rv_card_author-fzo{
font-weight:700;
font-size:13px;
color:#F0EBE1;
}
.wnu_rv_card_loc-fzo{
color:#8E8478;
font-size:0.75rem;
}
.wnu_tt-fzo{
padding:48px 0 10px;
}
@media(min-width:767px){
.wnu_tt-fzo{
padding:3.75rem 0 0.625rem;
}
}
.wnu_tt_head-fzo{
margin-bottom:34px;
text-align:center;
}
.wnu_tt_eyebrow-fzo{
margin-bottom:0.75rem;
}
.wnu_tt_h2-fzo{
font-size:32px;
color:#F0EBE1;
font-weight:600;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:769px){
.wnu_tt_h2-fzo{
font-size:2.625rem;
}
}
.wnu_tt_grid-fzo{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.wnu_tt_grid-fzo{
grid-template-columns:repeat(3,1fr);
}
}
.wnu_tt_card-fzo{
border:1px solid rgba(240,235,225,0.07);
border-radius:0.875rem;
background:#1C1917;
padding:1.875rem;
flex-direction:column;
min-width:0;
display:flex;
}
.wnu_tt_card_ic-fzo{
display:inline-flex;
align-items:center;
color:#20B264;
margin-bottom:18px;
}
.wnu_tt_card_ic-fzo svg{
height:28px;
width:28px;
}
.wnu_tt_card_h-fzo{
line-height:1.15;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
color:#F0EBE1;
font-size:1.375rem;
font-weight:600;
overflow-wrap:break-word;
}
.wnu_tt_card_p-fzo{
color:#6B6358;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.875rem;
margin-bottom:14px;
}
.wnu_tt_card_p-fzo b{
font-weight:700;
color:#F0EBE1;
}
.wnu_tt_card_link-fzo{
transition:color .22s ease;
font-weight:700;
color:#F0EBE1;
font-size:13px;
border-bottom:1px solid #20B264;
margin-top:auto;
padding-bottom:2px;
align-self:flex-start;
}
.wnu_tt_card_link-fzo:hover{
color:#20B264;
}
.wnu_rc-fzo{
padding:3rem 0 10px;
}
.wnu_rc_in-fzo{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:757px){
.wnu_rc_in-fzo{
grid-template-columns:repeat(3,1fr);
gap:40px;
}
}
.wnu_rc_col-fzo{
min-width:0;
}
.wnu_rc_label-fzo{
text-transform:uppercase;
letter-spacing:.2em;
margin-bottom:16px;
font-weight:600;
font-size:11px;
color:#20B264;
}
.wnu_rc_awards-fzo{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.wnu_rc_award-fzo{
gap:12px;
display:flex;
align-items:center;
min-width:0;
}
.wnu_rc_award_ic-fzo{
flex:0 0 auto;
align-items:center;
color:#3EEEA0;
display:inline-flex;
}
.wnu_rc_award_ic-fzo svg{
height:18px;
width:1.125rem;
}
.wnu_rc_award_t-fzo{
font-size:0.875rem;
color:#F0EBE1;
overflow-wrap:break-word;
font-weight:700;
}
.wnu_rc_award_s-fzo{
color:#8E8478;
overflow-wrap:break-word;
font-size:12px;
}
.wnu_rc_press-fzo{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.wnu_rc_press_logo-fzo{
overflow:hidden;
border-radius:0.5rem;
border:1px solid rgba(240,235,225,0.07);
padding:0 0.5rem;
color:#6B6358;
height:3.25rem;
font-weight:700;
align-items:center;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
text-overflow:ellipsis;
justify-content:center;
display:flex;
white-space:nowrap;
font-size:14px;
text-align:center;
}
.wnu_rc_partner-fzo{
padding:22px;
background:#1C1917;
border:1px solid rgba(240,235,225,0.07);
border-radius:14px;
}
.wnu_rc_partner_name-fzo{
font-size:20px;
margin-bottom:0.375rem;
color:#F0EBE1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
}
.wnu_rc_partner_text-fzo{
overflow-wrap:break-word;
line-height:1.55;
font-size:13px;
color:#6B6358;
}
.wnu_op-fzo{
padding:2.25rem 0 0.625rem;
}
.wnu_op_in-fzo{
background:#1C1917;
gap:2rem;
grid-template-columns:1fr;
border:1px solid rgba(240,235,225,0.07);
padding:2rem;
border-radius:14px;
align-items:center;
display:grid;
}
@media(min-width:862px){
.wnu_op_in-fzo{
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
padding:2.125rem 40px;
}
}
.wnu_op_left-fzo{
min-width:0;
}
.wnu_op_eyebrow-fzo{
margin-bottom:0.75rem;
}
.wnu_op_h2-fzo{
font-weight:600;
margin-bottom:0.625rem;
color:#F0EBE1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.08;
font-size:28px;
}
@media(min-width:771px){
.wnu_op_h2-fzo{
font-size:1.875rem;
}
}
.wnu_op_text-fzo{
font-size:14px;
line-height:1.6;
color:#6B6358;
}
.wnu_op_grid-fzo{
gap:1px;
overflow:hidden;
background:rgba(240,235,225,0.13);
grid-template-columns:1fr 1fr;
border-radius:0.5rem;
border:1px solid rgba(240,235,225,0.13);
display:grid;
}
.wnu_op_field-fzo{
padding:1.125rem 20px;
background:#12100F;
min-width:0;
}
.wnu_op_field_lb-fzo{
margin-bottom:5px;
color:#20B264;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.1em;
font-weight:600;
}
.wnu_op_field_val-fzo{
overflow-wrap:break-word;
font-size:14px;
color:#F0EBE1;
font-weight:700;
}
.wnu_prov-fzo{
padding:2.5rem 0 1.25rem;
}
.wnu_prov_eyebrow-fzo{
margin-bottom:1.125rem;
display:block;
}
.wnu_prov_grid-fzo{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:562px){
.wnu_prov_grid-fzo{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:897px){
.wnu_prov_grid-fzo{
grid-template-columns:repeat(6,1fr);
}
}
.wnu_wy-fzo{
padding:48px 0;
}
@media(min-width:767px){
.wnu_wy-fzo{
padding:3.5rem 0;
}
}
.wnu_wy_in-fzo{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:901px){
.wnu_wy_in-fzo{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.wnu_wy_left-fzo{
min-width:0;
}
.wnu_wy_eyebrow-fzo{
margin-bottom:0.875rem;
}
.wnu_wy_h2-fzo{
margin-bottom:1rem;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBE1;
font-size:2rem;
font-weight:600;
line-height:1.05;
}
@media(min-width:769px){
.wnu_wy_h2-fzo{
font-size:40px;
}
}
.wnu_wy_intro-fzo{
font-size:0.938rem;
color:#6B6358;
line-height:1.6;
}
.wnu_wy_grid-fzo{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.wnu_wy_grid-fzo{
grid-template-columns:1fr 1fr;
}
}
.wnu_wy_card-fzo{
padding:26px;
border-radius:0.875rem;
background:#1C1917;
border:1px solid rgba(240,235,225,0.07);
min-width:0;
}
.wnu_wy_card_ic-fzo{
margin-bottom:1rem;
display:inline-flex;
align-items:center;
color:#20B264;
justify-content:center;
}
.wnu_wy_card_ic-fzo svg{
width:1.625rem;
height:26px;
}
.wnu_wy_card_h-fzo{
overflow-wrap:break-word;
font-size:1.313rem;
color:#F0EBE1;
margin-bottom:8px;
line-height:1.15;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
.wnu_wy_card_p-fzo{
overflow-wrap:break-word;
line-height:1.55;
color:#6B6358;
font-size:0.875rem;
}
.wnu_pmt-fzo{
padding:3rem 0 0.625rem;
}
.wnu_pmt_in-fzo{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:883px){
.wnu_pmt_in-fzo{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.wnu_pmt_left-fzo{
min-width:0;
}
.wnu_pmt_eyebrow-fzo{
margin-bottom:0.75rem;
}
.wnu_pmt_h2-fzo{
color:#F0EBE1;
line-height:1.06;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-size:30px;
font-weight:600;
}
@media(min-width:765px){
.wnu_pmt_h2-fzo{
font-size:32px;
}
}
.wnu_pmt_text-fzo{
margin-bottom:22px;
color:#6B6358;
font-size:0.906rem;
line-height:1.6;
}
.wnu_pmt_logos-fzo{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:481px){
.wnu_pmt_logos-fzo{
grid-template-columns:repeat(4,1fr);
}
}
.wnu_pmt_logo-fzo{
padding:0 8px;
overflow:hidden;
background:#1C1917;
border-radius:0.5rem;
border:1px solid rgba(240,235,225,0.07);
align-items:center;
font-size:12.5px;
white-space:nowrap;
justify-content:center;
font-weight:700;
display:flex;
color:#C9C1B4;
text-overflow:ellipsis;
text-align:center;
height:3.125rem;
}
.wnu_pmt_table-fzo{
border-radius:14px;
border:1px solid rgba(240,235,225,0.07);
overflow:hidden;
min-width:0;
}
.wnu_pmt_thead-fzo{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#0C0A09;
display:grid;
}
.wnu_pmt_th-fzo{
overflow:hidden;
padding:13px 14px;
font-size:10px;
color:#EDF5F0;
text-overflow:ellipsis;
font-weight:700;
letter-spacing:.08em;
white-space:nowrap;
text-transform:uppercase;
}
.wnu_pmt_row-fzo{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(240,235,225,0.07);
}
.wnu_pmt_row-fzo:nth-child(odd){
background:#1C1917;
}
.wnu_pmt_td-fzo{
padding:0.875rem;
min-width:0;
overflow-wrap:break-word;
color:#6B6358;
font-size:0.844rem;
}
.wnu_pmt_row-fzo .wnu_pmt_td-fzo:first-child{
font-weight:700;
color:#F0EBE1;
}
.wnu_pmt_row-fzo .wnu_pmt_td-fzo:last-child{
font-weight:700;
color:#2ECC71;
}
.wnu_hts-fzo{
padding:48px 0;
}
@media(min-width:769px){
.wnu_hts-fzo{
padding:62px 0;
}
}
.wnu_hts_head-fzo{
gap:18px;
flex-direction:column;
margin-bottom:2.125rem;
display:flex;
}
@media(min-width:769px){
.wnu_hts_head-fzo{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.wnu_hts_eyebrow-fzo{
margin-bottom:12px;
}
.wnu_hts_h2-fzo{
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#EDF5F0;
font-size:30px;
}
@media(min-width:767px){
.wnu_hts_h2-fzo{
font-size:38px;
}
}
.wnu_hts_cta-fzo{
transition:opacity .22s ease;
border-radius:999px;
flex:0 0 auto;
padding:15px 1.875rem;
background:#3EEEA0;
font-size:0.938rem;
font-weight:700;
color:#0E1A14;
}
.wnu_hts_cta-fzo:hover{
opacity:.9;
}
.wnu_hts_grid-fzo{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:763px){
.wnu_hts_grid-fzo{
grid-template-columns:repeat(3,1fr);
}
}
.wnu_hts_step-fzo{
padding-top:22px;
border-top:1px solid rgba(200,255,220,0.13);
min-width:0;
}
.wnu_hts_step_num-fzo{
line-height:1;
color:#3EEEA0;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:14px;
font-weight:700;
font-size:2.75rem;
}
.wnu_hts_step_h-fzo{
font-weight:700;
overflow-wrap:break-word;
margin-bottom:8px;
line-height:1.2;
color:#EDF5F0;
font-size:1.188rem;
}
.wnu_hts_step_p-fzo{
font-size:14px;
line-height:1.55;
color:#8FBFA2;
overflow-wrap:break-word;
}
.wnu_sb-fzo{
background:#1C1917;
padding:48px 0;
border-bottom:1px solid rgba(240,235,225,0.07);
margin-top:24px;
border-top:1px solid rgba(240,235,225,0.07);
}
@media(min-width:769px){
.wnu_sb-fzo{
padding:56px 0;
}
}
.wnu_sb_eyebrow-fzo{
margin-bottom:0.75rem;
display:block;
}
.wnu_sb_h2-fzo{
font-size:1.875rem;
overflow-wrap:break-word;
margin-bottom:1.625rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBE1;
font-weight:600;
line-height:1.05;
}
@media(min-width:766px){
.wnu_sb_h2-fzo{
font-size:2.25rem;
}
}
.wnu_sb_grid-fzo{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:560px){
.wnu_sb_grid-fzo{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.wnu_sb_grid-fzo{
grid-template-columns:repeat(4,1fr);
}
}
.wnu_sb_card-fzo{
border:1px solid rgba(240,235,225,0.07);
padding:24px;
background:#12100F;
border-radius:14px;
min-width:0;
}
.wnu_sb_card_h-fzo{
margin-bottom:8px;
font-weight:600;
overflow-wrap:break-word;
color:#F0EBE1;
font-size:19px;
line-height:1.15;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.wnu_sb_card_p-fzo{
font-size:0.844rem;
color:#6B6358;
overflow-wrap:break-word;
line-height:1.6;
}
.wnu_sb_rtp-fzo{
gap:1.5rem;
border-radius:0.875rem;
grid-template-columns:1fr;
border:1px solid rgba(240,235,225,0.07);
padding:26px 28px;
background:#12100F;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:762px){
.wnu_sb_rtp-fzo{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.wnu_sb_rtp_h-fzo{
overflow-wrap:break-word;
line-height:1.15;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:20px;
font-weight:600;
color:#F0EBE1;
margin-bottom:0.5rem;
}
.wnu_sb_rtp_p-fzo{
color:#6B6358;
font-size:13.5px;
overflow-wrap:break-word;
line-height:1.6;
}
.wnu_sb_rtp_stats-fzo{
gap:1rem;
display:flex;
}
.wnu_sb_stat-fzo{
flex:1 1 0;
padding:1.125rem;
background:#1C1917;
border-radius:8px;
min-width:0;
text-align:center;
}
.wnu_sb_stat_v-fzo{
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
color:#2ECC71;
font-weight:700;
}
.wnu_sb_stat_l-fzo{
color:#8E8478;
font-size:11.5px;
margin-top:0.25rem;
}
.wnu_faq-fzo{
background:#1C1917;
padding:48px 0;
border-bottom:1px solid rgba(240,235,225,0.07);
margin-top:24px;
border-top:1px solid rgba(240,235,225,0.07);
}
@media(min-width:767px){
.wnu_faq-fzo{
padding:3.875rem 0;
}
}
.wnu_faq_head-fzo{
margin-bottom:2.125rem;
text-align:center;
}
.wnu_faq_eyebrow-fzo{
margin-bottom:0.75rem;
}
.wnu_faq_h2-fzo{
overflow-wrap:break-word;
line-height:1.05;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
font-weight:600;
color:#F0EBE1;
}
@media(min-width:766px){
.wnu_faq_h2-fzo{
font-size:38px;
}
}
.wnu_faq_list-fzo{
margin:0 auto;
gap:0.75rem;
display:flex;
max-width:51.25rem;
flex-direction:column;
}
.wnu_faq_item-fzo{
border:1px solid rgba(240,235,225,0.07);
border-radius:0.875rem;
overflow:hidden;
background:#12100F;
}
.wnu_faq_q-fzo{
gap:1.25rem;
list-style:none;
padding:1.25rem 24px;
font-size:1rem;
cursor:pointer;
display:flex;
align-items:center;
font-weight:700;
overflow-wrap:break-word;
justify-content:space-between;
color:#F0EBE1;
}
.wnu_faq_q-fzo::-webkit-details-marker{
display:none;
}
.wnu_faq_q_ic-fzo{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#20B264;
display:inline-flex;
}
.wnu_faq_q_ic-fzo svg{
height:1.125rem;
width:18px;
}
.wnu_faq_item-fzo[open] .wnu_faq_q_ic-fzo{
transform:rotate(180deg);
}
.wnu_faq_a-fzo{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
font-size:0.906rem;
color:#6B6358;
line-height:1.6;
}
.wnu_el-fzo{
padding:48px 0;
}
@media(min-width:769px){
.wnu_el-fzo{
padding:56px 0;
}
}
.wnu_el_in-fzo{
grid-template-columns:1fr;
gap:2.5rem;
align-items:start;
display:grid;
}
@media(min-width:902px){
.wnu_el_in-fzo{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.wnu_el_left-fzo{
min-width:0;
}
.wnu_el_eyebrow-fzo{
margin-bottom:14px;
}
.wnu_el_h2-fzo{
font-weight:600;
margin-bottom:22px;
overflow-wrap:break-word;
line-height:1.08;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBE1;
font-size:2rem;
}
@media(min-width:770px){
.wnu_el_h2-fzo{
font-size:38px;
}
}
.wnu_el_body-fzo p{
line-height:1.7;
margin-bottom:1.125rem;
overflow-wrap:break-word;
color:#C9C1B4;
font-size:1rem;
}
.wnu_el_dropcap-fzo{
padding:6px 12px 0 0;
float:left;
font-weight:700;
font-size:3.875rem;
line-height:.8;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#20B264;
}
.wnu_el_right-fzo{
min-width:0;
}
.wnu_el_quote-fzo{
background:linear-gradient(150deg,#0E1A14,#080D0A);
border-radius:1.25rem;
padding:36px;
position:relative;
color:#EDF5F0;
margin-bottom:1.5rem;
}
.wnu_el_quote_mark-fzo{
margin-bottom:6px;
color:#3EEEA0;
display:inline-flex;
align-items:center;
}
.wnu_el_quote_mark-fzo svg{
height:2.125rem;
width:2.125rem;
}
.wnu_el_quote_text-fzo{
line-height:1.4;
overflow-wrap:break-word;
color:#EDF5F0;
margin-bottom:22px;
font-weight:500;
font-size:1.375rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.wnu_el_quote_meta-fzo{
gap:0.75rem;
align-items:center;
display:flex;
}
.wnu_el_quote_av-fzo{
flex:0 0 auto;
background:linear-gradient(135deg,#20B264,#3EEEA0);
border-radius:50%;
width:38px;
height:38px;
}
.wnu_el_quote_author-fzo{
color:#EDF5F0;
font-weight:700;
font-size:0.875rem;
}
.wnu_el_quote_meta_sub-fzo{
color:#8FBFA2;
font-size:0.75rem;
}
.wnu_el_explain-fzo{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(240,235,225,0.07);
}
.wnu_el_explain_card-fzo{
padding:22px 24px;
}
.wnu_el_explain_card-fzo+.wnu_el_explain_card-fzo{
border-top:1px solid rgba(240,235,225,0.07);
}
.wnu_el_explain_h-fzo{
font-weight:600;
line-height:1.15;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#F0EBE1;
}
.wnu_el_explain_p-fzo{
line-height:1.55;
color:#6B6358;
font-size:14px;
overflow-wrap:break-word;
}
.wnu_sg-fzo{
padding:3rem 0 0.625rem;
}
.wnu_sg_eyebrow-fzo{
margin-bottom:12px;
display:block;
}
.wnu_sg_h2-fzo{
font-size:30px;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
margin-bottom:28px;
color:#F0EBE1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.wnu_sg_h2-fzo{
font-size:2.25rem;
}
}
.wnu_sg_grid-fzo{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:717px){
.wnu_sg_grid-fzo{
grid-template-columns:repeat(3,1fr);
}
}
.wnu_sg_col-fzo{
min-width:0;
}
.wnu_sg_col_h-fzo{
font-size:22px;
margin-bottom:10px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBE1;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
}
.wnu_sg_col_p-fzo{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.65;
color:#6B6358;
}
.wnu_lh-fzo{
padding:40px 0 1.25rem;
}
.wnu_lh_in-fzo{
border-top:1px solid rgba(240,235,225,0.13);
padding-top:2.125rem;
}
.wnu_lh_eyebrow-fzo{
display:block;
margin-bottom:22px;
}
.wnu_lh_grid-fzo{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.wnu_lh_grid-fzo{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.wnu_lh_grid-fzo{
grid-template-columns:repeat(5,1fr);
}
}
.wnu_lh_col-fzo{
min-width:0;
}
.wnu_lh_col_h-fzo{
font-size:0.813rem;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:700;
color:#F0EBE1;
}
.wnu_lh_links-fzo{
gap:8px;
flex-direction:column;
display:flex;
}
.wnu_lh_link-fzo{
transition:color .22s ease;
color:#6B6358;
overflow-wrap:break-word;
font-size:0.813rem;
}
.wnu_lh_link-fzo:hover{
color:#20B264;
}
.wnu_ft-fzo{
background:#0C0A09;
margin-top:40px;
color:#8FBFA2;
}
.wnu_ft_in-fzo{
grid-template-columns:1fr;
gap:2rem;
padding:3rem 0 28px;
display:grid;
}
@media(min-width:602px){
.wnu_ft_in-fzo{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.wnu_ft_in-fzo{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.wnu_ft_brand-fzo{
min-width:0;
}
.wnu_ft_logo-fzo{
overflow-wrap:break-word;
color:#EDF5F0;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
font-weight:700;
}
.wnu_ft_tagline-fzo{
margin-top:14px;
line-height:1.6;
color:#8FBFA2;
max-width:17.5rem;
font-size:0.844rem;
}
.wnu_ft_contact-fzo{
transition:color .22s ease;
display:inline-block;
font-size:13px;
overflow-wrap:anywhere;
max-width:280px;
color:#3EEEA0;
margin-top:0.75rem;
}
.wnu_ft_contact-fzo:hover{
color:#EDF5F0;
}
.wnu_ft_col-fzo{
min-width:0;
}
.wnu_ft_col_h-fzo{
font-weight:700;
color:#EDF5F0;
text-transform:uppercase;
letter-spacing:.08em;
font-size:13px;
overflow-wrap:break-word;
margin-bottom:0.875rem;
}
.wnu_ft_col_links-fzo{
gap:10px;
flex-direction:column;
display:flex;
}
.wnu_ft_link-fzo{
transition:color .22s ease;
font-size:13.5px;
overflow-wrap:break-word;
color:#8FBFA2;
}
.wnu_ft_link-fzo:hover{
color:#EDF5F0;
}
.wnu_ft_bot-fzo{
padding:1.375rem 0 40px;
gap:1rem;
flex-direction:column;
border-top:1px solid rgba(200,255,220,0.13);
display:flex;
}
@media(min-width:765px){
.wnu_ft_bot-fzo{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.wnu_ft_legal-fzo{
max-width:47.5rem;
font-size:11.5px;
overflow-wrap:break-word;
line-height:1.6;
color:#4A4440;
}
.wnu_ft_legal-fzo b{
color:#8FBFA2;
font-weight:700;
}
.wnu_ft_age-fzo{
border-radius:0.5rem;
padding:4px 0.563rem;
border:1.5px solid #3EEEA0;
flex:0 0 auto;
color:#3EEEA0;
font-size:0.813rem;
font-weight:700;
}