<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.help-wrap .col-block&gt;span {
    background: url(/sites/zweb/images/help-new-icon-sprite-social.png) no-repeat;
    background-size: 900px auto;
}
.help-wrap .col-block:nth-child(1) span{background-position:-50px 0}
.help-wrap .col-block:nth-child(2) span{background-position:-500px 0;}
.help-wrap .col-block:nth-child(3) span{background-position:0px -50px}
.help-wrap .col-block:nth-child(4) span{background-position:-350px 0;}
.help-wrap .col-block:nth-child(5) span{background-position:-50px -100px;}
.help-wrap .col-block:nth-child(6) span{background-position:-450px 0;}
.help-wrap .col-block:nth-child(7) span{background-position:-400px 0;}
.help-wrap .col-block:nth-child(8) span{background-position: 0px 0;}
.help-wrap {
    padding-top: 0;
    position: relative;
}

.help-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 700px;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #ffffff;
    background: -moz-linear-gradient(top,#a2c4ff 0,#fff 100%);
    background: -webkit-linear-gradient(top,#f4f4f4 0,#fff 100%);
    background: linear-gradient(to bottom,#f4f4f4 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c4ff',endColorstr='#ffffff',GradientType=0);
}

/*Promotional banner*/

.zpromotion {
    background: #168941;
    padding: 10px 10px 10px 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box !important;
    display: none
}

.imp-text {
    font-family: var(--zf-primary-bold)
}

.zpromotion p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: var(--zf-primary-semibold)
}

.other-lang .zpromotion {
    display: none !important
}

.zpromotion p span {
    margin-right: 8px
}

.zpromotion p a {
    border-bottom: 1px solid #fff;
    padding: 0;
    display: inline-block;
    color: #fff;
    top: -2px;
    position: relative;
    font-size: 14px;
    font-family: var(--zf-primary-bold);
    line-height: 1.4;
    text-transform: uppercase
}

.zpremoclose {
    position: absolute;
    right: 22px;
    top: 11px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #000;
    top: 5px
}

.zpremoclose:after {
    transform: rotate(-45deg)
}

.zpremoclose:before {
    transform: rotate(45deg)
}
/*Promotional banner*/


@media screen and (max-width: 991px) {
    .zpromotion p {
        font-size: 13px;
        line-height: 1.7
    }
}

@media screen and (max-width: 767px) {
   .zpromotion {
        position: relative;
        top: 0;
        z-index: 999;
    }
}</pre></body></html>