<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp-visual-hero {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cp-visual-hero * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-visual-hero .is-pc {
  display: block;
}

.cp-visual-hero .is-mo {
  display: none;
}

.cp-visual-hero .cm-section-btn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.cp-visual-hero .cm-section-btn:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.cp-visual-hero .cm-section-btn:after {
  -webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: -webkit-transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}

.cp-visual-hero {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 130px);
  height: calc(100vh - 130px);
  max-height: 65vw;
  background-color: #000;
}

.cp-visual-hero {
  direction: rtl;
}

.cp-visual-hero.extend-height-60 {
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
}

.cp-visual-hero__vid-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.cp-visual-hero__vid {
  width: 100%;
  height: 100%;
}

.cp-visual-hero__vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-visual-hero__vid--mo {
  display: none;
}

.cp-visual-hero__vid.media-position-bottom video {
  object-position: bottom center;
}

.cp-visual-hero__img {
  width: 100%;
  height: 100%;
}

.cp-visual-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-visual-hero__img.media-position-bottom img {
  object-position: bottom center;
}

.cp-visual-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cp-visual-hero__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  height: 40rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.6;
}

.cp-visual-hero__content-box {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 140px;
  padding: 0 14rem;
}

.cp-visual-hero__content-cover {
  position: relative;
  width: 100%;
  height: 100%;
}

.cp-visual-hero__content-inner {
  position: absolute;
  bottom: 100px;
  left: 0;
  pointer-events: auto;
  width: 100%;
  z-index: 10;
}

.cp-visual-hero__content-inner {
  right: 0;
}

.cp-visual-hero__content-inner.font-type-a .cp-visual-hero__eyebrow {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}

.cp-visual-hero__content-inner.font-type-a .cp-visual-hero__eyebrow-wrap {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.cp-visual-hero__content-inner.font-type-a .cp-visual-hero__title {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}

.cp-visual-hero__eyebrow {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 400;
  color: #fff;
}

.cp-visual-hero__eyebrow-wrap {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.cp-visual-hero__eyebrow-wrap.type-text .cp-visual-hero__eyebrow {
  font-family: "genesis-text-office", sans-serif;
}

.cp-visual-hero__title {
  font-family: "genesis-head-office-light", sans-serif;
  font-weight: 300;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.03;
  text-transform: uppercase;
  color: #fff;
}

.cp-visual-hero__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin: 52px 0 0;
  margin: 5.2rem 0 0;
  text-align: left;
}

.cp-visual-hero__cta-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.cp-visual-hero__cta-btn:after {
  content: '';
  width: 16px;
  width: 1.6rem;
  height: 16px;
  height: 1.6rem;
  margin: -1px 0 0 0;
  margin: -0.1rem 0 0 0;
  background: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-arrow-white.svg") no-repeat center/contain;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.cp-visual-hero__cta-btn.out-link:after {
  margin: 0 8px 2px 8px;
  margin: 0 0.8rem 0.2rem 0.8rem;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  background: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-new-window.png") no-repeat center/contain;
}

.cp-visual-hero__cta-btn + .cp-visual-hero__cta-btn {
  margin: 0 0 0 36px;
  margin: 0 0 0 3.6rem;
}

.cp-visual-hero__cta-btn + .cp-visual-hero__cta-btn {
  margin: 0 36px 0 0;
  margin: 0 3.6rem 0 0;
}

@media screen and (max-width: 1919px) {
  .cp-visual-hero__content-box {
    padding: 0 120px;
    padding: 0 12rem;
  }
}

@media screen and (max-width: 1599px) {
  .cp-visual-hero__content-box {
    padding: 0 100px;
    padding: 0 10rem;
  }
}

@media screen and (max-width: 1359px) {
  .cp-visual-hero__content-box {
    padding: 0 76px;
    padding: 0 7.6rem;
  }
}

@media (max-width: 1199px) {
  .cp-visual-hero .cm-section-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.21428571;
    letter-spacing: -0.01em;
  }
  .cp-visual-hero {
    max-height: 200vw;
  }
  .cp-visual-hero__content-inner.font-type-a .cp-visual-hero__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.3em;
  }
  .cp-visual-hero__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1;
  }
  .cp-visual-hero__cta-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}

@media (max-width: 1023px) {
  .cp-visual-hero .is-pc {
    display: none;
  }
  .cp-visual-hero .is-mo {
    display: block;
  }
  .cp-visual-hero {
    height: -webkit-calc(100vh - 125px);
    height: calc(100vh - 125px);
    max-height: 565px;
    max-height: 56.5rem;
  }
  .cp-visual-hero__content:after {
    height: 286px;
    height: 28.6rem;
  }
  .cp-visual-hero__content-box {
    margin: auto;
    padding: 0 20px;
    padding: 0 2rem;
  }
  .cp-visual-hero__content-inner {
    width: auto;
    bottom: 40px;
    bottom: 4rem;
  }
  .cp-visual-hero__content-inner.font-type-a .cp-visual-hero__eyebrow {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2em;
  }
  .cp-visual-hero__content-inner.font-type-a .cp-visual-hero__eyebrow-wrap {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
  }
  .cp-visual-hero__content-inner.font-type-a .cp-visual-hero__title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.3em;
  }
  .cp-visual-hero__eyebrow {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .cp-visual-hero__eyebrow-wrap {
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
  }
  .cp-visual-hero__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-visual-hero__cta {
    margin: 32px 0 0;
    margin: 3.2rem 0 0;
  }
  .cp-visual-hero__cta-square {
    padding: 15px 24px;
    padding: 1.5rem 2.4rem;
  }
  .cp-visual-hero__cta-btn + .cp-visual-hero__cta-btn {
    margin: 0 0 0 20px;
    margin: 0 0 0 2rem;
  }
  .cp-visual-hero__cta-btn + .cp-visual-hero__cta-btn {
    margin: 0 20px 0 0;
    margin: 0 2rem 0 0;
  }
}

@media (max-width: 345px) {
  .cp-visual-hero__content-inner.font-type-a .cp-visual-hero__title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .cp-visual-hero__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
</pre></body></html>