.hero {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  transition-property: transform;
}
@media (min-width: 992px) {
  .hero {
    justify-content: center;
    flex-shrink: 0;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .hero.with-gradient .hero__media::after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
  }
}
.hero.with-separation {
  margin-bottom: var(--size-8);
}
@media (min-width: 992px) {
  .hero.with-separation {
    margin-bottom: var(--size-10);
  }
}
.domain-stateofrobotics-us .hero:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.76%, var(--color-dark) 99.96%), lightgray 50%/cover no-repeat;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  mix-blend-mode: multiply;
}
.hero .hero__media--is-video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero .hero__media--is-video {
    position: absolute;
  }
}
.hero .hero__media--is-video .hero__video {
  display: none;
}
.hero .hero__image .figure {
  display: block;
  margin: 0;
  height: 100%;
}
.hero .hero__image .figure__media {
  height: 230px;
}
.domain-stateofrobotics-us .hero .hero__image .figure__media {
  height: 100%;
}
.hero .hero__image .figure__caption {
  display: none;
}
.hero .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .hero .hero__image img {
    position: absolute;
  }
}
.hero .hero__image--is-mobile {
  display: block;
}
.hero .hero__video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  transform: translateZ(0);
}
.hero .hero__video::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.hero .hero__video iframe,
.hero .hero__video object,
.hero .hero__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__content {
  top: 251px;
  z-index: 1;
  max-width: 73.125rem;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .hero .hero__content {
    position: relative;
    top: 0;
    background-color: transparent;
    text-align: left;
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .hero .hero__content {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .hero .hero__content {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 73.125rem) {
  .hero .hero__content {
    padding-left: var(--size-4);
    padding-right: var(--size-4);
  }
}
.hero.hero--has-video .hero__content {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .hero.hero--has-video .hero__content {
    padding-top: 200px;
  }
}
.hero .hero__content-inner {
  max-width: 880px;
  width: 100%;
  padding: 0 35px;
}
@media (min-width: 768px) {
  .hero .hero__content-inner {
    padding: 0 35px;
  }
}
.hero .hero__content-header {
  margin-bottom: var(--size-4);
  color: var(--color-navy);
}
@media (max-width: 768px) {
  .hero .hero__content-header {
    font-size: var(--scale-4);
  }
}
@media (min-width: 768px) {
  .hero .hero__content-header {
    color: var(--color-white);
  }
}
.hero .hero__content-caption {
  margin-bottom: var(--size-6);
  color: var(--color-navy);
  font-size: var(--scale-2);
  line-height: var(--line-xs);
  font-weight: 500;
  color: var(--color-navy);
  font-family: var(--font-sans);
  -webkit-hyphens: none;
  hyphens: none;
  margin: 0 0 var(--size-4);
  text-rendering: optimizeLegibility;
}
.domain-stateofrobotics-us .hero .hero__content-caption {
  font-family: var(--font-robo);
}
@media print {
  .hero .hero__content-caption {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }
  .hero .hero__content-caption::after {
    display: inline-block;
  }
}
.hero .hero__content-caption a {
  font-weight: inherit;
}
@media (min-width: 576px) {
  .hero .hero__content-caption {
    font-size: var(--scale-3);
  }
}
@media (min-width: 768px) {
  .hero .hero__content-caption {
    color: var(--color-white);
  }
}
.hero .button {
  display: inline-flex;
  justify-content: center;
  width: auto;
  margin-right: 16px;
  margin-bottom: 10px;
}
.hero .button:last-child {
  margin: 0;
}
@media (min-width: 992px) {
  .hero {
    height: 600px;
  }
  .hero.hero--has-video {
    max-height: none;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }
  .hero .hero__content {
    padding-top: 50px;
  }
  .hero .hero__image--is-mobile {
    display: none;
  }
  .hero .hero__media--is-video .hero__video {
    display: block;
  }
}
.hero.hero-video-banner .hero__content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding-block-end: 40px;
}
@media (min-width: 768px) {
  .hero.hero-video-banner .hero__content {
    padding-block-end: 80px;
  }
}
.domain-stateofrobotics-us .hero.hero-video-banner .hero__content {
  text-align: left;
  background: var(--color-black);
}
@media (min-width: 768px) {
  .domain-stateofrobotics-us .hero.hero-video-banner .hero__content {
    background: none;
  }
}
.hero.hero-video-banner .hero__content-inner {
  max-width: 100%;
  padding: 0;
}
.hero.hero-video-banner .hero__content-header {
  font-size: var(--scale-5);
  color: var(--color-blue);
  font-family: var(--font-wc);
  font-weight: var(--font-regular);
  margin-block-end: var(--size-4);
  line-height: 1;
}
@media (min-width: 768px) {
  .hero.hero-video-banner .hero__content-header {
    font-size: var(--scale-6);
    color: var(--color-white);
  }
}
@media (min-width: 992px) {
  .hero.hero-video-banner .hero__content-header {
    font-size: var(--scale-8);
  }
}
.domain-stateofrobotics-us .hero.hero-video-banner .hero__content-header {
  font-family: var(--font-robo);
  text-transform: uppercase;
  font-size: var(--scale-7);
  color: var(--color-white);
}
@media (min-width: 768px) {
  .domain-stateofrobotics-us .hero.hero-video-banner .hero__content-header {
    font-size: var(--scale-80);
    margin-block-end: var(--size-2);
  }
}
@media (min-width: 992px) {
  .domain-stateofrobotics-us .hero.hero-video-banner .hero__content-header {
    max-width: 50%;
  }
}
.hero.hero-video-banner .hero__content-caption {
  font-size: var(--scale-2);
  color: var(--color-blue);
  font-family: var(--font-wc);
  font-weight: var(--font-regular);
  margin-block-end: 24px;
}
@media (min-width: 768px) {
  .hero.hero-video-banner .hero__content-caption {
    font-size: var(--scale-3);
    color: var(--color-white);
  }
}
@media (min-width: 992px) {
  .hero.hero-video-banner .hero__content-caption {
    font-size: var(--scale-5);
  }
}
.domain-stateofrobotics-us .hero.hero-video-banner .hero__content-text p {
  font-family: var(--font-robo);
  font-size: var(--scale-1);
  color: var(--color-white);
  font-weight: var(--font-regular);
  letter-spacing: 0.5px;
  font-size: var(--scale-3-plus);
}
@media (min-width: 768px) {
  .domain-stateofrobotics-us .hero.hero-video-banner .hero__content-text p {
    max-width: 45rem;
    margin-inline-start: 9.375rem;
    font-size: var(--scale-1);
  }
}
.hero.hero-video-banner .field--name-field-video-button a {
  background: var(--color-coral);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: var(--scale-0);
  font-weight: bold;
  padding: 16px 24px;
  line-height: 1;
  letter-spacing: 2px;
  border: 3px solid var(--color-coral);
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .hero.hero-video-banner .field--name-field-video-button a {
    background: transparent;
    font-size: var(--scale-2);
  }
}
.hero.hero-video-banner .field--name-field-video-button a:hover {
  background: var(--color-coral);
}