.elementor-kit-6{--e-global-color-primary:#FAC21E;--e-global-color-secondary:#4D102F;--e-global-color-text:#404041;--e-global-color-accent:#728537;--e-global-color-32d6367:#BD4327;--e-global-color-4762899:#F05423;--e-global-color-4a17b42:#101215;--e-global-typography-primary-font-family:"GendyRegular";--e-global-typography-primary-font-size:1.3rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:1.2rem;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.05rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.8em;--e-global-typography-text-letter-spacing:0.02px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:300;background-color:transparent;color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:1.05rem;font-weight:300;line-height:1.8em;letter-spacing:0.02em;background-image:radial-gradient(at center center, var( --e-global-color-secondary ) 20%, #000000 100%);}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-size:15px;font-weight:600;line-height:1.2em;letter-spacing:0.02em;color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF12;border-radius:30px 30px 30px 30px;padding:14px 32px 14px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#FFFFFF0A;border-style:solid;border-color:#FFFFFF33;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"GendyRegular", Sans-serif;font-size:4vw;font-weight:400;line-height:1.3em;}.elementor-kit-6 h2{font-family:"GendyRegular", Sans-serif;font-size:3.5vw;font-weight:700;letter-spacing:1.7px;}.elementor-kit-6 h3{font-family:"Roboto", Sans-serif;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6 h2{font-size:3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:2.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --yellow:#FAC21E; --purple:#4D102F; --text-grey:#404041; --dorange:#BD4327; --green:#728537; --lorange:#F05423; }
/* Start custom CSS *//* Variables */
:root {
    --primary: #fac21e;
    --primary-dim: color-mix(in srgb, var(--primary), transparent 75%);
    --primary-dim2: color-mix(in srgb, var(--primary), transparent 90%);
    --gold: #fac21e;
    --yellow: #fac21e;
    --gold-dim: rgba(250, 194, 30, 0.12);
    --gold-glow: rgba(250, 194, 30, 0.06);
    --olive: #728537;
    --coral: #f05423;
    --rust: #bd4327;
    --burg: #4d102f;
    --bg: radial-gradient(at 80% 55%, #4D0F2E 20%, #000000 100%);
    --bg2: #0c0e11;
    --bg3: #101215;
    --surface: #13161a;
    --surface2: #181c21;
    --border: rgba(255, 255, 255, 0.07);
    --border-gold: rgba(250, 194, 30, 0.2);
    --text: #eeeeee;
    --text2: #eeeeee;
    --text3: #eeeeee;
    --radius: 12px;
}

/* Typography */
b, strong {font-weight:800}
/* Buttons */
.primary a.elementor-button {background:var(--primary)!important;}
a.elementor-button:hover {opacity: 0.88;
    transform: translateY(-1px);}

/* Hero */
.elementor .page-hero .elementor-background-video-hosted {object-fit:contain;}

.page-hero h1 {opacity: 0.9}
.page-hero h2 {opacity:0.9;font-size: clamp(44px, 5vw, 5rem)!important;font-weight: 900;
    line-height: 1.0;
    letter-spacing: 0.03em;
    max-width: 1200px;
    margin-bottom: 28px;
    animation: fadeup 0.9s ease 0.15s both;}
.page-hero h2 span {color:var(--primary)}


.section-tag::before {
    content: '';
    width: 16px;
    height: 1px;
    background: var(--yellow)
}

/* ───────────── GRID BG ───────────── */
.grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 0%, transparent 70%);

}

/* ───────────── NAV ───────────── */
nav.desktop  {
  
  transition: 0.2s ease all;
  border-bottom: 1px solid rgba(250,194,30,0.0);
  background: transparent;
  backdrop-filter: none;
  z-index: 99999;
}
nav.desktop.active {
  background: rgba(6,8,10,0.8);
   backdrop-filter: blur(2px);
  border-bottom: 1px solid rgba(250,194,30,0.06);
}

