*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1814;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
line-height:1.6;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#C8C2B2;
font-size:15px;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ebr_layout_2l6{
min-height:100vh;
flex-direction:column;
display:flex;
}
.ebr_main_2l6{
flex:1 1 auto;
width:100%;
min-width:0;
}
.ebr_container_2l6{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:765px){
.ebr_container_2l6{
padding:0 32px;
}
}
@media(min-width:1102px){
.ebr_container_2l6{
padding:0 3.5rem;
}
}
.ebr_eyebrow_2l6{
line-height:1.4;
font-weight:600;
overflow-wrap:break-word;
font-size:0.688rem;
display:inline-block;
color:#B8945A;
letter-spacing:.2em;
text-transform:uppercase;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.ebr_band_2l6{
background:#0E0D0A;
color:#F2EDE2;
}
.ebr_band_2l6 .ebr_eyebrow_2l6{
color:#D4AA60;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.ebr_tb_2l6{
background:#1A1814;
top:0;
position:sticky;
z-index:50;
border-bottom:1px solid rgba(244,238,220,0.13);
}
.ebr_tb_in_2l6{
margin:0 auto;
padding:12px 16px;
gap:1rem;
align-items:center;
justify-content:space-between;
display:flex;
max-width:87.5rem;
width:100%;
}
@media(min-width:767px){
.ebr_tb_in_2l6{
padding:16px 32px;
}
}
@media(min-width:1102px){
.ebr_tb_in_2l6{
padding:18px 56px;
}
}
.ebr_tb_left_2l6{
gap:1.75rem;
align-items:center;
min-width:0;
display:flex;
}
.ebr_tb_logo_2l6{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.ebr_tb_logo_mark_2l6{
flex:0 0 auto;
border-radius:8px;
height:34px;
width:2.125rem;
object-fit:cover;
}
.ebr_tb_logo_txt_2l6{
display:flex;
flex-direction:column;
line-height:1;
min-width:0;
}
.ebr_tb_logo_name_2l6{
overflow:hidden;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
letter-spacing:.02em;
white-space:nowrap;
text-overflow:ellipsis;
font-size:22px;
font-weight:700;
}
.ebr_tb_logo_sub_2l6{
overflow:hidden;
text-overflow:ellipsis;
color:#B8945A;
margin-top:0.25rem;
font-size:8.5px;
letter-spacing:.32em;
font-weight:600;
white-space:nowrap;
text-transform:uppercase;
}
.ebr_tb_nav_2l6{
display:none;
}
@media(min-width:961px){
.ebr_tb_nav_2l6{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.ebr_tb_nav_item_2l6{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
font-size:14px;
color:#C8C2B2;
border-bottom:2px solid transparent;
padding-bottom:3px;
white-space:nowrap;
}
.ebr_tb_nav_item_2l6:hover{
color:#F2EDE2;
}
.ebr_tb_nav_item_2l6.ebr_state_active_2l6{
border-color:#B8945A;
color:#F2EDE2;
}
.ebr_tb_right_2l6{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.ebr_tb_search_2l6{
transition:color .22s ease;
display:flex;
color:#C8C2B2;
justify-content:center;
align-items:center;
}
.ebr_tb_search_2l6:hover{
color:#B8945A;
}
.ebr_tb_search_2l6 svg{
width:1.125rem;
height:18px;
}
.ebr_tb_lang_2l6{
font-size:0.688rem;
letter-spacing:.1em;
font-weight:600;
color:#9A9488;
text-transform:uppercase;
}
.ebr_tb_lang_2l6:hover{
color:#F2EDE2;
}
.ebr_tb_login_2l6{
font-weight:600;
color:#F2EDE2;
font-size:0.875rem;
display:none;
}
@media(min-width:771px){
.ebr_tb_login_2l6{
display:inline-block;
}
}
.ebr_tb_register_2l6{
border-radius:999px;
padding:11px 1.375rem;
background:#C9A84C;
transition:background-color .22s ease;
color:#16140F;
font-size:0.875rem;
font-weight:700;
white-space:nowrap;
}
.ebr_tb_register_2l6:hover{
background:#DDB94F;
}
.ebr_mob_2l6{
background:#1A1814;
position:fixed;
right:0;
bottom:0;
border-top:1px solid rgba(244,238,220,0.13);
left:0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
}
@media(min-width:958px){
.ebr_mob_2l6{
display:none;
}
}
.ebr_mob_in_2l6{
margin:0 auto;
max-width:35rem;
display:flex;
justify-content:space-around;
align-items:stretch;
}
.ebr_mob_item_2l6{
transition:color .22s ease;
gap:3px;
flex:1 1 0;
padding:9px 4px;
display:flex;
min-width:0;
color:#9A9488;
align-items:center;
flex-direction:column;
}
.ebr_mob_item_2l6.ebr_state_active_2l6{
color:#B8945A;
}
.ebr_mob_ic_2l6{
align-items:center;
display:flex;
justify-content:center;
}
.ebr_mob_ic_2l6 svg{
height:20px;
width:1.25rem;
}
.ebr_mob_lb_2l6{
overflow:hidden;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
max-width:100%;
font-size:10px;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.ebr_rail_2l6{
position:relative;
min-width:0;
}
.ebr_rail_scroll_2l6{
gap:14px;
padding-bottom:14px;
scrollbar-width:thin;
overflow-x:auto;
display:flex;
-webkit-overflow-scrolling:touch;
}
@media(min-width:769px){
.ebr_rail_scroll_2l6{
gap:1.125rem;
}
}
.ebr_gc_2l6{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:770px){
.ebr_gc_2l6{
width:188px;
}
}
.ebr_gc_img_2l6{
background:#222019;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.30);
padding-bottom:133.33%;
}
.ebr_gc_img_2l6 img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.ebr_gc_cover_2l6{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.ebr_gc_hover_2l6{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
align-items:center;
position:absolute;
opacity:0;
justify-content:center;
display:flex;
}
.ebr_gc_2l6:hover .ebr_gc_hover_2l6{
opacity:1;
}
.ebr_gc_hover_btn_2l6{
background:#C9A84C;
border-radius:999px;
height:46px;
justify-content:center;
color:#16140F;
align-items:center;
width:46px;
display:flex;
}
.ebr_gc_hover_btn_2l6 svg{
width:1.125rem;
height:1.125rem;
}
.ebr_gc_info_2l6{
gap:2px;
margin-top:0.563rem;
flex-direction:column;
display:flex;
min-width:0;
}
.ebr_gc_name_2l6{
overflow:hidden;
font-size:13px;
font-weight:700;
color:#F2EDE2;
text-overflow:ellipsis;
white-space:nowrap;
}
.ebr_gc_prov_2l6{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#9A9488;
font-size:0.688rem;
}
.ebr_gc_meta_2l6{
color:#9A9488;
font-size:0.688rem;
}
.ebr_tc_2l6{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:769px){
.ebr_tc_2l6{
width:14.375rem;
}
}
.ebr_tc_img_2l6{
overflow:hidden;
border-radius:14px;
background:#222019;
position:relative;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.30);
padding-bottom:75%;
}
.ebr_tc_img_2l6 img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.ebr_tc_info_2l6{
gap:2px;
flex-direction:column;
margin-top:9px;
display:flex;
min-width:0;
}
.ebr_tc_name_2l6{
overflow:hidden;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
color:#F2EDE2;
font-weight:700;
}
.ebr_tc_rtp_2l6{
color:#9A9488;
font-size:0.688rem;
}
.ebr_lc_2l6{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:771px){
.ebr_lc_2l6{
width:268px;
}
}
.ebr_lc_img_2l6{
overflow:hidden;
background:#222019;
border-radius:0.875rem;
position:relative;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.30);
padding-bottom:62.5%;
}
.ebr_lc_img_2l6 img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.ebr_lc_live_2l6{
background:rgba(0,0,0,0.52);
gap:0.438rem;
padding:0.25rem 9px;
border-radius:62.438rem;
position:absolute;
left:12px;
align-items:center;
display:flex;
top:12px;
}
.ebr_lc_live_dot_2l6{
animation:zm2-pulse 1.6s infinite;
background:#C24B3A;
border-radius:50%;
height:0.5rem;
width:8px;
}
.ebr_lc_seats_2l6{
letter-spacing:.08em;
font-size:10px;
text-transform:uppercase;
font-weight:600;
color:#F2EDE2;
}
.ebr_lc_info_2l6{
gap:2px;
display:flex;
min-width:0;
margin-top:9px;
flex-direction:column;
}
.ebr_lc_name_2l6{
overflow:hidden;
font-weight:700;
color:#F2EDE2;
white-space:nowrap;
font-size:0.938rem;
text-overflow:ellipsis;
}
.ebr_lc_bet_2l6{
font-size:0.688rem;
color:#9A9488;
}
.ebr_pc_2l6{
border-radius:14px;
padding:1rem 0.875rem;
gap:0.5rem;
border:1px solid rgba(244,238,220,0.07);
background:#222019;
min-width:0;
align-items:center;
justify-content:center;
flex-direction:column;
display:flex;
min-height:74px;
}
.ebr_pc_logo_2l6{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:28px;
}
.ebr_pc_name_2l6{
overflow:hidden;
text-overflow:ellipsis;
font-size:0.688rem;
white-space:nowrap;
max-width:100%;
color:#9A9488;
text-align:center;
}
.ebr_gc_tag_2l6{
padding:3px 8px;
border-radius:8px;
letter-spacing:.06em;
text-transform:uppercase;
position:absolute;
display:inline-block;
font-size:10px;
z-index:2;
font-weight:700;
left:0.625rem;
top:0.625rem;
}
.ebr_gc_tag_hot_2l6{
background:#C24B3A;
color:#F2EDE2;
}
.ebr_gc_tag_new_2l6{
background:#D4AA60;
color:#16140F;
}
.ebr_gc_tag_jp_2l6{
background:#C9A84C;
color:#16140F;
}
.ebr_gc_tag_live_2l6{
background:#C24B3A;
color:#F2EDE2;
}
.ebr_sh_2l6{
margin-bottom:1.125rem;
min-width:0;
}
.ebr_sh_row_2l6{
gap:1rem;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.ebr_sh_row_2l6 .ebr_sh_l_2l6{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.ebr_sh_stack_2l6{
gap:10px;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.ebr_sh_center_2l6{
gap:10px;
flex-direction:column;
text-align:center;
display:flex;
align-items:center;
}
.ebr_sh_h2_2l6{
color:#F2EDE2;
line-height:1.1;
font-size:1.5rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.ebr_sh_h2_2l6{
font-size:30px;
}
}
.ebr_band_2l6 .ebr_sh_h2_2l6{
color:#F2EDE2;
}
.ebr_sh_eb_line_2l6{
gap:10px;
align-items:center;
display:inline-flex;
}
.ebr_sh_eb_line_2l6::before{
background:#B8945A;
height:1px;
width:28px;
content:"";
display:inline-block;
}
.ebr_band_2l6 .ebr_sh_eb_line_2l6::before{
background:#D4AA60;
}
.ebr_sh_eb_dot_2l6{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.ebr_sh_eb_dot_2l6::before{
border-radius:50%;
background:#B8945A;
display:inline-block;
content:"";
height:0.375rem;
width:6px;
}
.ebr_band_2l6 .ebr_sh_eb_dot_2l6::before{
background:#D4AA60;
}
.ebr_sh_link_2l6{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-bottom:1px solid #F2EDE2;
padding-bottom:2px;
font-weight:600;
white-space:nowrap;
font-size:0.813rem;
align-items:center;
color:#F2EDE2;
display:inline-flex;
}
.ebr_sh_link_2l6:hover{
border-color:#B8945A;
color:#B8945A;
}
.ebr_sh_link_2l6 svg{
height:14px;
width:0.875rem;
}
.ebr_sh_link_chev_2l6{
border-bottom:0;
padding-bottom:0;
}
.ebr_sh_link_btn_2l6{
background:#C9A84C;
border-radius:62.438rem;
padding:0.563rem 1.125rem;
color:#16140F;
border-bottom:0;
}
.ebr_sh_link_btn_2l6:hover{
background:#DDB94F;
border-color:transparent;
color:#16140F;
}
.ebr_band_2l6 .ebr_sh_link_2l6{
border-color:#F2EDE2;
color:#F2EDE2;
}
.ebr_band_2l6 .ebr_sh_link_btn_2l6{
background:#D4AA60;
color:#16140F;
}
.ebr_sh_rule_2l6{
margin:-2px 0 18px;
background:rgba(244,238,220,0.13);
height:1px;
}
.ebr_band_2l6 .ebr_sh_rule_2l6{
background:rgba(244,238,220,0.12);
}
.ebr_hero_2l6{
padding:2rem 0 0.5rem;
}
@media(min-width:771px){
.ebr_hero_2l6{
padding:56px 0 24px;
}
}
.ebr_hero_in_2l6{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:898px){
.ebr_hero_in_2l6{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.ebr_hero_copy_2l6{
min-width:0;
}
.ebr_hero_eyebrow_2l6{
gap:10px;
margin-bottom:22px;
display:inline-flex;
align-items:center;
}
.ebr_hero_eyebrow_line_2l6{
background:#B8945A;
flex:0 0 auto;
height:1px;
width:1.75rem;
display:inline-block;
}
.ebr_hero_h1_2l6{
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
margin-bottom:1.25rem;
letter-spacing:-.01em;
font-size:2.375rem;
color:#F2EDE2;
overflow-wrap:break-word;
}
@media(min-width:767px){
.ebr_hero_h1_2l6{
font-size:54px;
}
}
@media(min-width:1102px){
.ebr_hero_h1_2l6{
font-size:62px;
}
}
.ebr_hero_h1_2l6 em{
font-style:normal;
color:#B8945A;
}
.ebr_hero_sub_2l6{
margin-bottom:30px;
max-width:480px;
color:#7A7470;
font-size:1rem;
line-height:1.6;
}
@media(min-width:766px){
.ebr_hero_sub_2l6{
font-size:1.125rem;
}
}
.ebr_hero_actions_2l6{
gap:14px;
margin-bottom:34px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.ebr_hero_cta_2l6{
gap:10px;
background:#C9A84C;
padding:1rem 1.875rem;
border-radius:999px;
transition:background-color .22s ease;
font-weight:700;
color:#16140F;
font-size:0.938rem;
display:inline-flex;
align-items:center;
}
.ebr_hero_cta_2l6:hover{
background:#DDB94F;
}
.ebr_hero_cta_ic_2l6{
display:inline-flex;
align-items:center;
}
.ebr_hero_cta_ic_2l6 svg{
width:1rem;
height:1rem;
}
.ebr_hero_cta_alt_2l6{
transition:border-color .22s ease,color .22s ease;
padding:0.938rem 1.625rem;
border-radius:62.438rem;
border:1px solid rgba(244,238,220,0.13);
background:transparent;
font-size:0.938rem;
font-weight:600;
color:#F2EDE2;
align-items:center;
display:inline-flex;
}
.ebr_hero_cta_alt_2l6:hover{
border-color:#B8945A;
color:#B8945A;
}
.ebr_hero_trust_2l6{
gap:22px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ebr_hero_trust_item_2l6{
gap:0.563rem;
display:flex;
font-weight:600;
color:#C8C2B2;
font-size:0.813rem;
align-items:center;
}
.ebr_hero_trust_ic_2l6{
color:#B8945A;
align-items:center;
display:inline-flex;
}
.ebr_hero_trust_ic_2l6 svg{
height:16px;
width:1rem;
}
.ebr_hero_promo_2l6{
background:#222019;
overflow:hidden;
border-radius:1.25rem;
box-shadow:0 0.5rem 16px rgba(0,0,0,0.36), 0 2rem 64px rgba(0,0,0,0.48), 0 2px 4px rgba(0,0,0,0.24);
min-height:300px;
position:relative;
display:flex;
}
.ebr_hero_promo_bg_2l6{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.ebr_hero_promo_bg_2l6::after{
inset:0;
background:linear-gradient(120deg,#0E0D0A 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.ebr_hero_promo_glow_2l6{
background:radial-gradient(circle,rgba(196,168,112,0.10) 0%,transparent 65%);
border-radius:50%;
right:-20px;
position:absolute;
height:260px;
width:16.25rem;
pointer-events:none;
top:-40px;
}
.ebr_hero_promo_ct_2l6{
padding:28px;
max-width:88%;
z-index:2;
align-self:flex-end;
position:relative;
}
.ebr_hero_promo_label_2l6{
text-transform:uppercase;
margin-bottom:0.5rem;
display:block;
font-size:0.625rem;
font-weight:700;
letter-spacing:.25em;
color:#D4AA60;
}
.ebr_hero_promo_amount_2l6{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:32px;
overflow-wrap:break-word;
line-height:1.05;
color:#F2EDE2;
font-weight:600;
}
@media(min-width:769px){
.ebr_hero_promo_amount_2l6{
font-size:2.5rem;
}
}
.ebr_hero_promo_amount_2l6 em{
color:#D4AA60;
font-style:normal;
}
.ebr_hero_rating_2l6{
border-radius:14px;
gap:0.625rem;
padding:0.625rem 14px;
border:1px solid rgba(244,238,220,0.07);
background:#222019;
align-items:center;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.30);
top:0.875rem;
display:flex;
position:absolute;
max-width:min(260px,62%);
z-index:3;
right:0.875rem;
}
.ebr_hero_rating_score_2l6{
flex:0 0 auto;
color:#F2EDE2;
font-size:1.5rem;
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.ebr_hero_rating_txt_2l6{
flex:1 1 auto;
min-width:0;
}
.ebr_hero_rating_stars_2l6{
gap:2px;
color:#B8945A;
display:flex;
}
.ebr_hero_rating_stars_2l6 svg{
width:12px;
height:12px;
}
.ebr_hero_rating_cap_2l6{
display:block;
margin-top:3px;
color:#9A9488;
font-size:0.688rem;
overflow-wrap:break-word;
line-height:1.35;
}
.ebr_stat_2l6{
border-bottom:1px solid rgba(244,238,220,0.13);
margin-top:16px;
border-top:1px solid rgba(244,238,220,0.13);
}
.ebr_stat_in_2l6{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.ebr_stat_in_2l6{
grid-template-columns:repeat(4,1fr);
}
}
.ebr_stat_item_2l6{
padding:22px 14px;
border-right:1px solid rgba(244,238,220,0.07);
border-bottom:1px solid rgba(244,238,220,0.07);
min-width:0;
}
.ebr_stat_item_2l6:nth-child(2n){
border-right:0;
}
.ebr_stat_item_2l6:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.ebr_stat_item_2l6{
border-bottom:0;
}
.ebr_stat_item_2l6:nth-child(2n){
border-right:1px solid rgba(244,238,220,0.07);
}
.ebr_stat_item_2l6:nth-child(4n){
border-right:0;
}
}
.ebr_stat_value_2l6{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1;
color:#F2EDE2;
font-weight:700;
}
@media(min-width:769px){
.ebr_stat_value_2l6{
font-size:34px;
}
}
.ebr_stat_label_2l6{
margin-top:0.375rem;
overflow-wrap:break-word;
color:#9A9488;
line-height:1.4;
font-size:0.813rem;
}
.ebr_jp_2l6{
padding:30px 0 0.625rem;
}
.ebr_jp_grid_2l6{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:770px){
.ebr_jp_grid_2l6{
grid-template-columns:1fr 1fr;
}
.ebr_jp_card_mega_2l6{
grid-column:1/-1;
}
}
@media(min-width:998px){
.ebr_jp_grid_2l6{
grid-template-columns:1.4fr 1fr 1fr;
}
.ebr_jp_card_mega_2l6{
grid-column:auto;
}
}
.ebr_jp_card_2l6{
border:1px solid rgba(244,238,220,0.07);
background:#222019;
border-radius:20px;
padding:26px;
gap:0.75rem;
overflow:hidden;
min-width:0;
flex-direction:column;
position:relative;
justify-content:space-between;
min-height:200px;
display:flex;
}
.ebr_jp_card_mega_2l6{
background:linear-gradient(135deg,#1C1A14,#0A0908);
border-color:transparent;
color:#F2EDE2;
min-height:13.125rem;
}
.ebr_jp_glow_2l6{
border-radius:50%;
background:radial-gradient(circle,rgba(196,168,112,0.10),transparent 70%);
width:12.5rem;
height:200px;
pointer-events:none;
top:-40px;
right:-2.5rem;
position:absolute;
}
.ebr_jp_label_2l6{
gap:0.625rem;
display:flex;
font-weight:700;
align-items:center;
justify-content:space-between;
font-size:10px;
letter-spacing:.16em;
text-transform:uppercase;
position:relative;
color:#B8945A;
flex-wrap:wrap;
}
.ebr_jp_card_mega_2l6 .ebr_jp_label_2l6{
color:#D4AA60;
}
.ebr_jp_drop_2l6{
text-transform:none;
letter-spacing:.04em;
color:#9A9488;
font-weight:600;
}
.ebr_jp_card_mega_2l6 .ebr_jp_drop_2l6{
color:#9A9488;
}
.ebr_jp_amount_2l6{
color:#F2EDE2;
line-height:1;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:38px;
position:relative;
font-weight:700;
}
.ebr_jp_card_mega_2l6 .ebr_jp_amount_2l6{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#D4AA60;
}
@media(min-width:766px){
.ebr_jp_card_mega_2l6 .ebr_jp_amount_2l6{
font-size:3.375rem;
}
}
.ebr_jp_game_2l6{
position:relative;
font-size:13px;
color:#9A9488;
}
.ebr_jp_card_mega_2l6 .ebr_jp_game_2l6{
color:#9A9488;
}
.ebr_jp_cta_2l6{
position:relative;
align-self:flex-start;
}
.ebr_jp_card_mega_2l6 .ebr_jp_cta_2l6{
padding:10px 20px;
border-radius:62.438rem;
transition:opacity .22s ease;
background:#D4AA60;
color:#16140F;
font-size:13px;
font-weight:700;
}
.ebr_jp_card_mega_2l6 .ebr_jp_cta_2l6:hover{
opacity:.9;
}
.ebr_jp_card_2l6:not(.ebr_jp_card_mega_2l6) .ebr_jp_cta_2l6{
transition:color .22s ease,border-color .22s ease;
color:#F2EDE2;
font-weight:700;
border-bottom:1px solid #F2EDE2;
font-size:13px;
padding-bottom:2px;
}
.ebr_jp_card_2l6:not(.ebr_jp_card_mega_2l6) .ebr_jp_cta_2l6:hover{
border-color:#B8945A;
color:#B8945A;
}
.ebr_jp_seo_2l6{
margin:14px 0 0;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
color:#7A7470;
max-width:47.5rem;
}
.ebr_jp_seo_2l6 strong{
color:#F2EDE2;
font-weight:700;
}
.ebr_grow_2l6{
padding:26px 0 10px;
}
.ebr_row_seo_2l6{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
color:#7A7470;
max-width:760px;
}
.ebr_row_seo_2l6 strong{
font-weight:700;
color:#F2EDE2;
}
.ebr_grow_2l6{
padding:1.625rem 0 0.625rem;
}
.ebr_row_seo_2l6{
margin:10px 0 0;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
max-width:47.5rem;
color:#7A7470;
}
.ebr_row_seo_2l6 strong{
color:#F2EDE2;
font-weight:700;
}
.ebr_nl_2l6{
padding:24px 0 10px;
}
.ebr_nl_in_2l6{
background:#131210;
border-radius:1.25rem;
gap:1.375rem;
padding:30px 32px;
flex-direction:column;
display:flex;
color:#F2EDE2;
}
@media(min-width:769px){
.ebr_nl_in_2l6{
gap:28px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.ebr_nl_text_wrap_2l6{
min-width:0;
}
.ebr_nl_h3_2l6{
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
font-size:1.375rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F2EDE2;
margin-bottom:0.313rem;
}
@media(min-width:765px){
.ebr_nl_h3_2l6{
font-size:1.5rem;
}
}
.ebr_nl_text_2l6{
line-height:1.5;
font-size:13.5px;
color:#9A9488;
}
.ebr_nl_form_2l6{
flex:1 1 auto;
gap:0.625rem;
max-width:460px;
min-width:0;
display:flex;
}
.ebr_nl_input_2l6{
padding:0.813rem 1rem;
flex:1 1 auto;
background:rgba(244,238,220,0.06);
overflow:hidden;
border-radius:14px;
border:1px solid rgba(244,238,220,0.12);
min-width:0;
white-space:nowrap;
align-items:center;
font-size:14px;
display:flex;
color:#9A9488;
text-overflow:ellipsis;
}
.ebr_nl_btn_2l6{
padding:0.813rem 1.5rem;
border-radius:14px;
flex:0 0 auto;
background:#D4AA60;
transition:opacity .22s ease;
white-space:nowrap;
font-size:14px;
font-weight:700;
color:#16140F;
}
.ebr_nl_btn_2l6:hover{
opacity:.9;
}
.ebr_sea_2l6{
padding:1.5rem 0 0.625rem;
}
.ebr_sea_in_2l6{
border-radius:20px;
background:linear-gradient(115deg,#1C1A14,#0A0908);
overflow:hidden;
padding:36px;
gap:22px;
flex-direction:column;
position:relative;
color:#F2EDE2;
display:flex;
}
@media(min-width:822px){
.ebr_sea_in_2l6{
gap:32px;
padding:2.75rem 48px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.ebr_sea_glow_2l6{
border-radius:50%;
background:radial-gradient(circle,rgba(196,168,112,0.10),transparent 68%);
top:50%;
right:60px;
pointer-events:none;
transform:translateY(-50%);
position:absolute;
width:15rem;
height:240px;
}
.ebr_sea_copy_2l6{
max-width:560px;
min-width:0;
position:relative;
}
.ebr_sea_eyebrow_2l6{
margin-bottom:0.75rem;
}
.ebr_sea_h2_2l6{
line-height:1.04;
color:#F2EDE2;
font-size:30px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:765px){
.ebr_sea_h2_2l6{
font-size:2.375rem;
}
}
.ebr_sea_text_2l6{
line-height:1.6;
color:#9A9488;
font-size:0.938rem;
}
.ebr_sea_cta_2l6{
background:#D4AA60;
padding:16px 2rem;
border-radius:62.438rem;
transition:opacity .22s ease;
flex:0 0 auto;
position:relative;
font-size:0.938rem;
font-weight:700;
color:#16140F;
}
.ebr_sea_cta_2l6:hover{
opacity:.9;
}
.ebr_vip_2l6{
padding:3rem 0;
}
@media(min-width:769px){
.ebr_vip_2l6{
padding:4rem 0;
}
}
.ebr_vip_head_2l6{
gap:14px;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:883px){
.ebr_vip_head_2l6{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.ebr_vip_eyebrow_2l6{
margin-bottom:12px;
}
.ebr_vip_h2_2l6{
font-size:32px;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F2EDE2;
font-weight:600;
}
@media(min-width:771px){
.ebr_vip_h2_2l6{
font-size:2.5rem;
}
}
.ebr_vip_intro_2l6{
color:#9A9488;
max-width:26.25rem;
line-height:1.6;
font-size:14px;
}
.ebr_vip_grid_2l6{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.ebr_vip_card_2l6{
padding:22px 1.125rem;
border:1px solid rgba(244,238,220,0.12);
border-radius:0.875rem;
min-width:0;
}
.ebr_vip_card_feat_2l6{
background:rgba(244,238,220,0.06);
border-color:#D4AA60;
}
.ebr_vip_card_ic_2l6{
border-radius:0.5rem;
background:linear-gradient(135deg,#B8945A,#E2C47A);
display:block;
margin-bottom:16px;
height:2.125rem;
width:2.125rem;
}
.ebr_vip_name_2l6{
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
color:#F2EDE2;
margin-bottom:6px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.ebr_vip_perk_2l6{
line-height:1.5;
font-size:0.781rem;
color:#9A9488;
overflow-wrap:break-word;
}
.ebr_app_2l6{
padding:1.875rem 0 10px;
}
.ebr_app_in_2l6{
border:1px solid rgba(244,238,220,0.07);
gap:1.75rem;
border-radius:20px;
padding:2rem;
background:#222019;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.ebr_app_in_2l6{
padding:40px 2.75rem;
gap:2.5rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ebr_app_copy_2l6{
min-width:0;
max-width:560px;
}
.ebr_app_eyebrow_2l6{
margin-bottom:0.75rem;
}
.ebr_app_h2_2l6{
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#F2EDE2;
margin-bottom:0.75rem;
font-weight:600;
font-size:1.75rem;
}
@media(min-width:769px){
.ebr_app_h2_2l6{
font-size:2.125rem;
}
}
.ebr_app_text_2l6{
line-height:1.6;
font-size:14px;
color:#7A7470;
margin-bottom:22px;
}
.ebr_app_btns_2l6{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.ebr_app_btn_2l6{
padding:11px 20px;
gap:10px;
border-radius:0.875rem;
background:#C9A84C;
transition:background-color .22s ease;
align-items:center;
color:#16140F;
display:inline-flex;
}
.ebr_app_btn_2l6:hover{
background:#DDB94F;
}
.ebr_app_btn_ic_2l6{
display:inline-flex;
align-items:center;
}
.ebr_app_btn_ic_2l6 svg{
width:18px;
height:18px;
}
.ebr_app_btn_lb_2l6{
font-weight:700;
font-size:13.5px;
}
.ebr_app_qr_wrap_2l6{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.ebr_app_qr_2l6{
border-radius:0.875rem;
flex:0 0 auto;
width:6.75rem;
background-color:#C9A84C;
height:108px;
background-image:repeating-linear-gradient(0deg,#222019 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#222019 0 5px,transparent 0.313rem 11px);
}
.ebr_app_qr_cap_2l6{
color:#9A9488;
max-width:5.75rem;
line-height:1.4;
font-size:0.781rem;
}
.ebr_gm_2l6{
padding:1.875rem 0 10px;
}
.ebr_gm_in_2l6{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:877px){
.ebr_gm_in_2l6{
grid-template-columns:1.25fr 1fr;
}
}
.ebr_gm_left_2l6{
border-radius:20px;
background:#222019;
border:1px solid rgba(244,238,220,0.07);
padding:32px;
min-width:0;
}
.ebr_gm_eyebrow_2l6{
margin-bottom:0.625rem;
}
.ebr_gm_h2_2l6{
color:#F2EDE2;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.06;
}
@media(min-width:770px){
.ebr_gm_h2_2l6{
font-size:1.75rem;
}
}
.ebr_gm_text_2l6{
max-width:30rem;
font-size:0.875rem;
margin-bottom:22px;
line-height:1.6;
color:#7A7470;
}
.ebr_gm_level_2l6{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-weight:700;
color:#B8945A;
font-size:1.375rem;
}
.ebr_gm_bar_2l6{
overflow:hidden;
background:rgba(244,238,220,0.13);
border-radius:999px;
height:0.5rem;
margin-bottom:6px;
}
.ebr_gm_bar_fill_2l6{
border-radius:62.438rem;
background:linear-gradient(90deg,#B8945A,#E2C47A);
height:100%;
}
.ebr_gm_bar_meta_2l6{
gap:0.625rem;
color:#9A9488;
margin-bottom:1.125rem;
display:flex;
justify-content:space-between;
font-size:11px;
}
.ebr_gm_missions_2l6{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.ebr_gm_mission_2l6{
border-radius:999px;
border:1px solid rgba(244,238,220,0.13);
gap:7px;
background:#1A1814;
padding:0.563rem 15px;
display:inline-flex;
color:#C8C2B2;
font-weight:600;
font-size:12.5px;
align-items:center;
}
.ebr_gm_mission_ic_2l6{
color:#B8945A;
align-items:center;
display:inline-flex;
}
.ebr_gm_mission_ic_2l6 svg{
height:13px;
width:0.813rem;
}
.ebr_gm_right_2l6{
padding:32px;
overflow:hidden;
background:linear-gradient(150deg,#1C1A14,#0A0908);
border-radius:1.25rem;
color:#F2EDE2;
flex-direction:column;
display:flex;
position:relative;
}
.ebr_gm_glow_2l6{
background:radial-gradient(circle,rgba(196,168,112,0.10),transparent 70%);
border-radius:50%;
width:150px;
height:150px;
top:-1.875rem;
pointer-events:none;
position:absolute;
right:-30px;
}
.ebr_gm_ref_eyebrow_2l6{
margin-bottom:0.625rem;
position:relative;
}
.ebr_gm_ref_h2_2l6{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
position:relative;
color:#F2EDE2;
font-weight:600;
line-height:1.1;
overflow-wrap:break-word;
margin-bottom:8px;
}
.ebr_gm_ref_text_2l6{
color:#9A9488;
position:relative;
line-height:1.55;
margin-bottom:1.25rem;
font-size:0.844rem;
}
.ebr_gm_ref_cta_2l6{
background:#D4AA60;
padding:0.688rem 1.375rem;
transition:opacity .22s ease;
border-radius:62.438rem;
color:#16140F;
font-size:13.5px;
align-self:flex-start;
font-weight:700;
position:relative;
margin-top:auto;
}
.ebr_gm_ref_cta_2l6:hover{
opacity:.9;
}
.ebr_trn_2l6{
padding:30px 0 0.625rem;
}
.ebr_trn_in_2l6{
background:#222019;
border:1px solid rgba(244,238,220,0.07);
grid-template-columns:1fr;
overflow:hidden;
border-radius:1.25rem;
display:grid;
}
@media(min-width:881px){
.ebr_trn_in_2l6{
grid-template-columns:1.05fr 1fr;
}
}
.ebr_trn_banner_2l6{
background:linear-gradient(150deg,#1C1A14,#0A0908);
padding:2.125rem;
overflow:hidden;
position:relative;
color:#F2EDE2;
}
.ebr_trn_glow_2l6{
background:radial-gradient(circle,rgba(196,168,112,0.10),transparent 70%);
border-radius:50%;
right:-40px;
position:absolute;
pointer-events:none;
height:12.5rem;
width:200px;
bottom:-2.5rem;
}
.ebr_trn_eyebrow_2l6{
position:relative;
margin-bottom:0.875rem;
}
.ebr_trn_h2_2l6{
font-weight:600;
color:#F2EDE2;
position:relative;
line-height:1.06;
margin-bottom:0.75rem;
font-size:1.875rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:771px){
.ebr_trn_h2_2l6{
font-size:2.25rem;
}
}
.ebr_trn_text_2l6{
margin-bottom:22px;
max-width:420px;
font-size:14px;
line-height:1.6;
position:relative;
color:#9A9488;
}
.ebr_trn_timer_2l6{
gap:0.5rem;
align-items:center;
margin-bottom:24px;
position:relative;
flex-wrap:wrap;
display:flex;
}
.ebr_trn_timer_cap_2l6{
font-size:0.688rem;
color:#9A9488;
}
.ebr_trn_timer_box_2l6{
background:rgba(244,238,220,0.06);
border-radius:0.5rem;
padding:4px 0.75rem;
font-weight:700;
color:#F2EDE2;
font-size:24px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.ebr_trn_cta_2l6{
background:#D4AA60;
border-radius:999px;
padding:0.813rem 26px;
transition:opacity .22s ease;
position:relative;
color:#16140F;
font-weight:700;
font-size:0.875rem;
display:inline-block;
}
.ebr_trn_cta_2l6:hover{
opacity:.9;
}
.ebr_trn_lb_2l6{
padding:26px 28px;
}
.ebr_trn_lb_head_2l6{
gap:10px;
justify-content:space-between;
align-items:center;
margin-bottom:0.75rem;
display:flex;
}
.ebr_trn_lb_title_2l6{
font-size:1.25rem;
font-weight:600;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.ebr_trn_lb_upd_2l6{
text-transform:uppercase;
color:#9A9488;
letter-spacing:.08em;
font-size:11px;
}
.ebr_trn_lb_row_2l6{
padding:11px 0.75rem;
border-radius:0.5rem;
gap:0.875rem;
display:flex;
align-items:center;
}
.ebr_trn_lb_row_2l6:nth-child(2){
background:rgba(184,148,90,0.12);
}
.ebr_trn_lb_rank_2l6{
flex:0 0 auto;
width:1.375rem;
font-weight:700;
color:#B8945A;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1rem;
}
.ebr_trn_lb_av_2l6{
background:linear-gradient(135deg,#B8945A,#E2C47A);
border-radius:50%;
flex:0 0 auto;
height:1.875rem;
width:30px;
}
.ebr_trn_lb_name_2l6{
flex:1 1 auto;
overflow:hidden;
color:#F2EDE2;
font-weight:600;
white-space:nowrap;
text-overflow:ellipsis;
font-size:14px;
min-width:0;
}
.ebr_trn_lb_amount_2l6{
flex:0 0 auto;
font-size:0.813rem;
color:#F2EDE2;
font-weight:700;
}
.ebr_wy_2l6{
padding:48px 0;
}
@media(min-width:771px){
.ebr_wy_2l6{
padding:56px 0;
}
}
.ebr_wy_in_2l6{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.ebr_wy_in_2l6{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.ebr_wy_left_2l6{
min-width:0;
}
.ebr_wy_eyebrow_2l6{
margin-bottom:14px;
}
.ebr_wy_h2_2l6{
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:16px;
color:#F2EDE2;
}
@media(min-width:769px){
.ebr_wy_h2_2l6{
font-size:2.5rem;
}
}
.ebr_wy_intro_2l6{
font-size:0.938rem;
line-height:1.6;
color:#7A7470;
}
.ebr_wy_grid_2l6{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.ebr_wy_grid_2l6{
grid-template-columns:1fr 1fr;
}
}
.ebr_wy_card_2l6{
padding:26px;
background:#222019;
border-radius:14px;
border:1px solid rgba(244,238,220,0.07);
min-width:0;
}
.ebr_wy_card_ic_2l6{
justify-content:center;
color:#B8945A;
display:inline-flex;
align-items:center;
margin-bottom:16px;
}
.ebr_wy_card_ic_2l6 svg{
width:26px;
height:1.625rem;
}
.ebr_wy_card_h_2l6{
font-size:21px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:8px;
color:#F2EDE2;
line-height:1.15;
}
.ebr_wy_card_p_2l6{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#7A7470;
}
.ebr_tt_2l6{
padding:3rem 0 0.625rem;
}
@media(min-width:769px){
.ebr_tt_2l6{
padding:60px 0 10px;
}
}
.ebr_tt_head_2l6{
margin-bottom:2.125rem;
text-align:center;
}
.ebr_tt_eyebrow_2l6{
margin-bottom:0.75rem;
}
.ebr_tt_h2_2l6{
color:#F2EDE2;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-size:32px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.ebr_tt_h2_2l6{
font-size:2.625rem;
}
}
.ebr_tt_grid_2l6{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:761px){
.ebr_tt_grid_2l6{
grid-template-columns:repeat(3,1fr);
}
}
.ebr_tt_card_2l6{
background:#222019;
border-radius:14px;
padding:30px;
border:1px solid rgba(244,238,220,0.07);
display:flex;
min-width:0;
flex-direction:column;
}
.ebr_tt_card_ic_2l6{
display:inline-flex;
align-items:center;
color:#B8945A;
margin-bottom:18px;
}
.ebr_tt_card_ic_2l6 svg{
height:1.75rem;
width:28px;
}
.ebr_tt_card_h_2l6{
color:#F2EDE2;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:22px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-weight:600;
}
.ebr_tt_card_p_2l6{
color:#7A7470;
overflow-wrap:break-word;
margin-bottom:14px;
font-size:0.875rem;
line-height:1.6;
}
.ebr_tt_card_p_2l6 b{
color:#F2EDE2;
font-weight:700;
}
.ebr_tt_card_link_2l6{
transition:color .22s ease;
border-bottom:1px solid #B8945A;
margin-top:auto;
padding-bottom:2px;
font-size:13px;
font-weight:700;
align-self:flex-start;
color:#F2EDE2;
}
.ebr_tt_card_link_2l6:hover{
color:#B8945A;
}
.ebr_ts_2l6{
padding:2.75rem 0;
}
.ebr_ts_in_2l6{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:877px){
.ebr_ts_in_2l6{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.ebr_ts_left_2l6{
min-width:0;
}
.ebr_ts_h2_2l6{
margin-bottom:0.75rem;
font-size:26px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F2EDE2;
overflow-wrap:break-word;
font-weight:600;
line-height:1.1;
}
@media(min-width:769px){
.ebr_ts_h2_2l6{
font-size:1.75rem;
}
}
.ebr_ts_text_2l6{
line-height:1.6;
font-size:0.906rem;
color:#9A9488;
margin-bottom:1.375rem;
max-width:520px;
}
.ebr_ts_badges_2l6{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.ebr_ts_badge_2l6{
font-size:0.813rem;
font-weight:600;
color:#9A9488;
}
.ebr_ts_pay_2l6{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:878px){
.ebr_ts_pay_2l6{
justify-content:flex-end;
}
}
.ebr_ts_pay_chip_2l6{
border:1px solid rgba(244,238,220,0.12);
background:rgba(244,238,220,0.06);
border-radius:14px;
padding:0.75rem 1rem;
font-weight:700;
font-size:14px;
color:#F2EDE2;
}
.ebr_rv_2l6{
padding:3rem 0;
background:#222019;
border-top:1px solid rgba(244,238,220,0.07);
border-bottom:1px solid rgba(244,238,220,0.07);
margin-top:24px;
}
@media(min-width:766px){
.ebr_rv_2l6{
padding:56px 0;
}
}
.ebr_rv_head_2l6{
gap:16px;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.ebr_rv_head_2l6{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ebr_rv_eyebrow_2l6{
margin-bottom:0.625rem;
}
.ebr_rv_h2_2l6{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-size:1.875rem;
color:#F2EDE2;
}
@media(min-width:766px){
.ebr_rv_h2_2l6{
font-size:2.375rem;
}
}
.ebr_rv_agg_2l6{
gap:12px;
align-items:center;
display:flex;
}
.ebr_rv_agg_stars_2l6{
gap:3px;
display:flex;
color:#B8945A;
}
.ebr_rv_agg_stars_2l6 svg{
height:18px;
width:1.125rem;
}
.ebr_rv_source_2l6{
color:#7A7470;
font-size:13px;
}
.ebr_rv_grid_2l6{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.ebr_rv_grid_2l6{
grid-template-columns:repeat(3,1fr);
}
}
.ebr_rv_card_2l6{
background:#1A1814;
padding:26px;
border:1px solid rgba(244,238,220,0.07);
border-radius:0.875rem;
min-width:0;
}
.ebr_rv_card_stars_2l6{
gap:2px;
margin-bottom:0.75rem;
color:#B8945A;
display:flex;
}
.ebr_rv_card_stars_2l6 svg{
width:14px;
height:14px;
}
.ebr_rv_card_body_2l6{
overflow-wrap:break-word;
font-size:1.125rem;
line-height:1.45;
font-weight:500;
margin-bottom:16px;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.ebr_rv_card_meta_2l6{
gap:10px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.ebr_rv_card_av_2l6{
background:linear-gradient(135deg,#B8945A,#E2C47A);
flex:0 0 auto;
border-radius:50%;
height:2rem;
width:32px;
}
.ebr_rv_card_author_2l6{
font-size:0.813rem;
font-weight:700;
color:#F2EDE2;
}
.ebr_rv_card_loc_2l6{
font-size:12px;
color:#9A9488;
}
.ebr_hts_2l6{
padding:3rem 0;
}
@media(min-width:765px){
.ebr_hts_2l6{
padding:62px 0;
}
}
.ebr_hts_head_2l6{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:34px;
}
@media(min-width:766px){
.ebr_hts_head_2l6{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ebr_hts_eyebrow_2l6{
margin-bottom:0.75rem;
}
.ebr_hts_h2_2l6{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.875rem;
color:#F2EDE2;
font-weight:600;
line-height:1.05;
}
@media(min-width:771px){
.ebr_hts_h2_2l6{
font-size:38px;
}
}
.ebr_hts_cta_2l6{
padding:0.938rem 30px;
flex:0 0 auto;
border-radius:999px;
transition:opacity .22s ease;
background:#D4AA60;
font-weight:700;
font-size:15px;
color:#16140F;
}
.ebr_hts_cta_2l6:hover{
opacity:.9;
}
.ebr_hts_grid_2l6{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:762px){
.ebr_hts_grid_2l6{
grid-template-columns:repeat(3,1fr);
}
}
.ebr_hts_step_2l6{
min-width:0;
padding-top:22px;
border-top:1px solid rgba(244,238,220,0.12);
}
.ebr_hts_step_num_2l6{
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#D4AA60;
font-size:44px;
margin-bottom:14px;
line-height:1;
}
.ebr_hts_step_h_2l6{
font-weight:700;
overflow-wrap:break-word;
margin-bottom:0.5rem;
color:#F2EDE2;
font-size:19px;
line-height:1.2;
}
.ebr_hts_step_p_2l6{
line-height:1.55;
font-size:0.875rem;
overflow-wrap:break-word;
color:#9A9488;
}
.ebr_et_2l6{
padding:2.25rem 0 10px;
}
.ebr_et_in_2l6{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:882px){
.ebr_et_in_2l6{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.ebr_et_left_2l6{
min-width:0;
}
.ebr_et_eyebrow_2l6{
margin-bottom:12px;
}
.ebr_et_h2_2l6{
line-height:1.06;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:14px;
font-size:1.75rem;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:767px){
.ebr_et_h2_2l6{
font-size:32px;
}
}
.ebr_et_text_2l6{
margin-bottom:1.375rem;
color:#7A7470;
line-height:1.65;
font-size:15px;
}
.ebr_et_stats_2l6{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.ebr_et_stat_2l6{
min-width:0;
}
.ebr_et_stat_v_2l6{
line-height:1;
font-size:26px;
font-weight:700;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.ebr_et_stat_l_2l6{
color:#9A9488;
margin-top:4px;
font-size:12.5px;
}
.ebr_et_right_2l6{
gap:12px;
flex-direction:column;
display:flex;
}
.ebr_et_member_2l6{
gap:16px;
border-radius:14px;
border:1px solid rgba(244,238,220,0.07);
padding:18px 20px;
background:#222019;
align-items:center;
min-width:0;
display:flex;
}
.ebr_et_member_av_2l6{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#1C1A14,#B8945A);
width:48px;
height:3rem;
}
.ebr_et_member_name_2l6{
font-size:15px;
font-weight:700;
overflow-wrap:break-word;
color:#F2EDE2;
}
.ebr_et_member_role_2l6{
overflow-wrap:break-word;
font-size:12.5px;
color:#9A9488;
}
.ebr_et_updated_2l6{
padding:14px 1.125rem;
border-radius:14px;
border:1px solid rgba(244,238,220,0.07);
background:#1A1814;
gap:0.5rem;
color:#7A7470;
align-items:center;
display:flex;
font-size:0.781rem;
}
.ebr_dr_2l6{
padding:2.25rem 0 10px;
}
.ebr_dr_in_2l6{
border:1px dashed rgba(244,238,220,0.13);
gap:1.25rem;
border-radius:0.875rem;
padding:28px 2rem;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.ebr_dr_in_2l6{
gap:32px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.ebr_dr_h2_2l6{
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
color:#F2EDE2;
overflow-wrap:break-word;
font-size:1.5rem;
line-height:1.1;
}
@media(min-width:766px){
.ebr_dr_h2_2l6{
font-size:26px;
}
}
.ebr_dr_text_2l6{
line-height:1.6;
overflow-wrap:break-word;
color:#7A7470;
font-size:14px;
max-width:680px;
}
.ebr_dr_text_2l6 b{
color:#F2EDE2;
font-weight:700;
}
.ebr_dr_cta_2l6{
transition:color .22s ease;
flex:0 0 auto;
padding-bottom:2px;
font-size:0.844rem;
font-weight:700;
border-bottom:1px solid #B8945A;
color:#F2EDE2;
white-space:nowrap;
}
.ebr_dr_cta_2l6:hover{
color:#B8945A;
}
.ebr_op_2l6{
padding:36px 0 10px;
}
.ebr_op_in_2l6{
padding:2rem;
grid-template-columns:1fr;
border-radius:14px;
gap:2rem;
background:#222019;
border:1px solid rgba(244,238,220,0.07);
display:grid;
align-items:center;
}
@media(min-width:861px){
.ebr_op_in_2l6{
gap:44px;
grid-template-columns:.9fr 1.1fr;
padding:34px 40px;
}
}
.ebr_op_left_2l6{
min-width:0;
}
.ebr_op_eyebrow_2l6{
margin-bottom:12px;
}
.ebr_op_h2_2l6{
overflow-wrap:break-word;
color:#F2EDE2;
line-height:1.08;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1.75rem;
margin-bottom:0.625rem;
font-weight:600;
}
@media(min-width:765px){
.ebr_op_h2_2l6{
font-size:1.875rem;
}
}
.ebr_op_text_2l6{
color:#7A7470;
font-size:0.875rem;
line-height:1.6;
}
.ebr_op_grid_2l6{
border:1px solid rgba(244,238,220,0.13);
background:rgba(244,238,220,0.13);
grid-template-columns:1fr 1fr;
gap:1px;
border-radius:8px;
overflow:hidden;
display:grid;
}
.ebr_op_field_2l6{
background:#1A1814;
padding:1.125rem 1.25rem;
min-width:0;
}
.ebr_op_field_lb_2l6{
color:#B8945A;
margin-bottom:0.313rem;
font-size:0.625rem;
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
}
.ebr_op_field_val_2l6{
color:#F2EDE2;
font-weight:700;
font-size:14px;
overflow-wrap:break-word;
}
.ebr_prov_2l6{
padding:2.5rem 0 1.25rem;
}
.ebr_prov_eyebrow_2l6{
display:block;
margin-bottom:1.125rem;
}
.ebr_prov_grid_2l6{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:562px){
.ebr_prov_grid_2l6{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.ebr_prov_grid_2l6{
grid-template-columns:repeat(6,1fr);
}
}
.ebr_el_2l6{
padding:3rem 0;
}
@media(min-width:767px){
.ebr_el_2l6{
padding:3.5rem 0;
}
}
.ebr_el_in_2l6{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:903px){
.ebr_el_in_2l6{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.ebr_el_left_2l6{
min-width:0;
}
.ebr_el_eyebrow_2l6{
margin-bottom:14px;
}
.ebr_el_h2_2l6{
color:#F2EDE2;
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.375rem;
line-height:1.08;
}
@media(min-width:768px){
.ebr_el_h2_2l6{
font-size:38px;
}
}
.ebr_el_body_2l6 p{
font-size:16px;
line-height:1.7;
color:#C8C2B2;
margin-bottom:18px;
overflow-wrap:break-word;
}
.ebr_el_dropcap_2l6{
padding:0.375rem 12px 0 0;
font-weight:700;
line-height:.8;
color:#B8945A;
float:left;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:3.875rem;
}
.ebr_el_right_2l6{
min-width:0;
}
.ebr_el_quote_2l6{
padding:2.25rem;
background:linear-gradient(150deg,#1C1A14,#0A0908);
border-radius:20px;
position:relative;
color:#F2EDE2;
margin-bottom:1.5rem;
}
.ebr_el_quote_mark_2l6{
margin-bottom:6px;
align-items:center;
color:#D4AA60;
display:inline-flex;
}
.ebr_el_quote_mark_2l6 svg{
width:34px;
height:34px;
}
.ebr_el_quote_text_2l6{
overflow-wrap:break-word;
color:#F2EDE2;
line-height:1.4;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:22px;
font-size:22px;
font-weight:500;
}
.ebr_el_quote_meta_2l6{
gap:0.75rem;
display:flex;
align-items:center;
}
.ebr_el_quote_av_2l6{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#B8945A,#E2C47A);
height:2.375rem;
width:2.375rem;
}
.ebr_el_quote_author_2l6{
font-weight:700;
font-size:0.875rem;
color:#F2EDE2;
}
.ebr_el_quote_meta_sub_2l6{
font-size:0.75rem;
color:#9A9488;
}
.ebr_el_explain_2l6{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(244,238,220,0.07);
}
.ebr_el_explain_card_2l6{
padding:22px 1.5rem;
}
.ebr_el_explain_card_2l6+.ebr_el_explain_card_2l6{
border-top:1px solid rgba(244,238,220,0.07);
}
.ebr_el_explain_h_2l6{
font-weight:600;
margin-bottom:8px;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-size:1.25rem;
overflow-wrap:break-word;
}
.ebr_el_explain_p_2l6{
color:#7A7470;
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
}
.ebr_faq_2l6{
padding:3rem 0;
background:#222019;
margin-top:1.5rem;
border-top:1px solid rgba(244,238,220,0.07);
border-bottom:1px solid rgba(244,238,220,0.07);
}
@media(min-width:766px){
.ebr_faq_2l6{
padding:62px 0;
}
}
.ebr_faq_head_2l6{
margin-bottom:2.125rem;
text-align:center;
}
.ebr_faq_eyebrow_2l6{
margin-bottom:12px;
}
.ebr_faq_h2_2l6{
font-size:2rem;
line-height:1.05;
overflow-wrap:break-word;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:767px){
.ebr_faq_h2_2l6{
font-size:38px;
}
}
.ebr_faq_list_2l6{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
max-width:820px;
display:flex;
}
.ebr_faq_item_2l6{
border-radius:14px;
background:#1A1814;
overflow:hidden;
border:1px solid rgba(244,238,220,0.07);
}
.ebr_faq_q_2l6{
list-style:none;
gap:20px;
padding:1.25rem 1.5rem;
justify-content:space-between;
font-weight:700;
align-items:center;
color:#F2EDE2;
cursor:pointer;
overflow-wrap:break-word;
display:flex;
font-size:1rem;
}
.ebr_faq_q_2l6::-webkit-details-marker{
display:none;
}
.ebr_faq_q_ic_2l6{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#B8945A;
display:inline-flex;
}
.ebr_faq_q_ic_2l6 svg{
height:18px;
width:18px;
}
.ebr_faq_item_2l6[open] .ebr_faq_q_ic_2l6{
transform:rotate(180deg);
}
.ebr_faq_a_2l6{
padding:0 24px 1.25rem;
line-height:1.6;
color:#7A7470;
font-size:14.5px;
overflow-wrap:break-word;
}
.ebr_sg_2l6{
padding:3rem 0 10px;
}
.ebr_sg_eyebrow_2l6{
display:block;
margin-bottom:12px;
}
.ebr_sg_h2_2l6{
margin-bottom:1.75rem;
overflow-wrap:break-word;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:1.875rem;
font-weight:600;
}
@media(min-width:767px){
.ebr_sg_h2_2l6{
font-size:2.25rem;
}
}
.ebr_sg_grid_2l6{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.ebr_sg_grid_2l6{
grid-template-columns:repeat(3,1fr);
}
}
.ebr_sg_col_2l6{
min-width:0;
}
.ebr_sg_col_h_2l6{
overflow-wrap:break-word;
margin-bottom:0.625rem;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:22px;
font-weight:600;
line-height:1.15;
}
.ebr_sg_col_p_2l6{
line-height:1.65;
color:#7A7470;
overflow-wrap:break-word;
font-size:0.875rem;
}
.ebr_sb_2l6{
background:#222019;
padding:3rem 0;
border-top:1px solid rgba(244,238,220,0.07);
border-bottom:1px solid rgba(244,238,220,0.07);
margin-top:24px;
}
@media(min-width:766px){
.ebr_sb_2l6{
padding:3.5rem 0;
}
}
.ebr_sb_eyebrow_2l6{
display:block;
margin-bottom:12px;
}
.ebr_sb_h2_2l6{
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:1.875rem;
line-height:1.05;
color:#F2EDE2;
margin-bottom:1.625rem;
}
@media(min-width:767px){
.ebr_sb_h2_2l6{
font-size:36px;
}
}
.ebr_sb_grid_2l6{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.ebr_sb_grid_2l6{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.ebr_sb_grid_2l6{
grid-template-columns:repeat(4,1fr);
}
}
.ebr_sb_card_2l6{
padding:24px;
background:#1A1814;
border:1px solid rgba(244,238,220,0.07);
border-radius:14px;
min-width:0;
}
.ebr_sb_card_h_2l6{
font-size:19px;
line-height:1.15;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.ebr_sb_card_p_2l6{
font-size:13.5px;
overflow-wrap:break-word;
color:#7A7470;
line-height:1.6;
}
.ebr_sb_rtp_2l6{
gap:1.5rem;
border-radius:14px;
background:#1A1814;
border:1px solid rgba(244,238,220,0.07);
grid-template-columns:1fr;
padding:1.625rem 28px;
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:761px){
.ebr_sb_rtp_2l6{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.ebr_sb_rtp_h_2l6{
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
font-size:1.25rem;
color:#F2EDE2;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.ebr_sb_rtp_p_2l6{
font-size:13.5px;
color:#7A7470;
overflow-wrap:break-word;
line-height:1.6;
}
.ebr_sb_rtp_stats_2l6{
gap:16px;
display:flex;
}
.ebr_sb_stat_2l6{
background:#222019;
padding:18px;
border-radius:0.5rem;
flex:1 1 0;
min-width:0;
text-align:center;
}
.ebr_sb_stat_v_2l6{
color:#4E9E6A;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
overflow-wrap:break-word;
font-size:1.625rem;
}
.ebr_sb_stat_l_2l6{
font-size:0.719rem;
margin-top:4px;
color:#9A9488;
}
.ebr_lh_2l6{
padding:2.5rem 0 20px;
}
.ebr_lh_in_2l6{
border-top:1px solid rgba(244,238,220,0.13);
padding-top:2.125rem;
}
.ebr_lh_eyebrow_2l6{
margin-bottom:22px;
display:block;
}
.ebr_lh_grid_2l6{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:597px){
.ebr_lh_grid_2l6{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.ebr_lh_grid_2l6{
grid-template-columns:repeat(5,1fr);
}
}
.ebr_lh_col_2l6{
min-width:0;
}
.ebr_lh_col_h_2l6{
overflow-wrap:break-word;
font-weight:700;
margin-bottom:0.75rem;
color:#F2EDE2;
font-size:13px;
}
.ebr_lh_links_2l6{
gap:8px;
flex-direction:column;
display:flex;
}
.ebr_lh_link_2l6{
transition:color .22s ease;
overflow-wrap:break-word;
color:#7A7470;
font-size:0.813rem;
}
.ebr_lh_link_2l6:hover{
color:#B8945A;
}
.ebr_ft_2l6{
background:#111009;
margin-top:2.5rem;
color:#9A9488;
}
.ebr_ft_in_2l6{
gap:2rem;
grid-template-columns:1fr;
padding:48px 0 1.75rem;
display:grid;
}
@media(min-width:602px){
.ebr_ft_in_2l6{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.ebr_ft_in_2l6{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.ebr_ft_brand_2l6{
min-width:0;
}
.ebr_ft_logo_2l6{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:26px;
color:#F2EDE2;
font-weight:700;
}
.ebr_ft_tagline_2l6{
max-width:280px;
margin-top:0.875rem;
font-size:0.844rem;
color:#9A9488;
line-height:1.6;
}
.ebr_ft_contact_2l6{
transition:color .22s ease;
font-size:0.813rem;
display:inline-block;
overflow-wrap:anywhere;
margin-top:0.75rem;
max-width:17.5rem;
color:#D4AA60;
}
.ebr_ft_contact_2l6:hover{
color:#F2EDE2;
}
.ebr_ft_col_2l6{
min-width:0;
}
.ebr_ft_col_h_2l6{
margin-bottom:0.875rem;
letter-spacing:.08em;
overflow-wrap:break-word;
font-weight:700;
color:#F2EDE2;
text-transform:uppercase;
font-size:0.813rem;
}
.ebr_ft_col_links_2l6{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.ebr_ft_link_2l6{
transition:color .22s ease;
font-size:13.5px;
color:#9A9488;
overflow-wrap:break-word;
}
.ebr_ft_link_2l6:hover{
color:#F2EDE2;
}
.ebr_ft_bot_2l6{
padding:22px 0 2.5rem;
gap:16px;
border-top:1px solid rgba(244,238,220,0.12);
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.ebr_ft_bot_2l6{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.ebr_ft_legal_2l6{
color:#4E4A46;
font-size:11.5px;
overflow-wrap:break-word;
line-height:1.6;
max-width:760px;
}
.ebr_ft_legal_2l6 b{
color:#9A9488;
font-weight:700;
}
.ebr_ft_age_2l6{
padding:4px 9px;
border-radius:0.5rem;
flex:0 0 auto;
border:1.5px solid #D4AA60;
font-size:13px;
font-weight:700;
color:#D4AA60;
}