.home-banner {
  padding: 0 !important;
}

.home-main {
  padding: 0 0 50px 0 !important;
}
.home-main .is-layout-grid {
  gap: 2em;
}

.full-span {
  background-size: contain !important;
  background-position: bottom;
  background-repeat: no-repeat;
}

.form-box {
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 25px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 50px 10% !important;
  margin-top: 50px !important;
}
.form-box .gform_heading {
  opacity: 0;
}
.form-box #gform_fields_1 {
  gap: 1em !important;
}
.form-box hr {
  margin: 20px 25% 0 25%;
  color: var(--brand-color);
}
.form-box input:not(#gform_submit_button_1), .form-box textarea {
  border-radius: 10px !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  padding: 25px !important;
}
.home-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 625px;
  padding-bottom: 50px !important;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
}
.home-box::after {
  content: "";
  position: absolute;
  height: 75%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.home-box h2.wp-block-heading, .home-box p {
  color: white !important;
}
.home-box h2 {
  font-weight: 400 !important;
}
.home-box h2, .home-box p, .home-box a {
  position: relative;
  z-index: 1;
}
.home-box p {
  margin-bottom: 30px;
}/*# sourceMappingURL=home.css.map */