:root {
  --h1-size: 72px;
  --h2-size: 56px;
  --h3-size: 32px;
  --h4-size: 28px;
  --h5-size: 20px;
  --h6-size: 18px;
  --h1-line-height: 1.1;
  --h2-line-height: 1.2;
  --h3-line-height: 1.3;
  --h4-line-height: 1.4;
  --h5-line-height: 1.5;
  --h6-line-height: 1.6;
  --h8-line-height: 1.8;
  --white-color: #fff;
  --black-color: #000;
  --primary-color: #ebeef9;
  --secondary-color: #010101;
}

a.act-btn.cta-btn,
a.req-demo {
  color: #fff;
  padding: 20px 24px;
  border-radius: 4px;
  background: #C90000;
  border: 1px solid #C90000;
  font-size: 20px;
  font-family: var(--zf-secondary-medium);
  display: inline-flex;
  gap: 20px;
  opacity: 1;
  visibility: visible;
  line-height: normal;
}


.zwc-cta-arrow:hover,
.zwc-cta-arrow:focus-visible {
  background-position: 0 100%;
}

.txt-lft { text-align: left; }
.txt-cntr { text-align: center; }
.txt-rght { text-align: right; }

.zcol-wrap,
.dflx,
.zwb-midea-obj,
.zwb-btn-set {
  display: flex;
  flex-wrap: wrap;
}

.flx-algn-cntr  { align-items: center; }
.flx-algn-start { align-items: flex-start; }
.flx-algn-stretch { align-items: stretch; }
.flx-algn-end   { align-items: flex-end; }
.flx-jstfy-cntr   { justify-content: center; }
.flx-jstfy-btween { justify-content: space-between; }
.flx-jstfy-even   { justify-content: space-evenly; }
.flx-jstfy-arnd   { justify-content: space-around; }
.flx-jstfy-start  { justify-content: flex-start; }
.flx-jstfy-end    { justify-content: flex-end; }

.zcol-1  { max-width: calc(8.33%  - 10px); flex-basis: calc(8.33%  - 10px); }
.zcol-2  { max-width: calc(16.67% - 10px); flex-basis: calc(16.67% - 10px); }
.zcol-3  { max-width: calc(25%    - 10px); flex-basis: calc(25%    - 10px); }
.zcol-4  { max-width: calc(33.33% - 10px); flex-basis: calc(33.33% - 10px); }
.zcol-5  { max-width: calc(41.67% - 10px); flex-basis: calc(41.67% - 10px); }
.zcol-6  { max-width: calc(50%    - 10px); flex-basis: calc(50%    - 10px); }
.zcol-7  { max-width: calc(58.33% - 10px); flex-basis: calc(58.33% - 10px); }
.zcol-8  { max-width: calc(66.67% - 10px); flex-basis: calc(66.67% - 10px); }
.zcol-9  { max-width: calc(75%    - 10px); flex-basis: calc(75%    - 10px); }
.zcol-10 { max-width: calc(83.33% - 10px); flex-basis: calc(83.33% - 10px); }
.zcol-11 { max-width: calc(91.67% - 10px); flex-basis: calc(91.67% - 10px); }
.zcol-12 { max-width: calc(100%   - 10px); flex-basis: calc(100%   - 10px); }

.d-blck,
.in-view-desk { display: block; }
.in-view-mob  { display: none; }

.zwc-title {
  margin: 0 0 40px;
  position: relative;
}

.zwc-title h1,
.zwc-title h2 { font-family: var(--zf-primary-medium); }

.zwc-title h3,
.zwc-title h4,
.zwc-title h5 { font-family: var(--zf-primary-regular); }

.zwc-title h1,.zwc-priority-wrap .zwc-title h2{
  font-size: var(--h1-size);
  line-height: var(--h1-line-height);
  font-family: var(--zf-primary-medium);
}

.zwc-title h2 {
  margin: 0 0 10px;
  font-size: var(--h2-size);
  line-height: var(--h2-line-height);
  letter-spacing: -0.8px;
}

.zwc-title h3 { margin: 0 0 16px; font-size: var(--h3-size); line-height: var(--h3-line-height); }
.zwc-title h4 { margin: 0 0 14px; font-size: var(--h4-size); line-height: var(--h4-line-height); }
.zwc-title h5 { margin: 0 0 12px; font-size: var(--h5-size); line-height: var(--h5-line-height); }
.zwc-title h6 { margin: 0 0 10px; font-size: var(--h6-size); line-height: var(--h6-line-height); }

.zwc-cont-part.zwc-title p {
  font-size: 22px;
  line-height: var(--h6-line-height);
}

.zwc-title p {
  font-size: 18px;
  line-height: var(--h6-line-height);
  font-family: var(--zf-primary-regular);
}

.zwc-custm-mrgn { margin: 0; }


/* =============================================
   GLOBAL OVERRIDES
============================================= */

.zwc-title h2 {
  font-family: var(--zf-primary-medium);
  letter-spacing: -1.68px;
}

.zwc-title p {
  font-size: 18px;
  font-family: var(--primaryfont-regular);
  color: #333;
}