nav.desktop .nav-logo img{max-width:100px; width:100%;transition: opacity 0.2s ease;}
nav.desktop .nav-logo img.fade-out {
  opacity: 0;
}


nav.desktop .elementor-item.elementor-item-active:after, nav .elementor-item.elementor-item:hover:after {background:var(--primary)!important;}
nav.desktop .elementor-nav-menu--main .elementor-item.elementor-item-active, nav.desktop .elementor-nav-menu--main .elementor-item.elementor-item:hover {color:var(--primary)!important;}
.btn-ghost {
  color: var(--text2);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 400;
  padding: 8px 18px;
  border-radius: 8px;
  border: 1px solid var(--border);
  transition: all 0.2s;
}
.btn-ghost:hover { color: var(--text); border-color: rgba(255,255,255,0.15); }

.btn-gold {
  background: var(--yellow);
  color: #0a0a0a;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 30px;
  letter-spacing: 0.04em;
  transition: opacity 0.2s, transform 0.2s;
}
.btn-gold:hover { opacity: 0.88; transform: translateY(-1px); }

/* ───────────── HERO ───────────── */
.hero {
    position: absolute;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 40px 80px;
    overflow: hidden;
    
    width: 100%;
    top: 0;
    left: 0
}

/* Radial glow behind hero text */
.hero::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(250,194,30,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--yellow);
  background: rgba(250,194,30,0.07);
  border-radius: 100px;
  padding: 6px 16px 6px 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--yellow);
  margin-bottom: 16px;
  animation: fadedown 0.8s ease both;
  font-size:14px;
}

.hero-badge-dot {
  width: 6px; height: 6px;
  background: var(--yellow);
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.5; transform:scale(0.7); }
}

@keyframes fadedown {
  from { opacity:0; transform:translateY(-12px); }
  to { opacity:1; transform:translateY(0); }
}

@keyframes fadeup {
  from { opacity:0; transform:translateY(20px); }
  to { opacity:1; transform:translateY(0); }
}

.hero h1 {
  font-size: clamp(44px, 6.5vw, 88px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 0.03em;
  max-width: 900px;
  margin-bottom: 28px;
  animation: fadeup 0.9s ease 0.15s both;
}

.hero h1 .gold { color: var(--yellow);}

.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.75;
  color: var(--text2);
  max-width: 650px;
  margin-bottom: 44px;
  font-weight: 300;
  animation: fadeup 0.9s ease 0.3s both;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeup 0.9s ease 0.45s both;
}

.btn-lg {
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 30px;
}

.btn-outline-lg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 30px;
  border: 1px solid var(--border);
  color: var(--text2);
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s;
  letter-spacing: 0.02em;
  background-color: var(--burg);
}
.btn-outline-lg:hover { color:var(--text); border-color:rgba(255,255,255,0.2); background:rgba(255,255,255,0.04); }

/* Hero image */
.hero-image-wrap {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-top: 72px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  animation: fadeup 1.1s ease 0.6s both;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04);
}

.hero-image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, var(--bg) 100%);
  z-index: 1;
}

.hero-img {
  width: 100%;
  display: block;
  height: 480px;
  object-fit: cover;
  object-position: center 55%;
}

/* ───────────── LOGOS / TRUST BAR ───────────── */
.trust-bar {
  position: relative;
  z-index: 1;
  padding: 56px 40px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
}

.trust-label {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text3);
  font-weight: 500;
  margin-bottom: 32px;
}

.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
}

.trust-track {
  display: flex;
  gap: 56px;

  white-space: nowrap;
}
.trust-track:hover {
  animation: scroll-logos 22s linear infinite;
}

@keyframes scroll-logos {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text3);
  white-space: nowrap;
  flex-shrink: 0;
}

.trust-item::before {
  content: '';
  width: 20px; height: 20px;
  border-radius: 4px;
  background: var(--gold-dim);
  border: 1px solid var(--yellow);
  flex-shrink: 0;
}

