:root {
    --zcr-dark-bg: #061b27;
    --zcr-text-green: #05eba0;
}


.pagewrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pagewrapper .content-wrap {
    padding: 90px 0;
}

.banner .content-wrap {
    padding-bottom: 0
}

.act-btn {
    padding: 12px 30px;
}

h1,
h2 {
    font-family: var(--zf-primary-bold);
}

.zw-product-header {
    background-color: var(--zcr-dark-bg);
}

.form-subject-value {
    display: none;
}

/* banner */
.zcr-cs-bnr-wrap {
    background-color: var(--zcr-dark-bg);
    color: #fff;
}

.zcr-cs-bnr-wrap .content-wrap {
    max-width: 1280px;
}

.zcr-cs-bnr-wrap .zcr-cs-grid-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 100px 1fr;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

.zcr-cs-bnr-left {
    max-width: 700px;
}

.zcr-cs-bnr-left .zcr-prd-name {
    display: inline-block;
}

.zcr-cs-bnr-testimonial p:not(.zcr-cs-bnr-cust-name) {
    font-size: 28px;
    font-family: var(--zf-splfontserif-regular);
    margin-bottom: 30px;
}

.zcr-cs-bnr-cust-name {
    font-family: var(--primaryfont-semibold);
    color: var(--zcr-text-green);
    text-transform: uppercase;
    padding-top: 30px;
    position: relative;
}

.zcr-cs-bnr-cust-name>span {
    display: block;
    color: #fff;
    font-family: var(--primaryfont-regular);
    text-transform: none;
}

.zcr-cs-bnr-cust-name:before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--zcr-text-green);
    -webkit-clip-path: polygon(0 0, 20px 0, 20px calc(100% - 1px), 45px 0, 100% 0, 100% 1px, 45px 1px, 20px 100%, 19px 100%, 19px 1px, 0 1px);
    clip-path: polygon(0 0, 20px 0, 20px calc(100% - 1px), 45px 0, 100% 0, 100% 1px, 45px 1px, 20px 100%, 19px 100%, 19px 1px, 0 1px);
}

.zcr-cs-bnr-img {
    border-radius: 20px;
}

.zcr-cs-center-align .zcr-cs-grid-wrap {
    grid-template-columns: auto;
    justify-content: center;
    max-width: 900px;
    margin: auto;
}

.zcr-cs-center-align .zcr-cs-bnr-left {
    max-width: 100%;
}

.zcr-cs-bnr-right {
    position: relative;
}

.video-prt {
    display: block
}

/* old video css */
.video-icon {
    position: relative;
    display: block;
    cursor: pointer
}

.video-icon::before,
.video-icon::after {
    content: "";
    position: absolute;
    z-index: 1;
}

.video-icon::before {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    background: #e4383a;
    right: 20px;
    top: 20px;
}

.video-icon::after {
    border-color: transparent transparent transparent #d4d1d1;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    width: 0;
    height: 0;
    right: 38px;
    top: 38px;
}

.video-icon .waves-prt {
    right: 0;
    top: 0;
    left: inherit;
}

/* old video css end */
.zwc-video-icon {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.zwc-video-icon::before,
.zwc-video-icon::after {
    content: "";
    position: absolute;
    z-index: 1;
}

.zwc-video-icon::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    background: #e4383a;
}

.zwc-video-icon::after {
    border-color: transparent transparent transparent #d4d1d1;
    border-style: solid;
    border-width: 8px 0 8px 14px;
    width: 0;
    height: 0;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.waves-prt {
    position: absolute;
    top: 27px;
    left: 27px;
    width: 95px;
    height: 95px;
    background: rgba(45, 40, 40, 0.58);
    -ms-filter: "alpha(opacity=0)";
    border-radius: 100%;
    z-index: 0;
    -webkit-animation: waves 1s linear infinite;
    animation: waves 1s linear infinite;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "alpha(opacity=90)"
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "alpha(opacity=90)"
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }
}

/* banner-end */
/* summary wrap*/
.zcr-cs-summary-wrap .zcr-cs-grid-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(400px, 1fr);
    grid-template-columns: minmax(400px, 1fr);
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}

/* summary wrap end */
/* case study card */
.zcr-cs-card,
.zcr-cs-form-prt {
    border-radius: 10px;
    border: 1px solid #e1e7ff;
    -webkit-box-shadow: 0 0 17.85px 3.15px rgb(199 212 208 / 40%);
    box-shadow: 0 0 17.85px 3.15px rgb(199 212 208 / 40%);
    margin-bottom: 30px;

}

