* {
    -webkit-tap-highlight-color: transparent;
}

:root {
    --h1-size: 56px;
    --h2-size: 48px;
    --h3-size: 32px;
    --h4-size: 24px;
    --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 {
    color: #fff;
    padding: 20px 24px;
    border-radius: 4px;
    background: rgb(240, 72, 62);
    background-size: 200% 100%;
    background-position: 100% 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.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;
}

/* Button sets */

/* Button sets ends */

/* Titles Block */
.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-medium);
}

.zwc-title h3,
.zwc-title h4,
.zwc-title h5 {
    font-family: var(--zf-secondary-medium);
}

.zwc-title h1 {
    font-size: var(--h1-size);
    line-height: var(--h1-line-height);
    letter-spacing: 0;
    margin: 0 0 18px;
}

.zwc-title h2 {
    margin: 0 0 20px;
    font-size: var(--h2-size);
    line-height: var(--h2-line-height);
}

.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-title p {
    font-size: 16px;
    line-height: var(--h6-line-height);
}

.zwc-custm-mrgn {
    margin: 0;
}

/* Title Blocks end*/

/* page style starts */

/* section-1 starts */
.zw-product-header {
    background: #2244BF;
}

.zwc-banner-wrap {
    background: #2244BF;
    color: var(--white-color);
    padding-top: 140px;
    padding-bottom: 0;
}

.zwc-title-wrap p {
    color: #C2CFFF;
}

.zwc-title-wrap p {
    font-size: 20px;
    line-height: 1.6;
}

.zwc-img-block img {
    margin: auto;
    transform: scale(0.7);
    transition: all .5s ease-in;
}
.middle-animated .zwc-img-block img {
    transform: scale(1);
}
.Zwc-features-wrap ul {
    gap: 24px;
    max-width: 800px;
    margin: 0 auto 30px;
}

.Zwc-features-wrap ul li {
    color: #fff;
    font-size: 16px;
    font-family: var(--zf-secondary-medium);
}

.Zwc-features-wrap ul li:nth-child(1),
.Zwc-features-wrap ul li:nth-child(2) {
    display: flex;
    flex-basis: 45%;
    justify-content: flex-end;
}

.Zwc-features-wrap ul li:nth-child(2) {
    justify-content: flex-start;
}

.Zwc-features-wrap ul li span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #0DF424;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
}

.zo-tick:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 12px;
    border: solid #2244BF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    margin: 0px;
    top: 4px;
    left: 8px;
}

/* section-1 Ends */

/* section-2 Starts */
.zwc-workflow-wrap {
    padding: 140px 0;
}

.zwc-workflow-grid .lhs h2 {
    max-width: 548px;
}

.zwc-workflow-grid .lhs p {
    max-width: 545px;
    font-size: 20px;
}

.zwc-workflow-grid .lhs a {
    color: #0047FF;
    line-height: 28px;
    border-bottom: 1.4px solid;
    max-width: max-content;
    font-family: var(--zf-secondary-medium);
}

.zwc-workflow-grid .rhs img {
    display: inline-block;
    max-width: 560px;
    opacity: 0;
    transform: translateX(30px);
    transition: all .5s ease-in;
}
.middle-animated .zwc-workflow-grid .rhs img {
    opacity: 1;
    transform: translateX(0);
}

/* section-2 Ends */


/* section-3 starts */
.zwc-apps-wrap {
    padding-bottom: 140px;
}

.zwc-apps-wrap .content-wrap {
    max-width: 870px;
    margin: auto;
}

.zwc-apps-head {
    margin-bottom: 54px;
}

.zwc-card-wrap {
    gap: 11px;
}

.zwc-card-wrap li {
    max-width: 429px;
    width: 100%;
    min-height: 432px;
    background: #0047FF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 52px 40px 0 48px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .5s ease-in;
}
.bottom-animated .zwc-card-wrap li{
    transform: translateY(0);
    opacity: 1;
}

.zwc-card-wrap li:first-child {
    background: #DFF2FF;
    transition-delay: .5s;
}

.zwc-card-wrap li:nth-child(2) {
    background: #E4EDFF;
    transition-delay: .6s;
}

.zwc-card-wrap li:nth-child(3) {
    background: #D7F1E2;
    transition-delay: .7s;
}

.zwc-card-wrap li:nth-child(4) {
    background: #E9FFD1;
    transition-delay: .8s;
}

.zwc-card-wrap li h2 {
    color: var(--secondary-color);
}

.zwc-card-wrap li p {
    color: #333;
}

