: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
}

.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
}

.zwc-banner-wrap {
    padding: 80px 0 90px
}

.zwc-banner-wrap .zwc-title {
    margin-bottom: 0
}

.zwc-banner-inner {
    gap: 32px;
    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 {
    max-width: 80%;
    background: linear-gradient(89.5deg, #0b5848 .36%, #9bcb00 126.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.zwc-banner-lhs p {
    color: #333;
    max-width: 520px
}

.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: 23px;
    height: 25px;
    background: url(/sites/zweb/images/sheet/macos/sprite-mac.svg) no-repeat -313px -8px / 340px;
    filter: invert(0)
}

.zwc-dl-btn-light .zwc-dld-icon {
    filter: invert(1)
}

.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: 20px;
    height: 23px;
    background: url(/sites/zweb/images/sheet/macos/sprite-mac.svg) no-repeat -89px -2px / 372px
}

.zwc-icon2 {
    width: 16px;
    height: 16px;
    background: url(/sites/zweb/images/sheet/macos/sprite-mac.svg) no-repeat -30px -5px / 330px
}

.zwc-icon3 {
    width: 20px;
    height: 10px;
    background: url(/sites/zweb/images/sheet/macos/sprite-mac.svg) no-repeat -52px -9px / 330px
}

.zwc-icon4 {
    width: 20px;
    height: 23px;
    background: url(/sites/zweb/images/sheet/macos/sprite-mac.svg) no-repeat -2px -2px/340px
}

.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 {
    max-width: 800px;
    opacity: 0;
    transform: translateY(10px);
    transition: all .5s ease-in
}

.zwe-om.zwc-banner-rhs img {
    opacity: 1;
    transform: translateY(0)
}

.zwc-noaccount-wrap {
    background: #007c4d;
    padding-top: 80px;
    padding-bottom: 0;
    overflow: hidden
}

.zwc-bothworlds-wrap .zwc-scroll-cont p,
.zwc-top-cont p {
    color: #d4ffef;
    max-width: 574px;
    margin: 0 auto
}

.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 h2 {
    color: #fff;
    margin: 0
}

.zwc-noaccount-wrap .rhs p {
    font-family: var(--primaryfont-regular);
    line-height: 28px;
    color: #333;
    margin: 0
}

.zwc-noaccount-img img {
    margin: auto;
    display: block
}

.zwc-noaccount-img {
    position: relative;
    background: url(/sites/zweb/images/sheet/macos/pattern-mac.png) no-repeat bottom / 70%
}

.zwc-card-float {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    max-width: max-content
}

.zwc-card-float img,
.zwc-card-float.zwc-lft-card img {
    opacity: 0;
    transition: all .5s ease-in
}

.zwe-om .zwc-card-float img {
    opacity: 1;
    transform: translateX(0)
}

.zwc-card-float.zwc-lft-card img {
    transform: translateX(20px)
}

.zwc-card-float.zwc-ryt-card img {
    transform: translateX(-20px)
}

.zwe-om .zwc-card-float.zwc-lft-card img,
.zwe-om .zwc-card-float.zwc-ryt-card img {
    transform: translateX(0)
}

.zwc-card-float.zwc-ryt-card-sub img {
    transform: translateY(20px)
}

.zwe-om .zwc-card-float.zwc-ryt-card-sub img {
    transform: translateY(0)
}

.zwc-card-float.zwc-lft-card {
    right: 10%;
    top: 0;
    left: unset;
    transition-delay: .5s
}

.zwc-card-float.zwc-ryt-card {
    right: unset;
    top: 32%;
    left: 16%;
    transition-delay: .6s
}

.zwc-card-float.zwc-ryt-card-sub {
    top: 52%;
    right: 18%;
    left: unset;
    transition-delay: .7s
}

.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: 35px;
    background: url(/sites/zweb/images/sheet/macos/sprite-mac.svg) no-repeat calc(-118px - -0.6px) -3px / 375px;
    inset: 0;
    margin: auto
}

.zwc-icon-wrap.zwc-fea-icon2:before {
    background-position: -148px 2px;
    background-size: 360px;
    width: 34px;
    height: 39px
}

.zwc-icon-wrap.zwc-fea-icon3:before {
    background-position: -185px 0;
    background-size: 360px;
    width: 34px;
    height: 39px
}

.zwc-icon-wrap.zwc-fea-icon4:before {
    background-position: -234px 0;
    background-size: 380px;
    width: 34px;
    height: 39px
}

.zwc-icon-wrap.zwc-fea-icon5:before {
    background-position: -272px -1px;
    background-size: 380px;
    width: 36px;
    height: 39px
}

.zwc-icon-wrap.zwc-fea-icon6:before {
    background-position: -311px -1px;
    background-size: 380px;
    width: 35px;
    height: 39px
}

.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
}

.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: 370px
}

.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
}

