<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#features-1 .cont-part {
    order: 1;
}
#features-1{
   padding-top:0;
}
section.zwc-our-brands-main .content-wrap {
    padding: 2em 0;
    position: relative;
}
.zwc-our-brands li img {
    width: 53%;
    display: block;
    margin: 0 auto;
}
section.zwc-our-brands-main .content-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent 50%, #000 0);
    background-size: 11px 4px;
}
.cont-part-table {
    margin:0 auto;
    width:100%;
}
.cont-part-table th{
    border: 1px solid #e8e8e8 !important;
    width: 220px;
    padding: 10px;
    background:#f6f6f6;
    padding-top: 7px !important;
}
.cont-part-table td {
    border: 1px solid #e8e8e8;
    padding: 10px;
    text-align: left;
}
.zw-template-zp_feature_detail_pages .features-banner-content {
    margin: 0px auto;
    padding: 60px 0px 80px;
    max-width: 930px;
}
.features-item .cont-part p.zwc-min-wrap{
    max-width: 700px;
}
@media screen and (max-width: 670px) {
.cont-part-table {
    width: 100% !important;
    display: inline-block;
    overflow-x: scroll;
    border: 0;
}
}

/********* story-section **********/

.story-section {
    padding: 6em 0;
}
.story-section h2 {
    /* font-family: var(--zf-secondary-light); */
    font-size: 45px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 50px;
}

.story-section h2 span {
    font-family: var(--primaryfont-bold);
}

.story-slider-1 .item p, .name {
    font-size: 18px;
    line-height: 2;
}

.story-slider-1 {
    max-width: 700px;
    margin: 0 auto;
}

.name {
    font-family: var(--secondaryfont-semibold);
    margin-bottom: 40px;
}

.name small {
    font-family: var(--secondaryfont-regular);
}

.story-section .col-1 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.story-section .col-2 {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
    position: relative;
}

.story-section .story-slider-2 .item {
    padding: 2px;
    margin-right: 0;
    float: none;
    height: 74px;
    width: 74px !important;
    position: relative;
    cursor: pointer;
    border: 2px solid #fd4947;
    border-radius: 50%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    padding: 0;
}

.story-section .story-slider-2 .slick-track {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flexpack: center;
}

.story-slider-2 {
    margin: 0 0 20px;
    text-align: center;
}
.story-slider-2 img {
    max-width: 70px;
    border-radius: 50%;
    transition: all .5s ease-in-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
}
.story-section span.icons {
    background: url(/sites/zweb/images/forms/zf-fbuilder-sprite.png);
    display: block;
    background-size: 105px auto;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    position: absolute;
    z-index: 1;
}
.story-section span.icons.icons-1 {
    top: -15px;
    left: -22px;
    border-radius: 50%;
    transform: scale(0.2);
    opacity: 0;
    transition: all .5s ease;
}


.story-section .story-slider-2 .item.slick-current.slick-active,
.slick-current img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}


.story-slider-2 .item:first-child img {
    background: #e3e3f2;
}
.story-slider-2 .item:nth-child(2) img {
    background: #e0fde0;
}
.story-slider-2 .item:last-child img {
    background: #d6eefd;
}

.story-section .slick-current span.icons.icons-1 {
    opacity: 1;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    display: block;
}
.story-section .slick-prev {
    left: 150px;
}
.story-section .slick-next {
    right: 150px;
}
.story-slider-1 .item p {
    max-width: 760px;
    margin: 0 auto 20px;
}
.story-slider-2 .item:nth-child(1) {
    border-color: #eeb4d3;
}
.story-slider-2 .item:nth-child(2) {
    border-color: #aee8ae;
}
.story-slider-2 .item:nth-child(3) {
    border-color: #88cdf7;
}
.story-section .story-slider-2 .slick-track {
    transform: none !important;
    width: 100% !important;
}

.story-slider-1 .item.slick-current {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}
.story-slider-1 .item {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: all .8s!important;
    -webkit-transition: all .8s!important;
    opacity: 0;
}
.story-section .slick-next:before,.story-section .slick-prev:before {
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    width: 9px;
    height: 9px;
    background: no-repeat;
    transform: rotate(45deg) translate(-50%,-50%);
    top: 58%;
    right: 28%;
    transition: none
}
.story-section .slick-next:after,.story-section .slick-prev:after {
    background: #000;
    transform: rotate(90deg);
    left: 13px;
    top: 29%;
    right: auto;
    height: 13px;
    width: 2px;
    transition: none
}
.story-section .slick-prev:hover:before,.story-section .slick-next:hover:before {
    background: 0
}
.story-section .slick-prev:after {
    left: 13px;
    top: 9px
}
.story-section .slick-prev:before {
    left: 12px
}
.story-section .slick-prev:hover,
.story-section .slick-next:hover {
    background: #ff5858
}

.story-section .slick-prev:hover:after {
    background: #fff
}
.story-section .slick-next:hover:after,.story-section .slick-next:hover:before,.story-section .slick-prev:hover:after,.story-section .slick-prev:hover:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}
.story-section .slick-prev {
    left: -90px;
    right: auto;
    transform: rotate(-180deg)
}
.story-section .slick-next,.story-section .slick-prev {
    right: -90px;
    background: #e2e2e2;
    border-radius: 100%;
    top: 90px
}

    .cta-section {
        background: #1a1a25;
        text-align: center;
        color: #fff;
        padding: 4em 0;
    }
    .cta-section .content-wrap {
        max-width: 700px;
    }
    .cta-section h2 {
        margin-bottom: 25px;
        font-size: 36px;
    }

p.zwc-point {
    padding-left: 24px;
    position: relative;
}
p.zwc-point::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 9px;
   position:absolute;
}
@media screen and (max-width:1280px){
.story-section {
        padding: 2em 0 4em;
    }
    .story-section h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .story-section .slick-prev {
        left: 0;
    }
    .story-section .slick-next {
        right: 0;
    }
}
@media screen and (max-width:1023px){
.story-section {
        padding: 2em 0 4em;
    }
    .story-section span.icons{
        display: none;
    }
    .story-section .name small {
        display: block;
    }
    .story-section .slick-prev {
        left: 50px;
    }
    .story-section .slick-next {
        right: 50px;
    }
}
@media screen and (max-width:767px){
 .story-section .slick-dots li.slick-active {
        background: #fd4947;
        border-color: #fd4947;
    }
    .story-section {
        padding: 4em 0;
    }
    .story-section .col-1 {
        max-width: 100%;
    }
    .story-section .more-customers {
        margin-top: 40px;
    }
    .story-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
   p.zwc-point::before{
    display:none;
   }
}</pre></body></html>