:root {
    --banner-color: #4827ba
}

.pagewrapper * {
    box-sizing: border-box
}

.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 120px 0
}

.zc-uses .content-wrap {
    padding-top: 20px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold)
}

.pagewrapper h1 {
    font-size: 60px;
    line-height: normal;
}

.pagewrapper h2 {
    font-size: 44px;
    line-height: normal;
}

.pagewrapper h3 {
    font-size: 24px;
    line-height: normal;
}

.pagewrapper h2,
.pagewrapper h3 {
    font-family: var(--primaryfont-bold)
}

.zw-product-header {
    background-color: var(--banner-color)
}

.zc-features-banner video {
    width: 100%;
    border-radius: 8px
}

.zc-features-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between
}

.zc-features-banner .content-wrap {
    padding: 50px 0 0 0;
    overflow: hidden
}

.zc-features-banner {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1
}

.zc-features-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: var(--banner-color);
    width: 100%;
    height: 65%
}

.zc-bnr-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.zc-features-banner h1 {
    margin-bottom: 25px;
}

.zwc-blue-dot {
    color: #3e79c0
}

.zwc-yellow-dot {
    color: #ffb700
}

.zwc-red-dot {
    color: #f40a29
}

.zc-features-banner p {
    font-size: 19px;
    max-width: 1000px;
    margin: 0 auto 25px
}

.zc-btns {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.zc-btns a {
    margin-top: 10px;
    padding: 18px 30px
}

.zc-btns .act-btn {
    margin-right: 12px
}

.zcontact-form {
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--zf-secondary-semibold);
    display: inline-block
}

.zc-bnr-img {
    margin: 70px auto 0;
    max-width: 1070px;
    position: relative
}

.zc-bnr-img:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 25%;
    background: #6d52c8;
    border-radius: 10px;
    transition: all ease .5s
}

.in-view .zc-bnr-img:before {
    transform: rotate(3deg);
}

.zc-features-banner video {
    width: 100%;
    border-radius: 8px
}

.zc-features .flex-content {
    align-items: flex-start
}

.zc-features h2 {
    text-align: center
}

.flex-part-two {
    width: 45%;
    margin-top: 60px;
    position: relative
}

.zc-features .flex-part-two:first-child {
    position: sticky;
    top: 60px
}

.zcr-features-cnt div {
    margin-bottom: 60px
}

.zcr-features-cnt div span {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 20px
}

.zcr-features-cnt div:first-child span {
    background-color: #e8f5fd
}

.zcr-features-cnt div:nth-child(2) span {
    background-color: #eff9eb
}

.zcr-features-cnt div:nth-child(3) span {
    background-color: #f0f6ff
}

.zcr-features-cnt div:nth-child(4) span {
    background-color: #fff5e9
}

.zcr-features-cnt div:nth-child(5) span {
    background-color: #fceeec
}

.zcr-features-cnt div span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(/sites/zweb/images/connect/zc-feature-org-sprite.png) no-repeat;
    background-size: 158px 30px
}

.zcr-features-cnt div:first-child span:before {
    background-position: 0 0;
    width: 32px;
    height: 30px
}

.zcr-features-cnt div:nth-child(2) span:before {
    background-position: -33px 0;
    width: 29px;
    height: 25px
}

.zcr-features-cnt div:nth-child(3) span:before {
    background-position: -63px 0;
    width: 35px;
    height: 29px
}

.zcr-features-cnt div:nth-child(4) span:before {
    background-position: -102px 0;
    width: 29px;
    height: 29px
}

.zcr-features-cnt div:nth-child(5) span:before {
    background-position: -133px 0;
    width: 23px;
    height: 25px
}

.zcr-features-cnt div:last-child {
    margin-bottom: 0
}

.zcr-features-cnt p {
    max-width: 460px
}

.zc-uses h2 {
    text-align: center
}

.zc-uses .flex-content {
    margin-top: 50px;
    align-items: inherit
}

.flex-part-three {
    width: 32.8%;
    padding: 50px
}

.zc-uses .flex-part-three:first-child {
    background: #f2edec
}

.zc-uses .flex-part-three:nth-child(2) {
    background: #fafbef
}

.zc-uses .flex-part-three:nth-child(3) {
    background: #eefbfb
}

.zc-uses .flex-part-three div {
    margin-bottom: 40px
}

.zc-uses p {
    margin-bottom: 0
}

.zc-btm-cta {
    background-color: var(--banner-color);
    color: #fff
}

.pagewrapper .zc-btm-cta .content-wrap {
    max-width: 900px
}

