.content-wrap-wide {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.zwc-banner-wrap {
  display: flex;
  justify-content: center;
  width: 100%
}

.zwc-banner-wrap .content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 120px
}

.zwc-banner-wrap .zwc-banner-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
  width: 48%;
}

.zwc-banner-wrap .zwc-banner-text h1 {
  font-family: var(--primaryfont-semibold);
  font-size: 72px;
  line-height: 1.11;
  letter-spacing: -1.44px;
  color: #000;
  margin: 0
}

.zwc-banner-wrap .zwc-banner-text p {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #000;
  margin: 0;
  width: 589px
}

.zwc-banner-wrap .zwc-banner-img {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 48%;
}

.act-btn {
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 3px
}

.zwc-banner-wrap .zwc-banner-img img {
  opacity: 0;
  position: relative;
  top: 10px;
}

.zwc-section-wrapper {
  background: #f9fafb;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 73px 0
}

.zwc-section-wrapper .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-section-wrapper .zwc-quote-box {
  background: #0f44be;
  border-radius: 16px;
  padding: 56px 143px;
  max-width: 976px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-section-wrapper .zwc-quote-box p {
  font-family: var(--primaryfont-regular);
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.48px;
  color: #fff;
  text-align: center;
  margin: 0;
  max-width: 691px
}

.zwc-solution-why-wrapper {
  display: flex;
  justify-content: center;
  width: 100%
}

.zwc-solution-why-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 120px 0
}

.zwc-solution-why-wrapper .zwc-section-head {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  text-align: center;
  max-width: 815px
}

.zwc-solution-why-wrapper .zwc-section-head h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0
}

.zwc-solution-why-wrapper .zwc-section-head h2 span {
  display: inline-block;
}

.zwc-solution-why-wrapper .zwc-section-head p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  margin: 0
}

.zwc-solution-why-wrapper .zwc-cards-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%
}

.zwc-solution-why-wrapper .zwc-card {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  flex: 1 0 0
}
.zw-template-inner .zwc-solution-why-wrapper .zwc-card-icon:after{
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.zw-template-inner .zwc-card-icon:after {
  content: '';
  background: url(/sites/zweb/images/assist/remore-desktop-software/rd-sprite.svg);
  background-repeat: no-repeat;
  background-size: 900px auto;
  width: 28px;
  height: 28px;
  display: block
}

.zwc-solution-why-wrapper .zwc-card-icon {
  background: #e4edff;
  border-radius: 14px;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: block;
  position: relative;
}

.zw-template-inner .zwc-why-icon1:after {
  background-position: 2px 2px
}

.zw-template-inner .zwc-why-icon2:after {
    background-position: -28px 2px;
    width: 26px;
}

.zw-template-inner .zwc-why-icon3:after {
  background-position: -54px 2px
}

.zw-template-inner .zwc-why-icon4:after {
  background-position: -83px 2px;
  width: 22px;
}

.zwc-solution-why-wrapper .zwc-card-icon img {
  width: 28px;
  height: 28px;
  display: block
}

.zwc-solution-why-wrapper .zwc-card-text {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.zwc-solution-why-wrapper .zwc-card-text h3 {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #000;
  margin: 0
}

.zwc-solution-why-wrapper .zwc-card-text p {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #454545;
  margin: 0;
  max-width: 230px
}

.zwc-solution-why-wrapper .zwc-footer-note {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  text-align: center;
  max-width: 838px;
  margin: 0
}

.zwc-solution-key-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box
}

.zwc-solution-key-wrapper .content-wrap-wide {
  background: #f2fcf1;
  border: 1px solid #daedd8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 120px 50px;
  box-sizing: border-box
}

.zwc-solution-key-wrapper .zwc-section-head {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  text-align: center
}

.zwc-solution-key-wrapper .zwc-section-head h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0;
  max-width: 870px
}

.zwc-solution-key-wrapper .zwc-section-head p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  margin: 0;
  max-width: 632px
}

.zwc-solution-key-wrapper .zwc-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  width: 100%
}

