<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.type-light .cp-overlay__cta .cta-button.type-white {
  background-color: #fff;
}

.type-light .cp-overlay__cta .cta-button.type-white .text {
  color: #141414;
}

.type-light .cp-overlay__cta .cta-button.type-white:before {
  background-color: #141414;
}

.type-light .cp-overlay__cta .cta-button.type-white:after {
  border: 1px solid #fff;
}

.type-light .cp-overlay__cta .cta-button.type-white:hover .text, .type-light .cp-overlay__cta .cta-button.type-white:focus .text {
  color: #fff;
}

.type-light .cp-overlay__cta .cta-button.type-white:hover:before, .type-light .cp-overlay__cta .cta-button.type-white:focus:before {
  width: 100%;
}

.type-light .cp-overlay__cta .type-line.cta-button.type-white:after {
  border: 1px solid #111;
}

.type-light .cp-overlay__cta .cta-button {
  background-color: #111;
}

.type-light .cp-overlay__cta .cta-button:before {
  background-color: #fff;
}

.type-light .cp-overlay__cta .cta-button:after {
  border-color: #fff;
}

.type-light .cp-overlay__cta .cta-button:hover .text, .type-light .cp-overlay__cta .cta-button:focus .text {
  color: #000;
}

.type-light .cp-overlay__cta .cta-button:hover:before, .type-light .cp-overlay__cta .cta-button:focus:before {
  width: 100%;
}

.type-light .cp-overlay__cta .type-line.cta-button:after {
  border: 1px solid #111;
}

.type-light .cp-overlay__cta .cta-button .text {
  color: #fff;
}

.cp-overlay.align-right .cp-overlay__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cp-overlay.align-right .cp-overlay__bg {
  left: 0;
}

.cp-overlay__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 2560px;
  margin: 0 auto;
  color: #fff;
}

.cp-overlay__img {
  position: relative;
}

.cp-overlay__img-wrap {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56.25%;
  padding-top: 170px;
  padding-top: 17rem;
}

.cp-overlay__img-wrap img {
  width: 100%;
}

.cp-overlay__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 74.07407%;
}

.cp-overlay__bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
}

