<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Common CSS */
.zwc-template-inner h1 {
    font-size: 65px;
}
.zwc-template-inner h2 {
    font-size: 42px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -.8px;
}

/* Banner Section */
.zwc-banner-section {
    padding-top: 100px;
}
.zwc-banner-cont {
    text-align: center;
}
.zwc-banner-cont h1 {
    background: linear-gradient(90deg, #FF7121 -0.9%, #FF1B0C 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    letter-spacing: -2px;
}
.zwc-banner-cont p {
    font-size: 34px;
    font-family: var(--primaryfont-semibold);
    letter-spacing: -1px;
    margin-bottom: 25px;
}
.act-btn.cta-btn {
    padding: 13px 35px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
}
.zwc-banner-fea-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr .7fr;
    gap: 70px;
    padding: 80px 0;
    max-width: 1000px;
    margin: auto;
}
.zwc-banner-fea-wrap div span {
    position: relative;
    display: inline-block;
}
.zwc-banner-fea-wrap div span::after {
    content: '';
    display: block;
    width: 60px;
    height: 66px;
    background-image: url(/sites/zweb/images/mail/why-zoho-mail/why-choose-mail-sprite.svg);
    background-repeat: no-repeat;
    background-size: 330px auto;
    background-position: 0px -13px;
    margin-bottom: 10px;
}
.zwc-banner-fea-wrap .zwc-ai-assist span::after {
    background-position: -52px 0px;
    background-size: 280px;
}
.zwc-banner-fea-wrap .zwc-happy-collab span::after {
    background-position: -127px -11px;
    width: 66px;
    background-size: 315px;
}
.zwc-banner-fea-wrap .zwc-small-detail span::after {
    background-position: -202px -14px;
    width: 64px;
}
.zwc-banner-fea-wrap div span+p {
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
    margin: 0;
    letter-spacing: -.4px;
}

/* Dashboard Section */
.zwc-dashboard-section {
    background: linear-gradient(180deg, #FFF 60%, #FFE6C0 115%);
    position: relative;
}
.zwc-dashboard-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, transparent 65%, #000535a6 220%);
}
.zwc-dashboard-wrap {
    border-radius: 25px 25px 0px 0px;
    background: linear-gradient(180deg, #3B4EFF 1%, #FFC997 100%);
    text-align: center;
    padding: 70px 70px 0;
    line-height: 0;
    overflow: hidden;
}
.zwc-dashboard-wrap img {
    position: relative;
    margin-bottom: -125px;
    bottom: -40px;
    opacity: 0;
    transition: 1s ease;
}
.zwc-dashboard-wrap.zwe-ob img {
    bottom: 0;
    opacity: 1;
    border-radius: 8px 8px 0 0;
}

/* Features Section */
.zwc-features-section {
    position: relative;
}
.zwc-features-btn {
    padding: 20px 0;
    box-shadow: 0px 4px 10px 0px #d3d3d340;
    position: sticky;
    top: 65px;
    z-index: 2;
    background-color: #fff;
    opacity: 1;
    transition: opacity .5s ease;
}
.zwc-features-btn.active {
    opacity: 0;
}
.zwc-features-btn-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1050px;
    width: 90%;
    margin: auto;
}
.zwc-features-section-wrap {
    padding: 110px 0 0;
    position: relative;
    z-index: 1;
}
.zwc-features-section-wrap .content-wrap, .zwc-desc-section .content-wrap {
    max-width: 1050px;
}
.zwc-features-btn-wrap li {
    padding: 19px 1px;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
    line-height: 0;
}
.zwc-features-btn-wrap li span {
    font-size: 17px;
    font-family: var(--zf-secondary-medium);
    padding: 8px 20px;
    border-radius: 40px;
    background-color: #fff;
}
.zwc-features-btn-wrap li.active {
    background: linear-gradient(90deg, #FC8017, #2B51D5);
}
.zwc-features-btn-wrap li.active span {
    color: #cb4c04;
}
.zwc-features-cont-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    margin-bottom: 150px;
}
.zwc-features-cont-wrap[data-cont="3"] .zwc-fea-cont h2, 
.zwc-features-cont-wrap[data-cont="5"] .zwc-fea-cont h2 {
    max-width: 350px;
}
.zwc-features-cont-wrap:last-child {
    margin-bottom: 0;
}
.zwc-features-cont-wrap.zwc-flex-rev {
    flex-direction: row-reverse;
}
.zwc-fea-cont {
    position: relative;
    width: 50%;
}
.zwc-fea-cont span, .zwc-fea-desc {
    font-size: 20px;
}
.zwc-fea-desc {
    margin-bottom: 0;
    font-family: var(--zf-secondary-medium);
}
.zwc-cust-wrap {
    margin-top: 60px;
}
.zwc-fea-cont span {
    color: var(--zwc-link-clr);
    font-family: var(--zf-secondary-medium);
    letter-spacing: -.4px;
}
.zwc-fea-cont p.zwc-cust-quote {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
    font-family: var(--primaryfont-semibold);
}
.zwc-fea-cont p.zwc-cust-name {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.6;
    max-width: 250px;
    font-family: var(--zf-secondary-medium);
}
.zwc-features-cont-wrap[data-cont="7"] .zwc-fea-cont p.zwc-cust-name {
    max-width: 200px;
}
.zwc-fea-cont p.zwc-cust-name span {
    font-size: 17px;
    color: var(--zwc-link-clr);
    font-family: var(--primaryfont-bold);
}
.zwc-fea-img-wrap {
    position: relative;
    width: 48%;
    background: linear-gradient(150deg, #FFBF4E -8%, #F62F04 100%);
    border-radius: 20px;
    min-height: 520px;
    display: grid;
    place-content: center;
    text-align: center;
    overflow: hidden;
    line-height: 0;
    margin: auto;
}
.zwc-fea-img-wrap img {
    opacity: 0;
    position: relative;
    bottom: -40px;
    transition: .8s linear;
    box-shadow: 0px 40px 80px -16px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}
.zwc-fea-img-wrap .zwc-first-img, .zwc-fea-img-wrap .zwc-second-img {
    position: absolute;
}
.zwc-fea-img-wrap .zwc-first-img {
    transform: translate(60px, -180px)
}
.zwc-fea-img-wrap .zwc-second-img {
    transform: translate(170px, -50px);
    transition-delay: .5s;
}
.zwc-share-draft {
    margin-bottom: 10px;
}
.zwc-fea-img-wrap .zwc-collab-img {
    transition-delay: .3s;
}
.zwc-features-cont-wrap[data-cont="6"] .zwc-fea-img-wrap img, 
.zwc-features-cont-wrap[data-cont="7"] .zwc-fea-img-wrap img {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 10px);
}
.zwc-features-cont-wrap[data-cont="1"].zwe-ob .zwc-fea-img-wrap img, .zwe-ob .zwc-fea-img-wrap img, 
.zwc-features-cont-wrap[data-cont="6"].zwe-ob .zwc-fea-img-wrap img, .zwc-features-cont-wrap[data-cont="7"].zwe-ob .zwc-fea-img-wrap img {
    opacity: 1;
    bottom: 0;
}

