.site-header .brand-logo,
.footer-brand .brand-logo {
  width: auto;
  height: 52px;
  max-width: 180px;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.site-header .brand {
  height: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
}

.site-header .brand-logo {
  width: auto;
  height: 52px;
  max-width: 180px;
  max-height: 100%;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header .brand-logo img,
.footer-brand .brand-logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-header .brand-logo img {
  mix-blend-mode: normal;
  display: block;
}

@media (max-width: 560px) {
  .site-header .brand-logo {
    max-width: 150px;
    height: 46px;
  }
}
