/* Transparent exact logo with safe mobile spacing */
.site-header .brand {
  width: 170px !important;
  height: 100px !important;
  overflow: visible !important;
  flex: 0 0 170px !important;
}
.site-header .brand .logo-crop,
.footer-logo-original .logo-crop {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}
.site-header .brand .logo-crop img {
  position: absolute !important;
  top: 4px !important;
  left: 0 !important;
  display: block !important;
  width: 158px !important;
  max-width: none !important;
  height: auto !important;
}
.footer-logo-original {
  width: 190px !important;
  height: 125px !important;
  overflow: visible !important;
  background: transparent !important;
}
.footer-logo-original .logo-crop img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 184px !important;
  max-width: none !important;
  height: auto !important;
}
@media (max-width: 600px) {
  .site-header .brand {
    width: 158px !important;
    height: 96px !important;
    overflow: visible !important;
    flex-basis: 158px !important;
  }
  .site-header .brand .logo-crop img {
    top: 3px !important;
    left: 0 !important;
    width: 148px !important;
  }
}
