<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.zw-product-header{
display:none;
}


:focus {
    outline: 0;
}

*,
::after,
::before {
    box-sizing: inherit;
}

.zs-lp h1,
.zs-lp h2,
.zs-lp h3,
.zs-lp h4,
.zs-lp h5,
.zs-lp h6 {
    /*margin:0;*/
    padding: 0;
    line-height: 1;
}

.clearfix {
    clear: both;
    width: 100%;
}

.zs-lp .rel-article p.red-color {
    font-size: 14px;
}

.container.zs-lp {
    font-family: var(--zf-primary-regular), sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 14px;
    color: #383838;
    margin: 0;
    padding: 0;
    transition: all ease-in-out 0.2s;
}

.footer-wrapper {
    display: none;
}

.fnt-regular {
    font-family: var(--zf-primary-regular);
}

.fnt-extrabold {
    font-family: var(--zf-primary-extrabold);
}

.fnt-semibold {
    font-family: var(--zf-primary-semibold);
}

.fnt-thin {
    font-family: var(--zf-primary-thin);
}

.fnt-light {
    font-family: var(--zf-primary-light);
}

.fnt-bold {
    font-family: var(--zf-primary-bold);
    color: #181818;
}

.fnt-black {
    font-family: var(--zf-primary-black);
}

.zs-lp p.fnt-20 {
    font-size: 20px;
}

.zs-lp .blue-color {
    color: #567fc2;
}

.zs-lp li p.mg-btm-10 {
    margin-bottom: 10px;
}

.zs-lp li p.mg-btm-15,
.zs-lp .highlight p.mg-btm-15,
.zs-lp .rightside p.mg-btm-15,
.zs-lp .points .highlight p.mg-btm-15 {
    margin-bottom: 15px;
}

.zs-lp .highlight p.mg-btm-30 {
    margin-bottom: 30px;
}

.zs-lp p.mg-btm-50,
.zs-lp li p.mg-btm-50 {
    margin-bottom: 50px;
}

.zs-lp .rightside .first-para.pd-top-15 {
    padding-top: 15px;
}

.zs-lp p.mg-btm-20 {
    margin-bottom: 20px;
}

.zs-lp p.mg-btm-60 {
    margin-bottom: 60px;
}

.zs-lp .fl {
    float: left;
}

.zs-lp .fr {
    float: right;
}

.zs-lp .dis-blk {
    display: block;
}

.zs-lp .dis-inbl {
    display: inline-block;
}

.zs-lp .margin-none,
.zs-lp p.margin-none,
.zs-lp li p.margin-none,
.zs-lp .rightside p.margin-none {
    margin-bottom: 0;
}

.zs-lp ins,
.zs-lp a {
    text-decoration: none;
}

.zs-lp a {
    color: #337ab7;
    cursor: pointer;
}

.zs-lp .italic {
    font-style: italic;
}

.cp {
    cursor: pointer !important;
}

.zs-lp .section {
    position: relative;
    z-index: 1;
}

.zs-lp p {
    font-size: 18px;
    color: #383838;
    text-align: left;
    margin-bottom: 30px;
}

.zs-lp .hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

.flex-box {
    display: flex;
}

.zs-lp .header-fixed .product-logo {
    background: rgba(0, 0, 0, 0) url("/sites/zweb/images/commonroot/zoho-logo-web.svg") no-repeat scroll left top / 80px auto;
    font-size: 21px;
    height: 31px;
    line-height: 32px;
    margin: 25px 30px 2px;
    padding-left: 90px;
}

.zs-lp .header-fixed .product-logo {
    margin: 0;
}

.zs-lp .product-logo {
    background: url("/sites/zweb/images/producticon/survey.svg") no-repeat scroll left top / 30px auto;
    color: #3c3c3c !important;
    display: inline-block;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    text-decoration: none;
    width: auto;
    font-family: var(--zf-primary-semibold), sans-serif;
    /*font-weight: 600;*/
    margin-top: 0;
}

.zs-lp .survey-logo-bg {
    background: #ffffff;
    padding: 25px;
    box-shadow: 1px 6px 9px 2px rgba(0, 69, 134, 0.3);
    border-radius: 999px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: calc(50% - 30px);
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}

.zs-lp .survey-logo {
    background: rgba(0, 0, 0, 0) url("/sites/zweb/images/producticon/survey.svg") no-repeat;
    height: 50px;
    line-height: 30px;
    display: inline-block;
    position: absolute;
    width: 40px;
    left: calc(50% - 20px);
    bottom: 10px;
    height: 40px;
    background-size: 100%;
}

