.elementor-1034 .elementor-element.elementor-element-6bf2401{--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-1034 .elementor-element.elementor-element-d688317{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1034 .elementor-element.elementor-element-6734a29{--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-1034 .elementor-element.elementor-element-b653423{--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-1034 .elementor-element.elementor-element-9bd6cbd{--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-cecd4a6 */.ge-media-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: 560px;
  padding: clamp(90px, 10vw, 140px) 24px 56px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: linear-gradient(180deg, #1230d1 0%, #071a5c 100%);
}

.ge-media-hero__bg,
.ge-media-hero__overlay {
  position: absolute;
  inset: 0;
}

.ge-media-hero__bg {
  z-index: -3;
  background-image: url("/wp-content/uploads/2026/04/20240129_165721988_iOS-scaled.jpg?auto=format&fit=crop&w=1800&q=80");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.03);
}

.ge-media-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(6, 22, 58, 0.24) 0%, rgba(6, 22, 58, 0.58) 52%, rgba(6, 22, 58, 0.82) 100%);
}

.ge-media-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(7, 26, 92, 0) 0%, rgba(7, 26, 92, 0.55) 100%);
}

.ge-media-hero__inner {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
}

.ge-media-hero__content {
  max-width: 760px;
}

.ge-media-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-media-hero__title {
  margin: 0 0 18px;
  color: var(--ge-white);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 10ch;
}

.ge-media-hero__text {
  margin: 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.7;
}

.ge-media-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ge-media-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-media-btn:hover {
  transform: translateY(-1px);
}

.ge-media-btn--primary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.ge-media-btn--primary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

.ge-media-btn--secondary {
  background: var(--ge-yellow);
  color: var(--ge-navy);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}

.ge-media-btn--secondary:hover {
  background: #ffd42a;
  color: var(--ge-navy);
}

