.block.block--hero {
  width: 100vw;
  height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 1024px) {
  .block.block--hero {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.block.block--hero {
  position: relative;
  overflow: hidden;
}
.block.block--hero .hero__content-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.block.block--hero .hero__content-wrap > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block.block--hero .hero__content-wrap > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block.block--hero .hero__content-wrap > .video-area {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block.block--hero .hero__content-wrap > .video-area .video-area__wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.block.block--hero .hero__content-wrap > .video-area .video-area__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.block--hero .hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 1200px;
  padding: 96px 0 32px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.block.block--hero .hero__content a,
.block.block--hero .hero__content button,
.block.block--hero .hero__content input,
.block.block--hero .hero__content select,
.block.block--hero .hero__content textarea,
.block.block--hero .hero__content [role=button] {
  pointer-events: auto;
}
@media only screen and (max-width: 1024px) {
  .block.block--hero .hero__content {
    padding: 100px 24px 32px;
  }
}
.block.block--hero .hero__content .headline {
  max-width: 45%;
}
@media only screen and (max-width: 1024px) {
  .block.block--hero .hero__content .headline {
    max-width: 100%;
  }
}
.block.block--hero .hero__text {
  margin-bottom: 12px;
}
.block.block--hero .hero__last-project {
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-primary);
  height: 90px;
  width: 208px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .block.block--hero .hero__last-project {
    margin-left: 0;
  }
}
.block.block--hero .hero__last-project .last-project__text {
  position: relative;
  z-index: 1;
}
.block.block--hero .hero__last-project .video-area {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: scale 350ms var(--cb);
}
.block.block--hero .hero__last-project .video-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.block.block--hero .hero__last-project:hover .video-area {
  scale: 1.1;
}
.block.block--hero .video-area__controls-wrap {
  width: 1200px;
  max-width: 100%;
}
.block.block--hero .video-area__controls {
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .block.block--hero .video-area__controls {
    justify-content: flex-end;
  }
}

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