.signpass-wrap * {
    box-sizing: border-box;
}

.signpass-wrap h1 {
    font-size: 60px;
}

.signpass-wrap h2 {
    font-size: 53px;
    line-height: 1.2;
}

.signpass-wrap h3 {
    font-size: 34px;
}

.signpass-wrap h1,
.signpass-wrap h2,
.signpass-wrap h3 {
    font-family: var(--primaryfont-bold);
}

.dsp-flx {
    display: flex;
}

.flx-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.justify-space {
    justify-content: space-between;
}

/*banner-section*/
.banner-section {
    padding: 130px 0 150px;
}

.banner-section-wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.banner-section-wrap p {
    max-width: 690px;
    margin: 0 auto;
    font-size: 20px;
}

.banner-section-wrap p span {
    display: block;
}

/* .banner-icons span{
    display: inline-block;
    background: url(/sites/zweb/images/sign/signicat-sprite.svg) no-repeat;
    width: 133px;
    height: 133px;
    margin-bottom: 20px;
}
.banner-icons span.sign-logo{
    background-position: -232px -1px;
    transform: translateX(-15px);
}
.banner-icons span.pass-logo{
    background-position: -369px -1px;
    transform: translateX(15px);
}
.animated .banner-icons span.sign-logo{
    transform: translateX(0px);
    transition: all .5s ease 1s;
}
.animated .banner-icons span.pass-logo{
    transform: translateX(0px);
    transition: all .5s ease 1s;
} */

.zwc-banner-icons {
    display: flex;
    width: fit-content;
    margin: auto auto 30px;
}

.zwc-sign-logo {
    padding: 25px;
    background-color: #4987c1;
    border-radius: 10px;
    transform: translate(-50%, 0%);
}

.zwc-signicat-logo {
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #2a0462;
    border-radius: 10px;
    transform: translate(50%, 0%);
}

.zwc-sign-logo img{
    filter: brightness(20);
}

.zwc-banner-icons .zwc-signicat-logo {
    animation: tendaLogoAnimation 2s ease forwards;
    background-color: 2a0462;
    transform: translateX(15px);
}

.zwc-banner-icons .zwc-sign-logo {
    animation: signLogoAnimation 2s ease forwards;
    background-color: #4987c1;
    transform: translateX(-15px);
}

@keyframes tendaLogoAnimation {
    0% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes signLogoAnimation {
    0% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(0);
    }
}

/*industry-section*/
.industry-section {
    padding: 140px 0px 120px;
    background: #F5F5F7;
}

.industry-wrap {
    max-width: 1070px;
    margin: 0 auto;
    text-align: center;
}

.industry-wrap>p:first-child {
    max-width: 520px;
}

.industry-list {
    margin: 40px auto;
    flex-wrap: wrap;
    text-align: left;
}

.industry-list li {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 60px 50px 40px;
    width: 31.7%;
    margin: 0px 25px 25px 0px;
    transform: translateY(30px);
    transition: .5s ease;
    opacity: 0;
}

.middle-animated .industry-list li {
    transform: translateY(0px);
    opacity: 1;
}

.middle-animated .industry-list li:nth-child(2) {
    transition-delay: .3s;
}

.middle-animated .industry-list li:nth-child(3) {
    transition-delay: .6s;
}

.middle-animated .industry-list li:nth-child(4) {
    transition-delay: .9s;
}

.middle-animated .industry-list li:nth-child(5) {
    transition-delay: 1.2s;
}

.industry-list li:nth-child(3) {
    margin-right: 0;
}

.industry-list li span {
    display: inline-block;
    background: url(/sites/zweb/images/sign/signicat-sprite.svg) no-repeat;
    margin-bottom: 30px;
    height: 50px;
}

.industry-list li span.business {
    background-position: 0px -83px;
    width: 68px;
}

.industry-list li span.estate {
    background-position: -146px -81px;
    width: 64px;
}

.industry-list li span.finance {
    background-position: -71px -83px;
    width: 74px;
}

.industry-list li span.bank {
    background-position: -207px -74px;
    width: 76px;
}

.industry-list li span.govern {
    background-position: -200px -61px;
    width: 68px;
}

.industry-list li span.health {
    background-position: -268px -61px;
    width: 64px;
}

.industry-list li h3 {
    margin-bottom: 25px;
}

.industry-list li p,
.benefits>div p {
    position: relative;
    padding-left: 30px;
}

.integration-section .benefits>div p:last-child {
    max-width: 680px;
}

.industry-list li p::before,
.benefits>div p::before {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/sign/signicat-sprite.svg) no-repeat;
    background-position: -211px -117px;
    width: 20px;
    height: 16px;
    left: 0;
    top: 4px;
}

.industry-wrap ul+h2 {
    max-width: 720px;
}

.benefits {
    margin-top: 50px;
}

.benefits>div {
    width: 100%;
}

.benefits>div p {
    margin-bottom: 40px;
    font-size: 20px;
}

.benefits>div p::before {
    top: 8px;
}

.work {
    max-width: 630px;
    margin: 0 auto 120px;
}

.work p,
.integration-cont p {
    font-size: 20px;
}

/*integration-section*/
.integration-section {
    padding: 140px 0px;
}

.integration-wrap,
.key {
    max-width: 1030px;
    margin: 0 auto;
}

.key {
    margin: 0 auto 100px;
}

.integration-video {
    width: 50%;
}

.integration-video-wrap video {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    margin-top: 70px;
}

.integration-cont {
    width: 37%;
}

