header.hp--head {
  position: relative;
  height: 100vh;
  display: grid;
  grid-template-columns: 43em 30em;
  column-gap: 1.5em;
  row-gap: 2em;
  align-items: center;
  justify-content: center;
  align-content: center;
}
header.hp--head > *:not(.video-bg-container) {
  z-index: 2;
  position: relative;
}
header.hp--head .oembed-lazyload {
  overflow: hidden;
  border-radius: 1em;
}
@media all and (max-width: 78em) {
  header.hp--head {
    grid-template-columns: 43em;
    grid-template-rows: 1fr 1fr;
    gap: 3em 0;
    align-items: start;
    justify-items: center;
  }
  header.hp--head > .text {
    text-align: center;
    align-self: end;
  }
  header.hp--head > *:nth-child(2) {
    max-width: 96%;
    width: 30em;
  }
}
@media all and (max-width: 48em) {
  header.hp--head {
    grid-template-columns: 100%;
  }
  header.hp--head > .text {
    max-width: 100%;
    width: 25em;
  }
}
@media all and (max-width: 34em) {
  header.hp--head > *:nth-child(2) {
    width: 25em;
  }
}
@media all and (max-width: 26em) {
  header.hp--head > *:nth-child(2) {
    width: 20em;
  }
}

.video-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.video-bg-container > div {
  height: 100%;
  width: 100%;
}
.video-bg-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hp__contact {
  display: grid;
  grid-template-columns: 30em 17.5em;
  justify-content: center;
  column-gap: 1.5em;
  padding-top: 3em;
}
.hp__contact form {
  max-width: 17.5em;
}
.hp__contact > .text {
  font-size: 1.75em;
}
.hp__contact .form-actions input {
  width: 100%;
}
@media all and (max-width: 54em) {
  .hp__contact {
    grid-template-columns: 1fr;
    row-gap: 1.5em;
    justify-items: center;
  }
  .hp__contact > .text {
    text-align: center;
  }
}

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