* {
    -webkit-tap-highlight-color: transparent
}

.watch-btn {
    color: #fff;
    padding: 10px 0 10px 38px;
    text-transform: none;
    position: relative;
    background: transparent;
    border: 0
}

.watch-btn:after,.watch-btn:before {
    position: absolute;
    content: ''
}

.zwc-platforms {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.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 0 0/310px
}

.zwc-icon2 {
    width: 16px;
    height: 16px;
    background: url(/sites/zweb/images/sheet/desktop-app/sprite.svg) no-repeat -18px 0 / 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 0 0/310px
}

.zwc-platform-badge span {
    font-family: var(--primaryfont-regular);
    font-size: 14px;
    letter-spacing: -0.15px;
    color: #0d67e8;
    white-space: nowrap
}

.watch-btn:before {
    left: 0;
    top: 6px;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%
}

.watch-btn:after {
    left: 11px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff
}

.zws-btn-set {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-start
}

.store-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: anchor-center
}

.store-wrap .d-blck {
    font-size: 16px;
    font-family: 'Zoho_Puvi_Medium';
    display: block
}

:root {
    --zws-green-color: #089a4d;
    --zws-black-color: #000;
    --zws-light-color: #e0fdeb;
    --zws-white-color: #fff
}

picture,img {
    display: block
}

.p-rlte {
    position: relative
}

.p-abslt {
    position: absolute
}

.zws-spcr {
    padding: 0 2.4em
}

.txt-lft {
    text-align: left
}

.txt-cntr {
    text-align: center
}

.txt-rght {
    text-align: right
}

.txt-whte * {
    color: #fff
}

section {
    overflow: hidden
}