.zwc-solution-key-wrapper .zwc-key-card {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 346px;
  flex-shrink: 0;
  box-sizing: border-box
}

.zwc-solution-key-wrapper .zwc-card-icon {
  background: #56d257;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-solution-key-wrapper .zwc-card-icon img {
  width: 24px;
  height: 24px;
  display: block
}

.zwc-solution-key-wrapper .zwc-card-text {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-height: 170px
}

.zwc-solution-key-wrapper .zwc-card-text h3 {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #000;
  margin: 0
}

.zwc-solution-key-wrapper .zwc-card-text p {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #454545;
  margin: 0;
  max-width: 280px
}

.zw-template-inner .zwc-key-icon1:after {
  background-position: -103px 2px
}

.zw-template-inner .zwc-key-icon2:after {
  background-position: -129px 4px
}

.zw-template-inner .zwc-key-icon3:after {
  background-position: -156px 5px
}

.zw-template-inner .zwc-key-icon4:after {
  background-position: -182px 4px
}

.zw-template-inner .zwc-key-icon5:after {
  background-position: -209px 8px
}

.zwc-feature-wrapper {
  display: flex;
  justify-content: center;
  width: 100%
}

.zwc-feature-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 120px 0
}

.zwc-feature-wrapper .zwc-section-head {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  text-align: center;
  max-width: 815px
}

.zwc-feature-wrapper .zwc-section-head h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0
}

.zwc-feature-wrapper .zwc-section-head h2 span {
  display: inline-block
}

.zwc-feature-wrapper .zwc-section-head p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  margin: 0;
  max-width: 677px
}

.zwc-feature-wrapper .zwc-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0
}

.zwc-feature-wrapper .zwc-chips-list li {
  background: #edf7ff;
  border: 1px solid #6691ff;
  border-radius: 8px;
  padding: 21px 20px 21px 19px;
  display: flex;
  gap: 20px;
  align-items: center;
  height: 70px;
  box-sizing: border-box
}

.zwc-feature-wrapper .zwc-chips-list li img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block
}

.zwc-feature-wrapper .zwc-chips-list li span {
  font-family: var(--zf-primary-medium);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #0a55eb;
  max-width: 310px
}

.zwc-feature-wrapper .zwc-detail-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.zwc-feature-wrapper .zwc-detail-list li {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  padding: 35px 48px 31px 33px;
  width: 760px;
  box-sizing: border-box;
  height: 200px
}

.zwc-feature-wrapper .zwc-detail-list .zwc-icon-box {
  background: #5d5d5d;
  border-radius: 14px;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-feature-wrapper .zwc-chips-icon {
  width: 28px;
  height: 28px;
  display: block
}

.zwc-feature-wrapper .zwc-detail-list .zwc-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1
}

.zwc-feature-wrapper .zwc-detail-list .zwc-text-wrap h3 {
  font-family: var(--primaryfont-semibold);
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.48px;
  color: #000;
  margin: 0
}

.zwc-feature-wrapper .zwc-detail-list .zwc-text-wrap p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #454545;
  margin: 0
}

.zw-template-inner .zwc-chips-icon1:after {
  background-position: -235px 1px
}

.zw-template-inner .zwc-chips-icon2:after {
  background-position: -353px 1px
}

.zw-template-inner .zwc-chips-icon3:after {
  background-position: -265px 1px
}

.zw-template-inner .zwc-chips-icon4:after {
  background-position: -293px 1px
}

.zw-template-inner .zwc-chips-icon5:after {
  background-position: -322px 2px
}

.zwc-solution-remote-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box
}

.zwc-solution-remote-wrapper .content-wrap-wide {
  background: #edf7ff;
  border: 1px solid #b6d9f6;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 120px 50px;
  box-sizing: border-box
}

.zwc-solution-remote-wrapper .zwc-section-head {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  text-align: center
}

.zwc-solution-remote-wrapper .zwc-section-head h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0;
  max-width: 790px
}

