/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/acf/hero/hero.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
/* Hero Block Styles */
.wp-block-acf-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  min-height: 446px;
  transition: opacity 0.5s ease-in-out;
  margin-top: 30px !important;
  border-radius: 2em;
}
@media (max-width: 1270px) {
  .wp-block-acf-hero {
    max-width: 100% !important;
  }
}
.wp-block-acf-hero.hero-loaded {
  opacity: 1;
}
.wp-block-acf-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wp-block-acf-hero .hero-background .hero-image,
.wp-block-acf-hero .hero-background .hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-acf-hero .hero-background .hero-video {
  min-width: 100%;
  min-height: 100%;
}
.wp-block-acf-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.wp-block-acf-hero .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 2rem;
  max-width: none !important;
}
.wp-block-acf-hero .hero-content:not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size, 1200px);
  margin: 0 auto;
}
.wp-block-acf-hero .hero-content .wp-block-group__inner-container {
  width: 100%;
  max-width: var(--wp--style--global--content-size, 1200px);
  margin: 0 auto;
  padding: 0;
}
.wp-block-acf-hero .hero-content .hero-content-inner {
  background: var(--wp--preset--color--primary, #3b82f6);
  border-radius: 26px;
  padding: 3rem;
  max-width: 600px;
  color: white;
  min-height: 360px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wp-block-acf-hero .hero-content .hero-content-inner .wp-block {
  margin-bottom: 1.5rem;
}
.wp-block-acf-hero .hero-content .hero-content-inner .wp-block:last-child {
  margin-bottom: 0;
}
.wp-block-acf-hero .hero-content .hero-content-inner h1,
.wp-block-acf-hero .hero-content .hero-content-inner h2,
.wp-block-acf-hero .hero-content .hero-content-inner h3,
.wp-block-acf-hero .hero-content .hero-content-inner h4,
.wp-block-acf-hero .hero-content .hero-content-inner h5,
.wp-block-acf-hero .hero-content .hero-content-inner h6,
.wp-block-acf-hero .hero-content .hero-content-inner p,
.wp-block-acf-hero .hero-content .hero-content-inner li,
.wp-block-acf-hero .hero-content .hero-content-inner span,
.wp-block-acf-hero .hero-content .hero-content-inner div {
  color: white !important;
}
.wp-block-acf-hero .hero-content .hero-content-inner h1,
.wp-block-acf-hero .hero-content .hero-content-inner h2,
.wp-block-acf-hero .hero-content .hero-content-inner h3,
.wp-block-acf-hero .hero-content .hero-content-inner h4,
.wp-block-acf-hero .hero-content .hero-content-inner h5,
.wp-block-acf-hero .hero-content .hero-content-inner h6 {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.wp-block-acf-hero .hero-content .hero-content-inner h1 {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .wp-block-acf-hero .hero-content .hero-content-inner h1 {
    font-size: 2rem;
  }
}
.wp-block-acf-hero .hero-content .hero-content-inner p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.wp-block-acf-hero .hero-content .hero-content-inner a:not(.wp-block-button__link) {
  color: white !important;
  text-decoration: underline;
}
.wp-block-acf-hero .hero-content .hero-content-inner .hero-content-placeholder {
  text-align: center;
  padding: 2rem;
  font-style: italic;
}
.wp-block-acf-hero.hero-alignment-left .hero-content {
  display: flex;
  justify-content: flex-start;
}
.wp-block-acf-hero.hero-alignment-left .hero-content .hero-content-inner {
  margin-right: auto;
}
.wp-block-acf-hero.hero-alignment-center .hero-content {
  display: flex;
  justify-content: center;
}
.wp-block-acf-hero.hero-alignment-center .hero-content .hero-content-inner {
  margin: 0 auto;
}
.wp-block-acf-hero.hero-alignment-right .hero-content {
  display: flex;
  justify-content: flex-end;
}
.wp-block-acf-hero.hero-alignment-right .hero-content .hero-content-inner {
  margin-left: auto;
}
.wp-block-acf-hero.hero-vertical-top {
  align-items: flex-start;
  padding-top: 4rem;
}
.wp-block-acf-hero.hero-vertical-center {
  align-items: center;
}
.wp-block-acf-hero.hero-vertical-bottom {
  align-items: flex-end;
  padding-bottom: 4rem;
}
@media (max-width: 950px) {
  .wp-block-acf-hero {
    align-items: flex-end !important;
  }
}
.wp-block-acf-hero.alignwide {
  width: var(--wp--style--global--wide-size, 100vw);
  max-width: var(--wp--style--global--wide-size, 100vw);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-acf-hero.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.wp-block-acf-hero.alignfull .hero-content {
  padding-left: max(2rem, var(--wp--style--root--padding-left, 2rem));
  padding-right: max(2rem, var(--wp--style--root--padding-right, 2rem));
}
.wp-block-acf-hero.alignfull .hero-content .wp-block-group__inner-container {
  max-width: none;
  padding: 0;
}
@media (max-width: 950px) {
  .wp-block-acf-hero {
    min-height: 500px !important;
    flex-direction: column;
    align-items: stretch !important;
    padding-bottom: 0;
  }
  .wp-block-acf-hero .hero-background {
    position: relative;
    height: 350px;
    border-radius: 2em 2em 0 0;
    overflow: hidden;
  }
  .wp-block-acf-hero .hero-overlay {
    border-radius: 26px;
  }
  .wp-block-acf-hero .hero-image {
    border-radius: 26px;
  }
  .wp-block-acf-hero .hero-content {
    position: relative;
    padding: 1rem;
    margin-top: -60px !important;
    z-index: 4;
  }
  .wp-block-acf-hero .hero-content .wp-block-group__inner-container {
    max-width: none;
    padding: 0;
  }
  .wp-block-acf-hero .hero-content .hero-content-inner {
    padding: 2rem;
    max-width: 100%;
    min-height: 0px !important;
  }
  .wp-block-acf-hero .hero-content .hero-content-inner h1 {
    font-size: 1.8rem;
  }
  .wp-block-acf-hero .hero-content .hero-content-inner p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .wp-block-acf-hero {
    min-height: 400px;
  }
  .wp-block-acf-hero .hero-background {
    height: 300px;
  }
  .wp-block-acf-hero .hero-content {
    margin-top: -50px !important;
  }
  .wp-block-acf-hero .hero-content .hero-content-inner {
    padding: 1.5rem;
  }
  .wp-block-acf-hero .hero-content .hero-content-inner h1 {
    font-size: 1.5rem;
  }
}

.wp-block-editor-page .wp-block-acf-hero .hero-video {
  pointer-events: none;
}
.wp-block-editor-page .wp-block-acf-hero .hero-content-placeholder {
  border: 2px dashed rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 2rem;
  text-align: center;
}
.wp-block-editor-page .wp-block-acf-hero .hero-content-placeholder p {
  margin: 0;
  font-style: italic;
  opacity: 0.8;
}

/*# sourceMappingURL=acf-hero.1ff5b31b9f6df019a700.css.map*/