.brand {
  width: 190px;
  height: 54px;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 4px 8px;
  background: transparent;
}

.brand img {
  height: 100%;
  object-fit: contain;
  filter: none;
  mix-blend-mode: normal;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .3));
}

footer img {
  width: 116px;
  height: 48px;
  object-fit: contain;
  padding: 3px;
  background: #fff;
  filter: none;
}

.footer-mark {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  padding-right: 20px;
  border-right: 3px solid #246cff;
}

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

.form-success {
  margin: 18px 0 0;
  padding: 14px 16px;
  color: #0f5132;
  background: #dff5e8;
  border-left: 3px solid #24a865;
  font-size: .86rem;
  font-weight: 600;
}
