.s-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  height: 100vh;
  min-height: max(41.6664rem, 100lvh);
  overflow: hidden;
}
@media only screen and (max-width: 1530px) {
  .s-hero {
    min-height: 36rem;
  }
}
@media only screen and (max-width: 987px) and (orientation: landscape) {
  .s-hero {
    min-height: 48rem;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero {
    min-height: 48rem;
    max-height: 50rem;
  }
}
.s-hero .s__illus {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: auto;
  min-height: 27.1111rem;
}
.s-hero .s__content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .s-hero .s__content {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero .s__content {
    padding-top: 2rem;
  }
}
.s-hero .s__content .u-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 1280px) {
  .s-hero .s__content .u-container {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 987px) {
  .s-hero .s__content .u-container {
    display: block;
  }
}
.s-hero .s__illus--home + .s__content,
.s-hero .s__illus--genai + .s__content {
  background: none;
}
.s-hero .s__title {
  position: relative;
  width: calc(6 * var(--grid-column-width) + 6 * var(--grid-gutter-width));
  transform: translate3d(0, 0, 0);
  line-height: 1;
  will-change: transform;
}
@media only screen and (max-width: 1530px) {
  .s-hero .s__title {
    width: calc(7 * var(--grid-column-width) + 7 * var(--grid-gutter-width));
  }
}
@media only screen and (max-width: 987px) {
  .s-hero .s__title {
    width: 100%;
    max-width: 8em;
    text-wrap: balance;
  }
}
@media only screen and (max-width: 987px) and (orientation: landscape) {
  .s-hero .s__title {
    max-width: 10em;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero .s__title {
    max-width: none;
  }
}
@media only screen and (max-width: 1280px) {
  .s-hero .s__title--md {
    width: calc(8 * var(--grid-column-width) + 7 * var(--grid-gutter-width));
  }
}
@media only screen and (max-width: 987px) {
  .s-hero .s__title--md {
    width: 100%;
  }
}
.s-hero .s__title--lg {
  font-size: var(--font-size-h-2xl);
}
@media only screen and (max-width: 987px) {
  .s-hero .s__title--lg {
    font-size: var(--font-size-h-xs);
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero .s__title--lg {
    font-size: var(--font-size-h-3xs);
  }
}
.s-hero .s__title .line {
  will-change: transform;
}
.s-hero .s__title__secondary {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 987px) {
  .s-hero .s__title__secondary {
    position: relative;
    display: block;
    pointer-events: all;
  }
}
@media only screen and (max-width: 987px) {
  .s-hero .s__title__secondary.is-in {
    opacity: 1;
  }
}
.s-hero .s__text {
  width: calc(5 * var(--grid-column-width) + 5 * var(--grid-gutter-width));
}
@media only screen and (max-width: 987px) {
  .s-hero .s__text {
    margin-top: 1em;
    width: 100%;
    max-width: 34em;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero .s__text {
    max-width: none;
    opacity: 1 !important;
    transform: none !important;
    font-size: var(--font-size-t-sm);
  }
}
.s-hero .s__text:before {
  font: var(--font-weight-t-lg) var(--font-size-t-lg) / var(--font-height-t-lg)
    var(--font-family-t-lg);
  letter-spacing: var(--font-spacing-t-lg);
  display: block;
  margin-bottom: 0.25em;
  color: var(--color-black);
  content: attr(data-title);
}
@media only screen and (max-width: 987px) {
  .s-hero .s__text:before {
    content: none;
  }
}
.s-hero .s__text--sm {
  color: var(--color-grey);
  font-size: var(--font-size-t-sm);
}
@media only screen and (max-width: 987px) {
  .s-hero .s__text--sm {
    line-height: 1.46;
    text-wrap: balance;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero .s__text--sm {
    text-wrap: wrap;
  }
}
.s-hero .s__text--md {
  padding-left: calc(
    2 * var(--grid-column-width) + 1 * var(--grid-gutter-width)
  );
  width: calc(5 * var(--grid-column-width) + 4 * var(--grid-gutter-width));
  line-height: 1.46;
}
@media only screen and (max-width: 1530px) {
  .s-hero .s__text--md {
    padding-left: 2em;
    width: calc(4 * var(--grid-column-width) + 4 * var(--grid-gutter-width));
  }
}
@media only screen and (max-width: 987px) {
  .s-hero .s__text--md {
    padding-left: 0;
    width: auto;
    color: var(--color-grey);
    font-size: var(--font-size-t-md);
    text-wrap: balance;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero .s__text--md {
    font-size: var(--font-size-t-sm);
    text-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-hero + [class^="s-"] {
    margin-top: 2rem;
  }
}