.cp-overlay__content {
  width: 43.75%;
  padding-left: 140px;
  padding-left: 14rem;
  padding-right: 180px;
  padding-right: 18rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-overlay.align-right .cp-overlay__content {
  padding-left: 180px;
  padding-left: 18rem;
  padding-right: 140px;
  padding-right: 14rem;
}

.cp-overlay__eyebrow {
  margin-bottom: 69px;
  margin-bottom: 6.9rem;
}

.cp-overlay__eyebrow .el-eyebrow {
  font-family: "genesis-Head-office", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -.025em;
  color: #c36f51;
}

.cp-overlay__title {
  margin-bottom: 43px;
  margin-bottom: 4.3rem;
}

.cp-overlay__title .el-title {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
  letter-spacing: -.025em;
  line-height: 44px;
  line-height: 4.4rem;
  color: #fff;
}

.cp-overlay__desc .el-desc {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ccc;
  line-height: 28px;
  line-height: 2.8rem;
}

.cp-overlay__cta {
  margin-top: 40px;
  margin-top: 4rem;
  font-size: 0;
  white-space: nowrap;
}

.cp-overlay__cta .cta-button + .cta-button {
  margin-left: 20px;
  margin-left: 2rem;
}

@media (max-width: 1919px) {
  .cp-overlay__img-wrap {
    width: 56.0625%;
    padding-top: 160px;
    padding-top: 16rem;
  }
  .cp-overlay__bg {
    width: 74.02453%;
  }
  .cp-overlay__content {
    width: 43.9375%;
    padding-left: 120px;
    padding-left: 12rem;
    padding-right: 80px;
    padding-right: 8rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 80px;
    padding-left: 8rem;
    padding-right: 120px;
    padding-right: 12rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 15.2%;
  }
  .cp-overlay__title {
    margin-bottom: 45px;
    margin-bottom: 4.5rem;
  }
  .cp-overlay__title .el-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

@media (max-width: 1599px) {
  .cp-overlay__img-wrap {
    width: 48.52941%;
  }
  .cp-overlay__bg {
    width: 69.69697%;
  }
  .cp-overlay__content {
    width: 51.47059%;
    padding-left: 100px;
    padding-left: 10rem;
    padding-right: 140px;
    padding-right: 14rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 140px;
    padding-left: 14rem;
    padding-right: 100px;
    padding-right: 10rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 0;
  }
  .cp-overlay__eyebrow {
    margin-bottom: 51px;
    margin-bottom: 5.1rem;
  }
  .cp-overlay__eyebrow .el-eyebrow {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cp-overlay__title {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
  }
  .cp-overlay__title .el-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .cp-overlay__desc .el-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .cp-overlay__cta {
    margin-top: 32px;
    margin-top: 3.2rem;
  }
  .cp-overlay__cta .cta-button + .cta-button {
    margin-left: 15px;
    margin-left: 1.5rem;
  }
}

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

.type-light .cp-overlay__bg:before {
  background-color: rgba(255, 255, 255, 0.5);
}

.type-light .cp-overlay__eyebrow {
  margin-bottom: 69px;
  margin-bottom: 6.9rem;
}

.type-light .cp-overlay__eyebrow .el-eyebrow {
  color: #af6249;
}

.type-light .cp-overlay__title .el-title {
  color: #000;
}

.type-light .cp-overlay__desc .el-desc {
  color: #262626;
}

.type-light .cp-overlay__cta .cta-button:after {
  border-color: #111;
}

.type-light .cp-overlay__cta .cta-button.type-white:after {
  border-color: #111;
}

@media (max-width: 1359px) {
  .cp-overlay__img-wrap {
    width: 48.04688%;
    padding-top: 130px;
    padding-top: 13rem;
  }
  .cp-overlay__bg {
    width: 69.10569%;
  }
  .cp-overlay__content {
    width: 51.95313%;
    padding-left: 76px;
    padding-left: 7.6rem;
    padding-right: 70px;
    padding-right: 7rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 70px;
    padding-left: 7rem;
    padding-right: 76px;
    padding-right: 7.6rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 11.91%;
  }
  .cp-overlay__eyebrow {
    margin-bottom: 21px;
    margin-bottom: 2.1rem;
  }
  .cp-overlay__eyebrow .el-eyebrow {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  .cp-overlay__title {
    margin-bottom: 18px;
    margin-bottom: 1.8rem;
  }
  .cp-overlay__title .el-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .cp-overlay__desc .el-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .cp-overlay__cta {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .cp-overlay__cta .cta-button + .cta-button {
    margin-left: 10px;
    margin-left: 1rem;
  }
}

@media (max-width: 1023px) {
  .cp-overlay__img-wrap {
    width: 47.39583%;
    padding-top: 110px;
    padding-top: 11rem;
  }
  .cp-overlay__bg {
    width: 68.13187%;
  }
  .cp-overlay__content {
    width: 52.60417%;
    padding-left: 58px;
    padding-left: 5.8rem;
    padding-right: 98px;
    padding-right: 9.8rem;
  }
  .cp-overlay.align-right .cp-overlay__content {
    padding-left: 98px;
    padding-left: 9.8rem;
    padding-right: 58px;
    padding-right: 5.8rem;
  }
  .cp-overlay__eyebrow, .cp-overlay__title, .cp-overlay__desc {
    padding-right: 0;
  }
  .cp-overlay__cta {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cp-overlay__cta .cta-button + .cta-button {
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cp-overlay.align-right .cp-overlay__content {
    padding: 38px 30px 0;
    padding: 3.8rem 3rem 0;
  }
  .cp-overlay__inner {
    display: block;
  }
  .cp-overlay__img-wrap, .cp-overlay__bg, .cp-overlay__content {
    width: 100%;
  }
  .cp-overlay__img-wrap {
    padding-top: 0;
  }
  .cp-overlay__content {
    padding: 38px 30px 0;
    padding: 3.8rem 3rem 0;
  }
  .cp-overlay__eyebrow {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }
  .cp-overlay__eyebrow .el-eyebrow {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
  .cp-overlay__title {
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
  }
  .cp-overlay__title .el-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .cp-overlay__desc .el-desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .cp-overlay__cta {
    display: block;
    margin-top: 30px;
    margin-top: 3rem;
    white-space: normal;
  }
  .cp-overlay__cta .cta-button {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 100%;
    min-width: 100%;
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-overlay__cta .cta-button .masker span {
    height: 56px;
    height: 5.6rem;
    line-height: 58px;
    line-height: 5.8rem;
  }
  .cp-overlay__cta .cta-button .text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
</pre></body></html>