.zwp-swp-img svg.fade-in-svg {
    opacity: 0;
    transition: opacity .4s ease-in-out
}

.zwp-swp-img svg.fade-in-svg.loaded {
    opacity: 1
}

* {
    -webkit-tap-highlight-color: transparent
}

:root {
    --h1-size: 56px;
    --h2-size: 56px;
    --h3-size: 28px;
    --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;
    --h2-font-3: 56px;
    --h2-font-4: 40px;
    --h3-font-1: 24px;
    --h3-font-2: 20px;
    --h4-font-1: 20px;
    --p-font-1: 20px;
    --p-font-2: 16px;
    --p-font-3: 17px;
    --a-font-1: 16px;
    --a-font-2: 24px
}

.act-btn.cta-btn,
.req-demo,
.demo-btn {
    color: #fff;
    padding: 13px 26px;
    border-radius: 4px;
    background: #c90000;
    font-size: 16px;
    font-family: var(--zf-secondary-medium);
    border: 0;
}

.demo-btn {}

.req-demo {
    background: unset;
    color: #000;
    border: 1px solid;
    text-transform: uppercase
}

.watch-video {
    padding-top: 40px;
    font-family: var(--zf-secondary-medium)
}

.zwc-cta-arrow:hover,
.zwc-cta-arrow:focus-visible {
    background-position: 0 100%
}

body {
    color: #000
}

picture,
img {
    display: block
}

.p-rlte {
    position: relative
}

.p-abslt {
    position: absolute
}

.mlr-auto {
    margin: 0 auto
}

.z-indx-1 {
    z-index: 1
}

.z-indx-2 {
    z-index: 2
}

.z-indx-3 {
    z-index: 3
}

.z-indx-4 {
    z-index: 4
}

.z-indx-5 {
    z-index: 5
}

.z-indx-6 {
    z-index: 6
}

.z-indx-7 {
    z-index: 7
}

.z-indx-8 {
    z-index: 8
}

.z-indx-9 {
    z-index: 9
}

.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
}

.txt-whte * {
    color: var(--white-color)
}

.zwc-title h1,
.zwc-title h2 {
    font-family: var(--zf-secondary-bold)
}

.zwc-title h3,
.zwc-title h4,
.zwc-title h5 {
    font-family: var(--zf-secondary-semibold)
}

.zwc-title h1 {
    font-size: var(--h1-size);
    line-height: var(--h2-line-height);
    margin: 0 0 18px
}

.zwc-title h2 {
    margin: 0 0 20px;
    font-size: var(--h2-size);
    line-height: var(--h1-line-height);
    letter-spacing: -2px
}

.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-top-wrap.zwc-title p {
    font-size: 32px;
    line-height: 1.6
}

.zwc-title p {
    font-size: 18px;
    line-height: var(--h6-line-height)
}

.zwc-custm-mrgn {
    margin: 0
}

.zwc-banner-wrap {
    padding: 60px 0 0;
    position: relative;
    background: url(/sites/zweb/images/workdrive/zia-hubs/zia-banner.svg) no-repeat center/cover;
    z-index: 0
}

.top-wrap .zwc-title {
    margin-bottom: 0
}

.zwc-banner-wrap:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(/sites/zweb/images/vault/homepage/banner-bg-lines.png) no-repeat center/cover;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .1
}

.zwc-banner-wrap .zwc-title p {
    font-size: 20px;
    max-width: 1010px;
    margin: 0 auto 40px
}

.watch-btn {
    color: #000;
    padding: 10px 0 10px 36px;
    text-transform: none;
    position: relative;
    background: transparent;
    border: 0;
    margin-top: 24px;
    font-size: 18px
}

.watch-btn:after,
.watch-btn:before {
    position: absolute;
    content: ''
}

.watch-btn:before {
    left: 0;
    top: 7px;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%
}

.watch-btn:after {
    left: 11px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000
}

.zb-inner {
    position: relative
}

.zwp-swp-img img[src$=".png"] {
    margin: auto;
    max-width: 100%
}

.zb-inner svg {
    width: 100%;
    display: block;
    margin: auto;
    /* bottom:-8px; */
    /* position:relative; */
    z-index: 10
}

.zb-inner .zwc-anim-cntr {
    width: 100%;
    margin: auto;
    max-width: 650px
}

.zb-float {
    max-width: max-content;
    display: block;
    width: 100%;
    height: inherit;
    min-height: max-content;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    max-width: max-content;
    display: block;
    text-align: center;
    animation: float 4s ease-in-out infinite
}

@keyframes float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}