/* =============================================
   SECTION 1 Ã¢â‚¬â€ BANNER
============================================= */

.zwc-banner-wrap {
  padding: 80px 0 90px;
}


.zwc-banner-wrap .zwc-title{
    margin-bottom: 0;
}
.zwc-banner-inner {
  gap: 48px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.zwc-banner-lhs {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.zwc-beta-tag {
  display: inline-block;
  background: #dd441a;
  color: #fff;
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.72px;
  padding: 1px 11px 2px;
  border-radius: 25.5px;
  margin-bottom: 12px;
}

.zwc-banner-heading {
  background: linear-gradient(89.5deg, #0b5848 0.36%, #9bcb00 126.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.zwc-banner-lhs p {
  color: #333;
  max-width: 440px;
}

.zwc-dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #201e1d;
  color: #fff;
  font-family: var(--primaryfont-regular);
  font-size: 20px;
  line-height: normal;
  padding: 17px 18px;
  border-radius: 4px;
  text-decoration: none;
  max-width: max-content;
}

.zwc-dld-icon {
    width: 24px;
    height: 24px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat -351px -2px / 380px;
    filter: invert(1);
}
.zwc-dl-btn-light .zwc-dld-icon{
    filter: invert(0);
}

.zwc-platforms {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zwc-platforms-label {
  font-family: var(--primaryfont-regular);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #4a5565;
  margin: 0;
}

.zwc-platform-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.zwc-platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #0d67e8;
  border-radius: 19px;
  padding: 8px 13px;
  height: 38px;
  box-sizing: border-box;
  text-decoration: none;
}
.zwc-icon{
    width:15px;
    height: 18px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat 0px 0px/310px;
}
.zwc-icon2{
    width: 16px;
    height: 16px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat -18px 0px / 330px;
}
.zwc-icon3{
    width: 18px;
    height: 10px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat -66px -7px / 380px;;
}
.zwc-icon4{
    width: 14px;
    height: 18px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat 0px 0px/310px;
}
.zwc-platform-badge span {
  font-family: var(--primaryfont-regular);
  font-size: 14px;
  letter-spacing: -0.15px;
  color: #0d67e8;
  white-space: nowrap;
}

.zwc-banner-rhs img {
  opacity: 0;
  transform: translateY(10px);
  transition: all .5s ease-in;
}
.zwe-om.zwc-banner-rhs img{
    opacity: 1;
    transform: translateY(0px);
}


/* =============================================
   SECTION 2 Ã¢â‚¬â€ BOTH WORLDS
============================================= */

.zwc-bothworlds-wrap {
  background: #007c4d;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.zwc-bothworlds-wrap .content-wrap {
  max-width: 884px;
}

.zwc-bothworlds-wrap .zwc-scroll-cont h2 {
  color: #fff;
  max-width: 370px;
  margin: 0 auto 20px;
}

.zwc-bothworlds-wrap .zwc-scroll-cont p {
  color: #d4ffef;
  max-width: 574px;
  margin: 0 auto;
}

.zwc-bothworlds-wrap .zwc-scroll-grid {
  margin-top: 40px;
  gap: 8px;
  flex-wrap: nowrap;
  align-items: stretch;
}

.zwc-bothworlds-wrap .zwc-scroll-grid .zcol-6 {
  max-width: calc(50% - 4px);
  flex-basis: calc(50% - 4px);
}

.zwc-online-card {
  background: rgba(10, 89, 59, 0.65);
  backdrop-filter: blur(9.8px);
  -webkit-backdrop-filter: blur(9.8px);
  border-radius: 24px;
  padding: 70px 40px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.zwc-offline-card {
  background: rgba(25, 38, 33, 0.41);
  border-radius: 24px;
  padding: 70px 40px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.zwc-card-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.zwc-status-icon {
  width: 60px;
  height: 60px;
  background: #053d28;
  border: 1.5px solid #9bcb00;
  border-radius: 30px;
  flex-shrink: 0;
  position: relative;
}
.zwc-status-icon:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat -115px -3px / 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.zwc-offine-icon:before{
    background-position: -143px -3px;
}

.zwc-status-icon img {
  width: 24px;
  height: 24px;
}

.zwc-offline-icon {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zwc-offline-icon .zwc-icon-bg {
  position: absolute;
  inset: -1.25%;
  width: 102.5%;
  height: 102.5%;
}

.zwc-offline-icon .zwc-icon-signal {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.zwc-card-status-label {
  font-family: var(--zf-primary-medium);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #fff;
  margin: 0;
}

.zwc-feature-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.zwc-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 32px;
  position: relative;
}

.zwc-feature-item::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat -165px 0px / 480px;
    left: 0;
    top: 0;
}

.zwc-feature-item span {
  font-family: var(--primaryfont-regular);
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.zwc-sync-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f7fffa;
  border: 1px solid #60a17d;
  border-radius: 100px;
  padding: 7px 10px;
  max-width: max-content;
}

.zwc-sync-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #0a9749;
  flex-shrink: 0;
}

.zwc-sync-badge span {
  font-family: var(--primaryfont-regular);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.48px;
  color: #333;
  white-space: nowrap;
}


/* =============================================
   SECTION 3 Ã¢â‚¬â€ NO ACCOUNT REQUIRED
============================================= */

.zwc-noaccount-wrap {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.zwc-mobileview{
    display: none;
    margin: auto;
  }
.zwc-noaccount-wrap .content-wrap {
  max-width: 1272px;
}

.zwc-noaccount-wrap .zwc-scroll-grid {
  max-width: 750px;
  margin: auto;
}

.zwc-noaccount-wrap .zwc-scroll-grid .zcol-6 {
  max-width: calc(50% - 13px);
  flex-basis: calc(50% - 13px);
}

.zwc-noaccount-wrap .lhs h2 {
  color: #000;
  margin: 0;
}

.zwc-noaccount-wrap .rhs p {
  font-family: var(--primaryfont-regular);
  line-height: 28px;
  color: #333;
  margin: 0;
}

.zwc-noaccount-img {
  position: relative;
  background: url(/sites/zweb/images/sheet/desktop-app/acc-pattern.png) no-repeat bottom / 82%;
  /* min-height: 300px; */
}

.zwc-noaccount-img img {
  margin: auto;
  display: block;
}

.zwc-card-float {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  max-width: max-content;
}
.zwc-card-float img,.zwc-card-float.zwc-lft-card img{
  opacity: 0;
  transform: translateY(20px);
  transition: all .5s ease-in;
}

.zwe-om .zwc-card-float img{
  opacity: 1;
  transform: translateY(0);
}
.zwc-card-float.zwc-lft-card img{
  transform: translateX(-20px);
}
.zwe-om .zwc-card-float.zwc-lft-card img{
  transform: translateX(0);
}

.zwc-card-float.zwc-lft-card {
  right: unset;
  top: 20%;
  left: 5%;
}

.zwc-card-float.zwc-ryt-card {
  left: unset;
  top: -12%;
  right: 10%;
}


/* =============================================
   SECTION 4 Ã¢â‚¬â€ FEATURES GRID
============================================= */

.zwc-features-wrap {
  background: #f4f5f9;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.zwc-features-wrap .content-wrap {
  max-width: 1140px;
}

.zwc-features-wrap .zwc-top-wrap h2 {
    max-width: 674px;
    margin: 0 auto;
  color: #000;
}

.zwc-feature-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zwc-feature-row {
  gap: 8px;
}

.zwc-feature-card {
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}

.zwc-feature-card-inner {
  display: grid;
  grid-template-rows: 72px 1fr;
  gap: 18px;
  padding: 63px 40px 60px;
  height: 100%;
  box-sizing: border-box;
  align-content: start;
}

.zwc-icon-wrap {
  width: 72px;
  height: 72px;
  background: #f3ffce;
  border: 1.5px solid #9bcb00;
  border-radius: 36px;
  position: relative;
}

.zwc-icon-wrap:before{
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat calc(-143px - -0.6px) 0px / 367px;
    inset: 0;
    margin: auto;
}
.zwc-icon-wrap.zwc-fea-icon2:before{
    background-position: -177px 2px;
    background-size: 380px;
}
.zwc-icon-wrap.zwc-fea-icon3:before{
    background-position: -206px 2px;
    background-size: 380px;
}
.zwc-icon-wrap.zwc-fea-icon4:before{
    background-position: -234px 2px;
    background-size: 380px;
}
.zwc-icon-wrap.zwc-fea-icon5:before{
    background-position: -263px 0px;
    background-size: 380px;
}
.zwc-icon-wrap.zwc-fea-icon6:before{
    background-position: -292px 0px;
    background-size: 380px;
}
.zwc-icon-wrap.zwc-fea-icon7:before{
    background-position: -320px 0px;
    background-size: 380px;
}
.zwc-icon-wrap.zwc-feature-text h3 {
  font-family: var(--primaryfont-regular);
  color: #000;
  margin: 0 0 16px;
}
.zwc-feature-text.zwc-title{
    margin-bottom: 0;
}

.zwc-feature-text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
  margin: 0;
  max-width: 410px;
}


/* =============================================
   SECTION 5 Ã¢â‚¬â€ KEEP CONFIDENTIAL
============================================= */

.zwc-secure-wrap {
  background: #fff;
  overflow: hidden;
}

.zwc-secure-wrap .content-wrap {
  max-width: 1156px;
}

.zwc-secure-wrap .zwc-scroll-grid {
  gap: 40px;
}
.zwc-secure-wrap .zwc-scroll-grid .zcol-4{
    max-width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px);
}
.zwc-secure-wrap .zwc-scroll-grid .zcol-8{
    max-width: calc(64.67% - 10px);
    flex-basis: calc(64.67% - 10px);
}
.zwc-secure-wrap .lhs h2 {
  color: #000;
}

.zwc-secure-wrap .lhs p {   
  font-family: var(--primaryfont-regular);
  font-size: 20px;
  line-height: 28px;
  color: #333;
  margin: 0;
}

.zwc-secure-img {
  position: relative;
  overflow: hidden;
  height: 569px;
}

.zwc-secure-img img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zwc-circle-pos{
    position: absolute;
    content: '';
    max-width: max-content;
}
.zwc-circle-pos img{
    opacity: 0;
}
.zwe-om .zwc-circle-pos img{
    opacity: 1;
}
.zwc-circle-pos.zwc-sheild{
    left: calc(43% - 0px);
    top: 46%;
    transform: translate(-50px, -50px);
}
.zwc-sheild img{
    width: 130px;
    transition: all .3s ease-in .3s;
}
.zwc-circle-pos.zwc-secure-main{
    right: -20px;
    bottom: 0;
    width: 320px;
}
.zwc-circle-pos.zwc-float-sec1{
    left: 10%;
    bottom: -14%;
}
.zwc-circle-pos.zwc-float-sec1 img{
    width: 260px;
    transition: all .4s ease-in .4s;
}
.zwc-circle-pos.zwc-float-sec2 img{
        width: 300px;
        transition: all .5s ease-in .5s;
}
.zwc-circle-pos.zwc-float-sec2{
    left: -2%;
    top: 43%;
}
.zwc-circle-pos.zwc-float-sec3{
    top: 3%;
    right: 9%;
}
.zwc-circle-pos.zwc-float-sec3 img{
    width: 340px;
    transition: all .6s ease-in .6s;
}
.zwc-circle-pos.zwc-float-sec4{
    top: 13%;
    left: -7%;
}
.zwc-circle-pos.zwc-float-sec4 img{
    width:320px;
    transition: all .7s ease-in .7s;
}

/* =============================================
   SECTION 6 Ã¢â‚¬â€ YOUR DATA PRIORITY
============================================= */

.zwc-priority-wrap {
  background: #000 url(/sites/zweb/images/sheet/desktop-app/star-pattern.png) no-repeat top center / contain;
  padding: 200px 0;
}

.zwc-priority-content {
  max-width: 720px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.zwc-priority-wrap .zwc-title h2{
  background: linear-gradient(101.785deg, #0b5848 0.96%, #9bcb00 64.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.zwc-title .zwc-priority-desc {
  color: #bdbdbd;
  margin-bottom: 0;
}


.zwc-dl-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #000;
  font-family: var(--primaryfont-regular);
  font-size: 20px;
  line-height: normal;
  padding: 17px 18px;
  border-radius: 4px;
  text-decoration: none;
  max-width: max-content;
}

.zwc-dl-btn-light img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}


/* =============================================
   SECTION 7 Ã¢â‚¬â€ FAQ
============================================= */

.zwc-faq-wrap {
  background: #efefef;
  padding-top: 93px;
  padding-bottom: 95px;
  overflow: hidden;
}

.zwc-faq-wrap .content-wrap {
  max-width: 892px;
}

.zwc-faq-wrap .zwc-top-wrap h2 {
  font-family: var(--primaryfont-regular);
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -3.2px;
  color: #000;
  margin-bottom: 40px;
}


/* Common FAQ Css */
.zwc-faq-wrap {
    background: #FFF;
    max-width: 1000px;
    margin: auto auto 40px;
}

.zwc-faq-wrap .top-cont {
    margin: auto auto 64px;
    text-align: center;
}

.zwc-faq-wrap p a {
    color: #0047FF;
    border-bottom: 1px solid#0047FF;
}

.zwc-faq-wrap {
    position: relative
}
.zwc-faq-main {
    counter-reset: faq-counter;
}

.zwc-faq-item .faq-title {
    counter-increment: faq-counter;
}

.zwc-faq-item .faq-title::before {
    content: counter(faq-counter) ".";
    margin-right: 8px; /* adjust spacing as needed */
}
.zwc-faq-item .faq-title {
    width: 100%;
    max-width: 100%;
    background: 0;
    border: 0;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.2px;
    margin: 0;
    outline: 0;
    font-family: var(--zf-primary-medium);
    cursor: pointer;
    padding: 20px 40px 20px 0;
    position: relative;
    width: 100%;
    text-align: left;
    color: #000;
    cursor: pointer;
    position: relative;
}

.zwc-faq-ans {
    display: none;
    padding: 0 40px 24px 0px
}

.zwc-faq-item:first-child .zwc-faq-ans {
    display: block;
}

.zwc-faq-ans p {
    margin-bottom: 0;
    color: #333;
    max-width: 95%;
    font-size: 16px;
    line-height: 24px;
}

.faq-item.active .zwc-faq-ans {
    display: block
}
.zwc-faq-wrap a {
    color: #fff;
    border-bottom: 1px solid
}

.zwc-faq-item {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    background: transparent;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.zwc-faq-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.zwc-faq-item .faq-title span {
    content: "";
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer
}

.zwc-faq-item .faq-title span::before,
.zwc-faq-item .faq-title span::after {
    content: "";
    position: absolute;
    background: #000;
    z-index: 2;
    border-radius: 8px;
    cursor: pointer
}


.zwc-faq-item .faq-title span::before {
    left: 50%;
    top: 50%;
    height: 2px;
    width: 14px;
    transform: translate(-50%, -50%)
}


.zwc-faq-item .faq-title span::after {
    left: 50%;
    width: 2px;
    top: 50%;
    height: 14px;
    transform: translate(-50%, -50%)
}


.zwc-faq-item.active .faq-title span::after {
    display: none
}
.zwc-faq-item:first-child .faq-title span::after {
    display: none;
}
.zwc-faq-item:first-child:not(.active) .faq-title span::after {
    display: block;
}
.zwc-faq-item .faq-title:focus-visible {
    outline: 2px solid #0047ff;
    outline-offset: -2px;
}
/* Other lang css starts  */
.other-lang .zwc-title h2 {
    font-size: 46px;
}

.other-lang .zwc-scroll-grid .zwc-title h2 {
    font-size: 40px;
}

.other-lang .zwc-priority-heading {
    font-size: 64px;
}

  .lang-rtl .txt-lft { text-align: right; }
  .lang-rtl .txt-rght { text-align: left; }
  .lang-rtl .zwc-status-icon:before { transform: translate(50%, -50%); right: 50%; left: unset; }
  .lang-rtl .zwc-feature-items { padding-right: 0; padding-left: unset; }
  .lang-rtl .zwc-feature-item { padding-right: 32px; padding-left: unset; }
  .lang-rtl .zwc-feature-item::before { right: 0; left: unset; }
  .lang-rtl .zwc-card-float { left: 0; right: 0; }
  .lang-rtl .zwc-card-float.zwc-lft-card img { transform: translateX(20px); }
  .lang-rtl .zwe-om .zwc-card-float.zwc-lft-card img { transform: translateX(0); }
  .lang-rtl .zwc-card-float.zwc-lft-card { left: unset; right: 5%; }
  .lang-rtl .zwc-card-float.zwc-ryt-card { left: 10%; right: unset; }
  .lang-rtl .zwc-circle-pos.zwc-sheild { transform: translate(50px, -50px); right: calc(43% - 0px); left: unset; }
  .lang-rtl .zwc-circle-pos.zwc-secure-main { left: -20px; right: unset; }
  .lang-rtl .zwc-circle-pos.zwc-float-sec1 { right: 10%; left: unset; }
  .lang-rtl .zwc-circle-pos.zwc-float-sec2 { right: -2%; left: unset; }
  .lang-rtl .zwc-circle-pos.zwc-float-sec3 { left: 9%; right: unset; }
  .lang-rtl .zwc-circle-pos.zwc-float-sec4 { right: -7%; left: unset; }
  .lang-rtl .zwc-faq-item .faq-title::before { margin-left: 8px; margin-right: unset; }
  .lang-rtl .zwc-faq-item .faq-title { padding: 20px 0 20px 40px; text-align: right; }
  .lang-rtl .zwc-faq-ans { padding: 0 0px 24px 40px; }
  .lang-rtl .zwc-faq-item:before { right: 0; left: unset; }
  .lang-rtl .zwc-faq-item .faq-title span { left: 0px; right: unset; }
  .lang-rtl .zwc-faq-item .faq-title span::before { transform: translate(50%, -50%); right: 50%; left: unset; }
  .lang-rtl .zwc-faq-item .faq-title span::after { transform: translate(50%, -50%); right: 50%; left: unset; }
  .lang-rtl .txt-cntr, .lang-rtl .zwc-priority-content, .lang-rtl .zwc-faq-wrap .top-cont { text-align: center; }
  .lang-rtl .txt-cntr *, .lang-rtl .zwc-priority-content *, .lang-rtl .zwc-faq-wrap .top-cont * { text-align: center; }
  .other-lang .zwc-title h1 {
    font-size: 64px;
}
.i18n-th .zwc-title h1{
    font-size: 62px;
}
    .other-lang .zwc-offline-card,.other-lang .zwc-online-card {
    height: 100%;
    min-height: 470px;
}
.other-lang .zwc-bothworlds-wrap .zwc-scroll-cont h2{
    max-width: 100%;
}
.other-lang .zwc-scroll-grid{
    align-items: center;
}
/* Other lang css ends  */


/* =============================================
   RESPONSIVE Ã¢â‚¬â€ 1440px
============================================= */

@media (max-width: 1440px) {
      .zw-template-inner .content-wrap {
        width:1140px;
        max-width: 100%
    }

    :root {
        --h1-size: 64px;
        --h2-size: 48px;
        --h3-size: 28px;
        --h4-size: 32px;
        --h5-size: 20px;
        --h6-size: 18px
    }
.other-lang .zwc-title h1,.i18n-th .zwc-title h1 {
        font-size: 56px;
    }

    .zwc-faq-main{
    max-width: 850px;
    margin: 0 auto;
}
 
  .lang-rtl .zwc-faq-main { margin: 0 auto; }
    .other-lang .zwc-offline-card,.other-lang .zwc-online-card {
    height: 100%;
    min-height: 470px;
}
.other-lang .zwc-priority-content h2,.other-lang .zwc-priority-content p{
    max-width: 700px;
    margin: 0 auto 20px;
}
.other-lang .zwc-priority-content p{
    margin: 0 auto;
}

}


/* =============================================
   RESPONSIVE Ã¢â‚¬â€ 1199px
============================================= */

@media (max-width: 1199px) {
    
  .zw-template-inner .content-wrap {
    width: 960px;
  }
    :root {
        --h1-size: 48px;
        --h2-size: 36px;
        --h3-size: 28px;
        --h4-size: 20px
    }
.other-lang .zwc-title h1,.i18n-th .zwc-title h1 {
        font-size: 48px;
    }
    .zcol-md-pad {
        padding: 100px 0
    }
  .zwc-banner-lhs {
    width: 360px;
  }

  
.zwc-banner-lhs .zwc-platforms-label{
    margin: 0;
}
  .zwc-banner-lhs p,.zwc-bothworlds-wrap .zwc-scroll-cont p,.zwc-secure-wrap .lhs p,.zwc-priority-desc {
    max-width: 700px;
    margin: 0 auto;
}
  .zwc-bothworlds-wrap .zwc-scroll-grid {
    flex-wrap: wrap;
  }



  .zwc-noaccount-wrap .zwc-scroll-grid {
    flex-wrap: wrap;
  }

  


  .zwc-feature-row {
    flex-wrap: wrap;
  }

  .zwc-feature-card.zcol-5,
  .zwc-feature-card.zcol-7 {
    max-width: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }

  .zwc-feature-card.zcol-4 {
    max-width: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }

  .zwc-secure-wrap .zwc-scroll-grid {
    flex-wrap: wrap;
  }

  .zwc-secure-wrap .zwc-scroll-grid {
    gap: 30px;
}

  .zwc-priority-content {
    width: 600px;
  }


  .zwc-noaccount-wrap.zcol-md-pad,.zwc-secure-wrap.zcol-md-pad{
    padding-bottom: 0;
  }
  .zwc-card-float.zwc-lft-card{
    left: 2%;
  }
  .zwc-card-float.zwc-ryt-card{
    top: -7%;
    right: 0%;
  }
  .zwc-card-float.zwc-ryt-card img{
    max-width: 90%;
  }
  .zwc-card-float.zwc-lft-card img{
    max-width: 80%;
  }
  .zwc-secure-img img{
    width: 95%;
  }
  .zwc-circle-pos.zwc-float-sec2 {
    left: -4%;
  }
  .zwc-circle-pos.zwc-float-sec2 img{
    max-width: 95%;
  }
  .zwc-circle-pos.zwc-secure-main {
    right: -30px;
    bottom: 0;
    max-width: 50%;
}
.zwc-circle-pos.zwc-sheild {
    left: calc(45% - 2px);
    top: 45%;
}
.zwc-circle-pos.zwc-sheild img{
  width: 140px;
}
.zwc-faq-main{
    max-width: 750px;
}

    .zwc-faq-wrap .top-cont {
        margin: auto auto 20px;
    }

    .zwc-faq-wrap .top-cont h2 span {
        margin-bottom: 15px;
    }
/* other lang css  */

  .lang-rtl .zcol-md-pad { padding: 100px 0; }
  .lang-rtl .zwc-banner-lhs .zwc-platforms-label { margin: 0; }
  .lang-rtl .zwc-banner-lhs p, .lang-rtl .zwc-bothworlds-wrap .zwc-scroll-cont p, .lang-rtl .zwc-secure-wrap .lhs p, .lang-rtl .zwc-priority-desc { margin: 0 auto; }
  .lang-rtl .zwc-card-float.zwc-lft-card { right: 2%; left: unset; }
  .lang-rtl .zwc-card-float.zwc-ryt-card { left: 0%; right: unset; }
  .lang-rtl .zwc-circle-pos.zwc-float-sec2 { right: -4%; left: unset; }
  .lang-rtl .zwc-circle-pos.zwc-secure-main { left: -30px; right: unset; }
  .lang-rtl .zwc-circle-pos.zwc-sheild { right: calc(45% - 2px); left: unset; }
  .lang-rtl .zwc-faq-wrap .top-cont { margin: auto auto 20px; }
    .other-lang .zwc-offline-card,.other-lang .zwc-online-card {
    height: 100%;
    min-height: 500px;
}
.other-lang .zwc-priority-content h2{
    max-width: 600px;
    margin: 0 auto 20px;
}
}


/* =============================================
   RESPONSIVE Ã¢â‚¬â€ 991px
============================================= */

@media (max-width: 991px) {
   .zw-template-inner .content-wrap {
    width: 95%
  }


  :root {
    --h1-size: 40px;
    --h2-size: 36px;
    --h3-size: 25px;
    --h4-size: 16px;
    --h5-size: 10px;
    --h6-size: 2px;
  }


  .zcol-md-1 {
    max-width: calc(8.33% - 10px);
    flex-basis: calc(8.33% - 10px)
  }

  .zcol-md-2 {
    max-width: calc(16.67% - 10px);
    flex-basis: calc(16.67% - 10px)
  }

  .zcol-md-3 {
    max-width: calc(25% - 10px);
    flex-basis: calc(25% - 10px)
  }

  .zcol-md-4 {
    max-width: calc(33.33% - 10px);
    flex-basis: calc(33.33% - 10px)
  }

  .zcol-md-5 {
    max-width: calc(41.67% - 10px);
    flex-basis: calc(41.67% - 10px)
  }

  .zcol-md-6 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px)
  }

  .zcol-md-7 {
    max-width: calc(58.33% - 10px);
    flex-basis: calc(58.33% - 10px)
  }

  .zcol-md-8 {
    max-width: calc(66.67% - 10px);
    flex-basis: calc(66.67% - 10px)
  }

  .zcol-md-9 {
    max-width: calc(75% - 10px);
    flex-basis: calc(75% - 10px)
  }

  .zcol-md-10 {
    max-width: calc(83.33% - 10px);
    flex-basis: calc(83.33% - 10px)
  }

  .zcol-md-11 {
    max-width: calc(91.67% - 10px);
    flex-basis: calc(91.67% - 10px)
  }

  .zcol-md-12 {
    max-width: calc(100% - 10px);
    flex-basis: calc(100% - 10px)
  }

  .act-btn.cta-btn,
  .req-demo {
    padding: 10px 20px;
    font-size: 16px
  }

    .other-lang .zwc-title h1,.i18n-th .zwc-title h1 {
        font-size: 40px;
    }
  .zcol-md-pad {
    padding: 60px 0
  }
  
  /* style starts */
.zwc-title p{
  font-size: 15px;
}
.zwc-title h1, .zwc-priority-wrap .zwc-title h2,.zwc-title h2 {
    letter-spacing: -1.5px;
}

.zwc-platforms {
    justify-content: center;
    align-items: center;
}
.zwc-banner-lhs p,.zwc-bothworlds-wrap .zwc-scroll-cont h2{
  max-width: 100%;
  margin: 0 auto;
}

.zwc-secure-img,.zwc-noaccount-img{
  display: none;
}
  
.zwc-banner-inner{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align:center;
}
.zwc-beta-tag{
    margin-bottom: 12px;
}


  .zwc-mobileview{
    display: block;
  }
 .zwc-mobileview img{
    margin: auto;
    display: flex;
    text-align: center;
    max-width: max-content;
    align-items: center;
    justify-content: center;
  }
  .zwc-mobileview img{
    max-width: 100%;
  }
  .zwc-banner-rhs picture, .zwc-banner-rhs img{
    display: inline-block;
    width: 90%;
  }
.zwc-dl-btn{
    margin:auto;
}
.zwc-platform-list{
    justify-content: center;
}
.zwc-banner-lhs p,.zwc-bothworlds-wrap .zwc-scroll-cont p,.zwc-secure-wrap .lhs p,.zwc-priority-desc {
    max-width: 600px;
    margin: 0 auto;
}
.zwc-banner-inner .zcol-5,.zwc-banner-inner .zcol-7,.zwc-secure-wrap .zwc-scroll-grid .zcol-4,.zwc-secure-wrap .zwc-scroll-grid .zcol-8{
        flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: 100%
}
.zwc-platforms-label{
    margin: 0 auto;
}
  

  .zwc-noaccount-wrap .zwc-scroll-grid {
        gap: 16px;
        align-items: flex-start;
        justify-content: center;
        max-width: 600px;
        margin: auto;
  }
  .zwc-features-wrap .zwc-top-wrap h2 {
    max-width: 474px;
}

  

  .zwc-feature-card.zcol-4,
  .zwc-feature-card.zcol-5,
  .zwc-feature-card.zcol-7 {
    max-width: calc(50% - 4px);
    flex-basis: calc(50% - 4px);
  }

  .zwc-secure-wrap .zwc-scroll-grid {
    flex-direction: column;
    min-height: auto;
  }

  .zwc-secure-img {
    height: 350px;
  }

  .zwc-secure-img img {
    top: 0;
    height: 100%;
  }

  .zwc-priority-content {
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
  }

  
  .zwc-bothworlds-wrap .zwc-scroll-grid .zcol-6,.zwc-noaccount-wrap .zwc-scroll-grid .zcol-6{
        max-width: calc(50% - 13px);
    flex-basis: calc(50% - 13px);
  }
  
  .zwc-secure-wrap .zwc-scroll-grid{
    text-align: center;
  }
  .zwc-online-card,.zwc-offline-card{
    min-height: 500px;
  }
  .zwc-faq-main{
    max-width: 750px;
  }
    .zwc-faq-wrap .top-cont {
        margin: auto auto 40px;
    }

    .zwc-faq-ans p {
        font-size: 16px;
        line-height: 1.6;
    }
    .zwc-faq-item .faq-title{
        font-size: 20px;
    }
.zwc-dl-btn,.zwc-dl-btn-light{
    font-size: 16px;
}
/* other lang css      */
.other-lang .zwc-noaccount-wrap .zwc-scroll-grid{
    align-items: center;
}
    .other-lang .zwc-title h2 {
        font-size: 40px
    }

    .other-lang .zwc-scroll-grid .zwc-title h2,
    .other-lang .zwc-features-wrap .zwc-top-wrap h2,
    .zwc-priority-heading {
        max-width: 550px;
        margin: auto auto 20px;
    }

    .zwc-priority-content h2 {
        max-width: 550px;
        margin: 0 auto 20px;
    }

    .lang-rtl .zwc-dl-btn-light .zwc-dld-icon {
        width: 28px;
    }
  .lang-rtl .act-btn.cta-btn, .lang-rtl .req-demo { padding: 10px 20px; }
  .lang-rtl .zcol-md-pad { padding: 60px 0; }
  .lang-rtl .zwc-banner-lhs p, .lang-rtl .zwc-bothworlds-wrap .zwc-scroll-cont h2 { margin: 0 auto; }
  .lang-rtl .zwc-mobileview img { margin: auto; text-align: center; }
  .lang-rtl .zwc-dl-btn { margin: auto; }
  .lang-rtl .zwc-banner-lhs p, .lang-rtl .zwc-bothworlds-wrap .zwc-scroll-cont p, .lang-rtl .zwc-secure-wrap .lhs p, .lang-rtl .zwc-priority-desc { margin: 0 auto; }
  .lang-rtl .zwc-platforms-label { margin: 0 auto; }
  .lang-rtl .zwc-noaccount-wrap .zwc-scroll-grid { margin: auto; }
  .lang-rtl .zwc-priority-content { padding: 60px 40px; }
  .lang-rtl .zwc-faq-wrap .top-cont { margin: auto auto 40px; }
  .lang-rtl .zwc-banner-inner, .lang-rtl .zwc-secure-wrap .zwc-scroll-grid { text-align: center; }
  .lang-rtl .zwc-banner-inner *, .lang-rtl .zwc-secure-wrap .zwc-scroll-grid * { text-align: center; }


}


/* =============================================
   RESPONSIVE Ã¢â‚¬â€ 767px
============================================= */

@media (max-width: 767px) {
  .zw-template-inner .content-wrap {
    width: 460px;
    max-width: 100%;
  }
  

  .zcol-1,
  .zcol-2,
  .zcol-3,
  .zcol-4,
  .zcol-5,
  .zcol-6,
  .zcol-7,
  .zcol-8,
  .zcol-9,
  .zcol-10,
  .zcol-11,
  .zcol-12,.zwc-inner-grid .zcol-6,.zwc-bothworlds-wrap .zwc-scroll-grid .zcol-6,.zwc-feature-card.zcol-4, .zwc-feature-card.zcol-5, .zwc-feature-card.zcol-7,.zwc-noaccount-wrap .zwc-scroll-grid .zcol-6 {
    position: relative;
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
    width: 100%
  }

  .in-view-desk {
    display: none
  }

  .in-view-mob {
    display: block
  }
/* style starts */

  .zwc-banner-wrap {
    padding-top: 48px;
  }

  .zwc-banner-heading {
    font-size: 36px;
    letter-spacing: normal;
    line-height: normal;
  }
.zwc-banner-inner {
    flex-direction: column;
    gap: 32px;
  }
  .zwc-beta-tag {
    letter-spacing: normal;
  }
.zwc-banner-lhs{
    align-items: center;
    justify-content: center;
    text-align: center;
}
  
.zwc-platform-list{
    justify-content: center;
    gap: 12px;
}
  

  .zwc-online-card,
  .zwc-offline-card {
    padding: 40px 24px;
     min-height: unset;
  }
  

  .zwc-card-status-label {
    font-size: 20px;
    line-height: normal;
    letter-spacing: normal;
  }

  .zwc-feature-item span {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }

  

  .zwc-feature-text h3 {
    line-height: normal;
    letter-spacing: normal;
  }

  

  .zwc-list-cards p {
    font-size: 16px;
    line-height: normal;
  }
  .zwc-noaccount-wrap .zwc-scroll-grid{
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .zwc-noaccount-wrap .zwc-scroll-grid .lhs.zwc-title{
    margin-bottom: 0;
  }

  .zwc-faq-ans p {
        margin-bottom: 0;
        color: #333;
        max-width: 100%;
    }
/* other lang css  */
.other-lang .zwc-noaccount-wrap .zwc-scroll-grid{
    gap: 0;
}
  .lang-rtl .zwc-online-card, .lang-rtl .zwc-offline-card { padding: 40px 24px; }
  .lang-rtl .zwc-banner-lhs, .lang-rtl .zwc-noaccount-wrap .zwc-scroll-grid { text-align: center; }
  .lang-rtl .zwc-banner-lhs *, .lang-rtl .zwc-noaccount-wrap .zwc-scroll-grid * { text-align: center; }
  .zwc-secure-wrap .lhs p {
        font-size: 15px;
        line-height: 24px;
    }
      .other-lang .zwc-offline-card,.other-lang .zwc-online-card {
    height: 100%;
    min-height: 100%;
}

}
@media(max-width: 540px) {
  .zw-template-inner .content-wrap {
    width: 90%;
    max-width: 100%;
  }
  .i18n-de .zwc-sync-badge span{
      font-size: 13px;
  }
  .other-lang .zwc-title h2 {
        font-size: 24px;
    }

    .other-lang .zwc-scroll-grid .zwc-title h2 {
        font-size: 28px;
    }

    .zwc-priority-heading {
        font-size: 24px;
    }

    .zwc-priority-content {
        max-width: 90%;
        padding: 0;
    }

    .other-lang .zwc-title h2 {
        letter-spacing: -1.5px;
    }
}