:root {
    --sprite-icon: url("/sites/zweb/images/qengine/low-code-test-automation/sprite.svg");
    --white-color: #fff;
    --black-color: #000
}

.zinline-block {
    display: inline-block
}

.page-wrapper .content-wrap {
    max-width: 1170px;
    padding: 100px 0
}

.page-wrapper h1 {
    font-size: 50px
}

.page-wrapper h2,.page-wrapper h3 {
    font-family: var(--zf-secondary-bold)
}

.page-wrapper h2 {
    font-size: 46px
}

.page-wrapper h3 {
    font-size: 35px
}

.page-wrapper h2.small-head {
    font-size: 25px
}

.page-wrapper img {
    vertical-align: top
}

.zgreen-anim-txt {
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left,var(--zqe-text-green),var(--zqe-text-green) 50%,#fff 50%);
    background-image: linear-gradient(to right,var(--zqe-text-green),var(--zqe-text-green) 50%,#fff 50%);
    background-size: 200% 100%;
    background-position: 0 0
}

.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
}

.zflex-one-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.zflex-two-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.zflex-three-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.zflex-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[class|="zsprite"] {
    display: inline-block;
    background: var(--sprite-icon) no-repeat;
    background-size: 325px auto;
    background-position: 0 0;
    letter-spacing: -40px;
    margin-bottom: 15px
}

.zsprite-chalng-icon1 {
    background-position: -4px -4px;
    width: 49px;
    height: 50px
}

.zsprite-chalng-icon2 {
    background-position: -55px -9px;
    width: 48px;
    height: 48px
}

.zsprite-chalng-icon3 {
    background-position: -109px -9px;
    width: 53px;
    height: 48px
}

.zsprite-chalng-icon4 {
    background-position: -167px -10px;
    width: 49px;
    height: 48px
}

.zsprite-chalng-icon5 {
    background-position: -221px -12px;
    width: 49px;
    height: 48px
}

.zsprite-chalng-icon6 {
    background-position: -275px -11px;
    width: 50px;
    height: 49px
}

.zw-product-header,.banner-section,.challenges-section,.testing-points-section,.bottom-cta-section {
    background: var(--zqe-light-green-bg)
}

.page-wrapper .banner-section .content-wrap {
    max-width: 1280px;
    padding-top: 70px
}

.banner-section .banner-content {
    padding-right: 5%
}

.banner-section .banner-content p {
    max-width: 560px
}

.banner-section .zflex-two-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%
}

.banner-section .zflex-two-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%
}

.page-wrapper .challenges-section .content-wrap {
    padding-top: 0;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.challenges-section .challenges-wrap {
    text-align: center
}

.challenges-section .challenges-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    text-align: center;
    max-width: 850px;
    margin: 60px auto 0px;
}

.challenges-section .challenges-list li {
    position: relative;
    font-size: 17px;
    line-height: 24px;
    flex: 1 1 0px
}

.challenges-section .challenges-list li strong {
    display: block;
    font-weight: normal
}

.challenges-section .challenges-list li:not(:last-child):after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.12);
    width: 1px;
    height: 80px;
    top: 50%;
    right: -25px;
    transform: translateY(-50%)
}

.zlistings-block ul.zlisings-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto
}

.zlistings-block ul.zlisings-box li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: calc(50% - 10px);
    padding: 30px 25px;
    background: #fff;
    color: var(--black-color);
    border: 2px solid var(--zqe-text-green);
    border-radius: 10px
}

.zlistings-block ul.zlisings-box li:before,.zlistings-block ul.zlisings-box li:after {
    content: '';
    position: absolute;
    bottom: 0
}

.zlistings-block ul.zlisings-box li:before {
    width: 100%;
    height: 2px;
    border-top: 1px solid rgba(255,255,255,0.06);
    left: 0
}

.zlistings-block ul.zlisings-box li:after {
    width: 2px;
    height: 100%;
    border-left: 1px solid rgba(255,255,255,0.06);
    right: 0
}

.zlistings-block ul.zlisings-box li .zlist-box {
    position: relative;
    padding-left: 35px
}

.zlistings-block ul.zlisings-box li .zlist-box p:last-child {
    margin-bottom: 0
}

