/* Display the supplied brand artwork without a second white capsule. */
.hero--activation .hero__brand-activation,
.hero--activation.is-current-visible .hero__brand-activation,
.hero--activation.is-hero-ready .hero__brand-activation {
  aspect-ratio: 497 / 143;
  background: transparent;
  border: 0;
  box-shadow: none;
  animation: none;
  overflow: visible;
}
.hero__brand-activation::after,
.hero__brand-glass { display: none; }
.hero__brand-logo,
.hero__brand-color {
  border-radius: 0;
  object-fit: contain;
}
.hero__brand-logo--mono { animation: none; }
.about-toggle__capsule,
.about-toggle__color-layer {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.about-toggle__capsule { aspect-ratio: 497 / 143; }
.about-toggle__capsule::before,
.about-toggle__capsule::after { display: none !important; }
.about-toggle__logo { object-fit: contain !important; border-radius: 0 !important; }
.request-modal__logo img,
#footer-contact .footer__brand-logo--embedded,
.footer__brand img,
.site-header .brand img,
.panel-brand img,
.admin-header .brand img,
.login-card > img {
  height: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  filter: none;
}