.zwc-solution-remote-wrapper .zwc-section-head p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  margin: 0;
  max-width: 632px
}

.zwc-solution-remote-wrapper .zwc-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  width: 100%
}

.zwc-solution-remote-wrapper .zwc-sector-card {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  width: 346px;
  flex-shrink: 0;
  min-height: 300px;
  box-sizing: border-box
}

.zwc-solution-remote-wrapper .zwc-card-icon {
  background: #0a55eb;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-solution-remote-wrapper .zwc-card-icon img {
  width: 24px;
  height: 24px;
  display: block
}

.zwc-solution-remote-wrapper .zwc-card-text {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.zwc-solution-remote-wrapper .zwc-card-text h3 {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #000;
  margin: 0
}

.zwc-solution-remote-wrapper .zwc-card-text p {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #454545;
  margin: 0
}

.zw-template-inner .zwc-app-icon1:after {
  background-position: -381px 3px
}

.zw-template-inner .zwc-app-icon2:after {
  background-position: -408px 4px
}

.zw-template-inner .zwc-app-icon3:after {
  background-position: -435px 6px
}

.zw-template-inner .zwc-app-icon4:after {
  background-position: -461px 3px
}

.zw-template-inner .zwc-app-icon5:after {
  background-position: -488px 4px
}

.zwc-solution-benefits-wrapper {
  display: flex;
  justify-content: center;
  width: 100%
}

.zwc-solution-benefits-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 120px 0
}

.zwc-solution-benefits-wrapper .zwc-section-head {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  text-align: center;
  max-width: 815px
}

.zwc-solution-benefits-wrapper .zwc-section-head h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0;
  max-width: 740px
}

.zwc-solution-benefits-wrapper .zwc-section-head p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  margin: 0;
  max-width: 632px
}

.zwc-solution-benefits-wrapper .zwc-benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  width: 100%
}

.zwc-solution-benefits-wrapper .zwc-benefit-tile {
  background: #edfdf5;
  border: 1px solid #c1f2c0;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  gap: 28px;
  align-items: center;
  width: 400px;
  height: 120px;
  box-sizing: border-box;
  flex-shrink: 0
}

.zwc-solution-benefits-wrapper .zwc-benefit-icon {
  background: #8ee78f;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-solution-benefits-wrapper .zwc-benefit-icon img {
  width: 20px;
  height: 20px;
  display: block
}

.zwc-solution-benefits-wrapper .zwc-benefit-tile p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  margin: 0;
  flex: 1
}

.zwc-solution-benefits-wrapper .zwc-footer-note {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #454545;
  text-align: center;
  max-width: 731px;
  margin: 0
}

.zw-template-inner .zwc-benifits-icon1:after {
  background-size: 1100px auto;
  background-position: -630px 3px
}

.zw-template-inner .zwc-benifits-icon2:after {
  background-size: 1100px auto;
  background-position: -658px 3px
}

.zw-template-inner .zwc-benifits-icon3:after {
  background-size: 1100px auto;
  background-position: -686px 3px
}

.zw-template-inner .zwc-benifits-icon4:after {
  background-size: 1100px auto;
  background-position: -716px 3px
}

.zw-template-inner .zwc-benifits-icon5:after {
  background-size: 1100px auto;
  background-position: -744px 8px
}

.zwc-solution-business-wrapper {
  background: #000;
  display: flex;
  justify-content: center;
  width: 100%
}

.zwc-solution-business-wrapper .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  padding: 120px 0
}

.zwc-solution-business-wrapper .zwc-section-head {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  text-align: center;
  max-width: 815px
}

.zwc-solution-business-wrapper .zwc-section-head h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #fff;
  margin: 0;
  max-width: 540px;
}

.zwc-solution-business-wrapper .zwc-section-head h2 span {
  display: inline-block
}

.zwc-solution-business-wrapper .zwc-section-head p {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #fff;
  margin: 0
}

.zwc-solution-business-wrapper .zwc-security-cards {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%
}