@media (max-width: 767px) {
  .ge-media-hero {
    min-height: 460px;
    padding: 84px 20px 36px;
    align-items: flex-end;
  }

  .ge-media-hero__title {
    max-width: 8ch;
  }

  .ge-media-hero__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-media-hero__actions {
    margin-top: 22px;
    gap: 10px;
  }

  .ge-media-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d64965 */.ge-media-tabs-section {
  --ge-blue: #0d27d9;
  --ge-blue-dark: #071a5c;
  --ge-navy: #06163a;
  --ge-white: #ffffff;
  --ge-border: rgba(13, 23, 48, 0.08);
  --ge-shadow: 0 10px 30px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  position: relative;
  margin-top: -26px;
  padding: 0 24px;
  z-index: 20;
}

.ge-media-tabs-shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  box-shadow: var(--ge-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.ge-media-tabs {
  display: flex;
  gap: 12px;
  padding: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.ge-media-tabs::-webkit-scrollbar {
  display: none;
}

.ge-media-tab {
  appearance: none;
  border: 1px solid rgba(13, 39, 217, 0.12);
  background: #ffffff;
  color: var(--ge-blue-dark);
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 0 0 auto;
}

.ge-media-tab:hover {
  transform: translateY(-1px);
  background: #f2c200; /* Genser gold */
  color: #06163a; /* navy text for contrast */
  border-color: #f2c200;
  box-shadow: 0 8px 20px rgba(242, 194, 0, 0.25);
}

.ge-media-tab.is-active {
  background: var(--ge-blue);
  color: var(--ge-white);
  border-color: var(--ge-blue);
  box-shadow: 0 10px 24px rgba(13, 39, 217, 0.18);
}

@media (max-width: 767px) {
  .ge-media-tabs-section {
    margin-top: -18px;
    padding: 0 20px;
  }

  .ge-media-tabs-shell {
    border-radius: 18px;
  }

  .ge-media-tabs {
    padding: 14px;
    gap: 10px;
  }

  .ge-media-tab {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-342e6bd */.ge-media-content-wrap {
  --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 14px 40px rgba(7, 22, 58, 0.08);
  --ge-max-width: 1280px;

  padding: 18px 24px 72px;
}

.ge-media-content-shell {
  width: 100%;
  max-width: var(--ge-max-width);
  margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border-radius: 28px;
  box-shadow: var(--ge-shadow);
  overflow: hidden;
}

.ge-media-content-inner {
  padding: clamp(24px, 4vw, 40px);
}

.ge-media-feature {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 28px;
  align-items: stretch;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--ge-border);
}

.ge-media-feature__media {
  min-height: 340px;
  border-radius: 20px;
  overflow: hidden;
  background: #e9eefb;
}

.ge-media-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ge-media-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ge-media-feature__eyebrow {
  margin: 0 0 10px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-media-feature__title {
  margin: 0 0 14px;
  color: var(--ge-navy);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ge-media-feature__text {
  margin: 0;
  color: var(--ge-muted);
  font-size: 16px;
  line-height: 1.75;
  max-width: 52ch;
}

.ge-media-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ge-media-btn--ghost {
  background: #ffffff;
  color: var(--ge-blue-dark);
  border: 1px solid rgba(13, 39, 217, 0.12);
}

.ge-media-btn--ghost:hover {
  background: rgba(13, 39, 217, 0.04);
  color: var(--ge-blue-dark);
}

.ge-media-grid-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.ge-media-grid-head__eyebrow {
  margin: 0 0 8px;
  color: var(--ge-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-media-grid-head__title {
  margin: 0;
  color: var(--ge-navy);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 800;
}

.ge-media-grid-placeholder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ge-media-grid-placeholder__item {
  min-height: 220px;
  border-radius: 18px;
  border: 1px dashed rgba(13, 23, 48, 0.14);
  background: rgba(13, 39, 217, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ge-blue-dark);
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .ge-media-feature {
    grid-template-columns: 1fr;
  }

  .ge-media-grid-placeholder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ge-media-content-wrap {
    padding: 14px 20px 48px;
  }

  .ge-media-content-shell {
    border-radius: 22px;
  }

  .ge-media-content-inner {
    padding: 20px;
  }

  .ge-media-feature {
    gap: 18px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .ge-media-feature__media {
    min-height: 220px;
    border-radius: 16px;
  }

  .ge-media-feature__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-media-feature__actions {
    margin-top: 20px;
  }

  .ge-media-grid-placeholder {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ge-media-grid-placeholder__item {
    min-height: 160px;
    border-radius: 16px;
  }
}
.ge-media-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ge-media-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(13, 23, 48, 0.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(7, 22, 58, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ge-media-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 39, 217, 0.18);
  box-shadow: 0 16px 36px rgba(7, 22, 58, 0.12);
}

.ge-media-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9eefb;
}

.ge-media-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.ge-media-card:hover .ge-media-card__thumb img {
  transform: scale(1.03);
}

.ge-media-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(6, 22, 58, 0.78);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
}

.ge-media-card__body {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
}

.ge-media-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ge-media-card__title {
  margin: 0;
  color: #06163a;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-media-card__text {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.ge-media-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
}

.ge-media-card__link {
  color: #0d27d9;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.ge-media-card__link:hover {
  color: #071a5c;
}

.ge-media-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(13, 39, 217, 0.08);
  color: #071a5c;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .ge-media-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ge-media-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ge-media-card {
    border-radius: 16px;
  }

  .ge-media-card__body {
    padding: 16px 16px 18px;
  }

  .ge-media-card__title {
    font-size: 19px;
  }

  .ge-media-card__text {
    font-size: 14px;
    line-height: 1.65;
  }

  .ge-media-card__badge {
    top: 12px;
    left: 12px;
  }
}
.ge-media-panel {
  display: none;
}

.ge-media-panel.is-active {
  display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-216e793 */.ge-brand-assets-block {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid rgba(13, 23, 48, 0.08);
}

.ge-brand-assets-block__inner {
  display: grid;
  gap: 28px;
}

.ge-brand-assets-block__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.ge-brand-assets-block__copy {
  max-width: 760px;
}

.ge-brand-assets-block__eyebrow {
  margin: 0 0 8px;
  color: #0d27d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-brand-assets-block__title {
  margin: 0 0 12px;
  color: #06163a;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-brand-assets-block__text {
  margin: 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.75;
  max-width: 58ch;
}

.ge-brand-assets-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ge-brand-asset-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(13, 23, 48, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(7, 22, 58, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ge-brand-asset-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 39, 217, 0.18);
  box-shadow: 0 14px 34px rgba(7, 22, 58, 0.1);
}

.ge-brand-asset-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0d27d9 0%, #071a5c 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 22px rgba(13, 39, 217, 0.18);
}

.ge-brand-asset-card__body {
  display: grid;
  gap: 8px;
}

.ge-brand-asset-card__label {
  margin: 0;
  color: #0d27d9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ge-brand-asset-card__title {
  margin: 0;
  color: #06163a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ge-brand-asset-card__text {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.ge-brand-asset-card__link {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  color: #0d27d9;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.ge-brand-asset-card__link:hover {
  color: #071a5c;
}

@media (max-width: 1024px) {
  .ge-brand-assets-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ge-brand-assets-block {
    margin-top: 28px;
    padding-top: 24px;
  }

  .ge-brand-assets-block__text {
    font-size: 15px;
    line-height: 1.65;
  }

  .ge-brand-asset-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
    border-radius: 16px;
  }

  .ge-brand-asset-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    font-size: 16px;
  }

  .ge-brand-asset-card__title {
    font-size: 18px;
  }

  .ge-brand-asset-card__text {
    font-size: 14px;
    line-height: 1.65;
  }
}/* End custom CSS */