*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F0E8;
line-height:1.6;
color:#3A3222;
font-family:"PT Sans", 'Helvetica Neue', Arial, sans-serif;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
font-size:15px;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.kqu-layout_ruz{
flex-direction:column;
display:flex;
min-height:100vh;
}
.kqu-main_ruz{
flex:1 1 auto;
width:100%;
min-width:0;
}
.kqu-container_ruz{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:770px){
.kqu-container_ruz{
padding:0 32px;
}
}
@media(min-width:1101px){
.kqu-container_ruz{
padding:0 56px;
}
}
.kqu-eyebrow_ruz{
font-size:11px;
overflow-wrap:break-word;
line-height:1.4;
letter-spacing:.2em;
font-weight:600;
font-family:"PT Sans", 'Helvetica Neue', Arial, sans-serif;
display:inline-block;
text-transform:uppercase;
color:#A3703A;
}
.kqu-band_ruz{
background:#1E1A12;
color:#F5EED8;
}
.kqu-band_ruz .kqu-eyebrow_ruz{
color:#D4A45A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.kqu-tb_ruz{
background:#F5F0E8;
top:0;
z-index:50;
position:sticky;
border-bottom:1px solid rgba(28,24,16,0.14);
}
.kqu-tb_in_ruz{
padding:0.75rem 1rem;
margin:0 auto;
gap:16px;
justify-content:space-between;
display:flex;
width:100%;
align-items:center;
max-width:87.5rem;
}
@media(min-width:766px){
.kqu-tb_in_ruz{
padding:16px 32px;
}
}
@media(min-width:1101px){
.kqu-tb_in_ruz{
padding:18px 3.5rem;
}
}
.kqu-tb_left_ruz{
gap:1.75rem;
align-items:center;
min-width:0;
display:flex;
}
.kqu-tb_logo_ruz{
gap:0.688rem;
min-width:0;
align-items:center;
display:flex;
}
.kqu-tb_logo_mark_ruz{
border-radius:0.5rem;
flex:0 0 auto;
height:34px;
object-fit:cover;
width:2.125rem;
}
.kqu-tb_logo_txt_ruz{
display:flex;
flex-direction:column;
line-height:1;
min-width:0;
}
.kqu-tb_logo_name_ruz{
overflow:hidden;
font-weight:700;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
text-overflow:ellipsis;
white-space:nowrap;
color:#1C1810;
font-size:1.375rem;
}
.kqu-tb_logo_sub_ruz{
overflow:hidden;
color:#A3703A;
font-size:0.531rem;
text-transform:uppercase;
letter-spacing:.32em;
font-weight:600;
margin-top:0.25rem;
text-overflow:ellipsis;
white-space:nowrap;
}
.kqu-tb_nav_ruz{
display:none;
}
@media(min-width:957px){
.kqu-tb_nav_ruz{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.kqu-tb_nav_item_ruz{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
font-size:14px;
white-space:nowrap;
color:#3A3222;
padding-bottom:3px;
border-bottom:2px solid transparent;
}
.kqu-tb_nav_item_ruz:hover{
color:#1C1810;
}
.kqu-tb_nav_item_ruz.kqu-state_active_ruz{
border-color:#A3703A;
color:#1C1810;
}
.kqu-tb_right_ruz{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.kqu-tb_search_ruz{
transition:color .22s ease;
justify-content:center;
color:#3A3222;
display:flex;
align-items:center;
}
.kqu-tb_search_ruz:hover{
color:#A3703A;
}
.kqu-tb_search_ruz svg{
height:18px;
width:1.125rem;
}
.kqu-tb_lang_ruz{
color:#6B5E46;
font-size:11px;
letter-spacing:.1em;
text-transform:uppercase;
font-weight:600;
}
.kqu-tb_lang_ruz:hover{
color:#1C1810;
}
.kqu-tb_login_ruz{
display:none;
font-weight:600;
color:#1C1810;
font-size:14px;
}
@media(min-width:766px){
.kqu-tb_login_ruz{
display:inline-block;
}
}
.kqu-tb_register_ruz{
background:#1C1810;
border-radius:999px;
transition:background-color .22s ease;
padding:11px 22px;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
color:#F5EED8;
}
.kqu-tb_register_ruz:hover{
background:#332D1E;
}
.kqu-mob_ruz{
background:#F5F0E8;
right:0;
border-top:1px solid rgba(28,24,16,0.14);
padding-bottom:env(safe-area-inset-bottom);
bottom:0;
left:0;
z-index:60;
position:fixed;
}
@media(min-width:961px){
.kqu-mob_ruz{
display:none;
}
}
.kqu-mob_in_ruz{
margin:0 auto;
max-width:35rem;
display:flex;
align-items:stretch;
justify-content:space-around;
}
.kqu-mob_item_ruz{
padding:9px 0.25rem;
transition:color .22s ease;
flex:1 1 0;
gap:3px;
flex-direction:column;
align-items:center;
display:flex;
color:#6B5E46;
min-width:0;
}
.kqu-mob_item_ruz.kqu-state_active_ruz{
color:#A3703A;
}
.kqu-mob_ic_ruz{
justify-content:center;
display:flex;
align-items:center;
}
.kqu-mob_ic_ruz svg{
height:20px;
width:20px;
}
.kqu-mob_lb_ruz{
overflow:hidden;
font-size:10px;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:600;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.kqu-rail_ruz{
min-width:0;
position:relative;
}
.kqu-rail_scroll_ruz{
gap:0.875rem;
overflow-x:auto;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
display:flex;
}
@media(min-width:769px){
.kqu-rail_scroll_ruz{
gap:1.125rem;
}
}
.kqu-gc_ruz{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:769px){
.kqu-gc_ruz{
width:11.75rem;
}
}
.kqu-gc_img_ruz{
overflow:hidden;
background:#FBF8F2;
border-radius:0.875rem;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(28,24,16,0.07), 0 0.375rem 18px rgba(28,24,16,0.06);
position:relative;
}
.kqu-gc_img_ruz img{
inset:0;
position:absolute;
height:100%;
width:100%;
object-fit:cover;
}
.kqu-gc_cover_ruz{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.kqu-gc_hover_ruz{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
align-items:center;
opacity:0;
display:flex;
justify-content:center;
position:absolute;
}
.kqu-gc_ruz:hover .kqu-gc_hover_ruz{
opacity:1;
}
.kqu-gc_hover_btn_ruz{
border-radius:999px;
background:#1C1810;
align-items:center;
display:flex;
width:46px;
color:#F5EED8;
height:46px;
justify-content:center;
}
.kqu-gc_hover_btn_ruz svg{
width:18px;
height:18px;
}
.kqu-gc_info_ruz{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:9px;
display:flex;
}
.kqu-gc_name_ruz{
overflow:hidden;
font-weight:700;
color:#1C1810;
white-space:nowrap;
font-size:13px;
text-overflow:ellipsis;
}
.kqu-gc_prov_ruz{
overflow:hidden;
font-size:0.688rem;
color:#6B5E46;
white-space:nowrap;
text-overflow:ellipsis;
}
.kqu-gc_meta_ruz{
color:#6B5E46;
font-size:11px;
}
.kqu-tc_ruz{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.kqu-tc_ruz{
width:14.375rem;
}
}
.kqu-tc_img_ruz{
border-radius:14px;
overflow:hidden;
background:#FBF8F2;
position:relative;
box-shadow:0 2px 6px rgba(28,24,16,0.07), 0 6px 1.125rem rgba(28,24,16,0.06);
padding-bottom:75%;
}
.kqu-tc_img_ruz img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.kqu-tc_info_ruz{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:0.563rem;
}
.kqu-tc_name_ruz{
overflow:hidden;
text-overflow:ellipsis;
font-size:0.875rem;
font-weight:700;
color:#1C1810;
white-space:nowrap;
}
.kqu-tc_rtp_ruz{
font-size:11px;
color:#6B5E46;
}
.kqu-lc_ruz{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:769px){
.kqu-lc_ruz{
width:16.75rem;
}
}
.kqu-lc_img_ruz{
border-radius:0.875rem;
overflow:hidden;
background:#FBF8F2;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(28,24,16,0.07), 0 6px 1.125rem rgba(28,24,16,0.06);
}
.kqu-lc_img_ruz img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.kqu-lc_live_ruz{
border-radius:999px;
gap:7px;
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.52);
align-items:center;
position:absolute;
top:12px;
left:0.75rem;
display:flex;
}
.kqu-lc_live_dot_ruz{
background:#B84040;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:8px;
height:0.5rem;
}
.kqu-lc_seats_ruz{
font-size:10px;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:600;
color:#F5EED8;
}
.kqu-lc_info_ruz{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.kqu-lc_name_ruz{
overflow:hidden;
color:#1C1810;
font-weight:700;
text-overflow:ellipsis;
font-size:0.938rem;
white-space:nowrap;
}
.kqu-lc_bet_ruz{
font-size:0.688rem;
color:#6B5E46;
}
.kqu-pc_ruz{
padding:16px 14px;
gap:8px;
background:#FBF8F2;
border:1px solid rgba(28,24,16,0.08);
border-radius:14px;
flex-direction:column;
display:flex;
min-height:4.625rem;
justify-content:center;
min-width:0;
align-items:center;
}
.kqu-pc_logo_ruz{
flex:0 0 auto;
object-fit:contain;
height:1.75rem;
max-width:100%;
width:auto;
}
.kqu-pc_name_ruz{
overflow:hidden;
color:#6B5E46;
max-width:100%;
white-space:nowrap;
text-align:center;
text-overflow:ellipsis;
font-size:0.688rem;
}
.kqu-gc_tag_ruz{
border-radius:8px;
padding:3px 8px;
font-size:10px;
top:0.625rem;
text-transform:uppercase;
z-index:2;
display:inline-block;
position:absolute;
left:10px;
letter-spacing:.06em;
font-weight:700;
}
.kqu-gc_tag_hot_ruz{
background:#B84040;
color:#F5EED8;
}
.kqu-gc_tag_new_ruz{
background:#C8883E;
color:#1C1810;
}
.kqu-gc_tag_jp_ruz{
background:#C8883E;
color:#1C1810;
}
.kqu-gc_tag_live_ruz{
background:#B84040;
color:#F5EED8;
}
.kqu-sh_ruz{
min-width:0;
margin-bottom:1.125rem;
}
.kqu-sh_row_ruz{
gap:16px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.kqu-sh_row_ruz .kqu-sh_l_ruz{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.kqu-sh_stack_ruz{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.kqu-sh_center_ruz{
gap:10px;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.kqu-sh_h2_ruz{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#1C1810;
font-weight:600;
font-size:1.5rem;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:769px){
.kqu-sh_h2_ruz{
font-size:1.875rem;
}
}
.kqu-band_ruz .kqu-sh_h2_ruz{
color:#F5EED8;
}
.kqu-sh_eb_line_ruz{
gap:10px;
align-items:center;
display:inline-flex;
}
.kqu-sh_eb_line_ruz::before{
background:#A3703A;
width:28px;
height:1px;
display:inline-block;
content:"";
}
.kqu-band_ruz .kqu-sh_eb_line_ruz::before{
background:#D4A45A;
}
.kqu-sh_eb_dot_ruz{
gap:8px;
align-items:center;
display:inline-flex;
}
.kqu-sh_eb_dot_ruz::before{
border-radius:50%;
background:#A3703A;
height:0.375rem;
content:"";
display:inline-block;
width:6px;
}
.kqu-band_ruz .kqu-sh_eb_dot_ruz::before{
background:#D4A45A;
}
.kqu-sh_link_ruz{
gap:6px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
display:inline-flex;
font-size:13px;
white-space:nowrap;
font-weight:600;
color:#1C1810;
padding-bottom:2px;
align-items:center;
border-bottom:1px solid #1C1810;
}
.kqu-sh_link_ruz:hover{
border-color:#A3703A;
color:#A3703A;
}
.kqu-sh_link_ruz svg{
height:14px;
width:0.875rem;
}
.kqu-sh_link_chev_ruz{
border-bottom:0;
padding-bottom:0;
}
.kqu-sh_link_btn_ruz{
padding:0.563rem 1.125rem;
border-radius:62.438rem;
background:#1C1810;
color:#F5EED8;
border-bottom:0;
}
.kqu-sh_link_btn_ruz:hover{
border-color:transparent;
background:#332D1E;
color:#F5EED8;
}
.kqu-band_ruz .kqu-sh_link_ruz{
border-color:#F5EED8;
color:#F5EED8;
}
.kqu-band_ruz .kqu-sh_link_btn_ruz{
background:#D4A45A;
color:#1C1810;
}
.kqu-sh_rule_ruz{
margin:-2px 0 1.125rem;
background:rgba(28,24,16,0.14);
height:1px;
}
.kqu-band_ruz .kqu-sh_rule_ruz{
background:rgba(245,238,220,0.13);
}
.kqu-hero_ruz{
padding:2rem 0 8px;
}
@media(min-width:769px){
.kqu-hero_ruz{
padding:56px 0 24px;
}
}
.kqu-hero_in_ruz{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:900px){
.kqu-hero_in_ruz{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.kqu-hero_copy_ruz{
min-width:0;
}
.kqu-hero_eyebrow_ruz{
gap:10px;
align-items:center;
margin-bottom:1.375rem;
display:inline-flex;
}
.kqu-hero_eyebrow_line_ruz{
background:#A3703A;
flex:0 0 auto;
height:1px;
width:1.75rem;
display:inline-block;
}
.kqu-hero_h1_ruz{
color:#1C1810;
font-size:38px;
letter-spacing:-.01em;
margin-bottom:20px;
line-height:1.04;
font-weight:600;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.kqu-hero_h1_ruz{
font-size:54px;
}
}
@media(min-width:1101px){
.kqu-hero_h1_ruz{
font-size:3.875rem;
}
}
.kqu-hero_h1_ruz em{
color:#A3703A;
font-style:normal;
}
.kqu-hero_sub_ruz{
color:#8C7D63;
max-width:30rem;
margin-bottom:1.875rem;
line-height:1.6;
font-size:1rem;
}
@media(min-width:766px){
.kqu-hero_sub_ruz{
font-size:18px;
}
}
.kqu-hero_actions_ruz{
gap:14px;
margin-bottom:34px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.kqu-hero_cta_ruz{
transition:background-color .22s ease;
padding:16px 1.875rem;
gap:0.625rem;
background:#1C1810;
border-radius:62.438rem;
align-items:center;
display:inline-flex;
font-size:0.938rem;
color:#F5EED8;
font-weight:700;
}
.kqu-hero_cta_ruz:hover{
background:#332D1E;
}
.kqu-hero_cta_ic_ruz{
display:inline-flex;
align-items:center;
}
.kqu-hero_cta_ic_ruz svg{
height:1rem;
width:1rem;
}
.kqu-hero_cta_alt_ruz{
border-radius:62.438rem;
padding:0.938rem 1.625rem;
border:1px solid rgba(28,24,16,0.14);
background:transparent;
transition:border-color .22s ease,color .22s ease;
align-items:center;
font-weight:600;
font-size:0.938rem;
color:#1C1810;
display:inline-flex;
}
.kqu-hero_cta_alt_ruz:hover{
border-color:#A3703A;
color:#A3703A;
}
.kqu-hero_trust_ruz{
gap:22px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.kqu-hero_trust_item_ruz{
gap:0.563rem;
color:#3A3222;
font-size:0.813rem;
font-weight:600;
align-items:center;
display:flex;
}
.kqu-hero_trust_ic_ruz{
align-items:center;
display:inline-flex;
color:#A3703A;
}
.kqu-hero_trust_ic_ruz svg{
height:1rem;
width:16px;
}
.kqu-hero_promo_ruz{
overflow:hidden;
background:#FBF8F2;
border-radius:20px;
min-height:18.75rem;
display:flex;
box-shadow:0 0.75rem 48px rgba(28,24,16,0.14), 0 3px 0.625rem rgba(28,24,16,0.08);
position:relative;
}
.kqu-hero_promo_bg_ruz{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.kqu-hero_promo_bg_ruz::after{
background:linear-gradient(120deg,#1E1A12 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.kqu-hero_promo_glow_ruz{
background:radial-gradient(circle,rgba(163,112,52,0.18) 0%,transparent 65%);
border-radius:50%;
width:260px;
right:-20px;
top:-2.5rem;
height:16.25rem;
position:absolute;
pointer-events:none;
}
.kqu-hero_promo_ct_ruz{
padding:28px;
max-width:88%;
align-self:flex-end;
position:relative;
z-index:2;
}
.kqu-hero_promo_label_ruz{
text-transform:uppercase;
font-weight:700;
letter-spacing:.25em;
font-size:10px;
display:block;
margin-bottom:0.5rem;
color:#D4A45A;
}
.kqu-hero_promo_amount_ruz{
color:#F5EED8;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-weight:600;
font-size:2rem;
overflow-wrap:break-word;
}
@media(min-width:767px){
.kqu-hero_promo_amount_ruz{
font-size:2.5rem;
}
}
.kqu-hero_promo_amount_ruz em{
font-style:normal;
color:#D4A45A;
}
.kqu-hero_rating_ruz{
border-radius:0.875rem;
background:#FBF8F2;
padding:0.625rem 14px;
border:1px solid rgba(28,24,16,0.08);
gap:0.625rem;
align-items:center;
position:absolute;
top:14px;
z-index:3;
max-width:min(260px,62%);
display:flex;
right:14px;
box-shadow:0 2px 0.375rem rgba(28,24,16,0.07), 0 6px 18px rgba(28,24,16,0.06);
}
.kqu-hero_rating_score_ruz{
flex:0 0 auto;
font-weight:700;
color:#1C1810;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
}
.kqu-hero_rating_txt_ruz{
flex:1 1 auto;
min-width:0;
}
.kqu-hero_rating_stars_ruz{
gap:2px;
display:flex;
color:#A3703A;
}
.kqu-hero_rating_stars_ruz svg{
width:0.75rem;
height:12px;
}
.kqu-hero_rating_cap_ruz{
overflow-wrap:break-word;
color:#6B5E46;
display:block;
margin-top:3px;
font-size:0.688rem;
line-height:1.35;
}
.kqu-stat_ruz{
border-top:1px solid rgba(28,24,16,0.14);
border-bottom:1px solid rgba(28,24,16,0.14);
margin-top:16px;
}
.kqu-stat_in_ruz{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.kqu-stat_in_ruz{
grid-template-columns:repeat(4,1fr);
}
}
.kqu-stat_item_ruz{
padding:1.375rem 14px;
border-right:1px solid rgba(28,24,16,0.08);
min-width:0;
border-bottom:1px solid rgba(28,24,16,0.08);
}
.kqu-stat_item_ruz:nth-child(2n){
border-right:0;
}
.kqu-stat_item_ruz:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.kqu-stat_item_ruz{
border-bottom:0;
}
.kqu-stat_item_ruz:nth-child(2n){
border-right:1px solid rgba(28,24,16,0.08);
}
.kqu-stat_item_ruz:nth-child(4n){
border-right:0;
}
}
.kqu-stat_value_ruz{
color:#1C1810;
font-weight:700;
line-height:1;
font-size:1.875rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:767px){
.kqu-stat_value_ruz{
font-size:2.125rem;
}
}
.kqu-stat_label_ruz{
overflow-wrap:break-word;
line-height:1.4;
margin-top:6px;
font-size:0.813rem;
color:#6B5E46;
}
.kqu-jp_ruz{
padding:1.875rem 0 0.625rem;
}
.kqu-jp_grid_ruz{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.kqu-jp_grid_ruz{
grid-template-columns:1fr 1fr;
}
.kqu-jp_card_mega_ruz{
grid-column:1/-1;
}
}
@media(min-width:999px){
.kqu-jp_grid_ruz{
grid-template-columns:1.4fr 1fr 1fr;
}
.kqu-jp_card_mega_ruz{
grid-column:auto;
}
}
.kqu-jp_card_ruz{
padding:1.625rem;
gap:0.75rem;
border:1px solid rgba(28,24,16,0.08);
overflow:hidden;
background:#FBF8F2;
border-radius:20px;
min-width:0;
display:flex;
position:relative;
justify-content:space-between;
min-height:200px;
flex-direction:column;
}
.kqu-jp_card_mega_ruz{
background:linear-gradient(135deg,#2E2616,#131009);
border-color:transparent;
color:#F5EED8;
min-height:13.125rem;
}
.kqu-jp_glow_ruz{
border-radius:50%;
background:radial-gradient(circle,rgba(163,112,52,0.18),transparent 70%);
position:absolute;
top:-40px;
height:12.5rem;
right:-40px;
pointer-events:none;
width:12.5rem;
}
.kqu-jp_label_ruz{
gap:0.625rem;
text-transform:uppercase;
position:relative;
color:#A3703A;
flex-wrap:wrap;
justify-content:space-between;
font-size:10px;
letter-spacing:.16em;
font-weight:700;
align-items:center;
display:flex;
}
.kqu-jp_card_mega_ruz .kqu-jp_label_ruz{
color:#D4A45A;
}
.kqu-jp_drop_ruz{
font-weight:600;
letter-spacing:.04em;
color:#6B5E46;
text-transform:none;
}
.kqu-jp_card_mega_ruz .kqu-jp_drop_ruz{
color:#B8A98C;
}
.kqu-jp_amount_ruz{
font-weight:700;
font-size:2.375rem;
overflow-wrap:break-word;
position:relative;
color:#1C1810;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
}
.kqu-jp_card_mega_ruz .kqu-jp_amount_ruz{
animation:zm2-pulse 2.4s infinite;
color:#D4A45A;
font-size:48px;
}
@media(min-width:770px){
.kqu-jp_card_mega_ruz .kqu-jp_amount_ruz{
font-size:3.375rem;
}
}
.kqu-jp_game_ruz{
position:relative;
color:#6B5E46;
font-size:0.813rem;
}
.kqu-jp_card_mega_ruz .kqu-jp_game_ruz{
color:#B8A98C;
}
.kqu-jp_cta_ruz{
position:relative;
align-self:flex-start;
}
.kqu-jp_card_mega_ruz .kqu-jp_cta_ruz{
background:#D4A45A;
padding:0.625rem 20px;
border-radius:62.438rem;
transition:opacity .22s ease;
font-size:0.813rem;
color:#1C1810;
font-weight:700;
}
.kqu-jp_card_mega_ruz .kqu-jp_cta_ruz:hover{
opacity:.9;
}
.kqu-jp_card_ruz:not(.kqu-jp_card_mega_ruz) .kqu-jp_cta_ruz{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
font-size:0.813rem;
border-bottom:1px solid #1C1810;
color:#1C1810;
padding-bottom:2px;
}
.kqu-jp_card_ruz:not(.kqu-jp_card_mega_ruz) .kqu-jp_cta_ruz:hover{
border-color:#A3703A;
color:#A3703A;
}
.kqu-jp_seo_ruz{
margin:0.875rem 0 0;
font-size:14px;
overflow-wrap:break-word;
max-width:760px;
line-height:1.65;
color:#8C7D63;
}
.kqu-jp_seo_ruz strong{
color:#1C1810;
font-weight:700;
}
.kqu-grow_ruz{
padding:26px 0 0.625rem;
}
.kqu-row_seo_ruz{
margin:10px 0 0;
overflow-wrap:break-word;
color:#8C7D63;
font-size:0.875rem;
max-width:760px;
line-height:1.65;
}
.kqu-row_seo_ruz strong{
color:#1C1810;
font-weight:700;
}
.kqu-pr_ruz{
padding:1.875rem 0 0.375rem;
}
.kqu-pr_card_ruz{
background:#FBF8F2;
border-radius:1.25rem;
flex:0 0 auto;
overflow:hidden;
border:1px solid rgba(28,24,16,0.08);
padding:1.625rem;
gap:10px;
width:280px;
flex-direction:column;
position:relative;
display:flex;
min-height:200px;
}
@media(min-width:766px){
.kqu-pr_card_ruz{
width:18.75rem;
}
}
.kqu-pr_card_feat_ruz{
border-color:transparent;
background:linear-gradient(150deg,#2E2616,#131009);
color:#F5EED8;
}
.kqu-pr_glow_ruz{
background:radial-gradient(circle,rgba(163,112,52,0.18),transparent 70%);
border-radius:50%;
top:-30px;
right:-30px;
height:8.125rem;
width:8.125rem;
opacity:0;
pointer-events:none;
position:absolute;
}
.kqu-pr_card_feat_ruz .kqu-pr_glow_ruz{
opacity:1;
}
.kqu-pr_label_ruz{
text-transform:uppercase;
color:#A3703A;
font-size:0.625rem;
position:relative;
letter-spacing:.16em;
font-weight:700;
}
.kqu-pr_card_feat_ruz .kqu-pr_label_ruz{
color:#D4A45A;
}
.kqu-pr_amount_ruz{
line-height:1.08;
color:#1C1810;
position:relative;
font-weight:600;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
}
.kqu-pr_card_feat_ruz .kqu-pr_amount_ruz{
color:#F5EED8;
}
.kqu-pr_amount_ruz em{
font-style:normal;
color:#A3703A;
}
.kqu-pr_card_feat_ruz .kqu-pr_amount_ruz em{
color:#D4A45A;
}
.kqu-pr_terms_ruz{
color:#6B5E46;
line-height:1.5;
font-size:0.813rem;
position:relative;
}
.kqu-pr_card_feat_ruz .kqu-pr_terms_ruz{
color:#B8A98C;
}
.kqu-pr_cta_ruz{
position:relative;
margin-top:auto;
align-self:flex-start;
}
.kqu-pr_card_feat_ruz .kqu-pr_cta_ruz{
background:#D4A45A;
border-radius:999px;
transition:opacity .22s ease;
padding:0.563rem 18px;
color:#1C1810;
font-weight:700;
font-size:13px;
}
.kqu-pr_card_feat_ruz .kqu-pr_cta_ruz:hover{
opacity:.9;
}
.kqu-pr_card_ruz:not(.kqu-pr_card_feat_ruz) .kqu-pr_cta_ruz{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
padding-bottom:2px;
color:#1C1810;
border-bottom:1px solid #1C1810;
font-weight:700;
}
.kqu-pr_card_ruz:not(.kqu-pr_card_feat_ruz) .kqu-pr_cta_ruz:hover{
border-color:#A3703A;
color:#A3703A;
}
.kqu-grow_ruz{
padding:26px 0 0.625rem;
}
.kqu-row_seo_ruz{
margin:10px 0 0;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
max-width:47.5rem;
color:#8C7D63;
}
.kqu-row_seo_ruz strong{
color:#1C1810;
font-weight:700;
}
.kqu-grow_ruz{
padding:26px 0 10px;
}
.kqu-row_seo_ruz{
margin:10px 0 0;
font-size:14px;
max-width:47.5rem;
color:#8C7D63;
overflow-wrap:break-word;
line-height:1.65;
}
.kqu-row_seo_ruz strong{
font-weight:700;
color:#1C1810;
}
.kqu-gf_ruz{
padding:24px 0 0.375rem;
}
.kqu-gf_in_ruz{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.kqu-gf_chip_ruz{
border:1px solid rgba(28,24,16,0.14);
background:#FBF8F2;
border-radius:62.438rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:0.625rem 18px;
white-space:nowrap;
color:#3A3222;
font-weight:600;
font-size:13px;
}
.kqu-gf_chip_ruz:hover{
border-color:#A3703A;
color:#A3703A;
}
.kqu-gf_chip_ruz.kqu-state_active_ruz{
border-color:transparent;
background:#1C1810;
color:#F5EED8;
}
.kqu-app_ruz{
padding:30px 0 0.625rem;
}
.kqu-app_in_ruz{
border:1px solid rgba(28,24,16,0.08);
padding:2rem;
border-radius:20px;
gap:28px;
background:#FBF8F2;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.kqu-app_in_ruz{
gap:2.5rem;
padding:40px 2.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.kqu-app_copy_ruz{
min-width:0;
max-width:35rem;
}
.kqu-app_eyebrow_ruz{
margin-bottom:0.75rem;
}
.kqu-app_h2_ruz{
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-size:28px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-weight:600;
color:#1C1810;
}
@media(min-width:769px){
.kqu-app_h2_ruz{
font-size:34px;
}
}
.kqu-app_text_ruz{
margin-bottom:1.375rem;
color:#8C7D63;
line-height:1.6;
font-size:0.875rem;
}
.kqu-app_btns_ruz{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.kqu-app_btn_ruz{
gap:10px;
padding:11px 1.25rem;
transition:background-color .22s ease;
border-radius:14px;
background:#1C1810;
align-items:center;
color:#F5EED8;
display:inline-flex;
}
.kqu-app_btn_ruz:hover{
background:#332D1E;
}
.kqu-app_btn_ic_ruz{
align-items:center;
display:inline-flex;
}
.kqu-app_btn_ic_ruz svg{
height:1.125rem;
width:1.125rem;
}
.kqu-app_btn_lb_ruz{
font-size:13.5px;
font-weight:700;
}
.kqu-app_qr_wrap_ruz{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.kqu-app_qr_ruz{
border-radius:0.875rem;
flex:0 0 auto;
height:108px;
width:6.75rem;
background-color:#1C1810;
background-image:repeating-linear-gradient(0deg,#FBF8F2 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FBF8F2 0 0.313rem,transparent 5px 0.688rem);
}
.kqu-app_qr_cap_ruz{
line-height:1.4;
color:#6B5E46;
max-width:92px;
font-size:12.5px;
}
.kqu-vip_ruz{
padding:3rem 0;
}
@media(min-width:769px){
.kqu-vip_ruz{
padding:4rem 0;
}
}
.kqu-vip_head_ruz{
gap:14px;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:881px){
.kqu-vip_head_ruz{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.kqu-vip_eyebrow_ruz{
margin-bottom:12px;
}
.kqu-vip_h2_ruz{
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#F5EED8;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
}
@media(min-width:769px){
.kqu-vip_h2_ruz{
font-size:40px;
}
}
.kqu-vip_intro_ruz{
line-height:1.6;
max-width:26.25rem;
font-size:14px;
color:#B8A98C;
}
.kqu-vip_grid_ruz{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.kqu-vip_card_ruz{
border:1px solid rgba(245,238,220,0.13);
padding:22px 1.125rem;
border-radius:14px;
min-width:0;
}
.kqu-vip_card_feat_ruz{
border-color:#D4A45A;
background:rgba(245,238,220,0.07);
}
.kqu-vip_card_ic_ruz{
background:linear-gradient(135deg,#A3703A,#D4A45A);
border-radius:0.5rem;
width:2.125rem;
margin-bottom:1rem;
height:2.125rem;
display:block;
}
.kqu-vip_name_ruz{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
font-size:20px;
color:#F5EED8;
margin-bottom:6px;
}
.kqu-vip_perk_ruz{
line-height:1.5;
font-size:12.5px;
overflow-wrap:break-word;
color:#B8A98C;
}
.kqu-sea_ruz{
padding:1.5rem 0 10px;
}
.kqu-sea_in_ruz{
background:linear-gradient(115deg,#2E2616,#131009);
gap:22px;
padding:2.25rem;
overflow:hidden;
border-radius:1.25rem;
flex-direction:column;
color:#F5EED8;
position:relative;
display:flex;
}
@media(min-width:818px){
.kqu-sea_in_ruz{
gap:2rem;
padding:2.75rem 48px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.kqu-sea_glow_ruz{
border-radius:50%;
background:radial-gradient(circle,rgba(163,112,52,0.18),transparent 68%);
transform:translateY(-50%);
right:3.75rem;
position:absolute;
pointer-events:none;
top:50%;
width:240px;
height:240px;
}
.kqu-sea_copy_ruz{
position:relative;
max-width:35rem;
min-width:0;
}
.kqu-sea_eyebrow_ruz{
margin-bottom:12px;
}
.kqu-sea_h2_ruz{
color:#F5EED8;
font-size:30px;
margin-bottom:0.75rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.04;
}
@media(min-width:769px){
.kqu-sea_h2_ruz{
font-size:2.375rem;
}
}
.kqu-sea_text_ruz{
font-size:0.938rem;
line-height:1.6;
color:#B8A98C;
}
.kqu-sea_cta_ruz{
flex:0 0 auto;
background:#D4A45A;
border-radius:999px;
transition:opacity .22s ease;
padding:16px 2rem;
color:#1C1810;
font-weight:700;
font-size:0.938rem;
position:relative;
}
.kqu-sea_cta_ruz:hover{
opacity:.9;
}
.kqu-gm_ruz{
padding:1.875rem 0 10px;
}
.kqu-gm_in_ruz{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:881px){
.kqu-gm_in_ruz{
grid-template-columns:1.25fr 1fr;
}
}
.kqu-gm_left_ruz{
border-radius:1.25rem;
background:#FBF8F2;
padding:2rem;
border:1px solid rgba(28,24,16,0.08);
min-width:0;
}
.kqu-gm_eyebrow_ruz{
margin-bottom:0.625rem;
}
.kqu-gm_h2_ruz{
overflow-wrap:break-word;
color:#1C1810;
margin-bottom:8px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:26px;
line-height:1.06;
}
@media(min-width:767px){
.kqu-gm_h2_ruz{
font-size:28px;
}
}
.kqu-gm_text_ruz{
color:#8C7D63;
margin-bottom:1.375rem;
max-width:480px;
line-height:1.6;
font-size:0.875rem;
}
.kqu-gm_level_ruz{
margin-bottom:8px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
color:#A3703A;
font-weight:700;
}
.kqu-gm_bar_ruz{
overflow:hidden;
background:rgba(28,24,16,0.14);
border-radius:999px;
margin-bottom:0.375rem;
height:0.5rem;
}
.kqu-gm_bar_fill_ruz{
border-radius:62.438rem;
background:linear-gradient(90deg,#A3703A,#D4A45A);
height:100%;
}
.kqu-gm_bar_meta_ruz{
gap:0.625rem;
font-size:11px;
color:#6B5E46;
justify-content:space-between;
margin-bottom:1.125rem;
display:flex;
}
.kqu-gm_missions_ruz{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.kqu-gm_mission_ruz{
border-radius:999px;
gap:0.438rem;
background:#F5F0E8;
padding:9px 15px;
border:1px solid rgba(28,24,16,0.14);
color:#3A3222;
align-items:center;
display:inline-flex;
font-size:0.781rem;
font-weight:600;
}
.kqu-gm_mission_ic_ruz{
align-items:center;
display:inline-flex;
color:#A3703A;
}
.kqu-gm_mission_ic_ruz svg{
height:0.813rem;
width:0.813rem;
}
.kqu-gm_right_ruz{
border-radius:20px;
padding:32px;
background:linear-gradient(150deg,#2E2616,#131009);
overflow:hidden;
flex-direction:column;
color:#F5EED8;
position:relative;
display:flex;
}
.kqu-gm_glow_ruz{
background:radial-gradient(circle,rgba(163,112,52,0.18),transparent 70%);
border-radius:50%;
right:-30px;
height:150px;
position:absolute;
width:150px;
top:-1.875rem;
pointer-events:none;
}
.kqu-gm_ref_eyebrow_ruz{
position:relative;
margin-bottom:10px;
}
.kqu-gm_ref_h2_ruz{
font-size:1.625rem;
overflow-wrap:break-word;
position:relative;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F5EED8;
margin-bottom:8px;
line-height:1.1;
}
.kqu-gm_ref_text_ruz{
position:relative;
line-height:1.55;
color:#B8A98C;
margin-bottom:20px;
font-size:0.844rem;
}
.kqu-gm_ref_cta_ruz{
background:#D4A45A;
transition:opacity .22s ease;
padding:11px 22px;
border-radius:62.438rem;
position:relative;
margin-top:auto;
align-self:flex-start;
color:#1C1810;
font-weight:700;
font-size:13.5px;
}
.kqu-gm_ref_cta_ruz:hover{
opacity:.9;
}
.kqu-nl_ruz{
padding:24px 0 10px;
}
.kqu-nl_in_ruz{
background:#252015;
border-radius:20px;
gap:22px;
padding:1.875rem 2rem;
flex-direction:column;
display:flex;
color:#F5EED8;
}
@media(min-width:771px){
.kqu-nl_in_ruz{
gap:1.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.kqu-nl_text_wrap_ruz{
min-width:0;
}
.kqu-nl_h3_ruz{
font-weight:600;
color:#F5EED8;
font-size:1.375rem;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:5px;
}
@media(min-width:766px){
.kqu-nl_h3_ruz{
font-size:1.5rem;
}
}
.kqu-nl_text_ruz{
color:#B8A98C;
font-size:13.5px;
line-height:1.5;
}
.kqu-nl_form_ruz{
gap:0.625rem;
flex:1 1 auto;
display:flex;
max-width:28.75rem;
min-width:0;
}
.kqu-nl_input_ruz{
background:rgba(245,238,220,0.07);
padding:0.813rem 16px;
flex:1 1 auto;
overflow:hidden;
border-radius:14px;
border:1px solid rgba(245,238,220,0.13);
font-size:0.875rem;
display:flex;
text-overflow:ellipsis;
color:#B8A98C;
white-space:nowrap;
min-width:0;
align-items:center;
}
.kqu-nl_btn_ruz{
flex:0 0 auto;
background:#D4A45A;
border-radius:14px;
padding:13px 24px;
transition:opacity .22s ease;
font-weight:700;
white-space:nowrap;
font-size:14px;
color:#1C1810;
}
.kqu-nl_btn_ruz:hover{
opacity:.9;
}
.kqu-op_ruz{
padding:36px 0 10px;
}
.kqu-op_in_ruz{
padding:32px;
background:#FBF8F2;
gap:32px;
border-radius:14px;
border:1px solid rgba(28,24,16,0.08);
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:863px){
.kqu-op_in_ruz{
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
padding:34px 40px;
}
}
.kqu-op_left_ruz{
min-width:0;
}
.kqu-op_eyebrow_ruz{
margin-bottom:0.75rem;
}
.kqu-op_h2_ruz{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:28px;
overflow-wrap:break-word;
margin-bottom:10px;
font-weight:600;
color:#1C1810;
line-height:1.08;
}
@media(min-width:768px){
.kqu-op_h2_ruz{
font-size:1.875rem;
}
}
.kqu-op_text_ruz{
line-height:1.6;
color:#8C7D63;
font-size:14px;
}
.kqu-op_grid_ruz{
border:1px solid rgba(28,24,16,0.14);
gap:1px;
background:rgba(28,24,16,0.14);
overflow:hidden;
border-radius:8px;
grid-template-columns:1fr 1fr;
display:grid;
}
.kqu-op_field_ruz{
background:#F5F0E8;
padding:1.125rem 20px;
min-width:0;
}
.kqu-op_field_lb_ruz{
font-weight:600;
font-size:10px;
text-transform:uppercase;
margin-bottom:0.313rem;
color:#A3703A;
letter-spacing:.1em;
}
.kqu-op_field_val_ruz{
font-weight:700;
color:#1C1810;
overflow-wrap:break-word;
font-size:14px;
}
.kqu-pmt_ruz{
padding:3rem 0 0.625rem;
}
.kqu-pmt_in_ruz{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:879px){
.kqu-pmt_in_ruz{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.kqu-pmt_left_ruz{
min-width:0;
}
.kqu-pmt_eyebrow_ruz{
margin-bottom:12px;
}
.kqu-pmt_h2_ruz{
color:#1C1810;
overflow-wrap:break-word;
font-weight:600;
line-height:1.06;
margin-bottom:12px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
}
@media(min-width:770px){
.kqu-pmt_h2_ruz{
font-size:32px;
}
}
.kqu-pmt_text_ruz{
line-height:1.6;
color:#8C7D63;
margin-bottom:22px;
font-size:0.906rem;
}
.kqu-pmt_logos_ruz{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:481px){
.kqu-pmt_logos_ruz{
grid-template-columns:repeat(4,1fr);
}
}
.kqu-pmt_logo_ruz{
background:#FBF8F2;
overflow:hidden;
border:1px solid rgba(28,24,16,0.08);
border-radius:8px;
padding:0 8px;
text-overflow:ellipsis;
align-items:center;
text-align:center;
display:flex;
white-space:nowrap;
font-weight:700;
justify-content:center;
height:3.125rem;
font-size:0.781rem;
color:#3A3222;
}
.kqu-pmt_table_ruz{
border-radius:14px;
border:1px solid rgba(28,24,16,0.08);
overflow:hidden;
min-width:0;
}
.kqu-pmt_thead_ruz{
background:#2A2318;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.kqu-pmt_th_ruz{
overflow:hidden;
padding:13px 14px;
text-transform:uppercase;
font-size:10px;
text-overflow:ellipsis;
letter-spacing:.08em;
color:#F5EED8;
white-space:nowrap;
font-weight:700;
}
.kqu-pmt_row_ruz{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(28,24,16,0.08);
}
.kqu-pmt_row_ruz:nth-child(odd){
background:#FBF8F2;
}
.kqu-pmt_td_ruz{
padding:0.875rem;
min-width:0;
overflow-wrap:break-word;
font-size:0.844rem;
color:#8C7D63;
}
.kqu-pmt_row_ruz .kqu-pmt_td_ruz:first-child{
color:#1C1810;
font-weight:700;
}
.kqu-pmt_row_ruz .kqu-pmt_td_ruz:last-child{
color:#4E7C59;
font-weight:700;
}
.kqu-hts_ruz{
padding:3rem 0;
}
@media(min-width:765px){
.kqu-hts_ruz{
padding:3.875rem 0;
}
}
.kqu-hts_head_ruz{
gap:18px;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:766px){
.kqu-hts_head_ruz{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.kqu-hts_eyebrow_ruz{
margin-bottom:12px;
}
.kqu-hts_h2_ruz{
font-size:30px;
line-height:1.05;
color:#F5EED8;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:768px){
.kqu-hts_h2_ruz{
font-size:2.375rem;
}
}
.kqu-hts_cta_ruz{
border-radius:999px;
transition:opacity .22s ease;
background:#D4A45A;
padding:0.938rem 30px;
flex:0 0 auto;
color:#1C1810;
font-weight:700;
font-size:0.938rem;
}
.kqu-hts_cta_ruz:hover{
opacity:.9;
}
.kqu-hts_grid_ruz{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.kqu-hts_grid_ruz{
grid-template-columns:repeat(3,1fr);
}
}
.kqu-hts_step_ruz{
min-width:0;
border-top:1px solid rgba(245,238,220,0.13);
padding-top:1.375rem;
}
.kqu-hts_step_num_ruz{
margin-bottom:0.875rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
font-weight:700;
font-size:2.75rem;
color:#D4A45A;
}
.kqu-hts_step_h_ruz{
margin-bottom:0.5rem;
font-size:19px;
color:#F5EED8;
font-weight:700;
overflow-wrap:break-word;
line-height:1.2;
}
.kqu-hts_step_p_ruz{
line-height:1.55;
color:#B8A98C;
overflow-wrap:break-word;
font-size:14px;
}
.kqu-ts_ruz{
padding:44px 0;
}
.kqu-ts_in_ruz{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:882px){
.kqu-ts_in_ruz{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.kqu-ts_left_ruz{
min-width:0;
}
.kqu-ts_h2_ruz{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:12px;
font-weight:600;
font-size:26px;
overflow-wrap:break-word;
color:#F5EED8;
}
@media(min-width:769px){
.kqu-ts_h2_ruz{
font-size:1.75rem;
}
}
.kqu-ts_text_ruz{
color:#B8A98C;
margin-bottom:1.375rem;
max-width:32.5rem;
font-size:0.906rem;
line-height:1.6;
}
.kqu-ts_badges_ruz{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.kqu-ts_badge_ruz{
font-weight:600;
font-size:13px;
color:#B8A98C;
}
.kqu-ts_pay_ruz{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:877px){
.kqu-ts_pay_ruz{
justify-content:flex-end;
}
}
.kqu-ts_pay_chip_ruz{
padding:0.75rem 16px;
border-radius:14px;
border:1px solid rgba(245,238,220,0.13);
background:rgba(245,238,220,0.07);
color:#F5EED8;
font-size:0.875rem;
font-weight:700;
}
.kqu-wy_ruz{
padding:48px 0;
}
@media(min-width:769px){
.kqu-wy_ruz{
padding:3.5rem 0;
}
}
.kqu-wy_in_ruz{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.kqu-wy_in_ruz{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.kqu-wy_left_ruz{
min-width:0;
}
.kqu-wy_eyebrow_ruz{
margin-bottom:0.875rem;
}
.kqu-wy_h2_ruz{
color:#1C1810;
font-size:2rem;
margin-bottom:16px;
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:766px){
.kqu-wy_h2_ruz{
font-size:2.5rem;
}
}
.kqu-wy_intro_ruz{
line-height:1.6;
color:#8C7D63;
font-size:15px;
}
.kqu-wy_grid_ruz{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:562px){
.kqu-wy_grid_ruz{
grid-template-columns:1fr 1fr;
}
}
.kqu-wy_card_ruz{
padding:1.625rem;
border:1px solid rgba(28,24,16,0.08);
border-radius:0.875rem;
background:#FBF8F2;
min-width:0;
}
.kqu-wy_card_ic_ruz{
display:inline-flex;
margin-bottom:1rem;
justify-content:center;
color:#A3703A;
align-items:center;
}
.kqu-wy_card_ic_ruz svg{
width:1.625rem;
height:26px;
}
.kqu-wy_card_h_ruz{
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-size:1.313rem;
color:#1C1810;
}
.kqu-wy_card_p_ruz{
font-size:0.875rem;
color:#8C7D63;
line-height:1.55;
overflow-wrap:break-word;
}
.kqu-prov_ruz{
padding:2.5rem 0 1.25rem;
}
.kqu-prov_eyebrow_ruz{
margin-bottom:1.125rem;
display:block;
}
.kqu-prov_grid_ruz{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.kqu-prov_grid_ruz{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.kqu-prov_grid_ruz{
grid-template-columns:repeat(6,1fr);
}
}
.kqu-rv_ruz{
background:#FBF8F2;
padding:48px 0;
border-bottom:1px solid rgba(28,24,16,0.08);
margin-top:1.5rem;
border-top:1px solid rgba(28,24,16,0.08);
}
@media(min-width:769px){
.kqu-rv_ruz{
padding:3.5rem 0;
}
}
.kqu-rv_head_ruz{
gap:16px;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:771px){
.kqu-rv_head_ruz{
gap:20px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.kqu-rv_eyebrow_ruz{
margin-bottom:0.625rem;
}
.kqu-rv_h2_ruz{
font-weight:600;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.05;
color:#1C1810;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.kqu-rv_h2_ruz{
font-size:2.375rem;
}
}
.kqu-rv_agg_ruz{
gap:0.75rem;
display:flex;
align-items:center;
}
.kqu-rv_agg_stars_ruz{
gap:3px;
display:flex;
color:#A3703A;
}
.kqu-rv_agg_stars_ruz svg{
width:18px;
height:1.125rem;
}
.kqu-rv_source_ruz{
color:#8C7D63;
font-size:13px;
}
.kqu-rv_grid_ruz{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.kqu-rv_grid_ruz{
grid-template-columns:repeat(3,1fr);
}
}
.kqu-rv_card_ruz{
border-radius:0.875rem;
padding:26px;
border:1px solid rgba(28,24,16,0.08);
background:#F5F0E8;
min-width:0;
}
.kqu-rv_card_stars_ruz{
gap:2px;
margin-bottom:12px;
display:flex;
color:#A3703A;
}
.kqu-rv_card_stars_ruz svg{
width:14px;
height:14px;
}
.kqu-rv_card_body_ruz{
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#1C1810;
font-size:1.125rem;
line-height:1.45;
font-weight:500;
margin-bottom:16px;
}
.kqu-rv_card_meta_ruz{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.kqu-rv_card_av_ruz{
border-radius:50%;
background:linear-gradient(135deg,#A3703A,#D4A45A);
flex:0 0 auto;
width:32px;
height:32px;
}
.kqu-rv_card_author_ruz{
font-weight:700;
font-size:13px;
color:#1C1810;
}
.kqu-rv_card_loc_ruz{
font-size:12px;
color:#6B5E46;
}
.kqu-et_ruz{
padding:2.25rem 0 0.625rem;
}
.kqu-et_in_ruz{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:877px){
.kqu-et_in_ruz{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.kqu-et_left_ruz{
min-width:0;
}
.kqu-et_eyebrow_ruz{
margin-bottom:0.75rem;
}
.kqu-et_h2_ruz{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:14px;
font-weight:600;
color:#1C1810;
line-height:1.06;
font-size:28px;
overflow-wrap:break-word;
}
@media(min-width:769px){
.kqu-et_h2_ruz{
font-size:2rem;
}
}
.kqu-et_text_ruz{
line-height:1.65;
margin-bottom:1.375rem;
color:#8C7D63;
font-size:15px;
}
.kqu-et_stats_ruz{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.kqu-et_stat_ruz{
min-width:0;
}
.kqu-et_stat_v_ruz{
font-size:1.625rem;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
color:#1C1810;
font-weight:700;
}
.kqu-et_stat_l_ruz{
color:#6B5E46;
margin-top:4px;
font-size:0.781rem;
}
.kqu-et_right_ruz{
gap:12px;
flex-direction:column;
display:flex;
}
.kqu-et_member_ruz{
gap:1rem;
border:1px solid rgba(28,24,16,0.08);
background:#FBF8F2;
border-radius:14px;
padding:1.125rem 1.25rem;
min-width:0;
display:flex;
align-items:center;
}
.kqu-et_member_av_ruz{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#2E2616,#A3703A);
height:48px;
width:48px;
}
.kqu-et_member_name_ruz{
font-weight:700;
color:#1C1810;
overflow-wrap:break-word;
font-size:0.938rem;
}
.kqu-et_member_role_ruz{
color:#6B5E46;
font-size:12.5px;
overflow-wrap:break-word;
}
.kqu-et_updated_ruz{
border-radius:0.875rem;
background:#F5F0E8;
border:1px solid rgba(28,24,16,0.08);
padding:14px 18px;
gap:8px;
display:flex;
color:#8C7D63;
align-items:center;
font-size:12.5px;
}
.kqu-tt_ruz{
padding:48px 0 0.625rem;
}
@media(min-width:769px){
.kqu-tt_ruz{
padding:60px 0 10px;
}
}
.kqu-tt_head_ruz{
text-align:center;
margin-bottom:34px;
}
.kqu-tt_eyebrow_ruz{
margin-bottom:0.75rem;
}
.kqu-tt_h2_ruz{
font-size:2rem;
overflow-wrap:break-word;
font-weight:600;
color:#1C1810;
line-height:1.05;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.kqu-tt_h2_ruz{
font-size:42px;
}
}
.kqu-tt_grid_ruz{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:761px){
.kqu-tt_grid_ruz{
grid-template-columns:repeat(3,1fr);
}
}
.kqu-tt_card_ruz{
border-radius:0.875rem;
border:1px solid rgba(28,24,16,0.08);
padding:1.875rem;
background:#FBF8F2;
flex-direction:column;
min-width:0;
display:flex;
}
.kqu-tt_card_ic_ruz{
align-items:center;
display:inline-flex;
color:#A3703A;
margin-bottom:18px;
}
.kqu-tt_card_ic_ruz svg{
width:1.75rem;
height:28px;
}
.kqu-tt_card_h_ruz{
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
line-height:1.15;
font-size:22px;
color:#1C1810;
font-weight:600;
}
.kqu-tt_card_p_ruz{
font-size:0.875rem;
overflow-wrap:break-word;
margin-bottom:0.875rem;
line-height:1.6;
color:#8C7D63;
}
.kqu-tt_card_p_ruz b{
color:#1C1810;
font-weight:700;
}
.kqu-tt_card_link_ruz{
transition:color .22s ease;
padding-bottom:2px;
margin-top:auto;
font-weight:700;
font-size:13px;
color:#1C1810;
align-self:flex-start;
border-bottom:1px solid #A3703A;
}
.kqu-tt_card_link_ruz:hover{
color:#A3703A;
}
.kqu-lh_ruz{
padding:40px 0 20px;
}
.kqu-lh_in_ruz{
border-top:1px solid rgba(28,24,16,0.14);
padding-top:34px;
}
.kqu-lh_eyebrow_ruz{
margin-bottom:1.375rem;
display:block;
}
.kqu-lh_grid_ruz{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:602px){
.kqu-lh_grid_ruz{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.kqu-lh_grid_ruz{
grid-template-columns:repeat(5,1fr);
}
}
.kqu-lh_col_ruz{
min-width:0;
}
.kqu-lh_col_h_ruz{
font-weight:700;
overflow-wrap:break-word;
color:#1C1810;
font-size:13px;
margin-bottom:12px;
}
.kqu-lh_links_ruz{
gap:8px;
flex-direction:column;
display:flex;
}
.kqu-lh_link_ruz{
transition:color .22s ease;
font-size:0.813rem;
overflow-wrap:break-word;
color:#8C7D63;
}
.kqu-lh_link_ruz:hover{
color:#A3703A;
}
.kqu-sb_ruz{
padding:48px 0;
background:#FBF8F2;
border-top:1px solid rgba(28,24,16,0.08);
border-bottom:1px solid rgba(28,24,16,0.08);
margin-top:24px;
}
@media(min-width:769px){
.kqu-sb_ruz{
padding:56px 0;
}
}
.kqu-sb_eyebrow_ruz{
margin-bottom:0.75rem;
display:block;
}
.kqu-sb_h2_ruz{
margin-bottom:1.625rem;
font-weight:600;
color:#1C1810;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:771px){
.kqu-sb_h2_ruz{
font-size:2.25rem;
}
}
.kqu-sb_grid_ruz{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:560px){
.kqu-sb_grid_ruz{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.kqu-sb_grid_ruz{
grid-template-columns:repeat(4,1fr);
}
}
.kqu-sb_card_ruz{
border-radius:0.875rem;
padding:1.5rem;
border:1px solid rgba(28,24,16,0.08);
background:#F5F0E8;
min-width:0;
}
.kqu-sb_card_h_ruz{
font-weight:600;
color:#1C1810;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
margin-bottom:0.5rem;
font-size:19px;
overflow-wrap:break-word;
}
.kqu-sb_card_p_ruz{
color:#8C7D63;
overflow-wrap:break-word;
font-size:13.5px;
line-height:1.6;
}
.kqu-sb_rtp_ruz{
border-radius:14px;
gap:1.5rem;
background:#F5F0E8;
border:1px solid rgba(28,24,16,0.08);
padding:26px 1.75rem;
grid-template-columns:1fr;
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:761px){
.kqu-sb_rtp_ruz{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.kqu-sb_rtp_h_ruz{
font-size:1.25rem;
font-weight:600;
line-height:1.15;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
color:#1C1810;
margin-bottom:8px;
overflow-wrap:break-word;
}
.kqu-sb_rtp_p_ruz{
color:#8C7D63;
line-height:1.6;
font-size:13.5px;
overflow-wrap:break-word;
}
.kqu-sb_rtp_stats_ruz{
gap:16px;
display:flex;
}
.kqu-sb_stat_ruz{
flex:1 1 0;
background:#FBF8F2;
padding:18px;
border-radius:0.5rem;
min-width:0;
text-align:center;
}
.kqu-sb_stat_v_ruz{
color:#4E7C59;
overflow-wrap:break-word;
font-size:26px;
font-weight:700;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
.kqu-sb_stat_l_ruz{
font-size:11.5px;
color:#6B5E46;
margin-top:0.25rem;
}
.kqu-faq_ruz{
padding:3rem 0;
background:#FBF8F2;
border-top:1px solid rgba(28,24,16,0.08);
border-bottom:1px solid rgba(28,24,16,0.08);
margin-top:24px;
}
@media(min-width:766px){
.kqu-faq_ruz{
padding:62px 0;
}
}
.kqu-faq_head_ruz{
margin-bottom:2.125rem;
text-align:center;
}
.kqu-faq_eyebrow_ruz{
margin-bottom:0.75rem;
}
.kqu-faq_h2_ruz{
color:#1C1810;
font-size:2rem;
font-weight:600;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:769px){
.kqu-faq_h2_ruz{
font-size:2.375rem;
}
}
.kqu-faq_list_ruz{
margin:0 auto;
gap:12px;
display:flex;
flex-direction:column;
max-width:51.25rem;
}
.kqu-faq_item_ruz{
border:1px solid rgba(28,24,16,0.08);
border-radius:0.875rem;
background:#F5F0E8;
overflow:hidden;
}
.kqu-faq_q_ruz{
list-style:none;
gap:1.25rem;
padding:20px 24px;
overflow-wrap:break-word;
display:flex;
font-size:16px;
align-items:center;
cursor:pointer;
color:#1C1810;
justify-content:space-between;
font-weight:700;
}
.kqu-faq_q_ruz::-webkit-details-marker{
display:none;
}
.kqu-faq_q_ic_ruz{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
display:inline-flex;
color:#A3703A;
}
.kqu-faq_q_ic_ruz svg{
width:18px;
height:18px;
}
.kqu-faq_item_ruz[open] .kqu-faq_q_ic_ruz{
transform:rotate(180deg);
}
.kqu-faq_a_ruz{
padding:0 1.5rem 1.25rem;
color:#8C7D63;
font-size:0.906rem;
overflow-wrap:break-word;
line-height:1.6;
}
.kqu-sg_ruz{
padding:48px 0 10px;
}
.kqu-sg_eyebrow_ruz{
margin-bottom:12px;
display:block;
}
.kqu-sg_h2_ruz{
font-weight:600;
margin-bottom:28px;
font-size:30px;
overflow-wrap:break-word;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#1C1810;
}
@media(min-width:767px){
.kqu-sg_h2_ruz{
font-size:2.25rem;
}
}
.kqu-sg_grid_ruz{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:718px){
.kqu-sg_grid_ruz{
grid-template-columns:repeat(3,1fr);
}
}
.kqu-sg_col_ruz{
min-width:0;
}
.kqu-sg_col_h_ruz{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:10px;
line-height:1.15;
color:#1C1810;
font-weight:600;
overflow-wrap:break-word;
font-size:22px;
}
.kqu-sg_col_p_ruz{
line-height:1.65;
font-size:0.875rem;
color:#8C7D63;
overflow-wrap:break-word;
}
.kqu-el_ruz{
padding:3rem 0;
}
@media(min-width:771px){
.kqu-el_ruz{
padding:56px 0;
}
}
.kqu-el_in_ruz{
gap:40px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:899px){
.kqu-el_in_ruz{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.kqu-el_left_ruz{
min-width:0;
}
.kqu-el_eyebrow_ruz{
margin-bottom:0.875rem;
}
.kqu-el_h2_ruz{
margin-bottom:22px;
color:#1C1810;
font-size:32px;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.08;
}
@media(min-width:767px){
.kqu-el_h2_ruz{
font-size:2.375rem;
}
}
.kqu-el_body_ruz p{
margin-bottom:1.125rem;
line-height:1.7;
overflow-wrap:break-word;
color:#3A3222;
font-size:1rem;
}
.kqu-el_dropcap_ruz{
padding:6px 12px 0 0;
font-size:3.875rem;
line-height:.8;
color:#A3703A;
font-weight:700;
float:left;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
}
.kqu-el_right_ruz{
min-width:0;
}
.kqu-el_quote_ruz{
background:linear-gradient(150deg,#2E2616,#131009);
padding:36px;
border-radius:1.25rem;
color:#F5EED8;
margin-bottom:24px;
position:relative;
}
.kqu-el_quote_mark_ruz{
margin-bottom:0.375rem;
align-items:center;
color:#D4A45A;
display:inline-flex;
}
.kqu-el_quote_mark_ruz svg{
width:2.125rem;
height:34px;
}
.kqu-el_quote_text_ruz{
overflow-wrap:break-word;
margin-bottom:1.375rem;
color:#F5EED8;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
line-height:1.4;
font-size:1.375rem;
}
.kqu-el_quote_meta_ruz{
gap:12px;
align-items:center;
display:flex;
}
.kqu-el_quote_av_ruz{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#A3703A,#D4A45A);
height:38px;
width:38px;
}
.kqu-el_quote_author_ruz{
font-weight:700;
color:#F5EED8;
font-size:14px;
}
.kqu-el_quote_meta_sub_ruz{
font-size:0.75rem;
color:#B8A98C;
}
.kqu-el_explain_ruz{
border-radius:14px;
border:1px solid rgba(28,24,16,0.08);
overflow:hidden;
}
.kqu-el_explain_card_ruz{
padding:1.375rem 1.5rem;
}
.kqu-el_explain_card_ruz+.kqu-el_explain_card_ruz{
border-top:1px solid rgba(28,24,16,0.08);
}
.kqu-el_explain_h_ruz{
margin-bottom:0.5rem;
font-weight:600;
color:#1C1810;
line-height:1.15;
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:1.25rem;
}
.kqu-el_explain_p_ruz{
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
color:#8C7D63;
}
.kqu-ft_ruz{
background:#2A2318;
margin-top:2.5rem;
color:#B8A98C;
}
.kqu-ft_in_ruz{
grid-template-columns:1fr;
gap:32px;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:598px){
.kqu-ft_in_ruz{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.kqu-ft_in_ruz{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.kqu-ft_brand_ruz{
min-width:0;
}
.kqu-ft_logo_ruz{
font-family:"Spectral", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:1.625rem;
color:#F5EED8;
overflow-wrap:break-word;
}
.kqu-ft_tagline_ruz{
max-width:280px;
margin-top:0.875rem;
font-size:13.5px;
color:#B8A98C;
line-height:1.6;
}
.kqu-ft_contact_ruz{
transition:color .22s ease;
max-width:17.5rem;
margin-top:12px;
display:inline-block;
font-size:13px;
color:#D4A45A;
overflow-wrap:anywhere;
}
.kqu-ft_contact_ruz:hover{
color:#F5EED8;
}
.kqu-ft_col_ruz{
min-width:0;
}
.kqu-ft_col_h_ruz{
font-weight:700;
letter-spacing:.08em;
font-size:0.813rem;
color:#F5EED8;
margin-bottom:14px;
overflow-wrap:break-word;
text-transform:uppercase;
}
.kqu-ft_col_links_ruz{
gap:10px;
flex-direction:column;
display:flex;
}
.kqu-ft_link_ruz{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#B8A98C;
}
.kqu-ft_link_ruz:hover{
color:#F5EED8;
}
.kqu-ft_bot_ruz{
padding:22px 0 40px;
gap:16px;
flex-direction:column;
border-top:1px solid rgba(245,238,220,0.13);
display:flex;
}
@media(min-width:766px){
.kqu-ft_bot_ruz{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.kqu-ft_legal_ruz{
line-height:1.6;
font-size:0.719rem;
color:#B0A28A;
max-width:47.5rem;
overflow-wrap:break-word;
}
.kqu-ft_legal_ruz b{
font-weight:700;
color:#B8A98C;
}
.kqu-ft_age_ruz{
border:1.5px solid #D4A45A;
flex:0 0 auto;
padding:4px 0.563rem;
border-radius:8px;
color:#D4A45A;
font-size:0.813rem;
font-weight:700;
}