*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2ED;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
font-size:15px;
color:#2E2820;
line-height:1.6;
-webkit-font-smoothing:antialiased;
font-family:"Commissioner", 'Helvetica Neue', Arial, sans-serif;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.50);
}
::-webkit-scrollbar-track{
background:transparent;
}
.uxn_layout_cgs{
display:flex;
flex-direction:column;
min-height:100vh;
}
.uxn_main_cgs{
flex:1 1 auto;
width:100%;
min-width:0;
}
.uxn_container_cgs{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:87.5rem;
}
@media(min-width:769px){
.uxn_container_cgs{
padding:0 32px;
}
}
@media(min-width:1101px){
.uxn_container_cgs{
padding:0 56px;
}
}
.uxn_eyebrow_cgs{
font-family:"Commissioner", 'Helvetica Neue', Arial, sans-serif;
letter-spacing:.2em;
display:inline-block;
color:#1A8F5C;
font-weight:600;
text-transform:uppercase;
line-height:1.4;
overflow-wrap:break-word;
font-size:0.688rem;
}
.uxn_band_cgs{
background:#111820;
color:#F2F7F4;
}
.uxn_band_cgs .uxn_eyebrow_cgs{
color:#3EEEA0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.uxn_tb_cgs{
background:#F5F2ED;
border-bottom:1px solid rgba(20,16,10,0.15);
top:0;
position:sticky;
z-index:50;
}
.uxn_tb_in_cgs{
margin:0 auto;
gap:1rem;
padding:12px 1rem;
max-width:1400px;
align-items:center;
justify-content:space-between;
width:100%;
display:flex;
}
@media(min-width:771px){
.uxn_tb_in_cgs{
padding:1rem 2rem;
}
}
@media(min-width:1097px){
.uxn_tb_in_cgs{
padding:1.125rem 3.5rem;
}
}
.uxn_tb_left_cgs{
gap:1.75rem;
display:flex;
min-width:0;
align-items:center;
}
.uxn_tb_logo_cgs{
gap:11px;
display:flex;
align-items:center;
min-width:0;
}
.uxn_tb_logo_mark_cgs{
flex:0 0 auto;
border-radius:0.5rem;
height:2.125rem;
width:2.125rem;
object-fit:cover;
}
.uxn_tb_logo_txt_cgs{
display:flex;
flex-direction:column;
line-height:1;
min-width:0;
}
.uxn_tb_logo_name_cgs{
overflow:hidden;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
letter-spacing:.02em;
color:#18140F;
text-overflow:ellipsis;
font-size:22px;
white-space:nowrap;
font-weight:700;
}
.uxn_tb_logo_sub_cgs{
overflow:hidden;
color:#1A8F5C;
text-overflow:ellipsis;
margin-top:0.25rem;
letter-spacing:.32em;
font-size:8.5px;
white-space:nowrap;
font-weight:600;
text-transform:uppercase;
}
.uxn_tb_nav_cgs{
display:none;
}
@media(min-width:959px){
.uxn_tb_nav_cgs{
gap:28px;
display:flex;
align-items:center;
}
}
.uxn_tb_nav_item_cgs{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
white-space:nowrap;
border-bottom:2px solid transparent;
color:#2E2820;
padding-bottom:3px;
font-size:0.875rem;
}
.uxn_tb_nav_item_cgs:hover{
color:#18140F;
}
.uxn_tb_nav_item_cgs.uxn_state_active_cgs{
border-color:#1A8F5C;
color:#18140F;
}
.uxn_tb_right_cgs{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.uxn_tb_search_cgs{
transition:color .22s ease;
color:#2E2820;
justify-content:center;
display:flex;
align-items:center;
}
.uxn_tb_search_cgs:hover{
color:#1A8F5C;
}
.uxn_tb_search_cgs svg{
width:18px;
height:1.125rem;
}
.uxn_tb_lang_cgs{
font-weight:600;
font-size:11px;
text-transform:uppercase;
color:#6B6056;
letter-spacing:.1em;
}
.uxn_tb_lang_cgs:hover{
color:#18140F;
}
.uxn_tb_login_cgs{
display:none;
font-weight:600;
color:#18140F;
font-size:14px;
}
@media(min-width:770px){
.uxn_tb_login_cgs{
display:inline-block;
}
}
.uxn_tb_register_cgs{
transition:background-color .22s ease;
padding:11px 1.375rem;
background:#18140F;
border-radius:999px;
color:#F2F7F4;
white-space:nowrap;
font-weight:700;
font-size:14px;
}
.uxn_tb_register_cgs:hover{
background:#2E2820;
}
.uxn_mob_cgs{
background:#F5F2ED;
z-index:60;
position:fixed;
right:0;
border-top:1px solid rgba(20,16,10,0.15);
left:0;
padding-bottom:env(safe-area-inset-bottom);
bottom:0;
}
@media(min-width:962px){
.uxn_mob_cgs{
display:none;
}
}
.uxn_mob_in_cgs{
margin:0 auto;
display:flex;
justify-content:space-around;
max-width:560px;
align-items:stretch;
}
.uxn_mob_item_cgs{
padding:0.563rem 4px;
gap:3px;
transition:color .22s ease;
flex:1 1 0;
min-width:0;
align-items:center;
flex-direction:column;
display:flex;
color:#6B6056;
}
.uxn_mob_item_cgs.uxn_state_active_cgs{
color:#1A8F5C;
}
.uxn_mob_ic_cgs{
align-items:center;
justify-content:center;
display:flex;
}
.uxn_mob_ic_cgs svg{
height:1.25rem;
width:1.25rem;
}
.uxn_mob_lb_cgs{
overflow:hidden;
font-size:10px;
white-space:nowrap;
max-width:100%;
font-weight:600;
text-overflow:ellipsis;
}
@media(max-width:962px){
body{
padding-bottom:60px;
}
}
.uxn_rail_cgs{
min-width:0;
position:relative;
}
.uxn_rail_scroll_cgs{
gap:14px;
padding-bottom:14px;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
overflow-x:auto;
display:flex;
}
@media(min-width:771px){
.uxn_rail_scroll_cgs{
gap:18px;
}
}
.uxn_gc_cgs{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:766px){
.uxn_gc_cgs{
width:188px;
}
}
.uxn_gc_img_cgs{
border-radius:0.875rem;
background:#FDFBF8;
overflow:hidden;
box-shadow:0 2px 6px rgba(20,16,10,0.07), 0 6px 18px rgba(20,16,10,0.09);
position:relative;
padding-bottom:133.33%;
}
.uxn_gc_img_cgs img{
inset:0;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
}
.uxn_gc_cover_cgs{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
position:absolute;
pointer-events:none;
}
.uxn_gc_hover_cgs{
inset:0;
background:rgba(0,0,0,0.50);
transition:opacity .22s ease;
opacity:0;
justify-content:center;
display:flex;
align-items:center;
position:absolute;
}
.uxn_gc_cgs:hover .uxn_gc_hover_cgs{
opacity:1;
}
.uxn_gc_hover_btn_cgs{
background:#18140F;
border-radius:999px;
align-items:center;
justify-content:center;
width:2.875rem;
color:#F2F7F4;
height:46px;
display:flex;
}
.uxn_gc_hover_btn_cgs svg{
height:18px;
width:1.125rem;
}
.uxn_gc_info_cgs{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:0.563rem;
}
.uxn_gc_name_cgs{
overflow:hidden;
font-weight:700;
font-size:13px;
color:#18140F;
white-space:nowrap;
text-overflow:ellipsis;
}
.uxn_gc_prov_cgs{
overflow:hidden;
text-overflow:ellipsis;
font-size:11px;
color:#6B6056;
white-space:nowrap;
}
.uxn_gc_meta_cgs{
color:#6B6056;
font-size:11px;
}
.uxn_tc_cgs{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:770px){
.uxn_tc_cgs{
width:14.375rem;
}
}
.uxn_tc_img_cgs{
background:#FDFBF8;
overflow:hidden;
border-radius:0.875rem;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(20,16,10,0.07), 0 6px 1.125rem rgba(20,16,10,0.09);
}
.uxn_tc_img_cgs img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.uxn_tc_info_cgs{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:9px;
display:flex;
}
.uxn_tc_name_cgs{
overflow:hidden;
white-space:nowrap;
font-weight:700;
font-size:14px;
text-overflow:ellipsis;
color:#18140F;
}
.uxn_tc_rtp_cgs{
font-size:11px;
color:#6B6056;
}
.uxn_lc_cgs{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:770px){
.uxn_lc_cgs{
width:268px;
}
}
.uxn_lc_img_cgs{
background:#FDFBF8;
overflow:hidden;
border-radius:0.875rem;
position:relative;
box-shadow:0 2px 6px rgba(20,16,10,0.07), 0 0.375rem 18px rgba(20,16,10,0.09);
padding-bottom:62.5%;
}
.uxn_lc_img_cgs img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.uxn_lc_live_cgs{
padding:4px 9px;
border-radius:999px;
background:rgba(0,0,0,0.50);
gap:7px;
position:absolute;
left:0.75rem;
align-items:center;
display:flex;
top:0.75rem;
}
.uxn_lc_live_dot_cgs{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#C0362A;
width:0.5rem;
height:8px;
}
.uxn_lc_seats_cgs{
color:#F2F7F4;
font-weight:600;
text-transform:uppercase;
letter-spacing:.08em;
font-size:10px;
}
.uxn_lc_info_cgs{
gap:2px;
display:flex;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
}
.uxn_lc_name_cgs{
overflow:hidden;
font-size:0.938rem;
color:#18140F;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
}
.uxn_lc_bet_cgs{
color:#6B6056;
font-size:0.688rem;
}
.uxn_pc_cgs{
padding:16px 0.875rem;
background:#FDFBF8;
border:1px solid rgba(20,16,10,0.08);
border-radius:14px;
gap:0.5rem;
min-height:74px;
display:flex;
justify-content:center;
flex-direction:column;
min-width:0;
align-items:center;
}
.uxn_pc_logo_cgs{
flex:0 0 auto;
height:28px;
object-fit:contain;
max-width:100%;
width:auto;
}
.uxn_pc_name_cgs{
overflow:hidden;
white-space:nowrap;
max-width:100%;
font-size:0.688rem;
color:#6B6056;
text-overflow:ellipsis;
text-align:center;
}
.uxn_gc_tag_cgs{
padding:3px 8px;
border-radius:8px;
text-transform:uppercase;
left:0.625rem;
display:inline-block;
top:0.625rem;
font-weight:700;
z-index:2;
position:absolute;
font-size:0.625rem;
letter-spacing:.06em;
}
.uxn_gc_tag_hot_cgs{
background:#C0362A;
color:#F2F7F4;
}
.uxn_gc_tag_new_cgs{
background:#25C47E;
color:#12100C;
}
.uxn_gc_tag_jp_cgs{
background:#C08B1A;
color:#12100C;
}
.uxn_gc_tag_live_cgs{
background:#C0362A;
color:#F2F7F4;
}
.uxn_sh_cgs{
margin-bottom:1.125rem;
min-width:0;
}
.uxn_sh_row_cgs{
gap:1rem;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
}
.uxn_sh_row_cgs .uxn_sh_l_cgs{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.uxn_sh_stack_cgs{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.uxn_sh_center_cgs{
gap:0.625rem;
align-items:center;
display:flex;
flex-direction:column;
text-align:center;
}
.uxn_sh_h2_cgs{
line-height:1.1;
font-size:1.5rem;
color:#18140F;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:766px){
.uxn_sh_h2_cgs{
font-size:1.875rem;
}
}
.uxn_band_cgs .uxn_sh_h2_cgs{
color:#F2F7F4;
}
.uxn_sh_eb_line_cgs{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.uxn_sh_eb_line_cgs::before{
background:#1A8F5C;
content:"";
height:1px;
width:1.75rem;
display:inline-block;
}
.uxn_band_cgs .uxn_sh_eb_line_cgs::before{
background:#3EEEA0;
}
.uxn_sh_eb_dot_cgs{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.uxn_sh_eb_dot_cgs::before{
border-radius:50%;
background:#1A8F5C;
display:inline-block;
content:"";
width:6px;
height:6px;
}
.uxn_band_cgs .uxn_sh_eb_dot_cgs::before{
background:#3EEEA0;
}
.uxn_sh_link_cgs{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
border-bottom:1px solid #18140F;
display:inline-flex;
color:#18140F;
white-space:nowrap;
padding-bottom:2px;
font-weight:600;
align-items:center;
font-size:0.813rem;
}
.uxn_sh_link_cgs:hover{
border-color:#1A8F5C;
color:#1A8F5C;
}
.uxn_sh_link_cgs svg{
width:0.875rem;
height:14px;
}
.uxn_sh_link_chev_cgs{
padding-bottom:0;
border-bottom:0;
}
.uxn_sh_link_btn_cgs{
padding:0.563rem 1.125rem;
background:#18140F;
border-radius:999px;
border-bottom:0;
color:#F2F7F4;
}
.uxn_sh_link_btn_cgs:hover{
border-color:transparent;
background:#2E2820;
color:#F2F7F4;
}
.uxn_band_cgs .uxn_sh_link_cgs{
border-color:#F2F7F4;
color:#F2F7F4;
}
.uxn_band_cgs .uxn_sh_link_btn_cgs{
background:#3EEEA0;
color:#12100C;
}
.uxn_sh_rule_cgs{
background:rgba(20,16,10,0.15);
margin:-2px 0 1.125rem;
height:1px;
}
.uxn_band_cgs .uxn_sh_rule_cgs{
background:rgba(255,252,245,0.13);
}
.uxn_hero_cgs{
padding:32px 0 0.5rem;
}
@media(min-width:769px){
.uxn_hero_cgs{
padding:56px 0 1.5rem;
}
}
.uxn_hero_in_cgs{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:901px){
.uxn_hero_in_cgs{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.uxn_hero_copy_cgs{
min-width:0;
}
.uxn_hero_eyebrow_cgs{
gap:10px;
margin-bottom:1.375rem;
display:inline-flex;
align-items:center;
}
.uxn_hero_eyebrow_line_cgs{
flex:0 0 auto;
background:#1A8F5C;
display:inline-block;
width:28px;
height:1px;
}
.uxn_hero_h1_cgs{
margin-bottom:1.25rem;
letter-spacing:-.01em;
font-size:38px;
color:#18140F;
line-height:1.04;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:768px){
.uxn_hero_h1_cgs{
font-size:54px;
}
}
@media(min-width:1099px){
.uxn_hero_h1_cgs{
font-size:3.875rem;
}
}
.uxn_hero_h1_cgs em{
color:#1A8F5C;
font-style:normal;
}
.uxn_hero_sub_cgs{
font-size:16px;
margin-bottom:30px;
line-height:1.6;
max-width:480px;
color:#8C7F73;
}
@media(min-width:771px){
.uxn_hero_sub_cgs{
font-size:1.125rem;
}
}
.uxn_hero_actions_cgs{
gap:14px;
display:flex;
margin-bottom:34px;
flex-wrap:wrap;
align-items:center;
}
.uxn_hero_cta_cgs{
padding:1rem 1.875rem;
gap:0.625rem;
border-radius:62.438rem;
background:#18140F;
transition:background-color .22s ease;
display:inline-flex;
font-size:0.938rem;
font-weight:700;
color:#F2F7F4;
align-items:center;
}
.uxn_hero_cta_cgs:hover{
background:#2E2820;
}
.uxn_hero_cta_ic_cgs{
align-items:center;
display:inline-flex;
}
.uxn_hero_cta_ic_cgs svg{
width:16px;
height:1rem;
}
.uxn_hero_cta_alt_cgs{
background:transparent;
border:1px solid rgba(20,16,10,0.15);
border-radius:62.438rem;
transition:border-color .22s ease,color .22s ease;
padding:0.938rem 26px;
font-size:15px;
display:inline-flex;
color:#18140F;
align-items:center;
font-weight:600;
}
.uxn_hero_cta_alt_cgs:hover{
border-color:#1A8F5C;
color:#1A8F5C;
}
.uxn_hero_trust_cgs{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.uxn_hero_trust_item_cgs{
gap:9px;
font-size:0.813rem;
color:#2E2820;
font-weight:600;
display:flex;
align-items:center;
}
.uxn_hero_trust_ic_cgs{
display:inline-flex;
color:#1A8F5C;
align-items:center;
}
.uxn_hero_trust_ic_cgs svg{
height:1rem;
width:1rem;
}
.uxn_hero_promo_cgs{
border-radius:20px;
background:#FDFBF8;
overflow:hidden;
box-shadow:0 12px 48px rgba(20,16,10,0.14), 0 3px 0.625rem rgba(20,16,10,0.08);
position:relative;
display:flex;
min-height:18.75rem;
}
.uxn_hero_promo_bg_cgs{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.uxn_hero_promo_bg_cgs::after{
background:linear-gradient(120deg,#111820 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.uxn_hero_promo_glow_cgs{
background:radial-gradient(circle,rgba(32,178,112,0.18) 0%,transparent 65%);
border-radius:50%;
position:absolute;
pointer-events:none;
height:260px;
width:260px;
right:-1.25rem;
top:-40px;
}
.uxn_hero_promo_ct_cgs{
padding:1.75rem;
max-width:88%;
z-index:2;
position:relative;
align-self:flex-end;
}
.uxn_hero_promo_label_cgs{
letter-spacing:.25em;
color:#3EEEA0;
margin-bottom:0.5rem;
font-weight:700;
font-size:0.625rem;
display:block;
text-transform:uppercase;
}
.uxn_hero_promo_amount_cgs{
font-size:32px;
color:#F2F7F4;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:765px){
.uxn_hero_promo_amount_cgs{
font-size:2.5rem;
}
}
.uxn_hero_promo_amount_cgs em{
color:#3EEEA0;
font-style:normal;
}
.uxn_hero_rating_cgs{
gap:0.625rem;
background:#FDFBF8;
border-radius:0.875rem;
border:1px solid rgba(20,16,10,0.08);
padding:10px 14px;
z-index:3;
align-items:center;
box-shadow:0 2px 0.375rem rgba(20,16,10,0.07), 0 0.375rem 1.125rem rgba(20,16,10,0.09);
top:0.875rem;
position:absolute;
max-width:min(16.25rem,62%);
display:flex;
right:14px;
}
.uxn_hero_rating_score_cgs{
flex:0 0 auto;
font-size:24px;
color:#18140F;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.uxn_hero_rating_txt_cgs{
flex:1 1 auto;
min-width:0;
}
.uxn_hero_rating_stars_cgs{
gap:2px;
color:#1A8F5C;
display:flex;
}
.uxn_hero_rating_stars_cgs svg{
width:0.75rem;
height:12px;
}
.uxn_hero_rating_cap_cgs{
color:#6B6056;
display:block;
font-size:11px;
overflow-wrap:break-word;
line-height:1.35;
margin-top:3px;
}
.uxn_stat_cgs{
border-top:1px solid rgba(20,16,10,0.15);
margin-top:1rem;
border-bottom:1px solid rgba(20,16,10,0.15);
}
.uxn_stat_in_cgs{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.uxn_stat_in_cgs{
grid-template-columns:repeat(4,1fr);
}
}
.uxn_stat_item_cgs{
padding:22px 14px;
border-bottom:1px solid rgba(20,16,10,0.08);
min-width:0;
border-right:1px solid rgba(20,16,10,0.08);
}
.uxn_stat_item_cgs:nth-child(2n){
border-right:0;
}
.uxn_stat_item_cgs:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.uxn_stat_item_cgs{
border-bottom:0;
}
.uxn_stat_item_cgs:nth-child(2n){
border-right:1px solid rgba(20,16,10,0.08);
}
.uxn_stat_item_cgs:nth-child(4n){
border-right:0;
}
}
.uxn_stat_value_cgs{
line-height:1;
font-weight:700;
color:#18140F;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:30px;
}
@media(min-width:771px){
.uxn_stat_value_cgs{
font-size:34px;
}
}
.uxn_stat_label_cgs{
color:#6B6056;
overflow-wrap:break-word;
line-height:1.4;
font-size:13px;
margin-top:6px;
}
.uxn_gf_cgs{
padding:1.5rem 0 6px;
}
.uxn_gf_in_cgs{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.uxn_gf_chip_cgs{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:62.438rem;
padding:0.625rem 18px;
border:1px solid rgba(20,16,10,0.15);
background:#FDFBF8;
white-space:nowrap;
font-weight:600;
color:#2E2820;
font-size:0.813rem;
}
.uxn_gf_chip_cgs:hover{
border-color:#1A8F5C;
color:#1A8F5C;
}
.uxn_gf_chip_cgs.uxn_state_active_cgs{
background:#18140F;
border-color:transparent;
color:#F2F7F4;
}
.uxn_jp_cgs{
padding:1.875rem 0 10px;
}
.uxn_jp_grid_cgs{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:766px){
.uxn_jp_grid_cgs{
grid-template-columns:1fr 1fr;
}
.uxn_jp_card_mega_cgs{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.uxn_jp_grid_cgs{
grid-template-columns:1.4fr 1fr 1fr;
}
.uxn_jp_card_mega_cgs{
grid-column:auto;
}
}
.uxn_jp_card_cgs{
border:1px solid rgba(20,16,10,0.08);
border-radius:1.25rem;
padding:26px;
gap:0.75rem;
overflow:hidden;
background:#FDFBF8;
position:relative;
min-height:12.5rem;
justify-content:space-between;
flex-direction:column;
min-width:0;
display:flex;
}
.uxn_jp_card_mega_cgs{
border-color:transparent;
background:linear-gradient(135deg,#0F1E17,#090E0C);
color:#F2F7F4;
min-height:210px;
}
.uxn_jp_glow_cgs{
background:radial-gradient(circle,rgba(32,178,112,0.18),transparent 70%);
border-radius:50%;
height:200px;
right:-2.5rem;
pointer-events:none;
position:absolute;
top:-40px;
width:200px;
}
.uxn_jp_label_cgs{
gap:0.625rem;
flex-wrap:wrap;
font-size:10px;
text-transform:uppercase;
font-weight:700;
display:flex;
letter-spacing:.16em;
color:#1A8F5C;
align-items:center;
position:relative;
justify-content:space-between;
}
.uxn_jp_card_mega_cgs .uxn_jp_label_cgs{
color:#3EEEA0;
}
.uxn_jp_drop_cgs{
color:#6B6056;
letter-spacing:.04em;
text-transform:none;
font-weight:600;
}
.uxn_jp_card_mega_cgs .uxn_jp_drop_cgs{
color:#A8BFB3;
}
.uxn_jp_amount_cgs{
line-height:1;
font-size:38px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
overflow-wrap:break-word;
color:#18140F;
position:relative;
}
.uxn_jp_card_mega_cgs .uxn_jp_amount_cgs{
animation:zm2-pulse 2.4s infinite;
color:#3EEEA0;
font-size:3rem;
}
@media(min-width:766px){
.uxn_jp_card_mega_cgs .uxn_jp_amount_cgs{
font-size:3.375rem;
}
}
.uxn_jp_game_cgs{
color:#6B6056;
font-size:13px;
position:relative;
}
.uxn_jp_card_mega_cgs .uxn_jp_game_cgs{
color:#A8BFB3;
}
.uxn_jp_cta_cgs{
align-self:flex-start;
position:relative;
}
.uxn_jp_card_mega_cgs .uxn_jp_cta_cgs{
transition:opacity .22s ease;
border-radius:999px;
padding:10px 20px;
background:#3EEEA0;
color:#12100C;
font-weight:700;
font-size:13px;
}
.uxn_jp_card_mega_cgs .uxn_jp_cta_cgs:hover{
opacity:.9;
}
.uxn_jp_card_cgs:not(.uxn_jp_card_mega_cgs) .uxn_jp_cta_cgs{
transition:color .22s ease,border-color .22s ease;
color:#18140F;
font-size:13px;
font-weight:700;
border-bottom:1px solid #18140F;
padding-bottom:2px;
}
.uxn_jp_card_cgs:not(.uxn_jp_card_mega_cgs) .uxn_jp_cta_cgs:hover{
border-color:#1A8F5C;
color:#1A8F5C;
}
.uxn_jp_seo_cgs{
margin:14px 0 0;
max-width:760px;
line-height:1.65;
color:#8C7F73;
font-size:0.875rem;
overflow-wrap:break-word;
}
.uxn_jp_seo_cgs strong{
color:#18140F;
font-weight:700;
}
.uxn_grow_cgs{
padding:26px 0 10px;
}
.uxn_row_seo_cgs{
margin:10px 0 0;
font-size:0.875rem;
color:#8C7F73;
max-width:760px;
line-height:1.65;
overflow-wrap:break-word;
}
.uxn_row_seo_cgs strong{
color:#18140F;
font-weight:700;
}
.uxn_grow_cgs{
padding:26px 0 0.625rem;
}
.uxn_row_seo_cgs{
margin:0.625rem 0 0;
font-size:0.875rem;
max-width:760px;
overflow-wrap:break-word;
color:#8C7F73;
line-height:1.65;
}
.uxn_row_seo_cgs strong{
font-weight:700;
color:#18140F;
}
.uxn_pr_cgs{
padding:30px 0 0.375rem;
}
.uxn_pr_card_cgs{
overflow:hidden;
flex:0 0 auto;
background:#FDFBF8;
border-radius:1.25rem;
border:1px solid rgba(20,16,10,0.08);
padding:26px;
gap:0.625rem;
width:17.5rem;
flex-direction:column;
display:flex;
position:relative;
min-height:200px;
}
@media(min-width:771px){
.uxn_pr_card_cgs{
width:18.75rem;
}
}
.uxn_pr_card_feat_cgs{
background:linear-gradient(150deg,#0F1E17,#090E0C);
border-color:transparent;
color:#F2F7F4;
}
.uxn_pr_glow_cgs{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,112,0.18),transparent 70%);
width:8.125rem;
position:absolute;
top:-1.875rem;
height:130px;
right:-30px;
pointer-events:none;
opacity:0;
}
.uxn_pr_card_feat_cgs .uxn_pr_glow_cgs{
opacity:1;
}
.uxn_pr_label_cgs{
letter-spacing:.16em;
position:relative;
font-size:10px;
text-transform:uppercase;
font-weight:700;
color:#1A8F5C;
}
.uxn_pr_card_feat_cgs .uxn_pr_label_cgs{
color:#3EEEA0;
}
.uxn_pr_amount_cgs{
font-size:26px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
position:relative;
line-height:1.08;
color:#18140F;
font-weight:600;
}
.uxn_pr_card_feat_cgs .uxn_pr_amount_cgs{
color:#F2F7F4;
}
.uxn_pr_amount_cgs em{
color:#1A8F5C;
font-style:normal;
}
.uxn_pr_card_feat_cgs .uxn_pr_amount_cgs em{
color:#3EEEA0;
}
.uxn_pr_terms_cgs{
position:relative;
font-size:0.813rem;
line-height:1.5;
color:#6B6056;
}
.uxn_pr_card_feat_cgs .uxn_pr_terms_cgs{
color:#A8BFB3;
}
.uxn_pr_cta_cgs{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.uxn_pr_card_feat_cgs .uxn_pr_cta_cgs{
border-radius:62.438rem;
background:#3EEEA0;
transition:opacity .22s ease;
padding:0.563rem 1.125rem;
font-size:0.813rem;
color:#12100C;
font-weight:700;
}
.uxn_pr_card_feat_cgs .uxn_pr_cta_cgs:hover{
opacity:.9;
}
.uxn_pr_card_cgs:not(.uxn_pr_card_feat_cgs) .uxn_pr_cta_cgs{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #18140F;
padding-bottom:2px;
font-size:13px;
font-weight:700;
color:#18140F;
}
.uxn_pr_card_cgs:not(.uxn_pr_card_feat_cgs) .uxn_pr_cta_cgs:hover{
border-color:#1A8F5C;
color:#1A8F5C;
}
.uxn_grow_cgs{
padding:26px 0 10px;
}
.uxn_row_seo_cgs{
margin:10px 0 0;
max-width:760px;
color:#8C7F73;
line-height:1.65;
font-size:0.875rem;
overflow-wrap:break-word;
}
.uxn_row_seo_cgs strong{
color:#18140F;
font-weight:700;
}
.uxn_grow_cgs{
padding:26px 0 10px;
}
.uxn_row_seo_cgs{
margin:10px 0 0;
overflow-wrap:break-word;
color:#8C7F73;
line-height:1.65;
font-size:0.875rem;
max-width:760px;
}
.uxn_row_seo_cgs strong{
font-weight:700;
color:#18140F;
}
.uxn_app_cgs{
padding:1.875rem 0 10px;
}
.uxn_app_in_cgs{
border-radius:1.25rem;
padding:32px;
gap:28px;
border:1px solid rgba(20,16,10,0.08);
background:#FDFBF8;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.uxn_app_in_cgs{
padding:2.5rem 44px;
gap:2.5rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.uxn_app_copy_cgs{
max-width:35rem;
min-width:0;
}
.uxn_app_eyebrow_cgs{
margin-bottom:0.75rem;
}
.uxn_app_h2_cgs{
font-size:28px;
margin-bottom:12px;
line-height:1.05;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#18140F;
}
@media(min-width:767px){
.uxn_app_h2_cgs{
font-size:2.125rem;
}
}
.uxn_app_text_cgs{
margin-bottom:1.375rem;
line-height:1.6;
color:#8C7F73;
font-size:0.875rem;
}
.uxn_app_btns_cgs{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.uxn_app_btn_cgs{
border-radius:14px;
gap:0.625rem;
padding:0.688rem 20px;
transition:background-color .22s ease;
background:#18140F;
color:#F2F7F4;
display:inline-flex;
align-items:center;
}
.uxn_app_btn_cgs:hover{
background:#2E2820;
}
.uxn_app_btn_ic_cgs{
display:inline-flex;
align-items:center;
}
.uxn_app_btn_ic_cgs svg{
width:18px;
height:18px;
}
.uxn_app_btn_lb_cgs{
font-weight:700;
font-size:13.5px;
}
.uxn_app_qr_wrap_cgs{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.uxn_app_qr_cgs{
border-radius:0.875rem;
flex:0 0 auto;
height:6.75rem;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#FDFBF8 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FDFBF8 0 5px,transparent 5px 11px);
background-color:#18140F;
}
.uxn_app_qr_cap_cgs{
line-height:1.4;
font-size:0.781rem;
max-width:92px;
color:#6B6056;
}
.uxn_vip_cgs{
padding:3rem 0;
}
@media(min-width:765px){
.uxn_vip_cgs{
padding:64px 0;
}
}
.uxn_vip_head_cgs{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:883px){
.uxn_vip_head_cgs{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.uxn_vip_eyebrow_cgs{
margin-bottom:12px;
}
.uxn_vip_h2_cgs{
font-size:32px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F2F7F4;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
}
@media(min-width:765px){
.uxn_vip_h2_cgs{
font-size:2.5rem;
}
}
.uxn_vip_intro_cgs{
max-width:420px;
font-size:0.875rem;
color:#A8BFB3;
line-height:1.6;
}
.uxn_vip_grid_cgs{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.uxn_vip_card_cgs{
border:1px solid rgba(255,252,245,0.13);
border-radius:0.875rem;
padding:1.375rem 18px;
min-width:0;
}
.uxn_vip_card_feat_cgs{
border-color:#3EEEA0;
background:rgba(255,252,245,0.07);
}
.uxn_vip_card_ic_cgs{
border-radius:0.5rem;
background:linear-gradient(135deg,#1A8F5C,#3EEEA0);
width:34px;
height:34px;
display:block;
margin-bottom:16px;
}
.uxn_vip_name_cgs{
overflow-wrap:break-word;
font-size:1.25rem;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:6px;
color:#F2F7F4;
}
.uxn_vip_perk_cgs{
font-size:12.5px;
color:#A8BFB3;
line-height:1.5;
overflow-wrap:break-word;
}
.uxn_gm_cgs{
padding:1.875rem 0 0.625rem;
}
.uxn_gm_in_cgs{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:879px){
.uxn_gm_in_cgs{
grid-template-columns:1.25fr 1fr;
}
}
.uxn_gm_left_cgs{
background:#FDFBF8;
border:1px solid rgba(20,16,10,0.08);
padding:2rem;
border-radius:20px;
min-width:0;
}
.uxn_gm_eyebrow_cgs{
margin-bottom:0.625rem;
}
.uxn_gm_h2_cgs{
font-size:26px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#18140F;
line-height:1.06;
margin-bottom:0.5rem;
}
@media(min-width:769px){
.uxn_gm_h2_cgs{
font-size:1.75rem;
}
}
.uxn_gm_text_cgs{
line-height:1.6;
color:#8C7F73;
margin-bottom:22px;
max-width:480px;
font-size:14px;
}
.uxn_gm_level_cgs{
margin-bottom:0.5rem;
font-size:1.375rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#1A8F5C;
font-weight:700;
}
.uxn_gm_bar_cgs{
background:rgba(20,16,10,0.15);
overflow:hidden;
border-radius:62.438rem;
height:0.5rem;
margin-bottom:0.375rem;
}
.uxn_gm_bar_fill_cgs{
border-radius:62.438rem;
background:linear-gradient(90deg,#1A8F5C,#3EEEA0);
height:100%;
}
.uxn_gm_bar_meta_cgs{
gap:10px;
margin-bottom:18px;
font-size:0.688rem;
color:#6B6056;
display:flex;
justify-content:space-between;
}
.uxn_gm_missions_cgs{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.uxn_gm_mission_cgs{
gap:0.438rem;
background:#F5F2ED;
padding:9px 15px;
border:1px solid rgba(20,16,10,0.15);
border-radius:999px;
font-size:12.5px;
color:#2E2820;
font-weight:600;
align-items:center;
display:inline-flex;
}
.uxn_gm_mission_ic_cgs{
display:inline-flex;
color:#1A8F5C;
align-items:center;
}
.uxn_gm_mission_ic_cgs svg{
width:13px;
height:0.813rem;
}
.uxn_gm_right_cgs{
background:linear-gradient(150deg,#0F1E17,#090E0C);
overflow:hidden;
padding:32px;
border-radius:1.25rem;
flex-direction:column;
display:flex;
position:relative;
color:#F2F7F4;
}
.uxn_gm_glow_cgs{
background:radial-gradient(circle,rgba(32,178,112,0.18),transparent 70%);
border-radius:50%;
width:9.375rem;
top:-30px;
position:absolute;
height:9.375rem;
right:-1.875rem;
pointer-events:none;
}
.uxn_gm_ref_eyebrow_cgs{
position:relative;
margin-bottom:0.625rem;
}
.uxn_gm_ref_h2_cgs{
font-size:26px;
position:relative;
color:#F2F7F4;
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.uxn_gm_ref_text_cgs{
color:#A8BFB3;
font-size:13.5px;
position:relative;
margin-bottom:20px;
line-height:1.55;
}
.uxn_gm_ref_cta_cgs{
border-radius:62.438rem;
padding:0.688rem 1.375rem;
background:#3EEEA0;
transition:opacity .22s ease;
align-self:flex-start;
font-size:13.5px;
position:relative;
color:#12100C;
font-weight:700;
margin-top:auto;
}
.uxn_gm_ref_cta_cgs:hover{
opacity:.9;
}
.uxn_et_cgs{
padding:2.25rem 0 0.625rem;
}
.uxn_et_in_cgs{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:881px){
.uxn_et_in_cgs{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.uxn_et_left_cgs{
min-width:0;
}
.uxn_et_eyebrow_cgs{
margin-bottom:12px;
}
.uxn_et_h2_cgs{
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.75rem;
color:#18140F;
margin-bottom:14px;
line-height:1.06;
overflow-wrap:break-word;
}
@media(min-width:769px){
.uxn_et_h2_cgs{
font-size:2rem;
}
}
.uxn_et_text_cgs{
line-height:1.65;
margin-bottom:22px;
color:#8C7F73;
font-size:15px;
}
.uxn_et_stats_cgs{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.uxn_et_stat_cgs{
min-width:0;
}
.uxn_et_stat_v_cgs{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
line-height:1;
font-size:26px;
color:#18140F;
}
.uxn_et_stat_l_cgs{
margin-top:0.25rem;
font-size:0.781rem;
color:#6B6056;
}
.uxn_et_right_cgs{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.uxn_et_member_cgs{
padding:1.125rem 1.25rem;
border-radius:0.875rem;
border:1px solid rgba(20,16,10,0.08);
gap:16px;
background:#FDFBF8;
align-items:center;
display:flex;
min-width:0;
}
.uxn_et_member_av_cgs{
flex:0 0 auto;
background:linear-gradient(135deg,#0F1E17,#1A8F5C);
border-radius:50%;
height:3rem;
width:3rem;
}
.uxn_et_member_name_cgs{
font-size:0.938rem;
overflow-wrap:break-word;
color:#18140F;
font-weight:700;
}
.uxn_et_member_role_cgs{
font-size:0.781rem;
overflow-wrap:break-word;
color:#6B6056;
}
.uxn_et_updated_cgs{
border:1px solid rgba(20,16,10,0.08);
gap:0.5rem;
padding:0.875rem 18px;
background:#F5F2ED;
border-radius:0.875rem;
font-size:0.781rem;
display:flex;
color:#8C7F73;
align-items:center;
}
.uxn_rv_cgs{
background:#FDFBF8;
padding:48px 0;
margin-top:1.5rem;
border-top:1px solid rgba(20,16,10,0.08);
border-bottom:1px solid rgba(20,16,10,0.08);
}
@media(min-width:768px){
.uxn_rv_cgs{
padding:3.5rem 0;
}
}
.uxn_rv_head_cgs{
gap:16px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:767px){
.uxn_rv_head_cgs{
gap:20px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.uxn_rv_eyebrow_cgs{
margin-bottom:10px;
}
.uxn_rv_h2_cgs{
line-height:1.05;
color:#18140F;
font-size:1.875rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:771px){
.uxn_rv_h2_cgs{
font-size:38px;
}
}
.uxn_rv_agg_cgs{
gap:12px;
display:flex;
align-items:center;
}
.uxn_rv_agg_stars_cgs{
gap:3px;
color:#1A8F5C;
display:flex;
}
.uxn_rv_agg_stars_cgs svg{
height:18px;
width:18px;
}
.uxn_rv_source_cgs{
font-size:0.813rem;
color:#8C7F73;
}
.uxn_rv_grid_cgs{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.uxn_rv_grid_cgs{
grid-template-columns:repeat(3,1fr);
}
}
.uxn_rv_card_cgs{
padding:1.625rem;
border:1px solid rgba(20,16,10,0.08);
background:#F5F2ED;
border-radius:14px;
min-width:0;
}
.uxn_rv_card_stars_cgs{
gap:2px;
color:#1A8F5C;
display:flex;
margin-bottom:12px;
}
.uxn_rv_card_stars_cgs svg{
height:14px;
width:0.875rem;
}
.uxn_rv_card_body_cgs{
overflow-wrap:break-word;
color:#18140F;
font-size:1.125rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
font-weight:500;
line-height:1.45;
}
.uxn_rv_card_meta_cgs{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.uxn_rv_card_av_cgs{
border-radius:50%;
background:linear-gradient(135deg,#1A8F5C,#3EEEA0);
flex:0 0 auto;
width:32px;
height:2rem;
}
.uxn_rv_card_author_cgs{
font-weight:700;
font-size:0.813rem;
color:#18140F;
}
.uxn_rv_card_loc_cgs{
font-size:12px;
color:#6B6056;
}
.uxn_hts_cgs{
padding:3rem 0;
}
@media(min-width:770px){
.uxn_hts_cgs{
padding:3.875rem 0;
}
}
.uxn_hts_head_cgs{
gap:18px;
margin-bottom:34px;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.uxn_hts_head_cgs{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.uxn_hts_eyebrow_cgs{
margin-bottom:0.75rem;
}
.uxn_hts_h2_cgs{
overflow-wrap:break-word;
font-size:1.875rem;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F2F7F4;
font-weight:600;
}
@media(min-width:769px){
.uxn_hts_h2_cgs{
font-size:38px;
}
}
.uxn_hts_cta_cgs{
padding:15px 1.875rem;
flex:0 0 auto;
border-radius:999px;
transition:opacity .22s ease;
background:#3EEEA0;
font-weight:700;
color:#12100C;
font-size:15px;
}
.uxn_hts_cta_cgs:hover{
opacity:.9;
}
.uxn_hts_grid_cgs{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.uxn_hts_grid_cgs{
grid-template-columns:repeat(3,1fr);
}
}
.uxn_hts_step_cgs{
padding-top:1.375rem;
min-width:0;
border-top:1px solid rgba(255,252,245,0.13);
}
.uxn_hts_step_num_cgs{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#3EEEA0;
line-height:1;
font-weight:700;
margin-bottom:0.875rem;
font-size:44px;
}
.uxn_hts_step_h_cgs{
font-size:1.188rem;
font-weight:700;
line-height:1.2;
color:#F2F7F4;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.uxn_hts_step_p_cgs{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#A8BFB3;
}
.uxn_op_cgs{
padding:2.25rem 0 0.625rem;
}
.uxn_op_in_cgs{
gap:2rem;
background:#FDFBF8;
border:1px solid rgba(20,16,10,0.08);
padding:32px;
border-radius:0.875rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:858px){
.uxn_op_in_cgs{
grid-template-columns:.9fr 1.1fr;
gap:44px;
padding:2.125rem 40px;
}
}
.uxn_op_left_cgs{
min-width:0;
}
.uxn_op_eyebrow_cgs{
margin-bottom:12px;
}
.uxn_op_h2_cgs{
color:#18140F;
font-size:28px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:10px;
overflow-wrap:break-word;
line-height:1.08;
}
@media(min-width:769px){
.uxn_op_h2_cgs{
font-size:1.875rem;
}
}
.uxn_op_text_cgs{
font-size:14px;
color:#8C7F73;
line-height:1.6;
}
.uxn_op_grid_cgs{
gap:1px;
overflow:hidden;
background:rgba(20,16,10,0.15);
border-radius:0.5rem;
border:1px solid rgba(20,16,10,0.15);
grid-template-columns:1fr 1fr;
display:grid;
}
.uxn_op_field_cgs{
padding:18px 20px;
background:#F5F2ED;
min-width:0;
}
.uxn_op_field_lb_cgs{
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
color:#1A8F5C;
font-size:10px;
margin-bottom:0.313rem;
}
.uxn_op_field_val_cgs{
font-weight:700;
overflow-wrap:break-word;
font-size:0.875rem;
color:#18140F;
}
.uxn_pmt_cgs{
padding:48px 0 0.625rem;
}
.uxn_pmt_in_cgs{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:879px){
.uxn_pmt_in_cgs{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.uxn_pmt_left_cgs{
min-width:0;
}
.uxn_pmt_eyebrow_cgs{
margin-bottom:0.75rem;
}
.uxn_pmt_h2_cgs{
color:#18140F;
font-size:1.875rem;
margin-bottom:12px;
line-height:1.06;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.uxn_pmt_h2_cgs{
font-size:32px;
}
}
.uxn_pmt_text_cgs{
margin-bottom:22px;
color:#8C7F73;
line-height:1.6;
font-size:14.5px;
}
.uxn_pmt_logos_cgs{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:477px){
.uxn_pmt_logos_cgs{
grid-template-columns:repeat(4,1fr);
}
}
.uxn_pmt_logo_cgs{
border-radius:8px;
border:1px solid rgba(20,16,10,0.08);
overflow:hidden;
background:#FDFBF8;
padding:0 0.5rem;
font-weight:700;
height:50px;
display:flex;
font-size:0.781rem;
text-overflow:ellipsis;
color:#2E2820;
justify-content:center;
text-align:center;
align-items:center;
white-space:nowrap;
}
.uxn_pmt_table_cgs{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(20,16,10,0.08);
min-width:0;
}
.uxn_pmt_thead_cgs{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#1E1A16;
display:grid;
}
.uxn_pmt_th_cgs{
overflow:hidden;
padding:13px 14px;
text-transform:uppercase;
letter-spacing:.08em;
white-space:nowrap;
font-size:10px;
font-weight:700;
text-overflow:ellipsis;
color:#F2F7F4;
}
.uxn_pmt_row_cgs{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,16,10,0.08);
display:grid;
}
.uxn_pmt_row_cgs:nth-child(odd){
background:#FDFBF8;
}
.uxn_pmt_td_cgs{
padding:14px;
font-size:13.5px;
overflow-wrap:break-word;
min-width:0;
color:#8C7F73;
}
.uxn_pmt_row_cgs .uxn_pmt_td_cgs:first-child{
color:#18140F;
font-weight:700;
}
.uxn_pmt_row_cgs .uxn_pmt_td_cgs:last-child{
font-weight:700;
color:#1A8F5C;
}
.uxn_tt_cgs{
padding:3rem 0 10px;
}
@media(min-width:770px){
.uxn_tt_cgs{
padding:60px 0 10px;
}
}
.uxn_tt_head_cgs{
margin-bottom:34px;
text-align:center;
}
.uxn_tt_eyebrow_cgs{
margin-bottom:12px;
}
.uxn_tt_h2_cgs{
font-size:32px;
color:#18140F;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.uxn_tt_h2_cgs{
font-size:2.625rem;
}
}
.uxn_tt_grid_cgs{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.uxn_tt_grid_cgs{
grid-template-columns:repeat(3,1fr);
}
}
.uxn_tt_card_cgs{
border-radius:0.875rem;
background:#FDFBF8;
padding:30px;
border:1px solid rgba(20,16,10,0.08);
display:flex;
flex-direction:column;
min-width:0;
}
.uxn_tt_card_ic_cgs{
display:inline-flex;
color:#1A8F5C;
margin-bottom:1.125rem;
align-items:center;
}
.uxn_tt_card_ic_cgs svg{
height:28px;
width:1.75rem;
}
.uxn_tt_card_h_cgs{
color:#18140F;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
margin-bottom:8px;
font-size:1.375rem;
overflow-wrap:break-word;
}
.uxn_tt_card_p_cgs{
line-height:1.6;
overflow-wrap:break-word;
color:#8C7F73;
margin-bottom:14px;
font-size:14px;
}
.uxn_tt_card_p_cgs b{
font-weight:700;
color:#18140F;
}
.uxn_tt_card_link_cgs{
transition:color .22s ease;
align-self:flex-start;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #1A8F5C;
font-size:0.813rem;
margin-top:auto;
color:#18140F;
}
.uxn_tt_card_link_cgs:hover{
color:#1A8F5C;
}
.uxn_prov_cgs{
padding:2.5rem 0 20px;
}
.uxn_prov_eyebrow_cgs{
margin-bottom:18px;
display:block;
}
.uxn_prov_grid_cgs{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:558px){
.uxn_prov_grid_cgs{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.uxn_prov_grid_cgs{
grid-template-columns:repeat(6,1fr);
}
}
.uxn_rc_cgs{
padding:3rem 0 0.625rem;
}
.uxn_rc_in_cgs{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.uxn_rc_in_cgs{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.uxn_rc_col_cgs{
min-width:0;
}
.uxn_rc_label_cgs{
font-weight:600;
margin-bottom:1rem;
color:#1A8F5C;
text-transform:uppercase;
font-size:0.688rem;
letter-spacing:.2em;
}
.uxn_rc_awards_cgs{
gap:12px;
display:flex;
flex-direction:column;
}
.uxn_rc_award_cgs{
gap:12px;
display:flex;
align-items:center;
min-width:0;
}
.uxn_rc_award_ic_cgs{
flex:0 0 auto;
align-items:center;
color:#25C47E;
display:inline-flex;
}
.uxn_rc_award_ic_cgs svg{
height:18px;
width:1.125rem;
}
.uxn_rc_award_t_cgs{
overflow-wrap:break-word;
font-size:14px;
color:#18140F;
font-weight:700;
}
.uxn_rc_award_s_cgs{
overflow-wrap:break-word;
font-size:0.75rem;
color:#6B6056;
}
.uxn_rc_press_cgs{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.uxn_rc_press_logo_cgs{
padding:0 8px;
border-radius:0.5rem;
overflow:hidden;
border:1px solid rgba(20,16,10,0.08);
height:52px;
align-items:center;
font-weight:700;
white-space:nowrap;
display:flex;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:0.875rem;
text-align:center;
color:#8C7F73;
justify-content:center;
text-overflow:ellipsis;
}
.uxn_rc_partner_cgs{
border-radius:14px;
padding:1.375rem;
border:1px solid rgba(20,16,10,0.08);
background:#FDFBF8;
}
.uxn_rc_partner_name_cgs{
font-weight:600;
color:#18140F;
margin-bottom:6px;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.25rem;
}
.uxn_rc_partner_text_cgs{
line-height:1.55;
font-size:13px;
color:#8C7F73;
overflow-wrap:break-word;
}
.uxn_ts_cgs{
padding:2.75rem 0;
}
.uxn_ts_in_cgs{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:881px){
.uxn_ts_in_cgs{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.uxn_ts_left_cgs{
min-width:0;
}
.uxn_ts_h2_cgs{
margin-bottom:0.75rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#F2F7F4;
line-height:1.1;
overflow-wrap:break-word;
font-size:26px;
font-weight:600;
}
@media(min-width:768px){
.uxn_ts_h2_cgs{
font-size:28px;
}
}
.uxn_ts_text_cgs{
line-height:1.6;
font-size:14.5px;
margin-bottom:1.375rem;
color:#A8BFB3;
max-width:32.5rem;
}
.uxn_ts_badges_cgs{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.uxn_ts_badge_cgs{
color:#A8BFB3;
font-size:0.813rem;
font-weight:600;
}
.uxn_ts_pay_cgs{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:877px){
.uxn_ts_pay_cgs{
justify-content:flex-end;
}
}
.uxn_ts_pay_chip_cgs{
border:1px solid rgba(255,252,245,0.13);
border-radius:14px;
padding:12px 1rem;
background:rgba(255,252,245,0.07);
font-weight:700;
color:#F2F7F4;
font-size:14px;
}
.uxn_wy_cgs{
padding:48px 0;
}
@media(min-width:765px){
.uxn_wy_cgs{
padding:3.5rem 0;
}
}
.uxn_wy_in_cgs{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:898px){
.uxn_wy_in_cgs{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.uxn_wy_left_cgs{
min-width:0;
}
.uxn_wy_eyebrow_cgs{
margin-bottom:0.875rem;
}
.uxn_wy_h2_cgs{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
font-size:32px;
color:#18140F;
}
@media(min-width:771px){
.uxn_wy_h2_cgs{
font-size:40px;
}
}
.uxn_wy_intro_cgs{
line-height:1.6;
color:#8C7F73;
font-size:0.938rem;
}
.uxn_wy_grid_cgs{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.uxn_wy_grid_cgs{
grid-template-columns:1fr 1fr;
}
}
.uxn_wy_card_cgs{
padding:26px;
background:#FDFBF8;
border-radius:0.875rem;
border:1px solid rgba(20,16,10,0.08);
min-width:0;
}
.uxn_wy_card_ic_cgs{
color:#1A8F5C;
margin-bottom:1rem;
align-items:center;
display:inline-flex;
justify-content:center;
}
.uxn_wy_card_ic_cgs svg{
height:26px;
width:26px;
}
.uxn_wy_card_h_cgs{
margin-bottom:8px;
overflow-wrap:break-word;
line-height:1.15;
color:#18140F;
font-size:1.313rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.uxn_wy_card_p_cgs{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
color:#8C7F73;
}
.uxn_el_cgs{
padding:48px 0;
}
@media(min-width:768px){
.uxn_el_cgs{
padding:3.5rem 0;
}
}
.uxn_el_in_cgs{
grid-template-columns:1fr;
gap:2.5rem;
align-items:start;
display:grid;
}
@media(min-width:903px){
.uxn_el_in_cgs{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.uxn_el_left_cgs{
min-width:0;
}
.uxn_el_eyebrow_cgs{
margin-bottom:0.875rem;
}
.uxn_el_h2_cgs{
font-weight:600;
color:#18140F;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.375rem;
line-height:1.08;
font-size:32px;
}
@media(min-width:769px){
.uxn_el_h2_cgs{
font-size:2.375rem;
}
}
.uxn_el_body_cgs p{
margin-bottom:18px;
overflow-wrap:break-word;
color:#2E2820;
line-height:1.7;
font-size:16px;
}
.uxn_el_dropcap_cgs{
padding:6px 12px 0 0;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:.8;
float:left;
font-size:62px;
color:#1A8F5C;
font-weight:700;
}
.uxn_el_right_cgs{
min-width:0;
}
.uxn_el_quote_cgs{
border-radius:20px;
padding:36px;
background:linear-gradient(150deg,#0F1E17,#090E0C);
position:relative;
margin-bottom:24px;
color:#F2F7F4;
}
.uxn_el_quote_mark_cgs{
color:#3EEEA0;
display:inline-flex;
margin-bottom:0.375rem;
align-items:center;
}
.uxn_el_quote_mark_cgs svg{
height:34px;
width:34px;
}
.uxn_el_quote_text_cgs{
font-size:1.375rem;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
font-weight:500;
margin-bottom:1.375rem;
color:#F2F7F4;
}
.uxn_el_quote_meta_cgs{
gap:12px;
display:flex;
align-items:center;
}
.uxn_el_quote_av_cgs{
background:linear-gradient(135deg,#1A8F5C,#3EEEA0);
flex:0 0 auto;
border-radius:50%;
height:2.375rem;
width:38px;
}
.uxn_el_quote_author_cgs{
color:#F2F7F4;
font-weight:700;
font-size:14px;
}
.uxn_el_quote_meta_sub_cgs{
color:#A8BFB3;
font-size:0.75rem;
}
.uxn_el_explain_cgs{
overflow:hidden;
border:1px solid rgba(20,16,10,0.08);
border-radius:14px;
}
.uxn_el_explain_card_cgs{
padding:22px 1.5rem;
}
.uxn_el_explain_card_cgs+.uxn_el_explain_card_cgs{
border-top:1px solid rgba(20,16,10,0.08);
}
.uxn_el_explain_h_cgs{
margin-bottom:8px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.15;
color:#18140F;
font-weight:600;
font-size:1.25rem;
}
.uxn_el_explain_p_cgs{
font-size:0.875rem;
color:#8C7F73;
line-height:1.55;
overflow-wrap:break-word;
}
.uxn_sb_cgs{
padding:3rem 0;
background:#FDFBF8;
margin-top:1.5rem;
border-bottom:1px solid rgba(20,16,10,0.08);
border-top:1px solid rgba(20,16,10,0.08);
}
@media(min-width:769px){
.uxn_sb_cgs{
padding:3.5rem 0;
}
}
.uxn_sb_eyebrow_cgs{
display:block;
margin-bottom:0.75rem;
}
.uxn_sb_h2_cgs{
line-height:1.05;
color:#18140F;
font-size:1.875rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:26px;
}
@media(min-width:769px){
.uxn_sb_h2_cgs{
font-size:2.25rem;
}
}
.uxn_sb_grid_cgs{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.uxn_sb_grid_cgs{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.uxn_sb_grid_cgs{
grid-template-columns:repeat(4,1fr);
}
}
.uxn_sb_card_cgs{
border:1px solid rgba(20,16,10,0.08);
padding:24px;
border-radius:14px;
background:#F5F2ED;
min-width:0;
}
.uxn_sb_card_h_cgs{
color:#18140F;
line-height:1.15;
margin-bottom:0.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:1.188rem;
}
.uxn_sb_card_p_cgs{
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
color:#8C7F73;
}
.uxn_sb_rtp_cgs{
grid-template-columns:1fr;
background:#F5F2ED;
border:1px solid rgba(20,16,10,0.08);
gap:24px;
padding:1.625rem 28px;
border-radius:14px;
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:761px){
.uxn_sb_rtp_cgs{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.uxn_sb_rtp_h_cgs{
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#18140F;
font-weight:600;
line-height:1.15;
font-size:1.25rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.uxn_sb_rtp_p_cgs{
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
color:#8C7F73;
}
.uxn_sb_rtp_stats_cgs{
gap:1rem;
display:flex;
}
.uxn_sb_stat_cgs{
background:#FDFBF8;
flex:1 1 0;
padding:1.125rem;
border-radius:0.5rem;
min-width:0;
text-align:center;
}
.uxn_sb_stat_v_cgs{
overflow-wrap:break-word;
font-size:26px;
color:#1A8F5C;
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.uxn_sb_stat_l_cgs{
margin-top:0.25rem;
font-size:11.5px;
color:#6B6056;
}
.uxn_faq_cgs{
background:#FDFBF8;
padding:3rem 0;
border-bottom:1px solid rgba(20,16,10,0.08);
border-top:1px solid rgba(20,16,10,0.08);
margin-top:24px;
}
@media(min-width:771px){
.uxn_faq_cgs{
padding:62px 0;
}
}
.uxn_faq_head_cgs{
margin-bottom:34px;
text-align:center;
}
.uxn_faq_eyebrow_cgs{
margin-bottom:0.75rem;
}
.uxn_faq_h2_cgs{
color:#18140F;
font-weight:600;
line-height:1.05;
font-size:32px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.uxn_faq_h2_cgs{
font-size:38px;
}
}
.uxn_faq_list_cgs{
gap:12px;
margin:0 auto;
display:flex;
max-width:51.25rem;
flex-direction:column;
}
.uxn_faq_item_cgs{
background:#F5F2ED;
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20,16,10,0.08);
}
.uxn_faq_q_cgs{
gap:20px;
list-style:none;
padding:20px 1.5rem;
font-size:1rem;
display:flex;
align-items:center;
justify-content:space-between;
font-weight:700;
overflow-wrap:break-word;
color:#18140F;
cursor:pointer;
}
.uxn_faq_q_cgs::-webkit-details-marker{
display:none;
}
.uxn_faq_q_ic_cgs{
transition:transform .22s ease;
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#1A8F5C;
}
.uxn_faq_q_ic_cgs svg{
width:18px;
height:1.125rem;
}
.uxn_faq_item_cgs[open] .uxn_faq_q_ic_cgs{
transform:rotate(180deg);
}
.uxn_faq_a_cgs{
padding:0 24px 1.25rem;
font-size:14.5px;
overflow-wrap:break-word;
color:#8C7F73;
line-height:1.6;
}
.uxn_sg_cgs{
padding:3rem 0 10px;
}
.uxn_sg_eyebrow_cgs{
display:block;
margin-bottom:0.75rem;
}
.uxn_sg_h2_cgs{
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#18140F;
margin-bottom:1.75rem;
font-size:30px;
}
@media(min-width:769px){
.uxn_sg_h2_cgs{
font-size:2.25rem;
}
}
.uxn_sg_grid_cgs{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.uxn_sg_grid_cgs{
grid-template-columns:repeat(3,1fr);
}
}
.uxn_sg_col_cgs{
min-width:0;
}
.uxn_sg_col_h_cgs{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.625rem;
font-size:22px;
line-height:1.15;
color:#18140F;
}
.uxn_sg_col_p_cgs{
color:#8C7F73;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
}
.uxn_gd_cgs{
padding:48px 0 0.625rem;
}
.uxn_gd_head_cgs{
gap:14px;
display:flex;
margin-bottom:1.5rem;
flex-direction:column;
}
@media(min-width:682px){
.uxn_gd_head_cgs{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.uxn_gd_eyebrow_cgs{
margin-bottom:0.625rem;
}
.uxn_gd_h2_cgs{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:1.75rem;
font-weight:600;
color:#18140F;
}
@media(min-width:769px){
.uxn_gd_h2_cgs{
font-size:34px;
}
}
.uxn_gd_more_cgs{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
color:#18140F;
font-size:13.5px;
font-weight:600;
border-bottom:1px solid #18140F;
padding-bottom:2px;
}
.uxn_gd_more_cgs:hover{
border-color:#1A8F5C;
color:#1A8F5C;
}
.uxn_gd_grid_cgs{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.uxn_gd_grid_cgs{
grid-template-columns:repeat(3,1fr);
}
}
.uxn_gd_card_cgs{
background:#FDFBF8;
overflow:hidden;
border:1px solid rgba(20,16,10,0.08);
border-radius:14px;
min-width:0;
display:block;
}
.uxn_gd_card_img_cgs{
background:linear-gradient(140deg,#0F1E17,#1A8F5C);
height:150px;
}
.uxn_gd_card_body_cgs{
padding:1.375rem;
}
.uxn_gd_card_cat_cgs{
color:#1A8F5C;
font-size:10px;
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
}
.uxn_gd_card_h_cgs{
margin:8px 0 0.625rem;
font-weight:600;
line-height:1.2;
color:#18140F;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.188rem;
}
.uxn_gd_card_meta_cgs{
font-size:0.75rem;
overflow-wrap:break-word;
color:#6B6056;
}
.uxn_lh_cgs{
padding:2.5rem 0 1.25rem;
}
.uxn_lh_in_cgs{
padding-top:2.125rem;
border-top:1px solid rgba(20,16,10,0.15);
}
.uxn_lh_eyebrow_cgs{
margin-bottom:22px;
display:block;
}
.uxn_lh_grid_cgs{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:603px){
.uxn_lh_grid_cgs{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.uxn_lh_grid_cgs{
grid-template-columns:repeat(5,1fr);
}
}
.uxn_lh_col_cgs{
min-width:0;
}
.uxn_lh_col_h_cgs{
font-weight:700;
overflow-wrap:break-word;
font-size:13px;
color:#18140F;
margin-bottom:0.75rem;
}
.uxn_lh_links_cgs{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.uxn_lh_link_cgs{
transition:color .22s ease;
overflow-wrap:break-word;
color:#8C7F73;
font-size:13px;
}
.uxn_lh_link_cgs:hover{
color:#1A8F5C;
}
.uxn_ft_cgs{
background:#1E1A16;
margin-top:2.5rem;
color:#A8BFB3;
}
.uxn_ft_in_cgs{
gap:2rem;
grid-template-columns:1fr;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:599px){
.uxn_ft_in_cgs{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.uxn_ft_in_cgs{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.uxn_ft_brand_cgs{
min-width:0;
}
.uxn_ft_logo_cgs{
font-size:1.625rem;
overflow-wrap:break-word;
color:#F2F7F4;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.uxn_ft_tagline_cgs{
line-height:1.6;
font-size:13.5px;
margin-top:14px;
max-width:17.5rem;
color:#A8BFB3;
}
.uxn_ft_contact_cgs{
transition:color .22s ease;
margin-top:0.75rem;
max-width:280px;
font-size:13px;
display:inline-block;
color:#3EEEA0;
overflow-wrap:anywhere;
}
.uxn_ft_contact_cgs:hover{
color:#F2F7F4;
}
.uxn_ft_col_cgs{
min-width:0;
}
.uxn_ft_col_h_cgs{
font-weight:700;
text-transform:uppercase;
font-size:0.813rem;
color:#F2F7F4;
letter-spacing:.08em;
margin-bottom:14px;
overflow-wrap:break-word;
}
.uxn_ft_col_links_cgs{
gap:10px;
display:flex;
flex-direction:column;
}
.uxn_ft_link_cgs{
transition:color .22s ease;
overflow-wrap:break-word;
color:#A8BFB3;
font-size:0.844rem;
}
.uxn_ft_link_cgs:hover{
color:#F2F7F4;
}
.uxn_ft_bot_cgs{
gap:16px;
padding:1.375rem 0 40px;
border-top:1px solid rgba(255,252,245,0.13);
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.uxn_ft_bot_cgs{
gap:1.25rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.uxn_ft_legal_cgs{
overflow-wrap:break-word;
font-size:0.719rem;
max-width:760px;
color:#B0A497;
line-height:1.6;
}
.uxn_ft_legal_cgs b{
font-weight:700;
color:#A8BFB3;
}
.uxn_ft_age_cgs{
border:1.5px solid #3EEEA0;
border-radius:0.5rem;
flex:0 0 auto;
padding:0.25rem 9px;
color:#3EEEA0;
font-weight:700;
font-size:13px;
}