*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F7F4EF;
font-size:15px;
text-rendering:optimizeLegibility;
line-height:1.6;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
color:#2E2A22;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-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;
}
.yuk-layout-lkj{
flex-direction:column;
min-height:100vh;
display:flex;
}
.yuk-main-lkj{
flex:1 1 auto;
min-width:0;
width:100%;
}
.yuk-container-lkj{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:766px){
.yuk-container-lkj{
padding:0 32px;
}
}
@media(min-width:1098px){
.yuk-container-lkj{
padding:0 3.5rem;
}
}
.yuk-eyebrow-lkj{
font-size:0.688rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.4;
letter-spacing:.2em;
display:inline-block;
color:#1E9E58;
text-transform:uppercase;
}
.yuk-band-lkj{
background:#16211A;
color:#F5F2EC;
}
.yuk-band-lkj .yuk-eyebrow-lkj{
color:#4ED98A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.yuk-tb-lkj{
background:#F7F4EF;
position:sticky;
z-index:50;
top:0;
border-bottom:1px solid rgba(20,18,14,0.15);
}
.yuk-tb_in-lkj{
margin:0 auto;
padding:12px 16px;
gap:1rem;
justify-content:space-between;
width:100%;
align-items:center;
max-width:1400px;
display:flex;
}
@media(min-width:769px){
.yuk-tb_in-lkj{
padding:1rem 32px;
}
}
@media(min-width:1097px){
.yuk-tb_in-lkj{
padding:1.125rem 56px;
}
}
.yuk-tb_left-lkj{
gap:28px;
display:flex;
min-width:0;
align-items:center;
}
.yuk-tb_logo-lkj{
gap:0.688rem;
align-items:center;
min-width:0;
display:flex;
}
.yuk-tb_logo_mark-lkj{
border-radius:0.5rem;
flex:0 0 auto;
height:2.125rem;
width:34px;
object-fit:cover;
}
.yuk-tb_logo_txt-lkj{
line-height:1;
display:flex;
flex-direction:column;
min-width:0;
}
.yuk-tb_logo_name-lkj{
overflow:hidden;
white-space:nowrap;
color:#18150F;
text-overflow:ellipsis;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:1.375rem;
letter-spacing:.02em;
}
.yuk-tb_logo_sub-lkj{
overflow:hidden;
color:#1E9E58;
letter-spacing:.32em;
margin-top:0.25rem;
font-weight:600;
white-space:nowrap;
font-size:0.531rem;
text-overflow:ellipsis;
text-transform:uppercase;
}
.yuk-tb_nav-lkj{
display:none;
}
@media(min-width:961px){
.yuk-tb_nav-lkj{
gap:28px;
display:flex;
align-items:center;
}
}
.yuk-tb_nav_item-lkj{
transition:color .22s ease,border-color .22s ease;
padding-bottom:3px;
font-weight:600;
font-size:14px;
border-bottom:2px solid transparent;
color:#2E2A22;
white-space:nowrap;
}
.yuk-tb_nav_item-lkj:hover{
color:#18150F;
}
.yuk-tb_nav_item-lkj.yuk-state_active-lkj{
border-color:#1E9E58;
color:#18150F;
}
.yuk-tb_right-lkj{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.yuk-tb_search-lkj{
transition:color .22s ease;
color:#2E2A22;
display:flex;
align-items:center;
justify-content:center;
}
.yuk-tb_search-lkj:hover{
color:#1E9E58;
}
.yuk-tb_search-lkj svg{
height:1.125rem;
width:18px;
}
.yuk-tb_lang-lkj{
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
font-size:11px;
color:#5C5649;
}
.yuk-tb_lang-lkj:hover{
color:#18150F;
}
.yuk-tb_login-lkj{
color:#18150F;
font-weight:600;
display:none;
font-size:14px;
}
@media(min-width:766px){
.yuk-tb_login-lkj{
display:inline-block;
}
}
.yuk-tb_register-lkj{
background:#18150F;
transition:background-color .22s ease;
border-radius:999px;
padding:0.688rem 22px;
white-space:nowrap;
font-size:0.875rem;
font-weight:700;
color:#F5F2EC;
}
.yuk-tb_register-lkj:hover{
background:#2E2A22;
}
.yuk-mob-lkj{
background:#F7F4EF;
border-top:1px solid rgba(20,18,14,0.15);
bottom:0;
right:0;
z-index:60;
left:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:961px){
.yuk-mob-lkj{
display:none;
}
}
.yuk-mob_in-lkj{
margin:0 auto;
max-width:35rem;
display:flex;
align-items:stretch;
justify-content:space-around;
}
.yuk-mob_item-lkj{
transition:color .22s ease;
gap:3px;
padding:0.563rem 4px;
flex:1 1 0;
align-items:center;
display:flex;
color:#5C5649;
min-width:0;
flex-direction:column;
}
.yuk-mob_item-lkj.yuk-state_active-lkj{
color:#1E9E58;
}
.yuk-mob_ic-lkj{
align-items:center;
justify-content:center;
display:flex;
}
.yuk-mob_ic-lkj svg{
width:1.25rem;
height:20px;
}
.yuk-mob_lb-lkj{
overflow:hidden;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
font-size:10px;
font-weight:600;
}
@media(max-width:960px){
body{
padding-bottom:60px;
}
}
.yuk-rail-lkj{
min-width:0;
position:relative;
}
.yuk-rail_scroll-lkj{
gap:0.875rem;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
padding-bottom:14px;
display:flex;
}
@media(min-width:769px){
.yuk-rail_scroll-lkj{
gap:18px;
}
}
.yuk-gc-lkj{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:765px){
.yuk-gc-lkj{
width:11.75rem;
}
}
.yuk-gc_img-lkj{
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 6px rgba(20,18,14,0.07), 0 0.5rem 1.25rem rgba(20,18,14,0.09);
}
.yuk-gc_img-lkj img{
inset:0;
position:absolute;
object-fit:cover;
width:100%;
height:100%;
}
.yuk-gc_cover-lkj{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.yuk-gc_hover-lkj{
inset:0;
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
justify-content:center;
align-items:center;
position:absolute;
opacity:0;
display:flex;
}
.yuk-gc-lkj:hover .yuk-gc_hover-lkj{
opacity:1;
}
.yuk-gc_hover_btn-lkj{
border-radius:999px;
background:#18150F;
justify-content:center;
width:2.875rem;
color:#F5F2EC;
height:2.875rem;
display:flex;
align-items:center;
}
.yuk-gc_hover_btn-lkj svg{
width:1.125rem;
height:1.125rem;
}
.yuk-gc_info-lkj{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
display:flex;
}
.yuk-gc_name-lkj{
overflow:hidden;
text-overflow:ellipsis;
color:#18150F;
font-size:0.813rem;
font-weight:700;
white-space:nowrap;
}
.yuk-gc_prov-lkj{
overflow:hidden;
font-size:11px;
text-overflow:ellipsis;
white-space:nowrap;
color:#5C5649;
}
.yuk-gc_meta-lkj{
font-size:11px;
color:#5C5649;
}
.yuk-tc-lkj{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:765px){
.yuk-tc-lkj{
width:14.375rem;
}
}
.yuk-tc_img-lkj{
border-radius:0.875rem;
overflow:hidden;
background:#FFFFFF;
box-shadow:0 2px 0.375rem rgba(20,18,14,0.07), 0 0.5rem 1.25rem rgba(20,18,14,0.09);
position:relative;
padding-bottom:75%;
}
.yuk-tc_img-lkj img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.yuk-tc_info-lkj{
gap:2px;
display:flex;
flex-direction:column;
min-width:0;
margin-top:9px;
}
.yuk-tc_name-lkj{
overflow:hidden;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
color:#18150F;
font-size:0.875rem;
}
.yuk-tc_rtp-lkj{
color:#5C5649;
font-size:11px;
}
.yuk-lc-lkj{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:770px){
.yuk-lc-lkj{
width:16.75rem;
}
}
.yuk-lc_img-lkj{
border-radius:14px;
background:#FFFFFF;
overflow:hidden;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(20,18,14,0.07), 0 8px 1.25rem rgba(20,18,14,0.09);
}
.yuk-lc_img-lkj img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.yuk-lc_live-lkj{
padding:0.25rem 0.563rem;
border-radius:62.438rem;
gap:7px;
background:rgba(0,0,0,0.52);
align-items:center;
top:0.75rem;
display:flex;
position:absolute;
left:0.75rem;
}
.yuk-lc_live_dot-lkj{
background:#D64235;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
height:8px;
width:0.5rem;
}
.yuk-lc_seats-lkj{
text-transform:uppercase;
font-weight:600;
letter-spacing:.08em;
font-size:0.625rem;
color:#F5F2EC;
}
.yuk-lc_info-lkj{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:0.563rem;
}
.yuk-lc_name-lkj{
overflow:hidden;
font-weight:700;
font-size:0.938rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#18150F;
}
.yuk-lc_bet-lkj{
color:#5C5649;
font-size:11px;
}
.yuk-pc-lkj{
gap:8px;
border-radius:0.875rem;
padding:16px 14px;
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
min-width:0;
justify-content:center;
min-height:74px;
align-items:center;
flex-direction:column;
display:flex;
}
.yuk-pc_logo-lkj{
flex:0 0 auto;
object-fit:contain;
width:auto;
max-width:100%;
height:1.75rem;
}
.yuk-pc_name-lkj{
overflow:hidden;
color:#5C5649;
font-size:0.688rem;
white-space:nowrap;
text-align:center;
text-overflow:ellipsis;
max-width:100%;
}
.yuk-gc_tag-lkj{
border-radius:0.5rem;
padding:3px 8px;
display:inline-block;
text-transform:uppercase;
z-index:2;
left:0.625rem;
font-weight:700;
font-size:0.625rem;
position:absolute;
top:0.625rem;
letter-spacing:.06em;
}
.yuk-gc_tag_hot-lkj{
background:#D64235;
color:#F5F2EC;
}
.yuk-gc_tag_new-lkj{
background:#34B76E;
color:#18150F;
}
.yuk-gc_tag_jp-lkj{
background:#C8922A;
color:#18150F;
}
.yuk-gc_tag_live-lkj{
background:#D64235;
color:#F5F2EC;
}
.yuk-sh-lkj{
margin-bottom:1.125rem;
min-width:0;
}
.yuk-sh_row-lkj{
gap:1rem;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
}
.yuk-sh_row-lkj .yuk-sh_l-lkj{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.yuk-sh_stack-lkj{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.yuk-sh_center-lkj{
gap:10px;
align-items:center;
flex-direction:column;
display:flex;
text-align:center;
}
.yuk-sh_h2-lkj{
line-height:1.1;
color:#18150F;
font-size:24px;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.yuk-sh_h2-lkj{
font-size:1.875rem;
}
}
.yuk-band-lkj .yuk-sh_h2-lkj{
color:#F5F2EC;
}
.yuk-sh_eb_line-lkj{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.yuk-sh_eb_line-lkj::before{
background:#1E9E58;
content:"";
width:28px;
display:inline-block;
height:1px;
}
.yuk-band-lkj .yuk-sh_eb_line-lkj::before{
background:#4ED98A;
}
.yuk-sh_eb_dot-lkj{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.yuk-sh_eb_dot-lkj::before{
background:#1E9E58;
border-radius:50%;
width:6px;
height:0.375rem;
display:inline-block;
content:"";
}
.yuk-band-lkj .yuk-sh_eb_dot-lkj::before{
background:#4ED98A;
}
.yuk-sh_link-lkj{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
white-space:nowrap;
display:inline-flex;
font-weight:600;
font-size:13px;
border-bottom:1px solid #18150F;
color:#18150F;
align-items:center;
padding-bottom:2px;
}
.yuk-sh_link-lkj:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.yuk-sh_link-lkj svg{
height:0.875rem;
width:14px;
}
.yuk-sh_link_chev-lkj{
padding-bottom:0;
border-bottom:0;
}
.yuk-sh_link_btn-lkj{
border-radius:999px;
background:#18150F;
padding:9px 1.125rem;
border-bottom:0;
color:#F5F2EC;
}
.yuk-sh_link_btn-lkj:hover{
background:#2E2A22;
border-color:transparent;
color:#F5F2EC;
}
.yuk-band-lkj .yuk-sh_link-lkj{
border-color:#F5F2EC;
color:#F5F2EC;
}
.yuk-band-lkj .yuk-sh_link_btn-lkj{
background:#4ED98A;
color:#18150F;
}
.yuk-sh_rule-lkj{
margin:-2px 0 18px;
background:rgba(20,18,14,0.15);
height:1px;
}
.yuk-band-lkj .yuk-sh_rule-lkj{
background:rgba(255,252,245,0.12);
}
.yuk-hero-lkj{
padding:32px 0 0.5rem;
}
@media(min-width:765px){
.yuk-hero-lkj{
padding:56px 0 1.5rem;
}
}
.yuk-hero_in-lkj{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:899px){
.yuk-hero_in-lkj{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.yuk-hero_copy-lkj{
min-width:0;
}
.yuk-hero_eyebrow-lkj{
gap:10px;
margin-bottom:1.375rem;
align-items:center;
display:inline-flex;
}
.yuk-hero_eyebrow_line-lkj{
background:#1E9E58;
flex:0 0 auto;
width:1.75rem;
height:1px;
display:inline-block;
}
.yuk-hero_h1-lkj{
font-weight:600;
overflow-wrap:break-word;
color:#18150F;
line-height:1.04;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
letter-spacing:-.01em;
margin-bottom:20px;
font-size:38px;
}
@media(min-width:765px){
.yuk-hero_h1-lkj{
font-size:54px;
}
}
@media(min-width:1102px){
.yuk-hero_h1-lkj{
font-size:62px;
}
}
.yuk-hero_h1-lkj em{
font-style:normal;
color:#1E9E58;
}
.yuk-hero_sub-lkj{
line-height:1.6;
font-size:1rem;
margin-bottom:30px;
color:#7A7265;
max-width:480px;
}
@media(min-width:768px){
.yuk-hero_sub-lkj{
font-size:18px;
}
}
.yuk-hero_actions-lkj{
gap:14px;
flex-wrap:wrap;
margin-bottom:34px;
align-items:center;
display:flex;
}
.yuk-hero_cta-lkj{
padding:16px 30px;
gap:0.625rem;
border-radius:999px;
background:#18150F;
transition:background-color .22s ease;
font-weight:700;
color:#F5F2EC;
align-items:center;
font-size:15px;
display:inline-flex;
}
.yuk-hero_cta-lkj:hover{
background:#2E2A22;
}
.yuk-hero_cta_ic-lkj{
display:inline-flex;
align-items:center;
}
.yuk-hero_cta_ic-lkj svg{
height:1rem;
width:16px;
}
.yuk-hero_cta_alt-lkj{
padding:15px 1.625rem;
background:transparent;
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(20,18,14,0.15);
border-radius:62.438rem;
display:inline-flex;
align-items:center;
font-weight:600;
font-size:0.938rem;
color:#18150F;
}
.yuk-hero_cta_alt-lkj:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.yuk-hero_trust-lkj{
gap:22px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.yuk-hero_trust_item-lkj{
gap:9px;
font-weight:600;
align-items:center;
font-size:13px;
display:flex;
color:#2E2A22;
}
.yuk-hero_trust_ic-lkj{
align-items:center;
display:inline-flex;
color:#1E9E58;
}
.yuk-hero_trust_ic-lkj svg{
height:1rem;
width:16px;
}
.yuk-hero_promo-lkj{
background:#FFFFFF;
overflow:hidden;
border-radius:1.25rem;
min-height:18.75rem;
box-shadow:0 12px 48px rgba(20,18,14,0.14), 0 3px 0.625rem rgba(20,18,14,0.08);
position:relative;
display:flex;
}
.yuk-hero_promo_bg-lkj{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.yuk-hero_promo_bg-lkj::after{
inset:0;
background:linear-gradient(120deg,#16211A 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.yuk-hero_promo_glow-lkj{
background:radial-gradient(circle,rgba(52,183,110,0.18) 0%,transparent 65%);
border-radius:50%;
pointer-events:none;
position:absolute;
top:-2.5rem;
width:260px;
height:16.25rem;
right:-20px;
}
.yuk-hero_promo_ct-lkj{
padding:28px;
z-index:2;
align-self:flex-end;
position:relative;
max-width:88%;
}
.yuk-hero_promo_label-lkj{
font-size:10px;
color:#4ED98A;
letter-spacing:.25em;
font-weight:700;
display:block;
margin-bottom:8px;
text-transform:uppercase;
}
.yuk-hero_promo_amount-lkj{
font-weight:600;
color:#F5F2EC;
line-height:1.05;
font-size:2rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:768px){
.yuk-hero_promo_amount-lkj{
font-size:40px;
}
}
.yuk-hero_promo_amount-lkj em{
font-style:normal;
color:#4ED98A;
}
.yuk-hero_rating-lkj{
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.08);
padding:10px 0.875rem;
border-radius:14px;
gap:10px;
right:0.875rem;
z-index:3;
display:flex;
position:absolute;
box-shadow:0 2px 6px rgba(20,18,14,0.07), 0 8px 1.25rem rgba(20,18,14,0.09);
top:0.875rem;
align-items:center;
max-width:min(16.25rem,62%);
}
.yuk-hero_rating_score-lkj{
flex:0 0 auto;
font-size:24px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#18150F;
font-weight:700;
}
.yuk-hero_rating_txt-lkj{
flex:1 1 auto;
min-width:0;
}
.yuk-hero_rating_stars-lkj{
gap:2px;
display:flex;
color:#1E9E58;
}
.yuk-hero_rating_stars-lkj svg{
width:12px;
height:0.75rem;
}
.yuk-hero_rating_cap-lkj{
line-height:1.35;
font-size:0.688rem;
color:#5C5649;
overflow-wrap:break-word;
margin-top:3px;
display:block;
}
.yuk-stat-lkj{
border-bottom:1px solid rgba(20,18,14,0.15);
margin-top:1rem;
border-top:1px solid rgba(20,18,14,0.15);
}
.yuk-stat_in-lkj{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.yuk-stat_in-lkj{
grid-template-columns:repeat(4,1fr);
}
}
.yuk-stat_item-lkj{
padding:22px 0.875rem;
border-right:1px solid rgba(20,18,14,0.08);
min-width:0;
border-bottom:1px solid rgba(20,18,14,0.08);
}
.yuk-stat_item-lkj:nth-child(2n){
border-right:0;
}
.yuk-stat_item-lkj:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.yuk-stat_item-lkj{
border-bottom:0;
}
.yuk-stat_item-lkj:nth-child(2n){
border-right:1px solid rgba(20,18,14,0.08);
}
.yuk-stat_item-lkj:nth-child(4n){
border-right:0;
}
}
.yuk-stat_value-lkj{
font-size:1.875rem;
line-height:1;
color:#18150F;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:700;
overflow-wrap:break-word;
}
@media(min-width:766px){
.yuk-stat_value-lkj{
font-size:2.125rem;
}
}
.yuk-stat_label-lkj{
color:#5C5649;
line-height:1.4;
font-size:13px;
margin-top:6px;
overflow-wrap:break-word;
}
.yuk-grow-lkj{
padding:26px 0 0.625rem;
}
.yuk-row_seo-lkj{
margin:10px 0 0;
line-height:1.65;
overflow-wrap:break-word;
color:#7A7265;
font-size:14px;
max-width:760px;
}
.yuk-row_seo-lkj strong{
color:#18150F;
font-weight:700;
}
.yuk-grow-lkj{
padding:26px 0 10px;
}
.yuk-row_seo-lkj{
margin:0.625rem 0 0;
line-height:1.65;
font-size:0.875rem;
color:#7A7265;
overflow-wrap:break-word;
max-width:760px;
}
.yuk-row_seo-lkj strong{
font-weight:700;
color:#18150F;
}
.yuk-grow-lkj{
padding:26px 0 0.625rem;
}
.yuk-row_seo-lkj{
margin:0.625rem 0 0;
color:#7A7265;
line-height:1.65;
max-width:760px;
overflow-wrap:break-word;
font-size:0.875rem;
}
.yuk-row_seo-lkj strong{
font-weight:700;
color:#18150F;
}
.yuk-jp-lkj{
padding:30px 0 10px;
}
.yuk-jp_grid-lkj{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:771px){
.yuk-jp_grid-lkj{
grid-template-columns:1fr 1fr;
}
.yuk-jp_card_mega-lkj{
grid-column:1/-1;
}
}
@media(min-width:998px){
.yuk-jp_grid-lkj{
grid-template-columns:1.4fr 1fr 1fr;
}
.yuk-jp_card_mega-lkj{
grid-column:auto;
}
}
.yuk-jp_card-lkj{
background:#FFFFFF;
border-radius:20px;
overflow:hidden;
padding:1.625rem;
gap:12px;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
min-height:200px;
display:flex;
flex-direction:column;
position:relative;
justify-content:space-between;
}
.yuk-jp_card_mega-lkj{
border-color:transparent;
background:linear-gradient(135deg,#16211A,#0C1410);
color:#F5F2EC;
min-height:210px;
}
.yuk-jp_glow-lkj{
background:radial-gradient(circle,rgba(52,183,110,0.18),transparent 70%);
border-radius:50%;
right:-2.5rem;
height:200px;
width:200px;
position:absolute;
top:-2.5rem;
pointer-events:none;
}
.yuk-jp_label-lkj{
gap:10px;
flex-wrap:wrap;
font-weight:700;
position:relative;
align-items:center;
letter-spacing:.16em;
text-transform:uppercase;
color:#1E9E58;
justify-content:space-between;
font-size:10px;
display:flex;
}
.yuk-jp_card_mega-lkj .yuk-jp_label-lkj{
color:#4ED98A;
}
.yuk-jp_drop-lkj{
text-transform:none;
font-weight:600;
letter-spacing:.04em;
color:#5C5649;
}
.yuk-jp_card_mega-lkj .yuk-jp_drop-lkj{
color:#A8BDB3;
}
.yuk-jp_amount-lkj{
color:#18150F;
line-height:1;
font-weight:700;
position:relative;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:2.375rem;
}
.yuk-jp_card_mega-lkj .yuk-jp_amount-lkj{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#4ED98A;
}
@media(min-width:769px){
.yuk-jp_card_mega-lkj .yuk-jp_amount-lkj{
font-size:3.375rem;
}
}
.yuk-jp_game-lkj{
font-size:13px;
position:relative;
color:#5C5649;
}
.yuk-jp_card_mega-lkj .yuk-jp_game-lkj{
color:#A8BDB3;
}
.yuk-jp_cta-lkj{
align-self:flex-start;
position:relative;
}
.yuk-jp_card_mega-lkj .yuk-jp_cta-lkj{
transition:opacity .22s ease;
border-radius:999px;
padding:10px 20px;
background:#4ED98A;
font-size:13px;
font-weight:700;
color:#18150F;
}
.yuk-jp_card_mega-lkj .yuk-jp_cta-lkj:hover{
opacity:.9;
}
.yuk-jp_card-lkj:not(.yuk-jp_card_mega-lkj) .yuk-jp_cta-lkj{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #18150F;
font-weight:700;
font-size:13px;
color:#18150F;
padding-bottom:2px;
}
.yuk-jp_card-lkj:not(.yuk-jp_card_mega-lkj) .yuk-jp_cta-lkj:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.yuk-jp_seo-lkj{
margin:0.875rem 0 0;
color:#7A7265;
overflow-wrap:break-word;
max-width:47.5rem;
line-height:1.65;
font-size:0.875rem;
}
.yuk-jp_seo-lkj strong{
color:#18150F;
font-weight:700;
}
.yuk-pr-lkj{
padding:30px 0 6px;
}
.yuk-pr_card-lkj{
gap:10px;
background:#FFFFFF;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
padding:26px;
border-radius:20px;
flex:0 0 auto;
min-height:12.5rem;
width:280px;
display:flex;
position:relative;
flex-direction:column;
}
@media(min-width:766px){
.yuk-pr_card-lkj{
width:18.75rem;
}
}
.yuk-pr_card_feat-lkj{
background:linear-gradient(150deg,#16211A,#0C1410);
border-color:transparent;
color:#F5F2EC;
}
.yuk-pr_glow-lkj{
background:radial-gradient(circle,rgba(52,183,110,0.18),transparent 70%);
border-radius:50%;
right:-30px;
top:-1.875rem;
position:absolute;
pointer-events:none;
height:130px;
opacity:0;
width:130px;
}
.yuk-pr_card_feat-lkj .yuk-pr_glow-lkj{
opacity:1;
}
.yuk-pr_label-lkj{
position:relative;
text-transform:uppercase;
letter-spacing:.16em;
font-size:10px;
font-weight:700;
color:#1E9E58;
}
.yuk-pr_card_feat-lkj .yuk-pr_label-lkj{
color:#4ED98A;
}
.yuk-pr_amount-lkj{
line-height:1.08;
font-weight:600;
color:#18150F;
position:relative;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:26px;
}
.yuk-pr_card_feat-lkj .yuk-pr_amount-lkj{
color:#F5F2EC;
}
.yuk-pr_amount-lkj em{
font-style:normal;
color:#1E9E58;
}
.yuk-pr_card_feat-lkj .yuk-pr_amount-lkj em{
color:#4ED98A;
}
.yuk-pr_terms-lkj{
line-height:1.5;
position:relative;
font-size:0.813rem;
color:#5C5649;
}
.yuk-pr_card_feat-lkj .yuk-pr_terms-lkj{
color:#A8BDB3;
}
.yuk-pr_cta-lkj{
align-self:flex-start;
margin-top:auto;
position:relative;
}
.yuk-pr_card_feat-lkj .yuk-pr_cta-lkj{
background:#4ED98A;
border-radius:999px;
padding:9px 1.125rem;
transition:opacity .22s ease;
color:#18150F;
font-weight:700;
font-size:13px;
}
.yuk-pr_card_feat-lkj .yuk-pr_cta-lkj:hover{
opacity:.9;
}
.yuk-pr_card-lkj:not(.yuk-pr_card_feat-lkj) .yuk-pr_cta-lkj{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #18150F;
padding-bottom:2px;
font-size:13px;
font-weight:700;
color:#18150F;
}
.yuk-pr_card-lkj:not(.yuk-pr_card_feat-lkj) .yuk-pr_cta-lkj:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.yuk-gf-lkj{
padding:24px 0 0.375rem;
}
.yuk-gf_in-lkj{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.yuk-gf_chip-lkj{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(20,18,14,0.15);
border-radius:999px;
padding:10px 18px;
background:#FFFFFF;
white-space:nowrap;
font-size:13px;
color:#2E2A22;
font-weight:600;
}
.yuk-gf_chip-lkj:hover{
border-color:#1E9E58;
color:#1E9E58;
}
.yuk-gf_chip-lkj.yuk-state_active-lkj{
border-color:transparent;
background:#18150F;
color:#F5F2EC;
}
.yuk-grow-lkj{
padding:26px 0 0.625rem;
}
.yuk-row_seo-lkj{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
color:#7A7265;
}
.yuk-row_seo-lkj strong{
font-weight:700;
color:#18150F;
}
.yuk-app-lkj{
padding:1.875rem 0 0.625rem;
}
.yuk-app_in-lkj{
border:1px solid rgba(20,18,14,0.08);
gap:1.75rem;
background:#FFFFFF;
padding:32px;
border-radius:1.25rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.yuk-app_in-lkj{
padding:40px 2.75rem;
gap:2.5rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.yuk-app_copy-lkj{
min-width:0;
max-width:560px;
}
.yuk-app_eyebrow-lkj{
margin-bottom:0.75rem;
}
.yuk-app_h2-lkj{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.75rem;
font-size:1.75rem;
overflow-wrap:break-word;
color:#18150F;
line-height:1.05;
font-weight:600;
}
@media(min-width:765px){
.yuk-app_h2-lkj{
font-size:34px;
}
}
.yuk-app_text-lkj{
font-size:0.875rem;
line-height:1.6;
color:#7A7265;
margin-bottom:22px;
}
.yuk-app_btns-lkj{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.yuk-app_btn-lkj{
transition:background-color .22s ease;
border-radius:0.875rem;
padding:11px 20px;
background:#18150F;
gap:0.625rem;
color:#F5F2EC;
align-items:center;
display:inline-flex;
}
.yuk-app_btn-lkj:hover{
background:#2E2A22;
}
.yuk-app_btn_ic-lkj{
display:inline-flex;
align-items:center;
}
.yuk-app_btn_ic-lkj svg{
width:1.125rem;
height:1.125rem;
}
.yuk-app_btn_lb-lkj{
font-size:13.5px;
font-weight:700;
}
.yuk-app_qr_wrap-lkj{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.yuk-app_qr-lkj{
flex:0 0 auto;
border-radius:14px;
height:108px;
background-color:#18150F;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 5px 11px);
width:6.75rem;
}
.yuk-app_qr_cap-lkj{
line-height:1.4;
max-width:5.75rem;
color:#5C5649;
font-size:12.5px;
}
.yuk-nl-lkj{
padding:24px 0 10px;
}
.yuk-nl_in-lkj{
padding:30px 2rem;
border-radius:20px;
background:#111C19;
gap:22px;
display:flex;
flex-direction:column;
color:#F5F2EC;
}
@media(min-width:770px){
.yuk-nl_in-lkj{
gap:1.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.yuk-nl_text_wrap-lkj{
min-width:0;
}
.yuk-nl_h3-lkj{
overflow-wrap:break-word;
font-size:22px;
color:#F5F2EC;
font-weight:600;
line-height:1.1;
margin-bottom:5px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.yuk-nl_h3-lkj{
font-size:24px;
}
}
.yuk-nl_text-lkj{
font-size:0.844rem;
color:#A8BDB3;
line-height:1.5;
}
.yuk-nl_form-lkj{
gap:0.625rem;
flex:1 1 auto;
display:flex;
max-width:460px;
min-width:0;
}
.yuk-nl_input-lkj{
padding:0.813rem 1rem;
flex:1 1 auto;
background:rgba(255,252,245,0.07);
border-radius:0.875rem;
border:1px solid rgba(255,252,245,0.12);
overflow:hidden;
display:flex;
color:#A8BDB3;
text-overflow:ellipsis;
align-items:center;
font-size:14px;
min-width:0;
white-space:nowrap;
}
.yuk-nl_btn-lkj{
padding:0.813rem 1.5rem;
border-radius:0.875rem;
background:#4ED98A;
flex:0 0 auto;
transition:opacity .22s ease;
font-weight:700;
font-size:0.875rem;
color:#18150F;
white-space:nowrap;
}
.yuk-nl_btn-lkj:hover{
opacity:.9;
}
.yuk-trn-lkj{
padding:1.875rem 0 10px;
}
.yuk-trn_in-lkj{
border-radius:1.25rem;
background:#FFFFFF;
overflow:hidden;
grid-template-columns:1fr;
border:1px solid rgba(20,18,14,0.08);
display:grid;
}
@media(min-width:882px){
.yuk-trn_in-lkj{
grid-template-columns:1.05fr 1fr;
}
}
.yuk-trn_banner-lkj{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(150deg,#16211A,#0C1410);
color:#F5F2EC;
position:relative;
}
.yuk-trn_glow-lkj{
background:radial-gradient(circle,rgba(52,183,110,0.18),transparent 70%);
border-radius:50%;
position:absolute;
width:12.5rem;
right:-40px;
pointer-events:none;
height:12.5rem;
bottom:-2.5rem;
}
.yuk-trn_eyebrow-lkj{
position:relative;
margin-bottom:0.875rem;
}
.yuk-trn_h2-lkj{
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-size:30px;
line-height:1.06;
font-weight:600;
color:#F5F2EC;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
position:relative;
}
@media(min-width:769px){
.yuk-trn_h2-lkj{
font-size:2.25rem;
}
}
.yuk-trn_text-lkj{
font-size:14px;
margin-bottom:1.375rem;
color:#A8BDB3;
max-width:26.25rem;
position:relative;
line-height:1.6;
}
.yuk-trn_timer-lkj{
gap:0.5rem;
display:flex;
align-items:center;
position:relative;
margin-bottom:1.5rem;
flex-wrap:wrap;
}
.yuk-trn_timer_cap-lkj{
color:#A8BDB3;
font-size:11px;
}
.yuk-trn_timer_box-lkj{
background:rgba(255,252,245,0.07);
border-radius:8px;
padding:0.25rem 12px;
font-weight:700;
color:#F5F2EC;
font-size:1.5rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
.yuk-trn_cta-lkj{
transition:opacity .22s ease;
padding:0.813rem 26px;
background:#4ED98A;
border-radius:999px;
font-size:14px;
position:relative;
font-weight:700;
color:#18150F;
display:inline-block;
}
.yuk-trn_cta-lkj:hover{
opacity:.9;
}
.yuk-trn_lb-lkj{
padding:1.625rem 28px;
}
.yuk-trn_lb_head-lkj{
gap:0.625rem;
margin-bottom:12px;
justify-content:space-between;
align-items:center;
display:flex;
}
.yuk-trn_lb_title-lkj{
color:#18150F;
font-size:1.25rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.yuk-trn_lb_upd-lkj{
color:#5C5649;
letter-spacing:.08em;
text-transform:uppercase;
font-size:11px;
}
.yuk-trn_lb_row-lkj{
gap:14px;
border-radius:8px;
padding:11px 12px;
display:flex;
align-items:center;
}
.yuk-trn_lb_row-lkj:nth-child(2){
background:rgba(30,158,88,0.10);
}
.yuk-trn_lb_rank-lkj{
flex:0 0 auto;
font-weight:700;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:16px;
color:#1E9E58;
width:22px;
}
.yuk-trn_lb_av-lkj{
flex:0 0 auto;
background:linear-gradient(135deg,#C8922A,#E8C060);
border-radius:50%;
width:1.875rem;
height:30px;
}
.yuk-trn_lb_name-lkj{
flex:1 1 auto;
overflow:hidden;
min-width:0;
font-weight:600;
text-overflow:ellipsis;
white-space:nowrap;
color:#18150F;
font-size:0.875rem;
}
.yuk-trn_lb_amount-lkj{
flex:0 0 auto;
font-weight:700;
font-size:13px;
color:#18150F;
}
.yuk-vip-lkj{
padding:3rem 0;
}
@media(min-width:771px){
.yuk-vip-lkj{
padding:4rem 0;
}
}
.yuk-vip_head-lkj{
gap:0.875rem;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:878px){
.yuk-vip_head-lkj{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.yuk-vip_eyebrow-lkj{
margin-bottom:12px;
}
.yuk-vip_h2-lkj{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#F5F2EC;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
}
@media(min-width:770px){
.yuk-vip_h2-lkj{
font-size:2.5rem;
}
}
.yuk-vip_intro-lkj{
line-height:1.6;
font-size:14px;
color:#A8BDB3;
max-width:420px;
}
.yuk-vip_grid-lkj{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.yuk-vip_card-lkj{
border:1px solid rgba(255,252,245,0.12);
padding:22px 18px;
border-radius:0.875rem;
min-width:0;
}
.yuk-vip_card_feat-lkj{
border-color:#4ED98A;
background:rgba(255,252,245,0.07);
}
.yuk-vip_card_ic-lkj{
border-radius:0.5rem;
background:linear-gradient(135deg,#C8922A,#E8C060);
width:34px;
display:block;
height:34px;
margin-bottom:16px;
}
.yuk-vip_name-lkj{
color:#F5F2EC;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:20px;
margin-bottom:6px;
overflow-wrap:break-word;
}
.yuk-vip_perk-lkj{
font-size:0.781rem;
color:#A8BDB3;
line-height:1.5;
overflow-wrap:break-word;
}
.yuk-hts-lkj{
padding:3rem 0;
}
@media(min-width:769px){
.yuk-hts-lkj{
padding:62px 0;
}
}
.yuk-hts_head-lkj{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:34px;
}
@media(min-width:769px){
.yuk-hts_head-lkj{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.yuk-hts_eyebrow-lkj{
margin-bottom:12px;
}
.yuk-hts_h2-lkj{
overflow-wrap:break-word;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:30px;
color:#F5F2EC;
line-height:1.05;
}
@media(min-width:769px){
.yuk-hts_h2-lkj{
font-size:38px;
}
}
.yuk-hts_cta-lkj{
background:#4ED98A;
transition:opacity .22s ease;
padding:0.938rem 30px;
border-radius:999px;
flex:0 0 auto;
color:#18150F;
font-size:15px;
font-weight:700;
}
.yuk-hts_cta-lkj:hover{
opacity:.9;
}
.yuk-hts_grid-lkj{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:763px){
.yuk-hts_grid-lkj{
grid-template-columns:repeat(3,1fr);
}
}
.yuk-hts_step-lkj{
padding-top:1.375rem;
border-top:1px solid rgba(255,252,245,0.12);
min-width:0;
}
.yuk-hts_step_num-lkj{
color:#4ED98A;
font-weight:700;
line-height:1;
font-size:2.75rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.875rem;
}
.yuk-hts_step_h-lkj{
font-weight:700;
line-height:1.2;
overflow-wrap:break-word;
margin-bottom:8px;
font-size:1.188rem;
color:#F5F2EC;
}
.yuk-hts_step_p-lkj{
font-size:0.875rem;
color:#A8BDB3;
overflow-wrap:break-word;
line-height:1.55;
}
.yuk-rc-lkj{
padding:48px 0 10px;
}
.yuk-rc_in-lkj{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:758px){
.yuk-rc_in-lkj{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.yuk-rc_col-lkj{
min-width:0;
}
.yuk-rc_label-lkj{
margin-bottom:1rem;
color:#1E9E58;
letter-spacing:.2em;
font-weight:600;
font-size:0.688rem;
text-transform:uppercase;
}
.yuk-rc_awards-lkj{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.yuk-rc_award-lkj{
gap:12px;
display:flex;
min-width:0;
align-items:center;
}
.yuk-rc_award_ic-lkj{
flex:0 0 auto;
display:inline-flex;
color:#34B76E;
align-items:center;
}
.yuk-rc_award_ic-lkj svg{
width:1.125rem;
height:18px;
}
.yuk-rc_award_t-lkj{
color:#18150F;
font-weight:700;
overflow-wrap:break-word;
font-size:14px;
}
.yuk-rc_award_s-lkj{
color:#5C5649;
font-size:0.75rem;
overflow-wrap:break-word;
}
.yuk-rc_press-lkj{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.yuk-rc_press_logo-lkj{
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
padding:0 0.5rem;
border-radius:0.5rem;
justify-content:center;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
white-space:nowrap;
font-weight:700;
text-align:center;
display:flex;
align-items:center;
color:#7A7265;
height:52px;
text-overflow:ellipsis;
font-size:0.875rem;
}
.yuk-rc_partner-lkj{
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
border-radius:14px;
padding:1.375rem;
}
.yuk-rc_partner_name-lkj{
overflow-wrap:break-word;
color:#18150F;
font-size:20px;
margin-bottom:6px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.yuk-rc_partner_text-lkj{
font-size:0.813rem;
line-height:1.55;
overflow-wrap:break-word;
color:#7A7265;
}
.yuk-ts-lkj{
padding:2.75rem 0;
}
.yuk-ts_in-lkj{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:880px){
.yuk-ts_in-lkj{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.yuk-ts_left-lkj{
min-width:0;
}
.yuk-ts_h2-lkj{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.1;
margin-bottom:0.75rem;
color:#F5F2EC;
font-weight:600;
font-size:26px;
}
@media(min-width:771px){
.yuk-ts_h2-lkj{
font-size:1.75rem;
}
}
.yuk-ts_text-lkj{
margin-bottom:1.375rem;
max-width:520px;
line-height:1.6;
font-size:0.906rem;
color:#A8BDB3;
}
.yuk-ts_badges-lkj{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.yuk-ts_badge-lkj{
color:#A8BDB3;
font-size:13px;
font-weight:600;
}
.yuk-ts_pay-lkj{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:880px){
.yuk-ts_pay-lkj{
justify-content:flex-end;
}
}
.yuk-ts_pay_chip-lkj{
background:rgba(255,252,245,0.07);
border:1px solid rgba(255,252,245,0.12);
padding:0.75rem 16px;
border-radius:14px;
font-weight:700;
color:#F5F2EC;
font-size:0.875rem;
}
.yuk-op-lkj{
padding:2.25rem 0 0.625rem;
}
.yuk-op_in-lkj{
gap:2rem;
border-radius:14px;
padding:2rem;
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:861px){
.yuk-op_in-lkj{
padding:34px 40px;
gap:44px;
grid-template-columns:.9fr 1.1fr;
}
}
.yuk-op_left-lkj{
min-width:0;
}
.yuk-op_eyebrow-lkj{
margin-bottom:12px;
}
.yuk-op_h2-lkj{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
color:#18150F;
margin-bottom:10px;
font-size:28px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:768px){
.yuk-op_h2-lkj{
font-size:1.875rem;
}
}
.yuk-op_text-lkj{
font-size:0.875rem;
line-height:1.6;
color:#7A7265;
}
.yuk-op_grid-lkj{
border-radius:8px;
border:1px solid rgba(20,18,14,0.15);
overflow:hidden;
grid-template-columns:1fr 1fr;
background:rgba(20,18,14,0.15);
gap:1px;
display:grid;
}
.yuk-op_field-lkj{
background:#F7F4EF;
padding:18px 1.25rem;
min-width:0;
}
.yuk-op_field_lb-lkj{
font-size:10px;
font-weight:600;
text-transform:uppercase;
margin-bottom:5px;
letter-spacing:.1em;
color:#1E9E58;
}
.yuk-op_field_val-lkj{
color:#18150F;
font-weight:700;
font-size:14px;
overflow-wrap:break-word;
}
.yuk-prov-lkj{
padding:2.5rem 0 20px;
}
.yuk-prov_eyebrow-lkj{
margin-bottom:18px;
display:block;
}
.yuk-prov_grid-lkj{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:563px){
.yuk-prov_grid-lkj{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.yuk-prov_grid-lkj{
grid-template-columns:repeat(6,1fr);
}
}
.yuk-et-lkj{
padding:2.25rem 0 0.625rem;
}
.yuk-et_in-lkj{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:878px){
.yuk-et_in-lkj{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.yuk-et_left-lkj{
min-width:0;
}
.yuk-et_eyebrow-lkj{
margin-bottom:12px;
}
.yuk-et_h2-lkj{
margin-bottom:14px;
overflow-wrap:break-word;
line-height:1.06;
font-size:1.75rem;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#18150F;
}
@media(min-width:765px){
.yuk-et_h2-lkj{
font-size:2rem;
}
}
.yuk-et_text-lkj{
margin-bottom:1.375rem;
line-height:1.65;
font-size:0.938rem;
color:#7A7265;
}
.yuk-et_stats-lkj{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.yuk-et_stat-lkj{
min-width:0;
}
.yuk-et_stat_v-lkj{
font-size:26px;
line-height:1;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#18150F;
}
.yuk-et_stat_l-lkj{
color:#5C5649;
font-size:0.781rem;
margin-top:4px;
}
.yuk-et_right-lkj{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.yuk-et_member-lkj{
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
border-radius:0.875rem;
padding:18px 1.25rem;
gap:16px;
display:flex;
min-width:0;
align-items:center;
}
.yuk-et_member_av-lkj{
border-radius:50%;
background:linear-gradient(135deg,#16211A,#1E9E58);
flex:0 0 auto;
width:3rem;
height:3rem;
}
.yuk-et_member_name-lkj{
font-size:0.938rem;
font-weight:700;
color:#18150F;
overflow-wrap:break-word;
}
.yuk-et_member_role-lkj{
color:#5C5649;
font-size:0.781rem;
overflow-wrap:break-word;
}
.yuk-et_updated-lkj{
gap:8px;
border-radius:14px;
background:#F7F4EF;
padding:0.875rem 1.125rem;
border:1px solid rgba(20,18,14,0.08);
display:flex;
font-size:12.5px;
align-items:center;
color:#7A7265;
}
.yuk-tt-lkj{
padding:3rem 0 0.625rem;
}
@media(min-width:769px){
.yuk-tt-lkj{
padding:3.75rem 0 10px;
}
}
.yuk-tt_head-lkj{
margin-bottom:2.125rem;
text-align:center;
}
.yuk-tt_eyebrow-lkj{
margin-bottom:12px;
}
.yuk-tt_h2-lkj{
overflow-wrap:break-word;
color:#18150F;
font-weight:600;
font-size:2rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:765px){
.yuk-tt_h2-lkj{
font-size:2.625rem;
}
}
.yuk-tt_grid-lkj{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.yuk-tt_grid-lkj{
grid-template-columns:repeat(3,1fr);
}
}
.yuk-tt_card-lkj{
border:1px solid rgba(20,18,14,0.08);
background:#FFFFFF;
border-radius:14px;
padding:1.875rem;
display:flex;
min-width:0;
flex-direction:column;
}
.yuk-tt_card_ic-lkj{
margin-bottom:1.125rem;
color:#1E9E58;
display:inline-flex;
align-items:center;
}
.yuk-tt_card_ic-lkj svg{
height:1.75rem;
width:1.75rem;
}
.yuk-tt_card_h-lkj{
margin-bottom:8px;
overflow-wrap:break-word;
font-weight:600;
font-size:1.375rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
color:#18150F;
}
.yuk-tt_card_p-lkj{
margin-bottom:0.875rem;
color:#7A7265;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.875rem;
}
.yuk-tt_card_p-lkj b{
font-weight:700;
color:#18150F;
}
.yuk-tt_card_link-lkj{
transition:color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #1E9E58;
color:#18150F;
margin-top:auto;
align-self:flex-start;
font-size:0.813rem;
font-weight:700;
}
.yuk-tt_card_link-lkj:hover{
color:#1E9E58;
}
.yuk-wy-lkj{
padding:3rem 0;
}
@media(min-width:767px){
.yuk-wy-lkj{
padding:3.5rem 0;
}
}
.yuk-wy_in-lkj{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:901px){
.yuk-wy_in-lkj{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.yuk-wy_left-lkj{
min-width:0;
}
.yuk-wy_eyebrow-lkj{
margin-bottom:0.875rem;
}
.yuk-wy_h2-lkj{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#18150F;
font-size:32px;
margin-bottom:16px;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.yuk-wy_h2-lkj{
font-size:40px;
}
}
.yuk-wy_intro-lkj{
line-height:1.6;
font-size:0.938rem;
color:#7A7265;
}
.yuk-wy_grid-lkj{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:562px){
.yuk-wy_grid-lkj{
grid-template-columns:1fr 1fr;
}
}
.yuk-wy_card-lkj{
background:#FFFFFF;
border-radius:0.875rem;
padding:1.625rem;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.yuk-wy_card_ic-lkj{
color:#1E9E58;
margin-bottom:16px;
justify-content:center;
align-items:center;
display:inline-flex;
}
.yuk-wy_card_ic-lkj svg{
height:1.625rem;
width:26px;
}
.yuk-wy_card_h-lkj{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:0.5rem;
font-size:21px;
color:#18150F;
overflow-wrap:break-word;
line-height:1.15;
}
.yuk-wy_card_p-lkj{
overflow-wrap:break-word;
color:#7A7265;
line-height:1.55;
font-size:0.875rem;
}
.yuk-rv-lkj{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(20,18,14,0.08);
margin-top:24px;
border-top:1px solid rgba(20,18,14,0.08);
}
@media(min-width:771px){
.yuk-rv-lkj{
padding:3.5rem 0;
}
}
.yuk-rv_head-lkj{
gap:1rem;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:771px){
.yuk-rv_head-lkj{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.yuk-rv_eyebrow-lkj{
margin-bottom:0.625rem;
}
.yuk-rv_h2-lkj{
font-size:30px;
color:#18150F;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:767px){
.yuk-rv_h2-lkj{
font-size:38px;
}
}
.yuk-rv_agg-lkj{
gap:0.75rem;
display:flex;
align-items:center;
}
.yuk-rv_agg_stars-lkj{
gap:3px;
color:#1E9E58;
display:flex;
}
.yuk-rv_agg_stars-lkj svg{
height:1.125rem;
width:18px;
}
.yuk-rv_source-lkj{
color:#7A7265;
font-size:13px;
}
.yuk-rv_grid-lkj{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.yuk-rv_grid-lkj{
grid-template-columns:repeat(3,1fr);
}
}
.yuk-rv_card-lkj{
border-radius:0.875rem;
background:#F7F4EF;
padding:1.625rem;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
}
.yuk-rv_card_stars-lkj{
gap:2px;
display:flex;
color:#1E9E58;
margin-bottom:12px;
}
.yuk-rv_card_stars-lkj svg{
width:14px;
height:0.875rem;
}
.yuk-rv_card_body-lkj{
font-weight:500;
margin-bottom:1rem;
line-height:1.45;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#18150F;
overflow-wrap:break-word;
font-size:18px;
}
.yuk-rv_card_meta-lkj{
gap:0.625rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.yuk-rv_card_av-lkj{
background:linear-gradient(135deg,#C8922A,#E8C060);
flex:0 0 auto;
border-radius:50%;
width:32px;
height:2rem;
}
.yuk-rv_card_author-lkj{
font-weight:700;
font-size:0.813rem;
color:#18150F;
}
.yuk-rv_card_loc-lkj{
font-size:12px;
color:#5C5649;
}
.yuk-faq-lkj{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(20,18,14,0.08);
border-top:1px solid rgba(20,18,14,0.08);
margin-top:1.5rem;
}
@media(min-width:769px){
.yuk-faq-lkj{
padding:62px 0;
}
}
.yuk-faq_head-lkj{
text-align:center;
margin-bottom:34px;
}
.yuk-faq_eyebrow-lkj{
margin-bottom:12px;
}
.yuk-faq_h2-lkj{
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
overflow-wrap:break-word;
color:#18150F;
line-height:1.05;
}
@media(min-width:765px){
.yuk-faq_h2-lkj{
font-size:38px;
}
}
.yuk-faq_list-lkj{
margin:0 auto;
gap:0.75rem;
max-width:820px;
display:flex;
flex-direction:column;
}
.yuk-faq_item-lkj{
border-radius:14px;
overflow:hidden;
background:#F7F4EF;
border:1px solid rgba(20,18,14,0.08);
}
.yuk-faq_q-lkj{
list-style:none;
padding:20px 1.5rem;
gap:1.25rem;
display:flex;
color:#18150F;
font-weight:700;
overflow-wrap:break-word;
font-size:1rem;
align-items:center;
cursor:pointer;
justify-content:space-between;
}
.yuk-faq_q-lkj::-webkit-details-marker{
display:none;
}
.yuk-faq_q_ic-lkj{
transition:transform .22s ease;
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#1E9E58;
}
.yuk-faq_q_ic-lkj svg{
width:18px;
height:1.125rem;
}
.yuk-faq_item-lkj[open] .yuk-faq_q_ic-lkj{
transform:rotate(180deg);
}
.yuk-faq_a-lkj{
padding:0 1.5rem 20px;
line-height:1.6;
font-size:14.5px;
overflow-wrap:break-word;
color:#7A7265;
}
.yuk-lh-lkj{
padding:40px 0 1.25rem;
}
.yuk-lh_in-lkj{
padding-top:2.125rem;
border-top:1px solid rgba(20,18,14,0.15);
}
.yuk-lh_eyebrow-lkj{
margin-bottom:1.375rem;
display:block;
}
.yuk-lh_grid-lkj{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.yuk-lh_grid-lkj{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:960px){
.yuk-lh_grid-lkj{
grid-template-columns:repeat(5,1fr);
}
}
.yuk-lh_col-lkj{
min-width:0;
}
.yuk-lh_col_h-lkj{
margin-bottom:12px;
color:#18150F;
font-weight:700;
font-size:13px;
overflow-wrap:break-word;
}
.yuk-lh_links-lkj{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.yuk-lh_link-lkj{
transition:color .22s ease;
overflow-wrap:break-word;
color:#7A7265;
font-size:13px;
}
.yuk-lh_link-lkj:hover{
color:#1E9E58;
}
.yuk-sg-lkj{
padding:48px 0 0.625rem;
}
.yuk-sg_eyebrow-lkj{
display:block;
margin-bottom:0.75rem;
}
.yuk-sg_h2-lkj{
overflow-wrap:break-word;
margin-bottom:1.75rem;
line-height:1.05;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#18150F;
font-size:30px;
font-weight:600;
}
@media(min-width:766px){
.yuk-sg_h2-lkj{
font-size:36px;
}
}
.yuk-sg_grid-lkj{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:721px){
.yuk-sg_grid-lkj{
grid-template-columns:repeat(3,1fr);
}
}
.yuk-sg_col-lkj{
min-width:0;
}
.yuk-sg_col_h-lkj{
font-size:22px;
line-height:1.15;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#18150F;
font-weight:600;
margin-bottom:0.625rem;
}
.yuk-sg_col_p-lkj{
color:#7A7265;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
}
.yuk-el-lkj{
padding:48px 0;
}
@media(min-width:766px){
.yuk-el-lkj{
padding:56px 0;
}
}
.yuk-el_in-lkj{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:902px){
.yuk-el_in-lkj{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.yuk-el_left-lkj{
min-width:0;
}
.yuk-el_eyebrow-lkj{
margin-bottom:14px;
}
.yuk-el_h2-lkj{
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
color:#18150F;
line-height:1.08;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.375rem;
}
@media(min-width:770px){
.yuk-el_h2-lkj{
font-size:2.375rem;
}
}
.yuk-el_body-lkj p{
margin-bottom:18px;
overflow-wrap:break-word;
line-height:1.7;
color:#2E2A22;
font-size:1rem;
}
.yuk-el_dropcap-lkj{
padding:0.375rem 0.75rem 0 0;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
float:left;
line-height:.8;
color:#1E9E58;
font-size:3.875rem;
font-weight:700;
}
.yuk-el_right-lkj{
min-width:0;
}
.yuk-el_quote-lkj{
border-radius:20px;
background:linear-gradient(150deg,#16211A,#0C1410);
padding:2.25rem;
margin-bottom:1.5rem;
color:#F5F2EC;
position:relative;
}
.yuk-el_quote_mark-lkj{
color:#4ED98A;
display:inline-flex;
align-items:center;
margin-bottom:0.375rem;
}
.yuk-el_quote_mark-lkj svg{
width:2.125rem;
height:2.125rem;
}
.yuk-el_quote_text-lkj{
overflow-wrap:break-word;
color:#F5F2EC;
margin-bottom:22px;
font-size:1.375rem;
font-weight:500;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
}
.yuk-el_quote_meta-lkj{
gap:12px;
display:flex;
align-items:center;
}
.yuk-el_quote_av-lkj{
flex:0 0 auto;
background:linear-gradient(135deg,#C8922A,#E8C060);
border-radius:50%;
height:2.375rem;
width:2.375rem;
}
.yuk-el_quote_author-lkj{
font-size:14px;
font-weight:700;
color:#F5F2EC;
}
.yuk-el_quote_meta_sub-lkj{
font-size:12px;
color:#A8BDB3;
}
.yuk-el_explain-lkj{
border-radius:14px;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
}
.yuk-el_explain_card-lkj{
padding:22px 24px;
}
.yuk-el_explain_card-lkj+.yuk-el_explain_card-lkj{
border-top:1px solid rgba(20,18,14,0.08);
}
.yuk-el_explain_h-lkj{
line-height:1.15;
font-size:20px;
overflow-wrap:break-word;
color:#18150F;
margin-bottom:8px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.yuk-el_explain_p-lkj{
font-size:14px;
line-height:1.55;
color:#7A7265;
overflow-wrap:break-word;
}
.yuk-sb-lkj{
background:#FFFFFF;
padding:48px 0;
border-top:1px solid rgba(20,18,14,0.08);
margin-top:24px;
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:771px){
.yuk-sb-lkj{
padding:3.5rem 0;
}
}
.yuk-sb_eyebrow-lkj{
display:block;
margin-bottom:0.75rem;
}
.yuk-sb_h2-lkj{
font-weight:600;
color:#18150F;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:30px;
margin-bottom:26px;
}
@media(min-width:770px){
.yuk-sb_h2-lkj{
font-size:2.25rem;
}
}
.yuk-sb_grid-lkj{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:557px){
.yuk-sb_grid-lkj{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.yuk-sb_grid-lkj{
grid-template-columns:repeat(4,1fr);
}
}
.yuk-sb_card-lkj{
padding:24px;
background:#F7F4EF;
border:1px solid rgba(20,18,14,0.08);
border-radius:0.875rem;
min-width:0;
}
.yuk-sb_card_h-lkj{
color:#18150F;
overflow-wrap:break-word;
font-size:1.188rem;
line-height:1.15;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:0.5rem;
}
.yuk-sb_card_p-lkj{
overflow-wrap:break-word;
font-size:0.844rem;
color:#7A7265;
line-height:1.6;
}
.yuk-sb_rtp-lkj{
background:#F7F4EF;
border-radius:0.875rem;
grid-template-columns:1fr;
gap:1.5rem;
padding:1.625rem 28px;
border:1px solid rgba(20,18,14,0.08);
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:758px){
.yuk-sb_rtp-lkj{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.yuk-sb_rtp_h-lkj{
overflow-wrap:break-word;
margin-bottom:0.5rem;
line-height:1.15;
font-weight:600;
color:#18150F;
font-size:1.25rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
.yuk-sb_rtp_p-lkj{
line-height:1.6;
overflow-wrap:break-word;
font-size:0.844rem;
color:#7A7265;
}
.yuk-sb_rtp_stats-lkj{
gap:16px;
display:flex;
}
.yuk-sb_stat-lkj{
padding:1.125rem;
flex:1 1 0;
background:#FFFFFF;
border-radius:8px;
min-width:0;
text-align:center;
}
.yuk-sb_stat_v-lkj{
font-size:26px;
color:#1E9E58;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:700;
}
.yuk-sb_stat_l-lkj{
margin-top:4px;
font-size:0.719rem;
color:#5C5649;
}
.yuk-sc-lkj{
padding:3rem 0 10px;
}
.yuk-sc_head-lkj{
text-align:center;
margin-bottom:1.75rem;
}
.yuk-sc_eyebrow-lkj{
margin-bottom:12px;
}
.yuk-sc_h2-lkj{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:30px;
color:#18150F;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.yuk-sc_h2-lkj{
font-size:2.25rem;
}
}
.yuk-sc_table-lkj{
border-radius:14px;
margin:0 auto;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
max-width:56.25rem;
}
.yuk-sc_thead-lkj{
background:#1E1B17;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.yuk-sc_th-lkj{
padding:0.938rem 18px;
text-align:center;
color:#A8BDB3;
overflow-wrap:break-word;
font-size:0.813rem;
font-weight:700;
}
.yuk-sc_th-lkj:first-child{
text-align:left;
}
.yuk-sc_th_us-lkj{
color:#4ED98A;
}
.yuk-sc_row-lkj{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,14,0.08);
}
.yuk-sc_row-lkj:nth-child(even){
background:#FFFFFF;
}
.yuk-sc_td-lkj{
padding:0.938rem 1.125rem;
color:#5C5649;
overflow-wrap:break-word;
font-size:0.875rem;
min-width:0;
text-align:center;
}
.yuk-sc_td-lkj:first-child{
color:#2E2A22;
font-weight:600;
text-align:left;
}
.yuk-sc_td_us-lkj{
font-weight:700;
color:#1E9E58;
}
.yuk-ft-lkj{
background:#1E1B17;
margin-top:2.5rem;
color:#A8BDB3;
}
.yuk-ft_in-lkj{
padding:48px 0 28px;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:597px){
.yuk-ft_in-lkj{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.yuk-ft_in-lkj{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.yuk-ft_brand-lkj{
min-width:0;
}
.yuk-ft_logo-lkj{
font-size:26px;
overflow-wrap:break-word;
color:#F5F2EC;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.yuk-ft_tagline-lkj{
line-height:1.6;
font-size:0.844rem;
margin-top:14px;
max-width:17.5rem;
color:#A8BDB3;
}
.yuk-ft_contact-lkj{
transition:color .22s ease;
margin-top:0.75rem;
overflow-wrap:anywhere;
max-width:17.5rem;
display:inline-block;
font-size:13px;
color:#4ED98A;
}
.yuk-ft_contact-lkj:hover{
color:#F5F2EC;
}
.yuk-ft_col-lkj{
min-width:0;
}
.yuk-ft_col_h-lkj{
font-size:0.813rem;
overflow-wrap:break-word;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:700;
margin-bottom:0.875rem;
color:#F5F2EC;
}
.yuk-ft_col_links-lkj{
gap:10px;
flex-direction:column;
display:flex;
}
.yuk-ft_link-lkj{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#A8BDB3;
}
.yuk-ft_link-lkj:hover{
color:#F5F2EC;
}
.yuk-ft_bot-lkj{
gap:1rem;
padding:22px 0 40px;
border-top:1px solid rgba(255,252,245,0.12);
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.yuk-ft_bot-lkj{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.yuk-ft_legal-lkj{
color:#A09890;
font-size:11.5px;
overflow-wrap:break-word;
max-width:760px;
line-height:1.6;
}
.yuk-ft_legal-lkj b{
font-weight:700;
color:#A8BDB3;
}
.yuk-ft_age-lkj{
padding:0.25rem 9px;
border-radius:0.5rem;
border:1.5px solid #4ED98A;
flex:0 0 auto;
color:#4ED98A;
font-size:13px;
font-weight:700;
}