@media(max-width: 1400px) {
    .pagewrapper h1 {
        font-size: 60px
    }
}

@media(max-width: 1199px) {
    .pagewrapper .zc-features-banner .content-wrap {
        padding-bottom: 60px
    }

    .zc-features-banner:before {
        height: 100%
    }

    .zc-bnr-img:before {
        display: none
    }

    .flex-part-three {
        padding: 30px
    }
}

@media all and (min-width: 992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%
    }
}

@media all and (max-width: 991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0
    }

    .pagewrapper h1 {
        font-size: 50px
    }
}

@media(min-width: 768px) and (max-width:991px) {
    .zc-uses .flex-content {
        max-width: 700px;
        margin: 50px auto 0
    }

    .flex-part-three {
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

    .zc-uses .flex-part-three:nth-child(3) {
        margin-bottom: 0
    }

    .zc-uses .flex-part-three div {
        margin-bottom: 0
    }

    .zc-uses .flex-part-three div:first-child {
        width: 35%
    }

    .zc-uses .flex-part-three div:last-child {
        width: 60%
    }
}

@media all and (max-width: 767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 480px
    }

    .pagewrapper h1 {
        font-size: 40px
    }

    .pagewrapper h2 {
        font-size: 28px
    }

    .pagewrapper h3 {
        font-size: 21px
    }

    .zc-bnr-img {
        margin: 30px auto 0
    }

    .zc-features-banner {
        text-align: left
    }

    .flex-part-two {
        width: 100%
    }

    .zc-features .flex-part-two:first-child {
        position: relative;
        top: 0
    }

    .zc-features h2 {
        text-align: left
    }

    .zc-features-img {
        max-width: 400px
    }

    .zcr-features-cnt div {
        margin-bottom: 40px
    }

    .zc-uses .flex-content {
        max-width: 400px;
        margin: 50px 0 0
    }

    .flex-part-three {
        width: 100%;
        padding: 30px;
        margin-bottom: 30px
    }

    .zc-uses .flex-part-three:last-child {
        margin-bottom: 0
    }

    .zc-uses h2 {
        text-align: left
    }

    .zc-uses .flex-part-three div:first-child {
        margin-bottom: 30px
    }

    .zc-uses .flex-part-three div {
        max-width: 300px;
        margin-bottom: 0
    }

    .pagewrapper .zc-btm-cta .content-wrap {
        max-width: 600px
    }

    .zc-btm-cta .zc-btns a {
        min-width: 260px;
        text-align: center
    }
}

@media(max-width: 480px) {
    .zc-btns a {
        padding: 12px 15px
    }
}

/*feature-breadcrumb start*/
.feature-breadcrumb {
    padding-top: 23px;
    background-color: #4827ba;
}

.feature-breadcrumb.breadcrumb-dark li {
    color: #000;
}

.feature-breadcrumb.breadcrumb-dark li a {
    color: #666;
}

.feature-breadcrumb.breadcrumb-dark li a:hover {
    color: #000;
}

.feature-breadcrumb.breadcrumb-dark li a:after {
    background: #000;
}

.feature-breadcrumb.breadcrumb-light li {
    color: #fff;
}

.feature-breadcrumb.breadcrumb-light li a {
    color: #fff;
}

.feature-breadcrumb.breadcrumb-light li a:hover {
    color: #fff;
}

.feature-breadcrumb.breadcrumb-light li a:after {
    background: #fff;
}

.feature-breadcrumb .jpc-container {
    max-width: 1200px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.feature-breadcrumb li {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    margin-right: 14px;
    position: relative;
    color: #fff;
}

.feature-breadcrumb li a {
    color: #fff;
    position: relative;
    display: block;
    transition: 0.2s;
    padding-bottom: 4px;
}

.feature-breadcrumb li a:hover {
    color: #fff;
}

.feature-breadcrumb li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.2s linear;
}

.feature-breadcrumb li a:before {
    content: '>';
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    right: -8px;
    top: -1px;
    font-size: 13px;
    font-weight: 400;
    pointer-events: none;
}

.feature-breadcrumb li a:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all 0.3s linear;
}

/*feature-breadcrumb end*/
.pagewrapper h1,
.pagewrapper h2,
.pagewrapper h3,
.pagewrapper h4,
.pagewrapper h5,
.pagewrapper h6 {
    font-weight: 700;
}

.pagewrapper p {
    line-height: 2;
}

@media only screen and (max-width: 1250px) {
    .feature-breadcrumb .jpc-container {
        max-width: 100%;
        padding: 0 25px;
    }
}