*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0d0f0a;
overflow-wrap:break-word;
font-size:0.938rem;
text-rendering:optimizeLegibility;
color:#b8c9a0;
line-height:1.55;
-webkit-font-smoothing:antialiased;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
}
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{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(8, 10, 6, 0.72);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.ooa-shell-pfs{
grid-template-columns:248px 1fr;
min-height:100vh;
display:grid;
}
.ooa-main-pfs{
min-width:0;
}
.ooa-wrap-pfs{
margin:0 auto;
max-width:1400px;
width:100%;
}
.ooa-container-pfs{
padding:0 1rem;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:769px){
.ooa-container-pfs{
padding:0 1.75rem;
}
}
.ooa-section-pfs{
padding:24px 1.75rem;
}
.ooa-section_pt-pfs{
padding-top:34px;
}
.ooa-band_soft-pfs{
background:#141710;
}
.ooa-eyebrow-pfs{
display:inline-block;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
line-height:1.4;
font-size:0.656rem;
color:#aadc1e;
text-transform:uppercase;
font-weight:600;
overflow-wrap:break-word;
letter-spacing:.14em;
}
.ooa-drawer_cb-pfs{
display:none;
}
.ooa-overlay-pfs{
display:none;
}
@media(max-width:1025px){
.ooa-shell-pfs{
grid-template-columns:1fr;
}
.ooa-main-pfs{
padding-bottom:78px;
}
.ooa-drawer_cb-pfs:checked~.ooa-overlay-pfs{
background:rgba(8, 10, 6, 0.72);
inset:0;
display:block;
z-index:70;
position:fixed;
}
}
@media(max-width:558px){
.ooa-section-pfs{
padding:1.125rem 1rem;
}
.ooa-section_pt-pfs{
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 ---------- */
.ooa-side-pfs{
background:#10130d;
padding:1.375rem 18px;
gap:1.375rem;
overflow-y:auto;
border-right:1px solid #1e2418;
top:0;
height:100vh;
flex-direction:column;
display:flex;
align-self:start;
position:sticky;
}
.ooa-brand-pfs{
gap:0.625rem;
display:flex;
align-items:center;
}
.ooa-logo-pfs{
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#eef5e0;
letter-spacing:-.02em;
font-size:21px;
}
.ooa-side_cta-pfs{
border-radius:0.813rem;
border:1px solid #273020;
padding:16px;
background:rgba(170, 220, 30, 0.11);
}
.ooa-side_cta_h-pfs{
line-height:1.15;
margin-bottom:6px;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:17px;
color:#eef5e0;
}
.ooa-side_cta_p-pfs{
line-height:1.45;
font-size:12px;
color:#b8c9a0;
margin-bottom:0.75rem;
}
.ooa-nav-pfs{
gap:3px;
display:flex;
flex-direction:column;
}
.ooa-nav_label-pfs{
padding:6px 0.625rem;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.14em;
text-transform:uppercase;
color:#4d5c3a;
font-size:9.5px;
}
.ooa-nav_item-pfs{
gap:0.688rem;
padding:0.625rem;
border-radius:0.563rem;
font-weight:500;
align-items:center;
display:flex;
font-size:0.875rem;
color:#b8c9a0;
}
.ooa-nav_item-pfs svg{
height:17px;
width:17px;
}
.ooa-nav_item-pfs:hover{
background:rgba(170, 220, 30, 0.11);
color:#eef5e0;
}
.ooa-nav_item_on-pfs{
background:rgba(170, 220, 30, 0.11);
color:#aadc1e;
font-weight:600;
}
.ooa-side_foot-pfs{
border:1px solid #273020;
padding:0.75rem;
background:#141710;
border-radius:0.813rem;
margin-top:auto;
}
.ooa-side_foot-pfs p{
line-height:1.4;
color:#b8c9a0;
margin-top:0.25rem;
font-size:12.5px;
}
/* ---------- topbar ---------- */
.ooa-top-pfs{
background:#10130d;
gap:16px;
padding:0.875rem 28px;
display:flex;
position:sticky;
z-index:40;
align-items:center;
border-bottom:1px solid #1e2418;
top:0;
}
.ooa-top_brand-pfs{
gap:9px;
align-items:center;
display:none;
}
.ooa-search-pfs{
border:1px solid #273020;
gap:0.625rem;
background:#141710;
padding:0.688rem 0.875rem;
flex:1;
border-radius:0.813rem;
font-size:13.5px;
display:flex;
max-width:440px;
align-items:center;
color:#7d9165;
}
.ooa-search-pfs svg{
flex:none;
height:16px;
width:1rem;
}
.ooa-top_actions-pfs{
gap:12px;
align-items:center;
margin-left:auto;
display:flex;
}
.ooa-lang-pfs{
font-size:0.75rem;
color:#b8c9a0;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ooa-burger-pfs{
background:#141710;
border:1px solid #273020;
border-radius:0.563rem;
display:none;
align-items:center;
height:40px;
color:#eef5e0;
justify-content:center;
width:40px;
}
/* ---------- bottom-nav (mobile) ---------- */
.ooa-botnav-pfs{
display:none;
}
@media(max-width:1023px){
.ooa-side-pfs{
transition:transform .25s ease;
transform:translateX(-100%);
z-index:80;
position:fixed;
top:0;
left:0;
height:100vh;
width:17.5rem;
}
.ooa-drawer_cb-pfs:checked~.ooa-shell-pfs .ooa-side-pfs{
transform:translateX(0);
}
.ooa-top-pfs{
padding:0.875rem 1rem;
gap:12px;
position:static;
flex-wrap:wrap;
}
.ooa-top_brand-pfs{
display:flex;
}
.ooa-search-pfs{
display:none;
}
.ooa-burger-pfs{
display:flex;
}
.ooa-top_actions-pfs{
gap:0.625rem;
width:100%;
align-items:stretch;
margin-left:0;
}
.ooa-top_actions-pfs .ooa-lang-pfs{
display:none;
}
.ooa-top_actions-pfs .ooa-btn-pfs{
flex:1;
padding:0.688rem 0.625rem;
text-align:center;
}
.ooa-botnav-pfs{
background:#10130d;
padding:8px 6px calc(0.5rem + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
z-index:65;
border-top:1px solid #273020;
right:0;
bottom:0;
position:fixed;
left:0;
display:grid;
transform:translateZ(0);
}
.ooa-bn-pfs{
padding:6px 2px 0;
gap:4px;
align-items:center;
font-weight:600;
display:flex;
min-width:0;
justify-content:flex-end;
color:#b8c9a0;
font-size:10px;
flex-direction:column;
}
.ooa-bn-pfs svg{
flex:none;
width:22px;
height:22px;
}
.ooa-bn-pfs span{
overflow:hidden;
white-space:nowrap;
text-align:center;
max-width:100%;
text-overflow:ellipsis;
}
.ooa-bn_on-pfs{
color:#aadc1e;
}
.ooa-bn_center-pfs{
position:relative;
}
.ooa-bn_fab-pfs{
border-radius:50%;
background:#c4e825;
color:#0a1200;
position:absolute;
display:flex;
left:50%;
top:-1.25rem;
height:3.125rem;
transform:translateX(-50%);
box-shadow:0 0.5rem 32px rgba(0, 0, 0, 0.70), 0 2px 8px rgba(0, 0, 0, 0.50);
align-items:center;
justify-content:center;
width:3.125rem;
}
.ooa-bn_fab-pfs svg{
height:1.5rem;
width:24px;
}
.ooa-bn_center-pfs span{
color:#aadc1e;
}
}
.ooa-btn-pfs{
border-radius:0.563rem;
padding:11px 1.375rem;
gap:8px;
transition:background-color 0.2s ease,color 0.2s ease;
cursor:pointer;
font-family:"Onest", 'Helvetica Neue', Arial, sans-serif;
display:inline-flex;
justify-content:center;
font-size:14px;
align-items:center;
font-weight:700;
}
.ooa-btn_pri-pfs{
background:#c4e825;
color:#0a1200;
box-shadow:0 0 18px rgba(196, 232, 37, 0.45), 0 4px 0.625rem rgba(0, 0, 0, 0.50);
}
.ooa-btn_pri-pfs:hover{
background:#aecf18;
}
.ooa-btn_ghost-pfs{
background:rgba(170, 220, 30, 0.11);
color:#eef5e0;
font-weight:600;
}
.ooa-btn_line-pfs{
background:transparent;
border:1px solid #3a4a2c;
color:#eef5e0;
font-weight:600;
}
.ooa-btn_lg-pfs{
border-radius:13px;
padding:1rem 30px;
font-size:0.938rem;
}
.ooa-band-pfs .ooa-btn_line-pfs{
border-color:rgba(255, 255, 255, 0.13);
color:#eef5e0;
}
.ooa-band-pfs .ooa-btn_ghost-pfs{
background:rgba(255, 255, 255, 0.08);
color:#eef5e0;
}
.ooa-link_m-pfs{
gap:5px;
display:inline-flex;
text-decoration:none;
font-size:0.75rem;
align-items:center;
cursor:pointer;
color:#aadc1e;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ooa-link_m-pfs svg{
height:14px;
width:14px;
}
.ooa-band-pfs .ooa-link_m-pfs{
color:#c8f035;
}
.ooa-dot-pfs{
flex:none;
background:#aadc1e;
border-radius:50%;
width:0.438rem;
height:0.438rem;
}
.ooa-dot_live-pfs{
animation:zm3-pulse 1.4s infinite;
background:#e83434;
}
.ooa-stars-pfs{
gap:2px;
display:inline-flex;
color:#aadc1e;
}
.ooa-stars-pfs svg{
height:15px;
width:0.938rem;
}
.ooa-chip-pfs{
background:#141710;
padding:7px 12px;
gap:6px;
border-radius:0.563rem;
border:1px solid #273020;
color:#b8c9a0;
align-items:center;
font-size:11px;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
}
.ooa-chip_on-pfs{
border-color:transparent;
background:rgba(170, 220, 30, 0.11);
color:#aadc1e;
}
.ooa-gc-pfs{
min-width:0;
text-decoration:none;
display:block;
color:inherit;
cursor:pointer;
}
.ooa-gc_thumb-pfs{
border-radius:0.813rem;
border:1px solid #273020;
overflow:hidden;
position:relative;
display:block;
background-position:center;
background-size:cover;
aspect-ratio:1;
}
.ooa-gc_thumb_portrait-pfs{
aspect-ratio:3/4;
}
.ooa-gc_thumb_wide-pfs{
aspect-ratio:16/11;
}
.ooa-gc_cap-pfs{
background:linear-gradient(transparent,rgba(8, 10, 6, 0.72));
padding:9px;
right:0;
left:0;
bottom:0;
position:absolute;
}
.ooa-gc_name-pfs{
font-weight:700;
color:#eef5e0;
display:block;
font-size:12.5px;
}
.ooa-gc_meta-pfs{
font-size:0.688rem;
color:#9ab882;
}
.ooa-gc_badge-pfs{
padding:2px 0.375rem;
border-radius:0.563rem;
background:#aadc1e;
color:#0a1200;
right:8px;
position:absolute;
font-size:8px;
font-weight:700;
top:0.5rem;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ooa-gc_badge_hot-pfs{
background:#e83434;
color:#eef5e0;
}
.ooa-gc_badge_live-pfs{
background:#e83434;
right:auto;
left:8px;
color:#eef5e0;
}
.ooa-gc_mult-pfs{
inset:0;
justify-content:center;
position:absolute;
display:flex;
color:#aadc1e;
align-items:center;
font-size:28px;
font-weight:700;
}
.ooa-pc-pfs{
background:#141710;
border:1px solid #273020;
border-radius:13px;
align-items:center;
display:flex;
height:64px;
justify-content:center;
color:#b8c9a0;
font-weight:700;
font-size:14px;
}
.ooa-rail-pfs{
min-width:0;
}
.ooa-rail_scroll-pfs{
gap:14px;
display:grid;
}
.ooa-rail_scroll-pfs>*{
min-width:0;
}
.ooa-g6-pfs{
grid-template-columns:repeat(6,1fr);
}
.ooa-g7-pfs{
grid-template-columns:repeat(7,1fr);
}
.ooa-g4-pfs{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1026px){
.ooa-g6-pfs,.ooa-g7-pfs{
grid-template-columns:none;
overflow-x:auto;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
padding-bottom:6px;
grid-auto-columns:120px;
}
.ooa-g6-pfs>*,.ooa-g7-pfs>*{
scroll-snap-align:start;
}
.ooa-g4-pfs{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.ooa-g4-pfs{
grid-template-columns:none;
grid-auto-columns:150px;
grid-auto-flow:column;
overflow-x:auto;
}
}
.ooa-panel-pfs{
border:1px solid #273020;
padding:28px 2rem;
background:#141710;
border-radius:20px;
}
.ooa-split-pfs{
gap:36px;
align-items:start;
display:grid;
}
.ooa-split-pfs>*{
min-width:0;
}
.ooa-split_a-pfs{
grid-template-columns:.85fr 1.15fr;
}
.ooa-split_b-pfs{
grid-template-columns:1fr 1.1fr;
}
.ooa-split_c-pfs{
grid-template-columns:1.1fr .9fr;
}
.ooa-pgrid-pfs{
grid-template-columns:.9fr 1.1fr;
gap:2.5rem;
display:grid;
align-items:center;
}
.ooa-pgrid-pfs>*{
min-width:0;
}
.ooa-lead-pfs{
color:#b8c9a0;
font-size:15px;
margin-bottom:0.875rem;
line-height:1.65;
}
.ooa-feat-pfs{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ooa-feat-pfs>*{
min-width:0;
}
.ooa-feat2-pfs{
grid-template-columns:1fr 1fr;
}
.ooa-feat_card-pfs{
background:#141710;
border:1px solid #273020;
border-radius:20px;
padding:1.625rem;
}
.ooa-feat_card-pfs svg{
width:1.625rem;
color:#aadc1e;
height:26px;
margin-bottom:16px;
}
.ooa-feat_card-pfs h3{
font-size:1.125rem;
margin-bottom:0.5rem;
font-weight:700;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#eef5e0;
}
.ooa-feat_card-pfs p{
color:#b8c9a0;
font-size:0.813rem;
line-height:1.6;
}
.ooa-feat_card-pfs b{
color:#eef5e0;
}
.ooa-big-pfs{
gap:1.375rem;
display:flex;
flex-wrap:wrap;
}
.ooa-big_n-pfs{
font-size:26px;
font-weight:700;
color:#aadc1e;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
.ooa-big_l-pfs{
font-size:0.75rem;
color:#7d9165;
}
.ooa-person-pfs{
gap:14px;
border:1px solid #273020;
padding:1rem 1.125rem;
background:#141710;
border-radius:0.813rem;
display:flex;
align-items:center;
}
.ooa-avatar-pfs{
flex:none;
background:linear-gradient(135deg,#aadc1e,#6fa600);
border-radius:50%;
height:2.75rem;
width:44px;
}
.ooa-person_name-pfs{
font-size:14px;
font-weight:700;
color:#eef5e0;
}
.ooa-person_role-pfs{
color:#7d9165;
font-size:12px;
}
.ooa-kv-pfs{
grid-template-columns:1fr 1fr;
background:#273020;
gap:1px;
border:1px solid #273020;
overflow:hidden;
border-radius:13px;
display:grid;
}
.ooa-kv-pfs>div{
background:#0d0f0a;
padding:1rem 1.125rem;
min-width:0;
}
.ooa-kv_k-pfs{
color:#aadc1e;
text-transform:uppercase;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
margin-bottom:0.313rem;
font-size:9.5px;
}
.ooa-kv_v-pfs{
font-size:13.5px;
font-weight:700;
color:#eef5e0;
}
@media(max-width:1021px){
.ooa-split_a-pfs,.ooa-split_b-pfs,.ooa-split_c-pfs,.ooa-pgrid-pfs{
grid-template-columns:1fr;
gap:1.5rem;
}
.ooa-feat-pfs,.ooa-feat2-pfs{
grid-template-columns:1fr;
}
.ooa-kv-pfs{
grid-template-columns:1fr;
}
}
.ooa-sh-pfs{
margin-bottom:16px;
min-width:0;
}
.ooa-sh_row-pfs{
gap:12px;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
justify-content:space-between;
}
.ooa-sh_row-pfs .ooa-sh_l-pfs{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.ooa-sh_stack-pfs{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.ooa-sh_center-pfs{
gap:10px;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.ooa-sh_h2-pfs{
gap:0.563rem;
font-size:1.25rem;
display:flex;
font-weight:700;
align-items:center;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#eef5e0;
overflow-wrap:break-word;
line-height:1.1;
}
@media(min-width:766px){
.ooa-sh_h2-pfs{
font-size:24px;
}
}
.ooa-band-pfs .ooa-sh_h2-pfs{
color:#eef5e0;
}
.ooa-eb_mono-pfs{
letter-spacing:.08em;
text-transform:none;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ooa-eb_mono-pfs::before{
content:"// ";
}
.ooa-eb_upper-pfs{
text-transform:uppercase;
letter-spacing:.14em;
}
.ooa-eb_pill-pfs{
border-radius:999px;
padding:0.313rem 0.688rem;
background:rgba(170, 220, 30, 0.11);
text-transform:uppercase;
letter-spacing:.12em;
}
.ooa-eb_line-pfs{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.ooa-eb_line-pfs::before{
background:#aadc1e;
content:"";
width:24px;
display:inline-block;
height:1px;
}
.ooa-band-pfs .ooa-eb_line-pfs::before{
background:#c8f035;
}
.ooa-band-pfs .ooa-eb_pill-pfs{
background:rgba(255, 255, 255, 0.08);
}
.ooa-sh_link-pfs{
transition:color 0.2s ease,border-color 0.2s ease;
gap:6px;
padding-bottom:2px;
color:#eef5e0;
white-space:nowrap;
display:inline-flex;
font-size:13px;
border-bottom:1px solid #eef5e0;
font-weight:600;
align-items:center;
}
.ooa-sh_link-pfs:hover{
border-color:#aadc1e;
color:#aadc1e;
}
.ooa-sh_link-pfs svg{
width:14px;
height:0.875rem;
}
.ooa-sh_link_chev-pfs{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
padding-bottom:0;
font-size:0.75rem;
color:#aadc1e;
border-bottom:0;
}
.ooa-sh_link_btn-pfs{
border-radius:999px;
background:#c4e825;
padding:9px 18px;
color:#0a1200;
border-bottom:0;
}
.ooa-sh_link_btn-pfs:hover{
border-color:transparent;
background:#aecf18;
}
.ooa-band-pfs .ooa-sh_link-pfs{
border-color:#eef5e0;
color:#eef5e0;
}
.ooa-band-pfs .ooa-sh_link_chev-pfs{
color:#c8f035;
}
.ooa-sh_rule-pfs{
margin:-2px 0 1rem;
background:#273020;
height:1px;
}
.ooa-band-pfs .ooa-sh_rule-pfs{
background:rgba(255, 255, 255, 0.13);
}
.ooa-seo_grid3-pfs{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.ooa-seo_grid4-pfs{
gap:13px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.ooa-seo_grid3-pfs>*,.ooa-seo_grid4-pfs>*{
min-width:0;
}
.ooa-seo_card-pfs{
border-radius:13px;
background:#141710;
border:1px solid #273020;
padding:1.5rem;
}
.ooa-seo_card-pfs h3{
font-size:1.125rem;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:0.5rem;
color:#eef5e0;
font-weight:700;
}
.ooa-seo_card-pfs p{
font-size:0.813rem;
line-height:1.6;
color:#b8c9a0;
}
.ooa-seo_card_sm-pfs{
padding:1.25rem;
}
.ooa-seo_card_sm-pfs h3{
font-size:1rem;
}
.ooa-seo_card_sm-pfs p{
line-height:1.55;
font-size:12.5px;
}
.ooa-seo_rtp_row-pfs{
gap:36px;
grid-template-columns:1fr 1fr;
margin-top:1rem;
align-items:center;
display:grid;
}
.ooa-rtp-pfs{
gap:14px;
display:flex;
min-width:0;
}
.ooa-rtp-pfs>div{
border-radius:13px;
background:#0d0f0a;
flex:1;
padding:1rem;
min-width:0;
text-align:center;
}
.ooa-rtp_n-pfs{
color:#aadc1e;
font-size:1.625rem;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
white-space:nowrap;
font-weight:700;
}
.ooa-rtp_l-pfs{
font-size:11px;
margin-top:4px;
color:#7d9165;
}
.ooa-cmp-pfs{
border-radius:13px;
overflow:hidden;
border:1px solid #273020;
max-width:47.5rem;
}
.ooa-cmp_row-pfs{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.ooa-cmp_row-pfs>div{
padding:0.813rem 14px;
text-align:center;
min-width:0;
}
.ooa-cmp_row-pfs>div:first-child{
padding-left:22px;
text-align:left;
font-weight:600;
color:#eef5e0;
}
.ooa-cmp_th-pfs{
background:#0d0f0a;
font-weight:700;
font-size:12.5px;
}
.ooa-cmp_row-pfs:not(.ooa-cmp_th-pfs){
background:#141710;
border-top:1px solid #1e2418;
color:#b8c9a0;
}
.ooa-cmp_zebra-pfs{
background:#111409;
}
.ooa-guide-pfs{
border:1px solid #273020;
background:#141710;
overflow:hidden;
border-radius:0.813rem;
cursor:pointer;
}
.ooa-guide_cover-pfs{
height:130px;
}
.ooa-guide_body-pfs{
padding:1.25rem;
}
.ooa-guide_body-pfs h3{
margin:7px 0 9px;
font-size:1rem;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#eef5e0;
line-height:1.25;
}
.ooa-guide_meta-pfs{
font-size:11.5px;
color:#7d9165;
}
.ooa-hub-pfs{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
border-top:1px solid #1e2418;
padding-top:1.75rem;
display:grid;
}
.ooa-hub-pfs>*{
min-width:0;
}
.ooa-hub-pfs h4{
font-weight:700;
margin-bottom:0.688rem;
color:#eef5e0;
font-size:13px;
}
.ooa-hub_col-pfs{
gap:0.5rem;
font-size:13px;
display:flex;
color:#b8c9a0;
flex-direction:column;
}
.ooa-hub_col-pfs a{
cursor:pointer;
}
@media(max-width:1023px){
.ooa-seo_grid3-pfs{
grid-template-columns:1fr;
}
.ooa-seo_grid4-pfs{
grid-template-columns:repeat(2,1fr);
}
.ooa-seo_rtp_row-pfs{
gap:20px;
grid-template-columns:1fr;
}
.ooa-hub-pfs{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:558px){
.ooa-hub-pfs{
grid-template-columns:1fr;
}
}
.ooa-hero-pfs{
background:linear-gradient(120deg,#0a0d07,#070b10);
overflow:hidden;
border:1px solid #273020;
border-radius:20px;
padding:46px 48px;
position:relative;
color:#eef5e0;
}
.ooa-hero_glow-pfs{
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
border-radius:50%;
height:21.25rem;
width:340px;
position:absolute;
top:-60px;
right:-3.75rem;
}
.ooa-hero_in-pfs{
max-width:37.5rem;
position:relative;
}
.ooa-hero-pfs .ooa-eyebrow-pfs{
color:#c8f035;
}
.ooa-pill_row-pfs{
border-radius:62.438rem;
gap:0.5rem;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
padding:0.375rem 0.813rem;
align-items:center;
text-transform:uppercase;
margin-bottom:22px;
font-size:0.656rem;
display:inline-flex;
color:#c8f035;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.1em;
}
.ooa-hero_h1-pfs{
margin:18px 0;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
letter-spacing:-.02em;
line-height:1.02;
font-weight:700;
overflow-wrap:break-word;
color:#eef5e0;
font-size:54px;
}
.ooa-hero_h1-pfs em{
font-style:normal;
color:#c8f035;
}
.ooa-hero_sub-pfs{
color:#9ab882;
font-size:1.063rem;
max-width:30rem;
margin-bottom:28px;
line-height:1.55;
}
.ooa-hero_cta-pfs{
gap:14px;
flex-wrap:wrap;
align-items:center;
margin-bottom:26px;
display:flex;
}
.ooa-hero_trust-pfs{
gap:14px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ooa-hero_rating_txt-pfs{
color:#9ab882;
font-size:13px;
}
@media(max-width:1026px){
.ooa-hero-pfs{
padding:2rem 1.5rem;
}
.ooa-hero_h1-pfs{
font-size:2.375rem;
}
}
@media(max-width:561px){
.ooa-hero_h1-pfs{
font-size:1.875rem;
}
}
.ooa-tabs-pfs{
gap:0.563rem;
flex-wrap:wrap;
display:flex;
}
.ooa-tab-pfs{
border-radius:0.563rem;
background:#141710;
border:1px solid #273020;
padding:10px 18px;
cursor:pointer;
font-size:0.813rem;
font-weight:600;
color:#b8c9a0;
}
.ooa-tab_on-pfs{
background:#c4e825;
border-color:transparent;
font-weight:700;
color:#0a1200;
}
.ooa-stat-pfs{
grid-template-columns:repeat(4,1fr);
gap:14px;
display:grid;
}
.ooa-stat-pfs>*{
min-width:0;
}
.ooa-stat_item-pfs{
border:1px solid #273020;
background:#141710;
padding:18px 20px;
border-radius:13px;
}
.ooa-stat_k-pfs{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
margin-bottom:0.438rem;
letter-spacing:.12em;
color:#7d9165;
font-size:9.5px;
}
.ooa-stat_v-pfs{
gap:8px;
font-weight:700;
align-items:center;
min-width:0;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
display:flex;
font-size:24px;
overflow-wrap:anywhere;
color:#eef5e0;
}
.ooa-stat_v_accent-pfs{
color:#aadc1e;
}
@media(max-width:1022px){
.ooa-stat-pfs{
grid-template-columns:repeat(2,1fr);
}
}
.ooa-wlc-pfs{
gap:24px;
border-radius:20px;
border:1px solid #273020;
padding:2.25rem 2.5rem;
grid-template-columns:1.2fr .8fr;
overflow:hidden;
background:linear-gradient(120deg,#0a0d07,#070b10);
color:#eef5e0;
position:relative;
align-items:center;
display:grid;
}
.ooa-wlc-pfs>*{
min-width:0;
}
.ooa-wlc-pfs .ooa-eyebrow-pfs{
color:#c8f035;
}
.ooa-wlc_glow-pfs{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
position:absolute;
height:16.25rem;
right:-2.5rem;
width:260px;
top:-2.5rem;
}
.ooa-wlc_in-pfs{
position:relative;
}
.ooa-wlc_h2-pfs{
margin:0.625rem 0 8px;
font-weight:700;
color:#eef5e0;
overflow-wrap:break-word;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-size:34px;
line-height:1.03;
}
.ooa-wlc_h2-pfs em{
color:#c8f035;
font-style:normal;
}
.ooa-wlc_sub-pfs{
max-width:420px;
color:#9ab882;
line-height:1.55;
margin-bottom:18px;
font-size:14px;
}
.ooa-wlc_terms-pfs{
gap:10px;
display:flex;
position:relative;
flex-direction:column;
}
.ooa-term-pfs{
padding:0.813rem 15px;
border:1px solid rgba(255, 255, 255, 0.13);
gap:0.688rem;
background:rgba(255, 255, 255, 0.08);
border-radius:13px;
align-items:center;
display:flex;
}
.ooa-term-pfs svg{
flex:none;
width:1.25rem;
color:#c8f035;
height:20px;
}
.ooa-term_k-pfs{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
color:#9ab882;
letter-spacing:.1em;
font-size:0.594rem;
}
.ooa-term_v-pfs{
font-size:0.875rem;
font-weight:700;
margin-top:2px;
color:#eef5e0;
}
@media(max-width:1021px){
.ooa-wlc-pfs{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.ooa-wlc_h2-pfs{
font-size:1.625rem;
}
}
.ooa-jp-pfs{
grid-template-columns:1.5fr 1fr 1fr;
gap:14px;
display:grid;
}
.ooa-jp-pfs>*{
min-width:0;
}
.ooa-jp_hero-pfs{
border:1px solid #273020;
border-radius:20px;
background:linear-gradient(135deg,#0a0d07,#070b10);
overflow:hidden;
gap:0.875rem;
padding:1.625rem;
color:#eef5e0;
justify-content:space-between;
position:relative;
min-height:11.25rem;
flex-direction:column;
display:flex;
}
.ooa-jp_glow-pfs{
border-radius:50%;
background:radial-gradient(circle,rgba(163, 230, 53, 0.22),transparent 70%);
height:180px;
top:-2.5rem;
width:11.25rem;
right:-2.5rem;
position:absolute;
}
.ooa-jp_k_row-pfs{
gap:10px;
align-items:center;
justify-content:space-between;
display:flex;
position:relative;
}
.ooa-jp_k-pfs{
font-size:0.625rem;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
letter-spacing:.12em;
text-transform:uppercase;
color:#7d9165;
}
.ooa-jp_hero-pfs .ooa-jp_k-pfs{
color:#9ab882;
}
.ooa-jp_amt-pfs{
font-size:2.625rem;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
position:relative;
color:#c8f035;
line-height:1;
font-weight:700;
}
.ooa-jp_sub-pfs{
font-size:12px;
color:#9ab882;
margin-top:0.313rem;
}
.ooa-jp_cell-pfs{
padding:1.375rem;
border:1px solid #273020;
border-radius:1.25rem;
background:#141710;
justify-content:space-between;
flex-direction:column;
min-height:11.25rem;
display:flex;
}
.ooa-jp_cell-pfs .ooa-jp_amt-pfs{
color:#eef5e0;
font-size:30px;
}
.ooa-jp_cell-pfs .ooa-jp_sub-pfs{
color:#7d9165;
}
@media(max-width:1023px){
.ooa-jp-pfs{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.ooa-jp_amt-pfs{
font-size:2rem;
}
}
.ooa-steps-pfs{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ooa-steps-pfs>*{
min-width:0;
}
.ooa-step-pfs{
padding:24px;
background:#141710;
border-radius:13px;
border:1px solid #273020;
position:relative;
}
.ooa-step_num-pfs{
background:#c4e825;
border-radius:0.563rem;
height:30px;
font-weight:700;
justify-content:center;
width:30px;
margin-bottom:0.875rem;
display:flex;
align-items:center;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:13px;
color:#0a1200;
}
.ooa-step_h-pfs{
margin-bottom:0.438rem;
color:#eef5e0;
font-weight:700;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-size:1rem;
}
.ooa-step_p-pfs{
font-size:13px;
line-height:1.55;
color:#b8c9a0;
}
@media(max-width:1025px){
.ooa-steps-pfs{
grid-template-columns:1fr;
}
}
.ooa-promo_grid-pfs{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ooa-promo_grid-pfs>*{
min-width:0;
}
.ooa-promo-pfs{
border:1px solid #273020;
overflow:hidden;
background:#141710;
padding:24px;
border-radius:1.25rem;
min-height:9.375rem;
position:relative;
}
.ooa-promo_h-pfs{
font-size:1.625rem;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
line-height:1.05;
color:#eef5e0;
margin-top:0.375rem;
}
.ooa-promo_h-pfs em{
font-style:normal;
color:#aadc1e;
}
.ooa-promo_p-pfs{
font-size:12.5px;
line-height:1.5;
margin-top:0.5rem;
color:#b8c9a0;
}
.ooa-promo_feat-pfs{
border-color:#273020;
background:linear-gradient(135deg,#0a0d07,#070b10);
}
.ooa-promo_feat-pfs .ooa-promo_h-pfs{
color:#eef5e0;
}
.ooa-promo_feat-pfs .ooa-promo_h-pfs em{
color:#c8f035;
}
.ooa-promo_feat-pfs .ooa-promo_p-pfs{
color:#9ab882;
}
.ooa-promo_feat-pfs .ooa-eyebrow-pfs{
color:#c8f035;
}
@media(max-width:1025px){
.ooa-promo_grid-pfs{
grid-template-columns:1fr;
}
}
.ooa-vip_head-pfs{
gap:0.75rem;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:1.125rem;
}
.ooa-vip_intro-pfs{
max-width:26.25rem;
font-size:13px;
color:#b8c9a0;
}
.ooa-vip-pfs{
gap:0.75rem;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.ooa-vip-pfs>*{
min-width:0;
}
.ooa-tier-pfs{
border:1px solid #273020;
padding:20px;
background:#141710;
border-radius:13px;
}
.ooa-tier_on-pfs{
border-color:#aadc1e;
background:rgba(170, 220, 30, 0.11);
}
.ooa-tier_medal-pfs{
background:linear-gradient(135deg,#aadc1e,#6fa600);
border-radius:9px;
height:1.875rem;
margin-bottom:14px;
width:1.875rem;
}
.ooa-tier_name-pfs{
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-size:15px;
color:#eef5e0;
margin-bottom:0.313rem;
font-weight:700;
}
.ooa-tier_tx-pfs{
font-size:11.5px;
line-height:1.5;
color:#7d9165;
}
@media(max-width:1027px){
.ooa-vip-pfs{
grid-template-columns:repeat(2,1fr);
}
}
.ooa-pay_logos-pfs{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.ooa-pay_logos-pfs>*{
min-width:0;
}
.ooa-pay-pfs{
border:1px solid #273020;
border-radius:0.563rem;
display:flex;
font-weight:700;
justify-content:center;
color:#b8c9a0;
font-size:0.75rem;
align-items:center;
height:3rem;
}
.ooa-table-pfs{
border:1px solid #273020;
border-radius:13px;
overflow:hidden;
}
.ooa-trow-pfs{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.ooa-trow-pfs>div{
padding:0.813rem 14px;
min-width:0;
}
.ooa-trow-pfs>div:first-child{
padding-left:16px;
color:#eef5e0;
font-weight:700;
}
.ooa-trow_th-pfs{
background:#0d0f0a;
letter-spacing:.06em;
text-transform:uppercase;
color:#7d9165;
font-size:9.5px;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ooa-trow-pfs:not(.ooa-trow_th-pfs){
background:#141710;
border-top:1px solid #1e2418;
color:#b8c9a0;
}
.ooa-trow_zebra-pfs{
background:#111409;
}
.ooa-pos-pfs{
font-weight:700;
color:#aadc1e;
}
@media(max-width:1023px){
.ooa-pay_logos-pfs{
grid-template-columns:repeat(2,1fr);
}
}
.ooa-dw_h2-pfs{
color:#eef5e0;
margin-bottom:0.625rem;
line-height:1.08;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:26px;
}
.ooa-steps_v-pfs{
grid-template-columns:1fr;
gap:0.625rem;
}
.ooa-steps_v-pfs .ooa-step-pfs{
padding:1.125rem 20px;
}
@media(max-width:560px){
.ooa-dw_h2-pfs{
font-size:23px;
}
}
.ooa-app-pfs{
gap:36px;
justify-content:space-between;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ooa-app_copy-pfs{
max-width:520px;
}
.ooa-app_h2-pfs{
margin:0.75rem 0 10px;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-size:1.75rem;
line-height:1.05;
color:#eef5e0;
font-weight:700;
}
.ooa-app_text-pfs{
font-size:0.875rem;
color:#b8c9a0;
margin-bottom:20px;
line-height:1.6;
}
.ooa-app_btns-pfs{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.ooa-store-pfs{
border:1px solid #273020;
padding:0.688rem 1.125rem;
border-radius:0.813rem;
background:#0d0f0a;
gap:9px;
font-weight:700;
font-size:13px;
display:inline-flex;
cursor:pointer;
align-items:center;
color:#eef5e0;
}
.ooa-store-pfs svg{
width:16px;
height:1rem;
}
.ooa-app_qr_wrap-pfs{
gap:16px;
display:flex;
align-items:center;
}
.ooa-qr-pfs{
border-radius:13px;
background:#0d0f0a;
padding:11px;
gap:3px;
border:1px solid #273020;
grid-template-columns:repeat(5,1fr);
grid-template-rows:repeat(5,1fr);
width:108px;
height:108px;
display:grid;
}
.ooa-qr-pfs i{
background:transparent;
}
.ooa-qr_f-pfs{
background:#aadc1e;
}
.ooa-app_qr_cap-pfs{
font-size:0.75rem;
line-height:1.4;
color:#7d9165;
max-width:5.25rem;
}
.ooa-supp-pfs{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ooa-supp-pfs>*{
min-width:0;
}
.ooa-supp_card-pfs{
border-radius:13px;
background:#141710;
padding:24px;
border:1px solid #273020;
}
.ooa-supp_card-pfs svg{
margin-bottom:14px;
color:#aadc1e;
width:24px;
height:24px;
}
.ooa-supp_card-pfs h3{
color:#eef5e0;
margin-bottom:0.375rem;
font-weight:700;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-size:1rem;
}
.ooa-supp_card-pfs p{
font-size:0.813rem;
line-height:1.55;
color:#b8c9a0;
}
@media(max-width:1021px){
.ooa-supp-pfs{
grid-template-columns:1fr;
}
}
.ooa-ab_h2-pfs{
margin:0.875rem 0 16px;
line-height:1.08;
font-size:32px;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#eef5e0;
font-weight:700;
}
.ooa-ab_body-pfs{
color:#b8c9a0;
font-size:15px;
margin-bottom:0.875rem;
line-height:1.65;
}
.ooa-ab_chips-pfs{
gap:10px;
display:flex;
margin-top:0.5rem;
flex-wrap:wrap;
}
.ooa-faq-pfs{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.ooa-faq_item-pfs{
background:#141710;
border-radius:0.813rem;
border:1px solid #273020;
padding:1.125rem 1.375rem;
}
.ooa-faq_q-pfs{
list-style:none;
gap:1rem;
cursor:pointer;
display:flex;
color:#eef5e0;
font-weight:600;
font-size:15.5px;
align-items:center;
justify-content:space-between;
}
.ooa-faq_q-pfs::-webkit-details-marker{
display:none;
}
.ooa-faq_q_t-pfs{
gap:0.625rem;
display:flex;
}
.ooa-faq_q_i-pfs{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-style:normal;
color:#aadc1e;
}
.ooa-faq_pm-pfs{
font-size:20px;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#aadc1e;
}
.ooa-faq_item-pfs[open] .ooa-faq_pm-pfs{
transform:rotate(45deg);
}
.ooa-faq_a-pfs{
font-size:0.844rem;
margin-top:12px;
color:#b8c9a0;
line-height:1.6;
}
@media(max-width:557px){
.ooa-ab_h2-pfs{
font-size:26px;
}
}
.ooa-gd_head-pfs{
gap:12px;
justify-content:space-between;
flex-wrap:wrap;
margin-bottom:1rem;
align-items:center;
display:flex;
}
.ooa-provs-pfs{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:28px;
display:grid;
}
.ooa-provs-pfs>*{
min-width:0;
}
.ooa-prov-pfs{
border-radius:13px;
padding:12px;
border:1px solid #273020;
background:#141710;
display:flex;
justify-content:center;
align-items:center;
height:4rem;
text-decoration:none;
}
.ooa-prov_img-pfs{
max-height:2rem;
max-width:100%;
object-fit:contain;
}
.ooa-resp-pfs{
border:1px solid #273020;
padding:26px;
background:#141710;
gap:1.5rem;
border-radius:13px;
flex-wrap:wrap;
align-items:center;
display:flex;
justify-content:space-between;
}
.ooa-resp_in-pfs{
max-width:560px;
}
.ooa-resp_h-pfs{
margin-bottom:0.5rem;
color:#eef5e0;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:1.188rem;
}
.ooa-resp_p-pfs{
line-height:1.6;
color:#b8c9a0;
font-size:0.844rem;
}
.ooa-resp_badges-pfs{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ooa-age18-pfs{
padding:4px 0.5rem;
border-radius:9px;
border:1.5px solid #e83434;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:13px;
font-weight:700;
color:#e83434;
}
.ooa-resp_org-pfs{
font-size:0.813rem;
color:#7d9165;
font-weight:600;
}
@media(max-width:1022px){
.ooa-provs-pfs{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:561px){
.ooa-provs-pfs{
grid-template-columns:repeat(2,1fr);
}
}
.ooa-op_h2-pfs{
margin:10px 0 8px;
font-size:1.5rem;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
color:#eef5e0;
line-height:1.1;
font-weight:700;
}
.ooa-op_text-pfs{
color:#b8c9a0;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:562px){
.ooa-op_h2-pfs{
font-size:22px;
}
}
.ooa-rv_head-pfs{
gap:0.75rem;
display:flex;
align-items:flex-end;
margin-bottom:1.125rem;
flex-wrap:wrap;
justify-content:space-between;
}
.ooa-rv_agg-pfs{
gap:0.625rem;
display:flex;
align-items:center;
}
.ooa-rv_source-pfs{
color:#7d9165;
font-size:12.5px;
}
.ooa-rv_grid-pfs{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.ooa-rv_grid-pfs>*{
min-width:0;
}
.ooa-review-pfs{
border-radius:0.813rem;
padding:24px;
background:#141710;
border:1px solid #273020;
}
.ooa-review-pfs .ooa-stars-pfs{
margin-bottom:10px;
}
.ooa-review-pfs p{
font-size:0.906rem;
font-weight:600;
color:#eef5e0;
line-height:1.5;
margin-bottom:0.875rem;
}
.ooa-review_by-pfs{
color:#7d9165;
font-size:0.781rem;
}
@media(max-width:1024px){
.ooa-rv_grid-pfs{
grid-template-columns:1fr;
}
}
.ooa-et_h2-pfs{
margin:10px 0 0.875rem;
line-height:1.08;
font-weight:700;
font-size:1.75rem;
color:#eef5e0;
font-family:"Schibsted Grotesk", 'Helvetica Neue', Arial, sans-serif;
}
.ooa-et_right-pfs{
gap:10px;
display:flex;
flex-direction:column;
}
.ooa-et_updated-pfs{
padding:0.875rem 18px;
border:1px solid #273020;
background:#0d0f0a;
border-radius:13px;
gap:10px;
align-items:center;
display:flex;
color:#b8c9a0;
font-size:0.75rem;
}
.ooa-et_updated-pfs svg{
flex:none;
height:15px;
width:0.938rem;
color:#aadc1e;
}
.ooa-et_updated-pfs b{
color:#eef5e0;
}
@media(max-width:561px){
.ooa-et_h2-pfs{
font-size:1.5rem;
}
}
.ooa-footer-pfs{
padding:2.5rem 1.75rem;
background:#080a06;
border-top:1px solid #1e2418;
}
.ooa-footer_grid-pfs{
gap:2rem;
grid-template-columns:1.4fr 1fr 1fr 1fr;
margin-bottom:1.75rem;
display:grid;
max-width:87.5rem;
margin-left:auto;
margin-right:auto;
}
.ooa-footer_grid-pfs>*{
min-width:0;
}
.ooa-footer_grid-pfs h4{
margin-bottom:0.813rem;
color:#4d5c3a;
letter-spacing:.12em;
text-transform:uppercase;
font-size:10px;
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.ooa-fcol-pfs{
gap:0.563rem;
display:flex;
color:#b8c9a0;
font-size:13px;
flex-direction:column;
}
.ooa-fcol-pfs a{
cursor:pointer;
}
.ooa-ft_about-pfs{
line-height:1.6;
font-size:0.813rem;
color:#7d9165;
max-width:260px;
margin-top:12px;
}
.ooa-ft_contact-pfs{
font-family:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
overflow-wrap:anywhere;
font-size:12.5px;
color:#aadc1e;
margin-top:0.75rem;
}
.ooa-footer_bottom-pfs{
gap:16px;
margin:0 auto;
border-top:1px solid #1e2418;
max-width:1400px;
align-items:center;
justify-content:space-between;
padding-top:20px;
flex-wrap:wrap;
display:flex;
}
.ooa-footer_bottom-pfs p{
color:#4d5c3a;
font-size:0.688rem;
max-width:720px;
line-height:1.6;
}
@media(max-width:1022px){
.ooa-footer_grid-pfs{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:557px){
.ooa-footer_grid-pfs{
grid-template-columns:1fr;
}
}