/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-protos-hero {
  position: relative;
}
.wp-block-protos-hero .protos-content-cover {
  border-radius: var(--content-cover-border-radius);
  max-width: inherit;
}
.wp-block-protos-hero .protos-content-cover::before {
  background-color: var(--content-overlay-bg);
  content: "";
  height: 100%;
  opacity: var(--content-overlay-opacity);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.wp-block-protos-hero .protos-hero-content {
  max-width: none;
  width: 100%;
}
.wp-block-protos-hero.use-custom-height {
  min-height: var(--content-cover-height);
}
.wp-block-protos-hero.image-overlay-false .video-overlay {
  position: absolute;
  top: 0;
}
.wp-block-protos-hero.image-overlay-true .image-overlay {
  position: absolute;
  top: 0;
}
.wp-block-protos-hero.use-hero-true .protos-content-cover {
  pointer-events: none;
}
.wp-block-protos-hero.use-hero-true iframe {
  height: 300%;
  position: absolute;
  top: -100%;
}
.wp-block-protos-hero.use-hero-true .protos-hero-content {
  bottom: 0;
  margin: 0;
  max-width: none;
  position: absolute;
  top: 0;
  z-index: 3;
}
.wp-block-protos-hero.use-hero-true .protos-hero-content--group {
  height: 100%;
}
.wp-block-protos-hero.use-hero-true.use-custom-height {
  align-items: center;
  display: flex;
}
.wp-block-protos-hero.use-hero-true.use-custom-height .protos-content-cover--use-height {
  bottom: 0;
  margin: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wp-block-protos-hero.use-hero-true.use-custom-height .protos-hero-content {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .wp-block-protos-hero.use-hero-true.use-custom-height:not(.alignwide) .protos-hero-content {
    padding-left: var(--wp--style--block-gap);
    padding-right: var(--wp--style--block-gap);
  }
}
.wp-block-protos-hero.use-hero-true.use-custom-height.alignfull .protos-hero-content {
  padding-left: var(--wp--style--block-gap);
  padding-right: var(--wp--style--block-gap);
}
.wp-block-protos-hero.use-media-gallery:not(.use-hero-true) .protos-content-cover::before {
  content: none;
}
.wp-block-protos-hero.use-media-gallery .hero-gallery {
  display: grid;
  gap: 5px;
  grid-template-rows: 1fr;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-protos-hero.use-media-gallery .hero-gallery .image-container {
  display: block;
  min-height: 0;
  min-width: 0;
  position: relative;
}
.wp-block-protos-hero.use-media-gallery .hero-gallery .image-container::before {
  background-color: var(--content-overlay-bg);
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease;
  left: 0;
  width: 100%;
}
.wp-block-protos-hero.use-media-gallery .hero-gallery .image-container:hover::before {
  opacity: var(--content-overlay-opacity);
}
.wp-block-protos-hero.use-media-gallery .hero-gallery .image-container:nth-child(n+2) {
  display: none;
}
@media screen and (min-width: 600px) {
  .wp-block-protos-hero.use-media-gallery .hero-gallery .image-container:nth-child(n+2) {
    display: block;
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery .image-container:nth-child(n+6) {
    display: none;
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--1 {
    grid-template-columns: 1fr;
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--5 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--5 .image-container:first-child {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--5 .image-container:nth-child(2) {
    grid-column-start: 3;
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--5 .image-container:nth-child(3) {
    grid-column-start: 4;
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--5 .image-container:nth-child(4) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .wp-block-protos-hero.use-media-gallery .hero-gallery--5 .image-container:nth-child(5) {
    grid-column-start: 4;
    grid-row-start: 2;
  }
}
.wp-block-protos-hero.use-media-gallery .see-all-images {
  background: var(--protos-color-body-bg);
  border: 1px solid var(--protos-color-body-text);
  border-radius: calc(var(--content-cover-border-radius) * 0.4);
  bottom: 15px;
  color: var(--protos-color-body-text);
  left: 15px;
  padding: 5px 15px;
  pointer-events: none;
  position: absolute;
}
.wp-block-protos-hero .play-overlay {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.wp-block-protos-hero .play-overlay [class*=fa-] {
  color: #ffffff;
  font-size: clamp(75px, 10vw, 100px);
}
.wp-block-protos-hero .protos-content-cover--none {
  aspect-ratio: auto;
}

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