<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box
}

h2,h3 {
    font-family: var(--secondaryfont-bold)
}

.zw-product-header {
    background: #f6fcff
}

.banner-wrap {
    display: flex;
    align-items: center
}

.banner-left {
    width: 60%
}

.banner-right {
    width: 40%
}

.banner-left h1 {
    font-size: 80px;
    font-family: var(--zf-primary-extrabold);
    color: #0d2867;
    width: 645px;
    max-width: 100%;
    margin-bottom: 20px
}

.banner-left p {
    font-size: 20px;
    line-height: 34px;
    width: 590px;
    max-width: 100%;
    margin-bottom: 30px
}

.access-demo-btn a {
    padding: 13px 35px;
    font-size: 18px;
    border-radius: 3px
}

.access-demo-btn .request-demo {
    background: #f6fcff;
    font-family: var(--zf-primary-semibold);
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    margin-left: 9px;
    text-transform: uppercase
}

.banner-section {
    background: #f6fcff;
    padding: 100px 0
}

.our-story-section .content-wrap,.factors-driving-adopt .content-wrap,.our-vision-sec .content-wrap,.buying-journey .content-wrap,.slick-slider-section .content-wrap,.data-safety .content-wrap,.global-presence-section .content-wrap,.nuclear-research .content-wrap,.zoho-eco-system .content-wrap {
    max-width: 1440px
}

.story-wrap {
    background: #08215f;
    color: #fff;
    border-radius: 10px;
    padding: 92px 150px 83px 170px
}

.story-content {
    display: flex;
    padding: 35px 0 110px
}

.story-content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0
}

.story-content p:last-child {
    margin-left: 30px
}

.story-wrap h2 {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 0
}

.story-numbers {
    display: flex;
    align-items: center;
    justify-content: center
}

.numbers {
    border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    margin-right: 10px
}

.numbers:last-child {
    margin-right: 0
}

