/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
 .editor-styles-wrapper .block-editor-block-list__layout .section-hero__top, body.frontend .section-hero__top {
  height: 750px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero__top, body.frontend .section-hero__top {
    height: 680px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero__bg, .editor-styles-wrapper .block-editor-block-list__layout .section-hero__mask, body.frontend .section-hero__bg, body.frontend .section-hero__mask {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero__bg, body.frontend .section-hero__bg {
  top: 0;
  height: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero__bg__image, body.frontend .section-hero__bg__image {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero__mask, body.frontend .section-hero__mask {
  z-index: 3;
  height: 100px;
  top: auto;
  bottom: -6px;
}
@media only screen and (min-width: 2048px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero__mask, body.frontend .section-hero__mask {
    height: 122px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero__title, body.frontend .section-hero__title {
  z-index: 4;
  position: relative;
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero__title span, body.frontend .section-hero__title span {
  display: block;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero__description, body.frontend .section-hero__description {
  z-index: 4;
  position: relative;
  padding-top: 60px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero__description, body.frontend .section-hero__description {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero__description, body.frontend .section-hero__description {
    width: 85%;
    margin: 0 auto;
    padding-top: 100px;
  }
}

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