.zwc-solution-business-wrapper .zwc-security-card {
  background: #262626;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  flex: 1 0 0;
  min-height: 266px;
  box-sizing: border-box
}

.zwc-solution-business-wrapper .zwc-card-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-solution-business-wrapper .zwc-card-icon img {
  width: 24px;
  height: 24px;
  display: block
}

.zwc-solution-business-wrapper .zwc-card-text {
  display: flex;
  flex-direction: column;
  gap: 7px
}

.zwc-solution-business-wrapper .zwc-card-text h3 {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #fff;
  margin: 0
}

.zwc-solution-business-wrapper .zwc-card-text p {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #d1d5dc;
  margin: 0
}

.zwc-solution-business-wrapper .zwc-footer-note {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #fff;
  text-align: center;
  max-width: 794px;
  margin: 0
}

.zw-template-inner .zwc-biz-icon1:after {
  background-position: -632px 1px
}

.zw-template-inner .zwc-biz-icon2:after {
  background-position: -660px 1px
}

.zw-template-inner .zwc-biz-icon3:after {
  background-position: -689px 1px
}

.zw-template-inner .zwc-biz-icon4:after {
  background-position: -722px 1px
}

.zwc-feature-remote-wrapper {
  display: flex;
  justify-content: center;
  width: 100%
}

.zwc-feature-remote-wrapper .content-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 140px 90px 0
}

.zwc-feature-remote-wrapper .zwc-remote-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
  width: 48%;
}

.zwc-feature-remote-wrapper .zwc-remote-text h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0;
  max-width: 540px
}

.zwc-feature-remote-wrapper .zwc-remote-text .zwc-text-block {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  width: 500px
}

.zwc-feature-remote-wrapper .zwc-remote-text .zwc-text-block p {
  margin: 0 0 18px
}

.zwc-feature-remote-wrapper .zwc-remote-text .zwc-text-block p:last-child {
  margin-bottom: 0
}

.zwc-feature-remote-wrapper .zwc-remote-img {
  width: 541px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 48%;
}

.zwc-feature-remote-wrapper .zwc-remote-img img {
  opacity: 0;
    position: relative;
    top: 10px;
}

.zwc-platforms-wrapper {
  background: #f4f8fc;
  border-radius: 16px;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 90px 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center
}

.zwc-platforms-wrapper h2 {
  font-family: var(--zf-primary-medium);
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.64px;
  color: #000;
  text-align: center;
  margin: 0
}

.zwc-platforms-wrapper .zwc-platform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%
}

.zwc-platforms-wrapper .zwc-platform-item {
  border: 1px solid #bedbff;
  border-radius: 14px;
  background: linear-gradient(164deg, #eff6ff 0, #eef2ff 100%);
  display: flex;
  gap: 16px;
  align-items: center;
  height: 96px;
  width: calc(33.333% - 16px);
  box-sizing: border-box;
  flex-shrink: 0
}
.zwc-platforms-wrapper .zwc-platform-item:hover span{
  text-decoration:underline;
}
.zwc-platforms-wrapper .zwc-platform-item a {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 100%;
    padding: 0 25px;
}

.zwc-platforms-wrapper .zwc-platform-item .zwc-platform-icon {
  background: #dbeafe;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.zwc-platforms-wrapper .zwc-platform-item .zwc-platform-icon img {
  width: 24px;
  height: 24px;
  display: block
}

.zwc-platforms-wrapper .zwc-platform-item span {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.31px;
  color: #1e2939;
}

.zw-template-inner .zwc-platform-icon1:after {
  background-position: -750px 5px;
  width: 26px;
}

.zw-template-inner .zwc-platform-icon2:after {
  background-position: -775px 6px;
  width: 26px;
}

.zw-template-inner .zwc-platform-icon3:after {
  background-position: -804px 4px;
  width: 25px;
}

.zw-template-inner .zwc-platform-icon4:after {
  background-position: -829px 4px;
  width: 20px;
}

.zw-template-inner .zwc-platform-icon5:after {
  background-position: -850px 4px;
  width: 23px;
}

.zw-template-inner .zwc-platform-icon6:after {
  background-position: -874px 4px;
  width: 26px;
}

.zwc-bottom-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%
}
.non-umain .zwc-bottom-cta-wrap .act-btn {
    background: none;
    color: #0a55eb;
}

