*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#141210;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing:antialiased;
color:#C8C0B2;
font-size:15px;
line-height:1.6;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.nfd-layout-lef{
display:flex;
min-height:100vh;
flex-direction:column;
}
.nfd-main-lef{
flex:1 1 auto;
width:100%;
min-width:0;
}
.nfd-container-lef{
margin:0 auto;
padding:0 1rem;
max-width:87.5rem;
width:100%;
}
@media(min-width:769px){
.nfd-container-lef{
padding:0 2rem;
}
}
@media(min-width:1101px){
.nfd-container-lef{
padding:0 56px;
}
}
.nfd-eyebrow-lef{
display:inline-block;
font-weight:600;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.2em;
font-size:11px;
line-height:1.4;
overflow-wrap:break-word;
color:#C4A878;
text-transform:uppercase;
}
.nfd-band-lef{
background:#1A1815;
color:#F0EBE0;
}
.nfd-band-lef .nfd-eyebrow-lef{
color:#D4B06A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.nfd-tb-lef{
background:#141210;
z-index:50;
border-bottom:1px solid rgba(244,239,228,0.12);
top:0;
position:sticky;
}
.nfd-tb_in-lef{
padding:12px 16px;
margin:0 auto;
gap:16px;
justify-content:space-between;
width:100%;
display:flex;
max-width:1400px;
align-items:center;
}
@media(min-width:770px){
.nfd-tb_in-lef{
padding:1rem 2rem;
}
}
@media(min-width:1100px){
.nfd-tb_in-lef{
padding:1.125rem 56px;
}
}
.nfd-tb_left-lef{
gap:28px;
display:flex;
align-items:center;
min-width:0;
}
.nfd-tb_logo-lef{
gap:11px;
min-width:0;
display:flex;
align-items:center;
}
.nfd-tb_logo_mark-lef{
border-radius:8px;
flex:0 0 auto;
height:34px;
width:2.125rem;
object-fit:cover;
}
.nfd-tb_logo_txt-lef{
min-width:0;
line-height:1;
flex-direction:column;
display:flex;
}
.nfd-tb_logo_name-lef{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
color:#F0EBE0;
font-size:1.375rem;
letter-spacing:.02em;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.nfd-tb_logo_sub-lef{
overflow:hidden;
text-overflow:ellipsis;
color:#C4A878;
font-weight:600;
margin-top:0.25rem;
font-size:0.531rem;
white-space:nowrap;
text-transform:uppercase;
letter-spacing:.32em;
}
.nfd-tb_nav-lef{
display:none;
}
@media(min-width:962px){
.nfd-tb_nav-lef{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.nfd-tb_nav_item-lef{
transition:color .22s ease,border-color .22s ease;
font-size:14px;
padding-bottom:3px;
font-weight:600;
border-bottom:2px solid transparent;
white-space:nowrap;
color:#C8C0B2;
}
.nfd-tb_nav_item-lef:hover{
color:#F0EBE0;
}
.nfd-tb_nav_item-lef.nfd-state_active-lef{
border-color:#C4A878;
color:#F0EBE0;
}
.nfd-tb_right-lef{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.nfd-tb_search-lef{
transition:color .22s ease;
justify-content:center;
display:flex;
align-items:center;
color:#C8C0B2;
}
.nfd-tb_search-lef:hover{
color:#C4A878;
}
.nfd-tb_search-lef svg{
height:1.125rem;
width:1.125rem;
}
.nfd-tb_lang-lef{
text-transform:uppercase;
letter-spacing:.1em;
color:#948B7E;
font-size:0.688rem;
font-weight:600;
}
.nfd-tb_lang-lef:hover{
color:#F0EBE0;
}
.nfd-tb_login-lef{
display:none;
font-weight:600;
font-size:14px;
color:#F0EBE0;
}
@media(min-width:770px){
.nfd-tb_login-lef{
display:inline-block;
}
}
.nfd-tb_register-lef{
transition:background-color .22s ease;
padding:0.688rem 22px;
border-radius:999px;
background:#D4B06A;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
color:#1A1610;
}
.nfd-tb_register-lef:hover{
background:#E2C98A;
}
.nfd-mob-lef{
background:#141210;
left:0;
position:fixed;
right:0;
bottom:0;
z-index:60;
border-top:1px solid rgba(244,239,228,0.12);
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:962px){
.nfd-mob-lef{
display:none;
}
}
.nfd-mob_in-lef{
margin:0 auto;
align-items:stretch;
display:flex;
justify-content:space-around;
max-width:35rem;
}
.nfd-mob_item-lef{
flex:1 1 0;
gap:3px;
transition:color .22s ease;
padding:9px 0.25rem;
color:#948B7E;
min-width:0;
align-items:center;
display:flex;
flex-direction:column;
}
.nfd-mob_item-lef.nfd-state_active-lef{
color:#C4A878;
}
.nfd-mob_ic-lef{
justify-content:center;
display:flex;
align-items:center;
}
.nfd-mob_ic-lef svg{
width:1.25rem;
height:1.25rem;
}
.nfd-mob_lb-lef{
overflow:hidden;
white-space:nowrap;
font-weight:600;
font-size:10px;
text-overflow:ellipsis;
max-width:100%;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.nfd-rail-lef{
min-width:0;
position:relative;
}
.nfd-rail_scroll-lef{
gap:0.875rem;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
padding-bottom:14px;
overflow-x:auto;
display:flex;
}
@media(min-width:766px){
.nfd-rail_scroll-lef{
gap:18px;
}
}
.nfd-gc-lef{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:770px){
.nfd-gc-lef{
width:11.75rem;
}
}
.nfd-gc_img-lef{
background:#1E1B18;
border-radius:14px;
overflow:hidden;
padding-bottom:133.33%;
position:relative;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.25rem rgba(0,0,0,0.28);
}
.nfd-gc_img-lef img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.nfd-gc_cover-lef{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.nfd-gc_hover-lef{
inset:0;
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
opacity:0;
position:absolute;
display:flex;
justify-content:center;
align-items:center;
}
.nfd-gc-lef:hover .nfd-gc_hover-lef{
opacity:1;
}
.nfd-gc_hover_btn-lef{
background:#D4B06A;
border-radius:62.438rem;
width:46px;
justify-content:center;
color:#1A1610;
height:46px;
align-items:center;
display:flex;
}
.nfd-gc_hover_btn-lef svg{
width:18px;
height:1.125rem;
}
.nfd-gc_info-lef{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:0.563rem;
}
.nfd-gc_name-lef{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#F0EBE0;
font-weight:700;
font-size:13px;
}
.nfd-gc_prov-lef{
overflow:hidden;
text-overflow:ellipsis;
font-size:0.688rem;
color:#948B7E;
white-space:nowrap;
}
.nfd-gc_meta-lef{
font-size:11px;
color:#948B7E;
}
.nfd-tc-lef{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:770px){
.nfd-tc-lef{
width:14.375rem;
}
}
.nfd-tc_img-lef{
overflow:hidden;
border-radius:14px;
background:#1E1B18;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 1.25rem rgba(0,0,0,0.28);
position:relative;
}
.nfd-tc_img-lef img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.nfd-tc_info-lef{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:9px;
}
.nfd-tc_name-lef{
overflow:hidden;
font-size:14px;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
color:#F0EBE0;
}
.nfd-tc_rtp-lef{
font-size:0.688rem;
color:#948B7E;
}
.nfd-lc-lef{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:769px){
.nfd-lc-lef{
width:16.75rem;
}
}
.nfd-lc_img-lef{
background:#1E1B18;
border-radius:14px;
overflow:hidden;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 1.25rem rgba(0,0,0,0.28);
padding-bottom:62.5%;
position:relative;
}
.nfd-lc_img-lef img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.nfd-lc_live-lef{
padding:0.25rem 0.563rem;
gap:7px;
background:rgba(0,0,0,0.52);
border-radius:999px;
display:flex;
left:0.75rem;
align-items:center;
position:absolute;
top:0.75rem;
}
.nfd-lc_live_dot-lef{
background:#B85050;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
width:0.5rem;
height:8px;
}
.nfd-lc_seats-lef{
text-transform:uppercase;
font-weight:600;
font-size:0.625rem;
color:#F0EBE0;
letter-spacing:.08em;
}
.nfd-lc_info-lef{
gap:2px;
margin-top:0.563rem;
display:flex;
flex-direction:column;
min-width:0;
}
.nfd-lc_name-lef{
overflow:hidden;
font-size:15px;
font-weight:700;
white-space:nowrap;
color:#F0EBE0;
text-overflow:ellipsis;
}
.nfd-lc_bet-lef{
font-size:11px;
color:#948B7E;
}
.nfd-pc-lef{
gap:8px;
border:1px solid rgba(244,239,228,0.07);
padding:1rem 14px;
border-radius:14px;
background:#1E1B18;
min-width:0;
flex-direction:column;
display:flex;
min-height:4.625rem;
align-items:center;
justify-content:center;
}
.nfd-pc_logo-lef{
flex:0 0 auto;
max-width:100%;
height:1.75rem;
width:auto;
object-fit:contain;
}
.nfd-pc_name-lef{
overflow:hidden;
color:#948B7E;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
font-size:11px;
text-align:center;
}
.nfd-gc_tag-lef{
padding:3px 8px;
border-radius:0.5rem;
font-weight:700;
font-size:10px;
z-index:2;
left:10px;
text-transform:uppercase;
top:10px;
position:absolute;
display:inline-block;
letter-spacing:.06em;
}
.nfd-gc_tag_hot-lef{
background:#B85050;
color:#F0EBE0;
}
.nfd-gc_tag_new-lef{
background:#E2C98A;
color:#1A1610;
}
.nfd-gc_tag_jp-lef{
background:#C4A030;
color:#1A1610;
}
.nfd-gc_tag_live-lef{
background:#B85050;
color:#F0EBE0;
}
.nfd-sh-lef{
margin-bottom:1.125rem;
min-width:0;
}
.nfd-sh_row-lef{
gap:1rem;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
}
.nfd-sh_row-lef .nfd-sh_l-lef{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.nfd-sh_stack-lef{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.nfd-sh_center-lef{
gap:0.625rem;
flex-direction:column;
align-items:center;
display:flex;
text-align:center;
}
.nfd-sh_h2-lef{
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
color:#F0EBE0;
font-size:1.5rem;
}
@media(min-width:768px){
.nfd-sh_h2-lef{
font-size:30px;
}
}
.nfd-band-lef .nfd-sh_h2-lef{
color:#F0EBE0;
}
.nfd-sh_eb_line-lef{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.nfd-sh_eb_line-lef::before{
background:#C4A878;
height:1px;
width:28px;
content:"";
display:inline-block;
}
.nfd-band-lef .nfd-sh_eb_line-lef::before{
background:#D4B06A;
}
.nfd-sh_eb_dot-lef{
gap:8px;
display:inline-flex;
align-items:center;
}
.nfd-sh_eb_dot-lef::before{
background:#C4A878;
border-radius:50%;
content:"";
display:inline-block;
width:0.375rem;
height:6px;
}
.nfd-band-lef .nfd-sh_eb_dot-lef::before{
background:#D4B06A;
}
.nfd-sh_link-lef{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
padding-bottom:2px;
color:#F0EBE0;
display:inline-flex;
font-size:0.813rem;
border-bottom:1px solid #F0EBE0;
white-space:nowrap;
align-items:center;
font-weight:600;
}
.nfd-sh_link-lef:hover{
border-color:#C4A878;
color:#C4A878;
}
.nfd-sh_link-lef svg{
width:14px;
height:14px;
}
.nfd-sh_link_chev-lef{
padding-bottom:0;
border-bottom:0;
}
.nfd-sh_link_btn-lef{
padding:0.563rem 1.125rem;
background:#D4B06A;
border-radius:62.438rem;
color:#1A1610;
border-bottom:0;
}
.nfd-sh_link_btn-lef:hover{
border-color:transparent;
background:#E2C98A;
color:#1A1610;
}
.nfd-band-lef .nfd-sh_link-lef{
border-color:#F0EBE0;
color:#F0EBE0;
}
.nfd-band-lef .nfd-sh_link_btn-lef{
background:#D4B06A;
color:#1A1610;
}
.nfd-sh_rule-lef{
background:rgba(244,239,228,0.12);
margin:-2px 0 18px;
height:1px;
}
.nfd-band-lef .nfd-sh_rule-lef{
background:rgba(244,239,228,0.10);
}
.nfd-hero-lef{
padding:32px 0 0.5rem;
}
@media(min-width:768px){
.nfd-hero-lef{
padding:56px 0 1.5rem;
}
}
.nfd-hero_in-lef{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:902px){
.nfd-hero_in-lef{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.nfd-hero_copy-lef{
min-width:0;
}
.nfd-hero_eyebrow-lef{
gap:10px;
margin-bottom:1.375rem;
display:inline-flex;
align-items:center;
}
.nfd-hero_eyebrow_line-lef{
flex:0 0 auto;
background:#C4A878;
height:1px;
width:1.75rem;
display:inline-block;
}
.nfd-hero_h1-lef{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F0EBE0;
line-height:1.04;
overflow-wrap:break-word;
letter-spacing:-.01em;
font-weight:600;
font-size:2.375rem;
margin-bottom:20px;
}
@media(min-width:767px){
.nfd-hero_h1-lef{
font-size:54px;
}
}
@media(min-width:1098px){
.nfd-hero_h1-lef{
font-size:62px;
}
}
.nfd-hero_h1-lef em{
font-style:normal;
color:#C4A878;
}
.nfd-hero_sub-lef{
font-size:16px;
color:#7A7168;
max-width:480px;
line-height:1.6;
margin-bottom:30px;
}
@media(min-width:766px){
.nfd-hero_sub-lef{
font-size:18px;
}
}
.nfd-hero_actions-lef{
gap:0.875rem;
flex-wrap:wrap;
display:flex;
align-items:center;
margin-bottom:34px;
}
.nfd-hero_cta-lef{
padding:1rem 1.875rem;
gap:10px;
border-radius:999px;
transition:background-color .22s ease;
background:#D4B06A;
align-items:center;
color:#1A1610;
display:inline-flex;
font-size:0.938rem;
font-weight:700;
}
.nfd-hero_cta-lef:hover{
background:#E2C98A;
}
.nfd-hero_cta_ic-lef{
align-items:center;
display:inline-flex;
}
.nfd-hero_cta_ic-lef svg{
width:16px;
height:16px;
}
.nfd-hero_cta_alt-lef{
border:1px solid rgba(244,239,228,0.12);
transition:border-color .22s ease,color .22s ease;
background:transparent;
border-radius:999px;
padding:0.938rem 1.625rem;
align-items:center;
display:inline-flex;
font-size:15px;
color:#F0EBE0;
font-weight:600;
}
.nfd-hero_cta_alt-lef:hover{
border-color:#C4A878;
color:#C4A878;
}
.nfd-hero_trust-lef{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.nfd-hero_trust_item-lef{
gap:9px;
font-weight:600;
align-items:center;
font-size:0.813rem;
color:#C8C0B2;
display:flex;
}
.nfd-hero_trust_ic-lef{
color:#C4A878;
display:inline-flex;
align-items:center;
}
.nfd-hero_trust_ic-lef svg{
width:1rem;
height:1rem;
}
.nfd-hero_promo-lef{
overflow:hidden;
background:#1E1B18;
border-radius:20px;
box-shadow:0 8px 1rem rgba(0,0,0,0.36), 0 24px 3.5rem rgba(0,0,0,0.44), 0 1px 2px rgba(196,168,120,0.08);
position:relative;
display:flex;
min-height:18.75rem;
}
.nfd-hero_promo_bg-lef{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.nfd-hero_promo_bg-lef::after{
background:linear-gradient(120deg,#1A1815 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.nfd-hero_promo_glow-lef{
border-radius:50%;
background:radial-gradient(circle,rgba(196,168,120,0.10) 0%,transparent 65%);
right:-1.25rem;
height:16.25rem;
position:absolute;
top:-2.5rem;
pointer-events:none;
width:16.25rem;
}
.nfd-hero_promo_ct-lef{
padding:28px;
max-width:88%;
align-self:flex-end;
position:relative;
z-index:2;
}
.nfd-hero_promo_label-lef{
letter-spacing:.25em;
text-transform:uppercase;
font-weight:700;
display:block;
color:#D4B06A;
margin-bottom:0.5rem;
font-size:0.625rem;
}
.nfd-hero_promo_amount-lef{
color:#F0EBE0;
font-size:2rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.nfd-hero_promo_amount-lef{
font-size:2.5rem;
}
}
.nfd-hero_promo_amount-lef em{
color:#D4B06A;
font-style:normal;
}
.nfd-hero_rating-lef{
border:1px solid rgba(244,239,228,0.07);
padding:0.625rem 0.875rem;
gap:10px;
border-radius:0.875rem;
background:#1E1B18;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 20px rgba(0,0,0,0.28);
max-width:min(16.25rem,62%);
right:14px;
position:absolute;
top:0.875rem;
align-items:center;
z-index:3;
display:flex;
}
.nfd-hero_rating_score-lef{
flex:0 0 auto;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F0EBE0;
font-weight:700;
font-size:1.5rem;
}
.nfd-hero_rating_txt-lef{
flex:1 1 auto;
min-width:0;
}
.nfd-hero_rating_stars-lef{
gap:2px;
display:flex;
color:#C4A878;
}
.nfd-hero_rating_stars-lef svg{
width:0.75rem;
height:12px;
}
.nfd-hero_rating_cap-lef{
margin-top:3px;
color:#948B7E;
display:block;
line-height:1.35;
font-size:0.688rem;
overflow-wrap:break-word;
}
.nfd-stat-lef{
margin-top:16px;
border-top:1px solid rgba(244,239,228,0.12);
border-bottom:1px solid rgba(244,239,228,0.12);
}
.nfd-stat_in-lef{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.nfd-stat_in-lef{
grid-template-columns:repeat(4,1fr);
}
}
.nfd-stat_item-lef{
padding:1.375rem 14px;
border-right:1px solid rgba(244,239,228,0.07);
border-bottom:1px solid rgba(244,239,228,0.07);
min-width:0;
}
.nfd-stat_item-lef:nth-child(2n){
border-right:0;
}
.nfd-stat_item-lef:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.nfd-stat_item-lef{
border-bottom:0;
}
.nfd-stat_item-lef:nth-child(2n){
border-right:1px solid rgba(244,239,228,0.07);
}
.nfd-stat_item-lef:nth-child(4n){
border-right:0;
}
}
.nfd-stat_value-lef{
font-weight:700;
color:#F0EBE0;
line-height:1;
font-size:1.875rem;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.nfd-stat_value-lef{
font-size:2.125rem;
}
}
.nfd-stat_label-lef{
overflow-wrap:break-word;
color:#948B7E;
font-size:0.813rem;
line-height:1.4;
margin-top:0.375rem;
}
.nfd-gf-lef{
padding:1.5rem 0 6px;
}
.nfd-gf_in-lef{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.nfd-gf_chip-lef{
border-radius:62.438rem;
background:#1E1B18;
border:1px solid rgba(244,239,228,0.12);
padding:0.625rem 18px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
font-size:13px;
color:#C8C0B2;
white-space:nowrap;
font-weight:600;
}
.nfd-gf_chip-lef:hover{
border-color:#C4A878;
color:#C4A878;
}
.nfd-gf_chip-lef.nfd-state_active-lef{
background:#D4B06A;
border-color:transparent;
color:#1A1610;
}
.nfd-grow-lef{
padding:26px 0 0.625rem;
}
.nfd-row_seo-lef{
margin:10px 0 0;
line-height:1.65;
overflow-wrap:break-word;
color:#7A7168;
max-width:47.5rem;
font-size:0.875rem;
}
.nfd-row_seo-lef strong{
color:#F0EBE0;
font-weight:700;
}
.nfd-grow-lef{
padding:1.625rem 0 10px;
}
.nfd-row_seo-lef{
margin:10px 0 0;
line-height:1.65;
max-width:760px;
color:#7A7168;
overflow-wrap:break-word;
font-size:14px;
}
.nfd-row_seo-lef strong{
font-weight:700;
color:#F0EBE0;
}
.nfd-jp-lef{
padding:30px 0 0.625rem;
}
.nfd-jp_grid-lef{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:770px){
.nfd-jp_grid-lef{
grid-template-columns:1fr 1fr;
}
.nfd-jp_card_mega-lef{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.nfd-jp_grid-lef{
grid-template-columns:1.4fr 1fr 1fr;
}
.nfd-jp_card_mega-lef{
grid-column:auto;
}
}
.nfd-jp_card-lef{
padding:1.625rem;
background:#1E1B18;
overflow:hidden;
gap:0.75rem;
border-radius:1.25rem;
border:1px solid rgba(244,239,228,0.07);
position:relative;
display:flex;
min-width:0;
flex-direction:column;
min-height:12.5rem;
justify-content:space-between;
}
.nfd-jp_card_mega-lef{
background:linear-gradient(135deg,#1E1C18,#0E0D0B);
border-color:transparent;
min-height:210px;
color:#F0EBE0;
}
.nfd-jp_glow-lef{
background:radial-gradient(circle,rgba(196,168,120,0.10),transparent 70%);
border-radius:50%;
top:-2.5rem;
position:absolute;
width:12.5rem;
height:200px;
pointer-events:none;
right:-2.5rem;
}
.nfd-jp_label-lef{
gap:10px;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
letter-spacing:.16em;
font-weight:700;
color:#C4A878;
text-transform:uppercase;
position:relative;
display:flex;
font-size:0.625rem;
}
.nfd-jp_card_mega-lef .nfd-jp_label-lef{
color:#D4B06A;
}
.nfd-jp_drop-lef{
text-transform:none;
color:#948B7E;
letter-spacing:.04em;
font-weight:600;
}
.nfd-jp_card_mega-lef .nfd-jp_drop-lef{
color:#9E9488;
}
.nfd-jp_amount-lef{
font-size:2.375rem;
line-height:1;
overflow-wrap:break-word;
position:relative;
color:#F0EBE0;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.nfd-jp_card_mega-lef .nfd-jp_amount-lef{
animation:zm2-pulse 2.4s infinite;
color:#D4B06A;
font-size:48px;
}
@media(min-width:767px){
.nfd-jp_card_mega-lef .nfd-jp_amount-lef{
font-size:54px;
}
}
.nfd-jp_game-lef{
font-size:13px;
position:relative;
color:#948B7E;
}
.nfd-jp_card_mega-lef .nfd-jp_game-lef{
color:#9E9488;
}
.nfd-jp_cta-lef{
position:relative;
align-self:flex-start;
}
.nfd-jp_card_mega-lef .nfd-jp_cta-lef{
padding:10px 1.25rem;
border-radius:999px;
transition:opacity .22s ease;
background:#D4B06A;
font-weight:700;
color:#1A1610;
font-size:13px;
}
.nfd-jp_card_mega-lef .nfd-jp_cta-lef:hover{
opacity:.9;
}
.nfd-jp_card-lef:not(.nfd-jp_card_mega-lef) .nfd-jp_cta-lef{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #F0EBE0;
font-size:13px;
color:#F0EBE0;
font-weight:700;
}
.nfd-jp_card-lef:not(.nfd-jp_card_mega-lef) .nfd-jp_cta-lef:hover{
border-color:#C4A878;
color:#C4A878;
}
.nfd-jp_seo-lef{
margin:14px 0 0;
line-height:1.65;
max-width:760px;
overflow-wrap:break-word;
font-size:14px;
color:#7A7168;
}
.nfd-jp_seo-lef strong{
font-weight:700;
color:#F0EBE0;
}
.nfd-grow-lef{
padding:26px 0 0.625rem;
}
.nfd-row_seo-lef{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
color:#7A7168;
font-size:14px;
overflow-wrap:break-word;
}
.nfd-row_seo-lef strong{
color:#F0EBE0;
font-weight:700;
}
.nfd-sea-lef{
padding:24px 0 10px;
}
.nfd-sea_in-lef{
gap:1.375rem;
background:linear-gradient(115deg,#1E1C18,#0E0D0B);
overflow:hidden;
border-radius:20px;
padding:2.25rem;
color:#F0EBE0;
position:relative;
display:flex;
flex-direction:column;
}
@media(min-width:820px){
.nfd-sea_in-lef{
padding:2.75rem 48px;
gap:2rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.nfd-sea_glow-lef{
border-radius:50%;
background:radial-gradient(circle,rgba(196,168,120,0.10),transparent 68%);
right:60px;
top:50%;
position:absolute;
width:240px;
transform:translateY(-50%);
height:15rem;
pointer-events:none;
}
.nfd-sea_copy-lef{
position:relative;
max-width:560px;
min-width:0;
}
.nfd-sea_eyebrow-lef{
margin-bottom:0.75rem;
}
.nfd-sea_h2-lef{
font-size:30px;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:600;
line-height:1.04;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F0EBE0;
}
@media(min-width:769px){
.nfd-sea_h2-lef{
font-size:38px;
}
}
.nfd-sea_text-lef{
color:#9E9488;
line-height:1.6;
font-size:0.938rem;
}
.nfd-sea_cta-lef{
flex:0 0 auto;
border-radius:999px;
transition:opacity .22s ease;
padding:16px 2rem;
background:#D4B06A;
color:#1A1610;
font-size:15px;
position:relative;
font-weight:700;
}
.nfd-sea_cta-lef:hover{
opacity:.9;
}
.nfd-vip-lef{
padding:48px 0;
}
@media(min-width:767px){
.nfd-vip-lef{
padding:4rem 0;
}
}
.nfd-vip_head-lef{
gap:14px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:879px){
.nfd-vip_head-lef{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.nfd-vip_eyebrow-lef{
margin-bottom:12px;
}
.nfd-vip_h2-lef{
line-height:1.05;
color:#F0EBE0;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
}
@media(min-width:769px){
.nfd-vip_h2-lef{
font-size:2.5rem;
}
}
.nfd-vip_intro-lef{
color:#9E9488;
line-height:1.6;
font-size:14px;
max-width:26.25rem;
}
.nfd-vip_grid-lef{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.nfd-vip_card-lef{
border-radius:14px;
border:1px solid rgba(244,239,228,0.10);
padding:1.375rem 1.125rem;
min-width:0;
}
.nfd-vip_card_feat-lef{
border-color:#D4B06A;
background:rgba(244,239,228,0.06);
}
.nfd-vip_card_ic-lef{
border-radius:0.5rem;
background:linear-gradient(135deg,#B8924A,#E2C98A);
height:2.125rem;
width:34px;
display:block;
margin-bottom:1rem;
}
.nfd-vip_name-lef{
font-size:20px;
font-weight:600;
margin-bottom:6px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F0EBE0;
}
.nfd-vip_perk-lef{
color:#9E9488;
line-height:1.5;
font-size:0.781rem;
overflow-wrap:break-word;
}
.nfd-nl-lef{
padding:24px 0 10px;
}
.nfd-nl_in-lef{
padding:1.875rem 2rem;
border-radius:20px;
gap:22px;
background:#161412;
flex-direction:column;
color:#F0EBE0;
display:flex;
}
@media(min-width:769px){
.nfd-nl_in-lef{
gap:1.75rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.nfd-nl_text_wrap-lef{
min-width:0;
}
.nfd-nl_h3-lef{
margin-bottom:0.313rem;
overflow-wrap:break-word;
font-size:1.375rem;
line-height:1.1;
color:#F0EBE0;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.nfd-nl_h3-lef{
font-size:1.5rem;
}
}
.nfd-nl_text-lef{
color:#9E9488;
font-size:13.5px;
line-height:1.5;
}
.nfd-nl_form-lef{
flex:1 1 auto;
gap:10px;
max-width:28.75rem;
min-width:0;
display:flex;
}
.nfd-nl_input-lef{
border:1px solid rgba(244,239,228,0.10);
flex:1 1 auto;
overflow:hidden;
padding:0.813rem 1rem;
background:rgba(244,239,228,0.06);
border-radius:0.875rem;
display:flex;
color:#9E9488;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.875rem;
min-width:0;
align-items:center;
}
.nfd-nl_btn-lef{
padding:0.813rem 24px;
background:#D4B06A;
transition:opacity .22s ease;
border-radius:14px;
flex:0 0 auto;
color:#1A1610;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
}
.nfd-nl_btn-lef:hover{
opacity:.9;
}
.nfd-app-lef{
padding:1.875rem 0 10px;
}
.nfd-app_in-lef{
background:#1E1B18;
padding:2rem;
gap:28px;
border-radius:20px;
border:1px solid rgba(244,239,228,0.07);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.nfd-app_in-lef{
gap:40px;
padding:40px 44px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.nfd-app_copy-lef{
max-width:35rem;
min-width:0;
}
.nfd-app_eyebrow-lef{
margin-bottom:12px;
}
.nfd-app_h2-lef{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:28px;
color:#F0EBE0;
font-weight:600;
line-height:1.05;
margin-bottom:0.75rem;
}
@media(min-width:767px){
.nfd-app_h2-lef{
font-size:34px;
}
}
.nfd-app_text-lef{
font-size:0.875rem;
margin-bottom:1.375rem;
color:#7A7168;
line-height:1.6;
}
.nfd-app_btns-lef{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.nfd-app_btn-lef{
border-radius:0.875rem;
gap:0.625rem;
padding:11px 20px;
transition:background-color .22s ease;
background:#D4B06A;
color:#1A1610;
display:inline-flex;
align-items:center;
}
.nfd-app_btn-lef:hover{
background:#E2C98A;
}
.nfd-app_btn_ic-lef{
display:inline-flex;
align-items:center;
}
.nfd-app_btn_ic-lef svg{
height:1.125rem;
width:18px;
}
.nfd-app_btn_lb-lef{
font-size:13.5px;
font-weight:700;
}
.nfd-app_qr_wrap-lef{
gap:1.125rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.nfd-app_qr-lef{
border-radius:14px;
flex:0 0 auto;
width:108px;
background-image:repeating-linear-gradient(0deg,#1E1B18 0 5px,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#1E1B18 0 0.313rem,transparent 0.313rem 0.688rem);
background-color:#D4B06A;
height:6.75rem;
}
.nfd-app_qr_cap-lef{
color:#948B7E;
line-height:1.4;
font-size:12.5px;
max-width:5.75rem;
}
.nfd-rc-lef{
padding:48px 0 10px;
}
.nfd-rc_in-lef{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.nfd-rc_in-lef{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.nfd-rc_col-lef{
min-width:0;
}
.nfd-rc_label-lef{
font-size:0.688rem;
font-weight:600;
margin-bottom:16px;
letter-spacing:.2em;
text-transform:uppercase;
color:#C4A878;
}
.nfd-rc_awards-lef{
gap:12px;
display:flex;
flex-direction:column;
}
.nfd-rc_award-lef{
gap:12px;
min-width:0;
display:flex;
align-items:center;
}
.nfd-rc_award_ic-lef{
flex:0 0 auto;
display:inline-flex;
color:#E2C98A;
align-items:center;
}
.nfd-rc_award_ic-lef svg{
height:1.125rem;
width:1.125rem;
}
.nfd-rc_award_t-lef{
overflow-wrap:break-word;
font-weight:700;
color:#F0EBE0;
font-size:0.875rem;
}
.nfd-rc_award_s-lef{
overflow-wrap:break-word;
font-size:0.75rem;
color:#948B7E;
}
.nfd-rc_press-lef{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.nfd-rc_press_logo-lef{
padding:0 0.5rem;
overflow:hidden;
border:1px solid rgba(244,239,228,0.07);
border-radius:8px;
text-overflow:ellipsis;
font-size:0.875rem;
font-weight:700;
color:#7A7168;
align-items:center;
white-space:nowrap;
text-align:center;
display:flex;
justify-content:center;
height:52px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.nfd-rc_partner-lef{
padding:22px;
border-radius:14px;
border:1px solid rgba(244,239,228,0.07);
background:#1E1B18;
}
.nfd-rc_partner_name-lef{
color:#F0EBE0;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.375rem;
font-size:20px;
overflow-wrap:break-word;
}
.nfd-rc_partner_text-lef{
color:#7A7168;
overflow-wrap:break-word;
line-height:1.55;
font-size:13px;
}
.nfd-ts-lef{
padding:44px 0;
}
.nfd-ts_in-lef{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:880px){
.nfd-ts_in-lef{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.nfd-ts_left-lef{
min-width:0;
}
.nfd-ts_h2-lef{
overflow-wrap:break-word;
line-height:1.1;
color:#F0EBE0;
margin-bottom:12px;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:26px;
}
@media(min-width:771px){
.nfd-ts_h2-lef{
font-size:28px;
}
}
.nfd-ts_text-lef{
max-width:32.5rem;
font-size:14.5px;
margin-bottom:22px;
line-height:1.6;
color:#9E9488;
}
.nfd-ts_badges-lef{
gap:18px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.nfd-ts_badge-lef{
font-weight:600;
color:#9E9488;
font-size:0.813rem;
}
.nfd-ts_pay-lef{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:882px){
.nfd-ts_pay-lef{
justify-content:flex-end;
}
}
.nfd-ts_pay_chip-lef{
border-radius:14px;
border:1px solid rgba(244,239,228,0.10);
padding:12px 16px;
background:rgba(244,239,228,0.06);
font-size:14px;
color:#F0EBE0;
font-weight:700;
}
.nfd-hts-lef{
padding:3rem 0;
}
@media(min-width:768px){
.nfd-hts-lef{
padding:62px 0;
}
}
.nfd-hts_head-lef{
gap:18px;
margin-bottom:34px;
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.nfd-hts_head-lef{
gap:1.5rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.nfd-hts_eyebrow-lef{
margin-bottom:0.75rem;
}
.nfd-hts_h2-lef{
font-size:30px;
font-weight:600;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F0EBE0;
}
@media(min-width:770px){
.nfd-hts_h2-lef{
font-size:38px;
}
}
.nfd-hts_cta-lef{
transition:opacity .22s ease;
padding:0.938rem 30px;
flex:0 0 auto;
background:#D4B06A;
border-radius:999px;
color:#1A1610;
font-size:15px;
font-weight:700;
}
.nfd-hts_cta-lef:hover{
opacity:.9;
}
.nfd-hts_grid-lef{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.nfd-hts_grid-lef{
grid-template-columns:repeat(3,1fr);
}
}
.nfd-hts_step-lef{
min-width:0;
border-top:1px solid rgba(244,239,228,0.10);
padding-top:1.375rem;
}
.nfd-hts_step_num-lef{
line-height:1;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:44px;
font-weight:700;
color:#D4B06A;
margin-bottom:0.875rem;
}
.nfd-hts_step_h-lef{
margin-bottom:8px;
line-height:1.2;
color:#F0EBE0;
font-weight:700;
overflow-wrap:break-word;
font-size:19px;
}
.nfd-hts_step_p-lef{
font-size:14px;
color:#9E9488;
overflow-wrap:break-word;
line-height:1.55;
}
.nfd-wy-lef{
padding:48px 0;
}
@media(min-width:771px){
.nfd-wy-lef{
padding:3.5rem 0;
}
}
.nfd-wy_in-lef{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:899px){
.nfd-wy_in-lef{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.nfd-wy_left-lef{
min-width:0;
}
.nfd-wy_eyebrow-lef{
margin-bottom:14px;
}
.nfd-wy_h2-lef{
font-size:32px;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:16px;
color:#F0EBE0;
line-height:1.05;
}
@media(min-width:765px){
.nfd-wy_h2-lef{
font-size:40px;
}
}
.nfd-wy_intro-lef{
line-height:1.6;
font-size:15px;
color:#7A7168;
}
.nfd-wy_grid-lef{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.nfd-wy_grid-lef{
grid-template-columns:1fr 1fr;
}
}
.nfd-wy_card-lef{
padding:1.625rem;
border:1px solid rgba(244,239,228,0.07);
background:#1E1B18;
border-radius:14px;
min-width:0;
}
.nfd-wy_card_ic-lef{
color:#C4A878;
align-items:center;
display:inline-flex;
margin-bottom:1rem;
justify-content:center;
}
.nfd-wy_card_ic-lef svg{
width:1.625rem;
height:1.625rem;
}
.nfd-wy_card_h-lef{
margin-bottom:8px;
line-height:1.15;
font-weight:600;
font-size:21px;
color:#F0EBE0;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.nfd-wy_card_p-lef{
font-size:14px;
overflow-wrap:break-word;
color:#7A7168;
line-height:1.55;
}
.nfd-prov-lef{
padding:2.5rem 0 20px;
}
.nfd-prov_eyebrow-lef{
margin-bottom:18px;
display:block;
}
.nfd-prov_grid-lef{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.nfd-prov_grid-lef{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:898px){
.nfd-prov_grid-lef{
grid-template-columns:repeat(6,1fr);
}
}
.nfd-tt-lef{
padding:3rem 0 0.625rem;
}
@media(min-width:767px){
.nfd-tt-lef{
padding:60px 0 0.625rem;
}
}
.nfd-tt_head-lef{
text-align:center;
margin-bottom:34px;
}
.nfd-tt_eyebrow-lef{
margin-bottom:0.75rem;
}
.nfd-tt_h2-lef{
line-height:1.05;
font-size:32px;
color:#F0EBE0;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:771px){
.nfd-tt_h2-lef{
font-size:2.625rem;
}
}
.nfd-tt_grid-lef{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:759px){
.nfd-tt_grid-lef{
grid-template-columns:repeat(3,1fr);
}
}
.nfd-tt_card-lef{
background:#1E1B18;
padding:1.875rem;
border-radius:0.875rem;
border:1px solid rgba(244,239,228,0.07);
flex-direction:column;
min-width:0;
display:flex;
}
.nfd-tt_card_ic-lef{
color:#C4A878;
display:inline-flex;
margin-bottom:1.125rem;
align-items:center;
}
.nfd-tt_card_ic-lef svg{
width:28px;
height:28px;
}
.nfd-tt_card_h-lef{
font-weight:600;
line-height:1.15;
color:#F0EBE0;
font-size:22px;
margin-bottom:8px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.nfd-tt_card_p-lef{
overflow-wrap:break-word;
line-height:1.6;
color:#7A7168;
margin-bottom:14px;
font-size:0.875rem;
}
.nfd-tt_card_p-lef b{
font-weight:700;
color:#F0EBE0;
}
.nfd-tt_card_link-lef{
transition:color .22s ease;
border-bottom:1px solid #C4A878;
padding-bottom:2px;
color:#F0EBE0;
font-weight:700;
align-self:flex-start;
margin-top:auto;
font-size:13px;
}
.nfd-tt_card_link-lef:hover{
color:#C4A878;
}
.nfd-faq-lef{
padding:48px 0;
background:#1E1B18;
border-bottom:1px solid rgba(244,239,228,0.07);
margin-top:24px;
border-top:1px solid rgba(244,239,228,0.07);
}
@media(min-width:769px){
.nfd-faq-lef{
padding:3.875rem 0;
}
}
.nfd-faq_head-lef{
margin-bottom:2.125rem;
text-align:center;
}
.nfd-faq_eyebrow-lef{
margin-bottom:12px;
}
.nfd-faq_h2-lef{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F0EBE0;
line-height:1.05;
font-size:2rem;
font-weight:600;
}
@media(min-width:766px){
.nfd-faq_h2-lef{
font-size:2.375rem;
}
}
.nfd-faq_list-lef{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
max-width:51.25rem;
display:flex;
}
.nfd-faq_item-lef{
border:1px solid rgba(244,239,228,0.07);
border-radius:14px;
background:#141210;
overflow:hidden;
}
.nfd-faq_q-lef{
gap:20px;
padding:1.25rem 1.5rem;
list-style:none;
justify-content:space-between;
font-size:16px;
align-items:center;
cursor:pointer;
color:#F0EBE0;
font-weight:700;
display:flex;
overflow-wrap:break-word;
}
.nfd-faq_q-lef::-webkit-details-marker{
display:none;
}
.nfd-faq_q_ic-lef{
flex:0 0 auto;
transition:transform .22s ease;
color:#C4A878;
align-items:center;
display:inline-flex;
}
.nfd-faq_q_ic-lef svg{
width:18px;
height:1.125rem;
}
.nfd-faq_item-lef[open] .nfd-faq_q_ic-lef{
transform:rotate(180deg);
}
.nfd-faq_a-lef{
padding:0 24px 20px;
line-height:1.6;
overflow-wrap:break-word;
font-size:14.5px;
color:#7A7168;
}
.nfd-gd-lef{
padding:3rem 0 10px;
}
.nfd-gd_head-lef{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:24px;
}
@media(min-width:679px){
.nfd-gd_head-lef{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.nfd-gd_eyebrow-lef{
margin-bottom:10px;
}
.nfd-gd_h2-lef{
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#F0EBE0;
font-size:1.75rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.nfd-gd_h2-lef{
font-size:34px;
}
}
.nfd-gd_more-lef{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
border-bottom:1px solid #F0EBE0;
font-weight:600;
color:#F0EBE0;
font-size:0.844rem;
padding-bottom:2px;
}
.nfd-gd_more-lef:hover{
border-color:#C4A878;
color:#C4A878;
}
.nfd-gd_grid-lef{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:717px){
.nfd-gd_grid-lef{
grid-template-columns:repeat(3,1fr);
}
}
.nfd-gd_card-lef{
border-radius:0.875rem;
border:1px solid rgba(244,239,228,0.07);
overflow:hidden;
background:#1E1B18;
min-width:0;
display:block;
}
.nfd-gd_card_img-lef{
background:linear-gradient(140deg,#1E1C18,#C4A878);
height:9.375rem;
}
.nfd-gd_card_body-lef{
padding:1.375rem;
}
.nfd-gd_card_cat-lef{
font-weight:600;
font-size:10px;
color:#C4A878;
letter-spacing:.1em;
text-transform:uppercase;
}
.nfd-gd_card_h-lef{
margin:0.5rem 0 0.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.2;
overflow-wrap:break-word;
font-weight:600;
font-size:1.188rem;
color:#F0EBE0;
}
.nfd-gd_card_meta-lef{
color:#948B7E;
font-size:0.75rem;
overflow-wrap:break-word;
}
.nfd-el-lef{
padding:3rem 0;
}
@media(min-width:769px){
.nfd-el-lef{
padding:3.5rem 0;
}
}
.nfd-el_in-lef{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:902px){
.nfd-el_in-lef{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.nfd-el_left-lef{
min-width:0;
}
.nfd-el_eyebrow-lef{
margin-bottom:0.875rem;
}
.nfd-el_h2-lef{
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
color:#F0EBE0;
margin-bottom:1.375rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:32px;
}
@media(min-width:765px){
.nfd-el_h2-lef{
font-size:2.375rem;
}
}
.nfd-el_body-lef p{
color:#C8C0B2;
overflow-wrap:break-word;
margin-bottom:1.125rem;
line-height:1.7;
font-size:16px;
}
.nfd-el_dropcap-lef{
padding:6px 12px 0 0;
color:#C4A878;
font-size:62px;
line-height:.8;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
float:left;
}
.nfd-el_right-lef{
min-width:0;
}
.nfd-el_quote-lef{
border-radius:1.25rem;
background:linear-gradient(150deg,#1E1C18,#0E0D0B);
padding:36px;
position:relative;
color:#F0EBE0;
margin-bottom:1.5rem;
}
.nfd-el_quote_mark-lef{
align-items:center;
margin-bottom:0.375rem;
color:#D4B06A;
display:inline-flex;
}
.nfd-el_quote_mark-lef svg{
width:2.125rem;
height:2.125rem;
}
.nfd-el_quote_text-lef{
line-height:1.4;
overflow-wrap:break-word;
font-size:1.375rem;
font-weight:500;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F0EBE0;
margin-bottom:22px;
}
.nfd-el_quote_meta-lef{
gap:0.75rem;
align-items:center;
display:flex;
}
.nfd-el_quote_av-lef{
background:linear-gradient(135deg,#B8924A,#E2C98A);
border-radius:50%;
flex:0 0 auto;
width:38px;
height:38px;
}
.nfd-el_quote_author-lef{
font-weight:700;
color:#F0EBE0;
font-size:0.875rem;
}
.nfd-el_quote_meta_sub-lef{
font-size:12px;
color:#9E9488;
}
.nfd-el_explain-lef{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(244,239,228,0.07);
}
.nfd-el_explain_card-lef{
padding:22px 1.5rem;
}
.nfd-el_explain_card-lef+.nfd-el_explain_card-lef{
border-top:1px solid rgba(244,239,228,0.07);
}
.nfd-el_explain_h-lef{
line-height:1.15;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-size:1.25rem;
overflow-wrap:break-word;
font-weight:600;
color:#F0EBE0;
}
.nfd-el_explain_p-lef{
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
color:#7A7168;
}
.nfd-sb-lef{
padding:48px 0;
background:#1E1B18;
border-top:1px solid rgba(244,239,228,0.07);
margin-top:1.5rem;
border-bottom:1px solid rgba(244,239,228,0.07);
}
@media(min-width:767px){
.nfd-sb-lef{
padding:3.5rem 0;
}
}
.nfd-sb_eyebrow-lef{
display:block;
margin-bottom:0.75rem;
}
.nfd-sb_h2-lef{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
color:#F0EBE0;
overflow-wrap:break-word;
margin-bottom:1.625rem;
font-size:30px;
}
@media(min-width:769px){
.nfd-sb_h2-lef{
font-size:2.25rem;
}
}
.nfd-sb_grid-lef{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.nfd-sb_grid-lef{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.nfd-sb_grid-lef{
grid-template-columns:repeat(4,1fr);
}
}
.nfd-sb_card-lef{
background:#141210;
padding:24px;
border-radius:0.875rem;
border:1px solid rgba(244,239,228,0.07);
min-width:0;
}
.nfd-sb_card_h-lef{
margin-bottom:0.5rem;
font-size:19px;
overflow-wrap:break-word;
font-weight:600;
color:#F0EBE0;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
}
.nfd-sb_card_p-lef{
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
color:#7A7168;
}
.nfd-sb_rtp-lef{
grid-template-columns:1fr;
padding:26px 1.75rem;
border-radius:14px;
border:1px solid rgba(244,239,228,0.07);
background:#141210;
gap:24px;
align-items:center;
display:grid;
margin-top:1.125rem;
}
@media(min-width:759px){
.nfd-sb_rtp-lef{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.nfd-sb_rtp_h-lef{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:20px;
line-height:1.15;
color:#F0EBE0;
margin-bottom:8px;
overflow-wrap:break-word;
}
.nfd-sb_rtp_p-lef{
overflow-wrap:break-word;
font-size:13.5px;
line-height:1.6;
color:#7A7168;
}
.nfd-sb_rtp_stats-lef{
gap:1rem;
display:flex;
}
.nfd-sb_stat-lef{
padding:18px;
background:#1E1B18;
flex:1 1 0;
border-radius:8px;
text-align:center;
min-width:0;
}
.nfd-sb_stat_v-lef{
font-size:1.625rem;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#6A9E74;
}
.nfd-sb_stat_l-lef{
color:#948B7E;
font-size:0.719rem;
margin-top:0.25rem;
}
.nfd-sg-lef{
padding:3rem 0 10px;
}
.nfd-sg_eyebrow-lef{
display:block;
margin-bottom:12px;
}
.nfd-sg_h2-lef{
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:30px;
font-weight:600;
color:#F0EBE0;
margin-bottom:28px;
}
@media(min-width:770px){
.nfd-sg_h2-lef{
font-size:36px;
}
}
.nfd-sg_grid-lef{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:718px){
.nfd-sg_grid-lef{
grid-template-columns:repeat(3,1fr);
}
}
.nfd-sg_col-lef{
min-width:0;
}
.nfd-sg_col_h-lef{
overflow-wrap:break-word;
font-weight:600;
line-height:1.15;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F0EBE0;
margin-bottom:10px;
font-size:22px;
}
.nfd-sg_col_p-lef{
line-height:1.65;
color:#7A7168;
font-size:0.875rem;
overflow-wrap:break-word;
}
.nfd-lh-lef{
padding:2.5rem 0 1.25rem;
}
.nfd-lh_in-lef{
border-top:1px solid rgba(244,239,228,0.12);
padding-top:2.125rem;
}
.nfd-lh_eyebrow-lef{
display:block;
margin-bottom:1.375rem;
}
.nfd-lh_grid-lef{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.nfd-lh_grid-lef{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.nfd-lh_grid-lef{
grid-template-columns:repeat(5,1fr);
}
}
.nfd-lh_col-lef{
min-width:0;
}
.nfd-lh_col_h-lef{
color:#F0EBE0;
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-size:13px;
font-weight:700;
}
.nfd-lh_links-lef{
gap:8px;
display:flex;
flex-direction:column;
}
.nfd-lh_link-lef{
transition:color .22s ease;
overflow-wrap:break-word;
color:#7A7168;
font-size:13px;
}
.nfd-lh_link-lef:hover{
color:#C4A878;
}
.nfd-ft-lef{
background:#0C0B09;
color:#9E9488;
margin-top:2.5rem;
}
.nfd-ft_in-lef{
gap:32px;
grid-template-columns:1fr;
padding:3rem 0 28px;
display:grid;
}
@media(min-width:601px){
.nfd-ft_in-lef{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.nfd-ft_in-lef{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.nfd-ft_brand-lef{
min-width:0;
}
.nfd-ft_logo-lef{
color:#F0EBE0;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:700;
font-size:26px;
}
.nfd-ft_tagline-lef{
color:#9E9488;
margin-top:14px;
max-width:17.5rem;
line-height:1.6;
font-size:0.844rem;
}
.nfd-ft_contact-lef{
transition:color .22s ease;
color:#D4B06A;
max-width:17.5rem;
overflow-wrap:anywhere;
font-size:13px;
margin-top:12px;
display:inline-block;
}
.nfd-ft_contact-lef:hover{
color:#F0EBE0;
}
.nfd-ft_col-lef{
min-width:0;
}
.nfd-ft_col_h-lef{
overflow-wrap:break-word;
font-weight:700;
text-transform:uppercase;
font-size:13px;
letter-spacing:.08em;
color:#F0EBE0;
margin-bottom:14px;
}
.nfd-ft_col_links-lef{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.nfd-ft_link-lef{
transition:color .22s ease;
font-size:0.844rem;
color:#9E9488;
overflow-wrap:break-word;
}
.nfd-ft_link-lef:hover{
color:#F0EBE0;
}
.nfd-ft_bot-lef{
gap:1rem;
padding:1.375rem 0 2.5rem;
display:flex;
border-top:1px solid rgba(244,239,228,0.10);
flex-direction:column;
}
@media(min-width:770px){
.nfd-ft_bot-lef{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.nfd-ft_legal-lef{
line-height:1.6;
max-width:47.5rem;
color:#504940;
font-size:11.5px;
overflow-wrap:break-word;
}
.nfd-ft_legal-lef b{
color:#9E9488;
font-weight:700;
}
.nfd-ft_age-lef{
border:1.5px solid #D4B06A;
padding:0.25rem 0.563rem;
flex:0 0 auto;
border-radius:8px;
font-size:0.813rem;
color:#D4B06A;
font-weight:700;
}