.header-section {
    position: relative;
}

.header-section:after {
    content: '';
    background: url(/sites/zweb/images/apptics/privacy/za-box-pattern.jpeg) repeat;
    background-size: 40px auto;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.header-section .content-wrap {
    position: relative;
    z-index: 2;
}

.zw-product-header {
    background: url(/sites/zweb/images/apptics/privacy/za-box-pattern.jpeg) repeat;
    background-size: 40px auto;
    background-position: center center;
}

.header-section {
    padding: 80px 0 80px 0;
}

.header-section .content-wrap {
    max-width: 1040px;
}

.common-section .content-wrap {
    max-width: 1170px;
}

.header-section .table-wrap {
    display: flex;
}

.i18n-en h1 {
    font-size: 60px;
}

h1 span {
    color: #E42527;
}

.header-section .table-wrap .column.left {
    padding-right: 5%;
    width: 60%;
    padding-top: 40px;
}

.header-img-wrap {
    max-width: 250px;
    margin-right: 50px;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
}

.za-icon {
    background: url(/sites/zweb/images/apptics/privacy/za-sprite.svg) no-repeat;
}

.za-settings {
    width: 70px;
    height: 60px;
    background-position: -370px -27px;
    background-size: 500px auto;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: -30px;
}

.za-shield {
    max-width: 250px;
    z-index: 1;
    position: relative;
}

.za-finger-print {
    position: absolute;
    max-width: 150px;
    left: -70px;
    top: -50px;
}

.header-section .table-wrap .column.right {
    width: 40%;
}

.common-section {
    padding: 120px 0;
}

.first-section {
    background: #0f111a;
}

.i18n-en h2 {
    font-size: 46px;
    font-family: var(--secondaryfont-bold);
}

.first-section h2 {
    text-align: center;
    color: #fff;
}

.first-block {
    display: flex;
    margin-top: 50px;
}

.first-common {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 18px;
    margin: 10px;
    margin-bottom: 20px;
    color: #000;
    padding: 60px;
}

.first-common h3 {
    font-size: 26px;
    font-family: var(--secondaryfont-bold);
    max-width: 340px;
    margin-bottom: 15px;
}

.first-common .za-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 20px;
    background-size: 450px auto;
}

.first-common1 .za-icon {
    background-position: 3px -23px;
    height: 60px;
}

.first-common2 .za-icon {
    background-position: -185px -21px;
    background-size: 400px auto;
    width: 48px;
}

.first-common3 .za-icon {
    background-position: -88px -20px;
    background-size: 400px auto;
    width: 48px;
}

.first-common4 .za-icon {
    background-position: -41px -20px;
    background-size: 400px auto;
    width: 48px;
}

.first-common5 .za-icon {
    background-position: -136px -20px;
    background-size: 400px auto;
}

.first-common6 .za-icon {
    background-position: -235px -21px;
    background-size: 400px auto;
}

.first-section .content-wrap {
    max-width: 940px;
}


/* zwc-user-block */

.zwc-content-para {
    text-align: center;
}

