:root {
  --white: #fff;
  --base-color: #020359;
  --h1-line-height: 4rem;
  --alternate: #8080ab;
  --h1-size: 3.7rem;
}

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

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

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

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

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  background-image: radial-gradient(circle at 0 0, #0203594a, #fff0 18%), radial-gradient(circle farthest-side at 100% 10%, #a4a4f3, #fff0 32%);
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 15vh;
  display: flex;
  position: relative;
}

.heading {
  color: var(--base-color);
  font-family: Quicksand, sans-serif;
  font-size: 3.7rem;
  line-height: var(--h1-line-height);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.navbar-no-shadow {
  z-index: 99;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  outline-offset: 0px;
  background-color: #ffffff96;
  border-bottom: .5px solid #02035900;
  border-radius: 0;
  outline: 1px #333;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  inset: 5vh 0% auto;
  box-shadow: 0 4px 5px #0003;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
}

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

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

.nav-menu {
  color: var(--base-color);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: flex;
}

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

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

.nav-link:focus-visible, .nav-link[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;
}

.mobile-margin-top-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 120px;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 1rem;
}

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

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

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

.image {
  width: 3rem;
}

.paragraph {
  width: 75%;
  color: var(--alternate);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.42rem;
  line-height: 1.4rem;
}

.container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-span {
  color: var(--base-color);
  font-weight: 500;
}

.text-span-2 {
  font-family: Changa One, Impact, sans-serif;
  transform: rotate(0);
}

.text-span-3 {
  color: var(--base-color);
  font-weight: 500;
}

.button-blue {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base-color);
  box-shadow: 0 4px 5px 0 var(--alternate);
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.42rem;
  text-decoration: none;
  display: flex;
}

.button-blue.clear {
  color: var(--base-color);
  background-color: #02035900;
  border: .5px solid #000;
}

.button-blue.clear.nav {
  box-shadow: none;
}

.button-blue.onbluebg, .button-blue.white {
  background-color: var(--white);
  color: var(--base-color);
}

.image-2 {
  border-radius: 5px;
  width: 1.5rem;
  height: 1.5rem;
}

.text-block {
  text-transform: uppercase;
  font-size: .87rem;
  font-weight: 700;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1rem;
  display: flex;
}

.button-group.mobile-prob.desktop {
  display: flex;
}

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

.text-span-4 {
  font-family: Changa One, Impact, sans-serif;
}

.image-3 {
  margin-top: 1rem;
}

