<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-section,
.zw-template-inner {
    overflow: hidden;
}
a.act-btn.cta-btn {
    padding: 14px 30px;
    border-radius: 3px;
}
img{
    display: block;
    position: relative;
    width: 100%;
}
h1 {
    font-size: 50px;
    line-height: 1.1;
}
h1 strong {
    font-family: var(--primaryfont-bold);
    color: #09a254;
}
p {
    margin: 0 0 15px;
    font-size: 18px;
}
body h2 {
    font-size: 40px;
    line-height: 1.1;
    font-family: var(--primaryfont-bold);
}
h2 strong {
    font-family: var(--primaryfont-bold);
    display: block;
    font-size: 55px;
}
.rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rows &gt; div {
    flex: 0 0 50%;
    max-width: 50%;
}
.zw-product-header,.banner-section {
    background: #fff0e8
}
h2 span {
    color: #fd4a47;
}
h4 {
    line-height: 1.2;
    font-family: var(--secondaryfont-bold);
}
.img-shadow img {
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
    border-radius: 8px;
}
.st0 {
    fill: #ffcb00;
}
.st1 {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.st2 {
    fill: #000;
}

/********* Banner *************/

.banner-section {
    padding: 4em 0 5em;
    position: relative;
}
.rows &gt; div.banner-content {
    max-width: 45%;
}
.banner-content p {
    margin: 20px auto;
    max-width: 680px;
}

.banner-popup {
    position: relative;
    overflow: hidden;
}
.banner-popup:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: black;
    border-radius: 10px;
    opacity: 0.5;
}
.banner-popup img {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    display: block;
}
.banner-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-btn &gt; a,.banner-btn a.vimvideo {
    margin: 0px 10px 30px;
}
.banner-btn a.vimvideo {
    position: relative;
    padding-left: 50px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--zf-secondary-semibold);
    font-size: 15px;
    margin-left: 15px;
}

