.hero-main {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  background-color: #22207B;
}
.hero-main .hero-main-video {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  background: #333;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-main .hero-main-wrapper {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  padding-bottom: 77px;
  padding-top: 100px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1.62%, #22207B), color-stop(38.38%, rgba(34, 32, 123, 0)));
  background: linear-gradient(360deg, #22207B 1.62%, rgba(34, 32, 123, 0) 38.38%);
  width: 100%;
}
.hero-main .hero-main-wrapper .hero-heading {
  font-size: 96px;
  line-height: 115px;
  font-weight: 600;
  color: #fff;
  max-width: 1222px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 64em) {
  .hero-main .hero-main-wrapper .hero-heading {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero-main .hero-main-wrapper .hero-heading {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 46px;
  }
}
.hero-main .hero-main-wrapper .hero-icon {
  display: block;
  text-align: center;
  margin-bottom: 64px;
}
.hero-main .hero-main-wrapper .hero-icon img {
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 64em) {
  .hero-main .hero-main-wrapper .hero-icon {
    margin-bottom: 30px;
  }
}
.hero-main .hero-main-wrapper .hero-sub-heading {
  font-family: var(--font-roboto-mono);
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 136px;
  max-width: 1359px;
}
@media screen and (max-width: 47.9375em) {
  .hero-main .hero-main-wrapper .hero-sub-heading {
    margin-bottom: 92px;
  }
}
.hero-main .hero-main-wrapper .hero-excerpt {
  max-width: 603px;
  margin: 0 auto;
  text-align: center;
}
.hero-main .hero-main-wrapper .hero-excerpt * {
  font-size: 16px;
  line-height: 27px;
  font-family: var(--font-roboto);
  font-weight: 400;
  color: #d9d9d9;
}
@media screen and (max-width: 64em) {
  .hero-main .hero-main-wrapper {
    padding: 0 30px;
    padding-bottom: 168px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 47.9375em) {
  .hero-main .hero-main-wrapper {
    padding: 0 30px;
    padding-bottom: 25px;
    padding-top: 50px;
  }
}