.zcr-cs-card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 25px;
    min-width: 350px;
    max-width: 400px;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.zcr-cs-main-logo-wrap {
    margin-bottom: 25px;
    max-width: 100px;
}

.zcr-cs-main-logo {
    display: block;
}

.zcr-cs-card-cnt,
.zcr-cs-card-title {
    font-family: var(--primaryfont-semibold);
    font-size: 14px;
}

.zcr-cs-card-title {
    color: #162ac5;
}

.zcr-cs-card-cnt {
    display: inline-block;
}

.zcr-cs-card-partner {
    color: #000;
    text-decoration: underline;
}

.zcr-btn-brd.zwc-view-faq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* old view button */
.zcr-btn-brd.view-faq {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* old view button end */
.zwc-view-faq::before {
    content: "";
    width: 27px;
    height: 19px;
    background: url(/sites/zweb/images/creator/casestudies/faq-icon.svg) 0 0/100% no-repeat;
}

/* case study card end*/
/* case study summary */
.zcr-cs-summary {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    max-width: 810px;
}

.zcr-cs-summary>div {
    margin-bottom: 50px;
}

.zcr-cs-summary h2 {
    font-family: var(--primaryfont-regular);
}

.zcr-cs-blue-prt {
    background: var(--zcr-light-bg);
    border-left: 5px solid var(--zcr-dark-bg);
    padding: 40px 30px;
    font-size: 20px;
    line-height: 1.8;
    border-radius: 20px 10px 10px 20px;
}

.zcr-cs-blue-prt p:not(.zcr-cs-customer-name) {
    font-family: var(--zf-splfontserif-regular);
    line-height: 1.8;
    font-size: 20px;
}

.zcr-cs-customer-name {
    font: 16px var(--zf-primary-semibold);
    color: var(--zcr-dark-bg);
    margin: 20px 0 0;
}

.zcr-cs-customer-name span {
    font: 15px var(--primaryfont-regular);
    color: #222;
    display: block;
    margin-top: 10px;
}

.zcr-cs-list-prt li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.zcr-cs-list-prt li:before,
.zcr-cs-list-prt li:after {
    content: "";
    position: absolute;
    z-index: 1;
}

.zcr-cs-list-prt li:before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 4px;
    border-radius: 50%;
    border: 2px solid #000;
}

