.cp-feature-hero {
  max-width: 2560px;
  margin: 0 auto;
}

.cp-feature-hero__inner {
  position: relative;
  height: -webkit-calc(100vh - 130px);
  height: calc(100vh - 130px);
  height: calc(100vh - 130px);
  max-height: 46.875vw;
  min-height: 700px;
  min-height: 70rem;
}

.cp-feature-hero__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.cp-feature-hero__content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 0 338px;
  padding: 0 33.8rem;
  color: #fff;
}

.cp-feature-hero__content-bottom {
  font-size: 20px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-feature-hero .js-animate {
  opacity: 0;
}

.cp-feature-hero__eyebrow, .cp-feature-hero__title {
  width: 1080px;
  width: 108rem;
  max-width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.cp-feature-hero__headcopy, .cp-feature-hero__subcopy {
  width: 520px;
  width: 52rem;
  max-width: 100%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.cp-feature-hero__eyebrow {
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}

.cp-feature-hero__eyebrow .el-eyebrow {
  font-weight: normal;
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
}

.cp-feature-hero__title {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.cp-feature-hero__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.cp-feature-hero__headcopy .el-headcopy {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.cp-feature-hero__subcopy .el-subcopy {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.cp-feature-hero .cp-feature-hero__cta {
  margin-top: 65px;
  margin-top: 6.5rem;
}

.cp-feature-hero .cp-feature-hero__cta-row {
  font-size: 0;
}

.cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more:not(:first-child) {
  margin-left: 60px;
  margin-left: 6rem;
}

.cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more.is-default span::before {
  width: 0;
}

.cp-feature-hero__scroll-btn {
  height: 1.65em;
  margin-top: 3.1em;
  text-align: center;
}

.cp-feature-hero__scroll-btn .el-btn-arrow {
  position: relative;
  display: inline-block;
  width: .7em;
  height: .7em;
  font-size: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cp-feature-hero__scroll-btn .el-btn-arrow::before, .cp-feature-hero__scroll-btn .el-btn-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
}

.cp-feature-hero__scroll-btn .el-btn-arrow::before {
  -webkit-animation: 1200ms ease-out 300ms infinite normal arrow1;
  animation: 1200ms ease-out 300ms infinite normal arrow1;
}

.cp-feature-hero__scroll-btn .el-btn-arrow::after {
  -webkit-animation: 1200ms ease-out 300ms infinite normal arrow2;
  animation: 1200ms ease-out 300ms infinite normal arrow2;
}

@-webkit-keyframes arrow1 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

@keyframes arrow1 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.05;
  }
  80% {
    -webkit-transform: translate(-0.3em, -0.3em);
    transform: translate(-0.3em, -0.3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.05;
  }
  80% {
    -webkit-transform: translate(-0.3em, -0.3em);
    transform: translate(-0.3em, -0.3em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-0.6em, -0.6em);
    transform: translate(-0.6em, -0.6em);
    opacity: 0;
  }
}

.cp-feature-hero__bg {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.cp-feature-hero__bg .js-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cp-feature-hero__bg .video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cp-feature-hero__bg .video-container {
    margin: 0 -320px;
    margin: 0 -32rem;
  }
}

.cp-feature-hero__bg .video-container .video-button-play, .cp-feature-hero__bg .video-container .video-button-pause {
  display: none !important;
  bottom: 160px;
  bottom: 16rem;
  right: 340px;
  right: 34rem;
}

.cp-feature-hero__bg .video-container.position-top video {
  object-position: center top;
}

.cp-feature-hero__bg .video-container.position-bottom video {
  object-position: center bottom;
}

.cp-feature-hero__bg .video-container.position-left video {
  object-position: left center;
}

.cp-feature-hero__bg .video-container.position-right video {
  object-position: right center;
}

.cp-feature-hero__bg video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cp-feature-hero__bg video {
    position: relative;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.cp-feature-hero__bg.dim-off .el-dimmed {
  display: none;
}

.cp-feature-hero .el-dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cp-feature-hero .el-dimmed:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  height: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background-image: -webkit-linear-gradient(top, transparent, #111);
  background-image: linear-gradient(to bottom, transparent, #111);
  content: '';
}

.cp-feature-hero .el-dimmed:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#111));
  background-image: -webkit-linear-gradient(right, transparent, #111);
  background-image: linear-gradient(to left, transparent, #111);
  content: '';
}

@media screen and (min-width: 1937px) {
  .cp-feature-hero__content-inner {
    padding: 0 -webkit-calc((100% - 1244px) / 2);
    padding: 0 calc((100% - 1244px) / 2);
    padding: 0 calc((100% - 1244px) / 2);
  }
}

@media (max-width: 1920px) {
  .cp-feature-hero.fontsize-sm .cp-feature-hero__subcopy .el-subcopy {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 1919px) {
  .cp-feature-hero__content-inner {
    padding: 0 318px;
    padding: 0 31.8rem;
  }
  .cp-feature-hero__eyebrow, .cp-feature-hero__title {
    width: 893px;
    width: 89.3rem;
  }
  .cp-feature-hero__headcopy, .cp-feature-hero__subcopy, .cp-feature-hero__desc {
    width: 426px;
    width: 42.6rem;
  }
}

@media (max-width: 1599px) {
  .cp-feature-hero__content-inner {
    padding: 0 250px;
    padding: 0 25rem;
  }
  .cp-feature-hero__content-bottom {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-feature-hero__eyebrow, .cp-feature-hero__title {
    width: 760px;
    width: 76rem;
  }
  .cp-feature-hero__headcopy, .cp-feature-hero__subcopy, .cp-feature-hero__desc {
    width: 360px;
    width: 36rem;
  }
  .cp-feature-hero__eyebrow {
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
  }
  .cp-feature-hero__eyebrow .el-eyebrow {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-feature-hero__title {
    margin-bottom: 11px;
    margin-bottom: 1.1rem;
  }
  .cp-feature-hero__title .el-title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-feature-hero__headcopy .el-headcopy {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-feature-hero__subcopy .el-subcopy {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cp-feature-hero__bg .video-container .video-button-play, .cp-feature-hero__bg .video-container .video-button-pause {
    right: 100px;
    right: 10rem;
  }
  .cp-feature-hero.fontsize-sm .cp-feature-hero__eyebrow .el-eyebrow {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-hero.fontsize-sm .cp-feature-hero__headcopy .el-headcopy {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-feature-hero.fontsize-sm .cp-feature-hero__subcopy .el-subcopy {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (max-width: 1359px) {
  .cp-feature-hero__inner {
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
    height: calc(100vh - 120px);
    min-height: 560px;
    min-height: 56rem;
  }
  .cp-feature-hero__content-inner {
    padding: 0 226px;
    padding: 0 22.6rem;
  }
  .cp-feature-hero__eyebrow, .cp-feature-hero__title {
    width: 568px;
    width: 56.8rem;
  }
  .cp-feature-hero__headcopy, .cp-feature-hero__subcopy, .cp-feature-hero__desc {
    width: 340px;
    width: 34rem;
  }
  .cp-feature-hero__title .el-title {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .cp-feature-hero .cp-feature-hero__cta {
    margin-top: 30px;
    margin-top: 3rem;
  }
  .cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more:not(:first-child) {
    margin-left: 30px;
    margin-left: 3rem;
  }
  .cp-feature-hero__bg .video-container .video-button-play, .cp-feature-hero__bg .video-container .video-button-pause {
    bottom: 110px;
    bottom: 11rem;
    right: 76px;
    right: 7.6rem;
  }
}

@media (max-width: 1023px) {
  .cp-feature-hero__inner {
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
    height: calc(100vh - 110px);
    min-height: 420px;
    min-height: 42rem;
  }
  .cp-feature-hero__content {
    padding-bottom: 0;
    padding-bottom: 0;
  }
  .cp-feature-hero__content-inner {
    padding: 0 60px;
    padding: 0 6rem;
  }
  .cp-feature-hero__content-bottom {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-hero__eyebrow, .cp-feature-hero__title {
    width: 421px;
    width: 42.1rem;
  }
  .cp-feature-hero__headcopy, .cp-feature-hero__subcopy, .cp-feature-hero__desc {
    width: 306px;
    width: 30.6rem;
  }
  .cp-feature-hero__eyebrow {
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
  }
  .cp-feature-hero__eyebrow .el-eyebrow {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-hero__title {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }
  .cp-feature-hero__headcopy .el-headcopy {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-hero__subcopy .el-subcopy {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-hero .cp-feature-hero__cta {
    margin-top: 24px;
    margin-top: 2.4rem;
  }
  .cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more:not(:first-child) {
    margin-left: 46px;
    margin-left: 4.6rem;
  }
  .cp-feature-hero__bg .video-container .video-button-play, .cp-feature-hero__bg .video-container .video-button-pause {
    bottom: 70px;
    bottom: 7rem;
    right: 60px;
    right: 6rem;
  }
  .cp-feature-hero.fontsize-sm .cp-feature-hero__title .el-title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media (min-width: 768px) {
  .cp-feature-hero__content-inner {
    padding-top: 77px;
    padding-top: 7.7rem;
    padding-bottom: 0;
  }
  .cp-feature-hero__content-top, .cp-feature-hero__content-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cp-feature-hero__content-top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cp-feature-hero__content-bottom {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cp-feature-hero__scroll-btn {
    margin-bottom: 1.65em;
  }
  .cp-feature-hero .cp-feature-hero__cta:first-child, .cp-feature-hero .cp-feature-hero__cta:only-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1919px) {
  .cp-feature-hero__content-inner {
    padding-top: 58px;
    padding-top: 5.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .cp-feature-hero__content-inner {
    padding-top: 59px;
    padding-top: 5.9rem;
  }
}

@media (min-width: 768px) and (max-width: 1359px) {
  .cp-feature-hero__content-inner {
    padding-top: 49px;
    padding-top: 4.9rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cp-feature-hero__content-inner {
    padding-top: 40px;
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  .cp-feature-hero__inner {
    height: -webkit-calc(var(--app-height) - 110px);
    height: calc(var(--app-height) - 110px);
    height: calc(var(--app-height) - 110px);
    min-height: 480px;
    min-height: 48rem;
    max-height: 1024px;
    max-height: 102.4rem;
  }
  .cp-feature-hero__content-inner {
    padding: 36px 20px 29px;
    padding: 3.6rem 2rem 2.9rem;
  }
  .cp-feature-hero__content-bottom {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-feature-hero__eyebrow, .cp-feature-hero__title, .cp-feature-hero__headcopy, .cp-feature-hero__subcopy, .cp-feature-hero__desc {
    width: auto;
  }
  .cp-feature-hero__eyebrow {
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
  }
  .cp-feature-hero__title {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }
  .cp-feature-hero__title .el-title {
    font-size: 40px;
    font-size: 4rem;
  }
  .cp-feature-hero .cp-feature-hero__cta {
    margin-top: 40px;
    margin-top: 4rem;
  }
  .cp-feature-hero .cp-feature-hero__cta-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-hero .cp-feature-hero__cta-row .cm-btn-more:not(:first-child) {
    margin-top: 1em;
    margin-left: 0;
  }
}

@media all and (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  .cp-feature-hero__bg-video {
    position: static;
  }
  .cp-feature-hero__bg-video .video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  .cp-feature-hero__bg-video video {
    position: relative;
    width: auto;
    height: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .cp-feature-hero__bg .video-container .video-button-play, .cp-feature-hero__bg .video-container .video-button-pause {
    bottom: 96px;
    bottom: 9.6rem;
    right: 20px;
    right: 2rem;
  }
  .cp-feature-hero .el-dimmed:before {
    height: 60%;
  }
  .cp-feature-hero .el-dimmed:after {
    right: 0;
    width: 100%;
    height: 40%;
    opacity: .85;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#111));
    background-image: -webkit-linear-gradient(bottom, transparent, #111);
    background-image: linear-gradient(to top, transparent, #111);
  }
  .cp-feature-hero.fontsize-sm .cp-feature-hero__title .el-title {
    font-size: 40px;
    font-size: 4rem;
  }
  .cp-feature-hero.fontsize-sm .cp-feature-hero__headcopy .el-headcopy {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cp-feature-hero.fontsize-sm .cp-feature-hero__subcopy .el-subcopy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