.zwp-scle-sec .zwp-swp-img {
    display: block;
}

.zb-float1 {
    animation-delay: 0s
}

.zb-float2 {
    animation-delay: .5s
}

.zb-float3 {
    animation-delay: 1s
}

.zb-float4 {
    animation-delay: 1.5s
}

.zb-float-txt p {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: var(--zf-secondary-medium);
    margin-bottom: 0;
    line-height: normal;
    margin-top: 4px
}

.zb-float1,
.zb-float3 {
    top: -15%;
    left: 10%
}

.zb-float2,
.zb-float4 {
    bottom: 9%;
    top: unset;
    left: -8%
}

.zb-float.zb-float4 {
    left: unset;
    right: -8%
}

.zb-float3,
.zb-float4 {
    left: unset;
    right: 10%
}

.zb-float4 {
    right: -5%
}

.btn-wrap {
    gap: 12px
}

.zwc-transform-wrap {
    padding: 120px 0
}

.txt-clr1 {
    color: #2b1fc6;
    position: relative
}

.txt-clr1:after {
    position: absolute;
    content: '';
    width: 61px;
    height: 34px;
    background: url(/sites/zweb/images/workdrive/zia-hubs/beta.svg) no-repeat top right / contain;
    right: 15px;
    top: -6px
}

.txt-clr2 {
    color: #5758e8
}

.zwc-cards-wrap {
    max-width: 1280px;
    margin: 0 auto 0px
}

.zwc-cards-wrap .zcol-6 {
    max-width: calc(47% - 10px);
    flex-basis: calc(47% - 10px)
}

.zwc-cards-wrap .lhs,
.zwc-cards-wrap .rhs {
    background: #fee9a4;
    border-radius: 20px;
    padding: 40px 28px 0;
    height: inherit;
    max-height: 90%
}

.zwc-cards-wrap .rhs {
    background: #9fe8fd
}

.zwc-cards-wrap img {
    display: inline-block
}

.zwc-features-wrap {
    padding: 120px 0 0;
    background: #0e0e21;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 200px 200px 0 0
}

.zwc-top-grid {
    max-width: 964px;
    margin-bottom: 60px
}

.zwc-top-grid .zia-clr {
    color: #a37eff
}

.zwc-tab-wrap .lhs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.zwc-tab-wrap .lhs ul li {
    max-width: 90%;
    padding: 0;
    margin-bottom: 60px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    outline: 0;
    transition: border-bottom .2s ease-in
}

.zwc-tab-wrap .lhs ul li:nth-child(3) {
    margin-bottom: 0
}

.zwc-tab-wrap .lhs ul li h3 {
    font-family: var(--primaryfont-semibold);
    margin-bottom: 0;
    padding-bottom: 12px;
    opacity: .3;
    line-height: normal;
    font-size: 24px
}

.zwc-tab-wrap .lhs ul li.active h3 {
    opacity: 1;
    border-bottom: 1px solid #a37eff
}

.zwc-tab-wrap .lhs ul li:focus {
    outline-offset: 1px
}

.zwc-tab-wrap .rhs {
    flex: 1;
    position: relative
}

.zwc-tab-wrap .rhs .cont-inner {
    position: relative
}

.mobile-view {
    display: none
}

.zwc-tab-wrap .rhs .cont-inner:after {
    position: absolute;
    content: '';
    width: 213px;
    height: 208px;
    background: url(/sites/zweb/images/workdrive/zia-hubs/zia-icon.svg) no-repeat top right/100%;
    right: 0;
    top: -208px
}

.zwc-tab-wrap .rhs .cont-inner {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease
}

.zwc-tab-wrap .rhs .cont-inner.active {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.zwc-tab-wrap .rhs .cont-inner.current-tab {
    animation: fadeInUp .4s ease
}

.zwc-infomanage-wrap {
    padding: 120px 0
}

.zwc-smart-grid .zcol-4 {
    position: sticky;
    top: 0;
    width: 100%
}

.zwc-smart-grid .req-demo {
    border: 0;
    background: #c90000;
    color: #fff
}

.zwc-smart-grid .lhs {
    padding-top: 190px
}

.zwc-smart-grid .lhs h2 {
    font-size: 48px
}

.zwc-smart-grid ul li.zcol-6 {
    max-width: calc(47% - 10px);
    flex-basis: calc(47% - 10px)
}

.zwc-smart-grid ul li:not(:nth-child(3), :nth-child(4)) {
    margin-bottom: 64px
}

.zwc-smart-grid ul li h4 {
    font-size: 24px
}

.zwc-smart-grid ul li p {
    font-size: 16px
}

.zwc-smart-grid ul li .zimg-block {
    margin-bottom: 32px
}

.zwc-bottom-wrap {
    background: #e4f2fe;
    padding: 122px 0
}

.zbottom-inner h2 {
    color: #fff;
    margin-bottom: 40px
}

.zwc-overview-wrap {
    padding: 140px 0;
    border: 1px solid #5758e8;
    background: #5758e8
}

.zwc-overview-wrap h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 0
}

