.elementor-1176 .elementor-element.elementor-element-3b772a2{--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-1176 .elementor-element.elementor-element-b2fcda2{--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-1176 .elementor-element.elementor-element-9b2e538{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1176 .elementor-element.elementor-element-b171074{--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-1176 .elementor-element.elementor-element-474b1f6{--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-1176 .elementor-element.elementor-element-cc84ebc{--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-1176 .elementor-element.elementor-element-fcddb97{--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-1176 .elementor-element.elementor-element-0bf3001{--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-1176 .elementor-element.elementor-element-ad99bde{--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-a836db8 */.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: 760px;
  padding: clamp(110px, 10vw, 160px) 24px 90px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: #06163a;
}

.ge-home-hero__media,
.ge-home-hero__video,
.ge-home-hero__overlay {
  position: absolute;
  inset: 0;
}

.ge-home-hero__media {
  z-index: -3;
  overflow: hidden;
}

.ge-home-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-home-hero__overlay {
  z-index: -2;
  background:
    /* NEW: subtle light boost in top-left */
    radial-gradient(
      circle at 17% 1%,
      rgba(255,255,255,0.15) 0%,
      rgba(255,255,255,0.12) 9%,
      rgba(255,255,255,0) 20%
    ),

    /* existing overlays (unchanged) */
    linear-gradient(90deg, rgba(6, 22, 58, 0.76) 0%, rgba(6, 22, 58, 0.52) 40%, rgba(6, 22, 58, 0.28) 74%, rgba(6, 22, 58, 0.42) 100%),
    linear-gradient(180deg, rgba(6, 22, 58, 0.12) 0%, rgba(6, 22, 58, 0.24) 42%, rgba(6, 22, 58, 0.72) 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__shell {
  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, 92px);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: 8ch;
}

.ge-home-hero__text {
  margin: 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.75;
}

.ge-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ge-home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-home-hero__btn:hover {
  transform: translateY(-1px);
}

.ge-home-hero__btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-home-hero__btn--primary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

.ge-home-hero__btn--secondary {
  background: #f2c200;
  color: var(--ge-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.ge-home-hero__btn--secondary:hover {
  background: #f2c200;
  color: var(--ge-navy);
}

@media (max-width: 767px) {
  .ge-home-hero {
    min-height: 580px;
    padding: 96px 20px 44px;
  }

  .ge-home-hero__title {
    max-width: 9ch;
  }

  .ge-home-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-hero__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .ge-home-hero__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b2e538 */.ge-home-metrics {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-white: #ffffff;
  --ge-max-width: 1280px;

  position: relative;
  z-index: 5;
  padding: 0 24px 30px;
  margin-top: -44px;
  background: linear-gradient(180deg, transparent 0%, #eef3ff 52%, #f8faff 100%);
}

.ge-home-metrics__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-home-metrics__panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: 0 24px 48px rgba(7, 22, 58, 0.18);
}

.ge-home-metrics__item {
  position: relative;
  min-height: 148px;
  padding: 28px 24px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--ge-white);
}

.ge-home-metrics__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.16);
}

.ge-home-metrics__value {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(34px, 3vw, 55px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ge-home-metrics__label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.ge-home-metrics__meta {
  display: block;
  max-width: 18ch;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991px) {
  .ge-home-metrics__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge-home-metrics__item:nth-child(2)::after {
    display: none;
  }

  .ge-home-metrics__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 767px) {
  .ge-home-metrics {
    padding: 0 20px 24px;
    margin-top: -30px;
  }

  .ge-home-metrics__panel {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .ge-home-metrics__item {
    min-height: 124px;
    padding: 22px 18px 18px;
  }

  .ge-home-metrics__item::after {
    display: none;
  }

  .ge-home-metrics__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ge-home-metrics__meta {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa30dd0 */.ge-home-operations {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-surface-alt: #f7f9ff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 18px 24px 72px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-home-operations__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-home-operations__head {
  max-width: 820px;
  margin-bottom: 28px;
}

.ge-home-operations__eyebrow,
.ge-home-operations-card__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-home-operations__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-home-operations__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.ge-home-operations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.ge-home-operations-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 26px;
  box-shadow: var(--ge-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ge-home-operations-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(7, 22, 58, 0.14);
  border-color: rgba(13, 39, 217, 0.16);
}

.ge-home-operations-card:focus-visible {
  outline: 3px solid rgba(13, 39, 217, 0.28);
  outline-offset: 4px;
}

.ge-home-operations-card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ge-surface-alt);
}

.ge-home-operations-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ge-home-operations-card:hover .ge-home-operations-card__media img {
  transform: scale(1.04);
}

.ge-home-operations-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.ge-home-operations-card__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.ge-home-operations-card__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
  flex: 1 1 auto;
}

.ge-home-operations-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  color: var(--ge-blue);
  font-size: 14px;
  font-weight: 800;
  transition: color 0.2s ease;
}

.ge-home-operations-card:hover .ge-home-operations-card__link {
  color: var(--ge-blue-dark);
}

@media (max-width: 1100px) {
  .ge-home-operations__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ge-home-operations {
    padding: 12px 20px 48px;
  }

  .ge-home-operations__text,
  .ge-home-operations-card__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-operations-card {
    border-radius: 20px;
  }

  .ge-home-operations-card__body {
    padding: 20px;
  }

  .ge-home-operations-card__title {
    font-size: clamp(22px, 7vw, 30px);
    max-width: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b6c841 */.ge-home-sustainability {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-surface-alt: #f7f9ff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 72px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-home-sustainability__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-home-sustainability__head {
  max-width: 820px;
  margin-bottom: 28px;
}

.ge-home-sustainability__eyebrow,
.ge-home-sustainability-card__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-home-sustainability__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.ge-home-sustainability__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 60ch;
}

.ge-home-sustainability__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.ge-home-sustainability-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 26px;
  box-shadow: var(--ge-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ge-home-sustainability-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ge-surface-alt);
  flex: 0 0 auto;
}

.ge-home-sustainability-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ge-home-sustainability-card__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.ge-home-sustainability-card__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-home-sustainability-card__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
  flex: 1 1 auto;
}

.ge-home-sustainability-card__link,
.ge-home-sustainability__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.2s ease;
}

.ge-home-sustainability-card__link {
  margin-top: 4px;
  color: var(--ge-blue);
  justify-content: flex-start;
}

.ge-home-sustainability-card__link:hover,
.ge-home-sustainability__cta:hover {
  color: var(--ge-blue-dark);
}

.ge-home-sustainability-card__link--hidden {
  visibility: hidden;
}

.ge-home-sustainability__footer {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.ge-home-sustainability__cta {
  color: var(--ge-blue);
}

@media (max-width: 1100px) {
  .ge-home-sustainability__grid {
    grid-template-columns: 1fr;
  }

  .ge-home-sustainability-card__link--hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .ge-home-sustainability {
    padding: 0 20px 48px;
  }

  .ge-home-sustainability__text,
  .ge-home-sustainability-card__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-sustainability-card {
    border-radius: 20px;
  }

  .ge-home-sustainability-card__body {
    padding: 20px;
  }
}
.ge-home-sustainability-card {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ge-home-sustainability-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(7, 22, 58, 0.14);
}

.ge-home-sustainability-card:hover .ge-home-sustainability-card__link {
  color: var(--ge-blue-dark);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8d125f */.ge-home-history {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-line: rgba(13, 39, 217, 0.16);
  --ge-shadow: 0 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 72px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-home-history__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-home-history__panel {
  padding: 28px;
  border-radius: 30px;
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  box-shadow: var(--ge-shadow);
}

.ge-home-history__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ge-home-history__head-copy {
  max-width: 760px;
}

.ge-home-history__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-home-history__title {
  margin: 0 0 12px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.ge-home-history__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-home-history__link {
  display: inline-flex;
  align-items: center;
  color: var(--ge-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.ge-home-history__link:hover {
  color: var(--ge-blue-dark);
}

.ge-home-history__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ge-home-history__line {
  position: absolute;
  top: 18px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(13,39,217,0.10) 0%,
    rgba(13,39,217,0.24) 50%,
    rgba(13,39,217,0.10) 100%
  );
}

.ge-home-history__item {
  position: relative;
  padding-top: 30px;
}

.ge-home-history__dot {
  position: absolute;
  top: 8px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #0d27d9 0%, #071a5c 100%);
  box-shadow: 0 0 0 6px rgba(13, 39, 217, 0.08);
  z-index: 2;
}

.ge-home-history__card {
  height: 100%;
  padding: 20px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(13, 39, 217, 0.08);
}

.ge-home-history__year {
  margin: 0 0 8px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-home-history__card-title {
  margin: 0 0 8px;
  color: var(--ge-navy);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-home-history__card-text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .ge-home-history__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ge-home-history__line {
    display: none;
  }
}

@media (max-width: 767px) {
  .ge-home-history {
    padding: 0 20px 48px;
  }

  .ge-home-history__panel {
    padding: 20px;
    border-radius: 22px;
  }

  .ge-home-history__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-history__timeline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ge-home-history__item {
    padding-top: 26px;
  }

  .ge-home-history__dot {
    left: 18px;
    width: 16px;
    height: 16px;
  }

  .ge-home-history__card {
    border-radius: 16px;
    padding: 18px 16px;
  }

  .ge-home-history__card-title {
    font-size: 18px;
  }

  .ge-home-history__card-text {
    font-size: 14px;
    line-height: 1.65;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e94663e */.ge-home-news {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-surface-alt: #f7f9ff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 72px;
  background: linear-gradient(180deg, #eef3ff 0%, #f8faff 100%);
}

.ge-home-news__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-home-news__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ge-home-news__head-copy {
  max-width: 760px;
}

.ge-home-news__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-home-news__title {
  margin: 0 0 12px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 13ch; /* ← this is the key */
}

.ge-home-news__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-home-news__view-all {
  display: inline-flex;
  align-items: center;
  color: var(--ge-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.ge-home-news__view-all:hover {
  color: var(--ge-blue-dark);
}

.ge-home-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

/* ADD INTERACTIVE CARD BEHAVIOR */
/* ADD INTERACTIVE CARD BEHAVIOR */
.ge-home-news-featured,
.ge-home-news-card {
  background: var(--ge-surface);
  border: 1px solid var(--ge-border);
  border-radius: 28px;
  box-shadow: var(--ge-shadow);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

/* HOVER EFFECT */
.ge-home-news-featured:hover,
.ge-home-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(7, 22, 58, 0.14);
  border-color: rgba(13, 39, 217, 0.16);
}

/* IMAGE ZOOM (FEATURED ONLY) */
.ge-home-news-featured__media img {
  transition: transform 0.4s ease;
}

.ge-home-news-featured:hover .ge-home-news-featured__media img {
  transform: scale(1.04);
}

/* LINK COLOR SHIFT */
.ge-home-news-featured:hover .ge-home-news-featured__link,
.ge-home-news-card:hover .ge-home-news-card__link {
  color: var(--ge-blue-dark);
}

/* HOVER EFFECT */
.ge-home-news-featured:hover,
.ge-home-news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(7, 22, 58, 0.14);
  border-color: rgba(13, 39, 217, 0.16);
}

/* IMAGE ZOOM (FEATURED ONLY) */
.ge-home-news-featured__media img {
  transition: transform 0.4s ease;
}

.ge-home-news-featured:hover .ge-home-news-featured__media img {
  transform: scale(1.04);
}

/* LINK COLOR SHIFT */
.ge-home-news-featured:hover .ge-home-news-featured__link,
.ge-home-news-card:hover .ge-home-news-card__link {
  color: var(--ge-blue-dark);
}

.ge-home-news-featured {
  display: flex;
  flex-direction: column;
}

.ge-home-news-featured__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ge-surface-alt);
}

.ge-home-news-featured__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ge-home-news-featured__content {
  padding: 24px;
  display: grid;
  gap: 10px;
}

.ge-home-news-featured__meta,
.ge-home-news-card__meta {
  margin: 0;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ge-home-news-featured__title,
.ge-home-news-card__title {
  margin: 0;
  color: var(--ge-navy);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-home-news-featured__title {
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.08;
  max-width: 15ch;
}

.ge-home-news-card__title {
  font-size: 22px;
  line-height: 1.15;
}

.ge-home-news-featured__text,
.ge-home-news-card__text {
  margin: 0;
  color: var(--ge-muted);
  line-height: 1.75;
}

.ge-home-news-featured__text {
  font-size: 15px;
  max-width: 56ch;
}

.ge-home-news-card__text {
  font-size: 14px;
}

.ge-home-news-featured__link,
.ge-home-news-card__link {
  color: var(--ge-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.ge-home-news-featured__link:hover,
.ge-home-news-card__link:hover {
  color: var(--ge-blue-dark);
}

.ge-home-news-list {
  display: grid;
  gap: 16px;
}

.ge-home-news-card__content {
  padding: 22px;
  display: grid;
  gap: 10px;
}

@media (max-width: 1100px) {
  .ge-home-news__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ge-home-news {
    padding: 0 20px 48px;
  }

  .ge-home-news__text,
  .ge-home-news-featured__text,
  .ge-home-news-card__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-news-featured,
  .ge-home-news-card {
    border-radius: 20px;
  }

  .ge-home-news-featured__content,
  .ge-home-news-card__content {
    padding: 20px;
  }

  .ge-home-news-featured__title {
    max-width: none;
  }

  .ge-home-news-card__title {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-064b945 */.ge-home-partners {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-text: #0d1730;
  --ge-muted: #667085;
  --ge-surface: #ffffff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 16px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 0 24px 72px;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%);
}

.ge-home-partners__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-home-partners__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.ge-home-partners__head-copy {
  max-width: 760px;
}

.ge-home-partners__eyebrow,
.ge-home-partners__intro-label {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-home-partners__title {
  margin: 0 0 12px;
  color: var(--ge-navy);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-home-partners__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-home-partners__view-all {
  display: inline-flex;
  align-items: center;
  color: var(--ge-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.ge-home-partners__view-all:hover {
  color: var(--ge-blue-dark);
}

.ge-home-partners__panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.76fr) minmax(0, 1.24fr);
  gap: 24px;
  padding: clamp(22px, 3vw, 32px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--ge-border);
  box-shadow: var(--ge-shadow);
  backdrop-filter: blur(8px);
}

.ge-home-partners__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ge-home-partners__intro-title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  max-width: 12ch;
}

.ge-home-partners__intro-text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 34ch;
}

.ge-home-partners__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.ge-home-partners__logo-card {
  min-height: 116px;
  padding: 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(13, 23, 48, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ge-home-partners__logo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 39, 217, 0.16);
  box-shadow: 0 16px 28px rgba(7, 22, 58, 0.08);
}

.ge-home-partners__logo-card img {
  display: block;
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.82;
  transition: filter 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.ge-home-partners__logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.02);
}

@media (max-width: 1100px) {
  .ge-home-partners__panel {
    grid-template-columns: 1fr;
  }

  .ge-home-partners__logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ge-home-partners {
    padding: 0 20px 48px;
  }

  .ge-home-partners__text,
  .ge-home-partners__intro-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-partners__panel {
    padding: 20px;
    border-radius: 22px;
    gap: 18px;
  }

  .ge-home-partners__logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ge-home-partners__logo-card {
    min-height: 96px;
    padding: 16px;
    border-radius: 18px;
  }

  .ge-home-partners__logo-card img {
    max-height: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8cd731 */.ge-home-cta {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-yellow: #f2c200;
  --ge-white: #ffffff;
  --ge-muted-light: rgba(255, 255, 255, 0.78);
  --ge-max-width: 1280px;

  padding: 0 24px 80px;
  background: linear-gradient(180deg, #eef3ff 0%, #e6edff 100%);
}

.ge-home-cta__shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background: linear-gradient(135deg, #071a5c 0%, #0d27d9 100%);
  box-shadow: 0 20px 48px rgba(7, 22, 58, 0.16);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.ge-home-cta__content {
  max-width: 760px;
}

.ge-home-cta__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-home-cta__title {
  margin: 0 0 14px;
  color: var(--ge-white);
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.ge-home-cta__text {
  margin: 0;
  color: var(--ge-muted-light);
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.ge-home-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.ge-home-cta__btn:hover {
  transform: translateY(-1px);
}

.ge-home-cta__btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-home-cta__btn--primary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

.ge-home-cta__btn--secondary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
}

.ge-home-cta__btn--secondary:hover {
  background: #ffd42a;
  color: var(--ge-navy)
}

.ge-home-cta__btn--ghost {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-home-cta__btn--ghost:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

@media (max-width: 1024px) {
  .ge-home-cta__shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ge-home-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .ge-home-cta {
    padding: 0 20px 56px;
  }

  .ge-home-cta__shell {
    padding: 22px;
    border-radius: 22px;
    gap: 20px;
  }

  .ge-home-cta__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-home-cta__actions {
    width: 100%;
  }

  .ge-home-cta__actions .ge-home-cta__btn {
    width: 100%;
  }
}/* End custom CSS */