<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lazy {
  width: 100%;
  height: 100%;
  background-image: url('/sites/zweb/images/jp/crm/lazy.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  border-radius: 5px;
}
.no-webp .solution-sprite {
  background-image: url("/sites/zweb/images/jp/crm/solution-sprite-2x.png") !important;
}
.no-webp .jpc-banner::before {
  background-image: url("/sites/zweb/images/jp/crm/solution-banner-bg-pattern-2x.jpg");
}
.no-webp .jpc-challenges-sec .top-sec,
.no-webp .solution-sec .float-img,
.no-webp .jpc-challenges-sec .bot-sec::before {
  background-image: url("/sites/zweb/images/jp/crm/solution-bluepattern-2x.jpg");
}
.solution-sprite {
  background-size: 300px 150px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.solution-sprite.icon-box {
  width: 100px;
  height: 109px;
  background-position: -10px -10px;
  padding-bottom: 10px;
}
.solution-sprite.icon-1 {
  width: 42px;
  height: 37px;
  background-position: -120px -10px;
}
.solution-sprite.icon-2 {
  width: 43px;
  height: 43px;
  background-position: -172px -10px;
}
.solution-sprite.icon-3 {
  width: 49px;
  height: 50px;
  background-position: -225px -10px;
}
.solution-sprite.icon-4 {
  width: 43px;
  height: 43px;
  background-position: -120px -70px;
}
.solution-sprite.icon-5 {
  width: 24px;
  height: 40px;
  background-position: -173px -70px;
}
.solution-sprite.icon-6 {
  width: 41px;
  height: 42px;
  background-position: -211px -70px;
}
.page-wrapper picture {
  width: 100%;
  display: block;
}
.page-wrapper picture img {
  width: 100%;
  display: block;
}
.page-wrapper .pb-0 {
  padding-bottom: 0 !important;
}
.page-wrapper .pt-0 {
  padding-top: 0 !important;
}
.page-wrapper .mb-0 {
  margin-bottom: 0 !important;
}
.page-wrapper .mt-0 {
  margin-top: 0 !important;
}
.desc {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  margin-bottom: 0;
}
.heading-2 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
}
.heading-3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.heading-4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 20px;
  padding-top: 30px;
  flex-wrap: wrap;
}
.circle-arrow {
  display: inline-flex;
  padding: 10px 10px 10px 30px;
  align-items: center;
  background-color: #002165;
  color: #ffffff;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 700;
}
.circle-arrow span {
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.5s ease;
}
.circle-arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url("/sites/zweb/images/jp/crm/solution-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 21px;
  height: 8px;
}
.circle-arrow:hover span {
  background-color: #f4d25c;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.banner-content h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
  color: #ffffff;
}
.banner-content .cta-grp {
  margin-top: 40px;
}
.jpc-banner {
  background-color: #ffffff;
  position: relative;
}
.jpc-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  background-color: #025ffd;
  background-image: url('/sites/zweb/images/jp/crm/solution-banner-bg-pattern-2x.webp');
  background-repeat: repeat;
  background-size: 360px;
}
.jpc-banner &gt; * {
  position: relative;
  z-index: 1;
}
.jpc-banner .banner-inner {
  padding: 0;
  position: relative;
}
.jpc-banner .banner-inner .jpc-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
}
.jpc-banner .banner-content {
  padding: 0 60px 10px 0;
  width: 50%;
}
.jpc-banner .right-img {
  width: 50%;
  position: relative;
  padding-left: 50px;
  padding-top: 30px;
}
.jpc-banner .right-img p {
  margin-bottom: 10px;
}
.jpc-banner .right-img .picture-wrapper {
  max-width: 600px;
  position: relative;
  margin-left: -100px;
}
.jpc-conspet-sec {
  padding: 70px 0;
  background-color: #0067FF;
  color: #ffffff;
  text-align: center;
}
.jpc-conspet-sec .content-container {
  max-width: 940px;
  margin: 0 auto;
}
.jpc-conspet-sec .content-container h2 {
  margin-bottom: 20px;
}
.jpc-challenges-sec {
  position: relative;
}
.jpc-challenges-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0067FF;
  width: 100%;
  height: 200px;
  z-index: 0;
}
.jpc-challenges-sec &gt; * {
  position: relative;
  z-index: 1;
}
.jpc-challenges-sec .inner-container {
  max-width: 1200px;
  margin: 0 auto;
}
.jpc-challenges-sec .top-sec {
  padding: 55px 35px;
  background-color: #0243cb;
  background-image: url('/sites/zweb/images/jp/crm/solution-bluepattern-2x.webp');
  background-repeat: repeat;
  background-size: 400px;
  border-radius: 12px 12px 0 0;
  color: #ffffff;
  text-align: center;
}
.jpc-challenges-sec .top-sec h2 {
  color: #F4D25C;
}
.jpc-challenges-sec .bot-sec {
  position: relative;
  padding: 0 35px;
}
.jpc-challenges-sec .bot-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0243cb;
  background-image: url('/sites/zweb/images/jp/crm/solution-bluepattern-2x.webp');
  background-repeat: repeat;
  background-size: 400px;
  border-radius: 0 0 12px 12px;
}
.jpc-challenges-sec .bot-sec .flex-box {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 30px 0;
}
.jpc-challenges-sec .bot-sec .flex-box .box-item {
  width: calc(33.3% - 13px);
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  padding: 30px 30px;
  border: solid 1px rgba(37, 37, 37, 0.25);
}
.jpc-challenges-sec .bot-sec .flex-box .box-item .heading-4 {
  color: #0067FF;
  margin-bottom: 15px;
}
.jpc-crm-tool-sec {
  padding: 70px 0;
}
.jpc-crm-tool-sec .content-container {
  max-width: 940px;
  margin: 0 auto 35px;
  text-align: center;
}
.jpc-crm-tool-sec .content-container h2 {
  color: #0067FF;
  margin-bottom: 20px;
}
.jpc-crm-tool-sec .tool-sec {
  padding-bottom: 40px;
}
.jpc-crm-tool-sec .tool-sec:last-child {
  padding-bottom: 0;
}
.jpc-crm-tool-sec .tool-sec .content-container {
  max-width: 520px;
}
.jpc-crm-tool-sec .tool-sec .content-container .heading-3 {
  color: #0067FF;
  margin-bottom: 10px;
}
.jpc-crm-tool-sec .flex-box {
  justify-content: space-between;
  gap: 30px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.jpc-crm-tool-sec .flex-box .box-item {
  width: calc(33.3% - 10px);
  text-align: center;
  padding: 0 34px 40px;
  border-radius: 30px;
  background-color: #F8FCFF;
  border: solid 1px #D2DDEB;
  margin-top: 55px;
}
.jpc-crm-tool-sec .flex-box .box-item .icon-box {
  position: relative;
  margin-top: -55px;
  margin-bottom: 20px;
}
.jpc-crm-tool-sec .flex-box .box-item .heading-4 {
  margin-bottom: 10px;
}
.jpc-dark-bg-patern {
  background-color: #000627;
  background-image: url("/sites/zweb/images/jp/crm/solution-darkbg-pattern.jpg");
  background-repeat: repeat;
  background-size: 120px;
}
.solution-sec {
  padding: 70px 0;
  position: relative;
}
.solution-sec::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 150px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.solution-sec &gt; * {
  position: relative;
  z-index: 9;
}
.solution-sec .content-container {
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
.solution-sec .content-container .heading-2 {
  color: #0067FF;
  margin-bottom: 15px;
}
.solution-sec .content-container p {
  color: #B4B4B4;
}
.solution-sec .content-container .heading-4 {
  color: #0067FF;
  padding-top: 43px;
  margin-bottom: 9px;
}
.solution-sec .content-container .btn-flex {
  max-width: 720px;
  margin: 0 auto;
}
.solution-sec .content-container .btn-flex .circle-arrow {
  background-color: #0067FF;
}
.solution-sec .float-img {
  background-color: #0243cb;
  background-image: url('/sites/zweb/images/jp/crm/solution-bluepattern-2x.webp');
  background-repeat: repeat;
  background-size: 400px;
  max-width: 890px;
  margin: 330px auto 0;
  color: #fff;
  padding: 112px 314px 60px 54px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 8px;
  position: relative;
}
.solution-sec .float-img .pic-wrapper {
  position: absolute;
  max-width: 640px;
  top: -233px;
  right: 0;
}
.solution-sec .float-img .btn-flex {
  justify-content: flex-start;
}
.solution-sec .float-img .heading-2 {
  color: #F4D25C;
  margin-bottom: 20px;
}
.solution-sec .float-img p {
  color: #ffffff;
}
.jpc-reason-sec .content-container {
  max-width: 940px;
  margin: 0 auto 80px;
  text-align: center;
}
.jpc-reason-sec .content-container .heading-2 {
  color: #0067FF;
  margin-bottom: 20px;
}
.jpc-reason-sec .content-container .btn-flex {
  max-width: 500px;
  margin: 0 auto;
}
.jpc-reason-sec .content-container .btn-flex .circle-arrow {
  background-color: #0067FF;
}
.jpc-reason-sec .pic-wrapper {
  max-width: 1200px;
}
.signin-content {
  padding: 100px 0;
  text-align: center;
}
.signin-content .heading-2 {
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
  .jpc-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .heading-2 {
    font-size: 30px;
  }
  .heading-3 {
    font-size: 22px;
  }
  .banner-content h1 {
    font-size: 42px;
    line-height: 1.5;
  }
  .banner-content .cta-grp {
    margin-top: 30px;
  }
  .jpc-banner .banner-inner .jpc-container {
    max-width: 1000px;
  }
  .jpc-banner .right-img .picture-wrapper {
    margin-left: -90px;
  }
  .jpc-challenges-sec .top-sec p br {
    display: none;
  }
  .jpc-challenges-sec .bot-sec {
    padding: 0 20px;
  }
  .jpc-challenges-sec .bot-sec .flex-box .box-item {
    padding: 30px 20px;
    width: calc(33.3% - 10px);
  }
  .jpc-crm-tool-sec .flex-box .box-item {
    padding: 0 20px 30px;
  }
  .jpc-reason-sec .content-container {
    margin-bottom: 60px;
  }
  .signin-content {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .solution-sec .content-container p br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .heading-2 {
    font-size: 28px;
  }
  .heading-3 {
    font-size: 20px;
  }
  .heading-4 {
    font-size: 18px;
  }
  .banner-content h1 {
    font-size: 38px;
  }
  .jpc-banner::before {
    width: 100%;
    height: 345px;
  }
  .jpc-banner .banner-inner .jpc-container {
    max-width: 768px;
  }
  .jpc-banner .banner-content {
    padding: 40px 0 60px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .jpc-banner .right-img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    text-align: center;
  }
  .jpc-banner .right-img p {
    margin-bottom: 25px;
  }
  .jpc-banner .right-img .picture-wrapper {
    margin: 0 auto;
  }
  .jpc-conspet-sec {
    padding: 60px 0 40px;
  }
  .jpc-conspet-sec .content-container p br {
    display: none;
  }
  .jpc-challenges-sec .top-sec {
    padding: 40px 25px;
    border-radius: 6px 6px 0 0;
  }
  .jpc-challenges-sec .bot-sec::before {
    height: 200px;
    border-radius: 0 0 6px 6px;
  }
  .jpc-challenges-sec .bot-sec .flex-box {
    justify-content: center;
    gap: 20px;
  }
  .jpc-challenges-sec .bot-sec .flex-box .box-item {
    width: calc(50% - 10px);
    border-radius: 6px;
  }
  .jpc-challenges-sec .bot-sec .flex-box .box-item:last-child {
    width: 100%;
  }
  .jpc-crm-tool-sec {
    padding: 60px 0;
  }
  .jpc-crm-tool-sec .content-container {
    margin-bottom: 30px;
  }
  .jpc-crm-tool-sec .flex-box {
    gap: 20px;
    justify-content: center;
  }
  .jpc-crm-tool-sec .flex-box .box-item {
    width: calc(50% - 10px);
    border-radius: 6px;
    margin-top: 40px;
  }
  .jpc-crm-tool-sec .flex-box .box-item .icon-box {
    zoom: 0.75;
  }
  .solution-sec {
    padding: 60px 0;
  }
  .solution-sec .float-img {
    margin: 200px auto 0;
    padding: 60px 190px 60px 50px;
  }
  .solution-sec .float-img .pic-wrapper {
    max-width: 400px;
    top: -143px;
  }
  .jpc-reason-sec .content-container p br {
    display: none;
  }
  .signin-content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .jpc-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .heading-2 {
    font-size: 26px;
    line-height: 1.5;
  }
  .circle-arrow {
    padding: 10px 10px 10px 20px;
  }
  .circle-arrow span {
    margin-left: 10px;
  }
  .banner-content h1 {
    font-size: 35px;
  }
  .jpc-challenges-sec .top-sec {
    border-radius: 6px;
  }
  .jpc-challenges-sec .bot-sec {
    padding: 40px 0 0 0;
  }
  .jpc-challenges-sec .bot-sec::before {
    display: none;
  }
  .jpc-challenges-sec .bot-sec .flex-box .box-item {
    width: 100%;
    padding: 30px 25px;
  }
  .jpc-crm-tool-sec .flex-box .box-item {
    width: 100%;
  }
  .solution-sec .float-img {
    width: 100%;
    padding: 40px 25px;
    margin-top: 50px;
  }
  .solution-sec .float-img .pic-wrapper {
    display: none;
  }
  .jpc-reason-sec .content-container {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 365px) {
  .banner-content h1 {
    max-width: 280px;
    margin: 0 auto;
  }
  .jpc-banner::before {
    height: 390px;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1) {
  .jpc-banner::before {
    background-image: url('/sites/zweb/images/jp/crm/solution-banner-bg-pattern-1x.webp');
  }
  .jpc-challenges-sec .top-sec {
    background-image: url('/sites/zweb/images/jp/crm/solution-bluepattern-1x.webp');
  }
  .jpc-challenges-sec .bot-sec::before {
    background-image: url('/sites/zweb/images/jp/crm/solution-bluepattern-1x.webp');
  }
  .solution-sec .float-img {
    background-image: url('/sites/zweb/images/jp/crm/solution-bluepattern-1x.webp');
  }
}</pre></body></html>