.editor-styles-wrapper .Hero {
  padding-top: 150px;
  padding-bottom: 83px;
  min-height: 600px;
}
.editor-styles-wrapper .Hero__background {
  overflow: hidden;
}
.editor-styles-wrapper .Hero__background:after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--background_overlay_height);
  background: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, var(--background_overlay_opacity_on_a_top)) 0%, rgba(0, 0, 0, var(--background_overlay_opacity_on_a_bottom)) 100%);
}
.editor-styles-wrapper .Hero.__background_type-image .Hero__background:after,
.editor-styles-wrapper .Hero.__background_type-video .Hero__background:after {
  display: block;
}
.editor-styles-wrapper .Hero__title {
  font-size: 80px;
  line-height: 80px;
}
/*# sourceMappingURL=style.lg.css.map */