/* Custom CSS */
.content-wrap {
    max-width: 1180px;
}

/* Banner Section */
.zwc-banner-section {
    padding: 80px 0 50px;
}
.banner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-cont h1 {
    font-size: 70px;
}
.banner-cont p {
    font-size: 20px;
    max-width: 460px;
}
.banner-cont a.act-btn.cta-btn {
    padding: 10px 30px;
    font-size: 20px;
}

/* Sign Collection */
.zwc-sign-collect {
    background: #2148aa;
    color: #fff;
    padding: 120px 0 140px;
}
.sign-collect-wrap p {
    font-size: 42px;
    font-family: var(--primaryfont-semibold);
    max-width: 760px;
    line-height: 1.3;
    margin-bottom: 0;
}
span.color-ylw {
    position: relative;
    color: #fff;
    background: linear-gradient(to right,#f7b21b,#f7b21b 50%,#fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 1s linear;
    text-decoration: none;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.animated span.color-ylw {
    background-position: 0 100%;
}
.animated span.color-ylw {
    background-position: 0 100%;
}
span.color-ylw.two {
    transition-delay: .9s;
}
.animated span.color-ylw {
    background-position: 0 100%;
}
span.color-ylw.three {
    transition-delay: 1.8s;
}

/* Benefit Section */
.zwc-benefit-section {
    padding: 100px 0;
}
.zwc-benefit-section .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zwc-benefit-section .content-wrap div {
    padding-top: 30px;
}
.zwc-benefit-section h2, .zwc-feature-section h2{
    font-size: 55px;
    font-family: var(--primaryfont-bold);
}
.zwc-benefit-section p {
    font-size: 20px;
    max-width: 650px;
}
.list-items li {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 0 0 25px;
    position: relative;
}
.list-items li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    width: 14px;
    height: 6px;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
}
.list-items {
    margin-bottom: 20px;
}

/* Features Section */
.zwc-feature-section {
    padding-bottom: 90px;
}
.zwc-feature-section p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 0 30px 0;
}
.features-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.features-list {
    max-width: 500px;
    margin-right: 20px;
}
.features-list span {
    font-size: 25px;
    color: #7A8EA0;
    font-family: var(--primaryfont-semibold);
}
.last-point a {
    color: #0D81FD;
    font-family: var(--primaryfont-semibold);
    border-bottom: 1.5px solid #0D81FD;
}
.video-btn {
    border: 0;
    position: relative;
    padding-left: 20px;
    background: 0;
    margin-top: 20px;
    cursor: pointer;
}
.video-btn span {
    border-bottom: 1px solid currentColor;
    font-family: var(--primaryfont-semibold);
}
.first-replay {
    visibility: hidden;
}
.video-btn::before {
    content: "";
    background: url(/sites/zweb/images/sign/trust-sprite.svg);
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px;
}

/* FAQ section */
.faq-section {
    max-width: 900px;
    margin: 30px auto 130px;
}
.faq-section>h3 {
    font-size: 30px;
    font-family: var(--zf-primary-light);
}
.faq-list li {
    border-bottom: 1px solid #c9c9c9;
    padding: 25px 0 15px;
    cursor: pointer
}
.faq-list li h4 {
    padding-right: 30px;
    position: relative;
    font-family: var(--secondaryfont-bold);
    font-size: 27px;
}
.faq-list li p {
    padding-right: 30px;
}
.faq-list li p b{
    font-family: var(--zf-primary-semibold);
}
.faq-list li h4::before {
    position: absolute;
    content: '+';
    right: 0;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%)
}
.faq-list li.zactive h4::before {
    content: '-'
}

