*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0B0F0C;
overflow-wrap:break-word;
line-height:1.55;
color:#A8BFA0;
font-family:"Public Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
font-size:15px;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(7, 18, 9, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.jrc_shell-wrv{
grid-template-columns:15.5rem 1fr;
min-height:100vh;
display:grid;
}
.jrc_main-wrv{
min-width:0;
}
.jrc_wrap-wrv{
margin:0 auto;
max-width:1400px;
width:100%;
}
.jrc_container-wrv{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:766px){
.jrc_container-wrv{
padding:0 28px;
}
}
.jrc_section-wrv{
padding:24px 28px;
}
.jrc_section_pt-wrv{
padding-top:2.125rem;
}
.jrc_band_soft-wrv{
background:#111810;
}
.jrc_eyebrow-wrv{
letter-spacing:.14em;
font-family:"Public Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-transform:uppercase;
line-height:1.4;
overflow-wrap:break-word;
font-weight:600;
display:inline-block;
font-size:0.656rem;
color:#A3FF50;
}
.jrc_drawer_cb-wrv{
display:none;
}
.jrc_overlay-wrv{
display:none;
}
@media(max-width:1026px){
.jrc_shell-wrv{
grid-template-columns:1fr;
}
.jrc_main-wrv{
padding-bottom:78px;
}
.jrc_drawer_cb-wrv:checked~.jrc_overlay-wrv{
inset:0;
background:rgba(7, 18, 9, 0.72);
position:fixed;
display:block;
z-index:70;
}
}
@media(max-width:557px){
.jrc_section-wrv{
padding:18px 1rem;
}
.jrc_section_pt-wrv{
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 ---------- */
.jrc_side-wrv{
background:#0D1210;
gap:22px;
padding:1.375rem 1.125rem;
flex-direction:column;
height:100vh;
overflow-y:auto;
display:flex;
border-right:1px solid #1C2A1C;
align-self:start;
position:sticky;
top:0;
}
.jrc_brand-wrv{
gap:0.625rem;
align-items:center;
display:flex;
}
.jrc_logo-wrv{
color:#E8F5E2;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.313rem;
font-weight:700;
letter-spacing:-.02em;
}
.jrc_side_cta-wrv{
background:rgba(163, 255, 80, 0.11);
padding:1rem;
border:1px solid #243324;
border-radius:0.813rem;
}
.jrc_side_cta_h-wrv{
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.063rem;
margin-bottom:6px;
line-height:1.15;
color:#E8F5E2;
font-weight:700;
}
.jrc_side_cta_p-wrv{
line-height:1.45;
font-size:12px;
color:#A8BFA0;
margin-bottom:0.75rem;
}
.jrc_nav-wrv{
gap:3px;
flex-direction:column;
display:flex;
}
.jrc_nav_label-wrv{
padding:0.375rem 0.625rem;
letter-spacing:.14em;
text-transform:uppercase;
font-size:0.594rem;
color:#3E5439;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.jrc_nav_item-wrv{
gap:0.688rem;
padding:0.625rem;
border-radius:0.563rem;
color:#A8BFA0;
font-weight:500;
font-size:14px;
align-items:center;
display:flex;
}
.jrc_nav_item-wrv svg{
width:1.063rem;
height:17px;
}
.jrc_nav_item-wrv:hover{
background:rgba(163, 255, 80, 0.11);
color:#E8F5E2;
}
.jrc_nav_item_on-wrv{
background:rgba(163, 255, 80, 0.11);
font-weight:600;
color:#A3FF50;
}
.jrc_side_foot-wrv{
padding:0.75rem;
background:#111810;
border:1px solid #243324;
border-radius:13px;
margin-top:auto;
}
.jrc_side_foot-wrv p{
margin-top:4px;
color:#A8BFA0;
line-height:1.4;
font-size:12.5px;
}
/* ---------- topbar ---------- */
.jrc_top-wrv{
background:#0D1210;
padding:0.875rem 28px;
gap:16px;
top:0;
position:sticky;
align-items:center;
display:flex;
border-bottom:1px solid #1C2A1C;
z-index:40;
}
.jrc_top_brand-wrv{
gap:9px;
align-items:center;
display:none;
}
.jrc_search-wrv{
flex:1;
padding:0.688rem 0.875rem;
background:#111810;
gap:0.625rem;
border:1px solid #243324;
border-radius:13px;
max-width:27.5rem;
color:#6E8A68;
font-size:13.5px;
align-items:center;
display:flex;
}
.jrc_search-wrv svg{
flex:none;
width:1rem;
height:16px;
}
.jrc_top_actions-wrv{
gap:0.75rem;
display:flex;
align-items:center;
margin-left:auto;
}
.jrc_lang-wrv{
font-size:12px;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#A8BFA0;
}
.jrc_burger-wrv{
background:#111810;
border:1px solid #243324;
border-radius:0.563rem;
color:#E8F5E2;
width:2.5rem;
height:40px;
justify-content:center;
align-items:center;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.jrc_botnav-wrv{
display:none;
}
@media(max-width:1026px){
.jrc_side-wrv{
transition:transform .25s ease;
width:17.5rem;
transform:translateX(-100%);
left:0;
height:100vh;
top:0;
z-index:80;
position:fixed;
}
.jrc_drawer_cb-wrv:checked~.jrc_shell-wrv .jrc_side-wrv{
transform:translateX(0);
}
.jrc_top-wrv{
gap:0.75rem;
padding:14px 16px;
flex-wrap:wrap;
position:static;
}
.jrc_top_brand-wrv{
display:flex;
}
.jrc_search-wrv{
display:none;
}
.jrc_burger-wrv{
display:flex;
}
.jrc_top_actions-wrv{
gap:10px;
width:100%;
margin-left:0;
align-items:stretch;
}
.jrc_top_actions-wrv .jrc_lang-wrv{
display:none;
}
.jrc_top_actions-wrv .jrc_btn-wrv{
flex:1;
padding:11px 0.625rem;
text-align:center;
}
.jrc_botnav-wrv{
grid-template-columns:repeat(3,1fr);
background:#0D1210;
padding:0.5rem 0.375rem calc(0.5rem + env(safe-area-inset-bottom));
bottom:0;
right:0;
z-index:65;
border-top:1px solid #243324;
transform:translateZ(0);
position:fixed;
display:grid;
left:0;
}
.jrc_bn-wrv{
gap:4px;
padding:6px 2px 0;
min-width:0;
font-size:10px;
font-weight:600;
justify-content:flex-end;
color:#A8BFA0;
align-items:center;
display:flex;
flex-direction:column;
}
.jrc_bn-wrv svg{
flex:none;
width:22px;
height:1.375rem;
}
.jrc_bn-wrv span{
overflow:hidden;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
}
.jrc_bn_on-wrv{
color:#A3FF50;
}
.jrc_bn_center-wrv{
position:relative;
}
.jrc_bn_fab-wrv{
background:#A3FF50;
border-radius:50%;
position:absolute;
width:3.125rem;
top:-20px;
transform:translateX(-50%);
align-items:center;
height:3.125rem;
box-shadow:0 0.5rem 2rem rgba(0, 0, 0, 0.65), 0 2px 8px rgba(163, 255, 80, 0.18);
justify-content:center;
color:#07120A;
left:50%;
display:flex;
}
.jrc_bn_fab-wrv svg{
width:1.5rem;
height:24px;
}
.jrc_bn_center-wrv span{
color:#A3FF50;
}
}
.jrc_btn-wrv{
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;
gap:0.5rem;
padding:11px 22px;
border-radius:9px;
font-weight:700;
font-size:0.875rem;
font-family:"Public Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
cursor:pointer;
display:inline-flex;
justify-content:center;
}
.jrc_btn_pri-wrv{
background:#A3FF50;
box-shadow:0 0 18px rgba(163, 255, 80, 0.45), 0 4px 12px rgba(0, 0, 0, 0.40);
color:#07120A;
}
.jrc_btn_pri-wrv:hover{
background:#8EE63C;
}
.jrc_btn_ghost-wrv{
background:rgba(163, 255, 80, 0.11);
color:#E8F5E2;
font-weight:600;
}
.jrc_btn_line-wrv{
background:transparent;
border:1px solid #324832;
font-weight:600;
color:#E8F5E2;
}
.jrc_btn_lg-wrv{
padding:1rem 1.875rem;
border-radius:0.813rem;
font-size:15px;
}
.jrc_band-wrv .jrc_btn_line-wrv{
border-color:rgba(255, 255, 255, 0.13);
color:#E8F5E2;
}
.jrc_band-wrv .jrc_btn_ghost-wrv{
background:rgba(255, 255, 255, 0.08);
color:#E8F5E2;
}
.jrc_link_m-wrv{
gap:5px;
cursor:pointer;
display:inline-flex;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.75rem;
align-items:center;
color:#A3FF50;
text-decoration:none;
}
.jrc_link_m-wrv svg{
width:0.875rem;
height:14px;
}
.jrc_band-wrv .jrc_link_m-wrv{
color:#AAFF45;
}
.jrc_dot-wrv{
border-radius:50%;
background:#A3FF50;
flex:none;
width:0.438rem;
height:7px;
}
.jrc_dot_live-wrv{
background:#FF3D3D;
animation:zm3-pulse 1.4s infinite;
}
.jrc_stars-wrv{
gap:2px;
color:#A3FF50;
display:inline-flex;
}
.jrc_stars-wrv svg{
height:15px;
width:15px;
}
.jrc_chip-wrv{
background:#111810;
gap:6px;
border-radius:0.563rem;
padding:0.438rem 0.75rem;
border:1px solid #243324;
color:#A8BFA0;
align-items:center;
display:inline-flex;
font-size:0.688rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.jrc_chip_on-wrv{
background:rgba(163, 255, 80, 0.11);
border-color:transparent;
color:#A3FF50;
}
.jrc_gc-wrv{
min-width:0;
color:inherit;
display:block;
cursor:pointer;
text-decoration:none;
}
.jrc_gc_thumb-wrv{
border:1px solid #243324;
overflow:hidden;
border-radius:0.813rem;
position:relative;
background-position:center;
aspect-ratio:1;
background-size:cover;
display:block;
}
.jrc_gc_thumb_portrait-wrv{
aspect-ratio:3/4;
}
.jrc_gc_thumb_wide-wrv{
aspect-ratio:16/11;
}
.jrc_gc_cap-wrv{
background:linear-gradient(transparent,rgba(7, 18, 9, 0.72));
padding:9px;
position:absolute;
left:0;
right:0;
bottom:0;
}
.jrc_gc_name-wrv{
display:block;
font-weight:700;
font-size:12.5px;
color:#E8F5E2;
}
.jrc_gc_meta-wrv{
color:#8CB886;
font-size:11px;
}
.jrc_gc_badge-wrv{
background:#A3FF50;
border-radius:0.563rem;
padding:2px 0.375rem;
color:#07120A;
font-size:8px;
position:absolute;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-weight:700;
top:8px;
right:8px;
}
.jrc_gc_badge_hot-wrv{
background:#FF3D3D;
color:#E8F5E2;
}
.jrc_gc_badge_live-wrv{
background:#FF3D3D;
right:auto;
color:#E8F5E2;
left:8px;
}
.jrc_gc_mult-wrv{
inset:0;
display:flex;
font-weight:700;
position:absolute;
align-items:center;
font-size:1.75rem;
justify-content:center;
color:#A3FF50;
}
.jrc_pc-wrv{
border:1px solid #243324;
border-radius:0.813rem;
background:#111810;
align-items:center;
font-weight:700;
justify-content:center;
font-size:14px;
color:#A8BFA0;
height:4rem;
display:flex;
}
.jrc_rail-wrv{
min-width:0;
}
.jrc_rail_scroll-wrv{
gap:0.875rem;
display:grid;
}
.jrc_rail_scroll-wrv>*{
min-width:0;
}
.jrc_g6-wrv{
grid-template-columns:repeat(6,1fr);
}
.jrc_g7-wrv{
grid-template-columns:repeat(7,1fr);
}
.jrc_g4-wrv{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1026px){
.jrc_g6-wrv,.jrc_g7-wrv{
grid-template-columns:none;
grid-auto-flow:column;
grid-auto-columns:7.5rem;
scroll-snap-type:x mandatory;
overflow-x:auto;
padding-bottom:0.375rem;
}
.jrc_g6-wrv>*,.jrc_g7-wrv>*{
scroll-snap-align:start;
}
.jrc_g4-wrv{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:559px){
.jrc_g4-wrv{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:9.375rem;
}
}
.jrc_panel-wrv{
border:1px solid #243324;
background:#111810;
border-radius:1.25rem;
padding:28px 2rem;
}
.jrc_split-wrv{
gap:36px;
display:grid;
align-items:start;
}
.jrc_split-wrv>*{
min-width:0;
}
.jrc_split_a-wrv{
grid-template-columns:.85fr 1.15fr;
}
.jrc_split_b-wrv{
grid-template-columns:1fr 1.1fr;
}
.jrc_split_c-wrv{
grid-template-columns:1.1fr .9fr;
}
.jrc_pgrid-wrv{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.jrc_pgrid-wrv>*{
min-width:0;
}
.jrc_lead-wrv{
margin-bottom:0.875rem;
color:#A8BFA0;
line-height:1.65;
font-size:15px;
}
.jrc_feat-wrv{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.jrc_feat-wrv>*{
min-width:0;
}
.jrc_feat2-wrv{
grid-template-columns:1fr 1fr;
}
.jrc_feat_card-wrv{
background:#111810;
border:1px solid #243324;
border-radius:1.25rem;
padding:26px;
}
.jrc_feat_card-wrv svg{
margin-bottom:1rem;
height:26px;
width:1.625rem;
color:#A3FF50;
}
.jrc_feat_card-wrv h3{
color:#E8F5E2;
margin-bottom:8px;
font-size:18px;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.jrc_feat_card-wrv p{
font-size:13px;
line-height:1.6;
color:#A8BFA0;
}
.jrc_feat_card-wrv b{
color:#E8F5E2;
}
.jrc_big-wrv{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.jrc_big_n-wrv{
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:26px;
font-weight:700;
color:#A3FF50;
}
.jrc_big_l-wrv{
font-size:0.75rem;
color:#6E8A68;
}
.jrc_person-wrv{
border:1px solid #243324;
border-radius:0.813rem;
padding:1rem 18px;
background:#111810;
gap:14px;
display:flex;
align-items:center;
}
.jrc_avatar-wrv{
flex:none;
background:linear-gradient(135deg,#A3FF50,#5CC418);
border-radius:50%;
width:2.75rem;
height:2.75rem;
}
.jrc_person_name-wrv{
font-weight:700;
color:#E8F5E2;
font-size:0.875rem;
}
.jrc_person_role-wrv{
color:#6E8A68;
font-size:0.75rem;
}
.jrc_kv-wrv{
border:1px solid #243324;
border-radius:0.813rem;
gap:1px;
grid-template-columns:1fr 1fr;
overflow:hidden;
background:#243324;
display:grid;
}
.jrc_kv-wrv>div{
background:#0B0F0C;
padding:1rem 1.125rem;
min-width:0;
}
.jrc_kv_k-wrv{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-bottom:5px;
text-transform:uppercase;
font-size:9.5px;
color:#A3FF50;
}
.jrc_kv_v-wrv{
color:#E8F5E2;
font-weight:700;
font-size:13.5px;
}
@media(max-width:1025px){
.jrc_split_a-wrv,.jrc_split_b-wrv,.jrc_split_c-wrv,.jrc_pgrid-wrv{
grid-template-columns:1fr;
gap:1.5rem;
}
.jrc_feat-wrv,.jrc_feat2-wrv{
grid-template-columns:1fr;
}
.jrc_kv-wrv{
grid-template-columns:1fr;
}
}
.jrc_sh-wrv{
min-width:0;
margin-bottom:16px;
}
.jrc_sh_row-wrv{
gap:0.75rem;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.jrc_sh_row-wrv .jrc_sh_l-wrv{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.jrc_sh_stack-wrv{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.jrc_sh_center-wrv{
gap:10px;
display:flex;
text-align:center;
align-items:center;
flex-direction:column;
}
.jrc_sh_h2-wrv{
gap:9px;
font-weight:700;
overflow-wrap:break-word;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
align-items:center;
display:flex;
color:#E8F5E2;
line-height:1.1;
font-size:1.25rem;
}
@media(min-width:766px){
.jrc_sh_h2-wrv{
font-size:24px;
}
}
.jrc_band-wrv .jrc_sh_h2-wrv{
color:#E8F5E2;
}
.jrc_eb_mono-wrv{
text-transform:none;
letter-spacing:.08em;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.jrc_eb_mono-wrv::before{
content:"// ";
}
.jrc_eb_upper-wrv{
letter-spacing:.14em;
text-transform:uppercase;
}
.jrc_eb_pill-wrv{
padding:5px 11px;
border-radius:999px;
background:rgba(163, 255, 80, 0.11);
letter-spacing:.12em;
text-transform:uppercase;
}
.jrc_eb_line-wrv{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.jrc_eb_line-wrv::before{
background:#A3FF50;
width:24px;
display:inline-block;
height:1px;
content:"";
}
.jrc_band-wrv .jrc_eb_line-wrv::before{
background:#AAFF45;
}
.jrc_band-wrv .jrc_eb_pill-wrv{
background:rgba(255, 255, 255, 0.08);
}
.jrc_sh_link-wrv{
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;
gap:0.375rem;
font-weight:600;
border-bottom:1px solid #E8F5E2;
white-space:nowrap;
align-items:center;
font-size:0.813rem;
display:inline-flex;
padding-bottom:2px;
color:#E8F5E2;
}
.jrc_sh_link-wrv:hover{
border-color:#A3FF50;
color:#A3FF50;
}
.jrc_sh_link-wrv svg{
width:14px;
height:14px;
}
.jrc_sh_link_chev-wrv{
padding-bottom:0;
color:#A3FF50;
font-size:12px;
border-bottom:0;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.jrc_sh_link_btn-wrv{
background:#A3FF50;
border-radius:62.438rem;
padding:0.563rem 18px;
color:#07120A;
border-bottom:0;
}
.jrc_sh_link_btn-wrv:hover{
background:#8EE63C;
border-color:transparent;
}
.jrc_band-wrv .jrc_sh_link-wrv{
border-color:#E8F5E2;
color:#E8F5E2;
}
.jrc_band-wrv .jrc_sh_link_chev-wrv{
color:#AAFF45;
}
.jrc_sh_rule-wrv{
background:#243324;
margin:-2px 0 1rem;
height:1px;
}
.jrc_band-wrv .jrc_sh_rule-wrv{
background:rgba(255, 255, 255, 0.13);
}
.jrc_seo_grid3-wrv{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.jrc_seo_grid4-wrv{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.jrc_seo_grid3-wrv>*,.jrc_seo_grid4-wrv>*{
min-width:0;
}
.jrc_seo_card-wrv{
border-radius:0.813rem;
background:#111810;
border:1px solid #243324;
padding:1.5rem;
}
.jrc_seo_card-wrv h3{
font-size:18px;
color:#E8F5E2;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:8px;
}
.jrc_seo_card-wrv p{
font-size:0.813rem;
line-height:1.6;
color:#A8BFA0;
}
.jrc_seo_card_sm-wrv{
padding:20px;
}
.jrc_seo_card_sm-wrv h3{
font-size:1rem;
}
.jrc_seo_card_sm-wrv p{
line-height:1.55;
font-size:0.781rem;
}
.jrc_seo_rtp_row-wrv{
gap:2.25rem;
grid-template-columns:1fr 1fr;
margin-top:1rem;
align-items:center;
display:grid;
}
.jrc_rtp-wrv{
gap:14px;
min-width:0;
display:flex;
}
.jrc_rtp-wrv>div{
border-radius:0.813rem;
flex:1;
background:#0B0F0C;
padding:1rem;
text-align:center;
min-width:0;
}
.jrc_rtp_n-wrv{
font-size:1.625rem;
white-space:nowrap;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#A3FF50;
font-weight:700;
}
.jrc_rtp_l-wrv{
color:#6E8A68;
margin-top:0.25rem;
font-size:0.688rem;
}
.jrc_cmp-wrv{
border:1px solid #243324;
overflow:hidden;
border-radius:13px;
max-width:47.5rem;
}
.jrc_cmp_row-wrv{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.jrc_cmp_row-wrv>div{
padding:13px 14px;
text-align:center;
min-width:0;
}
.jrc_cmp_row-wrv>div:first-child{
padding-left:22px;
color:#E8F5E2;
font-weight:600;
text-align:left;
}
.jrc_cmp_th-wrv{
background:#0B0F0C;
font-size:0.781rem;
font-weight:700;
}
.jrc_cmp_row-wrv:not(.jrc_cmp_th-wrv){
background:#111810;
border-top:1px solid #1C2A1C;
color:#A8BFA0;
}
.jrc_cmp_zebra-wrv{
background:#0E1410;
}
.jrc_guide-wrv{
border-radius:0.813rem;
border:1px solid #243324;
background:#111810;
overflow:hidden;
cursor:pointer;
}
.jrc_guide_cover-wrv{
height:130px;
}
.jrc_guide_body-wrv{
padding:20px;
}
.jrc_guide_body-wrv h3{
margin:0.438rem 0 0.563rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.25;
color:#E8F5E2;
font-weight:700;
font-size:1rem;
}
.jrc_guide_meta-wrv{
font-size:0.719rem;
color:#6E8A68;
}
.jrc_hub-wrv{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
border-top:1px solid #1C2A1C;
display:grid;
padding-top:28px;
}
.jrc_hub-wrv>*{
min-width:0;
}
.jrc_hub-wrv h4{
color:#E8F5E2;
font-weight:700;
font-size:13px;
margin-bottom:11px;
}
.jrc_hub_col-wrv{
gap:0.5rem;
color:#A8BFA0;
display:flex;
font-size:0.813rem;
flex-direction:column;
}
.jrc_hub_col-wrv a{
cursor:pointer;
}
@media(max-width:1022px){
.jrc_seo_grid3-wrv{
grid-template-columns:1fr;
}
.jrc_seo_grid4-wrv{
grid-template-columns:repeat(2,1fr);
}
.jrc_seo_rtp_row-wrv{
grid-template-columns:1fr;
gap:20px;
}
.jrc_hub-wrv{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:560px){
.jrc_hub-wrv{
grid-template-columns:1fr;
}
}
.jrc_tk-wrv{
overflow:hidden;
background:#080C09;
align-items:center;
display:flex;
border-bottom:1px solid #1C2A1C;
}
.jrc_tk_tag-wrv{
flex:none;
padding:0.688rem 18px;
background:#111810;
gap:0.5rem;
font-weight:600;
border-right:1px solid #1C2A1C;
text-transform:uppercase;
color:#FF3D3D;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:10.5px;
display:flex;
align-items:center;
letter-spacing:.1em;
}
.jrc_tk_rail-wrv{
flex:1;
overflow:hidden;
}
.jrc_tk_track-wrv{
padding:0.688rem 14px;
animation:zm3-marquee 26s linear infinite;
gap:1.75rem;
color:#A8BFA0;
white-space:nowrap;
width:max-content;
display:flex;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
}
.jrc_tk_track-wrv b{
color:#A3FF50;
}
.jrc_hero-wrv{
overflow:hidden;
border:1px solid #243324;
border-radius:1.25rem;
padding:46px 3rem;
background:linear-gradient(120deg,#071209,#050C10);
position:relative;
color:#E8F5E2;
}
.jrc_hero_glow-wrv{
background:radial-gradient(circle,rgba(163, 255, 80, 0.22),transparent 70%);
border-radius:50%;
width:21.25rem;
height:340px;
top:-60px;
right:-3.75rem;
position:absolute;
}
.jrc_hero_in-wrv{
max-width:37.5rem;
position:relative;
}
.jrc_hero-wrv .jrc_eyebrow-wrv{
color:#AAFF45;
}
.jrc_pill_row-wrv{
background:rgba(255, 255, 255, 0.08);
padding:6px 13px;
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:62.438rem;
gap:0.5rem;
color:#AAFF45;
text-transform:uppercase;
font-size:10.5px;
align-items:center;
margin-bottom:22px;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.1em;
display:inline-flex;
}
.jrc_hero_h1-wrv{
margin:18px 0;
overflow-wrap:break-word;
font-size:54px;
letter-spacing:-.02em;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
line-height:1.02;
color:#E8F5E2;
}
.jrc_hero_h1-wrv em{
font-style:normal;
color:#AAFF45;
}
.jrc_hero_sub-wrv{
margin-bottom:1.75rem;
color:#8CB886;
font-size:17px;
max-width:480px;
line-height:1.55;
}
.jrc_hero_cta-wrv{
gap:0.875rem;
margin-bottom:26px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.jrc_hero_trust-wrv{
gap:14px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.jrc_hero_rating_txt-wrv{
font-size:0.813rem;
color:#8CB886;
}
@media(max-width:1022px){
.jrc_hero-wrv{
padding:2rem 1.5rem;
}
.jrc_hero_h1-wrv{
font-size:38px;
}
}
@media(max-width:559px){
.jrc_hero_h1-wrv{
font-size:1.875rem;
}
}
.jrc_stat-wrv{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.jrc_stat-wrv>*{
min-width:0;
}
.jrc_stat_item-wrv{
padding:18px 1.25rem;
background:#111810;
border:1px solid #243324;
border-radius:0.813rem;
}
.jrc_stat_k-wrv{
color:#6E8A68;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-bottom:0.438rem;
text-transform:uppercase;
font-size:0.594rem;
letter-spacing:.12em;
}
.jrc_stat_v-wrv{
gap:8px;
font-size:24px;
align-items:center;
color:#E8F5E2;
font-weight:700;
display:flex;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:anywhere;
min-width:0;
}
.jrc_stat_v_accent-wrv{
color:#A3FF50;
}
@media(max-width:1023px){
.jrc_stat-wrv{
grid-template-columns:repeat(2,1fr);
}
}
.jrc_wlc-wrv{
border-radius:1.25rem;
overflow:hidden;
grid-template-columns:1.2fr .8fr;
padding:2.25rem 2.5rem;
border:1px solid #243324;
gap:24px;
background:linear-gradient(120deg,#071209,#050C10);
display:grid;
align-items:center;
position:relative;
color:#E8F5E2;
}
.jrc_wlc-wrv>*{
min-width:0;
}
.jrc_wlc-wrv .jrc_eyebrow-wrv{
color:#AAFF45;
}
.jrc_wlc_glow-wrv{
background:radial-gradient(circle,rgba(163, 255, 80, 0.22),transparent 70%);
border-radius:50%;
top:-2.5rem;
right:-2.5rem;
height:16.25rem;
position:absolute;
width:260px;
}
.jrc_wlc_in-wrv{
position:relative;
}
.jrc_wlc_h2-wrv{
margin:0.625rem 0 0.5rem;
overflow-wrap:break-word;
font-size:34px;
color:#E8F5E2;
line-height:1.03;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.jrc_wlc_h2-wrv em{
font-style:normal;
color:#AAFF45;
}
.jrc_wlc_sub-wrv{
font-size:0.875rem;
color:#8CB886;
max-width:420px;
margin-bottom:1.125rem;
line-height:1.55;
}
.jrc_wlc_terms-wrv{
gap:10px;
position:relative;
flex-direction:column;
display:flex;
}
.jrc_term-wrv{
background:rgba(255, 255, 255, 0.08);
gap:0.688rem;
border-radius:13px;
border:1px solid rgba(255, 255, 255, 0.13);
padding:0.813rem 0.938rem;
align-items:center;
display:flex;
}
.jrc_term-wrv svg{
flex:none;
height:1.25rem;
width:1.25rem;
color:#AAFF45;
}
.jrc_term_k-wrv{
letter-spacing:.1em;
color:#8CB886;
font-size:0.594rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
}
.jrc_term_v-wrv{
font-size:14px;
color:#E8F5E2;
font-weight:700;
margin-top:2px;
}
@media(max-width:1024px){
.jrc_wlc-wrv{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.jrc_wlc_h2-wrv{
font-size:26px;
}
}
.jrc_jp-wrv{
grid-template-columns:1.5fr 1fr 1fr;
gap:0.875rem;
display:grid;
}
.jrc_jp-wrv>*{
min-width:0;
}
.jrc_jp_hero-wrv{
overflow:hidden;
gap:0.875rem;
border-radius:1.25rem;
background:linear-gradient(135deg,#071209,#050C10);
border:1px solid #243324;
padding:26px;
color:#E8F5E2;
position:relative;
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:180px;
}
.jrc_jp_glow-wrv{
background:radial-gradient(circle,rgba(163, 255, 80, 0.22),transparent 70%);
border-radius:50%;
right:-40px;
width:180px;
top:-2.5rem;
height:180px;
position:absolute;
}
.jrc_jp_k_row-wrv{
gap:10px;
display:flex;
position:relative;
justify-content:space-between;
align-items:center;
}
.jrc_jp_k-wrv{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.625rem;
text-transform:uppercase;
color:#6E8A68;
letter-spacing:.12em;
}
.jrc_jp_hero-wrv .jrc_jp_k-wrv{
color:#8CB886;
}
.jrc_jp_amt-wrv{
font-weight:700;
font-size:42px;
line-height:1;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
position:relative;
color:#AAFF45;
}
.jrc_jp_sub-wrv{
color:#8CB886;
font-size:0.75rem;
margin-top:5px;
}
.jrc_jp_cell-wrv{
background:#111810;
border-radius:20px;
padding:1.375rem;
border:1px solid #243324;
justify-content:space-between;
flex-direction:column;
display:flex;
min-height:11.25rem;
}
.jrc_jp_cell-wrv .jrc_jp_amt-wrv{
font-size:30px;
color:#E8F5E2;
}
.jrc_jp_cell-wrv .jrc_jp_sub-wrv{
color:#6E8A68;
}
@media(max-width:1022px){
.jrc_jp-wrv{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.jrc_jp_amt-wrv{
font-size:2rem;
}
}
.jrc_pay_logos-wrv{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.jrc_pay_logos-wrv>*{
min-width:0;
}
.jrc_pay-wrv{
border:1px solid #243324;
border-radius:9px;
font-size:0.75rem;
justify-content:center;
font-weight:700;
display:flex;
color:#A8BFA0;
height:3rem;
align-items:center;
}
.jrc_table-wrv{
overflow:hidden;
border:1px solid #243324;
border-radius:0.813rem;
}
.jrc_trow-wrv{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.jrc_trow-wrv>div{
padding:0.813rem 0.875rem;
min-width:0;
}
.jrc_trow-wrv>div:first-child{
padding-left:1rem;
font-weight:700;
color:#E8F5E2;
}
.jrc_trow_th-wrv{
background:#0B0F0C;
letter-spacing:.06em;
font-size:9.5px;
text-transform:uppercase;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#6E8A68;
}
.jrc_trow-wrv:not(.jrc_trow_th-wrv){
background:#111810;
color:#A8BFA0;
border-top:1px solid #1C2A1C;
}
.jrc_trow_zebra-wrv{
background:#0E1410;
}
.jrc_pos-wrv{
color:#A3FF50;
font-weight:700;
}
@media(max-width:1025px){
.jrc_pay_logos-wrv{
grid-template-columns:repeat(2,1fr);
}
}
.jrc_news-wrv{
background:linear-gradient(135deg,#071209,#050C10);
border-radius:1.25rem;
padding:1.625rem 32px;
border:1px solid #243324;
gap:24px;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
color:#E8F5E2;
align-items:center;
}
.jrc_news_h3-wrv{
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.25rem;
margin-bottom:0.25rem;
color:#E8F5E2;
}
.jrc_news_text-wrv{
color:#8CB886;
font-size:0.813rem;
}
.jrc_news_form-wrv{
flex:1;
gap:10px;
display:flex;
max-width:440px;
min-width:0;
}
.jrc_news_form-wrv .jrc_input-wrv{
min-width:0;
}
@media(max-width:561px){
.jrc_news_form-wrv{
width:100%;
}
}
.jrc_input-wrv{
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:9px;
padding:0.813rem 16px;
flex:1;
background:rgba(255, 255, 255, 0.08);
color:#8CB886;
font-size:13.5px;
}
.jrc_promo_grid-wrv{
grid-template-columns:repeat(3,1fr);
gap:1rem;
display:grid;
}
.jrc_promo_grid-wrv>*{
min-width:0;
}
.jrc_promo-wrv{
overflow:hidden;
border:1px solid #243324;
border-radius:20px;
background:#111810;
padding:1.5rem;
min-height:150px;
position:relative;
}
.jrc_promo_h-wrv{
line-height:1.05;
color:#E8F5E2;
margin-top:6px;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.625rem;
}
.jrc_promo_h-wrv em{
font-style:normal;
color:#A3FF50;
}
.jrc_promo_p-wrv{
margin-top:0.5rem;
line-height:1.5;
font-size:12.5px;
color:#A8BFA0;
}
.jrc_promo_feat-wrv{
background:linear-gradient(135deg,#071209,#050C10);
border-color:#243324;
}
.jrc_promo_feat-wrv .jrc_promo_h-wrv{
color:#E8F5E2;
}
.jrc_promo_feat-wrv .jrc_promo_h-wrv em{
color:#AAFF45;
}
.jrc_promo_feat-wrv .jrc_promo_p-wrv{
color:#8CB886;
}
.jrc_promo_feat-wrv .jrc_eyebrow-wrv{
color:#AAFF45;
}
@media(max-width:1023px){
.jrc_promo_grid-wrv{
grid-template-columns:1fr;
}
}
.jrc_steps-wrv{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.jrc_steps-wrv>*{
min-width:0;
}
.jrc_step-wrv{
background:#111810;
padding:1.5rem;
border:1px solid #243324;
border-radius:0.813rem;
position:relative;
}
.jrc_step_num-wrv{
border-radius:0.563rem;
background:#A3FF50;
align-items:center;
height:30px;
justify-content:center;
display:flex;
width:30px;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-weight:700;
margin-bottom:0.875rem;
font-size:0.813rem;
color:#07120A;
}
.jrc_step_h-wrv{
font-weight:700;
font-size:1rem;
margin-bottom:0.438rem;
color:#E8F5E2;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.jrc_step_p-wrv{
line-height:1.55;
font-size:13px;
color:#A8BFA0;
}
@media(max-width:1027px){
.jrc_steps-wrv{
grid-template-columns:1fr;
}
}
.jrc_supp-wrv{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.jrc_supp-wrv>*{
min-width:0;
}
.jrc_supp_card-wrv{
border:1px solid #243324;
background:#111810;
border-radius:13px;
padding:24px;
}
.jrc_supp_card-wrv svg{
height:24px;
width:1.5rem;
color:#A3FF50;
margin-bottom:0.875rem;
}
.jrc_supp_card-wrv h3{
color:#E8F5E2;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:6px;
font-size:1rem;
font-weight:700;
}
.jrc_supp_card-wrv p{
color:#A8BFA0;
line-height:1.55;
font-size:0.813rem;
}
@media(max-width:1022px){
.jrc_supp-wrv{
grid-template-columns:1fr;
}
}
.jrc_dw_h2-wrv{
font-weight:700;
line-height:1.08;
color:#E8F5E2;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.625rem;
font-size:26px;
}
.jrc_steps_v-wrv{
gap:0.625rem;
grid-template-columns:1fr;
}
.jrc_steps_v-wrv .jrc_step-wrv{
padding:18px 20px;
}
@media(max-width:562px){
.jrc_dw_h2-wrv{
font-size:23px;
}
}
.jrc_vip_head-wrv{
gap:12px;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
margin-bottom:1.125rem;
}
.jrc_vip_intro-wrv{
color:#A8BFA0;
font-size:13px;
max-width:420px;
}
.jrc_vip-wrv{
gap:12px;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.jrc_vip-wrv>*{
min-width:0;
}
.jrc_tier-wrv{
padding:20px;
background:#111810;
border:1px solid #243324;
border-radius:13px;
}
.jrc_tier_on-wrv{
background:rgba(163, 255, 80, 0.11);
border-color:#A3FF50;
}
.jrc_tier_medal-wrv{
border-radius:0.563rem;
background:linear-gradient(135deg,#A3FF50,#5CC418);
height:30px;
width:1.875rem;
margin-bottom:14px;
}
.jrc_tier_name-wrv{
font-size:15px;
color:#E8F5E2;
margin-bottom:5px;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
}
.jrc_tier_tx-wrv{
font-size:11.5px;
color:#6E8A68;
line-height:1.5;
}
@media(max-width:1025px){
.jrc_vip-wrv{
grid-template-columns:repeat(2,1fr);
}
}
.jrc_et_h2-wrv{
margin:10px 0 0.875rem;
color:#E8F5E2;
font-weight:700;
line-height:1.08;
font-size:28px;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.jrc_et_right-wrv{
gap:10px;
flex-direction:column;
display:flex;
}
.jrc_et_updated-wrv{
border:1px solid #243324;
border-radius:0.813rem;
padding:14px 1.125rem;
background:#0B0F0C;
gap:10px;
display:flex;
color:#A8BFA0;
font-size:0.75rem;
align-items:center;
}
.jrc_et_updated-wrv svg{
flex:none;
color:#A3FF50;
height:0.938rem;
width:15px;
}
.jrc_et_updated-wrv b{
color:#E8F5E2;
}
@media(max-width:559px){
.jrc_et_h2-wrv{
font-size:24px;
}
}
.jrc_op_h2-wrv{
margin:0.625rem 0 0.5rem;
font-weight:700;
color:#E8F5E2;
font-size:24px;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.1;
}
.jrc_op_text-wrv{
color:#A8BFA0;
line-height:1.6;
font-size:0.844rem;
}
@media(max-width:559px){
.jrc_op_h2-wrv{
font-size:22px;
}
}
.jrc_provs-wrv{
gap:12px;
grid-template-columns:repeat(6,1fr);
margin-bottom:1.75rem;
display:grid;
}
.jrc_provs-wrv>*{
min-width:0;
}
.jrc_prov-wrv{
background:#111810;
border-radius:13px;
padding:12px;
border:1px solid #243324;
justify-content:center;
display:flex;
text-decoration:none;
align-items:center;
height:4rem;
}
.jrc_prov_img-wrv{
object-fit:contain;
max-width:100%;
max-height:32px;
}
.jrc_resp-wrv{
border:1px solid #243324;
background:#111810;
padding:26px;
gap:1.5rem;
border-radius:0.813rem;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.jrc_resp_in-wrv{
max-width:35rem;
}
.jrc_resp_h-wrv{
font-weight:700;
font-size:19px;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:0.5rem;
color:#E8F5E2;
}
.jrc_resp_p-wrv{
line-height:1.6;
font-size:0.844rem;
color:#A8BFA0;
}
.jrc_resp_badges-wrv{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.jrc_age18-wrv{
padding:0.25rem 0.5rem;
border:1.5px solid #FF3D3D;
border-radius:9px;
font-weight:700;
font-size:0.813rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#FF3D3D;
}
.jrc_resp_org-wrv{
color:#6E8A68;
font-size:13px;
font-weight:600;
}
@media(max-width:1025px){
.jrc_provs-wrv{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:563px){
.jrc_provs-wrv{
grid-template-columns:repeat(2,1fr);
}
}
.jrc_ab_h2-wrv{
margin:0.875rem 0 1rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.08;
color:#E8F5E2;
font-weight:700;
font-size:32px;
}
.jrc_ab_body-wrv{
color:#A8BFA0;
line-height:1.65;
font-size:15px;
margin-bottom:14px;
}
.jrc_ab_chips-wrv{
gap:0.625rem;
display:flex;
margin-top:8px;
flex-wrap:wrap;
}
.jrc_faq-wrv{
gap:10px;
flex-direction:column;
display:flex;
}
.jrc_faq_item-wrv{
border:1px solid #243324;
padding:18px 1.375rem;
border-radius:0.813rem;
background:#111810;
}
.jrc_faq_q-wrv{
list-style:none;
gap:1rem;
font-weight:600;
cursor:pointer;
align-items:center;
color:#E8F5E2;
justify-content:space-between;
display:flex;
font-size:0.969rem;
}
.jrc_faq_q-wrv::-webkit-details-marker{
display:none;
}
.jrc_faq_q_t-wrv{
gap:0.625rem;
display:flex;
}
.jrc_faq_q_i-wrv{
color:#A3FF50;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-style:normal;
}
.jrc_faq_pm-wrv{
color:#A3FF50;
font-size:1.25rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.jrc_faq_item-wrv[open] .jrc_faq_pm-wrv{
transform:rotate(45deg);
}
.jrc_faq_a-wrv{
line-height:1.6;
font-size:13.5px;
margin-top:0.75rem;
color:#A8BFA0;
}
@media(max-width:559px){
.jrc_ab_h2-wrv{
font-size:26px;
}
}
.jrc_rv_head-wrv{
gap:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
margin-bottom:1.125rem;
display:flex;
align-items:flex-end;
}
.jrc_rv_agg-wrv{
gap:0.625rem;
align-items:center;
display:flex;
}
.jrc_rv_source-wrv{
color:#6E8A68;
font-size:0.781rem;
}
.jrc_rv_grid-wrv{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.jrc_rv_grid-wrv>*{
min-width:0;
}
.jrc_review-wrv{
border-radius:0.813rem;
padding:24px;
background:#111810;
border:1px solid #243324;
}
.jrc_review-wrv .jrc_stars-wrv{
margin-bottom:10px;
}
.jrc_review-wrv p{
margin-bottom:14px;
color:#E8F5E2;
font-size:0.906rem;
font-weight:600;
line-height:1.5;
}
.jrc_review_by-wrv{
font-size:0.781rem;
color:#6E8A68;
}
@media(max-width:1021px){
.jrc_rv_grid-wrv{
grid-template-columns:1fr;
}
}
.jrc_footer-wrv{
padding:40px 28px;
background:#080C09;
border-top:1px solid #1C2A1C;
}
.jrc_footer_grid-wrv{
gap:32px;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-right:auto;
display:grid;
max-width:1400px;
margin-bottom:28px;
margin-left:auto;
}
.jrc_footer_grid-wrv>*{
min-width:0;
}
.jrc_footer_grid-wrv h4{
text-transform:uppercase;
color:#3E5439;
font-size:10px;
margin-bottom:13px;
letter-spacing:.12em;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.jrc_fcol-wrv{
gap:9px;
font-size:0.813rem;
color:#A8BFA0;
display:flex;
flex-direction:column;
}
.jrc_fcol-wrv a{
cursor:pointer;
}
.jrc_ft_about-wrv{
line-height:1.6;
margin-top:12px;
color:#6E8A68;
font-size:0.813rem;
max-width:260px;
}
.jrc_ft_contact-wrv{
font-size:12.5px;
color:#A3FF50;
overflow-wrap:anywhere;
margin-top:12px;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.jrc_footer_bottom-wrv{
margin:0 auto;
gap:16px;
border-top:1px solid #1C2A1C;
padding-top:1.25rem;
max-width:1400px;
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.jrc_footer_bottom-wrv p{
color:#3E5439;
line-height:1.6;
max-width:45rem;
font-size:0.688rem;
}
@media(max-width:1023px){
.jrc_footer_grid-wrv{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:558px){
.jrc_footer_grid-wrv{
grid-template-columns:1fr;
}
}