.story-numbers .years {
    background: transparent linear-gradient(90deg,#FFD31912 0,#08215f 110%) 0 0 no-repeat padding-box
}

.numbers span {
    display: flex;
    font-size: 66px;
    line-height: 75px;
    font-family: var(--zf-primary-thin);
    padding: 23px 10px 20px 56px
}

.numbers strong {
    display: flex;
    padding-left: 10px;
    font-size: 17px;
    line-height: 20px;
    align-items: center
}

.each-box a {
    font-size: 17px;
    color: #29a7f5;
    font-family: var(--zf-secondary-medium)
}

.safety-wrap a {
    font-size: 17px;
    color: #29a7f5;
    font-family: var(--zf-secondary-medium);
    display: block;
    margin: 15px 0 0;
    width: fit-content
}

.story-numbers .million {
    background: transparent linear-gradient(90deg,#19FF8312 0,#08215f 110%) 0 0 no-repeat padding-box
}

.story-numbers .countries {
    background: transparent linear-gradient(90deg,#19A7FF12 0,#08215f 110%) 0 0 no-repeat padding-box
}

.numbers b {
    font-style: normal;
    display: inline-block;
    position: relative;
    width: 115px;
    min-height: 75px;
    color: #fff
}

.numbers:nth-child(2) b {
    width: fit-content
}

.numbers:last-child b {
    width: 155px;
}

.numbers b:after {
    content: '+';
    font-size: 66px;
    font-family: var(--zf-primary-thin);
    position: relative;
    right: 0
}

.numbers:first-child b:after {
    color: #ffd319
}

.numbers:nth-child(2) b:after {
    color: #74f5ab;
    display: none
}

.numbers:nth-child(3) b:after {
    color: #41bbfc
}

.numbers.million em {
    display: inline-block
}

.numbers.million em:after {
    content: '+';
    font-size: 66px;
    font-family: var(--zf-primary-thin);
    position: relative;
    right: 0;
    color: #74f5ab
}

.our-story-section {
    box-shadow: inset 0 290px 0 #f6fcff
}

.why-business-wrap {
    display: flex;
    align-items: center
}

.why-business-left {
    width: 54%
}

.why-business-right {
    width: 46%
}

.why-business-need-clm {
    padding: 115px 0 130px
}

.business-left-img {
    width: 500px;
    max-width: 100%
}

.whr-initial-captions h2 {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 12px
}

.whr-initial-captions p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0
}

.primary-challenges {
    margin: 50px 0 0
}

.primary-challenges {
    margin: 50px 0 0;
    background: #fff0e0;
    padding: 52px 41px 55px 50px;
    border-radius: 10px;
    width: fit-content
}

.primary-challenges em {
    font-size: 18px;
    line-height: 36px;
    font-family: var(--primaryfont-bold);
    font-style: normal;
    color: #f28c24;
    display: block
}

.primary-challenges ul {
    margin: 18px 0 0
}

.primary-challenges ul li {
    font-size: 18px;
    line-height: 26px;
    padding: 0 0 12px 18px;
    position: relative
}

.primary-challenges ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #f28c24;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%
}

.end-paragraph {
    margin: 49px 0 0
}

.end-paragraph p {
    font-size: 17px;
    line-height: 32px;
    margin: 0
}

.fact-driving-wrap {
    background: #e3f3fd;
    padding: 120px 185px 120px 200px;
    border-radius: 10px;
    display: flex;
    position: relative
}

.fact-driving-left {
    width: 51%
}

.fact-driving-right {
    width: 49%
}

.sticky-portion p {
    width: 372px;
    max-width: 100%
}

.st-image {
    margin: 65px 0 0
}

.st-image img {
    width: 328px;
    max-width: 100%
}

.fact-driving-cards h6 {
    font-size: 28px;
    line-height: 38px;
    font-family: var(--primaryfont-bold);
    margin: 0 0 22px
}

.fact-driving-cards p {
    font-size: 17px;
    line-height: 32px;
    margin: 0
}

.fact-driving-cards {
    background: #fff;
    border-radius: 10px;
    padding: 60px 60px 58px 75px;
    margin-bottom: 35px
}

.fact-driving-cards:last-child {
    margin-bottom: 0
}

.fact-driving-left {
    position: sticky;
    top: 120px;
    height: fit-content
}

.vision-wrap {
    background: #ebf7e5;
    padding: 120px 185px 120px 200px
}

.list-item h6 {
    font-size: 28px;
    line-height: 36px;
    font-family: var(--primaryfont-bold);
    margin: 0 0 24px
}

.list-item p {
    font-size: 17px;
    line-height: 32px;
    margin: 0
}

.list-item {
    padding-left: 40px;
    position: relative
}

.vision-list-sec {
    padding: 67px 0 0
}

.list-item:last-child {
    margin: 70px 0 0
}

.list-item::after {
    content: '';
    background: #8ad962;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 4px;
    top: 13px;
    transform: rotate(45deg)
}

.vision-left {
    width: 59%
}

.vision-right {
    width: 41%
}

.vision-wrap {
    background: #ebf7e5;
    padding: 120px 185px 120px 200px;
    display: flex;
    align-items: center;
    border-radius: 10px
}

.whr-initial-captions {
    max-width: 430px
}

.why-business-need-clm .whr-initial-captions {
    max-width: 520px
}

.why-business-need-clm .whr-initial-captions h2 {
    max-width: 400px
}

.vision-list-sec {
    max-width: 459px
}

.our-vision-sec {
    margin: 45px 0
}

.our-approach .fact-driving-wrap {
    background: #fdede3
}

.one-stop-solution .content-wrap {
    max-width: 1030px;
    width: 90%
}

.one-stop-box {
    display: flex;
    margin: 70px 0 0
}

.box-plot {
    background: #000;
    color: #fff
}

.box-1 .each-box {
    padding: 0 61px 0 54px
}

.each-box p {
    margin-bottom: 0;
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px
}

.each-box span {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 17px;
    display: block
}

.each-box span {
    font-size: 16px;
    line-height: 30px;
    font-family: var(--zf-secondary-medium)
}

.box-plot .each-box {
    border-bottom: 1px solid #2e2f2e
}

.box-plot .each-box:first-child {
    height: 278px;
    padding-top: 60px
}

.box-plot .each-box:nth-child(2) {
    height: 281px;
    padding-top: 43px
}

.box-plot .each-box:nth-child(3) {
    height: 251px;
    padding-top: 43px
}

.box-plot.box-2 .each-box {
    background: #272727;
    border-bottom: 1px solid #4d4d4d
}

.box-plot.box-2 .each-box {
    padding-right: 49px;
    padding-left: 72px
}

.box-plot {
    width: 33.33%
}

.box-plot.box-3 .each-box {
    padding-right: 47px;
    padding-left: 48px
}

.one-stop-solution {
    padding: 145px 0 65px
}

.clm-requirement h2 {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    width: 724px;
    max-width: 100%;
    margin: 0 auto
}

.box-plot.box-1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.box-plot.box-3 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.box-plot .each-box:last-child {
    border-bottom: 0
}

.experience-flaw-wrap {
    background: url(/sites/zweb/images/contracts/why-choose-contracts/flawless-bg.png)#10205b;
    background-size: 100% 100%;
    padding: 120px 130px;
    border-radius: 10px
}

.experience-flaw-wrap h2 {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    color: #fff;
    text-align: center;
    max-width: 100%;
    margin: 0 auto
}

.journey-cards-section {
    padding: 80px 0 0;
    display: flex;
    gap: 12px
}

.our-approach .whr-initial-captions {
    max-width: 370px
}

.flaw-cards {
    background: #fff;
    border-radius: 10px;
    padding: 48px 20px 40px 44px;
    width: 33.33%
}

.flaw-cards h5 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 20px;
    font-family: var(--primaryfont-bold)
}