video {
    border: 0;
    outline: none !important;
    box-shadow: none;
    -webkit-mask-image: -webkit-radial-gradient(white,black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    object-fit: cover;
    max-width: 468px;
    width: 100%
}

.zcol-wrap,.dflx {
    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-arnd {
    justify-content: space-around
}

.flx-jstfy-start {
    justify-content: flex-start
}

.flx-jstfy-end {
    justify-content: flex-end
}

body {
    color: var(--zws-black-color)
}

.zcol-wrap {
    display: flex;
    flex-wrap: wrap
}

.zcol-1 {
    max-width: calc(8.33% - 8px);
    flex-basis: calc(8.33% - 8px)
}

.zcol-2 {
    max-width: calc(16.67% - 8px);
    flex-basis: calc(16.67% - 8px)
}

.zcol-3 {
    max-width: calc(25% - 8px);
    flex-basis: calc(25% - 8px)
}

.zcol-4 {
    max-width: calc(33.33% - 8px);
    flex-basis: calc(33.33% - 8px)
}

.zcol-5 {
    max-width: calc(41.67% - 8px);
    flex-basis: calc(41.67% - 8px)
}

.zcol-6 {
    max-width: calc(50% - 8px);
    flex-basis: calc(50% - 8px)
}

.zcol-7 {
    max-width: calc(58.33% - 8px);
    flex-basis: calc(58.33% - 8px)
}

.zcol-8 {
    max-width: calc(66.67% - 8px);
    flex-basis: calc(66.67% - 8px)
}

.zcol-9 {
    max-width: calc(75% - 8px);
    flex-basis: calc(75% - 8px)
}

.zcol-10 {
    max-width: calc(83.33% - 8px);
    flex-basis: calc(83.33% - 8px)
}

.zcol-11 {
    max-width: calc(91.67% - 8px);
    flex-basis: calc(91.67% - 8px)
}

.zcol-12 {
    max-width: calc(100% - 8px);
    flex-basis: calc(100% - 8px)
}

.d-blck {
    display: block
}

.in-view-desk {
    display: block
}

.in-view-mob {
    display: none
}

.zw-product-header {
    background: #e1fdeb
}

.zws-btn-set {
    margin: 30px 0 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 6px
}

.zws-btn-set a {
    border-radius: 4px;
    padding: 14px 20px;
    display: inline-block;
    position: relative;
    font-size: 16px
}

.zws-btn-set .zws-app-str,.zws-btn-set .zws-g-play,.zws-btn-set .zws-app-micro {
    background: var(--common-elements) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background-size: 1070px auto;
    padding: 15px 20px
}

.zws-btn-set .zws-app-str {
    width: 159px;
    background-position: 0 -47px
}

.zws-btn-set .zws-g-play {
    width: 178px;
    background-position: -160px -47px
}

.zws-btn-set .zws-app-micro {
    width: 151px;
    background-position: -853px -47px
}

.zws-line-btn {
    border: 1px solid #707070;
    border-radius: 5px
}

.zws-title {
    margin: 0 0 36px
}

.zws-title h1 {
    letter-spacing: -1.28px;
    font-family: var(--primaryfont-bold);
    font-size: 56px;
    line-height: 1.1;
    margin: 0 0 20px
}

.zws-title h2 {
    font-family: var(--primaryfont-semibold);
    margin: 0 0 16px;
    font-size: 48px;
    line-height: 1.2;
    letter-spacing: -1.12px
}

.zws-title h3 {
    line-height: 1.3;
    font-size: 40px;
    font-family: var(--primaryfont-semibold)
}

.zws-title p:last-child {
    margin-bottom: 0
}

.pl-l {
    padding-left: 70px
}

.pl-r {
    padding-right: 70px
}

.zwc-note-cont {
    padding: 33px 32px 46px 40px;
    border-radius: 10px;
    background: #f9f9f9;
    margin-top: 36px
}

.zws-bnr {
    background: var(--zws-light-color);
    padding: 60px 0 120px;
    position: relative
}

.zws-ovrly1 {
    bottom: 0;
    left: 3%;
    max-width: 600px;
    width: 80%
}

.zws-bnr .content-wrap {
    z-index: 3
}

.zws-main-bnr {
    margin: 0 auto 0 0;
    max-width: 698px;
    width: 100%
}

.zws-main-bnr2 {
    bottom: 0;
    right: 0;
    max-width: 326px;
    width: 26%
}

.zws-bnr .zws-title p {
    max-width: 570px
}

.zws-hints-crd {
    padding: 80px;
    max-width: calc(100% - 8px);
    width: 100%;
    border-radius: 30px;
    background: #019e0d
}

.zws-hints-crd strong {
    display: block;
    font-size: 40px;
    line-height: 1.1;
    font-weight: normal;
    font-family: var(--primaryfont-bold);
    color: var(--zws-white-color);
    margin: 0 0 26px
}

.zws-hints-crd p {
    line-height: 1.6;
    color: var(--zws-white-color)
}

.zws-hints-crd p:last-child {
    margin-bottom: 0
}

.zws-sgnp-lnk {
    border-radius: 60px;
    background: #fed70b;
    text-align: center;
    padding: 20px 40px;
    font-size: 20px;
    margin: 60px 0 0
}

.zws-sgnp-lnk a {
    color: #000;
    text-decoration: underline;
    font-family: var(--zf-primary-bold);
    display: inline-block
}

.zws-hints-crd .zws-sgnp-lnk {
    color: #000
}

.zws-img-frme {
    padding: 0 40px;
    position: relative
}

.zws-img-frme img {
    z-index: 1
}

.zws-img-frme:before,.zws-img-frme:after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}

.zws-img-frme:before {
    bottom: 40px;
    height: 100%;
    left: 0;
    border-radius: 50px;
    background: transparent linear-gradient(180deg,#ffffff00 0,#c8e4d6 100%) 0 0 no-repeat padding-box;
    z-index: -2
}

.zws-img-frme:after {
    content: "";
    height: 80px;
    bottom: 80px;
    background: url("/sites/zweb/images/sheet/fea-pattern.svg");
    z-index: -1
}

.zws-sec1 {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding: 220px 0 90px;
    background: url("/sites/zweb/images/sheet/features/zws-sprdsheet-bg.png") no-repeat left top / cover
}

.zws-sec2 {
    padding: 120px 0 60px
}

.zws-sec2 .zws-title {
    margin: 0 0 90px
}

.zws-sec3,.zws-sec5 {
    padding: 60px 0 60px
}

.zws-sec4 {
    padding: 60px 0 60px
}

.zws-sec6 {
    padding: 180px 0 210px
}

.zws-ovrly-img2 {
    top: 11%;
    right: 19%
}

.zws-ovrly-img3 {
    top: 11%;
    right: 19%
}

.zws-ovrly-img4 {
    top: 11%;
    right: 19%
}

.zws-ovrly-img2,.zws-ovrly-img3,.zws-ovrly-img4 {
    max-width: 296px;
    width: 32%
}

.zws-featrs {
    padding: 120px 0 140px;
    border-radius: 20px;
    background: #011902;
    max-width: 98%;
    margin: 0 auto 20px auto
}

.zws-hghlght-lst {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 8px
}

.zws-hghlght-lst li {
    flex: 0 0 calc(20% - 8px);
    max-width: calc(20% - 8px);
    border-radius: 40px;
    background: #019e0d;
    padding: 30px 30px 60px
}

.zws-hghlght-lst li.mx-wdth {
    flex: 0 0 calc(100% - 8px);
    max-width: calc(100% - 8px)
}

.zws-hghlght-lst li ul {
    display: flex;
    flex-direction: column
}

.zws-hghlght-lst li ul li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    color: #fffef1;
    font-size: 14px;
    margin: 0 0 6px;
    font-family: var(--zf-primary-medium)
}

.zws-bdge {
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 1.4;
    font-family: var(--zf-secondary-medium);
    font-size: 16px;
    padding: 5px 16px;
    border-radius: 25px;
    letter-spacing: -0.16px;
    margin: 0 0 16px
}

.zws-hghlght-lst li h3 {
    font-family: var(--primaryfont-bold);
    letter-spacing: -0.32px;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 16px
}

.zws-hghlght-lst li p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6
}

