<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);
}
.cm-header-wrap {
    background: url(/sites/zweb/images/contracts/contract-management/bg-img.png) #002F5F no-repeat;
    background-position: right;
    color: #fff;
    padding: 180px 0 120px;
    background-size: 100%;
    margin-top: -70px;
}
.cm-header-wrap h1 {
    font-size: 60px;
    line-height: 84px;
    font-family: var(--secondaryfont-bold);
    margin: 0 auto 30px;
}
.banner-content h4 {
    font-size: 50px;
    line-height: 64px;
    font-family: var(--secondaryfont-bold);
    margin-bottom: 0;
}
.what_is_clm{
    margin: 45px 0 0;
}
.what_is_clm h6 {
    font-size: 30px;
    line-height: 35px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 16px;
}
.what_is_clm p {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0px;
}
.banner-content {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.grid-reasons {
    display: flex;
    gap: 9px;
    margin: 50px 0 0;
}
.list-view {
    background: #fff;
    padding: 35px 41px 31px 44px;
    width: 336px;
    max-width: 100%;
    margin-bottom: 9px;
}
.list-view span {
    font-size: 17px;
    line-height: 1.7;
    position: relative;
}
.contract-management-header .content-wrap {
    max-width: 1400px;
}
.list-view span:before {
    content: '\2605';
    width: 7px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 1px;
    border-radius: 100%;
    font-size: 10px;
}
.scroller-content .content-wrap {
    max-width: 100%;
    width: 100%;
}
.inner-information h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
    color: #1B4593;
}
.inner-information p {
    font-size: 17px;
    line-height: 30px;  
    margin-bottom: 0;
}
.inner-information .long-mb{
    margin-bottom: 50px;
}
.bolder-para {
    font-size: 18px;
    line-height: 32px;
    font-family: var(--secondaryfont-semibold);
    width: 630px;
    max-width: 100%;
    display: block;
}
.contract-management-header {
    background: #fef4ef;
}
.scroller-content {
    position: relative;
    margin-bottom: 100px;
}
.scroller-content:last-child {
    margin-bottom: 0px;
}
.information-list {
    margin: 40px 0 0;
}
.information-list p span{
    font-family: var(--secondaryfont-semibold);
}
.information-list p {
    margin: 0 0 35px;
}
.information-list ul li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 35px;
    padding-left: 35px;
    position: relative;
}
.information-list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    border: 1.9px solid #000;
}
.inner-information p span.blue-bolder {
    color: #17D2FF;
    font-family: var(--primaryfont-bold);
}
.scroller-content.pink-bg b.bolder-para {
    margin: 35px 0 40px;
}
.scroller-content.pink-bg b.bolder-para strong {
    color: #43A1FC;
}
.inner-information h6 {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
    color: #43A1FF;
    margin-bottom: 35px;
}
.zwc_department_list {
    background: #FAFFEF;
    padding: 70px 90px 70px 70px;
}
.legal-contracts-subheading {
    margin: 40px 0 0;
}
.table-field li {
    display: flex;
}
.table-field li span:first-child {
    width: 40%;
    padding-left: 14%;
}
.table-field li span:last-child {
    width: 60%;
    padding-left: 70px;
    padding-right: 55px;
}
.table-field li.table-header span {
    padding: 19px 0;
    font-size: 24px;
    font-family: var(--primaryfont-bold);
    display: block;
}
.table-header {
    background: #FD8F60;
    color: #fff;
}
.table-header span{
    font-size: 24px;
    display: block;
    text-align: center;
}
.table-body span:first-child {
    font-size: 17px;
    font-family: var(--secondaryfont-semibold);
}
.table-body span strong{
    font-size: 17px;
    line-height: 1.7;
    font-family: var(--primaryfont-regular);
    font-weight: normal;
    margin-bottom: 25px;
    display: block;
    position: relative;
}
.table-body span strong:before{
    background: #FD8F60;
    content: '';
    width: 7px;
    height: 7px;
    left: -20px;
    top: 11px;
    position: absolute;
    border-radius: 100%;
}
.table-body span strong:last-child{
    margin-bottom: 0;
}
.table-body {
    background: #f6d7c8;
}
.table-field li.table-body  span:first-child {
    border-right: 1px solid #FCF5F2;
}
.table-field li.table-body  span {
    border-bottom: 1px solid #FCF5F2;
}
.table-body span{
    padding-top: 50px;
    padding-bottom: 50px;
}
.table-body span:last-child {
    padding-bottom: 85px;
}
.table-field {
    margin: 30px 0 0;
}
.scroller-full-section {
    position: relative;
    width: 95%;
    max-width: 1440px;
    display: flex;
    margin: 120px auto 76px;
}
.content-title {
    width: 450px;
    margin-right: 80px;
    z-index: 1;
    top: 105px;
    height: fit-content;
    position: sticky;
    margin-bottom: 0;
}
.list-menu-wrap {
    /* background: #FAFAFA; */
    border-radius: 10px;
}
.list-menu-wrap ul li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    width: 100%;
}
.list-menu-wrap ul li:last-child {
    border-bottom: 0;
}
.list-menu-wrap ul li span{
    max-width: 100%;
    padding: 22px 55px 19px 55px;
    display: block;
    font-size: 18px;
    line-height: 23px;
}
.list-menu-wrap ul li:last-child {
    margin-bottom: 0;
}
.list-menu {
    width: 100%;
}
.list-menu-wrap li span:before {
    content: '';
    background: #0F3B90;
    width: 5px;
    transition: all 150ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    position: absolute;
    right: 0px;
    top: -1px;
    opacity: 0;
    height: 0;
}
.list-menu-wrap li.active span:before {
    opacity: 1;
    height: 101%;
}