/* Responsive */
@media only screen and (max-width: 1399px){
    .zwc-benefit-section h2, .zwc-feature-section h2 {
        font-size: 45px;
    }
    .sign-collect-wrap p {
        font-size: 38px;
        max-width: 690px;
    }
}
@media only screen and (max-width: 1199px){
    .banner-cont h1 {
        font-size: 60px;
    }
    .banner-section img {
        width: 590px;
        height: 447px;
    }
    .banner-cont p {
        font-size: 18px;
        max-width: 330px;
    }    
    .zwc-sign-collect {
        padding: 100px 0 110px;
    }
    .zwc-benefit-section {
        padding: 100px 0 70px;
    }
    .zwc-benefit-section .content-wrap {
        justify-content: space-evenly;
    }
    .zwc-benefit-section p {
        font-size: 17px;
        max-width: 550px;
    }
    .list-items li {
        font-size: 18px;
    }
    .features-section {
        padding-top: 10px;
        justify-content: space-around;
    }
    .features-section video {
        width: 450px;
        height: 443px;
    }
    .features-list {
        max-width: 420px;
    }
    .zwc-feature-section p {
        font-size: 17px;
        max-width: 490px;
        margin: 0 0 20px 0;
    }
    .zwc-feature-section {
        padding-bottom: 40px;
    }
    .faq-section {
        max-width: 720px;
        margin: 60px auto 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-wrap {
        width: 90%;
    }
}
@media only screen and (max-width: 991px) {
    .zwc-banner-section {
        padding: 50px 0;
    }
    .banner-section {
        justify-content: space-evenly;
    }
    .banner-cont h1 {
        font-size: 53px;
    }
    .banner-section img {
        width: 410px;
        height: 310px;
    }
    .zwc-sign-collect {
        padding: 90px 0 100px;
    }
    .sign-collect-wrap p {
        font-size: 35px;
        max-width: 640px;
    }
    .zwc-benefit-section {
        padding: 60px 0;
    }
    .zwc-benefit-section .content-wrap {
        gap: 50px;
    }
    .zwc-banner-section .content-wrap img {
        width: 370px;
        height: 299px;
    }
    .zwc-benefit-section p {
        max-width: 470px;
    }
    .zwc-benefit-section h2, .zwc-feature-section h2 {
        font-size: 33px;
    }
    .zwc-benefit-section img {    
        width: 320px;
        height: 354px;
    }
    .features-list {
        max-width: 500px;
        margin-right: 0;
    }
    .zwc-feature-section p {
        font-size: 18px;
        max-width: 520px;
        margin: 0 0 30px 0;
    }
    .features-section video {
        width: 360px;
        height: 353px;
    }
    .features-section {
        padding-top: 0px;
        justify-content: space-evenly;
        gap: 30px;
        padding-bottom: 10px;
    }
    .zwc-feature-section {
        padding-bottom: 0px;
    }    
    .zwc-feature-section .features-section p {
        max-width: 360px;
        font-size: 15px;
    }
    .features-list span {
        font-size: 35px;
    }
    .faq-list li h4 {
        font-size: 23px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-section {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    .sign-collect-wrap p {
        font-size: 25px;
        max-width: 610px;
        line-height: 1.6;
    }
    .zwc-sign-collect, .zwc-benefit-section {
        padding: 80px 0;
    }
    .zwc-benefit-section .content-wrap {
        flex-direction: column;
        gap: 10px;
    }
    .zwc-benefit-section .content-wrap div {
        padding-top: 0px;
    }
    .zwc-benefit-section h2, .zwc-feature-section h2 {
        font-size: 28px;
    }
    .features-section {
        gap: 30px;
        flex-direction: column;
    }
    .zwc-feature-section .features-section p {
        max-width: 500px;
        font-size: 17px;
    }
    .zwc-feature-section .content-wrap {
        max-width: 510px;
    }
    .features-section video {
        width: 390px;
        height: 390px;
    }
    .features-section {
        padding-bottom: 50px;
    }
    .faq-section {
        margin: 0px auto 70px;
    }
    .faq-section>h3 {
        font-size: 25px;
    }
    .faq-list li h4 {
        font-size: 20px;
    }
    span.color-ylw {
        color: #f7b21b;
        background-position: 0 100%;
    }
    .banner-cont h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 480px) {
    .zwc-banner-section .content-wrap img {
        width: 250px;
        height: 198px;
    }
    .banner-cont a.act-btn.cta-btn {
        padding: 7px 20px;
        font-size: 14px;
    }
    .banner-cont h1 {
        font-size: 38px;
    }
    .banner-cont p {
        font-size: 18px;
    }
    .sign-collect-wrap p {
        font-size: 18px;
    }
    .zwc-sign-collect {
        padding: 60px 0 70px;
    }
    .zwc-benefit-section h2, .zwc-feature-section h2 {
        font-size: 26px;
    }
    .zwc-benefit-section p, .zwc-feature-section p {
        font-size: 14px;
    }
    .list-items li {
        font-size: 16px;
    }
    .features-section video {
        width: 288px;
        height: 283px;
    }
    .faq-list li h4 {
        font-size: 18px;
    }
    .faq-list li {
        padding: 25px 0 10px;
    }
    .zwc-feature-section .features-section p {
        font-size: 14px;
    }
    .features-list span {
        font-size: 30px;
    }
}