.cp-feature-carousel__inner {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
}

.cp-feature-carousel .cm-share__link {
  right: 40px;
  right: 4rem;
  bottom: 25px;
  bottom: 2.5rem;
}

.cp-feature-carousel__wrap .swiper-slide.is-active .fold-text-inner {
  opacity: 1;
}

.cp-feature-carousel__wrap .swiper-container:before, .cp-feature-carousel__wrap .swiper-container:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 2;
  pointer-events: none;
  content: '';
}

.cp-feature-carousel__wrap .swiper-container:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.35)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), transparent);
}

.cp-feature-carousel__wrap .swiper-container:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.35)), to(transparent));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.35), transparent);
}

.cp-feature-carousel__wrap .swiper-container.has-description .slide-inner:after {
  opacity: 1;
}

.cp-feature-carousel__wrap .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: static;
  width: auto;
}

.cp-feature-carousel__wrap .swiper-button-prev,
.cp-feature-carousel__wrap .swiper-button-next {
  display: none;
}

.cp-feature-carousel__wrap .swiper-button-prev button:after,
.cp-feature-carousel__wrap .swiper-button-next button:after {
  width: 24px;
  width: 2.4rem;
  height: 44px;
  height: 4.4rem;
}

.cp-feature-carousel__wrap .swiper-button-prev {
  left: 30px;
  left: 3rem;
}

.cp-feature-carousel__wrap .swiper-button-next {
  right: 30px;
  right: 3rem;
}

.cp-feature-carousel__wrap .swiper-button-disabled {
  display: none;
}

.cp-feature-carousel__wrap .swiper-interface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 36px;
  bottom: 3.6rem;
  left: 0;
  z-index: 10;
  padding: 0 80px;
  padding: 0 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cp-feature-carousel__wrap .swiper-control {
  margin-left: 14px;
  margin-left: 1.4rem;
}

.cp-feature-carousel__wrap .swiper-control .btn-controls {
  display: block;
  position: relative;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  font-size: 0;
  color: #fff;
}

.cp-feature-carousel__wrap .swiper-control .btn-controls.is-play:after {
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  vertical-align: middle;
  content: '';
}

.cp-feature-carousel__wrap .swiper-control .btn-controls.is-pause:before, .cp-feature-carousel__wrap .swiper-control .btn-controls.is-pause:after {
  display: inline-block;
  width: 3px;
  width: 0.3rem;
  height: 12px;
  height: 1.2rem;
  margin: 0 2px;
  margin: 0 0.2rem;
  background: #fff;
  vertical-align: middle;
  content: '';
}

.cp-feature-carousel__wrap .slide-inner {
  position: relative;
}

.cp-feature-carousel__wrap .slide-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 25%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  content: '';
}

