/* Shared Brand-X treatment: the actual transparent human/X logo mark. */
.ke-brand-word {
  white-space: nowrap;
}

.ke-brand-x {
  display: inline-block !important;
  width: auto !important;
  height: 1.08em !important;
  max-width: none !important;
  margin: 0 -0.045em;
  object-fit: contain;
  vertical-align: -0.18em;
}

/* Hero signature: keep the rule/label styling on the outer span only and let the
   human-shaped X carry the same visual emphasis as the main logo. */
.ke-inner-hero__title > span .ke-brand-word,
.ke-inner-hero__title > span .ke-brand-word > [aria-hidden="true"] {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
}

.ke-inner-hero__title > span .ke-brand-word::before,
.ke-inner-hero__title > span .ke-brand-word > [aria-hidden="true"]::before {
  content: none !important;
}

.ke-inner-hero__title > span .ke-brand-x {
  height: 1.85em !important;
  margin: 0 -0.08em !important;
  vertical-align: -0.46em;
}

body.ke-modern-home #FNtp03IMAxFIMyjB .ke-brand-x {
  height: 1.85em !important;
  margin: 0 -0.08em !important;
  vertical-align: -0.46em;
}

@media (max-width: 600px) {
  .Logo .ke-brand-word > [aria-hidden="true"] {
    display: inline-block;
    font-size: 0.68em;
    letter-spacing: 0.08em;
  }
}
