*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F4F6F9;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
font-size:15px;
color:#2D3748;
line-height:1.6;
overflow-wrap:break-word;
font-family:"Figtree", 'Helvetica Neue', Arial, sans-serif;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.50);
}
::-webkit-scrollbar-track{
background:transparent;
}
.npo_layout_pjj{
min-height:100vh;
display:flex;
flex-direction:column;
}
.npo_main_pjj{
flex:1 1 auto;
width:100%;
min-width:0;
}
.npo_container_pjj{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:769px){
.npo_container_pjj{
padding:0 32px;
}
}
@media(min-width:1102px){
.npo_container_pjj{
padding:0 56px;
}
}
.npo_eyebrow_pjj{
font-size:0.688rem;
overflow-wrap:break-word;
line-height:1.4;
color:#3A7BD5;
font-weight:600;
font-family:"Figtree", 'Helvetica Neue', Arial, sans-serif;
display:inline-block;
text-transform:uppercase;
letter-spacing:.2em;
}
.npo_band_pjj{
background:#0F1422;
color:#EEF2FF;
}
.npo_band_pjj .npo_eyebrow_pjj{
color:#7EB3FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.npo_tb_pjj{
background:#F4F6F9;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(20,30,60,0.14);
}
.npo_tb_in_pjj{
margin:0 auto;
gap:1rem;
padding:12px 1rem;
justify-content:space-between;
align-items:center;
width:100%;
display:flex;
max-width:87.5rem;
}
@media(min-width:770px){
.npo_tb_in_pjj{
padding:16px 2rem;
}
}
@media(min-width:1101px){
.npo_tb_in_pjj{
padding:18px 3.5rem;
}
}
.npo_tb_left_pjj{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.npo_tb_logo_pjj{
gap:11px;
align-items:center;
min-width:0;
display:flex;
}
.npo_tb_logo_mark_pjj{
flex:0 0 auto;
border-radius:0.5rem;
object-fit:cover;
height:34px;
width:34px;
}
.npo_tb_logo_txt_pjj{
display:flex;
flex-direction:column;
line-height:1;
min-width:0;
}
.npo_tb_logo_name_pjj{
overflow:hidden;
letter-spacing:.02em;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
color:#111827;
font-size:22px;
}
.npo_tb_logo_sub_pjj{
overflow:hidden;
text-transform:uppercase;
letter-spacing:.32em;
font-size:0.531rem;
font-weight:600;
margin-top:4px;
text-overflow:ellipsis;
color:#3A7BD5;
white-space:nowrap;
}
.npo_tb_nav_pjj{
display:none;
}
@media(min-width:961px){
.npo_tb_nav_pjj{
gap:28px;
align-items:center;
display:flex;
}
}
.npo_tb_nav_item_pjj{
transition:color .22s ease,border-color .22s ease;
padding-bottom:3px;
color:#2D3748;
font-weight:600;
white-space:nowrap;
border-bottom:2px solid transparent;
font-size:14px;
}
.npo_tb_nav_item_pjj:hover{
color:#111827;
}
.npo_tb_nav_item_pjj.npo_state_active_pjj{
border-color:#3A7BD5;
color:#111827;
}
.npo_tb_right_pjj{
gap:14px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.npo_tb_search_pjj{
transition:color .22s ease;
justify-content:center;
align-items:center;
display:flex;
color:#2D3748;
}
.npo_tb_search_pjj:hover{
color:#3A7BD5;
}
.npo_tb_search_pjj svg{
width:18px;
height:1.125rem;
}
.npo_tb_lang_pjj{
text-transform:uppercase;
letter-spacing:.1em;
color:#5A6A85;
font-weight:600;
font-size:11px;
}
.npo_tb_lang_pjj:hover{
color:#111827;
}
.npo_tb_login_pjj{
font-size:14px;
font-weight:600;
color:#111827;
display:none;
}
@media(min-width:771px){
.npo_tb_login_pjj{
display:inline-block;
}
}
.npo_tb_register_pjj{
padding:0.688rem 1.375rem;
border-radius:62.438rem;
transition:background-color .22s ease;
background:#111827;
font-size:0.875rem;
white-space:nowrap;
color:#EEF2FF;
font-weight:700;
}
.npo_tb_register_pjj:hover{
background:#1E2D45;
}
.npo_mob_pjj{
background:#F4F6F9;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
left:0;
bottom:0;
right:0;
border-top:1px solid rgba(20,30,60,0.14);
z-index:60;
}
@media(min-width:963px){
.npo_mob_pjj{
display:none;
}
}
.npo_mob_in_pjj{
margin:0 auto;
max-width:560px;
align-items:stretch;
display:flex;
justify-content:space-around;
}
.npo_mob_item_pjj{
flex:1 1 0;
transition:color .22s ease;
padding:0.563rem 0.25rem;
gap:3px;
color:#5A6A85;
min-width:0;
display:flex;
flex-direction:column;
align-items:center;
}
.npo_mob_item_pjj.npo_state_active_pjj{
color:#3A7BD5;
}
.npo_mob_ic_pjj{
justify-content:center;
display:flex;
align-items:center;
}
.npo_mob_ic_pjj svg{
width:1.25rem;
height:1.25rem;
}
.npo_mob_lb_pjj{
overflow:hidden;
font-weight:600;
max-width:100%;
font-size:10px;
white-space:nowrap;
text-overflow:ellipsis;
}
@media(max-width:960px){
body{
padding-bottom:60px;
}
}
.npo_rail_pjj{
min-width:0;
position:relative;
}
.npo_rail_scroll_pjj{
gap:14px;
display:flex;
padding-bottom:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
}
@media(min-width:770px){
.npo_rail_scroll_pjj{
gap:18px;
}
}
.npo_gc_pjj{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:765px){
.npo_gc_pjj{
width:188px;
}
}
.npo_gc_img_pjj{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
box-shadow:0 2px 0.375rem rgba(15,25,60,0.07), 0 8px 1.25rem rgba(15,25,60,0.06);
position:relative;
padding-bottom:133.33%;
}
.npo_gc_img_pjj img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.npo_gc_cover_pjj{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
position:absolute;
pointer-events:none;
}
.npo_gc_hover_pjj{
background:rgba(0,0,0,0.50);
inset:0;
transition:opacity .22s ease;
align-items:center;
position:absolute;
display:flex;
justify-content:center;
opacity:0;
}
.npo_gc_pjj:hover .npo_gc_hover_pjj{
opacity:1;
}
.npo_gc_hover_btn_pjj{
background:#111827;
border-radius:62.438rem;
justify-content:center;
align-items:center;
height:2.875rem;
color:#EEF2FF;
width:2.875rem;
display:flex;
}
.npo_gc_hover_btn_pjj svg{
height:1.125rem;
width:1.125rem;
}
.npo_gc_info_pjj{
gap:2px;
min-width:0;
margin-top:0.563rem;
flex-direction:column;
display:flex;
}
.npo_gc_name_pjj{
overflow:hidden;
font-weight:700;
font-size:13px;
text-overflow:ellipsis;
color:#111827;
white-space:nowrap;
}
.npo_gc_prov_pjj{
overflow:hidden;
font-size:0.688rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#5A6A85;
}
.npo_gc_meta_pjj{
font-size:0.688rem;
color:#5A6A85;
}
.npo_tc_pjj{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:767px){
.npo_tc_pjj{
width:230px;
}
}
.npo_tc_img_pjj{
border-radius:14px;
overflow:hidden;
background:#FFFFFF;
position:relative;
box-shadow:0 2px 0.375rem rgba(15,25,60,0.07), 0 8px 20px rgba(15,25,60,0.06);
padding-bottom:75%;
}
.npo_tc_img_pjj img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.npo_tc_info_pjj{
gap:2px;
min-width:0;
display:flex;
margin-top:9px;
flex-direction:column;
}
.npo_tc_name_pjj{
overflow:hidden;
text-overflow:ellipsis;
color:#111827;
white-space:nowrap;
font-weight:700;
font-size:14px;
}
.npo_tc_rtp_pjj{
color:#5A6A85;
font-size:11px;
}
.npo_lc_pjj{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:766px){
.npo_lc_pjj{
width:268px;
}
}
.npo_lc_img_pjj{
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(15,25,60,0.07), 0 8px 1.25rem rgba(15,25,60,0.06);
position:relative;
}
.npo_lc_img_pjj img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.npo_lc_live_pjj{
padding:4px 0.563rem;
background:rgba(0,0,0,0.50);
gap:0.438rem;
border-radius:62.438rem;
align-items:center;
top:12px;
display:flex;
position:absolute;
left:12px;
}
.npo_lc_live_dot_pjj{
background:#D93F3F;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
height:8px;
width:0.5rem;
}
.npo_lc_seats_pjj{
color:#EEF2FF;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
font-size:0.625rem;
}
.npo_lc_info_pjj{
gap:2px;
display:flex;
min-width:0;
margin-top:0.563rem;
flex-direction:column;
}
.npo_lc_name_pjj{
overflow:hidden;
text-overflow:ellipsis;
font-size:15px;
font-weight:700;
color:#111827;
white-space:nowrap;
}
.npo_lc_bet_pjj{
color:#5A6A85;
font-size:11px;
}
.npo_pc_pjj{
border-radius:0.875rem;
background:#FFFFFF;
border:1px solid rgba(20,30,60,0.08);
gap:8px;
padding:1rem 14px;
align-items:center;
justify-content:center;
flex-direction:column;
min-height:74px;
min-width:0;
display:flex;
}
.npo_pc_logo_pjj{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:28px;
}
.npo_pc_name_pjj{
overflow:hidden;
font-size:0.688rem;
white-space:nowrap;
text-align:center;
text-overflow:ellipsis;
color:#5A6A85;
max-width:100%;
}
.npo_gc_tag_pjj{
padding:3px 0.5rem;
border-radius:0.5rem;
letter-spacing:.06em;
font-size:10px;
font-weight:700;
top:10px;
left:0.625rem;
z-index:2;
position:absolute;
text-transform:uppercase;
display:inline-block;
}
.npo_gc_tag_hot_pjj{
background:#D93F3F;
color:#EEF2FF;
}
.npo_gc_tag_new_pjj{
background:#5B9AEE;
color:#0D1320;
}
.npo_gc_tag_jp_pjj{
background:#C98A1A;
color:#0D1320;
}
.npo_gc_tag_live_pjj{
background:#D93F3F;
color:#EEF2FF;
}
.npo_sh_pjj{
min-width:0;
margin-bottom:18px;
}
.npo_sh_row_pjj{
gap:16px;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
display:flex;
}
.npo_sh_row_pjj .npo_sh_l_pjj{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.npo_sh_stack_pjj{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.npo_sh_center_pjj{
gap:10px;
flex-direction:column;
text-align:center;
align-items:center;
display:flex;
}
.npo_sh_h2_pjj{
color:#111827;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.5rem;
line-height:1.1;
font-weight:600;
}
@media(min-width:766px){
.npo_sh_h2_pjj{
font-size:1.875rem;
}
}
.npo_band_pjj .npo_sh_h2_pjj{
color:#EEF2FF;
}
.npo_sh_eb_line_pjj{
gap:10px;
display:inline-flex;
align-items:center;
}
.npo_sh_eb_line_pjj::before{
background:#3A7BD5;
display:inline-block;
content:"";
width:28px;
height:1px;
}
.npo_band_pjj .npo_sh_eb_line_pjj::before{
background:#7EB3FF;
}
.npo_sh_eb_dot_pjj{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.npo_sh_eb_dot_pjj::before{
border-radius:50%;
background:#3A7BD5;
display:inline-block;
height:0.375rem;
width:6px;
content:"";
}
.npo_band_pjj .npo_sh_eb_dot_pjj::before{
background:#7EB3FF;
}
.npo_sh_link_pjj{
gap:6px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
font-size:0.813rem;
white-space:nowrap;
font-weight:600;
align-items:center;
display:inline-flex;
padding-bottom:2px;
border-bottom:1px solid #111827;
color:#111827;
}
.npo_sh_link_pjj:hover{
border-color:#3A7BD5;
color:#3A7BD5;
}
.npo_sh_link_pjj svg{
width:14px;
height:14px;
}
.npo_sh_link_chev_pjj{
border-bottom:0;
padding-bottom:0;
}
.npo_sh_link_btn_pjj{
border-radius:999px;
background:#111827;
padding:9px 1.125rem;
border-bottom:0;
color:#EEF2FF;
}
.npo_sh_link_btn_pjj:hover{
background:#1E2D45;
border-color:transparent;
color:#EEF2FF;
}
.npo_band_pjj .npo_sh_link_pjj{
border-color:#EEF2FF;
color:#EEF2FF;
}
.npo_band_pjj .npo_sh_link_btn_pjj{
background:#7EB3FF;
color:#0D1320;
}
.npo_sh_rule_pjj{
background:rgba(20,30,60,0.14);
margin:-2px 0 18px;
height:1px;
}
.npo_band_pjj .npo_sh_rule_pjj{
background:rgba(180,205,255,0.14);
}
.npo_hero_pjj{
padding:2rem 0 8px;
}
@media(min-width:768px){
.npo_hero_pjj{
padding:3.5rem 0 24px;
}
}
.npo_hero_in_pjj{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:903px){
.npo_hero_in_pjj{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.npo_hero_copy_pjj{
min-width:0;
}
.npo_hero_eyebrow_pjj{
gap:0.625rem;
align-items:center;
margin-bottom:22px;
display:inline-flex;
}
.npo_hero_eyebrow_line_pjj{
background:#3A7BD5;
flex:0 0 auto;
height:1px;
width:1.75rem;
display:inline-block;
}
.npo_hero_h1_pjj{
color:#111827;
line-height:1.04;
letter-spacing:-.01em;
overflow-wrap:break-word;
margin-bottom:20px;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:38px;
}
@media(min-width:771px){
.npo_hero_h1_pjj{
font-size:54px;
}
}
@media(min-width:1097px){
.npo_hero_h1_pjj{
font-size:3.875rem;
}
}
.npo_hero_h1_pjj em{
font-style:normal;
color:#3A7BD5;
}
.npo_hero_sub_pjj{
color:#7A8CA3;
margin-bottom:1.875rem;
font-size:16px;
max-width:30rem;
line-height:1.6;
}
@media(min-width:769px){
.npo_hero_sub_pjj{
font-size:1.125rem;
}
}
.npo_hero_actions_pjj{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
margin-bottom:34px;
}
.npo_hero_cta_pjj{
transition:background-color .22s ease;
padding:16px 30px;
border-radius:999px;
gap:10px;
background:#111827;
display:inline-flex;
align-items:center;
font-size:0.938rem;
font-weight:700;
color:#EEF2FF;
}
.npo_hero_cta_pjj:hover{
background:#1E2D45;
}
.npo_hero_cta_ic_pjj{
display:inline-flex;
align-items:center;
}
.npo_hero_cta_ic_pjj svg{
height:16px;
width:16px;
}
.npo_hero_cta_alt_pjj{
border:1px solid rgba(20,30,60,0.14);
transition:border-color .22s ease,color .22s ease;
background:transparent;
padding:15px 1.625rem;
border-radius:999px;
align-items:center;
font-weight:600;
color:#111827;
font-size:0.938rem;
display:inline-flex;
}
.npo_hero_cta_alt_pjj:hover{
border-color:#3A7BD5;
color:#3A7BD5;
}
.npo_hero_trust_pjj{
gap:22px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.npo_hero_trust_item_pjj{
gap:0.563rem;
font-size:0.813rem;
display:flex;
color:#2D3748;
font-weight:600;
align-items:center;
}
.npo_hero_trust_ic_pjj{
align-items:center;
display:inline-flex;
color:#3A7BD5;
}
.npo_hero_trust_ic_pjj svg{
height:1rem;
width:16px;
}
.npo_hero_promo_pjj{
overflow:hidden;
border-radius:20px;
background:#FFFFFF;
min-height:18.75rem;
display:flex;
box-shadow:0 0.75rem 3rem rgba(10,18,50,0.16), 0 3px 12px rgba(10,18,50,0.10);
position:relative;
}
.npo_hero_promo_bg_pjj{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.npo_hero_promo_bg_pjj::after{
background:linear-gradient(120deg,#0F1422 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.npo_hero_promo_glow_pjj{
border-radius:50%;
background:radial-gradient(circle,rgba(79,130,230,0.18) 0%,transparent 65%);
position:absolute;
height:16.25rem;
pointer-events:none;
width:16.25rem;
right:-20px;
top:-2.5rem;
}
.npo_hero_promo_ct_pjj{
padding:28px;
z-index:2;
align-self:flex-end;
max-width:88%;
position:relative;
}
.npo_hero_promo_label_pjj{
color:#7EB3FF;
font-size:0.625rem;
display:block;
margin-bottom:8px;
text-transform:uppercase;
letter-spacing:.25em;
font-weight:700;
}
.npo_hero_promo_amount_pjj{
color:#EEF2FF;
font-size:2rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:767px){
.npo_hero_promo_amount_pjj{
font-size:40px;
}
}
.npo_hero_promo_amount_pjj em{
font-style:normal;
color:#7EB3FF;
}
.npo_hero_rating_pjj{
border-radius:14px;
padding:0.625rem 14px;
gap:0.625rem;
border:1px solid rgba(20,30,60,0.08);
background:#FFFFFF;
z-index:3;
align-items:center;
top:14px;
right:14px;
max-width:min(260px,62%);
box-shadow:0 2px 6px rgba(15,25,60,0.07), 0 8px 1.25rem rgba(15,25,60,0.06);
position:absolute;
display:flex;
}
.npo_hero_rating_score_pjj{
flex:0 0 auto;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:24px;
color:#111827;
font-weight:700;
}
.npo_hero_rating_txt_pjj{
flex:1 1 auto;
min-width:0;
}
.npo_hero_rating_stars_pjj{
gap:2px;
display:flex;
color:#3A7BD5;
}
.npo_hero_rating_stars_pjj svg{
height:12px;
width:0.75rem;
}
.npo_hero_rating_cap_pjj{
margin-top:3px;
overflow-wrap:break-word;
font-size:0.688rem;
color:#5A6A85;
line-height:1.35;
display:block;
}
.npo_stat_pjj{
border-bottom:1px solid rgba(20,30,60,0.14);
border-top:1px solid rgba(20,30,60,0.14);
margin-top:1rem;
}
.npo_stat_in_pjj{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:768px){
.npo_stat_in_pjj{
grid-template-columns:repeat(4,1fr);
}
}
.npo_stat_item_pjj{
padding:22px 0.875rem;
min-width:0;
border-right:1px solid rgba(20,30,60,0.08);
border-bottom:1px solid rgba(20,30,60,0.08);
}
.npo_stat_item_pjj:nth-child(2n){
border-right:0;
}
.npo_stat_item_pjj:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.npo_stat_item_pjj{
border-bottom:0;
}
.npo_stat_item_pjj:nth-child(2n){
border-right:1px solid rgba(20,30,60,0.08);
}
.npo_stat_item_pjj:nth-child(4n){
border-right:0;
}
}
.npo_stat_value_pjj{
overflow-wrap:break-word;
line-height:1;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#111827;
font-size:30px;
}
@media(min-width:765px){
.npo_stat_value_pjj{
font-size:34px;
}
}
.npo_stat_label_pjj{
line-height:1.4;
color:#5A6A85;
overflow-wrap:break-word;
margin-top:6px;
font-size:0.813rem;
}
.npo_grow_pjj{
padding:1.625rem 0 0.625rem;
}
.npo_row_seo_pjj{
margin:10px 0 0;
color:#7A8CA3;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
}
.npo_row_seo_pjj strong{
font-weight:700;
color:#111827;
}
.npo_grow_pjj{
padding:26px 0 0.625rem;
}
.npo_row_seo_pjj{
margin:0.625rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.65;
color:#7A8CA3;
font-size:0.875rem;
}
.npo_row_seo_pjj strong{
color:#111827;
font-weight:700;
}
.npo_grow_pjj{
padding:1.625rem 0 10px;
}
.npo_row_seo_pjj{
margin:0.625rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
max-width:760px;
color:#7A8CA3;
font-size:14px;
}
.npo_row_seo_pjj strong{
font-weight:700;
color:#111827;
}
.npo_grow_pjj{
padding:1.625rem 0 0.625rem;
}
.npo_row_seo_pjj{
margin:0.625rem 0 0;
color:#7A8CA3;
overflow-wrap:break-word;
max-width:760px;
font-size:0.875rem;
line-height:1.65;
}
.npo_row_seo_pjj strong{
color:#111827;
font-weight:700;
}
.npo_pr_pjj{
padding:30px 0 6px;
}
.npo_pr_card_pjj{
background:#FFFFFF;
gap:0.625rem;
padding:26px;
border:1px solid rgba(20,30,60,0.08);
border-radius:1.25rem;
flex:0 0 auto;
overflow:hidden;
flex-direction:column;
position:relative;
width:280px;
min-height:12.5rem;
display:flex;
}
@media(min-width:769px){
.npo_pr_card_pjj{
width:300px;
}
}
.npo_pr_card_feat_pjj{
background:linear-gradient(150deg,#152040,#090D18);
border-color:transparent;
color:#EEF2FF;
}
.npo_pr_glow_pjj{
border-radius:50%;
background:radial-gradient(circle,rgba(79,130,230,0.18),transparent 70%);
pointer-events:none;
opacity:0;
height:130px;
width:8.125rem;
right:-30px;
position:absolute;
top:-1.875rem;
}
.npo_pr_card_feat_pjj .npo_pr_glow_pjj{
opacity:1;
}
.npo_pr_label_pjj{
text-transform:uppercase;
letter-spacing:.16em;
font-size:10px;
font-weight:700;
position:relative;
color:#3A7BD5;
}
.npo_pr_card_feat_pjj .npo_pr_label_pjj{
color:#7EB3FF;
}
.npo_pr_amount_pjj{
color:#111827;
font-size:26px;
font-weight:600;
line-height:1.08;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
position:relative;
}
.npo_pr_card_feat_pjj .npo_pr_amount_pjj{
color:#EEF2FF;
}
.npo_pr_amount_pjj em{
color:#3A7BD5;
font-style:normal;
}
.npo_pr_card_feat_pjj .npo_pr_amount_pjj em{
color:#7EB3FF;
}
.npo_pr_terms_pjj{
font-size:0.813rem;
position:relative;
line-height:1.5;
color:#5A6A85;
}
.npo_pr_card_feat_pjj .npo_pr_terms_pjj{
color:#8FA8D4;
}
.npo_pr_cta_pjj{
align-self:flex-start;
margin-top:auto;
position:relative;
}
.npo_pr_card_feat_pjj .npo_pr_cta_pjj{
border-radius:999px;
transition:opacity .22s ease;
background:#7EB3FF;
padding:0.563rem 1.125rem;
color:#0D1320;
font-size:13px;
font-weight:700;
}
.npo_pr_card_feat_pjj .npo_pr_cta_pjj:hover{
opacity:.9;
}
.npo_pr_card_pjj:not(.npo_pr_card_feat_pjj) .npo_pr_cta_pjj{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
border-bottom:1px solid #111827;
color:#111827;
padding-bottom:2px;
font-size:13px;
}
.npo_pr_card_pjj:not(.npo_pr_card_feat_pjj) .npo_pr_cta_pjj:hover{
border-color:#3A7BD5;
color:#3A7BD5;
}
.npo_jp_pjj{
padding:1.875rem 0 0.625rem;
}
.npo_jp_grid_pjj{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.npo_jp_grid_pjj{
grid-template-columns:1fr 1fr;
}
.npo_jp_card_mega_pjj{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.npo_jp_grid_pjj{
grid-template-columns:1.4fr 1fr 1fr;
}
.npo_jp_card_mega_pjj{
grid-column:auto;
}
}
.npo_jp_card_pjj{
gap:12px;
overflow:hidden;
padding:26px;
border:1px solid rgba(20,30,60,0.08);
background:#FFFFFF;
border-radius:20px;
min-height:12.5rem;
justify-content:space-between;
display:flex;
flex-direction:column;
min-width:0;
position:relative;
}
.npo_jp_card_mega_pjj{
border-color:transparent;
background:linear-gradient(135deg,#152040,#090D18);
min-height:210px;
color:#EEF2FF;
}
.npo_jp_glow_pjj{
border-radius:50%;
background:radial-gradient(circle,rgba(79,130,230,0.18),transparent 70%);
width:200px;
height:200px;
top:-2.5rem;
position:absolute;
pointer-events:none;
right:-2.5rem;
}
.npo_jp_label_pjj{
gap:0.625rem;
color:#3A7BD5;
font-size:10px;
justify-content:space-between;
font-weight:700;
align-items:center;
flex-wrap:wrap;
text-transform:uppercase;
letter-spacing:.16em;
position:relative;
display:flex;
}
.npo_jp_card_mega_pjj .npo_jp_label_pjj{
color:#7EB3FF;
}
.npo_jp_drop_pjj{
color:#5A6A85;
text-transform:none;
letter-spacing:.04em;
font-weight:600;
}
.npo_jp_card_mega_pjj .npo_jp_drop_pjj{
color:#8FA8D4;
}
.npo_jp_amount_pjj{
line-height:1;
position:relative;
color:#111827;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:38px;
}
.npo_jp_card_mega_pjj .npo_jp_amount_pjj{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#7EB3FF;
}
@media(min-width:771px){
.npo_jp_card_mega_pjj .npo_jp_amount_pjj{
font-size:54px;
}
}
.npo_jp_game_pjj{
font-size:13px;
color:#5A6A85;
position:relative;
}
.npo_jp_card_mega_pjj .npo_jp_game_pjj{
color:#8FA8D4;
}
.npo_jp_cta_pjj{
position:relative;
align-self:flex-start;
}
.npo_jp_card_mega_pjj .npo_jp_cta_pjj{
border-radius:62.438rem;
background:#7EB3FF;
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
font-size:0.813rem;
color:#0D1320;
font-weight:700;
}
.npo_jp_card_mega_pjj .npo_jp_cta_pjj:hover{
opacity:.9;
}
.npo_jp_card_pjj:not(.npo_jp_card_mega_pjj) .npo_jp_cta_pjj{
transition:color .22s ease,border-color .22s ease;
font-size:13px;
color:#111827;
font-weight:700;
border-bottom:1px solid #111827;
padding-bottom:2px;
}
.npo_jp_card_pjj:not(.npo_jp_card_mega_pjj) .npo_jp_cta_pjj:hover{
border-color:#3A7BD5;
color:#3A7BD5;
}
.npo_jp_seo_pjj{
margin:14px 0 0;
font-size:14px;
overflow-wrap:break-word;
max-width:47.5rem;
color:#7A8CA3;
line-height:1.65;
}
.npo_jp_seo_pjj strong{
font-weight:700;
color:#111827;
}
.npo_gf_pjj{
padding:24px 0 6px;
}
.npo_gf_in_pjj{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.npo_gf_chip_pjj{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:62.438rem;
background:#FFFFFF;
padding:10px 18px;
border:1px solid rgba(20,30,60,0.14);
white-space:nowrap;
font-weight:600;
color:#2D3748;
font-size:0.813rem;
}
.npo_gf_chip_pjj:hover{
border-color:#3A7BD5;
color:#3A7BD5;
}
.npo_gf_chip_pjj.npo_state_active_pjj{
border-color:transparent;
background:#111827;
color:#EEF2FF;
}
.npo_app_pjj{
padding:1.875rem 0 10px;
}
.npo_app_in_pjj{
padding:2rem;
border-radius:20px;
border:1px solid rgba(20,30,60,0.08);
background:#FFFFFF;
gap:28px;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.npo_app_in_pjj{
padding:40px 2.75rem;
gap:40px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.npo_app_copy_pjj{
min-width:0;
max-width:560px;
}
.npo_app_eyebrow_pjj{
margin-bottom:0.75rem;
}
.npo_app_h2_pjj{
color:#111827;
margin-bottom:12px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.75rem;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:766px){
.npo_app_h2_pjj{
font-size:2.125rem;
}
}
.npo_app_text_pjj{
font-size:14px;
color:#7A8CA3;
line-height:1.6;
margin-bottom:22px;
}
.npo_app_btns_pjj{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.npo_app_btn_pjj{
border-radius:0.875rem;
transition:background-color .22s ease;
gap:0.625rem;
padding:0.688rem 1.25rem;
background:#111827;
align-items:center;
display:inline-flex;
color:#EEF2FF;
}
.npo_app_btn_pjj:hover{
background:#1E2D45;
}
.npo_app_btn_ic_pjj{
display:inline-flex;
align-items:center;
}
.npo_app_btn_ic_pjj svg{
height:1.125rem;
width:1.125rem;
}
.npo_app_btn_lb_pjj{
font-size:13.5px;
font-weight:700;
}
.npo_app_qr_wrap_pjj{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.npo_app_qr_pjj{
border-radius:0.875rem;
flex:0 0 auto;
height:108px;
background-color:#111827;
width:108px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 5px 0.688rem);
}
.npo_app_qr_cap_pjj{
line-height:1.4;
font-size:12.5px;
color:#5A6A85;
max-width:5.75rem;
}
.npo_sea_pjj{
padding:1.5rem 0 10px;
}
.npo_sea_in_pjj{
background:linear-gradient(115deg,#152040,#090D18);
overflow:hidden;
border-radius:20px;
gap:22px;
padding:36px;
display:flex;
flex-direction:column;
position:relative;
color:#EEF2FF;
}
@media(min-width:818px){
.npo_sea_in_pjj{
gap:2rem;
padding:44px 3rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.npo_sea_glow_pjj{
background:radial-gradient(circle,rgba(79,130,230,0.18),transparent 68%);
border-radius:50%;
transform:translateY(-50%);
height:240px;
top:50%;
position:absolute;
pointer-events:none;
width:240px;
right:60px;
}
.npo_sea_copy_pjj{
position:relative;
max-width:560px;
min-width:0;
}
.npo_sea_eyebrow_pjj{
margin-bottom:0.75rem;
}
.npo_sea_h2_pjj{
color:#EEF2FF;
font-size:1.875rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:12px;
font-weight:600;
line-height:1.04;
overflow-wrap:break-word;
}
@media(min-width:769px){
.npo_sea_h2_pjj{
font-size:2.375rem;
}
}
.npo_sea_text_pjj{
font-size:0.938rem;
color:#8FA8D4;
line-height:1.6;
}
.npo_sea_cta_pjj{
transition:opacity .22s ease;
flex:0 0 auto;
border-radius:999px;
background:#7EB3FF;
padding:16px 2rem;
font-weight:700;
position:relative;
font-size:0.938rem;
color:#0D1320;
}
.npo_sea_cta_pjj:hover{
opacity:.9;
}
.npo_trn_pjj{
padding:1.875rem 0 10px;
}
.npo_trn_in_pjj{
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
border:1px solid rgba(20,30,60,0.08);
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.npo_trn_in_pjj{
grid-template-columns:1.05fr 1fr;
}
}
.npo_trn_banner_pjj{
background:linear-gradient(150deg,#152040,#090D18);
padding:34px;
overflow:hidden;
position:relative;
color:#EEF2FF;
}
.npo_trn_glow_pjj{
background:radial-gradient(circle,rgba(79,130,230,0.18),transparent 70%);
border-radius:50%;
bottom:-40px;
pointer-events:none;
right:-2.5rem;
width:12.5rem;
height:200px;
position:absolute;
}
.npo_trn_eyebrow_pjj{
position:relative;
margin-bottom:0.875rem;
}
.npo_trn_h2_pjj{
font-weight:600;
color:#EEF2FF;
margin-bottom:0.75rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.06;
position:relative;
overflow-wrap:break-word;
font-size:30px;
}
@media(min-width:769px){
.npo_trn_h2_pjj{
font-size:2.25rem;
}
}
.npo_trn_text_pjj{
color:#8FA8D4;
margin-bottom:22px;
line-height:1.6;
position:relative;
max-width:420px;
font-size:0.875rem;
}
.npo_trn_timer_pjj{
gap:0.5rem;
align-items:center;
flex-wrap:wrap;
position:relative;
margin-bottom:24px;
display:flex;
}
.npo_trn_timer_cap_pjj{
color:#8FA8D4;
font-size:11px;
}
.npo_trn_timer_box_pjj{
padding:4px 12px;
border-radius:8px;
background:rgba(220,230,255,0.07);
font-weight:700;
font-size:24px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EEF2FF;
}
.npo_trn_cta_pjj{
padding:13px 1.625rem;
border-radius:62.438rem;
background:#7EB3FF;
transition:opacity .22s ease;
font-weight:700;
display:inline-block;
font-size:14px;
position:relative;
color:#0D1320;
}
.npo_trn_cta_pjj:hover{
opacity:.9;
}
.npo_trn_lb_pjj{
padding:26px 1.75rem;
}
.npo_trn_lb_head_pjj{
gap:0.625rem;
margin-bottom:12px;
justify-content:space-between;
align-items:center;
display:flex;
}
.npo_trn_lb_title_pjj{
font-size:20px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#111827;
}
.npo_trn_lb_upd_pjj{
color:#5A6A85;
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.688rem;
}
.npo_trn_lb_row_pjj{
border-radius:0.5rem;
padding:0.688rem 12px;
gap:0.875rem;
display:flex;
align-items:center;
}
.npo_trn_lb_row_pjj:nth-child(2){
background:rgba(58,123,213,0.10);
}
.npo_trn_lb_rank_pjj{
flex:0 0 auto;
width:1.375rem;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#3A7BD5;
font-size:16px;
}
.npo_trn_lb_av_pjj{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#3A7BD5,#7EB3FF);
height:1.875rem;
width:1.875rem;
}
.npo_trn_lb_name_pjj{
flex:1 1 auto;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
min-width:0;
color:#111827;
font-weight:600;
font-size:14px;
}
.npo_trn_lb_amount_pjj{
flex:0 0 auto;
font-size:0.813rem;
color:#111827;
font-weight:700;
}
.npo_nl_pjj{
padding:1.5rem 0 0.625rem;
}
.npo_nl_in_pjj{
background:#131929;
padding:30px 2rem;
border-radius:20px;
gap:1.375rem;
color:#EEF2FF;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.npo_nl_in_pjj{
gap:1.75rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.npo_nl_text_wrap_pjj{
min-width:0;
}
.npo_nl_h3_pjj{
line-height:1.1;
overflow-wrap:break-word;
color:#EEF2FF;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:5px;
font-size:1.375rem;
}
@media(min-width:769px){
.npo_nl_h3_pjj{
font-size:24px;
}
}
.npo_nl_text_pjj{
color:#8FA8D4;
font-size:13.5px;
line-height:1.5;
}
.npo_nl_form_pjj{
flex:1 1 auto;
gap:0.625rem;
min-width:0;
display:flex;
max-width:28.75rem;
}
.npo_nl_input_pjj{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(180,205,255,0.14);
padding:13px 1rem;
background:rgba(220,230,255,0.07);
flex:1 1 auto;
align-items:center;
min-width:0;
font-size:0.875rem;
color:#8FA8D4;
white-space:nowrap;
display:flex;
text-overflow:ellipsis;
}
.npo_nl_btn_pjj{
flex:0 0 auto;
padding:13px 1.5rem;
border-radius:0.875rem;
background:#7EB3FF;
transition:opacity .22s ease;
color:#0D1320;
font-size:14px;
font-weight:700;
white-space:nowrap;
}
.npo_nl_btn_pjj:hover{
opacity:.9;
}
.npo_vip_pjj{
padding:48px 0;
}
@media(min-width:769px){
.npo_vip_pjj{
padding:64px 0;
}
}
.npo_vip_head_pjj{
gap:14px;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:878px){
.npo_vip_head_pjj{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.npo_vip_eyebrow_pjj{
margin-bottom:0.75rem;
}
.npo_vip_h2_pjj{
font-size:32px;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
color:#EEF2FF;
}
@media(min-width:768px){
.npo_vip_h2_pjj{
font-size:2.5rem;
}
}
.npo_vip_intro_pjj{
font-size:0.875rem;
color:#8FA8D4;
line-height:1.6;
max-width:26.25rem;
}
.npo_vip_grid_pjj{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.npo_vip_card_pjj{
padding:22px 1.125rem;
border-radius:0.875rem;
border:1px solid rgba(180,205,255,0.14);
min-width:0;
}
.npo_vip_card_feat_pjj{
background:rgba(220,230,255,0.07);
border-color:#7EB3FF;
}
.npo_vip_card_ic_pjj{
border-radius:0.5rem;
background:linear-gradient(135deg,#3A7BD5,#7EB3FF);
height:2.125rem;
margin-bottom:16px;
width:34px;
display:block;
}
.npo_vip_name_pjj{
color:#EEF2FF;
margin-bottom:0.375rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:20px;
font-weight:600;
overflow-wrap:break-word;
}
.npo_vip_perk_pjj{
line-height:1.5;
color:#8FA8D4;
overflow-wrap:break-word;
font-size:12.5px;
}
.npo_hts_pjj{
padding:3rem 0;
}
@media(min-width:765px){
.npo_hts_pjj{
padding:3.875rem 0;
}
}
.npo_hts_head_pjj{
gap:18px;
margin-bottom:34px;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.npo_hts_head_pjj{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.npo_hts_eyebrow_pjj{
margin-bottom:12px;
}
.npo_hts_h2_pjj{
font-weight:600;
color:#EEF2FF;
line-height:1.05;
font-size:1.875rem;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.npo_hts_h2_pjj{
font-size:38px;
}
}
.npo_hts_cta_pjj{
padding:0.938rem 30px;
flex:0 0 auto;
transition:opacity .22s ease;
border-radius:62.438rem;
background:#7EB3FF;
color:#0D1320;
font-size:0.938rem;
font-weight:700;
}
.npo_hts_cta_pjj:hover{
opacity:.9;
}
.npo_hts_grid_pjj{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:760px){
.npo_hts_grid_pjj{
grid-template-columns:repeat(3,1fr);
}
}
.npo_hts_step_pjj{
border-top:1px solid rgba(180,205,255,0.14);
padding-top:1.375rem;
min-width:0;
}
.npo_hts_step_num_pjj{
color:#7EB3FF;
font-weight:700;
line-height:1;
font-size:44px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.875rem;
}
.npo_hts_step_h_pjj{
overflow-wrap:break-word;
font-size:1.188rem;
line-height:1.2;
color:#EEF2FF;
margin-bottom:8px;
font-weight:700;
}
.npo_hts_step_p_pjj{
color:#8FA8D4;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.npo_wy_pjj{
padding:3rem 0;
}
@media(min-width:767px){
.npo_wy_pjj{
padding:56px 0;
}
}
.npo_wy_in_pjj{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:899px){
.npo_wy_in_pjj{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.npo_wy_left_pjj{
min-width:0;
}
.npo_wy_eyebrow_pjj{
margin-bottom:14px;
}
.npo_wy_h2_pjj{
margin-bottom:1rem;
line-height:1.05;
color:#111827;
overflow-wrap:break-word;
font-size:32px;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.npo_wy_h2_pjj{
font-size:2.5rem;
}
}
.npo_wy_intro_pjj{
line-height:1.6;
color:#7A8CA3;
font-size:0.938rem;
}
.npo_wy_grid_pjj{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.npo_wy_grid_pjj{
grid-template-columns:1fr 1fr;
}
}
.npo_wy_card_pjj{
border-radius:0.875rem;
background:#FFFFFF;
border:1px solid rgba(20,30,60,0.08);
padding:26px;
min-width:0;
}
.npo_wy_card_ic_pjj{
justify-content:center;
color:#3A7BD5;
margin-bottom:1rem;
display:inline-flex;
align-items:center;
}
.npo_wy_card_ic_pjj svg{
height:1.625rem;
width:1.625rem;
}
.npo_wy_card_h_pjj{
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.313rem;
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:0.5rem;
color:#111827;
}
.npo_wy_card_p_pjj{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
color:#7A8CA3;
}
.npo_tt_pjj{
padding:3rem 0 0.625rem;
}
@media(min-width:765px){
.npo_tt_pjj{
padding:60px 0 10px;
}
}
.npo_tt_head_pjj{
text-align:center;
margin-bottom:2.125rem;
}
.npo_tt_eyebrow_pjj{
margin-bottom:0.75rem;
}
.npo_tt_h2_pjj{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#111827;
line-height:1.05;
font-size:32px;
}
@media(min-width:768px){
.npo_tt_h2_pjj{
font-size:42px;
}
}
.npo_tt_grid_pjj{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:762px){
.npo_tt_grid_pjj{
grid-template-columns:repeat(3,1fr);
}
}
.npo_tt_card_pjj{
border-radius:0.875rem;
background:#FFFFFF;
padding:1.875rem;
border:1px solid rgba(20,30,60,0.08);
display:flex;
min-width:0;
flex-direction:column;
}
.npo_tt_card_ic_pjj{
align-items:center;
display:inline-flex;
color:#3A7BD5;
margin-bottom:1.125rem;
}
.npo_tt_card_ic_pjj svg{
height:1.75rem;
width:1.75rem;
}
.npo_tt_card_h_pjj{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
overflow-wrap:break-word;
color:#111827;
margin-bottom:8px;
font-weight:600;
line-height:1.15;
}
.npo_tt_card_p_pjj{
overflow-wrap:break-word;
margin-bottom:0.875rem;
color:#7A8CA3;
font-size:0.875rem;
line-height:1.6;
}
.npo_tt_card_p_pjj b{
color:#111827;
font-weight:700;
}
.npo_tt_card_link_pjj{
transition:color .22s ease;
color:#111827;
padding-bottom:2px;
border-bottom:1px solid #3A7BD5;
align-self:flex-start;
font-weight:700;
margin-top:auto;
font-size:0.813rem;
}
.npo_tt_card_link_pjj:hover{
color:#3A7BD5;
}
.npo_ts_pjj{
padding:2.75rem 0;
}
.npo_ts_in_pjj{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:883px){
.npo_ts_in_pjj{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.npo_ts_left_pjj{
min-width:0;
}
.npo_ts_h2_pjj{
line-height:1.1;
font-weight:600;
margin-bottom:0.75rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:26px;
color:#EEF2FF;
overflow-wrap:break-word;
}
@media(min-width:771px){
.npo_ts_h2_pjj{
font-size:1.75rem;
}
}
.npo_ts_text_pjj{
color:#8FA8D4;
line-height:1.6;
font-size:14.5px;
max-width:32.5rem;
margin-bottom:22px;
}
.npo_ts_badges_pjj{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.npo_ts_badge_pjj{
color:#8FA8D4;
font-weight:600;
font-size:0.813rem;
}
.npo_ts_pay_pjj{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.npo_ts_pay_pjj{
justify-content:flex-end;
}
}
.npo_ts_pay_chip_pjj{
border-radius:14px;
background:rgba(220,230,255,0.07);
padding:12px 16px;
border:1px solid rgba(180,205,255,0.14);
font-weight:700;
font-size:0.875rem;
color:#EEF2FF;
}
.npo_prov_pjj{
padding:2.5rem 0 20px;
}
.npo_prov_eyebrow_pjj{
display:block;
margin-bottom:18px;
}
.npo_prov_grid_pjj{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:558px){
.npo_prov_grid_pjj{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.npo_prov_grid_pjj{
grid-template-columns:repeat(6,1fr);
}
}
.npo_rc_pjj{
padding:3rem 0 10px;
}
.npo_rc_in_pjj{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:761px){
.npo_rc_in_pjj{
grid-template-columns:repeat(3,1fr);
gap:40px;
}
}
.npo_rc_col_pjj{
min-width:0;
}
.npo_rc_label_pjj{
font-size:11px;
font-weight:600;
letter-spacing:.2em;
text-transform:uppercase;
margin-bottom:16px;
color:#3A7BD5;
}
.npo_rc_awards_pjj{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.npo_rc_award_pjj{
gap:0.75rem;
align-items:center;
display:flex;
min-width:0;
}
.npo_rc_award_ic_pjj{
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#5B9AEE;
}
.npo_rc_award_ic_pjj svg{
height:1.125rem;
width:1.125rem;
}
.npo_rc_award_t_pjj{
color:#111827;
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
}
.npo_rc_award_s_pjj{
color:#5A6A85;
overflow-wrap:break-word;
font-size:0.75rem;
}
.npo_rc_press_pjj{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.npo_rc_press_logo_pjj{
border:1px solid rgba(20,30,60,0.08);
padding:0 0.5rem;
border-radius:8px;
overflow:hidden;
color:#7A8CA3;
font-weight:700;
display:flex;
height:52px;
white-space:nowrap;
text-align:center;
font-size:14px;
text-overflow:ellipsis;
justify-content:center;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
align-items:center;
}
.npo_rc_partner_pjj{
background:#FFFFFF;
padding:1.375rem;
border:1px solid rgba(20,30,60,0.08);
border-radius:0.875rem;
}
.npo_rc_partner_name_pjj{
color:#111827;
margin-bottom:0.375rem;
font-weight:600;
font-size:1.25rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.npo_rc_partner_text_pjj{
overflow-wrap:break-word;
font-size:13px;
line-height:1.55;
color:#7A8CA3;
}
.npo_sg_pjj{
padding:3rem 0 10px;
}
.npo_sg_eyebrow_pjj{
display:block;
margin-bottom:12px;
}
.npo_sg_h2_pjj{
font-weight:600;
color:#111827;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:1.875rem;
margin-bottom:1.75rem;
}
@media(min-width:765px){
.npo_sg_h2_pjj{
font-size:2.25rem;
}
}
.npo_sg_grid_pjj{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:720px){
.npo_sg_grid_pjj{
grid-template-columns:repeat(3,1fr);
}
}
.npo_sg_col_pjj{
min-width:0;
}
.npo_sg_col_h_pjj{
overflow-wrap:break-word;
font-weight:600;
line-height:1.15;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#111827;
font-size:1.375rem;
margin-bottom:0.625rem;
}
.npo_sg_col_p_pjj{
color:#7A8CA3;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
}
.npo_lh_pjj{
padding:2.5rem 0 1.25rem;
}
.npo_lh_in_pjj{
border-top:1px solid rgba(20,30,60,0.14);
padding-top:2.125rem;
}
.npo_lh_eyebrow_pjj{
margin-bottom:22px;
display:block;
}
.npo_lh_grid_pjj{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:597px){
.npo_lh_grid_pjj{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.npo_lh_grid_pjj{
grid-template-columns:repeat(5,1fr);
}
}
.npo_lh_col_pjj{
min-width:0;
}
.npo_lh_col_h_pjj{
margin-bottom:0.75rem;
overflow-wrap:break-word;
color:#111827;
font-weight:700;
font-size:13px;
}
.npo_lh_links_pjj{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.npo_lh_link_pjj{
transition:color .22s ease;
overflow-wrap:break-word;
color:#7A8CA3;
font-size:0.813rem;
}
.npo_lh_link_pjj:hover{
color:#3A7BD5;
}
.npo_gd_pjj{
padding:48px 0 10px;
}
.npo_gd_head_pjj{
gap:0.875rem;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:679px){
.npo_gd_head_pjj{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.npo_gd_eyebrow_pjj{
margin-bottom:0.625rem;
}
.npo_gd_h2_pjj{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#111827;
line-height:1.05;
font-size:28px;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.npo_gd_h2_pjj{
font-size:2.125rem;
}
}
.npo_gd_more_pjj{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
border-bottom:1px solid #111827;
padding-bottom:2px;
color:#111827;
font-size:13.5px;
font-weight:600;
}
.npo_gd_more_pjj:hover{
border-color:#3A7BD5;
color:#3A7BD5;
}
.npo_gd_grid_pjj{
grid-template-columns:1fr;
gap:1.25rem;
display:grid;
}
@media(min-width:718px){
.npo_gd_grid_pjj{
grid-template-columns:repeat(3,1fr);
}
}
.npo_gd_card_pjj{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20,30,60,0.08);
background:#FFFFFF;
display:block;
min-width:0;
}
.npo_gd_card_img_pjj{
background:linear-gradient(140deg,#152040,#3A7BD5);
height:150px;
}
.npo_gd_card_body_pjj{
padding:1.375rem;
}
.npo_gd_card_cat_pjj{
text-transform:uppercase;
font-weight:600;
font-size:0.625rem;
color:#3A7BD5;
letter-spacing:.1em;
}
.npo_gd_card_h_pjj{
margin:8px 0 0.625rem;
line-height:1.2;
color:#111827;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:19px;
}
.npo_gd_card_meta_pjj{
overflow-wrap:break-word;
font-size:0.75rem;
color:#5A6A85;
}
.npo_el_pjj{
padding:3rem 0;
}
@media(min-width:768px){
.npo_el_pjj{
padding:56px 0;
}
}
.npo_el_in_pjj{
grid-template-columns:1fr;
gap:40px;
align-items:start;
display:grid;
}
@media(min-width:901px){
.npo_el_in_pjj{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.npo_el_left_pjj{
min-width:0;
}
.npo_el_eyebrow_pjj{
margin-bottom:14px;
}
.npo_el_h2_pjj{
color:#111827;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
margin-bottom:22px;
font-weight:600;
font-size:2rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.npo_el_h2_pjj{
font-size:38px;
}
}
.npo_el_body_pjj p{
line-height:1.7;
color:#2D3748;
overflow-wrap:break-word;
margin-bottom:18px;
font-size:16px;
}
.npo_el_dropcap_pjj{
padding:6px 0.75rem 0 0;
font-weight:700;
color:#3A7BD5;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:.8;
float:left;
font-size:3.875rem;
}
.npo_el_right_pjj{
min-width:0;
}
.npo_el_quote_pjj{
border-radius:1.25rem;
background:linear-gradient(150deg,#152040,#090D18);
padding:36px;
color:#EEF2FF;
margin-bottom:1.5rem;
position:relative;
}
.npo_el_quote_mark_pjj{
color:#7EB3FF;
display:inline-flex;
margin-bottom:6px;
align-items:center;
}
.npo_el_quote_mark_pjj svg{
height:34px;
width:34px;
}
.npo_el_quote_text_pjj{
font-size:1.375rem;
overflow-wrap:break-word;
line-height:1.4;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EEF2FF;
margin-bottom:22px;
font-weight:500;
}
.npo_el_quote_meta_pjj{
gap:12px;
display:flex;
align-items:center;
}
.npo_el_quote_av_pjj{
border-radius:50%;
background:linear-gradient(135deg,#3A7BD5,#7EB3FF);
flex:0 0 auto;
height:2.375rem;
width:2.375rem;
}
.npo_el_quote_author_pjj{
color:#EEF2FF;
font-size:14px;
font-weight:700;
}
.npo_el_quote_meta_sub_pjj{
color:#8FA8D4;
font-size:12px;
}
.npo_el_explain_pjj{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(20,30,60,0.08);
}
.npo_el_explain_card_pjj{
padding:22px 1.5rem;
}
.npo_el_explain_card_pjj+.npo_el_explain_card_pjj{
border-top:1px solid rgba(20,30,60,0.08);
}
.npo_el_explain_h_pjj{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-size:1.25rem;
margin-bottom:8px;
color:#111827;
overflow-wrap:break-word;
font-weight:600;
}
.npo_el_explain_p_pjj{
overflow-wrap:break-word;
line-height:1.55;
color:#7A8CA3;
font-size:0.875rem;
}
.npo_sb_pjj{
padding:3rem 0;
background:#FFFFFF;
border-bottom:1px solid rgba(20,30,60,0.08);
margin-top:24px;
border-top:1px solid rgba(20,30,60,0.08);
}
@media(min-width:771px){
.npo_sb_pjj{
padding:56px 0;
}
}
.npo_sb_eyebrow_pjj{
display:block;
margin-bottom:12px;
}
.npo_sb_h2_pjj{
font-size:30px;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
margin-bottom:1.625rem;
color:#111827;
font-weight:600;
}
@media(min-width:771px){
.npo_sb_h2_pjj{
font-size:2.25rem;
}
}
.npo_sb_grid_pjj{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:563px){
.npo_sb_grid_pjj{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.npo_sb_grid_pjj{
grid-template-columns:repeat(4,1fr);
}
}
.npo_sb_card_pjj{
border-radius:0.875rem;
padding:1.5rem;
background:#F4F6F9;
border:1px solid rgba(20,30,60,0.08);
min-width:0;
}
.npo_sb_card_h_pjj{
font-weight:600;
margin-bottom:0.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-size:19px;
overflow-wrap:break-word;
color:#111827;
}
.npo_sb_card_p_pjj{
font-size:0.844rem;
line-height:1.6;
color:#7A8CA3;
overflow-wrap:break-word;
}
.npo_sb_rtp_pjj{
grid-template-columns:1fr;
padding:26px 28px;
border-radius:0.875rem;
border:1px solid rgba(20,30,60,0.08);
gap:1.5rem;
background:#F4F6F9;
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:761px){
.npo_sb_rtp_pjj{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.npo_sb_rtp_h_pjj{
font-size:20px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.15;
color:#111827;
}
.npo_sb_rtp_p_pjj{
color:#7A8CA3;
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
}
.npo_sb_rtp_stats_pjj{
gap:16px;
display:flex;
}
.npo_sb_stat_pjj{
flex:1 1 0;
background:#FFFFFF;
padding:18px;
border-radius:8px;
text-align:center;
min-width:0;
}
.npo_sb_stat_v_pjj{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#1A8C5B;
font-size:26px;
font-weight:700;
overflow-wrap:break-word;
}
.npo_sb_stat_l_pjj{
font-size:0.719rem;
color:#5A6A85;
margin-top:0.25rem;
}
.npo_faq_pjj{
padding:48px 0;
background:#FFFFFF;
border-top:1px solid rgba(20,30,60,0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(20,30,60,0.08);
}
@media(min-width:769px){
.npo_faq_pjj{
padding:62px 0;
}
}
.npo_faq_head_pjj{
margin-bottom:34px;
text-align:center;
}
.npo_faq_eyebrow_pjj{
margin-bottom:0.75rem;
}
.npo_faq_h2_pjj{
font-size:32px;
line-height:1.05;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#111827;
}
@media(min-width:766px){
.npo_faq_h2_pjj{
font-size:38px;
}
}
.npo_faq_list_pjj{
margin:0 auto;
gap:0.75rem;
display:flex;
flex-direction:column;
max-width:820px;
}
.npo_faq_item_pjj{
border-radius:0.875rem;
border:1px solid rgba(20,30,60,0.08);
background:#F4F6F9;
overflow:hidden;
}
.npo_faq_q_pjj{
list-style:none;
padding:20px 1.5rem;
gap:20px;
align-items:center;
color:#111827;
display:flex;
overflow-wrap:break-word;
justify-content:space-between;
cursor:pointer;
font-size:1rem;
font-weight:700;
}
.npo_faq_q_pjj::-webkit-details-marker{
display:none;
}
.npo_faq_q_ic_pjj{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
align-items:center;
color:#3A7BD5;
}
.npo_faq_q_ic_pjj svg{
width:1.125rem;
height:18px;
}
.npo_faq_item_pjj[open] .npo_faq_q_ic_pjj{
transform:rotate(180deg);
}
.npo_faq_a_pjj{
padding:0 1.5rem 20px;
color:#7A8CA3;
font-size:14.5px;
overflow-wrap:break-word;
line-height:1.6;
}
.npo_ft_pjj{
background:#1A1F2E;
color:#8FA8D4;
margin-top:2.5rem;
}
.npo_ft_in_pjj{
padding:48px 0 1.75rem;
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:601px){
.npo_ft_in_pjj{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:902px){
.npo_ft_in_pjj{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.npo_ft_brand_pjj{
min-width:0;
}
.npo_ft_logo_pjj{
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EEF2FF;
}
.npo_ft_tagline_pjj{
line-height:1.6;
font-size:13.5px;
margin-top:14px;
color:#8FA8D4;
max-width:280px;
}
.npo_ft_contact_pjj{
transition:color .22s ease;
display:inline-block;
color:#7EB3FF;
overflow-wrap:anywhere;
max-width:280px;
margin-top:12px;
font-size:13px;
}
.npo_ft_contact_pjj:hover{
color:#EEF2FF;
}
.npo_ft_col_pjj{
min-width:0;
}
.npo_ft_col_h_pjj{
overflow-wrap:break-word;
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
margin-bottom:14px;
font-weight:700;
color:#EEF2FF;
}
.npo_ft_col_links_pjj{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.npo_ft_link_pjj{
transition:color .22s ease;
color:#8FA8D4;
overflow-wrap:break-word;
font-size:13.5px;
}
.npo_ft_link_pjj:hover{
color:#EEF2FF;
}
.npo_ft_bot_pjj{
gap:1rem;
padding:1.375rem 0 2.5rem;
display:flex;
flex-direction:column;
border-top:1px solid rgba(180,205,255,0.14);
}
@media(min-width:769px){
.npo_ft_bot_pjj{
gap:1.25rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.npo_ft_legal_pjj{
font-size:0.719rem;
max-width:47.5rem;
color:#A3B0C2;
overflow-wrap:break-word;
line-height:1.6;
}
.npo_ft_legal_pjj b{
font-weight:700;
color:#8FA8D4;
}
.npo_ft_age_pjj{
padding:0.25rem 0.563rem;
border-radius:0.5rem;
flex:0 0 auto;
border:1.5px solid #7EB3FF;
font-weight:700;
color:#7EB3FF;
font-size:13px;
}