<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-section {
  background-color: var(--vce-default-black);
  height: 1500px;
  padding: 80px 0 0;
}

.header-section .vce-background {
  background-position: 60% center;
  background-repeat: no-repeat;
  background-color: #262a2f;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  padding: 0 25px 50px;
}

.header-section .vce-background.for-ecommerce {
  -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1920x1420-1.webp);
  -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1920x1420-1.webp);
  background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1920x1420-1.webp);
}

.header-section .vce-background.for-standard {
  -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1920x1420-1.webp);
  -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1920x1420-1.webp);
  background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1920x1420-1.webp);
}

.header-section .vce-background.for-enterprise {
  -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1920x1420-1.webp);
  -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1920x1420-1.webp);
  background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1920x1420-1.webp),
    url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1920x1420-1.webp);
}

.header-section .vce-background .vce-container {
  max-width: 1366px;
  height: 100%;
}

.header-section .vce-background .vce-container .tab-nav {
  display: -webkit-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  max-width: 700px;
  width: 100%;
  margin: 0 0 50px;
  border-bottom: 2px solid #777;
}

.header-section .vce-background .vce-container .tab-nav .tab-btns {
  color: #76726f;
  font-size: 20px;
  font-weight: 700;
  width: 33.33%;
  margin: 0;
  padding: 18px 30px;
  border-bottom: 4px solid transparent;
}