.zws-hghlght-lst li.mx-wdth {
    padding: 90px 70px
}

.zws-hghlght-lst li.mx-wdth h3,.zws-hghlght-lst li.mx-wdth p {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.zws-footer {
    padding: 90px 0
}

.i18n-ar .txt-lft {
    text-align: right
}

.i18n-ar .txt-rght {
    text-align: left
}

.i18n-ar .pl-l {
    padding-right: 70px;
    padding-left: unset
}

.i18n-ar .pl-r {
    padding-left: 70px;
    padding-right: unset
}

.i18n-ar .zws-ovrly1 {
    right: 3%;
    left: unset
}

.i18n-ar .zws-main-bnr {
    margin: 0 0 0 auto
}

.i18n-ar .zws-main-bnr2 {
    left: 0;
    right: unset
}

.i18n-ar .zws-img-frme:before,.i18n-ar .zws-img-frme:after {
    right: 0;
    left: unset
}

.i18n-ar .zws-img-frme:before {
    right: 0;
    left: unset
}

.i18n-ar .zws-sec1 {
    margin-left: auto;
    margin-right: auto
}

.i18n-ar .zws-ovrly-img2 {
    left: 19%;
    right: unset
}

.i18n-ar .zws-ovrly-img3 {
    left: 19%;
    right: unset
}

.i18n-ar .zws-ovrly-img4 {
    left: 19%;
    right: unset
}

.i18n-ar .zws-featrs {
    margin: 0 auto 20px auto
}

.i18n-ar .zws-hghlght-lst li.mx-wdth h3,.i18n-ar .zws-hghlght-lst li.mx-wdth p {
    margin-left: auto;
    margin-right: auto
}

.i18n-ar .txt-cntr,.i18n-ar .zws-sgnp-lnk {
    text-align: center
}

.i18n-ar .txt-cntr *,.i18n-ar .zws-sgnp-lnk * {
    text-align: center
}

.other-lang .zcol-wrap.flx-jstfy-cntr {
    flex-direction: column;
    align-items: center
}

.zwc-ban-txt {
    color: #03840d;
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px
}

.zws-sec5 p a {
    color: #0a58df;
    border-bottom: 1px solid;
    font-family: var(--zf-primary-medium)
}

.zwc-botom-wrap {
    padding: 140px 0
}

.zwc-botom-wrap .zws-btn-set {
    justify-content: center
}

.zwc-faq-wrap,.zwc-faq-wrap .content-wrap,.zwc-faq-wrap .zwc-faq-inner {
    overflow: visible !important
}

.zwc-faq-wrap {
    background: #011902;
    color: #fff;
    padding: 160px 0 156px;
    position: relative
}

.zwc-faq-wrap .zwc-faq-cont {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    align-self: flex-start;
    height: fit-content
}

.zwc-faq-inner h2 {
    font-size: 56px
}

.zwc-faq-wrap a {
    color: #fff;
    border-bottom: 1px solid
}

.zwc-faq-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 0
}