.zs-lp .container {
    overflow: hidden;
}

.zs-lp .wrapper {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

.zs-lp .header-fixed {
    position: relative;
    width: 100%;
}

.zs-lp header {
    position: fixed;
    width: 100%;
    height: 80px;
    padding: 0 30px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    z-index: 34;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
}

.main-container-wrapper .row.nomargin&gt;section {
    margin-top: 0;
}

.zs-lp .surveylogo {
    margin: 0;
}

.zs-lp .signup {
    margin-top: 0;
}

.zs-lp header .signup&gt;a {
    max-width: 240px;
    min-width: 150px;
    height: 41px;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer !important;
}

.zs-lp .signup&gt;a {
    background: #ffffff;
    border-radius: 0px;
    border: 1px solid #de5456;
    color: #de5456 !important;
    font-size: 18px;
    text-align: center;
    /*font-weight: 500;*/
    display: inline-block;
    transition: all ease-in-out 0.2s;
    padding: 10px 20px;
    font-family: var(--zf-primary-semibold);
}

.zs-lp header.active .signup&gt;a {
    background: #de5456;
    color: #ffffff !important;
    transition: all 0.2s ease 0s;
}

.zs-lp .signup a:hover {
    background: #de5456;
    color: #ffffff !important;
}

.zs-lp .red-color {
    color: #ff0000;
}

.zs-lp .rightside p.blue-color {
    color: #567fc2;
}

/*************** Banner Section Starts  ************/
.zs-lp .banner-section {
    position: relative;
    max-width: 1200px;
    margin: 160px auto 0;
    text-align: center;
    background-color: #FFFFFF;
}

.zs-lp .banner-section img {
    padding-top: 30px;
    margin-bottom: -10px;
}

.zs-lp .banner-section .red-color {
    color: #de5456;
}

.zs-lp .banner-section h1,
.zs-lp .banner-section p {
    font-size: 60px;
    color: #181818;
    width: 70%;
    margin: 0 auto;
    letter-spacing: -2px;
}

.zs-lp .banner-section p {
    font-size: 20px;
    width: 66%;
    padding: 25px 0 45px;
    letter-spacing: 0;
    text-align: center;
    color: #383838;
}

/*************** Banner Section Ends  ************/
/*************** Question Section Starts  ************/
.zs-lp .question {
    background-color: #FAFAFD;
    /*text-align: center;*/
    padding: 115px 0 115px;
}

.zs-lp .question .wrapper {
    max-width: 745px;
}

.zs-lp .question .inner-wrapper {
    max-width: 610px;
    margin: 0 auto;
    /*padding-bottom: 35px;*/
}

.zs-lp .question .second-ques {
    padding-top: 75px;
}

.zs-lp .question .question-type {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    padding: 40px 50px 35px 50px;
}

.zs-lp .question .question-type p:first-child {
    color: #383838;
    /*border-bottom: 1px solid #E6E6E6;
      padding-bottom: 25px;*/
    line-height: 1.6;
    margin-bottom: 15px;
}

.zs-lp .question .question-type p.ques {
    font-size: 22px;
    color: #181818;
    margin-bottom: 0px;
}

.zs-lp .highlight form span,
.zs-lp .survey-tip span {
    font-size: 16px;
    color: #383838;
    line-height: 2;
    display: inline-block;
    max-width: 120px;
    /*overflow: hidden;
        text-overflow: ellipsis;*/
    width: 100%;
    /*height: 4%;*/
}

.zs-lp .highlight form span {
    padding-right: 40px;
    display: inline;
}

.zs-lp .survey-tip span {
    font-size: 18px;
    max-width: 210px;
    line-height: 2;
    /* height: 8%;*/
}

.zs-lp .dont-use .yes form span {
    line-height: 2;
}

.zs-lp .question .question-type form span {
    max-width: 140px;
}

.zs-lp .question .question-type .choices {
    margin: 0;
}

.zs-lp .survey-tip {
    background-color: #FBFFFF;
    border: 1px dashed #B3DCDC;
    padding: 50px;
}

.zs-lp .survey-tip {
    margin-bottom: 0;
}

.zs-lp .survey-tip P {
    margin-bottom: 15px;
}

.zs-lp .survey-tip-title {
    color: #181818;
    font-size: 20px;
    margin-bottom: 15px;
}

/*************** Question Section Ends  ************/
/*************** Five Common Section Starts  ************/
.zs-lp .five-common {
    padding: 130px 0 0px;
    text-align: center;
    background-color: #FFFFFF;
}

.zs-lp .five-common .wrapper,
.zs-lp .navMenu-sec .wrapper {
    max-width: 970px;
}

.zs-lp .related-article .wrapper {
    max-width: 1150px;
}

.zs-lp .five-common h2 {
    font-size: 45px;
    color: #181818;
    letter-spacing: -1px;
}

.zs-lp .five-common p {
    font-size: 20px;
    color: #181818;
    width: 61%;
    margin: 0 auto;
    text-align: center;
}

/*************** Five Common Section Ends  ************/
/*************** Survey Errors Section Starts  ************/
.zs-lp .navMenu-sec {
    padding: 120px 0 0;
    background: #ffffff;
}

.zs-lp .de-sampleSize-container {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.zs-lp .navMenu-sec .leftside {
    width: 300px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    box-sizing: border-box;
}

.zs-lp .leftside .innerwrap {
    text-align: left;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 140px;
    left: 0;
    padding: 0 0 250px;
    margin-top: 0;
}

.zs-lp .rightside {
    background: #ffffff;
    padding-left: 300px;
}

.zs-lp .rightside h3 {
    padding-top: 8px;
    font-size: 30px;
    color: #181818;
}

.zs-lp .rightside .first-para {
    padding-top: 10px;
}

.zs-lp .rightside p {
    color: #383838;
}

.zs-lp .rightside .dark {
    color: #383838;
}

.zs-lp .leftside ul li {
    font-size: 17px;
    color: #383838;
    padding: 10px 110px 10px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.4s linear;
    text-rendering: optimizeSpeed;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.zs-lp .leftside ul::before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 265px);
    top: 10px;
    left: -39px;
    background: #cacaca;
    transition: all .5s ease-in-out;
}

.zs-lp .leftside ul li.active {
    font-family: var(--zf-primary-semibold);
    color: #181818;
}

.zs-lp .leftside span {
    position: absolute;
    width: 1px;
    height: 32px;
    top: 10px;
    left: -39px;
    background: #1a1a1a;
    z-index: 1;
    transition: all 1s ease;
    border-radius: 5px;
}

.zs-lp .highlight,
.zs-lp .exam.highlight {
    background-color: #FAFAFD;
    border: 1px solid #F3F3F7;
    padding: 35px 50px 35px 50px;
    margin: 20px 0 40px;
    margin-left: 50px;
}

.zs-lp .exam.highlight {
    margin-left: 0;
}

.zs-lp .part.highlight {
    margin: 20px 0 40px;
}

.zs-lp .part.highlight {
    padding: 35px 30px 35px 30px;
}

.zs-lp .highlight p:first-child {
    margin-bottom: 30px;
}

.zs-lp .highlight p,
.zs-lp .highlight p:last-child {
    margin-bottom: 0;
}

.zs-lp p.options {
    padding-right: 70px;
}

.zs-lp .rightside .red-color {
    color: #ff0000;
    padding: 0 90px 0 40px;
    margin-top: -15px;
}

.zs-lp .rightside .dont-use .red-color {
    margin-bottom: 10px;
}

.zs-lp .highlight span.border-line {
    border-bottom: 1px solid #EFEFEF;
    width: 550px;
    height: 1px;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}

.zs-lp .dont-lead,
.zs-lp .dont-load,
.zs-lp .avoid-double,
.zs-lp .dont-use,
.zs-lp .speak-your {
    padding-bottom: 70px;
}

.zs-lp .dont-lead .partition {
    position: relative;
    overflow: hidden;
}

.zs-lp .dont-lead .bias {
    display: flex;
    align-items: center;
}

.zs-lp .dont-lead .fl {
    width: 53%;
}

.zs-lp .dont-lead .fr {
    width: 47%;
}

.zs-lp .dont-lead .highlight .fl {
    width: 20%;
}

.zs-lp .dont-lead .highlight .fr {
    width: 75%;
}

.zs-lp .dont-use {
    padding-bottom: 100px
}

.zs-lp .dont-load .extra {
    display: none;
    margin: 20px 0 20px 50px;
}

.zs-lp .dont-load .extra p {
    left: 0;
    margin-bottom: 15px;
}

.zs-lp .dont-load .qs-color {
    color: #726e6d;
    padding-right: 20px;
    font-size: 16px;
}

.zs-lp .dont-load .qs-color.pd-rgt-16 {
    padding-right: 16px;
}

.zs-lp .dont-load .points p,
.zs-lp .dont-use .points p {
    padding-left: 50px;
}

.zs-lp .dont-use .points .highlight p {
    padding-left: 0;
}

.zs-lp .points ul li {
    position: relative;
    display: inline-block;
    /*padding-bottom: 20px;*/
}

.zs-lp .points ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e95e5f;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 9px;
    box-shadow: 0 0 0 3px #fff inset;
    border-radius: 50%;
}

