*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2EE;
text-rendering:optimizeLegibility;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#2E2B24;
font-size:0.938rem;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.50);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.xcelayout_etw{
display:flex;
min-height:100vh;
flex-direction:column;
}
.xcemain_etw{
flex:1 1 auto;
width:100%;
min-width:0;
}
.xcecontainer_etw{
padding:0 16px;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:767px){
.xcecontainer_etw{
padding:0 2rem;
}
}
@media(min-width:1097px){
.xcecontainer_etw{
padding:0 3.5rem;
}
}
.xceeyebrow_etw{
font-size:11px;
font-weight:600;
font-family:"Rubik", 'Helvetica Neue', Arial, sans-serif;
color:#9E7B3A;
text-transform:uppercase;
display:inline-block;
overflow-wrap:break-word;
letter-spacing:.2em;
line-height:1.4;
}
.xceband_etw{
background:#1A1815;
color:#F5F0E6;
}
.xceband_etw .xceeyebrow_etw{
color:#C4A262;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.xcetb_etw{
background:#F5F2EE;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(20,18,12,0.15);
}
.xcetb_in_etw{
padding:0.75rem 16px;
gap:1rem;
margin:0 auto;
align-items:center;
width:100%;
display:flex;
max-width:1400px;
justify-content:space-between;
}
@media(min-width:771px){
.xcetb_in_etw{
padding:16px 32px;
}
}
@media(min-width:1103px){
.xcetb_in_etw{
padding:18px 56px;
}
}
.xcetb_left_etw{
gap:28px;
align-items:center;
min-width:0;
display:flex;
}
.xcetb_logo_etw{
gap:11px;
align-items:center;
display:flex;
min-width:0;
}
.xcetb_logo_mark_etw{
border-radius:0.5rem;
flex:0 0 auto;
height:34px;
width:2.125rem;
object-fit:cover;
}
.xcetb_logo_txt_etw{
flex-direction:column;
min-width:0;
display:flex;
line-height:1;
}
.xcetb_logo_name_etw{
overflow:hidden;
text-overflow:ellipsis;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
white-space:nowrap;
letter-spacing:.02em;
font-weight:700;
font-size:1.375rem;
}
.xcetb_logo_sub_etw{
overflow:hidden;
letter-spacing:.32em;
font-size:0.531rem;
margin-top:0.25rem;
text-transform:uppercase;
font-weight:600;
white-space:nowrap;
color:#9E7B3A;
text-overflow:ellipsis;
}
.xcetb_nav_etw{
display:none;
}
@media(min-width:962px){
.xcetb_nav_etw{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.xcetb_nav_item_etw{
transition:color .2s ease,border-color .2s ease;
padding-bottom:3px;
white-space:nowrap;
border-bottom:2px solid transparent;
font-size:0.875rem;
color:#2E2B24;
font-weight:600;
}
.xcetb_nav_item_etw:hover{
color:#18160F;
}
.xcetb_nav_item_etw.xcestate_active_etw{
border-color:#9E7B3A;
color:#18160F;
}
.xcetb_right_etw{
flex:0 0 auto;
gap:0.875rem;
display:flex;
align-items:center;
}
.xcetb_search_etw{
transition:color .2s ease;
color:#2E2B24;
align-items:center;
justify-content:center;
display:flex;
}
.xcetb_search_etw:hover{
color:#9E7B3A;
}
.xcetb_search_etw svg{
width:1.125rem;
height:1.125rem;
}
.xcetb_lang_etw{
text-transform:uppercase;
color:#6B6559;
font-weight:600;
letter-spacing:.1em;
font-size:0.688rem;
}
.xcetb_lang_etw:hover{
color:#18160F;
}
.xcetb_login_etw{
color:#18160F;
font-size:14px;
display:none;
font-weight:600;
}
@media(min-width:769px){
.xcetb_login_etw{
display:inline-block;
}
}
.xcetb_register_etw{
background:#18160F;
transition:background-color .2s ease;
padding:0.688rem 1.375rem;
border-radius:999px;
font-size:0.875rem;
font-weight:700;
color:#F5F0E6;
white-space:nowrap;
}
.xcetb_register_etw:hover{
background:#2E2B24;
}
.xcemob_etw{
background:#F5F2EE;
bottom:0;
left:0;
z-index:60;
right:0;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(20,18,12,0.15);
position:fixed;
}
@media(min-width:960px){
.xcemob_etw{
display:none;
}
}
.xcemob_in_etw{
margin:0 auto;
display:flex;
align-items:stretch;
max-width:560px;
justify-content:space-around;
}
.xcemob_item_etw{
padding:9px 4px;
gap:3px;
transition:color .2s ease;
flex:1 1 0;
align-items:center;
color:#6B6559;
min-width:0;
display:flex;
flex-direction:column;
}
.xcemob_item_etw.xcestate_active_etw{
color:#9E7B3A;
}
.xcemob_ic_etw{
align-items:center;
display:flex;
justify-content:center;
}
.xcemob_ic_etw svg{
width:1.25rem;
height:20px;
}
.xcemob_lb_etw{
overflow:hidden;
white-space:nowrap;
font-size:0.625rem;
max-width:100%;
font-weight:600;
text-overflow:ellipsis;
}
@media(max-width:956px){
body{
padding-bottom:60px;
}
}
.xcerail_etw{
position:relative;
min-width:0;
}
.xcerail_scroll_etw{
gap:0.875rem;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
overflow-x:auto;
padding-bottom:14px;
display:flex;
}
@media(min-width:765px){
.xcerail_scroll_etw{
gap:18px;
}
}
.xcegc_etw{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:769px){
.xcegc_etw{
width:188px;
}
}
.xcegc_img_etw{
overflow:hidden;
border-radius:14px;
background:#FDFCFA;
position:relative;
box-shadow:0 2px 0.375rem rgba(20,16,8,0.07), 0 8px 1.25rem rgba(20,16,8,0.06);
padding-bottom:133.33%;
}
.xcegc_img_etw img{
inset:0;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
}
.xcegc_cover_etw{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
pointer-events:none;
position:absolute;
}
.xcegc_hover_etw{
transition:opacity .2s ease;
background:rgba(0,0,0,0.50);
inset:0;
align-items:center;
display:flex;
justify-content:center;
position:absolute;
opacity:0;
}
.xcegc_etw:hover .xcegc_hover_etw{
opacity:1;
}
.xcegc_hover_btn_etw{
background:#18160F;
border-radius:999px;
height:2.875rem;
width:2.875rem;
align-items:center;
justify-content:center;
color:#F5F0E6;
display:flex;
}
.xcegc_hover_btn_etw svg{
width:18px;
height:1.125rem;
}
.xcegc_info_etw{
gap:2px;
flex-direction:column;
display:flex;
margin-top:9px;
min-width:0;
}
.xcegc_name_etw{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
font-size:0.813rem;
white-space:nowrap;
color:#18160F;
}
.xcegc_prov_etw{
overflow:hidden;
color:#6B6559;
text-overflow:ellipsis;
font-size:11px;
white-space:nowrap;
}
.xcegc_meta_etw{
color:#6B6559;
font-size:0.688rem;
}
.xcetc_etw{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:769px){
.xcetc_etw{
width:230px;
}
}
.xcetc_img_etw{
overflow:hidden;
border-radius:14px;
background:#FDFCFA;
box-shadow:0 2px 0.375rem rgba(20,16,8,0.07), 0 0.5rem 20px rgba(20,16,8,0.06);
padding-bottom:75%;
position:relative;
}
.xcetc_img_etw img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.xcetc_info_etw{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:9px;
display:flex;
}
.xcetc_name_etw{
overflow:hidden;
font-weight:700;
font-size:14px;
color:#18160F;
white-space:nowrap;
text-overflow:ellipsis;
}
.xcetc_rtp_etw{
font-size:0.688rem;
color:#6B6559;
}
.xcelc_etw{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:766px){
.xcelc_etw{
width:16.75rem;
}
}
.xcelc_img_etw{
background:#FDFCFA;
overflow:hidden;
border-radius:14px;
box-shadow:0 2px 6px rgba(20,16,8,0.07), 0 0.5rem 1.25rem rgba(20,16,8,0.06);
padding-bottom:62.5%;
position:relative;
}
.xcelc_img_etw img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.xcelc_live_etw{
border-radius:62.438rem;
background:rgba(0,0,0,0.50);
padding:0.25rem 0.563rem;
gap:0.438rem;
left:12px;
position:absolute;
align-items:center;
top:0.75rem;
display:flex;
}
.xcelc_live_dot_etw{
background:#C0392B;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
height:8px;
width:8px;
}
.xcelc_seats_etw{
color:#F5F0E6;
font-weight:600;
font-size:10px;
letter-spacing:.08em;
text-transform:uppercase;
}
.xcelc_info_etw{
gap:2px;
min-width:0;
flex-direction:column;
margin-top:9px;
display:flex;
}
.xcelc_name_etw{
overflow:hidden;
font-size:15px;
white-space:nowrap;
color:#18160F;
text-overflow:ellipsis;
font-weight:700;
}
.xcelc_bet_etw{
font-size:11px;
color:#6B6559;
}
.xcepc_etw{
padding:1rem 0.875rem;
background:#FDFCFA;
gap:8px;
border:1px solid rgba(20,18,12,0.08);
border-radius:14px;
justify-content:center;
flex-direction:column;
min-height:4.625rem;
min-width:0;
align-items:center;
display:flex;
}
.xcepc_logo_etw{
flex:0 0 auto;
object-fit:contain;
width:auto;
height:1.75rem;
max-width:100%;
}
.xcepc_name_etw{
overflow:hidden;
white-space:nowrap;
max-width:100%;
font-size:11px;
text-align:center;
color:#6B6559;
text-overflow:ellipsis;
}
.xcegc_tag_etw{
padding:3px 0.5rem;
border-radius:0.5rem;
letter-spacing:.06em;
position:absolute;
text-transform:uppercase;
font-weight:700;
left:0.625rem;
font-size:10px;
top:10px;
z-index:2;
display:inline-block;
}
.xcegc_tag_hot_etw{
background:#C0392B;
color:#F5F0E6;
}
.xcegc_tag_new_etw{
background:#C4A262;
color:#18160F;
}
.xcegc_tag_jp_etw{
background:#B8890A;
color:#18160F;
}
.xcegc_tag_live_etw{
background:#C0392B;
color:#F5F0E6;
}
.xcesh_etw{
min-width:0;
margin-bottom:18px;
}
.xcesh_row_etw{
gap:1rem;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
}
.xcesh_row_etw .xcesh_l_etw{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.xcesh_stack_etw{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.xcesh_center_etw{
gap:0.625rem;
display:flex;
text-align:center;
align-items:center;
flex-direction:column;
}
.xcesh_h2_etw{
line-height:1.1;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
font-weight:600;
color:#18160F;
}
@media(min-width:771px){
.xcesh_h2_etw{
font-size:1.875rem;
}
}
.xceband_etw .xcesh_h2_etw{
color:#F5F0E6;
}
.xcesh_eb_line_etw{
gap:10px;
align-items:center;
display:inline-flex;
}
.xcesh_eb_line_etw::before{
background:#9E7B3A;
content:"";
display:inline-block;
width:1.75rem;
height:1px;
}
.xceband_etw .xcesh_eb_line_etw::before{
background:#C4A262;
}
.xcesh_eb_dot_etw{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.xcesh_eb_dot_etw::before{
background:#9E7B3A;
border-radius:50%;
content:"";
width:6px;
height:0.375rem;
display:inline-block;
}
.xceband_etw .xcesh_eb_dot_etw::before{
background:#C4A262;
}
.xcesh_link_etw{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:6px;
align-items:center;
display:inline-flex;
font-weight:600;
padding-bottom:2px;
white-space:nowrap;
border-bottom:1px solid #18160F;
font-size:13px;
color:#18160F;
}
.xcesh_link_etw:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.xcesh_link_etw svg{
width:0.875rem;
height:14px;
}
.xcesh_link_chev_etw{
padding-bottom:0;
border-bottom:0;
}
.xcesh_link_btn_etw{
padding:0.563rem 1.125rem;
border-radius:62.438rem;
background:#18160F;
color:#F5F0E6;
border-bottom:0;
}
.xcesh_link_btn_etw:hover{
border-color:transparent;
background:#2E2B24;
color:#F5F0E6;
}
.xceband_etw .xcesh_link_etw{
border-color:#F5F0E6;
color:#F5F0E6;
}
.xceband_etw .xcesh_link_btn_etw{
background:#C4A262;
color:#18160F;
}
.xcesh_rule_etw{
margin:-2px 0 1.125rem;
background:rgba(20,18,12,0.15);
height:1px;
}
.xceband_etw .xcesh_rule_etw{
background:rgba(255,251,242,0.12);
}
.xcehero_etw{
padding:2rem 0 0.5rem;
}
@media(min-width:769px){
.xcehero_etw{
padding:3.5rem 0 24px;
}
}
.xcehero_in_etw{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:902px){
.xcehero_in_etw{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.xcehero_copy_etw{
min-width:0;
}
.xcehero_eyebrow_etw{
gap:10px;
display:inline-flex;
align-items:center;
margin-bottom:22px;
}
.xcehero_eyebrow_line_etw{
background:#9E7B3A;
flex:0 0 auto;
width:1.75rem;
height:1px;
display:inline-block;
}
.xcehero_h1_etw{
margin-bottom:1.25rem;
letter-spacing:-.01em;
font-weight:600;
line-height:1.04;
overflow-wrap:break-word;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:38px;
}
@media(min-width:769px){
.xcehero_h1_etw{
font-size:54px;
}
}
@media(min-width:1102px){
.xcehero_h1_etw{
font-size:62px;
}
}
.xcehero_h1_etw em{
color:#9E7B3A;
font-style:normal;
}
.xcehero_sub_etw{
margin-bottom:30px;
line-height:1.6;
color:#857E71;
max-width:30rem;
font-size:16px;
}
@media(min-width:767px){
.xcehero_sub_etw{
font-size:18px;
}
}
.xcehero_actions_etw{
gap:14px;
margin-bottom:2.125rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.xcehero_cta_etw{
transition:background-color .2s ease;
padding:1rem 1.875rem;
border-radius:62.438rem;
gap:0.625rem;
background:#18160F;
color:#F5F0E6;
align-items:center;
display:inline-flex;
font-size:0.938rem;
font-weight:700;
}
.xcehero_cta_etw:hover{
background:#2E2B24;
}
.xcehero_cta_ic_etw{
align-items:center;
display:inline-flex;
}
.xcehero_cta_ic_etw svg{
width:16px;
height:16px;
}
.xcehero_cta_alt_etw{
transition:border-color .2s ease,color .2s ease;
border:1px solid rgba(20,18,12,0.15);
padding:0.938rem 1.625rem;
background:transparent;
border-radius:999px;
color:#18160F;
font-size:0.938rem;
font-weight:600;
align-items:center;
display:inline-flex;
}
.xcehero_cta_alt_etw:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.xcehero_trust_etw{
gap:1.375rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.xcehero_trust_item_etw{
gap:9px;
color:#2E2B24;
font-size:0.813rem;
align-items:center;
font-weight:600;
display:flex;
}
.xcehero_trust_ic_etw{
color:#9E7B3A;
display:inline-flex;
align-items:center;
}
.xcehero_trust_ic_etw svg{
width:1rem;
height:16px;
}
.xcehero_promo_etw{
background:#FDFCFA;
overflow:hidden;
border-radius:20px;
display:flex;
box-shadow:0 12px 3rem rgba(20,16,8,0.14), 0 3px 10px rgba(20,16,8,0.08);
min-height:300px;
position:relative;
}
.xcehero_promo_bg_etw{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.xcehero_promo_bg_etw::after{
background:linear-gradient(120deg,#1A1815 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.xcehero_promo_glow_etw{
background:radial-gradient(circle,rgba(196,162,98,0.13) 0%,transparent 65%);
border-radius:50%;
top:-40px;
right:-20px;
position:absolute;
pointer-events:none;
height:16.25rem;
width:16.25rem;
}
.xcehero_promo_ct_etw{
padding:28px;
z-index:2;
max-width:88%;
align-self:flex-end;
position:relative;
}
.xcehero_promo_label_etw{
display:block;
color:#C4A262;
font-weight:700;
font-size:10px;
letter-spacing:.25em;
margin-bottom:8px;
text-transform:uppercase;
}
.xcehero_promo_amount_etw{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5F0E6;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
font-size:32px;
}
@media(min-width:767px){
.xcehero_promo_amount_etw{
font-size:40px;
}
}
.xcehero_promo_amount_etw em{
font-style:normal;
color:#C4A262;
}
.xcehero_rating_etw{
gap:0.625rem;
padding:10px 14px;
border:1px solid rgba(20,18,12,0.08);
border-radius:14px;
background:#FDFCFA;
position:absolute;
right:0.875rem;
z-index:3;
max-width:min(260px,62%);
top:0.875rem;
box-shadow:0 2px 0.375rem rgba(20,16,8,0.07), 0 8px 1.25rem rgba(20,16,8,0.06);
display:flex;
align-items:center;
}
.xcehero_rating_score_etw{
flex:0 0 auto;
font-weight:700;
color:#18160F;
font-size:24px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.xcehero_rating_txt_etw{
flex:1 1 auto;
min-width:0;
}
.xcehero_rating_stars_etw{
gap:2px;
display:flex;
color:#9E7B3A;
}
.xcehero_rating_stars_etw svg{
height:12px;
width:0.75rem;
}
.xcehero_rating_cap_etw{
line-height:1.35;
display:block;
margin-top:3px;
font-size:0.688rem;
color:#6B6559;
overflow-wrap:break-word;
}
.xcestat_etw{
border-bottom:1px solid rgba(20,18,12,0.15);
margin-top:1rem;
border-top:1px solid rgba(20,18,12,0.15);
}
.xcestat_in_etw{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:765px){
.xcestat_in_etw{
grid-template-columns:repeat(4,1fr);
}
}
.xcestat_item_etw{
padding:22px 14px;
border-bottom:1px solid rgba(20,18,12,0.08);
min-width:0;
border-right:1px solid rgba(20,18,12,0.08);
}
.xcestat_item_etw:nth-child(2n){
border-right:0;
}
.xcestat_item_etw:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.xcestat_item_etw{
border-bottom:0;
}
.xcestat_item_etw:nth-child(2n){
border-right:1px solid rgba(20,18,12,0.08);
}
.xcestat_item_etw:nth-child(4n){
border-right:0;
}
}
.xcestat_value_etw{
font-weight:700;
overflow-wrap:break-word;
line-height:1;
font-size:30px;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.xcestat_value_etw{
font-size:2.125rem;
}
}
.xcestat_label_etw{
margin-top:6px;
line-height:1.4;
color:#6B6559;
overflow-wrap:break-word;
font-size:0.813rem;
}
.xcegrow_etw{
padding:1.625rem 0 0.625rem;
}
.xcerow_seo_etw{
margin:10px 0 0;
color:#857E71;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
}
.xcerow_seo_etw strong{
color:#18160F;
font-weight:700;
}
.xcepr_etw{
padding:30px 0 0.375rem;
}
.xcepr_card_etw{
flex:0 0 auto;
overflow:hidden;
border-radius:20px;
gap:0.625rem;
background:#FDFCFA;
border:1px solid rgba(20,18,12,0.08);
padding:26px;
flex-direction:column;
min-height:12.5rem;
width:17.5rem;
display:flex;
position:relative;
}
@media(min-width:769px){
.xcepr_card_etw{
width:300px;
}
}
.xcepr_card_feat_etw{
border-color:transparent;
background:linear-gradient(150deg,#231F1B,#100F0D);
color:#F5F0E6;
}
.xcepr_glow_etw{
background:radial-gradient(circle,rgba(196,162,98,0.13),transparent 70%);
border-radius:50%;
height:8.125rem;
pointer-events:none;
right:-1.875rem;
top:-1.875rem;
position:absolute;
width:8.125rem;
opacity:0;
}
.xcepr_card_feat_etw .xcepr_glow_etw{
opacity:1;
}
.xcepr_label_etw{
text-transform:uppercase;
color:#9E7B3A;
font-size:0.625rem;
letter-spacing:.16em;
position:relative;
font-weight:700;
}
.xcepr_card_feat_etw .xcepr_label_etw{
color:#C4A262;
}
.xcepr_amount_etw{
font-size:26px;
overflow-wrap:break-word;
line-height:1.08;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
position:relative;
font-weight:600;
}
.xcepr_card_feat_etw .xcepr_amount_etw{
color:#F5F0E6;
}
.xcepr_amount_etw em{
font-style:normal;
color:#9E7B3A;
}
.xcepr_card_feat_etw .xcepr_amount_etw em{
color:#C4A262;
}
.xcepr_terms_etw{
position:relative;
color:#6B6559;
line-height:1.5;
font-size:0.813rem;
}
.xcepr_card_feat_etw .xcepr_terms_etw{
color:#ABA398;
}
.xcepr_cta_etw{
align-self:flex-start;
margin-top:auto;
position:relative;
}
.xcepr_card_feat_etw .xcepr_cta_etw{
border-radius:999px;
background:#C4A262;
transition:opacity .2s ease;
padding:0.563rem 1.125rem;
color:#18160F;
font-weight:700;
font-size:13px;
}
.xcepr_card_feat_etw .xcepr_cta_etw:hover{
opacity:.9;
}
.xcepr_card_etw:not(.xcepr_card_feat_etw) .xcepr_cta_etw{
transition:color .2s ease,border-color .2s ease;
border-bottom:1px solid #18160F;
color:#18160F;
font-weight:700;
font-size:0.813rem;
padding-bottom:2px;
}
.xcepr_card_etw:not(.xcepr_card_feat_etw) .xcepr_cta_etw:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.xcegrow_etw{
padding:26px 0 10px;
}
.xcerow_seo_etw{
margin:0.625rem 0 0;
line-height:1.65;
font-size:0.875rem;
color:#857E71;
overflow-wrap:break-word;
max-width:47.5rem;
}
.xcerow_seo_etw strong{
font-weight:700;
color:#18160F;
}
.xcegrow_etw{
padding:1.625rem 0 10px;
}
.xcerow_seo_etw{
margin:10px 0 0;
color:#857E71;
max-width:47.5rem;
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.65;
}
.xcerow_seo_etw strong{
color:#18160F;
font-weight:700;
}
.xcejp_etw{
padding:1.875rem 0 10px;
}
.xcejp_grid_etw{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:769px){
.xcejp_grid_etw{
grid-template-columns:1fr 1fr;
}
.xcejp_card_mega_etw{
grid-column:1/-1;
}
}
@media(min-width:999px){
.xcejp_grid_etw{
grid-template-columns:1.4fr 1fr 1fr;
}
.xcejp_card_mega_etw{
grid-column:auto;
}
}
.xcejp_card_etw{
background:#FDFCFA;
gap:12px;
overflow:hidden;
border:1px solid rgba(20,18,12,0.08);
border-radius:20px;
padding:26px;
min-height:200px;
min-width:0;
position:relative;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.xcejp_card_mega_etw{
border-color:transparent;
background:linear-gradient(135deg,#231F1B,#100F0D);
color:#F5F0E6;
min-height:13.125rem;
}
.xcejp_glow_etw{
background:radial-gradient(circle,rgba(196,162,98,0.13),transparent 70%);
border-radius:50%;
position:absolute;
height:200px;
width:12.5rem;
top:-40px;
right:-2.5rem;
pointer-events:none;
}
.xcejp_label_etw{
gap:10px;
font-weight:700;
justify-content:space-between;
align-items:center;
font-size:0.625rem;
flex-wrap:wrap;
display:flex;
text-transform:uppercase;
letter-spacing:.16em;
position:relative;
color:#9E7B3A;
}
.xcejp_card_mega_etw .xcejp_label_etw{
color:#C4A262;
}
.xcejp_drop_etw{
font-weight:600;
text-transform:none;
color:#6B6559;
letter-spacing:.04em;
}
.xcejp_card_mega_etw .xcejp_drop_etw{
color:#ABA398;
}
.xcejp_amount_etw{
font-size:2.375rem;
position:relative;
line-height:1;
font-weight:700;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.xcejp_card_mega_etw .xcejp_amount_etw{
animation:zm2-pulse 2.4s infinite;
color:#C4A262;
font-size:48px;
}
@media(min-width:769px){
.xcejp_card_mega_etw .xcejp_amount_etw{
font-size:3.375rem;
}
}
.xcejp_game_etw{
position:relative;
font-size:13px;
color:#6B6559;
}
.xcejp_card_mega_etw .xcejp_game_etw{
color:#ABA398;
}
.xcejp_cta_etw{
align-self:flex-start;
position:relative;
}
.xcejp_card_mega_etw .xcejp_cta_etw{
padding:10px 20px;
transition:opacity .2s ease;
background:#C4A262;
border-radius:62.438rem;
font-size:0.813rem;
font-weight:700;
color:#18160F;
}
.xcejp_card_mega_etw .xcejp_cta_etw:hover{
opacity:.9;
}
.xcejp_card_etw:not(.xcejp_card_mega_etw) .xcejp_cta_etw{
transition:color .2s ease,border-color .2s ease;
color:#18160F;
font-size:0.813rem;
padding-bottom:2px;
border-bottom:1px solid #18160F;
font-weight:700;
}
.xcejp_card_etw:not(.xcejp_card_mega_etw) .xcejp_cta_etw:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.xcejp_seo_etw{
margin:0.875rem 0 0;
font-size:14px;
color:#857E71;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
}
.xcejp_seo_etw strong{
color:#18160F;
font-weight:700;
}
.xcegf_etw{
padding:24px 0 0.375rem;
}
.xcegf_in_etw{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.xcegf_chip_etw{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
border-radius:999px;
border:1px solid rgba(20,18,12,0.15);
padding:0.625rem 18px;
background:#FDFCFA;
white-space:nowrap;
font-weight:600;
color:#2E2B24;
font-size:0.813rem;
}
.xcegf_chip_etw:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.xcegf_chip_etw.xcestate_active_etw{
background:#18160F;
border-color:transparent;
color:#F5F0E6;
}
.xcesea_etw{
padding:24px 0 0.625rem;
}
.xcesea_in_etw{
padding:36px;
overflow:hidden;
background:linear-gradient(115deg,#231F1B,#100F0D);
border-radius:20px;
gap:22px;
position:relative;
display:flex;
flex-direction:column;
color:#F5F0E6;
}
@media(min-width:818px){
.xcesea_in_etw{
gap:2rem;
padding:2.75rem 3rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.xcesea_glow_etw{
border-radius:50%;
background:radial-gradient(circle,rgba(196,162,98,0.13),transparent 68%);
height:15rem;
top:50%;
width:15rem;
position:absolute;
transform:translateY(-50%);
right:60px;
pointer-events:none;
}
.xcesea_copy_etw{
position:relative;
max-width:560px;
min-width:0;
}
.xcesea_eyebrow_etw{
margin-bottom:0.75rem;
}
.xcesea_h2_etw{
margin-bottom:12px;
line-height:1.04;
color:#F5F0E6;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.xcesea_h2_etw{
font-size:2.375rem;
}
}
.xcesea_text_etw{
line-height:1.6;
color:#ABA398;
font-size:15px;
}
.xcesea_cta_etw{
background:#C4A262;
border-radius:999px;
transition:opacity .2s ease;
padding:16px 32px;
flex:0 0 auto;
font-size:15px;
position:relative;
color:#18160F;
font-weight:700;
}
.xcesea_cta_etw:hover{
opacity:.9;
}
.xcegm_etw{
padding:1.875rem 0 10px;
}
.xcegm_in_etw{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:882px){
.xcegm_in_etw{
grid-template-columns:1.25fr 1fr;
}
}
.xcegm_left_etw{
padding:32px;
border-radius:20px;
border:1px solid rgba(20,18,12,0.08);
background:#FDFCFA;
min-width:0;
}
.xcegm_eyebrow_etw{
margin-bottom:10px;
}
.xcegm_h2_etw{
line-height:1.06;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:1.625rem;
margin-bottom:8px;
color:#18160F;
}
@media(min-width:765px){
.xcegm_h2_etw{
font-size:28px;
}
}
.xcegm_text_etw{
color:#857E71;
line-height:1.6;
font-size:0.875rem;
margin-bottom:1.375rem;
max-width:480px;
}
.xcegm_level_etw{
font-size:22px;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
color:#9E7B3A;
}
.xcegm_bar_etw{
background:rgba(20,18,12,0.15);
overflow:hidden;
border-radius:62.438rem;
margin-bottom:0.375rem;
height:0.5rem;
}
.xcegm_bar_fill_etw{
background:linear-gradient(90deg,#9E7B3A,#D4B06A);
border-radius:62.438rem;
height:100%;
}
.xcegm_bar_meta_etw{
gap:10px;
margin-bottom:18px;
display:flex;
justify-content:space-between;
font-size:11px;
color:#6B6559;
}
.xcegm_missions_etw{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.xcegm_mission_etw{
border-radius:62.438rem;
border:1px solid rgba(20,18,12,0.15);
padding:0.563rem 15px;
gap:7px;
background:#F5F2EE;
align-items:center;
font-weight:600;
display:inline-flex;
color:#2E2B24;
font-size:0.781rem;
}
.xcegm_mission_ic_etw{
color:#9E7B3A;
align-items:center;
display:inline-flex;
}
.xcegm_mission_ic_etw svg{
width:13px;
height:13px;
}
.xcegm_right_etw{
overflow:hidden;
border-radius:20px;
background:linear-gradient(150deg,#231F1B,#100F0D);
padding:32px;
display:flex;
flex-direction:column;
position:relative;
color:#F5F0E6;
}
.xcegm_glow_etw{
background:radial-gradient(circle,rgba(196,162,98,0.13),transparent 70%);
border-radius:50%;
pointer-events:none;
top:-30px;
position:absolute;
width:150px;
right:-1.875rem;
height:9.375rem;
}
.xcegm_ref_eyebrow_etw{
position:relative;
margin-bottom:10px;
}
.xcegm_ref_h2_etw{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#F5F0E6;
line-height:1.1;
margin-bottom:0.5rem;
position:relative;
overflow-wrap:break-word;
font-size:26px;
}
.xcegm_ref_text_etw{
position:relative;
line-height:1.55;
margin-bottom:1.25rem;
color:#ABA398;
font-size:13.5px;
}
.xcegm_ref_cta_etw{
padding:0.688rem 1.375rem;
transition:opacity .2s ease;
background:#C4A262;
border-radius:62.438rem;
margin-top:auto;
position:relative;
align-self:flex-start;
font-size:13.5px;
font-weight:700;
color:#18160F;
}
.xcegm_ref_cta_etw:hover{
opacity:.9;
}
.xcenl_etw{
padding:1.5rem 0 0.625rem;
}
.xcenl_in_etw{
padding:30px 32px;
gap:1.375rem;
border-radius:1.25rem;
background:#211E1A;
display:flex;
color:#F5F0E6;
flex-direction:column;
}
@media(min-width:771px){
.xcenl_in_etw{
gap:1.75rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.xcenl_text_wrap_etw{
min-width:0;
}
.xcenl_h3_etw{
font-size:22px;
color:#F5F0E6;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
margin-bottom:0.313rem;
overflow-wrap:break-word;
}
@media(min-width:771px){
.xcenl_h3_etw{
font-size:1.5rem;
}
}
.xcenl_text_etw{
font-size:13.5px;
color:#ABA398;
line-height:1.5;
}
.xcenl_form_etw{
gap:0.625rem;
flex:1 1 auto;
display:flex;
min-width:0;
max-width:460px;
}
.xcenl_input_etw{
padding:13px 16px;
background:rgba(255,251,242,0.07);
border:1px solid rgba(255,251,242,0.12);
flex:1 1 auto;
border-radius:0.875rem;
overflow:hidden;
text-overflow:ellipsis;
display:flex;
min-width:0;
align-items:center;
font-size:0.875rem;
white-space:nowrap;
color:#ABA398;
}
.xcenl_btn_etw{
padding:0.813rem 24px;
transition:opacity .2s ease;
flex:0 0 auto;
border-radius:0.875rem;
background:#C4A262;
white-space:nowrap;
color:#18160F;
font-weight:700;
font-size:0.875rem;
}
.xcenl_btn_etw:hover{
opacity:.9;
}
.xcevip_etw{
padding:3rem 0;
}
@media(min-width:766px){
.xcevip_etw{
padding:64px 0;
}
}
.xcevip_head_etw{
gap:14px;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:878px){
.xcevip_head_etw{
gap:1.5rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.xcevip_eyebrow_etw{
margin-bottom:12px;
}
.xcevip_h2_etw{
color:#F5F0E6;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
line-height:1.05;
}
@media(min-width:770px){
.xcevip_h2_etw{
font-size:40px;
}
}
.xcevip_intro_etw{
font-size:14px;
line-height:1.6;
color:#ABA398;
max-width:26.25rem;
}
.xcevip_grid_etw{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.xcevip_card_etw{
border-radius:0.875rem;
border:1px solid rgba(255,251,242,0.12);
padding:1.375rem 1.125rem;
min-width:0;
}
.xcevip_card_feat_etw{
background:rgba(255,251,242,0.07);
border-color:#C4A262;
}
.xcevip_card_ic_etw{
background:linear-gradient(135deg,#9E7B3A,#D4B06A);
border-radius:0.5rem;
margin-bottom:16px;
height:34px;
width:34px;
display:block;
}
.xcevip_name_etw{
font-size:20px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5F0E6;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.375rem;
}
.xcevip_perk_etw{
line-height:1.5;
overflow-wrap:break-word;
color:#ABA398;
font-size:0.781rem;
}
.xceapp_etw{
padding:1.875rem 0 10px;
}
.xceapp_in_etw{
gap:28px;
padding:2rem;
border:1px solid rgba(20,18,12,0.08);
background:#FDFCFA;
border-radius:20px;
display:flex;
flex-direction:column;
}
@media(min-width:771px){
.xceapp_in_etw{
padding:2.5rem 44px;
gap:2.5rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.xceapp_copy_etw{
min-width:0;
max-width:560px;
}
.xceapp_eyebrow_etw{
margin-bottom:0.75rem;
}
.xceapp_h2_etw{
font-weight:600;
line-height:1.05;
margin-bottom:0.75rem;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.75rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.xceapp_h2_etw{
font-size:34px;
}
}
.xceapp_text_etw{
font-size:14px;
line-height:1.6;
color:#857E71;
margin-bottom:22px;
}
.xceapp_btns_etw{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.xceapp_btn_etw{
transition:background-color .2s ease;
gap:10px;
padding:0.688rem 1.25rem;
border-radius:0.875rem;
background:#18160F;
color:#F5F0E6;
align-items:center;
display:inline-flex;
}
.xceapp_btn_etw:hover{
background:#2E2B24;
}
.xceapp_btn_ic_etw{
align-items:center;
display:inline-flex;
}
.xceapp_btn_ic_etw svg{
height:18px;
width:1.125rem;
}
.xceapp_btn_lb_etw{
font-weight:700;
font-size:13.5px;
}
.xceapp_qr_wrap_etw{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.xceapp_qr_etw{
flex:0 0 auto;
border-radius:14px;
background-image:repeating-linear-gradient(0deg,#FDFCFA 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FDFCFA 0 5px,transparent 0.313rem 0.688rem);
width:6.75rem;
height:6.75rem;
background-color:#18160F;
}
.xceapp_qr_cap_etw{
font-size:12.5px;
line-height:1.4;
color:#6B6559;
max-width:5.75rem;
}
.xcett_etw{
padding:48px 0 10px;
}
@media(min-width:770px){
.xcett_etw{
padding:3.75rem 0 10px;
}
}
.xcett_head_etw{
text-align:center;
margin-bottom:34px;
}
.xcett_eyebrow_etw{
margin-bottom:0.75rem;
}
.xcett_h2_etw{
color:#18160F;
overflow-wrap:break-word;
font-size:32px;
line-height:1.05;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.xcett_h2_etw{
font-size:2.625rem;
}
}
.xcett_grid_etw{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.xcett_grid_etw{
grid-template-columns:repeat(3,1fr);
}
}
.xcett_card_etw{
border-radius:14px;
padding:1.875rem;
border:1px solid rgba(20,18,12,0.08);
background:#FDFCFA;
min-width:0;
flex-direction:column;
display:flex;
}
.xcett_card_ic_etw{
align-items:center;
display:inline-flex;
margin-bottom:1.125rem;
color:#9E7B3A;
}
.xcett_card_ic_etw svg{
height:28px;
width:1.75rem;
}
.xcett_card_h_etw{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#18160F;
margin-bottom:0.5rem;
font-size:1.375rem;
line-height:1.15;
overflow-wrap:break-word;
}
.xcett_card_p_etw{
font-size:14px;
margin-bottom:0.875rem;
overflow-wrap:break-word;
line-height:1.6;
color:#857E71;
}
.xcett_card_p_etw b{
font-weight:700;
color:#18160F;
}
.xcett_card_link_etw{
transition:color .2s ease;
border-bottom:1px solid #9E7B3A;
font-size:0.813rem;
font-weight:700;
align-self:flex-start;
padding-bottom:2px;
color:#18160F;
margin-top:auto;
}
.xcett_card_link_etw:hover{
color:#9E7B3A;
}
.xceop_etw{
padding:36px 0 0.625rem;
}
.xceop_in_etw{
gap:32px;
background:#FDFCFA;
border:1px solid rgba(20,18,12,0.08);
padding:32px;
border-radius:0.875rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:857px){
.xceop_in_etw{
gap:44px;
grid-template-columns:.9fr 1.1fr;
padding:34px 2.5rem;
}
}
.xceop_left_etw{
min-width:0;
}
.xceop_eyebrow_etw{
margin-bottom:12px;
}
.xceop_h2_etw{
line-height:1.08;
font-weight:600;
font-size:1.75rem;
margin-bottom:10px;
overflow-wrap:break-word;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.xceop_h2_etw{
font-size:1.875rem;
}
}
.xceop_text_etw{
color:#857E71;
line-height:1.6;
font-size:14px;
}
.xceop_grid_etw{
border:1px solid rgba(20,18,12,0.15);
gap:1px;
border-radius:8px;
background:rgba(20,18,12,0.15);
overflow:hidden;
grid-template-columns:1fr 1fr;
display:grid;
}
.xceop_field_etw{
background:#F5F2EE;
padding:18px 20px;
min-width:0;
}
.xceop_field_lb_etw{
font-size:0.625rem;
color:#9E7B3A;
text-transform:uppercase;
margin-bottom:0.313rem;
letter-spacing:.1em;
font-weight:600;
}
.xceop_field_val_etw{
font-size:0.875rem;
font-weight:700;
overflow-wrap:break-word;
color:#18160F;
}
.xcewy_etw{
padding:3rem 0;
}
@media(min-width:766px){
.xcewy_etw{
padding:3.5rem 0;
}
}
.xcewy_in_etw{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:900px){
.xcewy_in_etw{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.xcewy_left_etw{
min-width:0;
}
.xcewy_eyebrow_etw{
margin-bottom:14px;
}
.xcewy_h2_etw{
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:16px;
line-height:1.05;
color:#18160F;
font-size:2rem;
}
@media(min-width:767px){
.xcewy_h2_etw{
font-size:2.5rem;
}
}
.xcewy_intro_etw{
font-size:0.938rem;
color:#857E71;
line-height:1.6;
}
.xcewy_grid_etw{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.xcewy_grid_etw{
grid-template-columns:1fr 1fr;
}
}
.xcewy_card_etw{
padding:26px;
border:1px solid rgba(20,18,12,0.08);
background:#FDFCFA;
border-radius:14px;
min-width:0;
}
.xcewy_card_ic_etw{
display:inline-flex;
align-items:center;
margin-bottom:16px;
color:#9E7B3A;
justify-content:center;
}
.xcewy_card_ic_etw svg{
height:26px;
width:1.625rem;
}
.xcewy_card_h_etw{
line-height:1.15;
overflow-wrap:break-word;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#18160F;
margin-bottom:0.5rem;
font-size:1.313rem;
}
.xcewy_card_p_etw{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
color:#857E71;
}
.xcehts_etw{
padding:48px 0;
}
@media(min-width:769px){
.xcehts_etw{
padding:3.875rem 0;
}
}
.xcehts_head_etw{
gap:1.125rem;
margin-bottom:2.125rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.xcehts_head_etw{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.xcehts_eyebrow_etw{
margin-bottom:12px;
}
.xcehts_h2_etw{
font-size:30px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#F5F0E6;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.xcehts_h2_etw{
font-size:38px;
}
}
.xcehts_cta_etw{
flex:0 0 auto;
transition:opacity .2s ease;
background:#C4A262;
padding:0.938rem 30px;
border-radius:62.438rem;
color:#18160F;
font-size:15px;
font-weight:700;
}
.xcehts_cta_etw:hover{
opacity:.9;
}
.xcehts_grid_etw{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:760px){
.xcehts_grid_etw{
grid-template-columns:repeat(3,1fr);
}
}
.xcehts_step_etw{
padding-top:1.375rem;
min-width:0;
border-top:1px solid rgba(255,251,242,0.12);
}
.xcehts_step_num_etw{
margin-bottom:14px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1;
color:#C4A262;
font-weight:700;
font-size:44px;
}
.xcehts_step_h_etw{
font-size:19px;
margin-bottom:8px;
color:#F5F0E6;
line-height:1.2;
overflow-wrap:break-word;
font-weight:700;
}
.xcehts_step_p_etw{
color:#ABA398;
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
}
.xceet_etw{
padding:36px 0 0.625rem;
}
.xceet_in_etw{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:879px){
.xceet_in_etw{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.xceet_left_etw{
min-width:0;
}
.xceet_eyebrow_etw{
margin-bottom:12px;
}
.xceet_h2_etw{
line-height:1.06;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#18160F;
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-weight:600;
font-size:28px;
}
@media(min-width:765px){
.xceet_h2_etw{
font-size:32px;
}
}
.xceet_text_etw{
line-height:1.65;
margin-bottom:1.375rem;
color:#857E71;
font-size:15px;
}
.xceet_stats_etw{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.xceet_stat_etw{
min-width:0;
}
.xceet_stat_v_etw{
font-size:1.625rem;
line-height:1;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#18160F;
}
.xceet_stat_l_etw{
color:#6B6559;
font-size:0.781rem;
margin-top:0.25rem;
}
.xceet_right_etw{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.xceet_member_etw{
border:1px solid rgba(20,18,12,0.08);
border-radius:0.875rem;
background:#FDFCFA;
gap:16px;
padding:18px 1.25rem;
display:flex;
align-items:center;
min-width:0;
}
.xceet_member_av_etw{
border-radius:50%;
background:linear-gradient(135deg,#231F1B,#9E7B3A);
flex:0 0 auto;
width:3rem;
height:48px;
}
.xceet_member_name_etw{
color:#18160F;
font-weight:700;
font-size:0.938rem;
overflow-wrap:break-word;
}
.xceet_member_role_etw{
color:#6B6559;
overflow-wrap:break-word;
font-size:0.781rem;
}
.xceet_updated_etw{
gap:0.5rem;
padding:0.875rem 1.125rem;
border-radius:14px;
border:1px solid rgba(20,18,12,0.08);
background:#F5F2EE;
font-size:12.5px;
color:#857E71;
align-items:center;
display:flex;
}
.xcerv_etw{
padding:3rem 0;
background:#FDFCFA;
border-bottom:1px solid rgba(20,18,12,0.08);
margin-top:1.5rem;
border-top:1px solid rgba(20,18,12,0.08);
}
@media(min-width:769px){
.xcerv_etw{
padding:3.5rem 0;
}
}
.xcerv_head_etw{
gap:16px;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:769px){
.xcerv_head_etw{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.xcerv_eyebrow_etw{
margin-bottom:0.625rem;
}
.xcerv_h2_etw{
font-weight:600;
overflow-wrap:break-word;
color:#18160F;
font-size:1.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:767px){
.xcerv_h2_etw{
font-size:2.375rem;
}
}
.xcerv_agg_etw{
gap:0.75rem;
align-items:center;
display:flex;
}
.xcerv_agg_stars_etw{
gap:3px;
color:#9E7B3A;
display:flex;
}
.xcerv_agg_stars_etw svg{
height:1.125rem;
width:18px;
}
.xcerv_source_etw{
font-size:13px;
color:#857E71;
}
.xcerv_grid_etw{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.xcerv_grid_etw{
grid-template-columns:repeat(3,1fr);
}
}
.xcerv_card_etw{
background:#F5F2EE;
border-radius:14px;
padding:1.625rem;
border:1px solid rgba(20,18,12,0.08);
min-width:0;
}
.xcerv_card_stars_etw{
gap:2px;
color:#9E7B3A;
margin-bottom:12px;
display:flex;
}
.xcerv_card_stars_etw svg{
width:14px;
height:0.875rem;
}
.xcerv_card_body_etw{
font-size:1.125rem;
line-height:1.45;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:500;
color:#18160F;
margin-bottom:16px;
}
.xcerv_card_meta_etw{
gap:0.625rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.xcerv_card_av_etw{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#9E7B3A,#D4B06A);
height:2rem;
width:32px;
}
.xcerv_card_author_etw{
font-size:13px;
font-weight:700;
color:#18160F;
}
.xcerv_card_loc_etw{
font-size:12px;
color:#6B6559;
}
.xcerc_etw{
padding:3rem 0 0.625rem;
}
.xcerc_in_etw{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.xcerc_in_etw{
grid-template-columns:repeat(3,1fr);
gap:40px;
}
}
.xcerc_col_etw{
min-width:0;
}
.xcerc_label_etw{
letter-spacing:.2em;
text-transform:uppercase;
font-size:11px;
margin-bottom:1rem;
font-weight:600;
color:#9E7B3A;
}
.xcerc_awards_etw{
gap:12px;
flex-direction:column;
display:flex;
}
.xcerc_award_etw{
gap:0.75rem;
min-width:0;
display:flex;
align-items:center;
}
.xcerc_award_ic_etw{
flex:0 0 auto;
color:#C4A262;
display:inline-flex;
align-items:center;
}
.xcerc_award_ic_etw svg{
height:1.125rem;
width:18px;
}
.xcerc_award_t_etw{
overflow-wrap:break-word;
font-weight:700;
color:#18160F;
font-size:14px;
}
.xcerc_award_s_etw{
overflow-wrap:break-word;
font-size:12px;
color:#6B6559;
}
.xcerc_press_etw{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.xcerc_press_logo_etw{
border-radius:8px;
overflow:hidden;
border:1px solid rgba(20,18,12,0.08);
padding:0 0.5rem;
text-align:center;
white-space:nowrap;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
display:flex;
font-size:14px;
color:#857E71;
justify-content:center;
height:52px;
text-overflow:ellipsis;
font-weight:700;
align-items:center;
}
.xcerc_partner_etw{
border-radius:14px;
border:1px solid rgba(20,18,12,0.08);
padding:1.375rem;
background:#FDFCFA;
}
.xcerc_partner_name_etw{
overflow-wrap:break-word;
font-size:20px;
font-weight:600;
color:#18160F;
margin-bottom:6px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.xcerc_partner_text_etw{
line-height:1.55;
color:#857E71;
overflow-wrap:break-word;
font-size:0.813rem;
}
.xceprov_etw{
padding:40px 0 1.25rem;
}
.xceprov_eyebrow_etw{
margin-bottom:18px;
display:block;
}
.xceprov_grid_etw{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:559px){
.xceprov_grid_etw{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.xceprov_grid_etw{
grid-template-columns:repeat(6,1fr);
}
}
.xcets_etw{
padding:2.75rem 0;
}
.xcets_in_etw{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:877px){
.xcets_in_etw{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.xcets_left_etw{
min-width:0;
}
.xcets_h2_etw{
overflow-wrap:break-word;
line-height:1.1;
font-size:26px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5F0E6;
font-weight:600;
margin-bottom:12px;
}
@media(min-width:769px){
.xcets_h2_etw{
font-size:28px;
}
}
.xcets_text_etw{
margin-bottom:1.375rem;
max-width:520px;
line-height:1.6;
color:#ABA398;
font-size:0.906rem;
}
.xcets_badges_etw{
gap:1.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.xcets_badge_etw{
color:#ABA398;
font-size:0.813rem;
font-weight:600;
}
.xcets_pay_etw{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:877px){
.xcets_pay_etw{
justify-content:flex-end;
}
}
.xcets_pay_chip_etw{
border:1px solid rgba(255,251,242,0.12);
padding:0.75rem 16px;
border-radius:0.875rem;
background:rgba(255,251,242,0.07);
font-weight:700;
color:#F5F0E6;
font-size:0.875rem;
}
.xcelh_etw{
padding:40px 0 1.25rem;
}
.xcelh_in_etw{
padding-top:34px;
border-top:1px solid rgba(20,18,12,0.15);
}
.xcelh_eyebrow_etw{
display:block;
margin-bottom:1.375rem;
}
.xcelh_grid_etw{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:598px){
.xcelh_grid_etw{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.xcelh_grid_etw{
grid-template-columns:repeat(5,1fr);
}
}
.xcelh_col_etw{
min-width:0;
}
.xcelh_col_h_etw{
font-size:13px;
overflow-wrap:break-word;
color:#18160F;
font-weight:700;
margin-bottom:0.75rem;
}
.xcelh_links_etw{
gap:8px;
flex-direction:column;
display:flex;
}
.xcelh_link_etw{
transition:color .2s ease;
color:#857E71;
font-size:13px;
overflow-wrap:break-word;
}
.xcelh_link_etw:hover{
color:#9E7B3A;
}
.xcefaq_etw{
padding:48px 0;
background:#FDFCFA;
border-bottom:1px solid rgba(20,18,12,0.08);
margin-top:24px;
border-top:1px solid rgba(20,18,12,0.08);
}
@media(min-width:770px){
.xcefaq_etw{
padding:3.875rem 0;
}
}
.xcefaq_head_etw{
margin-bottom:2.125rem;
text-align:center;
}
.xcefaq_eyebrow_etw{
margin-bottom:12px;
}
.xcefaq_h2_etw{
line-height:1.05;
color:#18160F;
font-size:2rem;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:771px){
.xcefaq_h2_etw{
font-size:2.375rem;
}
}
.xcefaq_list_etw{
margin:0 auto;
gap:0.75rem;
display:flex;
max-width:820px;
flex-direction:column;
}
.xcefaq_item_etw{
overflow:hidden;
background:#F5F2EE;
border:1px solid rgba(20,18,12,0.08);
border-radius:0.875rem;
}
.xcefaq_q_etw{
padding:1.25rem 1.5rem;
list-style:none;
gap:20px;
color:#18160F;
font-weight:700;
justify-content:space-between;
cursor:pointer;
display:flex;
font-size:16px;
align-items:center;
overflow-wrap:break-word;
}
.xcefaq_q_etw::-webkit-details-marker{
display:none;
}
.xcefaq_q_ic_etw{
transition:transform .2s ease;
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#9E7B3A;
}
.xcefaq_q_ic_etw svg{
width:1.125rem;
height:18px;
}
.xcefaq_item_etw[open] .xcefaq_q_ic_etw{
transform:rotate(180deg);
}
.xcefaq_a_etw{
padding:0 1.5rem 20px;
color:#857E71;
font-size:14.5px;
overflow-wrap:break-word;
line-height:1.6;
}
.xcesb_etw{
background:#FDFCFA;
padding:48px 0;
margin-top:24px;
border-bottom:1px solid rgba(20,18,12,0.08);
border-top:1px solid rgba(20,18,12,0.08);
}
@media(min-width:769px){
.xcesb_etw{
padding:3.5rem 0;
}
}
.xcesb_eyebrow_etw{
margin-bottom:12px;
display:block;
}
.xcesb_h2_etw{
margin-bottom:26px;
font-size:1.875rem;
color:#18160F;
font-weight:600;
line-height:1.05;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:765px){
.xcesb_h2_etw{
font-size:36px;
}
}
.xcesb_grid_etw{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.xcesb_grid_etw{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.xcesb_grid_etw{
grid-template-columns:repeat(4,1fr);
}
}
.xcesb_card_etw{
padding:1.5rem;
background:#F5F2EE;
border:1px solid rgba(20,18,12,0.08);
border-radius:14px;
min-width:0;
}
.xcesb_card_h_etw{
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:19px;
line-height:1.15;
font-weight:600;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.xcesb_card_p_etw{
line-height:1.6;
overflow-wrap:break-word;
color:#857E71;
font-size:13.5px;
}
.xcesb_rtp_etw{
gap:1.5rem;
grid-template-columns:1fr;
border:1px solid rgba(20,18,12,0.08);
padding:26px 1.75rem;
border-radius:0.875rem;
background:#F5F2EE;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:761px){
.xcesb_rtp_etw{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.xcesb_rtp_h_etw{
line-height:1.15;
margin-bottom:8px;
color:#18160F;
font-size:1.25rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
}
.xcesb_rtp_p_etw{
font-size:0.844rem;
color:#857E71;
line-height:1.6;
overflow-wrap:break-word;
}
.xcesb_rtp_stats_etw{
gap:16px;
display:flex;
}
.xcesb_stat_etw{
flex:1 1 0;
background:#FDFCFA;
border-radius:0.5rem;
padding:18px;
min-width:0;
text-align:center;
}
.xcesb_stat_v_etw{
color:#3A7D5A;
font-size:26px;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.xcesb_stat_l_etw{
color:#6B6559;
font-size:11.5px;
margin-top:0.25rem;
}
.xcesg_etw{
padding:48px 0 10px;
}
.xcesg_eyebrow_etw{
display:block;
margin-bottom:12px;
}
.xcesg_h2_etw{
overflow-wrap:break-word;
font-weight:600;
font-size:1.875rem;
line-height:1.05;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:28px;
}
@media(min-width:766px){
.xcesg_h2_etw{
font-size:2.25rem;
}
}
.xcesg_grid_etw{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.xcesg_grid_etw{
grid-template-columns:repeat(3,1fr);
}
}
.xcesg_col_etw{
min-width:0;
}
.xcesg_col_h_etw{
line-height:1.15;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#18160F;
font-size:22px;
overflow-wrap:break-word;
margin-bottom:10px;
font-weight:600;
}
.xcesg_col_p_etw{
overflow-wrap:break-word;
color:#857E71;
font-size:0.875rem;
line-height:1.65;
}
.xcesc_etw{
padding:3rem 0 0.625rem;
}
.xcesc_head_etw{
margin-bottom:1.75rem;
text-align:center;
}
.xcesc_eyebrow_etw{
margin-bottom:12px;
}
.xcesc_h2_etw{
font-size:1.875rem;
font-weight:600;
color:#18160F;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:769px){
.xcesc_h2_etw{
font-size:2.25rem;
}
}
.xcesc_table_etw{
overflow:hidden;
border:1px solid rgba(20,18,12,0.08);
border-radius:0.875rem;
margin:0 auto;
max-width:56.25rem;
}
.xcesc_thead_etw{
background:#1C1A18;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.xcesc_th_etw{
padding:0.938rem 1.125rem;
overflow-wrap:break-word;
font-weight:700;
color:#ABA398;
text-align:center;
font-size:13px;
}
.xcesc_th_etw:first-child{
text-align:left;
}
.xcesc_th_us_etw{
color:#C4A262;
}
.xcesc_row_etw{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,12,0.08);
}
.xcesc_row_etw:nth-child(even){
background:#FDFCFA;
}
.xcesc_td_etw{
padding:0.938rem 1.125rem;
font-size:0.875rem;
min-width:0;
color:#6B6559;
overflow-wrap:break-word;
text-align:center;
}
.xcesc_td_etw:first-child{
color:#2E2B24;
text-align:left;
font-weight:600;
}
.xcesc_td_us_etw{
color:#3A7D5A;
font-weight:700;
}
.xceel_etw{
padding:48px 0;
}
@media(min-width:765px){
.xceel_etw{
padding:3.5rem 0;
}
}
.xceel_in_etw{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:897px){
.xceel_in_etw{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.xceel_left_etw{
min-width:0;
}
.xceel_eyebrow_etw{
margin-bottom:14px;
}
.xceel_h2_etw{
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#18160F;
margin-bottom:1.375rem;
font-size:32px;
line-height:1.08;
font-weight:600;
}
@media(min-width:769px){
.xceel_h2_etw{
font-size:2.375rem;
}
}
.xceel_body_etw p{
line-height:1.7;
margin-bottom:18px;
font-size:16px;
color:#2E2B24;
overflow-wrap:break-word;
}
.xceel_dropcap_etw{
padding:0.375rem 0.75rem 0 0;
line-height:.8;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:62px;
color:#9E7B3A;
float:left;
}
.xceel_right_etw{
min-width:0;
}
.xceel_quote_etw{
border-radius:20px;
padding:2.25rem;
background:linear-gradient(150deg,#231F1B,#100F0D);
position:relative;
margin-bottom:1.5rem;
color:#F5F0E6;
}
.xceel_quote_mark_etw{
color:#C4A262;
margin-bottom:0.375rem;
display:inline-flex;
align-items:center;
}
.xceel_quote_mark_etw svg{
height:2.125rem;
width:2.125rem;
}
.xceel_quote_text_etw{
color:#F5F0E6;
font-size:22px;
margin-bottom:22px;
font-weight:500;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
overflow-wrap:break-word;
}
.xceel_quote_meta_etw{
gap:0.75rem;
align-items:center;
display:flex;
}
.xceel_quote_av_etw{
background:linear-gradient(135deg,#9E7B3A,#D4B06A);
border-radius:50%;
flex:0 0 auto;
height:2.375rem;
width:2.375rem;
}
.xceel_quote_author_etw{
font-size:0.875rem;
font-weight:700;
color:#F5F0E6;
}
.xceel_quote_meta_sub_etw{
font-size:0.75rem;
color:#ABA398;
}
.xceel_explain_etw{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(20,18,12,0.08);
}
.xceel_explain_card_etw{
padding:22px 1.5rem;
}
.xceel_explain_card_etw+.xceel_explain_card_etw{
border-top:1px solid rgba(20,18,12,0.08);
}
.xceel_explain_h_etw{
color:#18160F;
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
line-height:1.15;
margin-bottom:8px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.xceel_explain_p_etw{
line-height:1.55;
color:#857E71;
overflow-wrap:break-word;
font-size:0.875rem;
}
.xceft_etw{
background:#1C1A18;
color:#ABA398;
margin-top:40px;
}
.xceft_in_etw{
gap:32px;
padding:3rem 0 1.75rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.xceft_in_etw{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.xceft_in_etw{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.xceft_brand_etw{
min-width:0;
}
.xceft_logo_etw{
font-weight:700;
color:#F5F0E6;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:26px;
}
.xceft_tagline_etw{
margin-top:0.875rem;
font-size:13.5px;
max-width:280px;
color:#ABA398;
line-height:1.6;
}
.xceft_contact_etw{
transition:color .2s ease;
overflow-wrap:anywhere;
display:inline-block;
margin-top:0.75rem;
max-width:17.5rem;
font-size:13px;
color:#C4A262;
}
.xceft_contact_etw:hover{
color:#F5F0E6;
}
.xceft_col_etw{
min-width:0;
}
.xceft_col_h_etw{
font-size:13px;
letter-spacing:.08em;
margin-bottom:0.875rem;
overflow-wrap:break-word;
font-weight:700;
color:#F5F0E6;
text-transform:uppercase;
}
.xceft_col_links_etw{
gap:10px;
display:flex;
flex-direction:column;
}
.xceft_link_etw{
transition:color .2s ease;
color:#ABA398;
font-size:13.5px;
overflow-wrap:break-word;
}
.xceft_link_etw:hover{
color:#F5F0E6;
}
.xceft_bot_etw{
gap:1rem;
padding:22px 0 2.5rem;
flex-direction:column;
border-top:1px solid rgba(255,251,242,0.12);
display:flex;
}
@media(min-width:767px){
.xceft_bot_etw{
gap:1.25rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.xceft_legal_etw{
font-size:0.719rem;
overflow-wrap:break-word;
line-height:1.6;
max-width:47.5rem;
color:#A89F92;
}
.xceft_legal_etw b{
font-weight:700;
color:#ABA398;
}
.xceft_age_etw{
padding:0.25rem 0.563rem;
border:1.5px solid #C4A262;
flex:0 0 auto;
border-radius:0.5rem;
font-size:0.813rem;
font-weight:700;
color:#C4A262;
}