*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F7F2;
color:#3A4232;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
font-size:0.938rem;
-webkit-font-smoothing:antialiased;
line-height:1.55;
overflow-wrap:break-word;
}
img{
display:block;
max-width:100%;
}
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{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(17, 26, 14, 0.68);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.nhw_shelltwd{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.nhw_maintwd{
min-width:0;
}
.nhw_wraptwd{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.nhw_containertwd{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:770px){
.nhw_containertwd{
padding:0 1.75rem;
}
}
.nhw_sectiontwd{
padding:1.5rem 28px;
}
.nhw_section_pttwd{
padding-top:34px;
}
.nhw_band_softtwd{
background:#EDEEE9;
}
.nhw_eyebrowtwd{
font-size:10.5px;
letter-spacing:.14em;
color:#4D8A00;
display:inline-block;
line-height:1.4;
text-transform:uppercase;
overflow-wrap:break-word;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:600;
}
.nhw_drawer_cbtwd{
display:none;
}
.nhw_overlaytwd{
display:none;
}
@media(max-width:1021px){
.nhw_shelltwd{
grid-template-columns:1fr;
}
.nhw_maintwd{
padding-bottom:4.875rem;
}
.nhw_drawer_cbtwd:checked~.nhw_overlaytwd{
inset:0;
background:rgba(17, 26, 14, 0.68);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:557px){
.nhw_sectiontwd{
padding:1.125rem 1rem;
}
.nhw_section_pttwd{
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 ---------- */
.nhw_sidetwd{
padding:1.375rem 1.125rem;
gap:1.375rem;
background:#ECEFE8;
align-self:start;
flex-direction:column;
top:0;
height:100vh;
position:sticky;
overflow-y:auto;
display:flex;
border-right:1px solid rgba(26, 31, 20, 0.08);
}
.nhw_brandtwd{
gap:0.625rem;
align-items:center;
display:flex;
}
.nhw_logotwd{
font-weight:700;
font-size:1.313rem;
letter-spacing:-.02em;
color:#1A1F14;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.nhw_side_ctatwd{
border-radius:13px;
background:rgba(77, 138, 0, 0.11);
padding:16px;
border:1px solid rgba(26, 31, 20, 0.12);
}
.nhw_side_cta_htwd{
font-size:17px;
color:#1A1F14;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.15;
font-weight:700;
margin-bottom:0.375rem;
}
.nhw_side_cta_ptwd{
margin-bottom:0.75rem;
line-height:1.45;
color:#3A4232;
font-size:12px;
}
.nhw_navtwd{
gap:3px;
display:flex;
flex-direction:column;
}
.nhw_nav_labeltwd{
padding:0.375rem 0.625rem;
font-size:9.5px;
color:#8A9680;
text-transform:uppercase;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.14em;
}
.nhw_nav_itemtwd{
border-radius:8px;
gap:11px;
padding:10px;
display:flex;
color:#3A4232;
font-size:14px;
font-weight:500;
align-items:center;
}
.nhw_nav_itemtwd svg{
width:17px;
height:17px;
}
.nhw_nav_itemtwd:hover{
background:rgba(77, 138, 0, 0.11);
color:#1A1F14;
}
.nhw_nav_item_ontwd{
background:rgba(77, 138, 0, 0.11);
font-weight:600;
color:#4D8A00;
}
.nhw_side_foottwd{
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:0.813rem;
background:#EDEEE9;
padding:12px;
margin-top:auto;
}
.nhw_side_foottwd p{
line-height:1.4;
color:#3A4232;
font-size:12.5px;
margin-top:4px;
}
/* ---------- topbar ---------- */
.nhw_toptwd{
background:#ECEFE8;
padding:0.875rem 28px;
gap:1rem;
align-items:center;
position:sticky;
display:flex;
top:0;
border-bottom:1px solid rgba(26, 31, 20, 0.08);
z-index:40;
}
.nhw_top_brandtwd{
gap:0.563rem;
display:none;
align-items:center;
}
.nhw_searchtwd{
padding:0.688rem 14px;
background:#EDEEE9;
border:1px solid rgba(26, 31, 20, 0.12);
gap:10px;
border-radius:0.813rem;
flex:1;
max-width:27.5rem;
font-size:0.844rem;
display:flex;
color:#5E6A54;
align-items:center;
}
.nhw_searchtwd svg{
flex:none;
width:16px;
height:1rem;
}
.nhw_top_actionstwd{
gap:0.75rem;
margin-left:auto;
align-items:center;
display:flex;
}
.nhw_langtwd{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
color:#3A4232;
}
.nhw_burgertwd{
border:1px solid rgba(26, 31, 20, 0.12);
background:#EDEEE9;
border-radius:8px;
height:40px;
width:40px;
color:#1A1F14;
align-items:center;
justify-content:center;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.nhw_botnavtwd{
display:none;
}
@media(max-width:1023px){
.nhw_sidetwd{
transition:transform .25s ease;
top:0;
width:17.5rem;
transform:translateX(-100%);
height:100vh;
position:fixed;
z-index:80;
left:0;
}
.nhw_drawer_cbtwd:checked~.nhw_shelltwd .nhw_sidetwd{
transform:translateX(0);
}
.nhw_toptwd{
padding:14px 1rem;
gap:0.75rem;
position:static;
flex-wrap:wrap;
}
.nhw_top_brandtwd{
display:flex;
}
.nhw_searchtwd{
display:none;
}
.nhw_burgertwd{
display:flex;
}
.nhw_top_actionstwd{
gap:10px;
width:100%;
align-items:stretch;
margin-left:0;
}
.nhw_top_actionstwd .nhw_langtwd{
display:none;
}
.nhw_top_actionstwd .nhw_btntwd{
flex:1;
padding:11px 10px;
text-align:center;
}
.nhw_botnavtwd{
background:#ECEFE8;
grid-template-columns:repeat(3,1fr);
padding:0.5rem 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
right:0;
border-top:1px solid rgba(26, 31, 20, 0.12);
left:0;
z-index:65;
transform:translateZ(0);
position:fixed;
bottom:0;
display:grid;
}
.nhw_bntwd{
gap:0.25rem;
padding:0.375rem 2px 0;
display:flex;
min-width:0;
color:#3A4232;
font-weight:600;
flex-direction:column;
justify-content:flex-end;
font-size:10px;
align-items:center;
}
.nhw_bntwd svg{
flex:none;
height:1.375rem;
width:22px;
}
.nhw_bntwd span{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
}
.nhw_bn_ontwd{
color:#4D8A00;
}
.nhw_bn_centertwd{
position:relative;
}
.nhw_bn_fabtwd{
background:#84CC16;
border-radius:50%;
position:absolute;
color:#0F1A08;
width:3.125rem;
display:flex;
top:-20px;
height:3.125rem;
transform:translateX(-50%);
left:50%;
align-items:center;
box-shadow:0 0.5rem 2rem rgba(26, 31, 20, 0.14), 0 2px 8px rgba(26, 31, 20, 0.10);
justify-content:center;
}
.nhw_bn_fabtwd svg{
height:1.5rem;
width:1.5rem;
}
.nhw_bn_centertwd span{
color:#4D8A00;
}
}
.nhw_btntwd{
border-radius:0.5rem;
transition:background-color 0.2s ease,color 0.2s ease;
gap:0.5rem;
padding:11px 1.375rem;
font-size:14px;
align-items:center;
cursor:pointer;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-flex;
font-weight:700;
justify-content:center;
}
.nhw_btn_pritwd{
background:#84CC16;
color:#0F1A08;
box-shadow:0 0.25rem 1.125rem rgba(132, 204, 22, 0.40), 0 2px 0.375rem rgba(132, 204, 22, 0.28);
}
.nhw_btn_pritwd:hover{
background:#6AAF0E;
}
.nhw_btn_ghosttwd{
background:rgba(77, 138, 0, 0.11);
color:#1A1F14;
font-weight:600;
}
.nhw_btn_linetwd{
background:transparent;
border:1px solid rgba(26, 31, 20, 0.22);
color:#1A1F14;
font-weight:600;
}
.nhw_btn_lgtwd{
border-radius:0.813rem;
padding:16px 1.875rem;
font-size:15px;
}
.nhw_bandtwd .nhw_btn_linetwd{
border-color:rgba(255, 255, 255, 0.13);
color:#F0F7E8;
}
.nhw_bandtwd .nhw_btn_ghosttwd{
background:rgba(255, 255, 255, 0.08);
color:#F0F7E8;
}
.nhw_link_mtwd{
gap:5px;
color:#4D8A00;
text-decoration:none;
align-items:center;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.75rem;
display:inline-flex;
cursor:pointer;
}
.nhw_link_mtwd svg{
width:14px;
height:14px;
}
.nhw_bandtwd .nhw_link_mtwd{
color:#A3E635;
}
.nhw_dottwd{
flex:none;
border-radius:50%;
background:#4D8A00;
height:0.438rem;
width:7px;
}
.nhw_dot_livetwd{
background:#DC2626;
animation:zm3-pulse 1.4s infinite;
}
.nhw_starstwd{
gap:2px;
display:inline-flex;
color:#4D8A00;
}
.nhw_starstwd svg{
width:0.938rem;
height:0.938rem;
}
.nhw_chiptwd{
gap:6px;
background:#EDEEE9;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:0.5rem;
padding:7px 0.75rem;
display:inline-flex;
font-size:0.688rem;
color:#3A4232;
align-items:center;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.nhw_chip_ontwd{
border-color:transparent;
background:rgba(77, 138, 0, 0.11);
color:#4D8A00;
}
.nhw_gctwd{
min-width:0;
text-decoration:none;
display:block;
cursor:pointer;
color:inherit;
}
.nhw_gc_thumbtwd{
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:13px;
overflow:hidden;
background-position:center;
background-size:cover;
display:block;
aspect-ratio:1;
position:relative;
}
.nhw_gc_thumb_portraittwd{
aspect-ratio:3/4;
}
.nhw_gc_thumb_widetwd{
aspect-ratio:16/11;
}
.nhw_gc_captwd{
padding:0.563rem;
background:linear-gradient(transparent,rgba(17, 26, 14, 0.68));
position:absolute;
right:0;
bottom:0;
left:0;
}
.nhw_gc_nametwd{
font-size:12.5px;
font-weight:700;
display:block;
color:#F0F7E8;
}
.nhw_gc_metatwd{
font-size:11px;
color:#A8BF96;
}
.nhw_gc_badgetwd{
background:#4D8A00;
padding:2px 6px;
border-radius:0.5rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#0F1A08;
top:8px;
font-weight:700;
right:0.5rem;
font-size:0.5rem;
position:absolute;
}
.nhw_gc_badge_hottwd{
background:#DC2626;
color:#F0F7E8;
}
.nhw_gc_badge_livetwd{
background:#DC2626;
left:8px;
right:auto;
color:#F0F7E8;
}
.nhw_gc_multtwd{
inset:0;
display:flex;
justify-content:center;
position:absolute;
font-size:1.75rem;
font-weight:700;
align-items:center;
color:#4D8A00;
}
.nhw_pctwd{
background:#EDEEE9;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:0.813rem;
color:#3A4232;
display:flex;
font-weight:700;
font-size:0.875rem;
justify-content:center;
height:4rem;
align-items:center;
}
.nhw_railtwd{
min-width:0;
}
.nhw_rail_scrolltwd{
gap:14px;
display:grid;
}
.nhw_rail_scrolltwd>*{
min-width:0;
}
.nhw_g6twd{
grid-template-columns:repeat(6,1fr);
}
.nhw_g7twd{
grid-template-columns:repeat(7,1fr);
}
.nhw_g4twd{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1023px){
.nhw_g6twd,.nhw_g7twd{
grid-template-columns:none;
grid-auto-flow:column;
scroll-snap-type:x mandatory;
grid-auto-columns:7.5rem;
overflow-x:auto;
padding-bottom:6px;
}
.nhw_g6twd>*,.nhw_g7twd>*{
scroll-snap-align:start;
}
.nhw_g4twd{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.nhw_g4twd{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:150px;
overflow-x:auto;
}
}
.nhw_paneltwd{
background:#EDEEE9;
border-radius:1.25rem;
border:1px solid rgba(26, 31, 20, 0.12);
padding:1.75rem 32px;
}
.nhw_splittwd{
gap:2.25rem;
align-items:start;
display:grid;
}
.nhw_splittwd>*{
min-width:0;
}
.nhw_split_atwd{
grid-template-columns:.85fr 1.15fr;
}
.nhw_split_btwd{
grid-template-columns:1fr 1.1fr;
}
.nhw_split_ctwd{
grid-template-columns:1.1fr .9fr;
}
.nhw_pgridtwd{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.nhw_pgridtwd>*{
min-width:0;
}
.nhw_leadtwd{
margin-bottom:14px;
color:#3A4232;
line-height:1.65;
font-size:15px;
}
.nhw_feattwd{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nhw_feattwd>*{
min-width:0;
}
.nhw_feat2twd{
grid-template-columns:1fr 1fr;
}
.nhw_feat_cardtwd{
padding:1.625rem;
border-radius:20px;
background:#EDEEE9;
border:1px solid rgba(26, 31, 20, 0.12);
}
.nhw_feat_cardtwd svg{
height:1.625rem;
margin-bottom:1rem;
width:1.625rem;
color:#4D8A00;
}
.nhw_feat_cardtwd h3{
color:#1A1F14;
margin-bottom:8px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.125rem;
font-weight:700;
}
.nhw_feat_cardtwd p{
color:#3A4232;
font-size:0.813rem;
line-height:1.6;
}
.nhw_feat_cardtwd b{
color:#1A1F14;
}
.nhw_bigtwd{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.nhw_big_ntwd{
color:#4D8A00;
font-size:26px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.nhw_big_ltwd{
font-size:12px;
color:#5E6A54;
}
.nhw_persontwd{
border-radius:0.813rem;
border:1px solid rgba(26, 31, 20, 0.12);
background:#EDEEE9;
padding:16px 1.125rem;
gap:14px;
display:flex;
align-items:center;
}
.nhw_avatartwd{
flex:none;
background:linear-gradient(135deg,#84CC16,#4D8A00);
border-radius:50%;
width:2.75rem;
height:2.75rem;
}
.nhw_person_nametwd{
font-size:0.875rem;
color:#1A1F14;
font-weight:700;
}
.nhw_person_roletwd{
font-size:0.75rem;
color:#5E6A54;
}
.nhw_kvtwd{
overflow:hidden;
grid-template-columns:1fr 1fr;
border-radius:0.813rem;
gap:1px;
background:rgba(26, 31, 20, 0.12);
border:1px solid rgba(26, 31, 20, 0.12);
display:grid;
}
.nhw_kvtwd>div{
padding:1rem 1.125rem;
background:#F5F7F2;
min-width:0;
}
.nhw_kv_ktwd{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#4D8A00;
text-transform:uppercase;
margin-bottom:5px;
font-size:9.5px;
}
.nhw_kv_vtwd{
font-weight:700;
font-size:13.5px;
color:#1A1F14;
}
@media(max-width:1024px){
.nhw_split_atwd,.nhw_split_btwd,.nhw_split_ctwd,.nhw_pgridtwd{
gap:24px;
grid-template-columns:1fr;
}
.nhw_feattwd,.nhw_feat2twd{
grid-template-columns:1fr;
}
.nhw_kvtwd{
grid-template-columns:1fr;
}
}
.nhw_shtwd{
margin-bottom:1rem;
min-width:0;
}
.nhw_sh_rowtwd{
gap:0.75rem;
justify-content:space-between;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
}
.nhw_sh_rowtwd .nhw_sh_ltwd{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.nhw_sh_stacktwd{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.nhw_sh_centertwd{
gap:0.625rem;
align-items:center;
text-align:center;
display:flex;
flex-direction:column;
}
.nhw_sh_h2twd{
gap:0.563rem;
line-height:1.1;
color:#1A1F14;
font-size:1.25rem;
display:flex;
overflow-wrap:break-word;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
font-weight:700;
}
@media(min-width:769px){
.nhw_sh_h2twd{
font-size:1.5rem;
}
}
.nhw_bandtwd .nhw_sh_h2twd{
color:#F0F7E8;
}
.nhw_eb_monotwd{
text-transform:none;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.08em;
}
.nhw_eb_monotwd::before{
content:"// ";
}
.nhw_eb_uppertwd{
letter-spacing:.14em;
text-transform:uppercase;
}
.nhw_eb_pilltwd{
border-radius:62.438rem;
padding:0.313rem 0.688rem;
background:rgba(77, 138, 0, 0.11);
letter-spacing:.12em;
text-transform:uppercase;
}
.nhw_eb_linetwd{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.nhw_eb_linetwd::before{
background:#4D8A00;
width:24px;
height:1px;
content:"";
display:inline-block;
}
.nhw_bandtwd .nhw_eb_linetwd::before{
background:#A3E635;
}
.nhw_bandtwd .nhw_eb_pilltwd{
background:rgba(255, 255, 255, 0.08);
}
.nhw_sh_linktwd{
transition:color 0.2s ease,border-color 0.2s ease;
gap:6px;
color:#1A1F14;
font-size:0.813rem;
white-space:nowrap;
border-bottom:1px solid #1A1F14;
padding-bottom:2px;
align-items:center;
font-weight:600;
display:inline-flex;
}
.nhw_sh_linktwd:hover{
border-color:#4D8A00;
color:#4D8A00;
}
.nhw_sh_linktwd svg{
width:14px;
height:14px;
}
.nhw_sh_link_chevtwd{
color:#4D8A00;
font-size:0.75rem;
border-bottom:0;
padding-bottom:0;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.nhw_sh_link_btntwd{
background:#84CC16;
padding:9px 18px;
border-radius:62.438rem;
color:#0F1A08;
border-bottom:0;
}
.nhw_sh_link_btntwd:hover{
border-color:transparent;
background:#6AAF0E;
}
.nhw_bandtwd .nhw_sh_linktwd{
border-color:#F0F7E8;
color:#F0F7E8;
}
.nhw_bandtwd .nhw_sh_link_chevtwd{
color:#A3E635;
}
.nhw_sh_ruletwd{
margin:-2px 0 16px;
background:rgba(26, 31, 20, 0.12);
height:1px;
}
.nhw_bandtwd .nhw_sh_ruletwd{
background:rgba(255, 255, 255, 0.13);
}
.nhw_seo_grid3twd{
gap:20px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nhw_seo_grid4twd{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.nhw_seo_grid3twd>*,.nhw_seo_grid4twd>*{
min-width:0;
}
.nhw_seo_cardtwd{
background:#EDEEE9;
border:1px solid rgba(26, 31, 20, 0.12);
padding:24px;
border-radius:0.813rem;
}
.nhw_seo_cardtwd h3{
font-size:1.125rem;
margin-bottom:8px;
font-weight:700;
color:#1A1F14;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.nhw_seo_cardtwd p{
line-height:1.6;
color:#3A4232;
font-size:13px;
}
.nhw_seo_card_smtwd{
padding:1.25rem;
}
.nhw_seo_card_smtwd h3{
font-size:1rem;
}
.nhw_seo_card_smtwd p{
font-size:0.781rem;
line-height:1.55;
}
.nhw_seo_rtp_rowtwd{
gap:2.25rem;
grid-template-columns:1fr 1fr;
align-items:center;
margin-top:1rem;
display:grid;
}
.nhw_rtptwd{
gap:0.875rem;
display:flex;
min-width:0;
}
.nhw_rtptwd>div{
padding:16px;
flex:1;
background:#F5F7F2;
border-radius:13px;
min-width:0;
text-align:center;
}
.nhw_rtp_ntwd{
font-weight:700;
color:#4D8A00;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:26px;
white-space:nowrap;
}
.nhw_rtp_ltwd{
margin-top:4px;
color:#5E6A54;
font-size:0.688rem;
}
.nhw_cmptwd{
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:13px;
overflow:hidden;
max-width:47.5rem;
}
.nhw_cmp_rowtwd{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.nhw_cmp_rowtwd>div{
padding:0.813rem 14px;
min-width:0;
text-align:center;
}
.nhw_cmp_rowtwd>div:first-child{
text-align:left;
font-weight:600;
padding-left:1.375rem;
color:#1A1F14;
}
.nhw_cmp_thtwd{
background:#F5F7F2;
font-size:12.5px;
font-weight:700;
}
.nhw_cmp_rowtwd:not(.nhw_cmp_thtwd){
background:#EDEEE9;
color:#3A4232;
border-top:1px solid rgba(26, 31, 20, 0.08);
}
.nhw_cmp_zebratwd{
background:#E4E6DF;
}
.nhw_guidetwd{
background:#EDEEE9;
border-radius:13px;
border:1px solid rgba(26, 31, 20, 0.12);
overflow:hidden;
cursor:pointer;
}
.nhw_guide_covertwd{
height:8.125rem;
}
.nhw_guide_bodytwd{
padding:20px;
}
.nhw_guide_bodytwd h3{
margin:0.438rem 0 0.563rem;
color:#1A1F14;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1rem;
line-height:1.25;
font-weight:700;
}
.nhw_guide_metatwd{
font-size:0.719rem;
color:#5E6A54;
}
.nhw_hubtwd{
grid-template-columns:repeat(5,1fr);
gap:28px;
border-top:1px solid rgba(26, 31, 20, 0.08);
padding-top:1.75rem;
display:grid;
}
.nhw_hubtwd>*{
min-width:0;
}
.nhw_hubtwd h4{
margin-bottom:0.688rem;
color:#1A1F14;
font-size:13px;
font-weight:700;
}
.nhw_hub_coltwd{
gap:0.5rem;
flex-direction:column;
font-size:13px;
display:flex;
color:#3A4232;
}
.nhw_hub_coltwd a{
cursor:pointer;
}
@media(max-width:1023px){
.nhw_seo_grid3twd{
grid-template-columns:1fr;
}
.nhw_seo_grid4twd{
grid-template-columns:repeat(2,1fr);
}
.nhw_seo_rtp_rowtwd{
grid-template-columns:1fr;
gap:20px;
}
.nhw_hubtwd{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.nhw_hubtwd{
grid-template-columns:1fr;
}
}
.nhw_tktwd{
overflow:hidden;
background:#D6D9CF;
align-items:center;
display:flex;
border-bottom:1px solid rgba(26, 31, 20, 0.08);
}
.nhw_tk_tagtwd{
background:#EDEEE9;
flex:none;
padding:0.688rem 1.125rem;
gap:0.5rem;
display:flex;
border-right:1px solid rgba(26, 31, 20, 0.08);
font-weight:600;
color:#DC2626;
letter-spacing:.1em;
align-items:center;
text-transform:uppercase;
font-size:0.656rem;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
}
.nhw_tk_railtwd{
flex:1;
overflow:hidden;
}
.nhw_tk_tracktwd{
padding:11px 0.875rem;
gap:28px;
animation:zm3-marquee 26s linear infinite;
white-space:nowrap;
width:max-content;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
display:flex;
color:#3A4232;
font-size:0.75rem;
}
.nhw_tk_tracktwd b{
color:#4D8A00;
}
.nhw_herotwd{
border-radius:1.25rem;
overflow:hidden;
padding:46px 48px;
background:linear-gradient(120deg,#111A0E,#0D1518);
border:1px solid rgba(26, 31, 20, 0.12);
position:relative;
color:#F0F7E8;
}
.nhw_hero_glowtwd{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
height:21.25rem;
top:-60px;
right:-60px;
position:absolute;
width:340px;
}
.nhw_hero_intwd{
position:relative;
max-width:37.5rem;
}
.nhw_herotwd .nhw_eyebrowtwd{
color:#A3E635;
}
.nhw_pill_rowtwd{
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:999px;
background:rgba(255, 255, 255, 0.08);
padding:0.375rem 0.813rem;
gap:8px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.1em;
display:inline-flex;
margin-bottom:1.375rem;
text-transform:uppercase;
font-size:0.656rem;
color:#A3E635;
align-items:center;
}
.nhw_hero_h1twd{
margin:1.125rem 0;
overflow-wrap:break-word;
font-size:3.375rem;
line-height:1.02;
color:#F0F7E8;
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:-.02em;
}
.nhw_hero_h1twd em{
font-style:normal;
color:#A3E635;
}
.nhw_hero_subtwd{
line-height:1.55;
color:#A8BF96;
font-size:1.063rem;
max-width:480px;
margin-bottom:28px;
}
.nhw_hero_ctatwd{
gap:0.875rem;
align-items:center;
display:flex;
margin-bottom:1.625rem;
flex-wrap:wrap;
}
.nhw_hero_trusttwd{
gap:14px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.nhw_hero_rating_txttwd{
font-size:0.813rem;
color:#A8BF96;
}
@media(max-width:1023px){
.nhw_herotwd{
padding:2rem 24px;
}
.nhw_hero_h1twd{
font-size:2.375rem;
}
}
@media(max-width:557px){
.nhw_hero_h1twd{
font-size:30px;
}
}
.nhw_tabstwd{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.nhw_tabtwd{
border-radius:8px;
padding:10px 1.125rem;
border:1px solid rgba(26, 31, 20, 0.12);
background:#EDEEE9;
cursor:pointer;
color:#3A4232;
font-size:0.813rem;
font-weight:600;
}
.nhw_tab_ontwd{
border-color:transparent;
background:#84CC16;
color:#0F1A08;
font-weight:700;
}
.nhw_stattwd{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.nhw_stattwd>*{
min-width:0;
}
.nhw_stat_itemtwd{
background:#EDEEE9;
border-radius:0.813rem;
border:1px solid rgba(26, 31, 20, 0.12);
padding:18px 20px;
}
.nhw_stat_ktwd{
text-transform:uppercase;
color:#5E6A54;
letter-spacing:.12em;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
margin-bottom:7px;
}
.nhw_stat_vtwd{
gap:8px;
font-size:24px;
min-width:0;
display:flex;
color:#1A1F14;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
overflow-wrap:anywhere;
align-items:center;
}
.nhw_stat_v_accenttwd{
color:#4D8A00;
}
@media(max-width:1022px){
.nhw_stattwd{
grid-template-columns:repeat(2,1fr);
}
}
.nhw_wlctwd{
gap:1.5rem;
grid-template-columns:1.2fr .8fr;
border-radius:20px;
background:linear-gradient(120deg,#111A0E,#0D1518);
overflow:hidden;
border:1px solid rgba(26, 31, 20, 0.12);
padding:36px 40px;
color:#F0F7E8;
display:grid;
position:relative;
align-items:center;
}
.nhw_wlctwd>*{
min-width:0;
}
.nhw_wlctwd .nhw_eyebrowtwd{
color:#A3E635;
}
.nhw_wlc_glowtwd{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
width:260px;
height:16.25rem;
position:absolute;
top:-40px;
right:-2.5rem;
}
.nhw_wlc_intwd{
position:relative;
}
.nhw_wlc_h2twd{
margin:0.625rem 0 0.5rem;
font-size:34px;
color:#F0F7E8;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
line-height:1.03;
overflow-wrap:break-word;
}
.nhw_wlc_h2twd em{
color:#A3E635;
font-style:normal;
}
.nhw_wlc_subtwd{
font-size:0.875rem;
color:#A8BF96;
max-width:26.25rem;
margin-bottom:1.125rem;
line-height:1.55;
}
.nhw_wlc_termstwd{
gap:10px;
position:relative;
display:flex;
flex-direction:column;
}
.nhw_termtwd{
padding:0.813rem 0.938rem;
gap:11px;
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:13px;
align-items:center;
display:flex;
}
.nhw_termtwd svg{
flex:none;
height:1.25rem;
width:20px;
color:#A3E635;
}
.nhw_term_ktwd{
letter-spacing:.1em;
text-transform:uppercase;
font-size:9.5px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#A8BF96;
}
.nhw_term_vtwd{
color:#F0F7E8;
font-weight:700;
margin-top:2px;
font-size:14px;
}
@media(max-width:1025px){
.nhw_wlctwd{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.nhw_wlc_h2twd{
font-size:1.625rem;
}
}
.nhw_jptwd{
grid-template-columns:1.5fr 1fr 1fr;
gap:0.875rem;
display:grid;
}
.nhw_jptwd>*{
min-width:0;
}
.nhw_jp_herotwd{
background:linear-gradient(135deg,#111A0E,#0D1518);
overflow:hidden;
gap:14px;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:1.25rem;
padding:26px;
color:#F0F7E8;
position:relative;
min-height:11.25rem;
flex-direction:column;
display:flex;
justify-content:space-between;
}
.nhw_jp_glowtwd{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
position:absolute;
right:-2.5rem;
width:180px;
top:-40px;
height:11.25rem;
}
.nhw_jp_k_rowtwd{
gap:10px;
display:flex;
position:relative;
justify-content:space-between;
align-items:center;
}
.nhw_jp_ktwd{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.12em;
color:#5E6A54;
text-transform:uppercase;
font-size:10px;
}
.nhw_jp_herotwd .nhw_jp_ktwd{
color:#A8BF96;
}
.nhw_jp_amttwd{
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1;
position:relative;
font-size:42px;
font-weight:700;
color:#A3E635;
}
.nhw_jp_subtwd{
color:#A8BF96;
font-size:0.75rem;
margin-top:0.313rem;
}
.nhw_jp_celltwd{
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:20px;
background:#EDEEE9;
padding:1.375rem;
min-height:180px;
justify-content:space-between;
flex-direction:column;
display:flex;
}
.nhw_jp_celltwd .nhw_jp_amttwd{
font-size:1.875rem;
color:#1A1F14;
}
.nhw_jp_celltwd .nhw_jp_subtwd{
color:#5E6A54;
}
@media(max-width:1023px){
.nhw_jptwd{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.nhw_jp_amttwd{
font-size:32px;
}
}
.nhw_pay_logostwd{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.nhw_pay_logostwd>*{
min-width:0;
}
.nhw_paytwd{
border-radius:0.5rem;
border:1px solid rgba(26, 31, 20, 0.12);
justify-content:center;
display:flex;
font-size:12px;
align-items:center;
height:48px;
font-weight:700;
color:#3A4232;
}
.nhw_tabletwd{
border-radius:13px;
overflow:hidden;
border:1px solid rgba(26, 31, 20, 0.12);
}
.nhw_trowtwd{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.nhw_trowtwd>div{
padding:13px 14px;
min-width:0;
}
.nhw_trowtwd>div:first-child{
padding-left:1rem;
color:#1A1F14;
font-weight:700;
}
.nhw_trow_thtwd{
background:#F5F7F2;
text-transform:uppercase;
letter-spacing:.06em;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:9.5px;
color:#5E6A54;
}
.nhw_trowtwd:not(.nhw_trow_thtwd){
background:#EDEEE9;
color:#3A4232;
border-top:1px solid rgba(26, 31, 20, 0.08);
}
.nhw_trow_zebratwd{
background:#E4E6DF;
}
.nhw_postwd{
color:#4D8A00;
font-weight:700;
}
@media(max-width:1021px){
.nhw_pay_logostwd{
grid-template-columns:repeat(2,1fr);
}
}
.nhw_supptwd{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nhw_supptwd>*{
min-width:0;
}
.nhw_supp_cardtwd{
border:1px solid rgba(26, 31, 20, 0.12);
padding:1.5rem;
border-radius:13px;
background:#EDEEE9;
}
.nhw_supp_cardtwd svg{
margin-bottom:0.875rem;
height:24px;
width:24px;
color:#4D8A00;
}
.nhw_supp_cardtwd h3{
font-size:16px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1F14;
margin-bottom:6px;
font-weight:700;
}
.nhw_supp_cardtwd p{
line-height:1.55;
font-size:0.813rem;
color:#3A4232;
}
@media(max-width:1025px){
.nhw_supptwd{
grid-template-columns:1fr;
}
}
.nhw_bannertwd{
border:1px solid rgba(26, 31, 20, 0.12);
background:linear-gradient(115deg,#111A0E,#0D1518);
border-radius:20px;
gap:1.75rem;
padding:36px 2.5rem;
overflow:hidden;
justify-content:space-between;
display:flex;
position:relative;
flex-wrap:wrap;
align-items:center;
color:#F0F7E8;
}
.nhw_banner_glowtwd{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 68%);
border-radius:50%;
height:12.5rem;
transform:translateY(-50%);
right:80px;
position:absolute;
top:50%;
width:12.5rem;
}
.nhw_banner_intwd{
position:relative;
max-width:35rem;
}
.nhw_bannertwd .nhw_eyebrowtwd{
color:#A3E635;
}
.nhw_banner_h2twd{
margin:10px 0;
color:#F0F7E8;
line-height:1.05;
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:30px;
}
.nhw_banner_texttwd{
line-height:1.6;
color:#A8BF96;
font-size:14px;
}
@media(max-width:563px){
.nhw_banner_h2twd{
font-size:1.5rem;
}
}
.nhw_stepstwd{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.nhw_stepstwd>*{
min-width:0;
}
.nhw_steptwd{
border-radius:13px;
border:1px solid rgba(26, 31, 20, 0.12);
background:#EDEEE9;
padding:24px;
position:relative;
}
.nhw_step_numtwd{
border-radius:0.5rem;
background:#84CC16;
margin-bottom:0.875rem;
height:30px;
width:30px;
align-items:center;
display:flex;
font-size:13px;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#0F1A08;
font-weight:700;
justify-content:center;
}
.nhw_step_htwd{
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1F14;
margin-bottom:7px;
font-size:1rem;
}
.nhw_step_ptwd{
line-height:1.55;
color:#3A4232;
font-size:13px;
}
@media(max-width:1023px){
.nhw_stepstwd{
grid-template-columns:1fr;
}
}
.nhw_vip_headtwd{
gap:0.75rem;
margin-bottom:18px;
align-items:flex-end;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
}
.nhw_vip_introtwd{
color:#3A4232;
max-width:420px;
font-size:0.813rem;
}
.nhw_viptwd{
gap:0.75rem;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.nhw_viptwd>*{
min-width:0;
}
.nhw_tiertwd{
border-radius:13px;
background:#EDEEE9;
border:1px solid rgba(26, 31, 20, 0.12);
padding:1.25rem;
}
.nhw_tier_ontwd{
border-color:#4D8A00;
background:rgba(77, 138, 0, 0.11);
}
.nhw_tier_medaltwd{
background:linear-gradient(135deg,#84CC16,#4D8A00);
border-radius:0.5rem;
width:30px;
height:30px;
margin-bottom:14px;
}
.nhw_tier_nametwd{
margin-bottom:5px;
color:#1A1F14;
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:15px;
}
.nhw_tier_txtwd{
color:#5E6A54;
line-height:1.5;
font-size:0.719rem;
}
@media(max-width:1021px){
.nhw_viptwd{
grid-template-columns:repeat(2,1fr);
}
}
.nhw_promo_gridtwd{
grid-template-columns:repeat(3,1fr);
gap:1rem;
display:grid;
}
.nhw_promo_gridtwd>*{
min-width:0;
}
.nhw_promotwd{
padding:24px;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:20px;
overflow:hidden;
background:#EDEEE9;
position:relative;
min-height:150px;
}
.nhw_promo_htwd{
font-size:1.625rem;
margin-top:0.375rem;
font-weight:700;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1F14;
line-height:1.05;
}
.nhw_promo_htwd em{
color:#4D8A00;
font-style:normal;
}
.nhw_promo_ptwd{
font-size:0.781rem;
line-height:1.5;
color:#3A4232;
margin-top:0.5rem;
}
.nhw_promo_feattwd{
border-color:rgba(26, 31, 20, 0.12);
background:linear-gradient(135deg,#111A0E,#0D1518);
}
.nhw_promo_feattwd .nhw_promo_htwd{
color:#F0F7E8;
}
.nhw_promo_feattwd .nhw_promo_htwd em{
color:#A3E635;
}
.nhw_promo_feattwd .nhw_promo_ptwd{
color:#A8BF96;
}
.nhw_promo_feattwd .nhw_eyebrowtwd{
color:#A3E635;
}
@media(max-width:1023px){
.nhw_promo_gridtwd{
grid-template-columns:1fr;
}
}
.nhw_dw_h2twd{
color:#1A1F14;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:10px;
font-size:1.625rem;
line-height:1.08;
}
.nhw_steps_vtwd{
grid-template-columns:1fr;
gap:10px;
}
.nhw_steps_vtwd .nhw_steptwd{
padding:18px 1.25rem;
}
@media(max-width:559px){
.nhw_dw_h2twd{
font-size:23px;
}
}
.nhw_rv_headtwd{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
display:flex;
margin-bottom:18px;
}
.nhw_rv_aggtwd{
gap:0.625rem;
display:flex;
align-items:center;
}
.nhw_rv_sourcetwd{
font-size:12.5px;
color:#5E6A54;
}
.nhw_rv_gridtwd{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.nhw_rv_gridtwd>*{
min-width:0;
}
.nhw_reviewtwd{
border-radius:13px;
border:1px solid rgba(26, 31, 20, 0.12);
background:#EDEEE9;
padding:1.5rem;
}
.nhw_reviewtwd .nhw_starstwd{
margin-bottom:0.625rem;
}
.nhw_reviewtwd p{
margin-bottom:0.875rem;
line-height:1.5;
font-weight:600;
font-size:14.5px;
color:#1A1F14;
}
.nhw_review_bytwd{
font-size:12.5px;
color:#5E6A54;
}
@media(max-width:1021px){
.nhw_rv_gridtwd{
grid-template-columns:1fr;
}
}
.nhw_et_h2twd{
margin:10px 0 14px;
color:#1A1F14;
font-size:1.75rem;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.08;
font-weight:700;
}
.nhw_et_righttwd{
gap:10px;
display:flex;
flex-direction:column;
}
.nhw_et_updatedtwd{
border-radius:0.813rem;
border:1px solid rgba(26, 31, 20, 0.12);
padding:0.875rem 18px;
background:#F5F7F2;
gap:0.625rem;
align-items:center;
color:#3A4232;
display:flex;
font-size:0.75rem;
}
.nhw_et_updatedtwd svg{
flex:none;
width:15px;
color:#4D8A00;
height:15px;
}
.nhw_et_updatedtwd b{
color:#1A1F14;
}
@media(max-width:561px){
.nhw_et_h2twd{
font-size:24px;
}
}
.nhw_op_h2twd{
margin:10px 0 0.5rem;
line-height:1.1;
font-weight:700;
color:#1A1F14;
font-size:24px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.nhw_op_texttwd{
font-size:0.844rem;
line-height:1.6;
color:#3A4232;
}
@media(max-width:561px){
.nhw_op_h2twd{
font-size:22px;
}
}
.nhw_gd_headtwd{
gap:0.75rem;
justify-content:space-between;
align-items:center;
margin-bottom:1rem;
display:flex;
flex-wrap:wrap;
}
.nhw_ab_h2twd{
margin:14px 0 16px;
color:#1A1F14;
line-height:1.08;
font-weight:700;
font-size:32px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.nhw_ab_bodytwd{
font-size:15px;
margin-bottom:14px;
line-height:1.65;
color:#3A4232;
}
.nhw_ab_chipstwd{
gap:0.625rem;
display:flex;
margin-top:8px;
flex-wrap:wrap;
}
.nhw_faqtwd{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.nhw_faq_itemtwd{
background:#EDEEE9;
padding:18px 22px;
border-radius:13px;
border:1px solid rgba(26, 31, 20, 0.12);
}
.nhw_faq_qtwd{
list-style:none;
gap:16px;
justify-content:space-between;
display:flex;
font-size:15.5px;
align-items:center;
color:#1A1F14;
cursor:pointer;
font-weight:600;
}
.nhw_faq_qtwd::-webkit-details-marker{
display:none;
}
.nhw_faq_q_ttwd{
gap:0.625rem;
display:flex;
}
.nhw_faq_q_itwd{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-style:normal;
color:#4D8A00;
}
.nhw_faq_pmtwd{
color:#4D8A00;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:20px;
}
.nhw_faq_itemtwd[open] .nhw_faq_pmtwd{
transform:rotate(45deg);
}
.nhw_faq_atwd{
color:#3A4232;
font-size:0.844rem;
line-height:1.6;
margin-top:12px;
}
@media(max-width:559px){
.nhw_ab_h2twd{
font-size:1.625rem;
}
}
.nhw_provstwd{
grid-template-columns:repeat(6,1fr);
gap:12px;
margin-bottom:28px;
display:grid;
}
.nhw_provstwd>*{
min-width:0;
}
.nhw_provtwd{
background:#EDEEE9;
border-radius:0.813rem;
padding:12px;
border:1px solid rgba(26, 31, 20, 0.12);
display:flex;
height:4rem;
justify-content:center;
align-items:center;
text-decoration:none;
}
.nhw_prov_imgtwd{
max-width:100%;
max-height:2rem;
object-fit:contain;
}
.nhw_resptwd{
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:13px;
gap:1.5rem;
padding:26px;
background:#EDEEE9;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
align-items:center;
}
.nhw_resp_intwd{
max-width:560px;
}
.nhw_resp_htwd{
font-size:1.188rem;
margin-bottom:0.5rem;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1F14;
font-weight:700;
}
.nhw_resp_ptwd{
line-height:1.6;
font-size:13.5px;
color:#3A4232;
}
.nhw_resp_badgestwd{
gap:0.875rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.nhw_age18twd{
padding:4px 0.5rem;
border-radius:8px;
border:1.5px solid #DC2626;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
font-size:0.813rem;
font-weight:700;
color:#DC2626;
}
.nhw_resp_orgtwd{
color:#5E6A54;
font-weight:600;
font-size:13px;
}
@media(max-width:1022px){
.nhw_provstwd{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.nhw_provstwd{
grid-template-columns:repeat(2,1fr);
}
}
.nhw_rctwd{
gap:32px;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.nhw_rctwd>*{
min-width:0;
}
.nhw_rc_awardstwd{
gap:0.688rem;
flex-direction:column;
display:flex;
}
.nhw_awardtwd{
gap:0.688rem;
align-items:center;
display:flex;
}
.nhw_awardtwd svg{
flex:none;
height:1.125rem;
color:#EAB308;
width:18px;
}
.nhw_award_ttwd{
font-weight:700;
font-size:0.844rem;
color:#1A1F14;
}
.nhw_award_stwd{
font-size:0.719rem;
color:#5E6A54;
}
.nhw_rc_presstwd{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.nhw_logo_celltwd{
border-radius:8px;
border:1px solid rgba(26, 31, 20, 0.12);
font-weight:700;
display:flex;
color:#3A4232;
height:3rem;
align-items:center;
justify-content:center;
font-size:0.813rem;
}
.nhw_rc_partnertwd{
border:1px solid rgba(26, 31, 20, 0.12);
background:#EDEEE9;
padding:20px;
border-radius:0.813rem;
}
.nhw_rc_partner_nametwd{
margin-bottom:6px;
color:#1A1F14;
font-weight:700;
font-size:18px;
font-family:"Archivo", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.nhw_rc_partner_texttwd{
font-size:12.5px;
line-height:1.55;
color:#3A4232;
}
@media(max-width:1027px){
.nhw_rctwd{
grid-template-columns:1fr;
gap:22px;
}
.nhw_rc_presstwd{
grid-template-columns:repeat(4,1fr);
}
}
.nhw_footertwd{
padding:2.5rem 28px;
background:#D6D9CF;
border-top:1px solid rgba(26, 31, 20, 0.08);
}
.nhw_footer_gridtwd{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
margin-bottom:28px;
margin-left:auto;
max-width:1400px;
display:grid;
margin-right:auto;
}
.nhw_footer_gridtwd>*{
min-width:0;
}
.nhw_footer_gridtwd h4{
color:#8A9680;
text-transform:uppercase;
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
letter-spacing:.12em;
font-size:10px;
margin-bottom:0.813rem;
}
.nhw_fcoltwd{
gap:9px;
flex-direction:column;
color:#3A4232;
font-size:13px;
display:flex;
}
.nhw_fcoltwd a{
cursor:pointer;
}
.nhw_ft_abouttwd{
max-width:16.25rem;
line-height:1.6;
font-size:13px;
color:#5E6A54;
margin-top:12px;
}
.nhw_ft_contacttwd{
font-family:"JetBrains Mono", Menlo, Monaco, Consolas, monospace;
color:#4D8A00;
margin-top:0.75rem;
font-size:12.5px;
overflow-wrap:anywhere;
}
.nhw_footer_bottomtwd{
margin:0 auto;
gap:16px;
justify-content:space-between;
padding-top:20px;
border-top:1px solid rgba(26, 31, 20, 0.08);
flex-wrap:wrap;
max-width:1400px;
display:flex;
align-items:center;
}
.nhw_footer_bottomtwd p{
color:#8A9680;
font-size:0.688rem;
line-height:1.6;
max-width:720px;
}
@media(max-width:1026px){
.nhw_footer_gridtwd{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:563px){
.nhw_footer_gridtwd{
grid-template-columns:1fr;
}
}