@charset "UTF-8";
.gf-embed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.gf-embed p {
  margin: 0;
  line-height: 0;
}
.gf-embed {
  min-height: 420px;
}
.gf-embed .gfiframe {
  display: block;
  width: 100%;
  border: 0;
}
.gf-embed.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gf-embed.is-loading::before {
  content: "Loading form…";
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
}/*# sourceMappingURL=gf-iframe.css.map */