.zs-lp .points ul li::after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 8px;
    border-radius: 50%;
    border: 1px dotted #e95e5f;
}

/*************** Survey Errors Section Ends  ************/
/*************** Article Section Starts  ************/
.zs-lp .article {
    background: #121A4F;
    padding: 125px 0 125px;
}

.zs-lp .article-wrapper {
    max-width: 645px;
    margin: 0 auto;
}

.zs-lp .article-wrapper p,
.zs-lp .article-wrapper span {
    color: #FFFFFF;
}

.zs-lp .border {
    border-bottom: 1px solid #979797;
    max-width: 750px;
    margin: 0 auto;
    opacity: 0.5;
}

.zs-lp .author {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
}

.zs-lp .author .left {
    float: left;
    display: flex;
}

.zs-lp .author .left p {
    padding-left: 20px;
    margin-bottom: 0px;
}

.zs-lp .author .right {
    float: right;
}

.zs-lp .author .fnt-14 {
    font-size: 14px;
}

.zs-lp .author .fnt-18 {
    font-size: 18px;
}

.zs-lp span.grey {
    color: #B1B1B6;
}

/*************** Article Section Ends  ************/
/*************** Related-Article Section Starts  ************/
.zs-lp .related-article {
    padding: 130px 0 0px;
    margin: 0 auto;
    text-align: center;
    background-attachment: fixed;
    backface-visibility: hidden;
    margin-bottom: 50px;
    position: relative;
    background-color: #FAFAFD;
    border-bottom: 1px solid #efefef;
    padding-bottom: 140px;
}

