.zw-product-header,.zwc-banner-sec {
    background-color: #FFF5F4;
}
.page-wrapper .content-wrap {
    max-width: 1170px;
}
.zwc-flx{
    display: flex;
}
.zwc-banner-sec{
    padding: 100px 0 150px;
}
.zwc-banner-sec .content-wrap{
    align-items: center;
}
.zwc-banner-sec h1{
    font-size: 64px;
    letter-spacing: -1.8px;
    line-height: 1.2;
    font-family: var(--zf-primary-extrabold);
    margin-bottom: 20px;
}
.zwc-hghlt{
    color: #DE5547;
    font-family: var(--zf-primary-extrabold);
}
.zwc-banner-sec .cont-left{
    width: 80%;
}
.zwc-banner-sec p{
    font-size: 19px;
    max-width: 590px;
    margin-bottom: 40px;
}
.act-btn{
    padding: 12px 35px;
}
.zwc-banner-sec .img-part{
    width: 40%;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: -280px;
}
.zwc-banner-sec .img-part img{
    max-width: 430px;
}
.zwc-banner-sec .scan{
    width: 163px;
    height: 51px;
    background: transparent linear-gradient(180deg, #cd248730 0%, #e9176c1f 51%, #F17A2200 100%) 0% 0% no-repeat padding-box;
    animation: scanning 1.5s ease-in-out 1.5s alternate infinite;
    position: absolute;
    top: 25%;
    margin-left: -19px;
    opacity: 0;
}
.zwc-banner-sec .scan::before {
    content: '';
    background-color: #FF5932;
    width: calc(100% + 14px);
    height: 2px;
    position: absolute;
    top: 0;
    left: -7px;
    border-radius: 10px;
}
.middle-animated .scan{
    opacity: 1;
    transition: opacity 0.3s linear 1.5s;
}
@keyframes scanning {
  0%{transform: translatey(0px);}
  100%{transform: translateY(220%);}
}
.zwc-bgv-sec{
    padding-top: 240px;
}
.zwc-bgs-check,.zwc-provider,.zwc-legal-comp{
    padding: 190px 0 0;
}
.zwc-bgv-sec .content-wrap,.zwc-bgs-check .content-wrap,.zwc-provider-wrap,.zwc-bgs-entail .content-wrap,.zwc-legal-comp .content-wrap{
    justify-content: space-between;
}
.zwc-bgs-check .content-wrap{
    align-items: center;
}
.zwc-legal-comp .cont-right{
    width: 50%;
}
.zwc-bgv-sec h2,.zwc-bgs-check h2,.zwc-provider h2,.zwc-legal-comp h2,.zwc-bgc-works h2{
    font-size: 40px;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 25px;
    letter-spacing: -0.7px;
}
.zwc-bgv-sec .cont-right,.zwc-bgv-sec .cont-left{
    width: 47%;
}
.zwc-bgv-list{
    font-size: 24px;
}
.zwc-bgv-list li{
    position: relative;
    margin-bottom: 20px;
}
.zwc-bgv-list li::before,.zwc-reply::before{
    content: '';
    background: url('/sites/zweb/images/recruit/zr-candidate-id-sprite.png') no-repeat;
    width: 20px;
    height: 22px;
    background-size: 320px auto;
    display: inline-block;
    background-position: -294px -21px;
    margin-right: 20px;
}
.zwc-bgv-list li::before{
    transform: scale(1.2);
}
.zwc-bgs-check .cont-left,.zwc-legal-comp .cont-left{
    width: 44%;
    max-width: 500px;
}
.zwc-bgs-check .cont-right{
    width: 45%;
}
.vid-part{
    background-color: #FFD6D6;
    width: 100%;
    border-radius: 10px;
}
.zwc-bgs-check video{
    width: 100%;
}
.zwc-reply{
    font-size: 18px;
    font-family: var(--zf-secondary-semibold);
    text-decoration: underline;
    cursor: pointer;
    float: right;
}
.zwc-reply::before{
    content: '';
    background: url('/sites/zweb/images/recruit/zr-candidate-id-sprite.png') no-repeat;
    width: 16px;
    height: 16px;
    background-size: 230px auto;
    display: inline-block;
    background-position: -2px -17px;
    margin: 0 3px -2px 0px;
    transition: all 0.5s ease;
}
.zwc-reply:hover:before{
    transform: rotate(-360deg);
}
.zwc-provider{
    position: relative;
}
.zwc-provider::after{
    content: '';
    background: url('/sites/zweb/images/recruit/zr-candidate-id-provider-bg.jpg') no-repeat center center/cover;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    max-width: 2000px;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    opacity: 0.8;
    filter: blur(20px);
    -webkit-filter: blur(20px);
}
.zwc-provider .content-wrap,.zwc-bgs-entail .content-wrap{
    z-index: 1;
}
.zwc-provider h2{
    font-size: 46px;
    margin-bottom: 70px;
}
.zwc-provider-wrap li{
    background-color: #fff;
    width: 31.5%;
    padding: 60px 35px 60px 40px;
    border-radius: 12px;
    box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(30px);
    
}
.middle-animated .zwc-provider-wrap li{
    transform: translateY(0);
    transition: transform 0.5s ease;
}
.middle-animated .zwc-provider-wrap li:nth-child(2){
    transition-delay: 0.6s;
}
.middle-animated .zwc-provider-wrap li:nth-child(3){
    transition-delay: 0.7s;
}
.zwc-provider-wrap li p{
    margin: 35px 0 25px;
    flex: 1;
    line-height: 1.7;
}
.zwc-learnmore{
    color: #DE5547;
    font-size: 20px;
    font-family: var(--zf-secondary-semibold);
    text-decoration: underline;
    position: relative;
}
.zwc-learnmore::before{
    content: '';
    position: absolute;
    left: 117px;
    top: 7px;
    width: 18px;
    height: 18px;
    background-color: #DE5547;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.zwc-learnmore::after{
    content: '';
    position: absolute;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(-135deg);
    top: 13px;
    left: 122px;
    transition: all 0.5s ease;
}
.zwc-learnmore:hover::before{
    left: 120px;
}
.zwc-learnmore:hover::after{
    left: 125px;
}
.zwc-bgs-entail .cont-left{
    width: 55%;
}
.zwc-bgs-entail{
    background: rgb(69,31,33);
    background: -moz-linear-gradient(180deg, rgba(69,31,33,1) 0%, rgba(22,16,16,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(69,31,33,1) 0%, rgba(22,16,16,1) 100%);
    background: linear-gradient(180deg, rgba(69,31,33,1) 0%, rgba(22,16,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#451f21",endColorstr="#161010",GradientType=1);
    max-width: 97%;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 170px;
    padding: 150px 0;
    position: relative;
    transition: all 0.3s ease;
}
.zwc-bgs-entail::after{
    content: '';
    background: url('/sites/zweb/images/recruit/zr-candidate-id-entail-bg.svg') no-repeat bottom center / 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.4;
    background-attachment: fixed;
    filter: blur(20px);
    -webkit-filter: blur(20px);
}
.zwc-bgs-entail.fixed{
    max-width: 100%;
    transition: all 0.3s ease;
    border-radius: 0;
} 
.zwc-bgs-entail h2{
    font-size: 56px;
    font-family: var(--secondaryfont-bold);
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 220px;
    letter-spacing: -0.7px;
}
.zwc-bgs-entail .cont-right{
    width: 40%;
}
.zwc-entail-list li{
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    max-width: 360px;
    margin-top: 20px;
    transform: translateY(20px);
    transition: all 0.5s ease;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    box-shadow: 0 -10px 20px -5px rgba(0, 0, 0, 0.1);
}
.zwc-entail-list li:nth-child(2){
    top: 110px;
}
.zwc-entail-list li:nth-child(3){
    top: 120px;
}
.zwc-entail-list li:nth-child(4){
    top: 130px;
}
.zwc-entail-list li:nth-child(5){
    top: 140px;
}
.zwc-entail-list p{
    font-size: 30px;
    font-family: var(--zf-secondary-medium);
    margin-bottom: 0;
    letter-spacing: -0.5px;
    line-height: 1.4;
    margin-top: 20px;
}
.zwc-entail-list li .zwc-entail-icon{
    background: url('/sites/zweb/images/recruit/zr-candidate-id-sprite.png') no-repeat;
    width: 50px;
    height: 50px;
    background-size: 340px auto;
    display: block;
}
.zwc-entail-list li:nth-child(1) .zwc-entail-icon{
    background-position: -32px -17px;
}
.zwc-entail-list li:nth-child(2) .zwc-entail-icon{
    background-position: -90px -13px;
}
.zwc-entail-list li:nth-child(3) .zwc-entail-icon{
    background-position: -150px -13px;
}
.zwc-entail-list li:nth-child(4) .zwc-entail-icon{
    background-position: -201px -13px;
    width: 55px;
}
.zwc-entail-list li:nth-child(5) .zwc-entail-icon{
    background-position: -262px -13px;
}
.zwc-legal-comp .content-wrap{
    background-color: #FFEBEB;
    border-radius: 12px;
    padding: 100px;
}
.zwc-legal-comp h2,.zwc-bgc-works h2{
    font-size: 46px;
}
.zwc-legal-comp p{
    font-size: 18px;
}
.zwc-legal-wrap{
    flex-wrap: wrap;
}
.zwc-legal-wrap .zwc-legal-icon{
    width: 31%;
    height: 136px;
    max-width: 150px;
    background-color: #fff;
    border-radius: 8px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.03);
}
.zwc-legal-wrap .zwc-legal-icon::before{
    content: '';
    background: url('/sites/zweb/images/commonroot/compliance-badges.png') no-repeat;
    width: 90px;
    height: 46px;
    background-size: 650px auto;
}
.zwc-legal-wrap .zwc-legal-icon:nth-child(2)::before{
    background-position: -90px 0;
}
.zwc-legal-wrap .zwc-legal-icon:nth-child(3)::before{
    background-position: -180px 0;
}
.zwc-legal-wrap .zwc-legal-icon:nth-child(4)::before{
    background-position: -270px 0;
}
.zwc-legal-wrap .zwc-legal-icon:nth-child(5)::before{
    background-position: -451px 0;
    width: 66px;
    height: 66px;
}
.zwc-legal-wrap .zwc-legal-icon:nth-child(6)::before{
    background-position: -265px -66px;
    width: 66px;
    height: 66px;
}
.zwc-bgc-works{
    padding: 130px 0;
}
.zwc-bgc-works h2{
    max-width: 590px;
}
.zwc-bgc-works .content-wrap{
    max-width: 640px;
}
.zwc-bgc-works .zwc-hghlt{
    text-decoration: underline;
}
.zwc-bgc-works p{
    font-size: 32px;
    font-family: var(--zf-secondary-semibold);
    line-height: 1.4;
    margin-top: 50px;
}
.text-anim span {
    color: #B4B4B4;
    transition: all 0.5s ease;
}
.text-anim.zwe-op span{
    color: #333333;
}
.text-anim.zwe-op span:nth-child(2){
    transition-delay: 1s;
}
.text-anim.zwe-op span:nth-child(3){
    transition-delay: 1.4s;
}
.text-anim.zwe-op span:nth-child(4){
    transition-delay: 1.8s;
}
.text-anim.zwe-op span:nth-child(5){
    transition-delay: 2.2s;
}
.text-anim.zwe-op span:nth-child(6){
    transition-delay: 2.6s;
}
.bottom-cta{
    background: rgb(69,31,33);
    background: -moz-linear-gradient(180deg, rgba(69,31,33,1) 0%, rgba(22,16,16,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(69,31,33,1) 0%, rgba(22,16,16,1) 100%);
    background: linear-gradient(180deg, rgba(69,31,33,1) 0%, rgba(22,16,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#451f21",endColorstr="#161010",GradientType=1);
    padding: 130px 0;
    text-align: center;
    color: #fff;
}
.bottom-cta h2{
    font-size: 60px;
    font-family: var(--zf-primary-extrabold);
    margin-bottom: 25px;
}
.zwc-no-card{
    display: block;
    font-size: 16px;
    font-family: var(--zf-secondary-semibold);
    margin-top: 10px;
}
.bottom-cta .zwc-hghlt{
    display: block;
}

@media only screen and (min-width : 1600px) {
    .zwc-bgs-entail::after{
        filter: blur(30px);
        -webkit-filter: blur(30px);
    }
}
@media only screen and (min-width : 1900px) {
    .zwc-bgs-entail::after{
        filter: blur(50px);
        -webkit-filter: blur(50px);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .zwc-bgs-entail h2{
        top: 130px;
    }
}
@media only screen and (max-width : 1199px) {
    .zwc-banner-sec h1{
        font-size: 56px;
    }
    .zwc-bgv-sec {
        padding-top: 170px;
    }
    .zwc-bgs-check, .zwc-provider,.zwc-legal-comp{
        padding: 120px 0 0;
    }
    .zwc-bgc-works,.zwc-bgs-entail,.bottom-cta{
        padding: 120px 0;
    }
    .zwc-bgs-entail{
        margin-top: 120px;
    }
    .zwc-legal-comp .content-wrap{
        padding: 60px;
    }
    .zwc-legal-wrap .zwc-legal-icon{
        width: 30%;
    }
    .zwc-bgv-sec h2, .zwc-bgs-check h2{
        font-size: 36px;
    }
    .zwc-bgs-entail h2{
        font-size: 52px;
        max-width: 590px;
    }
    .bottom-cta h2{
        font-size: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .zwc-banner-sec h1 {
        font-size: 52px;
    }
    p{
        font-size: 17px;
        line-height: 1.6;
    }
    section > .zwc-flx{
        flex-direction: column;
    }
    .zwc-banner-sec{
        padding: 40px 0 80px;
    }
    .zwc-banner-sec p{
        max-width: 650px;
    }
    .zwc-bgv-sec, .zwc-bgs-check, .zwc-provider, .zwc-legal-comp{
        padding: 60px 0 0;
    }
    .zwc-bgc-works,.zwc-bgs-entail,.bottom-cta{
        padding: 60px 0;
    }
    .zwc-banner-sec .cont-left,.zwc-bgv-sec .cont-right, .zwc-bgv-sec .cont-left,.zwc-bgs-check .cont-left,.zwc-bgs-check .cont-right,.zwc-bgs-entail .cont-left, .zwc-legal-comp .cont-right,.zwc-legal-comp .cont-left{
        width: 100%;
        max-width: 650px;
        text-align: center;
        margin: 0 auto;
    }
    .zwc-banner-sec .img-part{
        margin-top: 60px;
        position: relative;
        bottom: 0;
    }
    .zwc-bgs-entail .cont-right,.zwc-banner-sec p{
        margin-left: auto;
        margin-right: auto;
        width: auto;
    }

    .zwc-bgs-entail h2,.zwc-entail-list li:nth-child(n){
        position: relative;
        top: 0;
    }
    .zwc-bgs-entail h2{
        font-size: 46px;
        max-width: inherit;
    }
    .zwc-bgv-sec .cont-right{
        text-align: left;
        max-width: 550px;
    }
    .zwc-provider h2{
        text-align: center;
        margin-bottom: 50px;
    }
    .zwc-provider-wrap li{
        max-width: 360px;
        width: 100%;
        margin: 0 20px 40px;
    }
    .zwc-provider-wrap{
        justify-content: center;
        flex-wrap: wrap;
    }
    .zwc-provider-wrap li:nth-child(3){
        margin-bottom: 0;
    }
    .zwc-bgs-entail{
        max-width: 100%;
        margin-top: 60px;
    }
    .zwc-legal-wrap{
        max-width: 500px;
        margin: 0 auto;
        justify-content: center;
    }
    .zwc-bgc-works h2{
        text-align: center;
    }
    .bottom-cta h2 {
        font-size: 42px;
    }
    .text-anim span{
        color: #333333;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-banner-sec h1{
        font-size: 42px;
    }
    .zwc-banner-sec p{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .zwc-banner-sec .img-part img {
        max-width: 320px;
    }
    .zwc-banner-sec .scan{
        width: 120px;
        margin-left: -14px;
        height: 41px;
    }
    .zwc-provider h2,.zwc-bgs-entail h2,.zwc-legal-comp h2,.zwc-bgc-works h2{
        font-size: 36px;
    }
    .zwc-bgv-sec h2, .zwc-bgs-check h2 {
        font-size: 28px;
    }
    .zwc-bgv-list {
        font-size: 18px;
    }
    .zwc-banner-sec .cont-left, .zwc-bgv-sec .cont-right, .zwc-bgv-sec .cont-left, .zwc-bgs-check .cont-left, .zwc-bgs-check .cont-right, .zwc-bgs-entail .cont-left, .zwc-legal-comp .cont-right, .zwc-legal-comp .cont-left {
        max-width: 480px;
    }
    .zwc-provider-wrap li:nth-child(1) img{
        max-width: 120px;
    }
    .zwc-provider-wrap li:nth-child(2) img{
        max-width: 140px;
    }
    .zwc-provider-wrap li:nth-child(3) img{
        max-width: 160px;
    }
    .zwc-entail-list p,.zwc-bgc-works p{
        font-size: 26px;
    }
    .zwc-legal-comp .content-wrap {
        padding: 40px 20px;
        width: 100%;
    }
    .bottom-cta h2 {
        font-size: 36px;
    }
}   
@media only screen and (max-width: 480px) {
    .zwc-banner-sec h1 {
        font-size: 36px;
    }
    .zwc-bgv-sec h2, .zwc-bgs-check h2 {
        font-size: 26px;
    }
    .zwc-provider h2, .zwc-bgs-entail h2, .zwc-legal-comp h2, .zwc-bgc-works h2,.bottom-cta h2 {
        font-size: 28px;
    }
    .zwc-legal-wrap .zwc-legal-icon {
        width: 50%;
    }
    .zwc-entail-list p, .zwc-bgc-works p {
        font-size: 22px;
    }
    .zwc-provider-wrap li{
        margin: 0 0px 30px;
    }
    .zwc-banner-sec .img-part img {
        max-width: 280px;
    }
    .zwc-banner-sec .scan {
        width: 105px;
        height: 31px;
        margin-left: -12px;
    }
    .zwc-bgv-list li::before{
        margin-bottom: 20px;
        float: left;
    }
}
@media only screen and (max-width: 359px) {
    .zwc-banner-sec h1 {
        font-size: 32px;
    }
    .bottom-cta h2 {
        font-size: 26px;
    }
}