.list-menu-wrap li.active span {
    font-family: var(--primaryfont-bold);
}
.list-menu-wrap li span.zwc_sub_heading:before{
    display: none;
}
.dd_arrow{
    position: relative;
    width: 10px;
    display: inline-block;
    transform: rotate(0deg);
}
.dropdownEnable .dd_arrow{
    transform: rotate(180deg);
}
.dd_arrow:before, .dd_arrow:after {
    content: '';
    width: 7px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform .2s ease;
}
.dd_arrow:before {
    transform: rotate(45deg);
    right: 4px;
}
.dd_arrow:after {
    transform: rotate(-45deg);
}
.zwc_sub_heading label{
    font-family: var(--primaryfont-regular);
    margin-bottom: 15px;
    display: block;
    position: relative;
    cursor: pointer;
}
div.list-menu-wrap ul li .zwc_sub_heading {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 120px;
    transition: all 150ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
    display: block;
    font-weight: normal;
}
div.list-menu-wrap ul li.dropdownEnable .zwc_sub_heading {
    padding: 5px 20px 19px 120px;
    opacity: 1;
    height: auto;
}
.zwc_dropdown .zwc_sub_heading label:last-child{
    margin-bottom: 0;
}
.zwc_sub_heading label.sub_active {
    font-family: var(--primaryfont-semibold);
}
.list-menu.fixed_wrap {
    position: fixed;
}
.cta-wrap {
    text-align: center;
}
.cta-wrap h2 {
    font-size: 46px;
    line-height: 64px;
    width: 820px;
    max-width: 100%;
    margin: 0 auto 32px;
}
.cta-wrap a {
    border-radius: 3px;
    background: #EE4A44;
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 18px;
    font-family: var(--primaryfont-bold);
}
.end-cta{
    padding: 80px 0;
}
.content-full-section {
    width: calc(100% - 530px);
}
.information-list .custom-list-type span {
    position: absolute;
    left: 0;
}
.information-list .custom-list-type span::after {
    position: absolute;
    border-right: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    content: '';
    width: 5px;
    height: 13px;
    transform: rotate(45deg);
    left: 11px;
    top: 3px;
    background: #edfbfe;
    z-index: 1;
}
.information-list .custom-list-type span::before {
    background: #edfbfe;
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 14px;
    top: 9px;
    z-index: 1;
}
.information-list .custom-list-type.pink span::after {
    background: #faf1fc;
}
.information-list .custom-list-type.pink span::before {
    background: #faf1fc;
}
.zw-template-inner {
    overflow-x: clip;
}
.information-list ul li:last-child {
    margin-bottom: 0;
}
.digital-wrap {
    display: flex;
    align-items: center;
    background: #FFF7E2;
    padding: 35px 135px 8px 130px;
    max-width: 1140px;
    margin: 100px auto 0;
}
.digital-wrap-left h6 {
    font-size: 36px;
    line-height: 41px;
    font-family: var(--primaryfont-bold);
    color: #000;
    margin-bottom: 22px;
}
.digital-wrap-left p {
    font-size: 18px;
    line-height: 32px;
    width: 610px;
    max-width: 100%;
    color: #000;
}
.digital-wrap-left p:last-child {
    margin-bottom: 0;
}
.digital-wrap-left {
    width: calc(100% - 224px);
}
.digital-wrap-right {
    width: 224px;
}
.digital-structure {
    margin-top: -330px;
}
.describtion-wrap p {
    margin-bottom: 30px;
}
.describtion-wrap p:last-child {
    margin-bottom: 0px;
}
.describtion-wrap p span {
    display: block;
    color: #000000;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: var(--secondaryfont-bold);
}
.separate-column {
    padding: 0 0 40px;
}
.separate-column:last-child {
    padding: 0;
}
.separate-column em{
    display: block;
    margin: 0 0 30px;
}
.separate-column em:last-child{
    margin: 0;
}
.describtion-wrap.with-sub-captions {
    margin: 50px 0 0;
}
.info-list b {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--primaryfont-semibold);
    margin-bottom: 20px;
    display: block;
}
.info-list li {
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
}
.info-list li:last-child {
    margin: 0;
}
.info-list li:after {
    content: " ";
    display: block;
    width: 0.3em;
    height: 0.57em;
    border: solid #27bc04;
    border-width: 0 0.15em 0.15em 0;
    position: absolute;
    left: 10.5px;
    top: 12px;
    margin-top: -0.2em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #eefcff;
}
.info-list li:before {
    content: " ";
    display: block;
    border: 2px solid #27BC04;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 4px;
    top: 5px;
    margin-top: 0;
}
.inner-information .info-list ul {
    max-width: 710px;
}
.list-menu-wrap ul {
    margin-right: 10px;
    background: #FAFAFA;
}
.list-menu-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.list-menu-wrap::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.list-menu-wrap::-webkit-scrollbar {
    width: 5px;
}
.accordion-content {
    display: none;
}
.active .accordion-content {
    display: block;
}
.faq-digital-wrap h2 {
    text-align: center;
    font-size: 32px;
    line-height: 37px;
}
.faq-digital-sign {
    background: #F8F8F8;
    padding: 100px 0;
}
.faq-digital-sign .content-wrap {
    max-width: 1100px;
}
.faq-plot {
    margin: 75px 0 0;
}
.accordion_head h4 {
    font-size: 28px;
    line-height: 32px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
    transition: .3s ease;
}
.accordion.active .accordion_head h4 {
    color: #2A90DB;
}
.accordion-content {
    font-size: 21px;
    line-height: 37px;
    margin: 25px 0 0;
}
.accordion {
    padding-bottom: 35px;
    margin-bottom: 38px;
    border-bottom: 1px solid #707070;
    width: 93%;
}
.accordion.end-accordion{
    border-bottom: 0;
}
.accordion_head h4{
    position: relative;
    cursor: pointer;
}
.accordion_head h4 span:before, .accordion_head h4 span:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    right: 4px;
    content: '';
    width: 14px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    -ms-transition: transform .2s ease;
    -o-transition: transform .2s ease;
}
.accordion_head h4 span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    right: 9px;
}
.accordion_head h4 span {
    width: 23px;
    position: absolute;
    right: -60px;
    height: 20px;
    top: 7px;
    transition: .3s ease;
}
.accordion.active .accordion_head h4 span {
    transform: rotate(180deg);
}
.accordion.active .accordion_head h4 span:before, .accordion.active .accordion_head h4 span:after {
    background: #4A8ED5;
}
.accordion:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.inner-information p em{
    font-style: normal;
    display: block;
}
.inner-information .info-list {
    padding: 30px 0 0;
}
.inner-information  .info-list b {
    font-size: 24px;
    line-height: 27px;
    font-family: var(--primaryfont-bold);
    color: #26448E;
}
.info-list span, .info-list label {
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding: 0 0 32px;
}
.zwc_last_list ul{
    padding: 15px 0 0;
}
.scroller-content.electronic.section .describtion-wrap p {
    max-width: 722px;
}
.banner-content p {
    font-size: 17px;
    line-height: 30px;
    max-width: 928px;
    margin: 20px auto 0;
}
.zwc_sftr_ta_table li {
    display: flex;
    align-items: stretch;
}
.zwc_sftr_ta_table li.zwc_table_heading p {
    background: #004698;
}
.zwc_sftr_ta_table li p {
    background: #fff;
}
.zwc_sftr_ta_table p {
    width: 50%;
    margin-bottom: 0;
    /* display: flex;
    align-items: start; */
}
.zwc_sftr_ta_table .zwc_table_heading p {
    align-items: center;
}
.describtion-wrap .zwc_sftr_ta_table .zwc_table_heading p span {
    color: #fff;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 0;
    font-family: var(--secondaryfont-bold);
    /* padding: 20px 27px 20px 40px; */
}
.describtion-wrap .zwc_sftr_ta_table p span{
    font-size: 18px;
    line-height: 32px;
    font-family: var(--primaryfont-regular);
    color: #000;
    margin-bottom: 0;
}
.describtion-wrap .zwc_sftr_ta_table p{
    border-bottom: 1px solid #CDDFEF;
    padding: 17px 27px 18px 40px;
}
.describtion-wrap .zwc_sftr_ta_table zwc_table_heading p{
    padding: 20px 27px 20px 40px;
}
.describtion-wrap .zwc_sftr_ta_table .zwc_table_heading p{
    border-bottom: 0;
    display: flex;
    align-items: center;
}
.describtion-wrap .zwc_sftr_ta_table li:last-child p{
    border-bottom: 0;
}
.zwc_sftr_ta_table p:first-child{
    border-left: 1px solid transparent;
}
.zwc_sftr_ta_table p:last-child{
    border-left: 1px solid #CDDFEF;
}
/* .inner-information p b {
    font-family: var(--primaryfont-semibold);
} */
.describtion-wrap p a {
    text-decoration: underline;
}
.benefits .inner-information h2 {
    margin-bottom: 18px;
}
.zwc_cmp .zwc_sftr_ta_table li p:first-child {
    width: 75%;
}
.zwc_cmp .zwc_sftr_ta_table li p:last-child {
    width: 25%;
}
.describtion-wrap.zwc_cmp .zwc_sftr_ta_table .zwc_table_heading p span{
    text-align: center;
    width: 100%;
}
.describtion-wrap.zwc_cmp .zwc_sftr_ta_table .zwc_table_heading p{
    padding: 30px;
}
.zwc_sftr_ta_table {
    padding: 40px 0 0;
}
.zwc_seaprate-caption {
    padding: 50px 0 0;
}
.zwc_sftr_implement .zwc_sftr_ta_table li p:first-child {
    width: 52%;
}
.zwc_sftr_implement .zwc_sftr_ta_table li p:nth-child(2), .zwc_sftr_implement .zwc_sftr_ta_table li p:nth-child(3) {
    width: 24%;
}
.zwc_sftr_implement .zwc_sftr_ta_table li p:nth-child(2){
    border-left: 1px solid #CDDFEF;
}
.describtion-wrap.zwc_sftr_implement .zwc_sftr_ta_table .zwc_table_heading p {
    padding: 17px 18px 18px 24px;
}
.describtion-wrap.zwc_sftr_implement .zwc_sftr_ta_table .zwc_table_heading p span{
    width: 100%;
    text-align: center;
}
.buyers-journey {
    padding: 0 0 25px;
}
.buyers-guide {
    margin: 50px 0 0;
}
.buyers-guide span {
    font-size: 24px;
    line-height: 32px;
    display: block;
    font-family: var(--primaryfont-bold);
}
.buyers-guide span a{
    text-decoration: underline;
}
.zwc_sub_heading label:before {
    content: '';
    position: absolute;
    background: #000;
    width: 6px;
    height: 6px;
    left: -20px;
    top: 9px;
    border-radius: 100%;
}
.inner-information ul.info-list{
    padding: 0 0 30px 60px;
}
.info-list ul li {
    margin-bottom: 20px;
}
.info-list ul li:last-child {
    margin-bottom: 0;
}
.info-list ul {
    padding-left: 60px;
}
.banner-content p:first-child{
    margin: 30px auto 0;
}
.caption-title {
    padding: 20px 0 0;
}
.caption-title p {
    font-family: var(--primaryfont-semibold);
}
.bottom-list-info {
    padding: 80px 0 0;
}
.who_use_clm .inner-information p {
    margin-bottom: 20px;
}
.banner-content h2 {
    font-size: 30px;
}
.banner-content h2 span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.banner-content h2 span:last-child {
    padding-right: 0;
}
.banner-content h2 span:after {
    content: '';
    background: #1e5d9e;
    width: 1.5px;
    height: 24px;
    position: absolute;
    right: 9px;
    top: 8px;
}
.banner-content h2 span:last-child:after {
    display: none;
}