.zwc-faq-item.active {
    background: #022104;
    border-radius: 10px
}

.zwc-faq-item.active .faq-title {
    border-bottom: 0
}

.zwc-faq-item .faq-title {
    width: 100%;
    max-width: 100%;
    color: #fff;
    border: 0;
    letter-spacing: -0.4px;
    background: transparent;
    text-align: unset;
    font-size: var(--h4-font-1);
    font-family: var(--primaryfont-semibold);
    cursor: pointer;
    padding: 20px 64px 20px 24px
}

.zwc-faq-ans {
    display: none;
    color: #fff;
    background: transparent;
    padding: 0 64px 24px 24px
}

.zwc-faq-item:first-child .zwc-faq-ans {
    display: block
}

.zwc-faq-ans p {
    margin-bottom: 0;
    font-size: 16px
}

.faq-item.active .zwc-faq-ans {
    display: block
}

.zwc-faq-item .faq-title span {
    position: absolute;
    right: 26px;
    top: 20px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: #032e05;
    border-radius: 100px;
    cursor: pointer
}

.zwc-faq-item .faq-title span::before,.zwc-faq-item .faq-title span::after {
    content: "";
    position: absolute;
    background: #1e7a22;
    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.active .faq-title {
    border-bottom: 0
}

.zwc-faq-item.active .faq-title span::after {
    background: #1e7a22
}

.zwc-faq-ans .faq-table-wrap {
    margin-top: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.15)
}

.zwc-faq-ans .faq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.5;
    color: #fff
}

.zwc-faq-ans .faq-table th,.zwc-faq-ans .faq-table td {
    text-align: left;
    padding: 14px 20px;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,0.15)
}

.zwc-faq-ans .faq-table th+th,.zwc-faq-ans .faq-table td+td {
    border-left: 1px solid rgba(255,255,255,0.15)
}

.zwc-faq-ans .faq-table thead th {
    background: #032e05;
    font-family: var(--primaryfont-semibold);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.2px
}

.zwc-faq-ans .faq-table tbody tr:last-child td {
    border-bottom: 0
}

.zwc-faq-ans .faq-table tbody tr:hover {
    background: rgba(255,255,255,0.03)
}

@media(max-width: 1440px) {
    .zw-template-inner .content-wrap {
        width:1140px
    }

    .zws-title h1 {
        font-size: 48px
    }

    .zws-title p {
        font-size: 18px
    }

    .zws-hints-crd {
        padding: 64px 0
    }

    .zws-hints-crd>div {
        padding: 16px 50px
    }

    .zws-hints-crd strong {
        font-size: 30px
    }

    .zws-hints-crd p {
        font-size: 18px
    }

    .zws-hghlght-lst li h3 {
        font-size: 28px
    }

    .zws-sec2,.zws-sec3,.zws-sec5 {
        padding: 80px 0 80px
    }

    .zws-img-frme:before {
        border-radius: 30px
    }

    .zws-featrs {
        padding: 110px 0 100px
    }

    .i18n-ar .zws-hints-crd {
        padding: 64px 0
    }

    .i18n-ar .zws-hints-crd>div {
        padding: 16px 50px
    }

    .i18n-ar .zws-sec2,.i18n-ar .zws-sec3,.i18n-ar .zws-sec5 {
        padding: 80px 0 80px
    }

    .i18n-ar .zws-featrs {
        padding: 110px 0 100px
    }
}