span.play-icon {
    width: 45px;
    height: 45px;
    background: #f0483e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.3);
    display: block;
    cursor: pointer
}
span.play-icon::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    animation: 2s pulsate1 ease-out infinite;
    opacity: 1;
    border-radius: 50%;
    border: 7px solid #f0483e;
    top: -5px;
    left: -5px;
    transform-origin: center
}
span.play-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%,-40%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55,0.055,0.675,0.19)
}
@keyframes pulsate1 {
    0% {
        transform: scale(0.9);
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@keyframes floating {
    0% {
        transform: translateY(-30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-30px)
    }
}
@keyframes floatingrev {
    0% {
        transform: translateY(30px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(30px)
    }
}
.productivity-main {
    /* background: #ffd3d1; */
    border-radius: 10px;
    text-align: center;
    padding: 70px 50px;
    max-width: 1100px;
    margin: 0 auto;
}
ul.list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.list li:not(:last-child) {padding-right: 30px;}
ul.list li svg {
    position: absolute;
    left: 0;
    top: 2px;
    transform: scale(1.1);
}
ul.list li {
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.productivity-section {
    position: relative;
}
.productivity-section .col {
    flex: 0 0 32%;
    max-width: 32%;
    background: #edf1f3;
    border-radius: 10px;
    padding: 50px 30px;
}
.productivity-section span.icons {
    background: url(/sites/zweb/images/salesiq/chatgpt-openai/zs-chatgpt-sprite.png) no-repeat;
    background-size: 200px auto;
    display: block;
    width: 76px;
    height: 80px;
    background-position: 0 0;
    margin: 0 auto;
}
.bx-2 span.icons {
    background-position: -76px 0;
    width: 70px;
}
.bx-3 span.icons {
    background-position: -146px 0;
    width: 70px;
}
.productivity-section .rows {
    gap: 20px;
}
.productivity-section h4 {
    font-size: 22px;
}
/* .productivity-section:before {
    background: #421717;
    content: "";
    position: absolute;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
} */
.productivity-main h2 {
    margin: 0px auto 40px;
    max-width: 750px;
    line-height: 1.2;
}
.ai-com-section h2 {
    text-align: center;
    margin: 0 auto 40px;
    max-width: 700px;
}
.ai-com-section {
    padding: 70px 0;
}
.ai-content {
    flex: 0 0 30%;
    max-width: 30%;
    order: 2;
    /* text-align: center; */
    max-width: 470px;
    /* position: absolute; */
    /* bottom: -60px; */
    /* right: -100px; */
    /* background: #fff; */
    /* text-align: left; */
    /* padding: 50px 40px; */
    /* box-shadow: 0 0 20px rgba(0,0,0,0.05); */
    border-radius: 10px;
    z-index: 10;
    padding-left: 40px;
}
.ai-main h3 {
    font-size: 36px;
}
.zwc-chat-context-section .tab-section {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ai-img img {
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}
.ai-com-section .content-wrap {
    margin-bottom: 3em;
    background: #edf1f3;
    padding: 60px 0;
    border-radius: 10px;
}
.ai-com-section .content-wrap:last-child {
    margin-bottom: 50px;
}

.zwc-chat-context-section .tabs {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    text-align: center
}
.zwc-chat-context-section .tabs li {
    color: #000;
    background: #fff;
    font-family: var(--zf-primary-bold);
    font-size: 16px;
    padding: 10px 30px;
    margin: 10px 5px;
    border-radius: 60px;
    transition: all .2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
}
.zwc-chat-context-section .tabs li:hover,.zwc-chat-context-section .tabs li.active {
    background: #0285ff;
    color: #fff;
}
.zwc-chat-context-section .tab-content h3 {
    font-family: var(--primaryfont-bold);
    font-size: 32px;
}
.zwc-chat-context-section .tab-content {
    display: none;
}
.zwc-chat-context-section .tab-content.active {
    display: block;
    animation: slideDown ease-out .5s forwards;
}
.ai-content p {
    margin: 0;
    font-size: 16px;
}
.ai-content h3 {
    font-size: 26px;
    margin-bottom: 7px;
}
.zwc-chat-context-section .tab-main {
    flex: 0 0 70%;
    max-width: 70%;
}
.zwc-chat-context-section:nth-child(2n+2) .ai-content {
    order: 0;
    padding: 0 40px 0 0px;
}
.zwc-chat-context-section .tab-main video {
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

/************* Cta *************/
.cta-section {
	background: #131418 url(/sites/zweb/images/salesiq/salesiq-home-pattern.jpg);
	text-align: center;
	color: #fff;
	padding: 4em 0;
}
.cta-section h2 {
    font-family: var(--primaryfont-semibold);
    margin-bottom: 25px;
}
.cta-section span.icons {
    background: url(/sites/zweb/images/salesiq/images/zsalesiq-pattern-sprite.png)no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    background-size: 350px;
    background-position: -226px 0;
}
.cta-section .content-wrap {
    max-width: 700px;
}
.cta-section span.icons.icon-1 {
	top: -20px;
	left: -120px;
}
.cta-section span.icons.icon-2 {
    right: -20px;
    bottom: -10px;
    background-position: -195px 0;
}
.cta-section span.icons.icon-3 {
    left: -10px;
    bottom: 0;
    background-position: -256px 0;
}
.cta-section span.icons.icon-4 {
    right: -140px;
    top: -30px;
    background-position: -318px 0;
}
.cta-section span.line {
    background: 0;
    border: 1px solid #424242;
    width: 10px;
    height: 10px;
    position: absolute;
    animation: 5s rotate linear infinite;
    left: -100px;
    bottom: 50px;
}
.cta-section span.line.line-2 {
    right: -200px;
    left: auto;
}

@media screen and (min-width: 768px)
{
    /*****animated*****/
    .cta-section span.icons,
    span.icon,
    .banner-img .img-2 {
        opacity: 0;
    }
    .middle-animated  .scaling5{
        animation: scaling_op .6s ease-out 1s forwards;
    }
    
    
    @keyframes slideLeft {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(-30px)
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0)
        }
    }
    @keyframes slideRight {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateX(30px)
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateX(0)
        }
    }
    @keyframes slideUp {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(-30px)
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0)
        }
    }
    @keyframes slideDown {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(30px)
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0)
        }
    }
    @keyframes scaling_op{
        0% {
            visibility: hidden;
            opacity: 0;
            transform: scale(.2)
        }
        100% {
            visibility: visible;
            opacity: .4;
            transform: scale(1);
        }
    }
    @keyframes scaling{
        0% {
            visibility: hidden;
            opacity: 0;
            transform: scale(.2)
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: scale(1);
        }
    }
}
@media screen and (max-width:1440px) {

    h1 {
        font-size: 50px;
    }
    body h2 {
        font-size: 42px;
    }
}
@media screen and (max-width:1280px) {
    h1 {
        font-size: 36px;
    }
    h3 {
        font-size: 30px;
    }
    body h2 {
        font-size: 36px;
    }
    .banner-content {
        max-width: 780px;
    }
    .banner-section {
        padding: 3em 0;
    }
    .cta-section {
        padding: 4em 0;
    }
    .cta-content h2 {
        font-size: 36px;
    }
    .cta-section .content-wrap {
        max-width: 660px;
    }
}
@media screen and (max-width:1199px) { 
    ul.list li {
        flex: 0 0 31%;
    } 
   .banner-section img.img-2 {
        max-width: 110px;
    }
    .banner-section img.img-1 {
        max-width: 80px;
    }
	.productivity-section .rows {
	    gap: 1px;
	}
	.productivity-main {
	    padding-bottom: 20px;
	}
	.productivity-section .col {
	    padding: 50px 20px;
	}
    .ai-content {
        max-width: 340px;
        padding: 20px 20px;
    }
    .ai-content p {
        font-size: 14px;
    }
    .ai-content h3 {
        font-size: 20px;
    }
    .zwc-chat-context-section .tab-section {
        max-width: 900px;
    }

}
@media screen and (max-width:1023px) {
    h1 {
        font-size: 36px;
    }
	body h2 {
	    font-size: 32px;
	}
    p {
        font-size: 16px;
    }
 .banner-section {
        padding: 60px 0 80px;
    }
    .rows &gt; div,.banner-section .rows .banner-content {
        max-width: 100%;
        flex: 0 0 100%;
    }
	.banner-section .rows .banner-content {
        margin: 0 auto 40px;
        text-align: center;
    }
    .banner-popup {
        max-width: 700px;
        margin: 0 auto;
    }

    .productivity-main {
        padding: 70px 10px;
    }
	.productivity-section .rows {
	    flex-direction: column;
	    align-items: center;
	    gap: 30px;
	}
	.productivity-section .col {
	    flex: 0 0 100%;
	    max-width: 300px;
	    text-align: center;
	}
	.productivity-main h2 {
	    text-align: center;
	}
    ul.list {
        display: flex;
        flex-direction: column;
    }
    ul.list li:not(:last-child) {
        padding-left: 25px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .productivity-main {
        text-align: left;
        padding: 60px 70px;
    }
    .zwc-chat-context-section .tab-section {
        max-width: 620px;
        flex-direction: column;
    }
    .ai-content {
        max-width: 510px;
        text-align: center;
        margin: 0 auto 22px;
        order: 0;
    }
    .zwc-chat-context-section:nth-child(2n+2) .ai-content{
        padding:0;
    }
    .zwc-chat-context-section .tab-main {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cta-section span.icons {
        display: none;
    }
    .cta-section .content-wrap {
        max-width: 705px;
    }
    .cta-content h2 {
        font-size: 32px;
    }
   
}
@media screen and (max-width:767px) {
    h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    p {
        font-size: 15px;
    }
    body h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 28px;
    } 
    .banner-section {
        padding-bottom: 30px;
    }
	.banner-section {
        padding: 50px 0 70px;
    }
    .productivity-main {
        padding: 50px 30px;
    }
    .productivity-section .content-wrap {
        width: 100%;
        padding: 0 10px;
    }
    .ai-content {
        position: relative;
        right: 0;
        bottom: 0;
        background: none;
        box-shadow: none;
        max-width: 100%;
        padding: 0 20px 30px;
        text-align: center;
    }
    .zwc-chat-context-section .tabs {
        display: none;
    }
    .zwc-chat-context-section .tab-content h4 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 15px;
        display: inline-block;
        padding: 8px 30px;
        border-radius: 10px;
    }
    .zwc-chat-context-section .tab-content {
        display: block;
        margin-bottom: 50px;
        text-align: center;
    }
    .zwc-chat-context-section .tab-content:last-child {
        margin: 0;
    }
    .ai-com-section .content-wrap {
        padding: 50px 10px;
        margin-bottom: 3em;
    }
    .ai-content h3 {
        font-size: 26px;
    }
    .zwc-chat-context-section .tab-section {
        padding: 0 10px;
    }

}</pre></body></html>