*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
font-size:15px;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
color:#2E2519;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.dls_layout_cqp{
display:flex;
min-height:100vh;
flex-direction:column;
}
.dls_main_cqp{
flex:1 1 auto;
width:100%;
min-width:0;
}
.dls_container_cqp{
padding:0 1rem;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:771px){
.dls_container_cqp{
padding:0 32px;
}
}
@media(min-width:1103px){
.dls_container_cqp{
padding:0 56px;
}
}
.dls_eyebrow_cqp{
text-transform:uppercase;
letter-spacing:.2em;
display:inline-block;
font-weight:600;
font-size:11px;
overflow-wrap:break-word;
color:#C49430;
line-height:1.4;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.dls_band_cqp{
background:#1A1510;
color:#F5EDD8;
}
.dls_band_cqp .dls_eyebrow_cqp{
color:#E8B84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.dls_tb_cqp{
background:#FAF6F0;
border-bottom:1px solid rgba(20,18,14,0.15);
z-index:50;
top:0;
position:sticky;
}
.dls_tb_in_cqp{
padding:0.75rem 16px;
margin:0 auto;
gap:1rem;
justify-content:space-between;
display:flex;
max-width:1400px;
align-items:center;
width:100%;
}
@media(min-width:768px){
.dls_tb_in_cqp{
padding:1rem 32px;
}
}
@media(min-width:1103px){
.dls_tb_in_cqp{
padding:1.125rem 56px;
}
}
.dls_tb_left_cqp{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.dls_tb_logo_cqp{
gap:0.688rem;
display:flex;
min-width:0;
align-items:center;
}
.dls_tb_logo_mark_cqp{
border-radius:0.5rem;
flex:0 0 auto;
object-fit:cover;
height:34px;
width:34px;
}
.dls_tb_logo_txt_cqp{
flex-direction:column;
min-width:0;
line-height:1;
display:flex;
}
.dls_tb_logo_name_cqp{
overflow:hidden;
font-size:1.375rem;
white-space:nowrap;
text-overflow:ellipsis;
letter-spacing:.02em;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#18130C;
font-weight:700;
}
.dls_tb_logo_sub_cqp{
overflow:hidden;
font-size:0.531rem;
letter-spacing:.32em;
color:#C49430;
text-overflow:ellipsis;
font-weight:600;
white-space:nowrap;
margin-top:0.25rem;
text-transform:uppercase;
}
.dls_tb_nav_cqp{
display:none;
}
@media(min-width:961px){
.dls_tb_nav_cqp{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.dls_tb_nav_item_cqp{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
white-space:nowrap;
padding-bottom:3px;
font-size:14px;
color:#2E2519;
border-bottom:2px solid transparent;
}
.dls_tb_nav_item_cqp:hover{
color:#18130C;
}
.dls_tb_nav_item_cqp.dls_state_active_cqp{
border-color:#C49430;
color:#18130C;
}
.dls_tb_right_cqp{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.dls_tb_search_cqp{
transition:color .22s ease;
justify-content:center;
color:#2E2519;
display:flex;
align-items:center;
}
.dls_tb_search_cqp:hover{
color:#C49430;
}
.dls_tb_search_cqp svg{
width:1.125rem;
height:1.125rem;
}
.dls_tb_lang_cqp{
text-transform:uppercase;
font-size:0.688rem;
letter-spacing:.1em;
font-weight:600;
color:#6B5A44;
}
.dls_tb_lang_cqp:hover{
color:#18130C;
}
.dls_tb_login_cqp{
font-size:0.875rem;
display:none;
font-weight:600;
color:#18130C;
}
@media(min-width:770px){
.dls_tb_login_cqp{
display:inline-block;
}
}
.dls_tb_register_cqp{
border-radius:62.438rem;
padding:0.688rem 22px;
background:#18130C;
transition:background-color .22s ease;
white-space:nowrap;
font-weight:700;
font-size:0.875rem;
color:#F5EDD8;
}
.dls_tb_register_cqp:hover{
background:#2E2519;
}
.dls_mob_cqp{
background:#FAF6F0;
left:0;
position:fixed;
z-index:60;
padding-bottom:env(safe-area-inset-bottom);
right:0;
border-top:1px solid rgba(20,18,14,0.15);
bottom:0;
}
@media(min-width:961px){
.dls_mob_cqp{
display:none;
}
}
.dls_mob_in_cqp{
margin:0 auto;
justify-content:space-around;
display:flex;
max-width:35rem;
align-items:stretch;
}
.dls_mob_item_cqp{
transition:color .22s ease;
flex:1 1 0;
padding:0.563rem 0.25rem;
gap:3px;
color:#6B5A44;
align-items:center;
flex-direction:column;
min-width:0;
display:flex;
}
.dls_mob_item_cqp.dls_state_active_cqp{
color:#C49430;
}
.dls_mob_ic_cqp{
align-items:center;
justify-content:center;
display:flex;
}
.dls_mob_ic_cqp svg{
width:1.25rem;
height:20px;
}
.dls_mob_lb_cqp{
overflow:hidden;
white-space:nowrap;
font-weight:600;
font-size:0.625rem;
max-width:100%;
text-overflow:ellipsis;
}
@media(max-width:958px){
body{
padding-bottom:3.75rem;
}
}
.dls_rail_cqp{
min-width:0;
position:relative;
}
.dls_rail_scroll_cqp{
gap:0.875rem;
display:flex;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
}
@media(min-width:769px){
.dls_rail_scroll_cqp{
gap:1.125rem;
}
}
.dls_gc_cqp{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:766px){
.dls_gc_cqp{
width:188px;
}
}
.dls_gc_img_cqp{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
box-shadow:0 2px 6px rgba(20,14,6,0.07), 0 8px 1.5rem rgba(20,14,6,0.09);
position:relative;
padding-bottom:133.33%;
}
.dls_gc_img_cqp img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.dls_gc_cover_cqp{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.dls_gc_hover_cqp{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
opacity:0;
position:absolute;
display:flex;
align-items:center;
justify-content:center;
}
.dls_gc_cqp:hover .dls_gc_hover_cqp{
opacity:1;
}
.dls_gc_hover_btn_cqp{
border-radius:999px;
background:#18130C;
width:2.875rem;
display:flex;
height:2.875rem;
align-items:center;
color:#F5EDD8;
justify-content:center;
}
.dls_gc_hover_btn_cqp svg{
height:18px;
width:1.125rem;
}
.dls_gc_info_cqp{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:9px;
}
.dls_gc_name_cqp{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
color:#18130C;
font-size:0.813rem;
}
.dls_gc_prov_cqp{
overflow:hidden;
white-space:nowrap;
color:#6B5A44;
text-overflow:ellipsis;
font-size:11px;
}
.dls_gc_meta_cqp{
color:#6B5A44;
font-size:11px;
}
.dls_tc_cqp{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:765px){
.dls_tc_cqp{
width:230px;
}
}
.dls_tc_img_cqp{
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.375rem rgba(20,14,6,0.07), 0 0.5rem 24px rgba(20,14,6,0.09);
}
.dls_tc_img_cqp img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.dls_tc_info_cqp{
gap:2px;
display:flex;
min-width:0;
margin-top:0.563rem;
flex-direction:column;
}
.dls_tc_name_cqp{
overflow:hidden;
color:#18130C;
white-space:nowrap;
text-overflow:ellipsis;
font-size:14px;
font-weight:700;
}
.dls_tc_rtp_cqp{
color:#6B5A44;
font-size:0.688rem;
}
.dls_lc_cqp{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:770px){
.dls_lc_cqp{
width:268px;
}
}
.dls_lc_img_cqp{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(20,14,6,0.07), 0 8px 24px rgba(20,14,6,0.09);
}
.dls_lc_img_cqp img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.dls_lc_live_cqp{
background:rgba(0,0,0,0.52);
padding:4px 9px;
gap:0.438rem;
border-radius:62.438rem;
display:flex;
left:12px;
top:12px;
align-items:center;
position:absolute;
}
.dls_lc_live_dot_cqp{
background:#C0392B;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
height:0.5rem;
width:8px;
}
.dls_lc_seats_cqp{
color:#F5EDD8;
text-transform:uppercase;
font-size:0.625rem;
font-weight:600;
letter-spacing:.08em;
}
.dls_lc_info_cqp{
gap:2px;
display:flex;
flex-direction:column;
min-width:0;
margin-top:9px;
}
.dls_lc_name_cqp{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
font-size:0.938rem;
color:#18130C;
}
.dls_lc_bet_cqp{
font-size:0.688rem;
color:#6B5A44;
}
.dls_pc_cqp{
padding:1rem 14px;
border-radius:14px;
gap:0.5rem;
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.08);
display:flex;
min-height:4.625rem;
justify-content:center;
align-items:center;
flex-direction:column;
min-width:0;
}
.dls_pc_logo_cqp{
flex:0 0 auto;
width:auto;
max-width:100%;
height:1.75rem;
object-fit:contain;
}
.dls_pc_name_cqp{
overflow:hidden;
color:#6B5A44;
text-align:center;
max-width:100%;
white-space:nowrap;
font-size:11px;
text-overflow:ellipsis;
}
.dls_gc_tag_cqp{
border-radius:8px;
padding:3px 0.5rem;
font-weight:700;
display:inline-block;
font-size:10px;
z-index:2;
left:0.625rem;
position:absolute;
text-transform:uppercase;
letter-spacing:.06em;
top:0.625rem;
}
.dls_gc_tag_hot_cqp{
background:#C0392B;
color:#F5EDD8;
}
.dls_gc_tag_new_cqp{
background:#E8B84B;
color:#18130C;
}
.dls_gc_tag_jp_cqp{
background:#C49430;
color:#18130C;
}
.dls_gc_tag_live_cqp{
background:#C0392B;
color:#F5EDD8;
}
.dls_sh_cqp{
margin-bottom:18px;
min-width:0;
}
.dls_sh_row_cqp{
gap:16px;
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
}
.dls_sh_row_cqp .dls_sh_l_cqp{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.dls_sh_stack_cqp{
gap:10px;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.dls_sh_center_cqp{
gap:0.625rem;
text-align:center;
flex-direction:column;
display:flex;
align-items:center;
}
.dls_sh_h2_cqp{
color:#18130C;
line-height:1.1;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:767px){
.dls_sh_h2_cqp{
font-size:1.875rem;
}
}
.dls_band_cqp .dls_sh_h2_cqp{
color:#F5EDD8;
}
.dls_sh_eb_line_cqp{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.dls_sh_eb_line_cqp::before{
background:#C49430;
height:1px;
width:28px;
content:"";
display:inline-block;
}
.dls_band_cqp .dls_sh_eb_line_cqp::before{
background:#E8B84B;
}
.dls_sh_eb_dot_cqp{
gap:8px;
display:inline-flex;
align-items:center;
}
.dls_sh_eb_dot_cqp::before{
background:#C49430;
border-radius:50%;
width:0.375rem;
height:6px;
display:inline-block;
content:"";
}
.dls_band_cqp .dls_sh_eb_dot_cqp::before{
background:#E8B84B;
}
.dls_sh_link_cqp{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
display:inline-flex;
white-space:nowrap;
font-weight:600;
font-size:13px;
align-items:center;
border-bottom:1px solid #18130C;
color:#18130C;
padding-bottom:2px;
}
.dls_sh_link_cqp:hover{
border-color:#C49430;
color:#C49430;
}
.dls_sh_link_cqp svg{
width:14px;
height:14px;
}
.dls_sh_link_chev_cqp{
border-bottom:0;
padding-bottom:0;
}
.dls_sh_link_btn_cqp{
border-radius:62.438rem;
padding:9px 1.125rem;
background:#18130C;
border-bottom:0;
color:#F5EDD8;
}
.dls_sh_link_btn_cqp:hover{
background:#2E2519;
border-color:transparent;
color:#F5EDD8;
}
.dls_band_cqp .dls_sh_link_cqp{
border-color:#F5EDD8;
color:#F5EDD8;
}
.dls_band_cqp .dls_sh_link_btn_cqp{
background:#E8B84B;
color:#18130C;
}
.dls_sh_rule_cqp{
background:rgba(20,18,14,0.15);
margin:-2px 0 18px;
height:1px;
}
.dls_band_cqp .dls_sh_rule_cqp{
background:rgba(255,235,180,0.14);
}
.dls_hero_cqp{
padding:32px 0 8px;
}
@media(min-width:771px){
.dls_hero_cqp{
padding:3.5rem 0 24px;
}
}
.dls_hero_in_cqp{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:899px){
.dls_hero_in_cqp{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.dls_hero_copy_cqp{
min-width:0;
}
.dls_hero_eyebrow_cqp{
gap:10px;
margin-bottom:1.375rem;
align-items:center;
display:inline-flex;
}
.dls_hero_eyebrow_line_cqp{
background:#C49430;
flex:0 0 auto;
display:inline-block;
height:1px;
width:28px;
}
.dls_hero_h1_cqp{
font-weight:600;
letter-spacing:-.01em;
margin-bottom:1.25rem;
overflow-wrap:break-word;
line-height:1.04;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#18130C;
font-size:38px;
}
@media(min-width:767px){
.dls_hero_h1_cqp{
font-size:54px;
}
}
@media(min-width:1098px){
.dls_hero_h1_cqp{
font-size:3.875rem;
}
}
.dls_hero_h1_cqp em{
font-style:normal;
color:#C49430;
}
.dls_hero_sub_cqp{
margin-bottom:1.875rem;
color:#8C7660;
line-height:1.6;
font-size:1rem;
max-width:480px;
}
@media(min-width:769px){
.dls_hero_sub_cqp{
font-size:18px;
}
}
.dls_hero_actions_cqp{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
display:flex;
margin-bottom:34px;
}
.dls_hero_cta_cqp{
background:#18130C;
transition:background-color .22s ease;
padding:16px 1.875rem;
gap:0.625rem;
border-radius:999px;
font-weight:700;
font-size:15px;
display:inline-flex;
color:#F5EDD8;
align-items:center;
}
.dls_hero_cta_cqp:hover{
background:#2E2519;
}
.dls_hero_cta_ic_cqp{
align-items:center;
display:inline-flex;
}
.dls_hero_cta_ic_cqp svg{
height:1rem;
width:16px;
}
.dls_hero_cta_alt_cqp{
padding:0.938rem 26px;
border-radius:999px;
background:transparent;
border:1px solid rgba(20,18,14,0.15);
transition:border-color .22s ease,color .22s ease;
font-weight:600;
align-items:center;
display:inline-flex;
font-size:15px;
color:#18130C;
}
.dls_hero_cta_alt_cqp:hover{
border-color:#C49430;
color:#C49430;
}
.dls_hero_trust_cqp{
gap:22px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.dls_hero_trust_item_cqp{
gap:0.563rem;
color:#2E2519;
display:flex;
font-weight:600;
font-size:0.813rem;
align-items:center;
}
.dls_hero_trust_ic_cqp{
color:#C49430;
display:inline-flex;
align-items:center;
}
.dls_hero_trust_ic_cqp svg{
height:1rem;
width:16px;
}
.dls_hero_promo_cqp{
overflow:hidden;
background:#FFFFFF;
border-radius:1.25rem;
position:relative;
display:flex;
box-shadow:0 0.75rem 3rem rgba(20,14,6,0.14), 0 2px 10px rgba(20,14,6,0.10);
min-height:300px;
}
.dls_hero_promo_bg_cqp{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.dls_hero_promo_bg_cqp::after{
inset:0;
background:linear-gradient(120deg,#1A1510 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.dls_hero_promo_glow_cqp{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18) 0%,transparent 65%);
pointer-events:none;
top:-40px;
width:16.25rem;
position:absolute;
height:16.25rem;
right:-1.25rem;
}
.dls_hero_promo_ct_cqp{
padding:1.75rem;
max-width:88%;
z-index:2;
position:relative;
align-self:flex-end;
}
.dls_hero_promo_label_cqp{
margin-bottom:0.5rem;
color:#E8B84B;
text-transform:uppercase;
font-weight:700;
font-size:10px;
letter-spacing:.25em;
display:block;
}
.dls_hero_promo_amount_cqp{
color:#F5EDD8;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
}
@media(min-width:765px){
.dls_hero_promo_amount_cqp{
font-size:2.5rem;
}
}
.dls_hero_promo_amount_cqp em{
color:#E8B84B;
font-style:normal;
}
.dls_hero_rating_cqp{
gap:0.625rem;
padding:10px 14px;
border:1px solid rgba(20,18,14,0.08);
border-radius:0.875rem;
background:#FFFFFF;
right:14px;
top:0.875rem;
z-index:3;
align-items:center;
max-width:min(16.25rem,62%);
box-shadow:0 2px 0.375rem rgba(20,14,6,0.07), 0 8px 24px rgba(20,14,6,0.09);
position:absolute;
display:flex;
}
.dls_hero_rating_score_cqp{
flex:0 0 auto;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:24px;
color:#18130C;
}
.dls_hero_rating_txt_cqp{
flex:1 1 auto;
min-width:0;
}
.dls_hero_rating_stars_cqp{
gap:2px;
color:#C49430;
display:flex;
}
.dls_hero_rating_stars_cqp svg{
height:0.75rem;
width:0.75rem;
}
.dls_hero_rating_cap_cqp{
color:#6B5A44;
margin-top:3px;
display:block;
overflow-wrap:break-word;
font-size:0.688rem;
line-height:1.35;
}
.dls_stat_cqp{
border-top:1px solid rgba(20,18,14,0.15);
border-bottom:1px solid rgba(20,18,14,0.15);
margin-top:1rem;
}
.dls_stat_in_cqp{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.dls_stat_in_cqp{
grid-template-columns:repeat(4,1fr);
}
}
.dls_stat_item_cqp{
padding:1.375rem 14px;
min-width:0;
border-bottom:1px solid rgba(20,18,14,0.08);
border-right:1px solid rgba(20,18,14,0.08);
}
.dls_stat_item_cqp:nth-child(2n){
border-right:0;
}
.dls_stat_item_cqp:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.dls_stat_item_cqp{
border-bottom:0;
}
.dls_stat_item_cqp:nth-child(2n){
border-right:1px solid rgba(20,18,14,0.08);
}
.dls_stat_item_cqp:nth-child(4n){
border-right:0;
}
}
.dls_stat_value_cqp{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:30px;
overflow-wrap:break-word;
line-height:1;
font-weight:700;
color:#18130C;
}
@media(min-width:769px){
.dls_stat_value_cqp{
font-size:34px;
}
}
.dls_stat_label_cqp{
overflow-wrap:break-word;
line-height:1.4;
font-size:0.813rem;
margin-top:0.375rem;
color:#6B5A44;
}
.dls_grow_cqp{
padding:26px 0 10px;
}
.dls_row_seo_cqp{
margin:10px 0 0;
line-height:1.65;
font-size:0.875rem;
color:#8C7660;
overflow-wrap:break-word;
max-width:47.5rem;
}
.dls_row_seo_cqp strong{
font-weight:700;
color:#18130C;
}
.dls_gf_cqp{
padding:24px 0 0.375rem;
}
.dls_gf_in_cqp{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.dls_gf_chip_cqp{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
background:#FFFFFF;
padding:0.625rem 18px;
border:1px solid rgba(20,18,14,0.15);
border-radius:62.438rem;
font-weight:600;
color:#2E2519;
white-space:nowrap;
font-size:13px;
}
.dls_gf_chip_cqp:hover{
border-color:#C49430;
color:#C49430;
}
.dls_gf_chip_cqp.dls_state_active_cqp{
border-color:transparent;
background:#18130C;
color:#F5EDD8;
}
.dls_grow_cqp{
padding:26px 0 0.625rem;
}
.dls_row_seo_cqp{
margin:0.625rem 0 0;
font-size:0.875rem;
color:#8C7660;
overflow-wrap:break-word;
max-width:47.5rem;
line-height:1.65;
}
.dls_row_seo_cqp strong{
font-weight:700;
color:#18130C;
}
.dls_grow_cqp{
padding:1.625rem 0 10px;
}
.dls_row_seo_cqp{
margin:10px 0 0;
color:#8C7660;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
max-width:47.5rem;
}
.dls_row_seo_cqp strong{
color:#18130C;
font-weight:700;
}
.dls_jp_cqp{
padding:1.875rem 0 10px;
}
.dls_jp_grid_cqp{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:765px){
.dls_jp_grid_cqp{
grid-template-columns:1fr 1fr;
}
.dls_jp_card_mega_cqp{
grid-column:1/-1;
}
}
@media(min-width:998px){
.dls_jp_grid_cqp{
grid-template-columns:1.4fr 1fr 1fr;
}
.dls_jp_card_mega_cqp{
grid-column:auto;
}
}
.dls_jp_card_cqp{
background:#FFFFFF;
gap:0.75rem;
padding:26px;
overflow:hidden;
border:1px solid rgba(20,18,14,0.08);
border-radius:1.25rem;
flex-direction:column;
display:flex;
position:relative;
min-width:0;
min-height:12.5rem;
justify-content:space-between;
}
.dls_jp_card_mega_cqp{
background:linear-gradient(135deg,#221B12,#100D08);
border-color:transparent;
min-height:210px;
color:#F5EDD8;
}
.dls_jp_glow_cqp{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
border-radius:50%;
height:200px;
pointer-events:none;
right:-2.5rem;
position:absolute;
width:200px;
top:-2.5rem;
}
.dls_jp_label_cqp{
gap:10px;
align-items:center;
text-transform:uppercase;
font-weight:700;
letter-spacing:.16em;
font-size:0.625rem;
justify-content:space-between;
color:#C49430;
display:flex;
position:relative;
flex-wrap:wrap;
}
.dls_jp_card_mega_cqp .dls_jp_label_cqp{
color:#E8B84B;
}
.dls_jp_drop_cqp{
color:#6B5A44;
letter-spacing:.04em;
font-weight:600;
text-transform:none;
}
.dls_jp_card_mega_cqp .dls_jp_drop_cqp{
color:#A89070;
}
.dls_jp_amount_cqp{
position:relative;
overflow-wrap:break-word;
color:#18130C;
line-height:1;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:2.375rem;
font-weight:700;
}
.dls_jp_card_mega_cqp .dls_jp_amount_cqp{
animation:zm2-pulse 2.4s infinite;
color:#E8B84B;
font-size:48px;
}
@media(min-width:767px){
.dls_jp_card_mega_cqp .dls_jp_amount_cqp{
font-size:3.375rem;
}
}
.dls_jp_game_cqp{
font-size:0.813rem;
position:relative;
color:#6B5A44;
}
.dls_jp_card_mega_cqp .dls_jp_game_cqp{
color:#A89070;
}
.dls_jp_cta_cqp{
position:relative;
align-self:flex-start;
}
.dls_jp_card_mega_cqp .dls_jp_cta_cqp{
border-radius:62.438rem;
padding:0.625rem 20px;
background:#E8B84B;
transition:opacity .22s ease;
font-weight:700;
font-size:13px;
color:#18130C;
}
.dls_jp_card_mega_cqp .dls_jp_cta_cqp:hover{
opacity:.9;
}
.dls_jp_card_cqp:not(.dls_jp_card_mega_cqp) .dls_jp_cta_cqp{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #18130C;
font-size:13px;
font-weight:700;
padding-bottom:2px;
color:#18130C;
}
.dls_jp_card_cqp:not(.dls_jp_card_mega_cqp) .dls_jp_cta_cqp:hover{
border-color:#C49430;
color:#C49430;
}
.dls_jp_seo_cqp{
margin:0.875rem 0 0;
line-height:1.65;
max-width:47.5rem;
font-size:14px;
overflow-wrap:break-word;
color:#8C7660;
}
.dls_jp_seo_cqp strong{
color:#18130C;
font-weight:700;
}
.dls_gm_cqp{
padding:30px 0 0.625rem;
}
.dls_gm_in_cqp{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:879px){
.dls_gm_in_cqp{
grid-template-columns:1.25fr 1fr;
}
}
.dls_gm_left_cqp{
border:1px solid rgba(20,18,14,0.08);
padding:32px;
background:#FFFFFF;
border-radius:1.25rem;
min-width:0;
}
.dls_gm_eyebrow_cqp{
margin-bottom:10px;
}
.dls_gm_h2_cqp{
font-size:1.625rem;
line-height:1.06;
margin-bottom:8px;
font-weight:600;
overflow-wrap:break-word;
color:#18130C;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.dls_gm_h2_cqp{
font-size:1.75rem;
}
}
.dls_gm_text_cqp{
line-height:1.6;
max-width:30rem;
margin-bottom:22px;
font-size:0.875rem;
color:#8C7660;
}
.dls_gm_level_cqp{
margin-bottom:0.5rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#C49430;
font-size:1.375rem;
}
.dls_gm_bar_cqp{
background:rgba(20,18,14,0.15);
border-radius:62.438rem;
overflow:hidden;
margin-bottom:0.375rem;
height:8px;
}
.dls_gm_bar_fill_cqp{
border-radius:62.438rem;
background:linear-gradient(90deg,#C49430,#F0CA6A);
height:100%;
}
.dls_gm_bar_meta_cqp{
gap:0.625rem;
font-size:0.688rem;
justify-content:space-between;
display:flex;
margin-bottom:18px;
color:#6B5A44;
}
.dls_gm_missions_cqp{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.dls_gm_mission_cqp{
gap:0.438rem;
border:1px solid rgba(20,18,14,0.15);
border-radius:62.438rem;
padding:9px 0.938rem;
background:#FAF6F0;
display:inline-flex;
align-items:center;
color:#2E2519;
font-weight:600;
font-size:0.781rem;
}
.dls_gm_mission_ic_cqp{
display:inline-flex;
align-items:center;
color:#C49430;
}
.dls_gm_mission_ic_cqp svg{
height:13px;
width:13px;
}
.dls_gm_right_cqp{
overflow:hidden;
padding:32px;
border-radius:1.25rem;
background:linear-gradient(150deg,#221B12,#100D08);
color:#F5EDD8;
display:flex;
flex-direction:column;
position:relative;
}
.dls_gm_glow_cqp{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
border-radius:50%;
height:150px;
width:9.375rem;
right:-30px;
position:absolute;
top:-1.875rem;
pointer-events:none;
}
.dls_gm_ref_eyebrow_cqp{
margin-bottom:10px;
position:relative;
}
.dls_gm_ref_h2_cqp{
font-weight:600;
position:relative;
line-height:1.1;
color:#F5EDD8;
margin-bottom:8px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:26px;
}
.dls_gm_ref_text_cqp{
color:#A89070;
position:relative;
line-height:1.55;
font-size:13.5px;
margin-bottom:1.25rem;
}
.dls_gm_ref_cta_cqp{
border-radius:62.438rem;
transition:opacity .22s ease;
background:#E8B84B;
padding:11px 22px;
font-weight:700;
font-size:13.5px;
margin-top:auto;
color:#18130C;
position:relative;
align-self:flex-start;
}
.dls_gm_ref_cta_cqp:hover{
opacity:.9;
}
.dls_nl_cqp{
padding:24px 0 10px;
}
.dls_nl_in_cqp{
background:#221B12;
gap:1.375rem;
padding:30px 32px;
border-radius:20px;
display:flex;
color:#F5EDD8;
flex-direction:column;
}
@media(min-width:769px){
.dls_nl_in_cqp{
gap:1.75rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.dls_nl_text_wrap_cqp{
min-width:0;
}
.dls_nl_h3_cqp{
overflow-wrap:break-word;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
margin-bottom:0.313rem;
line-height:1.1;
font-size:22px;
}
@media(min-width:769px){
.dls_nl_h3_cqp{
font-size:24px;
}
}
.dls_nl_text_cqp{
font-size:0.844rem;
line-height:1.5;
color:#A89070;
}
.dls_nl_form_cqp{
flex:1 1 auto;
gap:0.625rem;
max-width:460px;
min-width:0;
display:flex;
}
.dls_nl_input_cqp{
border:1px solid rgba(255,235,180,0.14);
background:rgba(255,245,220,0.07);
border-radius:0.875rem;
padding:13px 1rem;
flex:1 1 auto;
overflow:hidden;
font-size:14px;
color:#A89070;
white-space:nowrap;
display:flex;
text-overflow:ellipsis;
align-items:center;
min-width:0;
}
.dls_nl_btn_cqp{
flex:0 0 auto;
transition:opacity .22s ease;
padding:0.813rem 24px;
background:#E8B84B;
border-radius:14px;
font-weight:700;
color:#18130C;
white-space:nowrap;
font-size:0.875rem;
}
.dls_nl_btn_cqp:hover{
opacity:.9;
}
.dls_trn_cqp{
padding:1.875rem 0 10px;
}
.dls_trn_in_cqp{
border:1px solid rgba(20,18,14,0.08);
border-radius:20px;
grid-template-columns:1fr;
background:#FFFFFF;
overflow:hidden;
display:grid;
}
@media(min-width:879px){
.dls_trn_in_cqp{
grid-template-columns:1.05fr 1fr;
}
}
.dls_trn_banner_cqp{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(150deg,#221B12,#100D08);
color:#F5EDD8;
position:relative;
}
.dls_trn_glow_cqp{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
bottom:-2.5rem;
position:absolute;
pointer-events:none;
height:200px;
right:-2.5rem;
width:12.5rem;
}
.dls_trn_eyebrow_cqp{
margin-bottom:0.875rem;
position:relative;
}
.dls_trn_h2_cqp{
position:relative;
font-size:1.875rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.06;
margin-bottom:12px;
font-weight:600;
color:#F5EDD8;
}
@media(min-width:767px){
.dls_trn_h2_cqp{
font-size:2.25rem;
}
}
.dls_trn_text_cqp{
font-size:0.875rem;
max-width:420px;
line-height:1.6;
margin-bottom:22px;
position:relative;
color:#A89070;
}
.dls_trn_timer_cqp{
gap:0.5rem;
margin-bottom:24px;
display:flex;
align-items:center;
flex-wrap:wrap;
position:relative;
}
.dls_trn_timer_cap_cqp{
color:#A89070;
font-size:11px;
}
.dls_trn_timer_box_cqp{
padding:0.25rem 12px;
background:rgba(255,245,220,0.07);
border-radius:0.5rem;
font-size:1.5rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#F5EDD8;
}
.dls_trn_cta_cqp{
border-radius:999px;
background:#E8B84B;
padding:13px 1.625rem;
transition:opacity .22s ease;
font-size:14px;
position:relative;
font-weight:700;
color:#18130C;
display:inline-block;
}
.dls_trn_cta_cqp:hover{
opacity:.9;
}
.dls_trn_lb_cqp{
padding:1.625rem 28px;
}
.dls_trn_lb_head_cqp{
gap:0.625rem;
align-items:center;
justify-content:space-between;
margin-bottom:0.75rem;
display:flex;
}
.dls_trn_lb_title_cqp{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:20px;
font-weight:600;
color:#18130C;
}
.dls_trn_lb_upd_cqp{
letter-spacing:.08em;
color:#6B5A44;
font-size:11px;
text-transform:uppercase;
}
.dls_trn_lb_row_cqp{
gap:0.875rem;
padding:0.688rem 0.75rem;
border-radius:8px;
display:flex;
align-items:center;
}
.dls_trn_lb_row_cqp:nth-child(2){
background:rgba(196,148,48,0.10);
}
.dls_trn_lb_rank_cqp{
flex:0 0 auto;
font-weight:700;
color:#C49430;
font-size:16px;
width:1.375rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.dls_trn_lb_av_cqp{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#C49430,#F0CA6A);
height:30px;
width:30px;
}
.dls_trn_lb_name_cqp{
flex:1 1 auto;
overflow:hidden;
min-width:0;
text-overflow:ellipsis;
color:#18130C;
font-size:14px;
white-space:nowrap;
font-weight:600;
}
.dls_trn_lb_amount_cqp{
flex:0 0 auto;
font-size:13px;
font-weight:700;
color:#18130C;
}
.dls_vip_cqp{
padding:3rem 0;
}
@media(min-width:767px){
.dls_vip_cqp{
padding:4rem 0;
}
}
.dls_vip_head_cqp{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:882px){
.dls_vip_head_cqp{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.dls_vip_eyebrow_cqp{
margin-bottom:12px;
}
.dls_vip_h2_cqp{
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:32px;
color:#F5EDD8;
}
@media(min-width:769px){
.dls_vip_h2_cqp{
font-size:2.5rem;
}
}
.dls_vip_intro_cqp{
color:#A89070;
line-height:1.6;
max-width:26.25rem;
font-size:0.875rem;
}
.dls_vip_grid_cqp{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.dls_vip_card_cqp{
border:1px solid rgba(255,235,180,0.14);
border-radius:14px;
padding:1.375rem 18px;
min-width:0;
}
.dls_vip_card_feat_cqp{
border-color:#E8B84B;
background:rgba(255,245,220,0.07);
}
.dls_vip_card_ic_cqp{
background:linear-gradient(135deg,#C49430,#F0CA6A);
border-radius:0.5rem;
height:34px;
display:block;
margin-bottom:1rem;
width:2.125rem;
}
.dls_vip_name_cqp{
font-size:1.25rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.375rem;
}
.dls_vip_perk_cqp{
line-height:1.5;
font-size:0.781rem;
overflow-wrap:break-word;
color:#A89070;
}
.dls_app_cqp{
padding:30px 0 10px;
}
.dls_app_in_cqp{
background:#FFFFFF;
border-radius:20px;
border:1px solid rgba(20,18,14,0.08);
gap:1.75rem;
padding:32px;
flex-direction:column;
display:flex;
}
@media(min-width:765px){
.dls_app_in_cqp{
gap:2.5rem;
padding:40px 2.75rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.dls_app_copy_cqp{
min-width:0;
max-width:560px;
}
.dls_app_eyebrow_cqp{
margin-bottom:0.75rem;
}
.dls_app_h2_cqp{
color:#18130C;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:12px;
font-size:28px;
line-height:1.05;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.dls_app_h2_cqp{
font-size:2.125rem;
}
}
.dls_app_text_cqp{
color:#8C7660;
font-size:14px;
margin-bottom:1.375rem;
line-height:1.6;
}
.dls_app_btns_cqp{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.dls_app_btn_cqp{
gap:0.625rem;
transition:background-color .22s ease;
padding:0.688rem 20px;
border-radius:14px;
background:#18130C;
color:#F5EDD8;
display:inline-flex;
align-items:center;
}
.dls_app_btn_cqp:hover{
background:#2E2519;
}
.dls_app_btn_ic_cqp{
display:inline-flex;
align-items:center;
}
.dls_app_btn_ic_cqp svg{
width:1.125rem;
height:1.125rem;
}
.dls_app_btn_lb_cqp{
font-size:13.5px;
font-weight:700;
}
.dls_app_qr_wrap_cqp{
flex:0 0 auto;
gap:18px;
display:flex;
align-items:center;
}
.dls_app_qr_cqp{
border-radius:14px;
flex:0 0 auto;
height:108px;
width:6.75rem;
background-color:#18130C;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 0.313rem 11px);
}
.dls_app_qr_cap_cqp{
color:#6B5A44;
font-size:0.781rem;
line-height:1.4;
max-width:5.75rem;
}
.dls_et_cqp{
padding:36px 0 10px;
}
.dls_et_in_cqp{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:883px){
.dls_et_in_cqp{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.dls_et_left_cqp{
min-width:0;
}
.dls_et_eyebrow_cqp{
margin-bottom:12px;
}
.dls_et_h2_cqp{
line-height:1.06;
margin-bottom:0.875rem;
color:#18130C;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:28px;
font-weight:600;
}
@media(min-width:765px){
.dls_et_h2_cqp{
font-size:2rem;
}
}
.dls_et_text_cqp{
margin-bottom:22px;
font-size:15px;
line-height:1.65;
color:#8C7660;
}
.dls_et_stats_cqp{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.dls_et_stat_cqp{
min-width:0;
}
.dls_et_stat_v_cqp{
color:#18130C;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:26px;
line-height:1;
}
.dls_et_stat_l_cqp{
margin-top:0.25rem;
font-size:0.781rem;
color:#6B5A44;
}
.dls_et_right_cqp{
gap:12px;
display:flex;
flex-direction:column;
}
.dls_et_member_cqp{
background:#FFFFFF;
gap:16px;
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
padding:18px 20px;
display:flex;
align-items:center;
min-width:0;
}
.dls_et_member_av_cqp{
background:linear-gradient(135deg,#221B12,#C49430);
border-radius:50%;
flex:0 0 auto;
height:3rem;
width:48px;
}
.dls_et_member_name_cqp{
overflow-wrap:break-word;
color:#18130C;
font-size:15px;
font-weight:700;
}
.dls_et_member_role_cqp{
color:#6B5A44;
font-size:0.781rem;
overflow-wrap:break-word;
}
.dls_et_updated_cqp{
padding:0.875rem 18px;
border:1px solid rgba(20,18,14,0.08);
gap:0.5rem;
border-radius:0.875rem;
background:#FAF6F0;
display:flex;
align-items:center;
color:#8C7660;
font-size:0.781rem;
}
.dls_wy_cqp{
padding:3rem 0;
}
@media(min-width:771px){
.dls_wy_cqp{
padding:56px 0;
}
}
.dls_wy_in_cqp{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:901px){
.dls_wy_in_cqp{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.dls_wy_left_cqp{
min-width:0;
}
.dls_wy_eyebrow_cqp{
margin-bottom:14px;
}
.dls_wy_h2_cqp{
overflow-wrap:break-word;
line-height:1.05;
font-size:32px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#18130C;
margin-bottom:1rem;
font-weight:600;
}
@media(min-width:768px){
.dls_wy_h2_cqp{
font-size:40px;
}
}
.dls_wy_intro_cqp{
line-height:1.6;
font-size:15px;
color:#8C7660;
}
.dls_wy_grid_cqp{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.dls_wy_grid_cqp{
grid-template-columns:1fr 1fr;
}
}
.dls_wy_card_cqp{
border-radius:0.875rem;
padding:26px;
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.dls_wy_card_ic_cqp{
justify-content:center;
margin-bottom:1rem;
align-items:center;
color:#C49430;
display:inline-flex;
}
.dls_wy_card_ic_cqp svg{
width:26px;
height:1.625rem;
}
.dls_wy_card_h_cqp{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
overflow-wrap:break-word;
color:#18130C;
line-height:1.15;
font-size:1.313rem;
font-weight:600;
}
.dls_wy_card_p_cqp{
line-height:1.55;
color:#8C7660;
overflow-wrap:break-word;
font-size:0.875rem;
}
.dls_tt_cqp{
padding:3rem 0 10px;
}
@media(min-width:770px){
.dls_tt_cqp{
padding:60px 0 0.625rem;
}
}
.dls_tt_head_cqp{
text-align:center;
margin-bottom:34px;
}
.dls_tt_eyebrow_cqp{
margin-bottom:0.75rem;
}
.dls_tt_h2_cqp{
color:#18130C;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
}
@media(min-width:769px){
.dls_tt_h2_cqp{
font-size:2.625rem;
}
}
.dls_tt_grid_cqp{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.dls_tt_grid_cqp{
grid-template-columns:repeat(3,1fr);
}
}
.dls_tt_card_cqp{
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
padding:30px;
display:flex;
min-width:0;
flex-direction:column;
}
.dls_tt_card_ic_cqp{
margin-bottom:1.125rem;
align-items:center;
display:inline-flex;
color:#C49430;
}
.dls_tt_card_ic_cqp svg{
width:1.75rem;
height:1.75rem;
}
.dls_tt_card_h_cqp{
font-size:1.375rem;
font-weight:600;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#18130C;
line-height:1.15;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.dls_tt_card_p_cqp{
color:#8C7660;
overflow-wrap:break-word;
font-size:14px;
margin-bottom:0.875rem;
line-height:1.6;
}
.dls_tt_card_p_cqp b{
font-weight:700;
color:#18130C;
}
.dls_tt_card_link_cqp{
transition:color .22s ease;
font-weight:700;
align-self:flex-start;
border-bottom:1px solid #C49430;
margin-top:auto;
padding-bottom:2px;
color:#18130C;
font-size:13px;
}
.dls_tt_card_link_cqp:hover{
color:#C49430;
}
.dls_rc_cqp{
padding:48px 0 0.625rem;
}
.dls_rc_in_cqp{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.dls_rc_in_cqp{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.dls_rc_col_cqp{
min-width:0;
}
.dls_rc_label_cqp{
color:#C49430;
letter-spacing:.2em;
text-transform:uppercase;
font-size:11px;
margin-bottom:16px;
font-weight:600;
}
.dls_rc_awards_cqp{
gap:12px;
display:flex;
flex-direction:column;
}
.dls_rc_award_cqp{
gap:12px;
display:flex;
align-items:center;
min-width:0;
}
.dls_rc_award_ic_cqp{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#E8B84B;
}
.dls_rc_award_ic_cqp svg{
width:18px;
height:1.125rem;
}
.dls_rc_award_t_cqp{
color:#18130C;
overflow-wrap:break-word;
font-weight:700;
font-size:0.875rem;
}
.dls_rc_award_s_cqp{
color:#6B5A44;
overflow-wrap:break-word;
font-size:12px;
}
.dls_rc_press_cqp{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.dls_rc_press_logo_cqp{
border-radius:0.5rem;
overflow:hidden;
border:1px solid rgba(20,18,14,0.08);
padding:0 8px;
font-size:0.875rem;
color:#8C7660;
align-items:center;
height:3.25rem;
justify-content:center;
white-space:nowrap;
text-overflow:ellipsis;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
text-align:center;
font-weight:700;
display:flex;
}
.dls_rc_partner_cqp{
border:1px solid rgba(20,18,14,0.08);
padding:1.375rem;
border-radius:14px;
background:#FFFFFF;
}
.dls_rc_partner_name_cqp{
margin-bottom:0.375rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#18130C;
font-weight:600;
font-size:20px;
overflow-wrap:break-word;
}
.dls_rc_partner_text_cqp{
color:#8C7660;
line-height:1.55;
overflow-wrap:break-word;
font-size:0.813rem;
}
.dls_hts_cqp{
padding:48px 0;
}
@media(min-width:771px){
.dls_hts_cqp{
padding:62px 0;
}
}
.dls_hts_head_cqp{
gap:1.125rem;
flex-direction:column;
margin-bottom:34px;
display:flex;
}
@media(min-width:771px){
.dls_hts_head_cqp{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.dls_hts_eyebrow_cqp{
margin-bottom:12px;
}
.dls_hts_h2_cqp{
font-size:1.875rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
color:#F5EDD8;
}
@media(min-width:767px){
.dls_hts_h2_cqp{
font-size:38px;
}
}
.dls_hts_cta_cqp{
background:#E8B84B;
transition:opacity .22s ease;
border-radius:62.438rem;
padding:15px 30px;
flex:0 0 auto;
font-size:15px;
color:#18130C;
font-weight:700;
}
.dls_hts_cta_cqp:hover{
opacity:.9;
}
.dls_hts_grid_cqp{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:757px){
.dls_hts_grid_cqp{
grid-template-columns:repeat(3,1fr);
}
}
.dls_hts_step_cqp{
padding-top:22px;
min-width:0;
border-top:1px solid rgba(255,235,180,0.14);
}
.dls_hts_step_num_cqp{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1;
color:#E8B84B;
margin-bottom:14px;
font-weight:700;
font-size:44px;
}
.dls_hts_step_h_cqp{
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:1.188rem;
line-height:1.2;
color:#F5EDD8;
font-weight:700;
}
.dls_hts_step_p_cqp{
font-size:0.875rem;
line-height:1.55;
color:#A89070;
overflow-wrap:break-word;
}
.dls_pmt_cqp{
padding:3rem 0 10px;
}
.dls_pmt_in_cqp{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:883px){
.dls_pmt_in_cqp{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.dls_pmt_left_cqp{
min-width:0;
}
.dls_pmt_eyebrow_cqp{
margin-bottom:12px;
}
.dls_pmt_h2_cqp{
line-height:1.06;
font-size:30px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:600;
color:#18130C;
}
@media(min-width:765px){
.dls_pmt_h2_cqp{
font-size:32px;
}
}
.dls_pmt_text_cqp{
color:#8C7660;
font-size:0.906rem;
line-height:1.6;
margin-bottom:22px;
}
.dls_pmt_logos_cqp{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:478px){
.dls_pmt_logos_cqp{
grid-template-columns:repeat(4,1fr);
}
}
.dls_pmt_logo_cqp{
overflow:hidden;
padding:0 0.5rem;
border-radius:8px;
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.08);
height:50px;
white-space:nowrap;
color:#2E2519;
font-weight:700;
align-items:center;
text-align:center;
display:flex;
justify-content:center;
text-overflow:ellipsis;
font-size:12.5px;
}
.dls_pmt_table_cqp{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.dls_pmt_thead_cqp{
background:#1E1812;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.dls_pmt_th_cqp{
overflow:hidden;
padding:0.813rem 0.875rem;
font-size:10px;
white-space:nowrap;
text-transform:uppercase;
color:#F5EDD8;
letter-spacing:.08em;
text-overflow:ellipsis;
font-weight:700;
}
.dls_pmt_row_cqp{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,18,14,0.08);
display:grid;
}
.dls_pmt_row_cqp:nth-child(odd){
background:#FFFFFF;
}
.dls_pmt_td_cqp{
padding:0.875rem;
min-width:0;
overflow-wrap:break-word;
font-size:0.844rem;
color:#8C7660;
}
.dls_pmt_row_cqp .dls_pmt_td_cqp:first-child{
font-weight:700;
color:#18130C;
}
.dls_pmt_row_cqp .dls_pmt_td_cqp:last-child{
font-weight:700;
color:#2E8B57;
}
.dls_dr_cqp{
padding:36px 0 0.625rem;
}
.dls_dr_in_cqp{
border:1px dashed rgba(20,18,14,0.15);
gap:20px;
padding:28px 2rem;
border-radius:0.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.dls_dr_in_cqp{
gap:2rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.dls_dr_h2_cqp{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.1;
margin-bottom:8px;
font-size:24px;
color:#18130C;
overflow-wrap:break-word;
}
@media(min-width:769px){
.dls_dr_h2_cqp{
font-size:1.625rem;
}
}
.dls_dr_text_cqp{
overflow-wrap:break-word;
max-width:42.5rem;
line-height:1.6;
color:#8C7660;
font-size:14px;
}
.dls_dr_text_cqp b{
font-weight:700;
color:#18130C;
}
.dls_dr_cta_cqp{
transition:color .22s ease;
flex:0 0 auto;
padding-bottom:2px;
white-space:nowrap;
font-weight:700;
border-bottom:1px solid #C49430;
font-size:13.5px;
color:#18130C;
}
.dls_dr_cta_cqp:hover{
color:#C49430;
}
.dls_rv_cqp{
background:#FFFFFF;
padding:48px 0;
margin-top:1.5rem;
border-top:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:769px){
.dls_rv_cqp{
padding:56px 0;
}
}
.dls_rv_head_cqp{
gap:16px;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:765px){
.dls_rv_head_cqp{
gap:20px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.dls_rv_eyebrow_cqp{
margin-bottom:0.625rem;
}
.dls_rv_h2_cqp{
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#18130C;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-size:1.875rem;
}
@media(min-width:765px){
.dls_rv_h2_cqp{
font-size:38px;
}
}
.dls_rv_agg_cqp{
gap:0.75rem;
align-items:center;
display:flex;
}
.dls_rv_agg_stars_cqp{
gap:3px;
display:flex;
color:#C49430;
}
.dls_rv_agg_stars_cqp svg{
width:18px;
height:1.125rem;
}
.dls_rv_source_cqp{
color:#8C7660;
font-size:0.813rem;
}
.dls_rv_grid_cqp{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.dls_rv_grid_cqp{
grid-template-columns:repeat(3,1fr);
}
}
.dls_rv_card_cqp{
background:#FAF6F0;
border-radius:0.875rem;
padding:26px;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.dls_rv_card_stars_cqp{
gap:2px;
margin-bottom:12px;
display:flex;
color:#C49430;
}
.dls_rv_card_stars_cqp svg{
height:14px;
width:14px;
}
.dls_rv_card_body_cqp{
line-height:1.45;
font-weight:500;
font-size:18px;
color:#18130C;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:16px;
}
.dls_rv_card_meta_cqp{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.dls_rv_card_av_cqp{
border-radius:50%;
background:linear-gradient(135deg,#C49430,#F0CA6A);
flex:0 0 auto;
height:32px;
width:32px;
}
.dls_rv_card_author_cqp{
color:#18130C;
font-size:0.813rem;
font-weight:700;
}
.dls_rv_card_loc_cqp{
font-size:0.75rem;
color:#6B5A44;
}
.dls_op_cqp{
padding:36px 0 10px;
}
.dls_op_in_cqp{
border-radius:14px;
background:#FFFFFF;
grid-template-columns:1fr;
padding:32px;
gap:2rem;
border:1px solid rgba(20,18,14,0.08);
display:grid;
align-items:center;
}
@media(min-width:858px){
.dls_op_in_cqp{
grid-template-columns:.9fr 1.1fr;
gap:44px;
padding:2.125rem 40px;
}
}
.dls_op_left_cqp{
min-width:0;
}
.dls_op_eyebrow_cqp{
margin-bottom:12px;
}
.dls_op_h2_cqp{
color:#18130C;
line-height:1.08;
overflow-wrap:break-word;
font-size:1.75rem;
font-weight:600;
margin-bottom:10px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.dls_op_h2_cqp{
font-size:1.875rem;
}
}
.dls_op_text_cqp{
font-size:14px;
line-height:1.6;
color:#8C7660;
}
.dls_op_grid_cqp{
grid-template-columns:1fr 1fr;
gap:1px;
border-radius:8px;
overflow:hidden;
border:1px solid rgba(20,18,14,0.15);
background:rgba(20,18,14,0.15);
display:grid;
}
.dls_op_field_cqp{
background:#FAF6F0;
padding:18px 1.25rem;
min-width:0;
}
.dls_op_field_lb_cqp{
font-size:10px;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
color:#C49430;
margin-bottom:5px;
}
.dls_op_field_val_cqp{
font-weight:700;
font-size:14px;
color:#18130C;
overflow-wrap:break-word;
}
.dls_prov_cqp{
padding:2.5rem 0 20px;
}
.dls_prov_eyebrow_cqp{
display:block;
margin-bottom:1.125rem;
}
.dls_prov_grid_cqp{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:561px){
.dls_prov_grid_cqp{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.dls_prov_grid_cqp{
grid-template-columns:repeat(6,1fr);
}
}
.dls_ts_cqp{
padding:44px 0;
}
.dls_ts_in_cqp{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:878px){
.dls_ts_in_cqp{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.dls_ts_left_cqp{
min-width:0;
}
.dls_ts_h2_cqp{
color:#F5EDD8;
line-height:1.1;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
@media(min-width:771px){
.dls_ts_h2_cqp{
font-size:28px;
}
}
.dls_ts_text_cqp{
font-size:14.5px;
max-width:520px;
color:#A89070;
line-height:1.6;
margin-bottom:22px;
}
.dls_ts_badges_cqp{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.dls_ts_badge_cqp{
color:#A89070;
font-weight:600;
font-size:0.813rem;
}
.dls_ts_pay_cqp{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.dls_ts_pay_cqp{
justify-content:flex-end;
}
}
.dls_ts_pay_chip_cqp{
background:rgba(255,245,220,0.07);
padding:12px 1rem;
border:1px solid rgba(255,235,180,0.14);
border-radius:14px;
font-weight:700;
color:#F5EDD8;
font-size:0.875rem;
}
.dls_sg_cqp{
padding:3rem 0 0.625rem;
}
.dls_sg_eyebrow_cqp{
margin-bottom:0.75rem;
display:block;
}
.dls_sg_h2_cqp{
color:#18130C;
line-height:1.05;
font-size:30px;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.75rem;
font-weight:600;
}
@media(min-width:770px){
.dls_sg_h2_cqp{
font-size:2.25rem;
}
}
.dls_sg_grid_cqp{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.dls_sg_grid_cqp{
grid-template-columns:repeat(3,1fr);
}
}
.dls_sg_col_cqp{
min-width:0;
}
.dls_sg_col_h_cqp{
font-weight:600;
margin-bottom:10px;
font-size:22px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#18130C;
line-height:1.15;
overflow-wrap:break-word;
}
.dls_sg_col_p_cqp{
color:#8C7660;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
}
.dls_sb_cqp{
background:#FFFFFF;
padding:48px 0;
border-top:1px solid rgba(20,18,14,0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:766px){
.dls_sb_cqp{
padding:3.5rem 0;
}
}
.dls_sb_eyebrow_cqp{
margin-bottom:0.75rem;
display:block;
}
.dls_sb_h2_cqp{
margin-bottom:1.625rem;
font-size:30px;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#18130C;
}
@media(min-width:768px){
.dls_sb_h2_cqp{
font-size:2.25rem;
}
}
.dls_sb_grid_cqp{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.dls_sb_grid_cqp{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.dls_sb_grid_cqp{
grid-template-columns:repeat(4,1fr);
}
}
.dls_sb_card_cqp{
background:#FAF6F0;
padding:24px;
border:1px solid rgba(20,18,14,0.08);
border-radius:0.875rem;
min-width:0;
}
.dls_sb_card_h_cqp{
margin-bottom:0.5rem;
font-size:19px;
line-height:1.15;
color:#18130C;
overflow-wrap:break-word;
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.dls_sb_card_p_cqp{
overflow-wrap:break-word;
color:#8C7660;
line-height:1.6;
font-size:13.5px;
}
.dls_sb_rtp_cqp{
border-radius:0.875rem;
grid-template-columns:1fr;
border:1px solid rgba(20,18,14,0.08);
gap:24px;
background:#FAF6F0;
padding:1.625rem 28px;
display:grid;
margin-top:1.125rem;
align-items:center;
}
@media(min-width:757px){
.dls_sb_rtp_cqp{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.dls_sb_rtp_h_cqp{
font-weight:600;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#18130C;
font-size:1.25rem;
margin-bottom:8px;
line-height:1.15;
}
.dls_sb_rtp_p_cqp{
color:#8C7660;
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
}
.dls_sb_rtp_stats_cqp{
gap:16px;
display:flex;
}
.dls_sb_stat_cqp{
flex:1 1 0;
border-radius:0.5rem;
padding:1.125rem;
background:#FFFFFF;
min-width:0;
text-align:center;
}
.dls_sb_stat_v_cqp{
font-size:1.625rem;
overflow-wrap:break-word;
color:#2E8B57;
font-weight:700;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
}
.dls_sb_stat_l_cqp{
margin-top:4px;
font-size:11.5px;
color:#6B5A44;
}
.dls_faq_cqp{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(20,18,14,0.08);
margin-top:1.5rem;
border-top:1px solid rgba(20,18,14,0.08);
}
@media(min-width:771px){
.dls_faq_cqp{
padding:62px 0;
}
}
.dls_faq_head_cqp{
text-align:center;
margin-bottom:34px;
}
.dls_faq_eyebrow_cqp{
margin-bottom:0.75rem;
}
.dls_faq_h2_cqp{
line-height:1.05;
overflow-wrap:break-word;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#18130C;
font-size:2rem;
font-weight:600;
}
@media(min-width:769px){
.dls_faq_h2_cqp{
font-size:2.375rem;
}
}
.dls_faq_list_cqp{
gap:12px;
margin:0 auto;
max-width:51.25rem;
display:flex;
flex-direction:column;
}
.dls_faq_item_cqp{
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
border-radius:14px;
background:#FAF6F0;
}
.dls_faq_q_cqp{
list-style:none;
gap:20px;
padding:1.25rem 24px;
cursor:pointer;
overflow-wrap:break-word;
font-weight:700;
display:flex;
align-items:center;
justify-content:space-between;
color:#18130C;
font-size:16px;
}
.dls_faq_q_cqp::-webkit-details-marker{
display:none;
}
.dls_faq_q_ic_cqp{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
color:#C49430;
display:inline-flex;
}
.dls_faq_q_ic_cqp svg{
height:1.125rem;
width:1.125rem;
}
.dls_faq_item_cqp[open] .dls_faq_q_ic_cqp{
transform:rotate(180deg);
}
.dls_faq_a_cqp{
padding:0 24px 1.25rem;
overflow-wrap:break-word;
color:#8C7660;
line-height:1.6;
font-size:0.906rem;
}
.dls_el_cqp{
padding:48px 0;
}
@media(min-width:769px){
.dls_el_cqp{
padding:56px 0;
}
}
.dls_el_in_cqp{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:901px){
.dls_el_in_cqp{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.dls_el_left_cqp{
min-width:0;
}
.dls_el_eyebrow_cqp{
margin-bottom:14px;
}
.dls_el_h2_cqp{
font-weight:600;
overflow-wrap:break-word;
line-height:1.08;
color:#18130C;
margin-bottom:22px;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
}
@media(min-width:765px){
.dls_el_h2_cqp{
font-size:38px;
}
}
.dls_el_body_cqp p{
color:#2E2519;
line-height:1.7;
font-size:16px;
overflow-wrap:break-word;
margin-bottom:1.125rem;
}
.dls_el_dropcap_cqp{
padding:6px 12px 0 0;
font-weight:700;
float:left;
font-size:3.875rem;
line-height:.8;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
color:#C49430;
}
.dls_el_right_cqp{
min-width:0;
}
.dls_el_quote_cqp{
padding:2.25rem;
border-radius:1.25rem;
background:linear-gradient(150deg,#221B12,#100D08);
margin-bottom:24px;
position:relative;
color:#F5EDD8;
}
.dls_el_quote_mark_cqp{
align-items:center;
margin-bottom:0.375rem;
color:#E8B84B;
display:inline-flex;
}
.dls_el_quote_mark_cqp svg{
width:2.125rem;
height:34px;
}
.dls_el_quote_text_cqp{
font-weight:500;
line-height:1.4;
overflow-wrap:break-word;
color:#F5EDD8;
margin-bottom:1.375rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-size:22px;
}
.dls_el_quote_meta_cqp{
gap:12px;
display:flex;
align-items:center;
}
.dls_el_quote_av_cqp{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49430,#F0CA6A);
width:2.375rem;
height:2.375rem;
}
.dls_el_quote_author_cqp{
color:#F5EDD8;
font-weight:700;
font-size:0.875rem;
}
.dls_el_quote_meta_sub_cqp{
color:#A89070;
font-size:0.75rem;
}
.dls_el_explain_cqp{
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
}
.dls_el_explain_card_cqp{
padding:22px 1.5rem;
}
.dls_el_explain_card_cqp+.dls_el_explain_card_cqp{
border-top:1px solid rgba(20,18,14,0.08);
}
.dls_el_explain_h_cqp{
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-size:20px;
color:#18130C;
font-weight:600;
}
.dls_el_explain_p_cqp{
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
color:#8C7660;
}
.dls_lh_cqp{
padding:40px 0 20px;
}
.dls_lh_in_cqp{
border-top:1px solid rgba(20,18,14,0.15);
padding-top:2.125rem;
}
.dls_lh_eyebrow_cqp{
margin-bottom:1.375rem;
display:block;
}
.dls_lh_grid_cqp{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.dls_lh_grid_cqp{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.dls_lh_grid_cqp{
grid-template-columns:repeat(5,1fr);
}
}
.dls_lh_col_cqp{
min-width:0;
}
.dls_lh_col_h_cqp{
font-weight:700;
overflow-wrap:break-word;
color:#18130C;
font-size:13px;
margin-bottom:0.75rem;
}
.dls_lh_links_cqp{
gap:8px;
flex-direction:column;
display:flex;
}
.dls_lh_link_cqp{
transition:color .22s ease;
color:#8C7660;
font-size:0.813rem;
overflow-wrap:break-word;
}
.dls_lh_link_cqp:hover{
color:#C49430;
}
.dls_ft_cqp{
background:#1E1812;
margin-top:40px;
color:#A89070;
}
.dls_ft_in_cqp{
padding:48px 0 1.75rem;
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:600px){
.dls_ft_in_cqp{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.dls_ft_in_cqp{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.dls_ft_brand_cqp{
min-width:0;
}
.dls_ft_logo_cqp{
color:#F5EDD8;
font-family:"Source Serif 4", 'Iowan Old Style', Georgia, serif;
font-weight:700;
overflow-wrap:break-word;
font-size:26px;
}
.dls_ft_tagline_cqp{
font-size:13.5px;
margin-top:14px;
line-height:1.6;
max-width:280px;
color:#A89070;
}
.dls_ft_contact_cqp{
transition:color .22s ease;
max-width:17.5rem;
overflow-wrap:anywhere;
display:inline-block;
color:#E8B84B;
margin-top:0.75rem;
font-size:0.813rem;
}
.dls_ft_contact_cqp:hover{
color:#F5EDD8;
}
.dls_ft_col_cqp{
min-width:0;
}
.dls_ft_col_h_cqp{
overflow-wrap:break-word;
font-size:0.813rem;
color:#F5EDD8;
letter-spacing:.08em;
font-weight:700;
margin-bottom:14px;
text-transform:uppercase;
}
.dls_ft_col_links_cqp{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.dls_ft_link_cqp{
transition:color .22s ease;
color:#A89070;
font-size:13.5px;
overflow-wrap:break-word;
}
.dls_ft_link_cqp:hover{
color:#F5EDD8;
}
.dls_ft_bot_cqp{
gap:16px;
padding:22px 0 40px;
border-top:1px solid rgba(255,235,180,0.14);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.dls_ft_bot_cqp{
gap:1.25rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.dls_ft_legal_cqp{
line-height:1.6;
font-size:0.719rem;
overflow-wrap:break-word;
max-width:47.5rem;
color:#B5A38E;
}
.dls_ft_legal_cqp b{
color:#A89070;
font-weight:700;
}
.dls_ft_age_cqp{
border-radius:8px;
border:1.5px solid #E8B84B;
padding:0.25rem 0.563rem;
flex:0 0 auto;
font-size:0.813rem;
font-weight:700;
color:#E8B84B;
}