.zwc-fea-details {
    position: relative
}

.zwc-overview-wrap ul li p {
    font-size: 16px;
    max-width: 320px
}

.zwc-interface-features {
    overflow: hidden
}

.zwc-if-features-con .zwc-heading-tag {
    border: 1px solid #ffc42d;
    color: #9e5f01
}

.zwc-if-features-con p {
    max-width: 500px
}

.zwc-if-feat-list-wrap {
    padding-top: 48px
}

.zwc-if-feat-con {
    box-sizing: border-box;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 12px -5px rgba(0, 0, 0, 0.1);
    margin: 8px;
    height: inherit;
    margin: 0 8px;
    max-width: 400px
}

.zwc-if-feat-desc {
    padding: 40px 32px 0
}

.zwc-if-feat-desc .zwc-title {
    margin-bottom: 0
}

.zwc-if-feat-con p {
    font-size: 16px;
    margin-bottom: 0
}

.zwc-if-feat-con>div {
    display: flex;
    flex-wrap: wrap
}

.zwc-if-feat-con h3 {
    max-width: 300px;
    margin-bottom: 16px
}
.zwc-if-feat-con p{
    min-height: 77px;
}
.zwc-if-feat-con:first-of-type {
    margin-left: 0
}

.zwc-if-feat-con:last-of-type {
    margin-right: 0
}

.zwc-if-feat-con h3,
.zwc-if-feat-con p {
    color: #000
}

.zwc-if-feat-con p {
    font-family: var(--primaryfont-regular)
}

.zwc-if-feat-con p a {
    color: #0047ff;
    border-bottom: 1px solid
}

.zwc-if-feature-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.zwc-if-feature-img img {
    max-width: 100%;
    border-radius: 0 0 24px 24px
}

.zwc-if-feat-con h3 {
    font-size: 22px
}

.zwc-if-feature-img {
    line-height: 0;
    margin: auto 0
}

.zwc-if-feat-list-wrap:not(.slick-initialized) {
    display: flex;
    gap: 30px
}

.zwc-if-feat-list-wrap:not(.slick-initialized) .zwc-if-feat-con {
    flex: 1 0 34%;
    margin: 0
}

.zwc-if-feat-list-wrap .slick-track {
    display: flex
}

.zwc-if-feat-list-wrap .slick-list {
    overflow: visible
}

.zwc-if-features-con {
    position: relative
}

.zwc-interface-features .slick-arrow::before,
.zwc-interface-features .slick-arrow::after {
    height: 10px
}

.zwc-interface-features .slick-arrow {
    position: absolute;
    left: auto;
    top: auto;
    bottom: 100%;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color .4s ease;
    transform: translate(0, 0)
}

.zwc-interface-features .slick-prev {
    right: 120px
}

.zwc-interface-features .slick-next {
    right: 60px
}

.zwc-interface-features .slick-next::before {
    top: 17px;
    right: 22px
}

.zwc-interface-features .slick-next::after {
    bottom: 17px;
    right: 22px
}

.zwc-interface-features .slick-prev::before {
    top: 17px;
    left: 22px
}

.zwc-interface-features .slick-prev::after {
    bottom: 17px;
    left: 22px
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
    background: #a3a3ff
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #5758e8;
    transition: .5s ease
}

.zwc-vid-option {
    position: relative
}

.zwc-vid-option video {
    border-radius: 8px 8px 0 0;
    border: 16px solid #ffffff80;
    border-bottom: 0;
    display: block
}

.zwc-vid-icons {
    background: url(/sites/zweb/images/workdrive/data-prevention/zwd-home-pg-sprite.svg) no-repeat;
    background-size: 680px auto;
    display: block
}

.zwc-vid-icons {
    content: "";
    position: absolute;
    right: 49px;
    bottom: 32px;
    z-index: 2;
    width: 33px;
    height: 31px;
    cursor: pointer;
    text-indent: -9999px;
    border: initial
}

.zwc-vid-icons.zwc-vid-pause {
    background-position: -361px -36px
}

.zwc-vid-icons.zwc-vid-play {
    background-position: -328px -36px
}

