<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
    Colors
**/
:root, .bg-blue-gradient .ignore--theme {
  --color-primary: #306ac8;
  --color-secondary: #c0ebf4;
  --color-body: #202020;
  --color-heading: #202020;
  --color-button: #306ac8;
  --color-button-label: white;
  --color-button-hover: #337ab7;
  --color-button-label-hover: white;
  --color-link: #337ab7;
  --color-icon: #306ac8;
  --font-body: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.bg-blue-gradient {
  --color-body: white;
  --color-heading: white;
  --color-icon: white;
  --color-button: white;
  --color-button-label: #306ac8;
  --color-button-hover: #202020;
  --color-button-label-hover: white;
  background: linear-gradient(186.6deg, rgba(5, 97, 181, 0.85) -3.86%, rgba(18, 15, 135, 0.765) 106.2%);
}
.bg-black {
  --color-body: white;
  --color-heading: white;
  --color-icon: white;
  background-color: #202020;
}
.bg-half-circle {
  position: relative;
}
.bg-half-circle::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background-image: url(../img/redesign/bg-half-circle.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 110px;
  z-index: 2;
}

.section {
  padding: 110px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
.section--client-portal .portal-content {
  height: 440px;
}
.section--client-portal .portal-img-b,
.section--client-portal .portal-img-t {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 466px 332px;
}
.section--client-portal .portal-img-b {
  background-image: url(../img/redesign/bg-hp-portal-b@2x.png);
  background-position: top right;
}
.section--client-portal .portal-img-t {
  background-image: url(../img/redesign/bg-hp-portal-t@2x.png);
  background-position: bottom left;
}
.section--sales-contact-helpful h2 {
  margin-bottom: 24px;
}
.section--sales-contact-helpful .section-header {
  margin-top: 120px;
  margin-bottom: 80px;
}
.section--sales-contact-helpful .section-header:first-of-type {
  margin-top: 0;
}
.section--partnerProgram .card {
  height: 100%;
}
.section--partnerProgram .card-body {
  padding: 64px;
}
.section--partnerProgram .card-body h2 {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .section--partnerProgram .card-body {
    padding: 32px;
  }
}
.section--partnerProgram .learn-more {
  width: 100%;
}
.section--partners h2 {
  margin-bottom: 100px;
}
.section--partners .partner {
  margin-bottom: 80px;
}
.section--ourConnection .btn {
  width: 100%;
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .section--ourConnection .btn {
    max-width: 450px;
  }
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-body);
}

a:hover {
  color: var(--color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  color: var(--color-heading);
}

h1,
.h1,
.display-1 {
  font-size: 28px;
  line-height: 36x;
  font-weight: 800;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  h1,
.h1,
.display-1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 40px;
  }
}

h2,
.h2,
.display-2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}
h2.medium,
.h2.medium,
.display-2.medium {
  font-weight: 500;
}

h3,
.h3,
.display-3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.subHeading {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

p {
  color: var(--color-body);
  font-size: 14px;
}

.body1 {
  color: var(--color-body);
  font-size: 14px;
}

.small-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}

