*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1610;
-webkit-font-smoothing:antialiased;
line-height:1.6;
color:#C8BC9E;
font-size:15px;
overflow-wrap:break-word;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.pdo-layout_9uu{
display:flex;
min-height:100vh;
flex-direction:column;
}
.pdo-main_9uu{
flex:1 1 auto;
min-width:0;
width:100%;
}
.pdo-container_9uu{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:87.5rem;
}
@media(min-width:771px){
.pdo-container_9uu{
padding:0 32px;
}
}
@media(min-width:1101px){
.pdo-container_9uu{
padding:0 56px;
}
}
.pdo-eyebrow_9uu{
display:inline-block;
overflow-wrap:break-word;
font-weight:600;
letter-spacing:.2em;
text-transform:uppercase;
color:#A07840;
line-height:1.4;
font-family:"Golos Text", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:11px;
}
.pdo-band_9uu{
background:#13110C;
color:#F0E8D8;
}
.pdo-band_9uu .pdo-eyebrow_9uu{
color:#C8A04A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.pdo-tb_9uu{
background:#1A1610;
z-index:50;
top:0;
border-bottom:1px solid rgba(240,228,200,0.13);
position:sticky;
}
.pdo-tb_in_9uu{
margin:0 auto;
padding:12px 1rem;
gap:1rem;
align-items:center;
justify-content:space-between;
display:flex;
max-width:87.5rem;
width:100%;
}
@media(min-width:769px){
.pdo-tb_in_9uu{
padding:1rem 32px;
}
}
@media(min-width:1101px){
.pdo-tb_in_9uu{
padding:1.125rem 3.5rem;
}
}
.pdo-tb_left_9uu{
gap:1.75rem;
display:flex;
align-items:center;
min-width:0;
}
.pdo-tb_logo_9uu{
gap:11px;
min-width:0;
display:flex;
align-items:center;
}
.pdo-tb_logo_mark_9uu{
border-radius:0.5rem;
flex:0 0 auto;
object-fit:cover;
width:34px;
height:2.125rem;
}
.pdo-tb_logo_txt_9uu{
min-width:0;
display:flex;
line-height:1;
flex-direction:column;
}
.pdo-tb_logo_name_9uu{
overflow:hidden;
white-space:nowrap;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
font-weight:700;
color:#F0E8D8;
text-overflow:ellipsis;
letter-spacing:.02em;
}
.pdo-tb_logo_sub_9uu{
overflow:hidden;
text-transform:uppercase;
font-weight:600;
font-size:8.5px;
text-overflow:ellipsis;
margin-top:4px;
white-space:nowrap;
color:#A07840;
letter-spacing:.32em;
}
.pdo-tb_nav_9uu{
display:none;
}
@media(min-width:962px){
.pdo-tb_nav_9uu{
gap:28px;
display:flex;
align-items:center;
}
}
.pdo-tb_nav_item_9uu{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
color:#C8BC9E;
font-weight:600;
white-space:nowrap;
padding-bottom:3px;
font-size:14px;
}
.pdo-tb_nav_item_9uu:hover{
color:#F0E8D8;
}
.pdo-tb_nav_item_9uu.pdo-state_active_9uu{
border-color:#A07840;
color:#F0E8D8;
}
.pdo-tb_right_9uu{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.pdo-tb_search_9uu{
transition:color .22s ease;
color:#C8BC9E;
justify-content:center;
display:flex;
align-items:center;
}
.pdo-tb_search_9uu:hover{
color:#A07840;
}
.pdo-tb_search_9uu svg{
width:18px;
height:18px;
}
.pdo-tb_lang_9uu{
color:#9A8E72;
letter-spacing:.1em;
font-size:0.688rem;
font-weight:600;
text-transform:uppercase;
}
.pdo-tb_lang_9uu:hover{
color:#F0E8D8;
}
.pdo-tb_login_9uu{
font-size:0.875rem;
display:none;
font-weight:600;
color:#F0E8D8;
}
@media(min-width:770px){
.pdo-tb_login_9uu{
display:inline-block;
}
}
.pdo-tb_register_9uu{
background:#C8A04A;
border-radius:62.438rem;
padding:11px 22px;
transition:background-color .22s ease;
font-size:0.875rem;
font-weight:700;
color:#1A1208;
white-space:nowrap;
}
.pdo-tb_register_9uu:hover{
background:#D8B460;
}
.pdo-mob_9uu{
background:#1A1610;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
right:0;
left:0;
border-top:1px solid rgba(240,228,200,0.13);
bottom:0;
z-index:60;
}
@media(min-width:960px){
.pdo-mob_9uu{
display:none;
}
}
.pdo-mob_in_9uu{
margin:0 auto;
justify-content:space-around;
max-width:560px;
align-items:stretch;
display:flex;
}
.pdo-mob_item_9uu{
transition:color .22s ease;
padding:0.563rem 4px;
gap:3px;
flex:1 1 0;
min-width:0;
display:flex;
align-items:center;
flex-direction:column;
color:#9A8E72;
}
.pdo-mob_item_9uu.pdo-state_active_9uu{
color:#A07840;
}
.pdo-mob_ic_9uu{
justify-content:center;
display:flex;
align-items:center;
}
.pdo-mob_ic_9uu svg{
width:1.25rem;
height:1.25rem;
}
.pdo-mob_lb_9uu{
overflow:hidden;
max-width:100%;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
font-size:10px;
}
@media(max-width:957px){
body{
padding-bottom:3.75rem;
}
}
.pdo-rail_9uu{
position:relative;
min-width:0;
}
.pdo-rail_scroll_9uu{
gap:0.875rem;
display:flex;
padding-bottom:14px;
overflow-x:auto;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
}
@media(min-width:765px){
.pdo-rail_scroll_9uu{
gap:1.125rem;
}
}
.pdo-gc_9uu{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.pdo-gc_9uu{
width:11.75rem;
}
}
.pdo-gc_img_9uu{
border-radius:0.875rem;
background:#221E14;
overflow:hidden;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.28);
position:relative;
}
.pdo-gc_img_9uu img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.pdo-gc_cover_9uu{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.pdo-gc_hover_9uu{
inset:0;
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
justify-content:center;
position:absolute;
align-items:center;
opacity:0;
display:flex;
}
.pdo-gc_9uu:hover .pdo-gc_hover_9uu{
opacity:1;
}
.pdo-gc_hover_btn_9uu{
border-radius:999px;
background:#C8A04A;
color:#1A1208;
height:2.875rem;
width:46px;
display:flex;
justify-content:center;
align-items:center;
}
.pdo-gc_hover_btn_9uu svg{
width:1.125rem;
height:18px;
}
.pdo-gc_info_9uu{
gap:2px;
display:flex;
margin-top:9px;
flex-direction:column;
min-width:0;
}
.pdo-gc_name_9uu{
overflow:hidden;
white-space:nowrap;
color:#F0E8D8;
font-size:13px;
text-overflow:ellipsis;
font-weight:700;
}
.pdo-gc_prov_9uu{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#9A8E72;
font-size:0.688rem;
}
.pdo-gc_meta_9uu{
font-size:0.688rem;
color:#9A8E72;
}
.pdo-tc_9uu{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:766px){
.pdo-tc_9uu{
width:230px;
}
}
.pdo-tc_img_9uu{
overflow:hidden;
border-radius:14px;
background:#221E14;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
}
.pdo-tc_img_9uu img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.pdo-tc_info_9uu{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:9px;
}
.pdo-tc_name_9uu{
overflow:hidden;
text-overflow:ellipsis;
font-size:14px;
color:#F0E8D8;
white-space:nowrap;
font-weight:700;
}
.pdo-tc_rtp_9uu{
color:#9A8E72;
font-size:11px;
}
.pdo-lc_9uu{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:765px){
.pdo-lc_9uu{
width:268px;
}
}
.pdo-lc_img_9uu{
overflow:hidden;
background:#221E14;
border-radius:0.875rem;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.28);
position:relative;
padding-bottom:62.5%;
}
.pdo-lc_img_9uu img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.pdo-lc_live_9uu{
gap:0.438rem;
background:rgba(0,0,0,0.52);
border-radius:62.438rem;
padding:4px 0.563rem;
align-items:center;
left:0.75rem;
position:absolute;
display:flex;
top:0.75rem;
}
.pdo-lc_live_dot_9uu{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#B04A30;
width:8px;
height:8px;
}
.pdo-lc_seats_9uu{
font-weight:600;
font-size:10px;
letter-spacing:.08em;
text-transform:uppercase;
color:#F0E8D8;
}
.pdo-lc_info_9uu{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:0.563rem;
}
.pdo-lc_name_9uu{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#F0E8D8;
font-size:0.938rem;
font-weight:700;
}
.pdo-lc_bet_9uu{
color:#9A8E72;
font-size:0.688rem;
}
.pdo-pc_9uu{
border-radius:0.875rem;
background:#221E14;
padding:1rem 14px;
gap:0.5rem;
border:1px solid rgba(240,228,200,0.07);
justify-content:center;
flex-direction:column;
display:flex;
min-width:0;
align-items:center;
min-height:4.625rem;
}
.pdo-pc_logo_9uu{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:1.75rem;
}
.pdo-pc_name_9uu{
overflow:hidden;
text-overflow:ellipsis;
color:#9A8E72;
font-size:11px;
max-width:100%;
white-space:nowrap;
text-align:center;
}
.pdo-gc_tag_9uu{
border-radius:0.5rem;
padding:3px 0.5rem;
top:10px;
z-index:2;
left:10px;
position:absolute;
text-transform:uppercase;
letter-spacing:.06em;
font-size:10px;
display:inline-block;
font-weight:700;
}
.pdo-gc_tag_hot_9uu{
background:#B04A30;
color:#F0E8D8;
}
.pdo-gc_tag_new_9uu{
background:#C8A04A;
color:#1A1208;
}
.pdo-gc_tag_jp_9uu{
background:#C49B38;
color:#1A1208;
}
.pdo-gc_tag_live_9uu{
background:#B04A30;
color:#F0E8D8;
}
.pdo-sh_9uu{
margin-bottom:18px;
min-width:0;
}
.pdo-sh_row_9uu{
gap:1rem;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
}
.pdo-sh_row_9uu .pdo-sh_l_9uu{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.pdo-sh_stack_9uu{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.pdo-sh_center_9uu{
gap:10px;
text-align:center;
align-items:center;
display:flex;
flex-direction:column;
}
.pdo-sh_h2_9uu{
line-height:1.1;
color:#F0E8D8;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
font-size:1.5rem;
}
@media(min-width:768px){
.pdo-sh_h2_9uu{
font-size:1.875rem;
}
}
.pdo-band_9uu .pdo-sh_h2_9uu{
color:#F0E8D8;
}
.pdo-sh_eb_line_9uu{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.pdo-sh_eb_line_9uu::before{
background:#A07840;
content:"";
height:1px;
width:28px;
display:inline-block;
}
.pdo-band_9uu .pdo-sh_eb_line_9uu::before{
background:#C8A04A;
}
.pdo-sh_eb_dot_9uu{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.pdo-sh_eb_dot_9uu::before{
border-radius:50%;
background:#A07840;
height:0.375rem;
width:6px;
content:"";
display:inline-block;
}
.pdo-band_9uu .pdo-sh_eb_dot_9uu::before{
background:#C8A04A;
}
.pdo-sh_link_9uu{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
white-space:nowrap;
border-bottom:1px solid #F0E8D8;
align-items:center;
color:#F0E8D8;
font-size:0.813rem;
display:inline-flex;
font-weight:600;
padding-bottom:2px;
}
.pdo-sh_link_9uu:hover{
border-color:#A07840;
color:#A07840;
}
.pdo-sh_link_9uu svg{
width:0.875rem;
height:0.875rem;
}
.pdo-sh_link_chev_9uu{
border-bottom:0;
padding-bottom:0;
}
.pdo-sh_link_btn_9uu{
padding:0.563rem 18px;
border-radius:62.438rem;
background:#C8A04A;
color:#1A1208;
border-bottom:0;
}
.pdo-sh_link_btn_9uu:hover{
background:#D8B460;
border-color:transparent;
color:#1A1208;
}
.pdo-band_9uu .pdo-sh_link_9uu{
border-color:#F0E8D8;
color:#F0E8D8;
}
.pdo-band_9uu .pdo-sh_link_btn_9uu{
background:#C8A04A;
color:#1A1208;
}
.pdo-sh_rule_9uu{
background:rgba(240,228,200,0.13);
margin:-2px 0 18px;
height:1px;
}
.pdo-band_9uu .pdo-sh_rule_9uu{
background:rgba(240,228,200,0.13);
}
.pdo-hero_9uu{
padding:2rem 0 8px;
}
@media(min-width:766px){
.pdo-hero_9uu{
padding:56px 0 1.5rem;
}
}
.pdo-hero_in_9uu{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:900px){
.pdo-hero_in_9uu{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.pdo-hero_copy_9uu{
min-width:0;
}
.pdo-hero_eyebrow_9uu{
gap:0.625rem;
display:inline-flex;
align-items:center;
margin-bottom:22px;
}
.pdo-hero_eyebrow_line_9uu{
flex:0 0 auto;
background:#A07840;
width:28px;
height:1px;
display:inline-block;
}
.pdo-hero_h1_9uu{
letter-spacing:-.01em;
font-weight:600;
overflow-wrap:break-word;
color:#F0E8D8;
margin-bottom:20px;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-size:38px;
line-height:1.04;
}
@media(min-width:771px){
.pdo-hero_h1_9uu{
font-size:54px;
}
}
@media(min-width:1100px){
.pdo-hero_h1_9uu{
font-size:62px;
}
}
.pdo-hero_h1_9uu em{
color:#A07840;
font-style:normal;
}
.pdo-hero_sub_9uu{
color:#7A7060;
margin-bottom:30px;
max-width:30rem;
line-height:1.6;
font-size:1rem;
}
@media(min-width:770px){
.pdo-hero_sub_9uu{
font-size:18px;
}
}
.pdo-hero_actions_9uu{
gap:0.875rem;
flex-wrap:wrap;
margin-bottom:34px;
align-items:center;
display:flex;
}
.pdo-hero_cta_9uu{
padding:16px 30px;
border-radius:999px;
background:#C8A04A;
transition:background-color .22s ease;
gap:0.625rem;
display:inline-flex;
align-items:center;
font-weight:700;
font-size:0.938rem;
color:#1A1208;
}
.pdo-hero_cta_9uu:hover{
background:#D8B460;
}
.pdo-hero_cta_ic_9uu{
align-items:center;
display:inline-flex;
}
.pdo-hero_cta_ic_9uu svg{
height:16px;
width:1rem;
}
.pdo-hero_cta_alt_9uu{
border-radius:62.438rem;
background:transparent;
padding:0.938rem 26px;
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(240,228,200,0.13);
align-items:center;
font-size:15px;
color:#F0E8D8;
display:inline-flex;
font-weight:600;
}
.pdo-hero_cta_alt_9uu:hover{
border-color:#A07840;
color:#A07840;
}
.pdo-hero_trust_9uu{
gap:1.375rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.pdo-hero_trust_item_9uu{
gap:0.563rem;
display:flex;
align-items:center;
color:#C8BC9E;
font-weight:600;
font-size:13px;
}
.pdo-hero_trust_ic_9uu{
display:inline-flex;
color:#A07840;
align-items:center;
}
.pdo-hero_trust_ic_9uu svg{
height:1rem;
width:16px;
}
.pdo-hero_promo_9uu{
border-radius:1.25rem;
overflow:hidden;
background:#221E14;
position:relative;
min-height:300px;
box-shadow:0 12px 3rem rgba(0,0,0,0.55), 0 2px 0.5rem rgba(160,120,64,0.12);
display:flex;
}
.pdo-hero_promo_bg_9uu{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.pdo-hero_promo_bg_9uu::after{
background:linear-gradient(120deg,#13110C 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.pdo-hero_promo_glow_9uu{
background:radial-gradient(circle,rgba(160,120,60,0.18) 0%,transparent 65%);
border-radius:50%;
height:16.25rem;
position:absolute;
width:260px;
right:-1.25rem;
pointer-events:none;
top:-40px;
}
.pdo-hero_promo_ct_9uu{
padding:1.75rem;
z-index:2;
max-width:88%;
align-self:flex-end;
position:relative;
}
.pdo-hero_promo_label_9uu{
text-transform:uppercase;
display:block;
font-size:10px;
margin-bottom:8px;
letter-spacing:.25em;
color:#C8A04A;
font-weight:700;
}
.pdo-hero_promo_amount_9uu{
font-size:2rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
color:#F0E8D8;
line-height:1.05;
}
@media(min-width:770px){
.pdo-hero_promo_amount_9uu{
font-size:2.5rem;
}
}
.pdo-hero_promo_amount_9uu em{
color:#C8A04A;
font-style:normal;
}
.pdo-hero_rating_9uu{
border-radius:0.875rem;
padding:0.625rem 14px;
gap:0.625rem;
border:1px solid rgba(240,228,200,0.07);
background:#221E14;
display:flex;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
z-index:3;
align-items:center;
right:14px;
max-width:min(260px,62%);
position:absolute;
top:0.875rem;
}
.pdo-hero_rating_score_9uu{
flex:0 0 auto;
font-weight:700;
color:#F0E8D8;
font-size:1.5rem;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
.pdo-hero_rating_txt_9uu{
flex:1 1 auto;
min-width:0;
}
.pdo-hero_rating_stars_9uu{
gap:2px;
color:#A07840;
display:flex;
}
.pdo-hero_rating_stars_9uu svg{
width:12px;
height:12px;
}
.pdo-hero_rating_cap_9uu{
color:#9A8E72;
margin-top:3px;
font-size:11px;
display:block;
overflow-wrap:break-word;
line-height:1.35;
}
.pdo-stat_9uu{
border-bottom:1px solid rgba(240,228,200,0.13);
border-top:1px solid rgba(240,228,200,0.13);
margin-top:16px;
}
.pdo-stat_in_9uu{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.pdo-stat_in_9uu{
grid-template-columns:repeat(4,1fr);
}
}
.pdo-stat_item_9uu{
padding:1.375rem 14px;
border-right:1px solid rgba(240,228,200,0.07);
border-bottom:1px solid rgba(240,228,200,0.07);
min-width:0;
}
.pdo-stat_item_9uu:nth-child(2n){
border-right:0;
}
.pdo-stat_item_9uu:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.pdo-stat_item_9uu{
border-bottom:0;
}
.pdo-stat_item_9uu:nth-child(2n){
border-right:1px solid rgba(240,228,200,0.07);
}
.pdo-stat_item_9uu:nth-child(4n){
border-right:0;
}
}
.pdo-stat_value_9uu{
font-size:1.875rem;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F0E8D8;
line-height:1;
font-weight:700;
}
@media(min-width:767px){
.pdo-stat_value_9uu{
font-size:2.125rem;
}
}
.pdo-stat_label_9uu{
overflow-wrap:break-word;
font-size:0.813rem;
margin-top:6px;
color:#9A8E72;
line-height:1.4;
}
.pdo-gf_9uu{
padding:24px 0 0.375rem;
}
.pdo-gf_in_9uu{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.pdo-gf_chip_9uu{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(240,228,200,0.13);
border-radius:999px;
padding:0.625rem 18px;
background:#221E14;
color:#C8BC9E;
font-weight:600;
font-size:0.813rem;
white-space:nowrap;
}
.pdo-gf_chip_9uu:hover{
border-color:#A07840;
color:#A07840;
}
.pdo-gf_chip_9uu.pdo-state_active_9uu{
border-color:transparent;
background:#C8A04A;
color:#1A1208;
}
.pdo-grow_9uu{
padding:1.625rem 0 10px;
}
.pdo-row_seo_9uu{
margin:0.625rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
color:#7A7060;
font-size:0.875rem;
max-width:47.5rem;
}
.pdo-row_seo_9uu strong{
font-weight:700;
color:#F0E8D8;
}
.pdo-pr_9uu{
padding:30px 0 6px;
}
.pdo-pr_card_9uu{
background:#221E14;
padding:26px;
border:1px solid rgba(240,228,200,0.07);
overflow:hidden;
border-radius:20px;
gap:10px;
flex:0 0 auto;
display:flex;
width:17.5rem;
flex-direction:column;
position:relative;
min-height:200px;
}
@media(min-width:770px){
.pdo-pr_card_9uu{
width:18.75rem;
}
}
.pdo-pr_card_feat_9uu{
border-color:transparent;
background:linear-gradient(150deg,#1E1A0E,#0E0C07);
color:#F0E8D8;
}
.pdo-pr_glow_9uu{
background:radial-gradient(circle,rgba(160,120,60,0.18),transparent 70%);
border-radius:50%;
opacity:0;
top:-1.875rem;
right:-1.875rem;
width:8.125rem;
height:130px;
pointer-events:none;
position:absolute;
}
.pdo-pr_card_feat_9uu .pdo-pr_glow_9uu{
opacity:1;
}
.pdo-pr_label_9uu{
position:relative;
font-size:0.625rem;
text-transform:uppercase;
color:#A07840;
letter-spacing:.16em;
font-weight:700;
}
.pdo-pr_card_feat_9uu .pdo-pr_label_9uu{
color:#C8A04A;
}
.pdo-pr_amount_9uu{
font-size:1.625rem;
overflow-wrap:break-word;
position:relative;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
color:#F0E8D8;
font-weight:600;
line-height:1.08;
}
.pdo-pr_card_feat_9uu .pdo-pr_amount_9uu{
color:#F0E8D8;
}
.pdo-pr_amount_9uu em{
font-style:normal;
color:#A07840;
}
.pdo-pr_card_feat_9uu .pdo-pr_amount_9uu em{
color:#C8A04A;
}
.pdo-pr_terms_9uu{
position:relative;
line-height:1.5;
font-size:0.813rem;
color:#9A8E72;
}
.pdo-pr_card_feat_9uu .pdo-pr_terms_9uu{
color:#A89E82;
}
.pdo-pr_cta_9uu{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.pdo-pr_card_feat_9uu .pdo-pr_cta_9uu{
border-radius:999px;
padding:9px 1.125rem;
transition:opacity .22s ease;
background:#C8A04A;
color:#1A1208;
font-weight:700;
font-size:0.813rem;
}
.pdo-pr_card_feat_9uu .pdo-pr_cta_9uu:hover{
opacity:.9;
}
.pdo-pr_card_9uu:not(.pdo-pr_card_feat_9uu) .pdo-pr_cta_9uu{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
padding-bottom:2px;
font-size:13px;
color:#F0E8D8;
border-bottom:1px solid #F0E8D8;
}
.pdo-pr_card_9uu:not(.pdo-pr_card_feat_9uu) .pdo-pr_cta_9uu:hover{
border-color:#A07840;
color:#A07840;
}
.pdo-grow_9uu{
padding:1.625rem 0 10px;
}
.pdo-row_seo_9uu{
margin:0.625rem 0 0;
line-height:1.65;
max-width:760px;
font-size:14px;
overflow-wrap:break-word;
color:#7A7060;
}
.pdo-row_seo_9uu strong{
color:#F0E8D8;
font-weight:700;
}
.pdo-jp_9uu{
padding:1.875rem 0 0.625rem;
}
.pdo-jp_grid_9uu{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.pdo-jp_grid_9uu{
grid-template-columns:1fr 1fr;
}
.pdo-jp_card_mega_9uu{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.pdo-jp_grid_9uu{
grid-template-columns:1.4fr 1fr 1fr;
}
.pdo-jp_card_mega_9uu{
grid-column:auto;
}
}
.pdo-jp_card_9uu{
gap:0.75rem;
padding:1.625rem;
border:1px solid rgba(240,228,200,0.07);
overflow:hidden;
border-radius:1.25rem;
background:#221E14;
position:relative;
justify-content:space-between;
display:flex;
min-width:0;
min-height:200px;
flex-direction:column;
}
.pdo-jp_card_mega_9uu{
background:linear-gradient(135deg,#1E1A0E,#0E0C07);
border-color:transparent;
min-height:210px;
color:#F0E8D8;
}
.pdo-jp_glow_9uu{
background:radial-gradient(circle,rgba(160,120,60,0.18),transparent 70%);
border-radius:50%;
height:12.5rem;
right:-40px;
top:-40px;
width:200px;
position:absolute;
pointer-events:none;
}
.pdo-jp_label_9uu{
gap:10px;
display:flex;
letter-spacing:.16em;
font-size:10px;
font-weight:700;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
color:#A07840;
text-transform:uppercase;
position:relative;
}
.pdo-jp_card_mega_9uu .pdo-jp_label_9uu{
color:#C8A04A;
}
.pdo-jp_drop_9uu{
text-transform:none;
letter-spacing:.04em;
font-weight:600;
color:#9A8E72;
}
.pdo-jp_card_mega_9uu .pdo-jp_drop_9uu{
color:#A89E82;
}
.pdo-jp_amount_9uu{
color:#F0E8D8;
overflow-wrap:break-word;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-size:2.375rem;
position:relative;
font-weight:700;
}
.pdo-jp_card_mega_9uu .pdo-jp_amount_9uu{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#C8A04A;
}
@media(min-width:770px){
.pdo-jp_card_mega_9uu .pdo-jp_amount_9uu{
font-size:54px;
}
}
.pdo-jp_game_9uu{
color:#9A8E72;
font-size:13px;
position:relative;
}
.pdo-jp_card_mega_9uu .pdo-jp_game_9uu{
color:#A89E82;
}
.pdo-jp_cta_9uu{
align-self:flex-start;
position:relative;
}
.pdo-jp_card_mega_9uu .pdo-jp_cta_9uu{
transition:opacity .22s ease;
padding:0.625rem 20px;
background:#C8A04A;
border-radius:999px;
font-size:0.813rem;
font-weight:700;
color:#1A1208;
}
.pdo-jp_card_mega_9uu .pdo-jp_cta_9uu:hover{
opacity:.9;
}
.pdo-jp_card_9uu:not(.pdo-jp_card_mega_9uu) .pdo-jp_cta_9uu{
transition:color .22s ease,border-color .22s ease;
color:#F0E8D8;
font-weight:700;
border-bottom:1px solid #F0E8D8;
padding-bottom:2px;
font-size:0.813rem;
}
.pdo-jp_card_9uu:not(.pdo-jp_card_mega_9uu) .pdo-jp_cta_9uu:hover{
border-color:#A07840;
color:#A07840;
}
.pdo-jp_seo_9uu{
margin:0.875rem 0 0;
max-width:47.5rem;
font-size:14px;
color:#7A7060;
line-height:1.65;
overflow-wrap:break-word;
}
.pdo-jp_seo_9uu strong{
color:#F0E8D8;
font-weight:700;
}
.pdo-grow_9uu{
padding:1.625rem 0 0.625rem;
}
.pdo-row_seo_9uu{
margin:0.625rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
color:#7A7060;
font-size:0.875rem;
max-width:760px;
}
.pdo-row_seo_9uu strong{
font-weight:700;
color:#F0E8D8;
}
.pdo-vip_9uu{
padding:48px 0;
}
@media(min-width:771px){
.pdo-vip_9uu{
padding:64px 0;
}
}
.pdo-vip_head_9uu{
gap:0.875rem;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:878px){
.pdo-vip_head_9uu{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.pdo-vip_eyebrow_9uu{
margin-bottom:0.75rem;
}
.pdo-vip_h2_9uu{
line-height:1.05;
font-size:2rem;
overflow-wrap:break-word;
font-weight:600;
color:#F0E8D8;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.pdo-vip_h2_9uu{
font-size:40px;
}
}
.pdo-vip_intro_9uu{
font-size:14px;
max-width:26.25rem;
line-height:1.6;
color:#A89E82;
}
.pdo-vip_grid_9uu{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.pdo-vip_card_9uu{
padding:1.375rem 1.125rem;
border-radius:14px;
border:1px solid rgba(240,228,200,0.13);
min-width:0;
}
.pdo-vip_card_feat_9uu{
background:rgba(240,228,200,0.07);
border-color:#C8A04A;
}
.pdo-vip_card_ic_9uu{
border-radius:8px;
background:linear-gradient(135deg,#A07840,#D8B460);
display:block;
height:34px;
width:34px;
margin-bottom:1rem;
}
.pdo-vip_name_9uu{
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.375rem;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
color:#F0E8D8;
font-size:1.25rem;
}
.pdo-vip_perk_9uu{
line-height:1.5;
overflow-wrap:break-word;
color:#A89E82;
font-size:0.781rem;
}
.pdo-gm_9uu{
padding:1.875rem 0 10px;
}
.pdo-gm_in_9uu{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:877px){
.pdo-gm_in_9uu{
grid-template-columns:1.25fr 1fr;
}
}
.pdo-gm_left_9uu{
padding:2rem;
border-radius:1.25rem;
border:1px solid rgba(240,228,200,0.07);
background:#221E14;
min-width:0;
}
.pdo-gm_eyebrow_9uu{
margin-bottom:10px;
}
.pdo-gm_h2_9uu{
line-height:1.06;
color:#F0E8D8;
font-weight:600;
font-size:1.625rem;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
@media(min-width:771px){
.pdo-gm_h2_9uu{
font-size:1.75rem;
}
}
.pdo-gm_text_9uu{
color:#7A7060;
line-height:1.6;
font-size:0.875rem;
margin-bottom:1.375rem;
max-width:480px;
}
.pdo-gm_level_9uu{
font-size:22px;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
color:#A07840;
font-weight:700;
}
.pdo-gm_bar_9uu{
border-radius:62.438rem;
background:rgba(240,228,200,0.13);
overflow:hidden;
margin-bottom:6px;
height:0.5rem;
}
.pdo-gm_bar_fill_9uu{
border-radius:62.438rem;
background:linear-gradient(90deg,#A07840,#D8B460);
height:100%;
}
.pdo-gm_bar_meta_9uu{
gap:0.625rem;
justify-content:space-between;
color:#9A8E72;
display:flex;
font-size:11px;
margin-bottom:18px;
}
.pdo-gm_missions_9uu{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.pdo-gm_mission_9uu{
background:#1A1610;
border-radius:62.438rem;
border:1px solid rgba(240,228,200,0.13);
padding:0.563rem 15px;
gap:0.438rem;
align-items:center;
color:#C8BC9E;
font-size:0.781rem;
display:inline-flex;
font-weight:600;
}
.pdo-gm_mission_ic_9uu{
display:inline-flex;
color:#A07840;
align-items:center;
}
.pdo-gm_mission_ic_9uu svg{
width:13px;
height:0.813rem;
}
.pdo-gm_right_9uu{
border-radius:20px;
overflow:hidden;
padding:32px;
background:linear-gradient(150deg,#1E1A0E,#0E0C07);
flex-direction:column;
position:relative;
display:flex;
color:#F0E8D8;
}
.pdo-gm_glow_9uu{
background:radial-gradient(circle,rgba(160,120,60,0.18),transparent 70%);
border-radius:50%;
pointer-events:none;
height:150px;
right:-1.875rem;
width:150px;
top:-1.875rem;
position:absolute;
}
.pdo-gm_ref_eyebrow_9uu{
position:relative;
margin-bottom:10px;
}
.pdo-gm_ref_h2_9uu{
line-height:1.1;
margin-bottom:8px;
position:relative;
color:#F0E8D8;
overflow-wrap:break-word;
font-weight:600;
font-size:26px;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
.pdo-gm_ref_text_9uu{
line-height:1.55;
color:#A89E82;
margin-bottom:20px;
position:relative;
font-size:0.844rem;
}
.pdo-gm_ref_cta_9uu{
transition:opacity .22s ease;
padding:0.688rem 1.375rem;
border-radius:62.438rem;
background:#C8A04A;
font-size:0.844rem;
position:relative;
font-weight:700;
align-self:flex-start;
color:#1A1208;
margin-top:auto;
}
.pdo-gm_ref_cta_9uu:hover{
opacity:.9;
}
.pdo-sea_9uu{
padding:1.5rem 0 10px;
}
.pdo-sea_in_9uu{
overflow:hidden;
border-radius:1.25rem;
background:linear-gradient(115deg,#1E1A0E,#0E0C07);
gap:22px;
padding:2.25rem;
display:flex;
position:relative;
flex-direction:column;
color:#F0E8D8;
}
@media(min-width:818px){
.pdo-sea_in_9uu{
gap:2rem;
padding:2.75rem 3rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.pdo-sea_glow_9uu{
background:radial-gradient(circle,rgba(160,120,60,0.18),transparent 68%);
border-radius:50%;
pointer-events:none;
position:absolute;
width:15rem;
transform:translateY(-50%);
height:240px;
right:60px;
top:50%;
}
.pdo-sea_copy_9uu{
min-width:0;
position:relative;
max-width:35rem;
}
.pdo-sea_eyebrow_9uu{
margin-bottom:12px;
}
.pdo-sea_h2_9uu{
font-size:30px;
color:#F0E8D8;
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
}
@media(min-width:769px){
.pdo-sea_h2_9uu{
font-size:2.375rem;
}
}
.pdo-sea_text_9uu{
font-size:15px;
line-height:1.6;
color:#A89E82;
}
.pdo-sea_cta_9uu{
transition:opacity .22s ease;
background:#C8A04A;
padding:16px 2rem;
flex:0 0 auto;
border-radius:999px;
position:relative;
font-weight:700;
font-size:15px;
color:#1A1208;
}
.pdo-sea_cta_9uu:hover{
opacity:.9;
}
.pdo-app_9uu{
padding:30px 0 0.625rem;
}
.pdo-app_in_9uu{
padding:2rem;
background:#221E14;
gap:28px;
border:1px solid rgba(240,228,200,0.07);
border-radius:1.25rem;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.pdo-app_in_9uu{
gap:40px;
padding:40px 2.75rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.pdo-app_copy_9uu{
max-width:35rem;
min-width:0;
}
.pdo-app_eyebrow_9uu{
margin-bottom:0.75rem;
}
.pdo-app_h2_9uu{
margin-bottom:0.75rem;
line-height:1.05;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:1.75rem;
overflow-wrap:break-word;
color:#F0E8D8;
}
@media(min-width:767px){
.pdo-app_h2_9uu{
font-size:34px;
}
}
.pdo-app_text_9uu{
font-size:0.875rem;
color:#7A7060;
margin-bottom:1.375rem;
line-height:1.6;
}
.pdo-app_btns_9uu{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.pdo-app_btn_9uu{
border-radius:0.875rem;
background:#C8A04A;
gap:0.625rem;
transition:background-color .22s ease;
padding:11px 1.25rem;
display:inline-flex;
align-items:center;
color:#1A1208;
}
.pdo-app_btn_9uu:hover{
background:#D8B460;
}
.pdo-app_btn_ic_9uu{
align-items:center;
display:inline-flex;
}
.pdo-app_btn_ic_9uu svg{
width:18px;
height:18px;
}
.pdo-app_btn_lb_9uu{
font-size:13.5px;
font-weight:700;
}
.pdo-app_qr_wrap_9uu{
gap:1.125rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.pdo-app_qr_9uu{
border-radius:14px;
flex:0 0 auto;
background-image:repeating-linear-gradient(0deg,#221E14 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#221E14 0 0.313rem,transparent 5px 0.688rem);
background-color:#C8A04A;
width:108px;
height:108px;
}
.pdo-app_qr_cap_9uu{
max-width:5.75rem;
color:#9A8E72;
font-size:0.781rem;
line-height:1.4;
}
.pdo-dr_9uu{
padding:36px 0 10px;
}
.pdo-dr_in_9uu{
gap:1.25rem;
border:1px dashed rgba(240,228,200,0.13);
border-radius:0.875rem;
padding:1.75rem 32px;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.pdo-dr_in_9uu{
gap:2rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.pdo-dr_h2_9uu{
overflow-wrap:break-word;
line-height:1.1;
font-size:1.5rem;
color:#F0E8D8;
margin-bottom:8px;
font-weight:600;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.pdo-dr_h2_9uu{
font-size:1.625rem;
}
}
.pdo-dr_text_9uu{
overflow-wrap:break-word;
max-width:42.5rem;
line-height:1.6;
font-size:14px;
color:#7A7060;
}
.pdo-dr_text_9uu b{
color:#F0E8D8;
font-weight:700;
}
.pdo-dr_cta_9uu{
flex:0 0 auto;
transition:color .22s ease;
font-weight:700;
color:#F0E8D8;
border-bottom:1px solid #A07840;
font-size:0.844rem;
white-space:nowrap;
padding-bottom:2px;
}
.pdo-dr_cta_9uu:hover{
color:#A07840;
}
.pdo-hts_9uu{
padding:48px 0;
}
@media(min-width:769px){
.pdo-hts_9uu{
padding:62px 0;
}
}
.pdo-hts_head_9uu{
gap:1.125rem;
flex-direction:column;
display:flex;
margin-bottom:2.125rem;
}
@media(min-width:767px){
.pdo-hts_head_9uu{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.pdo-hts_eyebrow_9uu{
margin-bottom:0.75rem;
}
.pdo-hts_h2_9uu{
font-weight:600;
line-height:1.05;
color:#F0E8D8;
font-size:30px;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:768px){
.pdo-hts_h2_9uu{
font-size:2.375rem;
}
}
.pdo-hts_cta_9uu{
padding:15px 1.875rem;
background:#C8A04A;
flex:0 0 auto;
border-radius:62.438rem;
transition:opacity .22s ease;
font-weight:700;
font-size:0.938rem;
color:#1A1208;
}
.pdo-hts_cta_9uu:hover{
opacity:.9;
}
.pdo-hts_grid_9uu{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.pdo-hts_grid_9uu{
grid-template-columns:repeat(3,1fr);
}
}
.pdo-hts_step_9uu{
padding-top:1.375rem;
min-width:0;
border-top:1px solid rgba(240,228,200,0.13);
}
.pdo-hts_step_num_9uu{
font-weight:700;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-size:44px;
line-height:1;
color:#C8A04A;
margin-bottom:14px;
}
.pdo-hts_step_h_9uu{
font-size:1.188rem;
font-weight:700;
color:#F0E8D8;
overflow-wrap:break-word;
margin-bottom:0.5rem;
line-height:1.2;
}
.pdo-hts_step_p_9uu{
line-height:1.55;
font-size:0.875rem;
color:#A89E82;
overflow-wrap:break-word;
}
.pdo-prov_9uu{
padding:2.5rem 0 1.25rem;
}
.pdo-prov_eyebrow_9uu{
display:block;
margin-bottom:18px;
}
.pdo-prov_grid_9uu{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.pdo-prov_grid_9uu{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.pdo-prov_grid_9uu{
grid-template-columns:repeat(6,1fr);
}
}
.pdo-tt_9uu{
padding:3rem 0 10px;
}
@media(min-width:770px){
.pdo-tt_9uu{
padding:60px 0 0.625rem;
}
}
.pdo-tt_head_9uu{
text-align:center;
margin-bottom:34px;
}
.pdo-tt_eyebrow_9uu{
margin-bottom:12px;
}
.pdo-tt_h2_9uu{
font-weight:600;
color:#F0E8D8;
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.pdo-tt_h2_9uu{
font-size:2.625rem;
}
}
.pdo-tt_grid_9uu{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:758px){
.pdo-tt_grid_9uu{
grid-template-columns:repeat(3,1fr);
}
}
.pdo-tt_card_9uu{
padding:30px;
background:#221E14;
border:1px solid rgba(240,228,200,0.07);
border-radius:0.875rem;
display:flex;
flex-direction:column;
min-width:0;
}
.pdo-tt_card_ic_9uu{
color:#A07840;
margin-bottom:18px;
display:inline-flex;
align-items:center;
}
.pdo-tt_card_ic_9uu svg{
height:1.75rem;
width:1.75rem;
}
.pdo-tt_card_h_9uu{
color:#F0E8D8;
font-size:1.375rem;
line-height:1.15;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:8px;
}
.pdo-tt_card_p_9uu{
font-size:0.875rem;
color:#7A7060;
margin-bottom:0.875rem;
line-height:1.6;
overflow-wrap:break-word;
}
.pdo-tt_card_p_9uu b{
color:#F0E8D8;
font-weight:700;
}
.pdo-tt_card_link_9uu{
transition:color .22s ease;
font-weight:700;
font-size:0.813rem;
align-self:flex-start;
padding-bottom:2px;
border-bottom:1px solid #A07840;
color:#F0E8D8;
margin-top:auto;
}
.pdo-tt_card_link_9uu:hover{
color:#A07840;
}
.pdo-ts_9uu{
padding:2.75rem 0;
}
.pdo-ts_in_9uu{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:882px){
.pdo-ts_in_9uu{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.pdo-ts_left_9uu{
min-width:0;
}
.pdo-ts_h2_9uu{
margin-bottom:12px;
font-weight:600;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
overflow-wrap:break-word;
color:#F0E8D8;
font-size:1.625rem;
}
@media(min-width:768px){
.pdo-ts_h2_9uu{
font-size:28px;
}
}
.pdo-ts_text_9uu{
color:#A89E82;
margin-bottom:22px;
font-size:14.5px;
line-height:1.6;
max-width:32.5rem;
}
.pdo-ts_badges_9uu{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.pdo-ts_badge_9uu{
font-weight:600;
font-size:13px;
color:#A89E82;
}
.pdo-ts_pay_9uu{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:879px){
.pdo-ts_pay_9uu{
justify-content:flex-end;
}
}
.pdo-ts_pay_chip_9uu{
border:1px solid rgba(240,228,200,0.13);
border-radius:14px;
background:rgba(240,228,200,0.07);
padding:0.75rem 16px;
font-size:0.875rem;
color:#F0E8D8;
font-weight:700;
}
.pdo-op_9uu{
padding:36px 0 0.625rem;
}
.pdo-op_in_9uu{
gap:2rem;
border-radius:14px;
grid-template-columns:1fr;
background:#221E14;
border:1px solid rgba(240,228,200,0.07);
padding:32px;
align-items:center;
display:grid;
}
@media(min-width:859px){
.pdo-op_in_9uu{
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
padding:34px 2.5rem;
}
}
.pdo-op_left_9uu{
min-width:0;
}
.pdo-op_eyebrow_9uu{
margin-bottom:12px;
}
.pdo-op_h2_9uu{
overflow-wrap:break-word;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
color:#F0E8D8;
margin-bottom:10px;
font-size:28px;
line-height:1.08;
font-weight:600;
}
@media(min-width:769px){
.pdo-op_h2_9uu{
font-size:1.875rem;
}
}
.pdo-op_text_9uu{
line-height:1.6;
color:#7A7060;
font-size:0.875rem;
}
.pdo-op_grid_9uu{
background:rgba(240,228,200,0.13);
border-radius:8px;
overflow:hidden;
border:1px solid rgba(240,228,200,0.13);
grid-template-columns:1fr 1fr;
gap:1px;
display:grid;
}
.pdo-op_field_9uu{
background:#1A1610;
padding:18px 1.25rem;
min-width:0;
}
.pdo-op_field_lb_9uu{
color:#A07840;
text-transform:uppercase;
font-weight:600;
margin-bottom:5px;
letter-spacing:.1em;
font-size:10px;
}
.pdo-op_field_val_9uu{
overflow-wrap:break-word;
font-size:0.875rem;
font-weight:700;
color:#F0E8D8;
}
.pdo-rc_9uu{
padding:3rem 0 10px;
}
.pdo-rc_in_9uu{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:761px){
.pdo-rc_in_9uu{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.pdo-rc_col_9uu{
min-width:0;
}
.pdo-rc_label_9uu{
letter-spacing:.2em;
font-weight:600;
color:#A07840;
margin-bottom:1rem;
text-transform:uppercase;
font-size:11px;
}
.pdo-rc_awards_9uu{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.pdo-rc_award_9uu{
gap:0.75rem;
display:flex;
min-width:0;
align-items:center;
}
.pdo-rc_award_ic_9uu{
flex:0 0 auto;
display:inline-flex;
color:#C8A04A;
align-items:center;
}
.pdo-rc_award_ic_9uu svg{
width:18px;
height:18px;
}
.pdo-rc_award_t_9uu{
font-size:14px;
font-weight:700;
color:#F0E8D8;
overflow-wrap:break-word;
}
.pdo-rc_award_s_9uu{
font-size:12px;
overflow-wrap:break-word;
color:#9A8E72;
}
.pdo-rc_press_9uu{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.pdo-rc_press_logo_9uu{
border-radius:0.5rem;
border:1px solid rgba(240,228,200,0.07);
padding:0 8px;
overflow:hidden;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
justify-content:center;
height:52px;
white-space:nowrap;
text-align:center;
font-size:0.875rem;
display:flex;
align-items:center;
color:#7A7060;
font-weight:700;
text-overflow:ellipsis;
}
.pdo-rc_partner_9uu{
padding:22px;
border-radius:0.875rem;
background:#221E14;
border:1px solid rgba(240,228,200,0.07);
}
.pdo-rc_partner_name_9uu{
color:#F0E8D8;
font-weight:600;
overflow-wrap:break-word;
font-size:20px;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.375rem;
}
.pdo-rc_partner_text_9uu{
color:#7A7060;
line-height:1.55;
font-size:13px;
overflow-wrap:break-word;
}
.pdo-wy_9uu{
padding:3rem 0;
}
@media(min-width:767px){
.pdo-wy_9uu{
padding:56px 0;
}
}
.pdo-wy_in_9uu{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:899px){
.pdo-wy_in_9uu{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.pdo-wy_left_9uu{
min-width:0;
}
.pdo-wy_eyebrow_9uu{
margin-bottom:14px;
}
.pdo-wy_h2_9uu{
overflow-wrap:break-word;
margin-bottom:1rem;
color:#F0E8D8;
font-size:32px;
font-weight:600;
line-height:1.05;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.pdo-wy_h2_9uu{
font-size:40px;
}
}
.pdo-wy_intro_9uu{
line-height:1.6;
color:#7A7060;
font-size:15px;
}
.pdo-wy_grid_9uu{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:560px){
.pdo-wy_grid_9uu{
grid-template-columns:1fr 1fr;
}
}
.pdo-wy_card_9uu{
padding:26px;
border-radius:14px;
background:#221E14;
border:1px solid rgba(240,228,200,0.07);
min-width:0;
}
.pdo-wy_card_ic_9uu{
align-items:center;
color:#A07840;
display:inline-flex;
margin-bottom:1rem;
justify-content:center;
}
.pdo-wy_card_ic_9uu svg{
height:26px;
width:26px;
}
.pdo-wy_card_h_9uu{
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.15;
font-size:1.313rem;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
color:#F0E8D8;
}
.pdo-wy_card_p_9uu{
line-height:1.55;
color:#7A7060;
overflow-wrap:break-word;
font-size:0.875rem;
}
.pdo-et_9uu{
padding:2.25rem 0 0.625rem;
}
.pdo-et_in_9uu{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:881px){
.pdo-et_in_9uu{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.pdo-et_left_9uu{
min-width:0;
}
.pdo-et_eyebrow_9uu{
margin-bottom:0.75rem;
}
.pdo-et_h2_9uu{
font-size:1.75rem;
color:#F0E8D8;
margin-bottom:0.875rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
line-height:1.06;
}
@media(min-width:767px){
.pdo-et_h2_9uu{
font-size:32px;
}
}
.pdo-et_text_9uu{
color:#7A7060;
margin-bottom:1.375rem;
font-size:0.938rem;
line-height:1.65;
}
.pdo-et_stats_9uu{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.pdo-et_stat_9uu{
min-width:0;
}
.pdo-et_stat_v_9uu{
font-size:1.625rem;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
line-height:1;
color:#F0E8D8;
font-weight:700;
}
.pdo-et_stat_l_9uu{
font-size:0.781rem;
margin-top:0.25rem;
color:#9A8E72;
}
.pdo-et_right_9uu{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.pdo-et_member_9uu{
background:#221E14;
padding:18px 1.25rem;
gap:1rem;
border-radius:14px;
border:1px solid rgba(240,228,200,0.07);
align-items:center;
display:flex;
min-width:0;
}
.pdo-et_member_av_9uu{
flex:0 0 auto;
background:linear-gradient(135deg,#1E1A0E,#A07840);
border-radius:50%;
height:3rem;
width:3rem;
}
.pdo-et_member_name_9uu{
color:#F0E8D8;
overflow-wrap:break-word;
font-size:15px;
font-weight:700;
}
.pdo-et_member_role_9uu{
font-size:0.781rem;
color:#9A8E72;
overflow-wrap:break-word;
}
.pdo-et_updated_9uu{
background:#1A1610;
border:1px solid rgba(240,228,200,0.07);
gap:8px;
padding:0.875rem 1.125rem;
border-radius:0.875rem;
display:flex;
font-size:0.781rem;
color:#7A7060;
align-items:center;
}
.pdo-rv_9uu{
background:#221E14;
padding:3rem 0;
border-bottom:1px solid rgba(240,228,200,0.07);
border-top:1px solid rgba(240,228,200,0.07);
margin-top:1.5rem;
}
@media(min-width:766px){
.pdo-rv_9uu{
padding:3.5rem 0;
}
}
.pdo-rv_head_9uu{
gap:16px;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.pdo-rv_head_9uu{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.pdo-rv_eyebrow_9uu{
margin-bottom:10px;
}
.pdo-rv_h2_9uu{
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-size:30px;
font-weight:600;
color:#F0E8D8;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:767px){
.pdo-rv_h2_9uu{
font-size:38px;
}
}
.pdo-rv_agg_9uu{
gap:0.75rem;
align-items:center;
display:flex;
}
.pdo-rv_agg_stars_9uu{
gap:3px;
display:flex;
color:#A07840;
}
.pdo-rv_agg_stars_9uu svg{
height:1.125rem;
width:18px;
}
.pdo-rv_source_9uu{
color:#7A7060;
font-size:0.813rem;
}
.pdo-rv_grid_9uu{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.pdo-rv_grid_9uu{
grid-template-columns:repeat(3,1fr);
}
}
.pdo-rv_card_9uu{
padding:1.625rem;
border-radius:0.875rem;
border:1px solid rgba(240,228,200,0.07);
background:#1A1610;
min-width:0;
}
.pdo-rv_card_stars_9uu{
gap:2px;
color:#A07840;
display:flex;
margin-bottom:0.75rem;
}
.pdo-rv_card_stars_9uu svg{
width:0.875rem;
height:0.875rem;
}
.pdo-rv_card_body_9uu{
color:#F0E8D8;
margin-bottom:1rem;
overflow-wrap:break-word;
font-weight:500;
line-height:1.45;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-size:18px;
}
.pdo-rv_card_meta_9uu{
gap:10px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.pdo-rv_card_av_9uu{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#A07840,#D8B460);
width:2rem;
height:2rem;
}
.pdo-rv_card_author_9uu{
font-weight:700;
color:#F0E8D8;
font-size:13px;
}
.pdo-rv_card_loc_9uu{
color:#9A8E72;
font-size:0.75rem;
}
.pdo-lh_9uu{
padding:2.5rem 0 20px;
}
.pdo-lh_in_9uu{
border-top:1px solid rgba(240,228,200,0.13);
padding-top:34px;
}
.pdo-lh_eyebrow_9uu{
margin-bottom:1.375rem;
display:block;
}
.pdo-lh_grid_9uu{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.pdo-lh_grid_9uu{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.pdo-lh_grid_9uu{
grid-template-columns:repeat(5,1fr);
}
}
.pdo-lh_col_9uu{
min-width:0;
}
.pdo-lh_col_h_9uu{
font-weight:700;
margin-bottom:0.75rem;
font-size:13px;
overflow-wrap:break-word;
color:#F0E8D8;
}
.pdo-lh_links_9uu{
gap:8px;
flex-direction:column;
display:flex;
}
.pdo-lh_link_9uu{
transition:color .22s ease;
font-size:0.813rem;
color:#7A7060;
overflow-wrap:break-word;
}
.pdo-lh_link_9uu:hover{
color:#A07840;
}
.pdo-gd_9uu{
padding:3rem 0 10px;
}
.pdo-gd_head_9uu{
gap:14px;
display:flex;
margin-bottom:1.5rem;
flex-direction:column;
}
@media(min-width:681px){
.pdo-gd_head_9uu{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.pdo-gd_eyebrow_9uu{
margin-bottom:10px;
}
.pdo-gd_h2_9uu{
line-height:1.05;
font-weight:600;
font-size:1.75rem;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
color:#F0E8D8;
overflow-wrap:break-word;
}
@media(min-width:768px){
.pdo-gd_h2_9uu{
font-size:2.125rem;
}
}
.pdo-gd_more_9uu{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
border-bottom:1px solid #F0E8D8;
font-size:13.5px;
color:#F0E8D8;
font-weight:600;
padding-bottom:2px;
}
.pdo-gd_more_9uu:hover{
border-color:#A07840;
color:#A07840;
}
.pdo-gd_grid_9uu{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:721px){
.pdo-gd_grid_9uu{
grid-template-columns:repeat(3,1fr);
}
}
.pdo-gd_card_9uu{
border:1px solid rgba(240,228,200,0.07);
overflow:hidden;
border-radius:14px;
background:#221E14;
min-width:0;
display:block;
}
.pdo-gd_card_img_9uu{
background:linear-gradient(140deg,#1E1A0E,#A07840);
height:150px;
}
.pdo-gd_card_body_9uu{
padding:1.375rem;
}
.pdo-gd_card_cat_9uu{
text-transform:uppercase;
font-size:0.625rem;
font-weight:600;
letter-spacing:.1em;
color:#A07840;
}
.pdo-gd_card_h_9uu{
margin:8px 0 0.625rem;
color:#F0E8D8;
font-size:19px;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.2;
overflow-wrap:break-word;
}
.pdo-gd_card_meta_9uu{
color:#9A8E72;
font-size:0.75rem;
overflow-wrap:break-word;
}
.pdo-sg_9uu{
padding:48px 0 0.625rem;
}
.pdo-sg_eyebrow_9uu{
display:block;
margin-bottom:0.75rem;
}
.pdo-sg_h2_9uu{
margin-bottom:1.75rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:1.875rem;
color:#F0E8D8;
}
@media(min-width:769px){
.pdo-sg_h2_9uu{
font-size:2.25rem;
}
}
.pdo-sg_grid_9uu{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:721px){
.pdo-sg_grid_9uu{
grid-template-columns:repeat(3,1fr);
}
}
.pdo-sg_col_9uu{
min-width:0;
}
.pdo-sg_col_h_9uu{
line-height:1.15;
overflow-wrap:break-word;
color:#F0E8D8;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
margin-bottom:10px;
font-size:22px;
font-weight:600;
}
.pdo-sg_col_p_9uu{
overflow-wrap:break-word;
color:#7A7060;
line-height:1.65;
font-size:0.875rem;
}
.pdo-faq_9uu{
padding:3rem 0;
background:#221E14;
border-top:1px solid rgba(240,228,200,0.07);
margin-top:1.5rem;
border-bottom:1px solid rgba(240,228,200,0.07);
}
@media(min-width:767px){
.pdo-faq_9uu{
padding:62px 0;
}
}
.pdo-faq_head_9uu{
text-align:center;
margin-bottom:34px;
}
.pdo-faq_eyebrow_9uu{
margin-bottom:12px;
}
.pdo-faq_h2_9uu{
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
color:#F0E8D8;
}
@media(min-width:769px){
.pdo-faq_h2_9uu{
font-size:2.375rem;
}
}
.pdo-faq_list_9uu{
margin:0 auto;
gap:0.75rem;
display:flex;
flex-direction:column;
max-width:51.25rem;
}
.pdo-faq_item_9uu{
background:#1A1610;
border:1px solid rgba(240,228,200,0.07);
overflow:hidden;
border-radius:14px;
}
.pdo-faq_q_9uu{
padding:20px 24px;
list-style:none;
gap:1.25rem;
font-weight:700;
align-items:center;
justify-content:space-between;
overflow-wrap:break-word;
display:flex;
cursor:pointer;
color:#F0E8D8;
font-size:1rem;
}
.pdo-faq_q_9uu::-webkit-details-marker{
display:none;
}
.pdo-faq_q_ic_9uu{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#A07840;
display:inline-flex;
}
.pdo-faq_q_ic_9uu svg{
width:1.125rem;
height:1.125rem;
}
.pdo-faq_item_9uu[open] .pdo-faq_q_ic_9uu{
transform:rotate(180deg);
}
.pdo-faq_a_9uu{
padding:0 24px 20px;
line-height:1.6;
overflow-wrap:break-word;
font-size:14.5px;
color:#7A7060;
}
.pdo-sb_9uu{
background:#221E14;
padding:48px 0;
margin-top:24px;
border-top:1px solid rgba(240,228,200,0.07);
border-bottom:1px solid rgba(240,228,200,0.07);
}
@media(min-width:768px){
.pdo-sb_9uu{
padding:3.5rem 0;
}
}
.pdo-sb_eyebrow_9uu{
margin-bottom:0.75rem;
display:block;
}
.pdo-sb_h2_9uu{
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
color:#F0E8D8;
margin-bottom:26px;
line-height:1.05;
font-size:30px;
}
@media(min-width:769px){
.pdo-sb_h2_9uu{
font-size:36px;
}
}
.pdo-sb_grid_9uu{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:563px){
.pdo-sb_grid_9uu{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.pdo-sb_grid_9uu{
grid-template-columns:repeat(4,1fr);
}
}
.pdo-sb_card_9uu{
border:1px solid rgba(240,228,200,0.07);
padding:24px;
border-radius:0.875rem;
background:#1A1610;
min-width:0;
}
.pdo-sb_card_h_9uu{
overflow-wrap:break-word;
font-size:1.188rem;
margin-bottom:8px;
font-weight:600;
color:#F0E8D8;
line-height:1.15;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
.pdo-sb_card_p_9uu{
line-height:1.6;
overflow-wrap:break-word;
color:#7A7060;
font-size:0.844rem;
}
.pdo-sb_rtp_9uu{
background:#1A1610;
grid-template-columns:1fr;
border-radius:14px;
border:1px solid rgba(240,228,200,0.07);
gap:24px;
padding:1.625rem 1.75rem;
align-items:center;
display:grid;
margin-top:18px;
}
@media(min-width:761px){
.pdo-sb_rtp_9uu{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.pdo-sb_rtp_h_9uu{
line-height:1.15;
font-weight:600;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-size:20px;
color:#F0E8D8;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
}
.pdo-sb_rtp_p_9uu{
color:#7A7060;
overflow-wrap:break-word;
line-height:1.6;
font-size:13.5px;
}
.pdo-sb_rtp_stats_9uu{
gap:1rem;
display:flex;
}
.pdo-sb_stat_9uu{
padding:18px;
flex:1 1 0;
background:#221E14;
border-radius:8px;
text-align:center;
min-width:0;
}
.pdo-sb_stat_v_9uu{
color:#6B8C5A;
font-size:1.625rem;
overflow-wrap:break-word;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.pdo-sb_stat_l_9uu{
margin-top:4px;
font-size:11.5px;
color:#9A8E72;
}
.pdo-el_9uu{
padding:3rem 0;
}
@media(min-width:767px){
.pdo-el_9uu{
padding:3.5rem 0;
}
}
.pdo-el_in_9uu{
gap:40px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:899px){
.pdo-el_in_9uu{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.pdo-el_left_9uu{
min-width:0;
}
.pdo-el_eyebrow_9uu{
margin-bottom:0.875rem;
}
.pdo-el_h2_9uu{
overflow-wrap:break-word;
color:#F0E8D8;
font-size:32px;
margin-bottom:1.375rem;
line-height:1.08;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:770px){
.pdo-el_h2_9uu{
font-size:2.375rem;
}
}
.pdo-el_body_9uu p{
color:#C8BC9E;
line-height:1.7;
margin-bottom:1.125rem;
font-size:16px;
overflow-wrap:break-word;
}
.pdo-el_dropcap_9uu{
padding:0.375rem 12px 0 0;
color:#A07840;
float:left;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:62px;
line-height:.8;
}
.pdo-el_right_9uu{
min-width:0;
}
.pdo-el_quote_9uu{
border-radius:20px;
padding:2.25rem;
background:linear-gradient(150deg,#1E1A0E,#0E0C07);
color:#F0E8D8;
position:relative;
margin-bottom:24px;
}
.pdo-el_quote_mark_9uu{
color:#C8A04A;
display:inline-flex;
margin-bottom:0.375rem;
align-items:center;
}
.pdo-el_quote_mark_9uu svg{
width:34px;
height:34px;
}
.pdo-el_quote_text_9uu{
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:1.375rem;
line-height:1.4;
font-size:1.375rem;
color:#F0E8D8;
font-weight:500;
}
.pdo-el_quote_meta_9uu{
gap:12px;
align-items:center;
display:flex;
}
.pdo-el_quote_av_9uu{
background:linear-gradient(135deg,#A07840,#D8B460);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:38px;
}
.pdo-el_quote_author_9uu{
font-size:14px;
color:#F0E8D8;
font-weight:700;
}
.pdo-el_quote_meta_sub_9uu{
color:#A89E82;
font-size:12px;
}
.pdo-el_explain_9uu{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(240,228,200,0.07);
}
.pdo-el_explain_card_9uu{
padding:1.375rem 24px;
}
.pdo-el_explain_card_9uu+.pdo-el_explain_card_9uu{
border-top:1px solid rgba(240,228,200,0.07);
}
.pdo-el_explain_h_9uu{
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.15;
color:#F0E8D8;
font-size:20px;
font-weight:600;
margin-bottom:0.5rem;
}
.pdo-el_explain_p_9uu{
color:#7A7060;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
}
.pdo-sc_9uu{
padding:3rem 0 0.625rem;
}
.pdo-sc_head_9uu{
margin-bottom:1.75rem;
text-align:center;
}
.pdo-sc_eyebrow_9uu{
margin-bottom:0.75rem;
}
.pdo-sc_h2_9uu{
font-weight:600;
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#F0E8D8;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:770px){
.pdo-sc_h2_9uu{
font-size:36px;
}
}
.pdo-sc_table_9uu{
border-radius:0.875rem;
margin:0 auto;
overflow:hidden;
border:1px solid rgba(240,228,200,0.07);
max-width:56.25rem;
}
.pdo-sc_thead_9uu{
background:#100E09;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.pdo-sc_th_9uu{
padding:15px 18px;
color:#A89E82;
text-align:center;
overflow-wrap:break-word;
font-weight:700;
font-size:0.813rem;
}
.pdo-sc_th_9uu:first-child{
text-align:left;
}
.pdo-sc_th_us_9uu{
color:#C8A04A;
}
.pdo-sc_row_9uu{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(240,228,200,0.07);
}
.pdo-sc_row_9uu:nth-child(even){
background:#221E14;
}
.pdo-sc_td_9uu{
padding:15px 1.125rem;
text-align:center;
min-width:0;
font-size:14px;
color:#9A8E72;
overflow-wrap:break-word;
}
.pdo-sc_td_9uu:first-child{
text-align:left;
color:#C8BC9E;
font-weight:600;
}
.pdo-sc_td_us_9uu{
color:#6B8C5A;
font-weight:700;
}
.pdo-ft_9uu{
background:#100E09;
color:#A89E82;
margin-top:40px;
}
.pdo-ft_in_9uu{
padding:48px 0 28px;
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.pdo-ft_in_9uu{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.pdo-ft_in_9uu{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.pdo-ft_brand_9uu{
min-width:0;
}
.pdo-ft_logo_9uu{
font-family:"Bodoni Moda", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
overflow-wrap:break-word;
font-weight:700;
color:#F0E8D8;
}
.pdo-ft_tagline_9uu{
max-width:17.5rem;
line-height:1.6;
color:#A89E82;
font-size:0.844rem;
margin-top:0.875rem;
}
.pdo-ft_contact_9uu{
transition:color .22s ease;
color:#C8A04A;
margin-top:0.75rem;
display:inline-block;
font-size:13px;
max-width:280px;
overflow-wrap:anywhere;
}
.pdo-ft_contact_9uu:hover{
color:#F0E8D8;
}
.pdo-ft_col_9uu{
min-width:0;
}
.pdo-ft_col_h_9uu{
letter-spacing:.08em;
font-size:13px;
margin-bottom:14px;
font-weight:700;
color:#F0E8D8;
text-transform:uppercase;
overflow-wrap:break-word;
}
.pdo-ft_col_links_9uu{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.pdo-ft_link_9uu{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#A89E82;
}
.pdo-ft_link_9uu:hover{
color:#F0E8D8;
}
.pdo-ft_bot_9uu{
padding:1.375rem 0 40px;
gap:16px;
border-top:1px solid rgba(240,228,200,0.13);
flex-direction:column;
display:flex;
}
@media(min-width:765px){
.pdo-ft_bot_9uu{
gap:1.25rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.pdo-ft_legal_9uu{
max-width:47.5rem;
color:#524A3A;
overflow-wrap:break-word;
line-height:1.6;
font-size:11.5px;
}
.pdo-ft_legal_9uu b{
color:#A89E82;
font-weight:700;
}
.pdo-ft_age_9uu{
border:1.5px solid #C8A04A;
flex:0 0 auto;
padding:0.25rem 9px;
border-radius:8px;
color:#C8A04A;
font-size:0.813rem;
font-weight:700;
}