.zwc-card-wrap li .zwc-app-list {
    max-width: 145px;
    height: 70px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* section-3 Ends */

/* slider section starts */
.zwc-platforms-wrap {
    padding: 0 0 140px 0;
    overflow: hidden;
}

.zwc-platforms-wrap .zwc-title-wrap p {
    color: #333;
}

.zwc-slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.zwc-card-slider {
    box-sizing: border-box;
}

.slider-card {
    background: #F5F5F5;
    width: calc(32.33% - 10px);
    max-width: 428px;
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    height: 404px;
    border-radius: 8px;
    padding: 58px 46px 50px 45px;
    box-sizing: border-box;
}
.zw-airtable{
    background: #fff;
    width: 230px;
    padding: 14px;
    box-sizing: border-box;
    max-width: max-content;
    border-radius: 4px;
    margin-bottom: 20px;
}
.zwf-icon{
    width:59px;
    height: 76px;
    margin-bottom: 20px;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
}
.zwf-icon span{
    display: block;
    width: 49px;
    height: 67px;
    background: url(/sites/zweb/images/writer/workflow/wf-sprite.svg) no-repeat;
    background-position: 0px 0px;
    background-size: 300px;
}
.zwf-icon2 span{
    background-position: -49px 0px;
}
.logo-block {
    display: block;
    margin-bottom: 20px;
    width: 100px;
    height: 50px;
}

.zwc-card-slider {
    gap: 24px;
}

.slick-track {
    will-change: transform;
}

.zwc-card-slider .slick-list {
    will-change: transform;
    overflow: visible;
}

.zwc-card-slider .slick-slide {
    margin: 0 16px 0 0;
    /* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1)); */
}

.zwc-card-slider .slick-slide img {}

[type="button"] {
    position: fixed;
    top: unset;
    left: auto;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.9;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    display: none;
}

.zwc-card-slider .slick-next {
    right: 60px;
    position: absolute;
    background: #EBEBEB url(/sites/zweb/images/writer/workflow/rotate-left.svg) no-repeat center;
    background-size: 30px;
    background-position: 2px 2px;
    transform: rotate(180deg);
    bottom: -90px;
}

.zwc-card-slider .slick-prev {
    right: 130px;
    position: absolute;
    background: #EBEBEB url(/sites/zweb/images/writer/workflow/rotate-left.svg) no-repeat center;
    background-size: 30px;
    background-position: 2px 2px;
    bottom: -110px;
}

/* slider section ends */
/* section-4 starts */
.zwc-automation-wrap {
    padding: 140px 0 0;
    background: #2244BF;
    color: var(--white-color);
}

.zwc-auto-grid p {
    color: #C2CFFF;
    max-width: 769px;
    margin: 0 auto 40px;
}

.zwc-slider-wrap img {
    margin: auto;
}

.zwc-slider-wrap .slick-list {
    overflow: hidden;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #ebebeb;
    background-repeat: no-repeat;
    background-position: 7px 50%;
    background-size: 24px 24px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    background-image: url('/sites/zweb/images/writer/workflow/rotate-left.svg');
}

/* Positioning */
.custom-prev {
    left: 44px;
}

.custom-next {
    right: 44px;
    transform: translateY(-50%) rotate(180deg);
    background-position: 6px 50%;
}

.custom-next::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    content: none;
}

/* section-4 Ends */

/* section-5 starts */
.zwc-bottom-wrap {
    background: #000;
    color: var(--white-color);
    padding: 140px 0;
}

.zwc-bottom-wrap .zwc-title-wrap p {
    color: #B1B1B1;
    max-width: 650px;
    margin: 0 auto 40px;
}

/* section-5 Ends */

/* section-6 starts */
    .zwc-feature-wrap{
        padding: 140px 0;
        background: #F2F2F2;
    }
.zwc-feature-grid ul.tab-links{
    max-width: 525px;
    margin: auto;
    background: #fff;
    border-radius: 100px;
}
.zwc-feature-grid ul.tab-links li{
    font-family: var(--zf-secondary-medium);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.6px;
    padding: 16px;
    transition: all .2s ease-out;
    cursor: pointer;
}
.zwc-feature-grid ul.tab-links li.active{
    background: #000;
    color: #fff;
    border-radius: 100px;
}
.top-cont h2{
    margin-bottom: 15px;
}
.top-cont p{
    font-size: 20px;
    max-width:528px;
    margin: 0 auto;
}
.tab-inner{
    max-width: 830px;
    margin: 44px auto 0;
}
.tab-inner .lhs h3{
    margin-bottom: 15px;
}
.tab-inner .lhs p{
    max-width: 320px;
    margin-bottom: 15px;
}
.tab-inner .lhs a{
    color: #0047FF;
    border-bottom: 1px solid;
    font-family: var(--zf-secondary-medium);
}
.tab-content .tab { display: none; }
.tab-content .tab.active { display: block; }