.large {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

.large-italic {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  font-style: italic;
}

.body2 {
  font-size: 14px;
  line-height: 20px;
}

.body2-semibold {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.highlight {
  color: var(--color-primary);
}

.text-black-50 {
  color: #595959;
}

.list-highlight {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 54px;
}
.list-highlight li {
  position: relative;
  margin-bottom: 40px;
}
.list-highlight li:last-child {
  margin-bottom: 0;
}
.list-highlight li::before {
  top: 6px;
  left: -54px;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../img/redesign/icon-list-dot.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.far.display-3 {
  font-weight: initial;
}

.hero {
  margin-top: 110px;
  min-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 576px) {
  .hero {
    margin-top: 110px;
    min-height: calc(100vh - 110px);
  }
}
@media (min-width: 768px) {
  .hero {
    margin-top: 110px;
    min-height: calc(100vh - 110px);
  }
}
@media (min-width: 992px) {
  .hero {
    margin-top: 120px;
    min-height: calc(100vh - 120px);
  }
}
.hero-container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex: 1;
  left: 0;
  right: 0;
  z-index: 1;
  top: 120px;
  bottom: 110px;
}
.hero-content {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 992px) {
  .hero-content {
    padding: 0 64px;
  }
}
@media (max-width: 576px) {
  .hero-content p {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 16px !important;
  }
}
.hero .go-back {
  font-size: 54px;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 64px;
  left: 0;
}
@media (max-width: 576px) {
  .hero .go-back {
    top: 32px;
    left: 16px;
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .hero .go-back {
    left: 32px;
  }
}
.hero-media {
  width: 100%;
  display: block;
}
.hero h1 {
  margin-bottom: 20px;
}
.hero p {
  margin-bottom: 32px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}
.hero .btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  width: 284px;
}
.hero-bottom .section-header {
  margin-bottom: 80px;
}
.hero-bottom .section-header h2 {
  margin-bottom: 32px;
}
.hero-bottom .contact {
  padding-left: 0;
  padding-right: 0;
}
.hero-bottom .contact .card {
  border-radius: 20px 20px 0 0;
}
.hero-bottom .contact .card-body {
  padding: 48px 16px;
}
.hero-bottom .contact .btn {
  margin-top: 16px;
  width: 280px;
}
@media (min-width: 576px) {
  .hero-bottom .contact .card {
    border-radius: 0;
  }
  .hero-bottom .contact .card-body {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .hero-bottom {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .hero-bottom .contact .card-body {
    padding: 60px 120px;
  }
}
.hero-bottom .form-control {
  height: 48px;
}

.card-feature {
  height: 100%;
}
.card-feature-small .card-body {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .card-feature {
    margin-bottom: 30px;
  }
}
.card-feature .card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.card-feature .card-body {
  padding: 50px;
}
.card-feature h2,
.card-feature p {
  margin-bottom: 30px;
}
.card-feature .btn {
  width: 100%;
}

.btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .btn {
    padding: 16px 32px;
  }
}
.btn-primary, .pricing-tiers .pricing-card.selected .btn, .hosting-configure .configure-tiers .pricing-card.selected .btn, .btn-outline-primary.active {
  background-color: var(--color-button);
  border-color: var(--color-button);
  color: var(--color-button-label);
}
.btn-primary:hover, .pricing-tiers .pricing-card.selected .btn:hover, .hosting-configure .configure-tiers .pricing-card.selected .btn:hover, .btn-outline-primary.active:hover {
  background-color: var(--color-button-hover);
  border-color: var(--color-button-hover);
  color: var(--color-button-label-hover);
}
.btn-outline-primary {
  background-color: transparent;
  border-color: var(--color-button);
  color: var(--color-primary);
}
.btn-outline-primary:hover {
  background-color: var(--color-button-hover);
  border-color: var(--color-button-hover);
  color: var(--color-button-label-hover);
}
.navbar-main {
  padding: 0;
  flex-direction: column;
  z-index: 500;
}

.navbar-main .navbar-top {
  width: 100%;
  color: #ffffff;
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.navbar-main .navbar-top a {
  color: #ffffff;
}

.navbar-main .navbar-brand {
  height: 70px;
  display: flex;
  align-content: center;
}
@media (max-width: 576px) {
  .navbar-main .navbar-brand {
    height: 36px;
    margin-right: 0;
  }
}

.navbar-main .navbar-bottom {
  width: 100%;
  color: #ffffff;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16), 0px -4px 8px rgba(0, 0, 0, 0.16);
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .navbar-main .navbar-bottom .container-md {
    justify-content: initial;
  }
}

.navbar-main .btn-primary, .navbar-main .pricing-tiers .pricing-card.selected .btn, .pricing-tiers .pricing-card.selected .navbar-main .btn, .navbar-main .hosting-configure .configure-tiers .pricing-card.selected .btn, .hosting-configure .configure-tiers .pricing-card.selected .navbar-main .btn, .navbar-main .btn-outline-primary.active {
  padding: 16px 52px;
}

.navbar-main .navbar-nav {
  flex-direction: row;
}
@media (max-width: 992px) {
  .navbar-main .navbar-nav {
    flex-direction: column;
    padding: 20px;
  }
}

.navbar-main .navbar-nav &gt; .nav-item &gt; .nav-link {
  color: #ffffff !important;
  opacity: 1 !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  padding: 30px 32px 29px;
  position: relative;
  border-bottom: solid 1px transparent;
}
@media (max-width: 992px) {
  .navbar-main .navbar-nav &gt; .nav-item &gt; .nav-link {
    position: relative;
    border-bottom: solid 1px white;
    padding: 24px 0;
  }
  .navbar-main .navbar-nav &gt; .nav-item &gt; .nav-link:last-child {
    border-bottom: none;
  }
}

@media (max-width: 992px) {
  .navbar-main .navbar-nav &gt; .nav-item:last-child &gt; .nav-link {
    border-bottom: none;
  }
}

.navbar-main .navbar-nav &gt; .nav-item.dropdown &gt; .nav-link::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='#FFFFFF' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  top: 50%;
  position: absolute;
  margin-top: -7px;
  overflow: hidden;
  transition-duration: 0.4s;
  transition-property: all;
}
@media (max-width: 992px) {
  .navbar-main .navbar-nav &gt; .nav-item.dropdown &gt; .nav-link::after {
    right: 8px;
  }
}

.navbar-main .navbar-nav &gt; .nav-item &gt; .nav-link:hover {
  border-bottom-color: #306ac8;
}

.navbar-main .navbar-nav &gt; .nav-item.dropdown:hover &gt; .nav-link::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  margin-top: -4px;
}

.navbar-main .navbar-nav &gt; .nav-item &gt; .navbar-subnav {
  padding: 0 30px;
  margin: 0;
  list-style-type: none;
  text-transform: none;
  min-width: 210px;
  display: none;
  position: absolute;
  background-color: #202020;
  box-shadow: inset 0px 8px 8px rgba(0, 0, 0, 0.16), 0px 8px 8px rgba(0, 0, 0, 0.16);
}
@media (max-width: 992px) {
  .navbar-main .navbar-nav &gt; .nav-item &gt; .navbar-subnav {
    position: relative;
    box-shadow: none;
  }
}

.navbar-main .navbar-nav &gt; .nav-item:hover .navbar-subnav {
  display: block;
}
@media (max-width: 992px) {
  .navbar-main .navbar-nav &gt; .nav-item:hover .navbar-subnav {
    padding-top: 12px;
  }
}

.navbar-main .navbar-nav &gt; .nav-item &gt; .navbar-subnav &gt; .nav-item &gt; .nav-link {
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  padding: 25px 0;
  text-align: center;
  border-bottom: solid 1px #ffffff;
  display: block;
}
@media (max-width: 992px) {
  .navbar-main .navbar-nav &gt; .nav-item &gt; .navbar-subnav &gt; .nav-item &gt; .nav-link {
    border-bottom: none;
    text-align: left;
    padding: 12px 0;
  }
}
.navbar-main .navbar-nav &gt; .nav-item &gt; .navbar-subnav &gt; .nav-item &gt; .nav-link:hover {
  border-bottom-color: var(--color-primary);
  color: var(--color-primary) !important;
}

.navbar-main .navbar-nav &gt; .nav-item &gt; .navbar-subnav &gt; .nav-item:last-of-type &gt; .nav-link {
  border-bottom: none;
}

.navbar-dark .navbar-toggler {
  color: white;
  padding: 0;
  border: none;
  margin-left: -12px;
}

.slider {
  position: relative;
}
.slider-button {
  position: absolute;
  margin-top: -40px;
  top: 50%;
  z-index: 2;
  font-size: 40px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-button:focus {
  outline: none;
}
.slider-button.prev {
  left: -96px;
}
.slider-button.next {
  right: -72px;
}

.footer-main {
  background-color: #202020;
  color: #ffffff;
  padding: 60px 0;
  position: relative;
  z-index: 10;
}
.footer-main a {
  color: var(--color-body);
  text-decoration: none;
}

.copyright,
.terms,
.terms a {
  color: #595959;
  font-size: 16px;
  line-height: 30px;
}

.terms {
  text-align: right;
}

.footer-main address {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-top: 30px;
}

.footer-brand {
  padding-top: 10px;
  height: 55px;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-list &gt; li {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.footer-list &gt; li &gt; a {
  color: #ffffff;
}
.footer-list &gt; li &gt; a:hover {
  color: var(--color-primary);
}

.footer-list &gt; li &gt; a &gt; img.partner {
  width: 150px;
  margin-bottom: 11px;
}

.footer-list-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #595959;
  margin-top: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
}

.footer-social-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 32px 0;
}
.footer-social-list li {
  margin: 0 32px;
}
@media (max-width: 480px) {
  .footer-social-list li {
    margin: 0 24px;
  }
}
.footer-social-list li a {
  display: block;
}
.footer-social-list li a i {
  font-size: 38px;
}

.footer-accordion {
  margin-bottom: 64px;
}
.footer-accordion .accordion-item {
  background-color: transparent;
  border: none;
}
.footer-accordion .accordion-item h2 {
  font-family: var(--font-body);
}
.footer-accordion .accordion-button {
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  color: var(--color-body);
  text-transform: uppercase;
  font-weight: 700;
}
.footer-accordion .accordion-button::after {
  margin-left: 16px;
}
.footer-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.home-hero-media {
  position: relative;
}
.home-hero-media img {
  max-width: 550px;
  width: 100%;
}
.home-hero-media-card {
  background: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 18px;
  position: absolute;
  bottom: 50px;
  right: -40px;
}
.home-hero-media-card span {
  color: #595959;
  display: block;
  margin-bottom: 6px;
}
.home-hero-media-card ul {
  list-style: none;
  margin: 0;
  padding-left: 24px;
}
.home-hero-media-card ul li {
  color: #505565;
  margin-bottom: 8px;
}
.home-hero-media-card ul li:last-child {
  margin-bottom: 0;
}
.home-hero-media-card ul li::before {
  content: "●";
  color: var(--color-primary);
  font-weight: bold;
  display: inline-block;
  width: 24px;
  margin-left: -16px;
}
.home-hero-bottom {
  margin-top: 100px;
}
.home-hero-bottom .btn {
  margin-bottom: 16px;
}
.home-hero-bottom .btn:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .home-hero-bottom {
    margin-top: 100px;
  }
  .home-hero-bottom .btn {
    margin-bottom: 16px;
  }
  .home-hero-bottom .btn:last-of-type {
    margin-bottom: 0;
  }
  .home-hero .col-content {
    padding-right: 30px;
  }
}
.home-why .feature-icon {
  margin-bottom: 16px;
}
.home-why h2 {
  margin-bottom: 64px;
}
.home-smbiz {
  margin-bottom: 135px;
}
.home-smbiz .card-body {
  padding: 42px;
  text-align: center;
}
.home-smbiz .card-body h1 {
  margin-bottom: 15px;
}
.home-smbiz .card-body p {
  margin-bottom: 45px;
}
.home-smbiz .card-body .btn {
  width: 284px;
}

.hosting-configure .configure-header {
  margin-bottom: 32px;
}
.hosting-configure .configure-header h2 {
  margin: 0;
}
.hosting-configure .configure-tiers {
  margin-bottom: 120px;
}
.hosting-configure .configure-tiers .slider .tns-slider {
  padding-bottom: 24px;
}
.hosting-configure .configure-tiers .pricing-card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .hosting-configure .configure-tiers .pricing-card {
    padding: 16px;
    margin-bottom: 0;
  }
}
.hosting-configure .configure-tiers .pricing-card.selected {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}
.hosting-configure .configure-card {
  border: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.hosting-configure .configure-card .btn {
  border-color: #595959;
  background: transparent;
  border-radius: 0;
  color: #000;
  font-size: 42px;
  font-weight: 300;
  width: 50px;
  height: 50px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .hosting-configure .configure-card-users {
    margin-bottom: 32px;
    width: 160px;
  }
}
.hosting-configure .configure-card-users .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
  padding: 30px;
}
.hosting-configure .configure-card-users .card-body h2 {
  font-weight: 600;
  margin-bottom: 16px;
}
.hosting-configure .configure-card-users .card-body .btn-group {
  margin-bottom: 16px;
}
.hosting-configure .configure-card-plan {
  min-width: 160px;
}
@media (max-width: 768px) {
  .hosting-configure .configure-card-plan {
    margin-top: 32px;
    width: 160px;
  }
}
@media (max-width: 992px) {
  .hosting-configure .configure-card-plan {
    margin-top: 32px;
  }
}
.hosting-configure .configure-card-plan .card-body {
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 30px 24px;
}
.hosting-configure .configure-card-plan .card-body h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.hosting-configure .configure-card-plan .card-body .btn-group {
  margin-bottom: 16px;
}
.hosting-configure .configure-card-plan .card-body .form-select {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 20px;
  background-position-x: right;
  color: var(--color-primary);
  font-weight: 700;
  width: 105%;
}
.hosting-configure .configure-card-plan .card-body .form-select:focus {
  box-shadow: none;
}
.hosting-configure .configure-card-plan .card-body .form-select option {
  font-size: 12px;
  line-height: 20px;
}
.hosting-configure .configure-card-qblicence {
  height: 90px;
  margin-bottom: 20px;
}
.hosting-configure .configure-card-qblicence .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hosting-configure .configure-card-qblicence .card-body h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.hosting-configure .configure-card-qblicence .card-body p {
  margin: 0;
}
.hosting-configure .configure-card-qblicence .card-body p:first-of-type {
  font-weight: 700;
}
.hosting-configure .configure-card-qblicence .card-body .btn-group {
  margin-bottom: 16px;
}
.hosting-configure .configure-card-office {
  height: 90px;
  margin-bottom: 20px;
}
.hosting-configure .configure-card-office .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hosting-configure .configure-card-office .card-body h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
.hosting-configure .configure-card-office .card-body p {
  margin: 0;
}
.hosting-configure .configure-card-office .card-body p:first-of-type {
  font-weight: 700;
}
.hosting-configure .configure-card-office .card-body .btn-group {
  margin-bottom: 16px;
}
.hosting-configure .configure-card-office .card-body img {
  width: 54px;
}
.hosting-faq .section-header h2 {
  margin-bottom: 64px;
}
.hosting-faq .accordion-item {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  box-shadow: none !important;
}
.hosting-faq .accordion-item .accordion-button {
  background: transparent;
}
.hosting-faq .accordion-item .accordion-button p {
  color: var(--color-body);
  opacity: 0.35;
}

@media (min-width: 1200px) {
  .pricing .section-header {
    margin-bottom: 90px;
  }
}
.pricing-row {
  margin-top: -2px;
}
.pricing-col {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pricing-col-header {
  border-bottom: 2px solid var(--color-primary);
}
.pricing-arrow {
  width: 62px;
  height: 62px;
  font-size: 32px;
  line-height: 62px;
  text-align: center;
}
.pricing-card {
  padding: 16px;
  border: none;
}
.pricing-card-price {
  margin-bottom: 16px;
}
.pricing-bundle-and-save {
  width: 300px;
  height: 300px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.16);
  margin-bottom: 16px;
}
.pricing-bundle-and-save img {
  width: 180px;
  height: 180px;
  margin: -120px auto 0 auto;
}
@media (min-width: 576px) {
  .pricing-col {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pricing-col-header {
    border-bottom: 2px solid var(--color-primary);
  }
}
@media (min-width: 1200px) {
  .pricing-col {
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #f0f0f0;
    border-left: none;
  }
  .pricing-col-header {
    border: 2px solid #f0f0f0;
  }
}

.pricing-tiers .slider .tns-slider {
  padding-bottom: 24px;
}
.pricing-tiers .pricing-card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .pricing-tiers .pricing-card {
    padding: 16px;
    margin-bottom: 0;
  }
}
.pricing-tiers .pricing-card .btn {
  padding-left: 8px;
  padding-right: 8px;
}
.pricing-tiers .pricing-card.selected {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}
.why-promise {
  padding-bottom: 0;
}
.why-promise img {
  max-width: 330px;
}
.why-compare .compare-table {
  display: flex;
  width: 100%;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex: 0 1;
  -moz-box-flex: 0;
  flex: 0 1;
}
.why-compare .compare-table .compare-slide-columns {
  display: flex;
  overflow-x: auto;
  padding: 24px 0;
}
.why-compare .compare-table .compare-slide-columns .compare-column:last-child {
  margin-right: 0;
}
.why-compare .compare-table .compare-fixed-columns {
  padding: 24px 0;
}
.why-compare .compare-table .compare-fixed-columns .compare-column {
  box-shadow: none;
  text-align: left;
  font-weight: 600;
}
.why-compare .compare-table .compare-column {
  text-align: center;
  width: 270px;
  min-width: 270px;
  margin-right: 30px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.why-compare .compare-table .compare-column .column {
  border-bottom: 0.5px solid #e0e0e0;
  min-height: 30px;
  padding: 0 16px;
  line-height: 30px;
  color: #595959;
}
.why-compare .compare-table .compare-column .column .text-muted {
  color: #c4c4c4 !important;
}
.why-compare .compare-table .compare-column .column div {
  height: 30px;
  line-height: 30px;
}
.why-compare .compare-table .compare-column .column.header {
  height: 60px;
  font-weight: 700;
  text-transform: uppercase;
}
.why-compare .compare-table .compare-column .column:last-child {
  border-bottom: 0;
}
.why-compare .compare-table .compare-column .column:nth-child(4) {
  height: 120px;
}
.why-compare .compare-table .compare-column .column:nth-child(6) {
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.why-compare .compare-table .compare-column .column:nth-child(9) {
  height: 120px;
}
.why-compare .compare-table .compare-column .column:nth-child(14) {
  height: 90px;
}

.about-team .member {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .about-team .member {
    margin-bottom: 96px;
  }
}
.about-story .feature {
  padding-left: 54px;
  margin-bottom: 64px;
  position: relative;
}
.about-story .feature::before {
  content: "";
  width: 5px;
  background-image: url(../img/redesign/dot.svg);
  background-repeat: repeat-y;
  position: absolute;
  left: 10px;
  top: 44px;
  bottom: -56px;
}
.about-story .feature:last-of-type::before {
  display: none;
}
.about-story .feature h2 {
  position: relative;
  margin-bottom: 32px;
}
.about-story .feature h2::before {
  top: 6px;
  left: -54px;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../img/redesign/icon-list-dot.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about-story .accordion .accordion-button h2 {
  position: relative;
}
.about-story .accordion .accordion-button h2::before {
  margin-right: 16px;
  top: 4px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../img/redesign/icon-list-dot.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.about-story .accordion .accordion-button:not(.collapsed) {
  color: initial;
  background-color: transparent;
  box-shadow: none;
}
.about-story .accordion .accordion-item {
  border-radius: 6px;
  border: none;
  margin-bottom: 16px;
}
.about-story .accordion .accordion-body {
  padding-top: 0;
  padding-left: 64px;
  padding-right: 64px;
}
.about-story .accordion .accordion-body p {
  margin-bottom: 0;
  color: var(--color-body);
}
.about-stats .card-feature {
  height: auto;
}
.about-stats .card-feature .card {
  height: 100%;
}
.about-stats .card-feature .card-body p {
  margin-bottom: 16px;
}
.about-stats .card-feature .card-body p:last-of-type {
  margin: 0;
}

.testimonials-cards .section-header {
  margin-bottom: 64px;
}
.testimonials-cards .card-testimonial {
  margin-bottom: 60px;
}
.testimonials-cards .card-testimonial .card {
  height: 100%;
}
.testimonials-cards .card-testimonial .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.testimonials-cards .card-testimonial .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
.testimonials-cards .card-testimonial .header .avatar {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
}
@media (max-width: 576px) {
  .testimonials-cards .card-testimonial .header .avatar {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
  }
}
.testimonials-cards .card-testimonial .header .rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials-cards .card-testimonial .header .rating .stars {
  color: #ffae10;
}
.testimonials-cards .card-testimonial .header .rating .info {
  margin-top: 8px;
}
.testimonials-cards .card-testimonial .header + p {
  flex: 1;
}
.testimonials-cards .card-testimonial .footer {
  border-top: 1px solid var(--color-primary);
  padding-top: 24px;
  padding-bottom: 12px;
}
.testimonials-cards .card-testimonial .footer p {
  margin: 0;
}
.testimonials-partners .btn {
  width: 100%;
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .testimonials-partners .btn {
    max-width: 450px;
  }
}

.businessOwners-hero {
  background-image: url(../img/redesign/hero-business-owners.jpeg);
  background-size: cover;
  position: relative;
}
.businessOwners-portal .media {
  margin-bottom: 64px;
}
.businessOwners-faq h2 {
  margin-bottom: 64px;
}
.businessOwners-faq .accordion-item {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  box-shadow: none !important;
}
.businessOwners-faq .accordion-item .accordion-button {
  background: transparent;
}
.businessOwners-faq .accordion-item .accordion-button p {
  color: var(--color-body);
  opacity: 0.35;
}

.accountants-hero {
  background-image: url(../img/redesign/hero-accountants.jpg);
  background-size: cover;
}

.qbProfessionals-hero {
  background-image: url(../img/redesign/hero-quickbooks-pros.jpg);
  background-size: cover;
}

.blog-categories {
  display: flex;
  justify-content: center;
  margin: 100px 0 80px 0;
}
.blog-categories .btn {
  margin: 0 8px;
}
.blog-articles .card-article {
  margin-bottom: 32px;
}
.blog-articles .card-article .card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.blog-articles .card-article .card-meta {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 16px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  font-weight: 700;
  color: #c4c4c4;
}
.blog-articles .card-article .card-meta a {
  text-decoration: none;
}
.blog-articles .card-article .card-link {
  text-decoration: none;
}
.blog-articles .card-article .card-link h3 {
  margin-bottom: 16px;
}
.blog-articles .card-article .card-excerpt {
  padding-top: 16px;
  border-top: 1px solid var(--color-primary);
}
.blog-articles .card-article .card-excerpt p {
  margin-bottom: 0;
}
.blog-articles .card-article .card-footer {
  border: none;
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
}
.blog-articles .card-article .card-footer a {
  color: var(--color-body);
  text-decoration: none;
}
.blog-articles .card-article .card-footer a i {
  margin-left: 16px;
}
.blog-articles .card-article .card-footer a:hover {
  color: var(--color-primary);
}
.blog-pagination {
  display: flex;
  margin-top: 80px;
}
.blog-pagination a {
  margin: 0 8px;
}
@media (min-width: 576px) {
  .blog-pagination a {
    width: 280px;
  }
}

.faq-help .btn {
  margin-top: 64px;
  color: white;
}
.faq-categories {
  margin-bottom: 80px;
  max-width: 1200px;
  width: 100%;
  margin: 64px auto;
}
.faq-categories .track {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .faq-categories .track {
    padding-right: 16px;
  }
}
.faq-categories .btn {
  width: 150px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  border: none;
  margin: 0 16px;
  flex-shrink: 0;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 768px) {
  .faq-categories .btn {
    font-size: 12px;
    line-height: 15px;
    width: 110px;
    height: 90px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.faq-categories .btn i {
  margin-bottom: 16px;
}
.faq-categories .btn.active i {
  color: #fff;
}

.support-content h2 {
  margin-bottom: 24px;
}
.support-content .section-header {
  margin-top: 120px;
  margin-bottom: 80px;
}
.support-content .section-header:first-of-type {
  margin-top: 0;
}

.about-video a {
  color: var(--color-body);
  text-decoration: none;
}
.about-video a h2 {
  margin: 0;
}
.about-video a i.fas {
  color: var(--color-body);
  font-size: 42px;
}
@media (max-width: 576px) {
  .about-video a i.fas {
    font-size: 64px;
  }
}
.about-video a:hover i.fas {
  border-radius: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.about-video-large .find-out {
  padding-bottom: 100px;
}
.about-video-large .find-out a {
  color: var(--color-body);
  text-decoration: none;
}
.about-video-large .find-out a h2 {
  margin: 0;
}
.about-video-large .find-out a i.fas {
  color: var(--color-body);
  font-size: 42px;
}
@media (max-width: 576px) {
  .about-video-large .find-out a i.fas {
    font-size: 64px;
  }
}
.about-video-large .find-out a:hover i.fas {
  border-radius: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.blog-featured-slider .tns-slider {
  display: flex;
  padding-bottom: 32px;
}
.blog-featured-slider .tns-outer {
  max-width: 1400px;
  margin: 0 auto;
}
.blog-featured-slider a.card-link {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition-duration: 0.4s;
  transition-property: all;
  height: 100%;
  text-decoration: none;
}
.blog-featured-slider a.card-link:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
}
.blog-featured-slider .blog-post-cover {
  display: block;
  height: 204px;
  border-radius: 6px 6px 0 0;
}
.blog-featured-slider .blog-post-cover img {
  object-fit: cover;
  height: 204px;
  width: 100%;
}
.blog-featured-slider .blog-post-title {
  display: block;
  margin: 24px 30px 18px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}
.blog-featured-slider .blog-post-description {
  display: block;
  border-top: solid 1px #306ac8;
  padding: 18px 0 30px;
  margin: 0 30px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: auto;
  overflow: auto;
}
.blog-featured .btn {
  width: 280px;
}

.testimonials-featured .media {
  max-width: 250px;
}
.testimonials-featured-slider .slider-button:hover {
  color: var(--color-primary);
}
@media (min-width: 1200px) {
  .testimonials-featured-slider blockquote {
    max-width: 450px;
  }
}
.testimonials-featured-slider blockquote h3 {
  margin-bottom: 48px;
}
.testimonials-featured-slider figcaption p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .testimonials-featured-slider-arrows {
    display: flex;
    position: relative;
    justify-content: center;
  }
  .testimonials-featured-slider .prev {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 0;
    margin-right: 16px;
  }
  .testimonials-featured-slider .next {
    position: relative;
    top: initial;
    right: initial;
    margin-top: 0;
    margin-left: 16px;
  }
}

.faq-questions .accordion-button &gt; div {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.faq-questions .accordion-button &gt; div p,
.faq-questions .accordion-button &gt; div span {
  margin: 0;
}
.faq-questions .accordion-button &gt; div span {
  color: var(--color-body);
}
.faq-questions .accordion-button:not(.collapsed) {
  color: initial;
  background-color: transparent;
  box-shadow: none;
}
.faq-questions .accordion-item {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: none;
  margin-bottom: 16px;
}
.faq-questions .accordion-body {
  padding-top: 0;
}
.faq-questions .accordion-body p {
  margin-bottom: 0;
  color: var(--color-body);
}

.partners-slider {
  padding-bottom: 24px;
}
.partners-slider .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (max-width: 992px) {
  .partners-slider .partner-item {
    height: 200px;
  }
}

.partner-connection .second-row {
  margin-top: 110px;
}
.partner-connection img {
  margin-bottom: 64px;
}
.partner-connection .btn {
  width: 100%;
  max-width: 440px;
}

.license-modal {
  z-index: 9999;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.license-modal .card {
  margin: 32px auto 64px auto;
}
.license-modal .section-header .tabs {
  height: 90px;
}
.license-modal .section-header .heading {
  margin-top: 60px;
}
.license-modal .section-header .heading h2 {
  margin-bottom: 16px;
}
.license-modal-header {
  flex-shrink: 0;
}
.license-modal-content {
  max-width: 810px;
  margin: 32px auto 64px auto;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.license-modal-content .card-body {
  padding: 64px;
}
.license-modal-footer {
  margin-bottom: 90px;
  flex-shrink: 0;
}
.license-modal-footer .btn-outline-primary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  width: 284px;
  margin: 0 8px;
}
.license-modal-footer .btn-outline-primary.disabled {
  border-color: transparent;
}
.license-modal-footer .btn-primary, .license-modal-footer .btn-outline-primary.active, .license-modal-footer .hosting-configure .configure-tiers .pricing-card.selected .btn, .hosting-configure .configure-tiers .pricing-card.selected .license-modal-footer .btn, .license-modal-footer .pricing-tiers .pricing-card.selected .btn, .pricing-tiers .pricing-card.selected .license-modal-footer .btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  width: 284px;
  margin: 0 8px;
}
.license-modal-footer .btn-primary.disabled, .license-modal-footer .disabled.btn-outline-primary.active, .license-modal-footer .hosting-configure .configure-tiers .pricing-card.selected .disabled.btn, .hosting-configure .configure-tiers .pricing-card.selected .license-modal-footer .disabled.btn, .license-modal-footer .pricing-tiers .pricing-card.selected .disabled.btn, .pricing-tiers .pricing-card.selected .license-modal-footer .disabled.btn {
  border-color: transparent;
}

.commercial-hosting h2 {
  margin-bottom: 45px;
}
.commercial-hosting .btn {
  padding-left: 64px;
  padding-right: 64px;
}
.commercial-hosting .arrow-media {
  max-width: 105px;
}

body {
  overflow-x: hidden;
}

.wrapper {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .container {
    max-width: 648px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.icon {
  color: var(--color-icon);
}

.tns-item {
  -webkit-transform: translate3d(0, 0, 0);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'&gt;&lt;path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/&gt;&lt;/svg&gt;");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'&gt;&lt;path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/&gt;&lt;/svg&gt;");
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>