/* ───────────── SECTION BASE ───────────── */

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--yellow);
  margin-bottom: 20px;
}


h2.section-title {
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 20px;
}
h2.elementor-heading-title {font-size: clamp(30px, 3.5vw, 3.5rem);}

h2.section-title .gold { color: var(--yellow); }

.section-desc {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text2);
  max-width: 560px;
  font-weight: 400;
}

/* centered */
.center { text-align: center; }
.center .section-tag { justify-content: center; }
.center .section-desc { margin: 0 auto; }

/* ───────────── WHY NOW ───────────── */
.why-now { background: var(--bg); }

.why-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 64px;
}

.why-copy p {  line-height: 1.85; color: var(--text2);  }
.why-copy p + p { margin-top: 18px; }
.why-copy strong { color: var(--text); font-weight: 500; }

.callout {
  margin-top: 40px;
  padding: 28px 28px 28px 32px;
  background: var(--surface);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  border-left: 3px solid var(--yellow);
 
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.pressure-cards {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.p-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color 0.25s, background 0.25s;
  cursor: default;
  position: relative;
}
.p-card::before {
    content: "";
    position: absolute;
    inset: 0px;
    transform: translate(0px, 0px);
    z-index: -1;
    background: linear-gradient(90deg, #EA8823 0%, #FBC21C 100%);
    filter: blur(0px);
    border-radius: 12px;
    transition: 0.2s ease all;
    opacity: 1;
}
.p-card:hover::before {
       content: "";
    position: absolute;
    inset: 1px;
    transform: translate(0px, 0px);
    z-index: -1;
    background: linear-gradient(90deg, #EA8823 0%, #FBC21C 100%);
    filter: blur(5px);
    border-radius: 12px;
    opacity: 0.6;
}

.p-card:hover {
  border-color: var(--border-gold);
  background: var(--surface2);
}

.p-card-icon {
  width: 40px; height: 40px;
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.p-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.2em;
  margin-bottom: 6px;
}

.p-card p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--text2);
  font-weight: 400;
}

/* ───────────── FEATURES ───────────── */
.features { background-image: url(close-up_macro_image_of_a_fern_frond_viewed_horizontally_symmetrical_leaflets_repeating_in_perfect__3sgckwhi5g9r0tukuiu0_3.png); 
  background-repeat: no-repeat;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); 
  position: relative;
  background-color: #000;
  background-size: contain;}

.features:before {content:'';background:var(--bg2); opacity: 0.9;position: absolute;width:100%; height: 100%;    top: 0;
    left: 0;
    z-index: 0;}

.features-header { margin-bottom: 64px; }
.features .section-inner {z-index: 1;
    position: relative;}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.f-card {
  background: var(--surface);
  border-radius: 0;
  padding: 40px 36px;
  transition: background 0.25s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.f-card:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.f-card:last-child { border-radius: 0 var(--radius) var(--radius) 0; }

.f-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(250,194,30,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}

.f-card:hover { background: var(--surface2); }
.f-card:hover::after { opacity: 1; }

.f-icon {
  width: 48px; height: 48px;
  background: var(--gold-dim);
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 24px;
}

.f-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

.f-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text2);
  font-weight: 400;
}

.f-card .learn-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--yellow);
  text-decoration: none;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s, transform 0.25s;
}

.f-card:hover .learn-more { opacity: 1; transform: none; }

/* ───────────── STEP ZERO — SPLIT ───────────── */
.split { background: var(--bg); }

.split-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split-img {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
  position: relative;
}

.split-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 65%;
  display: block;
}

.split-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(250,194,30,0.08) 0%, transparent 50%);
}





/* ───────────── COMPETITIVE EDGE ───────────── */
.edge { background: var(--bg3); border-top: 1px solid var(--border); }