.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: 860px;
    margin: 0 auto;
    z-index: 2;
    text-align: center
}

.zwc-priority-wrap .zwc-title h2 {
    background: linear-gradient(101.785deg, #0b5848 .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
}

.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
}

.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
}

.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 0
}

.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: 0;
    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
}

.lang-rtl .txt-lft {
    text-align: right
}

.lang-rtl .txt-rght {
    text-align: left
}

.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,
.lang-rtl .zwe-om .zwc-card-float.zwc-lft-card img {
    transform: translateX(0)
}

.lang-rtl .zwc-card-float.zwc-lft-card {
    left: 10%;
    right: unset
}

.lang-rtl .zwc-card-float.zwc-ryt-card {
    left: unset;
    right: 16%
}

.lang-rtl .zwc-card-float.zwc-ryt-card-sub {
    left: 18%;
    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 0 24px 40px
}

.lang-rtl .zwc-faq-item:before {
    right: 0;
    left: unset
}

.lang-rtl .zwc-faq-item .faq-title span {
    left: 0;
    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-title h2 {
    font-size: 46px;
}

.other-lang .zwc-scroll-grid .zwc-title h2 {
    font-size: 40px;
}

.other-lang .zwc-priority-heading {
    font-size: 64px;
}

@media(max-width: 1440px) {
    .zw-template-inner .content-wrap {
        width: 1140px;
        max-width: 100%
    }

    :root {
        --h1-size: 56px;
        --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
    }

    .zwc-banner-rhs img {
        max-width: 650px
    }

    .lang-rtl .zwc-faq-main {
        margin: 0 auto
    }

    /* 
    .other-lang .zwc-title h2 {
        font-size: 44px
    } */

    .zwc-card-float.zwc-ryt-card-sub {
        right: 4%
    }

    .zwc-card-float.zwc-ryt-card {
        left: 5%
    }
}

@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,
    .zwc-top-cont p {
        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-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-banner-rhs img {
        max-width: 100%
    }

    .zwc-faq-wrap .top-cont {
        margin: auto auto 20px
    }

    .zwc-faq-wrap .top-cont h2 span {
        margin-bottom: 15px
    }

    .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,
    .lang-rtl .zwc-top-cont p {
        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-title h2 {
        font-size: 36px
    } */
    .other-lang .zwc-scroll-grid .zwc-title h2 {
        font-size: 34px;
    }

    .zwc-banner-inner {
        align-items: center;
    }
}

@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
    }

    .other-lang .zwc-title h1,.i18n-th .zwc-title h1 {
        font-size: 40px;
    }

    .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
    }

    .zcol-md-pad {
        padding: 60px 0
    }

    .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 {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .zwc-beta-tag {
        margin-bottom: 12px
    }

    .zwc-banner-heading {
        max-width: 100%
    }

    .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: block;
        width: 90%;
        margin: 0 auto
    }

    .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,
    .zwc-top-cont p {
        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-banner-rhs img {
        max-width: 100%
    }

    .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;
        gap: 0
    }

    .zwc-secure-img {
        height: 350px
    }

    .zwc-secure-img img {
        top: 0;
        height: 100%
    }

    .zwc-priority-content {
        width: 100%;
        padding: 0 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: 470px
    }

    .zwc-faq-main {
        max-width: 750px
    }

    br {
        display: none
    }

    .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-card-float,
    .zwc-card-float.zwc-lft-card,
    .zwc-card-float.zwc-ryt-card,
    .zwc-card-float.zwc-ryt-card-sub {
        display: none
    }

    .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,
    .lang-rtl .zwc-top-cont p {
        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
    }

    .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;
    }
}

@media(max-width: 767px) {
    .zw-template-inner .content-wrap {
        width: 460px
    }

    .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
    }

    .zwc-banner-wrap {
        padding-top: 48px;
        padding-bottom: 40px
    }

    .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-circle-pos,
    .zwc-circle-pos.zwc-sheild,
    .zwc-circle-pos.zwc-secure-main,
    .zwc-circle-pos.zwc-float-sec1,
    .zwc-circle-pos.zwc-float-sec2,
    .zwc-circle-pos.zwc-float-sec3,
    .zwc-circle-pos.zwc-float-sec4 {
        display: none
    }

    .zwc-faq-ans p {
        margin-bottom: 0;
        color: #333;
        max-width: 100%
    }

    .zw-template-inner {
        overflow-x: hidden
    }

    .zw-template-inner img {
        max-width: 100%;
        height: auto
    }

    .zwc-dl-btn,
    .zwc-dl-btn-light {
        font-size: 16px
    }

    .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
    }

    .other-lang .zwc-title h2 {
        font-size: 36px;
    }

    .zwc-secure-wrap .lhs p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media(max-width: 540px) {
    .zw-template-inner .content-wrap {
        width: 90%
    }

    .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;
    }
}