@media screen and (min-width: 768px) {
  .o-facescan-hero {
    height: calc(100vh - var(--header-height) - var(--announcement-height));
  }
}
.o-facescan-hero__inner {
  position: relative;
}
.o-facescan-hero__arrow {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.o-facescan-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 4rem;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .o-facescan-hero__video {
    width: 30rem;
  }
}
.o-facescan-hero__media-position--left {
  order: 1;
}
.o-facescan-hero__media-position--right {
  order: 1;
}
.o-facescan-hero__content-position--left {
  order: 2;
}
.o-facescan-hero__content-position--right {
  order: 2;
}
@media screen and (min-width: 768px) {
  .o-facescan-hero__media-position--left, .o-facescan-hero__content-position--left {
    order: 1;
  }
  .o-facescan-hero__media-position--right, .o-facescan-hero__content-position--right {
    order: 2;
  }
}
.o-facescan-hero__media-container {
  position: relative;
}
.o-facescan-hero__side-image {
  width: 20rem;
  height: auto;
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .o-facescan-hero__side-image {
    bottom: 1.8rem;
  }
}
.o-facescan-hero__side-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.o-facescan-hero__content {
  padding-top: 3rem;
  padding-bottom: 6.5rem;
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
}
@media screen and (min-width: 768px) {
  .o-facescan-hero__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.o-facescan-hero__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .o-facescan-hero__image img {
    height: calc(100vh - var(--header-height) - var(--announcement-height));
    aspect-ratio: auto;
  }
}
.o-facescan-hero__heading,
.o-facescan-hero .a-checkbox__label,
.o-facescan-hero .a-input__field,
.o-facescan-hero .a-btn--transparent {
  color: inherit;
}
.o-facescan-hero__heading {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.o-facescan-hero__text {
  margin-bottom: 2rem;
}
.o-facescan-hero__buttons {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .o-facescan-hero__buttons {
    flex-direction: row;
    align-items: unset;
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
}
.o-facescan-hero__buttons .a-btn {
  padding: 1.25rem 3.5rem;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .o-facescan-hero__buttons .a-btn {
    padding: 1.25rem 4.5rem;
  }
}
.o-facescan-hero__code-container img {
  width: 7rem;
  height: auto;
  object-fit: cover;
}
