.site-banner.wave-animated {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 575px;
  overflow: hidden;
}
.site-banner.wave-animated .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
}
.site-banner.wave-animated .wrap {
  min-height: calc(36vh + 70px);
  position: relative;
}
.site-banner.wave-animated .wrap > .innerblockcontainer {
  max-width: 1165px;
  margin: auto;
}
.site-banner.wave-animated h1 {
  font-weight: 900;
  margin-bottom: 0.25em;
  margin-top: 0;
  --animated-title-font-size: 2.25rem;
}
@media only screen and (min-width: 1030px) {
  .site-banner.wave-animated h1 {
    --animated-title-font-size: 3.8rem;
  }
}
.site-banner.wave-animated p {
  margin: auto;
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 130%;
}
@media only screen and (min-width: 1030px) {
  .site-banner.wave-animated p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .site-banner.wave-animated h1 {
    font-size: 40px;
  }
}

.wave-svg {
  display: block !important;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 300%;
  height: auto;
  opacity: 1;
  transform: translateY(15%) scale(1.4);
  margin: auto;
}
@media only screen and (min-width: 760px) {
  .wave-svg {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -35%;
  }
}
.wave-svg path {
  animation: wave 10s infinite;
}

.acf-block-preview .wave-svg path {
  animation: none !important;
}

/*# sourceMappingURL=banner.css.map */
