*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FFF8EE;
font-family:"Onest", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
font-size:0.938rem;
color:#3D2E10;
line-height:1.55;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(20, 10, 2, 0.68);
}
::-webkit-scrollbar-track{
background:transparent;
}
.afbshell-lgj{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.afbmain-lgj{
min-width:0;
}
.afbwrap-lgj{
margin:0 auto;
width:100%;
max-width:87.5rem;
}
.afbcontainer-lgj{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:87.5rem;
}
@media(min-width:769px){
.afbcontainer-lgj{
padding:0 28px;
}
}
.afbsection-lgj{
padding:24px 28px;
}
.afbsection_pt-lgj{
padding-top:2.125rem;
}
.afbband_soft-lgj{
background:#FFFFFF;
}
.afbeyebrow-lgj{
overflow-wrap:break-word;
text-transform:uppercase;
font-family:"Onest", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:10.5px;
display:inline-block;
color:#B45309;
letter-spacing:.14em;
line-height:1.4;
font-weight:600;
}
.afbdrawer_cb-lgj{
display:none;
}
.afboverlay-lgj{
display:none;
}
@media(max-width:1024px){
.afbshell-lgj{
grid-template-columns:1fr;
}
.afbmain-lgj{
padding-bottom:78px;
}
.afbdrawer_cb-lgj:checked~.afboverlay-lgj{
background:rgba(20, 10, 2, 0.68);
inset:0;
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:561px){
.afbsection-lgj{
padding:18px 1rem;
}
.afbsection_pt-lgj{
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 ---------- */
.afbside-lgj{
padding:22px 18px;
gap:1.375rem;
background:#FEF3E2;
align-self:start;
top:0;
border-right:1px solid rgba(26, 18, 8, 0.08);
height:100vh;
overflow-y:auto;
flex-direction:column;
display:flex;
position:sticky;
}
.afbbrand-lgj{
gap:10px;
align-items:center;
display:flex;
}
.afblogo-lgj{
color:#1A1208;
letter-spacing:-.02em;
font-weight:700;
font-size:21px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.afbside_cta-lgj{
padding:16px;
background:rgba(180, 83, 9, 0.10);
border-radius:0.813rem;
border:1px solid rgba(26, 18, 8, 0.12);
}
.afbside_cta_h-lgj{
line-height:1.15;
font-size:1.063rem;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#1A1208;
margin-bottom:6px;
}
.afbside_cta_p-lgj{
line-height:1.45;
font-size:0.75rem;
margin-bottom:12px;
color:#3D2E10;
}
.afbnav-lgj{
gap:3px;
flex-direction:column;
display:flex;
}
.afbnav_label-lgj{
padding:6px 0.625rem;
font-size:0.594rem;
color:#AE9470;
text-transform:uppercase;
letter-spacing:.14em;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.afbnav_item-lgj{
padding:10px;
gap:11px;
border-radius:9px;
align-items:center;
display:flex;
font-size:0.875rem;
font-weight:500;
color:#3D2E10;
}
.afbnav_item-lgj svg{
height:17px;
width:1.063rem;
}
.afbnav_item-lgj:hover{
background:rgba(180, 83, 9, 0.10);
color:#1A1208;
}
.afbnav_item_on-lgj{
background:rgba(180, 83, 9, 0.10);
font-weight:600;
color:#B45309;
}
.afbside_foot-lgj{
border-radius:13px;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
padding:12px;
margin-top:auto;
}
.afbside_foot-lgj p{
color:#3D2E10;
margin-top:4px;
font-size:12.5px;
line-height:1.4;
}
/* ---------- topbar ---------- */
.afbtop-lgj{
gap:16px;
background:#FEF3E2;
padding:14px 1.75rem;
top:0;
z-index:40;
display:flex;
border-bottom:1px solid rgba(26, 18, 8, 0.08);
align-items:center;
position:sticky;
}
.afbtop_brand-lgj{
gap:0.563rem;
display:none;
align-items:center;
}
.afbsearch-lgj{
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
border-radius:0.813rem;
flex:1;
padding:11px 14px;
gap:10px;
align-items:center;
max-width:440px;
color:#7A6040;
font-size:13.5px;
display:flex;
}
.afbsearch-lgj svg{
flex:none;
height:16px;
width:16px;
}
.afbtop_actions-lgj{
gap:12px;
display:flex;
align-items:center;
margin-left:auto;
}
.afblang-lgj{
color:#3D2E10;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
}
.afbburger-lgj{
border-radius:9px;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
height:40px;
align-items:center;
color:#1A1208;
width:40px;
justify-content:center;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.afbbotnav-lgj{
display:none;
}
@media(max-width:1025px){
.afbside-lgj{
transition:transform .25s ease;
transform:translateX(-100%);
top:0;
left:0;
z-index:80;
width:280px;
height:100vh;
position:fixed;
}
.afbdrawer_cb-lgj:checked~.afbshell-lgj .afbside-lgj{
transform:translateX(0);
}
.afbtop-lgj{
gap:0.75rem;
padding:0.875rem 1rem;
flex-wrap:wrap;
position:static;
}
.afbtop_brand-lgj{
display:flex;
}
.afbsearch-lgj{
display:none;
}
.afbburger-lgj{
display:flex;
}
.afbtop_actions-lgj{
gap:10px;
align-items:stretch;
margin-left:0;
width:100%;
}
.afbtop_actions-lgj .afblang-lgj{
display:none;
}
.afbtop_actions-lgj .afbbtn-lgj{
padding:0.688rem 10px;
flex:1;
text-align:center;
}
.afbbotnav-lgj{
grid-template-columns:repeat(3,1fr);
background:#FEF3E2;
padding:0.5rem 6px calc(8px + env(safe-area-inset-bottom));
bottom:0;
transform:translateZ(0);
right:0;
display:grid;
left:0;
position:fixed;
z-index:65;
border-top:1px solid rgba(26, 18, 8, 0.12);
}
.afbbn-lgj{
gap:0.25rem;
padding:6px 2px 0;
font-size:0.625rem;
flex-direction:column;
justify-content:flex-end;
color:#3D2E10;
display:flex;
font-weight:600;
align-items:center;
min-width:0;
}
.afbbn-lgj svg{
flex:none;
width:1.375rem;
height:22px;
}
.afbbn-lgj span{
overflow:hidden;
text-align:center;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
}
.afbbn_on-lgj{
color:#B45309;
}
.afbbn_center-lgj{
position:relative;
}
.afbbn_fab-lgj{
background:#F59E0B;
border-radius:50%;
color:#1A1208;
box-shadow:0 0.5rem 2rem rgba(26, 18, 8, 0.14), 0 2px 8px rgba(26, 18, 8, 0.10);
height:50px;
display:flex;
transform:translateX(-50%);
justify-content:center;
left:50%;
position:absolute;
width:3.125rem;
top:-20px;
align-items:center;
}
.afbbn_fab-lgj svg{
width:1.5rem;
height:24px;
}
.afbbn_center-lgj span{
color:#B45309;
}
}
.afbbtn-lgj{
border-radius:0.563rem;
gap:8px;
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;
padding:11px 1.375rem;
cursor:pointer;
font-family:"Onest", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.875rem;
justify-content:center;
font-weight:700;
display:inline-flex;
align-items:center;
}
.afbbtn_pri-lgj{
background:#F59E0B;
box-shadow:0 4px 1.125rem rgba(245, 158, 11, 0.42), 0 2px 0.375rem rgba(245, 158, 11, 0.28);
color:#1A1208;
}
.afbbtn_pri-lgj:hover{
background:#D97706;
}
.afbbtn_ghost-lgj{
background:rgba(180, 83, 9, 0.10);
color:#1A1208;
font-weight:600;
}
.afbbtn_line-lgj{
background:transparent;
border:1px solid rgba(26, 18, 8, 0.22);
font-weight:600;
color:#1A1208;
}
.afbbtn_lg-lgj{
padding:1rem 30px;
border-radius:0.813rem;
font-size:0.938rem;
}
.afbband-lgj .afbbtn_line-lgj{
border-color:rgba(255, 255, 255, 0.13);
color:#FFF8EE;
}
.afbband-lgj .afbbtn_ghost-lgj{
background:rgba(255, 255, 255, 0.08);
color:#FFF8EE;
}
.afblink_m-lgj{
gap:0.313rem;
align-items:center;
display:inline-flex;
cursor:pointer;
font-size:0.75rem;
text-decoration:none;
color:#B45309;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.afblink_m-lgj svg{
width:0.875rem;
height:0.875rem;
}
.afbband-lgj .afblink_m-lgj{
color:#F59E0B;
}
.afbdot-lgj{
background:#B45309;
border-radius:50%;
flex:none;
width:0.438rem;
height:7px;
}
.afbdot_live-lgj{
background:#DC2626;
animation:zm3-pulse 1.4s infinite;
}
.afbstars-lgj{
gap:2px;
color:#B45309;
display:inline-flex;
}
.afbstars-lgj svg{
width:15px;
height:15px;
}
.afbchip-lgj{
border-radius:0.563rem;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
padding:7px 0.75rem;
gap:6px;
color:#3D2E10;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:11px;
display:inline-flex;
align-items:center;
}
.afbchip_on-lgj{
background:rgba(180, 83, 9, 0.10);
border-color:transparent;
color:#B45309;
}
.afbgc-lgj{
text-decoration:none;
min-width:0;
cursor:pointer;
display:block;
color:inherit;
}
.afbgc_thumb-lgj{
overflow:hidden;
border-radius:13px;
border:1px solid rgba(26, 18, 8, 0.12);
aspect-ratio:1;
position:relative;
background-size:cover;
display:block;
background-position:center;
}
.afbgc_thumb_portrait-lgj{
aspect-ratio:3/4;
}
.afbgc_thumb_wide-lgj{
aspect-ratio:16/11;
}
.afbgc_cap-lgj{
background:linear-gradient(transparent,rgba(20, 10, 2, 0.68));
padding:9px;
bottom:0;
left:0;
right:0;
position:absolute;
}
.afbgc_name-lgj{
font-weight:700;
font-size:0.781rem;
display:block;
color:#FFF8EE;
}
.afbgc_meta-lgj{
color:#C8A97A;
font-size:0.688rem;
}
.afbgc_badge-lgj{
background:#B45309;
border-radius:0.563rem;
padding:2px 0.375rem;
position:absolute;
color:#1A1208;
font-size:8px;
font-weight:700;
right:8px;
top:0.5rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.afbgc_badge_hot-lgj{
background:#DC2626;
color:#FFF8EE;
}
.afbgc_badge_live-lgj{
background:#DC2626;
color:#FFF8EE;
left:8px;
right:auto;
}
.afbgc_mult-lgj{
inset:0;
justify-content:center;
align-items:center;
font-size:1.75rem;
display:flex;
color:#B45309;
position:absolute;
font-weight:700;
}
.afbpc-lgj{
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:13px;
background:#FFFFFF;
height:4rem;
font-weight:700;
color:#3D2E10;
display:flex;
font-size:14px;
justify-content:center;
align-items:center;
}
.afbrail-lgj{
min-width:0;
}
.afbrail_scroll-lgj{
gap:14px;
display:grid;
}
.afbrail_scroll-lgj>*{
min-width:0;
}
.afbg6-lgj{
grid-template-columns:repeat(6,1fr);
}
.afbg7-lgj{
grid-template-columns:repeat(7,1fr);
}
.afbg4-lgj{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1024px){
.afbg6-lgj,.afbg7-lgj{
grid-template-columns:none;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
grid-auto-columns:7.5rem;
padding-bottom:6px;
overflow-x:auto;
}
.afbg6-lgj>*,.afbg7-lgj>*{
scroll-snap-align:start;
}
.afbg4-lgj{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:559px){
.afbg4-lgj{
grid-template-columns:none;
overflow-x:auto;
grid-auto-columns:9.375rem;
grid-auto-flow:column;
}
}
.afbpanel-lgj{
padding:28px 2rem;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
border-radius:1.25rem;
}
.afbsplit-lgj{
gap:36px;
display:grid;
align-items:start;
}
.afbsplit-lgj>*{
min-width:0;
}
.afbsplit_a-lgj{
grid-template-columns:.85fr 1.15fr;
}
.afbsplit_b-lgj{
grid-template-columns:1fr 1.1fr;
}
.afbsplit_c-lgj{
grid-template-columns:1.1fr .9fr;
}
.afbpgrid-lgj{
gap:40px;
grid-template-columns:.9fr 1.1fr;
display:grid;
align-items:center;
}
.afbpgrid-lgj>*{
min-width:0;
}
.afblead-lgj{
color:#3D2E10;
line-height:1.65;
margin-bottom:14px;
font-size:15px;
}
.afbfeat-lgj{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.afbfeat-lgj>*{
min-width:0;
}
.afbfeat2-lgj{
grid-template-columns:1fr 1fr;
}
.afbfeat_card-lgj{
border:1px solid rgba(26, 18, 8, 0.12);
padding:26px;
border-radius:20px;
background:#FFFFFF;
}
.afbfeat_card-lgj svg{
margin-bottom:1rem;
width:1.625rem;
color:#B45309;
height:26px;
}
.afbfeat_card-lgj h3{
margin-bottom:0.5rem;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:18px;
color:#1A1208;
}
.afbfeat_card-lgj p{
color:#3D2E10;
font-size:0.813rem;
line-height:1.6;
}
.afbfeat_card-lgj b{
color:#1A1208;
}
.afbbig-lgj{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
}
.afbbig_n-lgj{
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
font-size:26px;
color:#B45309;
}
.afbbig_l-lgj{
color:#7A6040;
font-size:12px;
}
.afbperson-lgj{
background:#FFFFFF;
gap:14px;
border:1px solid rgba(26, 18, 8, 0.12);
padding:1rem 18px;
border-radius:13px;
align-items:center;
display:flex;
}
.afbavatar-lgj{
flex:none;
background:linear-gradient(135deg,#F59E0B,#92400E);
border-radius:50%;
height:44px;
width:44px;
}
.afbperson_name-lgj{
font-size:14px;
font-weight:700;
color:#1A1208;
}
.afbperson_role-lgj{
color:#7A6040;
font-size:12px;
}
.afbkv-lgj{
gap:1px;
border-radius:0.813rem;
overflow:hidden;
background:rgba(26, 18, 8, 0.12);
grid-template-columns:1fr 1fr;
border:1px solid rgba(26, 18, 8, 0.12);
display:grid;
}
.afbkv-lgj>div{
padding:1rem 1.125rem;
background:#FFF8EE;
min-width:0;
}
.afbkv_k-lgj{
text-transform:uppercase;
margin-bottom:0.313rem;
font-size:0.594rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#B45309;
}
.afbkv_v-lgj{
font-weight:700;
font-size:13.5px;
color:#1A1208;
}
@media(max-width:1024px){
.afbsplit_a-lgj,.afbsplit_b-lgj,.afbsplit_c-lgj,.afbpgrid-lgj{
gap:1.5rem;
grid-template-columns:1fr;
}
.afbfeat-lgj,.afbfeat2-lgj{
grid-template-columns:1fr;
}
.afbkv-lgj{
grid-template-columns:1fr;
}
}
.afbsh-lgj{
min-width:0;
margin-bottom:1rem;
}
.afbsh_row-lgj{
gap:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
}
.afbsh_row-lgj .afbsh_l-lgj{
gap:0.375rem;
display:flex;
flex-direction:column;
min-width:0;
}
.afbsh_stack-lgj{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.afbsh_center-lgj{
gap:0.625rem;
align-items:center;
text-align:center;
flex-direction:column;
display:flex;
}
.afbsh_h2-lgj{
gap:0.563rem;
line-height:1.1;
align-items:center;
overflow-wrap:break-word;
font-size:1.25rem;
color:#1A1208;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
display:flex;
}
@media(min-width:769px){
.afbsh_h2-lgj{
font-size:24px;
}
}
.afbband-lgj .afbsh_h2-lgj{
color:#FFF8EE;
}
.afbeb_mono-lgj{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.08em;
text-transform:none;
}
.afbeb_mono-lgj::before{
content:"// ";
}
.afbeb_upper-lgj{
letter-spacing:.14em;
text-transform:uppercase;
}
.afbeb_pill-lgj{
padding:5px 11px;
background:rgba(180, 83, 9, 0.10);
border-radius:999px;
letter-spacing:.12em;
text-transform:uppercase;
}
.afbeb_line-lgj{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.afbeb_line-lgj::before{
background:#B45309;
display:inline-block;
content:"";
width:1.5rem;
height:1px;
}
.afbband-lgj .afbeb_line-lgj::before{
background:#F59E0B;
}
.afbband-lgj .afbeb_pill-lgj{
background:rgba(255, 255, 255, 0.08);
}
.afbsh_link-lgj{
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;
font-weight:600;
font-size:0.813rem;
white-space:nowrap;
color:#1A1208;
align-items:center;
display:inline-flex;
border-bottom:1px solid #1A1208;
padding-bottom:2px;
}
.afbsh_link-lgj:hover{
border-color:#B45309;
color:#B45309;
}
.afbsh_link-lgj svg{
height:14px;
width:14px;
}
.afbsh_link_chev-lgj{
color:#B45309;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
border-bottom:0;
padding-bottom:0;
font-size:0.75rem;
}
.afbsh_link_btn-lgj{
background:#F59E0B;
padding:9px 1.125rem;
border-radius:62.438rem;
color:#1A1208;
border-bottom:0;
}
.afbsh_link_btn-lgj:hover{
background:#D97706;
border-color:transparent;
}
.afbband-lgj .afbsh_link-lgj{
border-color:#FFF8EE;
color:#FFF8EE;
}
.afbband-lgj .afbsh_link_chev-lgj{
color:#F59E0B;
}
.afbsh_rule-lgj{
margin:-2px 0 16px;
background:rgba(26, 18, 8, 0.12);
height:1px;
}
.afbband-lgj .afbsh_rule-lgj{
background:rgba(255, 255, 255, 0.13);
}
.afbseo_grid3-lgj{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.afbseo_grid4-lgj{
gap:0.813rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.afbseo_grid3-lgj>*,.afbseo_grid4-lgj>*{
min-width:0;
}
.afbseo_card-lgj{
background:#FFFFFF;
border-radius:0.813rem;
padding:24px;
border:1px solid rgba(26, 18, 8, 0.12);
}
.afbseo_card-lgj h3{
font-size:18px;
font-weight:700;
margin-bottom:8px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#1A1208;
}
.afbseo_card-lgj p{
color:#3D2E10;
line-height:1.6;
font-size:13px;
}
.afbseo_card_sm-lgj{
padding:1.25rem;
}
.afbseo_card_sm-lgj h3{
font-size:1rem;
}
.afbseo_card_sm-lgj p{
font-size:0.781rem;
line-height:1.55;
}
.afbseo_rtp_row-lgj{
gap:36px;
grid-template-columns:1fr 1fr;
margin-top:1rem;
display:grid;
align-items:center;
}
.afbrtp-lgj{
gap:14px;
display:flex;
min-width:0;
}
.afbrtp-lgj>div{
background:#FFF8EE;
padding:16px;
border-radius:13px;
flex:1;
min-width:0;
text-align:center;
}
.afbrtp_n-lgj{
font-size:26px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
white-space:nowrap;
color:#B45309;
font-weight:700;
}
.afbrtp_l-lgj{
font-size:11px;
margin-top:4px;
color:#7A6040;
}
.afbcmp-lgj{
border-radius:13px;
overflow:hidden;
border:1px solid rgba(26, 18, 8, 0.12);
max-width:47.5rem;
}
.afbcmp_row-lgj{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.afbcmp_row-lgj>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.afbcmp_row-lgj>div:first-child{
color:#1A1208;
font-weight:600;
padding-left:1.375rem;
text-align:left;
}
.afbcmp_th-lgj{
background:#FFF8EE;
font-size:12.5px;
font-weight:700;
}
.afbcmp_row-lgj:not(.afbcmp_th-lgj){
background:#FFFFFF;
border-top:1px solid rgba(26, 18, 8, 0.08);
color:#3D2E10;
}
.afbcmp_zebra-lgj{
background:#FFF2E0;
}
.afbguide-lgj{
background:#FFFFFF;
overflow:hidden;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:13px;
cursor:pointer;
}
.afbguide_cover-lgj{
height:130px;
}
.afbguide_body-lgj{
padding:1.25rem;
}
.afbguide_body-lgj h3{
margin:7px 0 9px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-size:16px;
font-weight:700;
line-height:1.25;
color:#1A1208;
}
.afbguide_meta-lgj{
font-size:0.719rem;
color:#7A6040;
}
.afbhub-lgj{
gap:28px;
grid-template-columns:repeat(5,1fr);
display:grid;
padding-top:1.75rem;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.afbhub-lgj>*{
min-width:0;
}
.afbhub-lgj h4{
font-weight:700;
color:#1A1208;
margin-bottom:11px;
font-size:13px;
}
.afbhub_col-lgj{
gap:0.5rem;
font-size:0.813rem;
display:flex;
color:#3D2E10;
flex-direction:column;
}
.afbhub_col-lgj a{
cursor:pointer;
}
@media(max-width:1021px){
.afbseo_grid3-lgj{
grid-template-columns:1fr;
}
.afbseo_grid4-lgj{
grid-template-columns:repeat(2,1fr);
}
.afbseo_rtp_row-lgj{
grid-template-columns:1fr;
gap:20px;
}
.afbhub-lgj{
grid-template-columns:repeat(2,1fr);
gap:22px;
}
}
@media(max-width:558px){
.afbhub-lgj{
grid-template-columns:1fr;
}
}
.afbtk-lgj{
overflow:hidden;
background:#1A1208;
display:flex;
border-bottom:1px solid rgba(26, 18, 8, 0.08);
align-items:center;
}
.afbtk_tag-lgj{
flex:none;
background:#FFFFFF;
padding:0.688rem 1.125rem;
gap:0.5rem;
font-weight:600;
text-transform:uppercase;
font-size:10.5px;
align-items:center;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.1em;
border-right:1px solid rgba(26, 18, 8, 0.08);
color:#DC2626;
display:flex;
}
.afbtk_rail-lgj{
overflow:hidden;
flex:1;
}
.afbtk_track-lgj{
gap:1.75rem;
padding:11px 0.875rem;
animation:zm3-marquee 26s linear infinite;
white-space:nowrap;
color:#3D2E10;
font-size:0.75rem;
width:max-content;
display:flex;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.afbtk_track-lgj b{
color:#B45309;
}
.afbhero-lgj{
background:linear-gradient(120deg,#1C1106,#0E1520);
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:1.25rem;
padding:46px 3rem;
overflow:hidden;
position:relative;
color:#FFF8EE;
}
.afbhero_glow-lgj{
background:radial-gradient(circle,rgba(245, 158, 11, 0.22),transparent 70%);
border-radius:50%;
right:-3.75rem;
top:-3.75rem;
width:340px;
height:340px;
position:absolute;
}
.afbhero_in-lgj{
max-width:600px;
position:relative;
}
.afbhero-lgj .afbeyebrow-lgj{
color:#F59E0B;
}
.afbpill_row-lgj{
background:rgba(255, 255, 255, 0.08);
border-radius:999px;
gap:0.5rem;
border:1px solid rgba(255, 255, 255, 0.13);
padding:6px 0.813rem;
color:#F59E0B;
margin-bottom:1.375rem;
display:inline-flex;
font-size:0.656rem;
align-items:center;
letter-spacing:.1em;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
}
.afbhero_h1-lgj{
margin:18px 0;
line-height:1.02;
font-size:3.375rem;
letter-spacing:-.02em;
font-weight:700;
color:#FFF8EE;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
overflow-wrap:break-word;
}
.afbhero_h1-lgj em{
font-style:normal;
color:#F59E0B;
}
.afbhero_sub-lgj{
color:#C8A97A;
font-size:1.063rem;
max-width:480px;
line-height:1.55;
margin-bottom:1.75rem;
}
.afbhero_cta-lgj{
gap:0.875rem;
display:flex;
margin-bottom:1.625rem;
align-items:center;
flex-wrap:wrap;
}
.afbhero_trust-lgj{
gap:0.875rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.afbhero_rating_txt-lgj{
color:#C8A97A;
font-size:13px;
}
@media(max-width:1025px){
.afbhero-lgj{
padding:2rem 24px;
}
.afbhero_h1-lgj{
font-size:2.375rem;
}
}
@media(max-width:561px){
.afbhero_h1-lgj{
font-size:30px;
}
}
.afbstat-lgj{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.afbstat-lgj>*{
min-width:0;
}
.afbstat_item-lgj{
padding:1.125rem 1.25rem;
border-radius:13px;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
}
.afbstat_k-lgj{
text-transform:uppercase;
font-size:9.5px;
margin-bottom:0.438rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.12em;
color:#7A6040;
}
.afbstat_v-lgj{
gap:8px;
font-size:24px;
align-items:center;
overflow-wrap:anywhere;
min-width:0;
display:flex;
color:#1A1208;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.afbstat_v_accent-lgj{
color:#B45309;
}
@media(max-width:1027px){
.afbstat-lgj{
grid-template-columns:repeat(2,1fr);
}
}
.afbwlc-lgj{
overflow:hidden;
border-radius:1.25rem;
padding:2.25rem 40px;
border:1px solid rgba(26, 18, 8, 0.12);
grid-template-columns:1.2fr .8fr;
gap:1.5rem;
background:linear-gradient(120deg,#1C1106,#0E1520);
display:grid;
align-items:center;
position:relative;
color:#FFF8EE;
}
.afbwlc-lgj>*{
min-width:0;
}
.afbwlc-lgj .afbeyebrow-lgj{
color:#F59E0B;
}
.afbwlc_glow-lgj{
background:radial-gradient(circle,rgba(245, 158, 11, 0.22),transparent 70%);
border-radius:50%;
width:16.25rem;
position:absolute;
top:-2.5rem;
right:-2.5rem;
height:260px;
}
.afbwlc_in-lgj{
position:relative;
}
.afbwlc_h2-lgj{
margin:10px 0 8px;
color:#FFF8EE;
font-size:34px;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
line-height:1.03;
overflow-wrap:break-word;
}
.afbwlc_h2-lgj em{
font-style:normal;
color:#F59E0B;
}
.afbwlc_sub-lgj{
color:#C8A97A;
max-width:26.25rem;
line-height:1.55;
font-size:0.875rem;
margin-bottom:18px;
}
.afbwlc_terms-lgj{
gap:0.625rem;
flex-direction:column;
position:relative;
display:flex;
}
.afbterm-lgj{
padding:13px 15px;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
gap:11px;
border-radius:0.813rem;
display:flex;
align-items:center;
}
.afbterm-lgj svg{
flex:none;
height:1.25rem;
width:1.25rem;
color:#F59E0B;
}
.afbterm_k-lgj{
text-transform:uppercase;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#C8A97A;
font-size:9.5px;
letter-spacing:.1em;
}
.afbterm_v-lgj{
font-weight:700;
margin-top:2px;
color:#FFF8EE;
font-size:0.875rem;
}
@media(max-width:1021px){
.afbwlc-lgj{
grid-template-columns:1fr;
}
}
@media(max-width:560px){
.afbwlc_h2-lgj{
font-size:1.625rem;
}
}
.afbjp-lgj{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.afbjp-lgj>*{
min-width:0;
}
.afbjp_hero-lgj{
border-radius:20px;
overflow:hidden;
padding:1.625rem;
background:linear-gradient(135deg,#1C1106,#0E1520);
border:1px solid rgba(26, 18, 8, 0.12);
gap:14px;
flex-direction:column;
position:relative;
display:flex;
color:#FFF8EE;
min-height:180px;
justify-content:space-between;
}
.afbjp_glow-lgj{
border-radius:50%;
background:radial-gradient(circle,rgba(245, 158, 11, 0.22),transparent 70%);
right:-40px;
position:absolute;
top:-2.5rem;
width:11.25rem;
height:180px;
}
.afbjp_k_row-lgj{
gap:0.625rem;
align-items:center;
position:relative;
display:flex;
justify-content:space-between;
}
.afbjp_k-lgj{
color:#7A6040;
letter-spacing:.12em;
font-size:0.625rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
}
.afbjp_hero-lgj .afbjp_k-lgj{
color:#C8A97A;
}
.afbjp_amt-lgj{
color:#F59E0B;
font-size:42px;
position:relative;
font-weight:700;
line-height:1;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.afbjp_sub-lgj{
margin-top:0.313rem;
font-size:0.75rem;
color:#C8A97A;
}
.afbjp_cell-lgj{
border-radius:20px;
padding:22px;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
min-height:180px;
display:flex;
justify-content:space-between;
flex-direction:column;
}
.afbjp_cell-lgj .afbjp_amt-lgj{
font-size:30px;
color:#1A1208;
}
.afbjp_cell-lgj .afbjp_sub-lgj{
color:#7A6040;
}
@media(max-width:1021px){
.afbjp-lgj{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.afbjp_amt-lgj{
font-size:2rem;
}
}
.afbsupp-lgj{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.afbsupp-lgj>*{
min-width:0;
}
.afbsupp_card-lgj{
background:#FFFFFF;
border-radius:0.813rem;
padding:24px;
border:1px solid rgba(26, 18, 8, 0.12);
}
.afbsupp_card-lgj svg{
color:#B45309;
height:24px;
width:1.5rem;
margin-bottom:14px;
}
.afbsupp_card-lgj h3{
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:6px;
font-size:16px;
font-weight:700;
color:#1A1208;
}
.afbsupp_card-lgj p{
font-size:13px;
color:#3D2E10;
line-height:1.55;
}
@media(max-width:1021px){
.afbsupp-lgj{
grid-template-columns:1fr;
}
}
.afbvip_head-lgj{
gap:0.75rem;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
margin-bottom:18px;
justify-content:space-between;
}
.afbvip_intro-lgj{
font-size:13px;
max-width:26.25rem;
color:#3D2E10;
}
.afbvip-lgj{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.afbvip-lgj>*{
min-width:0;
}
.afbtier-lgj{
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
border-radius:0.813rem;
padding:1.25rem;
}
.afbtier_on-lgj{
border-color:#B45309;
background:rgba(180, 83, 9, 0.10);
}
.afbtier_medal-lgj{
border-radius:9px;
background:linear-gradient(135deg,#F59E0B,#92400E);
height:1.875rem;
width:30px;
margin-bottom:14px;
}
.afbtier_name-lgj{
font-size:0.938rem;
margin-bottom:0.313rem;
font-weight:700;
color:#1A1208;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.afbtier_tx-lgj{
line-height:1.5;
color:#7A6040;
font-size:11.5px;
}
@media(max-width:1026px){
.afbvip-lgj{
grid-template-columns:repeat(2,1fr);
}
}
.afbpay_logos-lgj{
grid-template-columns:repeat(4,1fr);
gap:0.563rem;
display:grid;
}
.afbpay_logos-lgj>*{
min-width:0;
}
.afbpay-lgj{
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:9px;
font-weight:700;
height:48px;
font-size:12px;
color:#3D2E10;
justify-content:center;
display:flex;
align-items:center;
}
.afbtable-lgj{
overflow:hidden;
border-radius:0.813rem;
border:1px solid rgba(26, 18, 8, 0.12);
}
.afbtrow-lgj{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:0.813rem;
display:grid;
}
.afbtrow-lgj>div{
padding:0.813rem 14px;
min-width:0;
}
.afbtrow-lgj>div:first-child{
color:#1A1208;
font-weight:700;
padding-left:1rem;
}
.afbtrow_th-lgj{
background:#FFF8EE;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.06em;
text-transform:uppercase;
color:#7A6040;
font-size:9.5px;
}
.afbtrow-lgj:not(.afbtrow_th-lgj){
background:#FFFFFF;
border-top:1px solid rgba(26, 18, 8, 0.08);
color:#3D2E10;
}
.afbtrow_zebra-lgj{
background:#FFF2E0;
}
.afbpos-lgj{
color:#B45309;
font-weight:700;
}
@media(max-width:1026px){
.afbpay_logos-lgj{
grid-template-columns:repeat(2,1fr);
}
}
.afbsteps-lgj{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.afbsteps-lgj>*{
min-width:0;
}
.afbstep-lgj{
border-radius:13px;
background:#FFFFFF;
padding:24px;
border:1px solid rgba(26, 18, 8, 0.12);
position:relative;
}
.afbstep_num-lgj{
background:#F59E0B;
border-radius:0.563rem;
justify-content:center;
font-weight:700;
height:1.875rem;
align-items:center;
margin-bottom:0.875rem;
font-size:13px;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
width:1.875rem;
display:flex;
color:#1A1208;
}
.afbstep_h-lgj{
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#1A1208;
margin-bottom:7px;
font-size:1rem;
}
.afbstep_p-lgj{
line-height:1.55;
font-size:13px;
color:#3D2E10;
}
@media(max-width:1026px){
.afbsteps-lgj{
grid-template-columns:1fr;
}
}
.afbdw_h2-lgj{
margin-bottom:0.625rem;
font-size:26px;
line-height:1.08;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#1A1208;
font-weight:700;
}
.afbsteps_v-lgj{
grid-template-columns:1fr;
gap:0.625rem;
}
.afbsteps_v-lgj .afbstep-lgj{
padding:1.125rem 20px;
}
@media(max-width:563px){
.afbdw_h2-lgj{
font-size:1.438rem;
}
}
.afbnews-lgj{
border:1px solid rgba(26, 18, 8, 0.12);
padding:1.625rem 2rem;
border-radius:20px;
background:linear-gradient(135deg,#1C1106,#0E1520);
gap:24px;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
display:flex;
color:#FFF8EE;
}
.afbnews_h3-lgj{
font-size:1.25rem;
margin-bottom:0.25rem;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#FFF8EE;
}
.afbnews_text-lgj{
color:#C8A97A;
font-size:13px;
}
.afbnews_form-lgj{
gap:10px;
flex:1;
max-width:440px;
min-width:0;
display:flex;
}
.afbnews_form-lgj .afbinput-lgj{
min-width:0;
}
@media(max-width:560px){
.afbnews_form-lgj{
width:100%;
}
}
.afbinput-lgj{
background:rgba(255, 255, 255, 0.08);
border:1px solid rgba(255, 255, 255, 0.13);
padding:13px 1rem;
flex:1;
border-radius:9px;
font-size:13.5px;
color:#C8A97A;
}
.afbbanner-lgj{
padding:36px 2.5rem;
background:linear-gradient(115deg,#1C1106,#0E1520);
overflow:hidden;
gap:28px;
border-radius:20px;
border:1px solid rgba(26, 18, 8, 0.12);
flex-wrap:wrap;
color:#FFF8EE;
display:flex;
align-items:center;
justify-content:space-between;
position:relative;
}
.afbbanner_glow-lgj{
border-radius:50%;
background:radial-gradient(circle,rgba(245, 158, 11, 0.22),transparent 68%);
transform:translateY(-50%);
position:absolute;
top:50%;
right:5rem;
width:12.5rem;
height:12.5rem;
}
.afbbanner_in-lgj{
max-width:560px;
position:relative;
}
.afbbanner-lgj .afbeyebrow-lgj{
color:#F59E0B;
}
.afbbanner_h2-lgj{
margin:0.625rem 0;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#FFF8EE;
font-size:1.875rem;
line-height:1.05;
font-weight:700;
}
.afbbanner_text-lgj{
line-height:1.6;
font-size:14px;
color:#C8A97A;
}
@media(max-width:563px){
.afbbanner_h2-lgj{
font-size:1.5rem;
}
}
.afbtour-lgj{
border-radius:20px;
border:1px solid rgba(26, 18, 8, 0.12);
grid-template-columns:1.05fr 1fr;
overflow:hidden;
display:grid;
}
.afbtour-lgj>*{
min-width:0;
}
.afbtour_l-lgj{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(135deg,#1C1106,#0E1520);
color:#FFF8EE;
position:relative;
}
.afbtour_h2-lgj{
margin:12px 0 0.625rem;
font-weight:700;
color:#FFF8EE;
line-height:1.05;
font-size:30px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
}
.afbtour_h2-lgj em{
color:#F59E0B;
font-style:normal;
}
.afbtour_text-lgj{
line-height:1.6;
font-size:0.844rem;
margin-bottom:1.25rem;
max-width:21.25rem;
color:#C8A97A;
}
.afbtour_meta-lgj{
gap:1.125rem;
margin-bottom:20px;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
}
.afbtour_cap-lgj{
margin-bottom:0.313rem;
color:#C8A97A;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.594rem;
text-transform:uppercase;
}
.afbcount-lgj{
gap:6px;
display:flex;
}
.afbcount-lgj span{
background:rgba(255, 255, 255, 0.08);
border-radius:0.563rem;
padding:4px 0.563rem;
border:1px solid rgba(255, 255, 255, 0.13);
font-size:22px;
font-weight:700;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.afbtour_units-lgj{
color:#C8A97A;
font-size:10px;
}
.afbboard-lgj{
padding:1.75rem 30px;
background:#FFFFFF;
}
.afbboard_head-lgj{
display:flex;
justify-content:space-between;
margin-bottom:0.875rem;
align-items:center;
}
.afbboard_title-lgj{
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#1A1208;
font-size:16px;
font-weight:700;
}
.afbboard_upd-lgj{
text-transform:uppercase;
font-size:0.625rem;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#7A6040;
}
.afbboard_list-lgj{
gap:2px;
display:flex;
flex-direction:column;
}
.afbboard_row-lgj{
gap:0.75rem;
border-radius:0.563rem;
padding:10px 0.75rem;
align-items:center;
display:flex;
}
.afbboard_top1-lgj{
background:rgba(180, 83, 9, 0.10);
}
.afbboard_rk-lgj{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
width:1.25rem;
font-size:0.875rem;
font-weight:700;
color:#7A6040;
}
.afbboard_top1-lgj .afbboard_rk-lgj{
color:#B45309;
}
.afbboard_nm-lgj{
flex:1;
color:#3D2E10;
font-weight:600;
min-width:0;
font-size:13.5px;
}
.afbboard_top1-lgj .afbboard_nm-lgj{
color:#1A1208;
font-weight:700;
}
.afbboard_pt-lgj{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#3D2E10;
font-size:0.781rem;
}
@media(max-width:1025px){
.afbtour-lgj{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.afbtour_h2-lgj{
font-size:24px;
}
}
.afbpromo_grid-lgj{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.afbpromo_grid-lgj>*{
min-width:0;
}
.afbpromo-lgj{
background:#FFFFFF;
overflow:hidden;
border:1px solid rgba(26, 18, 8, 0.12);
padding:1.5rem;
border-radius:1.25rem;
min-height:150px;
position:relative;
}
.afbpromo_h-lgj{
line-height:1.05;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
color:#1A1208;
font-size:1.625rem;
margin-top:6px;
}
.afbpromo_h-lgj em{
color:#B45309;
font-style:normal;
}
.afbpromo_p-lgj{
margin-top:8px;
color:#3D2E10;
font-size:0.781rem;
line-height:1.5;
}
.afbpromo_feat-lgj{
background:linear-gradient(135deg,#1C1106,#0E1520);
border-color:rgba(26, 18, 8, 0.12);
}
.afbpromo_feat-lgj .afbpromo_h-lgj{
color:#FFF8EE;
}
.afbpromo_feat-lgj .afbpromo_h-lgj em{
color:#F59E0B;
}
.afbpromo_feat-lgj .afbpromo_p-lgj{
color:#C8A97A;
}
.afbpromo_feat-lgj .afbeyebrow-lgj{
color:#F59E0B;
}
@media(max-width:1023px){
.afbpromo_grid-lgj{
grid-template-columns:1fr;
}
}
.afbprovs-lgj{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
display:grid;
margin-bottom:1.75rem;
}
.afbprovs-lgj>*{
min-width:0;
}
.afbprov-lgj{
padding:12px;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.813rem;
background:#FFFFFF;
height:64px;
display:flex;
text-decoration:none;
justify-content:center;
align-items:center;
}
.afbprov_img-lgj{
max-height:32px;
object-fit:contain;
max-width:100%;
}
.afbresp-lgj{
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
gap:1.5rem;
border-radius:13px;
padding:1.625rem;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
align-items:center;
}
.afbresp_in-lgj{
max-width:35rem;
}
.afbresp_h-lgj{
color:#1A1208;
font-size:1.188rem;
margin-bottom:8px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
}
.afbresp_p-lgj{
line-height:1.6;
font-size:0.844rem;
color:#3D2E10;
}
.afbresp_badges-lgj{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.afbage18-lgj{
padding:4px 0.5rem;
border-radius:9px;
border:1.5px solid #DC2626;
font-size:13px;
font-weight:700;
color:#DC2626;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.afbresp_org-lgj{
font-weight:600;
font-size:0.813rem;
color:#7A6040;
}
@media(max-width:1027px){
.afbprovs-lgj{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:563px){
.afbprovs-lgj{
grid-template-columns:repeat(2,1fr);
}
}
.afbgd_head-lgj{
gap:12px;
margin-bottom:16px;
flex-wrap:wrap;
display:flex;
justify-content:space-between;
align-items:center;
}
.afbrc-lgj{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.afbrc-lgj>*{
min-width:0;
}
.afbrc_awards-lgj{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.afbaward-lgj{
gap:11px;
align-items:center;
display:flex;
}
.afbaward-lgj svg{
flex:none;
color:#FBBF24;
height:1.125rem;
width:1.125rem;
}
.afbaward_t-lgj{
font-size:0.844rem;
color:#1A1208;
font-weight:700;
}
.afbaward_s-lgj{
font-size:11.5px;
color:#7A6040;
}
.afbrc_press-lgj{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.afblogo_cell-lgj{
border-radius:0.563rem;
border:1px solid rgba(26, 18, 8, 0.12);
display:flex;
font-weight:700;
align-items:center;
font-size:0.813rem;
color:#3D2E10;
height:3rem;
justify-content:center;
}
.afbrc_partner-lgj{
border-radius:13px;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
padding:20px;
}
.afbrc_partner_name-lgj{
font-size:1.125rem;
color:#1A1208;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
margin-bottom:6px;
}
.afbrc_partner_text-lgj{
color:#3D2E10;
font-size:0.781rem;
line-height:1.55;
}
@media(max-width:1026px){
.afbrc-lgj{
gap:1.375rem;
grid-template-columns:1fr;
}
.afbrc_press-lgj{
grid-template-columns:repeat(4,1fr);
}
}
.afbrv_head-lgj{
gap:0.75rem;
justify-content:space-between;
display:flex;
margin-bottom:1.125rem;
flex-wrap:wrap;
align-items:flex-end;
}
.afbrv_agg-lgj{
gap:10px;
display:flex;
align-items:center;
}
.afbrv_source-lgj{
color:#7A6040;
font-size:0.781rem;
}
.afbrv_grid-lgj{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.afbrv_grid-lgj>*{
min-width:0;
}
.afbreview-lgj{
background:#FFFFFF;
border-radius:0.813rem;
padding:1.5rem;
border:1px solid rgba(26, 18, 8, 0.12);
}
.afbreview-lgj .afbstars-lgj{
margin-bottom:0.625rem;
}
.afbreview-lgj p{
margin-bottom:0.875rem;
line-height:1.5;
font-size:0.906rem;
color:#1A1208;
font-weight:600;
}
.afbreview_by-lgj{
color:#7A6040;
font-size:0.781rem;
}
@media(max-width:1025px){
.afbrv_grid-lgj{
grid-template-columns:1fr;
}
}
.afbop_h2-lgj{
margin:0.625rem 0 0.5rem;
line-height:1.1;
font-weight:700;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
color:#1A1208;
font-size:1.5rem;
}
.afbop_text-lgj{
color:#3D2E10;
font-size:13.5px;
line-height:1.6;
}
@media(max-width:561px){
.afbop_h2-lgj{
font-size:1.375rem;
}
}
.afbab_h2-lgj{
margin:14px 0 16px;
font-family:"Archivo", 'Helvetica Neue', Arial, sans-serif;
line-height:1.08;
font-size:32px;
font-weight:700;
color:#1A1208;
}
.afbab_body-lgj{
line-height:1.65;
color:#3D2E10;
margin-bottom:0.875rem;
font-size:15px;
}
.afbab_chips-lgj{
gap:10px;
display:flex;
flex-wrap:wrap;
margin-top:0.5rem;
}
.afbfaq-lgj{
gap:10px;
display:flex;
flex-direction:column;
}
.afbfaq_item-lgj{
padding:1.125rem 1.375rem;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:13px;
background:#FFFFFF;
}
.afbfaq_q-lgj{
gap:16px;
list-style:none;
justify-content:space-between;
cursor:pointer;
font-size:15.5px;
color:#1A1208;
font-weight:600;
align-items:center;
display:flex;
}
.afbfaq_q-lgj::-webkit-details-marker{
display:none;
}
.afbfaq_q_t-lgj{
gap:10px;
display:flex;
}
.afbfaq_q_i-lgj{
color:#B45309;
font-style:normal;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.afbfaq_pm-lgj{
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:1.25rem;
color:#B45309;
}
.afbfaq_item-lgj[open] .afbfaq_pm-lgj{
transform:rotate(45deg);
}
.afbfaq_a-lgj{
color:#3D2E10;
font-size:13.5px;
margin-top:12px;
line-height:1.6;
}
@media(max-width:557px){
.afbab_h2-lgj{
font-size:26px;
}
}
.afbfooter-lgj{
padding:40px 1.75rem;
background:#1A1208;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.afbfooter_grid-lgj{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
margin-left:auto;
margin-bottom:1.75rem;
max-width:1400px;
margin-right:auto;
display:grid;
}
.afbfooter_grid-lgj>*{
min-width:0;
}
.afbfooter_grid-lgj h4{
color:#AE9470;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-bottom:0.813rem;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.12em;
}
.afbfcol-lgj{
gap:9px;
flex-direction:column;
color:#3D2E10;
display:flex;
font-size:13px;
}
.afbfcol-lgj a{
cursor:pointer;
}
.afbft_about-lgj{
font-size:13px;
margin-top:0.75rem;
line-height:1.6;
color:#7A6040;
max-width:16.25rem;
}
.afbft_contact-lgj{
overflow-wrap:anywhere;
color:#B45309;
font-size:12.5px;
font-family:"JetBrains Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-top:12px;
}
.afbfooter_bottom-lgj{
gap:16px;
margin:0 auto;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
padding-top:20px;
align-items:center;
max-width:1400px;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.afbfooter_bottom-lgj p{
font-size:11px;
max-width:720px;
line-height:1.6;
color:#AE9470;
}
@media(max-width:1025px){
.afbfooter_grid-lgj{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:562px){
.afbfooter_grid-lgj{
grid-template-columns:1fr;
}
}