[role="tab"]:focus {
  outline: 1px solid #000;
  border-radius: 100px;
}

/* section-6 ends */
/* page style ends */











/* Mediaquery*/
@media (min-width: 992px) {}

@media (max-width: 1599px) {
    .zwc-card-slider .slick-list {}
}

@media (max-width: 1440px) {
    .zw-template-inner .content-wrap {
        width: 1140px;
    }

    :root {
        --h1-size: 40px;
        --h2-size: 32px;
        --h3-size: 26px;
        --h4-size: 22px;
        --h5-size: 20px;
        --h6-size: 18px;
    }

    /* style starts */
    .zwc-slider-wrap img {
        margin: auto;
        max-width: 80%;
    }

    .zwc-card-slider .slick-list {}

    .zwc-img-block img {
        max-width: 85%;
    }

    /* styles ends */
}

@media (max-width: 1199px) {
    .zw-template-inner .content-wrap {
        width: 960px;
    }

    :root {
        --h1-size: 40px;
        --h2-size: 36px;
        --h4-size: 20px;
        --h3-size: 24px;
    }

    .zcol-md-pad {
        padding: 100px 0;
    }

    .zwc-badge-wrap ul {
        flex-wrap: wrap;
    }

    /* style starts */

    .Zwc-features-wrap ul li:nth-child(1),
    .Zwc-features-wrap ul li:nth-child(2) {
        display: flex;
        flex-basis: unset;
        justify-content: center;
    }

    .zwc-banner-wrap.zcol-md-pad,
    .zwc-automation-wrap.zcol-md-pad {
        padding-bottom: 0;
    }

    .slick-list {
        overflow: hidden;
    }

    .zwc-workflow-grid .rhs img {
        max-width: 100%;
    }

    /* styles ends */

}

@media (max-width: 991px) {
    .zw-template-inner .content-wrap {
        width: 720px;
    }

    :root {
        --h1-size: 32px;
        --h2-size: 28px;
        --h3-size: 20px;
        --h4-size: 18px;
        --h5-size: 10px;
        --h6-size: 2px;
    }

    .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: 14px;
    }

    /* styles starts */
    .zcol-md-pad {
        padding: 60px 0;
    }

    .zwc-workflow-grid .rhs img {
        max-width: 90%;
    }

    .zwc-card-wrap li {
        max-width: 49%;
    }


    .slider-card {
        width: calc(49.33% - 10px);
        max-width: 428px;
    }
    .zwc-workflow-grid .rhs img {
        max-width: 90%;
    }

    .zwc-slider-wrap img {
        max-width: 80%;
    }

    .custom-prev {
        left: 0;
    }

    .custom-next {
        right: 0;
    }
    .zwc-apps-wrap.zcol-md-pad{
        padding-top: 0;
    }
.zwc-apps-head h2{
    max-width: 590px;
    margin: auto;
}
    /* styles ends */
}

@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;
    }

    .flx-row-rvrse {
        flex-direction: column-reverse;
    }

    /* style starts */
    .zwc-automation-wrap.zcol-md-pad {
        padding-bottom: 60px;
    }

    .zwc-title-wrap p {
        font-size: 15px;
    }

    .zwc-workflow-grid {
        text-align: center;
    }

    .zwc-workflow-grid .lhs h2,
    .zwc-workflow-grid .lhs p {
        margin: auto auto 15px;
    }



    .zwc-slider-wrap [type="button"] {
        bottom: -50px;
    }

    
    .zwc-card-wrap li{
        max-width: 100%;
    }
    .slider-card {
       width:100%;
        max-width: 420px;
        border-radius: 8px;
        padding: 58px 20px 50px 20px;
    }

    [type="button"] {
        top: inherit;
        bottom: 0
    }

    .slick-arrow {
        left: 50%
    }

    .zwc-card-slider .slick-next,
    .zwc-card-slider .slick-prev {
        bottom: 0;
    }

    .slick-next.slick-arrow {
        transform: translate(5%, 0) rotate(180deg)
    }

    .slick-prev.slick-arrow {
        transform: translate(-110%, 0)
    }

    .sticky-wrap-item {
        flex-direction: column
    }

    .slick-list {
        overflow: hidden;
    }

    .tab-inner .lhs p{
        max-width: 100%;
    }
     .tab-links {
        display: none;
    }
    .tab-content .tab{
        display: block;
    }
    .top-cont p{
        font-size: 16px;
    }
    /* style starts */



    /* style ends */
}

@media (max-width: 600px) {

    .zwc-card-wrap li {
        max-width: 430px;
        margin: auto;
    }
}

@media (max-width: 540px) {
    .slider-card {
        max-width: 300px;
    }
}