.header-section .vce-background .vce-container .tab-nav .tab-btns span {
  color: inherit;
  vertical-align: middle;
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.--active-tab,
.header-section .vce-background .vce-container .tab-nav .tab-btns:hover {
  color: var(--vce-default-white);
  background-color: #1c1c1c80;
  border-bottom: 4px solid;
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.for-ecommerce.--active-tab,
.header-section .vce-background .vce-container .tab-nav .tab-btns.for-ecommerce:hover {
  border-color: var(--vce-ecommerce-01);
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.for-standard.--active-tab,
.header-section .vce-background .vce-container .tab-nav .tab-btns.for-standard:hover {
  border-color: var(--vce-standard-01);
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.for-enterprise.--active-tab,
.header-section .vce-background .vce-container .tab-nav .tab-btns.for-enterprise:hover {
  border-color: var(--vce-enterprise-01);
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.for-ecommerce .vce-icons-svg {
  fill: var(--vce-ecommerce-01);
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.for-standard .vce-icons-svg {
  fill: var(--vce-standard-01);
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.for-enterprise .vce-icons-svg {
  fill: var(--vce-enterprise-01);
}

.header-section .vce-background .vce-container .tab-nav .tab-btns .vce-icons-svg {
  opacity: 0;
  margin: 0 -35px 0 0;
  -webkit-transition: margin 0.6s ease, opacity 0.3s ease;
  -moz-transition: margin 0.6s ease, opacity 0.3s ease;
  -o-transition: margin 0.6s ease, opacity 0.3s ease;
  transition: margin 0.6s ease, opacity 0.3s ease;
}

.header-section .vce-background .vce-container .tab-nav .tab-btns.--active-tab .vce-icons-svg,
.header-section .vce-background .vce-container .tab-nav .tab-btns:hover .vce-icons-svg {
  opacity: 1;
  margin: 0 15px 0 0;
  -webkit-transition: margin 0.6s ease, opacity 0.3s ease;
  -moz-transition: margin 0.6s ease, opacity 0.3s ease;
  -o-transition: margin 0.6s ease, opacity 0.3s ease;
  transition: margin 0.6s ease, opacity 0.3s ease;
}

.header-section .vce-background .vce-container .tab-content-wrapper {
  max-width: 415px;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content {
  overflow: unset;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content h1 {
  color: var(--vce-default-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content p {
  color: var(--vce-default-white);
  font-size: 20px;
  font-weight: 500;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 {
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 50px;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta {
  color: var(--vce-default-white);
  font-weight: 600;
  -ms-flex-preferred-size: 200px;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  flex-basis: 200px;
  margin: 0;
  padding: 16px 24px;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_see-how-it-works .fa {
  margin: 0 10px 0 0;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_get-instant-quote {
  position: relative;
  background-color: transparent;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_get-instant-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
  background-color: var(--vce-default-white);
  width: 0;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_get-instant-quote:hover::before {
  left: 0;
  right: unset;
  width: 100%;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_get-instant-quote::after {
  content: "Get Instant Quote";
  color: var(--vce-default-white);
  line-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_get-instant-quote:hover::after {
  color: var(--vce-default-black);
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-software-rating-list {
  max-width: 100%;
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content.for-ecommerce .vce-inner-row.--01 .vce-cta.CTA_see-how-it-works {
  background-color: var(--vce-ecommerce-01);
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content.for-ecommerce .vce-inner-row.--01 .vce-cta.CTA_see-how-it-works:hover {
  background-color: var(--vce-ecommerce-02);
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content.for-standard .vce-inner-row.--01 .vce-cta.CTA_see-how-it-works {
  background-color: var(--vce-standard-01);
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content.for-standard .vce-inner-row.--01 .vce-cta.CTA_see-how-it-works:hover {
  background-color: var(--vce-standard-02);
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content.for-enterprise .vce-inner-row.--01 .vce-cta.CTA_see-how-it-works {
  background-color: var(--vce-enterprise-01);
}

.header-section .vce-background .vce-container .tab-content-wrapper .tab-content.for-enterprise .vce-inner-row.--01 .vce-cta.CTA_see-how-it-works:hover {
  background-color: var(--vce-enterprise-02);
}

.business-has-changed-section {
  margin: -420px auto 0;
}

.business-has-changed-section .vce-container {
  max-width: 1366px;
}

.business-has-changed-section .vce-container .vce-row {
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(1) {
  -ms-flex-preferred-size: 49%;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  flex-basis: 49%;
}

.business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(1) .vce-img {
  margin: 0 auto;
}

.business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) {
  -ms-flex-preferred-size: 42%;
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  flex-basis: 42%;
}

.business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) .vce-img {
  display: none;
  margin: 0 auto 50px;
}

.business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) h2 {
  font-size: 30px;
}

.business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) h2,
.business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) p {
  max-width: 530px;
}

.cloud-business-solution-section {
  padding: 0;
}

.cloud-business-solution-section .vce-background {
  -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Cloud-Business-Solutions-Section-Background-Image-Overlay-trans-1920x600-1.webp);
  -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Cloud-Business-Solutions-Section-Background-Image-Overlay-trans-1920x600-1.webp);
  background-image: url(/wp-content/uploads/2021/12/Home-Page-Cloud-Business-Solutions-Section-Background-Image-Overlay-trans-1920x600-1.webp);
  background-position: center 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 1920px 500px;
  -moz-background-size: 1920px 500px;
  -o-background-size: 1920px 500px;
  background-size: 1920px 500px;
  padding: 50px 25px;
}

.cloud-business-solution-section .vce-background .vce-container h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: -webkit-center;
  text-align: center;
  margin: 0 0 80px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row {
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 0 30px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col {
  background-color: var(--vce-default-white);
  -webkit-box-shadow: 0 10px 30px -15px rgb(0 0 0 / 80%);
  -moz-box-shadow: 0 10px 30px -15px rgb(0 0 0 / 80%);
  box-shadow: 0 10px 30px -15px rgb(0 0 0 / 80%);
  -ms-flex-preferred-size: 31%;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  flex-basis: 31%;
  padding: 0 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-logo-wrap {
  position: relative;
  top: -30px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-logo-wrap img {
  display: block;
  background-color: var(--vce-default-white);
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-logo-wrap .vce-icons-svg {
  display: block;
  background-color: var(--vce-default-white);
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border: 6px solid var(--vce-default-white);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-logo-wrap h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: -webkit-center;
  text-align: center;
  margin: 0 0 10px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-logo-wrap span {
  font-size: 14px;
  text-align: -webkit-center;
  text-align: center;
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 6px 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col p {
  font-size: 14px;
  font-weight: 500;
  text-align: -webkit-center;
  text-align: center;
  min-height: 115px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta {
  font-weight: 600;
  line-height: 1.5em;
  max-width: 270px;
  padding: 16px 8px;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta.CTA_sign-up-now-use-versa-for-free {
  color: var(--vce-ecommerce-01);
  border: 1px solid var(--vce-ecommerce-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta.CTA_sign-up-now-use-versa-for-free:hover {
  color: var(--vce-default-white);
  background-color: var(--vce-ecommerce-01);
  border-color: var(--vce-ecommerce-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta.CTA_get-a-product-tour {
  color: var(--vce-standard-01);
  border: 1px solid var(--vce-standard-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta.CTA_get-a-product-tour:hover {
  color: var(--vce-default-white);
  background-color: var(--vce-standard-02);
  border-color: var(--vce-standard-02);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta.CTA_call-a-free-consulatation {
  color: var(--vce-enterprise-01);
  border: 1px solid var(--vce-enterprise-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta.CTA_call-a-free-consulatation:hover {
  color: var(--vce-default-white);
  background-color: var(--vce-enterprise-02);
  border-color: var(--vce-enterprise-02);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-a-link.LINK_learn-more {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 600;
  text-align: -webkit-center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin: 15px auto 0;
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col:nth-child(1) .vce-logo-wrap span {
  color: var(--vce-default-white);
  background-color: var(--vce-ecommerce-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col:nth-child(1) .vce-logo-wrap .vce-icons-svg {
  fill: var(--vce-ecommerce-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col:nth-child(2) .vce-logo-wrap span {
  color: var(--vce-default-white);
  background-color: var(--vce-standard-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col:nth-child(2) .vce-logo-wrap .vce-icons-svg {
  fill: var(--vce-standard-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col:nth-child(3) .vce-logo-wrap span {
  color: var(--vce-default-white);
  background-color: var(--vce-enterprise-01);
}

.cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col:nth-child(3) .vce-logo-wrap .vce-icons-svg {
  fill: var(--vce-enterprise-01);
}

.versa-cloud-difference-section {
  background: -webkit-linear-gradient(90deg,
      var(--vce-secondary) 0,
      var(--vce-primary) 60%);
  background: -o-linear-gradient(90deg,
      var(--vce-secondary) 0,
      var(--vce-primary) 60%);
  background: linear-gradient(90deg,
      var(--vce-secondary) 0,
      var(--vce-primary) 60%);
}

.versa-cloud-difference-section .vce-container h2 {
  color: var(--vce-default-white);
  font-size: 40px;
  text-align: -webkit-center;
  text-align: center;
}

.versa-cloud-difference-section .vce-container h5 {
  color: var(--vce-default-white);
  font-size: 18px;
  font-weight: 500;
  text-align: -webkit-center;
  text-align: center;
  max-width: 570px;
  margin: 0 auto 60px;
}

.versa-cloud-difference-section .vce-container .vce-row {
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.versa-cloud-difference-section .vce-container .vce-row .vce-col {
  -ms-flex-preferred-size: 30%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  flex-basis: 30%;
}

.versa-cloud-difference-section .vce-container .vce-row .vce-col .vce-img-wrap {
  height: 200px;
  margin: 0 auto 50px;
}

.versa-cloud-difference-section .vce-container .vce-row .vce-col .vce-img-wrap .vce-img {
  height: inherit;
  margin: 0 auto;
}

.versa-cloud-difference-section .vce-container .vce-row .vce-col h3 {
  color: var(--vce-default-white);
  font-size: 25px;
  margin: 0 0 30px;
}

.versa-cloud-difference-section .vce-container .vce-row .vce-col p {
  color: var(--vce-default-white);
  font-size: 14px;
  font-weight: 500;
}

.switch-to-software-section {
  padding: 0;
}

.switch-to-software-section .vce-background {
  -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Switch-to-Software-Section-Background-Image-Overlay-trans-1920x600-1.webp);
  -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Switch-to-Software-Section-Background-Image-Overlay-trans-1920x600-1.webp);
  background-image: url(/wp-content/uploads/2021/12/Home-Page-Switch-to-Software-Section-Background-Image-Overlay-trans-1920x600-1.webp);
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: 1920px 500px;
  -moz-background-size: 1920px 500px;
  -o-background-size: 1920px 500px;
  background-size: 1920px 500px;
  padding: 100px 25px;
}

.switch-to-software-section .vce-background .vce-container h2 {
  font-size: 40px;
  text-align: -webkit-center;
  text-align: center;
}

.switch-to-software-section .vce-background .vce-container h5 {
  font-size: 20px;
  font-weight: 500;
  text-align: -webkit-center;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}

.switch-to-software-section .vce-background .vce-container .vce-row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-to-software-section .vce-background .vce-container .vce-row .vce-col {
  margin: 0 0 25px;
}

.switch-to-software-section .vce-background .vce-container .vce-row .vce-col h3 {
  font-size: 28px;
}

.switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1),
.switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(3) {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
}

.switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) {
  -ms-flex-preferred-size: 45%;
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  flex-basis: 45%;
}

.switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(4) {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

.switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) .vce-img {
  margin: 0 auto;
}

.switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(4) h3,
.switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(4) p {
  text-align: -webkit-center;
  text-align: center;
  max-width: 330px;
  margin: 0 auto;
}

.contact-form-section {
  padding: 0;
}

.contact-form-section .vce-background {
  -moz-background-image: url(https://www.versaclouderp.com/wp-content/uploads/2021/04/Pre-Footer-CTA.jpg);
  -o-background-image: url(https://www.versaclouderp.com/wp-content/uploads/2021/04/Pre-Footer-CTA.jpg);
  background-image: url(https://www.versaclouderp.com/wp-content/uploads/2021/04/Pre-Footer-CTA.jpg);
  background-repeat: no-repeat;
  background-color: var(--vce-default-black);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 25px;
}

.contact-form-section .vce-background .vce-container .vce-row {
  -webkit-justify-content: space-between;
  -moz-justify-content: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) {
  -ms-flex-preferred-size: 48%;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  flex-basis: 48%;
  min-height: 330px;
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) {
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  flex-basis: 40%;
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) h2 {
  color: var(--vce-default-white);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.25em;
  margin: 0 0 20px;
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) h4 {
  color: var(--vce-default-white);
  font-size: 22px;
  line-height: 1.25em;
  max-width: 360px;
  margin: 0 0 20px;
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) .hbspt-form .hs-form .hs-form-field .input #message-75edb3b2-adec-48d1-83ae-b88b3cefa5d3 {
  min-height: 80px;
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) .hbspt-form .hs-form .hs-form-field .input .hs-input {
  font-family: Raleway;
  font-size: 14px;
  background-color: var(--vce-default-white);
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) .hbspt-form .hs-form .hs-form-field .input .hs-input::placeholder {
  color: #878787;
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) .hbspt-form .hs-form .legal-consent-container .hs-richtext p,
.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) .hbspt-form .hs-form fieldset .legal-consent-container .hs-richtext p {
  color: var(--vce-default-white);
}

.contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) .hbspt-form .hs-submit .hs-button.primary.large {
  font-size: 14px;
  font-weight: 600;
  padding: 16px 20px;
}

@media (max-width: 1366px) {
  .header-section {
    height: 1080px;
  }

  .header-section .vce-background.for-ecommerce {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1366x1000-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1366x1000-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1366x1000-1.webp);
  }

  .header-section .vce-background.for-standard {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1366x1000-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1366x1000-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1366x1000-1.webp);
  }

  .header-section .vce-background.for-enterprise {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1366x1000-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1366x1000-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Overlay-trans-1366x1000-1.webp),
      url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1366x1000-1.webp);
  }

  .header-section .vce-background .vce-container {
    max-width: 1200px;
  }

  .header-section .vce-background .vce-container .tab-nav {
    max-width: 660px;
    max-width: 0 0 30px;
  }

  .header-section .vce-background .vce-container .tab-nav .tab-btns {
    font-size: 18px;
    padding: 14px 30px;
  }

  .header-section .vce-background .vce-container .tab-nav .tab-content-wrapper .tab-content h1 {
    font-size: 34px;
    margin: 0 0 20px;
  }

  .header-section .vce-background .vce-container .tab-nav .tab-content-wrapper .tab-content p {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .business-has-changed-section {
    margin: -350px auto 0;
  }

  .cloud-business-solution-section .vce-container .vce-row .vce-col {
    -ms-flex-preferred-size: 32%;
    -webkit-flex-basis: 32%;
    -moz-flex-basis: 32%;
    flex-basis: 32%;
  }
}

@media (max-width: 1023px) {
  .header-section {
    height: 670px;
  }

  .header-section .vce-background {
    background-position: 60% center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
  }

  .header-section .vce-background.for-ecommerce {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1024x590-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1024x590-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-1024x590-1.webp);
  }

  .header-section .vce-background.for-standard {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1024x590-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1024x590-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-1024x590-1.webp);
  }

  .header-section .vce-background.for-enterprise {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1024x590-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1024x590-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-1024x590-1.webp);
  }

  .header-section .vce-background .vce-container .tab-nav {
    max-width: 580px;
    margin: 0 0 25px;
  }

  .header-section .vce-background .vce-container .tab-nav .tab-btns {
    font-size: 16px;
    padding: 14px 20px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content h1 {
    font-size: 32px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content p {
    line-height: 1.75em !important;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 {
    margin: 0 0 30px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--02 .vce-cta.CTA_see-how-it-works .vce-img-link {
    margin: 0 0 10px;
  }

  .business-has-changed-section {
    margin: 0 auto;
  }

  .business-has-changed-section .vce-container {
    max-width: 600px;
  }

  .business-has-changed-section .vce-container .vce-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(1),
  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }

  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(1) {
    display: none;
  }

  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) h2 {
    text-align: -webkit-center;
    text-align: center;
    margin: 0 auto 20px;
  }

  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) .vce-img {
    display: block;
  }

  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) p {
    text-align: -webkit-center;
    text-align: center;
    max-width: 100%;
    margin: 0;
  }

  .cloud-business-solution-section .vce-background .vce-container {
    max-width: 600px;
  }

  .cloud-business-solution-section .vce-background .vce-container h2 {
    font-size: 30px;
  }

  .cloud-business-solution-section .vce-background .vce-container .vce-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col {
    -ms-flex-preferred-size: 330px;
    -webkit-flex-basis: 330px;
    -moz-flex-basis: 330px;
    flex-basis: 330px;
    margin: 0 auto 60px;
  }

  .cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col:last-child {
    margin: 0 auto;
  }

  .cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col p {
    min-height: unset;
  }

  .versa-cloud-difference-section .vce-container {
    max-width: 600px;
  }

  .versa-cloud-difference-section .vce-container h2 {
    font-size: 30px;
  }

  .versa-cloud-difference-section .vce-container .vce-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .versa-cloud-difference-section .vce-container .vce-row .vce-col {
    text-align: -webkit-center;
    text-align: center;
    flex-basis: 420px;
  }

  .versa-cloud-difference-section .vce-container .vce-row .vce-col .vce-img-wrap {
    margin: 0 0 20px;
  }

  .switch-to-software-section .vce-background {
    padding: 50px 25px;
  }

  .switch-to-software-section .vce-background .vce-container {
    max-width: 600px;
  }

  .switch-to-software-section .vce-background .vce-container h2 {
    font-size: 30px;
  }

  .switch-to-software-section .vce-background .vce-container h5 {
    font-size: 18px;
    max-width: 570px;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1),
  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2),
  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(3),
  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(4) {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1) {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    margin: 0 auto 40px;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(3) {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(4) {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    order: 4;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col h3,
  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col p {
    text-align: -webkit-center;
    text-align: center;
    max-width: 485px;
    margin: 0 auto 20px;
  }

  .contact-form-section .vce-background .vce-container {
    max-width: 600px;
  }

  .contact-form-section .vce-background .vce-container .vce-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(1),
  .contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) h2 {
    font-size: 30px;
    text-align: -webkit-center;
    text-align: center;
  }

  .contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) h4 {
    font-size: 20px;
    text-align: -webkit-center;
    text-align: center;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }

  .header-section .vce-background {
    background-position: center 30%;
    padding: 0;
  }

  .header-section .vce-background.for-ecommerce {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-414x590-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-414x590-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-eCommerce-white-414x590-1.webp);
  }

  .header-section .vce-background.for-standard {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-414x590-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-414x590-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Small-Business-white-414x590-1.webp);
  }

  .header-section .vce-background.for-enterprise {
    -moz-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-415x590-1.webp);
    -o-background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-415x590-1.webp);
    background-image: url(/wp-content/uploads/2021/12/Home-Page-Header-Background-Image-Enterprise-white-415x590-1.webp);
  }

  .header-section .vce-background .vce-container .tab-nav {
    max-width: 100%;
    margin: 0;
  }

  .header-section .vce-background .vce-container .tab-nav .tab-btns {
    color: var(--vce-default-white);
    text-align: -webkit-center;
    text-align: center;
    padding: 20px 20px 16px;
  }

  .header-section .vce-background .vce-container .tab-nav .tab-btns .vce-icons-svg {
    display: none;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper {
    max-width: 480px;
    padding: 50px 25px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper h1 {
    font-size: 30px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content.for-enterprise h1 {
    max-width: 150px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content p {
    font-size: 15px;
    max-width: 310px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta {
    -ms-flex-preferred-size: 300px;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    flex-basis: 300px;
    margin: 0 20px 20px 0;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_get-instant-quote {
    height: 54px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--01 .vce-cta.CTA_get-instant-quote::after {
    height: 50%;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--02 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 460px;
  }

  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) .vce-img {
    max-width: 260px;
  }

  .versa-cloud-difference-section .vce-container .vce-row .vce-col h3 {
    margin: 30px 0 20px;
  }

  .switch-to-software-section h2 {
    font-size: 30px;
  }

  .switch-to-software-section .vce-col:nth-child(2) .vce-img {
    max-width: 260px;
    margin: 0 auto 40px;
  }

  .contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) h2 {
    font-size: 24px;
  }

  .contact-form-section .vce-background .vce-container .vce-row .vce-col:nth-of-type(2) h4 {
    font-size: 18px;
    max-width: 305px;
  }
}

@media (max-width: 480px) {
  .header-section {
    height: 100%;
  }

  .header-section .vce-background .vce-container .tab-nav .tab-btns {
    font-size: 14px;
    padding: 20px 8px 14px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content h1 {
    font-size: 25px;
    margin: 0 0 10px;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--02 .vce-img-link {
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    flex-basis: 30%;
    margin: 0 10px 10px 0;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-inner-row.--02 .vce-img-link .vce-img {
    height: initial;
  }

  .header-section .vce-background .vce-container .tab-content-wrapper .tab-content .vce-software-rating-list {
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .business-has-changed-section .vce-container .vce-row .vce-col:nth-of-type(2) h2 {
    font-size: 26px;
  }

  .cloud-business-solution-section .vce-background .vce-container h2 {
    font-size: 22px;
  }

  .cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-logo-wrap h4 {
    font-size: 24px;
  }

  .cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-cta {
    font-size: 14px;
  }

  .versa-cloud-difference-section .vce-container h2 {
    font-size: 22px;
  }

  .versa-cloud-difference-section .vce-container h5 {
    font-size: 15px;
  }

  .versa-cloud-difference-section .vce-container .vce-row .vce-col h3 {
    font-size: 22px;
  }

  .switch-to-software-section .vce-background .vce-container h2 {
    font-size: 22px;
  }

  .switch-to-software-section .vce-background .vce-container h5 {
    font-size: 15px;
  }

  .switch-to-software-section .vce-background .vce-container .vce-row .vce-col h3 {
    font-size: 20px;
  }

  .contact-form-section .vce-background .vce-container .vce-row .vce-col .hbspt-form .hs-form fieldset {
    margin: 0;
  }

  .contact-form-section .vce-background .vce-container .vce-row .vce-col .hbspt-form .hs-form .form-columns-2:first-child .hs-form-field {
    margin: 0 auto 12px;
  }
}


/* NEW HOME CHANGES */

.new-home .header-section {
  height: 1200px;
}

.new-home .header-section .vce-background .vce-container .tab-content-wrapper {
  padding: 60px 0 0;
}

.new-home .cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col {
  flex-basis: 48%;
}

.new-home .cloud-business-solution-section .vce-background .vce-container .vce-row .vce-col .vce-logo-wrap span {
  max-width: 250px;
}</pre></body></html>