/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cells/hero/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
body .hero {
  position: relative;
  height: calc(100vh - 70px);
  min-height: 300px;
  display: flex;
  justify-content: center;
  text-align: center;
}
body .hero .container {
  margin-top: 30px;
}
body .hero.wp-editor {
  max-height: calc(100vh - 200px);
}
body .hero__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: top;
     object-position: top;
  top: 0;
  left: 0;
}
body .hero__title {
  font-family: "Imperial", Arial, sans-serif;
  font-size: 4rem;
  position: relative;
  z-index: 2;
  text-align: center;
  text-shadow: 2px 2px 4px black;
}
body .hero__date {
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
  text-align: center;
  text-shadow: 2px 2px 4px black;
  margin-bottom: 1rem;
}
body .hero__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 0.5s infinite alternate;
}
body .hero__arrow > path {
  fill: #fff;
}
body .hero__arrow_link {
  text-decoration: none;
}
body .hero__overlay {
  background: #000000;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .hero .desktop {
  display: none;
}
@media (min-width: 960px) {
  body .hero {
    height: calc(100vh - 72px);
  }
  body .hero .mobile {
    display: none;
  }
  body .hero .desktop {
    display: block;
  }
  body .hero__date {
    margin-bottom: 2rem;
  }
  body .hero__title {
    font-size: 6rem;
  }
}

@keyframes bounce {
  to {
    transform: translate(-50%, -20px);
  }
}

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