/*
 @include breakpoint(large) {
	--cols: 3;
}
*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.wp-admin .wp-block-acf-home-hero {
  max-width: none;
}

.acf-block-home-hero {
  position: relative;
  padding: 0 32px;
}
.acf-block-home-hero .background-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.acf-block-home-hero .background-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #192030 100%);
}
.acf-block-home-hero .wrap {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 48em) {
  .acf-block-home-hero .wrap {
    height: 649px;
  }
}
.acf-block-home-hero .hero-content {
  padding: 90px 0;
}
@media print, screen and (min-width: 48em) {
  .acf-block-home-hero .hero-content {
    padding: 32px 0;
  }
}
.acf-block-home-hero .hero-content .tagline {
  font-size: 1rem;
  line-height: 1.1875;
  color: #92D5D5;
  margin-bottom: 10px;
}
.acf-block-home-hero .hero-content .tagline span {
  font-weight: 800;
  padding: 0 5px;
}
.acf-block-home-hero .hero-content h1 {
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .acf-block-home-hero .hero-content h1 {
    font-size: 3.125rem;
  }
}
.acf-block-home-hero .hero-content h1 .lines {
  display: block;
  color: #92D5D5;
}

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