@media(min-width: 1441px) {
    .zb-float2 {
        left: -6%
    }

    .zb-float.zb-float4 {
        right: -4%
    }
}

@media(min-width: 1200px) and (max-width:1399px) {
    .zb-inner svg {
        height: 320px;
    }
}

@media(max-width: 1440px) {
    :root {
        --h1-size: 56px;
        --h2-size: 48px;
        --h3-size: 28px;
        --h4-size: 24px;
        --h5-size: 20px;
        --h6-size: 18px
    }

    .zwc-banner-wrap.zcol-md-pad,
    .zwc-features-wrap.zcol-md-pad {
        padding-bottom: 0
    }

    .zb-float {
        transform: scale(.9)
    }

    .zb-inner svg {
        height: 320px;
    }

    .zb-float1,
    .zb-float3 {
        top: -45%;
        left: 4%
    }

    .zb-float2,
    .zb-float4 {
        bottom: 8%;
        top: unset;
        left: -3%
    }

    .zb-float3,
    .zb-float4 {
        left: unset;
        right: 4%
    }

    .zb-float.zb-float4 {
        right: 0
    }

    .zwc-top-grid.zwc-title p {
        max-width: 800px
    }

    .zwc-tab-wrap .lhs ul li {
        max-width: 90%;
        margin-bottom: 56px
    }

    .zwc-tab-wrap .lhs ul li h3 {
        font-size: 27px
    }
}
@media(max-width: 1399px) {
    .zwc-if-feat-con{
        height: 100%;
    }
    .zwc-if-feat-con h3{
        font-size: 20px;
    }
    
}
@media(max-width: 1199px) {
    :root {
        --h1-size: 36px;
        --h2-size: 32px;
        --h4-size: 20px;
        --h3-size: 24px
    }

    .zb-inner .in-view-mob {
        display: block
    }

    .zb-inner .in-view-mob img {
        margin: auto
    }

    .zwc-smart-grid .lhs h2 {
        font-size: 32px
    }

    .zcol-md-pad {
        padding: 100px 0
    }

    .zb-inner .zwc-anim-cntr {
        width: 100%;
        max-width: 560px
    }

    .zb-float {
        transform: scale(.8)
    }

    .zb-float1,
    .zb-float3 {
        top: -20%;
        left: 8%
    }

    .zb-float2,
    .zb-float4 {
        bottom: 13%;
        top: unset;
        left: -2%
    }

    .zwc-cards-wrap {
        margin: 0 auto 0
    }

    .zwc-cards-wrap .lhs,
    .zwc-cards-wrap .rhs {
        max-height: 78%
    }

    .zwc-features-wrap {
        border-radius: 90px 90px 0 0
    }

    .zwc-top-grid P {
        max-width: 700px
    }

    .zwc-tab-wrap .lhs ul li {
        max-width: 90%;
        margin-bottom: 22px
    }

    .zwc-overview-wrap h2 {
        font-size: 32px
    }

    .zwc-top-grid.zwc-title p {
        max-width: 650px
    }

    .zwc-tab-wrap .rhs .cont-inner:after {
        width: 180px;
        top: -175px
    }

    .txt-clr1:after {
        top: -24px
    }

    .zb-inner svg,
    .zb-inner .zb-float {
        display: none
    }

    .zwc-tab-wrap .lhs ul li h3 {
        font-size: 22px
    }

    .zwc-tab-wrap .lhs ul li {
        margin-bottom: 56px;
    }
    .zwc-if-feat-con h3{
        min-height: unset;
    }
}