/* media query */
@media only screen and (max-width:1199px){
.list-view {
    width: 100%;
}
.cm-header-wrap {
    padding: 140px 0 70px;
}
.testi-slider .flex-wrap .flex-left {
    width: 320px;
}
.grid-sec {
    width: 50%;
}
.cm-header-wrap h1 {
    font-size: 50px;
    line-height: 65px;
    width: 790px;
    max-width: 100%;
}
.inner-information h2 {
    font-size: 30px;
    line-height: 36px;
}
.information-list .custom-list-type span::after {
    height: 10px;
    left: 9px;
    top: 3px;
}
/* .scroller-content {
    padding: 50px 45px;
} */
.banner-content h4 {
    font-size: 36px;
    line-height: 44px;
    margin: 0 auto 11px;
}
.digital-wrap {
    padding: 50px 70px;
    max-width: 80%;
    margin: 70px auto 0;
}
.digital-wrap-left p {
    font-size: 17px;
    line-height: 30px;
    width: 508px;
}
.content-title {
    top: 60px;
}
.content-title {
    width: 380px;
}
.content-full-section {
    width: calc(100% - 430px);
}
.list-menu-wrap ul li span {
    font-size: 17px;
    padding: 22px 25px 18px;
}
.scroller-full-section {
    margin: 80px auto 76px;
}
.inner-information p {
    font-size: 17px;
}
.info-list li, .info-list span, .info-list label, .describtion-wrap .zwc_sftr_ta_table p span {
    font-size: 17px;
}
.describtion-wrap .zwc_sftr_ta_table p {
    padding: 17px 16px 18px 25px;
}
.describtion-wrap p span {
    font-size: 20px;
}
.buyers-guide span {
    font-size: 22px;
}
.info-list li {
    padding-left: 40px;
}
.describtion-wrap.with-sub-captions {
    margin: 40px 0 0;
}
div.list-menu-wrap ul li .zwc_sub_heading {
    padding-left: 70px;
}
div.list-menu-wrap ul li.dropdownEnable .zwc_sub_heading {
    padding: 5px 20px 19px 70px;
}
.content-title {
    margin-right: 50px;
}
.zwc_department_list {
    padding: 50px;
}
.digital-wrap-left {
    width: calc(100% - 204px);
}
}