.zlistings-block ul.zlisings-box li .zlist-box:before,.zlistings-block ul.zlisings-box li .zlist-box:after {
    content: '';
    position: absolute
}

.zlistings-block ul.zlisings-box li .zlist-box:before {
    width: 22px;
    height: 22px;
    left: 0;
    top: 4px;
    border-radius: 50%;
    background: var(--zqe-text-green)
}

.zlistings-block ul.zlisings-box li .zlist-box:after {
    top: 12px;
    left: 5px;
    width: 12px;
    height: 5px;
    border-left: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.zlistings-block .zlistings-title {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center
}

.low-code-automation-section {
    background: var(--zqe-green-bg);
    color: var(--white-color)
}

.low-code-automation-section .zblock-title {
    max-width: 930px;
    margin: 0 auto 60px;
    text-align: center
}

.low-code-automation-section .zlistings-block {
    background: var(--white-color);
    color: var(--black-color);
    border-radius: 20px;
    padding: 80px 50px
}

.low-code-automation-section .zlistings-block .zlistings-title {
    max-width: 950px
}

.low-code-automation-section .zlistings-block .zlistings-title h3 {
    font-size: 28px
}

.feature-section {
    background: var(--zqe-dark-green-bg);
    color: var(--white-color)
}

.feature-section .fea-title {
    max-width: 890px;
    margin: 0 auto 60px;
    text-align: center
}

.feature-section .fea-title p {
    max-width: 720px;
    margin: 0 auto
}

.feature-section .fea-block {
    max-width: 1070px;
    margin: 0 auto
}

.feature-section .fea-block:not(:last-child) {
    margin-bottom: 130px
}

.feature-section .fea-block:not(.fea-block-1,.fea-block-2):nth-child(2n+3) .fea-image-box {
    text-align: left
}

.feature-section .fea-block:not(.fea-block-1,.fea-block-2):nth-child(2n+2) .fea-image-box {
    text-align: right
}

.feature-section .fea-block:not(.fea-block-1,.fea-block-2):nth-child(2n+3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.feature-section .fea-block:not(.fea-block-1,.fea-block-2) .fea-content-box {
    padding-right: 15%
}

.feature-section .fea-block:not(.fea-block-1,.fea-block-2):nth-child(2n+3) .fea-content-box {
    padding-left: 15%;
    padding-right: 0
}

.feature-section .fea-block:is(.fea-block-1,.fea-block-2) .fea-content-box {
    text-align: center;
    max-width: 730px;
    margin: 0 auto 40px
}

.feature-section .fea-block:is(.fea-block-1,.fea-block-2) .fea-content-box.fea-image-box video {
    border-radius: 3px;
    border: 5px solid #e2e2e2;
    border-radius: 20px;
    border-top: 20px solid #e2e2e2
}

.feature-section .fea-block .fea-tags {
    background: linear-gradient(90deg,#13723a -1.36%,#534a1c 97.39%);
    color: var(--white-color);
    padding: 8px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px
}

.feature-section .fea-block .fea-tags li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-family: var(--zf-primary-semibold)
}

.feature-section .fea-block .fea-tags li:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px
}

.bottom-cta-section .block-content {
    text-align: center;
    max-width: 810px;
    margin: 0 auto
}

.bottom-cta-section .block-content p{
    max-width: 720px;
    margin: 0 auto 20px
}

@media only screen and (max-width: 1280px) {
    .page-wrapper .content-wrap {
        padding:70px 0
    }

    .page-wrapper h1 {
        font-size: 40px
    }

    .page-wrapper h2 {
        font-size: 30px
    }

    .page-wrapper h3 {
        font-size: 27px
    }

    .zlistings-block .zlistings-title {
        max-width: 530px
    }

    .zlistings-block ul.zlisings-box li {
        padding: 20px
    }

    .low-code-automation-section .zlistings-block .zlistings-title h3 {
        font-size: 26px
    }

    .feature-section .fea-title {
        max-width: 620px
    }

    .feature-section .fea-block:not(:last-child) {
        margin-bottom: 80px
    }

    .feature-section .fea-block .fea-tags li {
        font-size: 14px
    }
    .bottom-cta-section .block-content {
        max-width: 650px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-wrapper h1 {
        font-size:34px
    }

    .page-wrapper h2 {
        font-size: 28px
    }

    .page-wrapper h3 {
        font-size: 22px
    }

    .challenges-section .challenges-list li {
        flex: 0 0 calc(33.33% - 34px)
    }

    .challenges-section .challenges-list li:nth-child(3n+3)::after {
        background: transparent
    }

    .challenges-section .challenges-wrap,.low-code-automation-section .zlistings-block {
        padding: 40px
    }

    .low-code-automation-section .zlistings-block .zlistings-title {
        margin-bottom: 40px
    }

    .low-code-automation-section .zlistings-block .zlistings-title h3 {
        font-size: 20px
    }
}

@media only screen and (max-width: 991px) {
    .page-wrapper h1 {
        font-size:30px
    }

    .page-wrapper h2 {
        font-size: 25px
    }

    .page-wrapper h3 {
        font-size: 22px
    }

    .feature-section .fea-block .fea-tags {
        padding: 8px 4px
    }

    .feature-section .fea-block .fea-tags li {
        font-size: 12px;
        padding: 0 8px
    }
}

@media only screen and (max-width: 767px) {
    .page-wrapper .banner-section .content-wrap,.page-wrapper .content-wrap {
        padding:50px 0;
        max-width: 600px
    }

    .zflex-one-col,.zflex-two-col,.zflex-three-col,.banner-section .zflex-two-col:first-child,.banner-section .zflex-two-col:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .zlistings-block ul.zlisings-box li {
        width: 100%
    }

    .challenges-section .challenges-list li {
        flex: 0 0 calc(50% - 25px);
        font-size: 15px
    }

    .challenges-section .challenges-list li:nth-child(3n+3)::after {
        background: rgba(0,0,0,0.12)
    }

    .challenges-section .challenges-list li:nth-child(2n+2)::after {
        background: transparent
    }

    .challenges-section .challenges-wrap,.low-code-automation-section .zlistings-block {
        padding: 40px 30px
    }

    .feature-section .fea-block:is(.fea-block-1,.fea-block-2) .fea-content-box {
        margin-bottom: 0
    }

    .feature-section .fea-block:not(.fea-block-1,.fea-block-2) .fea-content-box,.feature-section .fea-block:not(.fea-block-1,.fea-block-2):nth-child(2n+3) .fea-content-box {
        padding-left: 0;
        padding-right: 0
    }

    .feature-section .fea-block:not(:last-child) {
        margin-bottom: 60px
    }

    .feature-section .fea-block:is(.fea-block-1,.fea-block-2) .fea-content-box,.zlistings-block .zlistings-title {
        max-width: 100%
    }

    .zlistings-block .zlistings-title,.low-code-automation-section .zblock-title,.feature-section .fea-title,.feature-section .fea-block:is(.fea-block-1,.fea-block-2) .fea-content-box,.feature-section .fea-block:not(.fea-block-1,.fea-block-2):nth-child(2n+3) .fea-image-box,.feature-section .fea-block:not(.fea-block-1,.fea-block-2):nth-child(2n+2) .fea-image-box,.bottom-cta-section .block-content {
        text-align: unset
    }

    .zlistings-block .zlistings-title,.low-code-automation-section .zblock-title {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 480px) {
    [class|="zsprite-chalng"] {
        display:block;
        margin: 0 auto 15px
    }

    .challenges-section .challenges-list li strong {
        display: inline-block
    }

    .challenges-section .challenges-list li {
        flex: 0 0 100%
    }

    .challenges-section .challenges-list li:not(:last-child)::after {
        background: transparent
    }

    .zlistings-block ul.zlisings-box li .zlist-box {
        padding-left: 0;
        padding-top: 35px
    }
}

@media only screen and (min-width: 1200px) {
    .feature-section .zgreen-anim-txt {
        background-position:100%;
        -webkit-transition: all 1s ease-in-out 400ms;
        transition: all 1s ease-in-out 400ms
    }

    .feature-section .zwe-op .zgreen-anim-txt {
        background-position: 0 0
    }
}