.zwc-content-para p {
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.zwc-content-para p b {
    font-weight: bold;
}

.zwc-user-block .table-wrap {
    display: flex;
}

.zwc-user-block .table-wrap .column.left {
    width: 280px;
    background: url(/sites/zweb/images/apptics/privacy/user-mgmt.jpg) no-repeat;
    background-size: cover;
    border: 1px solid #D6D6D6;
    border-radius: 20px 0px 0px 20px;
    border-right: none;
    background-position: -5px 0px;
    border: 1px solid #442036;
}

.zwc-user-block .table-wrap .column.right {
    width: 75%;
    padding: 50px;
    border: 1px solid #D6D6D6;
    border-radius: 0px 20px 20px 0px;
    border-left: none;
}

.zwc-user-block {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.zwc-user-block .power-block {
    display: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
}

.zwc-user-block .power-block.current {
    display: block;
}

.zwc-user-block .with-my-identit {
    background: url(/sites/zweb/images/apptics/privacy/za-identity.svg) no-repeat;
    width: 85px;
    height: 81px;
    display: block;
    margin: 0 auto;
    background-size: 260px auto;
    margin-bottom: 20px;
}

.power-content-wrap {
    text-align: center;
}

.zwc-user-block .power-block p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    height: 58px;
}

.power-tab span {
    background: #F9FBFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: 2px solid #707070;
    padding: 10px 30px;
    display: inline-block;
    margin: 5px 5px 10px 5px;
    font-size: 16px;
    cursor: pointer;
}

.power-tab span.current {
    border: 2px solid #0062ff;
    background: #0062ff;
    color: #fff;
}

.zwc-user-block .power-block1 .with-my-identit {
    background-position: 0 0;
}

.zwc-user-block .power-block2 .with-my-identit {
    width: 82px;
    background-position: -86px 0;
}

.zwc-user-block .power-block3 .with-my-identit {
    width: 90px;
    background-position: -167px 0px;
}

.power-content {
    margin-bottom: 40px;
}


/* zwc-user-block */


/* zwc-compliance-section */

.zwc-compliance-section {
    background: #f5f5f5;
}

.zwc-compliance-section h2 {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zwc-sc-common {
    background-image: var(--compliance-badges);
    display: inline-block;
    background-size: 650px auto;
    margin-right: 10px;
    height: 65px;
    margin-bottom: 20px;
}

.zwc-sc1 {
    background-position: -265px -66px;
    width: 66px;
}

.zwc-sc2 {
    background-position: -331px -66px;
    width: 66px;
}

.zwc-sc3 {
    width: 125px;
    background-size: 910px auto;
    background-position: 0 0;
}

.zwc-sc4 {
    width: 125px;
    background-size: 910px auto;
    background-position: -126px 0;
}

.zwc-sc5 {
    width: 125px;
    background-size: 910px auto;
    background-position: -252px 0;
}

.zwc-sc6 {
    width: 126px;
    background-size: 910px auto;
    background-position: -378px 0;
}

.zwc-sc7 {
    width: 126px;
    background-size: 910px auto;
    background-position: -504px 0;
}

.zwc-compliance-section .table-wrap {
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
}

.security-badges {
    border: 1px dashed #000;
    border-radius: 20px;
    padding: 40px;
}

.zwc-compliance-section .table-wrap .column {
    width: 50%;
}

.zwc-compliance-section .table-wrap .column.left {
    padding-right: 5%;
    width: 50%;
}

.zwc-compliance-section .table-wrap .column.right {
    width: 50%;
}

.zwc-tick {
    height: 20px;
    width: 20px;
    left: -30px;
    top: 3px;
    display: block;
    border: 2px solid #ff3231;
    border-radius: 100%;
    position: absolute;
}

.zwc-compliance-section ul li {
    position: relative;
    margin-bottom: 30px;
}

.zwc-tick:after,
zwc-tick:before {
    background: #ff3231;
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    top: 9px;
    transform: rotate(45deg);
    width: 5px;
    position: absolute;
}

.zwc-tick:before {
    content: "";
    left: 4px;
    top: 7px;
    transform: rotate(-52deg);
    width: 15px;
    position: absolute;
    height: 2px;
    width: 10px;
    background: #ff3231;
}

.zwc-compliance-section ul {
    padding-left: 30px;
}

.zwc-compliance-section ul li:last-child {
    margin-bottom: 0;
}


/* zwc-compliance-section end*/


/* bottom-cta-section */

.bottom-cta-section {
    text-align: center;
    background: #0f111a;
    color: #fff;
}

.bottom-cta-section .content-wrap {
    max-width: 760px;
}

.bottom-cta-section .za-icon {
    width: 40px;
    height: 60px;
    background-position: -264px 0;
    background-size: 300px auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}


/* bottom-cta-section */


/*Right*/

@keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideRight {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(30px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}


/*slideUp*/

@keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideUp {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


/*slideUp*/


/*slideUp*/

@keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideDown {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateY(0);
    }
}


/*slideUp*/


/*slideleft*/

@keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes slideLeft {
    0% {
        visibility: hidden;
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        visibility: visible;
        opacity: 1;
        -moz-transform: translateX(0);
    }
}


/*slideleft*/

.za-finger-print,
.za-shield,
.za-settings {
    opacity: 0
}

.zwe-om .za-finger-print {
    animation: slideUp 0.8s ease-out 0.8s forwards;
}

.zwe-om .za-shield {
    animation: fadeIn 0.8s ease-out 0.4s forwards;
}

.zwe-om .za-settings {
    animation: slideRight 0.8s ease-out 0.9s forwards;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {
    .zwc-compliance-section .table-wrap .column.left {
        width: 70%;
    }
}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 991px) {
    .header-section .table-wrap {
        flex-direction: column;
    }
    .header-section .table-wrap .column.left,
    .header-section .table-wrap .column.right {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .header-img-wrap {
        margin: 0 auto;
        margin-top: 120px;
    }
    .first-section h2 {
        font-size: 38px;
    }
    .first-common h3 {
        font-size: 22px;
    }
    .first-common {
        padding: 45px;
    }
    .zwc-user-block .table-wrap .column.left {
        display: none;
    }
    .zwc-user-block .table-wrap .column.right {
        width: 100%;
        border: 1px solid #D6D6D6;
        border-radius: 20px;
    }
    .zwc-user-block {
        max-width: 640px;
    }
    .i18n-en h2 {
        font-size: 40px;
    }
    .common-section {
        padding: 100px 0;
    }
    .i18n-en h1 {
        font-size: 56px;
        line-height: normal;
    }
    .header-section .table-wrap .column.left {
        max-width: 620px;
        margin: 0 auto;
    }
    .zwc-sc-common {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .i18n-en h1 {
        font-size: 34px;
    }
    .header-section .content-wrap {
        max-width: 640px;
    }
    .za-shield {
        max-width: 200px;
    }
    .za-finger-print {
        max-width: 120px;
    }
    .za-settings {
        right: -30px;
    }
    .first-block {
        flex-direction: column;
    }
    .i18n-en h2 {
        font-size: 28px;
    }
    .common-section {
        padding: 70px 0;
    }
    .first-common {
        padding: 40px 30px;
    }
    .power-tab span {
        font-size: 14px;
        padding: 10px 15px;
    }
    .zwc-user-block .power-block p {
        height: auto;
    }
    .zwc-compliance-section .table-wrap {
        flex-direction: column;
    }
    .zwc-compliance-section .table-wrap .column.left,
    .zwc-compliance-section .table-wrap .column.right {
        width: 100%;
        padding: 0;
    }
    .security-badges {
        padding: 20px;
        text-align: center;
    }
    .zwc-sc-common {
        margin: 5px;
    }
    .zwc-compliance-section .table-wrap .column.right {
        margin-top: 60px;
    }
    .za-finger-print {
        left: -20px;
    }
    .za-settings {
        right: -20px;
    }
    .header-section {
        padding: 60px 0 60px 0;
    }
    .first-common h3 {
        font-size: 20px;
    }
    .zwc-user-block .table-wrap .column.right {
        padding: 40px;
    }
    .header-section .table-wrap .column.left {
        max-width: 480px;
        margin: 0 auto;
    }
    .first-block {
        margin-top: 40px;
    }
}