.integration-cont p:not(:last-child) {
    margin-bottom: 50px;
}

.integration-cont span {
    font-family: var(--primaryfont-semibold);
    font-size: 24px;
    color: #7A8DA0;
    margin-bottom: 10px;
}

.digital-footer {
    max-width: 630px;
    margin: 170px auto 0;
}

.digital-footer .act-btn {
    font-size: 18px;
    margin-top: 10px;
}

.first-replay {
    visibility: hidden;
}

.video-btn {
    border: none;
    position: relative;
    padding-left: 20px;
    background: none;
    margin-top: 20px;
    cursor: pointer;
}

.video-btn span {
    border-bottom: 1px solid currentColor;
    font-family: var(--primaryfont-semibold);
}

.video-btn::before {
    content: "";
    background: url(/sites/zweb/images/sign/signicat-sprite.svg) no-repeat -2px 0;
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 15px;
}

/*media-queries*/
@media only screen and (max-width:1199px) {
    .signpass-wrap h1 {
        font-size: 55px;
    }

    .signpass-wrap h2 {
        font-size: 45px;
    }

    .signpass-wrap h3 {
        font-size: 30px;
    }

    .banner-section {
        padding: 100px 0 120px;
    }

    .industry-section {
        padding: 130px 0px 90px;
    }

    .industry-list li {
        padding: 50px 40px 30px;
        margin: 0px 20px 20px 0px;
    }

    .integration-section {
        padding: 110px 0px;
    }

    .digital-footer {
        margin: 130px auto 0;
    }

    .key {
        margin: 0 auto 80px;
    }
}

@media only screen and (max-width:991px) {
    .signpass-wrap h1 {
        font-size: 50px;
    }

    .signpass-wrap h2 {
        font-size: 40px;
    }

    .signpass-wrap h3 {
        font-size: 28px;
    }

    .banner-section {
        padding: 80px 0 100px;
    }

    .industry-section {
        padding: 110px 0px 70px;
    }

    .industry-list li {
        width: 48.5%;
    }

    .industry-list li:nth-child(3) {
        margin-right: 20px;
    }

    .industry-list li:nth-child(even) {
        margin-right: unset;
    }

    .industry-list {
        margin: 30px auto;
    }

    .benefits>div p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .benefits>div p::before {
        top: 6px;
    }

    .benefits {
        margin-top: 50px;
    }

    .integration-section {
        padding: 90px 0px;
    }

    .digital-footer {
        max-width: 530px;
        margin: 80px auto 0;
    }

    .integration-cont p:not(:last-child) {
        margin-bottom: 50px;
    }

    .industry-wrap ul+h2 {
        max-width: 620px;
    }

    .work {
        margin: 0 auto 100px;
    }
}

@media only screen and (max-width:767px) {
    .signpass-wrap h1 {
        font-size: 48px;
    }

    .signpass-wrap h2 {
        font-size: 30px;
    }

    .signpass-wrap h3 {
        font-size: 28px;
    }

    .banner-section {
        padding: 60px 0 80px;
    }

    .industry-section {
        padding: 70px 0px 50px;
    }

    .industry-wrap h2,
    .industry-wrap ul+h2,
    .industry-wrap>p:first-child {
        max-width: 100%;
    }

    .benefits>div {
        width: 100%;
    }

    .benefits {
        flex-direction: column;
    }

    .industry-list li,
    .industry-list li:nth-child(3) {
        width: 100%;
        margin-right: 0;
    }

    .integration-section {
        padding: 80px 0px 90px;
    }

    .integration-wrap {
        flex-direction: column;
    }

    .integration-video,
    .integration-cont {
        width: 100%;
    }

    .integration-cont p:not(:last-child) {
        margin-bottom: 30px;
    }

    .zwc-banner-icons span.sign-logo,
    .zwc-banner-icons span.zwc-signicat-logo {
        transform: translateX(0) scale(0.8);
        position: relative;
    }

    .zwc-banner-icons span.sign-logo {
        left: 14px;
    }

    .zwc-banner-icons span.zwc-signicat-logo {
        right: 14px;
    }

    @keyframes tendaLogoAnimation {
        0% {
            transform: translateX(10px) scale(0.8);
        }

        100% {
            transform: translateX(-10px) scale(0.8);
        }
    }

    @keyframes signLogoAnimation {
        0% {
            transform: translateX(-20px) scale(0.8);
        }

        100% {
            transform: translateX(10px) scale(0.8);
        }
    }

    .integration-cont {
        margin-top: 50px;
    }

    .banner-section-wrap p span {
        display: inline;
    }

    .banner-section-wrap p,
    .work p,
    .integration-cont p,
    .benefits>div p {
        font-size: 17px;
    }

    .key {
        margin: 0 auto 60px;
    }

    .integration-video-wrap video {
        margin-top: 30px;
    }
}

@media only screen and (max-width:480px) {
    .signpass-wrap h1 {
        max-width: 280px;
        margin: 0 auto 20px;
        font-size: 38px;
    }

    .benefits {
        margin-top: 30px;
    }

    .digital-footer {
        margin: 55px auto 0;
    }

    .industry-list li {
        margin: 0px auto 20px;
    }

    .signpass-wrap .integration-video h2 {
        max-width: 300px;
    }

    .industry-list li:nth-child(even) {
        margin-right: inherit;
    }

    .industry-list li,
    .industry-list li:nth-child(3) {
        margin-right: auto;
    }

    .industry-wrap h2:first-child {
        text-align: center;
    }

    .work {
        margin: 0 auto 60px;
    }
}