.zs-lp .related-article .red-color {
    color: #337ab7;
    cursor: pointer;

}

.zs-lp .related-article .red-color:after {
    content: "";
    background-image: url(/sites/zweb/images/survey/survey-question-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 12px;
    transition: left 0.4s ease;
    filter: invert(0);
}

.zs-lp .rel-article1:hover .red-color:after,
.zs-lp .rel-article2:hover .red-color:after,
.zs-lp .rel-article3:hover .red-color:after {
    left: 18px;
}

.zs-lp .related-article h2 {
    font-size: 44px;
}

.zs-lp .related-article p {
    font-size: 18px;
    color: #383838;
    line-height: 26px;
    margin-bottom: 25px;
}

.zs-lp .rel-article {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 60px;
    /*padding-bottom: 140px;*/
}

.zs-lp .rel-article h4 {
    font-size: 26px;
    color: #181818;
    line-height: 30px;
    margin-bottom: 20px;
}

.zs-lp .rel-article1,
.zs-lp .rel-article2,
.zs-lp .rel-article3 {
    border: 1px solid #000000;
    padding: 65px 50px 50px;
    margin-right: 20px;
    background-color: #FFFFFF;
    border: 1px solid #EAEAF3;
    width: 250px;
    text-align: left;
    transition: transform 0.6s ease, box-shadow 0.5s ease;
}

.zs-lp .rel-article1:hover,
.zs-lp .rel-article2:hover,
.zs-lp .rel-article3:hover {
    transform: scale(1.05);
    border-color: #dcdcdf;
    box-shadow: 0px 0px 83px 7px rgba(68, 67, 85, 0.1);
    transition: transform 0.6s ease;
    cursor: pointer;
}

.zs-lp .rel-article3 {
    margin-right: 0;
}

.zs-lp .read-more {
    color: #545657;
}

.zs-lp .article .author-img {
    width: 56px;
    height: 56px;
}

.zs-lp .author-img {
    width: 36px;
    height: 36px;
}

.zs-lp .name {
    padding-top: 40px;
    display: flex;
}

.zs-lp .name p {
    line-height: 1.5;
    padding: 0px 0 0 10px;
}

.zs-lp .name span:first-child {
    font-size: 13px;
    color: #181818;
}

.zs-lp .name span:last-child {
    font-size: 12px;
}

.zs-lp .date {
    color: #383838;
}

/*************** Related-Article Section Ends  ************/
/*************** Footer Section Starts  ************/
.zs-lp .footer {
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 60px 0 70px;
    background: #FFFFFF;
    z-index: -1;
    position: fixed;
}

.zs-lp .zoho-logo {
    max-width: 80px;
    padding: 4px 0px;
}

.zs-lp .footer-text {
    font-size: 14px;
    color: #111111;
    padding: 10px 0 0;
    text-align: center;
    margin: 0;
}

.zs-lp .footer-text a {
    color: #f05069;
}

.footer-wrapper {
    display: none;
}

/*************** Footer Section Ends  ************/
.zs-lp form {
    position: relative;
    /*left: 50px;*/
    padding-top: 15px;
    text-align: left;
}

.zs-lp .dont-load form {
    left: 47px;
}

.zs-lp form.lft-90 {
    left: 95px;
}

.question-type form {
    left: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 17px;
    color: #383838;
}

[type="radio"]:not(:checked)+label {
    color: #666666;
    font-family: var(--zf-primary-regular);

}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 50%;
}