.flaw-cards p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 30px
}

.flaw-cards a {
    font-size: 18px;
    line-height: 28px;
    font-family: var(--primaryfont-bold);
    color: #29a7f5
}

.slick-wrap {
    background: #e2f6ff;
    border-radius: 10px;
    padding: 150px 0 120px
}

.mini-content-wrap {
    max-width: 1070px;
    margin: 0 auto;
    width: 90%
}

.slick-slider-section {
    padding: 18px 0 0
}

.slick-wrap .slick-full-sec .this-slick {
    display: flex
}

.person {
    width: 312px
}

.quotes {
    width: calc(100% - 312px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5px
}

.quotes p {
    font-size: 30px;
    line-height: 46px;
    margin: 0;
    position: relative;
    padding-left: 52px;
    padding-top: 10px
}

.quotes p:before {
    position: absolute;
    content: '';
    background: url(/sites/zweb/images/contracts/why-choose-contracts/quote.png) no-repeat;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background-size: 40px
}

.author {
    margin: 50px 0 0
}

.author span {
    font-size: 30px;
    line-height: 36px;
    font-family: var(--primaryfont-bold);
    display: block
}

.author em {
    font-size: 18px;
    line-height: 36px;
    font-style: normal;
    display: block
}

.slick-dotted.slick-slider {
    position: relative
}

button.slick-prev {
    left: -58px;
    top: 29%
}

button.slick-next {
    right: -40px;
    top: 29%;
    display: none !important
}

.slick-slider-section .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    border: 0;
    border: 1px solid #3f51b6
}

.slick-slider-section .slick-dots li {
    width: 16px;
    height: 16px
}

.slick-wrap .slick-prev.slick-arrow::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    top: 15px;
    right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 2px;
    -webkit-transform: none;
    transform: none;
    left: unset;
    background: #0006;
    display: none
}

.slick-wrap .slick-prev.slick-arrow::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #0006;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 6px;
    border-right: 0;
    border-top: 0;
    border-radius: 2px;
    background: transparent;
    bottom: unset
}

.slick-wrap .slick-next.slick-arrow::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    top: 15px;
    right: -1px;
    border-bottom: 0;
    border-left: 0;
    border-radius: 2px;
    -webkit-transform: none;
    transform: none;
    left: unset;
    background: #0006;
    display: none
}

.slick-wrap .slick-next.slick-arrow::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #0006;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 2px;
    background: transparent;
    left: unset;
    bottom: unset
}

button.slick-prev {
    display: none !important
}

.d-safe {
    border-radius: 10px;
    background: #fff0f1;
    padding: 0
}

.safety-wrap {
    display: flex;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    width: 90%
}

.left-content h2 {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 20px;
    width: 420px;
    max-width: 100%
}

.left-content p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0;
    width: 385px;
    max-width: 100%
}

.data-safety,.nuclear-research {
    padding: 15px 0 0
}

.left-content {
    width: 49%
}

.right-img {
    width: 51%;
    line-height: 0;
    padding: 100px 0 0
}

.right-img img {
    margin-bottom: -15px
}

.global-presence-section {
    padding: 130px 0 60px
}

.global-sec {
    text-align: center
}

.global-sec h4 {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    margin: 0 0 25px
}

.global-sec p {
    font-size: 17px;
    line-height: 32px;
    width: 546px;
    max-width: 100%;
    margin: 0 auto 30px
}

