h2 {
    font-family: var(--zf-primary-bold);
    font-size: 42px
}

.zw-template-inner {
    margin-top: -70px;
}

.zw-product-header {
    position: relative;
    z-index: 1;
}

.product-title .product-icon {
    filter: brightness(100);
}

section.zw-template-inner h2.secondary-heading {
    text-align: center;
    max-width: 700px;
    margin: 2em auto 0
}

div#features-3 {
    padding-bottom: 2em
}

.features-banner-wrap {
    background: url(/sites/zweb/images/forms/recr-integ-banner.jpg) #2170d4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 0;
    text-align: center;
}

.features-banner-wrap .features-banner-content {
    margin: 0 auto;
    padding: 6em 0
}

.features-banner-content h1 {
    color: #fff;
    font-size: 48px
}

.features-banner-content p {
    color: #fff
}

.features-item .image-part>div {
    overflow: visible
}

.features-item .content-wrap {
    overflow: visible
}

.features-item .image-part>div video {
    box-shadow: 0 0 40px #e0e0e0;
    -webkit-box-shadow: 0 0 40px #e0e0e0;
    border: 1px solid #6fd38d;
    padding: 1px
}

.zw-template-inner .features-item .content-wrap {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    overflow: visible;
    padding: 2em 0
}

.zw-template-inner .features-item .content-wrap .cont-part {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    overflow: visible;
    padding: 0 30px;
}

.zw-template-inner .features-item .content-wrap .image-part {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    overflow: visible
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinPulse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.integration-setup-section .setup-main h4 {
    font-size: 28px
}

.integration-setup-section {
    background: #f7f7f7;
    padding: 5em 0;
    position: relative
}

.spring span {
    background: url(/sites/zweb/images/forms/rec-integ-sprites.png);
    display: inline-block;
    padding: 32px 32px;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: -374px 1px;
    position: absolute;
    -webkit-animation: spinPulse 8s infinite linear;
    animation: spinPulse 8s infinite linear
}

span.sp-1 {
    left: 6em;
    top: 5em
}

span.sp-2 {
    left: 21em;
    top: 10em;
    background-position: -436px 1px
}

span.sp-3 {
    bottom: 5em;
    left: 3em
}

span.sp-4 {
    right: 7em;
    top: 5em
}

span.sp-5 {
    top: 10em;
    right: 20em;
    background-position: -436px 1px
}

span.sp-6 {
    bottom: 5em;
    right: 7em
}

.integration-setup-section h2 {
    text-align: center
}

.integration-setup-section h2 span {
    display: block
}

.integration-setup-section .setup-content span.icon {
    background: url(/sites/zweb/images/forms/rec-integ-sprites.png);
    display: inline-block;
    padding: 38px 32px;
    background-size: 500px;
    background-repeat: no-repeat;
    margin-bottom: 12px
}

.integration-setup-section .setup-main {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox
}

.integration-setup-section h2 {
    text-align: center;
    margin-bottom: 1.5em
}

.integration-setup-section .setup-content {
    flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    padding: 0 15px
}

.integration-setup-section .setup-content:nth-child(2) span.icon {
    background-position: -61px 0
}

.integration-setup-section .setup-content:nth-child(3) span.icon {
    background-position: -123px 0
}

.workflow-section {
    padding: 5em 0 3em
}

.workflow-section .workflow-main {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox
}

.workflow-section .workflow-left {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    padding: 0 15px
}

.workflow-section .workflow-right {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    padding: 0 15px;
    max-width: 630px;
    margin: 0 0 0 auto
}

.workflow-section .workflow-left .flow-img img {
    margin: 0 auto;
    max-width: 350px;
    display: block
}

.workflow-section .workflow-content {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 2em
}

.workflow-section .flow-icon {
    background: url(/sites/zweb/images/forms/rec-integ-sprites.png);
    display: inline-block;
    padding: 20px 31px;
    background-size: 500px;
    background-position: -188px 0;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin-right: 30px
}

.workflow-section .workflow-content:nth-child(2) .flow-icon {
    background-position: -250px 10px
}

.workflow-section .workflow-content:nth-child(3) .flow-icon {
    background-position: -313px 10px
}

.workflow-section .flow-img {
    margin-top: 3em
}

a.btn-learn {
    display: inline-block;
    font-family: var(--zf-primary-semibold),Arial,Helvetica,sans-serif;
    padding: 15px 20px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    font-size: 16px;
    background: #03a9f5
}

.bottom-cta-wrap .content-wrap {
    padding: 4em 0
}

.bottom-cta-wrap {
    background: #242c37
}

.bottom-cta-wrap .bottom-sign-section h2 {
    color: #fff;
    margin: 15px 0;
    max-width: 100%;
    text-align: center
}

.form-sign-logo {
    background: url(/sites/zweb/images/forms/recruit-form-cta.png);
    display: inline-block;
    width: 255px;
    background-size: 250px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    margin: 0 auto;
    height: 130px
}
.bottom-cta-wrap .content-wrap a.cta-btn {
    margin: 0;
    padding: 15px 20px;
    border-radius: 3px;
}
.bottom-cta-wrap .content-wrap h2 {
    margin-bottom: 30px;
}
h2.secondary-heading {
    text-align: center;
    margin: 60px auto 20px;
    max-width: 900px;
}

.features-item {
    padding: 40px 0;
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size:30px
    }

    .workflow-section .workflow-left .flow-img img {
        max-width: 280px
    }

    .features-banner-wrap .features-banner-content {
        padding: 4em 0
    }
    h2.secondary-heading {
        max-width: 600px;
    }
}

@media screen and (max-width: 1023px) {
    .features-item .content-wrap div.cont-part {
        text-align:left
    }

    .workflow-section .workflow-main {
        display: block
    }

    .workflow-section .workflow-left {
        text-align: center
    }

    .workflow-section .workflow-right {
        max-width: 100%;
        margin: 5em 0 0
    }

    .integration-setup-section .setup-main h4 {
        font-size: 20px
    }

    .zw-template-inner .features-item.left-image .content-wrap .cont-part {
        order: 1
    }
}

@media screen and (max-width: 767px) {
    .features-item .image-part>div video {
        box-shadow:none;
        -webkit-box-shadow: none;
        border: 0;
        padding: 1px
    }

    .features-banner-wrap .content-wrap {
        margin: 0 auto
    }

    .features-banner-content h1 {
        font-size: 32px
    }

    .zph-sticky .body-umain .zw-product-header .menu-icon-help-header .product-title a {
        color: #fff
    }

    .features-banner-wrap .features-banner-content {
        margin: 0 auto;
        padding: 4em 0 3em
    }

    section.zw-template-inner h2.secondary-heading {
        padding: 0 30px
    }

    .zw-template-inner .features-item .content-wrap {
        flex-direction: column;
    }

    .features-item .content-wrap div.cont-part {
        text-align: center
    }

    .integration-setup-section .setup-main {
        display: block;
        text-align: center
    }

    .integration-setup-section .setup-content {
        margin-bottom: 3em
    }

    .integration-setup-section {
        padding: 5em 0 2em
    }

    .workflow-section .workflow-left .flow-img img {
        max-width: 250px
    }

    .form-sign-logo {
        width: 185px;
        height: 90px;
        margin-bottom: 1em;
        background-size: 180px
    }
    .left-image .image-part {
        order: 2;
    }
}

@media screen and (max-width: 414px) {
    .workflow-section .workflow-content {
        display:block;
        text-align: center
    }

    .workflow-section .flow-icon {
        margin-right: 0
    }
}