@media only screen and (min-width:992px){
.cta-wrap a {
    min-width: 280px;
}
}

@media only screen and (max-width:991px){
.content-title {
    display: none;
}
.cm-header-wrap {
    background: #002F5F;
}
.content-full-section {
    padding-left: 0;
}
.inner-information .long-mb {
    margin-bottom: 35px;
}
.bolder-para {
    font-size: 17px;
    margin: auto;
    text-align: center;
}
.grid-reasons {
    margin: 40px 0 0;
}
.information-list p {
    margin: 0 auto 35px;
    text-align: center;
}
.information-list p {
    max-width: 692px;
}
/* .scroller-content {
    padding: 50px 40px;
} */
.custom-list-type {
    max-width: 700px;
    margin: auto;
}
.scroller-content.pink-bg b.bolder-para {
    margin: 35px auto 40px;
}
.information-list ul li:before {
    top: 6px;
}
.information-list .custom-list-type span::after {
    top: 4px;
}
.information-list ul li {
    padding-left: 30px;
}
.cm-header-wrap h1 {
    width: 400px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.what_is_clm h6 {
    font-size: 24px;
   text-align: center;
}
.what_is_clm p {
    text-align: center;
}
.content-full-section {
    width: 100%;
}
.digital-wrap {
    flex-direction: column;
}
.digital-wrap-left {
    width: 100%;
    text-align: center;
}
.digital-wrap-left p {
    font-size: 17px;
    width: 550px;
    margin: 0 auto 15px;
}
.digital-wrap-right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.scroller-full-section {
    margin: 60px auto 0;
}
.inner-information p {
    font-size: 17px;
}
.cm-header-wrap h1 {
    width: 630px;
    font-size: 40px;
}
.info-list ul {
    text-align: left;
    max-width: 280px;
}
.accordion_head h4 {
    font-size: 24px;
}
.accordion-content {
    font-size: 18px;
    line-height: 30px;
}
.cta-wrap h2 {
    font-size: 36px;
    line-height: 50px;
    width: 760px;
    margin: 0 auto 28px;
}
.accordion_section {
    padding-left: 30px;
    width: calc(100% - 30px);
}
.digital-wrap-right img {
    width: 180px;
}
.accordion-content {
    margin: 18px 0 0;
}
.zwc_sftr_ta_table {
    padding: 20px 0 0;
}
.describtion-wrap.with-sub-captions {
    margin: 30px 0 0;
}
.banner-content p {
    font-size: 17px;
    max-width: 588px;
}
.digital-wrap-left h6, .inner-information h2 {
    font-size: 34px;
    line-height: 40px;
}
.inner-information .info-list {
    padding: 40px 0 0;
}
.zwc_seaprate-caption {
    padding: 30px 0 0;
}
.scroller-content {
    margin-bottom: 60px;
}
.cm-header-wrap {
    padding: 114px 0 40px;
}
.banner-content h2 {
    font-size: 26px;
}
.banner-content h2 span:after {
    width: 1.5px;
    height: 22px;
    top: 6px;
}
}

@media only screen and (max-width:767px){
.cm-header-wrap {
    padding: 45px 0;
    /* background: #0F3B90; */
}
.info-list ul {
    margin-left: auto;
    margin-right: auto;
}
.info-list {
    text-align: left;
    margin: auto;
    max-width: 250px;
}
div.info-list {
    max-width: 350px;
}
.inner-information p {
    text-align: center;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}
.inner-information h2 {
    text-align: center;
}
.cm-header-wrap h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}
.what_is_clm p {
    font-size: 15px;
    line-height: 28px;
}
.inner-information h2 {
    font-size: 24px;
    width: 340px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.inner-information p, .bolder-para, .list-view span, .information-list ul li, .table-body span strong, .table-body span:first-child {
    font-size: 16px;
    line-height: 28px;
}
.grid-reasons {
    flex-direction: column;
    gap: 0;
}
.grid-sec {
    width: 100%;
}
.list-view {
    padding: 30px 30px 30px 40px;
}
.list-view span:before {
    width: 6px;
    height: 6px;
    top: 6px;
}
/* .scroller-content {
    padding: 50px 30px 50px;
} */
.information-list ul li:before {
    left: 2px;
}
.information-list .custom-list-type span::after {
    left: 10px;
}
.information-list p {
    margin: 0 auto 25px;
}
.table-field li.table-header span {
    font-size: 18px;
}
.table-field li span:first-child {
    padding-left: 18px;
}
.table-field li span:last-child {
    padding-left: 35px;
    padding-right: 15px;
}
.table-body span:last-child {
    padding-bottom: 40px;
}
.table-body span strong {
    margin-bottom: 15px;
}
.cta-wrap h2 {
    font-size: 27px;
    line-height: 37px;
    width: 314px;
}
.cta-wrap a {
    font-size: 15px;
    margin: 0 auto 20px;
}
.end-scroller {
    display: none;
}
.end-cta {
    padding: 50px 0;
}
.scroller-full-section {
    width: 90%;
}
.describtion-wrap p span {
    font-size: 20px;
    margin-bottom: 10px;
}
.describtion-wrap.with-sub-captions {
    margin: 30px 0 0;
}
.digital-structure {
    margin-top: -251px;
}
.banner-content h4 {
    font-size: 24px;
    line-height: 36px;
}
.digital-wrap-left p {
    font-size: 16px;
}
.accordion_head h4 {
    font-size: 20px;
}
.accordion_section {
    padding-left: 0px;
    width: 100%;
}
.accordion_head h4 span {
    opacity: 0;
}
.faq-digital-sign {
    padding: 70px 0;
}
.faq-plot {
    margin: 48px 0 0;
}
.accordion_head h4 span:before, .accordion_head h4 span:after {
    width: 10px;
}
.accordion_head h4 span:after {
    right: 6px;
}
.cta-wrap h2 {
    width: 420px;
}
.digital-wrap-left h6 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 12px;
}
.info-list b {
    font-size: 18px;
    line-height: 29px;
}
.faq-digital-wrap h2 {
    font-size: 28px;
}
.accordion {
    padding-bottom: 24px;
    margin-bottom: 25px;
    width: 100%;
}
.accordion-content {
    font-size: 16px;
    line-height: 28px;
}
.digital-wrap-right img {
    width: 130px;
}
.banner-content p {
    font-size: 15px;
    line-height: 1.8;
}
/* .scroller-content, .digital-wrap {
    padding: 35px 24px;
} */
.inner-information h2 {
    font-size: 25px;
    line-height: 34px;
}
.inner-information p, .bolder-para, .list-view span, .information-list ul li, .table-body span strong, .table-body span:first-child, .info-list li, .info-list span, .info-list label, .describtion-wrap .zwc_sftr_ta_table p span {
    font-size: 15px;
    line-height: 1.8;
}
.info-list span, .info-list label {
    padding: 0 0 17px;
}
.info-list li {
    padding-left: 40px;
}
.info-list b {
    margin-bottom: 10px;
}
.inner-information .info-list b {
    font-size: 22px;;
}
.describtion-wrap .zwc_sftr_ta_table p {
    padding: 17px 16px 18px 16px;
}
.describtion-wrap .zwc_sftr_ta_table .zwc_table_heading p span {
    font-size: 16px;
}
.zwc_sftr_ta_table {
    padding: 0px 0 0;
}
.describtion-wrap p {
    margin-bottom: 20px;
}
.benefits .zwc_sftr_ta_table, .all-signed .zwc_sftr_ta_table {
    padding: 20px 0 0;
}
.describtion-wrap .zwc_sftr_ta_table p {
    margin-bottom: 0;
}
.inner-information h2 {
    margin-bottom: 15px;
}
.inner-information .info-list {
    padding: 20px 0 0;
}
.testi-inner-section h2 {
    font-size: 25px;
    line-height: 34px;
}
.cta-wrap h2 {
    width: 360px;
}
.buyers-journey {
    padding: 20px 0;
}
.buyers-guide span {
    font-size: 18px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.scroller-full-section {
    margin: 60px auto 0;
}
.inner-information .info-list ul {
    max-width: 100%;
}
.digital-wrap {
    max-width: 90%;
}
.zwc_department_list {
    padding: 35px 20px;
}
.info-list li:before {
    height: 14px;
    width: 14px;
    top: 6px;
}
.info-list li:after {
    width: 0.26em;
    height: 0.5em;
    left: 9px;
    top: 12px;
}
.inner-information ul.info-list {
    padding: 0 0 30px 0px;
}
.info-list ul {
    padding-left: 0;
}
.digital-wrap {
    padding: 35px 20px;
}
.inner-information .info-list ul.sub_mennu_lists {
    max-width: 290px;
}
.bottom-list-info {
    padding: 10px 0 0;
}
.cm-header-wrap {
    padding: 114px 0 40px;
}
.banner-content h2 {
    font-size: 18px;
    margin: 0 auto;
    line-height: 30px;
}
.banner-content h2 span:after {
    height: 16px;
    top: 7px;
    right: 5px;
}
.banner-content h2 span {
    padding-right: 15px;
}
.buyers-guide span {
    margin: 0 auto;
}
.cm-header-wrap h1 {
    width: 375px;
}
}

@media only screen and (max-width:480px){
    .buyers-guide span {
        max-width: 180px;
    }
}
@media only screen and (max-width:400px){
    .banner-content h2 {
        max-width: 240px;
    }
    .cm-header-wrap h1 {
        width: 250px;
    }
}
@media only screen and (min-width:1921px){
.cm-header-wrap {
    background-size: 100% 990px;
}
}




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