*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.938rem;
overflow-wrap:break-word;
line-height:1.6;
color:#2E2820;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.edc-layout29s{
display:flex;
min-height:100vh;
flex-direction:column;
}
.edc-main29s{
flex:1 1 auto;
min-width:0;
width:100%;
}
.edc-container29s{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.edc-container29s{
padding:0 2rem;
}
}
@media(min-width:1100px){
.edc-container29s{
padding:0 56px;
}
}
.edc-eyebrow29s{
line-height:1.4;
letter-spacing:.2em;
color:#C49430;
font-size:11px;
font-weight:600;
text-transform:uppercase;
display:inline-block;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
}
.edc-band29s{
background:#1C1710;
color:#F5EDD8;
}
.edc-band29s .edc-eyebrow29s{
color:#E8B84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.edc-tb29s{
background:#FAF6F0;
z-index:50;
border-bottom:1px solid rgba(20,18,14,0.14);
position:sticky;
top:0;
}
.edc-tb_in29s{
padding:12px 16px;
gap:1rem;
margin:0 auto;
width:100%;
align-items:center;
display:flex;
justify-content:space-between;
max-width:1400px;
}
@media(min-width:769px){
.edc-tb_in29s{
padding:1rem 32px;
}
}
@media(min-width:1101px){
.edc-tb_in29s{
padding:1.125rem 56px;
}
}
.edc-tb_left29s{
gap:28px;
min-width:0;
display:flex;
align-items:center;
}
.edc-tb_logo29s{
gap:0.688rem;
display:flex;
min-width:0;
align-items:center;
}
.edc-tb_logo_mark29s{
flex:0 0 auto;
border-radius:8px;
height:34px;
object-fit:cover;
width:2.125rem;
}
.edc-tb_logo_txt29s{
display:flex;
line-height:1;
min-width:0;
flex-direction:column;
}
.edc-tb_logo_name29s{
overflow:hidden;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
white-space:nowrap;
color:#1A1610;
letter-spacing:.02em;
font-size:1.375rem;
text-overflow:ellipsis;
font-weight:700;
}
.edc-tb_logo_sub29s{
overflow:hidden;
text-overflow:ellipsis;
color:#C49430;
font-weight:600;
font-size:0.531rem;
text-transform:uppercase;
letter-spacing:.32em;
margin-top:0.25rem;
white-space:nowrap;
}
.edc-tb_nav29s{
display:none;
}
@media(min-width:960px){
.edc-tb_nav29s{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.edc-tb_nav_item29s{
transition:color .2s ease,border-color .2s ease;
padding-bottom:3px;
white-space:nowrap;
font-weight:600;
color:#2E2820;
font-size:14px;
border-bottom:2px solid transparent;
}
.edc-tb_nav_item29s:hover{
color:#1A1610;
}
.edc-tb_nav_item29s.edc-state_active29s{
border-color:#C49430;
color:#1A1610;
}
.edc-tb_right29s{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.edc-tb_search29s{
transition:color .2s ease;
align-items:center;
color:#2E2820;
display:flex;
justify-content:center;
}
.edc-tb_search29s:hover{
color:#C49430;
}
.edc-tb_search29s svg{
width:1.125rem;
height:1.125rem;
}
.edc-tb_lang29s{
text-transform:uppercase;
letter-spacing:.1em;
color:#6B6055;
font-size:0.688rem;
font-weight:600;
}
.edc-tb_lang29s:hover{
color:#1A1610;
}
.edc-tb_login29s{
color:#1A1610;
display:none;
font-weight:600;
font-size:0.875rem;
}
@media(min-width:766px){
.edc-tb_login29s{
display:inline-block;
}
}
.edc-tb_register29s{
background:#1A1610;
padding:11px 22px;
border-radius:62.438rem;
transition:background-color .2s ease;
font-weight:700;
font-size:0.875rem;
color:#F5EDD8;
white-space:nowrap;
}
.edc-tb_register29s:hover{
background:#2E2820;
}
.edc-mob29s{
background:#FAF6F0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
left:0;
border-top:1px solid rgba(20,18,14,0.14);
position:fixed;
right:0;
bottom:0;
}
@media(min-width:958px){
.edc-mob29s{
display:none;
}
}
.edc-mob_in29s{
margin:0 auto;
display:flex;
max-width:560px;
align-items:stretch;
justify-content:space-around;
}
.edc-mob_item29s{
gap:3px;
transition:color .2s ease;
flex:1 1 0;
padding:0.563rem 0.25rem;
color:#6B6055;
min-width:0;
align-items:center;
display:flex;
flex-direction:column;
}
.edc-mob_item29s.edc-state_active29s{
color:#C49430;
}
.edc-mob_ic29s{
align-items:center;
justify-content:center;
display:flex;
}
.edc-mob_ic29s svg{
height:20px;
width:1.25rem;
}
.edc-mob_lb29s{
overflow:hidden;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:600;
font-size:0.625rem;
}
@media(max-width:961px){
body{
padding-bottom:3.75rem;
}
}
.edc-rail29s{
position:relative;
min-width:0;
}
.edc-rail_scroll29s{
gap:14px;
scrollbar-width:thin;
padding-bottom:0.875rem;
display:flex;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
@media(min-width:770px){
.edc-rail_scroll29s{
gap:1.125rem;
}
}
.edc-gc29s{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:768px){
.edc-gc29s{
width:11.75rem;
}
}
.edc-gc_img29s{
background:#FFFFFF;
overflow:hidden;
border-radius:0.875rem;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(20,14,6,0.07), 0 0.5rem 20px rgba(20,14,6,0.08);
position:relative;
}
.edc-gc_img29s img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.edc-gc_cover29s{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.edc-gc_hover29s{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .2s ease;
position:absolute;
align-items:center;
justify-content:center;
display:flex;
opacity:0;
}
.edc-gc29s:hover .edc-gc_hover29s{
opacity:1;
}
.edc-gc_hover_btn29s{
border-radius:62.438rem;
background:#1A1610;
align-items:center;
height:46px;
display:flex;
justify-content:center;
color:#F5EDD8;
width:2.875rem;
}
.edc-gc_hover_btn29s svg{
height:1.125rem;
width:1.125rem;
}
.edc-gc_info29s{
gap:2px;
display:flex;
margin-top:0.563rem;
flex-direction:column;
min-width:0;
}
.edc-gc_name29s{
overflow:hidden;
font-size:13px;
white-space:nowrap;
font-weight:700;
color:#1A1610;
text-overflow:ellipsis;
}
.edc-gc_prov29s{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#6B6055;
font-size:11px;
}
.edc-gc_meta29s{
font-size:11px;
color:#6B6055;
}
.edc-tc29s{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:770px){
.edc-tc29s{
width:230px;
}
}
.edc-tc_img29s{
overflow:hidden;
border-radius:14px;
background:#FFFFFF;
box-shadow:0 2px 6px rgba(20,14,6,0.07), 0 8px 1.25rem rgba(20,14,6,0.08);
padding-bottom:75%;
position:relative;
}
.edc-tc_img29s img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.edc-tc_info29s{
gap:2px;
flex-direction:column;
margin-top:9px;
display:flex;
min-width:0;
}
.edc-tc_name29s{
overflow:hidden;
color:#1A1610;
text-overflow:ellipsis;
font-size:14px;
white-space:nowrap;
font-weight:700;
}
.edc-tc_rtp29s{
font-size:0.688rem;
color:#6B6055;
}
.edc-lc29s{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:769px){
.edc-lc29s{
width:16.75rem;
}
}
.edc-lc_img29s{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
box-shadow:0 2px 0.375rem rgba(20,14,6,0.07), 0 0.5rem 1.25rem rgba(20,14,6,0.08);
padding-bottom:62.5%;
position:relative;
}
.edc-lc_img29s img{
inset:0;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
}
.edc-lc_live29s{
gap:0.438rem;
background:rgba(0,0,0,0.52);
padding:0.25rem 0.563rem;
border-radius:62.438rem;
position:absolute;
top:0.75rem;
display:flex;
left:0.75rem;
align-items:center;
}
.edc-lc_live_dot29s{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C0372A;
height:8px;
width:8px;
}
.edc-lc_seats29s{
color:#F5EDD8;
font-size:10px;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
}
.edc-lc_info29s{
gap:2px;
margin-top:0.563rem;
flex-direction:column;
display:flex;
min-width:0;
}
.edc-lc_name29s{
overflow:hidden;
font-size:15px;
color:#1A1610;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
}
.edc-lc_bet29s{
color:#6B6055;
font-size:11px;
}
.edc-pc29s{
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
background:#FFFFFF;
gap:8px;
padding:1rem 14px;
display:flex;
min-width:0;
align-items:center;
justify-content:center;
min-height:74px;
flex-direction:column;
}
.edc-pc_logo29s{
flex:0 0 auto;
width:auto;
object-fit:contain;
height:1.75rem;
max-width:100%;
}
.edc-pc_name29s{
overflow:hidden;
text-align:center;
color:#6B6055;
white-space:nowrap;
font-size:0.688rem;
text-overflow:ellipsis;
max-width:100%;
}
.edc-gc_tag29s{
padding:3px 0.5rem;
border-radius:8px;
font-weight:700;
top:10px;
text-transform:uppercase;
display:inline-block;
letter-spacing:.06em;
left:0.625rem;
z-index:2;
position:absolute;
font-size:10px;
}
.edc-gc_tag_hot29s{
background:#C0372A;
color:#F5EDD8;
}
.edc-gc_tag_new29s{
background:#E8B84B;
color:#1A1610;
}
.edc-gc_tag_jp29s{
background:#C49430;
color:#1A1610;
}
.edc-gc_tag_live29s{
background:#C0372A;
color:#F5EDD8;
}
.edc-sh29s{
margin-bottom:18px;
min-width:0;
}
.edc-sh_row29s{
gap:16px;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.edc-sh_row29s .edc-sh_l29s{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.edc-sh_stack29s{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.edc-sh_center29s{
gap:10px;
text-align:center;
align-items:center;
display:flex;
flex-direction:column;
}
.edc-sh_h229s{
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
color:#1A1610;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.5rem;
}
@media(min-width:769px){
.edc-sh_h229s{
font-size:1.875rem;
}
}
.edc-band29s .edc-sh_h229s{
color:#F5EDD8;
}
.edc-sh_eb_line29s{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.edc-sh_eb_line29s::before{
background:#C49430;
content:"";
display:inline-block;
height:1px;
width:1.75rem;
}
.edc-band29s .edc-sh_eb_line29s::before{
background:#E8B84B;
}
.edc-sh_eb_dot29s{
gap:8px;
display:inline-flex;
align-items:center;
}
.edc-sh_eb_dot29s::before{
background:#C49430;
border-radius:50%;
content:"";
height:6px;
display:inline-block;
width:0.375rem;
}
.edc-band29s .edc-sh_eb_dot29s::before{
background:#E8B84B;
}
.edc-sh_link29s{
gap:0.375rem;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
color:#1A1610;
padding-bottom:2px;
white-space:nowrap;
font-size:0.813rem;
font-weight:600;
align-items:center;
border-bottom:1px solid #1A1610;
display:inline-flex;
}
.edc-sh_link29s:hover{
border-color:#C49430;
color:#C49430;
}
.edc-sh_link29s svg{
height:14px;
width:14px;
}
.edc-sh_link_chev29s{
border-bottom:0;
padding-bottom:0;
}
.edc-sh_link_btn29s{
padding:0.563rem 18px;
border-radius:62.438rem;
background:#1A1610;
color:#F5EDD8;
border-bottom:0;
}
.edc-sh_link_btn29s:hover{
background:#2E2820;
border-color:transparent;
color:#F5EDD8;
}
.edc-band29s .edc-sh_link29s{
border-color:#F5EDD8;
color:#F5EDD8;
}
.edc-band29s .edc-sh_link_btn29s{
background:#E8B84B;
color:#1A1610;
}
.edc-sh_rule29s{
margin:-2px 0 1.125rem;
background:rgba(20,18,14,0.14);
height:1px;
}
.edc-band29s .edc-sh_rule29s{
background:rgba(255,235,180,0.14);
}
.edc-hero29s{
padding:2rem 0 0.5rem;
}
@media(min-width:766px){
.edc-hero29s{
padding:3.5rem 0 24px;
}
}
.edc-hero_in29s{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:899px){
.edc-hero_in29s{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.edc-hero_copy29s{
min-width:0;
}
.edc-hero_eyebrow29s{
gap:10px;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.edc-hero_eyebrow_line29s{
flex:0 0 auto;
background:#C49430;
height:1px;
width:28px;
display:inline-block;
}
.edc-hero_h129s{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:1.25rem;
letter-spacing:-.01em;
font-weight:600;
line-height:1.04;
color:#1A1610;
overflow-wrap:break-word;
font-size:2.375rem;
}
@media(min-width:766px){
.edc-hero_h129s{
font-size:54px;
}
}
@media(min-width:1103px){
.edc-hero_h129s{
font-size:62px;
}
}
.edc-hero_h129s em{
color:#C49430;
font-style:normal;
}
.edc-hero_sub29s{
font-size:1rem;
margin-bottom:30px;
max-width:480px;
line-height:1.6;
color:#8C7F72;
}
@media(min-width:766px){
.edc-hero_sub29s{
font-size:18px;
}
}
.edc-hero_actions29s{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
margin-bottom:34px;
}
.edc-hero_cta29s{
gap:0.625rem;
background:#1A1610;
padding:1rem 1.875rem;
transition:background-color .2s ease;
border-radius:62.438rem;
font-weight:700;
display:inline-flex;
align-items:center;
color:#F5EDD8;
font-size:0.938rem;
}
.edc-hero_cta29s:hover{
background:#2E2820;
}
.edc-hero_cta_ic29s{
align-items:center;
display:inline-flex;
}
.edc-hero_cta_ic29s svg{
width:1rem;
height:1rem;
}
.edc-hero_cta_alt29s{
border-radius:999px;
border:1px solid rgba(20,18,14,0.14);
transition:border-color .2s ease,color .2s ease;
padding:15px 26px;
background:transparent;
color:#1A1610;
font-size:15px;
display:inline-flex;
align-items:center;
font-weight:600;
}
.edc-hero_cta_alt29s:hover{
border-color:#C49430;
color:#C49430;
}
.edc-hero_trust29s{
gap:22px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.edc-hero_trust_item29s{
gap:9px;
display:flex;
font-weight:600;
font-size:13px;
color:#2E2820;
align-items:center;
}
.edc-hero_trust_ic29s{
color:#C49430;
align-items:center;
display:inline-flex;
}
.edc-hero_trust_ic29s svg{
width:16px;
height:1rem;
}
.edc-hero_promo29s{
border-radius:1.25rem;
overflow:hidden;
background:#FFFFFF;
position:relative;
display:flex;
box-shadow:0 12px 3rem rgba(20,14,6,0.14), 0 3px 0.625rem rgba(20,14,6,0.10);
min-height:18.75rem;
}
.edc-hero_promo_bg29s{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.edc-hero_promo_bg29s::after{
inset:0;
background:linear-gradient(120deg,#1C1710 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.edc-hero_promo_glow29s{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18) 0%,transparent 65%);
width:260px;
right:-1.25rem;
position:absolute;
height:16.25rem;
pointer-events:none;
top:-40px;
}
.edc-hero_promo_ct29s{
padding:28px;
align-self:flex-end;
position:relative;
max-width:88%;
z-index:2;
}
.edc-hero_promo_label29s{
color:#E8B84B;
letter-spacing:.25em;
font-weight:700;
margin-bottom:0.5rem;
font-size:10px;
display:block;
text-transform:uppercase;
}
.edc-hero_promo_amount29s{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:2rem;
color:#F5EDD8;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:767px){
.edc-hero_promo_amount29s{
font-size:2.5rem;
}
}
.edc-hero_promo_amount29s em{
font-style:normal;
color:#E8B84B;
}
.edc-hero_rating29s{
gap:0.625rem;
border-radius:14px;
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
padding:10px 0.875rem;
right:14px;
max-width:min(260px,62%);
z-index:3;
top:0.875rem;
box-shadow:0 2px 0.375rem rgba(20,14,6,0.07), 0 0.5rem 1.25rem rgba(20,14,6,0.08);
align-items:center;
position:absolute;
display:flex;
}
.edc-hero_rating_score29s{
flex:0 0 auto;
font-size:24px;
color:#1A1610;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.edc-hero_rating_txt29s{
flex:1 1 auto;
min-width:0;
}
.edc-hero_rating_stars29s{
gap:2px;
color:#C49430;
display:flex;
}
.edc-hero_rating_stars29s svg{
height:12px;
width:12px;
}
.edc-hero_rating_cap29s{
overflow-wrap:break-word;
display:block;
margin-top:3px;
font-size:0.688rem;
color:#6B6055;
line-height:1.35;
}
.edc-stat29s{
border-top:1px solid rgba(20,18,14,0.14);
border-bottom:1px solid rgba(20,18,14,0.14);
margin-top:1rem;
}
.edc-stat_in29s{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:765px){
.edc-stat_in29s{
grid-template-columns:repeat(4,1fr);
}
}
.edc-stat_item29s{
padding:22px 0.875rem;
border-bottom:1px solid rgba(20,18,14,0.08);
border-right:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.edc-stat_item29s:nth-child(2n){
border-right:0;
}
.edc-stat_item29s:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.edc-stat_item29s{
border-bottom:0;
}
.edc-stat_item29s:nth-child(2n){
border-right:1px solid rgba(20,18,14,0.08);
}
.edc-stat_item29s:nth-child(4n){
border-right:0;
}
}
.edc-stat_value29s{
line-height:1;
color:#1A1610;
font-size:1.875rem;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:771px){
.edc-stat_value29s{
font-size:34px;
}
}
.edc-stat_label29s{
font-size:0.813rem;
overflow-wrap:break-word;
line-height:1.4;
color:#6B6055;
margin-top:6px;
}
.edc-grow29s{
padding:1.625rem 0 0.625rem;
}
.edc-row_seo29s{
margin:0.625rem 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
color:#8C7F72;
font-size:0.875rem;
line-height:1.65;
}
.edc-row_seo29s strong{
font-weight:700;
color:#1A1610;
}
.edc-gf29s{
padding:1.5rem 0 6px;
}
.edc-gf_in29s{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.edc-gf_chip29s{
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.14);
border-radius:62.438rem;
padding:10px 18px;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
color:#2E2820;
white-space:nowrap;
font-size:0.813rem;
font-weight:600;
}
.edc-gf_chip29s:hover{
border-color:#C49430;
color:#C49430;
}
.edc-gf_chip29s.edc-state_active29s{
background:#1A1610;
border-color:transparent;
color:#F5EDD8;
}
.edc-grow29s{
padding:1.625rem 0 10px;
}
.edc-row_seo29s{
margin:0.625rem 0 0;
line-height:1.65;
color:#8C7F72;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
}
.edc-row_seo29s strong{
color:#1A1610;
font-weight:700;
}
.edc-jp29s{
padding:1.875rem 0 0.625rem;
}
.edc-jp_grid29s{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:769px){
.edc-jp_grid29s{
grid-template-columns:1fr 1fr;
}
.edc-jp_card_mega29s{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.edc-jp_grid29s{
grid-template-columns:1.4fr 1fr 1fr;
}
.edc-jp_card_mega29s{
grid-column:auto;
}
}
.edc-jp_card29s{
border:1px solid rgba(20,18,14,0.08);
gap:12px;
overflow:hidden;
border-radius:1.25rem;
background:#FFFFFF;
padding:1.625rem;
display:flex;
justify-content:space-between;
position:relative;
flex-direction:column;
min-width:0;
min-height:200px;
}
.edc-jp_card_mega29s{
border-color:transparent;
background:linear-gradient(135deg,#261E12,#130F09);
color:#F5EDD8;
min-height:13.125rem;
}
.edc-jp_glow29s{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
top:-40px;
height:200px;
right:-40px;
position:absolute;
width:200px;
pointer-events:none;
}
.edc-jp_label29s{
gap:10px;
text-transform:uppercase;
letter-spacing:.16em;
flex-wrap:wrap;
font-size:10px;
display:flex;
align-items:center;
position:relative;
font-weight:700;
color:#C49430;
justify-content:space-between;
}
.edc-jp_card_mega29s .edc-jp_label29s{
color:#E8B84B;
}
.edc-jp_drop29s{
letter-spacing:.04em;
font-weight:600;
text-transform:none;
color:#6B6055;
}
.edc-jp_card_mega29s .edc-jp_drop29s{
color:#A89880;
}
.edc-jp_amount29s{
color:#1A1610;
font-weight:700;
overflow-wrap:break-word;
font-size:2.375rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
position:relative;
line-height:1;
}
.edc-jp_card_mega29s .edc-jp_amount29s{
animation:zm2-pulse 2.4s infinite;
color:#E8B84B;
font-size:3rem;
}
@media(min-width:767px){
.edc-jp_card_mega29s .edc-jp_amount29s{
font-size:3.375rem;
}
}
.edc-jp_game29s{
font-size:13px;
position:relative;
color:#6B6055;
}
.edc-jp_card_mega29s .edc-jp_game29s{
color:#A89880;
}
.edc-jp_cta29s{
align-self:flex-start;
position:relative;
}
.edc-jp_card_mega29s .edc-jp_cta29s{
border-radius:999px;
padding:10px 20px;
background:#E8B84B;
transition:opacity .2s ease;
font-size:0.813rem;
color:#1A1610;
font-weight:700;
}
.edc-jp_card_mega29s .edc-jp_cta29s:hover{
opacity:.9;
}
.edc-jp_card29s:not(.edc-jp_card_mega29s) .edc-jp_cta29s{
transition:color .2s ease,border-color .2s ease;
border-bottom:1px solid #1A1610;
font-size:0.813rem;
padding-bottom:2px;
font-weight:700;
color:#1A1610;
}
.edc-jp_card29s:not(.edc-jp_card_mega29s) .edc-jp_cta29s:hover{
border-color:#C49430;
color:#C49430;
}
.edc-jp_seo29s{
margin:0.875rem 0 0;
line-height:1.65;
font-size:14px;
color:#8C7F72;
overflow-wrap:break-word;
max-width:47.5rem;
}
.edc-jp_seo29s strong{
color:#1A1610;
font-weight:700;
}
.edc-grow29s{
padding:1.625rem 0 10px;
}
.edc-row_seo29s{
margin:0.625rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
color:#8C7F72;
font-size:0.875rem;
max-width:47.5rem;
}
.edc-row_seo29s strong{
font-weight:700;
color:#1A1610;
}
.edc-grow29s{
padding:26px 0 10px;
}
.edc-row_seo29s{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8C7F72;
}
.edc-row_seo29s strong{
color:#1A1610;
font-weight:700;
}
.edc-trn29s{
padding:30px 0 10px;
}
.edc-trn_in29s{
border-radius:20px;
grid-template-columns:1fr;
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
overflow:hidden;
display:grid;
}
@media(min-width:882px){
.edc-trn_in29s{
grid-template-columns:1.05fr 1fr;
}
}
.edc-trn_banner29s{
overflow:hidden;
padding:34px;
background:linear-gradient(150deg,#261E12,#130F09);
position:relative;
color:#F5EDD8;
}
.edc-trn_glow29s{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
border-radius:50%;
bottom:-40px;
position:absolute;
right:-2.5rem;
pointer-events:none;
height:200px;
width:200px;
}
.edc-trn_eyebrow29s{
margin-bottom:0.875rem;
position:relative;
}
.edc-trn_h229s{
color:#F5EDD8;
line-height:1.06;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
font-size:30px;
position:relative;
overflow-wrap:break-word;
}
@media(min-width:769px){
.edc-trn_h229s{
font-size:2.25rem;
}
}
.edc-trn_text29s{
font-size:14px;
color:#A89880;
position:relative;
line-height:1.6;
margin-bottom:22px;
max-width:420px;
}
.edc-trn_timer29s{
gap:0.5rem;
display:flex;
margin-bottom:24px;
position:relative;
flex-wrap:wrap;
align-items:center;
}
.edc-trn_timer_cap29s{
color:#A89880;
font-size:11px;
}
.edc-trn_timer_box29s{
border-radius:8px;
background:rgba(255,245,220,0.07);
padding:4px 12px;
font-weight:700;
color:#F5EDD8;
font-size:1.5rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.edc-trn_cta29s{
padding:13px 1.625rem;
transition:opacity .2s ease;
background:#E8B84B;
border-radius:999px;
font-size:14px;
display:inline-block;
color:#1A1610;
position:relative;
font-weight:700;
}
.edc-trn_cta29s:hover{
opacity:.9;
}
.edc-trn_lb29s{
padding:1.625rem 28px;
}
.edc-trn_lb_head29s{
gap:0.625rem;
justify-content:space-between;
margin-bottom:12px;
display:flex;
align-items:center;
}
.edc-trn_lb_title29s{
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:20px;
color:#1A1610;
}
.edc-trn_lb_upd29s{
font-size:0.688rem;
text-transform:uppercase;
letter-spacing:.08em;
color:#6B6055;
}
.edc-trn_lb_row29s{
padding:0.688rem 0.75rem;
gap:0.875rem;
border-radius:0.5rem;
display:flex;
align-items:center;
}
.edc-trn_lb_row29s:nth-child(2){
background:rgba(196,148,48,0.10);
}
.edc-trn_lb_rank29s{
flex:0 0 auto;
color:#C49430;
font-weight:700;
width:1.375rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:16px;
}
.edc-trn_lb_av29s{
background:linear-gradient(135deg,#C49430,#F0CC72);
border-radius:50%;
flex:0 0 auto;
height:1.875rem;
width:30px;
}
.edc-trn_lb_name29s{
flex:1 1 auto;
overflow:hidden;
font-size:14px;
font-weight:600;
min-width:0;
white-space:nowrap;
color:#1A1610;
text-overflow:ellipsis;
}
.edc-trn_lb_amount29s{
flex:0 0 auto;
font-size:13px;
color:#1A1610;
font-weight:700;
}
.edc-vip29s{
padding:48px 0;
}
@media(min-width:767px){
.edc-vip29s{
padding:64px 0;
}
}
.edc-vip_head29s{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:879px){
.edc-vip_head29s{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.edc-vip_eyebrow29s{
margin-bottom:0.75rem;
}
.edc-vip_h229s{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
line-height:1.05;
color:#F5EDD8;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.edc-vip_h229s{
font-size:40px;
}
}
.edc-vip_intro29s{
max-width:420px;
font-size:0.875rem;
line-height:1.6;
color:#A89880;
}
.edc-vip_grid29s{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.edc-vip_card29s{
padding:1.375rem 18px;
border:1px solid rgba(255,235,180,0.14);
border-radius:0.875rem;
min-width:0;
}
.edc-vip_card_feat29s{
border-color:#E8B84B;
background:rgba(255,245,220,0.07);
}
.edc-vip_card_ic29s{
background:linear-gradient(135deg,#C49430,#F0CC72);
border-radius:0.5rem;
width:2.125rem;
display:block;
margin-bottom:1rem;
height:2.125rem;
}
.edc-vip_name29s{
color:#F5EDD8;
overflow-wrap:break-word;
font-size:1.25rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
font-weight:600;
}
.edc-vip_perk29s{
color:#A89880;
overflow-wrap:break-word;
font-size:0.781rem;
line-height:1.5;
}
.edc-app29s{
padding:1.875rem 0 0.625rem;
}
.edc-app_in29s{
border-radius:20px;
padding:2rem;
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
gap:28px;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.edc-app_in29s{
padding:40px 2.75rem;
gap:2.5rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.edc-app_copy29s{
max-width:35rem;
min-width:0;
}
.edc-app_eyebrow29s{
margin-bottom:0.75rem;
}
.edc-app_h229s{
overflow-wrap:break-word;
color:#1A1610;
font-size:1.75rem;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
margin-bottom:0.75rem;
}
@media(min-width:771px){
.edc-app_h229s{
font-size:34px;
}
}
.edc-app_text29s{
line-height:1.6;
color:#8C7F72;
margin-bottom:1.375rem;
font-size:14px;
}
.edc-app_btns29s{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.edc-app_btn29s{
gap:10px;
background:#1A1610;
padding:0.688rem 20px;
border-radius:0.875rem;
transition:background-color .2s ease;
display:inline-flex;
align-items:center;
color:#F5EDD8;
}
.edc-app_btn29s:hover{
background:#2E2820;
}
.edc-app_btn_ic29s{
display:inline-flex;
align-items:center;
}
.edc-app_btn_ic29s svg{
width:18px;
height:18px;
}
.edc-app_btn_lb29s{
font-size:0.844rem;
font-weight:700;
}
.edc-app_qr_wrap29s{
gap:1.125rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.edc-app_qr29s{
flex:0 0 auto;
border-radius:14px;
background-color:#1A1610;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 5px 0.688rem);
width:108px;
height:6.75rem;
}
.edc-app_qr_cap29s{
font-size:12.5px;
color:#6B6055;
line-height:1.4;
max-width:92px;
}
.edc-op29s{
padding:36px 0 0.625rem;
}
.edc-op_in29s{
border:1px solid rgba(20,18,14,0.08);
padding:2rem;
background:#FFFFFF;
gap:2rem;
grid-template-columns:1fr;
border-radius:14px;
align-items:center;
display:grid;
}
@media(min-width:859px){
.edc-op_in29s{
padding:34px 2.5rem;
grid-template-columns:.9fr 1.1fr;
gap:44px;
}
}
.edc-op_left29s{
min-width:0;
}
.edc-op_eyebrow29s{
margin-bottom:0.75rem;
}
.edc-op_h229s{
font-weight:600;
overflow-wrap:break-word;
line-height:1.08;
color:#1A1610;
margin-bottom:10px;
font-size:28px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.edc-op_h229s{
font-size:30px;
}
}
.edc-op_text29s{
font-size:14px;
line-height:1.6;
color:#8C7F72;
}
.edc-op_grid29s{
background:rgba(20,18,14,0.14);
grid-template-columns:1fr 1fr;
border:1px solid rgba(20,18,14,0.14);
gap:1px;
border-radius:0.5rem;
overflow:hidden;
display:grid;
}
.edc-op_field29s{
background:#FAF6F0;
padding:1.125rem 20px;
min-width:0;
}
.edc-op_field_lb29s{
font-size:0.625rem;
font-weight:600;
margin-bottom:0.313rem;
color:#C49430;
text-transform:uppercase;
letter-spacing:.1em;
}
.edc-op_field_val29s{
overflow-wrap:break-word;
color:#1A1610;
font-size:14px;
font-weight:700;
}
.edc-dr29s{
padding:36px 0 0.625rem;
}
.edc-dr_in29s{
gap:20px;
padding:28px 32px;
border:1px dashed rgba(20,18,14,0.14);
border-radius:0.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.edc-dr_in29s{
gap:32px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.edc-dr_h229s{
overflow-wrap:break-word;
font-size:24px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1610;
margin-bottom:8px;
line-height:1.1;
}
@media(min-width:771px){
.edc-dr_h229s{
font-size:26px;
}
}
.edc-dr_text29s{
font-size:14px;
max-width:680px;
color:#8C7F72;
overflow-wrap:break-word;
line-height:1.6;
}
.edc-dr_text29s b{
color:#1A1610;
font-weight:700;
}
.edc-dr_cta29s{
transition:color .2s ease;
flex:0 0 auto;
border-bottom:1px solid #C49430;
color:#1A1610;
font-size:0.844rem;
padding-bottom:2px;
font-weight:700;
white-space:nowrap;
}
.edc-dr_cta29s:hover{
color:#C49430;
}
.edc-prov29s{
padding:2.5rem 0 20px;
}
.edc-prov_eyebrow29s{
display:block;
margin-bottom:18px;
}
.edc-prov_grid29s{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:561px){
.edc-prov_grid29s{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:898px){
.edc-prov_grid29s{
grid-template-columns:repeat(6,1fr);
}
}
.edc-hts29s{
padding:3rem 0;
}
@media(min-width:770px){
.edc-hts29s{
padding:62px 0;
}
}
.edc-hts_head29s{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:34px;
}
@media(min-width:766px){
.edc-hts_head29s{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.edc-hts_eyebrow29s{
margin-bottom:12px;
}
.edc-hts_h229s{
color:#F5EDD8;
font-size:30px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
}
@media(min-width:769px){
.edc-hts_h229s{
font-size:38px;
}
}
.edc-hts_cta29s{
border-radius:62.438rem;
transition:opacity .2s ease;
flex:0 0 auto;
background:#E8B84B;
padding:0.938rem 1.875rem;
font-weight:700;
color:#1A1610;
font-size:0.938rem;
}
.edc-hts_cta29s:hover{
opacity:.9;
}
.edc-hts_grid29s{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:759px){
.edc-hts_grid29s{
grid-template-columns:repeat(3,1fr);
}
}
.edc-hts_step29s{
border-top:1px solid rgba(255,235,180,0.14);
min-width:0;
padding-top:1.375rem;
}
.edc-hts_step_num29s{
font-size:44px;
font-weight:700;
line-height:1;
color:#E8B84B;
margin-bottom:0.875rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.edc-hts_step_h29s{
font-size:19px;
overflow-wrap:break-word;
font-weight:700;
line-height:1.2;
margin-bottom:8px;
color:#F5EDD8;
}
.edc-hts_step_p29s{
line-height:1.55;
color:#A89880;
overflow-wrap:break-word;
font-size:0.875rem;
}
.edc-wy29s{
padding:3rem 0;
}
@media(min-width:769px){
.edc-wy29s{
padding:3.5rem 0;
}
}
.edc-wy_in29s{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:900px){
.edc-wy_in29s{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.edc-wy_left29s{
min-width:0;
}
.edc-wy_eyebrow29s{
margin-bottom:14px;
}
.edc-wy_h229s{
font-size:2rem;
overflow-wrap:break-word;
line-height:1.05;
color:#1A1610;
font-weight:600;
margin-bottom:1rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.edc-wy_h229s{
font-size:2.5rem;
}
}
.edc-wy_intro29s{
font-size:15px;
color:#8C7F72;
line-height:1.6;
}
.edc-wy_grid29s{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:561px){
.edc-wy_grid29s{
grid-template-columns:1fr 1fr;
}
}
.edc-wy_card29s{
background:#FFFFFF;
padding:26px;
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
min-width:0;
}
.edc-wy_card_ic29s{
justify-content:center;
display:inline-flex;
align-items:center;
color:#C49430;
margin-bottom:16px;
}
.edc-wy_card_ic29s svg{
width:1.625rem;
height:26px;
}
.edc-wy_card_h29s{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.313rem;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-weight:600;
color:#1A1610;
line-height:1.15;
}
.edc-wy_card_p29s{
overflow-wrap:break-word;
color:#8C7F72;
line-height:1.55;
font-size:14px;
}
.edc-et29s{
padding:36px 0 0.625rem;
}
.edc-et_in29s{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:882px){
.edc-et_in29s{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.edc-et_left29s{
min-width:0;
}
.edc-et_eyebrow29s{
margin-bottom:12px;
}
.edc-et_h229s{
margin-bottom:14px;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#1A1610;
line-height:1.06;
font-size:1.75rem;
}
@media(min-width:770px){
.edc-et_h229s{
font-size:2rem;
}
}
.edc-et_text29s{
font-size:0.938rem;
color:#8C7F72;
line-height:1.65;
margin-bottom:22px;
}
.edc-et_stats29s{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.edc-et_stat29s{
min-width:0;
}
.edc-et_stat_v29s{
font-size:1.625rem;
line-height:1;
font-weight:700;
color:#1A1610;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
.edc-et_stat_l29s{
color:#6B6055;
margin-top:4px;
font-size:12.5px;
}
.edc-et_right29s{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.edc-et_member29s{
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
gap:1rem;
background:#FFFFFF;
padding:1.125rem 1.25rem;
min-width:0;
display:flex;
align-items:center;
}
.edc-et_member_av29s{
background:linear-gradient(135deg,#261E12,#C49430);
flex:0 0 auto;
border-radius:50%;
height:3rem;
width:3rem;
}
.edc-et_member_name29s{
overflow-wrap:break-word;
font-size:0.938rem;
font-weight:700;
color:#1A1610;
}
.edc-et_member_role29s{
color:#6B6055;
font-size:12.5px;
overflow-wrap:break-word;
}
.edc-et_updated29s{
padding:14px 18px;
border-radius:14px;
background:#FAF6F0;
border:1px solid rgba(20,18,14,0.08);
gap:8px;
display:flex;
color:#8C7F72;
font-size:12.5px;
align-items:center;
}
.edc-pmt29s{
padding:3rem 0 0.625rem;
}
.edc-pmt_in29s{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:883px){
.edc-pmt_in29s{
gap:48px;
grid-template-columns:1fr 1.1fr;
}
}
.edc-pmt_left29s{
min-width:0;
}
.edc-pmt_eyebrow29s{
margin-bottom:0.75rem;
}
.edc-pmt_h229s{
line-height:1.06;
margin-bottom:0.75rem;
font-size:1.875rem;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1610;
overflow-wrap:break-word;
}
@media(min-width:765px){
.edc-pmt_h229s{
font-size:32px;
}
}
.edc-pmt_text29s{
font-size:14.5px;
line-height:1.6;
margin-bottom:1.375rem;
color:#8C7F72;
}
.edc-pmt_logos29s{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:481px){
.edc-pmt_logos29s{
grid-template-columns:repeat(4,1fr);
}
}
.edc-pmt_logo29s{
overflow:hidden;
border-radius:8px;
padding:0 0.5rem;
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
font-size:0.781rem;
text-align:center;
font-weight:700;
height:3.125rem;
color:#2E2820;
justify-content:center;
align-items:center;
display:flex;
text-overflow:ellipsis;
white-space:nowrap;
}
.edc-pmt_table29s{
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
overflow:hidden;
min-width:0;
}
.edc-pmt_thead29s{
background:#1E1A15;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.edc-pmt_th29s{
padding:0.813rem 14px;
overflow:hidden;
letter-spacing:.08em;
text-overflow:ellipsis;
white-space:nowrap;
color:#F5EDD8;
font-size:10px;
font-weight:700;
text-transform:uppercase;
}
.edc-pmt_row29s{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,18,14,0.08);
display:grid;
}
.edc-pmt_row29s:nth-child(odd){
background:#FFFFFF;
}
.edc-pmt_td29s{
padding:0.875rem;
font-size:0.844rem;
overflow-wrap:break-word;
min-width:0;
color:#8C7F72;
}
.edc-pmt_row29s .edc-pmt_td29s:first-child{
color:#1A1610;
font-weight:700;
}
.edc-pmt_row29s .edc-pmt_td29s:last-child{
font-weight:700;
color:#3A8C5C;
}
.edc-ts29s{
padding:2.75rem 0;
}
.edc-ts_in29s{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:878px){
.edc-ts_in29s{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.edc-ts_left29s{
min-width:0;
}
.edc-ts_h229s{
font-weight:600;
font-size:1.625rem;
color:#F5EDD8;
margin-bottom:12px;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
}
@media(min-width:769px){
.edc-ts_h229s{
font-size:1.75rem;
}
}
.edc-ts_text29s{
line-height:1.6;
font-size:14.5px;
color:#A89880;
margin-bottom:22px;
max-width:32.5rem;
}
.edc-ts_badges29s{
gap:1.125rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.edc-ts_badge29s{
font-size:0.813rem;
font-weight:600;
color:#A89880;
}
.edc-ts_pay29s{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:877px){
.edc-ts_pay29s{
justify-content:flex-end;
}
}
.edc-ts_pay_chip29s{
border-radius:14px;
background:rgba(255,245,220,0.07);
border:1px solid rgba(255,235,180,0.14);
padding:0.75rem 1rem;
font-weight:700;
color:#F5EDD8;
font-size:14px;
}
.edc-rc29s{
padding:48px 0 10px;
}
.edc-rc_in29s{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:762px){
.edc-rc_in29s{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.edc-rc_col29s{
min-width:0;
}
.edc-rc_label29s{
font-weight:600;
letter-spacing:.2em;
margin-bottom:16px;
font-size:0.688rem;
text-transform:uppercase;
color:#C49430;
}
.edc-rc_awards29s{
gap:12px;
flex-direction:column;
display:flex;
}
.edc-rc_award29s{
gap:12px;
min-width:0;
align-items:center;
display:flex;
}
.edc-rc_award_ic29s{
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#E8B84B;
}
.edc-rc_award_ic29s svg{
width:18px;
height:1.125rem;
}
.edc-rc_award_t29s{
color:#1A1610;
font-size:0.875rem;
overflow-wrap:break-word;
font-weight:700;
}
.edc-rc_award_s29s{
color:#6B6055;
overflow-wrap:break-word;
font-size:0.75rem;
}
.edc-rc_press29s{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.edc-rc_press_logo29s{
border:1px solid rgba(20,18,14,0.08);
border-radius:8px;
overflow:hidden;
padding:0 0.5rem;
display:flex;
align-items:center;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#8C7F72;
white-space:nowrap;
font-size:0.875rem;
height:52px;
text-align:center;
justify-content:center;
text-overflow:ellipsis;
}
.edc-rc_partner29s{
padding:22px;
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
}
.edc-rc_partner_name29s{
overflow-wrap:break-word;
color:#1A1610;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
margin-bottom:0.375rem;
font-weight:600;
}
.edc-rc_partner_text29s{
overflow-wrap:break-word;
color:#8C7F72;
font-size:0.813rem;
line-height:1.55;
}
.edc-tt29s{
padding:3rem 0 10px;
}
@media(min-width:769px){
.edc-tt29s{
padding:60px 0 0.625rem;
}
}
.edc-tt_head29s{
text-align:center;
margin-bottom:2.125rem;
}
.edc-tt_eyebrow29s{
margin-bottom:0.75rem;
}
.edc-tt_h229s{
line-height:1.05;
color:#1A1610;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:32px;
}
@media(min-width:768px){
.edc-tt_h229s{
font-size:2.625rem;
}
}
.edc-tt_grid29s{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.edc-tt_grid29s{
grid-template-columns:repeat(3,1fr);
}
}
.edc-tt_card29s{
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
border-radius:14px;
padding:1.875rem;
flex-direction:column;
display:flex;
min-width:0;
}
.edc-tt_card_ic29s{
margin-bottom:1.125rem;
display:inline-flex;
align-items:center;
color:#C49430;
}
.edc-tt_card_ic29s svg{
width:28px;
height:1.75rem;
}
.edc-tt_card_h29s{
font-size:1.375rem;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1610;
line-height:1.15;
font-weight:600;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.edc-tt_card_p29s{
font-size:14px;
line-height:1.6;
color:#8C7F72;
margin-bottom:14px;
overflow-wrap:break-word;
}
.edc-tt_card_p29s b{
color:#1A1610;
font-weight:700;
}
.edc-tt_card_link29s{
transition:color .2s ease;
align-self:flex-start;
color:#1A1610;
font-weight:700;
padding-bottom:2px;
margin-top:auto;
font-size:13px;
border-bottom:1px solid #C49430;
}
.edc-tt_card_link29s:hover{
color:#C49430;
}
.edc-rv29s{
background:#FFFFFF;
padding:3rem 0;
margin-top:24px;
border-top:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:769px){
.edc-rv29s{
padding:56px 0;
}
}
.edc-rv_head29s{
gap:1rem;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:765px){
.edc-rv_head29s{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.edc-rv_eyebrow29s{
margin-bottom:10px;
}
.edc-rv_h229s{
font-size:30px;
color:#1A1610;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:765px){
.edc-rv_h229s{
font-size:2.375rem;
}
}
.edc-rv_agg29s{
gap:0.75rem;
display:flex;
align-items:center;
}
.edc-rv_agg_stars29s{
gap:3px;
color:#C49430;
display:flex;
}
.edc-rv_agg_stars29s svg{
width:18px;
height:1.125rem;
}
.edc-rv_source29s{
font-size:0.813rem;
color:#8C7F72;
}
.edc-rv_grid29s{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:760px){
.edc-rv_grid29s{
grid-template-columns:repeat(3,1fr);
}
}
.edc-rv_card29s{
border-radius:0.875rem;
background:#FAF6F0;
border:1px solid rgba(20,18,14,0.08);
padding:26px;
min-width:0;
}
.edc-rv_card_stars29s{
gap:2px;
color:#C49430;
margin-bottom:0.75rem;
display:flex;
}
.edc-rv_card_stars29s svg{
height:0.875rem;
width:14px;
}
.edc-rv_card_body29s{
line-height:1.45;
font-weight:500;
color:#1A1610;
margin-bottom:16px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:18px;
}
.edc-rv_card_meta29s{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.edc-rv_card_av29s{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49430,#F0CC72);
width:32px;
height:2rem;
}
.edc-rv_card_author29s{
color:#1A1610;
font-size:13px;
font-weight:700;
}
.edc-rv_card_loc29s{
color:#6B6055;
font-size:12px;
}
.edc-sg29s{
padding:48px 0 0.625rem;
}
.edc-sg_eyebrow29s{
margin-bottom:0.75rem;
display:block;
}
.edc-sg_h229s{
margin-bottom:1.75rem;
line-height:1.05;
font-size:30px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1610;
overflow-wrap:break-word;
}
@media(min-width:767px){
.edc-sg_h229s{
font-size:36px;
}
}
.edc-sg_grid29s{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:717px){
.edc-sg_grid29s{
grid-template-columns:repeat(3,1fr);
}
}
.edc-sg_col29s{
min-width:0;
}
.edc-sg_col_h29s{
color:#1A1610;
font-weight:600;
overflow-wrap:break-word;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:10px;
line-height:1.15;
font-size:1.375rem;
}
.edc-sg_col_p29s{
color:#8C7F72;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
}
.edc-faq29s{
padding:3rem 0;
background:#FFFFFF;
margin-top:1.5rem;
border-top:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:769px){
.edc-faq29s{
padding:62px 0;
}
}
.edc-faq_head29s{
margin-bottom:34px;
text-align:center;
}
.edc-faq_eyebrow29s{
margin-bottom:12px;
}
.edc-faq_h229s{
overflow-wrap:break-word;
font-size:32px;
color:#1A1610;
font-weight:600;
line-height:1.05;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.edc-faq_h229s{
font-size:2.375rem;
}
}
.edc-faq_list29s{
margin:0 auto;
gap:0.75rem;
flex-direction:column;
display:flex;
max-width:51.25rem;
}
.edc-faq_item29s{
border:1px solid rgba(20,18,14,0.08);
background:#FAF6F0;
overflow:hidden;
border-radius:0.875rem;
}
.edc-faq_q29s{
list-style:none;
gap:20px;
padding:20px 24px;
font-weight:700;
justify-content:space-between;
overflow-wrap:break-word;
align-items:center;
font-size:1rem;
cursor:pointer;
display:flex;
color:#1A1610;
}
.edc-faq_q29s::-webkit-details-marker{
display:none;
}
.edc-faq_q_ic29s{
transition:transform .2s ease;
flex:0 0 auto;
color:#C49430;
display:inline-flex;
align-items:center;
}
.edc-faq_q_ic29s svg{
width:18px;
height:18px;
}
.edc-faq_item29s[open] .edc-faq_q_ic29s{
transform:rotate(180deg);
}
.edc-faq_a29s{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
font-size:14.5px;
line-height:1.6;
color:#8C7F72;
}
.edc-sb29s{
padding:48px 0;
background:#FFFFFF;
border-top:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
margin-top:24px;
}
@media(min-width:771px){
.edc-sb29s{
padding:56px 0;
}
}
.edc-sb_eyebrow29s{
margin-bottom:12px;
display:block;
}
.edc-sb_h229s{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1610;
font-size:1.875rem;
margin-bottom:26px;
}
@media(min-width:769px){
.edc-sb_h229s{
font-size:36px;
}
}
.edc-sb_grid29s{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.edc-sb_grid29s{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.edc-sb_grid29s{
grid-template-columns:repeat(4,1fr);
}
}
.edc-sb_card29s{
border-radius:14px;
border:1px solid rgba(20,18,14,0.08);
padding:24px;
background:#FAF6F0;
min-width:0;
}
.edc-sb_card_h29s{
color:#1A1610;
font-weight:600;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
line-height:1.15;
overflow-wrap:break-word;
font-size:19px;
}
.edc-sb_card_p29s{
color:#8C7F72;
overflow-wrap:break-word;
font-size:13.5px;
line-height:1.6;
}
.edc-sb_rtp29s{
border:1px solid rgba(20,18,14,0.08);
background:#FAF6F0;
grid-template-columns:1fr;
padding:1.625rem 28px;
border-radius:14px;
gap:1.5rem;
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:761px){
.edc-sb_rtp29s{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.edc-sb_rtp_h29s{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#1A1610;
line-height:1.15;
margin-bottom:8px;
font-size:20px;
}
.edc-sb_rtp_p29s{
color:#8C7F72;
font-size:13.5px;
overflow-wrap:break-word;
line-height:1.6;
}
.edc-sb_rtp_stats29s{
gap:1rem;
display:flex;
}
.edc-sb_stat29s{
border-radius:0.5rem;
flex:1 1 0;
background:#FFFFFF;
padding:18px;
text-align:center;
min-width:0;
}
.edc-sb_stat_v29s{
font-size:26px;
font-weight:700;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
color:#3A8C5C;
overflow-wrap:break-word;
}
.edc-sb_stat_l29s{
font-size:0.719rem;
color:#6B6055;
margin-top:4px;
}
.edc-el29s{
padding:3rem 0;
}
@media(min-width:769px){
.edc-el29s{
padding:56px 0;
}
}
.edc-el_in29s{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:901px){
.edc-el_in29s{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.edc-el_left29s{
min-width:0;
}
.edc-el_eyebrow29s{
margin-bottom:14px;
}
.edc-el_h229s{
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:1.375rem;
line-height:1.08;
font-size:32px;
color:#1A1610;
font-weight:600;
}
@media(min-width:769px){
.edc-el_h229s{
font-size:38px;
}
}
.edc-el_body29s p{
color:#2E2820;
margin-bottom:18px;
font-size:1rem;
overflow-wrap:break-word;
line-height:1.7;
}
.edc-el_dropcap29s{
padding:6px 0.75rem 0 0;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:.8;
color:#C49430;
float:left;
font-weight:700;
font-size:3.875rem;
}
.edc-el_right29s{
min-width:0;
}
.edc-el_quote29s{
background:linear-gradient(150deg,#261E12,#130F09);
border-radius:1.25rem;
padding:2.25rem;
color:#F5EDD8;
margin-bottom:1.5rem;
position:relative;
}
.edc-el_quote_mark29s{
color:#E8B84B;
align-items:center;
margin-bottom:6px;
display:inline-flex;
}
.edc-el_quote_mark29s svg{
width:2.125rem;
height:2.125rem;
}
.edc-el_quote_text29s{
line-height:1.4;
color:#F5EDD8;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
overflow-wrap:break-word;
margin-bottom:22px;
font-size:1.375rem;
}
.edc-el_quote_meta29s{
gap:12px;
align-items:center;
display:flex;
}
.edc-el_quote_av29s{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49430,#F0CC72);
height:2.375rem;
width:38px;
}
.edc-el_quote_author29s{
color:#F5EDD8;
font-weight:700;
font-size:14px;
}
.edc-el_quote_meta_sub29s{
font-size:12px;
color:#A89880;
}
.edc-el_explain29s{
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
}
.edc-el_explain_card29s{
padding:22px 1.5rem;
}
.edc-el_explain_card29s+.edc-el_explain_card29s{
border-top:1px solid rgba(20,18,14,0.08);
}
.edc-el_explain_h29s{
font-size:20px;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
overflow-wrap:break-word;
color:#1A1610;
}
.edc-el_explain_p29s{
color:#8C7F72;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.edc-lh29s{
padding:2.5rem 0 20px;
}
.edc-lh_in29s{
padding-top:2.125rem;
border-top:1px solid rgba(20,18,14,0.14);
}
.edc-lh_eyebrow29s{
display:block;
margin-bottom:22px;
}
.edc-lh_grid29s{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:601px){
.edc-lh_grid29s{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.edc-lh_grid29s{
grid-template-columns:repeat(5,1fr);
}
}
.edc-lh_col29s{
min-width:0;
}
.edc-lh_col_h29s{
font-weight:700;
font-size:0.813rem;
color:#1A1610;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
.edc-lh_links29s{
gap:8px;
flex-direction:column;
display:flex;
}
.edc-lh_link29s{
transition:color .2s ease;
font-size:13px;
overflow-wrap:break-word;
color:#8C7F72;
}
.edc-lh_link29s:hover{
color:#C49430;
}
.edc-ft29s{
background:#1E1A15;
margin-top:40px;
color:#A89880;
}
.edc-ft_in29s{
grid-template-columns:1fr;
padding:3rem 0 28px;
gap:2rem;
display:grid;
}
@media(min-width:598px){
.edc-ft_in29s{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.edc-ft_in29s{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.edc-ft_brand29s{
min-width:0;
}
.edc-ft_logo29s{
font-size:1.625rem;
font-weight:700;
color:#F5EDD8;
font-family:"Fraunces", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.edc-ft_tagline29s{
margin-top:0.875rem;
max-width:280px;
line-height:1.6;
color:#A89880;
font-size:13.5px;
}
.edc-ft_contact29s{
transition:color .2s ease;
margin-top:12px;
max-width:280px;
display:inline-block;
color:#E8B84B;
overflow-wrap:anywhere;
font-size:13px;
}
.edc-ft_contact29s:hover{
color:#F5EDD8;
}
.edc-ft_col29s{
min-width:0;
}
.edc-ft_col_h29s{
margin-bottom:14px;
text-transform:uppercase;
font-weight:700;
font-size:13px;
color:#F5EDD8;
letter-spacing:.08em;
overflow-wrap:break-word;
}
.edc-ft_col_links29s{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.edc-ft_link29s{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#A89880;
}
.edc-ft_link29s:hover{
color:#F5EDD8;
}
.edc-ft_bot29s{
padding:1.375rem 0 40px;
gap:1rem;
border-top:1px solid rgba(255,235,180,0.14);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.edc-ft_bot29s{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.edc-ft_legal29s{
overflow-wrap:break-word;
max-width:47.5rem;
font-size:0.719rem;
color:#B0A598;
line-height:1.6;
}
.edc-ft_legal29s b{
font-weight:700;
color:#A89880;
}
.edc-ft_age29s{
border:1.5px solid #E8B84B;
padding:4px 9px;
border-radius:8px;
flex:0 0 auto;
font-weight:700;
font-size:0.813rem;
color:#E8B84B;
}