.global-sec img {
    width: 1160px;
    max-width: 100%
}

.top-companies {
    background: url(/sites/zweb/images/contracts/why-choose-contracts/flawless-bg.png) #10205b;
    background-size: 100% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 60px auto 0;
    color: #fff;
    border-radius: 6px;
    padding: 120px 150px;
    position: relative;
    overflow: hidden
}

.top-companies .image-block .forbes-tag {
    display: block;
    font-size: 22px;
    font-family: var(--zf-secondary-extralight)
}

.top-companies h5 {
    margin-top: 20px;
    font-size: 38px;
    font-family: var(--secondaryfont-bold);
    line-height: 1.2;
    color: #f0c758
}

.top-companies h5 span {
    display: block
}

.top-companies p {
    font-size: 22px;
    margin-bottom: 0
}

.top-companies .cable-img {
    width: 240px;
    display: inline-block;
    position: absolute;
    right: -60px;
    top: -70px
}

.footer-cta-section {
    padding: 100px 0
}

.end-cta {
    text-align: center
}

.end-cta h2 {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    width: 780px;
    max-width: 100%;
    margin: 0 auto 26px
}

.end-cta .request-demo {
    background: transparent
}

.integeration-con {
    text-align: center;
    background: #fff6e6;
    height: 650px;
    overflow-y: hidden;
    padding: 0 120px;
    border-radius: 10px;
    display: flex;
    align-items: center
}

.floating-logos {
    width: 58%
}

.ecosystem-content {
    width: 42%;
    text-align: left
}

.integ-img-con {
    width: 100%;
    text-align: left;
    height: 650px
}

.integ-row1,.integ-row3 {
    position: relative;
    animation: scroll-top 100s linear infinite;
    animation-direction: reverse
}

.integ-rows {
    width: 130px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.integ-rows .integ-prd-con {
    margin-bottom: 10px;
    padding: 20px 12px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    height: 140px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.prd-name {
    font: 14px/20px var(--zf-primary-semibold);
    margin-top: 18px;
    color: #000;
    margin-bottom: 0;
    display: block
}

.integ-rows .integ-prd-con.added,.prd-name br,.body-umain .btm-promo-benifits,.other-lang .sales-cycle-right:before {
    display: none
}

.integ-row2,.integ-row4 {
    position: relative;
    animation: scroll-top 100s linear infinite
}

.zoho-eco-system {
    padding: 15px 0 0;
    display: none
}

.ecosystem-content h2 {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--secondaryfont-bold);
    margin: 0 0 20px
}

.ecosystem-content p {
    font-size: 17px;
    line-height: 32px;
    margin: 0;
    width: 484px;
    max-width: 100%
}

@keyframes scroll-top {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(calc(-200px * 4))
    }
}

