*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1410;
font-size:15px;
line-height:1.6;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
color:#D8C9B0;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.kje-layout_4h2{
display:flex;
flex-direction:column;
min-height:100vh;
}
.kje-main_4h2{
flex:1 1 auto;
width:100%;
min-width:0;
}
.kje-container_4h2{
padding:0 16px;
margin:0 auto;
width:100%;
max-width:87.5rem;
}
@media(min-width:769px){
.kje-container_4h2{
padding:0 2rem;
}
}
@media(min-width:1100px){
.kje-container_4h2{
padding:0 56px;
}
}
.kje-eyebrow_4h2{
text-transform:uppercase;
overflow-wrap:break-word;
line-height:1.4;
display:inline-block;
color:#C48E30;
font-weight:600;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.2em;
font-size:0.688rem;
}
.kje-band_4h2{
background:#12100D;
color:#F5EDDA;
}
.kje-band_4h2 .kje-eyebrow_4h2{
color:#F0C040;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.kje-tb_4h2{
background:#1A1410;
top:0;
position:sticky;
border-bottom:1px solid rgba(244,228,190,0.13);
z-index:50;
}
.kje-tb_in_4h2{
padding:12px 1rem;
margin:0 auto;
gap:16px;
justify-content:space-between;
align-items:center;
width:100%;
display:flex;
max-width:1400px;
}
@media(min-width:769px){
.kje-tb_in_4h2{
padding:16px 32px;
}
}
@media(min-width:1101px){
.kje-tb_in_4h2{
padding:18px 3.5rem;
}
}
.kje-tb_left_4h2{
gap:28px;
display:flex;
min-width:0;
align-items:center;
}
.kje-tb_logo_4h2{
gap:0.688rem;
min-width:0;
align-items:center;
display:flex;
}
.kje-tb_logo_mark_4h2{
flex:0 0 auto;
border-radius:0.5rem;
width:34px;
object-fit:cover;
height:34px;
}
.kje-tb_logo_txt_4h2{
min-width:0;
display:flex;
flex-direction:column;
line-height:1;
}
.kje-tb_logo_name_4h2{
overflow:hidden;
color:#F5EDDA;
letter-spacing:.02em;
text-overflow:ellipsis;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
white-space:nowrap;
font-size:22px;
}
.kje-tb_logo_sub_4h2{
overflow:hidden;
text-overflow:ellipsis;
text-transform:uppercase;
white-space:nowrap;
font-size:8.5px;
font-weight:600;
margin-top:0.25rem;
letter-spacing:.32em;
color:#C48E30;
}
.kje-tb_nav_4h2{
display:none;
}
@media(min-width:957px){
.kje-tb_nav_4h2{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.kje-tb_nav_item_4h2{
transition:color .2s ease,border-color .2s ease;
font-size:14px;
color:#D8C9B0;
padding-bottom:3px;
font-weight:600;
border-bottom:2px solid transparent;
white-space:nowrap;
}
.kje-tb_nav_item_4h2:hover{
color:#F5EDDA;
}
.kje-tb_nav_item_4h2.kje-state_active_4h2{
border-color:#C48E30;
color:#F5EDDA;
}
.kje-tb_right_4h2{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.kje-tb_search_4h2{
transition:color .2s ease;
align-items:center;
justify-content:center;
color:#D8C9B0;
display:flex;
}
.kje-tb_search_4h2:hover{
color:#C48E30;
}
.kje-tb_search_4h2 svg{
height:18px;
width:1.125rem;
}
.kje-tb_lang_4h2{
letter-spacing:.1em;
font-size:11px;
font-weight:600;
text-transform:uppercase;
color:#A0907A;
}
.kje-tb_lang_4h2:hover{
color:#F5EDDA;
}
.kje-tb_login_4h2{
color:#F5EDDA;
font-weight:600;
display:none;
font-size:14px;
}
@media(min-width:769px){
.kje-tb_login_4h2{
display:inline-block;
}
}
.kje-tb_register_4h2{
border-radius:62.438rem;
padding:0.688rem 22px;
background:#E8B84B;
transition:background-color .2s ease;
font-weight:700;
font-size:14px;
color:#1A1008;
white-space:nowrap;
}
.kje-tb_register_4h2:hover{
background:#F0C84E;
}
.kje-mob_4h2{
background:#1A1410;
left:0;
position:fixed;
bottom:0;
border-top:1px solid rgba(244,228,190,0.13);
right:0;
z-index:60;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:957px){
.kje-mob_4h2{
display:none;
}
}
.kje-mob_in_4h2{
margin:0 auto;
display:flex;
align-items:stretch;
justify-content:space-around;
max-width:560px;
}
.kje-mob_item_4h2{
transition:color .2s ease;
flex:1 1 0;
gap:3px;
padding:0.563rem 0.25rem;
min-width:0;
flex-direction:column;
color:#A0907A;
align-items:center;
display:flex;
}
.kje-mob_item_4h2.kje-state_active_4h2{
color:#C48E30;
}
.kje-mob_ic_4h2{
align-items:center;
justify-content:center;
display:flex;
}
.kje-mob_ic_4h2 svg{
height:20px;
width:1.25rem;
}
.kje-mob_lb_4h2{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
font-weight:600;
font-size:0.625rem;
white-space:nowrap;
}
@media(max-width:961px){
body{
padding-bottom:60px;
}
}
.kje-rail_4h2{
position:relative;
min-width:0;
}
.kje-rail_scroll_4h2{
gap:0.875rem;
padding-bottom:0.875rem;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
display:flex;
overflow-x:auto;
}
@media(min-width:769px){
.kje-rail_scroll_4h2{
gap:18px;
}
}
.kje-gc_4h2{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:769px){
.kje-gc_4h2{
width:11.75rem;
}
}
.kje-gc_img_4h2{
border-radius:0.875rem;
overflow:hidden;
background:#231C14;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
position:relative;
padding-bottom:133.33%;
}
.kje-gc_img_4h2 img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.kje-gc_cover_4h2{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.kje-gc_hover_4h2{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .2s ease;
align-items:center;
display:flex;
position:absolute;
opacity:0;
justify-content:center;
}
.kje-gc_4h2:hover .kje-gc_hover_4h2{
opacity:1;
}
.kje-gc_hover_btn_4h2{
border-radius:999px;
background:#E8B84B;
height:2.875rem;
justify-content:center;
color:#1A1008;
align-items:center;
display:flex;
width:2.875rem;
}
.kje-gc_hover_btn_4h2 svg{
width:18px;
height:1.125rem;
}
.kje-gc_info_4h2{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:9px;
}
.kje-gc_name_4h2{
overflow:hidden;
text-overflow:ellipsis;
font-size:13px;
white-space:nowrap;
color:#F5EDDA;
font-weight:700;
}
.kje-gc_prov_4h2{
overflow:hidden;
font-size:0.688rem;
color:#A0907A;
text-overflow:ellipsis;
white-space:nowrap;
}
.kje-gc_meta_4h2{
font-size:11px;
color:#A0907A;
}
.kje-tc_4h2{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:766px){
.kje-tc_4h2{
width:14.375rem;
}
}
.kje-tc_img_4h2{
background:#231C14;
border-radius:0.875rem;
overflow:hidden;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
}
.kje-tc_img_4h2 img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.kje-tc_info_4h2{
gap:2px;
min-width:0;
margin-top:0.563rem;
display:flex;
flex-direction:column;
}
.kje-tc_name_4h2{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.875rem;
color:#F5EDDA;
font-weight:700;
}
.kje-tc_rtp_4h2{
font-size:11px;
color:#A0907A;
}
.kje-lc_4h2{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:770px){
.kje-lc_4h2{
width:268px;
}
}
.kje-lc_img_4h2{
overflow:hidden;
border-radius:14px;
background:#231C14;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
padding-bottom:62.5%;
position:relative;
}
.kje-lc_img_4h2 img{
inset:0;
position:absolute;
height:100%;
width:100%;
object-fit:cover;
}
.kje-lc_live_4h2{
background:rgba(0,0,0,0.52);
gap:7px;
padding:0.25rem 0.563rem;
border-radius:62.438rem;
align-items:center;
top:0.75rem;
display:flex;
position:absolute;
left:12px;
}
.kje-lc_live_dot_4h2{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C84040;
height:0.5rem;
width:8px;
}
.kje-lc_seats_4h2{
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
font-size:0.625rem;
color:#F5EDDA;
}
.kje-lc_info_4h2{
gap:2px;
margin-top:9px;
flex-direction:column;
display:flex;
min-width:0;
}
.kje-lc_name_4h2{
overflow:hidden;
font-size:15px;
font-weight:700;
white-space:nowrap;
color:#F5EDDA;
text-overflow:ellipsis;
}
.kje-lc_bet_4h2{
font-size:0.688rem;
color:#A0907A;
}
.kje-pc_4h2{
gap:0.5rem;
padding:16px 0.875rem;
border:1px solid rgba(244,228,190,0.07);
background:#231C14;
border-radius:0.875rem;
display:flex;
align-items:center;
min-height:74px;
flex-direction:column;
min-width:0;
justify-content:center;
}
.kje-pc_logo_4h2{
flex:0 0 auto;
max-width:100%;
height:28px;
width:auto;
object-fit:contain;
}
.kje-pc_name_4h2{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
font-size:11px;
white-space:nowrap;
max-width:100%;
color:#A0907A;
}
.kje-gc_tag_4h2{
border-radius:8px;
padding:3px 0.5rem;
font-size:10px;
z-index:2;
top:10px;
font-weight:700;
display:inline-block;
text-transform:uppercase;
letter-spacing:.06em;
position:absolute;
left:0.625rem;
}
.kje-gc_tag_hot_4h2{
background:#C84040;
color:#F5EDDA;
}
.kje-gc_tag_new_4h2{
background:#E8B84B;
color:#1A1008;
}
.kje-gc_tag_jp_4h2{
background:#D4920A;
color:#1A1008;
}
.kje-gc_tag_live_4h2{
background:#C84040;
color:#F5EDDA;
}
.kje-sh_4h2{
margin-bottom:18px;
min-width:0;
}
.kje-sh_row_4h2{
gap:16px;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.kje-sh_row_4h2 .kje-sh_l_4h2{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.kje-sh_stack_4h2{
gap:10px;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.kje-sh_center_4h2{
gap:10px;
text-align:center;
flex-direction:column;
display:flex;
align-items:center;
}
.kje-sh_h2_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
font-size:24px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.1;
}
@media(min-width:767px){
.kje-sh_h2_4h2{
font-size:1.875rem;
}
}
.kje-band_4h2 .kje-sh_h2_4h2{
color:#F5EDDA;
}
.kje-sh_eb_line_4h2{
gap:10px;
align-items:center;
display:inline-flex;
}
.kje-sh_eb_line_4h2::before{
background:#C48E30;
height:1px;
content:"";
display:inline-block;
width:28px;
}
.kje-band_4h2 .kje-sh_eb_line_4h2::before{
background:#F0C040;
}
.kje-sh_eb_dot_4h2{
gap:8px;
display:inline-flex;
align-items:center;
}
.kje-sh_eb_dot_4h2::before{
border-radius:50%;
background:#C48E30;
height:0.375rem;
display:inline-block;
content:"";
width:0.375rem;
}
.kje-band_4h2 .kje-sh_eb_dot_4h2::before{
background:#F0C040;
}
.kje-sh_link_4h2{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:0.375rem;
font-size:0.813rem;
font-weight:600;
color:#F5EDDA;
display:inline-flex;
align-items:center;
white-space:nowrap;
padding-bottom:2px;
border-bottom:1px solid #F5EDDA;
}
.kje-sh_link_4h2:hover{
border-color:#C48E30;
color:#C48E30;
}
.kje-sh_link_4h2 svg{
width:0.875rem;
height:0.875rem;
}
.kje-sh_link_chev_4h2{
padding-bottom:0;
border-bottom:0;
}
.kje-sh_link_btn_4h2{
border-radius:62.438rem;
background:#E8B84B;
padding:9px 1.125rem;
color:#1A1008;
border-bottom:0;
}
.kje-sh_link_btn_4h2:hover{
border-color:transparent;
background:#F0C84E;
color:#1A1008;
}
.kje-band_4h2 .kje-sh_link_4h2{
border-color:#F5EDDA;
color:#F5EDDA;
}
.kje-band_4h2 .kje-sh_link_btn_4h2{
background:#F0C040;
color:#1A1008;
}
.kje-sh_rule_4h2{
background:rgba(244,228,190,0.13);
margin:-2px 0 18px;
height:1px;
}
.kje-band_4h2 .kje-sh_rule_4h2{
background:rgba(255,224,150,0.14);
}
.kje-hero_4h2{
padding:2rem 0 0.5rem;
}
@media(min-width:766px){
.kje-hero_4h2{
padding:3.5rem 0 24px;
}
}
.kje-hero_in_4h2{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:902px){
.kje-hero_in_4h2{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.kje-hero_copy_4h2{
min-width:0;
}
.kje-hero_eyebrow_4h2{
gap:10px;
margin-bottom:22px;
display:inline-flex;
align-items:center;
}
.kje-hero_eyebrow_line_4h2{
background:#C48E30;
flex:0 0 auto;
height:1px;
display:inline-block;
width:28px;
}
.kje-hero_h1_4h2{
color:#F5EDDA;
font-size:38px;
line-height:1.04;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:20px;
overflow-wrap:break-word;
letter-spacing:-.01em;
}
@media(min-width:766px){
.kje-hero_h1_4h2{
font-size:54px;
}
}
@media(min-width:1103px){
.kje-hero_h1_4h2{
font-size:62px;
}
}
.kje-hero_h1_4h2 em{
font-style:normal;
color:#C48E30;
}
.kje-hero_sub_4h2{
max-width:30rem;
font-size:1rem;
line-height:1.6;
color:#7A6A57;
margin-bottom:30px;
}
@media(min-width:769px){
.kje-hero_sub_4h2{
font-size:18px;
}
}
.kje-hero_actions_4h2{
gap:14px;
flex-wrap:wrap;
align-items:center;
display:flex;
margin-bottom:34px;
}
.kje-hero_cta_4h2{
padding:1rem 30px;
border-radius:62.438rem;
gap:10px;
background:#E8B84B;
transition:background-color .2s ease;
font-size:0.938rem;
color:#1A1008;
display:inline-flex;
font-weight:700;
align-items:center;
}
.kje-hero_cta_4h2:hover{
background:#F0C84E;
}
.kje-hero_cta_ic_4h2{
align-items:center;
display:inline-flex;
}
.kje-hero_cta_ic_4h2 svg{
height:16px;
width:1rem;
}
.kje-hero_cta_alt_4h2{
padding:0.938rem 1.625rem;
transition:border-color .2s ease,color .2s ease;
background:transparent;
border-radius:62.438rem;
border:1px solid rgba(244,228,190,0.13);
font-size:0.938rem;
font-weight:600;
color:#F5EDDA;
display:inline-flex;
align-items:center;
}
.kje-hero_cta_alt_4h2:hover{
border-color:#C48E30;
color:#C48E30;
}
.kje-hero_trust_4h2{
gap:1.375rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.kje-hero_trust_item_4h2{
gap:9px;
font-size:0.813rem;
display:flex;
color:#D8C9B0;
font-weight:600;
align-items:center;
}
.kje-hero_trust_ic_4h2{
display:inline-flex;
align-items:center;
color:#C48E30;
}
.kje-hero_trust_ic_4h2 svg{
width:1rem;
height:16px;
}
.kje-hero_promo_4h2{
border-radius:20px;
overflow:hidden;
background:#231C14;
display:flex;
position:relative;
min-height:300px;
box-shadow:0 12px 3rem rgba(0,0,0,0.65), 0 3px 0.625rem rgba(196,142,48,0.14);
}
.kje-hero_promo_bg_4h2{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.kje-hero_promo_bg_4h2::after{
inset:0;
background:linear-gradient(120deg,#12100D 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.kje-hero_promo_glow_4h2{
background:radial-gradient(circle,rgba(196,142,48,0.18) 0%,transparent 65%);
border-radius:50%;
position:absolute;
height:16.25rem;
pointer-events:none;
width:260px;
right:-1.25rem;
top:-2.5rem;
}
.kje-hero_promo_ct_4h2{
padding:1.75rem;
z-index:2;
max-width:88%;
position:relative;
align-self:flex-end;
}
.kje-hero_promo_label_4h2{
color:#F0C040;
letter-spacing:.25em;
text-transform:uppercase;
margin-bottom:8px;
display:block;
font-weight:700;
font-size:0.625rem;
}
.kje-hero_promo_amount_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F5EDDA;
font-size:32px;
font-weight:600;
line-height:1.05;
}
@media(min-width:767px){
.kje-hero_promo_amount_4h2{
font-size:40px;
}
}
.kje-hero_promo_amount_4h2 em{
font-style:normal;
color:#F0C040;
}
.kje-hero_rating_4h2{
background:#231C14;
border:1px solid rgba(244,228,190,0.07);
gap:0.625rem;
padding:0.625rem 14px;
border-radius:0.875rem;
max-width:min(260px,62%);
position:absolute;
right:0.875rem;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.60);
display:flex;
z-index:3;
align-items:center;
top:0.875rem;
}
.kje-hero_rating_score_4h2{
flex:0 0 auto;
font-size:1.5rem;
color:#F5EDDA;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.kje-hero_rating_txt_4h2{
flex:1 1 auto;
min-width:0;
}
.kje-hero_rating_stars_4h2{
gap:2px;
display:flex;
color:#C48E30;
}
.kje-hero_rating_stars_4h2 svg{
width:12px;
height:12px;
}
.kje-hero_rating_cap_4h2{
color:#A0907A;
display:block;
font-size:11px;
overflow-wrap:break-word;
line-height:1.35;
margin-top:3px;
}
.kje-stat_4h2{
border-bottom:1px solid rgba(244,228,190,0.13);
margin-top:16px;
border-top:1px solid rgba(244,228,190,0.13);
}
.kje-stat_in_4h2{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.kje-stat_in_4h2{
grid-template-columns:repeat(4,1fr);
}
}
.kje-stat_item_4h2{
padding:1.375rem 14px;
border-right:1px solid rgba(244,228,190,0.07);
border-bottom:1px solid rgba(244,228,190,0.07);
min-width:0;
}
.kje-stat_item_4h2:nth-child(2n){
border-right:0;
}
.kje-stat_item_4h2:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.kje-stat_item_4h2{
border-bottom:0;
}
.kje-stat_item_4h2:nth-child(2n){
border-right:1px solid rgba(244,228,190,0.07);
}
.kje-stat_item_4h2:nth-child(4n){
border-right:0;
}
}
.kje-stat_value_4h2{
font-size:1.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#F5EDDA;
line-height:1;
overflow-wrap:break-word;
}
@media(min-width:766px){
.kje-stat_value_4h2{
font-size:34px;
}
}
.kje-stat_label_4h2{
overflow-wrap:break-word;
color:#A0907A;
line-height:1.4;
font-size:0.813rem;
margin-top:6px;
}
.kje-grow_4h2{
padding:26px 0 0.625rem;
}
.kje-row_seo_4h2{
margin:10px 0 0;
max-width:47.5rem;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
color:#7A6A57;
}
.kje-row_seo_4h2 strong{
color:#F5EDDA;
font-weight:700;
}
.kje-grow_4h2{
padding:1.625rem 0 10px;
}
.kje-row_seo_4h2{
margin:10px 0 0;
color:#7A6A57;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
max-width:47.5rem;
}
.kje-row_seo_4h2 strong{
color:#F5EDDA;
font-weight:700;
}
.kje-grow_4h2{
padding:26px 0 10px;
}
.kje-row_seo_4h2{
margin:10px 0 0;
line-height:1.65;
color:#7A6A57;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:47.5rem;
}
.kje-row_seo_4h2 strong{
font-weight:700;
color:#F5EDDA;
}
.kje-jp_4h2{
padding:1.875rem 0 10px;
}
.kje-jp_grid_4h2{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.kje-jp_grid_4h2{
grid-template-columns:1fr 1fr;
}
.kje-jp_card_mega_4h2{
grid-column:1/-1;
}
}
@media(min-width:998px){
.kje-jp_grid_4h2{
grid-template-columns:1.4fr 1fr 1fr;
}
.kje-jp_card_mega_4h2{
grid-column:auto;
}
}
.kje-jp_card_4h2{
border-radius:1.25rem;
overflow:hidden;
background:#231C14;
padding:26px;
gap:0.75rem;
border:1px solid rgba(244,228,190,0.07);
justify-content:space-between;
min-height:200px;
min-width:0;
display:flex;
flex-direction:column;
position:relative;
}
.kje-jp_card_mega_4h2{
background:linear-gradient(135deg,#1E1710,#0F0C08);
border-color:transparent;
color:#F5EDDA;
min-height:210px;
}
.kje-jp_glow_4h2{
background:radial-gradient(circle,rgba(196,142,48,0.18),transparent 70%);
border-radius:50%;
width:200px;
pointer-events:none;
position:absolute;
height:12.5rem;
top:-40px;
right:-2.5rem;
}
.kje-jp_label_4h2{
gap:10px;
font-weight:700;
position:relative;
text-transform:uppercase;
display:flex;
font-size:10px;
align-items:center;
color:#C48E30;
justify-content:space-between;
letter-spacing:.16em;
flex-wrap:wrap;
}
.kje-jp_card_mega_4h2 .kje-jp_label_4h2{
color:#F0C040;
}
.kje-jp_drop_4h2{
text-transform:none;
font-weight:600;
letter-spacing:.04em;
color:#A0907A;
}
.kje-jp_card_mega_4h2 .kje-jp_drop_4h2{
color:#A89070;
}
.kje-jp_amount_4h2{
line-height:1;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:38px;
overflow-wrap:break-word;
position:relative;
color:#F5EDDA;
}
.kje-jp_card_mega_4h2 .kje-jp_amount_4h2{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#F0C040;
}
@media(min-width:771px){
.kje-jp_card_mega_4h2 .kje-jp_amount_4h2{
font-size:3.375rem;
}
}
.kje-jp_game_4h2{
color:#A0907A;
font-size:0.813rem;
position:relative;
}
.kje-jp_card_mega_4h2 .kje-jp_game_4h2{
color:#A89070;
}
.kje-jp_cta_4h2{
position:relative;
align-self:flex-start;
}
.kje-jp_card_mega_4h2 .kje-jp_cta_4h2{
transition:opacity .2s ease;
border-radius:999px;
background:#F0C040;
padding:0.625rem 1.25rem;
font-weight:700;
color:#1A1008;
font-size:0.813rem;
}
.kje-jp_card_mega_4h2 .kje-jp_cta_4h2:hover{
opacity:.9;
}
.kje-jp_card_4h2:not(.kje-jp_card_mega_4h2) .kje-jp_cta_4h2{
transition:color .2s ease,border-color .2s ease;
font-size:0.813rem;
padding-bottom:2px;
color:#F5EDDA;
font-weight:700;
border-bottom:1px solid #F5EDDA;
}
.kje-jp_card_4h2:not(.kje-jp_card_mega_4h2) .kje-jp_cta_4h2:hover{
border-color:#C48E30;
color:#C48E30;
}
.kje-jp_seo_4h2{
margin:0.875rem 0 0;
max-width:760px;
font-size:0.875rem;
overflow-wrap:break-word;
color:#7A6A57;
line-height:1.65;
}
.kje-jp_seo_4h2 strong{
font-weight:700;
color:#F5EDDA;
}
.kje-nl_4h2{
padding:1.5rem 0 0.625rem;
}
.kje-nl_in_4h2{
background:#16120C;
border-radius:1.25rem;
gap:22px;
padding:1.875rem 2rem;
color:#F5EDDA;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.kje-nl_in_4h2{
gap:28px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.kje-nl_text_wrap_4h2{
min-width:0;
}
.kje-nl_h3_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
color:#F5EDDA;
overflow-wrap:break-word;
margin-bottom:5px;
font-weight:600;
font-size:22px;
}
@media(min-width:769px){
.kje-nl_h3_4h2{
font-size:1.5rem;
}
}
.kje-nl_text_4h2{
color:#A89070;
font-size:0.844rem;
line-height:1.5;
}
.kje-nl_form_4h2{
gap:0.625rem;
flex:1 1 auto;
display:flex;
max-width:28.75rem;
min-width:0;
}
.kje-nl_input_4h2{
background:rgba(255,238,190,0.07);
border:1px solid rgba(255,224,150,0.14);
padding:13px 16px;
flex:1 1 auto;
border-radius:0.875rem;
overflow:hidden;
color:#A89070;
white-space:nowrap;
font-size:14px;
align-items:center;
display:flex;
text-overflow:ellipsis;
min-width:0;
}
.kje-nl_btn_4h2{
background:#F0C040;
flex:0 0 auto;
padding:13px 24px;
border-radius:0.875rem;
transition:opacity .2s ease;
font-size:0.875rem;
font-weight:700;
white-space:nowrap;
color:#1A1008;
}
.kje-nl_btn_4h2:hover{
opacity:.9;
}
.kje-app_4h2{
padding:30px 0 10px;
}
.kje-app_in_4h2{
padding:2rem;
background:#231C14;
gap:28px;
border:1px solid rgba(244,228,190,0.07);
border-radius:1.25rem;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.kje-app_in_4h2{
padding:40px 2.75rem;
gap:2.5rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.kje-app_copy_4h2{
max-width:560px;
min-width:0;
}
.kje-app_eyebrow_4h2{
margin-bottom:0.75rem;
}
.kje-app_h2_4h2{
line-height:1.05;
font-weight:600;
font-size:28px;
color:#F5EDDA;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
@media(min-width:769px){
.kje-app_h2_4h2{
font-size:34px;
}
}
.kje-app_text_4h2{
font-size:0.875rem;
margin-bottom:1.375rem;
color:#7A6A57;
line-height:1.6;
}
.kje-app_btns_4h2{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.kje-app_btn_4h2{
padding:11px 20px;
gap:0.625rem;
background:#E8B84B;
transition:background-color .2s ease;
border-radius:14px;
display:inline-flex;
color:#1A1008;
align-items:center;
}
.kje-app_btn_4h2:hover{
background:#F0C84E;
}
.kje-app_btn_ic_4h2{
align-items:center;
display:inline-flex;
}
.kje-app_btn_ic_4h2 svg{
width:18px;
height:18px;
}
.kje-app_btn_lb_4h2{
font-size:13.5px;
font-weight:700;
}
.kje-app_qr_wrap_4h2{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.kje-app_qr_4h2{
border-radius:0.875rem;
flex:0 0 auto;
background-color:#E8B84B;
height:108px;
width:108px;
background-image:repeating-linear-gradient(0deg,#231C14 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#231C14 0 0.313rem,transparent 0.313rem 11px);
}
.kje-app_qr_cap_4h2{
max-width:92px;
color:#A0907A;
font-size:0.781rem;
line-height:1.4;
}
.kje-vip_4h2{
padding:3rem 0;
}
@media(min-width:767px){
.kje-vip_4h2{
padding:4rem 0;
}
}
.kje-vip_head_4h2{
gap:0.875rem;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:878px){
.kje-vip_head_4h2{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.kje-vip_eyebrow_4h2{
margin-bottom:12px;
}
.kje-vip_h2_4h2{
color:#F5EDDA;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
font-weight:600;
}
@media(min-width:766px){
.kje-vip_h2_4h2{
font-size:40px;
}
}
.kje-vip_intro_4h2{
max-width:420px;
font-size:14px;
line-height:1.6;
color:#A89070;
}
.kje-vip_grid_4h2{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.kje-vip_card_4h2{
border-radius:14px;
padding:1.375rem 1.125rem;
border:1px solid rgba(255,224,150,0.14);
min-width:0;
}
.kje-vip_card_feat_4h2{
background:rgba(255,238,190,0.07);
border-color:#F0C040;
}
.kje-vip_card_ic_4h2{
border-radius:0.5rem;
background:linear-gradient(135deg,#C48E30,#F0C840);
margin-bottom:1rem;
height:2.125rem;
width:34px;
display:block;
}
.kje-vip_name_4h2{
overflow-wrap:break-word;
color:#F5EDDA;
font-size:1.25rem;
margin-bottom:6px;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.kje-vip_perk_4h2{
color:#A89070;
font-size:12.5px;
line-height:1.5;
overflow-wrap:break-word;
}
.kje-trn_4h2{
padding:30px 0 0.625rem;
}
.kje-trn_in_4h2{
border:1px solid rgba(244,228,190,0.07);
border-radius:20px;
background:#231C14;
grid-template-columns:1fr;
overflow:hidden;
display:grid;
}
@media(min-width:882px){
.kje-trn_in_4h2{
grid-template-columns:1.05fr 1fr;
}
}
.kje-trn_banner_4h2{
overflow:hidden;
padding:2.125rem;
background:linear-gradient(150deg,#1E1710,#0F0C08);
position:relative;
color:#F5EDDA;
}
.kje-trn_glow_4h2{
background:radial-gradient(circle,rgba(196,142,48,0.18),transparent 70%);
border-radius:50%;
right:-40px;
position:absolute;
pointer-events:none;
bottom:-2.5rem;
width:12.5rem;
height:200px;
}
.kje-trn_eyebrow_4h2{
margin-bottom:0.875rem;
position:relative;
}
.kje-trn_h2_4h2{
font-weight:600;
overflow-wrap:break-word;
line-height:1.06;
font-size:1.875rem;
position:relative;
margin-bottom:0.75rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
}
@media(min-width:766px){
.kje-trn_h2_4h2{
font-size:36px;
}
}
.kje-trn_text_4h2{
margin-bottom:22px;
font-size:0.875rem;
position:relative;
color:#A89070;
max-width:420px;
line-height:1.6;
}
.kje-trn_timer_4h2{
gap:0.5rem;
position:relative;
margin-bottom:1.5rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.kje-trn_timer_cap_4h2{
color:#A89070;
font-size:11px;
}
.kje-trn_timer_box_4h2{
background:rgba(255,238,190,0.07);
border-radius:0.5rem;
padding:4px 0.75rem;
color:#F5EDDA;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:1.5rem;
}
.kje-trn_cta_4h2{
border-radius:62.438rem;
background:#F0C040;
transition:opacity .2s ease;
padding:13px 26px;
display:inline-block;
color:#1A1008;
font-weight:700;
font-size:14px;
position:relative;
}
.kje-trn_cta_4h2:hover{
opacity:.9;
}
.kje-trn_lb_4h2{
padding:26px 28px;
}
.kje-trn_lb_head_4h2{
gap:0.625rem;
margin-bottom:12px;
display:flex;
align-items:center;
justify-content:space-between;
}
.kje-trn_lb_title_4h2{
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:20px;
color:#F5EDDA;
}
.kje-trn_lb_upd_4h2{
letter-spacing:.08em;
text-transform:uppercase;
color:#A0907A;
font-size:11px;
}
.kje-trn_lb_row_4h2{
padding:11px 0.75rem;
gap:14px;
border-radius:8px;
display:flex;
align-items:center;
}
.kje-trn_lb_row_4h2:nth-child(2){
background:rgba(196,142,48,0.12);
}
.kje-trn_lb_rank_4h2{
flex:0 0 auto;
font-size:16px;
width:1.375rem;
color:#C48E30;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.kje-trn_lb_av_4h2{
background:linear-gradient(135deg,#C48E30,#F0C840);
border-radius:50%;
flex:0 0 auto;
height:30px;
width:1.875rem;
}
.kje-trn_lb_name_4h2{
flex:1 1 auto;
overflow:hidden;
font-size:14px;
font-weight:600;
text-overflow:ellipsis;
white-space:nowrap;
color:#F5EDDA;
min-width:0;
}
.kje-trn_lb_amount_4h2{
flex:0 0 auto;
color:#F5EDDA;
font-weight:700;
font-size:0.813rem;
}
.kje-hts_4h2{
padding:3rem 0;
}
@media(min-width:771px){
.kje-hts_4h2{
padding:62px 0;
}
}
.kje-hts_head_4h2{
gap:18px;
display:flex;
flex-direction:column;
margin-bottom:34px;
}
@media(min-width:771px){
.kje-hts_head_4h2{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.kje-hts_eyebrow_4h2{
margin-bottom:0.75rem;
}
.kje-hts_h2_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#F5EDDA;
overflow-wrap:break-word;
font-weight:600;
font-size:1.875rem;
}
@media(min-width:771px){
.kje-hts_h2_4h2{
font-size:2.375rem;
}
}
.kje-hts_cta_4h2{
padding:15px 30px;
border-radius:999px;
transition:opacity .2s ease;
background:#F0C040;
flex:0 0 auto;
font-weight:700;
font-size:15px;
color:#1A1008;
}
.kje-hts_cta_4h2:hover{
opacity:.9;
}
.kje-hts_grid_4h2{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.kje-hts_grid_4h2{
grid-template-columns:repeat(3,1fr);
}
}
.kje-hts_step_4h2{
border-top:1px solid rgba(255,224,150,0.14);
min-width:0;
padding-top:22px;
}
.kje-hts_step_num_4h2{
line-height:1;
color:#F0C040;
font-weight:700;
font-size:2.75rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:14px;
}
.kje-hts_step_h_4h2{
font-weight:700;
font-size:1.188rem;
margin-bottom:8px;
line-height:1.2;
color:#F5EDDA;
overflow-wrap:break-word;
}
.kje-hts_step_p_4h2{
font-size:0.875rem;
color:#A89070;
overflow-wrap:break-word;
line-height:1.55;
}
.kje-rv_4h2{
padding:48px 0;
background:#231C14;
border-bottom:1px solid rgba(244,228,190,0.07);
border-top:1px solid rgba(244,228,190,0.07);
margin-top:1.5rem;
}
@media(min-width:769px){
.kje-rv_4h2{
padding:56px 0;
}
}
.kje-rv_head_4h2{
gap:16px;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:771px){
.kje-rv_head_4h2{
gap:20px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.kje-rv_eyebrow_4h2{
margin-bottom:0.625rem;
}
.kje-rv_h2_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#F5EDDA;
overflow-wrap:break-word;
font-weight:600;
font-size:30px;
}
@media(min-width:769px){
.kje-rv_h2_4h2{
font-size:2.375rem;
}
}
.kje-rv_agg_4h2{
gap:12px;
display:flex;
align-items:center;
}
.kje-rv_agg_stars_4h2{
gap:3px;
display:flex;
color:#C48E30;
}
.kje-rv_agg_stars_4h2 svg{
height:1.125rem;
width:18px;
}
.kje-rv_source_4h2{
font-size:0.813rem;
color:#7A6A57;
}
.kje-rv_grid_4h2{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:759px){
.kje-rv_grid_4h2{
grid-template-columns:repeat(3,1fr);
}
}
.kje-rv_card_4h2{
border:1px solid rgba(244,228,190,0.07);
padding:26px;
border-radius:0.875rem;
background:#1A1410;
min-width:0;
}
.kje-rv_card_stars_4h2{
gap:2px;
display:flex;
color:#C48E30;
margin-bottom:0.75rem;
}
.kje-rv_card_stars_4h2 svg{
width:0.875rem;
height:0.875rem;
}
.kje-rv_card_body_4h2{
overflow-wrap:break-word;
font-size:1.125rem;
margin-bottom:1rem;
font-weight:500;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
line-height:1.45;
}
.kje-rv_card_meta_4h2{
gap:0.625rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.kje-rv_card_av_4h2{
background:linear-gradient(135deg,#C48E30,#F0C840);
flex:0 0 auto;
border-radius:50%;
height:32px;
width:32px;
}
.kje-rv_card_author_4h2{
font-size:13px;
color:#F5EDDA;
font-weight:700;
}
.kje-rv_card_loc_4h2{
font-size:0.75rem;
color:#A0907A;
}
.kje-op_4h2{
padding:36px 0 10px;
}
.kje-op_in_4h2{
padding:32px;
border:1px solid rgba(244,228,190,0.07);
grid-template-columns:1fr;
background:#231C14;
gap:32px;
border-radius:0.875rem;
display:grid;
align-items:center;
}
@media(min-width:861px){
.kje-op_in_4h2{
gap:2.75rem;
padding:2.125rem 2.5rem;
grid-template-columns:.9fr 1.1fr;
}
}
.kje-op_left_4h2{
min-width:0;
}
.kje-op_eyebrow_4h2{
margin-bottom:12px;
}
.kje-op_h2_4h2{
color:#F5EDDA;
font-size:28px;
font-weight:600;
overflow-wrap:break-word;
line-height:1.08;
margin-bottom:0.625rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.kje-op_h2_4h2{
font-size:1.875rem;
}
}
.kje-op_text_4h2{
line-height:1.6;
font-size:0.875rem;
color:#7A6A57;
}
.kje-op_grid_4h2{
gap:1px;
border-radius:0.5rem;
border:1px solid rgba(244,228,190,0.13);
background:rgba(244,228,190,0.13);
grid-template-columns:1fr 1fr;
overflow:hidden;
display:grid;
}
.kje-op_field_4h2{
padding:1.125rem 20px;
background:#1A1410;
min-width:0;
}
.kje-op_field_lb_4h2{
font-size:10px;
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
margin-bottom:5px;
color:#C48E30;
}
.kje-op_field_val_4h2{
color:#F5EDDA;
font-size:14px;
overflow-wrap:break-word;
font-weight:700;
}
.kje-ts_4h2{
padding:2.75rem 0;
}
.kje-ts_in_4h2{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:879px){
.kje-ts_in_4h2{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.kje-ts_left_4h2{
min-width:0;
}
.kje-ts_h2_4h2{
color:#F5EDDA;
font-size:1.625rem;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
font-weight:600;
margin-bottom:12px;
}
@media(min-width:771px){
.kje-ts_h2_4h2{
font-size:1.75rem;
}
}
.kje-ts_text_4h2{
color:#A89070;
line-height:1.6;
max-width:32.5rem;
margin-bottom:22px;
font-size:0.906rem;
}
.kje-ts_badges_4h2{
gap:1.125rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.kje-ts_badge_4h2{
color:#A89070;
font-weight:600;
font-size:0.813rem;
}
.kje-ts_pay_4h2{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:878px){
.kje-ts_pay_4h2{
justify-content:flex-end;
}
}
.kje-ts_pay_chip_4h2{
border-radius:14px;
background:rgba(255,238,190,0.07);
padding:0.75rem 16px;
border:1px solid rgba(255,224,150,0.14);
color:#F5EDDA;
font-size:14px;
font-weight:700;
}
.kje-rc_4h2{
padding:3rem 0 10px;
}
.kje-rc_in_4h2{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:761px){
.kje-rc_in_4h2{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.kje-rc_col_4h2{
min-width:0;
}
.kje-rc_label_4h2{
text-transform:uppercase;
font-weight:600;
font-size:0.688rem;
letter-spacing:.2em;
color:#C48E30;
margin-bottom:1rem;
}
.kje-rc_awards_4h2{
gap:12px;
display:flex;
flex-direction:column;
}
.kje-rc_award_4h2{
gap:12px;
display:flex;
align-items:center;
min-width:0;
}
.kje-rc_award_ic_4h2{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#E8B84B;
}
.kje-rc_award_ic_4h2 svg{
height:1.125rem;
width:18px;
}
.kje-rc_award_t_4h2{
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
color:#F5EDDA;
}
.kje-rc_award_s_4h2{
font-size:12px;
color:#A0907A;
overflow-wrap:break-word;
}
.kje-rc_press_4h2{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.kje-rc_press_logo_4h2{
border:1px solid rgba(244,228,190,0.07);
overflow:hidden;
border-radius:0.5rem;
padding:0 8px;
display:flex;
color:#7A6A57;
white-space:nowrap;
text-overflow:ellipsis;
justify-content:center;
font-weight:700;
align-items:center;
text-align:center;
height:3.25rem;
font-size:14px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.kje-rc_partner_4h2{
padding:22px;
border-radius:14px;
border:1px solid rgba(244,228,190,0.07);
background:#231C14;
}
.kje-rc_partner_name_4h2{
margin-bottom:0.375rem;
color:#F5EDDA;
font-weight:600;
font-size:1.25rem;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.kje-rc_partner_text_4h2{
line-height:1.55;
color:#7A6A57;
overflow-wrap:break-word;
font-size:0.813rem;
}
.kje-pmt_4h2{
padding:3rem 0 10px;
}
.kje-pmt_in_4h2{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:879px){
.kje-pmt_in_4h2{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.kje-pmt_left_4h2{
min-width:0;
}
.kje-pmt_eyebrow_4h2{
margin-bottom:12px;
}
.kje-pmt_h2_4h2{
overflow-wrap:break-word;
margin-bottom:12px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
font-size:1.875rem;
font-weight:600;
line-height:1.06;
}
@media(min-width:765px){
.kje-pmt_h2_4h2{
font-size:2rem;
}
}
.kje-pmt_text_4h2{
margin-bottom:1.375rem;
line-height:1.6;
font-size:0.906rem;
color:#7A6A57;
}
.kje-pmt_logos_4h2{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:481px){
.kje-pmt_logos_4h2{
grid-template-columns:repeat(4,1fr);
}
}
.kje-pmt_logo_4h2{
border-radius:8px;
border:1px solid rgba(244,228,190,0.07);
overflow:hidden;
background:#231C14;
padding:0 0.5rem;
text-overflow:ellipsis;
font-size:0.781rem;
white-space:nowrap;
height:50px;
align-items:center;
color:#D8C9B0;
justify-content:center;
font-weight:700;
text-align:center;
display:flex;
}
.kje-pmt_table_4h2{
border-radius:0.875rem;
border:1px solid rgba(244,228,190,0.07);
overflow:hidden;
min-width:0;
}
.kje-pmt_thead_4h2{
background:#0F0C08;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.kje-pmt_th_4h2{
overflow:hidden;
padding:0.813rem 0.875rem;
text-transform:uppercase;
white-space:nowrap;
letter-spacing:.08em;
color:#F5EDDA;
font-size:10px;
font-weight:700;
text-overflow:ellipsis;
}
.kje-pmt_row_4h2{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(244,228,190,0.07);
display:grid;
}
.kje-pmt_row_4h2:nth-child(odd){
background:#231C14;
}
.kje-pmt_td_4h2{
padding:14px;
color:#7A6A57;
min-width:0;
overflow-wrap:break-word;
font-size:13.5px;
}
.kje-pmt_row_4h2 .kje-pmt_td_4h2:first-child{
color:#F5EDDA;
font-weight:700;
}
.kje-pmt_row_4h2 .kje-pmt_td_4h2:last-child{
font-weight:700;
color:#5A9E72;
}
.kje-wy_4h2{
padding:48px 0;
}
@media(min-width:765px){
.kje-wy_4h2{
padding:56px 0;
}
}
.kje-wy_in_4h2{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:900px){
.kje-wy_in_4h2{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.kje-wy_left_4h2{
min-width:0;
}
.kje-wy_eyebrow_4h2{
margin-bottom:0.875rem;
}
.kje-wy_h2_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
margin-bottom:1rem;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
line-height:1.05;
}
@media(min-width:765px){
.kje-wy_h2_4h2{
font-size:40px;
}
}
.kje-wy_intro_4h2{
font-size:0.938rem;
line-height:1.6;
color:#7A6A57;
}
.kje-wy_grid_4h2{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:560px){
.kje-wy_grid_4h2{
grid-template-columns:1fr 1fr;
}
}
.kje-wy_card_4h2{
border:1px solid rgba(244,228,190,0.07);
background:#231C14;
border-radius:0.875rem;
padding:26px;
min-width:0;
}
.kje-wy_card_ic_4h2{
align-items:center;
color:#C48E30;
justify-content:center;
margin-bottom:1rem;
display:inline-flex;
}
.kje-wy_card_ic_4h2 svg{
width:26px;
height:1.625rem;
}
.kje-wy_card_h_4h2{
font-size:1.313rem;
font-weight:600;
margin-bottom:8px;
overflow-wrap:break-word;
line-height:1.15;
color:#F5EDDA;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.kje-wy_card_p_4h2{
color:#7A6A57;
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
}
.kje-tt_4h2{
padding:48px 0 0.625rem;
}
@media(min-width:765px){
.kje-tt_4h2{
padding:60px 0 0.625rem;
}
}
.kje-tt_head_4h2{
text-align:center;
margin-bottom:2.125rem;
}
.kje-tt_eyebrow_4h2{
margin-bottom:0.75rem;
}
.kje-tt_h2_4h2{
overflow-wrap:break-word;
line-height:1.05;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
font-size:32px;
font-weight:600;
}
@media(min-width:771px){
.kje-tt_h2_4h2{
font-size:42px;
}
}
.kje-tt_grid_4h2{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.kje-tt_grid_4h2{
grid-template-columns:repeat(3,1fr);
}
}
.kje-tt_card_4h2{
background:#231C14;
border:1px solid rgba(244,228,190,0.07);
border-radius:14px;
padding:30px;
min-width:0;
display:flex;
flex-direction:column;
}
.kje-tt_card_ic_4h2{
align-items:center;
margin-bottom:18px;
display:inline-flex;
color:#C48E30;
}
.kje-tt_card_ic_4h2 svg{
width:28px;
height:1.75rem;
}
.kje-tt_card_h_4h2{
font-weight:600;
margin-bottom:0.5rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-size:1.375rem;
color:#F5EDDA;
overflow-wrap:break-word;
}
.kje-tt_card_p_4h2{
color:#7A6A57;
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-size:0.875rem;
line-height:1.6;
}
.kje-tt_card_p_4h2 b{
font-weight:700;
color:#F5EDDA;
}
.kje-tt_card_link_4h2{
transition:color .2s ease;
font-weight:700;
color:#F5EDDA;
border-bottom:1px solid #C48E30;
margin-top:auto;
font-size:0.813rem;
align-self:flex-start;
padding-bottom:2px;
}
.kje-tt_card_link_4h2:hover{
color:#C48E30;
}
.kje-prov_4h2{
padding:2.5rem 0 1.25rem;
}
.kje-prov_eyebrow_4h2{
margin-bottom:18px;
display:block;
}
.kje-prov_grid_4h2{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:560px){
.kje-prov_grid_4h2{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.kje-prov_grid_4h2{
grid-template-columns:repeat(6,1fr);
}
}
.kje-et_4h2{
padding:36px 0 10px;
}
.kje-et_in_4h2{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:880px){
.kje-et_in_4h2{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.kje-et_left_4h2{
min-width:0;
}
.kje-et_eyebrow_4h2{
margin-bottom:12px;
}
.kje-et_h2_4h2{
line-height:1.06;
font-size:1.75rem;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
}
@media(min-width:767px){
.kje-et_h2_4h2{
font-size:2rem;
}
}
.kje-et_text_4h2{
font-size:0.938rem;
line-height:1.65;
margin-bottom:22px;
color:#7A6A57;
}
.kje-et_stats_4h2{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.kje-et_stat_4h2{
min-width:0;
}
.kje-et_stat_v_4h2{
color:#F5EDDA;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
line-height:1;
font-weight:700;
}
.kje-et_stat_l_4h2{
font-size:0.781rem;
color:#A0907A;
margin-top:4px;
}
.kje-et_right_4h2{
gap:12px;
flex-direction:column;
display:flex;
}
.kje-et_member_4h2{
background:#231C14;
padding:1.125rem 1.25rem;
border-radius:0.875rem;
gap:16px;
border:1px solid rgba(244,228,190,0.07);
display:flex;
align-items:center;
min-width:0;
}
.kje-et_member_av_4h2{
border-radius:50%;
background:linear-gradient(135deg,#1E1710,#C48E30);
flex:0 0 auto;
width:3rem;
height:3rem;
}
.kje-et_member_name_4h2{
overflow-wrap:break-word;
font-size:0.938rem;
color:#F5EDDA;
font-weight:700;
}
.kje-et_member_role_4h2{
color:#A0907A;
font-size:12.5px;
overflow-wrap:break-word;
}
.kje-et_updated_4h2{
padding:14px 1.125rem;
background:#1A1410;
border:1px solid rgba(244,228,190,0.07);
gap:8px;
border-radius:14px;
align-items:center;
color:#7A6A57;
display:flex;
font-size:0.781rem;
}
.kje-sb_4h2{
background:#231C14;
padding:3rem 0;
margin-top:24px;
border-bottom:1px solid rgba(244,228,190,0.07);
border-top:1px solid rgba(244,228,190,0.07);
}
@media(min-width:765px){
.kje-sb_4h2{
padding:56px 0;
}
}
.kje-sb_eyebrow_4h2{
margin-bottom:12px;
display:block;
}
.kje-sb_h2_4h2{
font-size:30px;
overflow-wrap:break-word;
line-height:1.05;
margin-bottom:1.625rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#F5EDDA;
}
@media(min-width:769px){
.kje-sb_h2_4h2{
font-size:2.25rem;
}
}
.kje-sb_grid_4h2{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.kje-sb_grid_4h2{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.kje-sb_grid_4h2{
grid-template-columns:repeat(4,1fr);
}
}
.kje-sb_card_4h2{
border:1px solid rgba(244,228,190,0.07);
background:#1A1410;
padding:1.5rem;
border-radius:0.875rem;
min-width:0;
}
.kje-sb_card_h_4h2{
margin-bottom:8px;
color:#F5EDDA;
line-height:1.15;
overflow-wrap:break-word;
font-size:1.188rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.kje-sb_card_p_4h2{
overflow-wrap:break-word;
line-height:1.6;
font-size:13.5px;
color:#7A6A57;
}
.kje-sb_rtp_4h2{
gap:24px;
grid-template-columns:1fr;
padding:1.625rem 1.75rem;
background:#1A1410;
border:1px solid rgba(244,228,190,0.07);
border-radius:0.875rem;
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:758px){
.kje-sb_rtp_4h2{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.kje-sb_rtp_h_4h2{
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.15;
margin-bottom:0.5rem;
font-size:20px;
color:#F5EDDA;
}
.kje-sb_rtp_p_4h2{
color:#7A6A57;
line-height:1.6;
font-size:13.5px;
overflow-wrap:break-word;
}
.kje-sb_rtp_stats_4h2{
gap:16px;
display:flex;
}
.kje-sb_stat_4h2{
flex:1 1 0;
background:#231C14;
padding:18px;
border-radius:8px;
min-width:0;
text-align:center;
}
.kje-sb_stat_v_4h2{
color:#5A9E72;
font-weight:700;
font-size:26px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.kje-sb_stat_l_4h2{
font-size:0.719rem;
color:#A0907A;
margin-top:4px;
}
.kje-sc_4h2{
padding:3rem 0 10px;
}
.kje-sc_head_4h2{
text-align:center;
margin-bottom:28px;
}
.kje-sc_eyebrow_4h2{
margin-bottom:12px;
}
.kje-sc_h2_4h2{
font-size:1.875rem;
overflow-wrap:break-word;
color:#F5EDDA;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
}
@media(min-width:767px){
.kje-sc_h2_4h2{
font-size:36px;
}
}
.kje-sc_table_4h2{
margin:0 auto;
border-radius:14px;
overflow:hidden;
border:1px solid rgba(244,228,190,0.07);
max-width:56.25rem;
}
.kje-sc_thead_4h2{
background:#0F0C08;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.kje-sc_th_4h2{
padding:0.938rem 1.125rem;
font-weight:700;
color:#A89070;
overflow-wrap:break-word;
text-align:center;
font-size:13px;
}
.kje-sc_th_4h2:first-child{
text-align:left;
}
.kje-sc_th_us_4h2{
color:#F0C040;
}
.kje-sc_row_4h2{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(244,228,190,0.07);
}
.kje-sc_row_4h2:nth-child(even){
background:#231C14;
}
.kje-sc_td_4h2{
padding:15px 1.125rem;
min-width:0;
overflow-wrap:break-word;
font-size:0.875rem;
color:#A0907A;
text-align:center;
}
.kje-sc_td_4h2:first-child{
color:#D8C9B0;
text-align:left;
font-weight:600;
}
.kje-sc_td_us_4h2{
font-weight:700;
color:#5A9E72;
}
.kje-faq_4h2{
padding:3rem 0;
background:#231C14;
border-bottom:1px solid rgba(244,228,190,0.07);
border-top:1px solid rgba(244,228,190,0.07);
margin-top:24px;
}
@media(min-width:769px){
.kje-faq_4h2{
padding:3.875rem 0;
}
}
.kje-faq_head_4h2{
text-align:center;
margin-bottom:34px;
}
.kje-faq_eyebrow_4h2{
margin-bottom:0.75rem;
}
.kje-faq_h2_4h2{
line-height:1.05;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
font-size:32px;
font-weight:600;
}
@media(min-width:769px){
.kje-faq_h2_4h2{
font-size:38px;
}
}
.kje-faq_list_4h2{
gap:0.75rem;
margin:0 auto;
display:flex;
max-width:51.25rem;
flex-direction:column;
}
.kje-faq_item_4h2{
border:1px solid rgba(244,228,190,0.07);
overflow:hidden;
border-radius:14px;
background:#1A1410;
}
.kje-faq_q_4h2{
gap:1.25rem;
list-style:none;
padding:20px 1.5rem;
font-size:16px;
font-weight:700;
justify-content:space-between;
cursor:pointer;
color:#F5EDDA;
overflow-wrap:break-word;
align-items:center;
display:flex;
}
.kje-faq_q_4h2::-webkit-details-marker{
display:none;
}
.kje-faq_q_ic_4h2{
flex:0 0 auto;
transition:transform .2s ease;
color:#C48E30;
display:inline-flex;
align-items:center;
}
.kje-faq_q_ic_4h2 svg{
height:18px;
width:18px;
}
.kje-faq_item_4h2[open] .kje-faq_q_ic_4h2{
transform:rotate(180deg);
}
.kje-faq_a_4h2{
padding:0 1.5rem 1.25rem;
overflow-wrap:break-word;
color:#7A6A57;
font-size:14.5px;
line-height:1.6;
}
.kje-lh_4h2{
padding:40px 0 20px;
}
.kje-lh_in_4h2{
border-top:1px solid rgba(244,228,190,0.13);
padding-top:2.125rem;
}
.kje-lh_eyebrow_4h2{
margin-bottom:22px;
display:block;
}
.kje-lh_grid_4h2{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:603px){
.kje-lh_grid_4h2{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.kje-lh_grid_4h2{
grid-template-columns:repeat(5,1fr);
}
}
.kje-lh_col_4h2{
min-width:0;
}
.kje-lh_col_h_4h2{
margin-bottom:12px;
color:#F5EDDA;
font-size:0.813rem;
font-weight:700;
overflow-wrap:break-word;
}
.kje-lh_links_4h2{
gap:8px;
display:flex;
flex-direction:column;
}
.kje-lh_link_4h2{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:0.813rem;
color:#7A6A57;
}
.kje-lh_link_4h2:hover{
color:#C48E30;
}
.kje-sg_4h2{
padding:3rem 0 0.625rem;
}
.kje-sg_eyebrow_4h2{
margin-bottom:12px;
display:block;
}
.kje-sg_h2_4h2{
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:30px;
margin-bottom:1.75rem;
font-weight:600;
color:#F5EDDA;
line-height:1.05;
}
@media(min-width:766px){
.kje-sg_h2_4h2{
font-size:36px;
}
}
.kje-sg_grid_4h2{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.kje-sg_grid_4h2{
grid-template-columns:repeat(3,1fr);
}
}
.kje-sg_col_4h2{
min-width:0;
}
.kje-sg_col_h_4h2{
font-size:1.375rem;
margin-bottom:10px;
font-weight:600;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
color:#F5EDDA;
}
.kje-sg_col_p_4h2{
overflow-wrap:break-word;
line-height:1.65;
color:#7A6A57;
font-size:0.875rem;
}
.kje-el_4h2{
padding:48px 0;
}
@media(min-width:770px){
.kje-el_4h2{
padding:56px 0;
}
}
.kje-el_in_4h2{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:900px){
.kje-el_in_4h2{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.kje-el_left_4h2{
min-width:0;
}
.kje-el_eyebrow_4h2{
margin-bottom:14px;
}
.kje-el_h2_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:32px;
margin-bottom:1.375rem;
line-height:1.08;
font-weight:600;
overflow-wrap:break-word;
color:#F5EDDA;
}
@media(min-width:766px){
.kje-el_h2_4h2{
font-size:2.375rem;
}
}
.kje-el_body_4h2 p{
font-size:16px;
line-height:1.7;
margin-bottom:18px;
color:#D8C9B0;
overflow-wrap:break-word;
}
.kje-el_dropcap_4h2{
padding:0.375rem 0.75rem 0 0;
line-height:.8;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
float:left;
font-weight:700;
color:#C48E30;
font-size:3.875rem;
}
.kje-el_right_4h2{
min-width:0;
}
.kje-el_quote_4h2{
background:linear-gradient(150deg,#1E1710,#0F0C08);
padding:36px;
border-radius:1.25rem;
margin-bottom:24px;
position:relative;
color:#F5EDDA;
}
.kje-el_quote_mark_4h2{
color:#F0C040;
margin-bottom:6px;
align-items:center;
display:inline-flex;
}
.kje-el_quote_mark_4h2 svg{
height:2.125rem;
width:34px;
}
.kje-el_quote_text_4h2{
color:#F5EDDA;
overflow-wrap:break-word;
font-size:1.375rem;
line-height:1.4;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:22px;
font-weight:500;
}
.kje-el_quote_meta_4h2{
gap:12px;
display:flex;
align-items:center;
}
.kje-el_quote_av_4h2{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C48E30,#F0C840);
height:38px;
width:2.375rem;
}
.kje-el_quote_author_4h2{
font-size:0.875rem;
font-weight:700;
color:#F5EDDA;
}
.kje-el_quote_meta_sub_4h2{
font-size:12px;
color:#A89070;
}
.kje-el_explain_4h2{
border:1px solid rgba(244,228,190,0.07);
overflow:hidden;
border-radius:0.875rem;
}
.kje-el_explain_card_4h2{
padding:22px 24px;
}
.kje-el_explain_card_4h2+.kje-el_explain_card_4h2{
border-top:1px solid rgba(244,228,190,0.07);
}
.kje-el_explain_h_4h2{
font-weight:600;
font-size:20px;
color:#F5EDDA;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
}
.kje-el_explain_p_4h2{
color:#7A6A57;
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
}
.kje-ft_4h2{
background:#0F0C08;
color:#A89070;
margin-top:40px;
}
.kje-ft_in_4h2{
gap:2rem;
grid-template-columns:1fr;
padding:3rem 0 28px;
display:grid;
}
@media(min-width:600px){
.kje-ft_in_4h2{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.kje-ft_in_4h2{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.kje-ft_brand_4h2{
min-width:0;
}
.kje-ft_logo_4h2{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDDA;
font-size:26px;
overflow-wrap:break-word;
font-weight:700;
}
.kje-ft_tagline_4h2{
max-width:280px;
font-size:0.844rem;
margin-top:0.875rem;
line-height:1.6;
color:#A89070;
}
.kje-ft_contact_4h2{
transition:color .2s ease;
margin-top:0.75rem;
overflow-wrap:anywhere;
font-size:13px;
color:#F0C040;
max-width:280px;
display:inline-block;
}
.kje-ft_contact_4h2:hover{
color:#F5EDDA;
}
.kje-ft_col_4h2{
min-width:0;
}
.kje-ft_col_h_4h2{
margin-bottom:0.875rem;
font-weight:700;
text-transform:uppercase;
letter-spacing:.08em;
overflow-wrap:break-word;
color:#F5EDDA;
font-size:0.813rem;
}
.kje-ft_col_links_4h2{
gap:10px;
display:flex;
flex-direction:column;
}
.kje-ft_link_4h2{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#A89070;
}
.kje-ft_link_4h2:hover{
color:#F5EDDA;
}
.kje-ft_bot_4h2{
padding:22px 0 40px;
gap:1rem;
flex-direction:column;
display:flex;
border-top:1px solid rgba(255,224,150,0.14);
}
@media(min-width:765px){
.kje-ft_bot_4h2{
gap:1.25rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.kje-ft_legal_4h2{
line-height:1.6;
max-width:760px;
overflow-wrap:break-word;
font-size:11.5px;
color:#504438;
}
.kje-ft_legal_4h2 b{
font-weight:700;
color:#A89070;
}
.kje-ft_age_4h2{
flex:0 0 auto;
padding:4px 9px;
border-radius:0.5rem;
border:1.5px solid #F0C040;
color:#F0C040;
font-weight:700;
font-size:0.813rem;
}