*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0D0F14;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
line-height:1.6;
font-family:"Source Sans 3", 'Helvetica Neue', Arial, sans-serif;
font-size:0.938rem;
color:#BCC4DC;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ntc-layout_t1f{
flex-direction:column;
display:flex;
min-height:100vh;
}
.ntc-main_t1f{
flex:1 1 auto;
min-width:0;
width:100%;
}
.ntc-container_t1f{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.ntc-container_t1f{
padding:0 2rem;
}
}
@media(min-width:1103px){
.ntc-container_t1f{
padding:0 3.5rem;
}
}
.ntc-eyebrow_t1f{
color:#5282FF;
line-height:1.4;
font-family:"Source Sans 3", 'Helvetica Neue', Arial, sans-serif;
overflow-wrap:break-word;
font-weight:600;
letter-spacing:.2em;
text-transform:uppercase;
font-size:11px;
display:inline-block;
}
.ntc-band_t1f{
background:#0A0C18;
color:#EEF1FB;
}
.ntc-band_t1f .ntc-eyebrow_t1f{
color:#7EB0FF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.ntc-tb_t1f{
background:#0D0F14;
position:sticky;
top:0;
border-bottom:1px solid rgba(200,210,255,0.13);
z-index:50;
}
.ntc-tb_in_t1f{
margin:0 auto;
gap:1rem;
padding:12px 16px;
align-items:center;
max-width:1400px;
justify-content:space-between;
width:100%;
display:flex;
}
@media(min-width:767px){
.ntc-tb_in_t1f{
padding:1rem 2rem;
}
}
@media(min-width:1103px){
.ntc-tb_in_t1f{
padding:18px 56px;
}
}
.ntc-tb_left_t1f{
gap:1.75rem;
min-width:0;
align-items:center;
display:flex;
}
.ntc-tb_logo_t1f{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.ntc-tb_logo_mark_t1f{
border-radius:8px;
flex:0 0 auto;
object-fit:cover;
width:2.125rem;
height:2.125rem;
}
.ntc-tb_logo_txt_t1f{
flex-direction:column;
line-height:1;
min-width:0;
display:flex;
}
.ntc-tb_logo_name_t1f{
overflow:hidden;
font-size:1.375rem;
font-weight:700;
text-overflow:ellipsis;
color:#EEF1FB;
letter-spacing:.02em;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
white-space:nowrap;
}
.ntc-tb_logo_sub_t1f{
overflow:hidden;
margin-top:0.25rem;
font-size:0.531rem;
font-weight:600;
text-transform:uppercase;
letter-spacing:.32em;
text-overflow:ellipsis;
white-space:nowrap;
color:#5282FF;
}
.ntc-tb_nav_t1f{
display:none;
}
@media(min-width:958px){
.ntc-tb_nav_t1f{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.ntc-tb_nav_item_t1f{
transition:color .2s ease,border-color .2s ease;
border-bottom:2px solid transparent;
font-weight:600;
padding-bottom:3px;
color:#BCC4DC;
white-space:nowrap;
font-size:14px;
}
.ntc-tb_nav_item_t1f:hover{
color:#EEF1FB;
}
.ntc-tb_nav_item_t1f.ntc-state_active_t1f{
border-color:#5282FF;
color:#EEF1FB;
}
.ntc-tb_right_t1f{
flex:0 0 auto;
gap:0.875rem;
display:flex;
align-items:center;
}
.ntc-tb_search_t1f{
transition:color .2s ease;
color:#BCC4DC;
justify-content:center;
display:flex;
align-items:center;
}
.ntc-tb_search_t1f:hover{
color:#5282FF;
}
.ntc-tb_search_t1f svg{
height:1.125rem;
width:1.125rem;
}
.ntc-tb_lang_t1f{
text-transform:uppercase;
font-weight:600;
font-size:11px;
color:#8491B0;
letter-spacing:.1em;
}
.ntc-tb_lang_t1f:hover{
color:#EEF1FB;
}
.ntc-tb_login_t1f{
font-weight:600;
color:#EEF1FB;
display:none;
font-size:14px;
}
@media(min-width:769px){
.ntc-tb_login_t1f{
display:inline-block;
}
}
.ntc-tb_register_t1f{
border-radius:999px;
padding:0.688rem 22px;
background:#5282FF;
transition:background-color .2s ease;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
color:#0B0D14;
}
.ntc-tb_register_t1f:hover{
background:#6B98FF;
}
.ntc-mob_t1f{
background:#0D0F14;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
left:0;
right:0;
z-index:60;
border-top:1px solid rgba(200,210,255,0.13);
bottom:0;
}
@media(min-width:959px){
.ntc-mob_t1f{
display:none;
}
}
.ntc-mob_in_t1f{
margin:0 auto;
justify-content:space-around;
max-width:35rem;
display:flex;
align-items:stretch;
}
.ntc-mob_item_t1f{
flex:1 1 0;
padding:0.563rem 4px;
gap:3px;
transition:color .2s ease;
flex-direction:column;
color:#8491B0;
min-width:0;
display:flex;
align-items:center;
}
.ntc-mob_item_t1f.ntc-state_active_t1f{
color:#5282FF;
}
.ntc-mob_ic_t1f{
align-items:center;
justify-content:center;
display:flex;
}
.ntc-mob_ic_t1f svg{
height:20px;
width:20px;
}
.ntc-mob_lb_t1f{
overflow:hidden;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
max-width:100%;
font-size:10px;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.ntc-rail_t1f{
min-width:0;
position:relative;
}
.ntc-rail_scroll_t1f{
gap:14px;
padding-bottom:14px;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
display:flex;
scrollbar-width:thin;
}
@media(min-width:770px){
.ntc-rail_scroll_t1f{
gap:1.125rem;
}
}
.ntc-gc_t1f{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:765px){
.ntc-gc_t1f{
width:11.75rem;
}
}
.ntc-gc_img_t1f{
border-radius:14px;
overflow:hidden;
background:#141720;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
padding-bottom:133.33%;
position:relative;
}
.ntc-gc_img_t1f img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.ntc-gc_cover_t1f{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.ntc-gc_hover_t1f{
inset:0;
transition:opacity .2s ease;
background:rgba(0,0,0,0.52);
display:flex;
opacity:0;
position:absolute;
align-items:center;
justify-content:center;
}
.ntc-gc_t1f:hover .ntc-gc_hover_t1f{
opacity:1;
}
.ntc-gc_hover_btn_t1f{
background:#5282FF;
border-radius:62.438rem;
color:#0B0D14;
align-items:center;
justify-content:center;
display:flex;
height:46px;
width:46px;
}
.ntc-gc_hover_btn_t1f svg{
width:1.125rem;
height:18px;
}
.ntc-gc_info_t1f{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
display:flex;
min-width:0;
}
.ntc-gc_name_t1f{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#EEF1FB;
font-size:13px;
font-weight:700;
}
.ntc-gc_prov_t1f{
overflow:hidden;
font-size:11px;
color:#8491B0;
text-overflow:ellipsis;
white-space:nowrap;
}
.ntc-gc_meta_t1f{
color:#8491B0;
font-size:11px;
}
.ntc-tc_t1f{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:771px){
.ntc-tc_t1f{
width:14.375rem;
}
}
.ntc-tc_img_t1f{
border-radius:0.875rem;
background:#141720;
overflow:hidden;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 8px rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
}
.ntc-tc_img_t1f img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.ntc-tc_info_t1f{
gap:2px;
display:flex;
min-width:0;
margin-top:0.563rem;
flex-direction:column;
}
.ntc-tc_name_t1f{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
color:#EEF1FB;
font-size:14px;
}
.ntc-tc_rtp_t1f{
color:#8491B0;
font-size:0.688rem;
}
.ntc-lc_t1f{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:770px){
.ntc-lc_t1f{
width:16.75rem;
}
}
.ntc-lc_img_t1f{
background:#141720;
border-radius:14px;
overflow:hidden;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
}
.ntc-lc_img_t1f img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.ntc-lc_live_t1f{
background:rgba(0,0,0,0.52);
gap:7px;
border-radius:62.438rem;
padding:4px 9px;
top:12px;
position:absolute;
left:12px;
display:flex;
align-items:center;
}
.ntc-lc_live_dot_t1f{
border-radius:50%;
background:#F0445A;
animation:zm2-pulse 1.6s infinite;
height:0.5rem;
width:8px;
}
.ntc-lc_seats_t1f{
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
color:#EEF1FB;
font-size:0.625rem;
}
.ntc-lc_info_t1f{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.ntc-lc_name_t1f{
overflow:hidden;
color:#EEF1FB;
white-space:nowrap;
font-size:15px;
text-overflow:ellipsis;
font-weight:700;
}
.ntc-lc_bet_t1f{
font-size:0.688rem;
color:#8491B0;
}
.ntc-pc_t1f{
border-radius:14px;
background:#141720;
padding:1rem 14px;
border:1px solid rgba(200,210,255,0.07);
gap:8px;
justify-content:center;
min-width:0;
align-items:center;
min-height:74px;
flex-direction:column;
display:flex;
}
.ntc-pc_logo_t1f{
flex:0 0 auto;
max-width:100%;
width:auto;
height:28px;
object-fit:contain;
}
.ntc-pc_name_t1f{
overflow:hidden;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
color:#8491B0;
font-size:11px;
text-align:center;
}
.ntc-gc_tag_t1f{
padding:3px 8px;
border-radius:0.5rem;
top:0.625rem;
letter-spacing:.06em;
position:absolute;
font-weight:700;
left:10px;
text-transform:uppercase;
display:inline-block;
font-size:0.625rem;
z-index:2;
}
.ntc-gc_tag_hot_t1f{
background:#F0445A;
color:#EEF1FB;
}
.ntc-gc_tag_new_t1f{
background:#7EB0FF;
color:#0B0D14;
}
.ntc-gc_tag_jp_t1f{
background:#F0B240;
color:#0B0D14;
}
.ntc-gc_tag_live_t1f{
background:#F0445A;
color:#EEF1FB;
}
.ntc-sh_t1f{
min-width:0;
margin-bottom:1.125rem;
}
.ntc-sh_row_t1f{
gap:16px;
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
}
.ntc-sh_row_t1f .ntc-sh_l_t1f{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.ntc-sh_stack_t1f{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.ntc-sh_center_t1f{
gap:0.625rem;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.ntc-sh_h2_t1f{
font-size:1.5rem;
overflow-wrap:break-word;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.1;
color:#EEF1FB;
}
@media(min-width:770px){
.ntc-sh_h2_t1f{
font-size:30px;
}
}
.ntc-band_t1f .ntc-sh_h2_t1f{
color:#EEF1FB;
}
.ntc-sh_eb_line_t1f{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.ntc-sh_eb_line_t1f::before{
background:#5282FF;
display:inline-block;
content:"";
height:1px;
width:1.75rem;
}
.ntc-band_t1f .ntc-sh_eb_line_t1f::before{
background:#7EB0FF;
}
.ntc-sh_eb_dot_t1f{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.ntc-sh_eb_dot_t1f::before{
background:#5282FF;
border-radius:50%;
display:inline-block;
content:"";
width:0.375rem;
height:0.375rem;
}
.ntc-band_t1f .ntc-sh_eb_dot_t1f::before{
background:#7EB0FF;
}
.ntc-sh_link_t1f{
gap:0.375rem;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
border-bottom:1px solid #EEF1FB;
font-weight:600;
padding-bottom:2px;
color:#EEF1FB;
display:inline-flex;
align-items:center;
font-size:13px;
white-space:nowrap;
}
.ntc-sh_link_t1f:hover{
border-color:#5282FF;
color:#5282FF;
}
.ntc-sh_link_t1f svg{
width:0.875rem;
height:0.875rem;
}
.ntc-sh_link_chev_t1f{
padding-bottom:0;
border-bottom:0;
}
.ntc-sh_link_btn_t1f{
padding:9px 18px;
border-radius:999px;
background:#5282FF;
color:#0B0D14;
border-bottom:0;
}
.ntc-sh_link_btn_t1f:hover{
background:#6B98FF;
border-color:transparent;
color:#0B0D14;
}
.ntc-band_t1f .ntc-sh_link_t1f{
border-color:#EEF1FB;
color:#EEF1FB;
}
.ntc-band_t1f .ntc-sh_link_btn_t1f{
background:#7EB0FF;
color:#0B0D14;
}
.ntc-sh_rule_t1f{
margin:-2px 0 1.125rem;
background:rgba(200,210,255,0.13);
height:1px;
}
.ntc-band_t1f .ntc-sh_rule_t1f{
background:rgba(200,210,255,0.12);
}
.ntc-hero_t1f{
padding:2rem 0 0.5rem;
}
@media(min-width:769px){
.ntc-hero_t1f{
padding:3.5rem 0 24px;
}
}
.ntc-hero_in_t1f{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:900px){
.ntc-hero_in_t1f{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.ntc-hero_copy_t1f{
min-width:0;
}
.ntc-hero_eyebrow_t1f{
gap:10px;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.ntc-hero_eyebrow_line_t1f{
background:#5282FF;
flex:0 0 auto;
width:28px;
height:1px;
display:inline-block;
}
.ntc-hero_h1_t1f{
font-weight:600;
color:#EEF1FB;
margin-bottom:1.25rem;
overflow-wrap:break-word;
letter-spacing:-.01em;
font-size:2.375rem;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
}
@media(min-width:767px){
.ntc-hero_h1_t1f{
font-size:54px;
}
}
@media(min-width:1099px){
.ntc-hero_h1_t1f{
font-size:3.875rem;
}
}
.ntc-hero_h1_t1f em{
color:#5282FF;
font-style:normal;
}
.ntc-hero_sub_t1f{
max-width:480px;
margin-bottom:30px;
font-size:1rem;
line-height:1.6;
color:#6B778F;
}
@media(min-width:766px){
.ntc-hero_sub_t1f{
font-size:18px;
}
}
.ntc-hero_actions_t1f{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
margin-bottom:34px;
align-items:center;
}
.ntc-hero_cta_t1f{
padding:1rem 1.875rem;
transition:background-color .2s ease;
background:#5282FF;
border-radius:999px;
gap:0.625rem;
display:inline-flex;
align-items:center;
font-weight:700;
color:#0B0D14;
font-size:15px;
}
.ntc-hero_cta_t1f:hover{
background:#6B98FF;
}
.ntc-hero_cta_ic_t1f{
display:inline-flex;
align-items:center;
}
.ntc-hero_cta_ic_t1f svg{
width:1rem;
height:1rem;
}
.ntc-hero_cta_alt_t1f{
border:1px solid rgba(200,210,255,0.13);
border-radius:62.438rem;
padding:0.938rem 1.625rem;
transition:border-color .2s ease,color .2s ease;
background:transparent;
align-items:center;
color:#EEF1FB;
font-size:0.938rem;
font-weight:600;
display:inline-flex;
}
.ntc-hero_cta_alt_t1f:hover{
border-color:#5282FF;
color:#5282FF;
}
.ntc-hero_trust_t1f{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ntc-hero_trust_item_t1f{
gap:9px;
align-items:center;
font-size:13px;
display:flex;
font-weight:600;
color:#BCC4DC;
}
.ntc-hero_trust_ic_t1f{
color:#5282FF;
align-items:center;
display:inline-flex;
}
.ntc-hero_trust_ic_t1f svg{
width:1rem;
height:16px;
}
.ntc-hero_promo_t1f{
border-radius:1.25rem;
overflow:hidden;
background:#141720;
display:flex;
position:relative;
min-height:18.75rem;
box-shadow:0 0.5rem 2rem rgba(0,0,0,0.48), 0 1.5rem 4rem rgba(0,0,0,0.32), 0 2px 8px rgba(82,130,255,0.10);
}
.ntc-hero_promo_bg_t1f{
inset:0;
background-position:center;
background-size:cover;
position:absolute;
}
.ntc-hero_promo_bg_t1f::after{
background:linear-gradient(120deg,#0A0C18 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.ntc-hero_promo_glow_t1f{
border-radius:50%;
background:radial-gradient(circle,rgba(82,130,255,0.13) 0%,transparent 65%);
top:-40px;
right:-1.25rem;
width:260px;
position:absolute;
height:260px;
pointer-events:none;
}
.ntc-hero_promo_ct_t1f{
padding:1.75rem;
max-width:88%;
align-self:flex-end;
z-index:2;
position:relative;
}
.ntc-hero_promo_label_t1f{
text-transform:uppercase;
font-size:10px;
display:block;
color:#7EB0FF;
margin-bottom:8px;
font-weight:700;
letter-spacing:.25em;
}
.ntc-hero_promo_amount_t1f{
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
color:#EEF1FB;
font-size:32px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
}
@media(min-width:770px){
.ntc-hero_promo_amount_t1f{
font-size:40px;
}
}
.ntc-hero_promo_amount_t1f em{
font-style:normal;
color:#7EB0FF;
}
.ntc-hero_rating_t1f{
padding:0.625rem 14px;
background:#141720;
border-radius:14px;
gap:0.625rem;
border:1px solid rgba(200,210,255,0.07);
align-items:center;
display:flex;
position:absolute;
max-width:min(16.25rem,62%);
z-index:3;
right:14px;
top:14px;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
}
.ntc-hero_rating_score_t1f{
flex:0 0 auto;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
color:#EEF1FB;
font-weight:700;
font-size:24px;
}
.ntc-hero_rating_txt_t1f{
flex:1 1 auto;
min-width:0;
}
.ntc-hero_rating_stars_t1f{
gap:2px;
display:flex;
color:#5282FF;
}
.ntc-hero_rating_stars_t1f svg{
height:12px;
width:12px;
}
.ntc-hero_rating_cap_t1f{
margin-top:3px;
color:#8491B0;
display:block;
line-height:1.35;
overflow-wrap:break-word;
font-size:0.688rem;
}
.ntc-stat_t1f{
border-top:1px solid rgba(200,210,255,0.13);
margin-top:1rem;
border-bottom:1px solid rgba(200,210,255,0.13);
}
.ntc-stat_in_t1f{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.ntc-stat_in_t1f{
grid-template-columns:repeat(4,1fr);
}
}
.ntc-stat_item_t1f{
padding:22px 14px;
min-width:0;
border-bottom:1px solid rgba(200,210,255,0.07);
border-right:1px solid rgba(200,210,255,0.07);
}
.ntc-stat_item_t1f:nth-child(2n){
border-right:0;
}
.ntc-stat_item_t1f:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.ntc-stat_item_t1f{
border-bottom:0;
}
.ntc-stat_item_t1f:nth-child(2n){
border-right:1px solid rgba(200,210,255,0.07);
}
.ntc-stat_item_t1f:nth-child(4n){
border-right:0;
}
}
.ntc-stat_value_t1f{
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:30px;
color:#EEF1FB;
line-height:1;
overflow-wrap:break-word;
}
@media(min-width:770px){
.ntc-stat_value_t1f{
font-size:34px;
}
}
.ntc-stat_label_t1f{
margin-top:6px;
font-size:13px;
line-height:1.4;
color:#8491B0;
overflow-wrap:break-word;
}
.ntc-grow_t1f{
padding:1.625rem 0 10px;
}
.ntc-row_seo_t1f{
margin:0.625rem 0 0;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
color:#6B778F;
line-height:1.65;
}
.ntc-row_seo_t1f strong{
font-weight:700;
color:#EEF1FB;
}
.ntc-grow_t1f{
padding:26px 0 0.625rem;
}
.ntc-row_seo_t1f{
margin:10px 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
color:#6B778F;
font-size:14px;
line-height:1.65;
}
.ntc-row_seo_t1f strong{
color:#EEF1FB;
font-weight:700;
}
.ntc-grow_t1f{
padding:1.625rem 0 10px;
}
.ntc-row_seo_t1f{
margin:10px 0 0;
max-width:760px;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
color:#6B778F;
}
.ntc-row_seo_t1f strong{
color:#EEF1FB;
font-weight:700;
}
.ntc-jp_t1f{
padding:30px 0 10px;
}
.ntc-jp_grid_t1f{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:766px){
.ntc-jp_grid_t1f{
grid-template-columns:1fr 1fr;
}
.ntc-jp_card_mega_t1f{
grid-column:1/-1;
}
}
@media(min-width:1000px){
.ntc-jp_grid_t1f{
grid-template-columns:1.4fr 1fr 1fr;
}
.ntc-jp_card_mega_t1f{
grid-column:auto;
}
}
.ntc-jp_card_t1f{
gap:0.75rem;
padding:26px;
overflow:hidden;
border-radius:1.25rem;
background:#141720;
border:1px solid rgba(200,210,255,0.07);
position:relative;
min-width:0;
display:flex;
flex-direction:column;
min-height:200px;
justify-content:space-between;
}
.ntc-jp_card_mega_t1f{
background:linear-gradient(135deg,#0E1224,#080A10);
border-color:transparent;
color:#EEF1FB;
min-height:210px;
}
.ntc-jp_glow_t1f{
background:radial-gradient(circle,rgba(82,130,255,0.13),transparent 70%);
border-radius:50%;
pointer-events:none;
position:absolute;
right:-40px;
height:12.5rem;
width:200px;
top:-2.5rem;
}
.ntc-jp_label_t1f{
gap:10px;
flex-wrap:wrap;
position:relative;
align-items:center;
letter-spacing:.16em;
font-size:0.625rem;
justify-content:space-between;
color:#5282FF;
display:flex;
text-transform:uppercase;
font-weight:700;
}
.ntc-jp_card_mega_t1f .ntc-jp_label_t1f{
color:#7EB0FF;
}
.ntc-jp_drop_t1f{
font-weight:600;
color:#8491B0;
text-transform:none;
letter-spacing:.04em;
}
.ntc-jp_card_mega_t1f .ntc-jp_drop_t1f{
color:#8A96B8;
}
.ntc-jp_amount_t1f{
line-height:1;
position:relative;
font-weight:700;
font-size:2.375rem;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#EEF1FB;
}
.ntc-jp_card_mega_t1f .ntc-jp_amount_t1f{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#7EB0FF;
}
@media(min-width:771px){
.ntc-jp_card_mega_t1f .ntc-jp_amount_t1f{
font-size:54px;
}
}
.ntc-jp_game_t1f{
position:relative;
color:#8491B0;
font-size:13px;
}
.ntc-jp_card_mega_t1f .ntc-jp_game_t1f{
color:#8A96B8;
}
.ntc-jp_cta_t1f{
align-self:flex-start;
position:relative;
}
.ntc-jp_card_mega_t1f .ntc-jp_cta_t1f{
padding:0.625rem 20px;
transition:opacity .2s ease;
background:#7EB0FF;
border-radius:999px;
font-weight:700;
color:#0B0D14;
font-size:13px;
}
.ntc-jp_card_mega_t1f .ntc-jp_cta_t1f:hover{
opacity:.9;
}
.ntc-jp_card_t1f:not(.ntc-jp_card_mega_t1f) .ntc-jp_cta_t1f{
transition:color .2s ease,border-color .2s ease;
padding-bottom:2px;
border-bottom:1px solid #EEF1FB;
font-weight:700;
font-size:0.813rem;
color:#EEF1FB;
}
.ntc-jp_card_t1f:not(.ntc-jp_card_mega_t1f) .ntc-jp_cta_t1f:hover{
border-color:#5282FF;
color:#5282FF;
}
.ntc-jp_seo_t1f{
margin:14px 0 0;
line-height:1.65;
font-size:14px;
color:#6B778F;
overflow-wrap:break-word;
max-width:47.5rem;
}
.ntc-jp_seo_t1f strong{
font-weight:700;
color:#EEF1FB;
}
.ntc-grow_t1f{
padding:1.625rem 0 10px;
}
.ntc-row_seo_t1f{
margin:0.625rem 0 0;
color:#6B778F;
font-size:0.875rem;
line-height:1.65;
max-width:760px;
overflow-wrap:break-word;
}
.ntc-row_seo_t1f strong{
font-weight:700;
color:#EEF1FB;
}
.ntc-vip_t1f{
padding:3rem 0;
}
@media(min-width:769px){
.ntc-vip_t1f{
padding:64px 0;
}
}
.ntc-vip_head_t1f{
gap:0.875rem;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:878px){
.ntc-vip_head_t1f{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.ntc-vip_eyebrow_t1f{
margin-bottom:12px;
}
.ntc-vip_h2_t1f{
color:#EEF1FB;
overflow-wrap:break-word;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
font-size:32px;
}
@media(min-width:769px){
.ntc-vip_h2_t1f{
font-size:40px;
}
}
.ntc-vip_intro_t1f{
max-width:420px;
color:#8A96B8;
line-height:1.6;
font-size:14px;
}
.ntc-vip_grid_t1f{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.ntc-vip_card_t1f{
padding:1.375rem 1.125rem;
border:1px solid rgba(200,210,255,0.12);
border-radius:14px;
min-width:0;
}
.ntc-vip_card_feat_t1f{
border-color:#7EB0FF;
background:rgba(200,210,255,0.07);
}
.ntc-vip_card_ic_t1f{
background:linear-gradient(135deg,#5282FF,#9ABFFF);
border-radius:0.5rem;
height:2.125rem;
width:2.125rem;
margin-bottom:16px;
display:block;
}
.ntc-vip_name_t1f{
margin-bottom:0.375rem;
font-size:1.25rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
color:#EEF1FB;
}
.ntc-vip_perk_t1f{
overflow-wrap:break-word;
line-height:1.5;
color:#8A96B8;
font-size:12.5px;
}
.ntc-app_t1f{
padding:30px 0 0.625rem;
}
.ntc-app_in_t1f{
background:#141720;
padding:2rem;
border-radius:20px;
gap:28px;
border:1px solid rgba(200,210,255,0.07);
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.ntc-app_in_t1f{
gap:2.5rem;
padding:2.5rem 44px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ntc-app_copy_t1f{
max-width:35rem;
min-width:0;
}
.ntc-app_eyebrow_t1f{
margin-bottom:0.75rem;
}
.ntc-app_h2_t1f{
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#EEF1FB;
font-weight:600;
margin-bottom:12px;
line-height:1.05;
font-size:1.75rem;
}
@media(min-width:766px){
.ntc-app_h2_t1f{
font-size:2.125rem;
}
}
.ntc-app_text_t1f{
line-height:1.6;
margin-bottom:1.375rem;
color:#6B778F;
font-size:14px;
}
.ntc-app_btns_t1f{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.ntc-app_btn_t1f{
gap:0.625rem;
transition:background-color .2s ease;
border-radius:0.875rem;
padding:11px 20px;
background:#5282FF;
color:#0B0D14;
align-items:center;
display:inline-flex;
}
.ntc-app_btn_t1f:hover{
background:#6B98FF;
}
.ntc-app_btn_ic_t1f{
display:inline-flex;
align-items:center;
}
.ntc-app_btn_ic_t1f svg{
width:1.125rem;
height:1.125rem;
}
.ntc-app_btn_lb_t1f{
font-size:13.5px;
font-weight:700;
}
.ntc-app_qr_wrap_t1f{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.ntc-app_qr_t1f{
border-radius:0.875rem;
flex:0 0 auto;
background-color:#5282FF;
height:108px;
background-image:repeating-linear-gradient(0deg,#141720 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#141720 0 5px,transparent 5px 0.688rem);
width:6.75rem;
}
.ntc-app_qr_cap_t1f{
font-size:0.781rem;
line-height:1.4;
color:#8491B0;
max-width:92px;
}
.ntc-wy_t1f{
padding:3rem 0;
}
@media(min-width:771px){
.ntc-wy_t1f{
padding:3.5rem 0;
}
}
.ntc-wy_in_t1f{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:900px){
.ntc-wy_in_t1f{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.ntc-wy_left_t1f{
min-width:0;
}
.ntc-wy_eyebrow_t1f{
margin-bottom:0.875rem;
}
.ntc-wy_h2_t1f{
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:16px;
font-size:32px;
color:#EEF1FB;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.ntc-wy_h2_t1f{
font-size:40px;
}
}
.ntc-wy_intro_t1f{
color:#6B778F;
line-height:1.6;
font-size:0.938rem;
}
.ntc-wy_grid_t1f{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.ntc-wy_grid_t1f{
grid-template-columns:1fr 1fr;
}
}
.ntc-wy_card_t1f{
border:1px solid rgba(200,210,255,0.07);
border-radius:0.875rem;
padding:1.625rem;
background:#141720;
min-width:0;
}
.ntc-wy_card_ic_t1f{
justify-content:center;
margin-bottom:16px;
display:inline-flex;
align-items:center;
color:#5282FF;
}
.ntc-wy_card_ic_t1f svg{
width:26px;
height:26px;
}
.ntc-wy_card_h_t1f{
line-height:1.15;
font-weight:600;
margin-bottom:8px;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-size:1.313rem;
overflow-wrap:break-word;
color:#EEF1FB;
}
.ntc-wy_card_p_t1f{
color:#6B778F;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.ntc-rc_t1f{
padding:48px 0 10px;
}
.ntc-rc_in_t1f{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.ntc-rc_in_t1f{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.ntc-rc_col_t1f{
min-width:0;
}
.ntc-rc_label_t1f{
color:#5282FF;
letter-spacing:.2em;
margin-bottom:1rem;
font-size:0.688rem;
font-weight:600;
text-transform:uppercase;
}
.ntc-rc_awards_t1f{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.ntc-rc_award_t1f{
gap:12px;
display:flex;
align-items:center;
min-width:0;
}
.ntc-rc_award_ic_t1f{
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#7EB0FF;
}
.ntc-rc_award_ic_t1f svg{
width:18px;
height:18px;
}
.ntc-rc_award_t_t1f{
color:#EEF1FB;
font-size:14px;
overflow-wrap:break-word;
font-weight:700;
}
.ntc-rc_award_s_t1f{
font-size:0.75rem;
overflow-wrap:break-word;
color:#8491B0;
}
.ntc-rc_press_t1f{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.ntc-rc_press_logo_t1f{
overflow:hidden;
padding:0 0.5rem;
border:1px solid rgba(200,210,255,0.07);
border-radius:0.5rem;
align-items:center;
height:52px;
display:flex;
color:#6B778F;
font-weight:700;
justify-content:center;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
text-align:center;
font-size:0.875rem;
white-space:nowrap;
text-overflow:ellipsis;
}
.ntc-rc_partner_t1f{
background:#141720;
border:1px solid rgba(200,210,255,0.07);
padding:1.375rem;
border-radius:0.875rem;
}
.ntc-rc_partner_name_t1f{
font-size:20px;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:0.375rem;
font-weight:600;
color:#EEF1FB;
}
.ntc-rc_partner_text_t1f{
line-height:1.55;
color:#6B778F;
font-size:13px;
overflow-wrap:break-word;
}
.ntc-tt_t1f{
padding:3rem 0 0.625rem;
}
@media(min-width:766px){
.ntc-tt_t1f{
padding:3.75rem 0 0.625rem;
}
}
.ntc-tt_head_t1f{
margin-bottom:2.125rem;
text-align:center;
}
.ntc-tt_eyebrow_t1f{
margin-bottom:12px;
}
.ntc-tt_h2_t1f{
color:#EEF1FB;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
}
@media(min-width:765px){
.ntc-tt_h2_t1f{
font-size:2.625rem;
}
}
.ntc-tt_grid_t1f{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:759px){
.ntc-tt_grid_t1f{
grid-template-columns:repeat(3,1fr);
}
}
.ntc-tt_card_t1f{
border:1px solid rgba(200,210,255,0.07);
border-radius:14px;
padding:30px;
background:#141720;
min-width:0;
display:flex;
flex-direction:column;
}
.ntc-tt_card_ic_t1f{
color:#5282FF;
display:inline-flex;
align-items:center;
margin-bottom:18px;
}
.ntc-tt_card_ic_t1f svg{
width:28px;
height:28px;
}
.ntc-tt_card_h_t1f{
overflow-wrap:break-word;
color:#EEF1FB;
font-weight:600;
font-size:1.375rem;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
line-height:1.15;
}
.ntc-tt_card_p_t1f{
margin-bottom:0.875rem;
font-size:14px;
overflow-wrap:break-word;
color:#6B778F;
line-height:1.6;
}
.ntc-tt_card_p_t1f b{
color:#EEF1FB;
font-weight:700;
}
.ntc-tt_card_link_t1f{
transition:color .2s ease;
margin-top:auto;
font-size:0.813rem;
border-bottom:1px solid #5282FF;
color:#EEF1FB;
padding-bottom:2px;
font-weight:700;
align-self:flex-start;
}
.ntc-tt_card_link_t1f:hover{
color:#5282FF;
}
.ntc-et_t1f{
padding:36px 0 10px;
}
.ntc-et_in_t1f{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:877px){
.ntc-et_in_t1f{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.ntc-et_left_t1f{
min-width:0;
}
.ntc-et_eyebrow_t1f{
margin-bottom:12px;
}
.ntc-et_h2_t1f{
line-height:1.06;
margin-bottom:0.875rem;
font-size:28px;
overflow-wrap:break-word;
color:#EEF1FB;
font-weight:600;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.ntc-et_h2_t1f{
font-size:32px;
}
}
.ntc-et_text_t1f{
line-height:1.65;
margin-bottom:1.375rem;
color:#6B778F;
font-size:15px;
}
.ntc-et_stats_t1f{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.ntc-et_stat_t1f{
min-width:0;
}
.ntc-et_stat_v_t1f{
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-size:26px;
font-weight:700;
color:#EEF1FB;
line-height:1;
}
.ntc-et_stat_l_t1f{
color:#8491B0;
font-size:0.781rem;
margin-top:4px;
}
.ntc-et_right_t1f{
gap:12px;
display:flex;
flex-direction:column;
}
.ntc-et_member_t1f{
background:#141720;
border-radius:0.875rem;
gap:16px;
padding:1.125rem 1.25rem;
border:1px solid rgba(200,210,255,0.07);
min-width:0;
display:flex;
align-items:center;
}
.ntc-et_member_av_t1f{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#0E1224,#5282FF);
height:3rem;
width:3rem;
}
.ntc-et_member_name_t1f{
color:#EEF1FB;
overflow-wrap:break-word;
font-size:15px;
font-weight:700;
}
.ntc-et_member_role_t1f{
color:#8491B0;
overflow-wrap:break-word;
font-size:12.5px;
}
.ntc-et_updated_t1f{
gap:0.5rem;
border-radius:14px;
background:#0D0F14;
border:1px solid rgba(200,210,255,0.07);
padding:0.875rem 18px;
color:#6B778F;
display:flex;
font-size:12.5px;
align-items:center;
}
.ntc-ts_t1f{
padding:44px 0;
}
.ntc-ts_in_t1f{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:882px){
.ntc-ts_in_t1f{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.ntc-ts_left_t1f{
min-width:0;
}
.ntc-ts_h2_t1f{
font-size:1.625rem;
font-weight:600;
margin-bottom:0.75rem;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.1;
color:#EEF1FB;
}
@media(min-width:771px){
.ntc-ts_h2_t1f{
font-size:1.75rem;
}
}
.ntc-ts_text_t1f{
margin-bottom:1.375rem;
color:#8A96B8;
max-width:32.5rem;
font-size:0.906rem;
line-height:1.6;
}
.ntc-ts_badges_t1f{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ntc-ts_badge_t1f{
font-weight:600;
font-size:0.813rem;
color:#8A96B8;
}
.ntc-ts_pay_t1f{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.ntc-ts_pay_t1f{
justify-content:flex-end;
}
}
.ntc-ts_pay_chip_t1f{
border-radius:14px;
padding:0.75rem 16px;
border:1px solid rgba(200,210,255,0.12);
background:rgba(200,210,255,0.07);
color:#EEF1FB;
font-size:0.875rem;
font-weight:700;
}
.ntc-prov_t1f{
padding:40px 0 20px;
}
.ntc-prov_eyebrow_t1f{
margin-bottom:18px;
display:block;
}
.ntc-prov_grid_t1f{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:557px){
.ntc-prov_grid_t1f{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.ntc-prov_grid_t1f{
grid-template-columns:repeat(6,1fr);
}
}
.ntc-op_t1f{
padding:36px 0 10px;
}
.ntc-op_in_t1f{
border:1px solid rgba(200,210,255,0.07);
grid-template-columns:1fr;
gap:2rem;
border-radius:0.875rem;
background:#141720;
padding:32px;
align-items:center;
display:grid;
}
@media(min-width:862px){
.ntc-op_in_t1f{
padding:34px 40px;
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
}
}
.ntc-op_left_t1f{
min-width:0;
}
.ntc-op_eyebrow_t1f{
margin-bottom:0.75rem;
}
.ntc-op_h2_t1f{
overflow-wrap:break-word;
line-height:1.08;
margin-bottom:10px;
font-size:28px;
color:#EEF1FB;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:769px){
.ntc-op_h2_t1f{
font-size:1.875rem;
}
}
.ntc-op_text_t1f{
line-height:1.6;
color:#6B778F;
font-size:0.875rem;
}
.ntc-op_grid_t1f{
border:1px solid rgba(200,210,255,0.13);
gap:1px;
grid-template-columns:1fr 1fr;
border-radius:8px;
overflow:hidden;
background:rgba(200,210,255,0.13);
display:grid;
}
.ntc-op_field_t1f{
background:#0D0F14;
padding:1.125rem 1.25rem;
min-width:0;
}
.ntc-op_field_lb_t1f{
color:#5282FF;
margin-bottom:0.313rem;
font-weight:600;
font-size:0.625rem;
text-transform:uppercase;
letter-spacing:.1em;
}
.ntc-op_field_val_t1f{
overflow-wrap:break-word;
font-weight:700;
color:#EEF1FB;
font-size:14px;
}
.ntc-dr_t1f{
padding:2.25rem 0 0.625rem;
}
.ntc-dr_in_t1f{
gap:20px;
padding:28px 32px;
border-radius:0.875rem;
border:1px dashed rgba(200,210,255,0.13);
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.ntc-dr_in_t1f{
gap:32px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ntc-dr_h2_t1f{
font-size:24px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.1;
color:#EEF1FB;
margin-bottom:8px;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.ntc-dr_h2_t1f{
font-size:1.625rem;
}
}
.ntc-dr_text_t1f{
font-size:14px;
color:#6B778F;
max-width:42.5rem;
line-height:1.6;
overflow-wrap:break-word;
}
.ntc-dr_text_t1f b{
font-weight:700;
color:#EEF1FB;
}
.ntc-dr_cta_t1f{
flex:0 0 auto;
transition:color .2s ease;
color:#EEF1FB;
white-space:nowrap;
font-size:13.5px;
font-weight:700;
border-bottom:1px solid #5282FF;
padding-bottom:2px;
}
.ntc-dr_cta_t1f:hover{
color:#5282FF;
}
.ntc-hts_t1f{
padding:48px 0;
}
@media(min-width:766px){
.ntc-hts_t1f{
padding:62px 0;
}
}
.ntc-hts_head_t1f{
gap:18px;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:769px){
.ntc-hts_head_t1f{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.ntc-hts_eyebrow_t1f{
margin-bottom:12px;
}
.ntc-hts_h2_t1f{
font-weight:600;
overflow-wrap:break-word;
color:#EEF1FB;
line-height:1.05;
font-size:1.875rem;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.ntc-hts_h2_t1f{
font-size:2.375rem;
}
}
.ntc-hts_cta_t1f{
padding:0.938rem 1.875rem;
flex:0 0 auto;
border-radius:62.438rem;
background:#7EB0FF;
transition:opacity .2s ease;
color:#0B0D14;
font-weight:700;
font-size:15px;
}
.ntc-hts_cta_t1f:hover{
opacity:.9;
}
.ntc-hts_grid_t1f{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:760px){
.ntc-hts_grid_t1f{
grid-template-columns:repeat(3,1fr);
}
}
.ntc-hts_step_t1f{
min-width:0;
padding-top:1.375rem;
border-top:1px solid rgba(200,210,255,0.12);
}
.ntc-hts_step_num_t1f{
margin-bottom:14px;
font-weight:700;
font-size:44px;
color:#7EB0FF;
line-height:1;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
.ntc-hts_step_h_t1f{
color:#EEF1FB;
font-size:1.188rem;
overflow-wrap:break-word;
line-height:1.2;
font-weight:700;
margin-bottom:0.5rem;
}
.ntc-hts_step_p_t1f{
line-height:1.55;
font-size:0.875rem;
color:#8A96B8;
overflow-wrap:break-word;
}
.ntc-gd_t1f{
padding:48px 0 0.625rem;
}
.ntc-gd_head_t1f{
gap:0.875rem;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:683px){
.ntc-gd_head_t1f{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.ntc-gd_eyebrow_t1f{
margin-bottom:0.625rem;
}
.ntc-gd_h2_t1f{
color:#EEF1FB;
overflow-wrap:break-word;
font-size:1.75rem;
line-height:1.05;
font-weight:600;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.ntc-gd_h2_t1f{
font-size:2.125rem;
}
}
.ntc-gd_more_t1f{
transition:color .2s ease,border-color .2s ease;
flex:0 0 auto;
font-size:13.5px;
color:#EEF1FB;
border-bottom:1px solid #EEF1FB;
padding-bottom:2px;
font-weight:600;
}
.ntc-gd_more_t1f:hover{
border-color:#5282FF;
color:#5282FF;
}
.ntc-gd_grid_t1f{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:721px){
.ntc-gd_grid_t1f{
grid-template-columns:repeat(3,1fr);
}
}
.ntc-gd_card_t1f{
border-radius:14px;
background:#141720;
border:1px solid rgba(200,210,255,0.07);
overflow:hidden;
display:block;
min-width:0;
}
.ntc-gd_card_img_t1f{
background:linear-gradient(140deg,#0E1224,#5282FF);
height:150px;
}
.ntc-gd_card_body_t1f{
padding:1.375rem;
}
.ntc-gd_card_cat_t1f{
font-weight:600;
color:#5282FF;
font-size:10px;
letter-spacing:.1em;
text-transform:uppercase;
}
.ntc-gd_card_h_t1f{
margin:0.5rem 0 0.625rem;
overflow-wrap:break-word;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
line-height:1.2;
color:#EEF1FB;
font-weight:600;
font-size:19px;
}
.ntc-gd_card_meta_t1f{
color:#8491B0;
font-size:0.75rem;
overflow-wrap:break-word;
}
.ntc-sg_t1f{
padding:48px 0 10px;
}
.ntc-sg_eyebrow_t1f{
display:block;
margin-bottom:12px;
}
.ntc-sg_h2_t1f{
font-weight:600;
line-height:1.05;
margin-bottom:28px;
color:#EEF1FB;
overflow-wrap:break-word;
font-size:1.875rem;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.ntc-sg_h2_t1f{
font-size:36px;
}
}
.ntc-sg_grid_t1f{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:718px){
.ntc-sg_grid_t1f{
grid-template-columns:repeat(3,1fr);
}
}
.ntc-sg_col_t1f{
min-width:0;
}
.ntc-sg_col_h_t1f{
margin-bottom:0.625rem;
overflow-wrap:break-word;
color:#EEF1FB;
font-weight:600;
font-size:1.375rem;
line-height:1.15;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
.ntc-sg_col_p_t1f{
overflow-wrap:break-word;
font-size:0.875rem;
color:#6B778F;
line-height:1.65;
}
.ntc-el_t1f{
padding:3rem 0;
}
@media(min-width:769px){
.ntc-el_t1f{
padding:56px 0;
}
}
.ntc-el_in_t1f{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:899px){
.ntc-el_in_t1f{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.ntc-el_left_t1f{
min-width:0;
}
.ntc-el_eyebrow_t1f{
margin-bottom:14px;
}
.ntc-el_h2_t1f{
line-height:1.08;
color:#EEF1FB;
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
margin-bottom:22px;
}
@media(min-width:769px){
.ntc-el_h2_t1f{
font-size:38px;
}
}
.ntc-el_body_t1f p{
overflow-wrap:break-word;
line-height:1.7;
margin-bottom:18px;
color:#BCC4DC;
font-size:16px;
}
.ntc-el_dropcap_t1f{
padding:0.375rem 12px 0 0;
color:#5282FF;
float:left;
font-weight:700;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
line-height:.8;
font-size:3.875rem;
}
.ntc-el_right_t1f{
min-width:0;
}
.ntc-el_quote_t1f{
border-radius:20px;
background:linear-gradient(150deg,#0E1224,#080A10);
padding:2.25rem;
margin-bottom:24px;
color:#EEF1FB;
position:relative;
}
.ntc-el_quote_mark_t1f{
margin-bottom:0.375rem;
align-items:center;
display:inline-flex;
color:#7EB0FF;
}
.ntc-el_quote_mark_t1f svg{
width:2.125rem;
height:34px;
}
.ntc-el_quote_text_t1f{
line-height:1.4;
margin-bottom:1.375rem;
overflow-wrap:break-word;
font-weight:500;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-size:22px;
color:#EEF1FB;
}
.ntc-el_quote_meta_t1f{
gap:0.75rem;
display:flex;
align-items:center;
}
.ntc-el_quote_av_t1f{
flex:0 0 auto;
background:linear-gradient(135deg,#5282FF,#9ABFFF);
border-radius:50%;
width:2.375rem;
height:2.375rem;
}
.ntc-el_quote_author_t1f{
font-size:14px;
color:#EEF1FB;
font-weight:700;
}
.ntc-el_quote_meta_sub_t1f{
color:#8A96B8;
font-size:12px;
}
.ntc-el_explain_t1f{
border:1px solid rgba(200,210,255,0.07);
border-radius:14px;
overflow:hidden;
}
.ntc-el_explain_card_t1f{
padding:22px 24px;
}
.ntc-el_explain_card_t1f+.ntc-el_explain_card_t1f{
border-top:1px solid rgba(200,210,255,0.07);
}
.ntc-el_explain_h_t1f{
font-size:1.25rem;
line-height:1.15;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:8px;
color:#EEF1FB;
}
.ntc-el_explain_p_t1f{
color:#6B778F;
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
}
.ntc-sb_t1f{
padding:48px 0;
background:#141720;
margin-top:1.5rem;
border-top:1px solid rgba(200,210,255,0.07);
border-bottom:1px solid rgba(200,210,255,0.07);
}
@media(min-width:766px){
.ntc-sb_t1f{
padding:3.5rem 0;
}
}
.ntc-sb_eyebrow_t1f{
display:block;
margin-bottom:12px;
}
.ntc-sb_h2_t1f{
font-size:30px;
margin-bottom:1.625rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
color:#EEF1FB;
}
@media(min-width:768px){
.ntc-sb_h2_t1f{
font-size:36px;
}
}
.ntc-sb_grid_t1f{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:558px){
.ntc-sb_grid_t1f{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.ntc-sb_grid_t1f{
grid-template-columns:repeat(4,1fr);
}
}
.ntc-sb_card_t1f{
border:1px solid rgba(200,210,255,0.07);
padding:24px;
background:#0D0F14;
border-radius:0.875rem;
min-width:0;
}
.ntc-sb_card_h_t1f{
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.15;
font-size:19px;
overflow-wrap:break-word;
color:#EEF1FB;
margin-bottom:8px;
}
.ntc-sb_card_p_t1f{
line-height:1.6;
font-size:0.844rem;
color:#6B778F;
overflow-wrap:break-word;
}
.ntc-sb_rtp_t1f{
padding:1.625rem 1.75rem;
grid-template-columns:1fr;
gap:24px;
border:1px solid rgba(200,210,255,0.07);
background:#0D0F14;
border-radius:0.875rem;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:758px){
.ntc-sb_rtp_t1f{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.ntc-sb_rtp_h_t1f{
color:#EEF1FB;
font-size:1.25rem;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
}
.ntc-sb_rtp_p_t1f{
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
color:#6B778F;
}
.ntc-sb_rtp_stats_t1f{
gap:16px;
display:flex;
}
.ntc-sb_stat_t1f{
background:#141720;
padding:18px;
flex:1 1 0;
border-radius:0.5rem;
min-width:0;
text-align:center;
}
.ntc-sb_stat_v_t1f{
font-weight:700;
font-size:1.625rem;
overflow-wrap:break-word;
color:#3ECFA3;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
}
.ntc-sb_stat_l_t1f{
color:#8491B0;
font-size:11.5px;
margin-top:0.25rem;
}
.ntc-faq_t1f{
background:#141720;
padding:3rem 0;
margin-top:24px;
border-bottom:1px solid rgba(200,210,255,0.07);
border-top:1px solid rgba(200,210,255,0.07);
}
@media(min-width:767px){
.ntc-faq_t1f{
padding:3.875rem 0;
}
}
.ntc-faq_head_t1f{
text-align:center;
margin-bottom:34px;
}
.ntc-faq_eyebrow_t1f{
margin-bottom:12px;
}
.ntc-faq_h2_t1f{
color:#EEF1FB;
font-weight:600;
font-size:2rem;
line-height:1.05;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:770px){
.ntc-faq_h2_t1f{
font-size:38px;
}
}
.ntc-faq_list_t1f{
gap:12px;
margin:0 auto;
display:flex;
flex-direction:column;
max-width:820px;
}
.ntc-faq_item_t1f{
overflow:hidden;
border:1px solid rgba(200,210,255,0.07);
border-radius:0.875rem;
background:#0D0F14;
}
.ntc-faq_q_t1f{
list-style:none;
padding:20px 1.5rem;
gap:20px;
display:flex;
font-weight:700;
color:#EEF1FB;
font-size:16px;
overflow-wrap:break-word;
justify-content:space-between;
cursor:pointer;
align-items:center;
}
.ntc-faq_q_t1f::-webkit-details-marker{
display:none;
}
.ntc-faq_q_ic_t1f{
flex:0 0 auto;
transition:transform .2s ease;
align-items:center;
color:#5282FF;
display:inline-flex;
}
.ntc-faq_q_ic_t1f svg{
height:1.125rem;
width:18px;
}
.ntc-faq_item_t1f[open] .ntc-faq_q_ic_t1f{
transform:rotate(180deg);
}
.ntc-faq_a_t1f{
padding:0 24px 20px;
overflow-wrap:break-word;
line-height:1.6;
color:#6B778F;
font-size:0.906rem;
}
.ntc-lh_t1f{
padding:2.5rem 0 20px;
}
.ntc-lh_in_t1f{
padding-top:34px;
border-top:1px solid rgba(200,210,255,0.13);
}
.ntc-lh_eyebrow_t1f{
margin-bottom:22px;
display:block;
}
.ntc-lh_grid_t1f{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:601px){
.ntc-lh_grid_t1f{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.ntc-lh_grid_t1f{
grid-template-columns:repeat(5,1fr);
}
}
.ntc-lh_col_t1f{
min-width:0;
}
.ntc-lh_col_h_t1f{
font-size:13px;
margin-bottom:0.75rem;
overflow-wrap:break-word;
color:#EEF1FB;
font-weight:700;
}
.ntc-lh_links_t1f{
gap:8px;
flex-direction:column;
display:flex;
}
.ntc-lh_link_t1f{
transition:color .2s ease;
font-size:0.813rem;
color:#6B778F;
overflow-wrap:break-word;
}
.ntc-lh_link_t1f:hover{
color:#5282FF;
}
.ntc-ft_t1f{
background:#080A0E;
margin-top:40px;
color:#8A96B8;
}
.ntc-ft_in_t1f{
gap:2rem;
padding:48px 0 28px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.ntc-ft_in_t1f{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.ntc-ft_in_t1f{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.ntc-ft_brand_t1f{
min-width:0;
}
.ntc-ft_logo_t1f{
font-size:26px;
color:#EEF1FB;
font-weight:700;
font-family:"Fraunces", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.ntc-ft_tagline_t1f{
color:#8A96B8;
max-width:17.5rem;
margin-top:14px;
line-height:1.6;
font-size:0.844rem;
}
.ntc-ft_contact_t1f{
transition:color .2s ease;
overflow-wrap:anywhere;
font-size:13px;
color:#7EB0FF;
margin-top:12px;
display:inline-block;
max-width:280px;
}
.ntc-ft_contact_t1f:hover{
color:#EEF1FB;
}
.ntc-ft_col_t1f{
min-width:0;
}
.ntc-ft_col_h_t1f{
font-weight:700;
text-transform:uppercase;
margin-bottom:14px;
overflow-wrap:break-word;
letter-spacing:.08em;
color:#EEF1FB;
font-size:13px;
}
.ntc-ft_col_links_t1f{
gap:10px;
flex-direction:column;
display:flex;
}
.ntc-ft_link_t1f{
transition:color .2s ease;
font-size:13.5px;
overflow-wrap:break-word;
color:#8A96B8;
}
.ntc-ft_link_t1f:hover{
color:#EEF1FB;
}
.ntc-ft_bot_t1f{
gap:16px;
padding:1.375rem 0 40px;
display:flex;
flex-direction:column;
border-top:1px solid rgba(200,210,255,0.12);
}
@media(min-width:769px){
.ntc-ft_bot_t1f{
gap:1.25rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ntc-ft_legal_t1f{
overflow-wrap:break-word;
color:#424D62;
font-size:11.5px;
line-height:1.6;
max-width:47.5rem;
}
.ntc-ft_legal_t1f b{
font-weight:700;
color:#8A96B8;
}
.ntc-ft_age_t1f{
border:1.5px solid #7EB0FF;
padding:0.25rem 9px;
border-radius:0.5rem;
flex:0 0 auto;
color:#7EB0FF;
font-size:13px;
font-weight:700;
}