.cp-feature-carousel__wrap .slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 56.25vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cp-feature-carousel__wrap .slide-image {
  overflow: hidden;
  position: relative;
  height: 56.25vw;
  max-height: 100vh;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cp-feature-carousel__wrap .fold-text-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.cp-feature-carousel__wrap .fold-text-inner {
  position: relative;
  top: 54px;
  top: 5.4rem;
  left: 198px;
  left: 19.8rem;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 140px;
  padding: 0 14rem;
  opacity: 0;
  text-shadow: 0px 0px 3px rgba(1, 0, 0, 0.1);
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.cp-feature-carousel__wrap .fold-text-inner.is-opened .fold-text-btn:after {
  top: 10px;
  top: 1rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cp-feature-carousel__wrap .fold-text-inner.is-opened .fold-desc-wrap {
  width: 27.08%;
  visibility: visible;
  opacity: 1;
}

@supports (-moz-appearance: none) {
  .cp-feature-carousel__wrap .fold-text-inner.is-opened .fold-desc-wrap {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
  }
}

.cp-feature-carousel__wrap .fold-text-inner .fold-text-btn {
  position: relative;
  padding-right: 20px;
  padding-right: 2rem;
}

.cp-feature-carousel__wrap .fold-text-inner .fold-text-btn:after {
  position: absolute;
  top: 6px;
  top: 0.6rem;
  right: 2px;
  right: 0.2rem;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: '';
}

.cp-feature-carousel__wrap .fold-text-inner .fold-text-title {
  display: inline-block;
  padding-top: 5px;
  padding-top: 0.5rem;
  font-family: "genesis-head-office-light", sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
}

.cp-feature-carousel__wrap .fold-text-inner .fold-desc-wrap {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin-top: 16px;
  margin-top: 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  -webkit-transition: opacity .4s, visibility .4s, height .4s;
  transition: opacity .4s, visibility .4s, height .4s;
}

@supports (-moz-appearance: none) {
  .cp-feature-carousel__wrap .fold-text-inner .fold-desc-wrap {
    -webkit-transition: opacity .4s, visibility .4s, height .4s;
    transition: opacity .4s, visibility .4s, height .4s;
  }
}

@media (max-width: 1919px) {
  .cp-feature-carousel .fold-text-inner {
    top: 44px;
    top: 4.4rem;
    padding: 0 120px;
    padding: 0 12rem;
  }
  .cp-feature-carousel .fold-text-inner.is-opened .fold-desc-wrap {
    width: 26.625%;
  }
}

@media (max-width: 1599px) {
  .cp-feature-carousel__wrap .swiper-interface {
    bottom: 32px;
    bottom: 3.2rem;
  }
  .cp-feature-carousel__wrap .swiper-control {
    margin-left: 7px;
    margin-left: 0.7rem;
  }
  .cp-feature-carousel__wrap .swiper-control .btn-controls.is-play:after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 8px;
  }
  .cp-feature-carousel__wrap .swiper-control .btn-controls.is-pause:before, .cp-feature-carousel__wrap .swiper-control .btn-controls.is-pause:after {
    height: 10px;
    height: 1rem;
  }
  .cp-feature-carousel .swiper-button-prev button:after,
  .cp-feature-carousel .swiper-button-next button:after {
    width: 21px;
    width: 2.1rem;
    height: 38px;
    height: 3.8rem;
  }
  .cp-feature-carousel .swiper-button-prev {
    left: 20px;
    left: 2rem;
  }
  .cp-feature-carousel .swiper-button-next {
    right: 20px;
    right: 2rem;
  }
  .cp-feature-carousel .fold-text-inner {
    top: 34px;
    top: 3.4rem;
    left: 150px;
    left: 15rem;
    padding: 0 100px;
    padding: 0 10rem;
  }
  .cp-feature-carousel .fold-text-inner.is-opened .fold-desc-wrap {
    width: 26.47%;
  }
  .cp-feature-carousel .fold-text-inner .fold-text-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-feature-carousel .cm-share__link {
    right: 30px;
    right: 3rem;
    bottom: 20px;
    bottom: 2rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-feature-carousel .fold-text-inner {
    top: 30px;
    top: 3rem;
    left: 150px;
    left: 15rem;
    padding: 0 76px;
    padding: 0 7.6rem;
  }
  .cp-feature-carousel .fold-text-inner.is-opened .fold-text-btn:after {
    top: 9px;
    top: 0.9rem;
  }
  .cp-feature-carousel .fold-text-inner.is-opened .fold-desc-wrap {
    width: 40.625%;
  }
  .cp-feature-carousel .fold-text-inner .fold-text-btn {
    padding-right: 14px;
    padding-right: 1.4rem;
  }
  .cp-feature-carousel .fold-text-inner .fold-text-btn:after {
    top: 5px;
    top: 0.5rem;
  }
  .cp-feature-carousel .fold-text-inner .fold-text-title {
    padding-bottom: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-feature-carousel .fold-text-inner .fold-desc-wrap {
    margin-top: 12px;
    margin-top: 1.2rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.571;
  }
}

@media (max-width: 1023px) {
  .cp-feature-carousel .swiper-button-prev {
    left: 10px;
    left: 1rem;
  }
  .cp-feature-carousel .swiper-button-next {
    right: 10px;
    right: 1rem;
  }
  .cp-feature-carousel .fold-text-inner {
    left: 58px;
    left: 5.8rem;
    width: 39.84%;
    padding: 0;
    margin: 0;
  }
  .cp-feature-carousel .cm-share__link {
    right: 20px;
    right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-feature-carousel__wrap .swiper-slide:after {
    display: none;
  }
  .cp-feature-carousel__wrap .swiper-interface {
    position: static;
    margin-top: 20px;
    margin-top: 2rem;
    padding: 11px 55px;
    padding: 1.1rem 5.5rem;
  }
  .cp-feature-carousel__wrap .swiper-button-prev,
  .cp-feature-carousel__wrap .swiper-button-next {
    top: -webkit-calc((56.25vw / 2) - 31px);
    top: calc((56.25vw / 2) - 31px);
    width: 30px;
    width: 3rem;
    margin-top: 0;
  }
  .cp-feature-carousel__wrap .swiper-button-prev button:after,
  .cp-feature-carousel__wrap .swiper-button-next button:after {
    width: 12px;
    width: 1.2rem;
    height: 22px;
    height: 2.2rem;
  }
  .cp-feature-carousel__wrap .swiper-button-prev {
    left: 0;
  }
  .cp-feature-carousel__wrap .swiper-button-next {
    right: 0;
  }
  .cp-feature-carousel__wrap .slide-inner:after {
    display: none;
  }
  .cp-feature-carousel__wrap .fold-text-wrap {
    position: static;
    min-height: 0;
  }
  .cp-feature-carousel__wrap .fold-text-inner {
    top: auto;
    left: auto;
    width: auto;
    padding: 13px 30px 0;
    padding: 1.3rem 3rem 0;
    text-align: center;
  }
  .cp-feature-carousel__wrap .fold-text-inner.is-opened .fold-text-btn:after {
    top: 11px;
    top: 1.1rem;
  }
  .cp-feature-carousel__wrap .fold-text-inner .fold-text-btn {
    padding-right: 18px;
    padding-right: 1.8rem;
  }
  .cp-feature-carousel__wrap .fold-text-inner .fold-text-btn:after {
    top: 7px;
    top: 0.7rem;
  }
  .cp-feature-carousel__wrap .fold-text-inner .fold-text-title {
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.188;
  }
  .cp-feature-carousel__wrap .fold-text-inner .fold-desc-wrap {
    margin-top: 0;
    color: #ccc;
  }
  .cp-feature-carousel__wrap .fold-text-inner .fold-desc-wrap .fold-desc-inner {
    margin-top: 16px;
    margin-top: 1.6rem;
  }
  .cp-feature-carousel .cm-share__link {
    right: 10px;
    right: 1rem;
    bottom: 0;
  }
  .cp-feature-carousel .cm-share__dimmed {
    top: 0px;
    top: 0rem;
    bottom: 0px;
    bottom: 0rem;
  }
}
.cp-main-hero {
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
  min-height: 40vw;
  max-height: 50vw;
}

.cp-main-hero__inner, .cp-main-hero__wrap {
  width: 100%;
  height: 100%;
}

.cp-main-hero .swiper-wrapper, .cp-main-hero .swiper-slide, .cp-main-hero .swiper-slide-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cp-main-hero .swiper-container {
  width: 100%;
  height: 100%;
}

.cp-main-hero .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.cp-main-hero .swiper-slide-inner {
  width: 100%;
  height: 100%;
}

.cp-main-hero .swiper-slide-media {
  width: 100%;
  height: 100%;
  background-color: #111;
}

.cp-main-hero .swiper-slide-media__img {
  height: 100%;
}

.cp-main-hero .swiper-slide-media__img .js-img-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cp-main-hero .swiper-slide-media__video {
  height: 100%;
}

.cp-main-hero .swiper-slide-media__video .video-container {
  height: 100%;
}

.cp-main-hero .swiper-slide-media__video .video-container video {
  height: 100%;
  object-fit: cover;
}

.cp-main-hero .swiper-slide-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  opacity: 0.35;
  width: 100%;
  height: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background-image: linear-gradient(to bottom, transparent, #111);
}

.cp-main-hero .swiper-slide-text {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 338px;
  font-size: 80px;
  line-height: 1.0667;
  color: #fff;
}

.cp-main-hero .swiper-slide-text__eyebrow, .cp-main-hero .swiper-slide-text__title, .cp-main-hero .swiper-slide-text__desc {
  font-family: "genesis-head-office-light";
  font-weight: normal;
  line-height: 1.0667;
  letter-spacing: -0.025em;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
}

.cp-main-hero .swiper-slide-text__eyebrow {
  min-height: 1.0667em;
  margin-bottom: .3333em;
  font-size: 26px;
  font-size: 2.6rem;
}

.cp-main-hero .swiper-slide-text__title {
  font-size: 80px;
}

.cp-main-hero .swiper-slide-text__desc {
  margin-top: 0.636em;
  font-size: 26px;
  font-size: 2.6rem;
}

.cp-main-hero .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  width: 0;
  height: -webkit-calc(80px * 0.85);
  height: calc(80px * 0.85);
  height: calc(80px * 0.85);
  border-top: -webkit-calc(80px * 0.04825) solid #fff;
  border-top: calc(80px * 0.04825) solid #fff;
  border-bottom: -webkit-calc(80px * 0.04825) solid #fff;
  border-bottom: calc(80px * 0.04825) solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-main-hero .swiper-slide-active::before {
  width: 338px;
}

.cp-main-hero .swiper-interface {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: absolute;
  z-index: 100;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cp-main-hero .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  position: static;
  width: auto;
}

.cp-main-hero .swiper-control {
  margin-left: 14px;
  margin-left: 1.4rem;
}

.cp-main-hero .swiper-control .btn-controls {
  display: block;
  position: relative;
  width: 20px;
  width: 2rem;
  height: 20px;
  height: 2rem;
  font-size: 0;
  color: #fff;
}

.cp-main-hero .swiper-control .btn-controls.is-play:after {
  display: inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  vertical-align: middle;
  content: '';
}

.cp-main-hero .swiper-control .btn-controls.is-pause:before, .cp-main-hero .swiper-control .btn-controls.is-pause:after {
  display: inline-block;
  width: 3px;
  width: 0.3rem;
  height: 12px;
  height: 1.2rem;
  margin: 0 2px;
  margin: 0 0.2rem;
  background: #fff;
  vertical-align: middle;
  content: '';
}

.cp-main-hero .swiper-button-prev, .cp-main-hero .swiper-button-next {
  display: none;
}

.cp-main-hero .text-nodes {
  position: absolute;
  z-index: 100;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 338px;
  padding: 0 33.8rem;
  font-size: 80px;
}

.cp-main-hero .text-nodes-active {
  left: 0;
}

.cp-main-hero .text-nodes-active-moves {
  left: 100%;
  -webkit-transition: left 400ms ease-out 10ms;
  transition: left 400ms ease-out 10ms;
}

.cp-main-hero .text-nodes-prev {
  left: 100%;
}

.cp-main-hero .text-nodes-prev-moves {
  left: 0;
  -webkit-transition: left 400ms ease-out 10ms;
  transition: left 400ms ease-out 10ms;
}

.cp-main-hero .text-nodes-prev-moves + .text-nodes-active-moves {
  left: -100%;
}

.cp-main-hero .text-nodes-next {
  left: -100%;
}

.cp-main-hero .text-nodes-next-moves {
  left: 0;
  -webkit-transition: left 400ms ease-out 10ms;
  transition: left 400ms ease-out 10ms;
}

.cp-main-hero .cta-nodes {
  position: absolute;
  z-index: 100;
  left: 338px;
}

.cp-main-hero .cp-general-cta__cta-wrap .cp-general-cta__cta-item.cm-btn-more:not(:first-child) {
  margin-left: 60px;
  margin-left: 6rem;
}

.cp-main-hero .cp-general-cta__cta-wrap .cp-general-cta__cta-item.cm-btn-more.is-default span::before {
  width: 0;
}

.cp-main-hero .video-button-play,
.cp-main-hero .video-button-pause,
.cp-main-hero .video-muted-on,
.cp-main-hero .video-muted-off {
  display: none !important;
}

@media screen and (min-width: 1937px) {
  .cp-main-hero .swiper-slide-active::before {
    width: -webkit-calc((100% - 1244px) / 2);
    width: calc((100% - 1244px) / 2);
  }
  .cp-main-hero .swiper-slide-text {
    padding-left: -webkit-calc((100% - 1244px) / 2);
    padding-left: calc((100% - 1244px) / 2);
    padding-right: -webkit-calc((100% - 1244px) / 2);
    padding-right: calc((100% - 1244px) / 2);
  }
  .cp-main-hero .text-nodes {
    padding-left: -webkit-calc((100% - 1244px) / 2);
    padding-left: calc((100% - 1244px) / 2);
    padding-right: -webkit-calc((100% - 1244px) / 2);
    padding-right: calc((100% - 1244px) / 2);
  }
  .cp-main-hero .cta-nodes {
    left: -webkit-calc((100% - 1244px) / 2);
    left: calc((100% - 1244px) / 2);
  }
}

@media (max-width: 1919px) {
  .cp-main-hero .swiper-slide-active::before {
    width: 318px;
  }
  .cp-main-hero .swiper-slide-text {
    padding-left: 318px;
    padding-right: 318px;
  }
  .cp-main-hero .swiper-slide-text__eyebrow {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-main-hero .swiper-slide-text__desc {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-main-hero .text-nodes {
    padding-left: 318px;
    padding-right: 318px;
  }
  .cp-main-hero .cta-nodes {
    left: 318px;
  }
}

@media (max-width: 1599px) {
  .cp-main-hero .swiper-slide::before {
    height: -webkit-calc(72px * 0.85);
    height: calc(72px * 0.85);
    height: calc(72px * 0.85);
    border-top-width: -webkit-calc(72px * 0.04825);
    border-top-width: calc(72px * 0.04825);
    border-bottom-width: -webkit-calc(72px * 0.04825);
    border-bottom-width: calc(72px * 0.04825);
  }
  .cp-main-hero .swiper-slide-active::before {
    width: 250px;
  }
  .cp-main-hero .swiper-slide-text {
    padding-left: 250px;
    padding-right: 250px;
  }
  .cp-main-hero .swiper-slide-text__title {
    font-size: 60px;
    font-size: 6rem;
  }
  .cp-main-hero .text-nodes {
    padding-left: 250px;
    padding-right: 250px;
  }
  .cp-main-hero .cta-nodes {
    left: 250px;
  }
}

@media (max-width: 1359px) {
  .cp-main-hero .swiper-slide-active::before {
    width: 226px;
  }
  .cp-main-hero .swiper-slide-text {
    padding-left: 226px;
    padding-right: 0;
  }
  .cp-main-hero .swiper-slide-text__eyebrow {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-main-hero .swiper-slide-text__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-main-hero .swiper-slide-text__desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-main-hero .text-nodes {
    padding-left: 226px;
    padding-right: 0;
  }
  .cp-main-hero .cta-nodes {
    left: 226px;
  }
}

@media (max-width: 1023px) {
  .cp-main-hero {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    min-height: 300px;
  }
  .cp-main-hero .swiper-slide::before {
    display: none;
  }
  .cp-main-hero .swiper-slide-text {
    padding-left: 58px;
  }
  .cp-main-hero .swiper-slide-text__title {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .cp-main-hero .text-nodes {
    padding: 0 58px;
    padding: 0 5.8rem;
    top: 10px;
    bottom: auto;
  }
  .cp-main-hero .cta-nodes {
    left: 58px;
  }
  .cp-main-hero .cp-general-cta__cta-wrap .cp-general-cta__cta-item.cm-btn-more:not(:first-child) {
    margin-left: 48px;
    margin-left: 4.8rem;
  }
}

@media (min-width: 768px) {
  .cp-main-hero {
    max-height: 60vw;
  }
  .cp-main-hero .swiper-interface {
    top: 75%;
    -webkit-transform: translate(-50%, 400%);
    -ms-transform: translate(-50%, 400%);
    transform: translate(-50%, 400%);
  }
  .cp-main-hero .text-nodes {
    bottom: 75%;
  }
  .cp-main-hero .cta-nodes {
    top: 75%;
  }
}

@media (max-width: 767px) {
  .cp-main-hero {
    height: -webkit-calc(var(--app-height) - 60px);
    height: calc(var(--app-height) - 60px);
    min-height: 480px;
    min-height: 48rem;
    max-height: 1024px;
    max-height: 102.4rem;
  }
  .cp-main-hero .swiper-slide-active::before {
    width: 20px;
  }
  .cp-main-hero .swiper-slide-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cp-main-hero .swiper-slide-text__eyebrow {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-main-hero .swiper-slide-text__title {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .cp-main-hero .swiper-slide-text__desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-main-hero .swiper-interface {
    bottom: 20px;
    bottom: 2rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .cp-main-hero .text-nodes {
    top: 40px;
    top: 4rem;
    padding: 0 20px;
    padding: 0 2rem;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .cp-main-hero .cta-nodes {
    bottom: 75px;
    bottom: 7.5rem;
    left: 20px;
  }
  .cp-main-hero .cp-general-cta__cta-wrap {
    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-main-hero .cp-general-cta__cta-wrap .cp-general-cta__cta-item.cm-btn-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cp-main-hero .cp-general-cta__cta-wrap .cp-general-cta__cta-item.cm-btn-more:not(:first-child) {
    margin-top: 1em;
    margin-left: 0;
  }
}


h2.swiper-slide-text__title{
    margin:0 !important;
}
p.swiper-slide-text__desc{
    margin-bottom:0 !important;
}