.sprite-icn {
    background: var(--product-icons) no-repeat;
    background-size: var(--zp-i-bs);
    width: var(--zp-i-w);
    height: var(--zp-i-h);
    display: inline-block;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.projects-logo {
    background-position: var(--zp-projects-bp)
}

.mail-logo {
    background-position: var(--zp-mail-bp)
}

.flow-logo {
    background-position: var(--zp-flow-bp)
}

.creator-logo {
    background-position: var(--zp-creator-bp)
}

.cliq-logo {
    background-position: var(--zp-cliq-bp)
}

.booking-logo {
    background-position: var(--zp-booking-bp)
}

.sign-logo {
    background-position: var(--zp-sign-bp)
}

.forms-logo {
    background-position: var(--zp-forms-bp)
}

.campaigns-logo {
    background-position: var(--zp-campaigns-bp)
}

.analytics-logo {
    background-position: var(--zp-analytics-bp)
}

.meeting-logo {
    background-position: var(--zp-meeting-bp)
}

.expense-logo {
    background-position: var(--zp-expense-bp)
}

.salesiq-logo {
    background-position: var(--zp-salesiq-bp)
}

.survey-logo {
    background-position: var(--zp-survey-bp)
}

.desk-logo {
    background-position: var(--zp-desk-bp)
}

.vault-logo {
    background-position: var(--zp-vault-bp)
}

.writer-logo {
    background-position: var(--zp-writer-bp)
}

.show-logo {
    background-position: var(--zp-mail-bp)
}

.showtime-logo {
    background-position: var(--zp-show-bp)
}

.motivator-logo {
    background-position: var(--zp-motivator-bp)
}

.factors-driving-adopt.our-vision {
    padding: 40px 0
}

.factors-driving-adopt.our-vision .fact-driving-wrap {
    background: #ebf7e5
}

.our-vision .sticky-portion p {
    width: 386px
}

.Purchase-cta {
    text-align: center;
    padding: 70px 0 0
}

.Purchase-cta a {
    padding: 13px 35px;
    font-size: 18px;
    border-radius: 3px
}

.numbers strong {
    width: 100px;
    /* line-height:25px; */
}

.banner-left h1 span {
    display: block;
    font-family: var(--zf-primary-thin)
}

@media only screen and (max-width: 1399px) {
    .story-wrap {
        padding:90px 100px 90px 100px
    }

    .fact-driving-wrap {
        padding: 90px 130px 90px 110px
    }

    .vision-wrap {
        padding: 120px 150px 120px 120px
    }

    .experience-flaw-wrap {
        padding: 90px 80px
    }

    .integeration-con {
        padding: 0 80px
    }
}

@media only screen and (max-width: 1199px) {
    .banner-left h1 {
        width:515px;
        font-size: 60px
    }

    .fact-driving-left {
        top: 80px
    }

    .banner-left p {
        width: 510px
    }

    .story-wrap {
        padding: 92px 80px 83px 80px
    }

    .story-wrap h2 {
        font-size: 42px;
        line-height: 52px
    }

    .numbers span {
        font-size: 50px;
        line-height: 60px
    }

    .numbers b:after {
        font-size: 50px
    }

    .numbers b {
        width: 82px
    }

    .numbers:last-child b {
        width: 106px
    }

    .numbers span {
        padding: 23px 10px 20px 46px
    }

    .whr-initial-captions h2 {
        font-size: 42px;
        line-height: 52px
    }

    .why-business-left {
        width: 49%
    }

    .why-business-right {
        width: 51%
    }

    .fact-driving-wrap {
        padding: 100px 70px 100px 70px
    }

    .fact-driving-cards {
        padding: 50px 50px 50px 50px
    }

    .vision-wrap {
        padding: 90px 70px 90px 70px
    }

    .box-plot.box-2 .each-box {
        padding-right: 44px;
        padding-left: 54px
    }

    .flaw-cards {
        padding: 58px 35px 80px 44px;
        width: 48%
    }

    .journey-cards-section {
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center
    }

    .quotes p {
        font-size: 28px;
        line-height: 43px
    }

    .author {
        margin: 40px 0 0
    }

    .slick-wrap {
        padding: 110px 0 70px
    }

    .integeration-con {
        padding: 0 40px
    }

    .sprite-icn {
        transform: scale(1)
    }

    .banner-section {
        padding: 80px 0 90px
    }

    .numbers b {
        min-height: 60px
    }

    .business-left-img {
        width: 420px
    }

    .clm-requirement h2,.left-content h2,.ecosystem-content h2,.global-sec h4 {
        font-size: 42px;
        line-height: 52px
    }

    .experience-flaw-wrap h2 {
        font-size: 42px;
        line-height: 52px
    }

    .numbers.million em:after {
        font-size: 50px
    }

    .numbers.million em {
        max-height: 60px
    }

    .top-companies {
        padding: 55px 140px 50px 50px
    }

    .top-companies h5 {
        font-size: 38px
    }

    .top-companies p {
        font-size: 20px
    }
}

@media only screen and (min-width: 992px) {
    .fade-left {
        transform:translateX(40px);
        opacity: 0;
        transition: all 500ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .bottom-animated .fade-left {
        transform: translateX(0);
        opacity: 1
    }

    .fade-right {
        transform: translateX(-40px);
        opacity: 0;
        transition: all 500ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .bottom-animated .fade-right {
        transform: translateX(0);
        opacity: 1
    }

    .fade-top {
        transform: translateY(40px);
        opacity: 0;
        transition: all 500ms cubic-bezier(0.11,0.16,0.43,0.86)
    }

    .bottom-animated .fade-top {
        transform: translateY(0);
        opacity: 1
    }
}

@media only screen and (max-width: 991px) {
    .banner-wrap {
        flex-direction:column
    }

    .vision-wrap {
        padding: 70px
    }

    .banner-left {
        width: 100%;
        text-align: center;
        margin-bottom: 50px
    }

    .banner-left h1 {
        font-size: 44px;
        width: 380px;
        margin-left: auto;
        margin-right: auto
    }

    .banner-left p {
        margin-left: auto;
        margin-right: auto
    }

    .banner-right {
        width: 100%;
        text-align: center
    }

    .banner-right img {
        width: 340px
    }

    .story-wrap h2 {
        font-size: 36px;
        line-height: 46px;
        text-align: center
    }

    .story-content {
        padding: 35px 0 30px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .story-content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .story-content p:last-child {
        margin-left: 0
    }

    .numbers span {
        padding: 23px 10px 20px 40px
    }

    .box-1 .each-box {
        padding: 0 35px 0 40px
    }

    .box-plot .each-box:first-child {
        padding-top: 35px
    }

    .each-box p {
        font-size: 18px;
        line-height: 28px
    }

    .each-box span {
        margin-bottom: 15px
    }

    .box-plot.box-2 .each-box,.box-plot.box-3 .each-box {
        padding-right: 38px;
        padding-left: 38px
    }

    .box-plot .each-box:nth-child(2) {
        height: 360px
    }

    .clm-requirement h2 {
        font-size: 36px;
        line-height: 46px;
        width: 460px
    }

    .one-stop-box {
        margin: 50px 0 0
    }

    .one-stop-solution {
        padding: 100px 0 65px
    }

    .whr-initial-captions h2 {
        font-size: 36px;
        line-height: 46px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px
    }

    .fact-driving-wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .fact-driving-left {
        position: relative;
        top: 0
    }

    .st-image {
        margin: 35px 0 0;
        text-align: center
    }

    .our-approach .whr-initial-captions {
        text-align: center
    }

    .fact-driving-right {
        width: 70%;
        margin: 50px 0 0
    }

    .vision-right {
        width: 100%
    }

    .vision-left {
        width: 100%
    }

    .vision-wrap {
        flex-direction: column;
        justify-content: center
    }

    .whr-initial-captions {
        margin: auto;
        text-align: center
    }

    .vision-list-sec {
        max-width: 390px;
        margin: auto
    }

    .list-item h6 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 18px
    }

    .vision-right {
        margin: 50px 0 0;
        text-align: center
    }

    .vision-right img {
        width: 270px
    }

    .st-image img {
        width: 260px
    }

    .why-business-wrap {
        flex-direction: column;
        justify-content: center
    }

    .whr-initial-captions h2 {
        font-size: 36px;
        line-height: 48px
    }

    .why-business-need-clm {
        padding: 65px 0 70px
    }

    .end-paragraph p {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
        text-align: center
    }

    .why-business-right {
        width: 100%;
        max-width: 400px
    }

    .primary-challenges {
        padding: 42px
    }

    .fact-driving-cards h6 {
        font-size: 24px;
        line-height: 34px;
        text-align: center
    }

    .fact-driving-cards p {
        font-size: 16px;
        text-align: center;
        line-height: 30px
    }

    .list-item::after {
        width: 10px;
        left: 13px;
        top: 12px
    }

    .list-item:last-child {
        margin: 46px 0 0
    }

    .fact-driving-left {
        width: 100%;
        text-align: center;
        max-width: 500px;
        margin: 0 auto
    }

    .sticky-portion p {
        width: 368px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 30px
    }

    .experience-flaw-wrap h2 {
        font-size: 36px;
        line-height: 46px;
        width: 400px
    }

    .flaw-cards {
        padding: 50px 35px;
        width: 72%
    }

    .flaw-cards h5 {
        font-size: 26px;
        line-height: 36px;
        text-align: center
    }

    .flaw-cards p {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 18px;
        text-align: center
    }

    .floating-logos {
        width: 100%;
        height: 300px;
        overflow: hidden
    }

    .ecosystem-content {
        width: 100%
    }

    .integeration-con {
        height: 100%;
        flex-direction: column;
        padding: 40px 40px 0
    }

    .ecosystem-content {
        width: 100%;
        text-align: center;
        padding: 50px 0 70px
    }

    .ecosystem-content p {
        font-size: 16px;
        line-height: 28px;
        width: 510px;
        margin: auto
    }

    .ecosystem-content h2 {
        margin: 0 0 15px
    }

    .global-presence-section {
        padding: 80px 0 60px
    }

    .banner-left p {
        width: 475px;
        font-size: 18px;
        line-height: 30px
    }

    .fact-driving-wrap {
        padding: 70px
    }

    .vision-list-sec {
        padding: 45px 0 0
    }

    .whr-initial-captions p,.list-item p,.author em,.global-sec p {
        font-size: 16px;
        line-height: 30px
    }

    .box-plot .each-box:nth-child(3) {
        height: 265px
    }

    .journey-cards-section {
        padding: 50px 0 0
    }

    .experience-flaw-wrap {
        padding: 70px 70px
    }

    .flaw-cards a {
        font-size: 17px;
        text-align: center;
        display: block
    }

    .slick-wrap .slick-full-sec .this-slick {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .person {
        width: 140px;
        max-width: 100%
    }

    .quotes {
        width: 100%
    }

    .quotes p {
        font-size: 20px;
        line-height: 36px;
        max-width: 500px
    }

    .quotes p:before {
        width: 25px;
        height: 25px;
        background-size: 25px
    }

    .quotes p {
        padding-left: 34px
    }

    .author {
        margin: 24px 0 0
    }

    .author span {
        font-size: 22px;
        line-height: 30px
    }

    .slick-wrap {
        padding: 80px 0 40px
    }

    .safety-wrap {
        text-align: center;
        flex-direction: column
    }

    .left-content {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 40px;
        text-align: center
    }

    .left-content h2 {
        font-size: 36px;
        line-height: 46px;
        width: 312px;
        max-width: 100%;
        margin: 0 auto 20px
    }

    .safety-wrap a {
        margin: 15px auto 0
    }

    .ecosystem-content h2,.global-sec h4,.top-companies h5 {
        font-size: 36px
    }

    .left-content p {
        font-size: 16px;
        line-height: 30px;
        margin: 0 auto;
        width: 350px
    }

    .d-safe {
        padding: 70px 0 0
    }

    .integ-img-con {
        text-align: center;
        max-width: 652px;
        margin: 0 auto
    }

    .global-sec img {
        width: 680px
    }

    .footer-cta-section {
        padding: 70px 0
    }

    .end-cta h2 {
        font-size: 36px;
        line-height: 46px;
        width: 500px
    }

    .story-wrap {
        padding: 70px 70px
    }

    .banner-section {
        padding: 50px 0 90px
    }

    .experience-flaw-wrap {
        background: #10205b
    }

    .right-img {
        padding: 30px 0 0
    }

    .right-img {
        width: 350px;
        max-width: 100%
    }

    .story-numbers {
        flex-direction: column
    }

    .numbers {
        margin-right: 0;
        margin-bottom: 20px
    }

    .numbers b {
        min-height: unset
    }

    .numbers b:after {
        left: 3px
    }

    .banner-left h1 span {
        font-size: 50px
    }

    .top-companies .image-block img {
        max-width: 180px
    }

    .top-companies .image-block .forbes-tag {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .access-demo-btn a {
        display:block
    }

    .access-demo-btn {
        max-width: 280px;
        margin: auto
    }

    .access-demo-btn .request-demo {
        margin-left: 0;
        margin-top: 10px
    }

    .one-stop-box {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .box-plot {
        width: 100%
    }

    .one-stop-box {
        width: 300px;
        margin: 30px auto 0
    }

    .box-plot .each-box:first-child,.box-plot .each-box:nth-child(2),.box-plot .each-box:nth-child(3) {
        height: auto;
        padding-bottom: 30px;
        padding-top: 32px
    }

    .box-plot.box-1,.box-plot.box-3 {
        border-radius: 0
    }

    .box-plot.box-2 {
        margin: 12px 0
    }

    .banner-left h1 {
        font-size: 30px;
        width: 250px
    }

    .banner-right img {
        width: 280px
    }

    .story-wrap {
        padding: 50px 25px
    }

    .story-content {
        padding: 25px 0 50px
    }

    .banner-section {
        padding: 40px 0 60px
    }

    .our-story-section .content-wrap,.factors-driving-adopt .content-wrap,.our-vision-sec .content-wrap,.buying-journey .content-wrap,.slick-slider-section .content-wrap,.data-safety .content-wrap,.global-presence-section .content-wrap,.nuclear-research .content-wrap,.zoho-eco-system .content-wrap {
        width: 95%
    }

    .story-wrap h2 {
        font-size: 27px;
        line-height: 37px
    }

    .story-content {
        padding: 20px 0 30px
    }

    .numbers span {
        font-size: 34px;
        line-height: 44px
    }

    .numbers b:after {
        font-size: 34px
    }

    .numbers b {
        width: 68px;
    }

    .numbers:last-child b {
        width: 73px
    }

    .numbers.million em:after {
        font-size: 34px
    }

    .why-business-left {
        width: 100%
    }

    .business-left-img {
        width: 210px;
        text-align: center;
        margin: auto
    }

    .whr-initial-captions h2 {
        font-size: 27px;
        line-height: 36px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .primary-challenges em {
        line-height: 28px
    }

    .primary-challenges ul li {
        font-size: 16px
    }

    .primary-challenges {
        padding: 35px 35px 25px
    }

    .why-business-need-clm {
        padding: 60px 0 60px
    }

    .fact-driving-wrap {
        padding: 50px 20px
    }

    .fact-driving-right {
        width: 100%
    }

    .fact-driving-cards {
        padding: 35px 18px 35px 18px
    }

    .fact-driving-cards h6 {
        font-size: 21px;
        line-height: 32px
    }

    .vision-wrap {
        padding: 50px 22px 50px 22px
    }

    .list-item h6 {
        font-size: 21px;
        line-height: 32px
    }

    .st-image img {
        width: 200px
    }

    .vision-right img {
        width: 200px
    }

    .clm-requirement h2 {
        font-size: 27px;
        line-height: 36px
    }

    .each-box {
        text-align: center
    }

    .each-box p {
        font-size: 18px
    }

    .each-box span {
        margin-bottom: 10px
    }

    .experience-flaw-wrap {
        padding: 50px 20px
    }

    .experience-flaw-wrap h2 {
        font-size: 27px;
        line-height: 37px
    }

    .flaw-cards {
        width: 100%;
        padding: 35px 18px 35px 18px
    }

    .author span {
        font-size: 20px
    }

    .author {
        text-align: center
    }

    .quotes p {
        padding-left: 10px;
        text-align: center;
        font-size: 16px;
        line-height: 1.8
    }

    .quotes p:before {
        top: -7px
    }

    .left-content h2 {
        font-size: 27px;
        line-height: 37px;
        width: 232px
    }

    .right-img {
        width: 100%
    }

    .right-img img {
        width: 200px
    }

    .integeration-con {
        padding: 30px 22px 0
    }

    .d-safe {
        padding: 45px 0 0
    }

    .ecosystem-content h2 {
        font-size: 26px;
        line-height: 36px
    }

    .ecosystem-content {
        padding: 50px 0 50px
    }

    .global-sec h4 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 15px
    }

    .global-presence-section {
        padding: 60px 0 60px
    }

    .top-companies {
        padding: 35px
    }

    .top-companies .cable-img {
        display: none
    }

    .top-companies h5 {
        font-size: 26px;
        line-height: 36px
    }

    .top-companies p {
        font-size: 18px
    }

    .footer-cta-section {
        padding: 50px 0
    }

    .end-cta h2 {
        font-size: 27px;
        line-height: 37px;
        width: 290px
    }

    .access-demo-btn a {
        font-size: 15px
    }

    .each-box a {
        font-size: 16px
    }

    .access-demo-btn a {
        width: 100%
    }

    .primary-challenges em {
        text-align: center;
        width: 258px;
        max-width: 100%
    }

    .Purchase-cta a {
        font-size: 15px;
        width: 280px
    }

    .right-img {
        padding: 0
    }

    .primary-challenges {
        margin: 50px auto 0
    }

    .primary-challenges {
        width: fit-content
    }

    .numbers strong {
        font-size: 15px;
        line-height: 22px
    }

    .banner-left p,.story-content p,.whr-initial-captions p,.list-item p,.author em,.global-sec p,.end-paragraph p,.fact-driving-cards p,.each-box span,.flaw-cards p,.top-companies p {
        font-size: 15px;
        line-height: 1.8
    }

    .primary-challenges ul li {
        font-size: 15px;
        padding: 0 0 7px 18px
    }

    .flaw-cards p {
        margin: 0 0 8px
    }

    .Purchase-cta a {
        padding: 13px 13px;
        max-width: 100%
    }

    .slick-wrap {
        padding: 60px 0 20px
    }

    .flaw-cards h5 {
        font-size: 24px;
        line-height: 33px
    }

    .Purchase-cta {
        padding: 45px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .primary-challenges {
        width:100%
    }

    .whr-initial-captions h2 {
        max-width: 220px
    }
}</pre></body></html>