*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF7F0;
text-rendering:optimizeLegibility;
font-size:0.938rem;
font-family:"Golos Text", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.55;
color:#3D3217;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(20, 13, 2, 0.68);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.ghm-shell_r6k{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.ghm-main_r6k{
min-width:0;
}
.ghm-wrap_r6k{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.ghm-container_r6k{
margin:0 auto;
padding:0 1rem;
max-width:1400px;
width:100%;
}
@media(min-width:769px){
.ghm-container_r6k{
padding:0 28px;
}
}
.ghm-section_r6k{
padding:24px 1.75rem;
}
.ghm-section_pt_r6k{
padding-top:34px;
}
.ghm-band_soft_r6k{
background:#FFFFFF;
}
.ghm-eyebrow_r6k{
color:#B07D0A;
overflow-wrap:break-word;
font-weight:600;
font-size:0.656rem;
line-height:1.4;
font-family:"Golos Text", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
display:inline-block;
text-transform:uppercase;
letter-spacing:.14em;
}
.ghm-drawer_cb_r6k{
display:none;
}
.ghm-overlay_r6k{
display:none;
}
@media(max-width:1025px){
.ghm-shell_r6k{
grid-template-columns:1fr;
}
.ghm-main_r6k{
padding-bottom:78px;
}
.ghm-drawer_cb_r6k:checked~.ghm-overlay_r6k{
background:rgba(20, 13, 2, 0.68);
inset:0;
display:block;
z-index:70;
position:fixed;
}
}
@media(max-width:563px){
.ghm-section_r6k{
padding:1.125rem 16px;
}
.ghm-section_pt_r6k{
padding-top:24px;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.ghm-side_r6k{
padding:22px 18px;
background:#F5F1E8;
gap:22px;
height:100vh;
overflow-y:auto;
align-self:start;
display:flex;
top:0;
position:sticky;
flex-direction:column;
border-right:1px solid rgba(28, 21, 5, 0.08);
}
.ghm-brand_r6k{
gap:10px;
display:flex;
align-items:center;
}
.ghm-logo_r6k{
letter-spacing:-.02em;
color:#1C1505;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.313rem;
font-weight:700;
}
.ghm-side_cta_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
padding:16px;
border-radius:13px;
background:rgba(176, 125, 10, 0.11);
}
.ghm-side_cta_h_r6k{
color:#1C1505;
font-size:17px;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.15;
font-weight:700;
margin-bottom:0.375rem;
}
.ghm-side_cta_p_r6k{
font-size:0.75rem;
color:#3D3217;
margin-bottom:12px;
line-height:1.45;
}
.ghm-nav_r6k{
gap:3px;
flex-direction:column;
display:flex;
}
.ghm-nav_label_r6k{
padding:6px 10px;
letter-spacing:.14em;
color:#A8966A;
text-transform:uppercase;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.594rem;
}
.ghm-nav_item_r6k{
padding:0.625rem;
border-radius:9px;
gap:0.688rem;
font-weight:500;
font-size:14px;
display:flex;
align-items:center;
color:#3D3217;
}
.ghm-nav_item_r6k svg{
height:1.063rem;
width:1.063rem;
}
.ghm-nav_item_r6k:hover{
background:rgba(176, 125, 10, 0.11);
color:#1C1505;
}
.ghm-nav_item_on_r6k{
background:rgba(176, 125, 10, 0.11);
font-weight:600;
color:#B07D0A;
}
.ghm-side_foot_r6k{
padding:0.75rem;
background:#FFFFFF;
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:13px;
margin-top:auto;
}
.ghm-side_foot_r6k p{
font-size:0.781rem;
line-height:1.4;
margin-top:4px;
color:#3D3217;
}
/* ---------- topbar ---------- */
.ghm-top_r6k{
background:#F5F1E8;
gap:1rem;
padding:14px 28px;
position:sticky;
display:flex;
z-index:40;
border-bottom:1px solid rgba(28, 21, 5, 0.08);
align-items:center;
top:0;
}
.ghm-top_brand_r6k{
gap:0.563rem;
align-items:center;
display:none;
}
.ghm-search_r6k{
border-radius:13px;
background:#FFFFFF;
gap:10px;
padding:0.688rem 0.875rem;
border:1px solid rgba(28, 21, 5, 0.12);
flex:1;
max-width:27.5rem;
color:#7A6B42;
font-size:0.844rem;
display:flex;
align-items:center;
}
.ghm-search_r6k svg{
flex:none;
width:1rem;
height:1rem;
}
.ghm-top_actions_r6k{
gap:12px;
display:flex;
margin-left:auto;
align-items:center;
}
.ghm-lang_r6k{
color:#3D3217;
font-size:12px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ghm-burger_r6k{
background:#FFFFFF;
border-radius:0.563rem;
border:1px solid rgba(28, 21, 5, 0.12);
justify-content:center;
color:#1C1505;
width:40px;
height:2.5rem;
align-items:center;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.ghm-botnav_r6k{
display:none;
}
@media(max-width:1025px){
.ghm-side_r6k{
transition:transform .25s ease;
left:0;
transform:translateX(-100%);
top:0;
position:fixed;
z-index:80;
width:17.5rem;
height:100vh;
}
.ghm-drawer_cb_r6k:checked~.ghm-shell_r6k .ghm-side_r6k{
transform:translateX(0);
}
.ghm-top_r6k{
padding:0.875rem 16px;
gap:0.75rem;
position:static;
flex-wrap:wrap;
}
.ghm-top_brand_r6k{
display:flex;
}
.ghm-search_r6k{
display:none;
}
.ghm-burger_r6k{
display:flex;
}
.ghm-top_actions_r6k{
gap:0.625rem;
margin-left:0;
width:100%;
align-items:stretch;
}
.ghm-top_actions_r6k .ghm-lang_r6k{
display:none;
}
.ghm-top_actions_r6k .ghm-btn_r6k{
padding:0.688rem 10px;
flex:1;
text-align:center;
}
.ghm-botnav_r6k{
grid-template-columns:repeat(3,1fr);
padding:8px 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
background:#F5F1E8;
bottom:0;
z-index:65;
position:fixed;
border-top:1px solid rgba(28, 21, 5, 0.12);
right:0;
left:0;
display:grid;
transform:translateZ(0);
}
.ghm-bn_r6k{
padding:0.375rem 2px 0;
gap:4px;
font-size:0.625rem;
color:#3D3217;
min-width:0;
display:flex;
justify-content:flex-end;
flex-direction:column;
align-items:center;
font-weight:600;
}
.ghm-bn_r6k svg{
flex:none;
height:22px;
width:22px;
}
.ghm-bn_r6k span{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
text-align:center;
white-space:nowrap;
}
.ghm-bn_on_r6k{
color:#B07D0A;
}
.ghm-bn_center_r6k{
position:relative;
}
.ghm-bn_fab_r6k{
border-radius:50%;
background:#F0B429;
left:50%;
justify-content:center;
top:-20px;
width:50px;
box-shadow:0 8px 2rem rgba(28, 21, 5, 0.16), 0 2px 0.5rem rgba(28, 21, 5, 0.10);
align-items:center;
transform:translateX(-50%);
display:flex;
color:#1C1505;
position:absolute;
height:3.125rem;
}
.ghm-bn_fab_r6k svg{
width:1.5rem;
height:24px;
}
.ghm-bn_center_r6k span{
color:#B07D0A;
}
}
.ghm-btn_r6k{
transition:background-color 0.2s ease,color 0.2s ease;
border-radius:0.563rem;
gap:8px;
padding:11px 1.375rem;
font-size:0.875rem;
align-items:center;
font-weight:700;
display:inline-flex;
justify-content:center;
cursor:pointer;
font-family:"Golos Text", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ghm-btn_pri_r6k{
background:#F0B429;
box-shadow:0 0.25rem 1.125rem rgba(240, 180, 41, 0.42), 0 1px 4px rgba(28, 21, 5, 0.18);
color:#1C1505;
}
.ghm-btn_pri_r6k:hover{
background:#D49A10;
}
.ghm-btn_ghost_r6k{
background:rgba(176, 125, 10, 0.11);
font-weight:600;
color:#1C1505;
}
.ghm-btn_line_r6k{
border:1px solid rgba(28, 21, 5, 0.22);
background:transparent;
color:#1C1505;
font-weight:600;
}
.ghm-btn_lg_r6k{
padding:1rem 1.875rem;
border-radius:0.813rem;
font-size:15px;
}
.ghm-band_r6k .ghm-btn_line_r6k{
border-color:rgba(255, 255, 255, 0.13);
color:#FAF4E1;
}
.ghm-band_r6k .ghm-btn_ghost_r6k{
background:rgba(255, 255, 255, 0.08);
color:#FAF4E1;
}
.ghm-link_m_r6k{
gap:0.313rem;
color:#B07D0A;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
align-items:center;
text-decoration:none;
display:inline-flex;
cursor:pointer;
}
.ghm-link_m_r6k svg{
height:14px;
width:0.875rem;
}
.ghm-band_r6k .ghm-link_m_r6k{
color:#F5C842;
}
.ghm-dot_r6k{
flex:none;
border-radius:50%;
background:#B07D0A;
height:7px;
width:7px;
}
.ghm-dot_live_r6k{
animation:zm3-pulse 1.4s infinite;
background:#D4281A;
}
.ghm-stars_r6k{
gap:2px;
color:#B07D0A;
display:inline-flex;
}
.ghm-stars_r6k svg{
height:0.938rem;
width:15px;
}
.ghm-chip_r6k{
background:#FFFFFF;
border-radius:9px;
padding:7px 12px;
gap:0.375rem;
border:1px solid rgba(28, 21, 5, 0.12);
font-size:11px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
display:inline-flex;
align-items:center;
color:#3D3217;
}
.ghm-chip_on_r6k{
background:rgba(176, 125, 10, 0.11);
border-color:transparent;
color:#B07D0A;
}
.ghm-gc_r6k{
min-width:0;
display:block;
cursor:pointer;
text-decoration:none;
color:inherit;
}
.ghm-gc_thumb_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:13px;
overflow:hidden;
position:relative;
background-size:cover;
background-position:center;
aspect-ratio:1;
display:block;
}
.ghm-gc_thumb_portrait_r6k{
aspect-ratio:3/4;
}
.ghm-gc_thumb_wide_r6k{
aspect-ratio:16/11;
}
.ghm-gc_cap_r6k{
padding:9px;
background:linear-gradient(transparent,rgba(20, 13, 2, 0.68));
left:0;
position:absolute;
right:0;
bottom:0;
}
.ghm-gc_name_r6k{
display:block;
font-weight:700;
font-size:0.781rem;
color:#FAF4E1;
}
.ghm-gc_meta_r6k{
color:#C9B87A;
font-size:0.688rem;
}
.ghm-gc_badge_r6k{
padding:2px 0.375rem;
background:#B07D0A;
border-radius:0.563rem;
font-size:0.5rem;
top:0.5rem;
position:absolute;
font-weight:700;
color:#1C1505;
right:8px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ghm-gc_badge_hot_r6k{
background:#D4281A;
color:#FAF4E1;
}
.ghm-gc_badge_live_r6k{
background:#D4281A;
left:8px;
color:#FAF4E1;
right:auto;
}
.ghm-gc_mult_r6k{
inset:0;
align-items:center;
font-weight:700;
font-size:28px;
position:absolute;
justify-content:center;
display:flex;
color:#B07D0A;
}
.ghm-pc_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:13px;
background:#FFFFFF;
color:#3D3217;
font-size:0.875rem;
font-weight:700;
align-items:center;
justify-content:center;
height:4rem;
display:flex;
}
.ghm-rail_r6k{
min-width:0;
}
.ghm-rail_scroll_r6k{
gap:0.875rem;
display:grid;
}
.ghm-rail_scroll_r6k>*{
min-width:0;
}
.ghm-g6_r6k{
grid-template-columns:repeat(6,1fr);
}
.ghm-g7_r6k{
grid-template-columns:repeat(7,1fr);
}
.ghm-g4_r6k{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1024px){
.ghm-g6_r6k,.ghm-g7_r6k{
grid-template-columns:none;
padding-bottom:6px;
grid-auto-columns:120px;
overflow-x:auto;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
}
.ghm-g6_r6k>*,.ghm-g7_r6k>*{
scroll-snap-align:start;
}
.ghm-g4_r6k{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.ghm-g4_r6k{
grid-template-columns:none;
grid-auto-columns:150px;
overflow-x:auto;
grid-auto-flow:column;
}
}
.ghm-panel_r6k{
padding:28px 32px;
background:#FFFFFF;
border-radius:20px;
border:1px solid rgba(28, 21, 5, 0.12);
}
.ghm-split_r6k{
gap:2.25rem;
align-items:start;
display:grid;
}
.ghm-split_r6k>*{
min-width:0;
}
.ghm-split_a_r6k{
grid-template-columns:.85fr 1.15fr;
}
.ghm-split_b_r6k{
grid-template-columns:1fr 1.1fr;
}
.ghm-split_c_r6k{
grid-template-columns:1.1fr .9fr;
}
.ghm-pgrid_r6k{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.ghm-pgrid_r6k>*{
min-width:0;
}
.ghm-lead_r6k{
font-size:15px;
color:#3D3217;
line-height:1.65;
margin-bottom:14px;
}
.ghm-feat_r6k{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ghm-feat_r6k>*{
min-width:0;
}
.ghm-feat2_r6k{
grid-template-columns:1fr 1fr;
}
.ghm-feat_card_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
padding:1.625rem;
background:#FFFFFF;
border-radius:1.25rem;
}
.ghm-feat_card_r6k svg{
height:1.625rem;
color:#B07D0A;
width:1.625rem;
margin-bottom:16px;
}
.ghm-feat_card_r6k h3{
font-size:1.125rem;
color:#1C1505;
font-weight:700;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.5rem;
}
.ghm-feat_card_r6k p{
line-height:1.6;
color:#3D3217;
font-size:13px;
}
.ghm-feat_card_r6k b{
color:#1C1505;
}
.ghm-big_r6k{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.ghm-big_n_r6k{
font-size:1.625rem;
color:#B07D0A;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.ghm-big_l_r6k{
color:#7A6B42;
font-size:12px;
}
.ghm-person_r6k{
background:#FFFFFF;
padding:16px 1.125rem;
border-radius:13px;
gap:0.875rem;
border:1px solid rgba(28, 21, 5, 0.12);
align-items:center;
display:flex;
}
.ghm-avatar_r6k{
border-radius:50%;
background:linear-gradient(135deg,#F0B429,#7A5500);
flex:none;
height:44px;
width:2.75rem;
}
.ghm-person_name_r6k{
font-weight:700;
color:#1C1505;
font-size:0.875rem;
}
.ghm-person_role_r6k{
font-size:12px;
color:#7A6B42;
}
.ghm-kv_r6k{
gap:1px;
grid-template-columns:1fr 1fr;
overflow:hidden;
background:rgba(28, 21, 5, 0.12);
border-radius:13px;
border:1px solid rgba(28, 21, 5, 0.12);
display:grid;
}
.ghm-kv_r6k>div{
background:#FAF7F0;
padding:16px 18px;
min-width:0;
}
.ghm-kv_k_r6k{
color:#B07D0A;
margin-bottom:5px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.594rem;
text-transform:uppercase;
}
.ghm-kv_v_r6k{
font-size:13.5px;
font-weight:700;
color:#1C1505;
}
@media(max-width:1023px){
.ghm-split_a_r6k,.ghm-split_b_r6k,.ghm-split_c_r6k,.ghm-pgrid_r6k{
grid-template-columns:1fr;
gap:24px;
}
.ghm-feat_r6k,.ghm-feat2_r6k{
grid-template-columns:1fr;
}
.ghm-kv_r6k{
grid-template-columns:1fr;
}
}
.ghm-sh_r6k{
margin-bottom:1rem;
min-width:0;
}
.ghm-sh_row_r6k{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.ghm-sh_row_r6k .ghm-sh_l_r6k{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.ghm-sh_stack_r6k{
gap:0.625rem;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.ghm-sh_center_r6k{
gap:10px;
align-items:center;
text-align:center;
display:flex;
flex-direction:column;
}
.ghm-sh_h2_r6k{
gap:9px;
overflow-wrap:break-word;
font-size:20px;
display:flex;
align-items:center;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.1;
font-weight:700;
color:#1C1505;
}
@media(min-width:768px){
.ghm-sh_h2_r6k{
font-size:1.5rem;
}
}
.ghm-band_r6k .ghm-sh_h2_r6k{
color:#FAF4E1;
}
.ghm-eb_mono_r6k{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:none;
letter-spacing:.08em;
}
.ghm-eb_mono_r6k::before{
content:"// ";
}
.ghm-eb_upper_r6k{
text-transform:uppercase;
letter-spacing:.14em;
}
.ghm-eb_pill_r6k{
border-radius:62.438rem;
background:rgba(176, 125, 10, 0.11);
padding:5px 0.688rem;
letter-spacing:.12em;
text-transform:uppercase;
}
.ghm-eb_line_r6k{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.ghm-eb_line_r6k::before{
background:#B07D0A;
content:"";
display:inline-block;
width:24px;
height:1px;
}
.ghm-band_r6k .ghm-eb_line_r6k::before{
background:#F5C842;
}
.ghm-band_r6k .ghm-eb_pill_r6k{
background:rgba(255, 255, 255, 0.08);
}
.ghm-sh_link_r6k{
gap:0.375rem;
transition:color 0.2s ease,border-color 0.2s ease;
align-items:center;
font-weight:600;
border-bottom:1px solid #1C1505;
font-size:13px;
padding-bottom:2px;
display:inline-flex;
color:#1C1505;
white-space:nowrap;
}
.ghm-sh_link_r6k:hover{
border-color:#B07D0A;
color:#B07D0A;
}
.ghm-sh_link_r6k svg{
width:14px;
height:14px;
}
.ghm-sh_link_chev_r6k{
color:#B07D0A;
padding-bottom:0;
font-size:0.75rem;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
border-bottom:0;
}
.ghm-sh_link_btn_r6k{
background:#F0B429;
border-radius:62.438rem;
padding:9px 18px;
color:#1C1505;
border-bottom:0;
}
.ghm-sh_link_btn_r6k:hover{
border-color:transparent;
background:#D49A10;
}
.ghm-band_r6k .ghm-sh_link_r6k{
border-color:#FAF4E1;
color:#FAF4E1;
}
.ghm-band_r6k .ghm-sh_link_chev_r6k{
color:#F5C842;
}
.ghm-sh_rule_r6k{
background:rgba(28, 21, 5, 0.12);
margin:-2px 0 1rem;
height:1px;
}
.ghm-band_r6k .ghm-sh_rule_r6k{
background:rgba(255, 255, 255, 0.13);
}
.ghm-seo_grid3_r6k{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.ghm-seo_grid4_r6k{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ghm-seo_grid3_r6k>*,.ghm-seo_grid4_r6k>*{
min-width:0;
}
.ghm-seo_card_r6k{
background:#FFFFFF;
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:0.813rem;
padding:1.5rem;
}
.ghm-seo_card_r6k h3{
color:#1C1505;
margin-bottom:8px;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:18px;
font-weight:700;
}
.ghm-seo_card_r6k p{
color:#3D3217;
font-size:13px;
line-height:1.6;
}
.ghm-seo_card_sm_r6k{
padding:20px;
}
.ghm-seo_card_sm_r6k h3{
font-size:16px;
}
.ghm-seo_card_sm_r6k p{
line-height:1.55;
font-size:0.781rem;
}
.ghm-seo_rtp_row_r6k{
grid-template-columns:1fr 1fr;
gap:2.25rem;
margin-top:1rem;
display:grid;
align-items:center;
}
.ghm-rtp_r6k{
gap:14px;
display:flex;
min-width:0;
}
.ghm-rtp_r6k>div{
padding:1rem;
background:#FAF7F0;
flex:1;
border-radius:13px;
text-align:center;
min-width:0;
}
.ghm-rtp_n_r6k{
white-space:nowrap;
color:#B07D0A;
font-size:26px;
font-weight:700;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ghm-rtp_l_r6k{
margin-top:4px;
color:#7A6B42;
font-size:0.688rem;
}
.ghm-cmp_r6k{
border-radius:13px;
border:1px solid rgba(28, 21, 5, 0.12);
overflow:hidden;
max-width:760px;
}
.ghm-cmp_row_r6k{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.ghm-cmp_row_r6k>div{
padding:0.813rem 14px;
min-width:0;
text-align:center;
}
.ghm-cmp_row_r6k>div:first-child{
font-weight:600;
text-align:left;
padding-left:22px;
color:#1C1505;
}
.ghm-cmp_th_r6k{
background:#FAF7F0;
font-size:12.5px;
font-weight:700;
}
.ghm-cmp_row_r6k:not(.ghm-cmp_th_r6k){
background:#FFFFFF;
color:#3D3217;
border-top:1px solid rgba(28, 21, 5, 0.08);
}
.ghm-cmp_zebra_r6k{
background:#F3EFE5;
}
.ghm-guide_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
background:#FFFFFF;
border-radius:13px;
overflow:hidden;
cursor:pointer;
}
.ghm-guide_cover_r6k{
height:130px;
}
.ghm-guide_body_r6k{
padding:1.25rem;
}
.ghm-guide_body_r6k h3{
margin:0.438rem 0 0.563rem;
color:#1C1505;
font-weight:700;
line-height:1.25;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:16px;
}
.ghm-guide_meta_r6k{
color:#7A6B42;
font-size:11.5px;
}
.ghm-hub_r6k{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
padding-top:1.75rem;
border-top:1px solid rgba(28, 21, 5, 0.08);
display:grid;
}
.ghm-hub_r6k>*{
min-width:0;
}
.ghm-hub_r6k h4{
font-size:13px;
margin-bottom:0.688rem;
color:#1C1505;
font-weight:700;
}
.ghm-hub_col_r6k{
gap:8px;
font-size:13px;
flex-direction:column;
color:#3D3217;
display:flex;
}
.ghm-hub_col_r6k a{
cursor:pointer;
}
@media(max-width:1027px){
.ghm-seo_grid3_r6k{
grid-template-columns:1fr;
}
.ghm-seo_grid4_r6k{
grid-template-columns:repeat(2,1fr);
}
.ghm-seo_rtp_row_r6k{
gap:1.25rem;
grid-template-columns:1fr;
}
.ghm-hub_r6k{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:559px){
.ghm-hub_r6k{
grid-template-columns:1fr;
}
}
.ghm-hero_r6k{
border-radius:1.25rem;
background:linear-gradient(120deg,#1A1508,#0F1520);
padding:46px 48px;
overflow:hidden;
border:1px solid rgba(28, 21, 5, 0.12);
color:#FAF4E1;
position:relative;
}
.ghm-hero_glow_r6k{
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
border-radius:50%;
right:-60px;
position:absolute;
height:340px;
width:21.25rem;
top:-3.75rem;
}
.ghm-hero_in_r6k{
max-width:37.5rem;
position:relative;
}
.ghm-hero_r6k .ghm-eyebrow_r6k{
color:#F5C842;
}
.ghm-pill_row_r6k{
border-radius:62.438rem;
border:1px solid rgba(255, 255, 255, 0.13);
gap:0.5rem;
padding:0.375rem 0.813rem;
background:rgba(255, 255, 255, 0.08);
color:#F5C842;
letter-spacing:.1em;
margin-bottom:22px;
font-size:10.5px;
align-items:center;
display:inline-flex;
text-transform:uppercase;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ghm-hero_h1_r6k{
margin:1.125rem 0;
letter-spacing:-.02em;
color:#FAF4E1;
line-height:1.02;
overflow-wrap:break-word;
font-size:3.375rem;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.ghm-hero_h1_r6k em{
color:#F5C842;
font-style:normal;
}
.ghm-hero_sub_r6k{
font-size:17px;
max-width:30rem;
line-height:1.55;
margin-bottom:28px;
color:#C9B87A;
}
.ghm-hero_cta_r6k{
gap:0.875rem;
display:flex;
flex-wrap:wrap;
margin-bottom:1.625rem;
align-items:center;
}
.ghm-hero_trust_r6k{
gap:14px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ghm-hero_rating_txt_r6k{
font-size:13px;
color:#C9B87A;
}
@media(max-width:1026px){
.ghm-hero_r6k{
padding:2rem 24px;
}
.ghm-hero_h1_r6k{
font-size:38px;
}
}
@media(max-width:557px){
.ghm-hero_h1_r6k{
font-size:1.875rem;
}
}
.ghm-stat_r6k{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ghm-stat_r6k>*{
min-width:0;
}
.ghm-stat_item_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:13px;
background:#FFFFFF;
padding:18px 20px;
}
.ghm-stat_k_r6k{
color:#7A6B42;
text-transform:uppercase;
margin-bottom:0.438rem;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.594rem;
letter-spacing:.12em;
}
.ghm-stat_v_r6k{
gap:0.5rem;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:anywhere;
min-width:0;
color:#1C1505;
display:flex;
align-items:center;
font-size:24px;
font-weight:700;
}
.ghm-stat_v_accent_r6k{
color:#B07D0A;
}
@media(max-width:1025px){
.ghm-stat_r6k{
grid-template-columns:repeat(2,1fr);
}
}
.ghm-wlc_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:20px;
padding:36px 40px;
background:linear-gradient(120deg,#1A1508,#0F1520);
overflow:hidden;
gap:24px;
grid-template-columns:1.2fr .8fr;
position:relative;
color:#FAF4E1;
align-items:center;
display:grid;
}
.ghm-wlc_r6k>*{
min-width:0;
}
.ghm-wlc_r6k .ghm-eyebrow_r6k{
color:#F5C842;
}
.ghm-wlc_glow_r6k{
border-radius:50%;
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
height:16.25rem;
top:-2.5rem;
width:260px;
right:-40px;
position:absolute;
}
.ghm-wlc_in_r6k{
position:relative;
}
.ghm-wlc_h2_r6k{
margin:10px 0 8px;
line-height:1.03;
color:#FAF4E1;
font-size:2.125rem;
overflow-wrap:break-word;
font-weight:700;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ghm-wlc_h2_r6k em{
color:#F5C842;
font-style:normal;
}
.ghm-wlc_sub_r6k{
font-size:14px;
color:#C9B87A;
line-height:1.55;
margin-bottom:18px;
max-width:26.25rem;
}
.ghm-wlc_terms_r6k{
gap:10px;
flex-direction:column;
display:flex;
position:relative;
}
.ghm-term_r6k{
border-radius:13px;
gap:0.688rem;
padding:0.813rem 0.938rem;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
display:flex;
align-items:center;
}
.ghm-term_r6k svg{
flex:none;
height:20px;
width:1.25rem;
color:#F5C842;
}
.ghm-term_k_r6k{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
letter-spacing:.1em;
color:#C9B87A;
font-size:0.594rem;
}
.ghm-term_v_r6k{
color:#FAF4E1;
font-size:14px;
margin-top:2px;
font-weight:700;
}
@media(max-width:1022px){
.ghm-wlc_r6k{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.ghm-wlc_h2_r6k{
font-size:26px;
}
}
.ghm-jp_r6k{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.ghm-jp_r6k>*{
min-width:0;
}
.ghm-jp_hero_r6k{
border-radius:20px;
border:1px solid rgba(28, 21, 5, 0.12);
gap:0.875rem;
background:linear-gradient(135deg,#1A1508,#0F1520);
padding:1.625rem;
overflow:hidden;
justify-content:space-between;
position:relative;
display:flex;
min-height:180px;
flex-direction:column;
color:#FAF4E1;
}
.ghm-jp_glow_r6k{
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
border-radius:50%;
width:180px;
height:11.25rem;
position:absolute;
top:-2.5rem;
right:-2.5rem;
}
.ghm-jp_k_row_r6k{
gap:0.625rem;
align-items:center;
position:relative;
display:flex;
justify-content:space-between;
}
.ghm-jp_k_r6k{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#7A6B42;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.12em;
}
.ghm-jp_hero_r6k .ghm-jp_k_r6k{
color:#C9B87A;
}
.ghm-jp_amt_r6k{
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
font-size:42px;
line-height:1;
color:#F5C842;
position:relative;
}
.ghm-jp_sub_r6k{
margin-top:0.313rem;
font-size:12px;
color:#C9B87A;
}
.ghm-jp_cell_r6k{
border-radius:1.25rem;
padding:1.375rem;
background:#FFFFFF;
border:1px solid rgba(28, 21, 5, 0.12);
display:flex;
justify-content:space-between;
min-height:11.25rem;
flex-direction:column;
}
.ghm-jp_cell_r6k .ghm-jp_amt_r6k{
color:#1C1505;
font-size:1.875rem;
}
.ghm-jp_cell_r6k .ghm-jp_sub_r6k{
color:#7A6B42;
}
@media(max-width:1024px){
.ghm-jp_r6k{
grid-template-columns:1fr;
}
}
@media(max-width:560px){
.ghm-jp_amt_r6k{
font-size:32px;
}
}
.ghm-tour_r6k{
grid-template-columns:1.05fr 1fr;
border-radius:1.25rem;
overflow:hidden;
border:1px solid rgba(28, 21, 5, 0.12);
display:grid;
}
.ghm-tour_r6k>*{
min-width:0;
}
.ghm-tour_l_r6k{
padding:2.125rem;
background:linear-gradient(135deg,#1A1508,#0F1520);
overflow:hidden;
color:#FAF4E1;
position:relative;
}
.ghm-tour_h2_r6k{
margin:0.75rem 0 10px;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.05;
font-weight:700;
color:#FAF4E1;
font-size:30px;
}
.ghm-tour_h2_r6k em{
color:#F5C842;
font-style:normal;
}
.ghm-tour_text_r6k{
color:#C9B87A;
line-height:1.6;
max-width:21.25rem;
font-size:13.5px;
margin-bottom:1.25rem;
}
.ghm-tour_meta_r6k{
gap:1.125rem;
display:flex;
flex-wrap:wrap;
margin-bottom:1.25rem;
align-items:flex-end;
}
.ghm-tour_cap_r6k{
color:#C9B87A;
font-size:9.5px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-bottom:0.313rem;
text-transform:uppercase;
}
.ghm-count_r6k{
gap:6px;
display:flex;
}
.ghm-count_r6k span{
padding:0.25rem 9px;
border-radius:9px;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
font-weight:700;
font-size:1.375rem;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ghm-tour_units_r6k{
color:#C9B87A;
font-size:0.625rem;
}
.ghm-board_r6k{
padding:1.75rem 30px;
background:#FFFFFF;
}
.ghm-board_head_r6k{
margin-bottom:0.875rem;
justify-content:space-between;
display:flex;
align-items:center;
}
.ghm-board_title_r6k{
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#1C1505;
font-weight:700;
font-size:16px;
}
.ghm-board_upd_r6k{
color:#7A6B42;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
font-size:10px;
}
.ghm-board_list_r6k{
gap:2px;
display:flex;
flex-direction:column;
}
.ghm-board_row_r6k{
border-radius:9px;
padding:0.625rem 0.75rem;
gap:0.75rem;
align-items:center;
display:flex;
}
.ghm-board_top1_r6k{
background:rgba(176, 125, 10, 0.11);
}
.ghm-board_rk_r6k{
font-weight:700;
width:20px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#7A6B42;
font-size:0.875rem;
}
.ghm-board_top1_r6k .ghm-board_rk_r6k{
color:#B07D0A;
}
.ghm-board_nm_r6k{
flex:1;
min-width:0;
font-weight:600;
color:#3D3217;
font-size:0.844rem;
}
.ghm-board_top1_r6k .ghm-board_nm_r6k{
color:#1C1505;
font-weight:700;
}
.ghm-board_pt_r6k{
color:#3D3217;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12.5px;
}
@media(max-width:1025px){
.ghm-tour_r6k{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.ghm-tour_h2_r6k{
font-size:1.5rem;
}
}
.ghm-pay_logos_r6k{
grid-template-columns:repeat(4,1fr);
gap:9px;
display:grid;
}
.ghm-pay_logos_r6k>*{
min-width:0;
}
.ghm-pay_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:0.563rem;
color:#3D3217;
font-size:0.75rem;
justify-content:center;
align-items:center;
height:48px;
font-weight:700;
display:flex;
}
.ghm-table_r6k{
border-radius:0.813rem;
overflow:hidden;
border:1px solid rgba(28, 21, 5, 0.12);
}
.ghm-trow_r6k{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.ghm-trow_r6k>div{
padding:13px 0.875rem;
min-width:0;
}
.ghm-trow_r6k>div:first-child{
padding-left:1rem;
color:#1C1505;
font-weight:700;
}
.ghm-trow_th_r6k{
background:#FAF7F0;
text-transform:uppercase;
color:#7A6B42;
font-size:0.594rem;
letter-spacing:.06em;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ghm-trow_r6k:not(.ghm-trow_th_r6k){
background:#FFFFFF;
color:#3D3217;
border-top:1px solid rgba(28, 21, 5, 0.08);
}
.ghm-trow_zebra_r6k{
background:#F3EFE5;
}
.ghm-pos_r6k{
color:#B07D0A;
font-weight:700;
}
@media(max-width:1023px){
.ghm-pay_logos_r6k{
grid-template-columns:repeat(2,1fr);
}
}
.ghm-supp_r6k{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.ghm-supp_r6k>*{
min-width:0;
}
.ghm-supp_card_r6k{
border-radius:0.813rem;
padding:1.5rem;
background:#FFFFFF;
border:1px solid rgba(28, 21, 5, 0.12);
}
.ghm-supp_card_r6k svg{
color:#B07D0A;
height:1.5rem;
width:1.5rem;
margin-bottom:14px;
}
.ghm-supp_card_r6k h3{
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#1C1505;
margin-bottom:6px;
font-weight:700;
font-size:16px;
}
.ghm-supp_card_r6k p{
line-height:1.55;
font-size:0.813rem;
color:#3D3217;
}
@media(max-width:1021px){
.ghm-supp_r6k{
grid-template-columns:1fr;
}
}
.ghm-promo_grid_r6k{
gap:16px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ghm-promo_grid_r6k>*{
min-width:0;
}
.ghm-promo_r6k{
border-radius:20px;
background:#FFFFFF;
border:1px solid rgba(28, 21, 5, 0.12);
padding:24px;
overflow:hidden;
position:relative;
min-height:150px;
}
.ghm-promo_h_r6k{
line-height:1.05;
font-weight:700;
margin-top:6px;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.625rem;
color:#1C1505;
}
.ghm-promo_h_r6k em{
font-style:normal;
color:#B07D0A;
}
.ghm-promo_p_r6k{
font-size:0.781rem;
color:#3D3217;
line-height:1.5;
margin-top:0.5rem;
}
.ghm-promo_feat_r6k{
border-color:rgba(28, 21, 5, 0.12);
background:linear-gradient(135deg,#1A1508,#0F1520);
}
.ghm-promo_feat_r6k .ghm-promo_h_r6k{
color:#FAF4E1;
}
.ghm-promo_feat_r6k .ghm-promo_h_r6k em{
color:#F5C842;
}
.ghm-promo_feat_r6k .ghm-promo_p_r6k{
color:#C9B87A;
}
.ghm-promo_feat_r6k .ghm-eyebrow_r6k{
color:#F5C842;
}
@media(max-width:1024px){
.ghm-promo_grid_r6k{
grid-template-columns:1fr;
}
}
.ghm-vip_head_r6k{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:1.125rem;
align-items:flex-end;
}
.ghm-vip_intro_r6k{
color:#3D3217;
font-size:0.813rem;
max-width:26.25rem;
}
.ghm-vip_r6k{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.ghm-vip_r6k>*{
min-width:0;
}
.ghm-tier_r6k{
padding:1.25rem;
background:#FFFFFF;
border-radius:0.813rem;
border:1px solid rgba(28, 21, 5, 0.12);
}
.ghm-tier_on_r6k{
border-color:#B07D0A;
background:rgba(176, 125, 10, 0.11);
}
.ghm-tier_medal_r6k{
background:linear-gradient(135deg,#F0B429,#7A5500);
border-radius:0.563rem;
margin-bottom:14px;
width:1.875rem;
height:1.875rem;
}
.ghm-tier_name_r6k{
margin-bottom:5px;
font-size:0.938rem;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#1C1505;
font-weight:700;
}
.ghm-tier_tx_r6k{
font-size:0.719rem;
line-height:1.5;
color:#7A6B42;
}
@media(max-width:1025px){
.ghm-vip_r6k{
grid-template-columns:repeat(2,1fr);
}
}
.ghm-steps_r6k{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ghm-steps_r6k>*{
min-width:0;
}
.ghm-step_r6k{
background:#FFFFFF;
padding:1.5rem;
border:1px solid rgba(28, 21, 5, 0.12);
border-radius:13px;
position:relative;
}
.ghm-step_num_r6k{
border-radius:0.563rem;
background:#F0B429;
height:1.875rem;
font-size:0.813rem;
font-weight:700;
color:#1C1505;
margin-bottom:14px;
align-items:center;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
display:flex;
justify-content:center;
width:30px;
}
.ghm-step_h_r6k{
margin-bottom:7px;
font-weight:700;
font-size:16px;
color:#1C1505;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ghm-step_p_r6k{
font-size:0.813rem;
color:#3D3217;
line-height:1.55;
}
@media(max-width:1022px){
.ghm-steps_r6k{
grid-template-columns:1fr;
}
}
.ghm-app_r6k{
gap:2.25rem;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.ghm-app_copy_r6k{
max-width:32.5rem;
}
.ghm-app_h2_r6k{
margin:12px 0 0.625rem;
line-height:1.05;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.75rem;
color:#1C1505;
font-weight:700;
}
.ghm-app_text_r6k{
margin-bottom:20px;
color:#3D3217;
font-size:14px;
line-height:1.6;
}
.ghm-app_btns_r6k{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.ghm-store_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
background:#FAF7F0;
padding:0.688rem 18px;
border-radius:0.813rem;
gap:9px;
align-items:center;
color:#1C1505;
font-weight:700;
font-size:0.813rem;
display:inline-flex;
cursor:pointer;
}
.ghm-store_r6k svg{
width:1rem;
height:1rem;
}
.ghm-app_qr_wrap_r6k{
gap:16px;
display:flex;
align-items:center;
}
.ghm-qr_r6k{
grid-template-rows:repeat(5,1fr);
background:#FAF7F0;
padding:11px;
grid-template-columns:repeat(5,1fr);
border-radius:0.813rem;
border:1px solid rgba(28, 21, 5, 0.12);
gap:3px;
display:grid;
width:108px;
height:108px;
}
.ghm-qr_r6k i{
background:transparent;
}
.ghm-qr_f_r6k{
background:#B07D0A;
}
.ghm-app_qr_cap_r6k{
font-size:12px;
color:#7A6B42;
line-height:1.4;
max-width:84px;
}
.ghm-dw_h2_r6k{
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.08;
color:#1C1505;
margin-bottom:10px;
font-weight:700;
font-size:26px;
}
.ghm-steps_v_r6k{
grid-template-columns:1fr;
gap:10px;
}
.ghm-steps_v_r6k .ghm-step_r6k{
padding:18px 20px;
}
@media(max-width:561px){
.ghm-dw_h2_r6k{
font-size:23px;
}
}
.ghm-rc_r6k{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.ghm-rc_r6k>*{
min-width:0;
}
.ghm-rc_awards_r6k{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.ghm-award_r6k{
gap:11px;
align-items:center;
display:flex;
}
.ghm-award_r6k svg{
flex:none;
width:1.125rem;
color:#F0B429;
height:1.125rem;
}
.ghm-award_t_r6k{
font-size:0.844rem;
color:#1C1505;
font-weight:700;
}
.ghm-award_s_r6k{
font-size:0.719rem;
color:#7A6B42;
}
.ghm-rc_press_r6k{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.ghm-logo_cell_r6k{
border-radius:9px;
border:1px solid rgba(28, 21, 5, 0.12);
align-items:center;
display:flex;
font-weight:700;
height:48px;
font-size:0.813rem;
color:#3D3217;
justify-content:center;
}
.ghm-rc_partner_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
padding:20px;
background:#FFFFFF;
border-radius:13px;
}
.ghm-rc_partner_name_r6k{
margin-bottom:0.375rem;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#1C1505;
font-size:1.125rem;
font-weight:700;
}
.ghm-rc_partner_text_r6k{
font-size:12.5px;
color:#3D3217;
line-height:1.55;
}
@media(max-width:1026px){
.ghm-rc_r6k{
grid-template-columns:1fr;
gap:1.375rem;
}
.ghm-rc_press_r6k{
grid-template-columns:repeat(4,1fr);
}
}
.ghm-provs_r6k{
gap:12px;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:28px;
}
.ghm-provs_r6k>*{
min-width:0;
}
.ghm-prov_r6k{
border:1px solid rgba(28, 21, 5, 0.12);
padding:12px;
background:#FFFFFF;
border-radius:13px;
text-decoration:none;
height:4rem;
display:flex;
justify-content:center;
align-items:center;
}
.ghm-prov_img_r6k{
max-height:32px;
object-fit:contain;
max-width:100%;
}
.ghm-resp_r6k{
border-radius:13px;
padding:1.625rem;
border:1px solid rgba(28, 21, 5, 0.12);
gap:24px;
background:#FFFFFF;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ghm-resp_in_r6k{
max-width:35rem;
}
.ghm-resp_h_r6k{
font-weight:700;
color:#1C1505;
font-size:19px;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.5rem;
}
.ghm-resp_p_r6k{
line-height:1.6;
font-size:0.844rem;
color:#3D3217;
}
.ghm-resp_badges_r6k{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ghm-age18_r6k{
padding:4px 8px;
border-radius:9px;
border:1.5px solid #D4281A;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:13px;
color:#D4281A;
font-weight:700;
}
.ghm-resp_org_r6k{
color:#7A6B42;
font-size:13px;
font-weight:600;
}
@media(max-width:1022px){
.ghm-provs_r6k{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:563px){
.ghm-provs_r6k{
grid-template-columns:repeat(2,1fr);
}
}
.ghm-op_h2_r6k{
margin:0.625rem 0 0.5rem;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.1;
color:#1C1505;
font-size:1.5rem;
font-weight:700;
}
.ghm-op_text_r6k{
line-height:1.6;
font-size:0.844rem;
color:#3D3217;
}
@media(max-width:563px){
.ghm-op_h2_r6k{
font-size:1.375rem;
}
}
.ghm-rv_head_r6k{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
justify-content:space-between;
margin-bottom:1.125rem;
}
.ghm-rv_agg_r6k{
gap:0.625rem;
align-items:center;
display:flex;
}
.ghm-rv_source_r6k{
color:#7A6B42;
font-size:12.5px;
}
.ghm-rv_grid_r6k{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ghm-rv_grid_r6k>*{
min-width:0;
}
.ghm-review_r6k{
background:#FFFFFF;
border-radius:13px;
padding:1.5rem;
border:1px solid rgba(28, 21, 5, 0.12);
}
.ghm-review_r6k .ghm-stars_r6k{
margin-bottom:0.625rem;
}
.ghm-review_r6k p{
color:#1C1505;
line-height:1.5;
margin-bottom:14px;
font-weight:600;
font-size:14.5px;
}
.ghm-review_by_r6k{
font-size:0.781rem;
color:#7A6B42;
}
@media(max-width:1026px){
.ghm-rv_grid_r6k{
grid-template-columns:1fr;
}
}
.ghm-ab_h2_r6k{
margin:14px 0 16px;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:2rem;
line-height:1.08;
font-weight:700;
color:#1C1505;
}
.ghm-ab_body_r6k{
line-height:1.65;
font-size:0.938rem;
color:#3D3217;
margin-bottom:0.875rem;
}
.ghm-ab_chips_r6k{
gap:10px;
flex-wrap:wrap;
display:flex;
margin-top:8px;
}
.ghm-faq_r6k{
gap:10px;
display:flex;
flex-direction:column;
}
.ghm-faq_item_r6k{
border-radius:0.813rem;
background:#FFFFFF;
border:1px solid rgba(28, 21, 5, 0.12);
padding:1.125rem 1.375rem;
}
.ghm-faq_q_r6k{
list-style:none;
gap:16px;
color:#1C1505;
font-weight:600;
cursor:pointer;
align-items:center;
font-size:15.5px;
display:flex;
justify-content:space-between;
}
.ghm-faq_q_r6k::-webkit-details-marker{
display:none;
}
.ghm-faq_q_t_r6k{
gap:0.625rem;
display:flex;
}
.ghm-faq_q_i_r6k{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#B07D0A;
font-style:normal;
}
.ghm-faq_pm_r6k{
font-size:20px;
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#B07D0A;
}
.ghm-faq_item_r6k[open] .ghm-faq_pm_r6k{
transform:rotate(45deg);
}
.ghm-faq_a_r6k{
font-size:13.5px;
color:#3D3217;
line-height:1.6;
margin-top:12px;
}
@media(max-width:559px){
.ghm-ab_h2_r6k{
font-size:26px;
}
}
.ghm-et_h2_r6k{
margin:0.625rem 0 0.875rem;
font-family:"Archivo", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.75rem;
color:#1C1505;
line-height:1.08;
font-weight:700;
}
.ghm-et_right_r6k{
gap:10px;
display:flex;
flex-direction:column;
}
.ghm-et_updated_r6k{
background:#FAF7F0;
padding:14px 1.125rem;
border-radius:13px;
gap:10px;
border:1px solid rgba(28, 21, 5, 0.12);
align-items:center;
color:#3D3217;
font-size:0.75rem;
display:flex;
}
.ghm-et_updated_r6k svg{
flex:none;
height:15px;
color:#B07D0A;
width:15px;
}
.ghm-et_updated_r6k b{
color:#1C1505;
}
@media(max-width:563px){
.ghm-et_h2_r6k{
font-size:24px;
}
}
.ghm-footer_r6k{
padding:2.5rem 28px;
background:#1A1508;
border-top:1px solid rgba(28, 21, 5, 0.08);
}
.ghm-footer_grid_r6k{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
display:grid;
max-width:87.5rem;
margin-bottom:1.75rem;
margin-right:auto;
margin-left:auto;
}
.ghm-footer_grid_r6k>*{
min-width:0;
}
.ghm-footer_grid_r6k h4{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#A8966A;
letter-spacing:.12em;
margin-bottom:13px;
font-size:0.625rem;
text-transform:uppercase;
}
.ghm-fcol_r6k{
gap:9px;
font-size:13px;
color:#3D3217;
flex-direction:column;
display:flex;
}
.ghm-fcol_r6k a{
cursor:pointer;
}
.ghm-ft_about_r6k{
font-size:0.813rem;
line-height:1.6;
margin-top:0.75rem;
max-width:16.25rem;
color:#7A6B42;
}
.ghm-ft_contact_r6k{
font-family:"Space Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.781rem;
color:#B07D0A;
overflow-wrap:anywhere;
margin-top:0.75rem;
}
.ghm-footer_bottom_r6k{
gap:16px;
margin:0 auto;
border-top:1px solid rgba(28, 21, 5, 0.08);
align-items:center;
display:flex;
max-width:1400px;
padding-top:1.25rem;
flex-wrap:wrap;
justify-content:space-between;
}
.ghm-footer_bottom_r6k p{
line-height:1.6;
color:#A8966A;
max-width:45rem;
font-size:11px;
}
@media(max-width:1025px){
.ghm-footer_grid_r6k{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.ghm-footer_grid_r6k{
grid-template-columns:1fr;
}
}