/*19-07-2022*/
.full-width-image-quote h2.el-title {
    font-family: "genesis-text-office", sans-serif;
}

/*19-07-2022*/
.cp-text-module {
  overflow: hidden;
}

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

.cp-text-module__img img {
  width: 100%;
}

.cp-text-module__img .js-img-bg {
  height: 50vw;
  max-height: 1080px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cp-text-module__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 140px;
  margin: 0 14rem;
  color: #fff;
}

.cp-text-module__content-inner {
  position: absolute;
  width: 40.24%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.align-top .cp-text-module__content-inner {
  top: 98px;
  top: 9.8rem;
}

.align-middle .cp-text-module__content-inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.align-middle.align-center .cp-text-module__content-inner {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.align-bottom .cp-text-module__content-inner {
  top: auto;
  bottom: 100px;
  bottom: 10rem;
}

.align-left .cp-text-module__content-inner {
  left: 0;
}

.align-right .cp-text-module__content-inner {
  right: 0;
}

.align-center .cp-text-module__content-inner {
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cp-text-module__eyebrow {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.cp-text-module__eyebrow .el-eyebrow {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.cp-text-module__title {
  margin-bottom: 41px;
  margin-bottom: 4.1rem;
}

.cp-text-module__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 62px;
  line-height: 6.2rem;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.033;
  color:#fff;
}

.cp-text-module__sub-title {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.cp-text-module__sub-title .el-sub-title {
  display: block;
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 400;
  letter-spacing: -.025em;
}

.cp-text-module__desc {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.cp-text-module__desc .cm-tooltip-opener:after {
  background: #fff;
}

.cp-text-module__cta {
  margin-top: 40px;
  margin-top: 4rem;
  text-shadow: none;
  white-space: nowrap;
}

.cp-text-module__cta .cta-button {
  margin-left: 20px;
  margin-left: 2rem;
  background: none;
}

.cp-text-module__cta .cta-button:first-child {
  margin-left: 0;
}

.cp-text-module__disclaimer {
  width: 380px;
  width: 38rem;
  margin-top: 46px;
  margin-top: 4.6rem;
}

.cp-text-module__disclaimer .el-disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.571;
}

@media screen and (max-width: 1919px) {
  .cp-text-module__content {
    margin: 0 120px;
    margin: 0 12rem;
  }
  .cp-text-module__content-inner {
    width: 39.926%;
  }
  .cp-text-module__disclaimer {
    width: 426px;
    width: 42.6rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-text-module__content {
    margin: 0 100px;
    margin: 0 10rem;
  }
  .cp-text-module__content-inner {
    width: 39.655%;
  }
  .align-top .cp-text-module__content-inner {
    top: 78px;
    top: 7.8rem;
  }
  .align-bottom .cp-text-module__content-inner {
    bottom: 80px;
    bottom: 8rem;
  }
  .cp-text-module__eyebrow .el-eyebrow {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .cp-text-module__title {
    margin-bottom: 33px;
    margin-bottom: 3.3rem;
  }
  .cp-text-module__title .el-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .cp-text-module__sub-title {
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
  }
  .cp-text-module__sub-title .el-sub-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .cp-text-module__desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .cp-text-module__cta {
    margin-top: 32px;
    margin-top: 3.2rem;
  }
  .cp-text-module__cta .cta-button {
    margin-left: 15px;
    margin-left: 1.5rem;
  }
  .cp-text-module__disclaimer {
    width: 360px;
    width: 36rem;
    margin-top: 36px;
    margin-top: 3.6rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-text-module__content {
    margin: 0 76px;
    margin: 0 7.6rem;
  }
  .cp-text-module__content-inner {
    width: 47.7%;
  }
  .align-top .cp-text-module__content-inner {
    top: 59px;
    top: 5.9rem;
  }
  .align-bottom .cp-text-module__content-inner {
    bottom: 60px;
    bottom: 6rem;
  }
  .cp-text-module__eyebrow {
    margin-bottom: 7px;
    margin-bottom: 0.7rem;
  }
  .cp-text-module__eyebrow .el-eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  .cp-text-module__title {
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
  }
  .cp-text-module__title .el-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .cp-text-module__sub-title {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
  }
  .cp-text-module__sub-title .el-sub-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
  .cp-text-module__desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .cp-text-module__cta {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .cp-text-module__cta .cta-button {
    margin-left: 10px;
    margin-left: 1rem;
  }
  .cp-text-module__disclaimer {
    width: 340px;
    width: 34rem;
    margin-top: 16px;
    margin-top: 1.6rem;
  }
  .cp-text-module__disclaimer .el-disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1023px) {
  .cp-text-module__content {
    margin: 0 58px;
    margin: 0 5.8rem;
  }
  .cp-text-module__content-inner {
    width: 46.93%;
  }
  .align-top .cp-text-module__content-inner {
    top: 39px;
    top: 3.9rem;
  }
  .align-bottom .cp-text-module__content-inner {
    bottom: 40px;
    bottom: 4rem;
  }
  .cp-text-module__disclaimer {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .cp-text-module__img {
    position: relative;
  }
  .cp-text-module__img .js-img-bg {
    height: 151.4666vw;
  }
  .cp-text-module[data-parallax-type] .cp-text-module__img {
    height: auto;
  }
  .cp-text-module__content {
    margin: 38px 30px;
    margin: 3.8rem 3rem;
  }
  .cp-text-module__content-inner {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .align-center .cp-text-module__content-inner {
    text-align: left;
  }
  .align-bottom .cp-text-module__content-inner {
    bottom: auto;
  }
  .cp-text-module__eyebrow {
    margin-bottom: 11px;
    margin-bottom: 1.1rem;
  }
  .cp-text-module__eyebrow .el-eyebrow {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .cp-text-module__title {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
  }
  .cp-text-module__title .el-title {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
  .cp-text-module__sub-title {
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
  }
  .cp-text-module__sub-title .el-sub-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .cp-text-module__desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .cp-text-module__cta {
    margin-top: 30px;
    margin-top: 3rem;
    white-space: inherit;
  }
  .cp-text-module__cta .cta-button {
    margin-top: 10px;
    margin-top: 1rem;
    margin-left: 0;
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-text-module__cta .cta-button .masker span {
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-text-module__cta .cta-button:first-child {
    margin-top: 0;
  }
}
.type-dark .cp-text-quote__cta .cta-button:nth-child(2), .type-light .cp-text-quote__cta .cta-button:first-child {
  background-color: #fff;
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2) .text, .type-light .cp-text-quote__cta .cta-button:first-child .text {
  color: #141414;
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2):before, .type-light .cp-text-quote__cta .cta-button:first-child:before {
  background-color: #141414;
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2):after, .type-light .cp-text-quote__cta .cta-button:first-child:after {
  border: 1px solid #fff;
}

.type-dark .cp-text-quote__cta .cta-button:hover:nth-child(2) .text, .type-light .cp-text-quote__cta .cta-button:hover:first-child .text, .type-dark .cp-text-quote__cta .cta-button:focus:nth-child(2) .text, .type-light .cp-text-quote__cta .cta-button:focus:first-child .text {
  color: #fff;
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2):hover:before, .type-light .cp-text-quote__cta .cta-button:first-child:hover:before, .type-dark .cp-text-quote__cta .cta-button:nth-child(2):focus:before, .type-light .cp-text-quote__cta .cta-button:first-child:focus:before {
  width: 100%;
}

.type-dark .cp-text-quote__cta .type-line.cta-button:nth-child(2):after, .type-light .cp-text-quote__cta .type-line.cta-button:first-child:after {
  border: 1px solid #111;
}

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

.cp-text-quote__img {
  overflow: hidden;
  position: relative;
  z-index: 0;
  max-height: 960px;
  height: 50vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.cp-text-quote__img:before, .cp-text-quote__img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.cp-text-quote__img:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #111));
  background: linear-gradient(to top, transparent 50%, #111);
}

.cp-text-quote__img:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #111));
  background: linear-gradient(to bottom, transparent, #111 80%);
}

.cp-text-quote__img-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40.2439%;
  max-width: 660px;
}

.cp-text-quote__img-right img {
  width: 100%;
}

.cp-text-quote__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1640px;
  margin: 0 auto;
  color: #fff;
}

.cp-text-quote__content-inner {
  width: 1220px;
  width: 122rem;
  padding-top: 96px;
  padding-top: 9.6rem;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-text-quote__eyebrow {
  margin-bottom: 33px;
  margin-bottom: 3.3rem;
}

.cp-text-quote__eyebrow .el-eyebrow {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -.025em;
  text-transform: uppercase;
  line-height: 1.1;
}

.cp-text-quote__title .el-title {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.3;
}

.cp-text-quote__cta {
  margin-top: 27px;
  margin-top: 2.7rem;
  text-shadow: none;
}

.cp-text-quote__cta .cta-button {
  background: none;
  margin-left: 8px;
  margin-left: 0.8rem;
}

.cp-text-quote__cta .cta-button:first-child {
  margin-left: 0;
}

.cp-text-quote__disclaimer {
  margin-top: 96px;
  margin-top: 9.6rem;
  width: 54.1%;
}

.cp-text-quote__disclaimer .el-disclaimer {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  line-height: 1.571;
}

@media screen and (max-width: 1919px) {
  .cp-text-quote__img-right {
    width: 40%;
  }
  .cp-text-quote__content {
    width: auto;
    margin: 0 120px;
    margin: 0 12rem;
  }
  .cp-text-quote__content-inner {
    width: 74.3%;
    padding-top: 86px;
    padding-top: 8.6rem;
  }
  .cp-text-quote__disclaimer {
    width: 54.5%;
    margin-top: 76px;
    margin-top: 7.6rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-text-quote__img-right {
    width: 39.7413%;
  }
  .cp-text-quote__content {
    margin: 0 100px;
    margin: 0 10rem;
  }
  .cp-text-quote__content-inner {
    width: 74.2%;
    padding-top: 76px;
    padding-top: 7.6rem;
  }
  .cp-text-quote__eyebrow {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
  }
  .cp-text-quote__eyebrow .el-eyebrow {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-text-quote__title .el-title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-text-quote__cta {
    margin-top: 21px;
    margin-top: 2.1rem;
  }
  .cp-text-quote__disclaimer {
    width: 65.1%;
    margin-top: 56px;
    margin-top: 5.6rem;
  }
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2) {
  background-color: rgba(0, 0, 0, 0);
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2):before {
  background-color: #000;
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2):after {
  border-color: #fff;
}

.type-dark .cp-text-quote__cta .cta-button:nth-child(2) .masker:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  content: '';
}

.type-light .cp-text-quote__img:before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #fff));
  background: linear-gradient(to top, transparent 50%, #fff);
}

.type-light .cp-text-quote__img:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #fff));
  background: linear-gradient(to bottom, transparent, #fff 80%);
}

.type-light .cp-text-quote__content {
  color: #000;
}

.type-light .cp-text-quote__cta .cta-button:first-child {
  background-color: rgba(0, 0, 0, 0);
}

.type-light .cp-text-quote__cta .cta-button:first-child:before {
  background-color: #000;
}

.type-light .cp-text-quote__cta .cta-button:first-child:after {
  border-color: #111;
}

.type-light .cp-text-quote__cta .cta-button:nth-child(2):after {
  border-color: #111;
}

.type-light .cp-text-quote__cta .cta-button:nth-child(2) .masker:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #111;
  content: '';
}

.type-light .cp-text-quote__disclaimer .el-disclaimer {
  color: #666;
}

@media screen and (max-width: 1359px) {
  .cp-text-quote__img-right {
    width: 38.99%;
  }
  .cp-text-quote__content {
    margin: 0 76px;
    margin: 0 7.6rem;
  }
  .cp-text-quote__content-inner {
    width: 73.9%;
    padding-top: 58px;
    padding-top: 5.8rem;
  }
  .cp-text-quote__eyebrow {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .cp-text-quote__eyebrow .el-eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cp-text-quote__title .el-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .cp-text-quote__cta {
    margin-top: 8px;
    margin-top: 0.8rem;
  }
  .cp-text-quote__disclaimer {
    margin-top: 37px;
    margin-top: 3.7rem;
    width: 64.6%;
  }
  .cp-text-quote__disclaimer .el-disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1023px) {
  .cp-text-quote__img-right {
    display: none;
  }
  .cp-text-quote__content {
    margin: 0 58px;
    margin: 0 5.8rem;
  }
  .cp-text-quote__content-inner {
    width: 100%;
    padding-top: 38px;
    padding-top: 3.8rem;
  }
  .cp-text-quote__eyebrow {
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .cp-text-quote__disclaimer {
    width: 47%;
    margin-top: 17px;
    margin-top: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .cp-text-quote__img {
    max-height: none;
    height: 149.33vw;
  }
  .cp-text-quote__content {
    display: block;
    max-width: none;
    margin: 0;
  }
  .cp-text-quote__content-inner {
    padding: 36px 30px;
    padding: 3.6rem 3rem;
  }
  .cp-text-quote__eyebrow {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
  }
  .cp-text-quote__eyebrow .el-eyebrow {
    font-size: 20px;
    font-size: 2rem;
  }
  .cp-text-quote__title .el-title {
    line-height: 1.333;
  }
  .cp-text-quote__cta {
    margin-top: 28px;
    margin-top: 2.8rem;
  }
  .cp-text-quote__cta .cta-button {
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
    margin-top: 8px;
    margin-top: 0.8rem;
    margin-left: 0;
  }
  .cp-text-quote__cta .cta-button:first-child {
    margin-top: 0;
  }
  .cp-text-quote__cta .cta-button .masker span {
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-text-quote__disclaimer {
    width: 100%;
    margin-top: 37px;
    margin-top: 3.7rem;
  }
}