<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, p, h1, h2, h3, h4, h5, h6, li, ul, ol {
	margin: 0;
	padding: 0;
}
.Ncrm_breadcrumb {
    text-align: left;
    list-style-type: none;
    max-width: 1280px;
    margin: 0 auto;
    width: 93%;
    padding: 10px 0 20px;
}
.Ncrm_breadcrumb li {
    display: inline-block;
    margin: 0 25px 0 0;
    font: 12px/1.2 var(--zf-primary-semibold);
    color: #000;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.Ncrm_bcLnk {
    color: #00000096;
    position: relative;
    display: inline-block;
    font: 12px/1.2 var(--zf-primary-semibold);
}
.Ncrm_bcLnk:before {
    content: "&gt;";
    position: absolute;
    right: -15px;
    display: inline-block;
    color: #000;
}
.Ncrm_bcLnk:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: #000;
    transition: all .3s linear;
}
.Ncrm_bcLnk:hover {
    color: #000;
}
.Ncrm_bcLnk:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .2s linear;
}
div.zgdprform-state-container {
    margin: 15px 0 25px;
}
.ucase-result p {
	padding-left: 40px;
	position: relative;
}
.ucase-result p::after {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	background-image: url(/sites/zweb/images/crm/uscase-tick-icon.svg);
	background-repeat: no-repeat;
	top: 7px;
}
.ucase-solution h2 {
	padding-bottom: 20px;
}
.main-ucase-container {
	margin: 0 20px
}
.ucase-title {
	font: 14px / 1.2 var(--zf-primary-regular);
	background-color: rgb(255, 229, 201);
	padding: 7px 10px;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h1 {
	font: 64px / 1.1 var(--zf-primary-semibold);
	max-width: 920px;
	color: #0067ff;
}
h2 {
	font: 48px / 1.2 var(--zf-primary-medium);
	padding-bottom: 15px;
	letter-spacing: -0.3px;
}
h3 {
	font: 28px / 1.2 var(--zf-primary-medium);
	padding-bottom: 5px;
}
p {
	font: 18px / 1.6 var(--zf-primary-regular);
	padding-bottom: 30px;
	max-width: 880px;
}
p:last-child {
	padding-bottom: 0
}
.combain-img {
	max-width: 980px;
	margin-bottom: 40px;
}
.combain-img .img1 {
	max-width: 562px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.combain-img .img2 {
	max-width: 407px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}
.ucase-header {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 75px 80px;
	box-sizing: border-box;
}
.lm_navSec {
	text-align: left;
	max-width: 1280px;
	margin: 0 auto;
	position: sticky;
	position: -webkit-sticky;
	top: 52px;
	left: 0;
}
.lm_navSec.lm_fix {
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	box-sizing: border-box;
	z-index: 9;
	background: #ffffff;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.lm_navigation {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
.lm_navSec.lm_fix .lm_navigation {
	box-shadow: none;
}
.lm_navigation:before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #dedede;
	display: block;
	display: none;
}
.lm_navLst {
	display: inline-block;
	list-style-type: none;
	padding: 15px 0px;
	cursor: pointer;
	position: relative;
	margin: 0 20px;
}
.lm_navLst&gt;span {
	display: inline-block;
	font: 16px / 1.2 var(--zf-primary-regular);
	position: relative;
	cursor: pointer;
	color: #575859;
}
.lm_navLst&gt;span:hover, .lm_navSec.lm_fix .lm_navLst.active&gt;span, .lm_navLst.active&gt;span {
	color: #000;
}
.selected-tab {
	border-bottom: 3px solid #22ae73;
	width: 164px;
	position: absolute;
	left: 0;
	top: 94%;
	height: 2px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	list-style-type: none;
	display: none;
}
.lm_navLst.active {
	border-bottom: 3px solid #0067ff;
}
/*			.ucase-tab-cmb*/
.ucase-cont-cmb {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.ucase-process {
	background: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(244,247,254) 99%);
	background: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(244,247,254) 99%);
	background: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(244,247,254) 99%);
	padding: 90px 75px 0;
	border-radius: 24px;
}
.ucase-rqmnt {
	padding: 90px 75px 100px;
}
.ucase-solution {
	background: #313641;
	color: #fff;
	padding: 90px 75px 100px;
	border-radius: 24px;
}
.ucase-fetr {
	padding: 5px 20px;
	background: #fcde7c;
	color: #000;
	border-radius: 25px;
	display: inline-block;
	font: 18px / 1.6 var(--zf-primary-regular);
	margin: 5px;
}
.ucase-fetr-bx {
	max-width: 880px;
	width: 100%;
	margin: 10px 0 50px;
}
.ucase-img {
	border-radius: 8px;
	margin-bottom: 65px;
	max-width: 980px;
	width: 100%;
}
.ucase-img:last-child {
	margin-bottom: 0;
}
.ucase-steps {
	display: inline-block;
	color: #fcde7c;
	font-weight: 700;
	margin-top: 10px;
}
.ucase-steps span {
	font-weight: 400;
}
.ucase-result {
	padding: 90px 75px 55px;
}
.ucase-footer {
	max-width: 1230px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 100px;
}
.ucase-ftr-lft {
	width: 73%;
	color: #fff;
	background: #0067ff;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
	padding: 95px 75px 100px;
	background-image: url(/sites/zweb/images/crm/ucase-footer-pattern.jpeg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position-x: right;
}
.ucase-ftr-rgt {
	width: 27%;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
	background: #e2eeff;
	text-align: left;
	padding: 95px 75px 100px;
}
.ucase-ftr-lftans {
	font: 36px / 1.2 var(--zf-primary-medium);
}
.ucase-ftr-lftques {
	font: 36px / 1.2 var(--zf-primary-medium);
	padding-bottom: unset;
}
.contact-but {
	font: 16px / 1.2 var(--zf-primary-semibold);
	background: #f0483e;
	padding: 10px 40px;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
}
.ucase-ftr-rgtans {
	margin-top: 15px;
    font: 20px / 1.4 var(--zf-primary-regular);
}
.ucase-ftr-rgtques {
	font: 36px / 1.2 var(--zf-primary-medium);
	padding-bottom: unset;
}
.document-but {
	font: 16px / 1.2 var(--zf-primary-semibold);
	background: #71aaff;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}
.freeze_layer {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;
	display: none;
}
.freeze_layer.active_freaze, .list-box.active, .industry-list-box.industry-active, .price-tooltip.active,.formgroup.invalid .error, .sign_agree p{
	display: block;
}

.contact_fixed {
	position: fixed;
	top: 47%;
	transform: translateY(-40%) rotate(270deg);
	right: -100px;
	z-index: 2;
	box-shadow: 0 0 43px 0 rgba(69, 98, 127, .35);
	cursor: pointer;
	opacity: 0;
	transition: all ease .5s
}
.contact_fixed.btn_active {
	right: -58px;
	opacity: 1
}
.btn-elm {
	display: inline-block;
	padding: 10px 30px;
	margin: 0 auto 15px;
	color: #fff;
	border: 1px solid rgb(244, 240, 235);
	cursor: pointer;
	box-sizing: border-box;
	z-index: 1;
	font: 16px / 1.2 var(--zf-primary-semibold);
}
.ctct-btn.btn-elm {
	background: #f0483e;
	margin-right: 15px;
	border: 1px solid #f0483e;
	text-transform: uppercase;
}
.contact_fixed .ctct-btn.btn-elm {
	margin: 0;
}

.decrefrm, .increfrm {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #8695a7;
	position: absolute;
top: 22px;
	right: 17px;
	display: block;
	z-index: 2;
	cursor: pointer;
}

.increfrm {
	top: 10px;
	transform: rotate(180deg);
}
.mx680{max-width:680px;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.input_textarea {
    margin-bottom: 15px;
}
.ucase-result .note-txt {
    text-align: left;
    font: 14px/1.6 var(--zf-primary-regular);
    color: #4e5052;
    padding: 20px 0 0;
    margin: 0;
		}
.note-txt::after, .hide-elm{display:none}
@media only screen and (max-width:1260px) {
.ucase-ftr-lft {
	padding: 95px 50px 100px;
	width: 69%;
}
.ucase-ftr-rgt {
	padding: 95px 50px 100px;
	width: 31%;
}
}

@media only screen and (max-width:1140px) {
.lm_navSec {
	top: 0;
}
.document-but {
	margin-top: 10px
}
}

@media only screen and (max-width:992px) {
.combain-img {
	margin-bottom: 15px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
p {
	font-size: 18px;
	padding-bottom: 20px
}
.ucase-header {
	padding: 40px 30px;
}
.lm_navigation {
	padding: 0 15px;
}
.ucase-process {
	padding: 60px 30px 0;
}
.ucase-rqmnt {
	padding: 65px 30px;
}
.ucase-solution {
	padding: 60px 30px 70px;
}
.ucase-fetr-bx {
	margin: 10px 0 40px;
}
.ucase-img {
	margin-bottom: 35px;
}
.ucase-result {
	padding: 60px 30px 55px;
}
.ucase-ftr-lft {
	padding: 65px 30px 70px;
	width: 62%;
}
.ucase-ftr-lftques, .ucase-ftr-lftans, .ucase-ftr-rgtques {
	font-size: 30px;
}
.ucase-ftr-rgtans {
	font-size: 18px;
}
.ucase-ftr-rgt {
	padding: 65px 30px 70px;
	width: 38%;
}
}

@media only screen and (max-width:767px) {
h1 {
	font-size: 36px;
}
.ucase-ftr-lftans{    padding-bottom: unset;}
.contact-but{display: none;}
.Ncrm_breadcrumb {
    display: none;
}
.ucase-footer {
	display: block;
        margin: 0 auto 70px;
}
.ucase-ftr-lft {
	width: unset;
	border-radius: 36px;
	text-align: center;
}
.ucase-ftr-rgt {
	width: unset;
	margin: 70px 0;
	border-radius: 36px;
	text-align: center
}
}

@media only screen and (max-width:640px) {
.lm_navLst&gt;span {
	font-size: 14px;
}
.lm_navLst {
	margin: 0 4px;
        padding: 15px 0px 12px;
}
.lm_navigation {
	padding: 0 0 0 5px;
}
.ucase-header {
	padding: 40px 0px;
}
}

@media only screen and (max-width:400px) {
.lm_navLst&gt;span {
	font-size: 12px;
}
.lm_navigation {
	padding: 0;
}
}

@media only screen and (max-width:350px) {
.lm_navSec {
	display: none;
}
}</pre></body></html>