.elementor-1654 .elementor-element.elementor-element-6236ae5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1654 .elementor-element.elementor-element-8f3576c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e41df05 */.ge-home-hero {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-yellow: #f2c200;
  --ge-white: #ffffff;
  --ge-max-width: 1280px;

  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: clamp(110px, 11vw, 170px) 24px 72px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: linear-gradient(180deg, #1230d1 0%, #071a5c 100%);
}

.ge-home-hero__bg,
.ge-home-hero__overlay {
  position: absolute;
  inset: 0;
}

.ge-home-hero__bg {
  z-index: -3;
  background-image: url("https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=2000&q=80");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.03);
}

.ge-home-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 22, 58, 0.72) 0%, rgba(6, 22, 58, 0.52) 38%, rgba(6, 22, 58, 0.30) 72%, rgba(6, 22, 58, 0.44) 100%),
    linear-gradient(180deg, rgba(6, 22, 58, 0.12) 0%, rgba(6, 22, 58, 0.24) 36%, rgba(6, 22, 58, 0.70) 100%);
}

.ge-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 26, 92, 0) 0%, rgba(7, 26, 92, 0.58) 100%);
}

.ge-home-hero__inner {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-home-hero__content {
  max-width: 760px;
}

.ge-home-hero__eyebrow {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ge-home-hero__title {
  margin: 0 0 18px;
  color: var(--ge-white);
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: 10ch;
}

.ge-home-hero__text {
  margin: 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.75;
}

.ge-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.ge-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-home-btn:hover {
  transform: translateY(-1px);
}

.ge-home-btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-home-btn--primary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

.ge-home-btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ge-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.ge-home-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  color: var(--ge-white);
}

@media (max-width: 767px) {
  .ge-home-hero {
    min-height: 560px;
    padding: 96px 20px 40px;
  }

  .ge-home-hero__title {
    max-width: 8ch;
  }

  .ge-home-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-hero__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .ge-home-btn {
    width: 100%;
  }
}
.ge-home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-home-hero__bg {
  z-index: -3;
  overflow: hidden;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2e6216 */.ge-home-stats {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-white: #ffffff;
  --ge-border-light: rgba(255, 255, 255, 0.12);
  --ge-shadow: 0 18px 40px rgba(7, 22, 58, 0.14);
  --ge-max-width: 1280px;

  position: relative;
  margin-top: -34px;
  padding: 0 24px 56px;
  z-index: 10;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-home-stats__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: var(--ge-shadow);
}

.ge-home-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.ge-home-stat-card {
  padding: 28px 24px;
  text-align: center;
  border-right: 1px solid var(--ge-border-light);
}

.ge-home-stat-card:last-child {
  border-right: 0;
}

.ge-home-stat-card__number {
  margin: 0 0 8px;
  color: var(--ge-white);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ge-home-stat-card__unit {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ge-home-stat-card__label {
  margin: 0 auto;
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .ge-home-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge-home-stat-card {
    border-right: 1px solid var(--ge-border-light);
    border-bottom: 1px solid var(--ge-border-light);
  }

  .ge-home-stat-card:nth-child(2n) {
    border-right: 0;
  }

  .ge-home-stat-card:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .ge-home-stats {
    margin-top: -22px;
    padding: 0 20px 40px;
  }

  .ge-home-stats__shell {
    padding: 10px;
    border-radius: 22px;
  }

  .ge-home-stats__grid {
    grid-template-columns: 1fr;
  }

  .ge-home-stat-card {
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--ge-border-light);
  }

  .ge-home-stat-card:last-child {
    border-bottom: 0;
  }

  .ge-home-stat-card__label {
    font-size: 13px;
    line-height: 1.5;
  }
}/* End custom CSS */