/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/acf-hero/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************/
.fl-hero {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.fl-hero.active {
  overflow: visible;
}
.fl-hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fl-hero__content hr {
  border: none;
  width: 12rem;
  height: 0.5rem;
  margin: 0;
}
.fl-hero__content p {
  color: #fff;
  margin: 0;
}
.fl-hero__content p, .fl-hero__content ul {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.fl-hero__content .button {
  place-self: start;
}
.fl-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
.fl-hero__inner .fl-hero__review {
  margin-top: 0.5rem;
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  background: #fff;
}
.fl-hero__flyout .gform_wrapper textarea, .fl-hero__flyout .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]), .fl-hero .flyout-inner .gform_wrapper textarea, .fl-hero .flyout-inner .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border: 2px solid #EEE;
}
.fl-hero__heading {
  margin: 0;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.fl-hero__superheading {
  text-transform: uppercase;
  font-weight: 700;
}
.fl-hero__bullets {
  color: #fff;
}
.fl-hero__offer {
  border-radius: 8px;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.75);
  max-width: 550px;
}
.fl-hero__offer * {
  color: #222;
}
.fl-hero__offer p {
  color: #222;
  text-shadow: none;
}
.fl-hero__offer h4 {
  color: #222;
  margin-bottom: 0.5rem;
}
.fl-hero__form {
  position: relative;
  z-index: 1;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}
.fl-hero__form .fl-hero__form-heading-default {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fl-hero__form .fl-hero__form-text-default {
  margin-bottom: 2.5rem;
}
.fl-hero__form .fl-hero__flyout-text {
  color: #fff;
}
.fl-hero__overlay--none {
  display: none;
}
.fl-hero--no-subheading .fl-hero__content {
  gap: 2rem;
}

.fl-review {
  max-width: 550px;
}
.fl-review__stars {
  display: flex;
  gap: 1rem;
}
.fl-review svg {
  height: 18px;
  width: auto;
  fill: #fff;
}
.fl-review svg * {
  fill: #fff;
}
.fl-review__content {
  margin: 0.75rem 0 1.5rem !important;
}
.fl-review__name, .fl-review__location {
  font-size: 1.3rem;
}

@media (min-width: 1025px) {
  .fl-hero__grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 80px;
    max-width: 100%;
    margin-inline: auto;
    min-height: 60vh;
  }
  .fl-hero__inner {
    background-image: none !important;
    box-shadow: none !important;
    height: 100%;
  }
  .fl-hero__background {
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .fl-hero__overlay--light {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
  }
  .fl-hero__overlay--medium {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
  }
  .fl-hero__overlay--dark {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
  }
  .fl-hero__content {
    height: 100%;
    padding: 3rem 0;
  }
  .fl-hero__content--50 {
    max-width: 50%;
  }
  .fl-hero__content--66 {
    max-width: 66%;
  }
  .fl-hero__form {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    place-self: center;
  }
  .fl-hero__form .fl-hero__form-heading-default, .fl-hero__form .fl-hero__form-text-default {
    text-align: center;
  }
  .fl-hero__form .fl-hero__form-heading-default {
    margin-top: 0;
  }
  .fl-hero--translucent .fl-hero__form {
    place-self: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 20px;
  }
  .fl-hero .fl-hero__content {
    max-width: 100%;
  }
  .fl-hero:not(.fl-homepage-hero) .fl-hero__grid {
    padding: 5rem 0;
  }
}
@media (min-width: 1025px) {
  .fl-hero__grid {
    gap: 120px;
    max-width: 1300px;
  }
  .fl-hero--full-bleed .fl-hero__grid {
    max-width: 100%;
  }
  .fl-hero--full-bleed .fl-hero__content {
    margin-left: calc((100vw - 1300px) / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1360px) {
  .fl-hero:not(.fl-hero--full-bleed) .fl-hero__grid {
    padding-inline: 3rem;
  }
  .fl-hero--full-bleed .fl-hero__content {
    margin-left: 5rem;
  }
}
@media (min-width: 1441px) {
  .fl-hero__grid {
    gap: 150px;
  }
}
@media (min-width: 1660px) {
  .fl-hero__grid {
    max-width: 1600px;
    gap: 200px;
  }
  .fl-hero--full-bleed .fl-hero__grid {
    max-width: 100%;
  }
  .fl-hero--full-bleed .fl-hero__content {
    margin-left: calc((100vw - 1600px) / 2);
  }
}
@media (max-width: 1024px) {
  .fl-hero__grid {
    padding-inline: 0;
  }
  .fl-hero__overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
  }
  .fl-hero__content {
    position: relative;
  }
  .fl-hero__content .fl-hero__overlay {
    background: none;
  }
  .fl-hero__inner {
    padding-inline: 3rem;
    background-position: center;
    background-size: cover;
    box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.65);
  }
  .fl-hero__inner * {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 480px) {
  .fl-hero__inner {
    padding-inline: 2rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/