.zwc-bottom-cta-wrap .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  text-align: center
}

.zwc-bottom-cta-wrap h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.96px;
  color: #000;
  margin: 0;
  max-width: 816px
}

.zwc-bottom-cta-wrap .zwc-cta-text {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.36px;
  color: #000;
  max-width: 718px
}

.zwc-bottom-cta-wrap .zwc-cta-text p {
  margin: 0 0 18px
}

.zwc-bottom-cta-wrap .zwc-cta-text p:last-child {
  margin-bottom: 0
}

.zwc-bottom-cta-wrap .zwc-link-arrow {
  display: flex;
  gap: 6px;
  align-items: center;
  text-decoration: none
}

.zwc-bottom-cta-wrap .zwc-link-arrow span {
  font-family: var(--primaryfont-semibold);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.32px;
  color: #0a55eb;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px
}

.zwc-bottom-cta-wrap .zwc-link-arrow span:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #0a55eb;
  border-right: 2px solid #0a55eb;
  transform: rotate(45deg);
  display: inline-block
}

.zwc-bottom-cta-wrap .zwc-link-arrow img {
  width: 24px;
  height: 24px;
  display: block
}

@keyframes slideLeft {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-20px)
  }

  100% {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes slideLeft {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-20px)
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes slideLeft {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateX(-20px)
  }

  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

.zwc-banner-wrap .zwe-om.zwc-banner-img img {
  animation: slideLeft 1s ease-in-out .4s forwards
}

.zwe-om.zwc-feature-remote-wrapper .zwc-remote-img img {
  animation: slideLeft 1s ease-in-out .4s forwards
}

/* Faq */
/* --- FAQ Section --- */
.zwc-faq {
  background: #030303;
}

.zwc-faq .content-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.zwc-faq-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 120px 0;
  gap: 50px;
}

.zwc-faq-inner h2 {
  font-family: var(--primaryfont-semibold);
  font-size: 56px;
  line-height: 1.14;
  letter-spacing: -1.12px;
  color: #fff;
  margin: 0;
  width: 455px;
  flex-shrink: 0;
}

.zwc-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 738px;
}

.zwc-faq-item {
  background: #262626;
  border-radius: 8px;
  padding: 24px;
  overflow: hidden;
}

.zwc-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  position: relative;
}

.zwc-faq-question h3,
.zwc-faq-question button {
  font-family: var(--zf-primary-medium);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #fff;
  margin: 0;
  flex: 1;
}

.zwc-faq-question button {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  padding-right: 70px;
  cursor: pointer;
}

.zwc-faq-toggle {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  content: "";
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  border-radius: 100px;
  cursor: pointer;
}

.zwc-faq-toggle::before,
.zwc-faq-toggle::after {
  content: "";
  position: absolute;
  background: rgb(0, 0, 0);
  z-index: 2;
  border-radius: 8px;
  cursor: pointer;
}

.zwc-faq-toggle::before {
  left: 50%;
  top: 50%;
  height: 2px;
  width: 14px;
  transform: translate(-50%, -50%);
}

.zwc-faq-toggle::after {
  left: 50%;
  width: 2px;
  top: 50%;
  height: 14px;
  transform: translate(-50%, -50%);
}

.zwc-faq-active .zwc-faq-toggle::after {
  display: none;
}

.zwc-faq-answer {
  overflow: hidden;
  margin-top: 10px;
}

.zwc-faq-answer p,
.zwc-faq-answer ul li {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 1.67;
  color: #d1d1d1;
  margin: 0;
  max-width: 630px;
}

.zwc-faq-answer p {
  margin-bottom: 10px;
}

.zwc-faq-answer ul li {
  list-style-type: disc;
}

