.logo::before,
.footer-logo::before,
.footer-brand .footer-logo::before {
  display: none !important;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 60px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  flex: 0 0 auto;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.footer-logo {
  display: block;
  width: 176px;
  height: 66px;
  margin: 0 0 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 760px) {
  .logo {
    width: 144px;
    height: 54px;
  }

  .footer-logo {
    width: 152px;
    height: 57px;
  }
}