/* Desc Section */
.zwc-desc-section {
    padding: 140px 0 120px;
}
.zwc-desc-wrap {
    background-color: #000;
    padding: 50px 40px;
    border-radius: 20px;
}
.zwc-desc-wrap p {
    font-size: 22px;
    font-family: var(--zf-secondary-medium);
    text-align: center;
    color: #fff;
    max-width: 850px;
    line-height: 1.7;
    margin: auto;
}
.zwc-desc-wrap p span {
    color: #FD9B3C;
}

/* Points Section */
.zwc-points-wrap {
    max-width: 420px;
    margin: auto;
}
.zwc-points-wrap li {
    font-size: 55px;
    font-family: var(--primaryfont-bold);
    padding-left: 60px;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: -1.12px;
}
.zwc-points-wrap li::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 24px;
    display: block;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #FFB147 0%, #F73709 100%);;
    clip-path: polygon(11% 50%, 41% 68%, 78% 11%, 100% 24%, 46% 100%, 0% 72%);
    transform: rotate(10deg);
}
.zwc-points-wrap li:last-child:before {
    display: none;
}

/* Bottom Section */
.zwc-bottom-section {
    padding: 40px 0 0;
    text-align: center;
}
.zwc-bottom-section .content-wrap {
    position: relative;
    z-index: 2;
    padding: 70px 0 380px;
    background-image: url(/sites/zweb/images/mail/why-zoho-mail/bottom-mail-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    border-radius: 0 0 40px 40px;
}
.zwc-bottom-section .content-wrap::after, .zwc-bottom-section .content-wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.zwc-bottom-section .content-wrap::after {
    bottom: 120px;
    background-color: #fff;
    width: 150px;
    height: 150px;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.zwc-bottom-section .content-wrap::before {
    bottom: 156px;
    width: 78px;
    height: 80px;
    background-image: url(/sites/zweb/images/mail/why-zoho-mail/why-choose-mail-sprite.svg);
    background-size: 400px auto;
    background-repeat: no-repeat;
    background-position: -323px -13px;
    z-index: 3;
}
.zwc-bottom-section h2 {
    font-size: 56px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 35px;
    letter-spacing: -1.12px;
}

/* Responsive */
@media only screen and (max-width: 1280px) {
    .zwc-template-inner h1 {
        font-size: 55px;
    }
    .zwc-template-inner h2 {
        font-size: 38px;
    }
    .zwc-banner-section {
        padding-top: 80px;
    }
    .zwc-banner-cont p {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .zwc-banner-fea-wrap {
        gap: 45px;
        padding: 70px 0;
        max-width: 900px;
    }
    .zwc-banner-fea-wrap div span+p {
        font-size: 18px;
        line-height: 1.45;
    }
    .zwc-features-section-wrap {
        padding: 110px 0 0;
    }
    .zwc-desc-section {
        padding: 120px 0 110px;
    }
    .zwc-features-btn-wrap {
        width: 95%;
        gap: 15px;
    }
    .zwc-fea-desc {
        font-size: 18px;
    }
    .zwc-cust-wrap {
        margin-top: 50px;
    }
    .zwc-fea-cont {
        width: 47%;
    }
    .zwc-fea-cont h2 {
        line-height: 1.2;
        margin-top: 5px;
    }
    .zwc-features-cont-wrap {
        gap: 60px;
        margin-bottom: 120px;
    }
    .zwc-features-cont-wrap[data-cont="7"] .zwc-fea-cont h2 {
        max-width: 400px;
    }
    .zwc-points-wrap {
        max-width: 360px;
    }
    .zwc-points-wrap li {
        font-size: 45px;
    }
    .zwc-points-wrap li::before {
        bottom: 16px;
    }
    .zwc-bottom-section {
        padding: 50px 0 0;
    }
    .zwc-bottom-section h2 {
        font-size: 50px;
    }
    .zwc-bottom-section .content-wrap {
        padding: 70px 0 290px;
    }
    .zwc-bottom-section .content-wrap::after {
        bottom: 90px;
        width: 120px;
        height: 120px;
    }
    .zwc-bottom-section .content-wrap::before {
        bottom: 120px;
        width: 63px;
        height: 65px;
        background-size: 320px auto;
        background-position: -258px -9px;
    }
}
@media only screen and (max-width: 1199px) {
    .zwc-features-btn {
        top: 0;
    }
    .zwc-bottom-section .content-wrap {
        padding: 30px 0 280px;
        max-width: 980px;
    }
}
@media only screen and (max-width: 1024px) {
    .zwc-template-inner h1 {
        font-size: 45px;
    }
    .zwc-template-inner h2 {
        font-size: 32px;
    }
    .act-btn.cta-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
    .zwc-banner-section {
        padding-top: 60px;
    }
    .zwc-banner-cont p {
        font-size: 25px;
    }
    .zwc-banner-fea-wrap {
        grid-template-columns: 1fr 1fr;
        max-width: 460px;
        gap: 35px 70px;
        padding: 60px 0;
        text-align: center;
    }
    .zwc-banner-fea-wrap div span::after {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0px) scale(.8);
        margin-bottom: 0px;
    }
    .zwc-dashboard-wrap {
        border-radius: 20px 20px 0px 0px;
        padding: 60px 60px 0;
    }
    .zwc-dashboard-wrap img {
        margin-bottom: -40px;
    }
    .zwc-features-section-wrap {
        padding: 90px 0 0;
    }
    .zwc-desc-section {
        padding: 100px 0 90px;
    }
    .zwc-features-btn {
        display: none;
    }
    .zwc-features-cont-wrap {
        flex-direction: column;
        gap: 35px;
        margin-bottom: 80px;
    }
    .zwc-features-cont-wrap.zwc-flex-rev {
        flex-direction: column;
    }
    .zwc-fea-cont {
        width: 100%;
        max-width: 700px;
        margin: auto;
        text-align: center;
    }
    .zwc-fea-cont h2 {
        margin-top: 10px;
    }
    .zwc-cust-wrap {
        margin-top: 30px;
    }
    .zwc-fea-img-wrap img {
        opacity: 1;
        bottom: 0;
    }
    .zwc-fea-img-wrap {
        width: 100%;
        min-height: 490px;
        max-width: 500px;
    }
    .zwc-features-cont-wrap[data-cont="3"] h2+p, .zwc-features-cont-wrap[data-cont="4"] h2+p, 
    .zwc-features-cont-wrap[data-cont="5"] h2+p {
        margin-bottom: 0;
    }
    .zwc-features-cont-wrap[data-cont="3"] .zwc-fea-cont h2, .zwc-features-cont-wrap[data-cont="5"] .zwc-fea-cont h2, .zwc-features-cont-wrap[data-cont="7"] .zwc-fea-cont h2 {
        max-width: none;
    }
    .zwc-fea-cont p.zwc-cust-quote {
        margin-bottom: 15px;
    }
    .zwc-cust-name {
        margin: auto;
    }
    .zwc-features-cont-wrap[data-cont="3"] .zwc-fea-img-wrap {
        min-height: 510px;
    }
    .zwc-desc-wrap {
        max-width: 850px;
        margin: auto;
    }
    .zwc-desc-wrap p {
        font-size: 20px;
        max-width: 610px;
    }
    .zwc-points-wrap {
        max-width: 320px;
    }
    .zwc-points-wrap li, .zwc-bottom-section h2 {
        font-size: 40px;
    }
    .zwc-points-wrap li::before {
        bottom: 14px;
    }
    .zwc-bottom-section {
        padding: 70px 0 0;
    }
    .zwc-bottom-section .content-wrap {
        padding: 0px 0 205px;
        border-radius: 0 0 25px 25px;
        max-width: 710px;
    }
    .zwc-bottom-section .content-wrap::after {
        width: 110px;
        height: 110px;
        bottom: 60px;
    }
    .zwc-bottom-section .content-wrap::before {
        bottom: 87px;
        width: 60px;
        height: 62px;
        background-size: 300px auto;
        background-position: -241px -9px;
    }
}
@media only screen and (max-width: 767px) {
    .zwc-template-inner h1 {
        font-size: 38px;
    }
    .zwc-template-inner h2 {
        font-size: 26px;
    }
    .zwc-banner-cont p {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .zwc-banner-fea-wrap {
        grid-template-columns: 1fr;
        max-width: 280px;
        gap: 30px;
        padding: 40px 0 50px;
    }
    .zwc-dashboard-wrap {
        padding: 50px 50px 0;
    }
    .zwc-dashboard-wrap img {
        margin-bottom: -15px;
    }
    .zwc-features-section-wrap {
        padding: 75px 0 0;
    }
    .zwc-desc-section {
        padding: 90px 0 75px;
    }
    .zwc-features-cont-wrap {
        gap: 30px;
        margin-bottom: 70px;
    }
    .zwc-fea-cont {
        max-width: 550px;
    }
    .zwc-features-cont-wrap[data-cont="1"] h2, .zwc-features-cont-wrap[data-cont="4"] h2, 
    .zwc-features-cont-wrap[data-cont="6"] h2 {
        max-width: 320px;
        margin: 8px auto 10px;
    }
    .zwc-fea-desc {
        line-height: 1.6;
    }
    .zwc-fea-cont h2 {
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .zwc-fea-img-wrap {
        min-height: 390px;
        max-width: 390px;
    }
    .zwc-features-cont-wrap[data-cont="1"] .zwc-fea-img-wrap img {
        max-width: 250px;
    }
    .zwc-features-cont-wrap[data-cont="6"] .zwc-fea-img-wrap img {
        max-width: 240px;
    }
    .zwc-fea-img-wrap img, .zwc-features-cont-wrap[data-cont="7"] .zwc-fea-img-wrap img {
        max-width: 280px;
    }
    .zwc-features-cont-wrap[data-cont="2"] .zwc-fea-img-wrap img, .zwc-features-cont-wrap[data-cont="3"] .zwc-fea-img-wrap img {
        max-width: 220px;
    }
    .zwc-features-cont-wrap[data-cont="4"] .zwc-fea-img-wrap img {
        max-width: 320px;
    }
    .zwc-features-cont-wrap[data-cont="3"] .zwc-fea-img-wrap {
        min-height: 440px;
    }
    .zwc-fea-img-wrap .zwc-first-img, .zwc-fea-img-wrap .zwc-second-img {
        max-width: 200px;
    }
    .zwc-fea-img-wrap .zwc-first-img {
        transform: translate(40px, -130px);
    }
    .zwc-fea-img-wrap .zwc-second-img {
        transform: translate(150px, -30px);
    }
    .zwc-desc-wrap {
        padding: 40px 30px;
    }
    .zwc-desc-wrap p {
        font-size: 18px;
    }
    .zwc-points-wrap li, .zwc-bottom-section h2 {
        font-size: 35px;
    }
    .zwc-points-wrap li::before {
        bottom: 10px;
        transform: scale(.85) rotate(10deg);
    }
    .zwc-points-wrap li {
        padding-left: 55px;
    }
    .zwc-points-wrap {
        max-width: 285px;
    }
    .zwc-bottom-section {
        padding: 60px 0 0;
    }
    .zwc-bottom-section h2 {
        max-width: 260px;
        margin: 0 auto 15px;
    }
}
@media only screen and (max-width: 600px) {
    .zwc-bottom-section .content-wrap::after {
        width: 95px;
        height: 95px;
        bottom: 45px;
    }
    .zwc-bottom-section .content-wrap::before {
        bottom: 64px;
        width: 53px;
        height: 60px;
        background-size: 280px;
        background-position: -226px -8px;
    }
}
@media only screen and (max-width: 480px) {
    .zwc-template-inner h1 {
        font-size: 32px;
    }
    .zwc-template-inner h2 {
        font-size: 24px;
    }
    .act-btn.cta-btn {
        padding: 10px 25px;
        font-size: 15px;
    }
    .zwc-banner-section {
        padding-top: 40px;
    }
    .zwc-banner-cont h1 {
        margin-bottom: 10px;
    }
    .zwc-banner-cont p {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: -.5px;
        margin: 0 auto 20px;
        max-width: 200px;
    }
    .zwc-banner-fea-wrap {
        padding: 40px 0 50px 0;
        gap: 30px;
        max-width: 200px;
    }
    .zwc-banner-fea-wrap div span::after {
        transform: translate(-50%, 0px) scale(.75);
    }
    .zwc-dashboard-wrap {
        padding: 35px 35px 0;
        border-radius: 10px 10px 0 0;
    }

    .zwc-dashboard-wrap.zwe-ob img{
        border-radius: 4px 4px 0 0;
    }
    .zwc-features-section-wrap {
        padding: 60px 0 0;
    }
    .zwc-desc-section {
        padding: 75px 0 65px;
    }
    .zwc-features-cont-wrap {
        margin-bottom: 60px;
    }
    .zwc-fea-img-wrap {
        min-height: 380px;
        max-width: 330px;
        border-radius: 10px;
    }
    .zwc-fea-img-wrap img {
        max-width: 250px;
    }
    .zwc-fea-cont span {
        font-size: 18px;
    }
    .zwc-fea-cont p.zwc-cust-name {
        font-size: 14px;
    }
    .zwc-fea-cont p.zwc-cust-name span {
        font-size: 16px;
    }
    .zwc-desc-wrap {
        border-radius: 10px;
    }
    .zwc-desc-wrap p {
        font-size: 17px;
    }
    .zwc-points-wrap li, .zwc-bottom-section h2 {
        font-size: 30px;
    }
    .zwc-points-wrap li::before {
        bottom: 5px;
    }
    .zwc-points-wrap {
        max-width: 255px;
    }
    .zwc-bottom-section {
        padding: 40px 0 0;
    }
    .zwc-bottom-section .content-wrap {
        border-radius: 0 0 15px 15px;
        padding-bottom: 180px;
    }
    .zwc-bottom-section .content-wrap::after {
        width: 80px;
        height: 80px;
        bottom: 32px;
    }
    .zwc-bottom-section .content-wrap::before {
        bottom: 51px;
        width: 47px;
        height: 47px;
        background-size: 240px;
        background-position: -193px -8px;
    }
    .zwc-features-cont-wrap[data-cont="4"] .zwc-fea-img-wrap img {
        max-width: 240px;
    }
    .zwc-features-cont-wrap[data-cont="7"] .zwc-fea-img-wrap img {
        max-width: 230px;
    }
    .zwc-features-cont-wrap[data-cont="4"] .zwc-fea-img-wrap {
        min-height: 300px;
    }
    .zwc-features-cont-wrap[data-cont="6"] .zwc-fea-img-wrap, .zwc-features-cont-wrap[data-cont="7"] .zwc-fea-img-wrap {
        min-height: 320px;
    }
    .zwc-features-cont-wrap[data-cont="6"] .zwc-fea-img-wrap img, .zwc-features-cont-wrap[data-cont="7"] .zwc-fea-img-wrap img {
        bottom: 0;
    }
    .zwc-features-cont-wrap[data-cont="6"] .zwc-fea-img-wrap img {
        max-width: 195px;
    }
    .zwc-fea-img-wrap .zwc-first-img, .zwc-fea-img-wrap .zwc-second-img {
        max-width: 170px;
        position: absolute;
        transform: none;
    }
    .zwc-fea-img-wrap .zwc-first-img {
        left: 30px;
        top: 50px;
    }
    .zwc-fea-img-wrap .zwc-second-img {
        top: 150px;
        right: 30px;
    }
    .zwc-fea-desc {
        font-size: 17px;
    }
}</pre></body></html>