.header.is-scrolled::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
  z-index: -1;
}

.wpcf7 form .wpcf7-response-output {
  background: #ffb900;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 0 0;
  position: relative;
  z-index: 4;
  padding: 0.5em 1em;
}