@media(max-width: 1199px) {
    .zw-template-inner .content-wrap {
        width:960px
    }

    .zws-bnr {
        padding-block-end:60px 0 90px}

    .zws-title h1 {
        font-size: 42px
    }

    .zws-bnr .zws-title p {
        font-size: 16px
    }

    .zws-sec2,.zws-sec3,.zws-sec5 {
        padding: 70px 0 70px
    }

    .zws-hints-crd {
        padding: 30px 0
    }

    .zws-cntnt .zws-title h2,.zws-hints-crd strong {
        font-size: 26px
    }

    .zws-title h2 {
        font-size: 40px
    }

    .zws-sec2 .zws-title {
        margin: 0 0 40px
    }

    .zws-title h3 {
        font-size: 32px
    }

    .zws-title p,.zws-hghlght-lst li p {
        font-size: 16px
    }

    .zws-hghlght-lst li h3 {
        font-size: 26px
    }

    .zws-img-frme:before {
        border-radius: 20px
    }

    .zws-featrs {
        padding: 90px 0 90px
    }

    .zws-hints-crd p {
        font-size: 16px
    }

    .zws-hints-crd .zws-sgnp-lnk {
        font-size: 14px
    }

    .i18n-ar .zws-sec2,.i18n-ar .zws-sec3,.i18n-ar .zws-sec5 {
        padding: 70px 0 70px
    }

    .i18n-ar .zws-hints-crd {
        padding: 30px 0
    }

    .i18n-ar .zws-sec2 .zws-title {
        margin: 0 0 40px
    }

    .i18n-ar .zws-featrs {
        padding: 90px 0 90px
    }

    .zwc-faq-inner .zcol-5 {
        max-width: calc(41.67% - 10px);
        flex-basis: calc(41.67% - 10px)
    }

    .zwc-faq-inner .zcol-5 {
        max-width: calc(41.67% - 10px);
        flex-basis: calc(41.67% - 10px)
    }
    .zwc-botom-wrap{
    padding: 100px 0;
}
}

@media(max-width: 991px) {
    .zw-template-inner .content-wrap {
        width:720px
    }

    .zcol-md-5 {
        max-width: calc(41.67% - 8px);
        flex-basis: calc(41.67% - 8px)
    }

    .zcol-md-6 {
        max-width: calc(50% - 8px);
        flex-basis: calc(50% - 8px)
    }

    .zcol-md-7 {
        max-width: calc(58.33% - 8px);
        flex-basis: calc(58.33% - 8px)
    }

    .zcol-md-8 {
        max-width: calc(66.67% - 8px);
        flex-basis: calc(66.67% - 8px)
    }

    .zcol-md-12 {
        max-width: calc(100% - 8px);
        flex-basis: calc(100% - 8px)
    }

    .d-blck {
        display: inline
    }

    .zws-title h1 {
        font-size: 34px
    }

    .zws-title h2 {
        font-size: 32px
    }

    .zws-title h3 {
        font-size: 28px
    }

    .zws-hints-crd {
        padding: 36px 0
    }

    .zws-hints-crd>div {
        padding: 0 36px
    }

    .zws-hints-crd p {
        font-size: 16px
    }

    .zws-featrs {
        padding: 70px 0 70px
    }

    .zws-hghlght-lst li {
        padding: 35px;
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px)
    }

    .zws-hghlght-lst li.mx-wdth {
        padding: 60px
    }

    .zws-sec1 {
        padding: 140px 0 90px
    }

    .act-btn.cta-btn {
        padding: 12px 20px
    }

    .i18n-ar .zws-hints-crd {
        padding: 36px 0
    }

    .i18n-ar .zws-hints-crd>div {
        padding: 0 36px
    }

    .i18n-ar .zws-featrs {
        padding: 70px 0 70px
    }

    .i18n-ar .zws-hghlght-lst li {
        padding: 35px
    }

    .i18n-ar .zws-hghlght-lst li>ul li {
        padding: 8px
    }

    .i18n-ar .zws-hghlght-lst li.mx-wdth {
        padding: 60px
    }

    .i18n-ar .zws-sec1 {
        padding: 140px 0 90px
    }

    .i18n-ar .act-btn.cta-btn {
        padding: 12px 20px
    }

    .zwc-faq-item .faq-title {
        font-size: 20px
    }

    .zwc-faq-ans {
        padding: 0 20px 24px 24px
    }

    .zwc-faq-inner .zcol-6 {
        flex-basis: calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: 100%
    }

    .zwc-faq-wrap .zwc-faq-cont {
        position: unset;
        top: 0
    }

    .zwc-faq-wrap .lhs {
        position: unset
    }

    .zwc-faq-inner h2 {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px
    }
    .zwc-botom-wrap{
    padding: 60px 0;
}
}

