.editor-styles-wrapper .Hero.__homepage {
  min-height: 100vh;
  background: var(--colors-primary);
}
.editor-styles-wrapper .Hero.__homepage .Hero__container {
  order: 1;
  z-index: 2;
}
.editor-styles-wrapper .Hero.__homepage .Hero__background {
  position: static;
  height: 50vh;
  order: 2;
}
.editor-styles-wrapper .Hero.__homepage .Hero__background__el video {
  display: none;
}
.editor-styles-wrapper .Hero.__homepage .Hero__title {
  text-align: left;
  font-size: 40px;
  line-height: 39px;
  margin: 0 0 5px 0;
}
.editor-styles-wrapper .Hero.__homepage .Hero__title span.Hero__title__image {
  display: inline-block;
  position: absolute;
  margin-top: 1em;
}
.editor-styles-wrapper .Hero.__homepage .Hero__title span.Hero__title__image svg {
  max-width: 6em;
  height: auto;
  margin: 0 auto 18px -6em;
  display: block;
}
@media (max-width: 1241px) {
  .editor-styles-wrapper .Hero.__homepage .Hero__title span.Hero__title__image svg path {
    stroke: var(--colors-tertiary);
  }
}
.editor-styles-wrapper .Hero.__homepage .Hero__items {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  margin-top: calc(50vh - 24px);
  transform: translateY(-100%);
}
.editor-styles-wrapper .Hero.__homepage .Hero__items .Hero__item {
  display: block;
  color: var(--colors-white);
  text-decoration: none;
  border-left: 1px solid var(--colors-white);
  padding: 0 20px;
  margin: 10px 0;
}
.editor-styles-wrapper .Hero.__homepage .Hero__items .Hero__item__headline {
  font-family: var(--fonts-h1);
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 22px;
}
.editor-styles-wrapper .Hero.__homepage .Hero__items .Hero__item__headline:empty {
  display: none;
}
.editor-styles-wrapper .Hero.__homepage .Hero__items .Hero__item__subtext {
  display: none;
}
.editor-styles-wrapper .Hero.__homepage .Hero__sub_title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FAFAFA;
  margin: 0 0 7px 0;
}
@media (max-width: 1192px) {
  .editor-styles-wrapper .Hero.__homepage .Hero__cta {
    margin-top: 10px;
  }
  .editor-styles-wrapper .Hero.__homepage .Hero__cta span {
    color: var(--colors-tertiary);
  }
  .editor-styles-wrapper .Hero.__homepage .Hero__cta:before,
  .editor-styles-wrapper .Hero.__homepage .Hero__cta:after {
    border-color: var(--colors-tertiary);
  }
}
/*# sourceMappingURL=style.css.map */