.edge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 64px;
}

.edge-card {
  background: var(--surface);
  padding: 36px;
  border-radius: 0;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}

.edge-card:nth-child(1) { border-radius: var(--radius) 0 0 0; }
.edge-card:nth-child(2) { border-radius: 0 var(--radius) 0 0; }
.edge-card:nth-child(3) { border-radius: 0 0 0 var(--radius); }
.edge-card:nth-child(4) { border-radius: 0 0 var(--radius) 0; }

.edge-card:hover { background: var(--surface2); }

.edge-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.edge-card:hover::before { transform: scaleX(1); }

.edge-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

.edge-card p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text2);
  font-weight: 400;
}

.edge-number {
  font-size: 48px;
  font-weight: 900;
  color: rgba(250,194,30,0.08);
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 20px;
}

/* ───────────── ENTERPRISE ───────────── */
.enterprise {
  background: var(--burg);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  position: relative;
}

.enterprise::before {
  content: '';
  position: absolute;
  right: -120px; top: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  pointer-events: none;
}

.enterprise .split-inner { gap: 80px; align-items: center; }

.enterprise .section-tag { color: rgba(250,194,30,0.8); }
.enterprise .section-tag::before { background: rgba(250,194,30,0.8); }

.compliance-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.pill {
  border: 1px solid var(--primary-dim);
  background: var(--primary-dim2);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  font-weight: 400;
  color: rgba(255,255,255,1);
  transition: all 0.25s;
  text-align:center;
}

.pill:hover {
  border-color: var(--yellow);
  color: var(--yellow);
  border-color: var(--primary);
  color: var(--primary);
}

/* Line Hover Boxes */
.line-hover:before {content:''; position:absolute;top:0; left:0; height:3px;width:0;background:var(--yellow);transition:0.4s ease width}
.line-hover:hover:before {width:100%}
.line-hover .number {opacity:0.5;transition:0.2s ease opacity}
.line-hover:hover .number {color:var(--yellow);opacity:1}


/* ───────────── FOOTER ───────────── */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 72px 40px 48px;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 280px 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}

.footer-brand .nav-logo { font-size: 20px; margin-bottom: 16px; display: block; }

.footer-brand p {
  font-size: 13.5px;
  color: var(--text3);
  line-height: 1.7;
  font-weight: 400;
}

.footer-col h4 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text3);
  margin-bottom: 20px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }

.footer-col a {
  font-size: 14px;
  color: var(--text2);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--yellow); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 12.5px;
  color: var(--text3);
  font-weight: 400;
}

.footer-socials {
  display: flex;
  gap: 8px;
}

.social-btn {
  width: 34px; height: 34px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text3);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s;
}

.social-btn:hover { border-color: var(--border-gold); color: var(--yellow); }

/* ───────────── REVEAL ───────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.on { opacity:1; transform:none; }
.d1 { transition-delay: 0.08s; }
.d2 { transition-delay: 0.18s; gap:20px;}
.d3 { transition-delay: 0.28s; }

/* ───────────── SCROLLBAR ───────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #2a2e34; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #3a3f47; }


@media (max-width: 769px) {
    html {margin-top:0!important}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GendyRegular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://fasiai.com/wp-content/uploads/2026/04/GendyRegular.eot');
	src: url('https://fasiai.com/wp-content/uploads/2026/04/GendyRegular.eot?#iefix') format('embedded-opentype'),
		url('https://fasiai.com/wp-content/uploads/2026/04/GendyRegular.woff2') format('woff2'),
		url('https://fasiai.com/wp-content/uploads/2026/04/GendyRegular.woff') format('woff'),
		url('https://fasiai.com/wp-content/uploads/2026/04/GendyRegular.ttf') format('truetype'),
		url('https://fasiai.com/wp-content/uploads/2026/04/GendyRegular.svg#GendyRegular') format('svg');
}
/* End Custom Fonts CSS */