.zwc-faq-answer ul {
  padding: 10px 0px 20px 15px;
}

/* faq */

@media screen and (max-width: 1366px) {
  .zwc-feature-remote-wrapper .zwc-remote-text h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1280px) {
  .zwc-feature-remote-wrapper .zwc-remote-text h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .zwc-banner-wrap .content-wrap {
    padding: 100px 0 0
  }

  .zwc-banner-wrap .zwc-banner-text {
    width: 48%
  }

  .zwc-banner-wrap .zwc-banner-text h1 {
    font-size: 54px;
  }

  .zwc-banner-wrap .zwc-banner-text p {
    width: 100%
  }

  .zwc-banner-wrap .zwc-banner-img {
    width: 48%;
    height: 450px
  }

  .zwc-solution-why-wrapper .content-wrap,
  .zwc-solution-benefits-wrapper .content-wrap,
  .zwc-feature-wrapper .content-wrap,
  .zwc-solution-business-wrapper .content-wrap,
  .zwc-bottom-cta-wrap .content-wrap,
  .zwc-feature-remote-wrapper .content-wrap {
    padding-left: 40px;
    padding-right: 40px
  }

  .zwc-feature-wrapper .zwc-detail-list li {
    width: 100%;
    height: auto
  }

  .zwc-feature-remote-wrapper .content-wrap {
    flex-direction: column;
    gap: 60px;
    padding-bottom: 80px;
    align-items: center;
    padding-bottom: 0;
  }

  .zwc-feature-remote-wrapper {
    text-align: center;
  }

  .zwc-feature-remote-wrapper .zwc-remote-text h2 {
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .zwc-feature-remote-wrapper .zwc-remote-text .zwc-text-block {
    margin: 0 auto;
    max-width: 100%;
    width: 80%;
  }

  .zwc-feature-remote-wrapper .zwc-remote-text {
    width: 100%
  }

  .zwc-feature-remote-wrapper .zwc-remote-img {
    width: 100%;
    height: auto;
  }

  .zwc-platforms-wrapper {
    padding: 70px 40px
  }

  .zwc-platforms-wrapper .zwc-platform-item {
    width: calc(50% - 12px)
  }
}

@media screen and (max-width: 991px) {
  .zwc-banner-wrap .content-wrap {
    flex-direction: column;
    gap: 60px;
    padding-top: 80px
  }

  .zwc-banner-wrap .zwc-banner-text {
    width: 100%
  }

  .zwc-banner-wrap .zwc-banner-img {
    width: 100%;
    height: 460px;
    max-width: 640px;
    margin: 0 auto;
  }

  .zwc-solution-why-wrapper .zwc-cards-row {
    flex-wrap: wrap
  }

  .zwc-solution-why-wrapper .zwc-card {
    flex: 0 0 calc(50% - 10px)
  }

  .zwc-solution-key-wrapper .zwc-key-card {
    width: calc(50% - 10px)
  }

  .zwc-solution-remote-wrapper .zwc-sector-card {
    width: calc(50% - 10px)
  }

  .zwc-solution-benefits-wrapper .zwc-benefit-tile {
    width: calc(50% - 10px)
  }

  .zwc-solution-business-wrapper .zwc-security-cards {
    flex-wrap: wrap
  }

  .zwc-solution-business-wrapper .zwc-security-card {
    flex: 0 0 calc(50% - 10px);
    min-height: auto
  }

  .zwc-feature-wrapper .zwc-chips-list li span {
    white-space: normal
  }

  .zwc-platforms-wrapper .zwc-platform-item {
    width: calc(50% - 12px)
  }

  .zwc-section-wrapper .zwc-quote-box {
    padding: 40px 40px
  }

  .zwc-bottom-cta-wrap h2,
  .zwc-solution-business-wrapper .zwc-section-head h2,
  .zwc-solution-benefits-wrapper .zwc-section-head h2,
  .zwc-solution-remote-wrapper .zwc-section-head h2,
  .zwc-feature-wrapper .zwc-section-head h2,
  .zwc-solution-key-wrapper .zwc-section-head h2,
  .zwc-solution-why-wrapper .zwc-section-head h2,
  .zwc-faq-inner h2 {
    font-size: 42px;
  }

  .zwc-faq-inner {
    flex-direction: column;
    gap: 40px;
    padding: 80px 0
  }

  .zwc-faq-inner h2 {
    width: 100%;
    font-size: 40px
  }

  .zwc-faq-list {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  .zwc-banner-wrap .zwc-banner-text h1 {
    font-size: 36px;
  }

  .zwc-banner-wrap .zwc-banner-img {
    height: auto;
    overflow: auto;
  }

  .zwc-solution-why-wrapper .content-wrap,
  .zwc-solution-benefits-wrapper .content-wrap,
  .zwc-feature-wrapper .content-wrap,
  .zwc-solution-business-wrapper .content-wrap,
  .zwc-bottom-cta-wrap .content-wrap,
  .zwc-feature-remote-wrapper .content-wrap {
    padding-left: 20px;
    padding-right: 20px
  }

  .zwc-solution-why-wrapper .content-wrap {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .zwc-solution-key-wrapper .content-wrap-wide,
  .zwc-solution-remote-wrapper .content-wrap-wide {
    padding: 60px 20px
  }

  .zwc-solution-why-wrapper .zwc-card {
    flex: 0 0 100%
  }

  .zwc-solution-key-wrapper .zwc-key-card {
    width: 100%
  }

  .zwc-solution-remote-wrapper .zwc-sector-card {
    width: 100%;
    min-height: auto
  }

  .zwc-solution-benefits-wrapper .zwc-benefit-tile {
    width: 100%
  }

  .zwc-solution-business-wrapper .zwc-security-card {
    flex: 0 0 100%
  }

  .zwc-feature-wrapper .zwc-detail-list li {
    flex-direction: column;
    height: auto;
    padding: 24px;
    width: 100%
  }

  .zwc-section-heading-48 {
    font-size: 32px
  }

  .zwc-platforms-wrapper {
    padding: 40px 20px
  }

  .zwc-platforms-wrapper .zwc-platform-item {
    width: 100%
  }

  .zwc-platforms-wrapper h2 {
    font-size: 24px
  }

  .zwc-bottom-cta-wrap .content-wrap {
    padding: 60px 20px
  }

  .zwc-bottom-cta-wrap h2 {
    font-size: 32px
  }

  .zwc-section-wrapper {
    padding: 40px 20px
  }

  .zwc-section-wrapper .zwc-quote-box {
    padding: 30px 20px
  }

  .zwc-section-wrapper .zwc-quote-box p {
    font-size: 18px
  }

  .zwc-bottom-cta-wrap h2,
  .zwc-solution-business-wrapper .zwc-section-head h2,
  .zwc-solution-benefits-wrapper .zwc-section-head h2,
  .zwc-solution-remote-wrapper .zwc-section-head h2,
  .zwc-feature-wrapper .zwc-section-head h2,
  .zwc-solution-key-wrapper .zwc-section-head h2,
  .zwc-solution-why-wrapper .zwc-section-head h2,
  .zwc-faq-inner h2 {
    font-size: 32px;
  }

  .zwc-solution-business-wrapper .zwc-section-head h2 span,
  .zwc-solution-why-wrapper .zwc-section-head h2 span {
    display: inline;
  }

  .zwc-bottom-cta-wrap .zwc-link-arrow span {
    white-space: normal;
    display: block;
  }

  .zwc-bottom-cta-wrap .zwc-link-arrow span:after {
    margin-left: 5px;
  }

  .zwc-faq-inner {
    padding: 60px 0;
    gap: 30px
  }

  .zwc-faq-inner h2 {
    font-size: 32px
  }

  .zwc-faq-question h3,
  .zwc-faq-question button {
    font-size: 16px
  }

  .zwc-faq-answer p {
    font-size: 16px
  }
}