[type="radio"]:not(:checked)+label:before {
    border: 1px solid #969696;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #000000;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type=text] {
    color: #181818 !important;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    font-size: 16px;
    padding: 15px 2px 16px 20px !important;
    width: 100%;
    max-width: 360px;
    background-color: #ffffff !important;
    border: 1px solid #B3DCDC !important;
}

/***** Media Queries *****/
@media only screen and (max-width: 1200px) {
    .zs-lp .related-article .wrapper {
        max-width: 90%;
    }

    .zs-lp .five-common .wrapper,
    .zs-lp .navMenu-sec .wrapper {
        max-width: 80%;
    }

    .zs-lp .leftside {
        width: 250px;
    }

    .zs-lp .rightside {
        padding-left: 250px;
    }

    .zs-lp .wrapper {
        max-width: 90%;
    }

    .zs-lp .rightside .red-color {
        padding: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .zs-lp .related-article .wrapper {
        max-width: 90%;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        padding: 65px 25px 50px;
    }

    .zs-lp .rightside p {
        /*width: 90%;*/
        margin: 0 auto 30px;
    }

    .zs-lp .no p,
    .zs-lp .yes p {
        width: 90%;
    }

    .zs-lp .author .fnt-18,
    .zs-lp .author .fnt-14,
    .zs-lp .name span:last-child {
        text-align: left;
    }

    .zs-lp .yes.yes-again p {
        margin-bottom: 0;
    }

    .zs-lp .no,
    .zs-lp .yes {
        padding: 20px 40px 25px 40px;
    }

    .zs-lp .navMenu-sec {
        padding: 100px 0 0;
    }

    .zs-lp .navMenu-sec .leftside {
        display: none;
    }

    .zs-lp .rightside {
        padding-left: 0;
    }

    /*.zs-lp .name{
        justify-content: center;
      }*/
    .zs-lp .no p,
    .zs-lp .yes p,
    .zs-lp .question .question-type p:first-child,
    .zs-lp .question .question-type p.ques {
        text-align: left;
    }

    /*.zs-lp p,.zs-lp h1, .zs-lp h2, .zs-lp h3, .zs-lp h4, .zs-lp h5, .zs-lp h6,.zs-lp .rel-article1, .zs-lp .rel-article2, .zs-lp .rel-article3{
        text-align: center;
      }*/
    .zs-lp .dont-load .points p,
    .zs-lp .dont-use .points p {
        padding-left: 0px;
    }

    .zs-lp .points ul li::before,
    .zs-lp .points ul li::after {
        display: none;
    }

    .zs-lp .highlight {
        margin-left: 0;
    }

    /*.zs-lp .exam.highlight{
        margin: 40px 0;
      }*/
    .zs-lp .dont-lead .fr img {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .zs-lp .banner-section p {
        width: 80%;
    }

    .zs-lp .banner-section h1 {
        width: 100%;
        font-size: 50px;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        padding: 65px 20px 50px;
    }

    .zs-lp .rel-article h4 {
        font-size: 21px;
        line-height: 1.2;
    }

    .zs-lp .dont-load .yes span.border-line,
    .zs-lp .avoid-double .yes span.border-line {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {

    .zs-lp .dont-lead .fl,
    .zs-lp .dont-lead .fr,
    .zs-lp .dont-lead .highlight .fr {
        width: 100%;
    }

    .zs-lp .dont-lead .fr img {
        max-width: 50%;
    }

    .zs-lp .fr {
        text-align: center;
    }

    .zs-lp .dont-lead .highlight .fl {
        display: none;
    }

    .zs-lp .dont-lead .bias {
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden;
    }
}

@media only screen and (max-width: 800px) {
    .zs-lp .question .wrapper {
        max-width: 90%;
    }

    .zs-lp .question .question-type {
        padding: 50px;
    }

}

@media only screen and (max-width: 767px) {
    .zs-lp .signup {
        display: none;
    }

    .zs-lp header.lessheight {
        height: 40px;
        transition: all ease-in-out 0.2s;
        padding: 0 20px;
    }

    .zs-lp .header-fixed .product-logo {
        background: rgba(0, 0, 0, 0) url("/sites/zweb/images/commonroot/zoho-logo-web.svg") no-repeat scroll left top / 70px auto;
        height: 26px;
        line-height: 26px;
        padding-left: 80px;
    }

    .zs-lp .banner-section {
        margin: 110px auto 0;
    }
}

@media only screen and (max-width: 700px) {
    .zs-lp .question .inner-wrapper {
        width: 85%;
    }

    .zs-lp .five-common,
    .zs-lp .related-article {
        padding: 100px 0 0px;
    }

    .zs-lp .article,
    .zs-lp .related-article {
        padding-bottom: 100px;
    }

    .zs-lp .five-common h2 {
        font-size: 40px;
    }

    .zs-lp .five-common p {
        width: 80%;
    }

    .zs-lp .article-wrapper {
        width: 90%;
    }

    .zs-lp .rel-article {
        flex-flow: column;
        align-items: center;
    }

    .zs-lp .rel-article1,
    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-right: 0;
    }

    .zs-lp .rel-article2,
    .zs-lp .rel-article3 {
        margin-top: 50px;
    }

    .zs-lp .rel-article1:hover,
    .zs-lp .rel-article2:hover,
    .zs-lp .rel-article3:hover {
        transform: none;
        box-shadow: none;
    }

    .zs-lp .dont-lead .fr img {
        max-width: 70%;
    }
}

@media only screen and (max-width: 535px) {
    .zs-lp .banner-section h1 {
        font-size: 40px;
    }

    .zs-lp .question,
    .zs-lp .article,
    .zs-lp .related-article {
        padding: 60px 0;
    }

    .zs-lp .navMenu-sec {
        padding: 60px 0 0;
    }

    .zs-lp .dont-use {
        padding-bottom: 80px;
    }

    .zs-lp .rel-article {
        padding-top: 30px;
    }

    .zs-lp .points ul li:last-child {
        padding-bottom: 0;
    }

    .zs-lp .banner-section p,
    .zs-lp .five-common p {
        font-size: 18px;
        width: 90%;
    }

    .zs-lp .five-common .wrapper,
    .zs-lp .navMenu-sec .wrapper {
        max-width: 90%;
    }

    .zs-lp .question .inner-wrapper,
    .zs-lp .rightside p,
    .zs-lp .five-common p {
        width: 100%;
    }

    .zs-lp .article-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .zs-lp .footer-text,
    .zs-lp .author .fnt-14,
    .zs-lp .author .fnt-18 {
        font-size: 11px;
    }

    .zs-lp .article .author-img {
        width: 36px;
        height: 36px;
    }

    .zs-lp .author .left p {
        padding-left: 10px;
    }

    .zs-lp .no,
    .zs-lp .yes {
        padding: 0px 40px 5px 20px;
    }

    .zs-lp .survey-tip {
        padding: 25px;
    }

    .zs-lp .dont-use .yes,
    .zs-lp .dont-load .yes {
        padding-bottom: 20px;
    }

    .zs-lp .related-article h2 {
        font-size: 34px;
    }

    .zs-lp .highlight,
    .zs-lp .exam.highlight {
        padding: 35px 30px;
    }

    .zs-lp .banner-section {
        margin: 130px auto 0;
    }
}

@media only screen and (max-width: 475px) {
    .zs-lp .survey-question img {
        max-width: calc(110%);
        margin-left: -5%;
    }

    .zs-lp .banner-section h1 {
        font-size: 38px;
    }

    .zs-lp .question .question-type {
        padding: 30px;
    }

    .zs-lp .question .question-type form span {
        padding-right: 70px;
    }

    .zs-lp .question .inner-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .zs-lp .banner-section h1 {
        font-size: 35px;
    }

}

@media only screen and (max-width: 399px) {
    .zs-lp .banner-section h1 {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .zs-lp .footer-text,
    .zs-lp .author .fnt-14,
    .zs-lp .author .fnt-18 {
        font-size: 9px;
    }
}</pre></body></html>