*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F4F6FA;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
font-size:0.938rem;
color:#252D40;
font-family:"Mulish", 'Helvetica Neue', Arial, sans-serif;
line-height:1.6;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.lez_layout_mxi{
display:flex;
min-height:100vh;
flex-direction:column;
}
.lez_main_mxi{
flex:1 1 auto;
width:100%;
min-width:0;
}
.lez_container_mxi{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:767px){
.lez_container_mxi{
padding:0 2rem;
}
}
@media(min-width:1097px){
.lez_container_mxi{
padding:0 3.5rem;
}
}
.lez_eyebrow_mxi{
line-height:1.4;
display:inline-block;
font-weight:600;
text-transform:uppercase;
font-family:"Mulish", 'Helvetica Neue', Arial, sans-serif;
color:#2E6FE8;
font-size:0.688rem;
overflow-wrap:break-word;
letter-spacing:.2em;
}
.lez_band_mxi{
background:#111827;
color:#EEF1FA;
}
.lez_band_mxi .lez_eyebrow_mxi{
color:#6FB3FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.lez_tb_mxi{
background:#F4F6FA;
z-index:50;
top:0;
border-bottom:1px solid rgba(15,18,32,0.14);
position:sticky;
}
.lez_tb_in_mxi{
padding:12px 1rem;
gap:16px;
margin:0 auto;
width:100%;
display:flex;
align-items:center;
max-width:1400px;
justify-content:space-between;
}
@media(min-width:770px){
.lez_tb_in_mxi{
padding:16px 32px;
}
}
@media(min-width:1100px){
.lez_tb_in_mxi{
padding:18px 3.5rem;
}
}
.lez_tb_left_mxi{
gap:28px;
display:flex;
min-width:0;
align-items:center;
}
.lez_tb_logo_mxi{
gap:0.688rem;
min-width:0;
display:flex;
align-items:center;
}
.lez_tb_logo_mark_mxi{
border-radius:8px;
flex:0 0 auto;
width:34px;
object-fit:cover;
height:34px;
}
.lez_tb_logo_txt_mxi{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.lez_tb_logo_name_mxi{
overflow:hidden;
font-size:1.375rem;
color:#0F1220;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
}
.lez_tb_logo_sub_mxi{
overflow:hidden;
white-space:nowrap;
text-transform:uppercase;
font-weight:600;
margin-top:4px;
font-size:8.5px;
letter-spacing:.32em;
color:#2E6FE8;
text-overflow:ellipsis;
}
.lez_tb_nav_mxi{
display:none;
}
@media(min-width:962px){
.lez_tb_nav_mxi{
gap:28px;
display:flex;
align-items:center;
}
}
.lez_tb_nav_item_mxi{
transition:color .2s ease,border-color .2s ease;
border-bottom:2px solid transparent;
padding-bottom:3px;
color:#252D40;
white-space:nowrap;
font-size:14px;
font-weight:600;
}
.lez_tb_nav_item_mxi:hover{
color:#0F1220;
}
.lez_tb_nav_item_mxi.lez_state_active_mxi{
border-color:#2E6FE8;
color:#0F1220;
}
.lez_tb_right_mxi{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.lez_tb_search_mxi{
transition:color .2s ease;
justify-content:center;
color:#252D40;
align-items:center;
display:flex;
}
.lez_tb_search_mxi:hover{
color:#2E6FE8;
}
.lez_tb_search_mxi svg{
width:18px;
height:18px;
}
.lez_tb_lang_mxi{
letter-spacing:.1em;
font-size:11px;
text-transform:uppercase;
color:#5A6480;
font-weight:600;
}
.lez_tb_lang_mxi:hover{
color:#0F1220;
}
.lez_tb_login_mxi{
display:none;
color:#0F1220;
font-weight:600;
font-size:14px;
}
@media(min-width:765px){
.lez_tb_login_mxi{
display:inline-block;
}
}
.lez_tb_register_mxi{
border-radius:62.438rem;
background:#0F1220;
transition:background-color .2s ease;
padding:11px 1.375rem;
font-size:14px;
font-weight:700;
color:#EEF1FA;
white-space:nowrap;
}
.lez_tb_register_mxi:hover{
background:#1E2640;
}
.lez_mob_mxi{
background:#F4F6FA;
left:0;
bottom:0;
right:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(15,18,32,0.14);
z-index:60;
}
@media(min-width:959px){
.lez_mob_mxi{
display:none;
}
}
.lez_mob_in_mxi{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
max-width:560px;
display:flex;
}
.lez_mob_item_mxi{
padding:9px 4px;
transition:color .2s ease;
flex:1 1 0;
gap:3px;
min-width:0;
color:#5A6480;
flex-direction:column;
align-items:center;
display:flex;
}
.lez_mob_item_mxi.lez_state_active_mxi{
color:#2E6FE8;
}
.lez_mob_ic_mxi{
justify-content:center;
align-items:center;
display:flex;
}
.lez_mob_ic_mxi svg{
height:20px;
width:1.25rem;
}
.lez_mob_lb_mxi{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:600;
font-size:10px;
max-width:100%;
}
@media(max-width:956px){
body{
padding-bottom:3.75rem;
}
}
.lez_rail_mxi{
position:relative;
min-width:0;
}
.lez_rail_scroll_mxi{
gap:0.875rem;
overflow-x:auto;
display:flex;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
}
@media(min-width:765px){
.lez_rail_scroll_mxi{
gap:18px;
}
}
.lez_gc_mxi{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:767px){
.lez_gc_mxi{
width:11.75rem;
}
}
.lez_gc_img_mxi{
overflow:hidden;
background:#FFFFFF;
border-radius:0.875rem;
box-shadow:0 2px 8px rgba(15,18,32,0.07), 0 6px 18px rgba(15,18,32,0.05);
position:relative;
padding-bottom:133.33%;
}
.lez_gc_img_mxi img{
inset:0;
position:absolute;
object-fit:cover;
height:100%;
width:100%;
}
.lez_gc_cover_mxi{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.lez_gc_hover_mxi{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .2s ease;
display:flex;
align-items:center;
position:absolute;
justify-content:center;
opacity:0;
}
.lez_gc_mxi:hover .lez_gc_hover_mxi{
opacity:1;
}
.lez_gc_hover_btn_mxi{
background:#0F1220;
border-radius:999px;
align-items:center;
height:2.875rem;
width:46px;
display:flex;
justify-content:center;
color:#EEF1FA;
}
.lez_gc_hover_btn_mxi svg{
width:18px;
height:1.125rem;
}
.lez_gc_info_mxi{
gap:2px;
margin-top:0.563rem;
display:flex;
min-width:0;
flex-direction:column;
}
.lez_gc_name_mxi{
overflow:hidden;
text-overflow:ellipsis;
font-size:0.813rem;
font-weight:700;
color:#0F1220;
white-space:nowrap;
}
.lez_gc_prov_mxi{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-size:11px;
color:#5A6480;
}
.lez_gc_meta_mxi{
font-size:11px;
color:#5A6480;
}
.lez_tc_mxi{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:766px){
.lez_tc_mxi{
width:230px;
}
}
.lez_tc_img_mxi{
border-radius:14px;
background:#FFFFFF;
overflow:hidden;
box-shadow:0 2px 0.5rem rgba(15,18,32,0.07), 0 6px 1.125rem rgba(15,18,32,0.05);
padding-bottom:75%;
position:relative;
}
.lez_tc_img_mxi img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.lez_tc_info_mxi{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:9px;
}
.lez_tc_name_mxi{
overflow:hidden;
text-overflow:ellipsis;
color:#0F1220;
font-size:14px;
font-weight:700;
white-space:nowrap;
}
.lez_tc_rtp_mxi{
color:#5A6480;
font-size:0.688rem;
}
.lez_lc_mxi{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:766px){
.lez_lc_mxi{
width:16.75rem;
}
}
.lez_lc_img_mxi{
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
position:relative;
box-shadow:0 2px 8px rgba(15,18,32,0.07), 0 0.375rem 1.125rem rgba(15,18,32,0.05);
padding-bottom:62.5%;
}
.lez_lc_img_mxi img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.lez_lc_live_mxi{
padding:4px 0.563rem;
gap:7px;
background:rgba(0,0,0,0.52);
border-radius:999px;
left:0.75rem;
position:absolute;
top:12px;
display:flex;
align-items:center;
}
.lez_lc_live_dot_mxi{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#E83A3A;
width:8px;
height:0.5rem;
}
.lez_lc_seats_mxi{
text-transform:uppercase;
letter-spacing:.08em;
color:#EEF1FA;
font-size:10px;
font-weight:600;
}
.lez_lc_info_mxi{
gap:2px;
margin-top:0.563rem;
flex-direction:column;
display:flex;
min-width:0;
}
.lez_lc_name_mxi{
overflow:hidden;
color:#0F1220;
font-size:15px;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
}
.lez_lc_bet_mxi{
color:#5A6480;
font-size:0.688rem;
}
.lez_pc_mxi{
border-radius:0.875rem;
border:1px solid rgba(15,18,32,0.08);
gap:8px;
background:#FFFFFF;
padding:1rem 0.875rem;
flex-direction:column;
display:flex;
min-height:74px;
min-width:0;
align-items:center;
justify-content:center;
}
.lez_pc_logo_mxi{
flex:0 0 auto;
height:1.75rem;
max-width:100%;
width:auto;
object-fit:contain;
}
.lez_pc_name_mxi{
overflow:hidden;
text-overflow:ellipsis;
color:#5A6480;
white-space:nowrap;
font-size:11px;
text-align:center;
max-width:100%;
}
.lez_gc_tag_mxi{
padding:3px 8px;
border-radius:8px;
font-size:10px;
letter-spacing:.06em;
display:inline-block;
position:absolute;
left:10px;
text-transform:uppercase;
z-index:2;
font-weight:700;
top:0.625rem;
}
.lez_gc_tag_hot_mxi{
background:#E83A3A;
color:#EEF1FA;
}
.lez_gc_tag_new_mxi{
background:#5A9CFF;
color:#0B0F1C;
}
.lez_gc_tag_jp_mxi{
background:#E8A020;
color:#0B0F1C;
}
.lez_gc_tag_live_mxi{
background:#E83A3A;
color:#EEF1FA;
}
.lez_sh_mxi{
min-width:0;
margin-bottom:1.125rem;
}
.lez_sh_row_mxi{
gap:1rem;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.lez_sh_row_mxi .lez_sh_l_mxi{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.lez_sh_stack_mxi{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.lez_sh_center_mxi{
gap:0.625rem;
flex-direction:column;
text-align:center;
display:flex;
align-items:center;
}
.lez_sh_h2_mxi{
line-height:1.1;
font-size:24px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
color:#0F1220;
}
@media(min-width:767px){
.lez_sh_h2_mxi{
font-size:30px;
}
}
.lez_band_mxi .lez_sh_h2_mxi{
color:#EEF1FA;
}
.lez_sh_eb_line_mxi{
gap:10px;
display:inline-flex;
align-items:center;
}
.lez_sh_eb_line_mxi::before{
background:#2E6FE8;
display:inline-block;
height:1px;
content:"";
width:28px;
}
.lez_band_mxi .lez_sh_eb_line_mxi::before{
background:#6FB3FF;
}
.lez_sh_eb_dot_mxi{
gap:8px;
display:inline-flex;
align-items:center;
}
.lez_sh_eb_dot_mxi::before{
background:#2E6FE8;
border-radius:50%;
display:inline-block;
width:6px;
content:"";
height:6px;
}
.lez_band_mxi .lez_sh_eb_dot_mxi::before{
background:#6FB3FF;
}
.lez_sh_link_mxi{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:0.375rem;
display:inline-flex;
font-weight:600;
color:#0F1220;
font-size:13px;
align-items:center;
white-space:nowrap;
padding-bottom:2px;
border-bottom:1px solid #0F1220;
}
.lez_sh_link_mxi:hover{
border-color:#2E6FE8;
color:#2E6FE8;
}
.lez_sh_link_mxi svg{
width:0.875rem;
height:0.875rem;
}
.lez_sh_link_chev_mxi{
border-bottom:0;
padding-bottom:0;
}
.lez_sh_link_btn_mxi{
background:#0F1220;
border-radius:999px;
padding:0.563rem 18px;
border-bottom:0;
color:#EEF1FA;
}
.lez_sh_link_btn_mxi:hover{
background:#1E2640;
border-color:transparent;
color:#EEF1FA;
}
.lez_band_mxi .lez_sh_link_mxi{
border-color:#EEF1FA;
color:#EEF1FA;
}
.lez_band_mxi .lez_sh_link_btn_mxi{
background:#6FB3FF;
color:#0B0F1C;
}
.lez_sh_rule_mxi{
margin:-2px 0 1.125rem;
background:rgba(15,18,32,0.14);
height:1px;
}
.lez_band_mxi .lez_sh_rule_mxi{
background:rgba(255,255,255,0.12);
}
.lez_hero_mxi{
padding:32px 0 0.5rem;
}
@media(min-width:771px){
.lez_hero_mxi{
padding:56px 0 24px;
}
}
.lez_hero_in_mxi{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:898px){
.lez_hero_in_mxi{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.lez_hero_copy_mxi{
min-width:0;
}
.lez_hero_eyebrow_mxi{
gap:10px;
display:inline-flex;
align-items:center;
margin-bottom:1.375rem;
}
.lez_hero_eyebrow_line_mxi{
background:#2E6FE8;
flex:0 0 auto;
width:28px;
display:inline-block;
height:1px;
}
.lez_hero_h1_mxi{
font-size:2.375rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#0F1220;
font-weight:600;
line-height:1.04;
margin-bottom:20px;
letter-spacing:-.01em;
}
@media(min-width:769px){
.lez_hero_h1_mxi{
font-size:54px;
}
}
@media(min-width:1101px){
.lez_hero_h1_mxi{
font-size:3.875rem;
}
}
.lez_hero_h1_mxi em{
color:#2E6FE8;
font-style:normal;
}
.lez_hero_sub_mxi{
margin-bottom:30px;
color:#7A86A0;
line-height:1.6;
font-size:16px;
max-width:480px;
}
@media(min-width:767px){
.lez_hero_sub_mxi{
font-size:1.125rem;
}
}
.lez_hero_actions_mxi{
gap:14px;
margin-bottom:34px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.lez_hero_cta_mxi{
gap:10px;
padding:1rem 30px;
background:#0F1220;
border-radius:62.438rem;
transition:background-color .2s ease;
font-weight:700;
color:#EEF1FA;
align-items:center;
font-size:15px;
display:inline-flex;
}
.lez_hero_cta_mxi:hover{
background:#1E2640;
}
.lez_hero_cta_ic_mxi{
display:inline-flex;
align-items:center;
}
.lez_hero_cta_ic_mxi svg{
height:1rem;
width:16px;
}
.lez_hero_cta_alt_mxi{
transition:border-color .2s ease,color .2s ease;
border:1px solid rgba(15,18,32,0.14);
padding:0.938rem 26px;
background:transparent;
border-radius:999px;
align-items:center;
font-weight:600;
display:inline-flex;
color:#0F1220;
font-size:15px;
}
.lez_hero_cta_alt_mxi:hover{
border-color:#2E6FE8;
color:#2E6FE8;
}
.lez_hero_trust_mxi{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.lez_hero_trust_item_mxi{
gap:9px;
font-weight:600;
display:flex;
color:#252D40;
font-size:0.813rem;
align-items:center;
}
.lez_hero_trust_ic_mxi{
align-items:center;
display:inline-flex;
color:#2E6FE8;
}
.lez_hero_trust_ic_mxi svg{
width:1rem;
height:16px;
}
.lez_hero_promo_mxi{
border-radius:20px;
overflow:hidden;
background:#FFFFFF;
position:relative;
display:flex;
box-shadow:0 12px 3rem rgba(15,18,32,0.14), 0 3px 10px rgba(15,18,32,0.08);
min-height:18.75rem;
}
.lez_hero_promo_bg_mxi{
inset:0;
background-position:center;
background-size:cover;
position:absolute;
}
.lez_hero_promo_bg_mxi::after{
background:linear-gradient(120deg,#111827 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.lez_hero_promo_glow_mxi{
background:radial-gradient(circle,rgba(79,140,255,0.18) 0%,transparent 65%);
border-radius:50%;
width:16.25rem;
position:absolute;
pointer-events:none;
right:-1.25rem;
top:-40px;
height:16.25rem;
}
.lez_hero_promo_ct_mxi{
padding:28px;
max-width:88%;
z-index:2;
position:relative;
align-self:flex-end;
}
.lez_hero_promo_label_mxi{
font-size:0.625rem;
font-weight:700;
color:#6FB3FF;
display:block;
margin-bottom:8px;
letter-spacing:.25em;
text-transform:uppercase;
}
.lez_hero_promo_amount_mxi{
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:2rem;
overflow-wrap:break-word;
color:#EEF1FA;
}
@media(min-width:768px){
.lez_hero_promo_amount_mxi{
font-size:40px;
}
}
.lez_hero_promo_amount_mxi em{
color:#6FB3FF;
font-style:normal;
}
.lez_hero_rating_mxi{
border-radius:14px;
border:1px solid rgba(15,18,32,0.08);
background:#FFFFFF;
padding:0.625rem 14px;
gap:10px;
align-items:center;
position:absolute;
z-index:3;
right:0.875rem;
top:0.875rem;
box-shadow:0 2px 8px rgba(15,18,32,0.07), 0 0.375rem 1.125rem rgba(15,18,32,0.05);
display:flex;
max-width:min(16.25rem,62%);
}
.lez_hero_rating_score_mxi{
flex:0 0 auto;
color:#0F1220;
font-size:24px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.lez_hero_rating_txt_mxi{
flex:1 1 auto;
min-width:0;
}
.lez_hero_rating_stars_mxi{
gap:2px;
display:flex;
color:#2E6FE8;
}
.lez_hero_rating_stars_mxi svg{
height:0.75rem;
width:0.75rem;
}
.lez_hero_rating_cap_mxi{
color:#5A6480;
font-size:11px;
margin-top:3px;
line-height:1.35;
display:block;
overflow-wrap:break-word;
}
.lez_stat_mxi{
border-bottom:1px solid rgba(15,18,32,0.14);
margin-top:16px;
border-top:1px solid rgba(15,18,32,0.14);
}
.lez_stat_in_mxi{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.lez_stat_in_mxi{
grid-template-columns:repeat(4,1fr);
}
}
.lez_stat_item_mxi{
padding:1.375rem 0.875rem;
border-bottom:1px solid rgba(15,18,32,0.08);
border-right:1px solid rgba(15,18,32,0.08);
min-width:0;
}
.lez_stat_item_mxi:nth-child(2n){
border-right:0;
}
.lez_stat_item_mxi:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.lez_stat_item_mxi{
border-bottom:0;
}
.lez_stat_item_mxi:nth-child(2n){
border-right:1px solid rgba(15,18,32,0.08);
}
.lez_stat_item_mxi:nth-child(4n){
border-right:0;
}
}
.lez_stat_value_mxi{
font-weight:700;
font-size:30px;
line-height:1;
overflow-wrap:break-word;
color:#0F1220;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.lez_stat_value_mxi{
font-size:34px;
}
}
.lez_stat_label_mxi{
color:#5A6480;
line-height:1.4;
font-size:0.813rem;
margin-top:6px;
overflow-wrap:break-word;
}
.lez_jp_mxi{
padding:1.875rem 0 0.625rem;
}
.lez_jp_grid_mxi{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.lez_jp_grid_mxi{
grid-template-columns:1fr 1fr;
}
.lez_jp_card_mega_mxi{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.lez_jp_grid_mxi{
grid-template-columns:1.4fr 1fr 1fr;
}
.lez_jp_card_mega_mxi{
grid-column:auto;
}
}
.lez_jp_card_mxi{
overflow:hidden;
border:1px solid rgba(15,18,32,0.08);
padding:26px;
gap:0.75rem;
border-radius:1.25rem;
background:#FFFFFF;
position:relative;
min-width:0;
min-height:12.5rem;
flex-direction:column;
display:flex;
justify-content:space-between;
}
.lez_jp_card_mega_mxi{
border-color:transparent;
background:linear-gradient(135deg,#162040,#090D18);
color:#EEF1FA;
min-height:13.125rem;
}
.lez_jp_glow_mxi{
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
border-radius:50%;
width:200px;
pointer-events:none;
position:absolute;
top:-2.5rem;
right:-2.5rem;
height:200px;
}
.lez_jp_label_mxi{
gap:0.625rem;
letter-spacing:.16em;
justify-content:space-between;
text-transform:uppercase;
font-size:10px;
flex-wrap:wrap;
color:#2E6FE8;
font-weight:700;
display:flex;
align-items:center;
position:relative;
}
.lez_jp_card_mega_mxi .lez_jp_label_mxi{
color:#6FB3FF;
}
.lez_jp_drop_mxi{
color:#5A6480;
font-weight:600;
text-transform:none;
letter-spacing:.04em;
}
.lez_jp_card_mega_mxi .lez_jp_drop_mxi{
color:#8C9BBC;
}
.lez_jp_amount_mxi{
position:relative;
color:#0F1220;
overflow-wrap:break-word;
line-height:1;
font-size:38px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.lez_jp_card_mega_mxi .lez_jp_amount_mxi{
animation:zm2-pulse 2.4s infinite;
color:#6FB3FF;
font-size:3rem;
}
@media(min-width:766px){
.lez_jp_card_mega_mxi .lez_jp_amount_mxi{
font-size:54px;
}
}
.lez_jp_game_mxi{
font-size:13px;
position:relative;
color:#5A6480;
}
.lez_jp_card_mega_mxi .lez_jp_game_mxi{
color:#8C9BBC;
}
.lez_jp_cta_mxi{
align-self:flex-start;
position:relative;
}
.lez_jp_card_mega_mxi .lez_jp_cta_mxi{
padding:10px 20px;
transition:opacity .2s ease;
border-radius:62.438rem;
background:#6FB3FF;
font-weight:700;
color:#0B0F1C;
font-size:0.813rem;
}
.lez_jp_card_mega_mxi .lez_jp_cta_mxi:hover{
opacity:.9;
}
.lez_jp_card_mxi:not(.lez_jp_card_mega_mxi) .lez_jp_cta_mxi{
transition:color .2s ease,border-color .2s ease;
border-bottom:1px solid #0F1220;
padding-bottom:2px;
color:#0F1220;
font-weight:700;
font-size:0.813rem;
}
.lez_jp_card_mxi:not(.lez_jp_card_mega_mxi) .lez_jp_cta_mxi:hover{
border-color:#2E6FE8;
color:#2E6FE8;
}
.lez_jp_seo_mxi{
margin:14px 0 0;
line-height:1.65;
overflow-wrap:break-word;
color:#7A86A0;
font-size:0.875rem;
max-width:760px;
}
.lez_jp_seo_mxi strong{
font-weight:700;
color:#0F1220;
}
.lez_grow_mxi{
padding:1.625rem 0 0.625rem;
}
.lez_row_seo_mxi{
margin:0.625rem 0 0;
color:#7A86A0;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:760px;
line-height:1.65;
}
.lez_row_seo_mxi strong{
color:#0F1220;
font-weight:700;
}
.lez_gf_mxi{
padding:1.5rem 0 0.375rem;
}
.lez_gf_in_mxi{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.lez_gf_chip_mxi{
background:#FFFFFF;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
border-radius:62.438rem;
padding:10px 18px;
border:1px solid rgba(15,18,32,0.14);
color:#252D40;
font-weight:600;
font-size:0.813rem;
white-space:nowrap;
}
.lez_gf_chip_mxi:hover{
border-color:#2E6FE8;
color:#2E6FE8;
}
.lez_gf_chip_mxi.lez_state_active_mxi{
border-color:transparent;
background:#0F1220;
color:#EEF1FA;
}
.lez_grow_mxi{
padding:26px 0 10px;
}
.lez_row_seo_mxi{
margin:0.625rem 0 0;
font-size:0.875rem;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
color:#7A86A0;
}
.lez_row_seo_mxi strong{
font-weight:700;
color:#0F1220;
}
.lez_grow_mxi{
padding:1.625rem 0 10px;
}
.lez_row_seo_mxi{
margin:0.625rem 0 0;
line-height:1.65;
font-size:0.875rem;
color:#7A86A0;
max-width:760px;
overflow-wrap:break-word;
}
.lez_row_seo_mxi strong{
color:#0F1220;
font-weight:700;
}
.lez_trn_mxi{
padding:1.875rem 0 10px;
}
.lez_trn_in_mxi{
overflow:hidden;
border:1px solid rgba(15,18,32,0.08);
border-radius:1.25rem;
grid-template-columns:1fr;
background:#FFFFFF;
display:grid;
}
@media(min-width:881px){
.lez_trn_in_mxi{
grid-template-columns:1.05fr 1fr;
}
}
.lez_trn_banner_mxi{
overflow:hidden;
background:linear-gradient(150deg,#162040,#090D18);
padding:2.125rem;
position:relative;
color:#EEF1FA;
}
.lez_trn_glow_mxi{
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
border-radius:50%;
pointer-events:none;
height:200px;
right:-2.5rem;
position:absolute;
width:200px;
bottom:-2.5rem;
}
.lez_trn_eyebrow_mxi{
margin-bottom:0.875rem;
position:relative;
}
.lez_trn_h2_mxi{
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
font-weight:600;
position:relative;
color:#EEF1FA;
margin-bottom:12px;
line-height:1.06;
}
@media(min-width:770px){
.lez_trn_h2_mxi{
font-size:2.25rem;
}
}
.lez_trn_text_mxi{
margin-bottom:22px;
max-width:26.25rem;
font-size:14px;
line-height:1.6;
position:relative;
color:#8C9BBC;
}
.lez_trn_timer_mxi{
gap:8px;
position:relative;
flex-wrap:wrap;
align-items:center;
display:flex;
margin-bottom:24px;
}
.lez_trn_timer_cap_mxi{
color:#8C9BBC;
font-size:0.688rem;
}
.lez_trn_timer_box_mxi{
padding:4px 0.75rem;
border-radius:8px;
background:rgba(255,255,255,0.07);
font-size:1.5rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#EEF1FA;
}
.lez_trn_cta_mxi{
transition:opacity .2s ease;
border-radius:62.438rem;
padding:13px 26px;
background:#6FB3FF;
position:relative;
display:inline-block;
font-size:14px;
font-weight:700;
color:#0B0F1C;
}
.lez_trn_cta_mxi:hover{
opacity:.9;
}
.lez_trn_lb_mxi{
padding:26px 1.75rem;
}
.lez_trn_lb_head_mxi{
gap:0.625rem;
margin-bottom:0.75rem;
align-items:center;
justify-content:space-between;
display:flex;
}
.lez_trn_lb_title_mxi{
font-weight:600;
font-size:1.25rem;
color:#0F1220;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.lez_trn_lb_upd_mxi{
color:#5A6480;
font-size:0.688rem;
letter-spacing:.08em;
text-transform:uppercase;
}
.lez_trn_lb_row_mxi{
border-radius:8px;
gap:14px;
padding:11px 12px;
align-items:center;
display:flex;
}
.lez_trn_lb_row_mxi:nth-child(2){
background:rgba(46,111,232,0.10);
}
.lez_trn_lb_rank_mxi{
flex:0 0 auto;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
width:1.375rem;
font-weight:700;
font-size:16px;
color:#2E6FE8;
}
.lez_trn_lb_av_mxi{
border-radius:50%;
background:linear-gradient(135deg,#2E6FE8,#7AB8FF);
flex:0 0 auto;
width:30px;
height:1.875rem;
}
.lez_trn_lb_name_mxi{
overflow:hidden;
flex:1 1 auto;
font-size:14px;
color:#0F1220;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:600;
min-width:0;
}
.lez_trn_lb_amount_mxi{
flex:0 0 auto;
color:#0F1220;
font-size:13px;
font-weight:700;
}
.lez_app_mxi{
padding:1.875rem 0 10px;
}
.lez_app_in_mxi{
border:1px solid rgba(15,18,32,0.08);
gap:1.75rem;
padding:2rem;
background:#FFFFFF;
border-radius:1.25rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.lez_app_in_mxi{
gap:2.5rem;
padding:2.5rem 44px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.lez_app_copy_mxi{
max-width:560px;
min-width:0;
}
.lez_app_eyebrow_mxi{
margin-bottom:12px;
}
.lez_app_h2_mxi{
overflow-wrap:break-word;
font-size:1.75rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:12px;
color:#0F1220;
line-height:1.05;
}
@media(min-width:770px){
.lez_app_h2_mxi{
font-size:34px;
}
}
.lez_app_text_mxi{
margin-bottom:22px;
color:#7A86A0;
font-size:14px;
line-height:1.6;
}
.lez_app_btns_mxi{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.lez_app_btn_mxi{
padding:0.688rem 1.25rem;
border-radius:0.875rem;
transition:background-color .2s ease;
background:#0F1220;
gap:10px;
display:inline-flex;
color:#EEF1FA;
align-items:center;
}
.lez_app_btn_mxi:hover{
background:#1E2640;
}
.lez_app_btn_ic_mxi{
display:inline-flex;
align-items:center;
}
.lez_app_btn_ic_mxi svg{
height:18px;
width:18px;
}
.lez_app_btn_lb_mxi{
font-weight:700;
font-size:13.5px;
}
.lez_app_qr_wrap_mxi{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.lez_app_qr_mxi{
flex:0 0 auto;
border-radius:14px;
width:108px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 0.313rem 11px);
height:108px;
background-color:#0F1220;
}
.lez_app_qr_cap_mxi{
max-width:5.75rem;
color:#5A6480;
line-height:1.4;
font-size:0.781rem;
}
.lez_nl_mxi{
padding:24px 0 10px;
}
.lez_nl_in_mxi{
padding:1.875rem 2rem;
border-radius:1.25rem;
gap:1.375rem;
background:#0D1420;
color:#EEF1FA;
display:flex;
flex-direction:column;
}
@media(min-width:768px){
.lez_nl_in_mxi{
gap:1.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.lez_nl_text_wrap_mxi{
min-width:0;
}
.lez_nl_h3_mxi{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:0.313rem;
color:#EEF1FA;
font-weight:600;
font-size:22px;
overflow-wrap:break-word;
}
@media(min-width:766px){
.lez_nl_h3_mxi{
font-size:1.5rem;
}
}
.lez_nl_text_mxi{
font-size:13.5px;
line-height:1.5;
color:#8C9BBC;
}
.lez_nl_form_mxi{
flex:1 1 auto;
gap:0.625rem;
display:flex;
max-width:460px;
min-width:0;
}
.lez_nl_input_mxi{
background:rgba(255,255,255,0.07);
padding:0.813rem 16px;
border:1px solid rgba(255,255,255,0.12);
border-radius:0.875rem;
flex:1 1 auto;
overflow:hidden;
display:flex;
color:#8C9BBC;
text-overflow:ellipsis;
align-items:center;
font-size:14px;
min-width:0;
white-space:nowrap;
}
.lez_nl_btn_mxi{
background:#6FB3FF;
transition:opacity .2s ease;
flex:0 0 auto;
padding:0.813rem 1.5rem;
border-radius:14px;
font-weight:700;
font-size:14px;
color:#0B0F1C;
white-space:nowrap;
}
.lez_nl_btn_mxi:hover{
opacity:.9;
}
.lez_vip_mxi{
padding:3rem 0;
}
@media(min-width:769px){
.lez_vip_mxi{
padding:4rem 0;
}
}
.lez_vip_head_mxi{
gap:14px;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:882px){
.lez_vip_head_mxi{
gap:1.5rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.lez_vip_eyebrow_mxi{
margin-bottom:0.75rem;
}
.lez_vip_h2_mxi{
font-size:32px;
line-height:1.05;
color:#EEF1FA;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:770px){
.lez_vip_h2_mxi{
font-size:40px;
}
}
.lez_vip_intro_mxi{
line-height:1.6;
max-width:420px;
font-size:0.875rem;
color:#8C9BBC;
}
.lez_vip_grid_mxi{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.lez_vip_card_mxi{
border-radius:14px;
padding:1.375rem 18px;
border:1px solid rgba(255,255,255,0.12);
min-width:0;
}
.lez_vip_card_feat_mxi{
border-color:#6FB3FF;
background:rgba(255,255,255,0.07);
}
.lez_vip_card_ic_mxi{
border-radius:8px;
background:linear-gradient(135deg,#2E6FE8,#7AB8FF);
height:2.125rem;
margin-bottom:1rem;
display:block;
width:2.125rem;
}
.lez_vip_name_mxi{
color:#EEF1FA;
margin-bottom:0.375rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
overflow-wrap:break-word;
font-weight:600;
}
.lez_vip_perk_mxi{
line-height:1.5;
font-size:12.5px;
color:#8C9BBC;
overflow-wrap:break-word;
}
.lez_tt_mxi{
padding:48px 0 0.625rem;
}
@media(min-width:769px){
.lez_tt_mxi{
padding:3.75rem 0 0.625rem;
}
}
.lez_tt_head_mxi{
text-align:center;
margin-bottom:34px;
}
.lez_tt_eyebrow_mxi{
margin-bottom:12px;
}
.lez_tt_h2_mxi{
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
line-height:1.05;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1220;
}
@media(min-width:770px){
.lez_tt_h2_mxi{
font-size:42px;
}
}
.lez_tt_grid_mxi{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:762px){
.lez_tt_grid_mxi{
grid-template-columns:repeat(3,1fr);
}
}
.lez_tt_card_mxi{
border-radius:14px;
background:#FFFFFF;
border:1px solid rgba(15,18,32,0.08);
padding:1.875rem;
display:flex;
flex-direction:column;
min-width:0;
}
.lez_tt_card_ic_mxi{
color:#2E6FE8;
margin-bottom:1.125rem;
display:inline-flex;
align-items:center;
}
.lez_tt_card_ic_mxi svg{
width:28px;
height:28px;
}
.lez_tt_card_h_mxi{
font-size:22px;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
line-height:1.15;
color:#0F1220;
}
.lez_tt_card_p_mxi{
font-size:14px;
line-height:1.6;
margin-bottom:0.875rem;
color:#7A86A0;
overflow-wrap:break-word;
}
.lez_tt_card_p_mxi b{
color:#0F1220;
font-weight:700;
}
.lez_tt_card_link_mxi{
transition:color .2s ease;
padding-bottom:2px;
font-size:13px;
align-self:flex-start;
margin-top:auto;
font-weight:700;
border-bottom:1px solid #2E6FE8;
color:#0F1220;
}
.lez_tt_card_link_mxi:hover{
color:#2E6FE8;
}
.lez_et_mxi{
padding:2.25rem 0 0.625rem;
}
.lez_et_in_mxi{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:879px){
.lez_et_in_mxi{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.lez_et_left_mxi{
min-width:0;
}
.lez_et_eyebrow_mxi{
margin-bottom:0.75rem;
}
.lez_et_h2_mxi{
color:#0F1220;
font-weight:600;
margin-bottom:0.875rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
overflow-wrap:break-word;
font-size:28px;
}
@media(min-width:765px){
.lez_et_h2_mxi{
font-size:32px;
}
}
.lez_et_text_mxi{
margin-bottom:22px;
font-size:15px;
color:#7A86A0;
line-height:1.65;
}
.lez_et_stats_mxi{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.lez_et_stat_mxi{
min-width:0;
}
.lez_et_stat_v_mxi{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:700;
color:#0F1220;
line-height:1;
}
.lez_et_stat_l_mxi{
margin-top:0.25rem;
font-size:12.5px;
color:#5A6480;
}
.lez_et_right_mxi{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.lez_et_member_mxi{
border-radius:0.875rem;
padding:1.125rem 1.25rem;
background:#FFFFFF;
border:1px solid rgba(15,18,32,0.08);
gap:1rem;
align-items:center;
min-width:0;
display:flex;
}
.lez_et_member_av_mxi{
background:linear-gradient(135deg,#162040,#2E6FE8);
flex:0 0 auto;
border-radius:50%;
width:3rem;
height:3rem;
}
.lez_et_member_name_mxi{
color:#0F1220;
font-weight:700;
overflow-wrap:break-word;
font-size:0.938rem;
}
.lez_et_member_role_mxi{
color:#5A6480;
overflow-wrap:break-word;
font-size:0.781rem;
}
.lez_et_updated_mxi{
border:1px solid rgba(15,18,32,0.08);
border-radius:14px;
gap:0.5rem;
padding:0.875rem 1.125rem;
background:#F4F6FA;
align-items:center;
color:#7A86A0;
display:flex;
font-size:12.5px;
}
.lez_pmt_mxi{
padding:3rem 0 0.625rem;
}
.lez_pmt_in_mxi{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:880px){
.lez_pmt_in_mxi{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.lez_pmt_left_mxi{
min-width:0;
}
.lez_pmt_eyebrow_mxi{
margin-bottom:0.75rem;
}
.lez_pmt_h2_mxi{
font-size:30px;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1220;
margin-bottom:0.75rem;
line-height:1.06;
overflow-wrap:break-word;
}
@media(min-width:768px){
.lez_pmt_h2_mxi{
font-size:32px;
}
}
.lez_pmt_text_mxi{
font-size:0.906rem;
margin-bottom:1.375rem;
line-height:1.6;
color:#7A86A0;
}
.lez_pmt_logos_mxi{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:481px){
.lez_pmt_logos_mxi{
grid-template-columns:repeat(4,1fr);
}
}
.lez_pmt_logo_mxi{
padding:0 0.5rem;
border:1px solid rgba(15,18,32,0.08);
overflow:hidden;
background:#FFFFFF;
border-radius:0.5rem;
text-overflow:ellipsis;
height:3.125rem;
font-weight:700;
color:#252D40;
display:flex;
justify-content:center;
text-align:center;
align-items:center;
white-space:nowrap;
font-size:12.5px;
}
.lez_pmt_table_mxi{
overflow:hidden;
border:1px solid rgba(15,18,32,0.08);
border-radius:0.875rem;
min-width:0;
}
.lez_pmt_thead_mxi{
background:#1A1E2E;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.lez_pmt_th_mxi{
overflow:hidden;
padding:0.813rem 14px;
text-transform:uppercase;
color:#EEF1FA;
white-space:nowrap;
font-size:0.625rem;
font-weight:700;
text-overflow:ellipsis;
letter-spacing:.08em;
}
.lez_pmt_row_mxi{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(15,18,32,0.08);
}
.lez_pmt_row_mxi:nth-child(odd){
background:#FFFFFF;
}
.lez_pmt_td_mxi{
padding:0.875rem;
min-width:0;
overflow-wrap:break-word;
font-size:0.844rem;
color:#7A86A0;
}
.lez_pmt_row_mxi .lez_pmt_td_mxi:first-child{
color:#0F1220;
font-weight:700;
}
.lez_pmt_row_mxi .lez_pmt_td_mxi:last-child{
color:#1DB87A;
font-weight:700;
}
.lez_rv_mxi{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(15,18,32,0.08);
border-top:1px solid rgba(15,18,32,0.08);
margin-top:1.5rem;
}
@media(min-width:769px){
.lez_rv_mxi{
padding:3.5rem 0;
}
}
.lez_rv_head_mxi{
gap:1rem;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:767px){
.lez_rv_head_mxi{
gap:20px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.lez_rv_eyebrow_mxi{
margin-bottom:10px;
}
.lez_rv_h2_mxi{
line-height:1.05;
color:#0F1220;
font-size:30px;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.lez_rv_h2_mxi{
font-size:38px;
}
}
.lez_rv_agg_mxi{
gap:0.75rem;
align-items:center;
display:flex;
}
.lez_rv_agg_stars_mxi{
gap:3px;
display:flex;
color:#2E6FE8;
}
.lez_rv_agg_stars_mxi svg{
width:1.125rem;
height:18px;
}
.lez_rv_source_mxi{
color:#7A86A0;
font-size:13px;
}
.lez_rv_grid_mxi{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:761px){
.lez_rv_grid_mxi{
grid-template-columns:repeat(3,1fr);
}
}
.lez_rv_card_mxi{
border:1px solid rgba(15,18,32,0.08);
padding:1.625rem;
border-radius:14px;
background:#F4F6FA;
min-width:0;
}
.lez_rv_card_stars_mxi{
gap:2px;
margin-bottom:12px;
color:#2E6FE8;
display:flex;
}
.lez_rv_card_stars_mxi svg{
height:14px;
width:0.875rem;
}
.lez_rv_card_body_mxi{
font-weight:500;
color:#0F1220;
font-size:1.125rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.45;
margin-bottom:16px;
}
.lez_rv_card_meta_mxi{
gap:10px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.lez_rv_card_av_mxi{
background:linear-gradient(135deg,#2E6FE8,#7AB8FF);
border-radius:50%;
flex:0 0 auto;
height:2rem;
width:2rem;
}
.lez_rv_card_author_mxi{
font-weight:700;
color:#0F1220;
font-size:13px;
}
.lez_rv_card_loc_mxi{
color:#5A6480;
font-size:12px;
}
.lez_prov_mxi{
padding:40px 0 1.25rem;
}
.lez_prov_eyebrow_mxi{
display:block;
margin-bottom:18px;
}
.lez_prov_grid_mxi{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:558px){
.lez_prov_grid_mxi{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.lez_prov_grid_mxi{
grid-template-columns:repeat(6,1fr);
}
}
.lez_wy_mxi{
padding:48px 0;
}
@media(min-width:770px){
.lez_wy_mxi{
padding:3.5rem 0;
}
}
.lez_wy_in_mxi{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:902px){
.lez_wy_in_mxi{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.lez_wy_left_mxi{
min-width:0;
}
.lez_wy_eyebrow_mxi{
margin-bottom:14px;
}
.lez_wy_h2_mxi{
overflow-wrap:break-word;
line-height:1.05;
font-size:32px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1220;
margin-bottom:1rem;
font-weight:600;
}
@media(min-width:766px){
.lez_wy_h2_mxi{
font-size:2.5rem;
}
}
.lez_wy_intro_mxi{
font-size:0.938rem;
line-height:1.6;
color:#7A86A0;
}
.lez_wy_grid_mxi{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.lez_wy_grid_mxi{
grid-template-columns:1fr 1fr;
}
}
.lez_wy_card_mxi{
border:1px solid rgba(15,18,32,0.08);
background:#FFFFFF;
padding:1.625rem;
border-radius:14px;
min-width:0;
}
.lez_wy_card_ic_mxi{
display:inline-flex;
justify-content:center;
color:#2E6FE8;
align-items:center;
margin-bottom:1rem;
}
.lez_wy_card_ic_mxi svg{
height:1.625rem;
width:26px;
}
.lez_wy_card_h_mxi{
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:21px;
font-weight:600;
color:#0F1220;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
}
.lez_wy_card_p_mxi{
overflow-wrap:break-word;
line-height:1.55;
font-size:14px;
color:#7A86A0;
}
.lez_hts_mxi{
padding:3rem 0;
}
@media(min-width:771px){
.lez_hts_mxi{
padding:62px 0;
}
}
.lez_hts_head_mxi{
gap:1.125rem;
flex-direction:column;
margin-bottom:34px;
display:flex;
}
@media(min-width:766px){
.lez_hts_head_mxi{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.lez_hts_eyebrow_mxi{
margin-bottom:0.75rem;
}
.lez_hts_h2_mxi{
color:#EEF1FA;
overflow-wrap:break-word;
font-size:30px;
font-weight:600;
line-height:1.05;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.lez_hts_h2_mxi{
font-size:38px;
}
}
.lez_hts_cta_mxi{
flex:0 0 auto;
padding:15px 1.875rem;
background:#6FB3FF;
border-radius:62.438rem;
transition:opacity .2s ease;
font-weight:700;
font-size:15px;
color:#0B0F1C;
}
.lez_hts_cta_mxi:hover{
opacity:.9;
}
.lez_hts_grid_mxi{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.lez_hts_grid_mxi{
grid-template-columns:repeat(3,1fr);
}
}
.lez_hts_step_mxi{
padding-top:22px;
min-width:0;
border-top:1px solid rgba(255,255,255,0.12);
}
.lez_hts_step_num_mxi{
margin-bottom:0.875rem;
font-weight:700;
line-height:1;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.75rem;
color:#6FB3FF;
}
.lez_hts_step_h_mxi{
font-size:1.188rem;
color:#EEF1FA;
line-height:1.2;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-weight:700;
}
.lez_hts_step_p_mxi{
color:#8C9BBC;
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
}
.lez_ts_mxi{
padding:2.75rem 0;
}
.lez_ts_in_mxi{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:880px){
.lez_ts_in_mxi{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.lez_ts_left_mxi{
min-width:0;
}
.lez_ts_h2_mxi{
margin-bottom:12px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:26px;
font-weight:600;
line-height:1.1;
color:#EEF1FA;
}
@media(min-width:768px){
.lez_ts_h2_mxi{
font-size:28px;
}
}
.lez_ts_text_mxi{
line-height:1.6;
max-width:32.5rem;
font-size:0.906rem;
color:#8C9BBC;
margin-bottom:1.375rem;
}
.lez_ts_badges_mxi{
gap:18px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.lez_ts_badge_mxi{
font-size:0.813rem;
font-weight:600;
color:#8C9BBC;
}
.lez_ts_pay_mxi{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:880px){
.lez_ts_pay_mxi{
justify-content:flex-end;
}
}
.lez_ts_pay_chip_mxi{
background:rgba(255,255,255,0.07);
padding:0.75rem 16px;
border:1px solid rgba(255,255,255,0.12);
border-radius:0.875rem;
color:#EEF1FA;
font-weight:700;
font-size:14px;
}
.lez_el_mxi{
padding:48px 0;
}
@media(min-width:769px){
.lez_el_mxi{
padding:3.5rem 0;
}
}
.lez_el_in_mxi{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:901px){
.lez_el_in_mxi{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.lez_el_left_mxi{
min-width:0;
}
.lez_el_eyebrow_mxi{
margin-bottom:0.875rem;
}
.lez_el_h2_mxi{
font-size:2rem;
line-height:1.08;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:22px;
color:#0F1220;
overflow-wrap:break-word;
}
@media(min-width:765px){
.lez_el_h2_mxi{
font-size:38px;
}
}
.lez_el_body_mxi p{
font-size:1rem;
overflow-wrap:break-word;
margin-bottom:1.125rem;
line-height:1.7;
color:#252D40;
}
.lez_el_dropcap_mxi{
padding:0.375rem 12px 0 0;
line-height:.8;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#2E6FE8;
float:left;
font-size:62px;
}
.lez_el_right_mxi{
min-width:0;
}
.lez_el_quote_mxi{
background:linear-gradient(150deg,#162040,#090D18);
padding:36px;
border-radius:20px;
color:#EEF1FA;
position:relative;
margin-bottom:1.5rem;
}
.lez_el_quote_mark_mxi{
display:inline-flex;
margin-bottom:0.375rem;
align-items:center;
color:#6FB3FF;
}
.lez_el_quote_mark_mxi svg{
width:2.125rem;
height:2.125rem;
}
.lez_el_quote_text_mxi{
margin-bottom:22px;
color:#EEF1FA;
overflow-wrap:break-word;
font-weight:500;
font-size:22px;
line-height:1.4;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.lez_el_quote_meta_mxi{
gap:12px;
align-items:center;
display:flex;
}
.lez_el_quote_av_mxi{
flex:0 0 auto;
background:linear-gradient(135deg,#2E6FE8,#7AB8FF);
border-radius:50%;
height:38px;
width:2.375rem;
}
.lez_el_quote_author_mxi{
color:#EEF1FA;
font-weight:700;
font-size:14px;
}
.lez_el_quote_meta_sub_mxi{
font-size:12px;
color:#8C9BBC;
}
.lez_el_explain_mxi{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(15,18,32,0.08);
}
.lez_el_explain_card_mxi{
padding:22px 1.5rem;
}
.lez_el_explain_card_mxi+.lez_el_explain_card_mxi{
border-top:1px solid rgba(15,18,32,0.08);
}
.lez_el_explain_h_mxi{
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:20px;
line-height:1.15;
color:#0F1220;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.lez_el_explain_p_mxi{
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
color:#7A86A0;
}
.lez_sb_mxi{
background:#FFFFFF;
padding:48px 0;
border-top:1px solid rgba(15,18,32,0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(15,18,32,0.08);
}
@media(min-width:770px){
.lez_sb_mxi{
padding:56px 0;
}
}
.lez_sb_eyebrow_mxi{
margin-bottom:12px;
display:block;
}
.lez_sb_h2_mxi{
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-size:30px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
color:#0F1220;
margin-bottom:1.625rem;
}
@media(min-width:770px){
.lez_sb_h2_mxi{
font-size:36px;
}
}
.lez_sb_grid_mxi{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:559px){
.lez_sb_grid_mxi{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.lez_sb_grid_mxi{
grid-template-columns:repeat(4,1fr);
}
}
.lez_sb_card_mxi{
border-radius:0.875rem;
padding:1.5rem;
background:#F4F6FA;
border:1px solid rgba(15,18,32,0.08);
min-width:0;
}
.lez_sb_card_h_mxi{
color:#0F1220;
font-weight:600;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-size:19px;
line-height:1.15;
overflow-wrap:break-word;
}
.lez_sb_card_p_mxi{
line-height:1.6;
font-size:13.5px;
color:#7A86A0;
overflow-wrap:break-word;
}
.lez_sb_rtp_mxi{
border:1px solid rgba(15,18,32,0.08);
border-radius:0.875rem;
grid-template-columns:1fr;
gap:24px;
background:#F4F6FA;
padding:26px 28px;
align-items:center;
display:grid;
margin-top:1.125rem;
}
@media(min-width:762px){
.lez_sb_rtp_mxi{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.lez_sb_rtp_h_mxi{
color:#0F1220;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-size:1.25rem;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
}
.lez_sb_rtp_p_mxi{
font-size:0.844rem;
overflow-wrap:break-word;
color:#7A86A0;
line-height:1.6;
}
.lez_sb_rtp_stats_mxi{
gap:16px;
display:flex;
}
.lez_sb_stat_mxi{
background:#FFFFFF;
padding:18px;
border-radius:8px;
flex:1 1 0;
text-align:center;
min-width:0;
}
.lez_sb_stat_v_mxi{
color:#1DB87A;
overflow-wrap:break-word;
font-weight:700;
font-size:26px;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.lez_sb_stat_l_mxi{
font-size:11.5px;
color:#5A6480;
margin-top:0.25rem;
}
.lez_faq_mxi{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(15,18,32,0.08);
border-top:1px solid rgba(15,18,32,0.08);
margin-top:24px;
}
@media(min-width:766px){
.lez_faq_mxi{
padding:62px 0;
}
}
.lez_faq_head_mxi{
text-align:center;
margin-bottom:2.125rem;
}
.lez_faq_eyebrow_mxi{
margin-bottom:0.75rem;
}
.lez_faq_h2_mxi{
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
color:#0F1220;
font-weight:600;
line-height:1.05;
}
@media(min-width:766px){
.lez_faq_h2_mxi{
font-size:38px;
}
}
.lez_faq_list_mxi{
margin:0 auto;
gap:12px;
display:flex;
max-width:820px;
flex-direction:column;
}
.lez_faq_item_mxi{
background:#F4F6FA;
overflow:hidden;
border:1px solid rgba(15,18,32,0.08);
border-radius:14px;
}
.lez_faq_q_mxi{
padding:20px 24px;
list-style:none;
gap:1.25rem;
font-size:16px;
justify-content:space-between;
color:#0F1220;
align-items:center;
overflow-wrap:break-word;
display:flex;
cursor:pointer;
font-weight:700;
}
.lez_faq_q_mxi::-webkit-details-marker{
display:none;
}
.lez_faq_q_ic_mxi{
flex:0 0 auto;
transition:transform .2s ease;
display:inline-flex;
align-items:center;
color:#2E6FE8;
}
.lez_faq_q_ic_mxi svg{
width:1.125rem;
height:18px;
}
.lez_faq_item_mxi[open] .lez_faq_q_ic_mxi{
transform:rotate(180deg);
}
.lez_faq_a_mxi{
padding:0 24px 1.25rem;
color:#7A86A0;
line-height:1.6;
font-size:14.5px;
overflow-wrap:break-word;
}
.lez_gd_mxi{
padding:48px 0 10px;
}
.lez_gd_head_mxi{
gap:0.875rem;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:681px){
.lez_gd_head_mxi{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.lez_gd_eyebrow_mxi{
margin-bottom:0.625rem;
}
.lez_gd_h2_mxi{
line-height:1.05;
font-size:1.75rem;
font-weight:600;
color:#0F1220;
overflow-wrap:break-word;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.lez_gd_h2_mxi{
font-size:34px;
}
}
.lez_gd_more_mxi{
transition:color .2s ease,border-color .2s ease;
flex:0 0 auto;
color:#0F1220;
border-bottom:1px solid #0F1220;
padding-bottom:2px;
font-size:0.844rem;
font-weight:600;
}
.lez_gd_more_mxi:hover{
border-color:#2E6FE8;
color:#2E6FE8;
}
.lez_gd_grid_mxi{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.lez_gd_grid_mxi{
grid-template-columns:repeat(3,1fr);
}
}
.lez_gd_card_mxi{
border:1px solid rgba(15,18,32,0.08);
overflow:hidden;
background:#FFFFFF;
border-radius:0.875rem;
min-width:0;
display:block;
}
.lez_gd_card_img_mxi{
background:linear-gradient(140deg,#162040,#2E6FE8);
height:9.375rem;
}
.lez_gd_card_body_mxi{
padding:1.375rem;
}
.lez_gd_card_cat_mxi{
text-transform:uppercase;
font-weight:600;
color:#2E6FE8;
letter-spacing:.1em;
font-size:10px;
}
.lez_gd_card_h_mxi{
margin:0.5rem 0 10px;
overflow-wrap:break-word;
line-height:1.2;
font-size:19px;
font-weight:600;
color:#0F1220;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.lez_gd_card_meta_mxi{
color:#5A6480;
font-size:0.75rem;
overflow-wrap:break-word;
}
.lez_sg_mxi{
padding:3rem 0 0.625rem;
}
.lez_sg_eyebrow_mxi{
display:block;
margin-bottom:12px;
}
.lez_sg_h2_mxi{
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
margin-bottom:28px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#0F1220;
}
@media(min-width:771px){
.lez_sg_h2_mxi{
font-size:2.25rem;
}
}
.lez_sg_grid_mxi{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.lez_sg_grid_mxi{
grid-template-columns:repeat(3,1fr);
}
}
.lez_sg_col_mxi{
min-width:0;
}
.lez_sg_col_h_mxi{
font-weight:600;
margin-bottom:0.625rem;
overflow-wrap:break-word;
line-height:1.15;
font-size:1.375rem;
color:#0F1220;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
}
.lez_sg_col_p_mxi{
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
color:#7A86A0;
}
.lez_lh_mxi{
padding:40px 0 20px;
}
.lez_lh_in_mxi{
border-top:1px solid rgba(15,18,32,0.14);
padding-top:34px;
}
.lez_lh_eyebrow_mxi{
display:block;
margin-bottom:22px;
}
.lez_lh_grid_mxi{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:603px){
.lez_lh_grid_mxi{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.lez_lh_grid_mxi{
grid-template-columns:repeat(5,1fr);
}
}
.lez_lh_col_mxi{
min-width:0;
}
.lez_lh_col_h_mxi{
color:#0F1220;
font-size:0.813rem;
font-weight:700;
overflow-wrap:break-word;
margin-bottom:12px;
}
.lez_lh_links_mxi{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.lez_lh_link_mxi{
transition:color .2s ease;
color:#7A86A0;
font-size:13px;
overflow-wrap:break-word;
}
.lez_lh_link_mxi:hover{
color:#2E6FE8;
}
.lez_ft_mxi{
background:#1A1E2E;
color:#8C9BBC;
margin-top:40px;
}
.lez_ft_in_mxi{
grid-template-columns:1fr;
gap:2rem;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:598px){
.lez_ft_in_mxi{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.lez_ft_in_mxi{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.lez_ft_brand_mxi{
min-width:0;
}
.lez_ft_logo_mxi{
font-size:26px;
font-weight:700;
color:#EEF1FA;
font-family:"EB Garamond", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.lez_ft_tagline_mxi{
max-width:280px;
line-height:1.6;
color:#8C9BBC;
margin-top:0.875rem;
font-size:0.844rem;
}
.lez_ft_contact_mxi{
transition:color .2s ease;
font-size:13px;
display:inline-block;
max-width:17.5rem;
color:#6FB3FF;
overflow-wrap:anywhere;
margin-top:0.75rem;
}
.lez_ft_contact_mxi:hover{
color:#EEF1FA;
}
.lez_ft_col_mxi{
min-width:0;
}
.lez_ft_col_h_mxi{
font-size:13px;
color:#EEF1FA;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:700;
overflow-wrap:break-word;
margin-bottom:0.875rem;
}
.lez_ft_col_links_mxi{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.lez_ft_link_mxi{
transition:color .2s ease;
color:#8C9BBC;
font-size:0.844rem;
overflow-wrap:break-word;
}
.lez_ft_link_mxi:hover{
color:#EEF1FA;
}
.lez_ft_bot_mxi{
padding:1.375rem 0 40px;
gap:1rem;
flex-direction:column;
display:flex;
border-top:1px solid rgba(255,255,255,0.12);
}
@media(min-width:765px){
.lez_ft_bot_mxi{
gap:1.25rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.lez_ft_legal_mxi{
color:#A4ADBF;
font-size:0.719rem;
line-height:1.6;
max-width:760px;
overflow-wrap:break-word;
}
.lez_ft_legal_mxi b{
color:#8C9BBC;
font-weight:700;
}
.lez_ft_age_mxi{
flex:0 0 auto;
padding:0.25rem 9px;
border:1.5px solid #6FB3FF;
border-radius:0.5rem;
font-size:0.813rem;
color:#6FB3FF;
font-weight:700;
}