<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.features-qlinks{display: none;}
.bottom-promo {
    background: #3f51b6;
    text-align: center;
    border: 1px solid #3f51b6;
}
.bottom-promo h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 27px;
    line-height: 1.2;
    font-family: var(--zf-primary-semibold)
}
.customer-stories p a span {
    color: #00aeef;
    line-height: 1.2
}
.bottom-promo .content-wrap {
    margin: 50px auto;
}
@media only screen and (max-width : 650px) {
    .bottom-promo h3 {
        font-size:23px
    }
}
/*feature-breadcrumb start*/
.feature-breadcrumb {
  padding-top: 23px;
}
.feature-breadcrumb.breadcrumb-dark li {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a {
  color: #666;
}
.feature-breadcrumb.breadcrumb-dark li a:hover {
  color: #000;
}
.feature-breadcrumb.breadcrumb-dark li a:after {
  background: #000;
}
.feature-breadcrumb.breadcrumb-light li {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:hover {
  color: #fff;
}
.feature-breadcrumb.breadcrumb-light li a:after {
  background: #fff;
}
.feature-breadcrumb .jpc-container {
  max-width: 1200px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.feature-breadcrumb li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  color: #fff;
}
.feature-breadcrumb li a {
  color: #8cbaff;
  position: relative;
  display: block;
  transition: 0.2s;
  padding-bottom: 4px;
}
.feature-breadcrumb li a:hover {
  color: #fff;
}
.feature-breadcrumb li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.2s linear;
}
.feature-breadcrumb li a:before {
  content: '&gt;';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: -8px;
  top: -1px;
  font-size: 13px;
  font-weight: 400;
  pointer-events: none;
}
.feature-breadcrumb li a:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.3s linear;
}
/*feature-breadcrumb end*/
.zw-template-inner h1,
.zw-template-inner h2,
.zw-template-inner h3,
.zw-template-inner h4,
.zw-template-inner h5,
.zw-template-inner h6 {
  font-weight: 700;
  line-height: normal;
}
.zw-template-inner p {
  line-height: 2;
}
@media only screen and (max-width: 1250px) {
  .feature-breadcrumb .jpc-container {
    max-width: 100%;
    padding: 0 25px;
  }
}</pre></body></html>