.elementor-4419 .elementor-element.elementor-element-68d60939{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:227px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4419 .elementor-element.elementor-element-68d60939:not(.elementor-motion-effects-element-type-background), .elementor-4419 .elementor-element.elementor-element-68d60939 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-09cc561 );}.elementor-4419 .elementor-element.elementor-element-17e3be80{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-4419 .elementor-element.elementor-element-58704585{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:none;}.elementor-4419 .elementor-element.elementor-element-58704585:hover{border-style:none;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-4419 .elementor-element.elementor-element-68d60939{--padding-top:156px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-58704585 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800;900&family=Open+Sans:wght@300;400;600&display=swap');

.ml1 {
  background: #0A0C18;
  padding: 96px 0 104px;
  font-family: 'Open Sans', sans-serif;
  position: relative; overflow: hidden;
}
.ml1::before {
  content: '';
  position: absolute;
  top: -120px; left: -80px;
  width: 640px; height: 640px;
  background: radial-gradient(circle, rgba(0,230,118,.1) 0%, transparent 65%);
  pointer-events: none;
}
.ml1::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -60px;
  width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(139,47,204,.07) 0%, transparent 65%);
  pointer-events: none;
}
.ml1-container {
  max-width: 1140px; margin: 0 auto;
  padding: 0 32px; position: relative; z-index: 1;
}
.ml1-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 72px; align-items: center;
}
.ml1-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: #00E676; display: block; margin-bottom: 16px;
}
.ml1-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 4.5vw, 54px);
  font-weight: 900; color: #ffffff;
  letter-spacing: -.5px; line-height: 1.1; margin-bottom: 12px;
}
.ml1-headline span { color: #8B2FCC; }
.ml1-sub {
  font-size: 16px; color: rgba(255,255,255,.52);
  font-weight: 300; line-height: 1.75; max-width: 520px;
}
.ml1-accent {
  width: 44px; height: 4px;
  background: linear-gradient(90deg, #00E676, #8B2FCC);
  border-radius: 2px; margin: 20px 0 36px;
}
.ml1-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.ml1-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: .5px;
  padding: 6px 14px; border-radius: 20px;
  background: rgba(0,230,118,.08);
  border: 1px solid rgba(0,230,118,.25);
  color: #00E676;
}
.ml1-ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.ml1-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; padding: 14px 28px; border-radius: 24px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .22s ease; white-space: nowrap;
}
.ml1-btn--primary {
  background: #8B2FCC; color: #fff;
  border: 1px solid #8B2FCC;
  box-shadow: 0 0 20px rgba(139,47,204,.3);
}
.ml1-btn--primary:hover {
  background: #a040e0; border-color: #a040e0;
  box-shadow: 0 0 28px rgba(139,47,204,.5); color: #fff;
}
.ml1-btn--green {
  background: rgba(0,230,118,.1); color: #00E676;
  border: 1px solid rgba(0,230,118,.3);
}
.ml1-btn--green:hover {
  background: rgba(0,230,118,.2);
  border-color: rgba(0,230,118,.55); color: #fff;
}
/* stats */
.ml1-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ml1-stat {
  background: #111428; border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px; padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .25s ease;
}
.ml1-stat::before {
  content: ''; position: absolute;
  left: 0; top: 0; bottom: 0; width: 3px;
  border-radius: 10px 0 0 10px;
}
.ml1-stat:nth-child(1)::before,
.ml1-stat:nth-child(3)::before { background: #00E676; }
.ml1-stat:nth-child(2)::before,
.ml1-stat:nth-child(4)::before { background: #8B2FCC; }
.ml1-stat:hover { border-color: rgba(0,230,118,.25); }
.ml1-stat-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px; font-weight: 900;
  letter-spacing: -.5px; line-height: 1; margin-bottom: 4px;
}
.ml1-stat:nth-child(1) .ml1-stat-val,
.ml1-stat:nth-child(3) .ml1-stat-val { color: #00E676; text-shadow: 0 0 14px rgba(0,230,118,.3); }
.ml1-stat:nth-child(2) .ml1-stat-val,
.ml1-stat:nth-child(4) .ml1-stat-val { color: #A050E0; text-shadow: 0 0 14px rgba(160,80,224,.3); }
.ml1-stat-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 1.8px; text-transform: uppercase;
  color: rgba(255,255,255,.3); line-height: 1.4;
}
@media (max-width: 960px) {
  .ml1-grid { grid-template-columns: 1fr; gap: 52px; }
  .ml1 { padding: 72px 0 80px; }
}
@media (max-width: 480px) {
  .ml1-container { padding: 0 20px; }
  .ml1 { padding: 60px 0 68px; }
  .ml1-ctas { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6881b5c */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800;900&family=Open+Sans:wght@300;400;600&display=swap');

.ml2 {
  background: #0E1224;
  padding: 80px 0 96px;
  font-family: 'Open Sans', sans-serif;
  border-top: 1px solid rgba(255,255,255,.06);
}
.ml2-container { max-width: 1140px; margin: 0 auto; padding: 0 32px; }

.ml2-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 3.5px; text-transform: uppercase;
  color: #00E676; display: block; margin-bottom: 12px;
}
.ml2-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 900; color: #ffffff;
  letter-spacing: -.3px; line-height: 1.2; margin-bottom: 8px;
}
.ml2-title span { color: #8B2FCC; }
.ml2-bar {
  width: 44px; height: 4px;
  background: linear-gradient(90deg, #00E676, #8B2FCC);
  border-radius: 2px; margin: 14px 0 32px;
}
.ml2-body {
  font-size: 15px; color: rgba(255,255,255,.52);
  font-weight: 300; line-height: 1.82; margin-bottom: 20px;
}

/* ── INTRO ── */
.ml2-intro {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: start; margin-bottom: 80px;
}
.ml2-intro-img {
  width: 100%; height: 360px; object-fit: cover;
  border-radius: 10px; opacity: .88;
  border: 1px solid rgba(255,255,255,.07);
}

/* ── ENGAGEMENT MODELS ── */
.ml2-models { margin-bottom: 80px; }
.ml2-model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ml2-model-card {
  background: #111428; border: 1px solid rgba(255,255,255,.07);
  border-top: 2px solid; border-radius: 10px;
  padding: 30px 26px; transition: border-color .25s ease, transform .25s ease;
}
.ml2-model-card:hover { border-color: rgba(0,230,118,.25); transform: translateY(-3px); }
.ml2-model-card:nth-child(1) { border-top-color: #00E676; }
.ml2-model-card:nth-child(2) { border-top-color: #8B2FCC; }
.ml2-model-card:nth-child(3) { border-top-color: #22D4E8; }
.ml2-model-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 800;
  color: #ffffff; margin-bottom: 10px;
}
.ml2-model-text {
  font-size: 13px; color: rgba(255,255,255,.45);
  font-weight: 300; line-height: 1.7; margin-bottom: 16px;
}
.ml2-model-items {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.ml2-model-items li {
  font-size: 12px; color: rgba(255,255,255,.38);
  font-weight: 300; line-height: 1.5;
  padding-left: 16px; position: relative;
}
.ml2-model-items li::before {
  content: '→'; position: absolute; left: 0; font-size: 10px;
}
.ml2-model-card:nth-child(1) .ml2-model-items li::before { color: #00E676; }
.ml2-model-card:nth-child(2) .ml2-model-items li::before { color: #8B2FCC; }
.ml2-model-card:nth-child(3) .ml2-model-items li::before { color: #22D4E8; }

/* ── LEADERSHIP CAPABILITIES ── */
.ml2-caps { margin-bottom: 80px; }
.ml2-caps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ml2-cap-card {
  background: #111428; border: 1px solid rgba(255,255,255,.07);
  border-left: 3px solid; border-radius: 10px;
  padding: 26px 26px; transition: border-color .25s ease;
}
.ml2-cap-card:hover { border-color: rgba(0,230,118,.25); }
.ml2-cap-card:nth-child(1) { border-left-color: #00E676; }
.ml2-cap-card:nth-child(2) { border-left-color: #8B2FCC; }
.ml2-cap-card:nth-child(3) { border-left-color: #22D4E8; }
.ml2-cap-card:nth-child(4) { border-left-color: #A050E0; }
.ml2-cap-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 800;
  color: #ffffff; margin-bottom: 10px;
}
.ml2-cap-text {
  font-size: 13px; color: rgba(255,255,255,.45);
  font-weight: 300; line-height: 1.7;
}

/* ── PHILOSOPHY ── */
.ml2-philosophy {
  background: #111428;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px; padding: 40px 44px;
  margin-bottom: 80px;
}
.ml2-philosophy-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: #00E676; display: block; margin-bottom: 20px;
}
.ml2-philosophy-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.ml2-phil-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px; font-weight: 900;
  color: rgba(0,230,118,.2); line-height: 1; margin-bottom: 10px;
}
.ml2-phil-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px; font-weight: 800;
  color: #ffffff; margin-bottom: 8px;
}
.ml2-phil-text {
  font-size: 13px; color: rgba(255,255,255,.42);
  font-weight: 300; line-height: 1.7;
}

/* ── PROOF ── */
.ml2-proof {
  background: rgba(0,230,118,.04);
  border: 1px solid rgba(0,230,118,.18);
  border-left: 3px solid #00E676;
  border-radius: 10px; padding: 40px 44px;
  margin-bottom: 80px;
}
.ml2-proof-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: #00E676; display: block; margin-bottom: 16px;
}
.ml2-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ml2-proof-val {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px; font-weight: 900;
  letter-spacing: -.5px; line-height: 1; margin-bottom: 5px;
}
.ml2-proof-item:nth-child(1) .ml2-proof-val,
.ml2-proof-item:nth-child(3) .ml2-proof-val { color: #00E676; text-shadow: 0 0 14px rgba(0,230,118,.3); }
.ml2-proof-item:nth-child(2) .ml2-proof-val,
.ml2-proof-item:nth-child(4) .ml2-proof-val { color: #A050E0; text-shadow: 0 0 14px rgba(160,80,224,.3); }
.ml2-proof-item-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.28); margin-bottom: 7px;
}
.ml2-proof-item-text {
  font-size: 12px; color: rgba(255,255,255,.42);
  font-weight: 300; line-height: 1.62;
}

/* ── INDUSTRIES ── */
.ml2-industries { margin-bottom: 80px; }
.ml2-ind-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.ml2-ind-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: .5px;
  padding: 10px 20px; border-radius: 6px;
  background: #111428; border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.55);
  transition: border-color .2s ease, color .2s ease;
}
.ml2-ind-tag:hover { border-color: rgba(0,230,118,.3); color: #00E676; }

/* ── CTA ── */
.ml2-cta-strip {
  border-top: 1px solid rgba(255,255,255,.07); padding-top: 40px;
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 20px;
}
.ml2-cta-note { font-size: 14px; color: rgba(255,255,255,.35); font-weight: 300; max-width: 480px; }
.ml2-cta-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; color: #fff;
  background: #8B2FCC; border: 1px solid #8B2FCC;
  padding: 13px 28px; border-radius: 6px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .22s ease;
  box-shadow: 0 0 18px rgba(139,47,204,.28);
  white-space: nowrap;
}
.ml2-cta-btn:hover {
  background: #a040e0; border-color: #a040e0;
  box-shadow: 0 0 28px rgba(139,47,204,.5); color: #fff;
}

@media (max-width: 900px) {
  .ml2-intro { grid-template-columns: 1fr; }
  .ml2-model-grid { grid-template-columns: 1fr; }
  .ml2-philosophy-grid { grid-template-columns: 1fr; gap: 24px; }
  .ml2-proof-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ml2-container { padding: 0 20px; }
  .ml2 { padding: 64px 0 72px; }
  .ml2-caps-grid { grid-template-columns: 1fr; }
  .ml2-philosophy { padding: 28px 24px; }
  .ml2-proof { padding: 28px 24px; }
  .ml2-proof-grid { grid-template-columns: 1fr; }
  .ml2-cta-strip { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */