*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0D1117;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
line-height:1.6;
font-size:15px;
-webkit-font-smoothing:antialiased;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#B8C8DF;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0, 0, 0, 0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.rmo_layout_wxc{
min-height:100vh;
flex-direction:column;
display:flex;
}
.rmo_main_wxc{
flex:1 1 auto;
min-width:0;
width:100%;
}
.rmo_container_wxc{
margin:0 auto;
padding:0 1rem;
max-width:1400px;
width:100%;
}
@media(min-width:770px){
.rmo_container_wxc{
padding:0 32px;
}
}
@media(min-width:1101px){
.rmo_container_wxc{
padding:0 3.5rem;
}
}
.rmo_eyebrow_wxc{
text-transform:uppercase;
display:inline-block;
font-weight:600;
color:#3A9EF5;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.4;
font-size:0.688rem;
overflow-wrap:break-word;
letter-spacing:.2em;
}
.rmo_band_wxc{
background:#0A1020;
color:#EDF2FA;
}
.rmo_band_wxc .rmo_eyebrow_wxc{
color:#5BB8FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.rmo_tb_wxc{
background:#0D1117;
border-bottom:1px solid rgba(180, 210, 255, 0.13);
position:sticky;
top:0;
z-index:50;
}
.rmo_tb_in_wxc{
gap:1rem;
margin:0 auto;
padding:0.75rem 1rem;
align-items:center;
justify-content:space-between;
max-width:1400px;
width:100%;
display:flex;
}
@media(min-width:767px){
.rmo_tb_in_wxc{
padding:16px 2rem;
}
}
@media(min-width:1102px){
.rmo_tb_in_wxc{
padding:1.125rem 3.5rem;
}
}
.rmo_tb_left_wxc{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.rmo_tb_logo_wxc{
gap:0.688rem;
min-width:0;
display:flex;
align-items:center;
}
.rmo_tb_logo_mark_wxc{
border-radius:0.5rem;
flex:0 0 auto;
width:2.125rem;
height:2.125rem;
object-fit:cover;
}
.rmo_tb_logo_txt_wxc{
min-width:0;
flex-direction:column;
display:flex;
line-height:1;
}
.rmo_tb_logo_name_wxc{
overflow:hidden;
white-space:nowrap;
font-size:1.375rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#EDF2FA;
text-overflow:ellipsis;
letter-spacing:.02em;
font-weight:700;
}
.rmo_tb_logo_sub_wxc{
overflow:hidden;
text-overflow:ellipsis;
font-size:8.5px;
white-space:nowrap;
font-weight:600;
letter-spacing:.32em;
margin-top:4px;
text-transform:uppercase;
color:#3A9EF5;
}
.rmo_tb_nav_wxc{
display:none;
}
@media(min-width:962px){
.rmo_tb_nav_wxc{
gap:28px;
display:flex;
align-items:center;
}
}
.rmo_tb_nav_item_wxc{
transition:color .2s ease,border-color .2s ease;
padding-bottom:3px;
white-space:nowrap;
border-bottom:2px solid transparent;
font-size:0.875rem;
color:#B8C8DF;
font-weight:600;
}
.rmo_tb_nav_item_wxc:hover{
color:#EDF2FA;
}
.rmo_tb_nav_item_wxc.rmo_state_active_wxc{
border-color:#3A9EF5;
color:#EDF2FA;
}
.rmo_tb_right_wxc{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.rmo_tb_search_wxc{
transition:color .2s ease;
color:#B8C8DF;
align-items:center;
justify-content:center;
display:flex;
}
.rmo_tb_search_wxc:hover{
color:#3A9EF5;
}
.rmo_tb_search_wxc svg{
height:1.125rem;
width:18px;
}
.rmo_tb_lang_wxc{
font-size:11px;
text-transform:uppercase;
letter-spacing:.1em;
color:#7A93B0;
font-weight:600;
}
.rmo_tb_lang_wxc:hover{
color:#EDF2FA;
}
.rmo_tb_login_wxc{
font-size:0.875rem;
display:none;
color:#EDF2FA;
font-weight:600;
}
@media(min-width:768px){
.rmo_tb_login_wxc{
display:inline-block;
}
}
.rmo_tb_register_wxc{
background:#3A9EF5;
transition:background-color .2s ease;
border-radius:999px;
padding:0.688rem 1.375rem;
color:#07111E;
font-size:14px;
white-space:nowrap;
font-weight:700;
}
.rmo_tb_register_wxc:hover{
background:#5BB8FF;
}
.rmo_mob_wxc{
background:#0D1117;
padding-bottom:env(safe-area-inset-bottom);
right:0;
border-top:1px solid rgba(180, 210, 255, 0.13);
left:0;
position:fixed;
bottom:0;
z-index:60;
}
@media(min-width:961px){
.rmo_mob_wxc{
display:none;
}
}
.rmo_mob_in_wxc{
margin:0 auto;
display:flex;
max-width:560px;
justify-content:space-around;
align-items:stretch;
}
.rmo_mob_item_wxc{
gap:3px;
padding:0.563rem 0.25rem;
transition:color .2s ease;
flex:1 1 0;
align-items:center;
flex-direction:column;
display:flex;
min-width:0;
color:#7A93B0;
}
.rmo_mob_item_wxc.rmo_state_active_wxc{
color:#3A9EF5;
}
.rmo_mob_ic_wxc{
align-items:center;
justify-content:center;
display:flex;
}
.rmo_mob_ic_wxc svg{
width:20px;
height:20px;
}
.rmo_mob_lb_wxc{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:600;
font-size:0.625rem;
}
@media(max-width:959px){
body{
padding-bottom:60px;
}
}
.rmo_rail_wxc{
min-width:0;
position:relative;
}
.rmo_rail_scroll_wxc{
gap:14px;
scrollbar-width:thin;
overflow-x:auto;
display:flex;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
}
@media(min-width:766px){
.rmo_rail_scroll_wxc{
gap:1.125rem;
}
}
.rmo_gc_wxc{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:767px){
.rmo_gc_wxc{
width:188px;
}
}
.rmo_gc_img_wxc{
background:#141B24;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 8px rgba(0, 10, 30, 0.45), 0 1px 2px rgba(0, 10, 30, 0.60);
padding-bottom:133.33%;
}
.rmo_gc_img_wxc img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.rmo_gc_cover_wxc{
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.rmo_gc_hover_wxc{
transition:opacity .2s ease;
background:rgba(0, 0, 0, 0.52);
inset:0;
align-items:center;
opacity:0;
display:flex;
position:absolute;
justify-content:center;
}
.rmo_gc_wxc:hover .rmo_gc_hover_wxc{
opacity:1;
}
.rmo_gc_hover_btn_wxc{
background:#3A9EF5;
border-radius:999px;
color:#07111E;
justify-content:center;
height:46px;
align-items:center;
display:flex;
width:2.875rem;
}
.rmo_gc_hover_btn_wxc svg{
width:18px;
height:1.125rem;
}
.rmo_gc_info_wxc{
gap:2px;
display:flex;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
}
.rmo_gc_name_wxc{
overflow:hidden;
color:#EDF2FA;
text-overflow:ellipsis;
font-weight:700;
font-size:0.813rem;
white-space:nowrap;
}
.rmo_gc_prov_wxc{
overflow:hidden;
font-size:11px;
color:#7A93B0;
text-overflow:ellipsis;
white-space:nowrap;
}
.rmo_gc_meta_wxc{
font-size:0.688rem;
color:#7A93B0;
}
.rmo_tc_wxc{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:771px){
.rmo_tc_wxc{
width:230px;
}
}
.rmo_tc_img_wxc{
background:#141B24;
border-radius:0.875rem;
overflow:hidden;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.5rem rgba(0, 10, 30, 0.45), 0 1px 2px rgba(0, 10, 30, 0.60);
}
.rmo_tc_img_wxc img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.rmo_tc_info_wxc{
gap:2px;
flex-direction:column;
margin-top:9px;
display:flex;
min-width:0;
}
.rmo_tc_name_wxc{
overflow:hidden;
color:#EDF2FA;
font-size:14px;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
}
.rmo_tc_rtp_wxc{
font-size:0.688rem;
color:#7A93B0;
}
.rmo_lc_wxc{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:766px){
.rmo_lc_wxc{
width:268px;
}
}
.rmo_lc_img_wxc{
background:#141B24;
border-radius:0.875rem;
overflow:hidden;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 8px rgba(0, 10, 30, 0.45), 0 1px 2px rgba(0, 10, 30, 0.60);
}
.rmo_lc_img_wxc img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.rmo_lc_live_wxc{
border-radius:999px;
background:rgba(0, 0, 0, 0.52);
gap:7px;
padding:4px 0.563rem;
display:flex;
left:12px;
position:absolute;
top:12px;
align-items:center;
}
.rmo_lc_live_dot_wxc{
background:#F5484A;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
height:0.5rem;
width:8px;
}
.rmo_lc_seats_wxc{
color:#EDF2FA;
letter-spacing:.08em;
text-transform:uppercase;
font-size:10px;
font-weight:600;
}
.rmo_lc_info_wxc{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:0.563rem;
}
.rmo_lc_name_wxc{
overflow:hidden;
color:#EDF2FA;
font-weight:700;
font-size:15px;
text-overflow:ellipsis;
white-space:nowrap;
}
.rmo_lc_bet_wxc{
color:#7A93B0;
font-size:11px;
}
.rmo_pc_wxc{
padding:1rem 0.875rem;
border-radius:0.875rem;
background:#141B24;
gap:0.5rem;
border:1px solid rgba(180, 210, 255, 0.07);
justify-content:center;
min-height:4.625rem;
min-width:0;
display:flex;
align-items:center;
flex-direction:column;
}
.rmo_pc_logo_wxc{
flex:0 0 auto;
object-fit:contain;
max-width:100%;
height:1.75rem;
width:auto;
}
.rmo_pc_name_wxc{
overflow:hidden;
text-overflow:ellipsis;
max-width:100%;
color:#7A93B0;
font-size:0.688rem;
white-space:nowrap;
text-align:center;
}
.rmo_gc_tag_wxc{
border-radius:8px;
padding:3px 0.5rem;
font-size:10px;
text-transform:uppercase;
font-weight:700;
left:10px;
position:absolute;
top:10px;
display:inline-block;
z-index:2;
letter-spacing:.06em;
}
.rmo_gc_tag_hot_wxc{
background:#F5484A;
color:#EDF2FA;
}
.rmo_gc_tag_new_wxc{
background:#72C3FF;
color:#07111E;
}
.rmo_gc_tag_jp_wxc{
background:#F5C842;
color:#07111E;
}
.rmo_gc_tag_live_wxc{
background:#F5484A;
color:#EDF2FA;
}
.rmo_sh_wxc{
min-width:0;
margin-bottom:1.125rem;
}
.rmo_sh_row_wxc{
gap:16px;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
}
.rmo_sh_row_wxc .rmo_sh_l_wxc{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.rmo_sh_stack_wxc{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.rmo_sh_center_wxc{
gap:0.625rem;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.rmo_sh_h2_wxc{
font-size:24px;
line-height:1.1;
font-weight:600;
color:#EDF2FA;
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.rmo_sh_h2_wxc{
font-size:30px;
}
}
.rmo_band_wxc .rmo_sh_h2_wxc{
color:#EDF2FA;
}
.rmo_sh_eb_line_wxc{
gap:10px;
display:inline-flex;
align-items:center;
}
.rmo_sh_eb_line_wxc::before{
background:#3A9EF5;
content:"";
display:inline-block;
height:1px;
width:1.75rem;
}
.rmo_band_wxc .rmo_sh_eb_line_wxc::before{
background:#5BB8FF;
}
.rmo_sh_eb_dot_wxc{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.rmo_sh_eb_dot_wxc::before{
border-radius:50%;
background:#3A9EF5;
content:"";
display:inline-block;
height:6px;
width:6px;
}
.rmo_band_wxc .rmo_sh_eb_dot_wxc::before{
background:#5BB8FF;
}
.rmo_sh_link_wxc{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:0.375rem;
border-bottom:1px solid #EDF2FA;
font-weight:600;
color:#EDF2FA;
display:inline-flex;
align-items:center;
padding-bottom:2px;
font-size:13px;
white-space:nowrap;
}
.rmo_sh_link_wxc:hover{
border-color:#3A9EF5;
color:#3A9EF5;
}
.rmo_sh_link_wxc svg{
height:0.875rem;
width:14px;
}
.rmo_sh_link_chev_wxc{
padding-bottom:0;
border-bottom:0;
}
.rmo_sh_link_btn_wxc{
background:#3A9EF5;
padding:0.563rem 18px;
border-radius:999px;
border-bottom:0;
color:#07111E;
}
.rmo_sh_link_btn_wxc:hover{
background:#5BB8FF;
border-color:transparent;
color:#07111E;
}
.rmo_band_wxc .rmo_sh_link_wxc{
border-color:#EDF2FA;
color:#EDF2FA;
}
.rmo_band_wxc .rmo_sh_link_btn_wxc{
background:#5BB8FF;
color:#07111E;
}
.rmo_sh_rule_wxc{
background:rgba(180, 210, 255, 0.13);
margin:-2px 0 18px;
height:1px;
}
.rmo_band_wxc .rmo_sh_rule_wxc{
background:rgba(200, 220, 255, 0.13);
}
.rmo_hero_wxc{
padding:2rem 0 0.5rem;
}
@media(min-width:767px){
.rmo_hero_wxc{
padding:3.5rem 0 1.5rem;
}
}
.rmo_hero_in_wxc{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:897px){
.rmo_hero_in_wxc{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.rmo_hero_copy_wxc{
min-width:0;
}
.rmo_hero_eyebrow_wxc{
gap:0.625rem;
margin-bottom:22px;
align-items:center;
display:inline-flex;
}
.rmo_hero_eyebrow_line_wxc{
background:#3A9EF5;
flex:0 0 auto;
display:inline-block;
height:1px;
width:28px;
}
.rmo_hero_h1_wxc{
margin-bottom:20px;
color:#EDF2FA;
overflow-wrap:break-word;
font-weight:600;
letter-spacing:-.01em;
font-size:38px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.04;
}
@media(min-width:769px){
.rmo_hero_h1_wxc{
font-size:54px;
}
}
@media(min-width:1101px){
.rmo_hero_h1_wxc{
font-size:3.875rem;
}
}
.rmo_hero_h1_wxc em{
font-style:normal;
color:#3A9EF5;
}
.rmo_hero_sub_wxc{
max-width:30rem;
font-size:1rem;
line-height:1.6;
color:#566C84;
margin-bottom:30px;
}
@media(min-width:769px){
.rmo_hero_sub_wxc{
font-size:1.125rem;
}
}
.rmo_hero_actions_wxc{
gap:14px;
margin-bottom:34px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.rmo_hero_cta_wxc{
padding:16px 1.875rem;
border-radius:999px;
gap:10px;
background:#3A9EF5;
transition:background-color .2s ease;
color:#07111E;
display:inline-flex;
align-items:center;
font-weight:700;
font-size:0.938rem;
}
.rmo_hero_cta_wxc:hover{
background:#5BB8FF;
}
.rmo_hero_cta_ic_wxc{
align-items:center;
display:inline-flex;
}
.rmo_hero_cta_ic_wxc svg{
height:1rem;
width:1rem;
}
.rmo_hero_cta_alt_wxc{
border-radius:999px;
transition:border-color .2s ease,color .2s ease;
border:1px solid rgba(180, 210, 255, 0.13);
padding:0.938rem 26px;
background:transparent;
color:#EDF2FA;
font-size:0.938rem;
font-weight:600;
align-items:center;
display:inline-flex;
}
.rmo_hero_cta_alt_wxc:hover{
border-color:#3A9EF5;
color:#3A9EF5;
}
.rmo_hero_trust_wxc{
gap:22px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.rmo_hero_trust_item_wxc{
gap:9px;
font-size:13px;
display:flex;
color:#B8C8DF;
font-weight:600;
align-items:center;
}
.rmo_hero_trust_ic_wxc{
color:#3A9EF5;
display:inline-flex;
align-items:center;
}
.rmo_hero_trust_ic_wxc svg{
height:16px;
width:16px;
}
.rmo_hero_promo_wxc{
border-radius:20px;
overflow:hidden;
background:#141B24;
box-shadow:0 0.5rem 40px rgba(0, 8, 24, 0.65), 0 2px 0.75rem rgba(58, 158, 245, 0.12);
display:flex;
min-height:300px;
position:relative;
}
.rmo_hero_promo_bg_wxc{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.rmo_hero_promo_bg_wxc::after{
inset:0;
background:linear-gradient(120deg,#0A1020 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.rmo_hero_promo_glow_wxc{
background:radial-gradient(circle,rgba(56, 152, 255, 0.12) 0%,transparent 65%);
border-radius:50%;
right:-1.25rem;
height:16.25rem;
position:absolute;
pointer-events:none;
top:-40px;
width:260px;
}
.rmo_hero_promo_ct_wxc{
padding:28px;
z-index:2;
position:relative;
max-width:88%;
align-self:flex-end;
}
.rmo_hero_promo_label_wxc{
font-weight:700;
font-size:0.625rem;
text-transform:uppercase;
display:block;
color:#5BB8FF;
margin-bottom:0.5rem;
letter-spacing:.25em;
}
.rmo_hero_promo_amount_wxc{
color:#EDF2FA;
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
}
@media(min-width:771px){
.rmo_hero_promo_amount_wxc{
font-size:2.5rem;
}
}
.rmo_hero_promo_amount_wxc em{
color:#5BB8FF;
font-style:normal;
}
.rmo_hero_rating_wxc{
border:1px solid rgba(180, 210, 255, 0.07);
padding:0.625rem 0.875rem;
gap:10px;
background:#141B24;
border-radius:14px;
max-width:min(16.25rem,62%);
align-items:center;
display:flex;
z-index:3;
top:14px;
box-shadow:0 2px 8px rgba(0, 10, 30, 0.45), 0 1px 2px rgba(0, 10, 30, 0.60);
right:0.875rem;
position:absolute;
}
.rmo_hero_rating_score_wxc{
flex:0 0 auto;
color:#EDF2FA;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:24px;
font-weight:700;
}
.rmo_hero_rating_txt_wxc{
flex:1 1 auto;
min-width:0;
}
.rmo_hero_rating_stars_wxc{
gap:2px;
display:flex;
color:#3A9EF5;
}
.rmo_hero_rating_stars_wxc svg{
width:0.75rem;
height:0.75rem;
}
.rmo_hero_rating_cap_wxc{
font-size:0.688rem;
overflow-wrap:break-word;
margin-top:3px;
line-height:1.35;
color:#7A93B0;
display:block;
}
.rmo_stat_wxc{
margin-top:1rem;
border-top:1px solid rgba(180, 210, 255, 0.13);
border-bottom:1px solid rgba(180, 210, 255, 0.13);
}
.rmo_stat_in_wxc{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.rmo_stat_in_wxc{
grid-template-columns:repeat(4,1fr);
}
}
.rmo_stat_item_wxc{
padding:1.375rem 0.875rem;
border-bottom:1px solid rgba(180, 210, 255, 0.07);
min-width:0;
border-right:1px solid rgba(180, 210, 255, 0.07);
}
.rmo_stat_item_wxc:nth-child(2n){
border-right:0;
}
.rmo_stat_item_wxc:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.rmo_stat_item_wxc{
border-bottom:0;
}
.rmo_stat_item_wxc:nth-child(2n){
border-right:1px solid rgba(180, 210, 255, 0.07);
}
.rmo_stat_item_wxc:nth-child(4n){
border-right:0;
}
}
.rmo_stat_value_wxc{
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#EDF2FA;
font-size:30px;
line-height:1;
font-weight:700;
}
@media(min-width:768px){
.rmo_stat_value_wxc{
font-size:2.125rem;
}
}
.rmo_stat_label_wxc{
overflow-wrap:break-word;
margin-top:0.375rem;
line-height:1.4;
font-size:13px;
color:#7A93B0;
}
.rmo_grow_wxc{
padding:1.625rem 0 10px;
}
.rmo_row_seo_wxc{
margin:10px 0 0;
overflow-wrap:break-word;
max-width:760px;
color:#566C84;
font-size:14px;
line-height:1.65;
}
.rmo_row_seo_wxc strong{
font-weight:700;
color:#EDF2FA;
}
.rmo_grow_wxc{
padding:26px 0 10px;
}
.rmo_row_seo_wxc{
margin:10px 0 0;
color:#566C84;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
max-width:760px;
}
.rmo_row_seo_wxc strong{
color:#EDF2FA;
font-weight:700;
}
.rmo_grow_wxc{
padding:26px 0 10px;
}
.rmo_row_seo_wxc{
margin:0.625rem 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
color:#566C84;
line-height:1.65;
font-size:0.875rem;
}
.rmo_row_seo_wxc strong{
font-weight:700;
color:#EDF2FA;
}
.rmo_gf_wxc{
padding:24px 0 0.375rem;
}
.rmo_gf_in_wxc{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.rmo_gf_chip_wxc{
border-radius:62.438rem;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
padding:10px 18px;
background:#141B24;
border:1px solid rgba(180, 210, 255, 0.13);
font-size:0.813rem;
font-weight:600;
color:#B8C8DF;
white-space:nowrap;
}
.rmo_gf_chip_wxc:hover{
border-color:#3A9EF5;
color:#3A9EF5;
}
.rmo_gf_chip_wxc.rmo_state_active_wxc{
background:#3A9EF5;
border-color:transparent;
color:#07111E;
}
.rmo_grow_wxc{
padding:26px 0 0.625rem;
}
.rmo_row_seo_wxc{
margin:10px 0 0;
max-width:760px;
font-size:14px;
color:#566C84;
overflow-wrap:break-word;
line-height:1.65;
}
.rmo_row_seo_wxc strong{
font-weight:700;
color:#EDF2FA;
}
.rmo_jp_wxc{
padding:30px 0 0.625rem;
}
.rmo_jp_grid_wxc{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:766px){
.rmo_jp_grid_wxc{
grid-template-columns:1fr 1fr;
}
.rmo_jp_card_mega_wxc{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.rmo_jp_grid_wxc{
grid-template-columns:1.4fr 1fr 1fr;
}
.rmo_jp_card_mega_wxc{
grid-column:auto;
}
}
.rmo_jp_card_wxc{
background:#141B24;
border:1px solid rgba(180, 210, 255, 0.07);
overflow:hidden;
padding:26px;
gap:0.75rem;
border-radius:20px;
justify-content:space-between;
display:flex;
min-height:12.5rem;
min-width:0;
position:relative;
flex-direction:column;
}
.rmo_jp_card_mega_wxc{
background:linear-gradient(135deg,#0C1528,#07090F);
border-color:transparent;
min-height:210px;
color:#EDF2FA;
}
.rmo_jp_glow_wxc{
border-radius:50%;
background:radial-gradient(circle,rgba(56, 152, 255, 0.12),transparent 70%);
position:absolute;
right:-2.5rem;
height:200px;
pointer-events:none;
top:-40px;
width:12.5rem;
}
.rmo_jp_label_wxc{
gap:10px;
justify-content:space-between;
align-items:center;
position:relative;
text-transform:uppercase;
flex-wrap:wrap;
font-weight:700;
color:#3A9EF5;
letter-spacing:.16em;
font-size:10px;
display:flex;
}
.rmo_jp_card_mega_wxc .rmo_jp_label_wxc{
color:#5BB8FF;
}
.rmo_jp_drop_wxc{
letter-spacing:.04em;
color:#7A93B0;
text-transform:none;
font-weight:600;
}
.rmo_jp_card_mega_wxc .rmo_jp_drop_wxc{
color:#7A9EC4;
}
.rmo_jp_amount_wxc{
font-weight:700;
font-size:2.375rem;
line-height:1;
position:relative;
color:#EDF2FA;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.rmo_jp_card_mega_wxc .rmo_jp_amount_wxc{
animation:zm2-pulse 2.4s infinite;
color:#5BB8FF;
font-size:3rem;
}
@media(min-width:769px){
.rmo_jp_card_mega_wxc .rmo_jp_amount_wxc{
font-size:3.375rem;
}
}
.rmo_jp_game_wxc{
font-size:0.813rem;
color:#7A93B0;
position:relative;
}
.rmo_jp_card_mega_wxc .rmo_jp_game_wxc{
color:#7A9EC4;
}
.rmo_jp_cta_wxc{
position:relative;
align-self:flex-start;
}
.rmo_jp_card_mega_wxc .rmo_jp_cta_wxc{
background:#5BB8FF;
transition:opacity .2s ease;
border-radius:999px;
padding:10px 20px;
font-size:0.813rem;
color:#07111E;
font-weight:700;
}
.rmo_jp_card_mega_wxc .rmo_jp_cta_wxc:hover{
opacity:.9;
}
.rmo_jp_card_wxc:not(.rmo_jp_card_mega_wxc) .rmo_jp_cta_wxc{
transition:color .2s ease,border-color .2s ease;
border-bottom:1px solid #EDF2FA;
font-size:0.813rem;
font-weight:700;
padding-bottom:2px;
color:#EDF2FA;
}
.rmo_jp_card_wxc:not(.rmo_jp_card_mega_wxc) .rmo_jp_cta_wxc:hover{
border-color:#3A9EF5;
color:#3A9EF5;
}
.rmo_jp_seo_wxc{
margin:0.875rem 0 0;
overflow-wrap:break-word;
font-size:14px;
color:#566C84;
max-width:760px;
line-height:1.65;
}
.rmo_jp_seo_wxc strong{
color:#EDF2FA;
font-weight:700;
}
.rmo_trn_wxc{
padding:1.875rem 0 0.625rem;
}
.rmo_trn_in_wxc{
overflow:hidden;
border:1px solid rgba(180, 210, 255, 0.07);
grid-template-columns:1fr;
background:#141B24;
border-radius:1.25rem;
display:grid;
}
@media(min-width:881px){
.rmo_trn_in_wxc{
grid-template-columns:1.05fr 1fr;
}
}
.rmo_trn_banner_wxc{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(150deg,#0C1528,#07090F);
color:#EDF2FA;
position:relative;
}
.rmo_trn_glow_wxc{
border-radius:50%;
background:radial-gradient(circle,rgba(56, 152, 255, 0.12),transparent 70%);
width:12.5rem;
position:absolute;
pointer-events:none;
height:200px;
right:-40px;
bottom:-2.5rem;
}
.rmo_trn_eyebrow_wxc{
position:relative;
margin-bottom:0.875rem;
}
.rmo_trn_h2_wxc{
margin-bottom:12px;
font-weight:600;
font-size:30px;
overflow-wrap:break-word;
color:#EDF2FA;
line-height:1.06;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
position:relative;
}
@media(min-width:769px){
.rmo_trn_h2_wxc{
font-size:36px;
}
}
.rmo_trn_text_wxc{
font-size:0.875rem;
position:relative;
margin-bottom:22px;
color:#7A9EC4;
line-height:1.6;
max-width:420px;
}
.rmo_trn_timer_wxc{
gap:8px;
flex-wrap:wrap;
display:flex;
align-items:center;
position:relative;
margin-bottom:1.5rem;
}
.rmo_trn_timer_cap_wxc{
color:#7A9EC4;
font-size:11px;
}
.rmo_trn_timer_box_wxc{
border-radius:0.5rem;
padding:0.25rem 12px;
background:rgba(200, 220, 255, 0.07);
font-size:1.5rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#EDF2FA;
}
.rmo_trn_cta_wxc{
padding:0.813rem 26px;
background:#5BB8FF;
border-radius:62.438rem;
transition:opacity .2s ease;
font-weight:700;
font-size:14px;
color:#07111E;
position:relative;
display:inline-block;
}
.rmo_trn_cta_wxc:hover{
opacity:.9;
}
.rmo_trn_lb_wxc{
padding:26px 28px;
}
.rmo_trn_lb_head_wxc{
gap:0.625rem;
align-items:center;
justify-content:space-between;
margin-bottom:0.75rem;
display:flex;
}
.rmo_trn_lb_title_wxc{
font-size:1.25rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#EDF2FA;
}
.rmo_trn_lb_upd_wxc{
text-transform:uppercase;
color:#7A93B0;
font-size:11px;
letter-spacing:.08em;
}
.rmo_trn_lb_row_wxc{
gap:0.875rem;
padding:0.688rem 0.75rem;
border-radius:8px;
align-items:center;
display:flex;
}
.rmo_trn_lb_row_wxc:nth-child(2){
background:rgba(58, 158, 245, 0.12);
}
.rmo_trn_lb_rank_wxc{
flex:0 0 auto;
width:1.375rem;
font-size:1rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#3A9EF5;
}
.rmo_trn_lb_av_wxc{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#3A9EF5,#72C3FF);
width:30px;
height:30px;
}
.rmo_trn_lb_name_wxc{
flex:1 1 auto;
overflow:hidden;
font-weight:600;
color:#EDF2FA;
font-size:0.875rem;
text-overflow:ellipsis;
white-space:nowrap;
min-width:0;
}
.rmo_trn_lb_amount_wxc{
flex:0 0 auto;
font-weight:700;
font-size:0.813rem;
color:#EDF2FA;
}
.rmo_app_wxc{
padding:1.875rem 0 10px;
}
.rmo_app_in_wxc{
border:1px solid rgba(180, 210, 255, 0.07);
background:#141B24;
gap:1.75rem;
padding:32px;
border-radius:20px;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.rmo_app_in_wxc{
padding:40px 44px;
gap:2.5rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.rmo_app_copy_wxc{
min-width:0;
max-width:560px;
}
.rmo_app_eyebrow_wxc{
margin-bottom:12px;
}
.rmo_app_h2_wxc{
overflow-wrap:break-word;
color:#EDF2FA;
line-height:1.05;
margin-bottom:0.75rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:28px;
}
@media(min-width:769px){
.rmo_app_h2_wxc{
font-size:2.125rem;
}
}
.rmo_app_text_wxc{
font-size:14px;
color:#566C84;
margin-bottom:1.375rem;
line-height:1.6;
}
.rmo_app_btns_wxc{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.rmo_app_btn_wxc{
background:#3A9EF5;
border-radius:0.875rem;
transition:background-color .2s ease;
padding:11px 1.25rem;
gap:10px;
color:#07111E;
align-items:center;
display:inline-flex;
}
.rmo_app_btn_wxc:hover{
background:#5BB8FF;
}
.rmo_app_btn_ic_wxc{
align-items:center;
display:inline-flex;
}
.rmo_app_btn_ic_wxc svg{
height:1.125rem;
width:1.125rem;
}
.rmo_app_btn_lb_wxc{
font-weight:700;
font-size:0.844rem;
}
.rmo_app_qr_wrap_wxc{
flex:0 0 auto;
gap:18px;
display:flex;
align-items:center;
}
.rmo_app_qr_wxc{
border-radius:14px;
flex:0 0 auto;
height:108px;
width:6.75rem;
background-color:#3A9EF5;
background-image:repeating-linear-gradient(0deg,#141B24 0 0.313rem,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#141B24 0 0.313rem,transparent 0.313rem 11px);
}
.rmo_app_qr_cap_wxc{
color:#7A93B0;
font-size:0.781rem;
line-height:1.4;
max-width:92px;
}
.rmo_vip_wxc{
padding:3rem 0;
}
@media(min-width:767px){
.rmo_vip_wxc{
padding:4rem 0;
}
}
.rmo_vip_head_wxc{
gap:14px;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:882px){
.rmo_vip_head_wxc{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.rmo_vip_eyebrow_wxc{
margin-bottom:0.75rem;
}
.rmo_vip_h2_wxc{
color:#EDF2FA;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
font-weight:600;
}
@media(min-width:765px){
.rmo_vip_h2_wxc{
font-size:2.5rem;
}
}
.rmo_vip_intro_wxc{
color:#7A9EC4;
max-width:26.25rem;
line-height:1.6;
font-size:14px;
}
.rmo_vip_grid_wxc{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.rmo_vip_card_wxc{
border:1px solid rgba(200, 220, 255, 0.13);
border-radius:0.875rem;
padding:1.375rem 1.125rem;
min-width:0;
}
.rmo_vip_card_feat_wxc{
border-color:#5BB8FF;
background:rgba(200, 220, 255, 0.07);
}
.rmo_vip_card_ic_wxc{
border-radius:8px;
background:linear-gradient(135deg,#3A9EF5,#72C3FF);
margin-bottom:1rem;
width:2.125rem;
display:block;
height:2.125rem;
}
.rmo_vip_name_wxc{
overflow-wrap:break-word;
margin-bottom:0.375rem;
font-weight:600;
color:#EDF2FA;
font-size:20px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.rmo_vip_perk_wxc{
line-height:1.5;
font-size:0.781rem;
overflow-wrap:break-word;
color:#7A9EC4;
}
.rmo_gm_wxc{
padding:1.875rem 0 10px;
}
.rmo_gm_in_wxc{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:883px){
.rmo_gm_in_wxc{
grid-template-columns:1.25fr 1fr;
}
}
.rmo_gm_left_wxc{
border:1px solid rgba(180, 210, 255, 0.07);
padding:32px;
border-radius:1.25rem;
background:#141B24;
min-width:0;
}
.rmo_gm_eyebrow_wxc{
margin-bottom:10px;
}
.rmo_gm_h2_wxc{
margin-bottom:0.5rem;
line-height:1.06;
color:#EDF2FA;
overflow-wrap:break-word;
font-size:26px;
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.rmo_gm_h2_wxc{
font-size:1.75rem;
}
}
.rmo_gm_text_wxc{
font-size:0.875rem;
line-height:1.6;
margin-bottom:22px;
max-width:30rem;
color:#566C84;
}
.rmo_gm_level_wxc{
font-size:22px;
margin-bottom:0.5rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#3A9EF5;
font-weight:700;
}
.rmo_gm_bar_wxc{
overflow:hidden;
border-radius:62.438rem;
background:rgba(180, 210, 255, 0.13);
margin-bottom:0.375rem;
height:8px;
}
.rmo_gm_bar_fill_wxc{
background:linear-gradient(90deg,#3A9EF5,#72C3FF);
border-radius:999px;
height:100%;
}
.rmo_gm_bar_meta_wxc{
gap:10px;
justify-content:space-between;
color:#7A93B0;
font-size:0.688rem;
margin-bottom:1.125rem;
display:flex;
}
.rmo_gm_missions_wxc{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.rmo_gm_mission_wxc{
border-radius:62.438rem;
background:#0D1117;
border:1px solid rgba(180, 210, 255, 0.13);
gap:0.438rem;
padding:9px 0.938rem;
align-items:center;
display:inline-flex;
color:#B8C8DF;
font-size:12.5px;
font-weight:600;
}
.rmo_gm_mission_ic_wxc{
align-items:center;
color:#3A9EF5;
display:inline-flex;
}
.rmo_gm_mission_ic_wxc svg{
height:0.813rem;
width:0.813rem;
}
.rmo_gm_right_wxc{
padding:32px;
overflow:hidden;
background:linear-gradient(150deg,#0C1528,#07090F);
border-radius:20px;
position:relative;
flex-direction:column;
color:#EDF2FA;
display:flex;
}
.rmo_gm_glow_wxc{
background:radial-gradient(circle,rgba(56, 152, 255, 0.12),transparent 70%);
border-radius:50%;
height:9.375rem;
pointer-events:none;
right:-1.875rem;
top:-30px;
width:9.375rem;
position:absolute;
}
.rmo_gm_ref_eyebrow_wxc{
margin-bottom:10px;
position:relative;
}
.rmo_gm_ref_h2_wxc{
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
position:relative;
overflow-wrap:break-word;
color:#EDF2FA;
font-size:26px;
line-height:1.1;
margin-bottom:8px;
}
.rmo_gm_ref_text_wxc{
font-size:13.5px;
line-height:1.55;
margin-bottom:20px;
color:#7A9EC4;
position:relative;
}
.rmo_gm_ref_cta_wxc{
transition:opacity .2s ease;
background:#5BB8FF;
padding:0.688rem 22px;
border-radius:999px;
font-size:13.5px;
margin-top:auto;
position:relative;
color:#07111E;
align-self:flex-start;
font-weight:700;
}
.rmo_gm_ref_cta_wxc:hover{
opacity:.9;
}
.rmo_sea_wxc{
padding:1.5rem 0 10px;
}
.rmo_sea_in_wxc{
gap:22px;
padding:36px;
border-radius:1.25rem;
background:linear-gradient(115deg,#0C1528,#07090F);
overflow:hidden;
position:relative;
flex-direction:column;
display:flex;
color:#EDF2FA;
}
@media(min-width:821px){
.rmo_sea_in_wxc{
gap:32px;
padding:2.75rem 48px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.rmo_sea_glow_wxc{
background:radial-gradient(circle,rgba(56, 152, 255, 0.12),transparent 68%);
border-radius:50%;
right:3.75rem;
height:15rem;
top:50%;
width:240px;
position:absolute;
transform:translateY(-50%);
pointer-events:none;
}
.rmo_sea_copy_wxc{
max-width:35rem;
position:relative;
min-width:0;
}
.rmo_sea_eyebrow_wxc{
margin-bottom:0.75rem;
}
.rmo_sea_h2_wxc{
line-height:1.04;
margin-bottom:0.75rem;
color:#EDF2FA;
font-size:1.875rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:771px){
.rmo_sea_h2_wxc{
font-size:38px;
}
}
.rmo_sea_text_wxc{
font-size:0.938rem;
color:#7A9EC4;
line-height:1.6;
}
.rmo_sea_cta_wxc{
background:#5BB8FF;
padding:1rem 32px;
transition:opacity .2s ease;
flex:0 0 auto;
border-radius:62.438rem;
font-size:15px;
color:#07111E;
position:relative;
font-weight:700;
}
.rmo_sea_cta_wxc:hover{
opacity:.9;
}
.rmo_nl_wxc{
padding:1.5rem 0 0.625rem;
}
.rmo_nl_in_wxc{
background:#071018;
gap:22px;
border-radius:20px;
padding:30px 2rem;
flex-direction:column;
color:#EDF2FA;
display:flex;
}
@media(min-width:771px){
.rmo_nl_in_wxc{
gap:28px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.rmo_nl_text_wrap_wxc{
min-width:0;
}
.rmo_nl_h3_wxc{
margin-bottom:5px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#EDF2FA;
overflow-wrap:break-word;
font-size:22px;
line-height:1.1;
}
@media(min-width:769px){
.rmo_nl_h3_wxc{
font-size:1.5rem;
}
}
.rmo_nl_text_wxc{
line-height:1.5;
font-size:0.844rem;
color:#7A9EC4;
}
.rmo_nl_form_wxc{
flex:1 1 auto;
gap:10px;
min-width:0;
display:flex;
max-width:460px;
}
.rmo_nl_input_wxc{
border:1px solid rgba(200, 220, 255, 0.13);
border-radius:0.875rem;
overflow:hidden;
padding:13px 1rem;
background:rgba(200, 220, 255, 0.07);
flex:1 1 auto;
min-width:0;
color:#7A9EC4;
font-size:14px;
text-overflow:ellipsis;
display:flex;
white-space:nowrap;
align-items:center;
}
.rmo_nl_btn_wxc{
padding:13px 1.5rem;
flex:0 0 auto;
border-radius:0.875rem;
background:#5BB8FF;
transition:opacity .2s ease;
font-weight:700;
font-size:0.875rem;
color:#07111E;
white-space:nowrap;
}
.rmo_nl_btn_wxc:hover{
opacity:.9;
}
.rmo_rv_wxc{
background:#141B24;
padding:3rem 0;
border-top:1px solid rgba(180, 210, 255, 0.07);
border-bottom:1px solid rgba(180, 210, 255, 0.07);
margin-top:1.5rem;
}
@media(min-width:770px){
.rmo_rv_wxc{
padding:3.5rem 0;
}
}
.rmo_rv_head_wxc{
gap:1rem;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:769px){
.rmo_rv_head_wxc{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.rmo_rv_eyebrow_wxc{
margin-bottom:0.625rem;
}
.rmo_rv_h2_wxc{
font-weight:600;
overflow-wrap:break-word;
font-size:1.875rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#EDF2FA;
}
@media(min-width:768px){
.rmo_rv_h2_wxc{
font-size:38px;
}
}
.rmo_rv_agg_wxc{
gap:12px;
display:flex;
align-items:center;
}
.rmo_rv_agg_stars_wxc{
gap:3px;
display:flex;
color:#3A9EF5;
}
.rmo_rv_agg_stars_wxc svg{
width:18px;
height:1.125rem;
}
.rmo_rv_source_wxc{
color:#566C84;
font-size:0.813rem;
}
.rmo_rv_grid_wxc{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:762px){
.rmo_rv_grid_wxc{
grid-template-columns:repeat(3,1fr);
}
}
.rmo_rv_card_wxc{
border-radius:0.875rem;
background:#0D1117;
padding:1.625rem;
border:1px solid rgba(180, 210, 255, 0.07);
min-width:0;
}
.rmo_rv_card_stars_wxc{
gap:2px;
margin-bottom:12px;
color:#3A9EF5;
display:flex;
}
.rmo_rv_card_stars_wxc svg{
width:0.875rem;
height:0.875rem;
}
.rmo_rv_card_body_wxc{
font-size:18px;
font-weight:500;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
margin-bottom:1rem;
line-height:1.45;
color:#EDF2FA;
overflow-wrap:break-word;
}
.rmo_rv_card_meta_wxc{
gap:10px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.rmo_rv_card_av_wxc{
flex:0 0 auto;
background:linear-gradient(135deg,#3A9EF5,#72C3FF);
border-radius:50%;
height:32px;
width:2rem;
}
.rmo_rv_card_author_wxc{
font-weight:700;
color:#EDF2FA;
font-size:13px;
}
.rmo_rv_card_loc_wxc{
font-size:0.75rem;
color:#7A93B0;
}
.rmo_hts_wxc{
padding:48px 0;
}
@media(min-width:766px){
.rmo_hts_wxc{
padding:62px 0;
}
}
.rmo_hts_head_wxc{
gap:1.125rem;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:771px){
.rmo_hts_head_wxc{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.rmo_hts_eyebrow_wxc{
margin-bottom:0.75rem;
}
.rmo_hts_h2_wxc{
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:30px;
color:#EDF2FA;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:768px){
.rmo_hts_h2_wxc{
font-size:2.375rem;
}
}
.rmo_hts_cta_wxc{
flex:0 0 auto;
border-radius:62.438rem;
background:#5BB8FF;
transition:opacity .2s ease;
padding:0.938rem 1.875rem;
font-size:15px;
color:#07111E;
font-weight:700;
}
.rmo_hts_cta_wxc:hover{
opacity:.9;
}
.rmo_hts_grid_wxc{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.rmo_hts_grid_wxc{
grid-template-columns:repeat(3,1fr);
}
}
.rmo_hts_step_wxc{
border-top:1px solid rgba(200, 220, 255, 0.13);
min-width:0;
padding-top:1.375rem;
}
.rmo_hts_step_num_wxc{
font-weight:700;
line-height:1;
margin-bottom:0.875rem;
color:#5BB8FF;
font-size:2.75rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.rmo_hts_step_h_wxc{
color:#EDF2FA;
overflow-wrap:break-word;
line-height:1.2;
margin-bottom:8px;
font-size:19px;
font-weight:700;
}
.rmo_hts_step_p_wxc{
overflow-wrap:break-word;
color:#7A9EC4;
line-height:1.55;
font-size:14px;
}
.rmo_tt_wxc{
padding:48px 0 0.625rem;
}
@media(min-width:765px){
.rmo_tt_wxc{
padding:60px 0 10px;
}
}
.rmo_tt_head_wxc{
margin-bottom:34px;
text-align:center;
}
.rmo_tt_eyebrow_wxc{
margin-bottom:0.75rem;
}
.rmo_tt_h2_wxc{
overflow-wrap:break-word;
line-height:1.05;
color:#EDF2FA;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:32px;
font-weight:600;
}
@media(min-width:770px){
.rmo_tt_h2_wxc{
font-size:42px;
}
}
.rmo_tt_grid_wxc{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.rmo_tt_grid_wxc{
grid-template-columns:repeat(3,1fr);
}
}
.rmo_tt_card_wxc{
background:#141B24;
border:1px solid rgba(180, 210, 255, 0.07);
padding:30px;
border-radius:0.875rem;
min-width:0;
flex-direction:column;
display:flex;
}
.rmo_tt_card_ic_wxc{
margin-bottom:1.125rem;
align-items:center;
display:inline-flex;
color:#3A9EF5;
}
.rmo_tt_card_ic_wxc svg{
width:28px;
height:1.75rem;
}
.rmo_tt_card_h_wxc{
line-height:1.15;
font-size:1.375rem;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.5rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#EDF2FA;
}
.rmo_tt_card_p_wxc{
margin-bottom:14px;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.875rem;
color:#566C84;
}
.rmo_tt_card_p_wxc b{
color:#EDF2FA;
font-weight:700;
}
.rmo_tt_card_link_wxc{
transition:color .2s ease;
font-weight:700;
padding-bottom:2px;
color:#EDF2FA;
border-bottom:1px solid #3A9EF5;
font-size:0.813rem;
align-self:flex-start;
margin-top:auto;
}
.rmo_tt_card_link_wxc:hover{
color:#3A9EF5;
}
.rmo_rc_wxc{
padding:3rem 0 0.625rem;
}
.rmo_rc_in_wxc{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:757px){
.rmo_rc_in_wxc{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.rmo_rc_col_wxc{
min-width:0;
}
.rmo_rc_label_wxc{
letter-spacing:.2em;
font-weight:600;
text-transform:uppercase;
margin-bottom:1rem;
color:#3A9EF5;
font-size:0.688rem;
}
.rmo_rc_awards_wxc{
gap:12px;
flex-direction:column;
display:flex;
}
.rmo_rc_award_wxc{
gap:0.75rem;
min-width:0;
display:flex;
align-items:center;
}
.rmo_rc_award_ic_wxc{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#72C3FF;
}
.rmo_rc_award_ic_wxc svg{
width:1.125rem;
height:1.125rem;
}
.rmo_rc_award_t_wxc{
font-weight:700;
font-size:14px;
color:#EDF2FA;
overflow-wrap:break-word;
}
.rmo_rc_award_s_wxc{
overflow-wrap:break-word;
font-size:12px;
color:#7A93B0;
}
.rmo_rc_press_wxc{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.rmo_rc_press_logo_wxc{
padding:0 0.5rem;
overflow:hidden;
border:1px solid rgba(180, 210, 255, 0.07);
border-radius:8px;
align-items:center;
height:52px;
font-weight:700;
font-size:14px;
white-space:nowrap;
display:flex;
text-align:center;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
text-overflow:ellipsis;
color:#566C84;
justify-content:center;
}
.rmo_rc_partner_wxc{
border:1px solid rgba(180, 210, 255, 0.07);
background:#141B24;
border-radius:0.875rem;
padding:1.375rem;
}
.rmo_rc_partner_name_wxc{
font-size:20px;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.375rem;
color:#EDF2FA;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.rmo_rc_partner_text_wxc{
font-size:13px;
overflow-wrap:break-word;
line-height:1.55;
color:#566C84;
}
.rmo_prov_wxc{
padding:2.5rem 0 20px;
}
.rmo_prov_eyebrow_wxc{
display:block;
margin-bottom:18px;
}
.rmo_prov_grid_wxc{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:558px){
.rmo_prov_grid_wxc{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.rmo_prov_grid_wxc{
grid-template-columns:repeat(6,1fr);
}
}
.rmo_wy_wxc{
padding:48px 0;
}
@media(min-width:769px){
.rmo_wy_wxc{
padding:3.5rem 0;
}
}
.rmo_wy_in_wxc{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:901px){
.rmo_wy_in_wxc{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.rmo_wy_left_wxc{
min-width:0;
}
.rmo_wy_eyebrow_wxc{
margin-bottom:14px;
}
.rmo_wy_h2_wxc{
font-size:2rem;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:1rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#EDF2FA;
}
@media(min-width:771px){
.rmo_wy_h2_wxc{
font-size:2.5rem;
}
}
.rmo_wy_intro_wxc{
font-size:0.938rem;
line-height:1.6;
color:#566C84;
}
.rmo_wy_grid_wxc{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:558px){
.rmo_wy_grid_wxc{
grid-template-columns:1fr 1fr;
}
}
.rmo_wy_card_wxc{
border-radius:0.875rem;
background:#141B24;
border:1px solid rgba(180, 210, 255, 0.07);
padding:1.625rem;
min-width:0;
}
.rmo_wy_card_ic_wxc{
color:#3A9EF5;
display:inline-flex;
justify-content:center;
margin-bottom:16px;
align-items:center;
}
.rmo_wy_card_ic_wxc svg{
width:26px;
height:26px;
}
.rmo_wy_card_h_wxc{
line-height:1.15;
overflow-wrap:break-word;
color:#EDF2FA;
font-size:1.313rem;
margin-bottom:0.5rem;
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.rmo_wy_card_p_wxc{
color:#566C84;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.rmo_ts_wxc{
padding:44px 0;
}
.rmo_ts_in_wxc{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:879px){
.rmo_ts_in_wxc{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.rmo_ts_left_wxc{
min-width:0;
}
.rmo_ts_h2_wxc{
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:1.625rem;
color:#EDF2FA;
line-height:1.1;
margin-bottom:0.75rem;
font-weight:600;
}
@media(min-width:769px){
.rmo_ts_h2_wxc{
font-size:28px;
}
}
.rmo_ts_text_wxc{
font-size:0.906rem;
max-width:520px;
color:#7A9EC4;
margin-bottom:22px;
line-height:1.6;
}
.rmo_ts_badges_wxc{
gap:1.125rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.rmo_ts_badge_wxc{
font-size:0.813rem;
color:#7A9EC4;
font-weight:600;
}
.rmo_ts_pay_wxc{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:882px){
.rmo_ts_pay_wxc{
justify-content:flex-end;
}
}
.rmo_ts_pay_chip_wxc{
background:rgba(200, 220, 255, 0.07);
border:1px solid rgba(200, 220, 255, 0.13);
padding:12px 1rem;
border-radius:14px;
font-size:0.875rem;
font-weight:700;
color:#EDF2FA;
}
.rmo_faq_wxc{
background:#141B24;
padding:48px 0;
border-bottom:1px solid rgba(180, 210, 255, 0.07);
border-top:1px solid rgba(180, 210, 255, 0.07);
margin-top:1.5rem;
}
@media(min-width:769px){
.rmo_faq_wxc{
padding:62px 0;
}
}
.rmo_faq_head_wxc{
text-align:center;
margin-bottom:2.125rem;
}
.rmo_faq_eyebrow_wxc{
margin-bottom:0.75rem;
}
.rmo_faq_h2_wxc{
overflow-wrap:break-word;
font-size:2rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-weight:600;
color:#EDF2FA;
}
@media(min-width:770px){
.rmo_faq_h2_wxc{
font-size:38px;
}
}
.rmo_faq_list_wxc{
margin:0 auto;
gap:12px;
display:flex;
max-width:51.25rem;
flex-direction:column;
}
.rmo_faq_item_wxc{
border-radius:0.875rem;
overflow:hidden;
background:#0D1117;
border:1px solid rgba(180, 210, 255, 0.07);
}
.rmo_faq_q_wxc{
list-style:none;
gap:1.25rem;
padding:1.25rem 24px;
align-items:center;
cursor:pointer;
justify-content:space-between;
display:flex;
color:#EDF2FA;
font-weight:700;
font-size:1rem;
overflow-wrap:break-word;
}
.rmo_faq_q_wxc::-webkit-details-marker{
display:none;
}
.rmo_faq_q_ic_wxc{
transition:transform .2s ease;
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#3A9EF5;
}
.rmo_faq_q_ic_wxc svg{
height:18px;
width:18px;
}
.rmo_faq_item_wxc[open] .rmo_faq_q_ic_wxc{
transform:rotate(180deg);
}
.rmo_faq_a_wxc{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
font-size:0.906rem;
line-height:1.6;
color:#566C84;
}
.rmo_sc_wxc{
padding:3rem 0 0.625rem;
}
.rmo_sc_head_wxc{
text-align:center;
margin-bottom:28px;
}
.rmo_sc_eyebrow_wxc{
margin-bottom:12px;
}
.rmo_sc_h2_wxc{
color:#EDF2FA;
font-size:1.875rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
}
@media(min-width:765px){
.rmo_sc_h2_wxc{
font-size:36px;
}
}
.rmo_sc_table_wxc{
border-radius:14px;
border:1px solid rgba(180, 210, 255, 0.07);
margin:0 auto;
overflow:hidden;
max-width:56.25rem;
}
.rmo_sc_thead_wxc{
grid-template-columns:1.6fr 1fr 1fr;
background:#080C10;
display:grid;
}
.rmo_sc_th_wxc{
padding:0.938rem 1.125rem;
color:#7A9EC4;
text-align:center;
font-weight:700;
font-size:13px;
overflow-wrap:break-word;
}
.rmo_sc_th_wxc:first-child{
text-align:left;
}
.rmo_sc_th_us_wxc{
color:#5BB8FF;
}
.rmo_sc_row_wxc{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(180, 210, 255, 0.07);
display:grid;
}
.rmo_sc_row_wxc:nth-child(even){
background:#141B24;
}
.rmo_sc_td_wxc{
padding:0.938rem 1.125rem;
text-align:center;
font-size:14px;
overflow-wrap:break-word;
color:#7A93B0;
min-width:0;
}
.rmo_sc_td_wxc:first-child{
color:#B8C8DF;
font-weight:600;
text-align:left;
}
.rmo_sc_td_us_wxc{
font-weight:700;
color:#2DD6A0;
}
.rmo_lh_wxc{
padding:2.5rem 0 20px;
}
.rmo_lh_in_wxc{
border-top:1px solid rgba(180, 210, 255, 0.13);
padding-top:34px;
}
.rmo_lh_eyebrow_wxc{
margin-bottom:22px;
display:block;
}
.rmo_lh_grid_wxc{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:600px){
.rmo_lh_grid_wxc{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:960px){
.rmo_lh_grid_wxc{
grid-template-columns:repeat(5,1fr);
}
}
.rmo_lh_col_wxc{
min-width:0;
}
.rmo_lh_col_h_wxc{
font-size:0.813rem;
overflow-wrap:break-word;
margin-bottom:12px;
color:#EDF2FA;
font-weight:700;
}
.rmo_lh_links_wxc{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.rmo_lh_link_wxc{
transition:color .2s ease;
color:#566C84;
overflow-wrap:break-word;
font-size:0.813rem;
}
.rmo_lh_link_wxc:hover{
color:#3A9EF5;
}
.rmo_gd_wxc{
padding:3rem 0 10px;
}
.rmo_gd_head_wxc{
gap:0.875rem;
flex-direction:column;
margin-bottom:1.5rem;
display:flex;
}
@media(min-width:677px){
.rmo_gd_head_wxc{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.rmo_gd_eyebrow_wxc{
margin-bottom:10px;
}
.rmo_gd_h2_wxc{
font-weight:600;
color:#EDF2FA;
overflow-wrap:break-word;
font-size:1.75rem;
line-height:1.05;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.rmo_gd_h2_wxc{
font-size:2.125rem;
}
}
.rmo_gd_more_wxc{
flex:0 0 auto;
transition:color .2s ease,border-color .2s ease;
color:#EDF2FA;
font-weight:600;
padding-bottom:2px;
border-bottom:1px solid #EDF2FA;
font-size:0.844rem;
}
.rmo_gd_more_wxc:hover{
border-color:#3A9EF5;
color:#3A9EF5;
}
.rmo_gd_grid_wxc{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.rmo_gd_grid_wxc{
grid-template-columns:repeat(3,1fr);
}
}
.rmo_gd_card_wxc{
overflow:hidden;
background:#141B24;
border-radius:0.875rem;
border:1px solid rgba(180, 210, 255, 0.07);
min-width:0;
display:block;
}
.rmo_gd_card_img_wxc{
background:linear-gradient(140deg,#0C1528,#3A9EF5);
height:150px;
}
.rmo_gd_card_body_wxc{
padding:22px;
}
.rmo_gd_card_cat_wxc{
font-size:0.625rem;
font-weight:600;
text-transform:uppercase;
color:#3A9EF5;
letter-spacing:.1em;
}
.rmo_gd_card_h_wxc{
margin:8px 0 0.625rem;
overflow-wrap:break-word;
font-size:1.188rem;
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.2;
color:#EDF2FA;
}
.rmo_gd_card_meta_wxc{
overflow-wrap:break-word;
color:#7A93B0;
font-size:0.75rem;
}
.rmo_sb_wxc{
padding:3rem 0;
background:#141B24;
margin-top:1.5rem;
border-top:1px solid rgba(180, 210, 255, 0.07);
border-bottom:1px solid rgba(180, 210, 255, 0.07);
}
@media(min-width:769px){
.rmo_sb_wxc{
padding:3.5rem 0;
}
}
.rmo_sb_eyebrow_wxc{
margin-bottom:0.75rem;
display:block;
}
.rmo_sb_h2_wxc{
font-size:30px;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:26px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#EDF2FA;
}
@media(min-width:770px){
.rmo_sb_h2_wxc{
font-size:2.25rem;
}
}
.rmo_sb_grid_wxc{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.rmo_sb_grid_wxc{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.rmo_sb_grid_wxc{
grid-template-columns:repeat(4,1fr);
}
}
.rmo_sb_card_wxc{
border:1px solid rgba(180, 210, 255, 0.07);
border-radius:0.875rem;
padding:1.5rem;
background:#0D1117;
min-width:0;
}
.rmo_sb_card_h_wxc{
color:#EDF2FA;
margin-bottom:0.5rem;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:19px;
}
.rmo_sb_card_p_wxc{
font-size:13.5px;
overflow-wrap:break-word;
color:#566C84;
line-height:1.6;
}
.rmo_sb_rtp_wxc{
border-radius:0.875rem;
border:1px solid rgba(180, 210, 255, 0.07);
padding:26px 28px;
gap:24px;
background:#0D1117;
grid-template-columns:1fr;
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:757px){
.rmo_sb_rtp_wxc{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.rmo_sb_rtp_h_wxc{
margin-bottom:8px;
font-weight:600;
line-height:1.15;
color:#EDF2FA;
font-size:20px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.rmo_sb_rtp_p_wxc{
color:#566C84;
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
}
.rmo_sb_rtp_stats_wxc{
gap:16px;
display:flex;
}
.rmo_sb_stat_wxc{
flex:1 1 0;
padding:1.125rem;
background:#141B24;
border-radius:0.5rem;
text-align:center;
min-width:0;
}
.rmo_sb_stat_v_wxc{
font-weight:700;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#2DD6A0;
font-size:1.625rem;
}
.rmo_sb_stat_l_wxc{
margin-top:0.25rem;
color:#7A93B0;
font-size:11.5px;
}
.rmo_sg_wxc{
padding:3rem 0 10px;
}
.rmo_sg_eyebrow_wxc{
margin-bottom:0.75rem;
display:block;
}
.rmo_sg_h2_wxc{
color:#EDF2FA;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:28px;
font-size:1.875rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:770px){
.rmo_sg_h2_wxc{
font-size:2.25rem;
}
}
.rmo_sg_grid_wxc{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.rmo_sg_grid_wxc{
grid-template-columns:repeat(3,1fr);
}
}
.rmo_sg_col_wxc{
min-width:0;
}
.rmo_sg_col_h_wxc{
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.15;
color:#EDF2FA;
font-weight:600;
font-size:22px;
margin-bottom:0.625rem;
}
.rmo_sg_col_p_wxc{
overflow-wrap:break-word;
line-height:1.65;
color:#566C84;
font-size:0.875rem;
}
.rmo_el_wxc{
padding:48px 0;
}
@media(min-width:765px){
.rmo_el_wxc{
padding:56px 0;
}
}
.rmo_el_in_wxc{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:898px){
.rmo_el_in_wxc{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.rmo_el_left_wxc{
min-width:0;
}
.rmo_el_eyebrow_wxc{
margin-bottom:14px;
}
.rmo_el_h2_wxc{
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
margin-bottom:1.375rem;
font-size:32px;
color:#EDF2FA;
overflow-wrap:break-word;
line-height:1.08;
}
@media(min-width:766px){
.rmo_el_h2_wxc{
font-size:2.375rem;
}
}
.rmo_el_body_wxc p{
font-size:16px;
line-height:1.7;
margin-bottom:18px;
color:#B8C8DF;
overflow-wrap:break-word;
}
.rmo_el_dropcap_wxc{
padding:6px 0.75rem 0 0;
float:left;
font-weight:700;
line-height:.8;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#3A9EF5;
font-size:3.875rem;
}
.rmo_el_right_wxc{
min-width:0;
}
.rmo_el_quote_wxc{
padding:36px;
background:linear-gradient(150deg,#0C1528,#07090F);
border-radius:20px;
position:relative;
color:#EDF2FA;
margin-bottom:1.5rem;
}
.rmo_el_quote_mark_wxc{
margin-bottom:0.375rem;
align-items:center;
color:#5BB8FF;
display:inline-flex;
}
.rmo_el_quote_mark_wxc svg{
height:2.125rem;
width:2.125rem;
}
.rmo_el_quote_text_wxc{
line-height:1.4;
font-weight:500;
color:#EDF2FA;
overflow-wrap:break-word;
font-size:22px;
margin-bottom:1.375rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.rmo_el_quote_meta_wxc{
gap:0.75rem;
align-items:center;
display:flex;
}
.rmo_el_quote_av_wxc{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#3A9EF5,#72C3FF);
width:2.375rem;
height:38px;
}
.rmo_el_quote_author_wxc{
color:#EDF2FA;
font-weight:700;
font-size:14px;
}
.rmo_el_quote_meta_sub_wxc{
color:#7A9EC4;
font-size:12px;
}
.rmo_el_explain_wxc{
overflow:hidden;
border:1px solid rgba(180, 210, 255, 0.07);
border-radius:14px;
}
.rmo_el_explain_card_wxc{
padding:1.375rem 24px;
}
.rmo_el_explain_card_wxc+.rmo_el_explain_card_wxc{
border-top:1px solid rgba(180, 210, 255, 0.07);
}
.rmo_el_explain_h_wxc{
margin-bottom:0.5rem;
font-weight:600;
font-size:20px;
line-height:1.15;
color:#EDF2FA;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.rmo_el_explain_p_wxc{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
color:#566C84;
}
.rmo_ft_wxc{
background:#080C10;
color:#7A9EC4;
margin-top:40px;
}
.rmo_ft_in_wxc{
gap:32px;
grid-template-columns:1fr;
padding:48px 0 28px;
display:grid;
}
@media(min-width:598px){
.rmo_ft_in_wxc{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.rmo_ft_in_wxc{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.rmo_ft_brand_wxc{
min-width:0;
}
.rmo_ft_logo_wxc{
font-size:26px;
font-weight:700;
overflow-wrap:break-word;
color:#EDF2FA;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.rmo_ft_tagline_wxc{
margin-top:0.875rem;
line-height:1.6;
max-width:17.5rem;
font-size:13.5px;
color:#7A9EC4;
}
.rmo_ft_contact_wxc{
transition:color .2s ease;
color:#5BB8FF;
overflow-wrap:anywhere;
max-width:17.5rem;
display:inline-block;
margin-top:0.75rem;
font-size:13px;
}
.rmo_ft_contact_wxc:hover{
color:#EDF2FA;
}
.rmo_ft_col_wxc{
min-width:0;
}
.rmo_ft_col_h_wxc{
text-transform:uppercase;
color:#EDF2FA;
margin-bottom:0.875rem;
overflow-wrap:break-word;
font-size:13px;
letter-spacing:.08em;
font-weight:700;
}
.rmo_ft_col_links_wxc{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.rmo_ft_link_wxc{
transition:color .2s ease;
color:#7A9EC4;
overflow-wrap:break-word;
font-size:0.844rem;
}
.rmo_ft_link_wxc:hover{
color:#EDF2FA;
}
.rmo_ft_bot_wxc{
padding:1.375rem 0 40px;
gap:1rem;
display:flex;
flex-direction:column;
border-top:1px solid rgba(200, 220, 255, 0.13);
}
@media(min-width:769px){
.rmo_ft_bot_wxc{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.rmo_ft_legal_wxc{
color:#3A5068;
font-size:11.5px;
overflow-wrap:break-word;
line-height:1.6;
max-width:47.5rem;
}
.rmo_ft_legal_wxc b{
font-weight:700;
color:#7A9EC4;
}
.rmo_ft_age_wxc{
border-radius:0.5rem;
flex:0 0 auto;
border:1.5px solid #5BB8FF;
padding:0.25rem 0.563rem;
font-size:0.813rem;
font-weight:700;
color:#5BB8FF;
}