@media(max-width: 767px) {
    .zw-template-inner .content-wrap {
        width:450px
    }

    .zcol-1,.zcol-2,.zcol-3,.zcol-4,.zcol-5,.zcol-6,.zcol-7,.zcol-8,.zcol-9,.zcol-10,.zcol-11,.zcol-12 {
        position: relative;
        flex-basis: calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: 100%
    }

    .in-view-desk {
        display: none
    }

    .in-view-mob {
        display: block
    }

    .pl-l {
        padding: 0
    }

    .pl-r {
        padding: 0
    }

    .flx-row-rvrse {
        flex-direction: column-reverse
    }

    .zws-bnr {
        padding: 50px 0 54px
    }

    .zws-sec1 {
        padding: 54px 0 40px
    }

    .zws-sec2,.zws-sec3,.zws-sec5 {
        padding: 60px 0 60px
    }

    .zws-img-frme {
        margin-top: 30px;
        padding: 0 10px
    }

    .zws-bnr .zws-title,.zws-bnr .zws-title p {
        text-align: center
    }

    .zws-sec4 {
        padding: 50px 0 60px
    }

    .zws-sec6 {
        padding: 50px 0 80px
    }

    .zws-title h1 {
        font-size: 32px
    }

    .zws-title h2 {
        font-size: 30px
    }

    .zws-title h3 {
        font-size: 26px
    }

    .zws-cntnt .zws-title h2 {
        max-width: 320px
    }

    .zws-bnr-img {
        margin: 45px 0 0
    }

    .zws-hints-crd {
        height: auto;
        max-width: 100%;
        margin-bottom: 12px
    }

    .zws-hghlght-lst li {
        flex: 0 0 calc(100% - 8px);
        max-width: calc(100% - 8px)
    }

    .zws-bdge {
        font-size: 14px
    }

    .zws-hghlght-lst li h3 {
        font-size: 24px
    }

    .zws-footer {
        padding: 70px 0
    }

    .zws-btn-set {
        max-width: 240px;
        margin: 0 auto 40px;
        justify-content: center
    }

    .zws-btn-set .zws-app-str,.zws-btn-set .zws-g-play,.act-btn.cta-btn {
        transform: scale(0.9)
    }

    .zwc-faq-ans {
        padding: 0 20px 20px 20px
    }

    .zwc-faq-ans .faq-table {
        min-width: 600px;
        font-size: 14px
    }

    .zwc-faq-ans .faq-table th,.zwc-faq-ans .faq-table td {
        padding: 10px 14px;
        white-space: nowrap
    }

    .i18n-ar .pl-l {
        padding: 0
    }

    .i18n-ar .pl-r {
        padding: 0
    }

    .i18n-ar .zws-bnr {
        padding: 50px 0 54px
    }

    .i18n-ar .zws-sec1 {
        padding: 54px 0 40px
    }

    .i18n-ar .zws-sec2,.i18n-ar .zws-sec3,.i18n-ar .zws-sec5 {
        padding: 60px 0 60px
    }

    .i18n-ar .zws-img-frme {
        padding: 0 10px
    }

    .i18n-ar .zws-bnr .zws-title,.i18n-ar .zws-bnr .zws-title p {
        text-align: center
    }

    .i18n-ar .zws-sec4 {
        padding: 50px 0 60px
    }

    .i18n-ar .zws-sec6 {
        padding: 50px 0 80px
    }

    .i18n-ar .zws-bnr-img {
        margin: 45px 0 0
    }

    .i18n-ar .zws-footer {
        padding: 70px 0
    }

    .i18n-ar .zws-btn-set {
        margin: 0 auto 40px
    }
    .zwc-platforms {
    margin-bottom: 36px;
    justify-content: center;
    align-items: anchor-center;
}

}

@media(max-width: 480px) {
    .zw-template-inner .content-wrap {
        width:90%
    }
}