.zcr-cs-list-prt li:after {
    top: 10px;
    left: 6px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* case study summary end*/
/* slider */
.zcr-sliders-case .zcr-cs-slider {
    background: -o-linear-gradient(30deg, #eeee 0%, #ebefff 100%);
    background: linear-gradient(60deg, #eeee 0%, #ebefff 100%);
    border-radius: 10px;
    padding: 50px 70px;
    overflow: hidden;
}

.zcr-sliders-case .slick-list {
    -webkit-box-shadow: rgb(9 9 150 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(9 9 150 / 20%) 0px 7px 29px 0px;
}

.zcr-cs-slider-area {
    line-height: 0;
}

.zcr-sliders-case .slick-arrow {
    margin: 0 10px;
}

.zcr-sliders-case .slick-next:before,
.zcr-sliders-case .slick-next:after,
.zcr-sliders-case .slick-prev:before,
.zcr-sliders-case .slick-prev:after {
    background-color: var(--zcr-dark-bg);
}

/* slider end*/
/* case study form*/
.zcr-cs-form {
    max-width: 400px;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    position: relative;
    top: 500px;
    transition: all ease 0.5s;
}

.zcr-cs-form-prt {
    position: sticky;
}

.zcr-cs-form-prt .cwf-container.cwf-on-page .cwf-title-wrap h2 {
    background: var(--zcr-dark-bg);
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.register-form {
    position: relative;
}

.zcr-cs-form-prt .cwf-dev-wrap {
    max-height: 600px;
    overflow: auto;
    padding: 20px;
}

/* case study form end*/
/* old faq */
.faq h3 {
    text-align: center;
    margin-bottom: 60px
}

.faq h3:before {
    display: block;
    content: '';
    background: url(/sites/zweb/images/creator/faq-icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    background-size: 100%;
    margin: auto
}

.faq-wrap {
    max-width: 980px;
    margin: auto;
    position: relative
}

.faq-item {
    padding: 10px 30px 10px;
    margin-bottom: 10px;
    background: #f9fafc;
    border-radius: 8px
}

.faq-item h4 {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
    padding: 20px 0 20px 40px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    color: #000
}

.faq-item h4:before,
.faq-item h4:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #000
}

.faq-item h4:before {
    left: 0;
    top: 35px;
    height: 2px;
    width: 16px
}

.faq-item h4:after {
    left: 7px;
    width: 2px;
    top: 28px;
    height: 15px
}

.faq-item.active h4:after {
    height: 0
}

.faq-ans {
    display: none;
    padding-bottom: 10px;
    padding-left: 42px
}

.faq-item:first-child .faq-ans {
    display: block
}

/* old faq style end */
/* faq style */
.i18n-en .zwc-faq h2 {
    font-size: 28px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 60px;
    text-align: center;
}

.zwc-faq h2:before {
    display: block;
    content: '';
    background: url(/sites/zweb/images/creator/faq-icon.svg) no-repeat;
    width: 70px;
    height: 70px;
    background-size: 100%;
    margin: auto
}

.zwc-faq-cnt {
    max-width: 980px;
    margin: auto;
    position: relative;
}

.zwc-faq-item {
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 16px;
    position: relative;
}

.zwc-faq-item:last-child {
    margin-bottom: 0;
}

.zwc-faq-item.active h3 span:after {
    display: none;
}

.zwc-faq-cnt h3 {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.zwc-faq-cnt h3 button {
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding: 24px 56px 24px 24px;
    background: transparent;
    border: inherit;
    width: 100%;
    text-align: left;
    z-index: 2;
    color: #000;
}

.zwc-faq-cnt h3 span:not(.zcr-prd-name),
.zwc-faq-cnt h3 span:not(.zcr-prd-name):before,
.zwc-faq-cnt h3 span:not(.zcr-prd-name):after {
    content: "";
    position: absolute;
    cursor: pointer;
}

.zwc-faq-cnt h3 span:not(.zcr-prd-name) {
    right: 24px;
    top: 24px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 100px;
}

.zwc-faq-cnt h3 span:not(.zcr-prd-name):before,
.zwc-faq-cnt h3 span:not(.zcr-prd-name):after {
    background: #fff;
    z-index: 2;
    border-radius: 8px;
}

.zwc-faq-cnt h3 span:not(.zcr-prd-name):before,
.zwc-faq-cnt h3 span:not(.zcr-prd-name):after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zwc-faq-cnt h3 span:not(.zcr-prd-name):before {
    height: 2px;
    width: 14px;
}

.zwc-faq-cnt h3 span:not(.zcr-prd-name):after {
    width: 2px;
    height: 14px;
}

.zwc-faq-ans {
    display: none;
    padding: 0 24px 24px;
}

.zwc-faq-item:first-child .zwc-faq-ans {
    display: block;
}

.zwc-faq-ans p {
    font-size: 16px;
    margin-bottom: 0;
}

.zwc-toggle-all {
    position: absolute;
    right: -90px;
    top: 50px;
    z-index: 1;
    border: 1px solid var(--zcr-dark-bg);
    background: var(--zcr-light-bg);
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: var(--secondaryfont-semibold);
    cursor: pointer;
    width: 120px;
    height: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

/* faq style end */
/* single-img */
.zcr-cs-single-img {
    position: relative;
    padding: 25px 5px 5px;
    background: var(--zcr-light-bg);
    border-radius: 10px;
}

.zcr-cs-single-img:before,
.zcr-cs-single-img:after {
    content: "";
    position: absolute;
    top: 10px;
    z-index: 1;
    background: var(--zcr-dark-bg);
    border-radius: 50px;
    height: 6px;
    width: 6px
}

.zcr-cs-single-img:before {
    left: 20px;
    -webkit-box-shadow: 31px 0 0 var(--zcr-dark-bg);
    box-shadow: 22px 0 0 var(--zcr-dark-bg);
}

.zcr-cs-single-img:after {
    left: 31px
}

.zcr-cs-single-img img {
    display: block;
    border-radius: 10px
}

/* end-single-img */
/* media-query */
@media all and (min-width:1400px) {
    .i18n-en h1 {
        font-size: 50px
    }

    .i18n-en h2 {
        font-size: 36px
    }
}

@media all and (max-width:1280px) {

    /* summary wrap */
    .zcr-cs-summary-wrap .zcr-cs-grid-wrap {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }

    /* summary wrap end*/
    /* faq */
    .zwc-faq h2 {
        margin-bottom: 40px;
    }

    /* faq */
}

@media all and (max-width:1199px) {

    /* faq */
    .zwc-faq-controls {
        display: none
    }

    /* faq end */
    /* slider */
    .zcr-sliders-case .zcr-cs-slider {
        padding: 40px;
    }

    /* slider end */
}

@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 90%;
    }

    /* case study form */
    .zcr-cs-form-prt .cwf-dev-wrap {
        height: 480px;
    }

    /* case study form end*/
}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
        max-width: 700px;
        margin: auto;
    }

    /* banner */
    .zcr-cs-bnr-wrap .zcr-cs-grid-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
        position: relative;
    }

    .zcr-cs-bnr-wrap h1 {
        max-width: 650px;
    }

    .zcr-cs-bnr-testimonial p:not(.zcr-cs-bnr-cust-name) {
        font-size: 22px;
    }

    /* banner end */
    /* summary wrap */
    .zcr-cs-summary-wrap .content-wrap {
        padding: 70px 0 0;
    }

    .zcr-cs-summary-wrap .zcr-cs-grid-wrap {
        display: inherit;
    }

    .zcr-cs-dwn-btn {
        text-align: center;
    }

    /* summary wrap end*/
    /* case study form */
    .zcr-cs-form {
        margin: auto;
        max-width: 600px;
        height: fit-content;
        top: 0px;
    }

    .zcr-cs-form-prt .cwf-dev-wrap {
        max-height: 100%;
    }

    /* case study form end*/
    /* case study card */
    .zcr-cs-card {
        min-width: auto;
    }

    /* case study card end*/
}

@media all and (min-width:768px) and (max-width:991px) {

    /* banner */
    .zcr-cs-bnr-testimonial>p {
        max-width: 100%;
        margin-right: 20px;
    }

    .zcr-cs-bnr-testimonial p:not(.zcr-cs-bnr-cust-name) {
        margin: 0 20px 30px 140px;
    }

    .zcr-cs-center-align .zcr-cs-bnr-testimonial p:not(.zcr-cs-bnr-cust-name) {
        margin: 0 0 30px 0;
    }

    .zcr-cs-bnr-right {
        max-width: 120px;
        position: absolute;
    }

    /* old video button */
    .video-icon::before {
        width: 25px;
        height: 25px;
        right: 12px;
        top: 12px;
    }

    .video-icon::after {
        border-width: 6px 0 6px 10px;
        right: 18px;
        top: 18px;
    }

    /* old video button end */

    .zwc-video-icon {
        width: 24px;
        height: 24px;
        right: 12px;
        top: 12px;
    }

    .zwc-video-icon::after {
        border-width: 5px 0 5px 8px;
    }

    .waves-prt {
        width: 50px;
        height: 50px;
        top: -13px;
        left: -13px;
    }

    /* banner end */
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 40px 0;
        max-width: 600px;
    }

    /* banner */
    .zcr-cs-bnr-right {
        max-width: 220px;
    }

    /* old video button */
    .video-icon::before {
        width: 35px;
        height: 35px;
        right: 12px;
        top: 12px;
    }

    .video-icon::after {
        border-width: 8px 0 8px 12px;
        right: 21px;
        top: 21px;
    }

    /* old video button end */

    .zwc-video-icon {
        width: 36px;
        height: 36px;
        right: 12px;
        top: 12px;
    }

    .zwc-video-icon::after {
        border-width: 8px 0 8px 12px;
    }

    .waves-prt {
        width: 60px;
        height: 60px;
        top: -12px;
        left: -12px;
    }

    /* banner */
    /* slider */
    .zcr-sliders-case .zcr-cs-slider {
        padding: 30px;
    }

    .zcr-sliders-case .slick-arrow {
        margin: 0;
    }

    /* slider end*/
    /* case study summary */
    .zcr-cs-blue-prt {
        padding: 30px 20px;
    }

    .zcr-cs-blue-prt p:not(.zcr-cs-customer-name) {
        font-size: 18px
    }

    /* case study summary end*/
}

@media all and (max-width:480px) {

    /* slider */
    .zcr-sliders-case .zcr-cs-slider {
        padding: 20px;
    }

    .zcr-sliders-case .slick-prev:before,
    .zcr-sliders-case .slick-prev:after {
        left: 7px
    }

    .zcr-sliders-case .slick-next:before,
    .zcr-sliders-case .slick-next::after {
        right: 7px
    }

    .zcr-sliders-case .slick-next,
    .zcr-sliders-case .slick-prev {
        width: 20px;
        height: 20px
    }

    .zcr-sliders-case .slick-next:after,
    .zcr-sliders-case .slick-next:before,
    .zcr-sliders-case .slick-prev:after,
    .zcr-sliders-case .slick-prev:before {
        width: 2px;
        height: 12px
    }

    /* slider end */
}

/* media-query ends */