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

h1 {
  font-size: 50px;
  font-family: var(--zf-secondary-bold);
  max-width: 580px;
  line-height: 1.1;
  margin: 10px auto 30px;
  text-align: center;
}

h2 {
  font-size: 20px;
  font-family: var(--zf-secondary-bold);
}

.bottom-section h2 {
  font-size: 46px;
  max-width: 600px;
  margin: 0 auto 15px;
}

.top-section {
  padding: 30px 0 100px;
}

.d-icon {
  width: 120px;
  height: 120px;
  display: block;
  background: url('/sites/zweb/images/mail/images/mail-deployment-sprite.png') no-repeat 0 0/480px auto;
  margin: 20px auto 10px;
}

.d-icon-1 {
  background-position: 0 0;
}

.d-icon-2 {
  background-position: -120px 0;
}

.d-icon-3 {
  background-position: -240px 0;
}

.d-icon-4 {
  background-position: -360px 0;
}

.features-box {
  max-width: 1100px;
  margin: 100px auto 0;
}

.features-innerBox {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.features-links {
  width: 290px;
  display: table-cell;
  vertical-align: top;
}

.features-links ul.fixed {
  position: fixed;
  transition: top 0s linear;
  width: 290px;
}

.features-links ul li {
  padding: 2px 0;
}

.features-links a {
  padding: 15px 40px 15px 20px;
  font-family: var(--zf-secondary-semibold);
  display: block;
  color: #000;
  font-size: 16px;
  position: relative;
}

.features-links a.active,
.features-links a:hover {
  background: #f7f7f7;
  color: var(--zwc-link-clr);
}

.features-links a.active:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 7px solid var(--zwc-link-clr);
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.features-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
  counter-reset: number;
}

.features-accordian {
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 35px 50px;
  cursor: pointer;
}

.features-accordian:last-child {
  border-bottom: 1px solid #ccc;
}

.features-accordian h2 {
  padding-right: 50px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.features-accordian h2:before {
  counter-increment: number;
  content: counter(number) ". ";
}

.features-accordian h2.active {
  color: var(--zwc-link-clr);
  cursor: default;
}

.features-accordian h2:after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  line-height: 28px;
}

.features-accordian h2.active:after {
  content: '-';
}

.features-accordian ul {
  display: none;
  padding: 20px 0 0 50px;
  list-style: disc;
  cursor: default;
}

.features-accordian ul.active {
  display: block;
}

.features-content li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.features-content li:last-child {
  margin-bottom: 0;
}

.bottom-section {
  padding: 0 0 80px;
  text-align: center;
}

.bottom-section p {
  margin: 0;
  padding-top: 20px;
  text-align: center;
}

a.pop-out:after {
  content: '';
  background: url('/sites/zweb/images/mail/images/mail-deployment-sprite.png') no-repeat 1px -107px/430px auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
  h1 {
    font-size: 45px;
  }

  .bottom-section h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width:1399px) {
  h1 {
    font-size: 42px;
  }

  .bottom-section h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width:1199px) {
  h1 {
    font-size: 40px;
  }

  .features-box {
    margin: 70px auto 0;
  }

  .bottom-section h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width:991px) {
  h1 {
    font-size: 35px;
  }

  .features-box {
    margin: 60px auto 0;
    max-width: 800px;
  }

  .features-links {
    display: none;
  }

  .features-content {
    padding-left: 0;
  }

  .features-accordian ul {
    padding: 20px 0 0 20px;
  }

  .bottom-section {
    padding: 0 0 60px;
  }

  .bottom-section h2 {
    font-size: 27px;
  }
}

@media only screen and (max-width:767px) {
  body {
    -webkit-text-size-adjust: none;
  }

  .main-container-wrapper .zw-product-header .menu-icon-help-header {
    margin-top: 20px;
  }

  .main-container-wrapper.body-umain .zw-product-header .menu-icon-help-header {
    margin-top: 0;
  }

  h1 {
    font-size: 32px;
  }

  .top-section {
    padding: 30px 0 60px;
  }

  .features-accordian {
    padding: 30px;
  }

  .bottom-section {
    padding: 10px 0 30px;
  }

  .bottom-section p {
    padding-top: 10px;
  }
}

@media only screen and (max-width:480px) {
  .features-accordian {
    padding: 25px 20px;
  }
}</pre></body></html>