*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F7F2;
color:#3A4232;
-webkit-font-smoothing:antialiased;
font-family:"Public Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:15px;
line-height:1.55;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
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:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(10, 18, 6, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.yop-shell-cvh{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.yop-main-cvh{
min-width:0;
}
.yop-wrap-cvh{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.yop-container-cvh{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:770px){
.yop-container-cvh{
padding:0 28px;
}
}
.yop-section-cvh{
padding:24px 1.75rem;
}
.yop-section_pt-cvh{
padding-top:2.125rem;
}
.yop-band_soft-cvh{
background:#ECEEF8;
}
.yop-eyebrow-cvh{
line-height:1.4;
font-size:10.5px;
font-family:"Public Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:break-word;
font-weight:600;
letter-spacing:.14em;
text-transform:uppercase;
color:#4A8A00;
display:inline-block;
}
.yop-drawer_cb-cvh{
display:none;
}
.yop-overlay-cvh{
display:none;
}
@media(max-width:1026px){
.yop-shell-cvh{
grid-template-columns:1fr;
}
.yop-main-cvh{
padding-bottom:78px;
}
.yop-drawer_cb-cvh:checked~.yop-overlay-cvh{
background:rgba(10, 18, 6, 0.72);
inset:0;
position:fixed;
z-index:70;
display:block;
}
}
@media(max-width:559px){
.yop-section-cvh{
padding:18px 1rem;
}
.yop-section_pt-cvh{
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 ---------- */
.yop-side-cvh{
gap:1.375rem;
padding:1.375rem 18px;
background:#EDEEF3;
top:0;
position:sticky;
overflow-y:auto;
align-self:start;
flex-direction:column;
border-right:1px solid rgba(26, 31, 20, 0.08);
height:100vh;
display:flex;
}
.yop-brand-cvh{
gap:0.625rem;
display:flex;
align-items:center;
}
.yop-logo-cvh{
font-weight:700;
color:#1A1F14;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:21px;
letter-spacing:-.02em;
}
.yop-side_cta-cvh{
border:1px solid rgba(26, 31, 20, 0.12);
background:rgba(74, 138, 0, 0.11);
border-radius:0.813rem;
padding:1rem;
}
.yop-side_cta_h-cvh{
font-weight:700;
margin-bottom:0.375rem;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
line-height:1.15;
font-size:17px;
color:#1A1F14;
}
.yop-side_cta_p-cvh{
font-size:12px;
margin-bottom:12px;
color:#3A4232;
line-height:1.45;
}
.yop-nav-cvh{
gap:3px;
display:flex;
flex-direction:column;
}
.yop-nav_label-cvh{
padding:0.375rem 0.625rem;
color:#9BA690;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.14em;
text-transform:uppercase;
font-size:9.5px;
}
.yop-nav_item-cvh{
border-radius:9px;
padding:10px;
gap:11px;
display:flex;
color:#3A4232;
font-size:0.875rem;
align-items:center;
font-weight:500;
}
.yop-nav_item-cvh svg{
height:1.063rem;
width:1.063rem;
}
.yop-nav_item-cvh:hover{
background:rgba(74, 138, 0, 0.11);
color:#1A1F14;
}
.yop-nav_item_on-cvh{
background:rgba(74, 138, 0, 0.11);
color:#4A8A00;
font-weight:600;
}
.yop-side_foot-cvh{
background:#ECEEF8;
border-radius:0.813rem;
border:1px solid rgba(26, 31, 20, 0.12);
padding:12px;
margin-top:auto;
}
.yop-side_foot-cvh p{
line-height:1.4;
font-size:0.781rem;
margin-top:0.25rem;
color:#3A4232;
}
/* ---------- topbar ---------- */
.yop-top-cvh{
background:#EDEEF3;
gap:16px;
padding:0.875rem 28px;
display:flex;
border-bottom:1px solid rgba(26, 31, 20, 0.08);
top:0;
position:sticky;
align-items:center;
z-index:40;
}
.yop-top_brand-cvh{
gap:9px;
display:none;
align-items:center;
}
.yop-search-cvh{
flex:1;
gap:0.625rem;
border-radius:0.813rem;
background:#ECEEF8;
padding:11px 14px;
border:1px solid rgba(26, 31, 20, 0.12);
color:#6B7560;
display:flex;
align-items:center;
max-width:440px;
font-size:13.5px;
}
.yop-search-cvh svg{
flex:none;
width:1rem;
height:16px;
}
.yop-top_actions-cvh{
gap:12px;
display:flex;
align-items:center;
margin-left:auto;
}
.yop-lang-cvh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
color:#3A4232;
}
.yop-burger-cvh{
background:#ECEEF8;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:9px;
width:40px;
justify-content:center;
align-items:center;
display:none;
color:#1A1F14;
height:2.5rem;
}
/* ---------- bottom-nav (mobile) ---------- */
.yop-botnav-cvh{
display:none;
}
@media(max-width:1022px){
.yop-side-cvh{
transition:transform .25s ease;
position:fixed;
z-index:80;
width:280px;
height:100vh;
left:0;
top:0;
transform:translateX(-100%);
}
.yop-drawer_cb-cvh:checked~.yop-shell-cvh .yop-side-cvh{
transform:translateX(0);
}
.yop-top-cvh{
padding:14px 16px;
gap:0.75rem;
position:static;
flex-wrap:wrap;
}
.yop-top_brand-cvh{
display:flex;
}
.yop-search-cvh{
display:none;
}
.yop-burger-cvh{
display:flex;
}
.yop-top_actions-cvh{
gap:10px;
align-items:stretch;
margin-left:0;
width:100%;
}
.yop-top_actions-cvh .yop-lang-cvh{
display:none;
}
.yop-top_actions-cvh .yop-btn-cvh{
flex:1;
padding:0.688rem 10px;
text-align:center;
}
.yop-botnav-cvh{
grid-template-columns:repeat(3,1fr);
background:#EDEEF3;
padding:8px 6px calc(8px + env(safe-area-inset-bottom));
position:fixed;
bottom:0;
z-index:65;
left:0;
border-top:1px solid rgba(26, 31, 20, 0.12);
display:grid;
right:0;
transform:translateZ(0);
}
.yop-bn-cvh{
gap:4px;
padding:6px 2px 0;
justify-content:flex-end;
color:#3A4232;
font-weight:600;
align-items:center;
min-width:0;
display:flex;
flex-direction:column;
font-size:0.625rem;
}
.yop-bn-cvh svg{
flex:none;
width:1.375rem;
height:22px;
}
.yop-bn-cvh span{
overflow:hidden;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
text-align:center;
}
.yop-bn_on-cvh{
color:#4A8A00;
}
.yop-bn_center-cvh{
position:relative;
}
.yop-bn_fab-cvh{
border-radius:50%;
background:#84CC16;
height:3.125rem;
transform:translateX(-50%);
width:3.125rem;
top:-1.25rem;
display:flex;
justify-content:center;
align-items:center;
box-shadow:0 8px 2rem rgba(26, 31, 20, 0.14), 0 2px 8px rgba(26, 31, 20, 0.10);
color:#0F1A08;
left:50%;
position:absolute;
}
.yop-bn_fab-cvh svg{
height:1.5rem;
width:1.5rem;
}
.yop-bn_center-cvh span{
color:#4A8A00;
}
}
.yop-btn-cvh{
gap:8px;
padding:0.688rem 22px;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
border-radius:9px;
align-items:center;
font-family:"Public Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:0.875rem;
cursor:pointer;
font-weight:700;
display:inline-flex;
justify-content:center;
}
.yop-btn_pri-cvh{
background:#84CC16;
color:#0F1A08;
box-shadow:0 4px 18px rgba(132, 204, 22, 0.45), 0 2px 0.375rem rgba(132, 204, 22, 0.28);
}
.yop-btn_pri-cvh:hover{
background:#65A30D;
}
.yop-btn_ghost-cvh{
background:rgba(74, 138, 0, 0.11);
color:#1A1F14;
font-weight:600;
}
.yop-btn_line-cvh{
background:transparent;
border:1px solid rgba(26, 31, 20, 0.22);
color:#1A1F14;
font-weight:600;
}
.yop-btn_lg-cvh{
padding:1rem 30px;
border-radius:0.813rem;
font-size:0.938rem;
}
.yop-band-cvh .yop-btn_line-cvh{
border-color:rgba(255, 255, 255, 0.13);
color:#F2F8EE;
}
.yop-band-cvh .yop-btn_ghost-cvh{
background:rgba(255, 255, 255, 0.08);
color:#F2F8EE;
}
.yop-link_m-cvh{
gap:5px;
align-items:center;
cursor:pointer;
font-size:0.75rem;
display:inline-flex;
text-decoration:none;
color:#4A8A00;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.yop-link_m-cvh svg{
width:0.875rem;
height:14px;
}
.yop-band-cvh .yop-link_m-cvh{
color:#A3E635;
}
.yop-dot-cvh{
border-radius:50%;
background:#4A8A00;
flex:none;
height:7px;
width:7px;
}
.yop-dot_live-cvh{
background:#E5282A;
animation:zm3-pulse 1.4s infinite;
}
.yop-stars-cvh{
gap:2px;
color:#4A8A00;
display:inline-flex;
}
.yop-stars-cvh svg{
height:0.938rem;
width:0.938rem;
}
.yop-chip-cvh{
background:#ECEEF8;
gap:6px;
border-radius:9px;
border:1px solid rgba(26, 31, 20, 0.12);
padding:7px 0.75rem;
display:inline-flex;
font-size:11px;
color:#3A4232;
align-items:center;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.yop-chip_on-cvh{
background:rgba(74, 138, 0, 0.11);
border-color:transparent;
color:#4A8A00;
}
.yop-gc-cvh{
color:inherit;
text-decoration:none;
min-width:0;
display:block;
cursor:pointer;
}
.yop-gc_thumb-cvh{
border-radius:13px;
overflow:hidden;
border:1px solid rgba(26, 31, 20, 0.12);
background-position:center;
aspect-ratio:1;
position:relative;
background-size:cover;
display:block;
}
.yop-gc_thumb_portrait-cvh{
aspect-ratio:3/4;
}
.yop-gc_thumb_wide-cvh{
aspect-ratio:16/11;
}
.yop-gc_cap-cvh{
padding:9px;
background:linear-gradient(transparent,rgba(10, 18, 6, 0.72));
left:0;
position:absolute;
right:0;
bottom:0;
}
.yop-gc_name-cvh{
display:block;
font-size:0.781rem;
color:#F2F8EE;
font-weight:700;
}
.yop-gc_meta-cvh{
color:#A8BFA0;
font-size:11px;
}
.yop-gc_badge-cvh{
border-radius:0.563rem;
background:#4A8A00;
padding:2px 6px;
position:absolute;
font-weight:700;
color:#0F1A08;
right:8px;
top:8px;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:8px;
}
.yop-gc_badge_hot-cvh{
background:#E5282A;
color:#F2F8EE;
}
.yop-gc_badge_live-cvh{
background:#E5282A;
right:auto;
left:0.5rem;
color:#F2F8EE;
}
.yop-gc_mult-cvh{
inset:0;
align-items:center;
position:absolute;
font-size:28px;
justify-content:center;
display:flex;
color:#4A8A00;
font-weight:700;
}
.yop-pc-cvh{
background:#ECEEF8;
border-radius:0.813rem;
border:1px solid rgba(26, 31, 20, 0.12);
color:#3A4232;
align-items:center;
font-weight:700;
font-size:14px;
display:flex;
justify-content:center;
height:4rem;
}
.yop-rail-cvh{
min-width:0;
}
.yop-rail_scroll-cvh{
gap:14px;
display:grid;
}
.yop-rail_scroll-cvh>*{
min-width:0;
}
.yop-g6-cvh{
grid-template-columns:repeat(6,1fr);
}
.yop-g7-cvh{
grid-template-columns:repeat(7,1fr);
}
.yop-g4-cvh{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1021px){
.yop-g6-cvh,.yop-g7-cvh{
grid-template-columns:none;
scroll-snap-type:x mandatory;
padding-bottom:6px;
overflow-x:auto;
grid-auto-columns:120px;
grid-auto-flow:column;
}
.yop-g6-cvh>*,.yop-g7-cvh>*{
scroll-snap-align:start;
}
.yop-g4-cvh{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.yop-g4-cvh{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:9.375rem;
}
}
.yop-panel-cvh{
border:1px solid rgba(26, 31, 20, 0.12);
padding:28px 2rem;
border-radius:20px;
background:#ECEEF8;
}
.yop-split-cvh{
gap:36px;
align-items:start;
display:grid;
}
.yop-split-cvh>*{
min-width:0;
}
.yop-split_a-cvh{
grid-template-columns:.85fr 1.15fr;
}
.yop-split_b-cvh{
grid-template-columns:1fr 1.1fr;
}
.yop-split_c-cvh{
grid-template-columns:1.1fr .9fr;
}
.yop-pgrid-cvh{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.yop-pgrid-cvh>*{
min-width:0;
}
.yop-lead-cvh{
margin-bottom:14px;
color:#3A4232;
font-size:15px;
line-height:1.65;
}
.yop-feat-cvh{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.yop-feat-cvh>*{
min-width:0;
}
.yop-feat2-cvh{
grid-template-columns:1fr 1fr;
}
.yop-feat_card-cvh{
background:#ECEEF8;
border-radius:1.25rem;
padding:1.625rem;
border:1px solid rgba(26, 31, 20, 0.12);
}
.yop-feat_card-cvh svg{
height:1.625rem;
color:#4A8A00;
margin-bottom:16px;
width:26px;
}
.yop-feat_card-cvh h3{
font-size:18px;
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.5rem;
color:#1A1F14;
}
.yop-feat_card-cvh p{
line-height:1.6;
color:#3A4232;
font-size:0.813rem;
}
.yop-feat_card-cvh b{
color:#1A1F14;
}
.yop-big-cvh{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
}
.yop-big_n-cvh{
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
color:#4A8A00;
font-size:26px;
}
.yop-big_l-cvh{
font-size:12px;
color:#6B7560;
}
.yop-person-cvh{
border-radius:13px;
padding:16px 18px;
gap:0.875rem;
border:1px solid rgba(26, 31, 20, 0.12);
background:#ECEEF8;
display:flex;
align-items:center;
}
.yop-avatar-cvh{
flex:none;
border-radius:50%;
background:linear-gradient(135deg,#84CC16,#2F5C00);
height:2.75rem;
width:44px;
}
.yop-person_name-cvh{
font-weight:700;
font-size:14px;
color:#1A1F14;
}
.yop-person_role-cvh{
font-size:12px;
color:#6B7560;
}
.yop-kv-cvh{
background:rgba(26, 31, 20, 0.12);
gap:1px;
grid-template-columns:1fr 1fr;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:0.813rem;
overflow:hidden;
display:grid;
}
.yop-kv-cvh>div{
background:#F5F7F2;
padding:16px 18px;
min-width:0;
}
.yop-kv_k-cvh{
margin-bottom:0.313rem;
font-size:9.5px;
text-transform:uppercase;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#4A8A00;
}
.yop-kv_v-cvh{
font-weight:700;
font-size:13.5px;
color:#1A1F14;
}
@media(max-width:1022px){
.yop-split_a-cvh,.yop-split_b-cvh,.yop-split_c-cvh,.yop-pgrid-cvh{
grid-template-columns:1fr;
gap:1.5rem;
}
.yop-feat-cvh,.yop-feat2-cvh{
grid-template-columns:1fr;
}
.yop-kv-cvh{
grid-template-columns:1fr;
}
}
.yop-sh-cvh{
min-width:0;
margin-bottom:16px;
}
.yop-sh_row-cvh{
gap:12px;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.yop-sh_row-cvh .yop-sh_l-cvh{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.yop-sh_stack-cvh{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.yop-sh_center-cvh{
gap:0.625rem;
align-items:center;
flex-direction:column;
text-align:center;
display:flex;
}
.yop-sh_h2-cvh{
gap:9px;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
align-items:center;
color:#1A1F14;
line-height:1.1;
display:flex;
overflow-wrap:break-word;
font-size:1.25rem;
}
@media(min-width:767px){
.yop-sh_h2-cvh{
font-size:24px;
}
}
.yop-band-cvh .yop-sh_h2-cvh{
color:#F2F8EE;
}
.yop-eb_mono-cvh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.08em;
text-transform:none;
}
.yop-eb_mono-cvh::before{
content:"// ";
}
.yop-eb_upper-cvh{
letter-spacing:.14em;
text-transform:uppercase;
}
.yop-eb_pill-cvh{
padding:0.313rem 0.688rem;
background:rgba(74, 138, 0, 0.11);
border-radius:999px;
letter-spacing:.12em;
text-transform:uppercase;
}
.yop-eb_line-cvh{
gap:10px;
display:inline-flex;
align-items:center;
}
.yop-eb_line-cvh::before{
background:#4A8A00;
content:"";
width:24px;
height:1px;
display:inline-block;
}
.yop-band-cvh .yop-eb_line-cvh::before{
background:#A3E635;
}
.yop-band-cvh .yop-eb_pill-cvh{
background:rgba(255, 255, 255, 0.08);
}
.yop-sh_link-cvh{
gap:6px;
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
align-items:center;
white-space:nowrap;
font-weight:600;
display:inline-flex;
border-bottom:1px solid #1A1F14;
padding-bottom:2px;
color:#1A1F14;
font-size:13px;
}
.yop-sh_link-cvh:hover{
border-color:#4A8A00;
color:#4A8A00;
}
.yop-sh_link-cvh svg{
width:0.875rem;
height:0.875rem;
}
.yop-sh_link_chev-cvh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#4A8A00;
font-size:0.75rem;
padding-bottom:0;
border-bottom:0;
}
.yop-sh_link_btn-cvh{
background:#84CC16;
padding:9px 1.125rem;
border-radius:999px;
border-bottom:0;
color:#0F1A08;
}
.yop-sh_link_btn-cvh:hover{
background:#65A30D;
border-color:transparent;
}
.yop-band-cvh .yop-sh_link-cvh{
border-color:#F2F8EE;
color:#F2F8EE;
}
.yop-band-cvh .yop-sh_link_chev-cvh{
color:#A3E635;
}
.yop-sh_rule-cvh{
background:rgba(26, 31, 20, 0.12);
margin:-2px 0 16px;
height:1px;
}
.yop-band-cvh .yop-sh_rule-cvh{
background:rgba(255, 255, 255, 0.13);
}
.yop-seo_grid3-cvh{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.yop-seo_grid4-cvh{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.yop-seo_grid3-cvh>*,.yop-seo_grid4-cvh>*{
min-width:0;
}
.yop-seo_card-cvh{
background:#ECEEF8;
padding:1.5rem;
border-radius:0.813rem;
border:1px solid rgba(26, 31, 20, 0.12);
}
.yop-seo_card-cvh h3{
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:18px;
margin-bottom:0.5rem;
color:#1A1F14;
}
.yop-seo_card-cvh p{
line-height:1.6;
color:#3A4232;
font-size:0.813rem;
}
.yop-seo_card_sm-cvh{
padding:20px;
}
.yop-seo_card_sm-cvh h3{
font-size:16px;
}
.yop-seo_card_sm-cvh p{
font-size:12.5px;
line-height:1.55;
}
.yop-seo_rtp_row-cvh{
gap:2.25rem;
grid-template-columns:1fr 1fr;
margin-top:16px;
align-items:center;
display:grid;
}
.yop-rtp-cvh{
gap:0.875rem;
display:flex;
min-width:0;
}
.yop-rtp-cvh>div{
border-radius:0.813rem;
padding:1rem;
flex:1;
background:#F5F7F2;
min-width:0;
text-align:center;
}
.yop-rtp_n-cvh{
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:26px;
font-weight:700;
white-space:nowrap;
color:#4A8A00;
}
.yop-rtp_l-cvh{
color:#6B7560;
margin-top:4px;
font-size:0.688rem;
}
.yop-cmp-cvh{
border-radius:13px;
overflow:hidden;
border:1px solid rgba(26, 31, 20, 0.12);
max-width:47.5rem;
}
.yop-cmp_row-cvh{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.yop-cmp_row-cvh>div{
padding:0.813rem 14px;
text-align:center;
min-width:0;
}
.yop-cmp_row-cvh>div:first-child{
color:#1A1F14;
font-weight:600;
text-align:left;
padding-left:22px;
}
.yop-cmp_th-cvh{
background:#F5F7F2;
font-size:0.781rem;
font-weight:700;
}
.yop-cmp_row-cvh:not(.yop-cmp_th-cvh){
background:#ECEEF8;
color:#3A4232;
border-top:1px solid rgba(26, 31, 20, 0.08);
}
.yop-cmp_zebra-cvh{
background:#E4E7E0;
}
.yop-guide-cvh{
background:#ECEEF8;
overflow:hidden;
border-radius:13px;
border:1px solid rgba(26, 31, 20, 0.12);
cursor:pointer;
}
.yop-guide_cover-cvh{
height:8.125rem;
}
.yop-guide_body-cvh{
padding:1.25rem;
}
.yop-guide_body-cvh h3{
margin:7px 0 9px;
font-weight:700;
color:#1A1F14;
line-height:1.25;
font-size:1rem;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
}
.yop-guide_meta-cvh{
color:#6B7560;
font-size:0.719rem;
}
.yop-hub-cvh{
grid-template-columns:repeat(5,1fr);
gap:28px;
display:grid;
border-top:1px solid rgba(26, 31, 20, 0.08);
padding-top:28px;
}
.yop-hub-cvh>*{
min-width:0;
}
.yop-hub-cvh h4{
font-size:0.813rem;
color:#1A1F14;
font-weight:700;
margin-bottom:0.688rem;
}
.yop-hub_col-cvh{
gap:0.5rem;
display:flex;
color:#3A4232;
flex-direction:column;
font-size:13px;
}
.yop-hub_col-cvh a{
cursor:pointer;
}
@media(max-width:1021px){
.yop-seo_grid3-cvh{
grid-template-columns:1fr;
}
.yop-seo_grid4-cvh{
grid-template-columns:repeat(2,1fr);
}
.yop-seo_rtp_row-cvh{
grid-template-columns:1fr;
gap:20px;
}
.yop-hub-cvh{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.yop-hub-cvh{
grid-template-columns:1fr;
}
}
.yop-tk-cvh{
background:#D6D9D2;
overflow:hidden;
align-items:center;
border-bottom:1px solid rgba(26, 31, 20, 0.08);
display:flex;
}
.yop-tk_tag-cvh{
padding:0.688rem 1.125rem;
gap:0.5rem;
background:#ECEEF8;
flex:none;
font-size:0.656rem;
font-weight:600;
align-items:center;
text-transform:uppercase;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E5282A;
letter-spacing:.1em;
border-right:1px solid rgba(26, 31, 20, 0.08);
display:flex;
}
.yop-tk_rail-cvh{
flex:1;
overflow:hidden;
}
.yop-tk_track-cvh{
animation:zm3-marquee 26s linear infinite;
padding:0.688rem 14px;
gap:28px;
font-size:12px;
display:flex;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
white-space:nowrap;
width:max-content;
color:#3A4232;
}
.yop-tk_track-cvh b{
color:#4A8A00;
}
.yop-hero-cvh{
background:linear-gradient(120deg,#101A0E,#0D1420);
border-radius:1.25rem;
border:1px solid rgba(26, 31, 20, 0.12);
overflow:hidden;
padding:46px 48px;
position:relative;
color:#F2F8EE;
}
.yop-hero_glow-cvh{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
width:340px;
right:-60px;
position:absolute;
top:-60px;
height:21.25rem;
}
.yop-hero_in-cvh{
max-width:600px;
position:relative;
}
.yop-hero-cvh .yop-eyebrow-cvh{
color:#A3E635;
}
.yop-pill_row-cvh{
border-radius:999px;
gap:8px;
padding:0.375rem 13px;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
text-transform:uppercase;
color:#A3E635;
margin-bottom:1.375rem;
letter-spacing:.1em;
font-size:0.656rem;
display:inline-flex;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
align-items:center;
}
.yop-hero_h1-cvh{
margin:1.125rem 0;
color:#F2F8EE;
letter-spacing:-.02em;
overflow-wrap:break-word;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.02;
font-size:3.375rem;
}
.yop-hero_h1-cvh em{
font-style:normal;
color:#A3E635;
}
.yop-hero_sub-cvh{
max-width:480px;
margin-bottom:1.75rem;
line-height:1.55;
font-size:1.063rem;
color:#A8BFA0;
}
.yop-hero_cta-cvh{
gap:14px;
margin-bottom:1.625rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.yop-hero_trust-cvh{
gap:0.875rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.yop-hero_rating_txt-cvh{
color:#A8BFA0;
font-size:13px;
}
@media(max-width:1024px){
.yop-hero-cvh{
padding:32px 24px;
}
.yop-hero_h1-cvh{
font-size:2.375rem;
}
}
@media(max-width:561px){
.yop-hero_h1-cvh{
font-size:30px;
}
}
.yop-stat-cvh{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.yop-stat-cvh>*{
min-width:0;
}
.yop-stat_item-cvh{
padding:1.125rem 20px;
border-radius:0.813rem;
background:#ECEEF8;
border:1px solid rgba(26, 31, 20, 0.12);
}
.yop-stat_k-cvh{
margin-bottom:0.438rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.12em;
color:#6B7560;
text-transform:uppercase;
font-size:0.594rem;
}
.yop-stat_v-cvh{
gap:8px;
overflow-wrap:anywhere;
align-items:center;
color:#1A1F14;
font-size:1.5rem;
display:flex;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
min-width:0;
font-weight:700;
}
.yop-stat_v_accent-cvh{
color:#4A8A00;
}
@media(max-width:1027px){
.yop-stat-cvh{
grid-template-columns:repeat(2,1fr);
}
}
.yop-wlc-cvh{
background:linear-gradient(120deg,#101A0E,#0D1420);
overflow:hidden;
gap:1.5rem;
grid-template-columns:1.2fr .8fr;
padding:36px 40px;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:1.25rem;
position:relative;
color:#F2F8EE;
align-items:center;
display:grid;
}
.yop-wlc-cvh>*{
min-width:0;
}
.yop-wlc-cvh .yop-eyebrow-cvh{
color:#A3E635;
}
.yop-wlc_glow-cvh{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
right:-2.5rem;
position:absolute;
height:16.25rem;
top:-2.5rem;
width:16.25rem;
}
.yop-wlc_in-cvh{
position:relative;
}
.yop-wlc_h2-cvh{
margin:10px 0 8px;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
line-height:1.03;
font-size:2.125rem;
font-weight:700;
color:#F2F8EE;
overflow-wrap:break-word;
}
.yop-wlc_h2-cvh em{
font-style:normal;
color:#A3E635;
}
.yop-wlc_sub-cvh{
line-height:1.55;
color:#A8BFA0;
max-width:26.25rem;
font-size:14px;
margin-bottom:1.125rem;
}
.yop-wlc_terms-cvh{
gap:10px;
position:relative;
display:flex;
flex-direction:column;
}
.yop-term-cvh{
border:1px solid rgba(255, 255, 255, 0.13);
gap:11px;
padding:0.813rem 0.938rem;
border-radius:13px;
background:rgba(255, 255, 255, 0.08);
display:flex;
align-items:center;
}
.yop-term-cvh svg{
flex:none;
height:1.25rem;
width:20px;
color:#A3E635;
}
.yop-term_k-cvh{
letter-spacing:.1em;
color:#A8BFA0;
text-transform:uppercase;
font-size:0.594rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.yop-term_v-cvh{
margin-top:2px;
font-size:0.875rem;
color:#F2F8EE;
font-weight:700;
}
@media(max-width:1026px){
.yop-wlc-cvh{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.yop-wlc_h2-cvh{
font-size:1.625rem;
}
}
.yop-jp-cvh{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.yop-jp-cvh>*{
min-width:0;
}
.yop-jp_hero-cvh{
gap:14px;
border:1px solid rgba(26, 31, 20, 0.12);
overflow:hidden;
background:linear-gradient(135deg,#101A0E,#0D1420);
padding:1.625rem;
border-radius:20px;
justify-content:space-between;
position:relative;
display:flex;
color:#F2F8EE;
min-height:180px;
flex-direction:column;
}
.yop-jp_glow-cvh{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
right:-40px;
height:180px;
top:-40px;
width:180px;
position:absolute;
}
.yop-jp_k_row-cvh{
gap:0.625rem;
justify-content:space-between;
align-items:center;
position:relative;
display:flex;
}
.yop-jp_k-cvh{
font-size:0.625rem;
color:#6B7560;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.12em;
text-transform:uppercase;
}
.yop-jp_hero-cvh .yop-jp_k-cvh{
color:#A8BFA0;
}
.yop-jp_amt-cvh{
color:#A3E635;
font-weight:700;
line-height:1;
position:relative;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:2.625rem;
}
.yop-jp_sub-cvh{
margin-top:0.313rem;
color:#A8BFA0;
font-size:0.75rem;
}
.yop-jp_cell-cvh{
border-radius:20px;
border:1px solid rgba(26, 31, 20, 0.12);
background:#ECEEF8;
padding:1.375rem;
flex-direction:column;
display:flex;
min-height:180px;
justify-content:space-between;
}
.yop-jp_cell-cvh .yop-jp_amt-cvh{
color:#1A1F14;
font-size:30px;
}
.yop-jp_cell-cvh .yop-jp_sub-cvh{
color:#6B7560;
}
@media(max-width:1024px){
.yop-jp-cvh{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.yop-jp_amt-cvh{
font-size:2rem;
}
}
.yop-dw_h2-cvh{
color:#1A1F14;
line-height:1.08;
font-size:1.625rem;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.625rem;
font-weight:700;
}
.yop-steps_v-cvh{
grid-template-columns:1fr;
gap:10px;
}
.yop-steps_v-cvh .yop-step-cvh{
padding:1.125rem 20px;
}
@media(max-width:560px){
.yop-dw_h2-cvh{
font-size:23px;
}
}
.yop-promo_grid-cvh{
gap:16px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.yop-promo_grid-cvh>*{
min-width:0;
}
.yop-promo-cvh{
overflow:hidden;
background:#ECEEF8;
padding:24px;
border-radius:1.25rem;
border:1px solid rgba(26, 31, 20, 0.12);
min-height:9.375rem;
position:relative;
}
.yop-promo_h-cvh{
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
line-height:1.05;
font-weight:700;
color:#1A1F14;
margin-top:6px;
font-size:26px;
}
.yop-promo_h-cvh em{
color:#4A8A00;
font-style:normal;
}
.yop-promo_p-cvh{
color:#3A4232;
font-size:0.781rem;
margin-top:0.5rem;
line-height:1.5;
}
.yop-promo_feat-cvh{
background:linear-gradient(135deg,#101A0E,#0D1420);
border-color:rgba(26, 31, 20, 0.12);
}
.yop-promo_feat-cvh .yop-promo_h-cvh{
color:#F2F8EE;
}
.yop-promo_feat-cvh .yop-promo_h-cvh em{
color:#A3E635;
}
.yop-promo_feat-cvh .yop-promo_p-cvh{
color:#A8BFA0;
}
.yop-promo_feat-cvh .yop-eyebrow-cvh{
color:#A3E635;
}
@media(max-width:1023px){
.yop-promo_grid-cvh{
grid-template-columns:1fr;
}
}
.yop-supp-cvh{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.yop-supp-cvh>*{
min-width:0;
}
.yop-supp_card-cvh{
background:#ECEEF8;
border-radius:0.813rem;
padding:1.5rem;
border:1px solid rgba(26, 31, 20, 0.12);
}
.yop-supp_card-cvh svg{
margin-bottom:0.875rem;
color:#4A8A00;
width:24px;
height:24px;
}
.yop-supp_card-cvh h3{
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:16px;
color:#1A1F14;
margin-bottom:0.375rem;
}
.yop-supp_card-cvh p{
line-height:1.55;
color:#3A4232;
font-size:13px;
}
@media(max-width:1025px){
.yop-supp-cvh{
grid-template-columns:1fr;
}
}
.yop-steps-cvh{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.yop-steps-cvh>*{
min-width:0;
}
.yop-step-cvh{
border-radius:13px;
padding:24px;
border:1px solid rgba(26, 31, 20, 0.12);
background:#ECEEF8;
position:relative;
}
.yop-step_num-cvh{
background:#84CC16;
border-radius:9px;
height:30px;
margin-bottom:0.875rem;
font-weight:700;
color:#0F1A08;
justify-content:center;
align-items:center;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
display:flex;
width:30px;
font-size:13px;
}
.yop-step_h-cvh{
margin-bottom:7px;
color:#1A1F14;
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:1rem;
}
.yop-step_p-cvh{
line-height:1.55;
color:#3A4232;
font-size:0.813rem;
}
@media(max-width:1023px){
.yop-steps-cvh{
grid-template-columns:1fr;
}
}
.yop-app-cvh{
gap:36px;
flex-wrap:wrap;
align-items:center;
display:flex;
justify-content:space-between;
}
.yop-app_copy-cvh{
max-width:520px;
}
.yop-app_h2-cvh{
margin:0.75rem 0 0.625rem;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
color:#1A1F14;
font-weight:700;
font-size:1.75rem;
line-height:1.05;
}
.yop-app_text-cvh{
font-size:14px;
color:#3A4232;
line-height:1.6;
margin-bottom:20px;
}
.yop-app_btns-cvh{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.yop-store-cvh{
border:1px solid rgba(26, 31, 20, 0.12);
background:#F5F7F2;
border-radius:0.813rem;
padding:0.688rem 18px;
gap:0.563rem;
font-weight:700;
cursor:pointer;
font-size:13px;
color:#1A1F14;
align-items:center;
display:inline-flex;
}
.yop-store-cvh svg{
width:16px;
height:1rem;
}
.yop-app_qr_wrap-cvh{
gap:1rem;
align-items:center;
display:flex;
}
.yop-qr-cvh{
gap:3px;
border-radius:13px;
background:#F5F7F2;
grid-template-rows:repeat(5,1fr);
padding:11px;
grid-template-columns:repeat(5,1fr);
border:1px solid rgba(26, 31, 20, 0.12);
display:grid;
width:6.75rem;
height:108px;
}
.yop-qr-cvh i{
background:transparent;
}
.yop-qr_f-cvh{
background:#4A8A00;
}
.yop-app_qr_cap-cvh{
max-width:5.25rem;
line-height:1.4;
color:#6B7560;
font-size:12px;
}
.yop-vip_head-cvh{
gap:12px;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
margin-bottom:1.125rem;
}
.yop-vip_intro-cvh{
font-size:13px;
max-width:26.25rem;
color:#3A4232;
}
.yop-vip-cvh{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.yop-vip-cvh>*{
min-width:0;
}
.yop-tier-cvh{
background:#ECEEF8;
border-radius:13px;
padding:20px;
border:1px solid rgba(26, 31, 20, 0.12);
}
.yop-tier_on-cvh{
border-color:#4A8A00;
background:rgba(74, 138, 0, 0.11);
}
.yop-tier_medal-cvh{
border-radius:9px;
background:linear-gradient(135deg,#84CC16,#2F5C00);
margin-bottom:0.875rem;
width:1.875rem;
height:30px;
}
.yop-tier_name-cvh{
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:15px;
margin-bottom:0.313rem;
color:#1A1F14;
}
.yop-tier_tx-cvh{
line-height:1.5;
font-size:0.719rem;
color:#6B7560;
}
@media(max-width:1021px){
.yop-vip-cvh{
grid-template-columns:repeat(2,1fr);
}
}
.yop-gm-cvh{
grid-template-columns:1.3fr 1fr;
gap:16px;
display:grid;
}
.yop-gm-cvh>*{
min-width:0;
}
.yop-gm_panel-cvh{
border-radius:20px;
background:#ECEEF8;
padding:28px;
border:1px solid rgba(26, 31, 20, 0.12);
}
.yop-gm_h2-cvh{
margin:0.625rem 0 8px;
color:#1A1F14;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:1.5rem;
}
.yop-gm_text-cvh{
font-size:13.5px;
color:#3A4232;
line-height:1.6;
max-width:27.5rem;
margin-bottom:20px;
}
.yop-gm_level-cvh{
gap:0.875rem;
margin-bottom:16px;
align-items:center;
display:flex;
}
.yop-gm_lv-cvh{
font-size:1.5rem;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#4A8A00;
}
.yop-gm_bar_wrap-cvh{
flex:1;
min-width:0;
}
.yop-gm_bar_meta-cvh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#6B7560;
font-size:0.625rem;
justify-content:space-between;
display:flex;
margin-bottom:0.313rem;
}
.yop-bar-cvh{
overflow:hidden;
background:#F5F7F2;
border-radius:999px;
height:8px;
}
.yop-bar_fill-cvh{
background:linear-gradient(90deg,#84CC16,#2F5C00);
border-radius:999px;
height:100%;
display:block;
}
.yop-gm_missions-cvh{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.yop-gm_refer-cvh{
background:linear-gradient(150deg,#101A0E,#0D1420);
padding:1.75rem;
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:20px;
overflow:hidden;
display:flex;
justify-content:space-between;
color:#F2F8EE;
position:relative;
flex-direction:column;
}
.yop-gm_refer-cvh .yop-eyebrow-cvh{
color:#A3E635;
}
.yop-gm_ref_h2-cvh{
margin:10px 0 8px;
color:#F2F8EE;
line-height:1.1;
font-size:1.5rem;
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
}
.yop-gm_ref_h2-cvh em{
color:#A3E635;
font-style:normal;
}
.yop-gm_ref_text-cvh{
margin-bottom:18px;
font-size:13px;
color:#A8BFA0;
line-height:1.55;
}
@media(max-width:1024px){
.yop-gm-cvh{
grid-template-columns:1fr;
}
}
.yop-banner-cvh{
border-radius:20px;
border:1px solid rgba(26, 31, 20, 0.12);
gap:28px;
padding:36px 40px;
background:linear-gradient(115deg,#101A0E,#0D1420);
overflow:hidden;
display:flex;
color:#F2F8EE;
flex-wrap:wrap;
justify-content:space-between;
position:relative;
align-items:center;
}
.yop-banner_glow-cvh{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 68%);
border-radius:50%;
height:12.5rem;
transform:translateY(-50%);
top:50%;
right:80px;
position:absolute;
width:12.5rem;
}
.yop-banner_in-cvh{
max-width:35rem;
position:relative;
}
.yop-banner-cvh .yop-eyebrow-cvh{
color:#A3E635;
}
.yop-banner_h2-cvh{
margin:10px 0;
color:#F2F8EE;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:30px;
line-height:1.05;
}
.yop-banner_text-cvh{
line-height:1.6;
font-size:0.875rem;
color:#A8BFA0;
}
@media(max-width:560px){
.yop-banner_h2-cvh{
font-size:1.5rem;
}
}
.yop-pay_logos-cvh{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.yop-pay_logos-cvh>*{
min-width:0;
}
.yop-pay-cvh{
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:9px;
justify-content:center;
font-weight:700;
display:flex;
font-size:0.75rem;
height:3rem;
color:#3A4232;
align-items:center;
}
.yop-table-cvh{
border:1px solid rgba(26, 31, 20, 0.12);
border-radius:13px;
overflow:hidden;
}
.yop-trow-cvh{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.yop-trow-cvh>div{
padding:13px 14px;
min-width:0;
}
.yop-trow-cvh>div:first-child{
color:#1A1F14;
font-weight:700;
padding-left:16px;
}
.yop-trow_th-cvh{
background:#F5F7F2;
color:#6B7560;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
letter-spacing:.06em;
font-size:9.5px;
}
.yop-trow-cvh:not(.yop-trow_th-cvh){
background:#ECEEF8;
border-top:1px solid rgba(26, 31, 20, 0.08);
color:#3A4232;
}
.yop-trow_zebra-cvh{
background:#E4E7E0;
}
.yop-pos-cvh{
color:#4A8A00;
font-weight:700;
}
@media(max-width:1027px){
.yop-pay_logos-cvh{
grid-template-columns:repeat(2,1fr);
}
}
.yop-dispute-cvh{
border-radius:13px;
padding:26px 1.875rem;
border:1px dashed rgba(26, 31, 20, 0.22);
gap:28px;
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.yop-dispute_in-cvh{
max-width:41.25rem;
}
.yop-dispute_h2-cvh{
color:#1A1F14;
font-size:1.375rem;
font-weight:700;
margin-bottom:0.5rem;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
}
.yop-dispute_text-cvh{
font-size:13.5px;
line-height:1.6;
color:#3A4232;
}
.yop-provs-cvh{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:28px;
display:grid;
}
.yop-provs-cvh>*{
min-width:0;
}
.yop-prov-cvh{
border-radius:0.813rem;
background:#ECEEF8;
padding:0.75rem;
border:1px solid rgba(26, 31, 20, 0.12);
height:64px;
align-items:center;
justify-content:center;
text-decoration:none;
display:flex;
}
.yop-prov_img-cvh{
object-fit:contain;
max-height:32px;
max-width:100%;
}
.yop-resp-cvh{
gap:24px;
border-radius:13px;
border:1px solid rgba(26, 31, 20, 0.12);
background:#ECEEF8;
padding:1.625rem;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
}
.yop-resp_in-cvh{
max-width:35rem;
}
.yop-resp_h-cvh{
color:#1A1F14;
margin-bottom:0.5rem;
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:19px;
}
.yop-resp_p-cvh{
line-height:1.6;
font-size:13.5px;
color:#3A4232;
}
.yop-resp_badges-cvh{
gap:14px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.yop-age18-cvh{
border-radius:0.563rem;
padding:4px 0.5rem;
border:1.5px solid #E5282A;
font-weight:700;
font-size:0.813rem;
color:#E5282A;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.yop-resp_org-cvh{
color:#6B7560;
font-size:0.813rem;
font-weight:600;
}
@media(max-width:1023px){
.yop-provs-cvh{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.yop-provs-cvh{
grid-template-columns:repeat(2,1fr);
}
}
.yop-op_h2-cvh{
margin:0.625rem 0 8px;
color:#1A1F14;
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:1.5rem;
line-height:1.1;
}
.yop-op_text-cvh{
color:#3A4232;
line-height:1.6;
font-size:0.844rem;
}
@media(max-width:559px){
.yop-op_h2-cvh{
font-size:22px;
}
}
.yop-ab_h2-cvh{
margin:0.875rem 0 16px;
color:#1A1F14;
font-weight:700;
font-family:"Oswald", 'Helvetica Neue', Arial, sans-serif;
font-size:2rem;
line-height:1.08;
}
.yop-ab_body-cvh{
font-size:0.938rem;
color:#3A4232;
margin-bottom:0.875rem;
line-height:1.65;
}
.yop-ab_chips-cvh{
gap:10px;
margin-top:0.5rem;
display:flex;
flex-wrap:wrap;
}
.yop-faq-cvh{
gap:10px;
display:flex;
flex-direction:column;
}
.yop-faq_item-cvh{
padding:1.125rem 22px;
border-radius:13px;
background:#ECEEF8;
border:1px solid rgba(26, 31, 20, 0.12);
}
.yop-faq_q-cvh{
list-style:none;
gap:1rem;
color:#1A1F14;
align-items:center;
font-weight:600;
font-size:0.969rem;
display:flex;
cursor:pointer;
justify-content:space-between;
}
.yop-faq_q-cvh::-webkit-details-marker{
display:none;
}
.yop-faq_q_t-cvh{
gap:10px;
display:flex;
}
.yop-faq_q_i-cvh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#4A8A00;
font-style:normal;
}
.yop-faq_pm-cvh{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:1.25rem;
color:#4A8A00;
}
.yop-faq_item-cvh[open] .yop-faq_pm-cvh{
transform:rotate(45deg);
}
.yop-faq_a-cvh{
color:#3A4232;
margin-top:12px;
line-height:1.6;
font-size:0.844rem;
}
@media(max-width:561px){
.yop-ab_h2-cvh{
font-size:26px;
}
}
.yop-rv_head-cvh{
gap:12px;
margin-bottom:1.125rem;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
align-items:flex-end;
}
.yop-rv_agg-cvh{
gap:10px;
align-items:center;
display:flex;
}
.yop-rv_source-cvh{
font-size:12.5px;
color:#6B7560;
}
.yop-rv_grid-cvh{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.yop-rv_grid-cvh>*{
min-width:0;
}
.yop-review-cvh{
border:1px solid rgba(26, 31, 20, 0.12);
background:#ECEEF8;
border-radius:13px;
padding:24px;
}
.yop-review-cvh .yop-stars-cvh{
margin-bottom:10px;
}
.yop-review-cvh p{
font-weight:600;
font-size:0.906rem;
line-height:1.5;
margin-bottom:0.875rem;
color:#1A1F14;
}
.yop-review_by-cvh{
color:#6B7560;
font-size:0.781rem;
}
@media(max-width:1025px){
.yop-rv_grid-cvh{
grid-template-columns:1fr;
}
}
.yop-footer-cvh{
background:#D6D9D2;
padding:2.5rem 28px;
border-top:1px solid rgba(26, 31, 20, 0.08);
}
.yop-footer_grid-cvh{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
max-width:1400px;
margin-bottom:28px;
margin-left:auto;
display:grid;
margin-right:auto;
}
.yop-footer_grid-cvh>*{
min-width:0;
}
.yop-footer_grid-cvh h4{
font-size:10px;
color:#9BA690;
text-transform:uppercase;
margin-bottom:0.813rem;
letter-spacing:.12em;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.yop-fcol-cvh{
gap:0.563rem;
color:#3A4232;
font-size:0.813rem;
flex-direction:column;
display:flex;
}
.yop-fcol-cvh a{
cursor:pointer;
}
.yop-ft_about-cvh{
font-size:13px;
max-width:16.25rem;
margin-top:0.75rem;
color:#6B7560;
line-height:1.6;
}
.yop-ft_contact-cvh{
overflow-wrap:anywhere;
font-size:12.5px;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#4A8A00;
margin-top:12px;
}
.yop-footer_bottom-cvh{
gap:1rem;
margin:0 auto;
align-items:center;
border-top:1px solid rgba(26, 31, 20, 0.08);
display:flex;
max-width:1400px;
justify-content:space-between;
flex-wrap:wrap;
padding-top:1.25rem;
}
.yop-footer_bottom-cvh p{
max-width:720px;
font-size:11px;
line-height:1.6;
color:#9BA690;
}
@media(max-width:1025px){
.yop-footer_grid-cvh{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:560px){
.yop-footer_grid-cvh{
grid-template-columns:1fr;
}
}