@media(max-width: 991px) {
    .zw-template-inner .content-wrap {
        width: 95%
    }

    :root {
        --h1-size: 32px;
        --h2-size: 28px;
        --h3-size: 20px;
        --h4-size: 16px;
        --h5-size: 10px;
        --h6-size: 2px
    }

    .zwc-smart-grid .lhs h2 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .d-blck {
        display: inline
    }

    .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 {
        padding: 10px 20px;
        font-size: 16px
    }

    .zcol-md-pad {
        padding: 60px 0
    }

    .top-wrap {
        max-width: 530px;
        margin: 0 auto;
    }

    .txt-clr1:after {
        top: -26px;
        transform: scale(.7)
    }

    .zb-inner .zwc-anim-cntr {
        width: 100%;
        margin: auto;
        max-width: 560px
    }

    .zwc-banner-wrap .zwc-title p {
        margin-bottom: 20px
    }

    .act-btn.cta-btn,
    .req-demo {
        padding: 18px 23px;
        font-size: 16px
    }

    .zwc-title p,
    .zwc-banner-wrap .zwc-title p {
        font-size: 15px
    }

    .zwc-features-wrap.zcol-md-pad {
        padding-bottom: 0
    }

    .zwc-banner-wrap .zwc-title p.watch-video {
        max-width: max-content;
        margin: 0 auto
    }

    .zb-inner svg,
    .zb-inner .zb-float {
        display: none
    }

    .zwc-cards-wrap {
        margin: 0 auto 40px
    }

    .zwc-cards-wrap .lhs,
    .zwc-cards-wrap .rhs {
        max-height: 86%
    }

    .zwc-features-wrap {
        border-radius: 50px 50px 0 0
    }

    .zwc-top-grid.zwc-title p {
        max-width: 500px
    }

    .zwc-tab-wrap .lhs ul li {
        max-width: 100%;
        padding: 12px 16px 0 0;
        margin-bottom: 24px
    }

    .zwc-tab-wrap .lhs ul li h3 {
        font-size: 20px
    }

    .zwc-smart-grid {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px
    }

    .zwc-smart-grid .zcol-3,
    .zwc-smart-grid .zcol-9 {
        max-width: calc(100% - 10px);
        flex-basis: calc(100% - 10px)
    }

    .zwc-smart-grid .lhs {
        padding-top: 0;
        text-align: center
    }

    .zwc-overview-wrap h2 {
        font-size: 28px
    }

    .zwc-tab-wrap .rhs .cont-inner:after {
        top: -166px;
        transform: scale(.6);
        width: 213px
    }

    .zwc-if-feat-con {
        height: 100%
    }

    .zwc-smart-grid .zcol-4 {
        position: unset
    }

    .zwc-if-feat-con h3 {
        font-size: 20px
    }

    .zwc-smart-grid ul li h4 {
        font-size: 18px
    }

    .zwc-smart-grid .zcol-4,
    .zwc-smart-grid .zcol-8 {
        max-width: calc(100% - 10px);
        flex-basis: calc(100% - 10px)
    }

    .zwc-vid-option video {
        border-bottom: 16px solid #ffffff80;
        border-radius: 8px
    }

    .zwc-tab-wrap .lhs ul li {
        margin-bottom: 40px;
    }
    .zwc-tab-wrap .lhs ul li:nth-child(3){
        margin-bottom: 15px;
    }
}

@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,
    .zwc-smart-grid ul li.zcol-6,
    .zwc-cards-wrap .zcol-6 {
        position: relative;
        flex-basis: calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: 100%
    }

    .in-view-desk,
    .zwc-tab-wrap .rhs .cont-inner,
    .zwc-tab-wrap .rhs .cont-inner.active {
        display: none
    }

    .in-view-mob {
        display: block
    }

    .flx-col-rvrse {
        flex-direction: column-reverse
    }

    .flx-row-rvrse {
        flex-direction: column-reverse
    }

    .zwc-cards-wrap {
        gap: 24px
    }

    .zwc-tab-wrap .rhs .cont-inner:after {
        display: none
    }

    .txt-clr1:after {
        top: -26px
    }

    .zwc-banner-wrap .zcol-md-pad {
        padding-bottom: 50px
    }

    .zwc-features-wrap.zcol-md-pad {
        padding-bottom: 60px;
    }

    .zwc-transform-wrap h2 {
        max-width: 320px;
        margin: 0 auto 20px;
    }

    .in-view-mob video {
        border-bottom: 16px solid #ffffff80;
        border-radius: 8px
    }

    .zwc-top-grid {
        text-align: center;
        margin-bottom: 40px;
    }

    .zwc-tab-wrap .lhs ul li h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .zwc-tab-wrap .lhs ul li.active h3 {
        border: 0
    }

    .zwc-tab-wrap .lhs ul li h3 {
        opacity: 1
    }

    .zwc-smart-grid ul li {
        text-align: center
    }

    .zwc-smart-grid ul li:not(:nth-child(3), :nth-child(4)) {
        margin-bottom: 0
    }

    .zwc-insights-wrap h2 {
        text-align: center
    }

    .zwc-insights-wrap.zwc-title {
        margin-bottom: 0
    }

    .zwc-if-feat-list-wrap:not(.slick-initialized) {
        flex-wrap: wrap;
        justify-content: center
    }

    .zwc-if-feat-list-wrap:not(.slick-initialized) .zwc-if-feat-con {
        flex: 1 0 50%
    }
}

@media(max-width: 540px) {
    .zw-template-inner .content-wrap {
        width: 90%
    }
}