.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-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;
  }
}

.nav {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: .75rem 1rem;
  display: flex;
}

.text-block {
  color: #fff;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

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

.div-block-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 19px;
  text-decoration: none;
}

.button {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  background-color: #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.div-block-3, .hero-container {
  width: 75%;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.01px;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.06em;
}

.button-group {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: .72;
  background-color: #0e62ff;
  border: .25rem solid #0000;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  display: inline-flex;
}

.button-2.secondary {
  background-color: #0e62ff00;
  border: 1px solid #54698a;
  font-weight: 400;
  line-height: 1.2em;
}

.services-section {
  background-color: #161616;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.services-cointainer {
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-block-2 {
  color: #888585;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.service-banner {
  text-align: center;
}

.heading-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3.1rem;
  font-weight: 400;
}

.services-box {
  width: 100%;
  max-width: 1280px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . . . ."
                       ". Area-2 Area-2 Area Area Area";
  grid-auto-rows: 0;
  grid-auto-flow: row;
  place-content: stretch;
}

.card {
  box-shadow: none;
  color: #fff;
  background-color: #232323;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: .5rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
}

.card.card-on-secondary {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  background-image: none;
  border-color: #ffffff1a;
}

.card-body {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.icon {
  color: #4080f6;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.h4-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Poppins, sans-serif;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph-sm.utility-margin-bottom-0 {
  min-height: 0;
}

.try-us-section {
  background-color: #000;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.icon-large {
  color: #4080f6;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-large.icon-container {
  box-sizing: content-box;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.utility-aspect-1x1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-grid;
  position: relative;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.tablet-1-column.grid-gap-xxl.y-center {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  place-content: stretch;
  align-items: center;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg.utility-margin-bottom-0 {
  color: #fff;
  font-family: Public Sans, sans-serif;
}

.image {
  object-fit: contain;
  border-radius: .5rem;
  width: 100%;
}

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

.heading-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 2.83rem;
  font-weight: 400;
  line-height: 1.04em;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.icon-extra-small {
  color: #4080f6;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-extra-small.icon-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0064fe30;
  border-radius: .25rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 60%, transparent);
  align-self: stretch;
  padding: 2rem;
  text-decoration: none;
}

.divider.utility-margin-top-2rem {
  margin-top: 2rem;
}

.utility-text-align-center {
  text-align: center;
  padding-top: .25rem;
}

.services {
  color: #fff;
  background-color: #161617;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-family: Poppins, sans-serif;
}

.utility-margin-bottom-0 {
  letter-spacing: 0;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  display: none;
  margin-bottom: 0 !important;
}

.utility-margin-bottom-0.utility-margin-top-2rem {
  flex: 0 auto;
  margin-top: 2rem;
  margin-bottom: 0;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0e62ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4b8aff;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #0e62ff;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #0e62ff;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  list-style-type: none;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.grid-layout-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout-2.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-layout-2.desktop-3-column.tablet-1-column.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-items: center;
}

.button-group-2 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group-2.align-center {
  justify-content: center;
  align-items: center;
}

.h4-heading-2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Poppins, sans-serif;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h2-heading {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.5em;
}

.card-2 {
  box-shadow: none;
  color: #fff;
  background-color: #232323;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: .5rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
}

.h1-heading {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.04em;
}

.card-body-2 {
  z-index: 1;
  background-color: #000000e3;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.paragraph {
  letter-spacing: 1px;
  flex: 0 auto;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.svg {
  font-size: 1rem;
}

.list-container {
  flex: none;
  margin-top: 1.6rem;
  padding-top: 0;
}

.list-item, .list {
  list-style-type: none;
}

.list-block {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-4 {
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-box {
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.body {
  background-color: #000;
}

.navlink {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.container-3 {
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-2 {
  background-color: #000;
  flex: 1;
}

.nav-link-3, .nav-link-4 {
  color: #fff;
}

.testiimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: block;
}

.testiimonial {
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-container {
  height: 1000%;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1em;
}

.card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

.avatar {
  object-fit: cover;
  background-color: #232323;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.paragraph-sm-2 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Public Sans, sans-serif;
  font-size: .88rem;
  line-height: 1.6em;
}

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

.flex-horizontal-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal-2.y-center {
  align-items: center;
}

.flex-horizontal-2.y-center.flex-gap-xs.utility-margin-top-auto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.utility-margin-bottom-2rem {
  color: #fff;
  text-align: justify;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4em;
}

.card-body-testimonial {
  z-index: 1;
  background-color: #ffffff26;
  border-radius: 1rem;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.avatar-2 {
  object-fit: cover;
  background-color: #232323;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.paragraph-sm-3 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Public Sans, sans-serif;
  font-size: .88rem;
  line-height: 1.6em;
}

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

.flex-horizontal-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal-3.y-center {
  align-items: center;
}

.flex-horizontal-3.y-center.flex-gap-xs.utility-margin-top-auto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.utility-margin-bottom-2rem-2 {
  color: #fff;
  margin-bottom: 2rem;
}

.card-body-4 {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.avatar-3 {
  object-fit: cover;
  background-color: #232323;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.paragraph-sm-4 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Public Sans, sans-serif;
  font-size: .88rem;
  line-height: 1.6em;
}

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

.flex-horizontal-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal-4.y-center {
  align-items: center;
}

.flex-horizontal-4.y-center.flex-gap-xs.utility-margin-top-auto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.utility-margin-bottom-2rem-3 {
  margin-bottom: 2rem;
}

.card-body-5 {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.avatar-4 {
  object-fit: cover;
  background-color: #232323;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.paragraph-sm-5 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

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

.flex-horizontal-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal-5.y-center {
  align-items: center;
}

.flex-horizontal-5.y-center.flex-gap-xs.utility-margin-top-auto {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  font-family: Public Sans, sans-serif;
}

.utility-margin-bottom-2rem-4 {
  margin-bottom: 2rem;
}

.card-body-6 {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.div-block-9 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq-section {
  background-color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.faq-cointainer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.2rem;
}

.heading-6 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.2rem;
}

.rich-text-block {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.paragraph-5 {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.heading-7 {
  font-size: 1px;
}

.heading-8 {
  color: #fff;
}

.heading-9 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-6 {
  color: #000;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}

.text-block-3 {
  color: #000;
  font-family: Public Sans, sans-serif;
  font-size: .9rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.bold-text {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.hr-guide-link {
  color: #000;
  text-decoration: none;
}

.get-in-touch-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-content-box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 7.2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-7 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3em;
}

.div-block-10 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 4rem 2rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  align-self: baseline;
  display: flex;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-link {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
  text-decoration: none;
}

.text-block-5 {
  flex: none;
  align-self: stretch;
}

.div-block-12 {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.text-block-6 {
  color: #fff;
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  display: block;
}

.div-block-14 {
  display: inline-block;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: auto;
  align-items: stretch;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
}

.subscript {
  font-size: .9rem;
}

.text-block-8 {
  color: #fff;
  padding-left: 32px;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.text-block-9 {
  color: #fff;
  align-self: center;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.text-block-10 {
  color: #fff;
  align-self: center;
}

.div-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  display: flex;
}

.bold-text-2 {
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.div-block-18 {
  flex: none;
  display: flex;
}

.bold-text-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-block-11 {
  color: #fff;
  align-self: center;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.paragraph-8 {
  color: #fff;
  font-family: Public Sans, sans-serif;
}

.heading-11 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 1em;
}

.image-2 {
  text-align: left;
}

.div-block-19 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
}

.text-block-12 {
  color: #fff;
  align-self: center;
}

.div-block-20 {
  align-self: stretch;
}

.footer-social {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.bold-text-4 {
  font-weight: 400;
}

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

.div-block-23 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: none;
  justify-content: center;
  display: flex;
}

.sp--hero-section {
  background-color: #000;
}

.div-block-24 {
  width: 75%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sp-hero-container {
  background-color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 2rem;
}

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

.sp-hero-banner {
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 8.1rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-10 {
  color: #f5f5f5;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Public Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
}

.sp-hero-button-cont {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.button-4 {
  background-color: #0061b8;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2em;
}

.paragraph-11 {
  color: #fff;
  background-color: #000;
  font-family: Public Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 1.4em;
}

.problems-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.problems-wrapper {
  padding: 4rem;
}

.problems-heading {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.heading-13, .heading-14, .paragraph-13, .paragraph-14 {
  color: #fff;
}

.heading-15 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 5.3rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-15 {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.7em;
}

.image-3 {
  flex: none;
}

.cell {
  justify-content: center;
  align-items: center;
}

.problem-card {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.it-card-wrapper {
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-16 {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-17 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.paragraph-17 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font-family: Public Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7em;
}

.button-5 {
  color: #fff;
  background-color: #0072d3;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2em;
}

.text-span {
  background-color: #000;
}

.text-span-2 {
  background-color: #0000005c;
  display: block;
}

.heading-18 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.core-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}

.core-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.table-heading {
  color: #fff;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.heading-19 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 3.4rem;
}

.grid-3 {
  grid-row-gap: 16px;
}

.row-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #0000;
  justify-content: space-between;
  display: flex;
}

.column-block {
  border: 1px solid #0074d3;
}

.comlum-blick-container, .div-block-25 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.table-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 2px solid #0074d3;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-18 {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-5 {
  font-size: 1.5rem;
  font-weight: 200;
}

.grid-4 {
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column dense;
  padding: 3rem;
  display: flex;
}

.table-cell {
  background-color: #0074d31c;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.table-cell.header {
  background-color: #babbbb29;
}

.table-para {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.lead-magnet {
  flex-flow: row;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.success-wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
}

.heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-19 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Public Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1em;
}

.slide {
  background-color: #000;
}

.success-card {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-13 {
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
}

.magnet-container {
  flex: 1;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.magnet-wrapper {
  background-color: #0084f552;
  width: 101%;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.heading-21 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1em;
}

.paragraph-20 {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.rich-text-block-2 {
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Public Sans, sans-serif;
  font-size: .9rem;
  font-weight: 200;
  line-height: 1em;
}

.paragraph-21 {
  margin-bottom: 0;
  padding-top: 0;
  font-size: .9rem;
}

.paragraph-22 {
  padding-top: 1rem;
}

.list-2, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.from-block {
  width: 50%;
  padding: 4rem 1rem;
}

.form-label {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.dropdown-toggle {
  background-color: #fff;
}

.select-field {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
}

.submit-button {
  background-color: #0082f5;
  flex: none;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.form-block {
  flex-flow: row;
  display: block;
}

.aboutus-header-section {
  background-color: #000;
}

.about-us--container {
  padding: 6rem 3rem;
}

.body-3 {
  background-color: #000;
}

.heading-22 {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 4.9rem;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-23 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Public Sans, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.header-section-banner {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1em;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-27 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.why_wrapper {
  padding: 3rem;
}

.paragraph-24 {
  color: #fff;
}

.rich-text-block-3 {
  color: #fff;
  font-family: Public Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .nav {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .navbar {
    flex: 1;
    justify-content: flex-start;
  }

  .text-block {
    letter-spacing: 1px;
    flex: 1;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    line-height: 1em;
  }

  .div-block {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .button {
    justify-content: center;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: space-around stretch;
    place-items: center stretch;
    display: grid;
  }

  .card-body {
    flex-flow: column;
    padding: 2rem;
  }

  .h4-heading {
    font-size: 1.7rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.tablet-1-column.grid-gap-xxl.y-center {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: column;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .services {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .grid-layout-2.desktop-3-column.tablet-1-column.grid-gap-xs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    justify-items: stretch;
  }

  .h4-heading-2 {
    font-size: 1.27rem;
  }

  .h2-heading {
    font-size: 2.26rem;
  }

  .h1-heading {
    font-size: 4.52rem;
  }

  .card-body-2 {
    flex-flow: column;
    padding: 2rem;
  }

  .menu-button {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #000;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-size: 2rem;
    line-height: 1em;
  }

  .navlink {
    background-color: #fff;
  }

  .container-3 {
    background-color: #000;
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .navbar-2 {
    background-color: #000;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    font-size: 1rem;
    line-height: 1em;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .flex-horizontal-2 {
    flex-flow: wrap;
  }

  .card-body-testimonial {
    padding: 2rem;
  }

  .paragraph-sm-3 {
    font-size: .88rem;
  }

  .flex-horizontal-3 {
    flex-flow: wrap;
  }

  .card-body-4 {
    padding: 2rem;
  }

  .paragraph-sm-4 {
    font-size: .88rem;
  }

  .flex-horizontal-4 {
    flex-flow: wrap;
  }

  .card-body-5 {
    padding: 2rem;
  }

  .paragraph-sm-5 {
    font-size: .88rem;
  }

  .flex-horizontal-5 {
    flex-flow: wrap;
  }

  .card-body-6 {
    padding: 2rem;
  }

  .heading-10 {
    font-size: 6rem;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-3 {
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    display: block;
  }

  .text-span-2 {
    background-color: #0070d33d;
  }

  .core-wrapper {
    padding-right: 2rem;
  }

  .grid-4 {
    flex-flow: column;
    grid-auto-flow: row dense;
    display: flex;
  }

  .table-cell {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-19 {
    padding-bottom: 2rem;
  }

  .magnet-wrapper {
    flex: 1;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 4rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .h4-heading {
    font-size: 1.15rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .services {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .h4-heading-2 {
    font-size: 1.15rem;
  }

  .h2-heading {
    font-size: 1.81rem;
  }

  .h1-heading {
    font-size: 3.62rem;
  }

  .card-body-2 {
    padding: 1.5rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .card-body-testimonial {
    padding: 1.5rem;
  }

  .paragraph-sm-3 {
    font-size: .88rem;
  }

  .utility-margin-bottom-2rem-2 {
    margin-bottom: 1rem;
  }

  .card-body-4 {
    padding: 1.5rem;
  }

  .paragraph-sm-4 {
    font-size: .88rem;
  }

  .utility-margin-bottom-2rem-3 {
    margin-bottom: 1rem;
  }

  .card-body-5 {
    padding: 1.5rem;
  }

  .paragraph-sm-5 {
    font-size: .88rem;
  }

  .utility-margin-bottom-2rem-4 {
    margin-bottom: 1rem;
  }

  .card-body-6 {
    padding: 1.5rem;
  }

  .heading-10 {
    font-size: 5rem;
  }

  .paragraph-7 {
    font-size: 1.1rem;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .div-block-12 {
    align-self: flex-start;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-social {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    justify-content: center;
    align-items: center;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 2.6rem;
    line-height: 1.4em;
  }

  .services-box {
    margin-left: 0;
    margin-right: 0;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    vertical-align: baseline;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center stretch;
    display: inline-block;
  }

  .card.card-on-secondary {
    flex-flow: row;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .card-body {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem .5rem;
    display: block;
  }

  .h4-heading {
    font-size: 1.8rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .paragraph-sm.utility-margin-bottom-0 {
    font-size: 1rem;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .divider {
    padding-left: 0;
    padding-right: 0;
  }

  .services {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .button-3 {
    white-space: nowrap;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .h4-heading-2 {
    font-size: 1.03rem;
  }

  .h2-heading {
    font-size: 1.45rem;
  }

  .h1-heading {
    font-size: 2.89rem;
  }

  .card-body-2 {
    padding: 1.5rem;
  }

  .avatar {
    margin-bottom: 16px;
  }

  .paragraph-sm-2 {
    font-size: .88rem;
  }

  .utility-margin-bottom-2rem {
    text-align: left;
  }

  .card-body-testimonial {
    padding: 1.5rem;
  }

  .avatar-2 {
    margin-bottom: 16px;
  }

  .paragraph-sm-3 {
    font-size: .88rem;
  }

  .card-body-4 {
    padding: 1.5rem;
  }

  .avatar-3 {
    margin-bottom: 16px;
  }

  .paragraph-sm-4 {
    font-size: .88rem;
  }

  .card-body-5 {
    padding: 1.5rem;
  }

  .avatar-4 {
    margin-bottom: 16px;
  }

  .paragraph-sm-5 {
    font-size: .88rem;
  }

  .card-body-6 {
    padding: 1.5rem;
  }

  .faq-cointainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-6 {
    font-size: 1.6rem;
    line-height: 1.8em;
  }

  .paragraph-4 {
    font-size: .7rem;
  }

  .footer-content-box {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-10 {
    font-size: 3rem;
    line-height: 1em;
  }

  .paragraph-7 {
    line-height: 1.2em;
  }

  .div-block-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-11 {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
  }

  .heading-11 {
    font-size: 2.6rem;
  }

  .footer-social {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-9 {
    flex-flow: column;
    flex: none;
    align-self: stretch;
    display: flex;
  }

  .div-block-21 {
    flex-flow: row;
    display: flex;
  }

  .div-block-22 {
    align-self: stretch;
  }

  .italic-text {
    font-size: .8rem;
  }

  .sp-hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Poppins, sans-serif;
  }

  .sp-hero-banner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-12 {
    font-size: 2.9rem;
    line-height: 1.2em;
  }

  .paragraph-10 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .paragraph-11 {
    font-size: 1.1rem;
  }

  .problems-heading {
    font-size: 1.9rem;
  }

  .it-card-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-16 {
    font-size: 2.2rem;
    line-height: 1.1em;
  }

  .text-span-2 {
    font-size: 1rem;
  }

  .heading-19 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.1em;
  }

  .grid-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lead-magnet {
    flex-flow: row;
    display: flex;
  }

  .magnet-container {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .from-block {
    flex: none;
    width: 101%;
  }
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_3f66309f-ccaf-af4a-629d-8e2df5078e02-363b3d89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-_3f66309f-ccaf-af4a-629d-8e2df5078e08-363b3d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-de5eec53-834b-d8ec-8178-91cd7951a8ad-363b3d89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-de5eec53-834b-d8ec-8178-91cd7951a8b3-363b3d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_9b0fd892-b382-8f0d-ed9a-a70978f44cb3-363b3d89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-_9b0fd892-b382-8f0d-ed9a-a70978f44cb9-363b3d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-d009b2b5-a21b-a7f1-433d-58a76662ff32-363b3d89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-d009b2b5-a21b-a7f1-433d-58a76662ff38-363b3d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_1f4df46e-7ad0-76c4-1a10-754222b5761e-363b3d89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-_1f4df46e-7ad0-76c4-1a10-754222b57624-363b3d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_5398204d-9916-1c1b-da67-3eb8ccab0c3b-363b3d89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1aedaacb-c587-c73e-a604-bc772a414fc0-2a414fb1.w-node-_5398204d-9916-1c1b-da67-3eb8ccab0c41-363b3d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6461794f-ebc7-b865-ee06-09ae5d611b06-5d611b01.w-node-e4621f5e-9763-6a90-f19e-03c037eca7d6-363b3d89 {
  place-self: auto center;
}

@media screen and (max-width: 991px) {
  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_3f66309f-ccaf-af4a-629d-8e2df5078e02-363b3d89 {
    grid-column: span 6 / span 6;
    place-self: auto stretch;
  }

  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-de5eec53-834b-d8ec-8178-91cd7951a8ad-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_9b0fd892-b382-8f0d-ed9a-a70978f44cb3-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-d009b2b5-a21b-a7f1-433d-58a76662ff32-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_1f4df46e-7ad0-76c4-1a10-754222b5761e-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_5398204d-9916-1c1b-da67-3eb8ccab0c3b-363b3d89 {
    grid-column: span 6 / span 6;
  }

  #w-node-_6461794f-ebc7-b865-ee06-09ae5d611b06-5d611b01.w-node-e4621f5e-9763-6a90-f19e-03c037eca7d6-363b3d89 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_3f66309f-ccaf-af4a-629d-8e2df5078e02-363b3d89 {
    grid-column: span 3 / span 3;
    place-self: auto center;
  }

  #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-de5eec53-834b-d8ec-8178-91cd7951a8ad-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_9b0fd892-b382-8f0d-ed9a-a70978f44cb3-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-d009b2b5-a21b-a7f1-433d-58a76662ff32-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_1f4df46e-7ad0-76c4-1a10-754222b5761e-363b3d89, #w-node-cae319d3-de70-7079-ad73-7d5936dec8b1-2a414fb1.w-node-_5398204d-9916-1c1b-da67-3eb8ccab0c3b-363b3d89 {
    grid-column: span 6 / span 6;
  }
}


