.logo-image {
  width: 330px;
  height: 68px;
  overflow: visible;
  flex: none;
}

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

.footer-main {
  min-height: 122px;
}

.footer-logo {
  width: 290px;
  height: 80px;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

#contact-form button:disabled {
  cursor: wait;
  opacity: .65;
}

@media (max-width: 680px) {
  .logo-image {
    width: 230px;
    height: 57px;
  }

  .footer-logo {
    width: min(290px, 100%);
    height: 74px;
  }
}
