body:not(.hcx-legacy-page) .header .hcx-header-logo-mark {
  width: clamp(6.55rem, 4.7vw, 8.25rem) !important;
  max-width: 17vw !important;
  aspect-ratio: 2229 / 553 !important;
}

body:not(.hcx-legacy-page) .hcx-mobile-menu__logo-mark.hcx-header-logo-mark--static {
  width: clamp(7.25rem, 22vw, 9.35rem) !important;
  aspect-ratio: 2229 / 553 !important;
}

@media screen and (max-width: 749px) {
  body:not(.hcx-legacy-page) .header .hcx-header-logo-mark {
    width: clamp(5.55rem, 15.2vw, 7rem) !important;
    max-width: 30vw !important;
  }
}
