@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --ietgreen: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  color: #00b4f0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  color: #00b4f0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  margin-right: 40px;
  font-size: 15px;
  line-height: 24px;
}

li {
  font-size: 15px;
  line-height: 22px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.nav {
  color: #eaeaea;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.nav-container {
  width: 90%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu, .logo {
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-section {
  color: #333;
  background-color: #83b5c7bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section.home-hero {
  background-image: linear-gradient(274deg, #000, #0000 60%), url('../images/bkg1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.aca-top {
  -webkit-text-fill-color: inherit;
  background-color: #b8b8b8bf;
  background-image: linear-gradient(to right, #0000, #07182e 0%, #07192eb5 42%, #0000 76%), url('../images/istockphoto-1325865184-2048x2048.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-clip: border-box;
}

.hero-section.about-us {
  display: none;
}

.hero-wrap {
  text-align: left;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: block;
}

.section-1 {
  background-color: #e6f4f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-1.aca-section-1 {
  background-color: #08192f;
}

.wrap-1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.column-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 15px 10px auto;
  padding: 5px;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.heading-1 {
  color: #fff;
  flex: none;
  margin-top: 136px;
}

.subhead-1 {
  color: #fff;
  flex: none;
  margin-bottom: 81px;
  font-size: 50px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-1.totalcomp {
  color: #000;
  margin-bottom: 10px;
}

.paragraph-3 {
  flex: none;
  align-self: center;
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.icon {
  flex: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.nav-link {
  color: #474747;
}

.hero-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  margin-top: 20px;
  padding: 15px 25px;
  font-weight: 500;
  transition: box-shadow .2s;
  box-shadow: 0 1px #0000;
}

.button:hover {
  box-shadow: 0 6px 12px #0003;
}

.class {
  color: #fff;
  background-color: #3b79c3;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.class-section {
  color: #000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.class-section.aca-section {
  background-color: #e7e7e7;
  margin-top: 0;
}

.class-section.oldtextsection {
  background-color: #187c8b;
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.logos-section {
  background-color: #d3d3d3;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 20px;
  display: flex;
}

.logos-wrap {
  opacity: .75;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.left-1 {
  width: 50%;
  padding: 0 20px 50px;
}

.left-1.minpad {
  padding-bottom: 0;
}

.right-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.right-1.aca {
  padding-left: 0;
  padding-right: 0;
}

.column-1-title {
  flex: none;
  margin-bottom: 20px;
}

.left-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.right-2 {
  text-align: left;
  width: 50%;
  padding: 50px 20px;
}

.footer-top {
  color: #fff;
  background-color: #fff;
  border-top: 0 solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-wrap {
  flex-direction: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  width: 80%;
  margin-top: 5px;
  display: flex;
}

.footer-bottom {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.footer-bottom-wrap {
  flex: none;
  width: 80%;
}

.legal {
  color: #000;
  text-align: center;
  font-size: 12px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrap-3 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.column-wrap-1 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-3 {
  color: #00a3e4;
  text-align: center;
  flex: none;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
}

.heading-3.aca {
  color: #fff;
}

.subhead-3 {
  text-align: left;
  flex: none;
  margin-bottom: 10px;
}

.subhead-3.aca-sub {
  color: #fff;
}

.column-wrap-2 {
  flex-wrap: nowrap;
  flex: none;
  place-content: stretch center;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-4 {
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-4.first {
  margin-left: 10px;
  margin-right: 10px;
}

.heading-4 {
  flex: none;
  margin-top: 20px;
}

.heading-5 {
  text-align: left;
  flex: none;
}

.heading-2 {
  color: #000;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  display: block;
}

.screenshot {
  opacity: 1;
  object-fit: fill;
  border-radius: 3px;
  flex: none;
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  display: block;
  overflow: visible;
}

.screenshot.form_image {
  display: none;
}

.caption-2 {
  color: #777;
  text-align: center;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.footer-logo {
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #212121;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}

.footer-link:hover {
  color: #3f3f3f;
}

.hero-right {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.caption-1 {
  color: #00000080;
  text-align: center;
  flex: none;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  color: #777;
  text-align: center;
  flex: none;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.caption-3 {
  color: #777;
  flex: none;
  max-width: 320px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.form-block {
  justify-content: center;
  width: 100%;
  display: flex;
}

.submit-button {
  display: inline-block;
}

.heading-1-copy {
  clear: none;
  color: #54b247;
  text-align: left;
  text-transform: none;
  flex: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  text-decoration: none;
}

.image {
  overflow: visible;
}

.section-3-copy {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.bold-text.totalcomp {
  color: #000;
}

.bold-text-2 {
  font-size: 16px;
}

.rich-text-block {
  font-size: 12px;
}

.button-2 {
  text-align: center;
  background-color: #3898ecad;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.button-3 {
  text-align: center;
  background-color: #ec443878;
  margin-top: 0;
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-4 {
  text-align: center;
  margin: 21px 240px 34px;
  padding-top: 11px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  display: block;
}

.text-block-2 {
  text-align: center;
  font-size: 36px;
  display: inline;
}

.msf-hidden {
  display: none;
  overflow: hidden;
}

.div-block-4 {
  text-align: left;
}

.rich-text-block-2 {
  border: 0 solid #7e7e7e;
  border-top-width: 1px;
  display: inline;
}

.div-block-2 {
  display: block;
}

.rich-text-block-8 {
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: 7px;
}

.mask {
  min-height: 300px;
}

.text-span {
  font-size: 25px;
}

.rich-text-block-5 {
  border-top: 1px solid #7e7e7e;
}

.select-field {
  display: block;
}

.rich-text-block-9, .rich-text-block-3 {
  border: 0 solid #7e7e7e;
  border-top-width: 1px;
}

.field-label {
  display: block;
}

.msf-slider {
  background-color: #0000;
  min-width: 600px;
  max-width: 600px;
  height: auto;
  display: block;
}

.container {
  flex: 0 auto;
  margin-top: 50px;
  padding: 20px;
}

.form {
  min-width: 400px;
}

.button-5 {
  text-align: center;
  margin-top: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.columnbutton {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 10px 15px 10px auto;
  padding: 20px 0 0;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.list {
  margin-top: 20px;
}

.image-2, .image-3, .image-4 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.image-5 {
  opacity: .62;
  margin: 10px;
}

.image-6 {
  opacity: .55;
  margin: 10px;
}

.image-7 {
  opacity: .63;
  margin: 10px;
}

.image-8 {
  outline-offset: 0px;
  outline: 3px #000;
  margin-left: 40px;
  margin-right: 40px;
}

.textarea {
  min-height: 30px;
}

.sticky-nav {
  z-index: 20;
  background-color: #fff;
  border: 0 solid #333;
  padding: 20px;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 6px #0003;
}

.nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 300px;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  display: inline;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.call-to-action {
  padding-top: 0;
  padding-bottom: 0;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.heading-6 {
  color: #fff;
  margin-bottom: 140px;
}

.image-9 {
  max-width: 78%;
}

.hero {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.main-content {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-comparison {
  background-color: #e0e0e0;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 40px;
  display: flex;
  position: relative;
}

.container-2 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

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

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00a4e4;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #00719e;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 5px -24px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.pricing-overview {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 40px;
  display: flex;
  position: relative;
}

.centered-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
}

.centered-heading.margin-bottom-32px {
  color: #00a3e5;
  margin-bottom: 32px;
}

.centered-heading.chblue {
  color: #00a3e4;
  margin-top: 20px;
  font-style: normal;
}

.centered-heading.chteal {
  color: #fff;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.logos-without-title {
  background-color: #eee;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 30px 30px;
  position: relative;
  box-shadow: 1px 1px 7px -1px #666;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-card {
  background-color: #677d9c;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.heading-7 {
  color: #00a3e4;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-5, .paragraph-6 {
  margin-left: 140px;
  margin-right: 140px;
}

.hero-heading-left {
  background-color: #4d4d4d;
  border-bottom: 1px solid #e4ebf3;
  padding: 29px 30px 0;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.herosplittext {
  background-color: #fff;
  border: 1px solid #000;
  padding-left: 20px;
  padding-right: 10px;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.shadow-two {
  border: 1px solid #000;
  box-shadow: 0 4px 24px #96a3b514;
}

.field-label-2 {
  color: #fff;
  max-width: 100px;
  padding-left: 0;
}

.form-2 {
  min-width: 500px;
  max-width: 500px;
}

.heading-8, .field-label-3 {
  color: #fff;
}

.heading-9 {
  text-align: center;
  object-fit: fill;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.team-slider {
  background-color: #7ca8b947;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: 100%;
  margin-top: 29px;
  padding: 20px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.hero-heading-left-2.background-section-1 {
  background-color: #fff;
}

.margin-bottom-24px-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 40px;
  position: relative;
}

.hero-heading-right.background-section-1 {
  background-color: #fff;
  padding-bottom: 10px;
}

.heading-10 {
  color: #00a3e5;
  font-weight: 500;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.heading-11 {
  color: #00a3e4;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left-4 {
  background-color: #e6f4f1;
  border-bottom: 0 solid #e4ebf3;
  padding: 15px 30px 0;
  position: relative;
}

.hero-heading-right-2 {
  background-color: #e6f4f1;
  border-bottom: 0 solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.hero-without-image {
  background-color: #c1f3ea;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
  display: inline-block;
}

.div-block-11 {
  justify-content: center;
  padding-bottom: 25px;
  display: flex;
}

.button-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec;
  border-radius: 0;
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: none;
}

.button-6:hover {
  color: #fff;
  background-color: #00719e;
}

.button-6:active {
  background-color: #43464d;
}

.button-6.cc-jumbo-button {
  margin-top: 0;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.testimony-slide {
  background-color: var(--white);
  text-align: center;
  padding: 27px 10%;
  box-shadow: 0 3px 6px #0003;
}

.slider-arrow {
  color: #bdbdbd;
  background-color: #e7e5e5;
  justify-content: flex-start;
  align-items: stretch;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
  display: block;
}

.slider-arrow:hover {
  color: #000;
}

.container-3 {
  padding-top: 20px;
  padding-left: 0;
  display: block;
}

.testimony-text {
  color: #6eb43f;
  margin-bottom: 21px;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
}

.heading {
  color: #00a3e4;
  text-align: center;
  margin-top: 40px;
  font-size: 30px;
  font-weight: 500;
}

.name {
  font-weight: 500;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  margin-top: 45px;
  transform: translate(0);
  box-shadow: 1px 1px 3px #000;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.features-list {
  background-color: #e6f4f1;
  background-image: url('../images/iStock-1277377684-Converted.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  background-color: #ffffffed;
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 60%;
  margin-bottom: -16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.features-block-two {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-block-two.featuretop {
  margin-top: 30px;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.hero-without-image-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 30px 40px;
  position: relative;
}

.container-4 {
  max-width: 1000px;
  margin-top: 0;
}

.heading-jumbo-small {
  color: #fff;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.cta-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-5 {
  border-radius: 0;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.cta-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.section {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  background-image: linear-gradient(27deg, #8698c7, #0c3090);
  margin: 0 0 20px;
  padding: 10px 80px;
  display: block;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .76;
  color: #fff;
  margin-bottom: 0;
}

.html-embed {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: calc(100vh - 145px);
  margin-top: 0;
  display: flex;
}

.html-embed.formembedd {
  display: inline;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-4 {
  background-color: #fff;
}

.button-7 {
  justify-content: center;
  display: block;
}

.button-7:hover {
  background-color: #00719e;
}

.section-5 {
  background-image: linear-gradient(93deg, #000c35, #0000), url('../images/iStock-1018092072.jpg');
  background-position: 0 0, 100% 60%;
  background-size: auto, cover;
}

.section-5.pers {
  background-image: linear-gradient(93deg, #000c35, #0000), url('../images/Reporting-trophie.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-5.about-us {
  background-image: linear-gradient(93deg, #000c35, #0000), url('../images/istockphoto-1223790495-2048x2048.jpg');
  background-position: 0 0, 50% 35%;
  height: 250px;
}

.section-5.vanguard {
  background-image: linear-gradient(93deg, #000c35, #0000), url('../images/retire.jpg');
}

.section-5.hsa {
  background-image: linear-gradient(93deg, #000c35, #0000), url('../images/istockphoto-1159749452-2048x2048.jpg');
}

.column-4 {
  margin-bottom: 18px;
  padding-top: 35px;
  padding-bottom: 20px;
}

.button-8 {
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  width: 100%;
  min-width: 100px;
  margin-top: 19px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: inline;
}

.button-8:hover {
  background-color: #00719e;
}

.button-8.btn8-talk {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.button-8.top {
  width: 75%;
  display: block;
}

.testimony-text-small {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}

.hero-wrapper-reverse {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide {
  width: 33%;
}

.slide.slidepad {
  margin-left: 10px;
  margin-right: 10px;
}

.slide-2, .slide-3 {
  width: 33%;
}

.slide-4, .slide-5, .slide-6 {
  width: 33px;
}

.mask-2 {
  transition: opacity .2s;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  background-color: var(--white);
  color: #fff;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #e6f4f1;
}

.slide-item-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 423px;
  height: 548px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 0 24px 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 550px;
  max-height: 600px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: 1;
  background-color: #1b1b1b;
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.text-block-3 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #e6f4f1;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.slide-nav-2 {
  bottom: -52px;
}

.resource-wrap {
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/testpattern.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.slider-wrap {
  flex-direction: column;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.slider-wrap.trislider {
  flex: none;
  width: 500px;
  display: block;
}

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  opacity: .47;
  position: relative;
  transform: scale(.8);
}

.sq-slider {
  border: 4px #ee6a2f;
}

.client-slider-mask {
  overflow: visible;
}

.client-slider-panel {
  opacity: .37;
  border: 3px #fff;
  margin-right: 20px;
}

.tab-drop-heading {
  color: #949494;
  text-align: center;
  border-bottom: 1px #d8d8d8;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.direction-icon {
  color: #c9c9c9;
  background-color: #15759600;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: #ffffff3d;
}

.direction-icon.left {
  right: -304px;
}

.direction-icon.right {
  left: -298px;
}

.right-arrow-wrap {
  bottom: -115px;
  right: -10px;
  overflow: visible;
}

.client-slider {
  background-color: #0000;
  height: 100%;
}

.client-slider-wrapper {
  border: 5px #ee6a2f;
  display: flex;
}

.left-arrow-wrap {
  bottom: -115px;
  left: -10px;
  overflow: visible;
}

.foot-tag-circle {
  background-color: #cecece;
  background-image: url('../images/aface.jpeg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  left: 9px;
  box-shadow: 11px 11px 15px -20px #927f7f;
}

.footer-tag {
  z-index: 100;
  transform-origin: 0%;
  background-color: #ffffffe0;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  align-items: center;
  width: 360px;
  height: 90px;
  display: flex;
  position: fixed;
  inset: auto auto 2% 4%;
  overflow: hidden;
  box-shadow: 25px 25px 35px -10px #00000017;
}

.small-bold {
  font-size: 12px;
  font-weight: 400;
}

.no-style {
  color: #bebebe;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  position: absolute;
  inset: 34% 5% 0% auto;
}

.no-style:hover {
  color: #444;
}

.link-btn {
  color: #ef6a2f;
  text-transform: lowercase;
  font-size: 11px;
  font-weight: 700;
}

.foot-tag-copy {
  flex: none;
  max-width: 70%;
  margin-left: 21px;
}

.lottie-animation-2 {
  flex: none;
  width: 11px;
  margin-left: 7px;
}

.link-block {
  display: flex;
}

.link-block.no-link-style {
  color: #888;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  line-height: 125%;
  text-decoration: none;
}

.flex-container-2 {
  align-items: center;
  display: flex;
}

.bold-text-3 {
  font-family: Lato, sans-serif;
  font-style: italic;
}

.sh-tag {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 150%;
}

.slide-7 {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.container-6 {
  height: 460px;
  margin-top: 50px;
}

.mask-3 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.slider {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  height: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.slide-8, .slide-9, .slide-10, .slide-11, .slide-12 {
  width: 30%;
  padding-left: 10px;
  padding-right: 10px;
}

.slide30 {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
}

.slide-nav-3 {
  opacity: 1;
}

.containerslider {
  padding: 4.06em;
}

.containerslider.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.container--slider {
  padding: 4.06em;
}

.container--slider.is--slider {
  max-width: 2000px;
  padding: 0 12.06em;
  display: flex;
}

.splide {
  width: 100%;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.controls--slider {
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33px;
  display: flex;
  position: relative;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: #c7e0e4;
}

.linkbox--slider {
  color: #111;
  text-align: left;
  background-color: #0000;
  border-radius: 0;
  transition: transform .2s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.linkbox--slider:active {
  transform: scale(.9);
}

.linkbox--arrow {
  z-index: 2;
  color: #6c6af7;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.linkbox--arrow.is--flipped {
  transform: rotate(-180deg);
}

.container-7 {
  text-align: center;
  padding-left: 4.06em;
  padding-right: 4.06em;
  overflow: visible;
}

.control__fill {
  z-index: 1;
  color: #0000;
  -webkit-text-fill-color: inherit;
  background-color: #370594;
  background-clip: border-box;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.section101 {
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 50px;
}

.section101.isdifferentsection {
  margin-bottom: 30px;
  margin-left: 10px;
}

.section-6 {
  height: 50px;
}

.slide-container {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-26 {
  width: 30px;
  height: 30px;
  display: block;
}

.image_slider_1 {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.sectiondesigns {
  background-color: #a7e4c4;
  border: 1px solid #0000;
  padding-bottom: 40px;
}

.sectiondesigns.background-design {
  background-color: #6496ba;
  background-image: linear-gradient(27deg, #6eb43f, #00a3e4);
  padding-bottom: 20px;
  display: block;
  box-shadow: 5px 5px 12px -6px #383838;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 500px;
  margin-right: 500px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 40px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
  display: flex;
}

.comparison-title.comparisontitle_height {
  color: #6eb43f;
  margin-top: 10px;
  margin-left: 0;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/4781838_cancel_close_delete_exit_logout_icon_14781838_cancel_close_delete_exit_logout_icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  height: 30px;
  margin-left: 0;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/4810121_arrow_check_checklist_circle_direction_icon_14810121_arrow_check_checklist_circle_direction_icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  height: auto;
  margin-left: 0;
  padding-left: 40px;
}

.comparison-positive.comparisonplus {
  text-align: left;
  background-image: url('../images/4781840__add_circle_create_expand_icon_14781840_+_add_circle_create_expand_icon.png');
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: visible;
}

.comparison-positive.checkmarks {
  height: 40px;
  margin-left: 0;
  padding-top: 9px;
  padding-left: 30px;
}

.div-block-13 {
  height: 10px;
}

.comparisonrowtitle {
  font-weight: 500;
}

.comparisonrowdetail {
  padding-left: 0;
}

.categories-page {
  color: #00a3e5;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.categories-page.about {
  color: #00539f;
  -webkit-text-stroke-color: #00539f;
  align-self: flex-start;
  font-size: 28px;
  text-decoration: none;
}

.heading-13 {
  color: #6eb43f;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
}

.heading-14, .heading-15, .heading-16, .heading-17, .heading-18 {
  color: #6eb43f;
  font-size: 30px;
  font-weight: 400;
}

.heading-19 {
  color: #00539f;
  font-size: 30px;
  font-weight: 500;
}

.section-7 {
  background-color: #e6f4f1;
  padding-top: 10px;
  padding-bottom: 30px;
}

.div-block-14 {
  background-color: #fff;
}

.heading-20, .heading-21, .heading-22 {
  color: #6eb43f;
}

.heading-23 {
  color: #00a3e4;
}

.heading-24 {
  color: #00a3e4;
  font-size: 30px;
  font-weight: 500;
}

.image-27 {
  outline-offset: 0px;
  outline: 1px solid #2a2a2a;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.heading-25 {
  color: #6eb43f;
  text-align: center;
  font-size: 20px;
}

.section-8 {
  background-color: #e6f4f1;
  width: 100%;
  padding: 10px;
  position: static;
}

.heroheadingleft {
  object-fit: fill;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.heroheadingright {
  background-color: var(--white);
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  padding-right: 0;
  display: flex;
}

.div-block-16 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 80px;
  display: flex;
}

.div-block-17 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  max-width: 900px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.section_customhero {
  background-color: #e6f4f1;
  width: 100%;
  padding: 10px;
  position: static;
}

.sectiondiv_customheroright {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 55px 80px;
  display: flex;
}

.sectionherocusttomcontent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  box-shadow: 0 3px 6px #0003;
}

.sectionherodivleft {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.sectionherodivright {
  border: 0 solid #000;
  width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.button-7-copyleft {
  text-align: right;
  letter-spacing: 1px;
  flex: 0 auto;
  justify-content: center;
  margin-right: 0;
  display: flex;
}

.button-7-copyleft:hover {
  background-color: #00719e;
}

.button-7-copy-right {
  justify-content: center;
  display: block;
}

.button-7-copy-right:hover {
  background-color: #00719e;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 20px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 400px;
  padding: 12px 12px 12px 64px;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask-4 {
  height: auto;
  box-shadow: 0 3px 6px #0003;
}

.icon-2, .icon-3 {
  color: #868686;
}

.bold-text-4 {
  color: #333;
}

.testimonial_bold {
  color: #6eb43f;
}

.button-contact-us {
  text-align: center;
  letter-spacing: 1px;
  object-fit: fill;
  justify-content: center;
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline;
}

.button-contact-us:hover {
  background-color: #00719e;
}

.button-contact-us.btn8-talk {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 35%;
  display: block;
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 30px;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.button-9 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: static;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #00a4e4;
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #00719e;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-26 {
  font-size: 30px;
  font-weight: 400;
}

.heading-27 {
  color: #fff;
  margin-top: 34px;
  font-size: 30px;
  font-weight: 500;
}

.sub-navbar {
  z-index: 25;
  object-fit: fill;
  background-color: #5576b6;
  display: block;
  position: sticky;
  top: 68px;
  box-shadow: 0 3px 6px #00000059;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #3898ec;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  display: inline;
  position: relative;
}

.container-10 {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu-wrapper {
  text-align: center;
  justify-content: center;
  display: flex;
}

.nav-menu-two {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #e7e7e7bf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.text-span-2 {
  color: #00a2d8;
}

.text-span-3, .text-span-4 {
  color: #e60000;
}

.right-arrow {
  background-image: url('../images/istockphoto-1290259713-2048x2048.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-13 {
  background-image: url('../images/istockphoto-1290259713-2048x2048.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/istockphoto-1290259713-2048x20482.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid {
  grid-template-rows: auto;
}

.slide-15 {
  background-image: url('../images/Hardtoread.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/easytoread.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-2 {
  background-color: #0000;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
}

.hero-heading-left-5 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 20px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px #0003;
}

.hero-wrapper-2 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.hero-split-2.left-2 {
  padding-left: 30px;
  padding-right: 20px;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.columns {
  max-width: 1300px;
  margin-left: 0;
  margin-right: 0;
}

.container-13 {
  max-width: 90%;
  margin-top: 30px;
}

.paragraph-9 {
  width: 100%;
  margin-bottom: 5px;
  margin-right: 0;
  padding-left: 28px;
}

.navbar-no-shadow {
  z-index: 30;
  background-color: #fff;
  border-bottom: 3px solid #00b4f0;
  display: block;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  z-index: 35;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  display: block;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  z-index: 35;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4.w--current {
  margin-right: 5px;
}

.nav-link-4.button {
  color: #fff;
  background-color: #54b247;
  border-radius: 0;
  display: inline-block;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  z-index: 35;
  letter-spacing: .25px;
  padding: 5px 26px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-2.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid #000;
  border-radius: 5px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00b4f0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.heading-28 {
  color: #00b4f0;
  text-align: center;
  margin-bottom: 20px;
}

.hero-heading-right-3 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.grid-2 {
  grid-template-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  padding: 30px 100px;
}

.div-block-19 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/istockphoto-171585034-170667a.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 30px 100px;
}

.div-block-20 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/iStock-1325865184.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding: 30px 100px;
}

.div-block-21 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/iStock-1179186534.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 30px 100px;
}

.div-block-21.data {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/iStock-1197646065.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-9 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/iStock-1367252890.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-29 {
  color: #fff;
  margin-top: 0;
}

.paragraph-10 {
  color: #fff;
  margin-top: 10px;
  margin-right: 0;
}

.paragraph-11, .heading-30, .bold-text-5 {
  color: #fff;
}

.heading-31 {
  font-size: 14px;
}

.bold-text-6 {
  margin-left: 20px;
  padding-right: 0;
  font-size: 24px;
}

.heading-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: inline;
}

.column-5 {
  padding-top: 17px;
}

.container-15 {
  max-width: 1200px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-16 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.button-10 {
  background-color: #54b247;
  background-image: url('../images/8062725white.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-left: 20px;
  padding-right: 45px;
}

.button-10:hover {
  background-color: #46943b;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  background-image: linear-gradient(87deg, #000718, #000000e0 41%, #0000), url('../images/bkg1_1.jpg');
  background-position: 0 0, 100% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 66px;
  position: relative;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

.margin-bottom-24px-7 {
  color: #fff;
  margin-bottom: 24px;
}

.shadow-two-4 {
  min-width: 400px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.heading-34 {
  color: #fff;
  margin-top: 10px;
}

.heading-35 {
  font-size: 30px;
}

.hero-without-image-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  color: #fff;
  margin-bottom: 24px;
}

.hero-heading-left-7 {
  background-color: #f5f7fa;
  background-image: linear-gradient(92deg, #000, #0000), url('../images/istockphoto-1325865184-2048x2048.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.bold-text-7 {
  color: #556eb1;
  font-size: 30px;
}

.bold-text-8 {
  font-size: 30px;
}

.heading-36 {
  color: #00b4f0;
  margin-top: 0;
}

.section-10 {
  background-color: #e3f1ee;
}

.body-2 {
  background-color: #fff;
}

.container-17 {
  background-color: var(--white);
  max-width: 1000px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
  box-shadow: 0 3px 6px #0003;
}

.hero-heading-left-8 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-right: 20px;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.shadow-two-5 {
  margin-left: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.text-block-11 {
  text-align: center;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
}

.button-11 {
  color: #616161;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #bdbdbd;
  flex-flow: row;
  place-content: stretch center;
  width: auto;
  margin-left: 65px;
  margin-right: 65px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: block;
}

.button-11:hover {
  background-color: #e7e7e7;
}

.button-11.new {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-3 {
  width: 320px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-size: 14px;
}

.form-3 {
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 58px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-4 {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  width: 375px;
  margin: 101px auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  box-shadow: 0 3px 6px #0003;
}

.image-28 {
  margin: 10px auto;
}

.button-login {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin: 50px auto 10px;
  padding-top: 0;
  display: block;
}

.payplus360top {
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.submit-button-2 {
  background-color: #1a5566;
  width: 320px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.submit-button-2:hover {
  background-color: #9fad00;
}

.submit-button-2.payplus360 {
  background-color: #00b4f0;
}

.submit-button-2.payplus360:hover {
  background-color: #1193be;
}

.heading-37 {
  text-align: center;
  border-radius: 0;
  margin: 10px auto 0;
  padding-left: 0;
  font-size: 20px;
  display: none;
}

.container-19 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-12 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00b4f0;
  border-top-width: 5px;
  border-radius: 0;
  width: 400px;
  height: 125.5px;
  margin-bottom: 140px;
  margin-left: 250px;
  margin-right: 250px;
  padding: 15px 0 20px;
  font-size: 12px;
}

.section-11 {
  border-top: 1px solid #e9e9e9;
  height: 75px;
  margin-top: auto;
  position: static;
}

.hero-heading-left-9 {
  background-color: #a2c8d5;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
}

.shadow-two-6 {
  max-width: 90%;
  box-shadow: 0 4px 24px #96a3b514;
}

.column-6, .column-7 {
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  padding-left: 0;
  padding-right: 5px;
}

.hero-without-image-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  justify-content: space-between;
  width: 100%;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-wrapper-two-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #54b247;
  background-image: url('../images/8062725white.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  max-width: 175px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0 10px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #47943c;
}

.button-primary-11:active {
  background-color: #43464d;
}

.navbar-logo-left-2 {
  z-index: 35;
  background-color: #fff;
  border-bottom: 3px solid #00b4f0;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  border: 0 solid #3898ec;
  border-radius: 2px;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-4 {
  justify-content: flex-start;
  display: flex;
}

.navbar-brand-4.w--current {
  margin-left: 40px;
}

.nav-menu-wrapper-4 {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.nav-menu-two-3 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0 5px 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 0;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  margin-right: -4px;
  padding: 5px 30px 5px 5px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 13px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-4.shadow-three.mobile-shadow-hide.w--open {
  border: 1px solid #ddd;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-link-4 {
  outline-offset: 0px;
  border: 1px solid #ddd;
  outline: 3px #222;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:hover {
  background-color: #ececec;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.text-block-12 {
  color: #301b1f;
  text-decoration: none;
}

.list-item-2 {
  margin-right: 16px;
}

.link-block-2 {
  text-decoration: none;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-30 {
  margin-top: 0;
  display: inline-block;
}

.button-12 {
  display: inline;
}

.columns-3 {
  border-bottom: 0 solid #00b4f0;
  margin-right: 0;
  padding-right: 0;
  position: sticky;
  top: 0;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.image-31 {
  background-color: #3898ec;
  margin-top: 0;
}

.div-block-22 {
  background-color: #3898ec;
  margin-top: 21px;
  padding: 4px;
  display: inline-block;
}

.text-block-13 {
  color: #fff;
  margin-left: 4px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: inline;
}

.image-32 {
  background-color: #f8991d;
  margin-left: 4px;
  padding: 0;
}

.link-block-3 {
  background-color: #f8991d;
  width: auto;
  min-width: 160px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px;
  text-decoration: none;
}

.column-10 {
  justify-content: space-between;
  display: flex;
}

.div-block-23 {
  display: none;
}

.link-block-4, .link-block-5 {
  text-decoration: none;
}

.slide-nav-4 {
  display: none;
}

.column-13 {
  margin-bottom: 20px;
  padding-right: 0;
}

.body-3 {
  max-width: 100%;
  padding-top: 0;
}

.btnsub {
  margin: 5px;
}

.body-4 {
  background-image: linear-gradient(29deg, #ecfaff, #e7e7e7);
}

.paragraph-13 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 14px;
}

.list-item-3, .list-item-4 {
  font-size: 15px;
}

.link-block-6 {
  display: block;
}

.hero-heading-left-10 {
  background-color: #e6f4f1;
  border: 1px solid #0000;
  padding: 0 30px 15px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-7 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 25px;
  padding-right: 15px;
  display: flex;
}

.hero-split-7.left-image {
  padding-left: 0;
  padding-right: 15px;
}

.hero-split-7.image-right {
  max-width: 51%;
  padding-left: 15px;
  padding-right: 0;
}

.margin-bottom-24px-12 {
  margin-bottom: 24px;
  margin-right: 10px;
}

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.shadow-two-7 {
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-4 {
  background-color: #e6f4f1;
  border: 1px solid #0000;
  padding: 15px 30px;
  position: relative;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.container-22 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: 100%;
  display: flex;
}

.navlink {
  color: #333;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.navlink:hover {
  color: #2193b0;
  text-align: left;
}

.navlink.w--current {
  color: #2193b0;
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
}

.navlink.sub {
  color: #333;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.navlink.sub:hover {
  color: #2193b0;
  text-decoration: none;
}

.navlink.sub.vendor {
  background-color: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-size: 13px;
}

.navlink.products {
  align-self: auto;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.navlink.about {
  padding-left: 0;
  padding-right: 0;
}

.nav-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-innerlist {
  color: #fff;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 350px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 0 6px #0003;
}

.dropdown-list {
  background-color: #0000;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  overflow: hidden;
}

.down {
  display: none;
}

.text-block-14 {
  color: #2193b0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.dropdownwrapper {
  height: 100%;
  padding-top: 0;
  display: block;
  position: relative;
}

.dropdownlink-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdowncontainer {
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.collection-item-9 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-item-9:hover {
  color: #509bf1;
}

.nav-menu-3 {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #1a1b1fbf;
}

.nav-link-7:focus-visible, .nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible, .nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-13:active {
  background-color: #43464d;
}

.text-block-15 {
  padding-left: 0;
  padding-right: 7px;
  font-family: "Fa solid 900", sans-serif;
  display: inline;
}

.text-block-15:hover {
  color: #2193b0;
}

.link-block-7, .link-block-8, .text-span-5 {
  color: #333;
  text-decoration: none;
}

.text-span-5:hover {
  color: #2193b0;
}

.link {
  color: #5576b6;
  text-decoration: none;
}

.link:hover {
  color: #00539f;
}

.button-13 {
  margin-bottom: 5px;
  margin-right: 10px;
}

.button-14 {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.button-14:hover {
  background-color: #00719e;
}

.button-14.let-s-talk {
  align-self: center;
  display: block;
}

.hero-heading-right-5 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.container-24 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-8.right {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0;
  box-shadow: 0 3px 6px #0003;
}

.hero-split-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.shadow-two-8 {
  align-self: flex-start;
  max-width: 93%;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two-8.right {
  align-self: flex-end;
  max-width: 93%;
}

.margin-bottom-24px-13 {
  align-self: auto;
  margin-bottom: 20px;
  margin-right: 0;
  font-style: normal;
}

.button-primary-14 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-14:active {
  background-color: #43464d;
}

.hero-heading-left-11 {
  background-color: #e4ebf3;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.hero-heading-left-11.conclusion {
  background-color: #fff;
}

.button-15 {
  margin-left: 10px;
  margin-right: 10px;
  display: inline;
}

.div-block-24 {
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-40 {
  margin-top: 0;
}

.image-33 {
  margin-top: 25px;
  display: inline-block;
}

.paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
  margin-right: 0;
}

.container-25 {
  max-width: 1200px;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-26 {
  max-width: 1200px;
  display: none;
}

.hero-heading-left-12 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-29 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px-14 {
  margin-bottom: 24px;
}

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-15:active {
  background-color: #43464d;
}

.shadow-two-9 {
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-6 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.container-30 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-24px-15 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 24px;
  margin-right: 0;
}

.background-video {
  width: auto;
  min-width: auto;
  height: 360px;
}

.div-block-25 {
  width: 100%;
}

.text-span-6 {
  color: red;
  font-style: normal;
  font-weight: 700;
}

.text-span-7 {
  color: red;
  font-weight: 700;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.container-31 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-16 {
  margin-bottom: 24px;
  font-weight: 700;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-16:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-16:active {
  background-color: #43464d;
}

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-3.shadow-two {
  object-fit: cover;
  border-width: 0;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: scroll;
}

.text-span-8, .text-span-9 {
  color: #00f;
  font-weight: 700;
}

.hero-without-image-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-17 {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 0;
  display: block;
}

.text-span-10 {
  color: #00f;
  font-weight: 700;
}

.rich-text-block-13 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-stack-3 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-32 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-17 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-17:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-17:active {
  background-color: #43464d;
}

.button-primary-17.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-34 {
  width: 24px;
}

.hero-without-image-7 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 35px 30px 40px;
  position: relative;
}

.hero-wrapper-two-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-18 {
  margin-bottom: 24px;
}

.image-35 {
  width: 70px;
}

.image-36 {
  width: 75px;
}

.image-37, .image-38 {
  width: 70px;
}

.image-39 {
  width: 26px;
}

.button-arrow {
  margin-left: 11px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.card-slide {
  flex-wrap: wrap;
  align-items: stretch;
  width: 33%;
  margin-bottom: 3%;
  padding-left: 1%;
  padding-right: 1%;
}

.card {
  color: #777;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 5%;
  font-size: 0;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

.card:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 15px #00000017;
}

.card-slider-mask {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.text-button {
  color: #51a646;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.text-button:hover {
  color: #79be44;
}

.p-card {
  margin-top: 2px;
  margin-bottom: 0;
  text-decoration: none;
}

.card-slider {
  background-color: #0000;
  height: auto;
}

.section-12 {
  align-self: center;
  width: 1200px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-33 {
  max-width: 1200px;
}

.heading-42 {
  margin-top: 10px;
}

.heading-43 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-44 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-decoration: none;
}

.heading-45, .heading-46, .heading-47 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-48 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  text-decoration: none;
}

.image-40 {
  margin-top: -47px;
  margin-left: 194px;
  display: block;
  position: static;
}

.container-34.mobile-talk-more, .container-36 {
  display: none;
}

.div-block-27, .div-block-28, .div-block-29, .div-block-30, .div-block-31 {
  position: relative;
  top: -125px;
}

.pricing-overview-2 {
  border: 1px solid #0000005e;
  align-self: center;
  margin-bottom: 10px;
  padding: 20px 30px;
  position: relative;
}

.container-37 {
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 20px;
  display: grid;
}

.categories {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  align-self: auto;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  display: block;
}

.pricing-card-text-2 {
  text-align: left;
  align-self: auto;
  margin-bottom: 20px;
  margin-right: 0;
}

.text-link-arrow-2 {
  color: #00539f;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 600px;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-2:hover {
  color: #7f92c7;
  font-weight: 700;
}

.arrow-embed-2 {
  color: #f8991d;
  margin-left: 2px;
  display: flex;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.image-41 {
  display: inline;
}

.heading-49 {
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.marketplace-item {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.marketplace-image {
  object-fit: cover;
  border-radius: 0%;
  align-self: flex-start;
  width: 100px;
  max-width: none;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
}

.marketplace-image.stack {
  display: block;
}

.testimonial-main-heading {
  color: #00539f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-16 {
  text-align: left;
  width: auto;
  padding-bottom: 15px;
  text-decoration: none;
}

.image-42 {
  max-width: 1200px;
  display: block;
}

.company-info {
  background-color: #0000;
  border: 3px solid #d8d8d8;
  border-radius: 16px;
  flex-flow: row;
  align-items: center;
  width: 800px;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-32 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
}

.div-block-33 {
  width: 100%;
  padding-bottom: 10px;
}

.heading-50 {
  color: #7f92c7;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.text-block-17, .text-block-17:hover {
  font-weight: 700;
}

.company-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100px;
  margin-right: 30px;
  padding-top: 20px;
  display: block;
}

.company-icon.w--current {
  padding-top: 0;
}

.bold-text-9 {
  text-align: left;
  text-decoration: none;
}

.div-block-34 {
  align-self: auto;
}

.image-43 {
  height: 300px;
  margin-top: 20px;
}

.icon-marketplace {
  object-fit: cover;
  align-self: center;
  width: 75px;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 14px;
}

.link-4, .link-5, .link-6 {
  text-decoration: none;
}

.paragraph-18 {
  justify-content: center;
  max-width: 900px;
  margin: 30px auto;
  font-size: 20px;
  line-height: 32px;
  display: flex;
}

.bold-text-10, .bold-text-11 {
  color: #f8991d;
}

.column-15, .column-16 {
  padding-left: 0;
  padding-right: 0;
}

.heading-51 {
  text-align: center;
  display: block;
}

.text-block-18 {
  text-align: left;
}

.quick-stack {
  border-top: 3px solid #7f92c7a8;
  border-bottom: 3px solid #7f92c7a8;
}

.pricing-overview-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-38 {
  background-color: #f2f2f2;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.centered-heading-3 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.pricing-description-3 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  display: flex;
}

.pricing-image-3 {
  object-fit: cover;
  flex: 0 auto;
  align-self: flex-start;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-image-3.ng {
  padding-top: 30px;
  padding-bottom: 20px;
}

.pricing-card-text-3 {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 0;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  background-color: #f8991d;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.image-44 {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-11 {
  color: #0053a0;
}

.container-39 {
  max-width: 100%;
}

.bold-text-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.quick-stack-2 {
  align-self: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  padding-top: 6px;
}

@media screen and (min-width: 1280px) {
  .class-section {
    display: flex;
  }

  .button-2 {
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 5px;
  }

  .button-3 {
    margin-left: 5px;
    padding-left: 5px;
  }

  .button-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .centered-heading {
    color: #00a3e4;
  }

  .heading-11 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading {
    margin-top: 20px;
  }

  .html-embed {
    display: block;
  }

  .html-embed.formembedd {
    display: inline-block;
  }

  .features-table {
    padding-top: 0;
  }

  .testimonial-slider-large {
    margin-top: 0;
    padding-top: 0;
  }

  .sub-navbar {
    top: 58px;
  }

  .hero-heading-left-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-4 {
    max-width: 60%;
  }

  .shadow-two-4 {
    min-width: 500px;
  }

  .form-4 {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .button-login {
    margin-bottom: 5px;
  }

  .payplus360top {
    background-color: #1a5566;
  }

  .paragraph-12 {
    border-top-width: 1px;
    margin-top: 0;
    padding-top: 10px;
  }

  .section-11 {
    position: static;
    inset: 0%;
  }

  .columns-2 {
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
  }

  .navbar-logo-left-2 {
    border-bottom-color: #7f92c7;
    position: sticky;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container-3.shadow-three {
    border-color: #3898ec;
  }

  .navbar-brand-4.w--current {
    margin-left: 20px;
  }

  .btnsub {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .margin-bottom-24px-12 {
    margin-right: 10px;
  }

  .container-22 {
    width: 78%;
  }

  .container-27, .container-28 {
    max-width: 1200px;
  }

  .hero-heading-left-12 {
    background-color: #fff;
  }

  .container-29 {
    max-width: 1200px;
  }

  .hero-wrapper-9 {
    justify-content: space-between;
  }

  .hero-split-9 {
    max-width: 50%;
  }

  .margin-bottom-24px-14 {
    margin-right: 0;
  }

  .shadow-two-9 {
    max-width: 100%;
  }

  .hero-heading-right-6 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-30 {
    max-width: 1200px;
  }

  .margin-bottom-24px-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-12 {
    margin-top: 0;
    padding-top: 0;
  }

  .body-5, .body-6 {
    display: flex;
  }

  .container-34 {
    display: block;
  }

  .link-block-9 {
    height: 1px;
    padding-top: 0;
    display: block;
    position: relative;
    top: -60px;
  }

  .div-block-27 {
    margin-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -125px;
    bottom: 0;
  }

  .div-block-28, .div-block-29, .div-block-30, .div-block-31 {
    position: relative;
    top: -125px;
  }

  .pricing-overview-2 {
    border-width: 0;
  }

  .container-37 {
    max-width: 1200px;
  }

  .pricing-grid-2 {
    grid-column-gap: 57px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-main-heading {
    text-align: left;
    margin-top: 10px;
  }

  .text-block-16 {
    text-align: left;
  }

  .pricing-image-3 {
    align-self: flex-start;
  }

  .text-link-arrow-3 {
    background-color: #f8991d;
    padding: 10px 20px;
  }

  .image-44 {
    align-self: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .class-section {
    padding-bottom: 20px;
  }

  .logos-wrap {
    justify-content: center;
  }

  .column-wrap-1 {
    flex-direction: column;
    flex: none;
    display: block;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .column-2 {
    flex: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-right {
    height: auto;
  }

  .button-4 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .call-to-action {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .centered-heading.chblue {
    margin-bottom: 0;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    margin-top: 10px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .button-6 {
    justify-content: center;
  }

  .features-list {
    padding-top: 10px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .cta-wrap {
    width: auto;
    padding: 5px 10px;
  }

  .cta-text {
    width: auto;
    margin-left: auto;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    margin-top: 10px;
  }

  .section-5 {
    background-position: 100%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-5.pers {
    background-position: 0 0, 0%;
  }

  .button-8 {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-8.top {
    width: 100%;
  }

  .hero-wrapper-reverse {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .inner-swipe {
    display: none;
  }

  .slider-wrap {
    flex: 1;
  }

  .slider-wrap.trislider {
    width: 50vw;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .tab-drop-heading {
    text-align: center;
    margin-top: 97px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 30px;
    line-height: 30px;
  }

  .direction-icon.left {
    margin-top: 439px;
    margin-left: 0;
  }

  .direction-icon.right {
    margin-top: 439px;
    margin-right: 0;
  }

  .no-style {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    inset: 24% 4% 0% auto;
  }

  .container-8 {
    max-width: 728px;
  }

  .comparison-title.comparisontitle_height, .comparison-negative, .comparison-positive, .comparison-positive.comparisonplus {
    margin-left: 0;
  }

  .comparison-positive.checkmarks {
    height: 40px;
  }

  .comparisonrowdetail, .categories-page {
    padding-left: 0;
  }

  .heading-13 {
    margin-top: 10px;
    line-height: 37px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .sectiondiv_customheroright {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sectionherodivleft {
    padding: 20px;
  }

  .testimonial-slide {
    padding-left: 32px;
    padding-right: 0;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .button-contact-us {
    width: 160%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-9 {
    max-width: 728px;
  }

  .sub-navbar {
    top: 71px;
  }

  .container-10 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #0000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-11 {
    max-width: 728px;
  }

  .slider-2 {
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-2.left-2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .navbar-no-shadow {
    display: block;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand-2.w--current {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-2 {
    grid-template-columns: 2.75fr;
  }

  .bold-text-6 {
    margin-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .column-5 {
    padding-top: 15px;
  }

  .container-16 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-4 {
    min-width: 0;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-18 {
    max-width: 728px;
    display: flex;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    align-self: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .shadow-two-5 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-4 {
    background-color: #fff;
  }

  .container-19 {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-20 {
    flex-direction: row;
    justify-content: flex-end;
    max-width: 728px;
    margin-left: 0;
    margin-right: 39px;
    display: flex;
  }

  .button-primary-11 {
    min-width: 175px;
    max-width: 200px;
    margin-right: 19px;
  }

  .navbar-logo-left-container-3.shadow-three {
    display: flex;
  }

  .navbar-wrapper-4 {
    flex-direction: row-reverse;
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
  }

  .navbar-brand-4 {
    justify-content: flex-end;
    display: flex;
  }

  .navbar-brand-4.w--current {
    margin-left: 0;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    flex-direction: row;
    justify-content: flex-end;
    padding: 12px;
    display: flex;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-29 {
    text-align: left;
    display: block;
  }

  .menu-button-5 {
    padding: 12px;
  }

  .menu-button-5.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-30 {
    text-align: left;
    flex: 0 auto;
    margin-right: 0;
    display: block;
  }

  .column-9 {
    justify-content: flex-end;
    display: flex;
  }

  .text-block-13 {
    display: none;
  }

  .image-32 {
    max-width: none;
    margin-left: 0;
    margin-right: 5px;
    display: block;
  }

  .link-block-3 {
    border-radius: 7px;
    width: auto;
    min-width: auto;
    margin-top: 16px;
    margin-right: 28px;
    padding-left: 5px;
    padding-right: 0;
  }

  .btnsub {
    margin-top: 10px;
  }

  .rich-text-block-10, .rich-text-block-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-21 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-split-7 {
    max-width: 50%;
    margin-bottom: 0;
  }

  .hero-split-7.left-image {
    padding-right: 0;
  }

  .hero-split-7.image-right {
    max-width: 50%;
    height: 86.2408%;
    padding-left: 0;
  }

  .margin-bottom-24px-12 {
    margin-right: 0;
  }

  .hero-heading-right-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    border-bottom: 1px solid #f3f3f3;
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-22 {
    flex-direction: row-reverse;
  }

  .icon-5 {
    color: #333;
    flex: 0 auto;
    font-size: 34px;
  }

  .menu-button-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-6.w--open {
    background-color: #fff;
  }

  .navlink {
    color: #333;
    flex: 1;
    padding: 10px 15px;
  }

  .navlink:hover {
    color: #2193b0;
    text-decoration: none;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    color: #333;
    flex: 1;
    padding: 7px 25px;
    font-weight: 300;
    display: block;
  }

  .navlink.sub:hover {
    text-decoration: none;
  }

  .navlink.products {
    padding-right: 15px;
  }

  .navlink.about {
    padding-left: 0;
  }

  .nav-wrap {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .dropdown-innerlist {
    box-shadow: none;
    background-color: #0000;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .dropdown-list {
    box-shadow: none;
    color: #0000;
    margin-top: 0;
    margin-left: 0;
    padding: 5px 0;
  }

  .down {
    color: #2193b0;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .dropdownlink-container {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .dropdowncontainer {
    color: #000;
    background-color: #f3f3f3;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .collection-item-9 {
    width: 100%;
  }

  .nav-menu-3 {
    color: #fff;
    background-color: #fff;
    height: auto;
    box-shadow: 0 7px 10px -6px #0000004d;
  }

  .container-23 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-7 {
    padding: 12px;
  }

  .menu-button-7.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-block-15 {
    display: none;
  }

  .text-span-5:hover {
    color: #2193b0;
  }

  .link {
    text-align: center;
  }

  .link:hover {
    color: #2193b0;
  }

  .hero-heading-right-5 {
    padding-top: 0;
  }

  .container-24 {
    max-width: 728px;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-wrapper-8.right {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding: 0;
  }

  .hero-split-8 {
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

  .shadow-two-8, .shadow-two-8.right, .shadow-two-8.right.capitol {
    align-self: center;
    max-width: 100%;
  }

  .margin-bottom-24px-13 {
    padding-left: 0;
    padding-right: 10px;
  }

  .heading-39 {
    padding-left: 0;
  }

  .heading-40 {
    margin-bottom: 0;
    padding: 10px 20px 0;
  }

  .rich-text-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-41 {
    padding-left: 0;
    padding-right: 20px;
  }

  .container-29 {
    max-width: 728px;
  }

  .hero-wrapper-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: grid;
  }

  .hero-split-9 {
    align-self: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-9 {
    align-self: auto;
  }

  .container-30 {
    max-width: 728px;
  }

  .background-video {
    height: 350px;
  }

  .container-31 {
    max-width: 728px;
  }

  .hero-image-3.shadow-two {
    height: auto;
  }

  .container-32 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .card-slide {
    width: 25%;
  }

  .container-33 {
    max-width: 700px;
  }

  .container-36 {
    display: none;
  }

  .container-37 {
    max-width: 728px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .text-link-arrow-2 {
    width: auto;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .marketplace-item {
    flex-flow: row;
  }

  .testimonial-main-heading {
    text-align: left;
  }

  .text-block-16 {
    text-align: left;
    width: auto;
  }

  .company-info {
    width: 600px;
  }

  .link-4 {
    text-align: center;
  }

  .container-38 {
    max-width: 728px;
  }

  .pricing-grid-3 {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    padding-bottom: 20px;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
  }

  .section-1 {
    padding-top: 10px;
  }

  .wrap-1 {
    text-align: center;
  }

  .subhead-1 {
    text-align: left;
  }

  .hero-left {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .class-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .left-1 {
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .subhead-3 {
    text-align: center;
  }

  .paragraph-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    color: #fff;
    font-style: normal;
  }

  .button-2, .button-3 {
    margin: 10px 0;
  }

  .button-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .call-to-action {
    padding: 20px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .main-content {
    padding: 40px 20px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .centered-heading.chblue {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .heading-9 {
    margin-top: 8px;
  }

  .team-slider, .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    margin-top: 20px;
    margin-left: 0;
    padding-top: 0;
  }

  .hero-heading-right {
    padding: 10px 15px 20px;
  }

  .hero-heading-left-3, .hero-heading-center, .hero-heading-left-4, .hero-heading-right-2, .hero-without-image, .features-list, .hero-without-image-2 {
    padding: 60px 15px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    text-align: center;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .section-5 {
    background-position: 0%;
    background-size: 1224px;
  }

  .button-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-8.top {
    width: 90%;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .content-wrapper {
    object-fit: cover;
  }

  .wrapper {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 600px;
    padding: 0;
  }

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .image-11 {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .slider-wrap {
    padding-right: 18px;
  }

  .slider-wrap.trislider {
    width: 370px;
    height: 370px;
  }

  .right-arrow-wrap {
    right: -29px;
  }

  .left-arrow-wrap {
    left: -29px;
  }

  .slide-container {
    min-height: 600px;
  }

  .image_slider_1 {
    width: auto;
    height: auto;
  }

  .div-block-12 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-table {
    padding: 40px 15px;
  }

  .comparison-positive.comparisonplus {
    height: auto;
    min-height: 30px;
  }

  .comparison-positive.checkmarks {
    height: 40px;
  }

  .heading-13 {
    margin-top: 10px;
  }

  .heading-19 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .sectiondiv_customheroright {
    margin-top: 10px;
  }

  .sectionherocusttomcontent {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .paragraph-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-without-image-3 {
    padding: 60px 15px;
  }

  .sub-navbar.pers {
    top: 73px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #0000;
  }

  .container-10 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: row;
    padding-bottom: 0;
  }

  .nav-link-3 {
    margin-left: 3px;
    margin-right: 3px;
    padding: 10px 5px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .slider-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-left-5 {
    padding: 20px 15px;
  }

  .hero-split-2 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-split-2.left-2 {
    width: 95%;
    padding-left: 20px;
  }

  .paragraph-9 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .grid-2 {
    grid-template-columns: 2.75fr;
  }

  .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-21.data {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-10 {
    margin-top: 10px;
  }

  .bold-text-6 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .column-5 {
    padding-top: 0;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-heading-left-6 {
    padding: 60px 15px;
  }

  .shadow-two-4 {
    align-self: flex-start;
    min-width: 300px;
  }

  .hero-without-image-4, .hero-heading-left-7 {
    padding: 60px 15px;
  }

  .hero-heading-left-8 {
    padding: 20px 15px;
  }

  .hero-wrapper-5 {
    margin-bottom: 0;
  }

  .hero-split-6 {
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .shadow-two-5 {
    flex: 0 auto;
    align-self: center;
    max-width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-4, .button-login {
    display: block;
  }

  .container-19 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-12 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero-heading-left-9 {
    padding: 60px 15px;
  }

  .shadow-two-6 {
    align-self: auto;
    display: block;
  }

  .column-6 {
    text-align: center;
    display: inline;
  }

  .column-7 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline;
  }

  .hero-without-image-5 {
    padding: 60px 15px;
  }

  .container-20 {
    justify-content: flex-end;
    margin-right: 0;
  }

  .button-primary-11 {
    padding-top: 13px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-logo-left-container-3.shadow-three {
    justify-content: center;
    margin-right: auto;
    display: flex;
  }

  .navbar-brand-4 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link-4 {
    justify-content: space-around;
    display: flex;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .dropdown-link {
    justify-content: space-around;
    display: flex;
  }

  .columns-3 {
    justify-content: flex-start;
    display: flex;
  }

  .link-block-3 {
    margin-bottom: 18px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-11, .column-12 {
    text-align: center;
  }

  .column-13 {
    padding-left: 0;
  }

  .btnsub {
    margin-top: 5px;
  }

  .rich-text-block-10, .rich-text-block-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-heading-left-10 {
    padding: 20px 15px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hero-wrapper-7.top {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .hero-split-7.left-image {
    margin-bottom: 0;
  }

  .hero-split-7.image-right {
    max-width: 100%;
  }

  .hero-heading-right-4 {
    padding: 20px 15px;
  }

  .list-2 {
    margin-bottom: 0;
  }

  .nav-wrap {
    padding-left: 15px;
    padding-right: 0;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .down {
    width: auto;
  }

  .dropdowncontainer {
    display: none;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .hero-heading-right-5 {
    padding: 0 15px;
  }

  .shadow-two-8 {
    max-width: 100%;
  }

  .hero-heading-left-11 {
    padding: 60px 15px;
  }

  .image-33 {
    margin-bottom: 10px;
  }

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading-left-12 {
    padding: 60px 15px;
  }

  .hero-wrapper-9 {
    flex-wrap: wrap;
    display: flex;
  }

  .hero-split-9 {
    margin-bottom: 10px;
  }

  .hero-heading-right-6 {
    padding: 60px 15px;
  }

  .background-video {
    height: 250px;
  }

  .div-block-25 {
    height: auto;
  }

  .hero-stack-2 {
    padding: 20px 15px 60px;
  }

  .hero-without-image-6, .hero-stack-3 {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-without-image-7 {
    padding: 60px 15px;
  }

  .card-slide {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .card {
    padding-left: 2%;
    padding-right: 2%;
  }

  .card-slider-mask {
    width: 80%;
    display: block;
  }

  .card-slider {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .section-12 {
    width: 100%;
    max-width: 568px;
    padding-top: 6%;
    padding-bottom: 6%;
    overflow: hidden;
  }

  .container-33 {
    max-width: 568px;
  }

  .heading-44 {
    font-size: 20px;
  }

  .container-36 {
    display: none;
  }

  .div-block-27, .div-block-30 {
    top: -155px;
  }

  .pricing-overview-2 {
    padding: 60px 15px;
  }

  .container-37 {
    max-width: 99.8172%;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .features-list-2, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .marketplace-item {
    flex-direction: row;
  }

  .testimonial-main-heading, .text-block-16 {
    text-align: left;
  }

  .image-42 {
    max-width: 100%;
  }

  .company-info {
    width: 475px;
  }

  .image-43 {
    height: auto;
  }

  .paragraph-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-overview-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }

  .column-1 {
    margin-top: 5px;
    margin-right: auto;
  }

  .subhead-1 {
    text-align: left;
  }

  .hero-left {
    padding-top: 0;
  }

  .class-section {
    margin: 0 15px;
  }

  .left-1, .right-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-top-wrap {
    flex-direction: column;
    flex: none;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .subhead-3 {
    margin: 10px 0;
  }

  .column-wrap-2 {
    flex-direction: column;
  }

  .column-2 {
    flex: none;
    width: 100%;
  }

  .paragraph-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-4.first {
    margin-right: 10px;
  }

  .paragraph-2 {
    margin-right: 0;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text {
    font-size: 25px;
    line-height: 20px;
  }

  .bold-text-2 {
    text-align: center;
  }

  .button-2 {
    margin: 10px 5px;
  }

  .button-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 24px;
  }

  .button-5 {
    margin: 10px 5px;
  }

  .columnbutton {
    margin-top: 5px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .container-2 {
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .pricing-overview {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.chblue {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-7 {
    line-height: 36px;
  }

  .paragraph-5, .paragraph-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper {
    flex-direction: column;
  }

  .hero-split {
    margin-bottom: 10px;
  }

  .heading-9 {
    margin-top: 0;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .hero-heading-left-2.background-section-1 {
    padding-top: 20px;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-right, .hero-heading-right.background-section-1 {
    padding-top: 20px;
  }

  .heading-10 {
    color: #00a3e5;
  }

  .testimony-slide {
    padding-left: 20%;
    padding-right: 20%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .heading-jumbo-small {
    line-height: 40px;
  }

  .cta-wrap {
    padding: 0 15px;
  }

  .section.cc-cta {
    margin-bottom: 0;
  }

  .html-embed.formembedd {
    width: 100px;
  }

  .section-5 {
    text-align: left;
    background-position: 0%;
  }

  .section-5.pers {
    background-position: 0 0, 65%;
  }

  .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-8 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-8.btn8-talk {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-8.top {
    width: 95%;
  }

  .hero-wrapper-reverse {
    flex-direction: column-reverse;
  }

  .inner-swipe {
    position: absolute;
  }

  .slide-item-wrapper {
    min-height: 400px;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .slide-nav-2 {
    opacity: .16;
    position: relative;
  }

  .slider-wrap {
    padding-right: 13px;
  }

  .slider-wrap.trislider {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 37px 20px;
    display: flex;
    overflow: hidden;
  }

  .tab-drop-heading {
    font-size: 30px;
    display: none;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .left-arrow-wrap {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .footer-tag {
    width: 290px;
    bottom: 7%;
  }

  .no-style {
    top: 21%;
  }

  .image_slider_1 {
    width: auto;
    height: auto;
  }

  .features-table {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-8 {
    max-width: none;
    margin-bottom: 0;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    height: auto;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive.checkmarks {
    width: 95%;
    height: 55px;
    padding-left: 20px;
  }

  .heading-13 {
    text-align: left;
    margin-top: 5px;
    padding-left: 0;
  }

  .heading-16 {
    color: #6eb43f;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .sectiondiv_customheroright {
    flex-direction: row;
    margin: 30px 5px;
  }

  .sectionherocusttomcontent {
    grid-column-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .sectionherodivleft {
    display: flex;
  }

  .testimonial-slide {
    height: auto;
    min-height: 400px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-contact-us {
    margin-left: 20px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-8 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-9 {
    max-width: none;
  }

  .heading-27 {
    margin-top: 20px;
  }

  .sub-navbar, .sub-navbar.pers {
    top: 60px;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-10 {
    justify-content: center;
    max-width: none;
  }

  .nav-menu-two {
    background-color: #0000;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    padding: 0;
  }

  .nav-link-3 {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
  }

  .container-11 {
    max-width: none;
  }

  .hero-heading-left-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-12 {
    max-width: none;
  }

  .hero-wrapper-2 {
    margin-bottom: 0;
  }

  .hero-split-2.left-2 {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph-9 {
    padding-left: 0;
  }

  .navbar-no-shadow-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-regular {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-2 {
    background-color: #f2f2f2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-link-4 {
    justify-content: flex-start;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container-14 {
    max-width: none;
  }

  .div-block-18 {
    padding: 20px 0;
  }

  .div-block-19 {
    object-fit: scale-down;
    padding: 20px;
  }

  .div-block-20, .div-block-21 {
    padding: 20px;
  }

  .div-block-21.data {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-29 {
    margin-right: 0;
  }

  .paragraph-10 {
    object-fit: scale-down;
    width: auto;
    min-width: 240px;
    margin-left: 0;
    margin-right: 10px;
  }

  .bold-text-6 {
    flex-direction: row;
    justify-content: center;
    margin-top: 5px;
    padding-right: 0;
  }

  .heading-32 {
    text-align: center;
    line-height: 30px;
  }

  .column-5 {
    padding-top: 0;
  }

  .container-15 {
    padding-bottom: 5px;
  }

  .container-16 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .hero-heading-left-6 {
    background-image: linear-gradient(87deg, #000718, #000000e0 41%, #0000), url('../images/bkg1.jpg');
    background-position: 0 0, 85% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .shadow-two-4 {
    min-width: 200px;
  }

  .heading-33 {
    line-height: 30px;
  }

  .heading-34 {
    margin-top: 15px;
    font-size: 18px;
  }

  .bold-text-7 {
    line-height: 30px;
  }

  .heading-36 {
    margin-top: -19px;
    line-height: 35px;
  }

  .container-17 {
    padding-left: 20px;
  }

  .hero-heading-left-8 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-18 {
    max-width: none;
  }

  .hero-wrapper-5 {
    flex-direction: column-reverse;
  }

  .hero-split-6 {
    margin-bottom: 20px;
  }

  .shadow-two-5 {
    flex: 1;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button-11.new {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-4 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .button-login {
    min-width: auto;
  }

  .submit-button-2 {
    background-color: #0d477b;
  }

  .container-19 {
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-12 {
    object-fit: fill;
    width: 319px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left-9 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .hero-wrapper-6 {
    margin-bottom: 0;
  }

  .hero-without-image-5 {
    margin-left: 37px;
    margin-right: 32px;
  }

  .container-20 {
    max-width: none;
  }

  .button-primary-11 {
    min-width: 0;
  }

  .navbar-logo-left-2 {
    border-bottom: 3px solid #00b4f0;
    border-radius: 0;
    height: 60px;
  }

  .navbar-logo-left-container-3.shadow-three {
    border-color: #0000;
    border-radius: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper-4 {
    margin-top: 5px;
    margin-left: 20px;
  }

  .navbar-brand-4.w--current {
    margin-left: 0;
    margin-right: 30px;
  }

  .nav-menu-two-3 {
    flex-direction: column;
    margin-top: 0;
  }

  .list-item {
    border-bottom: 1px solid #000;
    border-radius: 0;
    position: static;
  }

  .menu-button-5 {
    margin-top: 2px;
    padding: 12px 5px 5px;
  }

  .image-30 {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 10px;
  }

  .columns-3 {
    border-bottom-width: 0;
  }

  .link-block-3 {
    margin: 20px 20px 20px 0;
    padding-left: 5px;
  }

  .link-block-3.w--current {
    margin-right: 15px;
  }

  .column-10 {
    padding-left: 10px;
    padding-right: 0;
  }

  .icon-4 {
    margin-top: 6px;
    margin-right: 0;
  }

  .column-11 {
    text-align: center;
  }

  .btnsub {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .rich-text-block-10, .rich-text-block-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-heading-left-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-21 {
    max-width: none;
  }

  .hero-wrapper-7 {
    margin-bottom: 0;
  }

  .hero-split-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .margin-bottom-24px-12 {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-right-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-38 {
    margin-top: 10px;
  }

  .navbar {
    height: 50px;
  }

  .menu-button-6 {
    padding: 10px;
  }

  .nav-menu-3 {
    position: absolute;
  }

  .container-23 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-14 {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-heading-right-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-24 {
    max-width: none;
  }

  .shadow-two-8, .shadow-two-8.right {
    max-width: 100%;
  }

  .hero-heading-left-11 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-24 {
    align-self: center;
  }

  .heading-39 {
    margin-top: 0;
  }

  .heading-40 {
    padding-right: 0;
  }

  .list-3 {
    padding-left: 0;
  }

  .list-item-5, .list-item-6, .list-item-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-29, .container-30 {
    max-width: none;
  }

  .background-video {
    height: 200px;
  }

  .div-block-26 {
    width: auto;
    min-width: 240px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-31, .container-32 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-17.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three {
    margin-bottom: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-2, .link-3 {
    text-align: center;
  }

  .p-card {
    margin-top: 2px;
  }

  .section-12 {
    width: 100%;
    max-width: 320px;
  }

  .container-33 {
    max-width: 320px;
  }

  .heading-48 {
    margin-bottom: 5px;
  }

  .button-16, .button-17, .button-18 {
    margin-left: 0;
  }

  .container-34.desktop-talk-more {
    display: none;
  }

  .container-34.mobile-talk-more {
    display: block;
  }

  .container-35 {
    display: none;
  }

  .container-36 {
    display: block;
  }

  .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
    top: -200px;
  }

  .container-37 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid-2 {
    grid-template-columns: 1fr;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .testimonial-main-heading {
    text-align: center;
  }

  .company-info {
    flex-flow: column;
    width: auto;
  }

  .div-block-32 {
    padding-top: 10px;
    padding-left: 0;
  }

  .heading-50 {
    text-align: center;
  }

  .company-icon {
    align-self: center;
  }

  .paragraph-18 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-38 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .pricing-grid-3 {
    grid-template-columns: 1fr;
  }

  .quick-stack-2 {
    align-self: center;
  }
}

#w-node-d44bcabc-d87d-623e-9434-f6a2b576024d-571b5a78, #w-node-ec25d369-ec98-c72b-12e0-7727e31a2ad4-571b5a78, #w-node-_12976a91-1444-589c-dee1-6d7b500439fb-571b5a78, #w-node-f9fbda9e-e766-57fd-127d-b95ec151fe1d-571b5a78, #w-node-_1d0d703b-a16b-5e05-31d7-d750e3df543f-571b5a78, #w-node-c14bc1bd-8700-1252-7a0f-07aae993b76e-571b5a78, #w-node-_9f4d53c3-5abc-6956-4905-6ddbefa2aa3b-571b5a78, #w-node-_1babe8dc-8015-5e82-2c02-f3c01c89496a-571b5a78, #w-node-e33f0ed3-ed66-db13-aa7f-131d71841342-571b5a78, #w-node-_9a89131e-a582-49d9-7dc3-908c2faff80f-571b5a78, #w-node-eca40576-dee7-f6d0-e582-958571b123c8-571b5a78, #w-node-_23a0b188-0b5e-46cc-a96a-ac29d97a9394-571b5a78, #w-node-_777c55b3-92a4-767d-80a3-aae4381b50bc-571b5a78, #w-node-f1d38d72-a8ab-b677-863f-7c60efd8ae64-571b5a78, #w-node-_98084e38-2792-75a0-e82e-3f8fef779b20-571b5a78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_175369f4-39fb-75bb-056d-c673e0111407-8cde65d7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_93c71fbb-1b3d-2e0f-cee9-10c5c70c6513-e5ae22ad, #w-node-_93c71fbb-1b3d-2e0f-cee9-10c5c70c651d-e5ae22ad, #w-node-_93c71fbb-1b3d-2e0f-cee9-10c5c70c6527-e5ae22ad, #w-node-d44bcabc-d87d-623e-9434-f6a2b576024d-e5ae22ad, #w-node-ec25d369-ec98-c72b-12e0-7727e31a2ad4-e5ae22ad, #w-node-_12976a91-1444-589c-dee1-6d7b500439fb-e5ae22ad, #w-node-f9fbda9e-e766-57fd-127d-b95ec151fe1d-e5ae22ad, #w-node-_1d0d703b-a16b-5e05-31d7-d750e3df543f-e5ae22ad, #w-node-c14bc1bd-8700-1252-7a0f-07aae993b76e-e5ae22ad, #w-node-_9f4d53c3-5abc-6956-4905-6ddbefa2aa3b-e5ae22ad, #w-node-_1babe8dc-8015-5e82-2c02-f3c01c89496a-e5ae22ad, #w-node-e33f0ed3-ed66-db13-aa7f-131d71841342-e5ae22ad, #w-node-_9a89131e-a582-49d9-7dc3-908c2faff80f-e5ae22ad, #w-node-eca40576-dee7-f6d0-e582-958571b123c8-e5ae22ad, #w-node-_23a0b188-0b5e-46cc-a96a-ac29d97a9394-e5ae22ad, #w-node-_777c55b3-92a4-767d-80a3-aae4381b50bc-e5ae22ad, #w-node-_98084e38-2792-75a0-e82e-3f8fef779b20-e5ae22ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}