*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F3F0;
color:#2E2C26;
line-height:1.6;
font-size:0.938rem;
font-family:"PT Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.lhb_layoutyre{
min-height:100vh;
flex-direction:column;
display:flex;
}
.lhb_mainyre{
flex:1 1 auto;
min-width:0;
width:100%;
}
.lhb_containeryre{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:87.5rem;
}
@media(min-width:770px){
.lhb_containeryre{
padding:0 2rem;
}
}
@media(min-width:1098px){
.lhb_containeryre{
padding:0 56px;
}
}
.lhb_eyebrowyre{
letter-spacing:.2em;
font-size:11px;
font-family:"PT Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
line-height:1.4;
font-weight:600;
display:inline-block;
color:#9E7B3A;
text-transform:uppercase;
}
.lhb_bandyre{
background:#1A1917;
color:#F5F2EB;
}
.lhb_bandyre .lhb_eyebrowyre{
color:#C9A85C;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.lhb_tbyre{
background:#F5F3F0;
position:sticky;
z-index:50;
top:0;
border-bottom:1px solid rgba(20,18,14,0.13);
}
.lhb_tb_inyre{
gap:1rem;
padding:12px 1rem;
margin:0 auto;
width:100%;
align-items:center;
display:flex;
justify-content:space-between;
max-width:87.5rem;
}
@media(min-width:769px){
.lhb_tb_inyre{
padding:1rem 32px;
}
}
@media(min-width:1097px){
.lhb_tb_inyre{
padding:18px 3.5rem;
}
}
.lhb_tb_leftyre{
gap:28px;
align-items:center;
min-width:0;
display:flex;
}
.lhb_tb_logoyre{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.lhb_tb_logo_markyre{
flex:0 0 auto;
border-radius:8px;
object-fit:cover;
width:34px;
height:2.125rem;
}
.lhb_tb_logo_txtyre{
display:flex;
min-width:0;
line-height:1;
flex-direction:column;
}
.lhb_tb_logo_nameyre{
overflow:hidden;
color:#18170F;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
letter-spacing:.02em;
font-weight:700;
text-overflow:ellipsis;
font-size:22px;
white-space:nowrap;
}
.lhb_tb_logo_subyre{
overflow:hidden;
text-overflow:ellipsis;
letter-spacing:.32em;
color:#9E7B3A;
white-space:nowrap;
text-transform:uppercase;
font-weight:600;
font-size:0.531rem;
margin-top:4px;
}
.lhb_tb_navyre{
display:none;
}
@media(min-width:959px){
.lhb_tb_navyre{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.lhb_tb_nav_itemyre{
transition:color .2s ease,border-color .2s ease;
color:#2E2C26;
font-weight:600;
border-bottom:2px solid transparent;
padding-bottom:3px;
font-size:0.875rem;
white-space:nowrap;
}
.lhb_tb_nav_itemyre:hover{
color:#18170F;
}
.lhb_tb_nav_itemyre.lhb_state_activeyre{
border-color:#9E7B3A;
color:#18170F;
}
.lhb_tb_rightyre{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.lhb_tb_searchyre{
transition:color .2s ease;
color:#2E2C26;
align-items:center;
display:flex;
justify-content:center;
}
.lhb_tb_searchyre:hover{
color:#9E7B3A;
}
.lhb_tb_searchyre svg{
width:18px;
height:1.125rem;
}
.lhb_tb_langyre{
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
font-size:0.688rem;
color:#6B6860;
}
.lhb_tb_langyre:hover{
color:#18170F;
}
.lhb_tb_loginyre{
font-size:0.875rem;
display:none;
font-weight:600;
color:#18170F;
}
@media(min-width:766px){
.lhb_tb_loginyre{
display:inline-block;
}
}
.lhb_tb_registeryre{
background:#18170F;
transition:background-color .2s ease;
border-radius:62.438rem;
padding:11px 22px;
font-weight:700;
font-size:0.875rem;
white-space:nowrap;
color:#F5F2EB;
}
.lhb_tb_registeryre:hover{
background:#2E2C26;
}
.lhb_mobyre{
background:#F5F3F0;
position:fixed;
bottom:0;
left:0;
z-index:60;
border-top:1px solid rgba(20,18,14,0.13);
padding-bottom:env(safe-area-inset-bottom);
right:0;
}
@media(min-width:959px){
.lhb_mobyre{
display:none;
}
}
.lhb_mob_inyre{
margin:0 auto;
align-items:stretch;
justify-content:space-around;
max-width:560px;
display:flex;
}
.lhb_mob_itemyre{
transition:color .2s ease;
flex:1 1 0;
padding:9px 0.25rem;
gap:3px;
display:flex;
flex-direction:column;
align-items:center;
min-width:0;
color:#6B6860;
}
.lhb_mob_itemyre.lhb_state_activeyre{
color:#9E7B3A;
}
.lhb_mob_icyre{
align-items:center;
justify-content:center;
display:flex;
}
.lhb_mob_icyre svg{
width:20px;
height:20px;
}
.lhb_mob_lbyre{
overflow:hidden;
font-size:0.625rem;
font-weight:600;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.lhb_railyre{
min-width:0;
position:relative;
}
.lhb_rail_scrollyre{
gap:0.875rem;
padding-bottom:0.875rem;
-webkit-overflow-scrolling:touch;
display:flex;
overflow-x:auto;
scrollbar-width:thin;
}
@media(min-width:769px){
.lhb_rail_scrollyre{
gap:1.125rem;
}
}
.lhb_gcyre{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:768px){
.lhb_gcyre{
width:188px;
}
}
.lhb_gc_imgyre{
background:#FAFAF8;
overflow:hidden;
border-radius:14px;
box-shadow:0 2px 0.375rem rgba(20,18,14,0.07), 0 0.375rem 18px rgba(20,18,14,0.06);
position:relative;
padding-bottom:133.33%;
}
.lhb_gc_imgyre img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.lhb_gc_coveryre{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.lhb_gc_hoveryre{
transition:opacity .2s ease;
background:rgba(0,0,0,0.52);
inset:0;
position:absolute;
justify-content:center;
opacity:0;
align-items:center;
display:flex;
}
.lhb_gcyre:hover .lhb_gc_hoveryre{
opacity:1;
}
.lhb_gc_hover_btnyre{
border-radius:999px;
background:#18170F;
width:46px;
color:#F5F2EB;
display:flex;
align-items:center;
justify-content:center;
height:2.875rem;
}
.lhb_gc_hover_btnyre svg{
width:1.125rem;
height:1.125rem;
}
.lhb_gc_infoyre{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:9px;
}
.lhb_gc_nameyre{
overflow:hidden;
font-size:0.813rem;
color:#18170F;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
}
.lhb_gc_provyre{
overflow:hidden;
text-overflow:ellipsis;
color:#6B6860;
font-size:0.688rem;
white-space:nowrap;
}
.lhb_gc_metayre{
font-size:11px;
color:#6B6860;
}
.lhb_tcyre{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:767px){
.lhb_tcyre{
width:230px;
}
}
.lhb_tc_imgyre{
background:#FAFAF8;
border-radius:14px;
overflow:hidden;
box-shadow:0 2px 6px rgba(20,18,14,0.07), 0 0.375rem 18px rgba(20,18,14,0.06);
padding-bottom:75%;
position:relative;
}
.lhb_tc_imgyre img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.lhb_tc_infoyre{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
}
.lhb_tc_nameyre{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.875rem;
color:#18170F;
}
.lhb_tc_rtpyre{
color:#6B6860;
font-size:0.688rem;
}
.lhb_lcyre{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:770px){
.lhb_lcyre{
width:16.75rem;
}
}
.lhb_lc_imgyre{
overflow:hidden;
border-radius:14px;
background:#FAFAF8;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(20,18,14,0.07), 0 0.375rem 1.125rem rgba(20,18,14,0.06);
}
.lhb_lc_imgyre img{
inset:0;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}
.lhb_lc_liveyre{
background:rgba(0,0,0,0.52);
border-radius:62.438rem;
padding:4px 0.563rem;
gap:7px;
align-items:center;
top:0.75rem;
position:absolute;
display:flex;
left:12px;
}
.lhb_lc_live_dotyre{
background:#C0392B;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
height:8px;
width:0.5rem;
}
.lhb_lc_seatsyre{
text-transform:uppercase;
font-size:10px;
letter-spacing:.08em;
font-weight:600;
color:#F5F2EB;
}
.lhb_lc_infoyre{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.lhb_lc_nameyre{
overflow:hidden;
white-space:nowrap;
color:#18170F;
font-size:0.938rem;
font-weight:700;
text-overflow:ellipsis;
}
.lhb_lc_betyre{
font-size:11px;
color:#6B6860;
}
.lhb_pcyre{
border:1px solid rgba(20,18,14,0.07);
gap:0.5rem;
padding:1rem 0.875rem;
background:#FAFAF8;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
min-width:0;
min-height:74px;
}
.lhb_pc_logoyre{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:28px;
}
.lhb_pc_nameyre{
overflow:hidden;
font-size:0.688rem;
color:#6B6860;
white-space:nowrap;
text-overflow:ellipsis;
text-align:center;
max-width:100%;
}
.lhb_gc_tagyre{
border-radius:0.5rem;
padding:3px 8px;
letter-spacing:.06em;
left:10px;
display:inline-block;
z-index:2;
position:absolute;
top:10px;
font-size:0.625rem;
text-transform:uppercase;
font-weight:700;
}
.lhb_gc_tag_hotyre{
background:#C0392B;
color:#F5F2EB;
}
.lhb_gc_tag_newyre{
background:#C9A85C;
color:#13120B;
}
.lhb_gc_tag_jpyre{
background:#B8860B;
color:#13120B;
}
.lhb_gc_tag_liveyre{
background:#C0392B;
color:#F5F2EB;
}
.lhb_shyre{
margin-bottom:18px;
min-width:0;
}
.lhb_sh_rowyre{
gap:1rem;
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
}
.lhb_sh_rowyre .lhb_sh_lyre{
gap:0.375rem;
min-width:0;
flex-direction:column;
display:flex;
}
.lhb_sh_stackyre{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.lhb_sh_centeryre{
gap:10px;
display:flex;
flex-direction:column;
text-align:center;
align-items:center;
}
.lhb_sh_h2yre{
font-size:1.5rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
color:#18170F;
line-height:1.1;
}
@media(min-width:768px){
.lhb_sh_h2yre{
font-size:1.875rem;
}
}
.lhb_bandyre .lhb_sh_h2yre{
color:#F5F2EB;
}
.lhb_sh_eb_lineyre{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.lhb_sh_eb_lineyre::before{
background:#9E7B3A;
width:1.75rem;
display:inline-block;
height:1px;
content:"";
}
.lhb_bandyre .lhb_sh_eb_lineyre::before{
background:#C9A85C;
}
.lhb_sh_eb_dotyre{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.lhb_sh_eb_dotyre::before{
border-radius:50%;
background:#9E7B3A;
content:"";
width:6px;
display:inline-block;
height:6px;
}
.lhb_bandyre .lhb_sh_eb_dotyre::before{
background:#C9A85C;
}
.lhb_sh_linkyre{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:6px;
white-space:nowrap;
padding-bottom:2px;
display:inline-flex;
border-bottom:1px solid #18170F;
color:#18170F;
font-size:13px;
align-items:center;
font-weight:600;
}
.lhb_sh_linkyre:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.lhb_sh_linkyre svg{
height:0.875rem;
width:14px;
}
.lhb_sh_link_chevyre{
padding-bottom:0;
border-bottom:0;
}
.lhb_sh_link_btnyre{
background:#18170F;
padding:0.563rem 18px;
border-radius:999px;
color:#F5F2EB;
border-bottom:0;
}
.lhb_sh_link_btnyre:hover{
border-color:transparent;
background:#2E2C26;
color:#F5F2EB;
}
.lhb_bandyre .lhb_sh_linkyre{
border-color:#F5F2EB;
color:#F5F2EB;
}
.lhb_bandyre .lhb_sh_link_btnyre{
background:#C9A85C;
color:#13120B;
}
.lhb_sh_ruleyre{
margin:-2px 0 18px;
background:rgba(20,18,14,0.13);
height:1px;
}
.lhb_bandyre .lhb_sh_ruleyre{
background:rgba(255,252,245,0.12);
}
.lhb_heroyre{
padding:2rem 0 8px;
}
@media(min-width:771px){
.lhb_heroyre{
padding:3.5rem 0 1.5rem;
}
}
.lhb_hero_inyre{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:898px){
.lhb_hero_inyre{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.lhb_hero_copyyre{
min-width:0;
}
.lhb_hero_eyebrowyre{
gap:10px;
margin-bottom:22px;
display:inline-flex;
align-items:center;
}
.lhb_hero_eyebrow_lineyre{
flex:0 0 auto;
background:#9E7B3A;
width:1.75rem;
height:1px;
display:inline-block;
}
.lhb_hero_h1yre{
letter-spacing:-.01em;
font-size:2.375rem;
line-height:1.04;
margin-bottom:1.25rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#18170F;
overflow-wrap:break-word;
}
@media(min-width:766px){
.lhb_hero_h1yre{
font-size:3.375rem;
}
}
@media(min-width:1100px){
.lhb_hero_h1yre{
font-size:62px;
}
}
.lhb_hero_h1yre em{
color:#9E7B3A;
font-style:normal;
}
.lhb_hero_subyre{
color:#8A877E;
font-size:1rem;
line-height:1.6;
margin-bottom:1.875rem;
max-width:480px;
}
@media(min-width:765px){
.lhb_hero_subyre{
font-size:18px;
}
}
.lhb_hero_actionsyre{
gap:0.875rem;
flex-wrap:wrap;
margin-bottom:2.125rem;
align-items:center;
display:flex;
}
.lhb_hero_ctayre{
transition:background-color .2s ease;
background:#18170F;
border-radius:999px;
padding:1rem 1.875rem;
gap:0.625rem;
font-size:15px;
font-weight:700;
color:#F5F2EB;
align-items:center;
display:inline-flex;
}
.lhb_hero_ctayre:hover{
background:#2E2C26;
}
.lhb_hero_cta_icyre{
display:inline-flex;
align-items:center;
}
.lhb_hero_cta_icyre svg{
width:1rem;
height:16px;
}
.lhb_hero_cta_altyre{
background:transparent;
border-radius:62.438rem;
transition:border-color .2s ease,color .2s ease;
padding:0.938rem 26px;
border:1px solid rgba(20,18,14,0.13);
font-size:0.938rem;
font-weight:600;
align-items:center;
display:inline-flex;
color:#18170F;
}
.lhb_hero_cta_altyre:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.lhb_hero_trustyre{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.lhb_hero_trust_itemyre{
gap:9px;
align-items:center;
font-weight:600;
font-size:13px;
display:flex;
color:#2E2C26;
}
.lhb_hero_trust_icyre{
color:#9E7B3A;
align-items:center;
display:inline-flex;
}
.lhb_hero_trust_icyre svg{
width:1rem;
height:16px;
}
.lhb_hero_promoyre{
border-radius:20px;
background:#FAFAF8;
overflow:hidden;
min-height:18.75rem;
box-shadow:0 0.75rem 3rem rgba(20,18,14,0.14), 0 3px 10px rgba(20,18,14,0.09);
display:flex;
position:relative;
}
.lhb_hero_promo_bgyre{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.lhb_hero_promo_bgyre::after{
background:linear-gradient(120deg,#1A1917 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.lhb_hero_promo_glowyre{
background:radial-gradient(circle,rgba(196,168,120,0.13) 0%,transparent 65%);
border-radius:50%;
top:-40px;
position:absolute;
width:260px;
height:260px;
pointer-events:none;
right:-1.25rem;
}
.lhb_hero_promo_ctyre{
padding:1.75rem;
max-width:88%;
z-index:2;
align-self:flex-end;
position:relative;
}
.lhb_hero_promo_labelyre{
display:block;
font-size:0.625rem;
font-weight:700;
letter-spacing:.25em;
text-transform:uppercase;
color:#C9A85C;
margin-bottom:0.5rem;
}
.lhb_hero_promo_amountyre{
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#F5F2EB;
font-size:2rem;
font-weight:600;
}
@media(min-width:769px){
.lhb_hero_promo_amountyre{
font-size:2.5rem;
}
}
.lhb_hero_promo_amountyre em{
font-style:normal;
color:#C9A85C;
}
.lhb_hero_ratingyre{
border:1px solid rgba(20,18,14,0.07);
gap:10px;
padding:10px 14px;
background:#FAFAF8;
border-radius:14px;
display:flex;
right:0.875rem;
align-items:center;
position:absolute;
max-width:min(16.25rem,62%);
z-index:3;
top:0.875rem;
box-shadow:0 2px 6px rgba(20,18,14,0.07), 0 6px 1.125rem rgba(20,18,14,0.06);
}
.lhb_hero_rating_scoreyre{
flex:0 0 auto;
color:#18170F;
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:24px;
}
.lhb_hero_rating_txtyre{
flex:1 1 auto;
min-width:0;
}
.lhb_hero_rating_starsyre{
gap:2px;
display:flex;
color:#9E7B3A;
}
.lhb_hero_rating_starsyre svg{
height:12px;
width:12px;
}
.lhb_hero_rating_capyre{
overflow-wrap:break-word;
line-height:1.35;
display:block;
font-size:11px;
margin-top:3px;
color:#6B6860;
}
.lhb_statyre{
margin-top:1rem;
border-top:1px solid rgba(20,18,14,0.13);
border-bottom:1px solid rgba(20,18,14,0.13);
}
.lhb_stat_inyre{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.lhb_stat_inyre{
grid-template-columns:repeat(4,1fr);
}
}
.lhb_stat_itemyre{
padding:1.375rem 14px;
border-right:1px solid rgba(20,18,14,0.07);
border-bottom:1px solid rgba(20,18,14,0.07);
min-width:0;
}
.lhb_stat_itemyre:nth-child(2n){
border-right:0;
}
.lhb_stat_itemyre:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.lhb_stat_itemyre{
border-bottom:0;
}
.lhb_stat_itemyre:nth-child(2n){
border-right:1px solid rgba(20,18,14,0.07);
}
.lhb_stat_itemyre:nth-child(4n){
border-right:0;
}
}
.lhb_stat_valueyre{
line-height:1;
font-weight:700;
color:#18170F;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
}
@media(min-width:766px){
.lhb_stat_valueyre{
font-size:34px;
}
}
.lhb_stat_labelyre{
overflow-wrap:break-word;
color:#6B6860;
line-height:1.4;
margin-top:0.375rem;
font-size:13px;
}
.lhb_gfyre{
padding:1.5rem 0 6px;
}
.lhb_gf_inyre{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.lhb_gf_chipyre{
border:1px solid rgba(20,18,14,0.13);
padding:10px 1.125rem;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
background:#FAFAF8;
border-radius:999px;
font-size:13px;
color:#2E2C26;
font-weight:600;
white-space:nowrap;
}
.lhb_gf_chipyre:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.lhb_gf_chipyre.lhb_state_activeyre{
background:#18170F;
border-color:transparent;
color:#F5F2EB;
}
.lhb_growyre{
padding:1.625rem 0 10px;
}
.lhb_row_seoyre{
margin:10px 0 0;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:760px;
color:#8A877E;
line-height:1.65;
}
.lhb_row_seoyre strong{
font-weight:700;
color:#18170F;
}
.lhb_growyre{
padding:1.625rem 0 0.625rem;
}
.lhb_row_seoyre{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
color:#8A877E;
font-size:0.875rem;
}
.lhb_row_seoyre strong{
color:#18170F;
font-weight:700;
}
.lhb_jpyre{
padding:30px 0 10px;
}
.lhb_jp_gridyre{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.lhb_jp_gridyre{
grid-template-columns:1fr 1fr;
}
.lhb_jp_card_megayre{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.lhb_jp_gridyre{
grid-template-columns:1.4fr 1fr 1fr;
}
.lhb_jp_card_megayre{
grid-column:auto;
}
}
.lhb_jp_cardyre{
border-radius:20px;
border:1px solid rgba(20,18,14,0.07);
padding:26px;
background:#FAFAF8;
overflow:hidden;
gap:12px;
justify-content:space-between;
position:relative;
flex-direction:column;
min-width:0;
min-height:12.5rem;
display:flex;
}
.lhb_jp_card_megayre{
border-color:transparent;
background:linear-gradient(135deg,#252318,#0E0D0C);
min-height:210px;
color:#F5F2EB;
}
.lhb_jp_glowyre{
background:radial-gradient(circle,rgba(196,168,120,0.13),transparent 70%);
border-radius:50%;
position:absolute;
height:200px;
top:-40px;
width:200px;
right:-2.5rem;
pointer-events:none;
}
.lhb_jp_labelyre{
gap:10px;
font-weight:700;
flex-wrap:wrap;
letter-spacing:.16em;
position:relative;
justify-content:space-between;
font-size:0.625rem;
text-transform:uppercase;
align-items:center;
display:flex;
color:#9E7B3A;
}
.lhb_jp_card_megayre .lhb_jp_labelyre{
color:#C9A85C;
}
.lhb_jp_dropyre{
font-weight:600;
letter-spacing:.04em;
color:#6B6860;
text-transform:none;
}
.lhb_jp_card_megayre .lhb_jp_dropyre{
color:#A8A49B;
}
.lhb_jp_amountyre{
font-size:38px;
line-height:1;
overflow-wrap:break-word;
position:relative;
color:#18170F;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.lhb_jp_card_megayre .lhb_jp_amountyre{
animation:zm2-pulse 2.4s infinite;
color:#C9A85C;
font-size:3rem;
}
@media(min-width:765px){
.lhb_jp_card_megayre .lhb_jp_amountyre{
font-size:54px;
}
}
.lhb_jp_gameyre{
color:#6B6860;
position:relative;
font-size:0.813rem;
}
.lhb_jp_card_megayre .lhb_jp_gameyre{
color:#A8A49B;
}
.lhb_jp_ctayre{
align-self:flex-start;
position:relative;
}
.lhb_jp_card_megayre .lhb_jp_ctayre{
background:#C9A85C;
border-radius:999px;
transition:opacity .2s ease;
padding:10px 1.25rem;
color:#13120B;
font-size:13px;
font-weight:700;
}
.lhb_jp_card_megayre .lhb_jp_ctayre:hover{
opacity:.9;
}
.lhb_jp_cardyre:not(.lhb_jp_card_megayre) .lhb_jp_ctayre{
transition:color .2s ease,border-color .2s ease;
color:#18170F;
padding-bottom:2px;
border-bottom:1px solid #18170F;
font-size:0.813rem;
font-weight:700;
}
.lhb_jp_cardyre:not(.lhb_jp_card_megayre) .lhb_jp_ctayre:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.lhb_jp_seoyre{
margin:14px 0 0;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:47.5rem;
color:#8A877E;
line-height:1.65;
}
.lhb_jp_seoyre strong{
font-weight:700;
color:#18170F;
}
.lhb_growyre{
padding:1.625rem 0 0.625rem;
}
.lhb_row_seoyre{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
font-size:0.875rem;
max-width:760px;
color:#8A877E;
}
.lhb_row_seoyre strong{
font-weight:700;
color:#18170F;
}
.lhb_appyre{
padding:1.875rem 0 0.625rem;
}
.lhb_app_inyre{
background:#FAFAF8;
border-radius:20px;
border:1px solid rgba(20,18,14,0.07);
gap:1.75rem;
padding:32px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.lhb_app_inyre{
padding:2.5rem 44px;
gap:40px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.lhb_app_copyyre{
min-width:0;
max-width:35rem;
}
.lhb_app_eyebrowyre{
margin-bottom:0.75rem;
}
.lhb_app_h2yre{
overflow-wrap:break-word;
line-height:1.05;
color:#18170F;
font-weight:600;
margin-bottom:12px;
font-size:1.75rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.lhb_app_h2yre{
font-size:2.125rem;
}
}
.lhb_app_textyre{
line-height:1.6;
font-size:14px;
color:#8A877E;
margin-bottom:22px;
}
.lhb_app_btnsyre{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.lhb_app_btnyre{
transition:background-color .2s ease;
border-radius:14px;
padding:11px 20px;
gap:0.625rem;
background:#18170F;
color:#F5F2EB;
display:inline-flex;
align-items:center;
}
.lhb_app_btnyre:hover{
background:#2E2C26;
}
.lhb_app_btn_icyre{
align-items:center;
display:inline-flex;
}
.lhb_app_btn_icyre svg{
height:1.125rem;
width:1.125rem;
}
.lhb_app_btn_lbyre{
font-size:13.5px;
font-weight:700;
}
.lhb_app_qr_wrapyre{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.lhb_app_qryre{
border-radius:14px;
flex:0 0 auto;
height:108px;
background-image:repeating-linear-gradient(0deg,#FAFAF8 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FAFAF8 0 0.313rem,transparent 0.313rem 11px);
background-color:#18170F;
width:6.75rem;
}
.lhb_app_qr_capyre{
font-size:0.781rem;
line-height:1.4;
color:#6B6860;
max-width:5.75rem;
}
.lhb_vipyre{
padding:48px 0;
}
@media(min-width:766px){
.lhb_vipyre{
padding:64px 0;
}
}
.lhb_vip_headyre{
gap:14px;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:877px){
.lhb_vip_headyre{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.lhb_vip_eyebrowyre{
margin-bottom:0.75rem;
}
.lhb_vip_h2yre{
font-size:2rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
color:#F5F2EB;
line-height:1.05;
}
@media(min-width:771px){
.lhb_vip_h2yre{
font-size:2.5rem;
}
}
.lhb_vip_introyre{
max-width:26.25rem;
color:#A8A49B;
line-height:1.6;
font-size:0.875rem;
}
.lhb_vip_gridyre{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.lhb_vip_cardyre{
padding:1.375rem 1.125rem;
border:1px solid rgba(255,252,245,0.12);
border-radius:14px;
min-width:0;
}
.lhb_vip_card_featyre{
border-color:#C9A85C;
background:rgba(255,252,245,0.07);
}
.lhb_vip_card_icyre{
background:linear-gradient(135deg,#9E7B3A,#D4AF6A);
border-radius:8px;
display:block;
margin-bottom:1rem;
width:34px;
height:34px;
}
.lhb_vip_nameyre{
color:#F5F2EB;
font-size:1.25rem;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:6px;
font-weight:600;
}
.lhb_vip_perkyre{
overflow-wrap:break-word;
font-size:12.5px;
color:#A8A49B;
line-height:1.5;
}
.lhb_seayre{
padding:24px 0 10px;
}
.lhb_sea_inyre{
gap:22px;
background:linear-gradient(115deg,#252318,#0E0D0C);
border-radius:20px;
overflow:hidden;
padding:36px;
position:relative;
color:#F5F2EB;
flex-direction:column;
display:flex;
}
@media(min-width:818px){
.lhb_sea_inyre{
gap:2rem;
padding:2.75rem 3rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.lhb_sea_glowyre{
border-radius:50%;
background:radial-gradient(circle,rgba(196,168,120,0.13),transparent 68%);
pointer-events:none;
height:240px;
width:15rem;
top:50%;
right:3.75rem;
position:absolute;
transform:translateY(-50%);
}
.lhb_sea_copyyre{
max-width:35rem;
min-width:0;
position:relative;
}
.lhb_sea_eyebrowyre{
margin-bottom:12px;
}
.lhb_sea_h2yre{
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F5F2EB;
font-size:30px;
line-height:1.04;
margin-bottom:12px;
font-weight:600;
}
@media(min-width:769px){
.lhb_sea_h2yre{
font-size:2.375rem;
}
}
.lhb_sea_textyre{
font-size:15px;
line-height:1.6;
color:#A8A49B;
}
.lhb_sea_ctayre{
padding:1rem 32px;
flex:0 0 auto;
background:#C9A85C;
border-radius:999px;
transition:opacity .2s ease;
font-weight:700;
position:relative;
font-size:15px;
color:#13120B;
}
.lhb_sea_ctayre:hover{
opacity:.9;
}
.lhb_trnyre{
padding:1.875rem 0 10px;
}
.lhb_trn_inyre{
border-radius:20px;
overflow:hidden;
grid-template-columns:1fr;
border:1px solid rgba(20,18,14,0.07);
background:#FAFAF8;
display:grid;
}
@media(min-width:882px){
.lhb_trn_inyre{
grid-template-columns:1.05fr 1fr;
}
}
.lhb_trn_banneryre{
overflow:hidden;
background:linear-gradient(150deg,#252318,#0E0D0C);
padding:34px;
position:relative;
color:#F5F2EB;
}
.lhb_trn_glowyre{
border-radius:50%;
background:radial-gradient(circle,rgba(196,168,120,0.13),transparent 70%);
pointer-events:none;
height:200px;
position:absolute;
width:12.5rem;
right:-2.5rem;
bottom:-40px;
}
.lhb_trn_eyebrowyre{
margin-bottom:14px;
position:relative;
}
.lhb_trn_h2yre{
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:600;
line-height:1.06;
position:relative;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F5F2EB;
font-size:30px;
}
@media(min-width:765px){
.lhb_trn_h2yre{
font-size:2.25rem;
}
}
.lhb_trn_textyre{
color:#A8A49B;
max-width:420px;
line-height:1.6;
margin-bottom:22px;
font-size:0.875rem;
position:relative;
}
.lhb_trn_timeryre{
gap:8px;
align-items:center;
margin-bottom:1.5rem;
display:flex;
position:relative;
flex-wrap:wrap;
}
.lhb_trn_timer_capyre{
color:#A8A49B;
font-size:11px;
}
.lhb_trn_timer_boxyre{
padding:4px 0.75rem;
border-radius:8px;
background:rgba(255,252,245,0.07);
color:#F5F2EB;
font-size:1.5rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.lhb_trn_ctayre{
border-radius:999px;
background:#C9A85C;
transition:opacity .2s ease;
padding:13px 1.625rem;
font-weight:700;
display:inline-block;
color:#13120B;
font-size:0.875rem;
position:relative;
}
.lhb_trn_ctayre:hover{
opacity:.9;
}
.lhb_trn_lbyre{
padding:26px 1.75rem;
}
.lhb_trn_lb_headyre{
gap:10px;
display:flex;
margin-bottom:12px;
align-items:center;
justify-content:space-between;
}
.lhb_trn_lb_titleyre{
font-size:1.25rem;
color:#18170F;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.lhb_trn_lb_updyre{
color:#6B6860;
font-size:11px;
letter-spacing:.08em;
text-transform:uppercase;
}
.lhb_trn_lb_rowyre{
border-radius:8px;
padding:11px 0.75rem;
gap:0.875rem;
display:flex;
align-items:center;
}
.lhb_trn_lb_rowyre:nth-child(2){
background:rgba(158,123,58,0.10);
}
.lhb_trn_lb_rankyre{
flex:0 0 auto;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#9E7B3A;
font-weight:700;
font-size:1rem;
width:1.375rem;
}
.lhb_trn_lb_avyre{
border-radius:50%;
background:linear-gradient(135deg,#9E7B3A,#D4AF6A);
flex:0 0 auto;
height:1.875rem;
width:1.875rem;
}
.lhb_trn_lb_nameyre{
overflow:hidden;
flex:1 1 auto;
font-size:14px;
color:#18170F;
text-overflow:ellipsis;
min-width:0;
white-space:nowrap;
font-weight:600;
}
.lhb_trn_lb_amountyre{
flex:0 0 auto;
color:#18170F;
font-weight:700;
font-size:13px;
}
.lhb_wyyre{
padding:48px 0;
}
@media(min-width:766px){
.lhb_wyyre{
padding:3.5rem 0;
}
}
.lhb_wy_inyre{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:901px){
.lhb_wy_inyre{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.lhb_wy_leftyre{
min-width:0;
}
.lhb_wy_eyebrowyre{
margin-bottom:14px;
}
.lhb_wy_h2yre{
font-weight:600;
margin-bottom:1rem;
font-size:2rem;
overflow-wrap:break-word;
color:#18170F;
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.lhb_wy_h2yre{
font-size:40px;
}
}
.lhb_wy_introyre{
font-size:15px;
line-height:1.6;
color:#8A877E;
}
.lhb_wy_gridyre{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:560px){
.lhb_wy_gridyre{
grid-template-columns:1fr 1fr;
}
}
.lhb_wy_cardyre{
padding:26px;
border-radius:0.875rem;
background:#FAFAF8;
border:1px solid rgba(20,18,14,0.07);
min-width:0;
}
.lhb_wy_card_icyre{
align-items:center;
justify-content:center;
display:inline-flex;
color:#9E7B3A;
margin-bottom:16px;
}
.lhb_wy_card_icyre svg{
height:1.625rem;
width:1.625rem;
}
.lhb_wy_card_hyre{
overflow-wrap:break-word;
color:#18170F;
margin-bottom:8px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.15;
font-size:1.313rem;
}
.lhb_wy_card_pyre{
overflow-wrap:break-word;
font-size:0.875rem;
color:#8A877E;
line-height:1.55;
}
.lhb_ttyre{
padding:3rem 0 10px;
}
@media(min-width:769px){
.lhb_ttyre{
padding:3.75rem 0 0.625rem;
}
}
.lhb_tt_headyre{
margin-bottom:2.125rem;
text-align:center;
}
.lhb_tt_eyebrowyre{
margin-bottom:12px;
}
.lhb_tt_h2yre{
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
color:#18170F;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:765px){
.lhb_tt_h2yre{
font-size:2.625rem;
}
}
.lhb_tt_gridyre{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:757px){
.lhb_tt_gridyre{
grid-template-columns:repeat(3,1fr);
}
}
.lhb_tt_cardyre{
background:#FAFAF8;
border:1px solid rgba(20,18,14,0.07);
padding:1.875rem;
border-radius:14px;
display:flex;
flex-direction:column;
min-width:0;
}
.lhb_tt_card_icyre{
align-items:center;
color:#9E7B3A;
margin-bottom:18px;
display:inline-flex;
}
.lhb_tt_card_icyre svg{
height:28px;
width:28px;
}
.lhb_tt_card_hyre{
line-height:1.15;
font-weight:600;
color:#18170F;
margin-bottom:8px;
overflow-wrap:break-word;
font-size:22px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.lhb_tt_card_pyre{
margin-bottom:14px;
line-height:1.6;
overflow-wrap:break-word;
font-size:14px;
color:#8A877E;
}
.lhb_tt_card_pyre b{
color:#18170F;
font-weight:700;
}
.lhb_tt_card_linkyre{
transition:color .2s ease;
font-size:13px;
color:#18170F;
align-self:flex-start;
border-bottom:1px solid #9E7B3A;
padding-bottom:2px;
margin-top:auto;
font-weight:700;
}
.lhb_tt_card_linkyre:hover{
color:#9E7B3A;
}
.lhb_rcyre{
padding:48px 0 10px;
}
.lhb_rc_inyre{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:763px){
.lhb_rc_inyre{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.lhb_rc_colyre{
min-width:0;
}
.lhb_rc_labelyre{
font-weight:600;
letter-spacing:.2em;
margin-bottom:1rem;
color:#9E7B3A;
font-size:0.688rem;
text-transform:uppercase;
}
.lhb_rc_awardsyre{
gap:12px;
flex-direction:column;
display:flex;
}
.lhb_rc_awardyre{
gap:12px;
display:flex;
align-items:center;
min-width:0;
}
.lhb_rc_award_icyre{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#C9A85C;
}
.lhb_rc_award_icyre svg{
height:1.125rem;
width:18px;
}
.lhb_rc_award_tyre{
overflow-wrap:break-word;
color:#18170F;
font-weight:700;
font-size:14px;
}
.lhb_rc_award_syre{
color:#6B6860;
font-size:0.75rem;
overflow-wrap:break-word;
}
.lhb_rc_pressyre{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.lhb_rc_press_logoyre{
border:1px solid rgba(20,18,14,0.07);
overflow:hidden;
padding:0 8px;
border-radius:0.5rem;
font-size:0.875rem;
align-items:center;
display:flex;
text-align:center;
font-weight:700;
height:52px;
text-overflow:ellipsis;
color:#8A877E;
white-space:nowrap;
justify-content:center;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.lhb_rc_partneryre{
background:#FAFAF8;
border-radius:14px;
padding:1.375rem;
border:1px solid rgba(20,18,14,0.07);
}
.lhb_rc_partner_nameyre{
font-size:1.25rem;
margin-bottom:6px;
color:#18170F;
font-weight:600;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.lhb_rc_partner_textyre{
line-height:1.55;
font-size:0.813rem;
color:#8A877E;
overflow-wrap:break-word;
}
.lhb_pmtyre{
padding:48px 0 10px;
}
.lhb_pmt_inyre{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:877px){
.lhb_pmt_inyre{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.lhb_pmt_leftyre{
min-width:0;
}
.lhb_pmt_eyebrowyre{
margin-bottom:0.75rem;
}
.lhb_pmt_h2yre{
overflow-wrap:break-word;
font-weight:600;
line-height:1.06;
color:#18170F;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:12px;
font-size:30px;
}
@media(min-width:769px){
.lhb_pmt_h2yre{
font-size:32px;
}
}
.lhb_pmt_textyre{
font-size:0.906rem;
color:#8A877E;
margin-bottom:1.375rem;
line-height:1.6;
}
.lhb_pmt_logosyre{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:478px){
.lhb_pmt_logosyre{
grid-template-columns:repeat(4,1fr);
}
}
.lhb_pmt_logoyre{
background:#FAFAF8;
border:1px solid rgba(20,18,14,0.07);
border-radius:8px;
padding:0 0.5rem;
overflow:hidden;
display:flex;
align-items:center;
white-space:nowrap;
font-size:12.5px;
font-weight:700;
height:50px;
justify-content:center;
text-align:center;
text-overflow:ellipsis;
color:#2E2C26;
}
.lhb_pmt_tableyre{
overflow:hidden;
border:1px solid rgba(20,18,14,0.07);
border-radius:0.875rem;
min-width:0;
}
.lhb_pmt_theadyre{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#1C1B19;
display:grid;
}
.lhb_pmt_thyre{
overflow:hidden;
padding:13px 0.875rem;
font-size:0.625rem;
color:#F5F2EB;
letter-spacing:.08em;
text-transform:uppercase;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
}
.lhb_pmt_rowyre{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,18,14,0.07);
display:grid;
}
.lhb_pmt_rowyre:nth-child(odd){
background:#FAFAF8;
}
.lhb_pmt_tdyre{
padding:14px;
overflow-wrap:break-word;
font-size:13.5px;
color:#8A877E;
min-width:0;
}
.lhb_pmt_rowyre .lhb_pmt_tdyre:first-child{
font-weight:700;
color:#18170F;
}
.lhb_pmt_rowyre .lhb_pmt_tdyre:last-child{
color:#3A7D5A;
font-weight:700;
}
.lhb_htsyre{
padding:48px 0;
}
@media(min-width:770px){
.lhb_htsyre{
padding:3.875rem 0;
}
}
.lhb_hts_headyre{
gap:1.125rem;
display:flex;
margin-bottom:2.125rem;
flex-direction:column;
}
@media(min-width:765px){
.lhb_hts_headyre{
gap:24px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.lhb_hts_eyebrowyre{
margin-bottom:0.75rem;
}
.lhb_hts_h2yre{
font-weight:600;
color:#F5F2EB;
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:766px){
.lhb_hts_h2yre{
font-size:38px;
}
}
.lhb_hts_ctayre{
flex:0 0 auto;
background:#C9A85C;
padding:0.938rem 30px;
border-radius:62.438rem;
transition:opacity .2s ease;
font-weight:700;
font-size:15px;
color:#13120B;
}
.lhb_hts_ctayre:hover{
opacity:.9;
}
.lhb_hts_gridyre{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.lhb_hts_gridyre{
grid-template-columns:repeat(3,1fr);
}
}
.lhb_hts_stepyre{
min-width:0;
border-top:1px solid rgba(255,252,245,0.12);
padding-top:22px;
}
.lhb_hts_step_numyre{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1;
margin-bottom:14px;
font-weight:700;
font-size:2.75rem;
color:#C9A85C;
}
.lhb_hts_step_hyre{
font-size:19px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
color:#F5F2EB;
line-height:1.2;
font-weight:700;
}
.lhb_hts_step_pyre{
color:#A8A49B;
line-height:1.55;
font-size:0.875rem;
overflow-wrap:break-word;
}
.lhb_tsyre{
padding:44px 0;
}
.lhb_ts_inyre{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:879px){
.lhb_ts_inyre{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.lhb_ts_leftyre{
min-width:0;
}
.lhb_ts_h2yre{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
line-height:1.1;
color:#F5F2EB;
overflow-wrap:break-word;
margin-bottom:12px;
font-weight:600;
}
@media(min-width:766px){
.lhb_ts_h2yre{
font-size:1.75rem;
}
}
.lhb_ts_textyre{
max-width:32.5rem;
color:#A8A49B;
margin-bottom:1.375rem;
font-size:0.906rem;
line-height:1.6;
}
.lhb_ts_badgesyre{
gap:1.125rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.lhb_ts_badgeyre{
color:#A8A49B;
font-size:0.813rem;
font-weight:600;
}
.lhb_ts_payyre{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.lhb_ts_payyre{
justify-content:flex-end;
}
}
.lhb_ts_pay_chipyre{
border:1px solid rgba(255,252,245,0.12);
padding:0.75rem 1rem;
background:rgba(255,252,245,0.07);
border-radius:0.875rem;
font-weight:700;
font-size:0.875rem;
color:#F5F2EB;
}
.lhb_provyre{
padding:40px 0 20px;
}
.lhb_prov_eyebrowyre{
margin-bottom:1.125rem;
display:block;
}
.lhb_prov_gridyre{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:557px){
.lhb_prov_gridyre{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.lhb_prov_gridyre{
grid-template-columns:repeat(6,1fr);
}
}
.lhb_gdyre{
padding:3rem 0 0.625rem;
}
.lhb_gd_headyre{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:679px){
.lhb_gd_headyre{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.lhb_gd_eyebrowyre{
margin-bottom:0.625rem;
}
.lhb_gd_h2yre{
color:#18170F;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-size:1.75rem;
}
@media(min-width:766px){
.lhb_gd_h2yre{
font-size:34px;
}
}
.lhb_gd_moreyre{
transition:color .2s ease,border-color .2s ease;
flex:0 0 auto;
color:#18170F;
padding-bottom:2px;
font-weight:600;
border-bottom:1px solid #18170F;
font-size:0.844rem;
}
.lhb_gd_moreyre:hover{
border-color:#9E7B3A;
color:#9E7B3A;
}
.lhb_gd_gridyre{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.lhb_gd_gridyre{
grid-template-columns:repeat(3,1fr);
}
}
.lhb_gd_cardyre{
border-radius:14px;
background:#FAFAF8;
border:1px solid rgba(20,18,14,0.07);
overflow:hidden;
min-width:0;
display:block;
}
.lhb_gd_card_imgyre{
background:linear-gradient(140deg,#252318,#9E7B3A);
height:9.375rem;
}
.lhb_gd_card_bodyyre{
padding:22px;
}
.lhb_gd_card_catyre{
font-weight:600;
text-transform:uppercase;
font-size:10px;
letter-spacing:.1em;
color:#9E7B3A;
}
.lhb_gd_card_hyre{
margin:8px 0 10px;
font-size:1.188rem;
line-height:1.2;
overflow-wrap:break-word;
color:#18170F;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.lhb_gd_card_metayre{
color:#6B6860;
font-size:12px;
overflow-wrap:break-word;
}
.lhb_scyre{
padding:48px 0 10px;
}
.lhb_sc_headyre{
text-align:center;
margin-bottom:1.75rem;
}
.lhb_sc_eyebrowyre{
margin-bottom:0.75rem;
}
.lhb_sc_h2yre{
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#18170F;
overflow-wrap:break-word;
font-size:30px;
}
@media(min-width:770px){
.lhb_sc_h2yre{
font-size:2.25rem;
}
}
.lhb_sc_tableyre{
border-radius:0.875rem;
margin:0 auto;
border:1px solid rgba(20,18,14,0.07);
overflow:hidden;
max-width:56.25rem;
}
.lhb_sc_theadyre{
background:#1C1B19;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.lhb_sc_thyre{
padding:0.938rem 18px;
overflow-wrap:break-word;
color:#A8A49B;
font-weight:700;
text-align:center;
font-size:0.813rem;
}
.lhb_sc_thyre:first-child{
text-align:left;
}
.lhb_sc_th_usyre{
color:#C9A85C;
}
.lhb_sc_rowyre{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,14,0.07);
}
.lhb_sc_rowyre:nth-child(even){
background:#FAFAF8;
}
.lhb_sc_tdyre{
padding:0.938rem 1.125rem;
overflow-wrap:break-word;
min-width:0;
font-size:0.875rem;
text-align:center;
color:#6B6860;
}
.lhb_sc_tdyre:first-child{
color:#2E2C26;
font-weight:600;
text-align:left;
}
.lhb_sc_td_usyre{
font-weight:700;
color:#3A7D5A;
}
.lhb_sgyre{
padding:48px 0 0.625rem;
}
.lhb_sg_eyebrowyre{
margin-bottom:0.75rem;
display:block;
}
.lhb_sg_h2yre{
font-size:30px;
color:#18170F;
line-height:1.05;
font-weight:600;
margin-bottom:1.75rem;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.lhb_sg_h2yre{
font-size:36px;
}
}
.lhb_sg_gridyre{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:717px){
.lhb_sg_gridyre{
grid-template-columns:repeat(3,1fr);
}
}
.lhb_sg_colyre{
min-width:0;
}
.lhb_sg_col_hyre{
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
margin-bottom:0.625rem;
font-size:22px;
font-weight:600;
color:#18170F;
}
.lhb_sg_col_pyre{
color:#8A877E;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
}
.lhb_lhyre{
padding:2.5rem 0 1.25rem;
}
.lhb_lh_inyre{
border-top:1px solid rgba(20,18,14,0.13);
padding-top:2.125rem;
}
.lhb_lh_eyebrowyre{
margin-bottom:22px;
display:block;
}
.lhb_lh_gridyre{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:602px){
.lhb_lh_gridyre{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.lhb_lh_gridyre{
grid-template-columns:repeat(5,1fr);
}
}
.lhb_lh_colyre{
min-width:0;
}
.lhb_lh_col_hyre{
font-size:13px;
font-weight:700;
margin-bottom:0.75rem;
color:#18170F;
overflow-wrap:break-word;
}
.lhb_lh_linksyre{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.lhb_lh_linkyre{
transition:color .2s ease;
font-size:0.813rem;
overflow-wrap:break-word;
color:#8A877E;
}
.lhb_lh_linkyre:hover{
color:#9E7B3A;
}
.lhb_sbyre{
background:#FAFAF8;
padding:3rem 0;
border-bottom:1px solid rgba(20,18,14,0.07);
border-top:1px solid rgba(20,18,14,0.07);
margin-top:24px;
}
@media(min-width:771px){
.lhb_sbyre{
padding:3.5rem 0;
}
}
.lhb_sb_eyebrowyre{
margin-bottom:0.75rem;
display:block;
}
.lhb_sb_h2yre{
color:#18170F;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:26px;
font-size:1.875rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.lhb_sb_h2yre{
font-size:2.25rem;
}
}
.lhb_sb_gridyre{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.lhb_sb_gridyre{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.lhb_sb_gridyre{
grid-template-columns:repeat(4,1fr);
}
}
.lhb_sb_cardyre{
border-radius:14px;
background:#F5F3F0;
border:1px solid rgba(20,18,14,0.07);
padding:1.5rem;
min-width:0;
}
.lhb_sb_card_hyre{
line-height:1.15;
color:#18170F;
overflow-wrap:break-word;
font-size:1.188rem;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
}
.lhb_sb_card_pyre{
overflow-wrap:break-word;
color:#8A877E;
font-size:0.844rem;
line-height:1.6;
}
.lhb_sb_rtpyre{
gap:24px;
border-radius:0.875rem;
padding:26px 28px;
background:#F5F3F0;
border:1px solid rgba(20,18,14,0.07);
grid-template-columns:1fr;
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:761px){
.lhb_sb_rtpyre{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.lhb_sb_rtp_hyre{
font-size:1.25rem;
margin-bottom:0.5rem;
color:#18170F;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.lhb_sb_rtp_pyre{
overflow-wrap:break-word;
color:#8A877E;
line-height:1.6;
font-size:0.844rem;
}
.lhb_sb_rtp_statsyre{
gap:1rem;
display:flex;
}
.lhb_sb_statyre{
padding:18px;
border-radius:0.5rem;
background:#FAFAF8;
flex:1 1 0;
min-width:0;
text-align:center;
}
.lhb_sb_stat_vyre{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:700;
color:#3A7D5A;
}
.lhb_sb_stat_lyre{
margin-top:0.25rem;
font-size:0.719rem;
color:#6B6860;
}
.lhb_elyre{
padding:48px 0;
}
@media(min-width:770px){
.lhb_elyre{
padding:56px 0;
}
}
.lhb_el_inyre{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.lhb_el_inyre{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.lhb_el_leftyre{
min-width:0;
}
.lhb_el_eyebrowyre{
margin-bottom:14px;
}
.lhb_el_h2yre{
font-weight:600;
margin-bottom:22px;
color:#18170F;
font-size:2rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.08;
}
@media(min-width:766px){
.lhb_el_h2yre{
font-size:38px;
}
}
.lhb_el_bodyyre p{
overflow-wrap:break-word;
line-height:1.7;
color:#2E2C26;
font-size:16px;
margin-bottom:1.125rem;
}
.lhb_el_dropcapyre{
padding:0.375rem 0.75rem 0 0;
font-weight:700;
float:left;
color:#9E7B3A;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:3.875rem;
line-height:.8;
}
.lhb_el_rightyre{
min-width:0;
}
.lhb_el_quoteyre{
padding:36px;
border-radius:20px;
background:linear-gradient(150deg,#252318,#0E0D0C);
color:#F5F2EB;
position:relative;
margin-bottom:1.5rem;
}
.lhb_el_quote_markyre{
align-items:center;
color:#C9A85C;
display:inline-flex;
margin-bottom:0.375rem;
}
.lhb_el_quote_markyre svg{
width:2.125rem;
height:2.125rem;
}
.lhb_el_quote_textyre{
margin-bottom:22px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
font-size:22px;
overflow-wrap:break-word;
color:#F5F2EB;
font-weight:500;
}
.lhb_el_quote_metayre{
gap:12px;
align-items:center;
display:flex;
}
.lhb_el_quote_avyre{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#9E7B3A,#D4AF6A);
height:2.375rem;
width:2.375rem;
}
.lhb_el_quote_authoryre{
font-weight:700;
font-size:14px;
color:#F5F2EB;
}
.lhb_el_quote_meta_subyre{
color:#A8A49B;
font-size:0.75rem;
}
.lhb_el_explainyre{
border:1px solid rgba(20,18,14,0.07);
overflow:hidden;
border-radius:14px;
}
.lhb_el_explain_cardyre{
padding:22px 1.5rem;
}
.lhb_el_explain_cardyre+.lhb_el_explain_cardyre{
border-top:1px solid rgba(20,18,14,0.07);
}
.lhb_el_explain_hyre{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-size:1.25rem;
line-height:1.15;
color:#18170F;
overflow-wrap:break-word;
font-weight:600;
}
.lhb_el_explain_pyre{
color:#8A877E;
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
}
.lhb_faqyre{
background:#FAFAF8;
padding:3rem 0;
border-top:1px solid rgba(20,18,14,0.07);
border-bottom:1px solid rgba(20,18,14,0.07);
margin-top:24px;
}
@media(min-width:769px){
.lhb_faqyre{
padding:62px 0;
}
}
.lhb_faq_headyre{
text-align:center;
margin-bottom:2.125rem;
}
.lhb_faq_eyebrowyre{
margin-bottom:12px;
}
.lhb_faq_h2yre{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:32px;
color:#18170F;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:767px){
.lhb_faq_h2yre{
font-size:38px;
}
}
.lhb_faq_listyre{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:820px;
}
.lhb_faq_itemyre{
border:1px solid rgba(20,18,14,0.07);
overflow:hidden;
background:#F5F3F0;
border-radius:0.875rem;
}
.lhb_faq_qyre{
list-style:none;
padding:20px 24px;
gap:20px;
overflow-wrap:break-word;
color:#18170F;
cursor:pointer;
align-items:center;
font-weight:700;
font-size:16px;
display:flex;
justify-content:space-between;
}
.lhb_faq_qyre::-webkit-details-marker{
display:none;
}
.lhb_faq_q_icyre{
transition:transform .2s ease;
flex:0 0 auto;
color:#9E7B3A;
display:inline-flex;
align-items:center;
}
.lhb_faq_q_icyre svg{
width:18px;
height:1.125rem;
}
.lhb_faq_itemyre[open] .lhb_faq_q_icyre{
transform:rotate(180deg);
}
.lhb_faq_ayre{
padding:0 1.5rem 1.25rem;
font-size:14.5px;
overflow-wrap:break-word;
color:#8A877E;
line-height:1.6;
}
.lhb_ftyre{
background:#1C1B19;
margin-top:40px;
color:#A8A49B;
}
.lhb_ft_inyre{
padding:3rem 0 1.75rem;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:598px){
.lhb_ft_inyre{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.lhb_ft_inyre{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.lhb_ft_brandyre{
min-width:0;
}
.lhb_ft_logoyre{
font-size:26px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
overflow-wrap:break-word;
color:#F5F2EB;
}
.lhb_ft_taglineyre{
color:#A8A49B;
max-width:280px;
line-height:1.6;
margin-top:14px;
font-size:0.844rem;
}
.lhb_ft_contactyre{
transition:color .2s ease;
overflow-wrap:anywhere;
font-size:13px;
max-width:280px;
display:inline-block;
color:#C9A85C;
margin-top:0.75rem;
}
.lhb_ft_contactyre:hover{
color:#F5F2EB;
}
.lhb_ft_colyre{
min-width:0;
}
.lhb_ft_col_hyre{
overflow-wrap:break-word;
font-size:13px;
font-weight:700;
margin-bottom:0.875rem;
text-transform:uppercase;
letter-spacing:.08em;
color:#F5F2EB;
}
.lhb_ft_col_linksyre{
gap:10px;
display:flex;
flex-direction:column;
}
.lhb_ft_linkyre{
transition:color .2s ease;
overflow-wrap:break-word;
color:#A8A49B;
font-size:0.844rem;
}
.lhb_ft_linkyre:hover{
color:#F5F2EB;
}
.lhb_ft_botyre{
gap:1rem;
padding:1.375rem 0 40px;
flex-direction:column;
border-top:1px solid rgba(255,252,245,0.12);
display:flex;
}
@media(min-width:769px){
.lhb_ft_botyre{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.lhb_ft_legalyre{
max-width:760px;
overflow-wrap:break-word;
color:#B0ADA6;
line-height:1.6;
font-size:11.5px;
}
.lhb_ft_legalyre b{
color:#A8A49B;
font-weight:700;
}
.lhb_ft_ageyre{
border-radius:8px;
border:1.5px solid #C9A85C;
flex:0 0 auto;
padding:0.25rem 0.563rem;
font-weight:700;
font-size:0.813rem;
color:#C9A85C;
}