.gradient-bottom {
  z-index: 99;
  background-image: linear-gradient(#fff0, #fff);
  height: 10vh;
  position: fixed;
  inset: auto 0% 0%;
}

.reviews-line {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 1rem;
  margin-top: 1rem;
  display: flex;
}

.reviews-line.demo {
  flex-flow: column;
  justify-content: flex-end;
  height: 3rem;
}

.img {
  width: 1rem;
}

.text-block-2 {
  color: var(--alternate);
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
  font-weight: 700;
  line-height: .9rem;
}

.div-block-3 {
  height: 1rem;
  display: flex;
}

.pain-points {
  height: auto;
  color: var(--base-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 10vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.heading-2 {
  width: auto;
  font-family: Quicksand, sans-serif;
  font-size: var(--h1-size);
  line-height: var(--h1-line-height);
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}

.text-span-5 {
  font-family: Changa One, Impact, sans-serif;
}

.div-block-4 {
  background-image: radial-gradient(circle closest-side, #0203593b, #fff);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.image-4 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
}

.text-block-3 {
  color: var(--alternate);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
  font-weight: 700;
}

.div-block-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 40vw;
  height: auto;
  max-height: 100vh;
  padding-top: 0;
  padding-left: 2vw;
  display: flex;
  position: sticky;
  top: 25%;
}

.div-block-5.pc {
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 5vh;
  display: block;
  position: relative;
}

.heading-3 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 2.29rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.text-span-6 {
  color: var(--base-color);
  font-family: Changa One, Impact, sans-serif;
}

.div-block-6 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  aspect-ratio: auto;
  background-color: #e7e7f500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 10vh;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 10%;
}

.prob-card {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #fff;
  border: .5px solid #02035926;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  width: 40vw;
  max-width: 40vw;
  height: auto;
  margin-top: 10vh;
  padding: 1vw;
  display: flex;
  position: relative;
}

.prob-card.card {
  width: auto;
  max-width: 30vw;
}

.image-5 {
  width: 3rem;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  height: 10vh;
  padding-left: 10%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-4 {
  color: var(--base-color);
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.div-block-9 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  aspect-ratio: auto;
  background-color: var(--base-color);
  width: 100%;
  color: var(--white);
  border: .5px solid #ffffff26;
  border-radius: 15px;
  flex-flow: column;
  order: -9999;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1vw;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 13px 17px #0003;
}

.div-block-11 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 100%;
  color: var(--base-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1vw;
  display: flex;
}

.paragraph-2 {
  color: var(--base-color);
  font-family: Quicksand, sans-serif;
  font-size: 1.42rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-block-4 {
  font-family: Quicksand, sans-serif;
  font-size: 1.47rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.list {
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
}

.image-6 {
  width: 4rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-7 {
  z-index: 0;
  max-width: 100vh;
  position: fixed;
  inset: 0% 0% auto auto;
}

.code-embed {
  display: none;
}

.solution {
  background-color: #fff;
  background-image: radial-gradient(circle closest-corner at 100%, #02035957, #fff);
  flex-flow: column;
  align-items: center;
  height: auto;
  padding: 10vh 2vw;
  display: flex;
  position: relative;
}

.carousel-horizontal {
  background-color: #f5f7f800;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.carousel-horizontal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.carousel-placeholder {
  width: 56px;
  height: 56px;
}

.div-block-12 {
  background-image: linear-gradient(270deg, #0000, #fff 76%);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  color: var(--base-color);
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.42rem;
  font-weight: 300;
}

.text-span-7 {
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
  font-weight: 500;
}

.heading-5 {
  color: var(--base-color);
  font-family: Quicksand, sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 4rem;
}

.text-block-6 {
  color: var(--alternate);
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.text-block-6.cards {
  z-index: 10;
  color: var(--base-color);
  text-align: right;
  padding-right: 1vw;
  position: static;
  inset: 0% 0% auto;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 10vh;
  display: flex;
}

.text-span-8, .text-span-9 {
  font-family: Changa One, Impact, sans-serif;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 95%;
  margin-bottom: 5vh;
  display: flex;
}

.card {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #fff0;
  background-image: radial-gradient(circle at 100% 0, #02035930, #fff0 68%);
  border: .5px solid #02035926;
  border-radius: 10px;
  flex-flow: column;
  padding: 1vw;
  font-family: Quicksand, sans-serif;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 2px 5px #0003;
}

.card.plus {
  background-color: #fff0;
  border-width: 3px;
  border-color: #020359;
  box-shadow: 0 2px 20px #020359;
}

.image-8 {
  z-index: 5;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

.heading-6 {
  color: var(--base-color);
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1.47rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-3 {
  color: var(--base-color);
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
  font-weight: 400;
}

.text-span-10 {
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.bold-text {
  font-family: Changa One, Impact, sans-serif;
}

.text-span-11, .text-span-12 {
  font-family: Quicksand, sans-serif;
}

.call-to-a {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40vh;
  padding-bottom: 25vh;
  display: flex;
  position: relative;
}

.pc, .pc.mobile {
  display: none;
}

.container-3 {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  width: 50%;
  height: auto;
  position: relative;
}

.image-9 {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  width: 100%;
}

.blur-overlay {
  z-index: 3;
  aspect-ratio: 3 / 2;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #ffffff75;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-7 {
  color: var(--base-color);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 3.7rem;
  font-weight: 300;
  line-height: 3.5rem;
}

.text-span-13 {
  font-family: Changa One, Impact, sans-serif;
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-4 {
  color: var(--alternate);
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 1.42rem;
}

.image-10 {
  z-index: 6;
  border-radius: 15px;
  width: 100%;
  position: relative;
}

.image-11 {
  z-index: 4;
  opacity: .5;
  width: 50%;
  position: absolute;
  inset: 48% auto 0% 3%;
}

.image-11._2 {
  opacity: .05;
  width: 100%;
  inset: 70% 0% 0% 25%;
}

.image-11._2.pricings {
  top: 69%;
}

.section {
  background-image: radial-gradient(circle closest-side, #02035942, #fff);
  flex-flow: column;
  align-items: center;
  height: auto;
  padding: 10vh 2vw;
  display: flex;
}

.text-span-14 {
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
}

.text-block-7 {
  color: var(--base-color);
  padding-top: 5vh;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2.29rem;
  line-height: 2.5rem;
}

.div-block-15 {
  border-top: .5px solid #02035926;
  margin-top: 10vh;
  padding-top: 1vw;
}

.paragraph-5 {
  color: var(--base-color);
  font-size: .87rem;
}

.text-span-15 {
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
}

.list-2, .list-3 {
  padding-left: 0;
  list-style-type: none;
}

.image-12 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 1rem;
  height: 1rem;
  transform-style: preserve-3d;
  border-radius: 5px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

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

.text-block-8 {
  color: var(--base-color);
  font-size: .87rem;
}

.text-span-16 {
  font-family: Changa One, Impact, sans-serif;
}

.text-span-17, .text-span-18, .text-span-19 {
  font-weight: 700;
}

.div-block-17 {
  background-color: var(--base-color);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 5vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 25%;
}

.text-block-9 {
  color: var(--white);
  font-size: .87rem;
  font-weight: 700;
}

.container-5 {
  border-top: .5px solid #02035926;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 75%;
  margin-top: 5vh;
  padding-top: 5vh;
  display: flex;
}

.text-block-10 {
  width: 90%;
  color: var(--base-color);
  font-family: Quicksand, sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 4rem;
}

.div-block-18 {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-19 {
  width: 50%;
}

.div-block-19.card {
  justify-content: flex-end;
  align-items: stretch;
}

.div-block-19.card.nlf {
  width: 100%;
}

.text-block-11 {
  color: var(--alternate);
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
  font-weight: 700;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 50%;
}

.text-span-20 {
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.heading-8 {
  color: var(--base-color);
  margin-top: 0;
  font-size: 1.42rem;
  font-weight: 400;
}

.paragraph-6 {
  color: var(--base-color);
}

.image-13, .image-14 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
}

.text-span-21 {
  font-family: Changa One, Impact, sans-serif;
}

.footer-dark {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Quicksand, sans-serif;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container-6.card.ft {
  background-image: radial-gradient(circle at 100% 0, #0203591a, #fff), radial-gradient(circle at 100% 0, #02035930, #fff0 68%);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.footer-wrapper {
  z-index: 3;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.footer-brand {
  width: 50%;
  position: relative;
  bottom: 0;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  color: var(--base-color);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-top: 5vh;
  font-size: 1.42rem;
  line-height: 1.45rem;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link {
  color: var(--base-color);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  z-index: 3;
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  position: relative;
}

.footer-copyright-center {
  z-index: 3;
  color: var(--base-color);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.text-span-22 {
  font-weight: 700;
}

.div-block-20 {
  z-index: 2;
  -webkit-backdrop-filter: blur(300px);
  backdrop-filter: blur(300px);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-15 {
  z-index: 5;
  aspect-ratio: 1;
  width: 70%;
  position: relative;
  bottom: -58px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  display: flex;
}

.image-16 {
  width: 3rem;
}

.div-block-22 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  display: flex;
}

.slider {
  width: 80%;
}

.hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #95a0b2;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-nav-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-arrows {
  justify-content: center;
  column-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.slider-arrow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  min-width: 148px;
  padding: 9px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 1px #95a0b214;
}

.text-span-23 {
  color: var(--base-color);
}

.rich-text-block {
  color: var(--base-color);
  font-family: Quicksand, sans-serif;
}

.heading-9 {
  font-family: Quicksand, sans-serif;
}

.section-2 {
  padding-top: 15vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
}

.div-block-23 {
  z-index: 100;
  background-color: var(--base-color);
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.text-span-24 {
  color: var(--base-color);
  font-weight: 500;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: .87rem;
}

.text-span-25, .text-span-26 {
  font-family: Changa One, Impact, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-blue.clear {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .button-blue.onbluebg {
    background-color: var(--white);
    color: var(--base-color);
  }

  .button-group.mobile-prob.desktop {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .heading-2 {
    font-size: 2.27rem;
    line-height: 2.5rem;
  }

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

  .div-block-5 {
    width: 100vw;
    position: relative;
  }

  .heading-3 {
    font-size: 1.42rem;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-top: 10vh;
  }

  .prob-card {
    width: 80vw;
    max-width: none;
  }

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

  .div-block-12 {
    padding-left: 2vw;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 75%;
    display: grid;
  }

  .heading-7 {
    font-size: 2.29rem;
    line-height: 2.5rem;
  }

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

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

  .container-5 {
    flex-flow: column;
  }

  .text-block-10 {
    padding-bottom: 10px;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .div-block-19.card {
    width: 100%;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-brand {
    width: auto;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-21 {
    order: -9999;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    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;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

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

  .carousel-horizontal {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-7 {
    font-size: 1.42rem;
    line-height: 1.5rem;
  }

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

  .text-block-10 {
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .heading {
    font-size: 2.29rem;
    line-height: 2.5rem;
  }

  .navbar-no-shadow-container {
    max-width: none;
  }

  .nav-menu {
    border-bottom: .5px solid #02035926;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: column;
    width: 100%;
  }

  .mobile-margin-top-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-left: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .paragraph {
    text-align: center;
    width: 100%;
  }

  .paragraph.pillars {
    text-align: left;
  }

  .button-blue.onbluebg {
    background-color: var(--white);
    color: var(--base-color);
  }

  .button-group.mobile-prob {
    flex-flow: column;
    display: none;
  }

  .button-group.mobile-prob.desktop {
    display: flex;
  }

  .reviews-line {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .reviews-line.demo {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .text-block-2.hrr {
    text-align: center;
    margin-bottom: 0;
  }

  .text-block-2.hrr.bt {
    text-align: left;
  }

  .pain-points {
    padding-top: 10vh;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: left;
    font-size: 2.29rem;
    line-height: 2.5rem;
  }

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

  .text-block-3 {
    text-align: left;
    padding-top: 3vh;
  }

  .div-block-5 {
    width: 100vw;
    height: auto;
    padding-right: 2vw;
    position: relative;
  }

  .div-block-5.pc {
    width: 96%;
    padding-bottom: 0;
    display: flex;
  }

  .heading-3 {
    font-size: 1.42rem;
    line-height: 1.5rem;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-top: 0;
    padding-bottom: 5vh;
    padding-left: 2vw;
  }

  .prob-card {
    width: auto;
    max-width: none;
    padding: 2vw;
  }

  .prob-card.card {
    margin-top: 5vh;
  }

  .div-block-8 {
    width: 100%;
    inset: auto 0% 0%;
  }

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

  .div-block-10 {
    flex-flow: column;
    order: -9999;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .image-7 {
    display: none;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 2vw;
    inset: auto 0% 0%;
  }

  .heading-5 {
    text-align: left;
    font-size: 2.29rem;
    line-height: 2.5rem;
  }

  .text-block-6 {
    text-align: left;
  }

  .container-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 96%;
  }

  .card {
    padding: 1vh;
  }

  .call-to-a {
    padding-top: 10vh;
    overflow: clip;
  }

  .pc.mobile {
    display: block;
  }

  .container-3 {
    width: 96%;
  }

  .heading-7 {
    font-size: 1.42rem;
    line-height: 1.5rem;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-4 {
    text-align: left;
  }

  .image-10 {
    order: -9999;
    width: 100%;
  }

  .image-11 {
    top: 82%;
    left: 47%;
  }

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

  .container-5 {
    width: 90%;
    max-width: 90%;
  }

  .text-block-10 {
    font-size: 2.29rem;
    line-height: 2.5rem;
  }

  .container-6 {
    max-width: none;
  }

  .footer-brand {
    width: 100%;
  }

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

  .image-15 {
    width: 100%;
    position: relative;
    bottom: -42px;
  }

  .div-block-21 {
    order: -9999;
    padding-top: 5vh;
  }

  .image-16 {
    display: none;
  }
}

#w-node-_02d14cf1-d899-abb3-93a1-f048a2a24233-a2a24223, #w-node-_02d14cf1-d899-abb3-93a1-f048a2a24245-a2a24223 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


