*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0F0D0A;
line-height:1.55;
color:#C9BC9E;
font-size:15px;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
}
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{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(10, 9, 6, 0.72);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.ezzshell-wmg{
grid-template-columns:15.5rem 1fr;
display:grid;
min-height:100vh;
}
.ezzmain-wmg{
min-width:0;
}
.ezzwrap-wmg{
margin:0 auto;
max-width:1400px;
width:100%;
}
.ezzcontainer-wmg{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:770px){
.ezzcontainer-wmg{
padding:0 28px;
}
}
.ezzsection-wmg{
padding:24px 28px;
}
.ezzsection_pt-wmg{
padding-top:34px;
}
.ezzband_soft-wmg{
background:#1A1710;
}
.ezzeyebrow-wmg{
font-weight:600;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.14em;
line-height:1.4;
font-size:0.656rem;
color:#D4A017;
display:inline-block;
text-transform:uppercase;
overflow-wrap:break-word;
}
.ezzdrawer_cb-wmg{
display:none;
}
.ezzoverlay-wmg{
display:none;
}
@media(max-width:1025px){
.ezzshell-wmg{
grid-template-columns:1fr;
}
.ezzmain-wmg{
padding-bottom:78px;
}
.ezzdrawer_cb-wmg:checked~.ezzoverlay-wmg{
inset:0;
background:rgba(10, 9, 6, 0.72);
position:fixed;
display:block;
z-index:70;
}
}
@media(max-width:561px){
.ezzsection-wmg{
padding:18px 1rem;
}
.ezzsection_pt-wmg{
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 ---------- */
.ezzside-wmg{
gap:22px;
padding:1.375rem 18px;
background:#13110D;
display:flex;
flex-direction:column;
height:100vh;
align-self:start;
position:sticky;
overflow-y:auto;
top:0;
border-right:1px solid #2A2418;
}
.ezzbrand-wmg{
gap:0.625rem;
display:flex;
align-items:center;
}
.ezzlogo-wmg{
letter-spacing:-.02em;
color:#F5EDD8;
font-weight:700;
font-size:1.313rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ezzside_cta-wmg{
background:rgba(212, 160, 23, 0.11);
border:1px solid #3A3220;
border-radius:13px;
padding:16px;
}
.ezzside_cta_h-wmg{
margin-bottom:0.375rem;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.15;
font-size:17px;
color:#F5EDD8;
}
.ezzside_cta_p-wmg{
margin-bottom:12px;
line-height:1.45;
font-size:12px;
color:#C9BC9E;
}
.ezznav-wmg{
gap:3px;
display:flex;
flex-direction:column;
}
.ezznav_label-wmg{
padding:6px 0.625rem;
letter-spacing:.14em;
text-transform:uppercase;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.594rem;
color:#5A5244;
}
.ezznav_item-wmg{
gap:11px;
border-radius:8px;
padding:10px;
font-size:14px;
align-items:center;
color:#C9BC9E;
display:flex;
font-weight:500;
}
.ezznav_item-wmg svg{
height:17px;
width:17px;
}
.ezznav_item-wmg:hover{
background:rgba(212, 160, 23, 0.11);
color:#F5EDD8;
}
.ezznav_item_on-wmg{
background:rgba(212, 160, 23, 0.11);
font-weight:600;
color:#D4A017;
}
.ezzside_foot-wmg{
border-radius:13px;
background:#1A1710;
padding:12px;
border:1px solid #3A3220;
margin-top:auto;
}
.ezzside_foot-wmg p{
color:#C9BC9E;
margin-top:4px;
line-height:1.4;
font-size:0.781rem;
}
/* ---------- topbar ---------- */
.ezztop-wmg{
background:#13110D;
padding:0.875rem 28px;
gap:16px;
border-bottom:1px solid #2A2418;
z-index:40;
display:flex;
align-items:center;
position:sticky;
top:0;
}
.ezztop_brand-wmg{
gap:9px;
align-items:center;
display:none;
}
.ezzsearch-wmg{
flex:1;
background:#1A1710;
padding:0.688rem 0.875rem;
gap:0.625rem;
border-radius:13px;
border:1px solid #3A3220;
font-size:0.844rem;
align-items:center;
max-width:440px;
color:#8E8270;
display:flex;
}
.ezzsearch-wmg svg{
flex:none;
height:1rem;
width:1rem;
}
.ezztop_actions-wmg{
gap:0.75rem;
display:flex;
align-items:center;
margin-left:auto;
}
.ezzlang-wmg{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
color:#C9BC9E;
}
.ezzburger-wmg{
background:#1A1710;
border:1px solid #3A3220;
border-radius:8px;
justify-content:center;
color:#F5EDD8;
height:40px;
align-items:center;
width:40px;
display:none;
}
/* ---------- bottom-nav (mobile) ---------- */
.ezzbotnav-wmg{
display:none;
}
@media(max-width:1025px){
.ezzside-wmg{
transition:transform .25s ease;
z-index:80;
position:fixed;
transform:translateX(-100%);
width:280px;
left:0;
height:100vh;
top:0;
}
.ezzdrawer_cb-wmg:checked~.ezzshell-wmg .ezzside-wmg{
transform:translateX(0);
}
.ezztop-wmg{
gap:0.75rem;
padding:0.875rem 16px;
position:static;
flex-wrap:wrap;
}
.ezztop_brand-wmg{
display:flex;
}
.ezzsearch-wmg{
display:none;
}
.ezzburger-wmg{
display:flex;
}
.ezztop_actions-wmg{
gap:0.625rem;
margin-left:0;
align-items:stretch;
width:100%;
}
.ezztop_actions-wmg .ezzlang-wmg{
display:none;
}
.ezztop_actions-wmg .ezzbtn-wmg{
padding:11px 10px;
flex:1;
text-align:center;
}
.ezzbotnav-wmg{
grid-template-columns:repeat(3,1fr);
padding:0.5rem 6px calc(0.5rem + env(safe-area-inset-bottom));
background:#13110D;
right:0;
left:0;
bottom:0;
z-index:65;
position:fixed;
border-top:1px solid #3A3220;
transform:translateZ(0);
display:grid;
}
.ezzbn-wmg{
padding:6px 2px 0;
gap:4px;
flex-direction:column;
align-items:center;
font-weight:600;
font-size:0.625rem;
color:#C9BC9E;
justify-content:flex-end;
min-width:0;
display:flex;
}
.ezzbn-wmg svg{
flex:none;
height:22px;
width:1.375rem;
}
.ezzbn-wmg span{
overflow:hidden;
white-space:nowrap;
max-width:100%;
text-align:center;
text-overflow:ellipsis;
}
.ezzbn_on-wmg{
color:#D4A017;
}
.ezzbn_center-wmg{
position:relative;
}
.ezzbn_fab-wmg{
border-radius:50%;
background:#F0C040;
top:-1.25rem;
transform:translateX(-50%);
width:50px;
color:#0F0D0A;
left:50%;
box-shadow:0 8px 32px rgba(0, 0, 0, 0.65), 0 2px 8px rgba(212, 160, 23, 0.18);
height:50px;
justify-content:center;
display:flex;
position:absolute;
align-items:center;
}
.ezzbn_fab-wmg svg{
height:1.5rem;
width:24px;
}
.ezzbn_center-wmg span{
color:#D4A017;
}
}
.ezzbtn-wmg{
border-radius:0.5rem;
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:8px;
padding:0.688rem 22px;
justify-content:center;
cursor:pointer;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-flex;
font-size:14px;
font-weight:700;
align-items:center;
}
.ezzbtn_pri-wmg{
background:#F0C040;
box-shadow:0 4px 18px rgba(212, 160, 23, 0.45), 0 1px 0.25rem rgba(0, 0, 0, 0.40);
color:#0F0D0A;
}
.ezzbtn_pri-wmg:hover{
background:#D4A017;
}
.ezzbtn_ghost-wmg{
background:rgba(212, 160, 23, 0.11);
font-weight:600;
color:#F5EDD8;
}
.ezzbtn_line-wmg{
border:1px solid #55492E;
background:transparent;
font-weight:600;
color:#F5EDD8;
}
.ezzbtn_lg-wmg{
border-radius:0.813rem;
padding:16px 30px;
font-size:0.938rem;
}
.ezzband-wmg .ezzbtn_line-wmg{
border-color:rgba(255, 215, 80, 0.13);
color:#F5EDD8;
}
.ezzband-wmg .ezzbtn_ghost-wmg{
background:rgba(255, 220, 100, 0.08);
color:#F5EDD8;
}
.ezzlink_m-wmg{
gap:5px;
color:#D4A017;
text-decoration:none;
cursor:pointer;
font-size:0.75rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
display:inline-flex;
align-items:center;
}
.ezzlink_m-wmg svg{
width:0.875rem;
height:0.875rem;
}
.ezzband-wmg .ezzlink_m-wmg{
color:#F0C040;
}
.ezzdot-wmg{
border-radius:50%;
background:#D4A017;
flex:none;
height:0.438rem;
width:0.438rem;
}
.ezzdot_live-wmg{
background:#E03B3B;
animation:zm3-pulse 1.4s infinite;
}
.ezzstars-wmg{
gap:2px;
color:#D4A017;
display:inline-flex;
}
.ezzstars-wmg svg{
height:15px;
width:0.938rem;
}
.ezzchip-wmg{
border:1px solid #3A3220;
background:#1A1710;
padding:7px 12px;
gap:0.375rem;
border-radius:0.5rem;
align-items:center;
font-size:11px;
color:#C9BC9E;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
display:inline-flex;
}
.ezzchip_on-wmg{
background:rgba(212, 160, 23, 0.11);
border-color:transparent;
color:#D4A017;
}
.ezzgc-wmg{
min-width:0;
color:inherit;
text-decoration:none;
display:block;
cursor:pointer;
}
.ezzgc_thumb-wmg{
border-radius:13px;
border:1px solid #3A3220;
overflow:hidden;
display:block;
position:relative;
background-position:center;
background-size:cover;
aspect-ratio:1;
}
.ezzgc_thumb_portrait-wmg{
aspect-ratio:3/4;
}
.ezzgc_thumb_wide-wmg{
aspect-ratio:16/11;
}
.ezzgc_cap-wmg{
background:linear-gradient(transparent,rgba(10, 9, 6, 0.72));
padding:0.563rem;
bottom:0;
position:absolute;
right:0;
left:0;
}
.ezzgc_name-wmg{
font-weight:700;
color:#F5EDD8;
display:block;
font-size:12.5px;
}
.ezzgc_meta-wmg{
font-size:0.688rem;
color:#A89B7A;
}
.ezzgc_badge-wmg{
padding:2px 0.375rem;
background:#D4A017;
border-radius:0.5rem;
top:0.5rem;
right:8px;
color:#0F0D0A;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:8px;
font-weight:700;
position:absolute;
}
.ezzgc_badge_hot-wmg{
background:#E03B3B;
color:#F5EDD8;
}
.ezzgc_badge_live-wmg{
background:#E03B3B;
left:0.5rem;
color:#F5EDD8;
right:auto;
}
.ezzgc_mult-wmg{
inset:0;
position:absolute;
font-size:28px;
color:#D4A017;
align-items:center;
display:flex;
justify-content:center;
font-weight:700;
}
.ezzpc-wmg{
border:1px solid #3A3220;
border-radius:13px;
background:#1A1710;
display:flex;
align-items:center;
height:64px;
color:#C9BC9E;
font-weight:700;
font-size:14px;
justify-content:center;
}
.ezzrail-wmg{
min-width:0;
}
.ezzrail_scroll-wmg{
gap:14px;
display:grid;
}
.ezzrail_scroll-wmg>*{
min-width:0;
}
.ezzg6-wmg{
grid-template-columns:repeat(6,1fr);
}
.ezzg7-wmg{
grid-template-columns:repeat(7,1fr);
}
.ezzg4-wmg{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1023px){
.ezzg6-wmg,.ezzg7-wmg{
grid-template-columns:none;
grid-auto-flow:column;
overflow-x:auto;
grid-auto-columns:120px;
padding-bottom:0.375rem;
scroll-snap-type:x mandatory;
}
.ezzg6-wmg>*,.ezzg7-wmg>*{
scroll-snap-align:start;
}
.ezzg4-wmg{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.ezzg4-wmg{
grid-template-columns:none;
grid-auto-columns:9.375rem;
grid-auto-flow:column;
overflow-x:auto;
}
}
.ezzpanel-wmg{
border:1px solid #3A3220;
padding:28px 2rem;
border-radius:1.25rem;
background:#1A1710;
}
.ezzsplit-wmg{
gap:36px;
align-items:start;
display:grid;
}
.ezzsplit-wmg>*{
min-width:0;
}
.ezzsplit_a-wmg{
grid-template-columns:.85fr 1.15fr;
}
.ezzsplit_b-wmg{
grid-template-columns:1fr 1.1fr;
}
.ezzsplit_c-wmg{
grid-template-columns:1.1fr .9fr;
}
.ezzpgrid-wmg{
grid-template-columns:.9fr 1.1fr;
gap:2.5rem;
align-items:center;
display:grid;
}
.ezzpgrid-wmg>*{
min-width:0;
}
.ezzlead-wmg{
margin-bottom:14px;
font-size:0.938rem;
color:#C9BC9E;
line-height:1.65;
}
.ezzfeat-wmg{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.ezzfeat-wmg>*{
min-width:0;
}
.ezzfeat2-wmg{
grid-template-columns:1fr 1fr;
}
.ezzfeat_card-wmg{
background:#1A1710;
border-radius:20px;
padding:1.625rem;
border:1px solid #3A3220;
}
.ezzfeat_card-wmg svg{
height:1.625rem;
margin-bottom:1rem;
width:26px;
color:#D4A017;
}
.ezzfeat_card-wmg h3{
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#F5EDD8;
font-size:18px;
margin-bottom:8px;
}
.ezzfeat_card-wmg p{
line-height:1.6;
font-size:0.813rem;
color:#C9BC9E;
}
.ezzfeat_card-wmg b{
color:#F5EDD8;
}
.ezzbig-wmg{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.ezzbig_n-wmg{
color:#D4A017;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:26px;
}
.ezzbig_l-wmg{
color:#8E8270;
font-size:12px;
}
.ezzperson-wmg{
gap:14px;
border:1px solid #3A3220;
padding:1rem 18px;
border-radius:0.813rem;
background:#1A1710;
display:flex;
align-items:center;
}
.ezzavatar-wmg{
border-radius:50%;
flex:none;
background:linear-gradient(135deg,#F0C040,#A87810);
width:44px;
height:44px;
}
.ezzperson_name-wmg{
font-weight:700;
color:#F5EDD8;
font-size:14px;
}
.ezzperson_role-wmg{
font-size:0.75rem;
color:#8E8270;
}
.ezzkv-wmg{
border:1px solid #3A3220;
gap:1px;
grid-template-columns:1fr 1fr;
border-radius:13px;
background:#3A3220;
overflow:hidden;
display:grid;
}
.ezzkv-wmg>div{
padding:16px 1.125rem;
background:#0F0D0A;
min-width:0;
}
.ezzkv_k-wmg{
font-size:0.594rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
margin-bottom:0.313rem;
color:#D4A017;
}
.ezzkv_v-wmg{
font-weight:700;
color:#F5EDD8;
font-size:13.5px;
}
@media(max-width:1027px){
.ezzsplit_a-wmg,.ezzsplit_b-wmg,.ezzsplit_c-wmg,.ezzpgrid-wmg{
gap:1.5rem;
grid-template-columns:1fr;
}
.ezzfeat-wmg,.ezzfeat2-wmg{
grid-template-columns:1fr;
}
.ezzkv-wmg{
grid-template-columns:1fr;
}
}
.ezzsh-wmg{
margin-bottom:16px;
min-width:0;
}
.ezzsh_row-wmg{
gap:12px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
}
.ezzsh_row-wmg .ezzsh_l-wmg{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.ezzsh_stack-wmg{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.ezzsh_center-wmg{
gap:10px;
text-align:center;
display:flex;
align-items:center;
flex-direction:column;
}
.ezzsh_h2-wmg{
gap:0.563rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.1;
font-size:1.25rem;
font-weight:700;
display:flex;
color:#F5EDD8;
overflow-wrap:break-word;
align-items:center;
}
@media(min-width:768px){
.ezzsh_h2-wmg{
font-size:1.5rem;
}
}
.ezzband-wmg .ezzsh_h2-wmg{
color:#F5EDD8;
}
.ezzeb_mono-wmg{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:none;
letter-spacing:.08em;
}
.ezzeb_mono-wmg::before{
content:"// ";
}
.ezzeb_upper-wmg{
letter-spacing:.14em;
text-transform:uppercase;
}
.ezzeb_pill-wmg{
padding:0.313rem 0.688rem;
background:rgba(212, 160, 23, 0.11);
border-radius:999px;
letter-spacing:.12em;
text-transform:uppercase;
}
.ezzeb_line-wmg{
gap:10px;
display:inline-flex;
align-items:center;
}
.ezzeb_line-wmg::before{
background:#D4A017;
width:1.5rem;
content:"";
height:1px;
display:inline-block;
}
.ezzband-wmg .ezzeb_line-wmg::before{
background:#F0C040;
}
.ezzband-wmg .ezzeb_pill-wmg{
background:rgba(255, 220, 100, 0.08);
}
.ezzsh_link-wmg{
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;
white-space:nowrap;
font-weight:600;
display:inline-flex;
color:#F5EDD8;
font-size:13px;
align-items:center;
border-bottom:1px solid #F5EDD8;
padding-bottom:2px;
}
.ezzsh_link-wmg:hover{
border-color:#D4A017;
color:#D4A017;
}
.ezzsh_link-wmg svg{
height:14px;
width:14px;
}
.ezzsh_link_chev-wmg{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
border-bottom:0;
font-size:0.75rem;
color:#D4A017;
padding-bottom:0;
}
.ezzsh_link_btn-wmg{
background:#F0C040;
padding:0.563rem 18px;
border-radius:999px;
color:#0F0D0A;
border-bottom:0;
}
.ezzsh_link_btn-wmg:hover{
background:#D4A017;
border-color:transparent;
}
.ezzband-wmg .ezzsh_link-wmg{
border-color:#F5EDD8;
color:#F5EDD8;
}
.ezzband-wmg .ezzsh_link_chev-wmg{
color:#F0C040;
}
.ezzsh_rule-wmg{
margin:-2px 0 16px;
background:#3A3220;
height:1px;
}
.ezzband-wmg .ezzsh_rule-wmg{
background:rgba(255, 215, 80, 0.13);
}
.ezzseo_grid3-wmg{
grid-template-columns:repeat(3,1fr);
gap:20px;
display:grid;
}
.ezzseo_grid4-wmg{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.ezzseo_grid3-wmg>*,.ezzseo_grid4-wmg>*{
min-width:0;
}
.ezzseo_card-wmg{
padding:1.5rem;
background:#1A1710;
border-radius:13px;
border:1px solid #3A3220;
}
.ezzseo_card-wmg h3{
margin-bottom:0.5rem;
color:#F5EDD8;
font-size:1.125rem;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ezzseo_card-wmg p{
line-height:1.6;
font-size:0.813rem;
color:#C9BC9E;
}
.ezzseo_card_sm-wmg{
padding:1.25rem;
}
.ezzseo_card_sm-wmg h3{
font-size:1rem;
}
.ezzseo_card_sm-wmg p{
font-size:12.5px;
line-height:1.55;
}
.ezzseo_rtp_row-wmg{
gap:36px;
grid-template-columns:1fr 1fr;
display:grid;
margin-top:1rem;
align-items:center;
}
.ezzrtp-wmg{
gap:0.875rem;
display:flex;
min-width:0;
}
.ezzrtp-wmg>div{
flex:1;
border-radius:0.813rem;
padding:16px;
background:#0F0D0A;
min-width:0;
text-align:center;
}
.ezzrtp_n-wmg{
white-space:nowrap;
font-size:1.625rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
color:#D4A017;
}
.ezzrtp_l-wmg{
font-size:0.688rem;
margin-top:0.25rem;
color:#8E8270;
}
.ezzcmp-wmg{
border-radius:13px;
overflow:hidden;
border:1px solid #3A3220;
max-width:47.5rem;
}
.ezzcmp_row-wmg{
grid-template-columns:1.6fr 1fr 1fr;
font-size:13px;
display:grid;
}
.ezzcmp_row-wmg>div{
padding:0.813rem 0.875rem;
min-width:0;
text-align:center;
}
.ezzcmp_row-wmg>div:first-child{
padding-left:22px;
color:#F5EDD8;
text-align:left;
font-weight:600;
}
.ezzcmp_th-wmg{
background:#0F0D0A;
font-weight:700;
font-size:0.781rem;
}
.ezzcmp_row-wmg:not(.ezzcmp_th-wmg){
background:#1A1710;
color:#C9BC9E;
border-top:1px solid #2A2418;
}
.ezzcmp_zebra-wmg{
background:#141209;
}
.ezzguide-wmg{
border-radius:0.813rem;
overflow:hidden;
border:1px solid #3A3220;
background:#1A1710;
cursor:pointer;
}
.ezzguide_cover-wmg{
height:8.125rem;
}
.ezzguide_body-wmg{
padding:1.25rem;
}
.ezzguide_body-wmg h3{
margin:7px 0 9px;
font-size:1rem;
font-weight:700;
color:#F5EDD8;
line-height:1.25;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ezzguide_meta-wmg{
color:#8E8270;
font-size:11.5px;
}
.ezzhub-wmg{
gap:28px;
grid-template-columns:repeat(5,1fr);
display:grid;
border-top:1px solid #2A2418;
padding-top:28px;
}
.ezzhub-wmg>*{
min-width:0;
}
.ezzhub-wmg h4{
font-weight:700;
font-size:0.813rem;
margin-bottom:11px;
color:#F5EDD8;
}
.ezzhub_col-wmg{
gap:8px;
font-size:0.813rem;
flex-direction:column;
display:flex;
color:#C9BC9E;
}
.ezzhub_col-wmg a{
cursor:pointer;
}
@media(max-width:1025px){
.ezzseo_grid3-wmg{
grid-template-columns:1fr;
}
.ezzseo_grid4-wmg{
grid-template-columns:repeat(2,1fr);
}
.ezzseo_rtp_row-wmg{
grid-template-columns:1fr;
gap:1.25rem;
}
.ezzhub-wmg{
grid-template-columns:repeat(2,1fr);
gap:22px;
}
}
@media(max-width:563px){
.ezzhub-wmg{
grid-template-columns:1fr;
}
}
.ezzhero-wmg{
border:1px solid #3A3220;
background:linear-gradient(120deg,#1C1608,#0E1220);
padding:46px 3rem;
border-radius:20px;
overflow:hidden;
position:relative;
color:#F5EDD8;
}
.ezzhero_glow-wmg{
border-radius:50%;
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
position:absolute;
height:340px;
top:-3.75rem;
right:-60px;
width:340px;
}
.ezzhero_in-wmg{
max-width:600px;
position:relative;
}
.ezzhero-wmg .ezzeyebrow-wmg{
color:#F0C040;
}
.ezzpill_row-wmg{
gap:8px;
border-radius:999px;
border:1px solid rgba(255, 215, 80, 0.13);
padding:6px 13px;
background:rgba(255, 220, 100, 0.08);
color:#F0C040;
display:inline-flex;
align-items:center;
margin-bottom:1.375rem;
text-transform:uppercase;
font-size:0.656rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.1em;
}
.ezzhero_h1-wmg{
margin:18px 0;
line-height:1.02;
color:#F5EDD8;
letter-spacing:-.02em;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
overflow-wrap:break-word;
font-size:54px;
}
.ezzhero_h1-wmg em{
color:#F0C040;
font-style:normal;
}
.ezzhero_sub-wmg{
max-width:480px;
line-height:1.55;
margin-bottom:28px;
font-size:1.063rem;
color:#A89B7A;
}
.ezzhero_cta-wmg{
gap:14px;
margin-bottom:1.625rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ezzhero_trust-wmg{
gap:14px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ezzhero_rating_txt-wmg{
font-size:0.813rem;
color:#A89B7A;
}
@media(max-width:1025px){
.ezzhero-wmg{
padding:32px 24px;
}
.ezzhero_h1-wmg{
font-size:2.375rem;
}
}
@media(max-width:563px){
.ezzhero_h1-wmg{
font-size:30px;
}
}
.ezztabs-wmg{
gap:9px;
display:flex;
flex-wrap:wrap;
}
.ezztab-wmg{
border:1px solid #3A3220;
border-radius:8px;
background:#1A1710;
padding:0.625rem 18px;
color:#C9BC9E;
font-size:0.813rem;
cursor:pointer;
font-weight:600;
}
.ezztab_on-wmg{
border-color:transparent;
background:#F0C040;
font-weight:700;
color:#0F0D0A;
}
.ezzstat-wmg{
grid-template-columns:repeat(4,1fr);
gap:14px;
display:grid;
}
.ezzstat-wmg>*{
min-width:0;
}
.ezzstat_item-wmg{
padding:18px 20px;
border:1px solid #3A3220;
border-radius:13px;
background:#1A1710;
}
.ezzstat_k-wmg{
text-transform:uppercase;
letter-spacing:.12em;
color:#8E8270;
font-size:9.5px;
margin-bottom:0.438rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ezzstat_v-wmg{
gap:0.5rem;
display:flex;
min-width:0;
font-size:1.5rem;
font-weight:700;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
align-items:center;
overflow-wrap:anywhere;
color:#F5EDD8;
}
.ezzstat_v_accent-wmg{
color:#D4A017;
}
@media(max-width:1021px){
.ezzstat-wmg{
grid-template-columns:repeat(2,1fr);
}
}
.ezzwlc-wmg{
overflow:hidden;
background:linear-gradient(120deg,#1C1608,#0E1220);
border:1px solid #3A3220;
padding:36px 40px;
gap:1.5rem;
border-radius:20px;
grid-template-columns:1.2fr .8fr;
position:relative;
display:grid;
color:#F5EDD8;
align-items:center;
}
.ezzwlc-wmg>*{
min-width:0;
}
.ezzwlc-wmg .ezzeyebrow-wmg{
color:#F0C040;
}
.ezzwlc_glow-wmg{
border-radius:50%;
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
top:-2.5rem;
height:260px;
position:absolute;
right:-40px;
width:260px;
}
.ezzwlc_in-wmg{
position:relative;
}
.ezzwlc_h2-wmg{
margin:0.625rem 0 0.5rem;
overflow-wrap:break-word;
color:#F5EDD8;
font-size:2.125rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.03;
font-weight:700;
}
.ezzwlc_h2-wmg em{
color:#F0C040;
font-style:normal;
}
.ezzwlc_sub-wmg{
font-size:0.875rem;
margin-bottom:18px;
color:#A89B7A;
max-width:26.25rem;
line-height:1.55;
}
.ezzwlc_terms-wmg{
gap:10px;
display:flex;
flex-direction:column;
position:relative;
}
.ezzterm-wmg{
background:rgba(255, 220, 100, 0.08);
gap:0.688rem;
border-radius:13px;
padding:0.813rem 15px;
border:1px solid rgba(255, 215, 80, 0.13);
display:flex;
align-items:center;
}
.ezzterm-wmg svg{
flex:none;
width:1.25rem;
color:#F0C040;
height:1.25rem;
}
.ezzterm_k-wmg{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:9.5px;
text-transform:uppercase;
letter-spacing:.1em;
color:#A89B7A;
}
.ezzterm_v-wmg{
margin-top:2px;
color:#F5EDD8;
font-weight:700;
font-size:14px;
}
@media(max-width:1025px){
.ezzwlc-wmg{
grid-template-columns:1fr;
}
}
@media(max-width:558px){
.ezzwlc_h2-wmg{
font-size:1.625rem;
}
}
.ezzjp-wmg{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.ezzjp-wmg>*{
min-width:0;
}
.ezzjp_hero-wmg{
overflow:hidden;
border:1px solid #3A3220;
border-radius:1.25rem;
padding:1.625rem;
gap:0.875rem;
background:linear-gradient(135deg,#1C1608,#0E1220);
display:flex;
justify-content:space-between;
position:relative;
color:#F5EDD8;
flex-direction:column;
min-height:180px;
}
.ezzjp_glow-wmg{
border-radius:50%;
background:radial-gradient(circle,rgba(212, 160, 23, 0.22),transparent 70%);
position:absolute;
height:11.25rem;
top:-40px;
width:180px;
right:-40px;
}
.ezzjp_k_row-wmg{
gap:10px;
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
}
.ezzjp_k-wmg{
text-transform:uppercase;
color:#8E8270;
letter-spacing:.12em;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:10px;
}
.ezzjp_hero-wmg .ezzjp_k-wmg{
color:#A89B7A;
}
.ezzjp_amt-wmg{
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1;
font-size:2.625rem;
color:#F0C040;
position:relative;
font-weight:700;
}
.ezzjp_sub-wmg{
color:#A89B7A;
margin-top:0.313rem;
font-size:12px;
}
.ezzjp_cell-wmg{
padding:22px;
background:#1A1710;
border:1px solid #3A3220;
border-radius:20px;
display:flex;
min-height:11.25rem;
flex-direction:column;
justify-content:space-between;
}
.ezzjp_cell-wmg .ezzjp_amt-wmg{
color:#F5EDD8;
font-size:1.875rem;
}
.ezzjp_cell-wmg .ezzjp_sub-wmg{
color:#8E8270;
}
@media(max-width:1026px){
.ezzjp-wmg{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.ezzjp_amt-wmg{
font-size:2rem;
}
}
.ezzsteps-wmg{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.ezzsteps-wmg>*{
min-width:0;
}
.ezzstep-wmg{
background:#1A1710;
padding:24px;
border:1px solid #3A3220;
border-radius:0.813rem;
position:relative;
}
.ezzstep_num-wmg{
background:#F0C040;
border-radius:0.5rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-weight:700;
justify-content:center;
color:#0F0D0A;
margin-bottom:14px;
width:30px;
font-size:0.813rem;
display:flex;
align-items:center;
height:30px;
}
.ezzstep_h-wmg{
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:16px;
margin-bottom:7px;
font-weight:700;
color:#F5EDD8;
}
.ezzstep_p-wmg{
color:#C9BC9E;
line-height:1.55;
font-size:13px;
}
@media(max-width:1025px){
.ezzsteps-wmg{
grid-template-columns:1fr;
}
}
.ezzdw_h2-wmg{
margin-bottom:0.625rem;
line-height:1.08;
font-weight:700;
font-size:1.625rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
}
.ezzsteps_v-wmg{
gap:10px;
grid-template-columns:1fr;
}
.ezzsteps_v-wmg .ezzstep-wmg{
padding:1.125rem 1.25rem;
}
@media(max-width:559px){
.ezzdw_h2-wmg{
font-size:1.438rem;
}
}
.ezzapp-wmg{
gap:36px;
flex-wrap:wrap;
display:flex;
align-items:center;
justify-content:space-between;
}
.ezzapp_copy-wmg{
max-width:32.5rem;
}
.ezzapp_h2-wmg{
margin:0.75rem 0 0.625rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:28px;
line-height:1.05;
font-weight:700;
color:#F5EDD8;
}
.ezzapp_text-wmg{
font-size:0.875rem;
margin-bottom:20px;
line-height:1.6;
color:#C9BC9E;
}
.ezzapp_btns-wmg{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.ezzstore-wmg{
background:#0F0D0A;
gap:9px;
border:1px solid #3A3220;
padding:11px 18px;
border-radius:0.813rem;
align-items:center;
cursor:pointer;
font-size:0.813rem;
font-weight:700;
display:inline-flex;
color:#F5EDD8;
}
.ezzstore-wmg svg{
height:16px;
width:1rem;
}
.ezzapp_qr_wrap-wmg{
gap:16px;
align-items:center;
display:flex;
}
.ezzqr-wmg{
grid-template-columns:repeat(5,1fr);
border:1px solid #3A3220;
background:#0F0D0A;
border-radius:0.813rem;
gap:3px;
grid-template-rows:repeat(5,1fr);
padding:0.688rem;
width:6.75rem;
height:6.75rem;
display:grid;
}
.ezzqr-wmg i{
background:transparent;
}
.ezzqr_f-wmg{
background:#D4A017;
}
.ezzapp_qr_cap-wmg{
color:#8E8270;
line-height:1.4;
font-size:0.75rem;
max-width:5.25rem;
}
.ezzpromo_grid-wmg{
grid-template-columns:repeat(3,1fr);
gap:16px;
display:grid;
}
.ezzpromo_grid-wmg>*{
min-width:0;
}
.ezzpromo-wmg{
overflow:hidden;
background:#1A1710;
padding:24px;
border:1px solid #3A3220;
border-radius:20px;
position:relative;
min-height:150px;
}
.ezzpromo_h-wmg{
font-size:26px;
color:#F5EDD8;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-top:6px;
line-height:1.05;
font-weight:700;
}
.ezzpromo_h-wmg em{
color:#D4A017;
font-style:normal;
}
.ezzpromo_p-wmg{
margin-top:8px;
color:#C9BC9E;
font-size:0.781rem;
line-height:1.5;
}
.ezzpromo_feat-wmg{
border-color:#3A3220;
background:linear-gradient(135deg,#1C1608,#0E1220);
}
.ezzpromo_feat-wmg .ezzpromo_h-wmg{
color:#F5EDD8;
}
.ezzpromo_feat-wmg .ezzpromo_h-wmg em{
color:#F0C040;
}
.ezzpromo_feat-wmg .ezzpromo_p-wmg{
color:#A89B7A;
}
.ezzpromo_feat-wmg .ezzeyebrow-wmg{
color:#F0C040;
}
@media(max-width:1022px){
.ezzpromo_grid-wmg{
grid-template-columns:1fr;
}
}
.ezzpay_logos-wmg{
grid-template-columns:repeat(4,1fr);
gap:9px;
display:grid;
}
.ezzpay_logos-wmg>*{
min-width:0;
}
.ezzpay-wmg{
border-radius:8px;
border:1px solid #3A3220;
font-weight:700;
justify-content:center;
color:#C9BC9E;
height:3rem;
align-items:center;
display:flex;
font-size:12px;
}
.ezztable-wmg{
border-radius:13px;
border:1px solid #3A3220;
overflow:hidden;
}
.ezztrow-wmg{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.ezztrow-wmg>div{
padding:13px 14px;
min-width:0;
}
.ezztrow-wmg>div:first-child{
font-weight:700;
padding-left:16px;
color:#F5EDD8;
}
.ezztrow_th-wmg{
background:#0F0D0A;
letter-spacing:.06em;
color:#8E8270;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:9.5px;
text-transform:uppercase;
}
.ezztrow-wmg:not(.ezztrow_th-wmg){
background:#1A1710;
border-top:1px solid #2A2418;
color:#C9BC9E;
}
.ezztrow_zebra-wmg{
background:#141209;
}
.ezzpos-wmg{
color:#D4A017;
font-weight:700;
}
@media(max-width:1025px){
.ezzpay_logos-wmg{
grid-template-columns:repeat(2,1fr);
}
}
.ezzvip_head-wmg{
gap:12px;
justify-content:space-between;
display:flex;
margin-bottom:18px;
flex-wrap:wrap;
align-items:flex-end;
}
.ezzvip_intro-wmg{
max-width:26.25rem;
font-size:0.813rem;
color:#C9BC9E;
}
.ezzvip-wmg{
grid-template-columns:repeat(5,1fr);
gap:0.75rem;
display:grid;
}
.ezzvip-wmg>*{
min-width:0;
}
.ezztier-wmg{
border-radius:13px;
border:1px solid #3A3220;
background:#1A1710;
padding:1.25rem;
}
.ezztier_on-wmg{
background:rgba(212, 160, 23, 0.11);
border-color:#D4A017;
}
.ezztier_medal-wmg{
border-radius:0.5rem;
background:linear-gradient(135deg,#F0C040,#A87810);
width:1.875rem;
height:1.875rem;
margin-bottom:14px;
}
.ezztier_name-wmg{
color:#F5EDD8;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:15px;
margin-bottom:5px;
font-weight:700;
}
.ezztier_tx-wmg{
font-size:0.719rem;
line-height:1.5;
color:#8E8270;
}
@media(max-width:1026px){
.ezzvip-wmg{
grid-template-columns:repeat(2,1fr);
}
}
.ezznews-wmg{
border-radius:1.25rem;
border:1px solid #3A3220;
padding:1.625rem 2rem;
gap:1.5rem;
background:linear-gradient(135deg,#1C1608,#0E1220);
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
display:flex;
color:#F5EDD8;
}
.ezznews_h3-wmg{
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
margin-bottom:4px;
color:#F5EDD8;
font-weight:700;
font-size:1.25rem;
}
.ezznews_text-wmg{
font-size:0.813rem;
color:#A89B7A;
}
.ezznews_form-wmg{
gap:10px;
flex:1;
display:flex;
min-width:0;
max-width:440px;
}
.ezznews_form-wmg .ezzinput-wmg{
min-width:0;
}
@media(max-width:562px){
.ezznews_form-wmg{
width:100%;
}
}
.ezzinput-wmg{
border-radius:8px;
padding:13px 16px;
background:rgba(255, 220, 100, 0.08);
flex:1;
border:1px solid rgba(255, 215, 80, 0.13);
color:#A89B7A;
font-size:13.5px;
}
.ezztour-wmg{
grid-template-columns:1.05fr 1fr;
overflow:hidden;
border:1px solid #3A3220;
border-radius:1.25rem;
display:grid;
}
.ezztour-wmg>*{
min-width:0;
}
.ezztour_l-wmg{
padding:34px;
background:linear-gradient(135deg,#1C1608,#0E1220);
overflow:hidden;
color:#F5EDD8;
position:relative;
}
.ezztour_h2-wmg{
margin:0.75rem 0 0.625rem;
color:#F5EDD8;
line-height:1.05;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:1.875rem;
font-weight:700;
}
.ezztour_h2-wmg em{
color:#F0C040;
font-style:normal;
}
.ezztour_text-wmg{
color:#A89B7A;
font-size:13.5px;
line-height:1.6;
margin-bottom:20px;
max-width:21.25rem;
}
.ezztour_meta-wmg{
gap:18px;
align-items:flex-end;
flex-wrap:wrap;
display:flex;
margin-bottom:20px;
}
.ezztour_cap-wmg{
text-transform:uppercase;
font-size:0.594rem;
margin-bottom:5px;
color:#A89B7A;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.ezzcount-wmg{
gap:6px;
display:flex;
}
.ezzcount-wmg span{
border-radius:0.5rem;
background:rgba(255, 220, 100, 0.08);
border:1px solid rgba(255, 215, 80, 0.13);
padding:0.25rem 0.563rem;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-weight:700;
font-size:1.375rem;
}
.ezztour_units-wmg{
font-size:10px;
color:#A89B7A;
}
.ezzboard-wmg{
background:#1A1710;
padding:28px 1.875rem;
}
.ezzboard_head-wmg{
align-items:center;
margin-bottom:0.875rem;
display:flex;
justify-content:space-between;
}
.ezzboard_title-wmg{
font-size:1rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
font-weight:700;
}
.ezzboard_upd-wmg{
text-transform:uppercase;
color:#8E8270;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:10px;
}
.ezzboard_list-wmg{
gap:2px;
flex-direction:column;
display:flex;
}
.ezzboard_row-wmg{
padding:10px 12px;
border-radius:0.5rem;
gap:0.75rem;
display:flex;
align-items:center;
}
.ezzboard_top1-wmg{
background:rgba(212, 160, 23, 0.11);
}
.ezzboard_rk-wmg{
font-weight:700;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:14px;
width:1.25rem;
color:#8E8270;
}
.ezzboard_top1-wmg .ezzboard_rk-wmg{
color:#D4A017;
}
.ezzboard_nm-wmg{
flex:1;
font-size:0.844rem;
font-weight:600;
min-width:0;
color:#C9BC9E;
}
.ezzboard_top1-wmg .ezzboard_nm-wmg{
font-weight:700;
color:#F5EDD8;
}
.ezzboard_pt-wmg{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#C9BC9E;
font-size:12.5px;
}
@media(max-width:1025px){
.ezztour-wmg{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.ezztour_h2-wmg{
font-size:1.5rem;
}
}
.ezzsupp-wmg{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.ezzsupp-wmg>*{
min-width:0;
}
.ezzsupp_card-wmg{
border-radius:0.813rem;
background:#1A1710;
padding:1.5rem;
border:1px solid #3A3220;
}
.ezzsupp_card-wmg svg{
height:1.5rem;
color:#D4A017;
margin-bottom:0.875rem;
width:1.5rem;
}
.ezzsupp_card-wmg h3{
font-weight:700;
margin-bottom:0.375rem;
color:#F5EDD8;
font-size:16px;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ezzsupp_card-wmg p{
font-size:13px;
line-height:1.55;
color:#C9BC9E;
}
@media(max-width:1021px){
.ezzsupp-wmg{
grid-template-columns:1fr;
}
}
.ezzet_h2-wmg{
margin:0.625rem 0 14px;
color:#F5EDD8;
font-weight:700;
font-size:1.75rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.08;
}
.ezzet_right-wmg{
gap:10px;
flex-direction:column;
display:flex;
}
.ezzet_updated-wmg{
border:1px solid #3A3220;
padding:0.875rem 18px;
background:#0F0D0A;
gap:10px;
border-radius:0.813rem;
display:flex;
color:#C9BC9E;
align-items:center;
font-size:0.75rem;
}
.ezzet_updated-wmg svg{
flex:none;
width:15px;
height:0.938rem;
color:#D4A017;
}
.ezzet_updated-wmg b{
color:#F5EDD8;
}
@media(max-width:563px){
.ezzet_h2-wmg{
font-size:1.5rem;
}
}
.ezzdispute-wmg{
border:1px dashed #55492E;
padding:26px 1.875rem;
gap:28px;
border-radius:0.813rem;
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.ezzdispute_in-wmg{
max-width:41.25rem;
}
.ezzdispute_h2-wmg{
font-weight:700;
color:#F5EDD8;
margin-bottom:8px;
font-size:1.375rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ezzdispute_text-wmg{
color:#C9BC9E;
font-size:0.844rem;
line-height:1.6;
}
.ezzop_h2-wmg{
margin:10px 0 0.5rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#F5EDD8;
font-size:24px;
line-height:1.1;
font-weight:700;
}
.ezzop_text-wmg{
font-size:13.5px;
color:#C9BC9E;
line-height:1.6;
}
@media(max-width:560px){
.ezzop_h2-wmg{
font-size:1.375rem;
}
}
.ezzab_h2-wmg{
margin:14px 0 16px;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:32px;
color:#F5EDD8;
line-height:1.08;
font-weight:700;
}
.ezzab_body-wmg{
line-height:1.65;
margin-bottom:14px;
font-size:0.938rem;
color:#C9BC9E;
}
.ezzab_chips-wmg{
gap:10px;
display:flex;
flex-wrap:wrap;
margin-top:8px;
}
.ezzfaq-wmg{
gap:10px;
display:flex;
flex-direction:column;
}
.ezzfaq_item-wmg{
border-radius:0.813rem;
padding:18px 22px;
background:#1A1710;
border:1px solid #3A3220;
}
.ezzfaq_q-wmg{
gap:1rem;
list-style:none;
font-size:15.5px;
display:flex;
align-items:center;
cursor:pointer;
color:#F5EDD8;
font-weight:600;
justify-content:space-between;
}
.ezzfaq_q-wmg::-webkit-details-marker{
display:none;
}
.ezzfaq_q_t-wmg{
gap:10px;
display:flex;
}
.ezzfaq_q_i-wmg{
color:#D4A017;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-style:normal;
}
.ezzfaq_pm-wmg{
color:#D4A017;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:1.25rem;
}
.ezzfaq_item-wmg[open] .ezzfaq_pm-wmg{
transform:rotate(45deg);
}
.ezzfaq_a-wmg{
margin-top:0.75rem;
line-height:1.6;
font-size:13.5px;
color:#C9BC9E;
}
@media(max-width:562px){
.ezzab_h2-wmg{
font-size:26px;
}
}
.ezzprovs-wmg{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:1.75rem;
display:grid;
}
.ezzprovs-wmg>*{
min-width:0;
}
.ezzprov-wmg{
background:#1A1710;
border:1px solid #3A3220;
padding:0.75rem;
border-radius:13px;
height:64px;
align-items:center;
justify-content:center;
display:flex;
text-decoration:none;
}
.ezzprov_img-wmg{
max-width:100%;
max-height:32px;
object-fit:contain;
}
.ezzresp-wmg{
padding:1.625rem;
gap:24px;
border-radius:0.813rem;
border:1px solid #3A3220;
background:#1A1710;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ezzresp_in-wmg{
max-width:35rem;
}
.ezzresp_h-wmg{
color:#F5EDD8;
font-weight:700;
margin-bottom:8px;
font-size:1.188rem;
font-family:"Space Grotesk", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
}
.ezzresp_p-wmg{
line-height:1.6;
font-size:0.844rem;
color:#C9BC9E;
}
.ezzresp_badges-wmg{
gap:14px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.ezzage18-wmg{
border-radius:8px;
padding:0.25rem 8px;
border:1.5px solid #E03B3B;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#E03B3B;
font-weight:700;
font-size:13px;
}
.ezzresp_org-wmg{
color:#8E8270;
font-size:0.813rem;
font-weight:600;
}
@media(max-width:1026px){
.ezzprovs-wmg{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:558px){
.ezzprovs-wmg{
grid-template-columns:repeat(2,1fr);
}
}
.ezzfooter-wmg{
padding:40px 28px;
background:#0A0906;
border-top:1px solid #2A2418;
}
.ezzfooter_grid-wmg{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
margin-bottom:1.75rem;
display:grid;
max-width:87.5rem;
margin-left:auto;
margin-right:auto;
}
.ezzfooter_grid-wmg>*{
min-width:0;
}
.ezzfooter_grid-wmg h4{
margin-bottom:13px;
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
color:#5A5244;
letter-spacing:.12em;
font-size:10px;
}
.ezzfcol-wmg{
gap:9px;
color:#C9BC9E;
flex-direction:column;
display:flex;
font-size:0.813rem;
}
.ezzfcol-wmg a{
cursor:pointer;
}
.ezzft_about-wmg{
color:#8E8270;
font-size:13px;
margin-top:12px;
line-height:1.6;
max-width:16.25rem;
}
.ezzft_contact-wmg{
font-family:"IBM Plex Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
overflow-wrap:anywhere;
color:#D4A017;
font-size:12.5px;
margin-top:0.75rem;
}
.ezzfooter_bottom-wmg{
gap:16px;
margin:0 auto;
align-items:center;
justify-content:space-between;
border-top:1px solid #2A2418;
flex-wrap:wrap;
display:flex;
max-width:1400px;
padding-top:20px;
}
.ezzfooter_bottom-wmg p{
color:#5A5244;
font-size:0.688rem;
max-width:45rem;
line-height:1.6;
}
@media(max-width:1023px){
.ezzfooter_grid-wmg{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:558px){
.ezzfooter_grid-wmg{
grid-template-columns:1fr;
}
}