*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1612;
text-rendering:optimizeLegibility;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
color:#D9CDBA;
font-size:15px;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.kzc_layout_hjx{
min-height:100vh;
flex-direction:column;
display:flex;
}
.kzc_main_hjx{
flex:1 1 auto;
width:100%;
min-width:0;
}
.kzc_container_hjx{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:768px){
.kzc_container_hjx{
padding:0 2rem;
}
}
@media(min-width:1098px){
.kzc_container_hjx{
padding:0 56px;
}
}
.kzc_eyebrow_hjx{
display:inline-block;
letter-spacing:.2em;
text-transform:uppercase;
line-height:1.4;
font-size:0.688rem;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:600;
color:#B98A4A;
overflow-wrap:break-word;
}
.kzc_band_hjx{
background:#13110E;
color:#F2EAD8;
}
.kzc_band_hjx .kzc_eyebrow_hjx{
color:#D4A24C;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.kzc_tb_hjx{
background:#1C1814;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(244,235,218,0.13);
}
.kzc_tb_in_hjx{
margin:0 auto;
gap:1rem;
padding:12px 1rem;
display:flex;
justify-content:space-between;
max-width:1400px;
align-items:center;
width:100%;
}
@media(min-width:767px){
.kzc_tb_in_hjx{
padding:1rem 2rem;
}
}
@media(min-width:1097px){
.kzc_tb_in_hjx{
padding:18px 3.5rem;
}
}
.kzc_tb_left_hjx{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.kzc_tb_logo_hjx{
gap:0.688rem;
align-items:center;
min-width:0;
display:flex;
}
.kzc_tb_logo_mark_hjx{
border-radius:8px;
flex:0 0 auto;
height:2.125rem;
object-fit:cover;
width:2.125rem;
}
.kzc_tb_logo_txt_hjx{
min-width:0;
line-height:1;
flex-direction:column;
display:flex;
}
.kzc_tb_logo_name_hjx{
overflow:hidden;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
letter-spacing:.02em;
font-size:22px;
color:#F2EAD8;
text-overflow:ellipsis;
white-space:nowrap;
}
.kzc_tb_logo_sub_hjx{
overflow:hidden;
white-space:nowrap;
letter-spacing:.32em;
margin-top:0.25rem;
font-size:8.5px;
color:#B98A4A;
text-transform:uppercase;
text-overflow:ellipsis;
font-weight:600;
}
.kzc_tb_nav_hjx{
display:none;
}
@media(min-width:962px){
.kzc_tb_nav_hjx{
gap:28px;
align-items:center;
display:flex;
}
}
.kzc_tb_nav_item_hjx{
transition:color .22s ease,border-color .22s ease;
color:#D9CDBA;
padding-bottom:3px;
font-weight:600;
border-bottom:2px solid transparent;
white-space:nowrap;
font-size:0.875rem;
}
.kzc_tb_nav_item_hjx:hover{
color:#F2EAD8;
}
.kzc_tb_nav_item_hjx.kzc_state_active_hjx{
border-color:#B98A4A;
color:#F2EAD8;
}
.kzc_tb_right_hjx{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.kzc_tb_search_hjx{
transition:color .22s ease;
justify-content:center;
color:#D9CDBA;
display:flex;
align-items:center;
}
.kzc_tb_search_hjx:hover{
color:#B98A4A;
}
.kzc_tb_search_hjx svg{
height:1.125rem;
width:1.125rem;
}
.kzc_tb_lang_hjx{
text-transform:uppercase;
color:#A8997F;
font-weight:600;
letter-spacing:.1em;
font-size:0.688rem;
}
.kzc_tb_lang_hjx:hover{
color:#F2EAD8;
}
.kzc_tb_login_hjx{
color:#F2EAD8;
font-size:14px;
font-weight:600;
display:none;
}
@media(min-width:770px){
.kzc_tb_login_hjx{
display:inline-block;
}
}
.kzc_tb_register_hjx{
background:#C9923A;
border-radius:999px;
transition:background-color .22s ease;
padding:11px 1.375rem;
color:#17120C;
font-weight:700;
white-space:nowrap;
font-size:0.875rem;
}
.kzc_tb_register_hjx:hover{
background:#D9A348;
}
.kzc_mob_hjx{
background:#1C1814;
bottom:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(244,235,218,0.13);
left:0;
right:0;
z-index:60;
}
@media(min-width:961px){
.kzc_mob_hjx{
display:none;
}
}
.kzc_mob_in_hjx{
margin:0 auto;
max-width:560px;
align-items:stretch;
display:flex;
justify-content:space-around;
}
.kzc_mob_item_hjx{
flex:1 1 0;
padding:9px 4px;
transition:color .22s ease;
gap:3px;
color:#A8997F;
align-items:center;
display:flex;
min-width:0;
flex-direction:column;
}
.kzc_mob_item_hjx.kzc_state_active_hjx{
color:#B98A4A;
}
.kzc_mob_ic_hjx{
align-items:center;
display:flex;
justify-content:center;
}
.kzc_mob_ic_hjx svg{
height:20px;
width:1.25rem;
}
.kzc_mob_lb_hjx{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.625rem;
font-weight:600;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.kzc_rail_hjx{
min-width:0;
position:relative;
}
.kzc_rail_scroll_hjx{
gap:0.875rem;
scrollbar-width:thin;
overflow-x:auto;
padding-bottom:14px;
-webkit-overflow-scrolling:touch;
display:flex;
}
@media(min-width:771px){
.kzc_rail_scroll_hjx{
gap:18px;
}
}
.kzc_gc_hjx{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:766px){
.kzc_gc_hjx{
width:188px;
}
}
.kzc_gc_img_hjx{
overflow:hidden;
border-radius:14px;
background:#221E19;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 8px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.28);
}
.kzc_gc_img_hjx img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.kzc_gc_cover_hjx{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.kzc_gc_hover_hjx{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
opacity:0;
align-items:center;
justify-content:center;
display:flex;
position:absolute;
}
.kzc_gc_hjx:hover .kzc_gc_hover_hjx{
opacity:1;
}
.kzc_gc_hover_btn_hjx{
background:#C9923A;
border-radius:62.438rem;
display:flex;
justify-content:center;
align-items:center;
color:#17120C;
width:2.875rem;
height:2.875rem;
}
.kzc_gc_hover_btn_hjx svg{
height:1.125rem;
width:18px;
}
.kzc_gc_info_hjx{
gap:2px;
min-width:0;
display:flex;
margin-top:9px;
flex-direction:column;
}
.kzc_gc_name_hjx{
overflow:hidden;
font-size:13px;
color:#F2EAD8;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
}
.kzc_gc_prov_hjx{
overflow:hidden;
text-overflow:ellipsis;
font-size:0.688rem;
color:#A8997F;
white-space:nowrap;
}
.kzc_gc_meta_hjx{
color:#A8997F;
font-size:11px;
}
.kzc_tc_hjx{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:765px){
.kzc_tc_hjx{
width:230px;
}
}
.kzc_tc_img_hjx{
overflow:hidden;
border-radius:14px;
background:#221E19;
padding-bottom:75%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.28);
position:relative;
}
.kzc_tc_img_hjx img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.kzc_tc_info_hjx{
gap:2px;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
display:flex;
}
.kzc_tc_name_hjx{
overflow:hidden;
font-size:0.875rem;
text-overflow:ellipsis;
white-space:nowrap;
color:#F2EAD8;
font-weight:700;
}
.kzc_tc_rtp_hjx{
font-size:0.688rem;
color:#A8997F;
}
.kzc_lc_hjx{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:767px){
.kzc_lc_hjx{
width:16.75rem;
}
}
.kzc_lc_img_hjx{
overflow:hidden;
background:#221E19;
border-radius:14px;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 8px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.28);
}
.kzc_lc_img_hjx img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.kzc_lc_live_hjx{
background:rgba(0,0,0,0.52);
padding:4px 0.563rem;
border-radius:999px;
gap:7px;
display:flex;
top:12px;
left:12px;
position:absolute;
align-items:center;
}
.kzc_lc_live_dot_hjx{
border-radius:50%;
background:#B85C47;
animation:zm2-pulse 1.6s infinite;
width:0.5rem;
height:0.5rem;
}
.kzc_lc_seats_hjx{
letter-spacing:.08em;
font-size:10px;
text-transform:uppercase;
font-weight:600;
color:#F2EAD8;
}
.kzc_lc_info_hjx{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.kzc_lc_name_hjx{
overflow:hidden;
font-weight:700;
color:#F2EAD8;
white-space:nowrap;
text-overflow:ellipsis;
font-size:15px;
}
.kzc_lc_bet_hjx{
color:#A8997F;
font-size:0.688rem;
}
.kzc_pc_hjx{
gap:8px;
padding:1rem 14px;
border:1px solid rgba(244,235,218,0.07);
border-radius:14px;
background:#221E19;
display:flex;
align-items:center;
flex-direction:column;
justify-content:center;
min-width:0;
min-height:4.625rem;
}
.kzc_pc_logo_hjx{
flex:0 0 auto;
max-width:100%;
object-fit:contain;
width:auto;
height:28px;
}
.kzc_pc_name_hjx{
overflow:hidden;
color:#A8997F;
white-space:nowrap;
max-width:100%;
font-size:0.688rem;
text-overflow:ellipsis;
text-align:center;
}
.kzc_gc_tag_hjx{
border-radius:0.5rem;
padding:3px 0.5rem;
top:0.625rem;
font-weight:700;
letter-spacing:.06em;
position:absolute;
left:10px;
z-index:2;
display:inline-block;
text-transform:uppercase;
font-size:0.625rem;
}
.kzc_gc_tag_hot_hjx{
background:#B85C47;
color:#F2EAD8;
}
.kzc_gc_tag_new_hjx{
background:#D4A24C;
color:#1A1410;
}
.kzc_gc_tag_jp_hjx{
background:#C9923A;
color:#1A1410;
}
.kzc_gc_tag_live_hjx{
background:#B85C47;
color:#F2EAD8;
}
.kzc_sh_hjx{
margin-bottom:1.125rem;
min-width:0;
}
.kzc_sh_row_hjx{
gap:16px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.kzc_sh_row_hjx .kzc_sh_l_hjx{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.kzc_sh_stack_hjx{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.kzc_sh_center_hjx{
gap:10px;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.kzc_sh_h2_hjx{
color:#F2EAD8;
line-height:1.1;
overflow-wrap:break-word;
font-size:24px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:766px){
.kzc_sh_h2_hjx{
font-size:30px;
}
}
.kzc_band_hjx .kzc_sh_h2_hjx{
color:#F2EAD8;
}
.kzc_sh_eb_line_hjx{
gap:10px;
align-items:center;
display:inline-flex;
}
.kzc_sh_eb_line_hjx::before{
background:#B98A4A;
display:inline-block;
content:"";
width:28px;
height:1px;
}
.kzc_band_hjx .kzc_sh_eb_line_hjx::before{
background:#D4A24C;
}
.kzc_sh_eb_dot_hjx{
gap:8px;
align-items:center;
display:inline-flex;
}
.kzc_sh_eb_dot_hjx::before{
background:#B98A4A;
border-radius:50%;
height:6px;
content:"";
display:inline-block;
width:6px;
}
.kzc_band_hjx .kzc_sh_eb_dot_hjx::before{
background:#D4A24C;
}
.kzc_sh_link_hjx{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
align-items:center;
font-weight:600;
display:inline-flex;
color:#F2EAD8;
border-bottom:1px solid #F2EAD8;
font-size:13px;
padding-bottom:2px;
white-space:nowrap;
}
.kzc_sh_link_hjx:hover{
border-color:#B98A4A;
color:#B98A4A;
}
.kzc_sh_link_hjx svg{
width:0.875rem;
height:0.875rem;
}
.kzc_sh_link_chev_hjx{
padding-bottom:0;
border-bottom:0;
}
.kzc_sh_link_btn_hjx{
border-radius:62.438rem;
background:#C9923A;
padding:9px 1.125rem;
border-bottom:0;
color:#17120C;
}
.kzc_sh_link_btn_hjx:hover{
border-color:transparent;
background:#D9A348;
color:#17120C;
}
.kzc_band_hjx .kzc_sh_link_hjx{
border-color:#F2EAD8;
color:#F2EAD8;
}
.kzc_band_hjx .kzc_sh_link_btn_hjx{
background:#D4A24C;
color:#1A1410;
}
.kzc_sh_rule_hjx{
background:rgba(244,235,218,0.13);
margin:-2px 0 18px;
height:1px;
}
.kzc_band_hjx .kzc_sh_rule_hjx{
background:rgba(244,235,218,0.13);
}
.kzc_hero_hjx{
padding:32px 0 8px;
}
@media(min-width:768px){
.kzc_hero_hjx{
padding:3.5rem 0 1.5rem;
}
}
.kzc_hero_in_hjx{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:897px){
.kzc_hero_in_hjx{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.kzc_hero_copy_hjx{
min-width:0;
}
.kzc_hero_eyebrow_hjx{
gap:0.625rem;
margin-bottom:1.375rem;
align-items:center;
display:inline-flex;
}
.kzc_hero_eyebrow_line_hjx{
background:#B98A4A;
flex:0 0 auto;
display:inline-block;
width:1.75rem;
height:1px;
}
.kzc_hero_h1_hjx{
font-size:2.375rem;
font-weight:600;
letter-spacing:-.01em;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F2EAD8;
overflow-wrap:break-word;
margin-bottom:1.25rem;
line-height:1.04;
}
@media(min-width:770px){
.kzc_hero_h1_hjx{
font-size:54px;
}
}
@media(min-width:1102px){
.kzc_hero_h1_hjx{
font-size:62px;
}
}
.kzc_hero_h1_hjx em{
color:#B98A4A;
font-style:normal;
}
.kzc_hero_sub_hjx{
margin-bottom:1.875rem;
line-height:1.6;
max-width:480px;
font-size:1rem;
color:#8C7E68;
}
@media(min-width:770px){
.kzc_hero_sub_hjx{
font-size:18px;
}
}
.kzc_hero_actions_hjx{
gap:14px;
margin-bottom:2.125rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.kzc_hero_cta_hjx{
transition:background-color .22s ease;
background:#C9923A;
gap:0.625rem;
border-radius:999px;
padding:16px 30px;
align-items:center;
font-weight:700;
display:inline-flex;
color:#17120C;
font-size:0.938rem;
}
.kzc_hero_cta_hjx:hover{
background:#D9A348;
}
.kzc_hero_cta_ic_hjx{
align-items:center;
display:inline-flex;
}
.kzc_hero_cta_ic_hjx svg{
width:1rem;
height:16px;
}
.kzc_hero_cta_alt_hjx{
transition:border-color .22s ease,color .22s ease;
padding:15px 26px;
background:transparent;
border-radius:62.438rem;
border:1px solid rgba(244,235,218,0.13);
align-items:center;
color:#F2EAD8;
font-weight:600;
display:inline-flex;
font-size:15px;
}
.kzc_hero_cta_alt_hjx:hover{
border-color:#B98A4A;
color:#B98A4A;
}
.kzc_hero_trust_hjx{
gap:22px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.kzc_hero_trust_item_hjx{
gap:9px;
color:#D9CDBA;
align-items:center;
display:flex;
font-size:13px;
font-weight:600;
}
.kzc_hero_trust_ic_hjx{
display:inline-flex;
align-items:center;
color:#B98A4A;
}
.kzc_hero_trust_ic_hjx svg{
height:1rem;
width:1rem;
}
.kzc_hero_promo_hjx{
background:#221E19;
border-radius:20px;
overflow:hidden;
min-height:300px;
box-shadow:0 1rem 56px rgba(0,0,0,0.56), 0 4px 1rem rgba(185,138,74,0.14), 0 1px 3px rgba(0,0,0,0.36);
position:relative;
display:flex;
}
.kzc_hero_promo_bg_hjx{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.kzc_hero_promo_bg_hjx::after{
background:linear-gradient(120deg,#13110E 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.kzc_hero_promo_glow_hjx{
border-radius:50%;
background:radial-gradient(circle,rgba(185,138,74,0.18) 0%,transparent 65%);
height:16.25rem;
position:absolute;
width:16.25rem;
top:-2.5rem;
pointer-events:none;
right:-20px;
}
.kzc_hero_promo_ct_hjx{
padding:28px;
max-width:88%;
align-self:flex-end;
position:relative;
z-index:2;
}
.kzc_hero_promo_label_hjx{
display:block;
font-size:0.625rem;
margin-bottom:8px;
letter-spacing:.25em;
text-transform:uppercase;
color:#D4A24C;
font-weight:700;
}
.kzc_hero_promo_amount_hjx{
font-size:32px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
color:#F2EAD8;
overflow-wrap:break-word;
}
@media(min-width:771px){
.kzc_hero_promo_amount_hjx{
font-size:40px;
}
}
.kzc_hero_promo_amount_hjx em{
font-style:normal;
color:#D4A24C;
}
.kzc_hero_rating_hjx{
border:1px solid rgba(244,235,218,0.07);
padding:0.625rem 0.875rem;
border-radius:0.875rem;
background:#221E19;
gap:10px;
display:flex;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.28);
align-items:center;
z-index:3;
max-width:min(16.25rem,62%);
right:14px;
position:absolute;
top:14px;
}
.kzc_hero_rating_score_hjx{
flex:0 0 auto;
font-size:24px;
color:#F2EAD8;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.kzc_hero_rating_txt_hjx{
flex:1 1 auto;
min-width:0;
}
.kzc_hero_rating_stars_hjx{
gap:2px;
color:#B98A4A;
display:flex;
}
.kzc_hero_rating_stars_hjx svg{
height:0.75rem;
width:12px;
}
.kzc_hero_rating_cap_hjx{
line-height:1.35;
font-size:0.688rem;
display:block;
color:#A8997F;
margin-top:3px;
overflow-wrap:break-word;
}
.kzc_stat_hjx{
margin-top:16px;
border-top:1px solid rgba(244,235,218,0.13);
border-bottom:1px solid rgba(244,235,218,0.13);
}
.kzc_stat_in_hjx{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.kzc_stat_in_hjx{
grid-template-columns:repeat(4,1fr);
}
}
.kzc_stat_item_hjx{
padding:1.375rem 14px;
min-width:0;
border-bottom:1px solid rgba(244,235,218,0.07);
border-right:1px solid rgba(244,235,218,0.07);
}
.kzc_stat_item_hjx:nth-child(2n){
border-right:0;
}
.kzc_stat_item_hjx:nth-child(n+3){
border-bottom:0;
}
@media(min-width:766px){
.kzc_stat_item_hjx{
border-bottom:0;
}
.kzc_stat_item_hjx:nth-child(2n){
border-right:1px solid rgba(244,235,218,0.07);
}
.kzc_stat_item_hjx:nth-child(4n){
border-right:0;
}
}
.kzc_stat_value_hjx{
overflow-wrap:break-word;
color:#F2EAD8;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-weight:700;
font-size:1.875rem;
}
@media(min-width:769px){
.kzc_stat_value_hjx{
font-size:2.125rem;
}
}
.kzc_stat_label_hjx{
overflow-wrap:break-word;
margin-top:6px;
line-height:1.4;
color:#A8997F;
font-size:13px;
}
.kzc_grow_hjx{
padding:1.625rem 0 0.625rem;
}
.kzc_row_seo_hjx{
margin:10px 0 0;
max-width:47.5rem;
font-size:0.875rem;
color:#8C7E68;
overflow-wrap:break-word;
line-height:1.65;
}
.kzc_row_seo_hjx strong{
color:#F2EAD8;
font-weight:700;
}
.kzc_grow_hjx{
padding:1.625rem 0 0.625rem;
}
.kzc_row_seo_hjx{
margin:0.625rem 0 0;
color:#8C7E68;
line-height:1.65;
font-size:0.875rem;
max-width:760px;
overflow-wrap:break-word;
}
.kzc_row_seo_hjx strong{
color:#F2EAD8;
font-weight:700;
}
.kzc_grow_hjx{
padding:26px 0 0.625rem;
}
.kzc_row_seo_hjx{
margin:0.625rem 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
font-size:0.875rem;
line-height:1.65;
color:#8C7E68;
}
.kzc_row_seo_hjx strong{
color:#F2EAD8;
font-weight:700;
}
.kzc_jp_hjx{
padding:1.875rem 0 10px;
}
.kzc_jp_grid_hjx{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:768px){
.kzc_jp_grid_hjx{
grid-template-columns:1fr 1fr;
}
.kzc_jp_card_mega_hjx{
grid-column:1/-1;
}
}
@media(min-width:999px){
.kzc_jp_grid_hjx{
grid-template-columns:1.4fr 1fr 1fr;
}
.kzc_jp_card_mega_hjx{
grid-column:auto;
}
}
.kzc_jp_card_hjx{
border-radius:1.25rem;
background:#221E19;
overflow:hidden;
border:1px solid rgba(244,235,218,0.07);
padding:1.625rem;
gap:12px;
min-height:12.5rem;
position:relative;
justify-content:space-between;
flex-direction:column;
min-width:0;
display:flex;
}
.kzc_jp_card_mega_hjx{
background:linear-gradient(135deg,#1E1A14,#0E0C09);
border-color:transparent;
color:#F2EAD8;
min-height:13.125rem;
}
.kzc_jp_glow_hjx{
border-radius:50%;
background:radial-gradient(circle,rgba(185,138,74,0.18),transparent 70%);
right:-2.5rem;
top:-40px;
height:200px;
width:12.5rem;
position:absolute;
pointer-events:none;
}
.kzc_jp_label_hjx{
gap:10px;
justify-content:space-between;
color:#B98A4A;
font-size:0.625rem;
display:flex;
position:relative;
flex-wrap:wrap;
letter-spacing:.16em;
text-transform:uppercase;
font-weight:700;
align-items:center;
}
.kzc_jp_card_mega_hjx .kzc_jp_label_hjx{
color:#D4A24C;
}
.kzc_jp_drop_hjx{
text-transform:none;
font-weight:600;
letter-spacing:.04em;
color:#A8997F;
}
.kzc_jp_card_mega_hjx .kzc_jp_drop_hjx{
color:#A8997F;
}
.kzc_jp_amount_hjx{
line-height:1;
font-weight:700;
overflow-wrap:break-word;
position:relative;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:38px;
color:#F2EAD8;
}
.kzc_jp_card_mega_hjx .kzc_jp_amount_hjx{
animation:zm2-pulse 2.4s infinite;
color:#D4A24C;
font-size:48px;
}
@media(min-width:766px){
.kzc_jp_card_mega_hjx .kzc_jp_amount_hjx{
font-size:54px;
}
}
.kzc_jp_game_hjx{
font-size:0.813rem;
color:#A8997F;
position:relative;
}
.kzc_jp_card_mega_hjx .kzc_jp_game_hjx{
color:#A8997F;
}
.kzc_jp_cta_hjx{
align-self:flex-start;
position:relative;
}
.kzc_jp_card_mega_hjx .kzc_jp_cta_hjx{
border-radius:62.438rem;
transition:opacity .22s ease;
padding:0.625rem 20px;
background:#D4A24C;
color:#1A1410;
font-size:0.813rem;
font-weight:700;
}
.kzc_jp_card_mega_hjx .kzc_jp_cta_hjx:hover{
opacity:.9;
}
.kzc_jp_card_hjx:not(.kzc_jp_card_mega_hjx) .kzc_jp_cta_hjx{
transition:color .22s ease,border-color .22s ease;
color:#F2EAD8;
font-size:13px;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #F2EAD8;
}
.kzc_jp_card_hjx:not(.kzc_jp_card_mega_hjx) .kzc_jp_cta_hjx:hover{
border-color:#B98A4A;
color:#B98A4A;
}
.kzc_jp_seo_hjx{
margin:14px 0 0;
font-size:0.875rem;
color:#8C7E68;
overflow-wrap:break-word;
max-width:760px;
line-height:1.65;
}
.kzc_jp_seo_hjx strong{
color:#F2EAD8;
font-weight:700;
}
.kzc_pr_hjx{
padding:30px 0 0.375rem;
}
.kzc_pr_card_hjx{
padding:26px;
background:#221E19;
border-radius:1.25rem;
gap:0.625rem;
overflow:hidden;
flex:0 0 auto;
border:1px solid rgba(244,235,218,0.07);
flex-direction:column;
display:flex;
position:relative;
width:280px;
min-height:200px;
}
@media(min-width:769px){
.kzc_pr_card_hjx{
width:18.75rem;
}
}
.kzc_pr_card_feat_hjx{
border-color:transparent;
background:linear-gradient(150deg,#1E1A14,#0E0C09);
color:#F2EAD8;
}
.kzc_pr_glow_hjx{
border-radius:50%;
background:radial-gradient(circle,rgba(185,138,74,0.18),transparent 70%);
right:-1.875rem;
opacity:0;
position:absolute;
pointer-events:none;
width:130px;
height:130px;
top:-1.875rem;
}
.kzc_pr_card_feat_hjx .kzc_pr_glow_hjx{
opacity:1;
}
.kzc_pr_label_hjx{
position:relative;
letter-spacing:.16em;
color:#B98A4A;
text-transform:uppercase;
font-weight:700;
font-size:0.625rem;
}
.kzc_pr_card_feat_hjx .kzc_pr_label_hjx{
color:#D4A24C;
}
.kzc_pr_amount_hjx{
line-height:1.08;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
position:relative;
color:#F2EAD8;
overflow-wrap:break-word;
font-size:1.625rem;
}
.kzc_pr_card_feat_hjx .kzc_pr_amount_hjx{
color:#F2EAD8;
}
.kzc_pr_amount_hjx em{
font-style:normal;
color:#B98A4A;
}
.kzc_pr_card_feat_hjx .kzc_pr_amount_hjx em{
color:#D4A24C;
}
.kzc_pr_terms_hjx{
line-height:1.5;
position:relative;
color:#A8997F;
font-size:13px;
}
.kzc_pr_card_feat_hjx .kzc_pr_terms_hjx{
color:#A8997F;
}
.kzc_pr_cta_hjx{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.kzc_pr_card_feat_hjx .kzc_pr_cta_hjx{
border-radius:62.438rem;
padding:0.563rem 18px;
transition:opacity .22s ease;
background:#D4A24C;
color:#1A1410;
font-size:13px;
font-weight:700;
}
.kzc_pr_card_feat_hjx .kzc_pr_cta_hjx:hover{
opacity:.9;
}
.kzc_pr_card_hjx:not(.kzc_pr_card_feat_hjx) .kzc_pr_cta_hjx{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #F2EAD8;
color:#F2EAD8;
padding-bottom:2px;
font-size:0.813rem;
font-weight:700;
}
.kzc_pr_card_hjx:not(.kzc_pr_card_feat_hjx) .kzc_pr_cta_hjx:hover{
border-color:#B98A4A;
color:#B98A4A;
}
.kzc_grow_hjx{
padding:26px 0 0.625rem;
}
.kzc_row_seo_hjx{
margin:0.625rem 0 0;
color:#8C7E68;
max-width:760px;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
}
.kzc_row_seo_hjx strong{
color:#F2EAD8;
font-weight:700;
}
.kzc_app_hjx{
padding:1.875rem 0 10px;
}
.kzc_app_in_hjx{
border:1px solid rgba(244,235,218,0.07);
border-radius:1.25rem;
background:#221E19;
padding:2rem;
gap:28px;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.kzc_app_in_hjx{
gap:40px;
padding:2.5rem 44px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.kzc_app_copy_hjx{
min-width:0;
max-width:560px;
}
.kzc_app_eyebrow_hjx{
margin-bottom:12px;
}
.kzc_app_h2_hjx{
margin-bottom:12px;
font-size:28px;
line-height:1.05;
font-weight:600;
color:#F2EAD8;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.kzc_app_h2_hjx{
font-size:2.125rem;
}
}
.kzc_app_text_hjx{
line-height:1.6;
font-size:0.875rem;
color:#8C7E68;
margin-bottom:1.375rem;
}
.kzc_app_btns_hjx{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.kzc_app_btn_hjx{
background:#C9923A;
transition:background-color .22s ease;
gap:0.625rem;
border-radius:14px;
padding:11px 20px;
color:#17120C;
align-items:center;
display:inline-flex;
}
.kzc_app_btn_hjx:hover{
background:#D9A348;
}
.kzc_app_btn_ic_hjx{
display:inline-flex;
align-items:center;
}
.kzc_app_btn_ic_hjx svg{
width:18px;
height:18px;
}
.kzc_app_btn_lb_hjx{
font-size:0.844rem;
font-weight:700;
}
.kzc_app_qr_wrap_hjx{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.kzc_app_qr_hjx{
border-radius:14px;
flex:0 0 auto;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#221E19 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#221E19 0 5px,transparent 0.313rem 11px);
background-color:#C9923A;
height:108px;
}
.kzc_app_qr_cap_hjx{
max-width:5.75rem;
font-size:12.5px;
line-height:1.4;
color:#A8997F;
}
.kzc_vip_hjx{
padding:3rem 0;
}
@media(min-width:765px){
.kzc_vip_hjx{
padding:4rem 0;
}
}
.kzc_vip_head_hjx{
gap:0.875rem;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:878px){
.kzc_vip_head_hjx{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.kzc_vip_eyebrow_hjx{
margin-bottom:0.75rem;
}
.kzc_vip_h2_hjx{
line-height:1.05;
color:#F2EAD8;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.kzc_vip_h2_hjx{
font-size:2.5rem;
}
}
.kzc_vip_intro_hjx{
max-width:26.25rem;
font-size:14px;
color:#A8997F;
line-height:1.6;
}
.kzc_vip_grid_hjx{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.kzc_vip_card_hjx{
border-radius:0.875rem;
padding:22px 1.125rem;
border:1px solid rgba(244,235,218,0.13);
min-width:0;
}
.kzc_vip_card_feat_hjx{
border-color:#D4A24C;
background:rgba(244,235,218,0.07);
}
.kzc_vip_card_ic_hjx{
border-radius:8px;
background:linear-gradient(135deg,#B98A4A,#E2BA72);
margin-bottom:16px;
height:34px;
width:34px;
display:block;
}
.kzc_vip_name_hjx{
font-size:1.25rem;
margin-bottom:6px;
color:#F2EAD8;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
}
.kzc_vip_perk_hjx{
line-height:1.5;
font-size:12.5px;
color:#A8997F;
overflow-wrap:break-word;
}
.kzc_gm_hjx{
padding:30px 0 0.625rem;
}
.kzc_gm_in_hjx{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:881px){
.kzc_gm_in_hjx{
grid-template-columns:1.25fr 1fr;
}
}
.kzc_gm_left_hjx{
border:1px solid rgba(244,235,218,0.07);
padding:32px;
border-radius:1.25rem;
background:#221E19;
min-width:0;
}
.kzc_gm_eyebrow_hjx{
margin-bottom:10px;
}
.kzc_gm_h2_hjx{
font-weight:600;
line-height:1.06;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
color:#F2EAD8;
overflow-wrap:break-word;
font-size:1.625rem;
}
@media(min-width:769px){
.kzc_gm_h2_hjx{
font-size:28px;
}
}
.kzc_gm_text_hjx{
line-height:1.6;
font-size:0.875rem;
margin-bottom:22px;
color:#8C7E68;
max-width:480px;
}
.kzc_gm_level_hjx{
margin-bottom:8px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#B98A4A;
font-size:1.375rem;
font-weight:700;
}
.kzc_gm_bar_hjx{
border-radius:62.438rem;
background:rgba(244,235,218,0.13);
overflow:hidden;
margin-bottom:6px;
height:0.5rem;
}
.kzc_gm_bar_fill_hjx{
background:linear-gradient(90deg,#B98A4A,#E2BA72);
border-radius:999px;
height:100%;
}
.kzc_gm_bar_meta_hjx{
gap:0.625rem;
margin-bottom:18px;
font-size:11px;
color:#A8997F;
justify-content:space-between;
display:flex;
}
.kzc_gm_missions_hjx{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.kzc_gm_mission_hjx{
padding:0.563rem 15px;
background:#1A1612;
border:1px solid rgba(244,235,218,0.13);
border-radius:62.438rem;
gap:0.438rem;
font-size:12.5px;
color:#D9CDBA;
font-weight:600;
align-items:center;
display:inline-flex;
}
.kzc_gm_mission_ic_hjx{
align-items:center;
color:#B98A4A;
display:inline-flex;
}
.kzc_gm_mission_ic_hjx svg{
height:13px;
width:0.813rem;
}
.kzc_gm_right_hjx{
border-radius:1.25rem;
padding:2rem;
background:linear-gradient(150deg,#1E1A14,#0E0C09);
overflow:hidden;
flex-direction:column;
position:relative;
color:#F2EAD8;
display:flex;
}
.kzc_gm_glow_hjx{
background:radial-gradient(circle,rgba(185,138,74,0.18),transparent 70%);
border-radius:50%;
width:150px;
height:9.375rem;
position:absolute;
top:-1.875rem;
pointer-events:none;
right:-30px;
}
.kzc_gm_ref_eyebrow_hjx{
position:relative;
margin-bottom:10px;
}
.kzc_gm_ref_h2_hjx{
line-height:1.1;
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
position:relative;
font-size:1.625rem;
font-weight:600;
color:#F2EAD8;
}
.kzc_gm_ref_text_hjx{
margin-bottom:20px;
color:#A8997F;
line-height:1.55;
font-size:0.844rem;
position:relative;
}
.kzc_gm_ref_cta_hjx{
padding:11px 22px;
border-radius:999px;
background:#D4A24C;
transition:opacity .22s ease;
color:#1A1410;
font-weight:700;
align-self:flex-start;
margin-top:auto;
font-size:0.844rem;
position:relative;
}
.kzc_gm_ref_cta_hjx:hover{
opacity:.9;
}
.kzc_trn_hjx{
padding:1.875rem 0 10px;
}
.kzc_trn_in_hjx{
border-radius:20px;
background:#221E19;
grid-template-columns:1fr;
border:1px solid rgba(244,235,218,0.07);
overflow:hidden;
display:grid;
}
@media(min-width:882px){
.kzc_trn_in_hjx{
grid-template-columns:1.05fr 1fr;
}
}
.kzc_trn_banner_hjx{
background:linear-gradient(150deg,#1E1A14,#0E0C09);
padding:2.125rem;
overflow:hidden;
color:#F2EAD8;
position:relative;
}
.kzc_trn_glow_hjx{
border-radius:50%;
background:radial-gradient(circle,rgba(185,138,74,0.18),transparent 70%);
pointer-events:none;
height:12.5rem;
bottom:-2.5rem;
right:-2.5rem;
position:absolute;
width:12.5rem;
}
.kzc_trn_eyebrow_hjx{
position:relative;
margin-bottom:14px;
}
.kzc_trn_h2_hjx{
font-weight:600;
color:#F2EAD8;
position:relative;
line-height:1.06;
overflow-wrap:break-word;
font-size:30px;
margin-bottom:0.75rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.kzc_trn_h2_hjx{
font-size:36px;
}
}
.kzc_trn_text_hjx{
line-height:1.6;
position:relative;
color:#A8997F;
margin-bottom:22px;
font-size:0.875rem;
max-width:26.25rem;
}
.kzc_trn_timer_hjx{
gap:8px;
display:flex;
margin-bottom:1.5rem;
flex-wrap:wrap;
position:relative;
align-items:center;
}
.kzc_trn_timer_cap_hjx{
color:#A8997F;
font-size:0.688rem;
}
.kzc_trn_timer_box_hjx{
padding:0.25rem 0.75rem;
background:rgba(244,235,218,0.07);
border-radius:0.5rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:1.5rem;
color:#F2EAD8;
}
.kzc_trn_cta_hjx{
padding:0.813rem 1.625rem;
background:#D4A24C;
border-radius:999px;
transition:opacity .22s ease;
font-size:0.875rem;
color:#1A1410;
position:relative;
font-weight:700;
display:inline-block;
}
.kzc_trn_cta_hjx:hover{
opacity:.9;
}
.kzc_trn_lb_hjx{
padding:26px 28px;
}
.kzc_trn_lb_head_hjx{
gap:0.625rem;
display:flex;
align-items:center;
margin-bottom:0.75rem;
justify-content:space-between;
}
.kzc_trn_lb_title_hjx{
color:#F2EAD8;
font-weight:600;
font-size:1.25rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.kzc_trn_lb_upd_hjx{
text-transform:uppercase;
font-size:11px;
letter-spacing:.08em;
color:#A8997F;
}
.kzc_trn_lb_row_hjx{
padding:11px 12px;
gap:14px;
border-radius:0.5rem;
align-items:center;
display:flex;
}
.kzc_trn_lb_row_hjx:nth-child(2){
background:rgba(185,138,74,0.14);
}
.kzc_trn_lb_rank_hjx{
flex:0 0 auto;
font-weight:700;
color:#B98A4A;
font-size:1rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
width:1.375rem;
}
.kzc_trn_lb_av_hjx{
background:linear-gradient(135deg,#B98A4A,#E2BA72);
border-radius:50%;
flex:0 0 auto;
height:1.875rem;
width:30px;
}
.kzc_trn_lb_name_hjx{
flex:1 1 auto;
overflow:hidden;
min-width:0;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
font-size:14px;
color:#F2EAD8;
}
.kzc_trn_lb_amount_hjx{
flex:0 0 auto;
color:#F2EAD8;
font-size:0.813rem;
font-weight:700;
}
.kzc_ts_hjx{
padding:44px 0;
}
.kzc_ts_in_hjx{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:881px){
.kzc_ts_in_hjx{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.kzc_ts_left_hjx{
min-width:0;
}
.kzc_ts_h2_hjx{
margin-bottom:12px;
line-height:1.1;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:26px;
color:#F2EAD8;
}
@media(min-width:771px){
.kzc_ts_h2_hjx{
font-size:28px;
}
}
.kzc_ts_text_hjx{
max-width:520px;
color:#A8997F;
margin-bottom:1.375rem;
line-height:1.6;
font-size:0.906rem;
}
.kzc_ts_badges_hjx{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.kzc_ts_badge_hjx{
font-weight:600;
color:#A8997F;
font-size:0.813rem;
}
.kzc_ts_pay_hjx{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:878px){
.kzc_ts_pay_hjx{
justify-content:flex-end;
}
}
.kzc_ts_pay_chip_hjx{
padding:0.75rem 1rem;
border:1px solid rgba(244,235,218,0.13);
border-radius:14px;
background:rgba(244,235,218,0.07);
font-weight:700;
color:#F2EAD8;
font-size:0.875rem;
}
.kzc_tt_hjx{
padding:3rem 0 10px;
}
@media(min-width:768px){
.kzc_tt_hjx{
padding:3.75rem 0 0.625rem;
}
}
.kzc_tt_head_hjx{
margin-bottom:34px;
text-align:center;
}
.kzc_tt_eyebrow_hjx{
margin-bottom:0.75rem;
}
.kzc_tt_h2_hjx{
color:#F2EAD8;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
}
@media(min-width:766px){
.kzc_tt_h2_hjx{
font-size:42px;
}
}
.kzc_tt_grid_hjx{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:759px){
.kzc_tt_grid_hjx{
grid-template-columns:repeat(3,1fr);
}
}
.kzc_tt_card_hjx{
border:1px solid rgba(244,235,218,0.07);
padding:1.875rem;
border-radius:14px;
background:#221E19;
flex-direction:column;
min-width:0;
display:flex;
}
.kzc_tt_card_ic_hjx{
margin-bottom:1.125rem;
align-items:center;
color:#B98A4A;
display:inline-flex;
}
.kzc_tt_card_ic_hjx svg{
height:1.75rem;
width:28px;
}
.kzc_tt_card_h_hjx{
font-size:22px;
color:#F2EAD8;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-weight:600;
line-height:1.15;
}
.kzc_tt_card_p_hjx{
font-size:14px;
color:#8C7E68;
line-height:1.6;
overflow-wrap:break-word;
margin-bottom:14px;
}
.kzc_tt_card_p_hjx b{
color:#F2EAD8;
font-weight:700;
}
.kzc_tt_card_link_hjx{
transition:color .22s ease;
font-size:0.813rem;
padding-bottom:2px;
color:#F2EAD8;
font-weight:700;
align-self:flex-start;
border-bottom:1px solid #B98A4A;
margin-top:auto;
}
.kzc_tt_card_link_hjx:hover{
color:#B98A4A;
}
.kzc_hts_hjx{
padding:48px 0;
}
@media(min-width:770px){
.kzc_hts_hjx{
padding:62px 0;
}
}
.kzc_hts_head_hjx{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:34px;
}
@media(min-width:769px){
.kzc_hts_head_hjx{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.kzc_hts_eyebrow_hjx{
margin-bottom:0.75rem;
}
.kzc_hts_h2_hjx{
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F2EAD8;
font-weight:600;
font-size:30px;
overflow-wrap:break-word;
}
@media(min-width:769px){
.kzc_hts_h2_hjx{
font-size:2.375rem;
}
}
.kzc_hts_cta_hjx{
background:#D4A24C;
padding:15px 30px;
transition:opacity .22s ease;
border-radius:62.438rem;
flex:0 0 auto;
font-size:15px;
color:#1A1410;
font-weight:700;
}
.kzc_hts_cta_hjx:hover{
opacity:.9;
}
.kzc_hts_grid_hjx{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:761px){
.kzc_hts_grid_hjx{
grid-template-columns:repeat(3,1fr);
}
}
.kzc_hts_step_hjx{
border-top:1px solid rgba(244,235,218,0.13);
min-width:0;
padding-top:22px;
}
.kzc_hts_step_num_hjx{
margin-bottom:0.875rem;
color:#D4A24C;
line-height:1;
font-size:44px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.kzc_hts_step_h_hjx{
color:#F2EAD8;
line-height:1.2;
font-weight:700;
margin-bottom:8px;
font-size:1.188rem;
overflow-wrap:break-word;
}
.kzc_hts_step_p_hjx{
font-size:0.875rem;
line-height:1.55;
color:#A8997F;
overflow-wrap:break-word;
}
.kzc_rc_hjx{
padding:3rem 0 0.625rem;
}
.kzc_rc_in_hjx{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:758px){
.kzc_rc_in_hjx{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.kzc_rc_col_hjx{
min-width:0;
}
.kzc_rc_label_hjx{
margin-bottom:1rem;
letter-spacing:.2em;
color:#B98A4A;
text-transform:uppercase;
font-size:11px;
font-weight:600;
}
.kzc_rc_awards_hjx{
gap:12px;
display:flex;
flex-direction:column;
}
.kzc_rc_award_hjx{
gap:0.75rem;
display:flex;
min-width:0;
align-items:center;
}
.kzc_rc_award_ic_hjx{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#D4A24C;
}
.kzc_rc_award_ic_hjx svg{
height:18px;
width:18px;
}
.kzc_rc_award_t_hjx{
font-size:0.875rem;
overflow-wrap:break-word;
color:#F2EAD8;
font-weight:700;
}
.kzc_rc_award_s_hjx{
overflow-wrap:break-word;
font-size:12px;
color:#A8997F;
}
.kzc_rc_press_hjx{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.kzc_rc_press_logo_hjx{
border:1px solid rgba(244,235,218,0.07);
border-radius:8px;
padding:0 8px;
overflow:hidden;
text-overflow:ellipsis;
color:#8C7E68;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
text-align:center;
white-space:nowrap;
align-items:center;
font-weight:700;
justify-content:center;
height:3.25rem;
font-size:0.875rem;
display:flex;
}
.kzc_rc_partner_hjx{
border-radius:0.875rem;
padding:1.375rem;
background:#221E19;
border:1px solid rgba(244,235,218,0.07);
}
.kzc_rc_partner_name_hjx{
margin-bottom:0.375rem;
font-size:1.25rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#F2EAD8;
}
.kzc_rc_partner_text_hjx{
color:#8C7E68;
line-height:1.55;
font-size:0.813rem;
overflow-wrap:break-word;
}
.kzc_et_hjx{
padding:36px 0 0.625rem;
}
.kzc_et_in_hjx{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:881px){
.kzc_et_in_hjx{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.kzc_et_left_hjx{
min-width:0;
}
.kzc_et_eyebrow_hjx{
margin-bottom:0.75rem;
}
.kzc_et_h2_hjx{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:28px;
color:#F2EAD8;
line-height:1.06;
margin-bottom:0.875rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:766px){
.kzc_et_h2_hjx{
font-size:2rem;
}
}
.kzc_et_text_hjx{
line-height:1.65;
color:#8C7E68;
margin-bottom:1.375rem;
font-size:15px;
}
.kzc_et_stats_hjx{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.kzc_et_stat_hjx{
min-width:0;
}
.kzc_et_stat_v_hjx{
font-size:26px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#F2EAD8;
line-height:1;
}
.kzc_et_stat_l_hjx{
margin-top:0.25rem;
font-size:12.5px;
color:#A8997F;
}
.kzc_et_right_hjx{
gap:12px;
display:flex;
flex-direction:column;
}
.kzc_et_member_hjx{
padding:18px 20px;
border-radius:14px;
background:#221E19;
border:1px solid rgba(244,235,218,0.07);
gap:1rem;
display:flex;
align-items:center;
min-width:0;
}
.kzc_et_member_av_hjx{
border-radius:50%;
background:linear-gradient(135deg,#1E1A14,#B98A4A);
flex:0 0 auto;
width:48px;
height:3rem;
}
.kzc_et_member_name_hjx{
color:#F2EAD8;
font-weight:700;
font-size:0.938rem;
overflow-wrap:break-word;
}
.kzc_et_member_role_hjx{
font-size:0.781rem;
overflow-wrap:break-word;
color:#A8997F;
}
.kzc_et_updated_hjx{
border:1px solid rgba(244,235,218,0.07);
padding:0.875rem 1.125rem;
gap:0.5rem;
background:#1A1612;
border-radius:14px;
color:#8C7E68;
align-items:center;
display:flex;
font-size:0.781rem;
}
.kzc_prov_hjx{
padding:2.5rem 0 1.25rem;
}
.kzc_prov_eyebrow_hjx{
margin-bottom:18px;
display:block;
}
.kzc_prov_grid_hjx{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:562px){
.kzc_prov_grid_hjx{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.kzc_prov_grid_hjx{
grid-template-columns:repeat(6,1fr);
}
}
.kzc_rv_hjx{
padding:3rem 0;
background:#221E19;
border-top:1px solid rgba(244,235,218,0.07);
border-bottom:1px solid rgba(244,235,218,0.07);
margin-top:24px;
}
@media(min-width:765px){
.kzc_rv_hjx{
padding:3.5rem 0;
}
}
.kzc_rv_head_hjx{
gap:1rem;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.kzc_rv_head_hjx{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.kzc_rv_eyebrow_hjx{
margin-bottom:0.625rem;
}
.kzc_rv_h2_hjx{
overflow-wrap:break-word;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F2EAD8;
line-height:1.05;
font-size:30px;
}
@media(min-width:771px){
.kzc_rv_h2_hjx{
font-size:2.375rem;
}
}
.kzc_rv_agg_hjx{
gap:12px;
display:flex;
align-items:center;
}
.kzc_rv_agg_stars_hjx{
gap:3px;
color:#B98A4A;
display:flex;
}
.kzc_rv_agg_stars_hjx svg{
height:18px;
width:18px;
}
.kzc_rv_source_hjx{
color:#8C7E68;
font-size:0.813rem;
}
.kzc_rv_grid_hjx{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.kzc_rv_grid_hjx{
grid-template-columns:repeat(3,1fr);
}
}
.kzc_rv_card_hjx{
background:#1A1612;
border-radius:14px;
padding:26px;
border:1px solid rgba(244,235,218,0.07);
min-width:0;
}
.kzc_rv_card_stars_hjx{
gap:2px;
color:#B98A4A;
display:flex;
margin-bottom:0.75rem;
}
.kzc_rv_card_stars_hjx svg{
width:0.875rem;
height:0.875rem;
}
.kzc_rv_card_body_hjx{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:16px;
overflow-wrap:break-word;
color:#F2EAD8;
font-weight:500;
font-size:18px;
line-height:1.45;
}
.kzc_rv_card_meta_hjx{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.kzc_rv_card_av_hjx{
flex:0 0 auto;
background:linear-gradient(135deg,#B98A4A,#E2BA72);
border-radius:50%;
height:32px;
width:2rem;
}
.kzc_rv_card_author_hjx{
color:#F2EAD8;
font-weight:700;
font-size:0.813rem;
}
.kzc_rv_card_loc_hjx{
color:#A8997F;
font-size:12px;
}
.kzc_wy_hjx{
padding:48px 0;
}
@media(min-width:765px){
.kzc_wy_hjx{
padding:56px 0;
}
}
.kzc_wy_in_hjx{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:901px){
.kzc_wy_in_hjx{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.kzc_wy_left_hjx{
min-width:0;
}
.kzc_wy_eyebrow_hjx{
margin-bottom:14px;
}
.kzc_wy_h2_hjx{
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:16px;
line-height:1.05;
color:#F2EAD8;
font-size:32px;
}
@media(min-width:766px){
.kzc_wy_h2_hjx{
font-size:2.5rem;
}
}
.kzc_wy_intro_hjx{
color:#8C7E68;
font-size:15px;
line-height:1.6;
}
.kzc_wy_grid_hjx{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.kzc_wy_grid_hjx{
grid-template-columns:1fr 1fr;
}
}
.kzc_wy_card_hjx{
border-radius:0.875rem;
border:1px solid rgba(244,235,218,0.07);
padding:26px;
background:#221E19;
min-width:0;
}
.kzc_wy_card_ic_hjx{
justify-content:center;
color:#B98A4A;
display:inline-flex;
margin-bottom:16px;
align-items:center;
}
.kzc_wy_card_ic_hjx svg{
width:1.625rem;
height:1.625rem;
}
.kzc_wy_card_h_hjx{
overflow-wrap:break-word;
margin-bottom:0.5rem;
line-height:1.15;
font-weight:600;
color:#F2EAD8;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:21px;
}
.kzc_wy_card_p_hjx{
font-size:0.875rem;
color:#8C7E68;
overflow-wrap:break-word;
line-height:1.55;
}
.kzc_op_hjx{
padding:36px 0 10px;
}
.kzc_op_in_hjx{
gap:2rem;
border:1px solid rgba(244,235,218,0.07);
background:#221E19;
border-radius:0.875rem;
grid-template-columns:1fr;
padding:2rem;
align-items:center;
display:grid;
}
@media(min-width:862px){
.kzc_op_in_hjx{
padding:2.125rem 2.5rem;
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
}
}
.kzc_op_left_hjx{
min-width:0;
}
.kzc_op_eyebrow_hjx{
margin-bottom:12px;
}
.kzc_op_h2_hjx{
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
color:#F2EAD8;
font-weight:600;
margin-bottom:10px;
font-size:1.75rem;
}
@media(min-width:769px){
.kzc_op_h2_hjx{
font-size:1.875rem;
}
}
.kzc_op_text_hjx{
font-size:0.875rem;
line-height:1.6;
color:#8C7E68;
}
.kzc_op_grid_hjx{
gap:1px;
grid-template-columns:1fr 1fr;
background:rgba(244,235,218,0.13);
border:1px solid rgba(244,235,218,0.13);
overflow:hidden;
border-radius:8px;
display:grid;
}
.kzc_op_field_hjx{
padding:18px 1.25rem;
background:#1A1612;
min-width:0;
}
.kzc_op_field_lb_hjx{
margin-bottom:0.313rem;
color:#B98A4A;
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
font-size:10px;
}
.kzc_op_field_val_hjx{
font-size:14px;
color:#F2EAD8;
overflow-wrap:break-word;
font-weight:700;
}
.kzc_lh_hjx{
padding:2.5rem 0 1.25rem;
}
.kzc_lh_in_hjx{
border-top:1px solid rgba(244,235,218,0.13);
padding-top:34px;
}
.kzc_lh_eyebrow_hjx{
margin-bottom:1.375rem;
display:block;
}
.kzc_lh_grid_hjx{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.kzc_lh_grid_hjx{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.kzc_lh_grid_hjx{
grid-template-columns:repeat(5,1fr);
}
}
.kzc_lh_col_hjx{
min-width:0;
}
.kzc_lh_col_h_hjx{
color:#F2EAD8;
font-weight:700;
font-size:0.813rem;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
.kzc_lh_links_hjx{
gap:8px;
flex-direction:column;
display:flex;
}
.kzc_lh_link_hjx{
transition:color .22s ease;
font-size:13px;
color:#8C7E68;
overflow-wrap:break-word;
}
.kzc_lh_link_hjx:hover{
color:#B98A4A;
}
.kzc_sc_hjx{
padding:48px 0 0.625rem;
}
.kzc_sc_head_hjx{
margin-bottom:1.75rem;
text-align:center;
}
.kzc_sc_eyebrow_hjx{
margin-bottom:0.75rem;
}
.kzc_sc_h2_hjx{
line-height:1.05;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:30px;
color:#F2EAD8;
}
@media(min-width:771px){
.kzc_sc_h2_hjx{
font-size:36px;
}
}
.kzc_sc_table_hjx{
margin:0 auto;
border:1px solid rgba(244,235,218,0.07);
overflow:hidden;
border-radius:14px;
max-width:900px;
}
.kzc_sc_thead_hjx{
grid-template-columns:1.6fr 1fr 1fr;
background:#110F0C;
display:grid;
}
.kzc_sc_th_hjx{
padding:15px 18px;
text-align:center;
overflow-wrap:break-word;
color:#A8997F;
font-size:13px;
font-weight:700;
}
.kzc_sc_th_hjx:first-child{
text-align:left;
}
.kzc_sc_th_us_hjx{
color:#D4A24C;
}
.kzc_sc_row_hjx{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(244,235,218,0.07);
}
.kzc_sc_row_hjx:nth-child(even){
background:#221E19;
}
.kzc_sc_td_hjx{
padding:0.938rem 1.125rem;
overflow-wrap:break-word;
min-width:0;
color:#A8997F;
font-size:14px;
text-align:center;
}
.kzc_sc_td_hjx:first-child{
color:#D9CDBA;
text-align:left;
font-weight:600;
}
.kzc_sc_td_us_hjx{
font-weight:700;
color:#6B9E72;
}
.kzc_el_hjx{
padding:3rem 0;
}
@media(min-width:767px){
.kzc_el_hjx{
padding:56px 0;
}
}
.kzc_el_in_hjx{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:898px){
.kzc_el_in_hjx{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.kzc_el_left_hjx{
min-width:0;
}
.kzc_el_eyebrow_hjx{
margin-bottom:14px;
}
.kzc_el_h2_hjx{
font-weight:600;
font-size:32px;
color:#F2EAD8;
margin-bottom:22px;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
}
@media(min-width:765px){
.kzc_el_h2_hjx{
font-size:38px;
}
}
.kzc_el_body_hjx p{
color:#D9CDBA;
line-height:1.7;
font-size:1rem;
margin-bottom:18px;
overflow-wrap:break-word;
}
.kzc_el_dropcap_hjx{
padding:6px 0.75rem 0 0;
color:#B98A4A;
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
float:left;
line-height:.8;
font-size:62px;
}
.kzc_el_right_hjx{
min-width:0;
}
.kzc_el_quote_hjx{
background:linear-gradient(150deg,#1E1A14,#0E0C09);
padding:2.25rem;
border-radius:20px;
position:relative;
color:#F2EAD8;
margin-bottom:1.5rem;
}
.kzc_el_quote_mark_hjx{
display:inline-flex;
margin-bottom:0.375rem;
align-items:center;
color:#D4A24C;
}
.kzc_el_quote_mark_hjx svg{
width:34px;
height:34px;
}
.kzc_el_quote_text_hjx{
font-weight:500;
color:#F2EAD8;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:22px;
line-height:1.4;
font-size:22px;
}
.kzc_el_quote_meta_hjx{
gap:12px;
display:flex;
align-items:center;
}
.kzc_el_quote_av_hjx{
background:linear-gradient(135deg,#B98A4A,#E2BA72);
flex:0 0 auto;
border-radius:50%;
width:2.375rem;
height:2.375rem;
}
.kzc_el_quote_author_hjx{
color:#F2EAD8;
font-size:0.875rem;
font-weight:700;
}
.kzc_el_quote_meta_sub_hjx{
color:#A8997F;
font-size:0.75rem;
}
.kzc_el_explain_hjx{
border:1px solid rgba(244,235,218,0.07);
border-radius:14px;
overflow:hidden;
}
.kzc_el_explain_card_hjx{
padding:1.375rem 1.5rem;
}
.kzc_el_explain_card_hjx+.kzc_el_explain_card_hjx{
border-top:1px solid rgba(244,235,218,0.07);
}
.kzc_el_explain_h_hjx{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.15;
color:#F2EAD8;
font-weight:600;
font-size:1.25rem;
margin-bottom:0.5rem;
}
.kzc_el_explain_p_hjx{
color:#8C7E68;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.kzc_sg_hjx{
padding:3rem 0 10px;
}
.kzc_sg_eyebrow_hjx{
margin-bottom:12px;
display:block;
}
.kzc_sg_h2_hjx{
font-weight:600;
color:#F2EAD8;
overflow-wrap:break-word;
margin-bottom:28px;
line-height:1.05;
font-size:1.875rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.kzc_sg_h2_hjx{
font-size:36px;
}
}
.kzc_sg_grid_hjx{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:721px){
.kzc_sg_grid_hjx{
grid-template-columns:repeat(3,1fr);
}
}
.kzc_sg_col_hjx{
min-width:0;
}
.kzc_sg_col_h_hjx{
color:#F2EAD8;
line-height:1.15;
margin-bottom:10px;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.375rem;
}
.kzc_sg_col_p_hjx{
overflow-wrap:break-word;
color:#8C7E68;
font-size:14px;
line-height:1.65;
}
.kzc_sb_hjx{
padding:48px 0;
background:#221E19;
border-bottom:1px solid rgba(244,235,218,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(244,235,218,0.07);
}
@media(min-width:771px){
.kzc_sb_hjx{
padding:3.5rem 0;
}
}
.kzc_sb_eyebrow_hjx{
display:block;
margin-bottom:12px;
}
.kzc_sb_h2_hjx{
margin-bottom:1.625rem;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:30px;
color:#F2EAD8;
line-height:1.05;
}
@media(min-width:765px){
.kzc_sb_h2_hjx{
font-size:36px;
}
}
.kzc_sb_grid_hjx{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.kzc_sb_grid_hjx{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.kzc_sb_grid_hjx{
grid-template-columns:repeat(4,1fr);
}
}
.kzc_sb_card_hjx{
border:1px solid rgba(244,235,218,0.07);
background:#1A1612;
padding:24px;
border-radius:14px;
min-width:0;
}
.kzc_sb_card_h_hjx{
margin-bottom:0.5rem;
overflow-wrap:break-word;
line-height:1.15;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:19px;
color:#F2EAD8;
font-weight:600;
}
.kzc_sb_card_p_hjx{
font-size:0.844rem;
line-height:1.6;
overflow-wrap:break-word;
color:#8C7E68;
}
.kzc_sb_rtp_hjx{
padding:26px 28px;
border-radius:14px;
grid-template-columns:1fr;
gap:24px;
border:1px solid rgba(244,235,218,0.07);
background:#1A1612;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:759px){
.kzc_sb_rtp_hjx{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.kzc_sb_rtp_h_hjx{
font-size:1.25rem;
line-height:1.15;
margin-bottom:0.5rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F2EAD8;
font-weight:600;
overflow-wrap:break-word;
}
.kzc_sb_rtp_p_hjx{
line-height:1.6;
font-size:0.844rem;
color:#8C7E68;
overflow-wrap:break-word;
}
.kzc_sb_rtp_stats_hjx{
gap:1rem;
display:flex;
}
.kzc_sb_stat_hjx{
border-radius:8px;
flex:1 1 0;
background:#221E19;
padding:18px;
min-width:0;
text-align:center;
}
.kzc_sb_stat_v_hjx{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:700;
color:#6B9E72;
}
.kzc_sb_stat_l_hjx{
margin-top:4px;
font-size:0.719rem;
color:#A8997F;
}
.kzc_faq_hjx{
padding:3rem 0;
background:#221E19;
border-bottom:1px solid rgba(244,235,218,0.07);
border-top:1px solid rgba(244,235,218,0.07);
margin-top:24px;
}
@media(min-width:767px){
.kzc_faq_hjx{
padding:62px 0;
}
}
.kzc_faq_head_hjx{
text-align:center;
margin-bottom:2.125rem;
}
.kzc_faq_eyebrow_hjx{
margin-bottom:0.75rem;
}
.kzc_faq_h2_hjx{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:32px;
color:#F2EAD8;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:769px){
.kzc_faq_h2_hjx{
font-size:38px;
}
}
.kzc_faq_list_hjx{
margin:0 auto;
gap:0.75rem;
max-width:820px;
display:flex;
flex-direction:column;
}
.kzc_faq_item_hjx{
background:#1A1612;
border:1px solid rgba(244,235,218,0.07);
border-radius:14px;
overflow:hidden;
}
.kzc_faq_q_hjx{
padding:1.25rem 1.5rem;
list-style:none;
gap:20px;
overflow-wrap:break-word;
cursor:pointer;
align-items:center;
font-weight:700;
display:flex;
font-size:16px;
color:#F2EAD8;
justify-content:space-between;
}
.kzc_faq_q_hjx::-webkit-details-marker{
display:none;
}
.kzc_faq_q_ic_hjx{
transition:transform .22s ease;
flex:0 0 auto;
display:inline-flex;
color:#B98A4A;
align-items:center;
}
.kzc_faq_q_ic_hjx svg{
height:1.125rem;
width:18px;
}
.kzc_faq_item_hjx[open] .kzc_faq_q_ic_hjx{
transform:rotate(180deg);
}
.kzc_faq_a_hjx{
padding:0 24px 1.25rem;
overflow-wrap:break-word;
color:#8C7E68;
font-size:0.906rem;
line-height:1.6;
}
.kzc_ft_hjx{
background:#110F0C;
color:#A8997F;
margin-top:2.5rem;
}
.kzc_ft_in_hjx{
gap:2rem;
padding:48px 0 1.75rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.kzc_ft_in_hjx{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.kzc_ft_in_hjx{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.kzc_ft_brand_hjx{
min-width:0;
}
.kzc_ft_logo_hjx{
overflow-wrap:break-word;
font-size:26px;
color:#F2EAD8;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.kzc_ft_tagline_hjx{
line-height:1.6;
margin-top:0.875rem;
max-width:17.5rem;
color:#A8997F;
font-size:13.5px;
}
.kzc_ft_contact_hjx{
transition:color .22s ease;
color:#D4A24C;
max-width:17.5rem;
font-size:13px;
overflow-wrap:anywhere;
margin-top:0.75rem;
display:inline-block;
}
.kzc_ft_contact_hjx:hover{
color:#F2EAD8;
}
.kzc_ft_col_hjx{
min-width:0;
}
.kzc_ft_col_h_hjx{
font-size:13px;
letter-spacing:.08em;
font-weight:700;
text-transform:uppercase;
margin-bottom:0.875rem;
overflow-wrap:break-word;
color:#F2EAD8;
}
.kzc_ft_col_links_hjx{
gap:10px;
display:flex;
flex-direction:column;
}
.kzc_ft_link_hjx{
transition:color .22s ease;
color:#A8997F;
font-size:0.844rem;
overflow-wrap:break-word;
}
.kzc_ft_link_hjx:hover{
color:#F2EAD8;
}
.kzc_ft_bot_hjx{
gap:1rem;
padding:1.375rem 0 2.5rem;
flex-direction:column;
border-top:1px solid rgba(244,235,218,0.13);
display:flex;
}
@media(min-width:770px){
.kzc_ft_bot_hjx{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.kzc_ft_legal_hjx{
color:#5E5344;
max-width:760px;
font-size:0.719rem;
line-height:1.6;
overflow-wrap:break-word;
}
.kzc_ft_legal_hjx b{
font-weight:700;
color:#A8997F;
}
.kzc_ft_age_hjx{
flex:0 0 auto;
border-radius:8px;
border:1.5px solid #D4A24C;
padding:4px 0.563rem;
color:#D4A24C;
font-weight:700;
font-size:13px;
}