*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1C1914;
font-size:15px;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
color:#C9BFA6;
line-height:1.6;
font-family:"DM Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.pxi_layout-s7g{
display:flex;
min-height:100vh;
flex-direction:column;
}
.pxi_main-s7g{
flex:1 1 auto;
width:100%;
min-width:0;
}
.pxi_container-s7g{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:87.5rem;
}
@media(min-width:765px){
.pxi_container-s7g{
padding:0 2rem;
}
}
@media(min-width:1102px){
.pxi_container-s7g{
padding:0 56px;
}
}
.pxi_eyebrow-s7g{
color:#A87C3E;
text-transform:uppercase;
overflow-wrap:break-word;
font-weight:600;
display:inline-block;
line-height:1.4;
letter-spacing:.2em;
font-family:"DM Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.688rem;
}
.pxi_band-s7g{
background:#13110C;
color:#F0E8D5;
}
.pxi_band-s7g .pxi_eyebrow-s7g{
color:#C8A05A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.pxi_tb-s7g{
background:#1C1914;
position:sticky;
z-index:50;
top:0;
border-bottom:1px solid rgba(244,235,210,0.13);
}
.pxi_tb_in-s7g{
padding:12px 1rem;
gap:1rem;
margin:0 auto;
display:flex;
align-items:center;
justify-content:space-between;
width:100%;
max-width:87.5rem;
}
@media(min-width:767px){
.pxi_tb_in-s7g{
padding:1rem 2rem;
}
}
@media(min-width:1103px){
.pxi_tb_in-s7g{
padding:18px 3.5rem;
}
}
.pxi_tb_left-s7g{
gap:1.75rem;
align-items:center;
display:flex;
min-width:0;
}
.pxi_tb_logo-s7g{
gap:11px;
align-items:center;
min-width:0;
display:flex;
}
.pxi_tb_logo_mark-s7g{
flex:0 0 auto;
border-radius:0.5rem;
height:2.125rem;
width:34px;
object-fit:cover;
}
.pxi_tb_logo_txt-s7g{
line-height:1;
min-width:0;
flex-direction:column;
display:flex;
}
.pxi_tb_logo_name-s7g{
overflow:hidden;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
text-overflow:ellipsis;
color:#F0E8D5;
white-space:nowrap;
letter-spacing:.02em;
font-size:1.375rem;
}
.pxi_tb_logo_sub-s7g{
overflow:hidden;
color:#A87C3E;
margin-top:0.25rem;
white-space:nowrap;
text-overflow:ellipsis;
letter-spacing:.32em;
text-transform:uppercase;
font-size:8.5px;
font-weight:600;
}
.pxi_tb_nav-s7g{
display:none;
}
@media(min-width:961px){
.pxi_tb_nav-s7g{
gap:28px;
display:flex;
align-items:center;
}
}
.pxi_tb_nav_item-s7g{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
color:#C9BFA6;
border-bottom:2px solid transparent;
white-space:nowrap;
font-size:0.875rem;
padding-bottom:3px;
}
.pxi_tb_nav_item-s7g:hover{
color:#F0E8D5;
}
.pxi_tb_nav_item-s7g.pxi_state_active-s7g{
border-color:#A87C3E;
color:#F0E8D5;
}
.pxi_tb_right-s7g{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.pxi_tb_search-s7g{
transition:color .22s ease;
display:flex;
color:#C9BFA6;
align-items:center;
justify-content:center;
}
.pxi_tb_search-s7g:hover{
color:#A87C3E;
}
.pxi_tb_search-s7g svg{
width:18px;
height:18px;
}
.pxi_tb_lang-s7g{
text-transform:uppercase;
letter-spacing:.1em;
font-weight:600;
font-size:0.688rem;
color:#9A8F78;
}
.pxi_tb_lang-s7g:hover{
color:#F0E8D5;
}
.pxi_tb_login-s7g{
font-size:0.875rem;
color:#F0E8D5;
font-weight:600;
display:none;
}
@media(min-width:766px){
.pxi_tb_login-s7g{
display:inline-block;
}
}
.pxi_tb_register-s7g{
background:#C8A05A;
border-radius:999px;
padding:11px 1.375rem;
transition:background-color .22s ease;
white-space:nowrap;
font-weight:700;
font-size:14px;
color:#1C1410;
}
.pxi_tb_register-s7g:hover{
background:#D8B06A;
}
.pxi_mob-s7g{
background:#1C1914;
bottom:0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
position:fixed;
right:0;
left:0;
border-top:1px solid rgba(244,235,210,0.13);
}
@media(min-width:960px){
.pxi_mob-s7g{
display:none;
}
}
.pxi_mob_in-s7g{
margin:0 auto;
justify-content:space-around;
max-width:560px;
display:flex;
align-items:stretch;
}
.pxi_mob_item-s7g{
transition:color .22s ease;
gap:3px;
padding:9px 0.25rem;
flex:1 1 0;
color:#9A8F78;
display:flex;
align-items:center;
min-width:0;
flex-direction:column;
}
.pxi_mob_item-s7g.pxi_state_active-s7g{
color:#A87C3E;
}
.pxi_mob_ic-s7g{
justify-content:center;
display:flex;
align-items:center;
}
.pxi_mob_ic-s7g svg{
height:1.25rem;
width:1.25rem;
}
.pxi_mob_lb-s7g{
overflow:hidden;
font-size:0.625rem;
text-overflow:ellipsis;
font-weight:600;
white-space:nowrap;
max-width:100%;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.pxi_rail-s7g{
min-width:0;
position:relative;
}
.pxi_rail_scroll-s7g{
gap:0.875rem;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:14px;
scrollbar-width:thin;
display:flex;
}
@media(min-width:768px){
.pxi_rail_scroll-s7g{
gap:18px;
}
}
.pxi_gc-s7g{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:768px){
.pxi_gc-s7g{
width:11.75rem;
}
}
.pxi_gc_img-s7g{
border-radius:0.875rem;
overflow:hidden;
background:#252019;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.28);
padding-bottom:133.33%;
position:relative;
}
.pxi_gc_img-s7g img{
inset:0;
position:absolute;
object-fit:cover;
width:100%;
height:100%;
}
.pxi_gc_cover-s7g{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.pxi_gc_hover-s7g{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
opacity:0;
align-items:center;
position:absolute;
justify-content:center;
display:flex;
}
.pxi_gc-s7g:hover .pxi_gc_hover-s7g{
opacity:1;
}
.pxi_gc_hover_btn-s7g{
border-radius:999px;
background:#C8A05A;
width:2.875rem;
display:flex;
height:2.875rem;
justify-content:center;
align-items:center;
color:#1C1410;
}
.pxi_gc_hover_btn-s7g svg{
width:1.125rem;
height:1.125rem;
}
.pxi_gc_info-s7g{
gap:2px;
display:flex;
min-width:0;
margin-top:0.563rem;
flex-direction:column;
}
.pxi_gc_name-s7g{
overflow:hidden;
text-overflow:ellipsis;
font-size:13px;
color:#F0E8D5;
font-weight:700;
white-space:nowrap;
}
.pxi_gc_prov-s7g{
overflow:hidden;
white-space:nowrap;
font-size:0.688rem;
text-overflow:ellipsis;
color:#9A8F78;
}
.pxi_gc_meta-s7g{
color:#9A8F78;
font-size:11px;
}
.pxi_tc-s7g{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.pxi_tc-s7g{
width:230px;
}
}
.pxi_tc_img-s7g{
overflow:hidden;
background:#252019;
border-radius:14px;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
padding-bottom:75%;
position:relative;
}
.pxi_tc_img-s7g img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.pxi_tc_info-s7g{
gap:2px;
display:flex;
min-width:0;
margin-top:9px;
flex-direction:column;
}
.pxi_tc_name-s7g{
overflow:hidden;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
color:#F0E8D5;
text-overflow:ellipsis;
}
.pxi_tc_rtp-s7g{
color:#9A8F78;
font-size:0.688rem;
}
.pxi_lc-s7g{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:769px){
.pxi_lc-s7g{
width:16.75rem;
}
}
.pxi_lc_img-s7g{
background:#252019;
overflow:hidden;
border-radius:14px;
position:relative;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.28);
padding-bottom:62.5%;
}
.pxi_lc_img-s7g img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.pxi_lc_live-s7g{
border-radius:62.438rem;
padding:4px 9px;
gap:0.438rem;
background:rgba(0,0,0,0.52);
left:0.75rem;
position:absolute;
align-items:center;
top:0.75rem;
display:flex;
}
.pxi_lc_live_dot-s7g{
background:#B85040;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
width:8px;
height:8px;
}
.pxi_lc_seats-s7g{
letter-spacing:.08em;
color:#F0E8D5;
text-transform:uppercase;
font-size:0.625rem;
font-weight:600;
}
.pxi_lc_info-s7g{
gap:2px;
min-width:0;
display:flex;
margin-top:0.563rem;
flex-direction:column;
}
.pxi_lc_name-s7g{
overflow:hidden;
color:#F0E8D5;
font-size:15px;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
}
.pxi_lc_bet-s7g{
color:#9A8F78;
font-size:11px;
}
.pxi_pc-s7g{
padding:1rem 0.875rem;
border:1px solid rgba(244,235,210,0.07);
background:#252019;
border-radius:0.875rem;
gap:0.5rem;
min-height:4.625rem;
flex-direction:column;
display:flex;
min-width:0;
align-items:center;
justify-content:center;
}
.pxi_pc_logo-s7g{
flex:0 0 auto;
width:auto;
max-width:100%;
object-fit:contain;
height:1.75rem;
}
.pxi_pc_name-s7g{
overflow:hidden;
white-space:nowrap;
max-width:100%;
color:#9A8F78;
font-size:11px;
text-align:center;
text-overflow:ellipsis;
}
.pxi_gc_tag-s7g{
padding:3px 8px;
border-radius:0.5rem;
display:inline-block;
left:0.625rem;
letter-spacing:.06em;
font-weight:700;
position:absolute;
text-transform:uppercase;
z-index:2;
font-size:0.625rem;
top:0.625rem;
}
.pxi_gc_tag_hot-s7g{
background:#B85040;
color:#F0E8D5;
}
.pxi_gc_tag_new-s7g{
background:#C8A05A;
color:#1C1410;
}
.pxi_gc_tag_jp-s7g{
background:#C8902A;
color:#1C1410;
}
.pxi_gc_tag_live-s7g{
background:#B85040;
color:#F0E8D5;
}
.pxi_sh-s7g{
margin-bottom:1.125rem;
min-width:0;
}
.pxi_sh_row-s7g{
gap:16px;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
}
.pxi_sh_row-s7g .pxi_sh_l-s7g{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.pxi_sh_stack-s7g{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.pxi_sh_center-s7g{
gap:0.625rem;
align-items:center;
flex-direction:column;
text-align:center;
display:flex;
}
.pxi_sh_h2-s7g{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
font-size:24px;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
}
@media(min-width:767px){
.pxi_sh_h2-s7g{
font-size:1.875rem;
}
}
.pxi_band-s7g .pxi_sh_h2-s7g{
color:#F0E8D5;
}
.pxi_sh_eb_line-s7g{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.pxi_sh_eb_line-s7g::before{
background:#A87C3E;
display:inline-block;
width:28px;
height:1px;
content:"";
}
.pxi_band-s7g .pxi_sh_eb_line-s7g::before{
background:#C8A05A;
}
.pxi_sh_eb_dot-s7g{
gap:8px;
display:inline-flex;
align-items:center;
}
.pxi_sh_eb_dot-s7g::before{
border-radius:50%;
background:#A87C3E;
display:inline-block;
height:6px;
width:0.375rem;
content:"";
}
.pxi_band-s7g .pxi_sh_eb_dot-s7g::before{
background:#C8A05A;
}
.pxi_sh_link-s7g{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
white-space:nowrap;
align-items:center;
display:inline-flex;
border-bottom:1px solid #F0E8D5;
font-weight:600;
color:#F0E8D5;
font-size:0.813rem;
padding-bottom:2px;
}
.pxi_sh_link-s7g:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.pxi_sh_link-s7g svg{
width:0.875rem;
height:14px;
}
.pxi_sh_link_chev-s7g{
border-bottom:0;
padding-bottom:0;
}
.pxi_sh_link_btn-s7g{
background:#C8A05A;
border-radius:62.438rem;
padding:0.563rem 18px;
border-bottom:0;
color:#1C1410;
}
.pxi_sh_link_btn-s7g:hover{
background:#D8B06A;
border-color:transparent;
color:#1C1410;
}
.pxi_band-s7g .pxi_sh_link-s7g{
border-color:#F0E8D5;
color:#F0E8D5;
}
.pxi_band-s7g .pxi_sh_link_btn-s7g{
background:#C8A05A;
color:#1C1410;
}
.pxi_sh_rule-s7g{
margin:-2px 0 1.125rem;
background:rgba(244,235,210,0.13);
height:1px;
}
.pxi_band-s7g .pxi_sh_rule-s7g{
background:rgba(244,235,210,0.12);
}
.pxi_hero-s7g{
padding:32px 0 0.5rem;
}
@media(min-width:766px){
.pxi_hero-s7g{
padding:3.5rem 0 24px;
}
}
.pxi_hero_in-s7g{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:903px){
.pxi_hero_in-s7g{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.pxi_hero_copy-s7g{
min-width:0;
}
.pxi_hero_eyebrow-s7g{
gap:10px;
display:inline-flex;
margin-bottom:1.375rem;
align-items:center;
}
.pxi_hero_eyebrow_line-s7g{
background:#A87C3E;
flex:0 0 auto;
width:1.75rem;
display:inline-block;
height:1px;
}
.pxi_hero_h1-s7g{
font-weight:600;
line-height:1.04;
margin-bottom:1.25rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F0E8D5;
letter-spacing:-.01em;
font-size:38px;
}
@media(min-width:765px){
.pxi_hero_h1-s7g{
font-size:3.375rem;
}
}
@media(min-width:1097px){
.pxi_hero_h1-s7g{
font-size:3.875rem;
}
}
.pxi_hero_h1-s7g em{
font-style:normal;
color:#A87C3E;
}
.pxi_hero_sub-s7g{
font-size:1rem;
max-width:480px;
margin-bottom:1.875rem;
line-height:1.6;
color:#7A7060;
}
@media(min-width:769px){
.pxi_hero_sub-s7g{
font-size:18px;
}
}
.pxi_hero_actions-s7g{
gap:14px;
display:flex;
margin-bottom:2.125rem;
align-items:center;
flex-wrap:wrap;
}
.pxi_hero_cta-s7g{
transition:background-color .22s ease;
gap:10px;
border-radius:62.438rem;
background:#C8A05A;
padding:16px 30px;
font-weight:700;
color:#1C1410;
font-size:0.938rem;
display:inline-flex;
align-items:center;
}
.pxi_hero_cta-s7g:hover{
background:#D8B06A;
}
.pxi_hero_cta_ic-s7g{
display:inline-flex;
align-items:center;
}
.pxi_hero_cta_ic-s7g svg{
height:1rem;
width:16px;
}
.pxi_hero_cta_alt-s7g{
border:1px solid rgba(244,235,210,0.13);
padding:15px 1.625rem;
background:transparent;
border-radius:62.438rem;
transition:border-color .22s ease,color .22s ease;
font-weight:600;
align-items:center;
color:#F0E8D5;
font-size:0.938rem;
display:inline-flex;
}
.pxi_hero_cta_alt-s7g:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.pxi_hero_trust-s7g{
gap:22px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.pxi_hero_trust_item-s7g{
gap:9px;
color:#C9BFA6;
font-size:13px;
align-items:center;
font-weight:600;
display:flex;
}
.pxi_hero_trust_ic-s7g{
color:#A87C3E;
display:inline-flex;
align-items:center;
}
.pxi_hero_trust_ic-s7g svg{
width:1rem;
height:1rem;
}
.pxi_hero_promo-s7g{
overflow:hidden;
border-radius:20px;
background:#252019;
min-height:18.75rem;
display:flex;
box-shadow:0 0.75rem 48px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.35), 0 0 0 1px rgba(244,235,210,0.06);
position:relative;
}
.pxi_hero_promo_bg-s7g{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.pxi_hero_promo_bg-s7g::after{
inset:0;
background:linear-gradient(120deg,#13110C 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.pxi_hero_promo_glow-s7g{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,60,0.18) 0%,transparent 65%);
width:16.25rem;
pointer-events:none;
right:-20px;
height:260px;
top:-40px;
position:absolute;
}
.pxi_hero_promo_ct-s7g{
padding:28px;
max-width:88%;
z-index:2;
position:relative;
align-self:flex-end;
}
.pxi_hero_promo_label-s7g{
letter-spacing:.25em;
text-transform:uppercase;
margin-bottom:0.5rem;
display:block;
color:#C8A05A;
font-size:0.625rem;
font-weight:700;
}
.pxi_hero_promo_amount-s7g{
line-height:1.05;
font-weight:600;
font-size:2rem;
color:#F0E8D5;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:766px){
.pxi_hero_promo_amount-s7g{
font-size:2.5rem;
}
}
.pxi_hero_promo_amount-s7g em{
color:#C8A05A;
font-style:normal;
}
.pxi_hero_rating-s7g{
gap:10px;
border:1px solid rgba(244,235,210,0.07);
background:#252019;
border-radius:14px;
padding:10px 14px;
top:0.875rem;
align-items:center;
display:flex;
z-index:3;
max-width:min(16.25rem,62%);
position:absolute;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
right:0.875rem;
}
.pxi_hero_rating_score-s7g{
flex:0 0 auto;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:24px;
color:#F0E8D5;
}
.pxi_hero_rating_txt-s7g{
flex:1 1 auto;
min-width:0;
}
.pxi_hero_rating_stars-s7g{
gap:2px;
color:#A87C3E;
display:flex;
}
.pxi_hero_rating_stars-s7g svg{
height:12px;
width:0.75rem;
}
.pxi_hero_rating_cap-s7g{
font-size:11px;
line-height:1.35;
overflow-wrap:break-word;
margin-top:3px;
color:#9A8F78;
display:block;
}
.pxi_stat-s7g{
margin-top:16px;
border-bottom:1px solid rgba(244,235,210,0.13);
border-top:1px solid rgba(244,235,210,0.13);
}
.pxi_stat_in-s7g{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.pxi_stat_in-s7g{
grid-template-columns:repeat(4,1fr);
}
}
.pxi_stat_item-s7g{
padding:1.375rem 14px;
border-right:1px solid rgba(244,235,210,0.07);
border-bottom:1px solid rgba(244,235,210,0.07);
min-width:0;
}
.pxi_stat_item-s7g:nth-child(2n){
border-right:0;
}
.pxi_stat_item-s7g:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.pxi_stat_item-s7g{
border-bottom:0;
}
.pxi_stat_item-s7g:nth-child(2n){
border-right:1px solid rgba(244,235,210,0.07);
}
.pxi_stat_item-s7g:nth-child(4n){
border-right:0;
}
}
.pxi_stat_value-s7g{
line-height:1;
color:#F0E8D5;
font-size:1.875rem;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:771px){
.pxi_stat_value-s7g{
font-size:2.125rem;
}
}
.pxi_stat_label-s7g{
color:#9A8F78;
line-height:1.4;
overflow-wrap:break-word;
margin-top:6px;
font-size:0.813rem;
}
.pxi_grow-s7g{
padding:1.625rem 0 0.625rem;
}
.pxi_row_seo-s7g{
margin:10px 0 0;
font-size:0.875rem;
color:#7A7060;
line-height:1.65;
overflow-wrap:break-word;
max-width:760px;
}
.pxi_row_seo-s7g strong{
color:#F0E8D5;
font-weight:700;
}
.pxi_gf-s7g{
padding:24px 0 0.375rem;
}
.pxi_gf_in-s7g{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.pxi_gf_chip-s7g{
border:1px solid rgba(244,235,210,0.13);
padding:0.625rem 1.125rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
background:#252019;
border-radius:999px;
white-space:nowrap;
color:#C9BFA6;
font-size:13px;
font-weight:600;
}
.pxi_gf_chip-s7g:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.pxi_gf_chip-s7g.pxi_state_active-s7g{
border-color:transparent;
background:#C8A05A;
color:#1C1410;
}
.pxi_jp-s7g{
padding:30px 0 0.625rem;
}
.pxi_jp_grid-s7g{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:769px){
.pxi_jp_grid-s7g{
grid-template-columns:1fr 1fr;
}
.pxi_jp_card_mega-s7g{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.pxi_jp_grid-s7g{
grid-template-columns:1.4fr 1fr 1fr;
}
.pxi_jp_card_mega-s7g{
grid-column:auto;
}
}
.pxi_jp_card-s7g{
overflow:hidden;
padding:1.625rem;
gap:0.75rem;
border:1px solid rgba(244,235,210,0.07);
background:#252019;
border-radius:20px;
justify-content:space-between;
flex-direction:column;
min-width:0;
display:flex;
min-height:200px;
position:relative;
}
.pxi_jp_card_mega-s7g{
border-color:transparent;
background:linear-gradient(135deg,#1E1A12,#0E0D09);
color:#F0E8D5;
min-height:210px;
}
.pxi_jp_glow-s7g{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,60,0.18),transparent 70%);
right:-2.5rem;
pointer-events:none;
position:absolute;
top:-2.5rem;
height:200px;
width:12.5rem;
}
.pxi_jp_label-s7g{
gap:10px;
letter-spacing:.16em;
flex-wrap:wrap;
display:flex;
align-items:center;
font-weight:700;
text-transform:uppercase;
color:#A87C3E;
position:relative;
justify-content:space-between;
font-size:10px;
}
.pxi_jp_card_mega-s7g .pxi_jp_label-s7g{
color:#C8A05A;
}
.pxi_jp_drop-s7g{
color:#9A8F78;
text-transform:none;
font-weight:600;
letter-spacing:.04em;
}
.pxi_jp_card_mega-s7g .pxi_jp_drop-s7g{
color:#A89C84;
}
.pxi_jp_amount-s7g{
line-height:1;
font-weight:700;
font-size:38px;
position:relative;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
}
.pxi_jp_card_mega-s7g .pxi_jp_amount-s7g{
animation:zm2-pulse 2.4s infinite;
color:#C8A05A;
font-size:48px;
}
@media(min-width:771px){
.pxi_jp_card_mega-s7g .pxi_jp_amount-s7g{
font-size:54px;
}
}
.pxi_jp_game-s7g{
font-size:0.813rem;
color:#9A8F78;
position:relative;
}
.pxi_jp_card_mega-s7g .pxi_jp_game-s7g{
color:#A89C84;
}
.pxi_jp_cta-s7g{
align-self:flex-start;
position:relative;
}
.pxi_jp_card_mega-s7g .pxi_jp_cta-s7g{
background:#C8A05A;
transition:opacity .22s ease;
padding:0.625rem 20px;
border-radius:999px;
color:#1C1410;
font-size:13px;
font-weight:700;
}
.pxi_jp_card_mega-s7g .pxi_jp_cta-s7g:hover{
opacity:.9;
}
.pxi_jp_card-s7g:not(.pxi_jp_card_mega-s7g) .pxi_jp_cta-s7g{
transition:color .22s ease,border-color .22s ease;
color:#F0E8D5;
font-size:0.813rem;
border-bottom:1px solid #F0E8D5;
padding-bottom:2px;
font-weight:700;
}
.pxi_jp_card-s7g:not(.pxi_jp_card_mega-s7g) .pxi_jp_cta-s7g:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.pxi_jp_seo-s7g{
margin:0.875rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
color:#7A7060;
max-width:47.5rem;
}
.pxi_jp_seo-s7g strong{
font-weight:700;
color:#F0E8D5;
}
.pxi_grow-s7g{
padding:1.625rem 0 0.625rem;
}
.pxi_row_seo-s7g{
margin:0.625rem 0 0;
color:#7A7060;
overflow-wrap:break-word;
max-width:47.5rem;
font-size:14px;
line-height:1.65;
}
.pxi_row_seo-s7g strong{
color:#F0E8D5;
font-weight:700;
}
.pxi_pr-s7g{
padding:1.875rem 0 0.375rem;
}
.pxi_pr_card-s7g{
border-radius:1.25rem;
overflow:hidden;
flex:0 0 auto;
gap:0.625rem;
background:#252019;
border:1px solid rgba(244,235,210,0.07);
padding:26px;
min-height:12.5rem;
position:relative;
display:flex;
flex-direction:column;
width:280px;
}
@media(min-width:770px){
.pxi_pr_card-s7g{
width:18.75rem;
}
}
.pxi_pr_card_feat-s7g{
border-color:transparent;
background:linear-gradient(150deg,#1E1A12,#0E0D09);
color:#F0E8D5;
}
.pxi_pr_glow-s7g{
background:radial-gradient(circle,rgba(162,120,60,0.18),transparent 70%);
border-radius:50%;
right:-1.875rem;
width:130px;
height:130px;
opacity:0;
position:absolute;
pointer-events:none;
top:-1.875rem;
}
.pxi_pr_card_feat-s7g .pxi_pr_glow-s7g{
opacity:1;
}
.pxi_pr_label-s7g{
position:relative;
text-transform:uppercase;
font-size:0.625rem;
font-weight:700;
letter-spacing:.16em;
color:#A87C3E;
}
.pxi_pr_card_feat-s7g .pxi_pr_label-s7g{
color:#C8A05A;
}
.pxi_pr_amount-s7g{
line-height:1.08;
position:relative;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F0E8D5;
}
.pxi_pr_card_feat-s7g .pxi_pr_amount-s7g{
color:#F0E8D5;
}
.pxi_pr_amount-s7g em{
font-style:normal;
color:#A87C3E;
}
.pxi_pr_card_feat-s7g .pxi_pr_amount-s7g em{
color:#C8A05A;
}
.pxi_pr_terms-s7g{
line-height:1.5;
position:relative;
font-size:13px;
color:#9A8F78;
}
.pxi_pr_card_feat-s7g .pxi_pr_terms-s7g{
color:#A89C84;
}
.pxi_pr_cta-s7g{
position:relative;
margin-top:auto;
align-self:flex-start;
}
.pxi_pr_card_feat-s7g .pxi_pr_cta-s7g{
border-radius:62.438rem;
background:#C8A05A;
padding:0.563rem 18px;
transition:opacity .22s ease;
color:#1C1410;
font-size:0.813rem;
font-weight:700;
}
.pxi_pr_card_feat-s7g .pxi_pr_cta-s7g:hover{
opacity:.9;
}
.pxi_pr_card-s7g:not(.pxi_pr_card_feat-s7g) .pxi_pr_cta-s7g{
transition:color .22s ease,border-color .22s ease;
color:#F0E8D5;
border-bottom:1px solid #F0E8D5;
font-weight:700;
font-size:13px;
padding-bottom:2px;
}
.pxi_pr_card-s7g:not(.pxi_pr_card_feat-s7g) .pxi_pr_cta-s7g:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.pxi_grow-s7g{
padding:1.625rem 0 10px;
}
.pxi_row_seo-s7g{
margin:10px 0 0;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
color:#7A7060;
font-size:14px;
}
.pxi_row_seo-s7g strong{
font-weight:700;
color:#F0E8D5;
}
.pxi_vip-s7g{
padding:48px 0;
}
@media(min-width:767px){
.pxi_vip-s7g{
padding:64px 0;
}
}
.pxi_vip_head-s7g{
gap:14px;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:882px){
.pxi_vip_head-s7g{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.pxi_vip_eyebrow-s7g{
margin-bottom:12px;
}
.pxi_vip_h2-s7g{
color:#F0E8D5;
line-height:1.05;
font-size:32px;
font-weight:600;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.pxi_vip_h2-s7g{
font-size:2.5rem;
}
}
.pxi_vip_intro-s7g{
font-size:14px;
max-width:420px;
color:#A89C84;
line-height:1.6;
}
.pxi_vip_grid-s7g{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.pxi_vip_card-s7g{
padding:1.375rem 1.125rem;
border:1px solid rgba(244,235,210,0.12);
border-radius:14px;
min-width:0;
}
.pxi_vip_card_feat-s7g{
background:rgba(244,235,210,0.07);
border-color:#C8A05A;
}
.pxi_vip_card_ic-s7g{
background:linear-gradient(135deg,#A87C3E,#D4AC6A);
border-radius:0.5rem;
height:2.125rem;
margin-bottom:1rem;
display:block;
width:34px;
}
.pxi_vip_name-s7g{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
font-weight:600;
color:#F0E8D5;
overflow-wrap:break-word;
margin-bottom:0.375rem;
}
.pxi_vip_perk-s7g{
font-size:0.781rem;
line-height:1.5;
overflow-wrap:break-word;
color:#A89C84;
}
.pxi_gm-s7g{
padding:1.875rem 0 0.625rem;
}
.pxi_gm_in-s7g{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:882px){
.pxi_gm_in-s7g{
grid-template-columns:1.25fr 1fr;
}
}
.pxi_gm_left-s7g{
border:1px solid rgba(244,235,210,0.07);
border-radius:1.25rem;
padding:2rem;
background:#252019;
min-width:0;
}
.pxi_gm_eyebrow-s7g{
margin-bottom:10px;
}
.pxi_gm_h2-s7g{
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
font-weight:600;
margin-bottom:8px;
line-height:1.06;
}
@media(min-width:771px){
.pxi_gm_h2-s7g{
font-size:28px;
}
}
.pxi_gm_text-s7g{
max-width:480px;
color:#7A7060;
line-height:1.6;
margin-bottom:22px;
font-size:0.875rem;
}
.pxi_gm_level-s7g{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-weight:700;
font-size:1.375rem;
color:#A87C3E;
}
.pxi_gm_bar-s7g{
border-radius:62.438rem;
background:rgba(244,235,210,0.13);
overflow:hidden;
margin-bottom:6px;
height:0.5rem;
}
.pxi_gm_bar_fill-s7g{
border-radius:999px;
background:linear-gradient(90deg,#A87C3E,#D4AC6A);
height:100%;
}
.pxi_gm_bar_meta-s7g{
gap:10px;
display:flex;
font-size:0.688rem;
color:#9A8F78;
justify-content:space-between;
margin-bottom:1.125rem;
}
.pxi_gm_missions-s7g{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.pxi_gm_mission-s7g{
background:#1C1914;
border-radius:999px;
padding:0.563rem 15px;
gap:0.438rem;
border:1px solid rgba(244,235,210,0.13);
align-items:center;
display:inline-flex;
color:#C9BFA6;
font-weight:600;
font-size:12.5px;
}
.pxi_gm_mission_ic-s7g{
color:#A87C3E;
align-items:center;
display:inline-flex;
}
.pxi_gm_mission_ic-s7g svg{
width:0.813rem;
height:0.813rem;
}
.pxi_gm_right-s7g{
padding:32px;
border-radius:20px;
overflow:hidden;
background:linear-gradient(150deg,#1E1A12,#0E0D09);
display:flex;
position:relative;
color:#F0E8D5;
flex-direction:column;
}
.pxi_gm_glow-s7g{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,60,0.18),transparent 70%);
top:-30px;
width:150px;
right:-1.875rem;
height:9.375rem;
position:absolute;
pointer-events:none;
}
.pxi_gm_ref_eyebrow-s7g{
position:relative;
margin-bottom:10px;
}
.pxi_gm_ref_h2-s7g{
color:#F0E8D5;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
position:relative;
margin-bottom:0.5rem;
font-size:1.625rem;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
}
.pxi_gm_ref_text-s7g{
position:relative;
margin-bottom:20px;
line-height:1.55;
color:#A89C84;
font-size:0.844rem;
}
.pxi_gm_ref_cta-s7g{
transition:opacity .22s ease;
padding:0.688rem 22px;
border-radius:999px;
background:#C8A05A;
font-weight:700;
margin-top:auto;
position:relative;
align-self:flex-start;
color:#1C1410;
font-size:13.5px;
}
.pxi_gm_ref_cta-s7g:hover{
opacity:.9;
}
.pxi_trn-s7g{
padding:30px 0 0.625rem;
}
.pxi_trn_in-s7g{
border-radius:20px;
overflow:hidden;
background:#252019;
border:1px solid rgba(244,235,210,0.07);
grid-template-columns:1fr;
display:grid;
}
@media(min-width:883px){
.pxi_trn_in-s7g{
grid-template-columns:1.05fr 1fr;
}
}
.pxi_trn_banner-s7g{
background:linear-gradient(150deg,#1E1A12,#0E0D09);
overflow:hidden;
padding:34px;
position:relative;
color:#F0E8D5;
}
.pxi_trn_glow-s7g{
background:radial-gradient(circle,rgba(162,120,60,0.18),transparent 70%);
border-radius:50%;
height:200px;
bottom:-40px;
pointer-events:none;
position:absolute;
right:-40px;
width:200px;
}
.pxi_trn_eyebrow-s7g{
margin-bottom:14px;
position:relative;
}
.pxi_trn_h2-s7g{
margin-bottom:0.75rem;
font-size:30px;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.06;
position:relative;
color:#F0E8D5;
overflow-wrap:break-word;
}
@media(min-width:771px){
.pxi_trn_h2-s7g{
font-size:2.25rem;
}
}
.pxi_trn_text-s7g{
max-width:420px;
line-height:1.6;
font-size:14px;
margin-bottom:22px;
color:#A89C84;
position:relative;
}
.pxi_trn_timer-s7g{
gap:0.5rem;
position:relative;
align-items:center;
margin-bottom:24px;
display:flex;
flex-wrap:wrap;
}
.pxi_trn_timer_cap-s7g{
font-size:11px;
color:#A89C84;
}
.pxi_trn_timer_box-s7g{
background:rgba(244,235,210,0.07);
border-radius:0.5rem;
padding:4px 12px;
font-size:1.5rem;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
}
.pxi_trn_cta-s7g{
padding:0.813rem 26px;
background:#C8A05A;
transition:opacity .22s ease;
border-radius:999px;
display:inline-block;
color:#1C1410;
font-weight:700;
position:relative;
font-size:14px;
}
.pxi_trn_cta-s7g:hover{
opacity:.9;
}
.pxi_trn_lb-s7g{
padding:26px 1.75rem;
}
.pxi_trn_lb_head-s7g{
gap:0.625rem;
margin-bottom:0.75rem;
justify-content:space-between;
display:flex;
align-items:center;
}
.pxi_trn_lb_title-s7g{
font-weight:600;
color:#F0E8D5;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:20px;
}
.pxi_trn_lb_upd-s7g{
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.688rem;
color:#9A8F78;
}
.pxi_trn_lb_row-s7g{
border-radius:8px;
padding:11px 0.75rem;
gap:0.875rem;
display:flex;
align-items:center;
}
.pxi_trn_lb_row-s7g:nth-child(2){
background:rgba(168,124,62,0.14);
}
.pxi_trn_lb_rank-s7g{
flex:0 0 auto;
font-size:1rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
width:22px;
font-weight:700;
color:#A87C3E;
}
.pxi_trn_lb_av-s7g{
background:linear-gradient(135deg,#A87C3E,#D4AC6A);
flex:0 0 auto;
border-radius:50%;
height:30px;
width:30px;
}
.pxi_trn_lb_name-s7g{
overflow:hidden;
flex:1 1 auto;
color:#F0E8D5;
text-overflow:ellipsis;
font-weight:600;
font-size:14px;
min-width:0;
white-space:nowrap;
}
.pxi_trn_lb_amount-s7g{
flex:0 0 auto;
color:#F0E8D5;
font-size:13px;
font-weight:700;
}
.pxi_app-s7g{
padding:1.875rem 0 10px;
}
.pxi_app_in-s7g{
border-radius:20px;
gap:1.75rem;
background:#252019;
border:1px solid rgba(244,235,210,0.07);
padding:32px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.pxi_app_in-s7g{
padding:2.5rem 44px;
gap:2.5rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.pxi_app_copy-s7g{
min-width:0;
max-width:560px;
}
.pxi_app_eyebrow-s7g{
margin-bottom:0.75rem;
}
.pxi_app_h2-s7g{
overflow-wrap:break-word;
color:#F0E8D5;
font-weight:600;
font-size:1.75rem;
margin-bottom:12px;
line-height:1.05;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.pxi_app_h2-s7g{
font-size:2.125rem;
}
}
.pxi_app_text-s7g{
color:#7A7060;
margin-bottom:22px;
line-height:1.6;
font-size:0.875rem;
}
.pxi_app_btns-s7g{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.pxi_app_btn-s7g{
border-radius:0.875rem;
padding:11px 20px;
transition:background-color .22s ease;
background:#C8A05A;
gap:10px;
align-items:center;
color:#1C1410;
display:inline-flex;
}
.pxi_app_btn-s7g:hover{
background:#D8B06A;
}
.pxi_app_btn_ic-s7g{
align-items:center;
display:inline-flex;
}
.pxi_app_btn_ic-s7g svg{
width:18px;
height:18px;
}
.pxi_app_btn_lb-s7g{
font-weight:700;
font-size:13.5px;
}
.pxi_app_qr_wrap-s7g{
gap:1.125rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.pxi_app_qr-s7g{
flex:0 0 auto;
border-radius:14px;
background-color:#C8A05A;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#252019 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#252019 0 5px,transparent 0.313rem 0.688rem);
height:6.75rem;
}
.pxi_app_qr_cap-s7g{
line-height:1.4;
max-width:5.75rem;
color:#9A8F78;
font-size:0.781rem;
}
.pxi_wy-s7g{
padding:3rem 0;
}
@media(min-width:767px){
.pxi_wy-s7g{
padding:56px 0;
}
}
.pxi_wy_in-s7g{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.pxi_wy_in-s7g{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.pxi_wy_left-s7g{
min-width:0;
}
.pxi_wy_eyebrow-s7g{
margin-bottom:0.875rem;
}
.pxi_wy_h2-s7g{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
overflow-wrap:break-word;
margin-bottom:1rem;
font-size:32px;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.pxi_wy_h2-s7g{
font-size:2.5rem;
}
}
.pxi_wy_intro-s7g{
color:#7A7060;
font-size:15px;
line-height:1.6;
}
.pxi_wy_grid-s7g{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.pxi_wy_grid-s7g{
grid-template-columns:1fr 1fr;
}
}
.pxi_wy_card-s7g{
border:1px solid rgba(244,235,210,0.07);
border-radius:14px;
padding:26px;
background:#252019;
min-width:0;
}
.pxi_wy_card_ic-s7g{
margin-bottom:1rem;
color:#A87C3E;
align-items:center;
justify-content:center;
display:inline-flex;
}
.pxi_wy_card_ic-s7g svg{
width:1.625rem;
height:26px;
}
.pxi_wy_card_h-s7g{
margin-bottom:8px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.15;
font-size:1.313rem;
color:#F0E8D5;
}
.pxi_wy_card_p-s7g{
color:#7A7060;
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
}
.pxi_rc-s7g{
padding:3rem 0 10px;
}
.pxi_rc_in-s7g{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:759px){
.pxi_rc_in-s7g{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.pxi_rc_col-s7g{
min-width:0;
}
.pxi_rc_label-s7g{
margin-bottom:16px;
color:#A87C3E;
font-weight:600;
letter-spacing:.2em;
text-transform:uppercase;
font-size:0.688rem;
}
.pxi_rc_awards-s7g{
gap:12px;
flex-direction:column;
display:flex;
}
.pxi_rc_award-s7g{
gap:12px;
display:flex;
min-width:0;
align-items:center;
}
.pxi_rc_award_ic-s7g{
flex:0 0 auto;
color:#C8A05A;
align-items:center;
display:inline-flex;
}
.pxi_rc_award_ic-s7g svg{
width:18px;
height:18px;
}
.pxi_rc_award_t-s7g{
overflow-wrap:break-word;
font-size:14px;
color:#F0E8D5;
font-weight:700;
}
.pxi_rc_award_s-s7g{
font-size:0.75rem;
color:#9A8F78;
overflow-wrap:break-word;
}
.pxi_rc_press-s7g{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.pxi_rc_press_logo-s7g{
overflow:hidden;
border-radius:0.5rem;
padding:0 0.5rem;
border:1px solid rgba(244,235,210,0.07);
color:#7A7060;
justify-content:center;
display:flex;
height:3.25rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
text-align:center;
font-size:0.875rem;
align-items:center;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
}
.pxi_rc_partner-s7g{
padding:1.375rem;
border:1px solid rgba(244,235,210,0.07);
border-radius:14px;
background:#252019;
}
.pxi_rc_partner_name-s7g{
overflow-wrap:break-word;
color:#F0E8D5;
font-size:20px;
font-weight:600;
margin-bottom:6px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
.pxi_rc_partner_text-s7g{
font-size:0.813rem;
color:#7A7060;
overflow-wrap:break-word;
line-height:1.55;
}
.pxi_dr-s7g{
padding:36px 0 10px;
}
.pxi_dr_in-s7g{
border:1px dashed rgba(244,235,210,0.13);
border-radius:14px;
gap:20px;
padding:28px 2rem;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.pxi_dr_in-s7g{
gap:2rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.pxi_dr_h2-s7g{
overflow-wrap:break-word;
font-size:1.5rem;
color:#F0E8D5;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:0.5rem;
}
@media(min-width:768px){
.pxi_dr_h2-s7g{
font-size:1.625rem;
}
}
.pxi_dr_text-s7g{
color:#7A7060;
line-height:1.6;
max-width:42.5rem;
font-size:0.875rem;
overflow-wrap:break-word;
}
.pxi_dr_text-s7g b{
font-weight:700;
color:#F0E8D5;
}
.pxi_dr_cta-s7g{
transition:color .22s ease;
flex:0 0 auto;
color:#F0E8D5;
padding-bottom:2px;
font-size:13.5px;
font-weight:700;
white-space:nowrap;
border-bottom:1px solid #A87C3E;
}
.pxi_dr_cta-s7g:hover{
color:#A87C3E;
}
.pxi_hts-s7g{
padding:3rem 0;
}
@media(min-width:765px){
.pxi_hts-s7g{
padding:3.875rem 0;
}
}
.pxi_hts_head-s7g{
gap:1.125rem;
flex-direction:column;
display:flex;
margin-bottom:34px;
}
@media(min-width:769px){
.pxi_hts_head-s7g{
gap:24px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.pxi_hts_eyebrow-s7g{
margin-bottom:12px;
}
.pxi_hts_h2-s7g{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
font-size:30px;
}
@media(min-width:769px){
.pxi_hts_h2-s7g{
font-size:38px;
}
}
.pxi_hts_cta-s7g{
flex:0 0 auto;
padding:0.938rem 30px;
border-radius:62.438rem;
transition:opacity .22s ease;
background:#C8A05A;
color:#1C1410;
font-weight:700;
font-size:0.938rem;
}
.pxi_hts_cta-s7g:hover{
opacity:.9;
}
.pxi_hts_grid-s7g{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:759px){
.pxi_hts_grid-s7g{
grid-template-columns:repeat(3,1fr);
}
}
.pxi_hts_step-s7g{
border-top:1px solid rgba(244,235,210,0.12);
padding-top:1.375rem;
min-width:0;
}
.pxi_hts_step_num-s7g{
font-size:44px;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#C8A05A;
line-height:1;
margin-bottom:14px;
}
.pxi_hts_step_h-s7g{
color:#F0E8D5;
font-size:1.188rem;
margin-bottom:0.5rem;
font-weight:700;
line-height:1.2;
overflow-wrap:break-word;
}
.pxi_hts_step_p-s7g{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
color:#A89C84;
}
.pxi_tt-s7g{
padding:48px 0 0.625rem;
}
@media(min-width:769px){
.pxi_tt-s7g{
padding:3.75rem 0 0.625rem;
}
}
.pxi_tt_head-s7g{
margin-bottom:2.125rem;
text-align:center;
}
.pxi_tt_eyebrow-s7g{
margin-bottom:0.75rem;
}
.pxi_tt_h2-s7g{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#F0E8D5;
font-size:32px;
}
@media(min-width:766px){
.pxi_tt_h2-s7g{
font-size:2.625rem;
}
}
.pxi_tt_grid-s7g{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:759px){
.pxi_tt_grid-s7g{
grid-template-columns:repeat(3,1fr);
}
}
.pxi_tt_card-s7g{
border:1px solid rgba(244,235,210,0.07);
border-radius:0.875rem;
padding:30px;
background:#252019;
display:flex;
min-width:0;
flex-direction:column;
}
.pxi_tt_card_ic-s7g{
align-items:center;
color:#A87C3E;
margin-bottom:1.125rem;
display:inline-flex;
}
.pxi_tt_card_ic-s7g svg{
height:1.75rem;
width:1.75rem;
}
.pxi_tt_card_h-s7g{
margin-bottom:8px;
font-weight:600;
line-height:1.15;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:1.375rem;
color:#F0E8D5;
}
.pxi_tt_card_p-s7g{
color:#7A7060;
line-height:1.6;
font-size:0.875rem;
margin-bottom:0.875rem;
overflow-wrap:break-word;
}
.pxi_tt_card_p-s7g b{
color:#F0E8D5;
font-weight:700;
}
.pxi_tt_card_link-s7g{
transition:color .22s ease;
align-self:flex-start;
padding-bottom:2px;
color:#F0E8D5;
margin-top:auto;
font-size:0.813rem;
font-weight:700;
border-bottom:1px solid #A87C3E;
}
.pxi_tt_card_link-s7g:hover{
color:#A87C3E;
}
.pxi_op-s7g{
padding:2.25rem 0 10px;
}
.pxi_op_in-s7g{
border-radius:14px;
border:1px solid rgba(244,235,210,0.07);
grid-template-columns:1fr;
background:#252019;
padding:2rem;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:857px){
.pxi_op_in-s7g{
gap:2.75rem;
grid-template-columns:.9fr 1.1fr;
padding:2.125rem 2.5rem;
}
}
.pxi_op_left-s7g{
min-width:0;
}
.pxi_op_eyebrow-s7g{
margin-bottom:12px;
}
.pxi_op_h2-s7g{
font-weight:600;
overflow-wrap:break-word;
font-size:28px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.08;
color:#F0E8D5;
margin-bottom:10px;
}
@media(min-width:767px){
.pxi_op_h2-s7g{
font-size:30px;
}
}
.pxi_op_text-s7g{
color:#7A7060;
line-height:1.6;
font-size:0.875rem;
}
.pxi_op_grid-s7g{
gap:1px;
border-radius:8px;
overflow:hidden;
background:rgba(244,235,210,0.13);
border:1px solid rgba(244,235,210,0.13);
grid-template-columns:1fr 1fr;
display:grid;
}
.pxi_op_field-s7g{
padding:18px 1.25rem;
background:#1C1914;
min-width:0;
}
.pxi_op_field_lb-s7g{
font-size:0.625rem;
margin-bottom:0.313rem;
font-weight:600;
letter-spacing:.1em;
text-transform:uppercase;
color:#A87C3E;
}
.pxi_op_field_val-s7g{
color:#F0E8D5;
overflow-wrap:break-word;
font-weight:700;
font-size:0.875rem;
}
.pxi_et-s7g{
padding:36px 0 0.625rem;
}
.pxi_et_in-s7g{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:881px){
.pxi_et_in-s7g{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.pxi_et_left-s7g{
min-width:0;
}
.pxi_et_eyebrow-s7g{
margin-bottom:0.75rem;
}
.pxi_et_h2-s7g{
line-height:1.06;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:1.75rem;
color:#F0E8D5;
margin-bottom:14px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.pxi_et_h2-s7g{
font-size:2rem;
}
}
.pxi_et_text-s7g{
font-size:15px;
margin-bottom:22px;
color:#7A7060;
line-height:1.65;
}
.pxi_et_stats-s7g{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.pxi_et_stat-s7g{
min-width:0;
}
.pxi_et_stat_v-s7g{
line-height:1;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
font-size:1.625rem;
}
.pxi_et_stat_l-s7g{
color:#9A8F78;
margin-top:4px;
font-size:0.781rem;
}
.pxi_et_right-s7g{
gap:12px;
flex-direction:column;
display:flex;
}
.pxi_et_member-s7g{
padding:18px 20px;
border-radius:14px;
gap:1rem;
border:1px solid rgba(244,235,210,0.07);
background:#252019;
display:flex;
min-width:0;
align-items:center;
}
.pxi_et_member_av-s7g{
background:linear-gradient(135deg,#1E1A12,#A87C3E);
border-radius:50%;
flex:0 0 auto;
width:48px;
height:3rem;
}
.pxi_et_member_name-s7g{
color:#F0E8D5;
font-weight:700;
overflow-wrap:break-word;
font-size:15px;
}
.pxi_et_member_role-s7g{
font-size:12.5px;
color:#9A8F78;
overflow-wrap:break-word;
}
.pxi_et_updated-s7g{
padding:14px 1.125rem;
gap:8px;
border:1px solid rgba(244,235,210,0.07);
background:#1C1914;
border-radius:14px;
font-size:12.5px;
display:flex;
color:#7A7060;
align-items:center;
}
.pxi_ts-s7g{
padding:2.75rem 0;
}
.pxi_ts_in-s7g{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:883px){
.pxi_ts_in-s7g{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.pxi_ts_left-s7g{
min-width:0;
}
.pxi_ts_h2-s7g{
font-size:1.625rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
margin-bottom:0.75rem;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.pxi_ts_h2-s7g{
font-size:28px;
}
}
.pxi_ts_text-s7g{
color:#A89C84;
max-width:520px;
margin-bottom:1.375rem;
font-size:14.5px;
line-height:1.6;
}
.pxi_ts_badges-s7g{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.pxi_ts_badge-s7g{
font-weight:600;
font-size:13px;
color:#A89C84;
}
.pxi_ts_pay-s7g{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.pxi_ts_pay-s7g{
justify-content:flex-end;
}
}
.pxi_ts_pay_chip-s7g{
border:1px solid rgba(244,235,210,0.12);
padding:12px 1rem;
background:rgba(244,235,210,0.07);
border-radius:14px;
font-weight:700;
color:#F0E8D5;
font-size:14px;
}
.pxi_prov-s7g{
padding:40px 0 1.25rem;
}
.pxi_prov_eyebrow-s7g{
display:block;
margin-bottom:1.125rem;
}
.pxi_prov_grid-s7g{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.pxi_prov_grid-s7g{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.pxi_prov_grid-s7g{
grid-template-columns:repeat(6,1fr);
}
}
.pxi_faq-s7g{
background:#252019;
padding:48px 0;
margin-top:24px;
border-bottom:1px solid rgba(244,235,210,0.07);
border-top:1px solid rgba(244,235,210,0.07);
}
@media(min-width:765px){
.pxi_faq-s7g{
padding:3.875rem 0;
}
}
.pxi_faq_head-s7g{
margin-bottom:2.125rem;
text-align:center;
}
.pxi_faq_eyebrow-s7g{
margin-bottom:12px;
}
.pxi_faq_h2-s7g{
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
font-size:2rem;
}
@media(min-width:766px){
.pxi_faq_h2-s7g{
font-size:38px;
}
}
.pxi_faq_list-s7g{
gap:0.75rem;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.pxi_faq_item-s7g{
border:1px solid rgba(244,235,210,0.07);
overflow:hidden;
border-radius:0.875rem;
background:#1C1914;
}
.pxi_faq_q-s7g{
list-style:none;
gap:1.25rem;
padding:1.25rem 1.5rem;
justify-content:space-between;
overflow-wrap:break-word;
font-weight:700;
align-items:center;
display:flex;
font-size:1rem;
color:#F0E8D5;
cursor:pointer;
}
.pxi_faq_q-s7g::-webkit-details-marker{
display:none;
}
.pxi_faq_q_ic-s7g{
flex:0 0 auto;
transition:transform .22s ease;
color:#A87C3E;
display:inline-flex;
align-items:center;
}
.pxi_faq_q_ic-s7g svg{
width:1.125rem;
height:1.125rem;
}
.pxi_faq_item-s7g[open] .pxi_faq_q_ic-s7g{
transform:rotate(180deg);
}
.pxi_faq_a-s7g{
padding:0 24px 1.25rem;
line-height:1.6;
overflow-wrap:break-word;
color:#7A7060;
font-size:0.906rem;
}
.pxi_sg-s7g{
padding:3rem 0 0.625rem;
}
.pxi_sg_eyebrow-s7g{
margin-bottom:0.75rem;
display:block;
}
.pxi_sg_h2-s7g{
margin-bottom:1.75rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-size:1.875rem;
}
@media(min-width:766px){
.pxi_sg_h2-s7g{
font-size:36px;
}
}
.pxi_sg_grid-s7g{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:720px){
.pxi_sg_grid-s7g{
grid-template-columns:repeat(3,1fr);
}
}
.pxi_sg_col-s7g{
min-width:0;
}
.pxi_sg_col_h-s7g{
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:0.625rem;
color:#F0E8D5;
font-weight:600;
font-size:22px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
.pxi_sg_col_p-s7g{
overflow-wrap:break-word;
color:#7A7060;
font-size:0.875rem;
line-height:1.65;
}
.pxi_sb-s7g{
padding:48px 0;
background:#252019;
margin-top:1.5rem;
border-bottom:1px solid rgba(244,235,210,0.07);
border-top:1px solid rgba(244,235,210,0.07);
}
@media(min-width:765px){
.pxi_sb-s7g{
padding:56px 0;
}
}
.pxi_sb_eyebrow-s7g{
display:block;
margin-bottom:0.75rem;
}
.pxi_sb_h2-s7g{
font-weight:600;
color:#F0E8D5;
overflow-wrap:break-word;
margin-bottom:26px;
line-height:1.05;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
}
@media(min-width:766px){
.pxi_sb_h2-s7g{
font-size:2.25rem;
}
}
.pxi_sb_grid-s7g{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.pxi_sb_grid-s7g{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.pxi_sb_grid-s7g{
grid-template-columns:repeat(4,1fr);
}
}
.pxi_sb_card-s7g{
border:1px solid rgba(244,235,210,0.07);
background:#1C1914;
border-radius:0.875rem;
padding:24px;
min-width:0;
}
.pxi_sb_card_h-s7g{
color:#F0E8D5;
font-size:19px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:0.5rem;
}
.pxi_sb_card_p-s7g{
line-height:1.6;
color:#7A7060;
font-size:13.5px;
overflow-wrap:break-word;
}
.pxi_sb_rtp-s7g{
grid-template-columns:1fr;
border:1px solid rgba(244,235,210,0.07);
padding:26px 1.75rem;
border-radius:0.875rem;
gap:24px;
background:#1C1914;
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:759px){
.pxi_sb_rtp-s7g{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.pxi_sb_rtp_h-s7g{
font-weight:600;
line-height:1.15;
color:#F0E8D5;
overflow-wrap:break-word;
font-size:20px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
}
.pxi_sb_rtp_p-s7g{
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
color:#7A7060;
}
.pxi_sb_rtp_stats-s7g{
gap:16px;
display:flex;
}
.pxi_sb_stat-s7g{
border-radius:0.5rem;
background:#252019;
flex:1 1 0;
padding:18px;
text-align:center;
min-width:0;
}
.pxi_sb_stat_v-s7g{
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:26px;
color:#6B9E72;
font-weight:700;
}
.pxi_sb_stat_l-s7g{
margin-top:0.25rem;
font-size:0.719rem;
color:#9A8F78;
}
.pxi_sc-s7g{
padding:3rem 0 0.625rem;
}
.pxi_sc_head-s7g{
text-align:center;
margin-bottom:1.75rem;
}
.pxi_sc_eyebrow-s7g{
margin-bottom:0.75rem;
}
.pxi_sc_h2-s7g{
font-size:1.875rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#F0E8D5;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.pxi_sc_h2-s7g{
font-size:2.25rem;
}
}
.pxi_sc_table-s7g{
border:1px solid rgba(244,235,210,0.07);
border-radius:14px;
margin:0 auto;
overflow:hidden;
max-width:900px;
}
.pxi_sc_thead-s7g{
background:#111009;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.pxi_sc_th-s7g{
padding:0.938rem 18px;
font-size:13px;
font-weight:700;
overflow-wrap:break-word;
color:#A89C84;
text-align:center;
}
.pxi_sc_th-s7g:first-child{
text-align:left;
}
.pxi_sc_th_us-s7g{
color:#C8A05A;
}
.pxi_sc_row-s7g{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(244,235,210,0.07);
}
.pxi_sc_row-s7g:nth-child(even){
background:#252019;
}
.pxi_sc_td-s7g{
padding:15px 1.125rem;
text-align:center;
color:#9A8F78;
font-size:14px;
overflow-wrap:break-word;
min-width:0;
}
.pxi_sc_td-s7g:first-child{
color:#C9BFA6;
font-weight:600;
text-align:left;
}
.pxi_sc_td_us-s7g{
color:#6B9E72;
font-weight:700;
}
.pxi_el-s7g{
padding:3rem 0;
}
@media(min-width:767px){
.pxi_el-s7g{
padding:56px 0;
}
}
.pxi_el_in-s7g{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:899px){
.pxi_el_in-s7g{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.pxi_el_left-s7g{
min-width:0;
}
.pxi_el_eyebrow-s7g{
margin-bottom:0.875rem;
}
.pxi_el_h2-s7g{
line-height:1.08;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:2rem;
color:#F0E8D5;
overflow-wrap:break-word;
margin-bottom:22px;
font-weight:600;
}
@media(min-width:767px){
.pxi_el_h2-s7g{
font-size:38px;
}
}
.pxi_el_body-s7g p{
line-height:1.7;
overflow-wrap:break-word;
margin-bottom:1.125rem;
font-size:16px;
color:#C9BFA6;
}
.pxi_el_dropcap-s7g{
padding:0.375rem 12px 0 0;
float:left;
font-weight:700;
line-height:.8;
color:#A87C3E;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:3.875rem;
}
.pxi_el_right-s7g{
min-width:0;
}
.pxi_el_quote-s7g{
background:linear-gradient(150deg,#1E1A12,#0E0D09);
border-radius:1.25rem;
padding:2.25rem;
color:#F0E8D5;
position:relative;
margin-bottom:24px;
}
.pxi_el_quote_mark-s7g{
margin-bottom:6px;
align-items:center;
display:inline-flex;
color:#C8A05A;
}
.pxi_el_quote_mark-s7g svg{
height:2.125rem;
width:2.125rem;
}
.pxi_el_quote_text-s7g{
color:#F0E8D5;
line-height:1.4;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:1.375rem;
font-size:1.375rem;
font-weight:500;
}
.pxi_el_quote_meta-s7g{
gap:0.75rem;
align-items:center;
display:flex;
}
.pxi_el_quote_av-s7g{
border-radius:50%;
background:linear-gradient(135deg,#A87C3E,#D4AC6A);
flex:0 0 auto;
width:38px;
height:38px;
}
.pxi_el_quote_author-s7g{
font-size:14px;
font-weight:700;
color:#F0E8D5;
}
.pxi_el_quote_meta_sub-s7g{
color:#A89C84;
font-size:0.75rem;
}
.pxi_el_explain-s7g{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(244,235,210,0.07);
}
.pxi_el_explain_card-s7g{
padding:1.375rem 24px;
}
.pxi_el_explain_card-s7g+.pxi_el_explain_card-s7g{
border-top:1px solid rgba(244,235,210,0.07);
}
.pxi_el_explain_h-s7g{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:20px;
margin-bottom:8px;
overflow-wrap:break-word;
color:#F0E8D5;
font-weight:600;
line-height:1.15;
}
.pxi_el_explain_p-s7g{
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
color:#7A7060;
}
.pxi_gd-s7g{
padding:48px 0 10px;
}
.pxi_gd_head-s7g{
gap:0.875rem;
margin-bottom:1.5rem;
flex-direction:column;
display:flex;
}
@media(min-width:681px){
.pxi_gd_head-s7g{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.pxi_gd_eyebrow-s7g{
margin-bottom:10px;
}
.pxi_gd_h2-s7g{
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:1.75rem;
line-height:1.05;
color:#F0E8D5;
font-weight:600;
}
@media(min-width:767px){
.pxi_gd_h2-s7g{
font-size:34px;
}
}
.pxi_gd_more-s7g{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
font-weight:600;
font-size:0.844rem;
padding-bottom:2px;
color:#F0E8D5;
border-bottom:1px solid #F0E8D5;
}
.pxi_gd_more-s7g:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.pxi_gd_grid-s7g{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:718px){
.pxi_gd_grid-s7g{
grid-template-columns:repeat(3,1fr);
}
}
.pxi_gd_card-s7g{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(244,235,210,0.07);
background:#252019;
min-width:0;
display:block;
}
.pxi_gd_card_img-s7g{
background:linear-gradient(140deg,#1E1A12,#A87C3E);
height:150px;
}
.pxi_gd_card_body-s7g{
padding:1.375rem;
}
.pxi_gd_card_cat-s7g{
color:#A87C3E;
letter-spacing:.1em;
font-size:10px;
text-transform:uppercase;
font-weight:600;
}
.pxi_gd_card_h-s7g{
margin:0.5rem 0 10px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F0E8D5;
font-size:1.188rem;
font-weight:600;
line-height:1.2;
}
.pxi_gd_card_meta-s7g{
overflow-wrap:break-word;
color:#9A8F78;
font-size:0.75rem;
}
.pxi_lh-s7g{
padding:40px 0 20px;
}
.pxi_lh_in-s7g{
border-top:1px solid rgba(244,235,210,0.13);
padding-top:2.125rem;
}
.pxi_lh_eyebrow-s7g{
margin-bottom:1.375rem;
display:block;
}
.pxi_lh_grid-s7g{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.pxi_lh_grid-s7g{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.pxi_lh_grid-s7g{
grid-template-columns:repeat(5,1fr);
}
}
.pxi_lh_col-s7g{
min-width:0;
}
.pxi_lh_col_h-s7g{
margin-bottom:0.75rem;
overflow-wrap:break-word;
color:#F0E8D5;
font-weight:700;
font-size:0.813rem;
}
.pxi_lh_links-s7g{
gap:8px;
flex-direction:column;
display:flex;
}
.pxi_lh_link-s7g{
transition:color .22s ease;
overflow-wrap:break-word;
color:#7A7060;
font-size:13px;
}
.pxi_lh_link-s7g:hover{
color:#A87C3E;
}
.pxi_ft-s7g{
background:#111009;
margin-top:40px;
color:#A89C84;
}
.pxi_ft_in-s7g{
padding:48px 0 28px;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:598px){
.pxi_ft_in-s7g{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.pxi_ft_in-s7g{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.pxi_ft_brand-s7g{
min-width:0;
}
.pxi_ft_logo-s7g{
color:#F0E8D5;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:1.625rem;
overflow-wrap:break-word;
}
.pxi_ft_tagline-s7g{
max-width:280px;
font-size:0.844rem;
line-height:1.6;
color:#A89C84;
margin-top:14px;
}
.pxi_ft_contact-s7g{
transition:color .22s ease;
margin-top:0.75rem;
max-width:17.5rem;
font-size:0.813rem;
overflow-wrap:anywhere;
display:inline-block;
color:#C8A05A;
}
.pxi_ft_contact-s7g:hover{
color:#F0E8D5;
}
.pxi_ft_col-s7g{
min-width:0;
}
.pxi_ft_col_h-s7g{
text-transform:uppercase;
font-weight:700;
overflow-wrap:break-word;
letter-spacing:.08em;
margin-bottom:14px;
font-size:13px;
color:#F0E8D5;
}
.pxi_ft_col_links-s7g{
gap:10px;
display:flex;
flex-direction:column;
}
.pxi_ft_link-s7g{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#A89C84;
}
.pxi_ft_link-s7g:hover{
color:#F0E8D5;
}
.pxi_ft_bot-s7g{
gap:1rem;
padding:22px 0 40px;
border-top:1px solid rgba(244,235,210,0.12);
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.pxi_ft_bot-s7g{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.pxi_ft_legal-s7g{
color:#524A3C;
font-size:11.5px;
overflow-wrap:break-word;
max-width:760px;
line-height:1.6;
}
.pxi_ft_legal-s7g b{
font-weight:700;
color:#A89C84;
}
.pxi_ft_age-s7g{
border-radius:0.5rem;
flex:0 0 auto;
border:1.5px solid #C8A05A;
padding:0.25rem 9px;
font-size:0.813rem;
font-weight:700;
color:#C8A05A;
}