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

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

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-Bold.ttf') format("truetype"), url('../fonts/Estedad-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Estedad;
  src: url('../fonts/Estedad-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --text: #4b5563;
  --main-color: #2563eb;
  --main-dark: #1f44b3;
  --accent-color1: #0ea5e9;
  --accent-color2: #06b6d4;
  --accent-color3: #34d399;
  --darkbg: #0f172a;
  --darkbg2: #112657;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #eef4ff;
  font-family: Estedad, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.navbar {
  background-color: #ddd0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-bar-margin {
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  z-index: 1;
  position: relative;
}

.hero-content.features {
  padding-bottom: 10rem;
}

.margin {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.h1-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
  display: flex;
}

.hero-container.demo {
  padding-bottom: 2rem;
}

.heading {
  letter-spacing: -2px;
  text-shadow: 0 1px 2px #00000014;
  font-family: Headland One, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.3em;
}

.heading.smaller {
  font-size: 4rem;
}

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

.paragraph {
  color: var(--text);
  margin-bottom: 0;
  font-family: Estedad, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5em;
}

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

.paragraph.white {
  color: #fff9;
}

.paragraph.section {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
}

.paragraph.section.white.cta {
  color: #fff;
  text-shadow: 0 1px 3px #0003;
}

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

.paragraph.medium {
  font-weight: 500;
}

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

.h2-div {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-family: Headland One, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.button {
  background-color: var(--main-color);
  cursor: pointer;
  border-radius: 50px;
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: -6px -6px 20px #ffffffd1, 5px 6px 20px 3px #00000024;
}

.button:hover {
  background-color: var(--main-dark);
}

.button.invert {
  color: var(--main-color);
  background-color: #fff;
  box-shadow: 0 6px 7px #0003;
}

.button.invert:hover {
  background-color: #e2e2e2;
}

.website-btn-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.text-span {
  background-image: linear-gradient(90deg, var(--accent-color1), var(--accent-color2) 53%, var(--accent-color3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-circle1 {
  opacity: .45;
  filter: blur(100px);
  background-color: #bfdbfe;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 26% auto auto 9%;
}

.hero-circle3 {
  opacity: .27;
  filter: blur(100px);
  background-color: #fbcfe8;
  border-radius: 22%;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto 39% 14% auto;
}

.hero-circle2 {
  opacity: .45;
  filter: blur(100px);
  background-color: #e9d5ff;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 16% 4% auto auto;
}

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

.section.dark {
  background-color: #0f172a;
  background-image: linear-gradient(126deg, var(--darkbg), var(--darkbg2));
}

.section.features {
  padding-top: 0;
  padding-bottom: 5rem;
}

.section.less-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.col-category {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  display: flex;
}

.col-category.wider {
  width: 60%;
}

.icon {
  background-color: #f8fafc;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: -3px -6px 11px 4px #ffffff85, 4px 7px 19px 6px #0000000f;
}

.text-card-hd {
  font-family: Headland One, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
}

.text-card-hd.smaller {
  font-size: 1.2rem;
  line-height: 1.4em;
}

.text-card-hd.white {
  color: #fff;
  font-size: 1.5rem;
}

.text-card-hd.features {
  font-size: 10px;
}

.row-category {
  z-index: 2;
  grid-column-gap: 9%;
  grid-row-gap: 9%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.row-category.center {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.col-features-text {
  width: 50%;
}

.features-container {
  flex-flow: column;
  display: flex;
}

.section-row-container {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 5rem;
  display: flex;
}

.text-sub-section {
  font-family: Headland One, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3em;
}

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

.list-p {
  flex: 1;
}

.list-features {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.list-features.margin-0 {
  margin-top: 0;
}

.features-image-div {
  width: 50%;
  margin-left: -10px;
  margin-right: -10px;
}

.section-cards {
  border-top: 1px #000;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.section-row2 {
  z-index: 0;
  background-color: #eef4ff;
  border: 1px #000;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 2rem 0;
  display: flex;
  position: sticky;
  top: 5vh;
}

.section-row3 {
  z-index: 0;
  background-color: #eef4ff;
  border: 1px #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 5vh;
}

.section-row1 {
  z-index: 0;
  background-color: #eef4ff;
  border: 1px #000;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  padding: 2rem 0;
  display: flex;
  position: sticky;
  top: 5vh;
}

.section-row4, .section-row5 {
  z-index: 0;
  background-color: #eef4ff;
  border: 1px #000;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 2vw;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 5vh;
}

.text-section-hd {
  color: #1e2733;
  text-align: center;
  font-family: Headland One, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2em;
}

.text-section-hd.white {
  color: #fff;
}

.text-section-hd.white.cta {
  text-shadow: 2px 4px 1px #00000073;
}

.section-hd {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-hd.wide {
  width: auto;
}

.section-hd-p {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.row-features-card {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.card-feature {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  background-image: linear-gradient(139deg, #eff6ff, #eef2ff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 24%;
  padding: 30px 20px;
  display: flex;
}

.card-feature._2nd {
  background-image: linear-gradient(139deg, #eff6ff, #e3f8fb);
}

.card-feature._3rd {
  background-image: linear-gradient(139deg, #eff6ff, #e5fff6);
}

.features-list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.featurres-list-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 1rem;
  display: flex;
}

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

.section-padding.dark {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.row-journey {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.col-journey {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
  position: relative;
}

.line {
  background-color: #e9e7e7;
  width: 80%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 25px 0% auto;
}

.why-us-container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.col-why-us {
  align-self: stretch;
  width: 31%;
  margin-bottom: 3%;
  display: flex;
}

.card {
  background-color: #f8fafc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  box-shadow: -9px -7px 8px 4px #ffffff36, 4px 7px 19px 6px #00000005;
}

.why-us-card {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 30px;
  display: flex;
}

.row-stats {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
}

.col-stats {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-stat {
  color: var(--accent-color1);
  font-family: Headland One, sans-serif;
  font-size: 4rem;
  line-height: 1.3em;
}

.text-stat._2nd {
  color: var(--accent-color2);
}

.text-stat._3rd {
  color: var(--accent-color3);
}

.customer-card-review-div {
  border: 1px #e4e4e4;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 29px;
  display: flex;
}

.customer-review-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-white {
  background-color: #fff;
  border-radius: 25px;
  flex: 1;
  box-shadow: 0 0 20px 3px #00000012;
}

.h5-review {
  text-align: left;
  font-family: Headland One, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6em;
}

.h5-review.large {
  text-align: center;
  font-size: 2rem;
}

.review-main-hd {
  text-align: center;
}

.customer-reviews-col {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  align-self: flex-start;
  width: 32%;
  margin-top: 1%;
  margin-bottom: 1%;
  display: flex;
}

.field-label {
  font-weight: 500;
}

.form-row-button {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-36 {
  height: 150px;
  display: flex;
}

.form-input-field {
  color: #3c4458;
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  height: 45px;
  font-size: 1rem;
  box-shadow: 0 3px 7px #00000008;
}

.form-input-field.bg-grey {
  box-shadow: none;
  background-color: #f5f5f5;
}

.form-col {
  flex: 0 auto;
  width: 48%;
}

.form-col.wide {
  flex: 1;
}

.textarea {
  background-color: #fff;
  border: 1px #000;
  border-radius: 7px;
  height: 100%;
  font-size: 1rem;
  box-shadow: 0 3px 7px #00000008;
}

.textarea.bg-grey {
  box-shadow: none;
  background-color: #f5f5f5;
}

.div-block-60 {
  width: 500px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  background-color: #f4f3ff;
  background-image: linear-gradient(126deg, var(--darkbg), var(--darkbg2));
  align-self: stretch;
}

.footer-logo-col {
  flex: 0 auto;
  width: 30%;
}

.footer-logo {
  width: 250px;
  display: flex;
}

.footer-content {
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
}

.p-footer {
  margin-top: 10px;
}

.cta-section {
  background-image: url('../images/cta-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.h4 {
  color: var(--main-color);
  font-size: 1.1rem;
  font-weight: 500;
}

.catergory-tag {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-avatar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-avatar.center {
  justify-content: center;
  align-items: center;
}

.avatar {
  width: 50px;
  height: 50px;
}

.avatar-name {
  font-weight: 600;
}

.features-p {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  height: auto;
  display: flex;
}

.col-contact-badge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-badge-row {
  color: var(--text);
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-links {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-btn {
  color: var(--main-color);
  cursor: pointer;
  background-color: #3898ec00;
  background-image: linear-gradient(#f0f4f8, #e2e8f0);
  border-radius: 50px;
  width: 176px;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: inset 0 2px 5px #0000000d, -6px -6px 20px #ffffffd1, 5px 6px 20px 3px #00000024;
}

.nav-link {
  cursor: pointer;
  font-size: 1rem;
}

.nav-link:hover {
  color: var(--main-dark);
}

.journey-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.icon-check {
  margin-top: 2px;
}

.h2 {
  font-family: Headland One, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h2.smaller {
  font-size: 3rem;
}

.feature1 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 30% 8%;
}

.select-field {
  color: var(--text);
  background-color: #fff;
  border-radius: 7px;
  height: 45px;
  box-shadow: 0 3px 7px #00000008;
}

.brand {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--darkbg2);
  flex-flow: column;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.brand.w--current {
  color: var(--darkbg2);
  letter-spacing: .15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.brand.white {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.brand.white.w--current {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
}

.feature2 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 9% 27%;
}

.feature3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 10% 55%;
}

.feature4 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 19% 14% auto;
}

.feature5 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 6% 43% auto;
}

.comparison {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.col-comparison {
  width: 30%;
}

.col-comparison.cccx {
  background-color: #fff;
  border-radius: 20px;
  width: 40%;
  box-shadow: -8px -6px 20px 3px #ffffff96, 6px 3px 8px 5px #00000005;
}

.comparison-cell {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #eee;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.comparison-cell.last {
  border-bottom-style: none;
}

.tag {
  color: var(--main-color);
  background-color: #e9f4ff;
  border-radius: 50px;
  padding: 5px 9px;
}

.tag.bigger {
  padding: 7px 15px;
  font-size: 1rem;
}

.row-solutions {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.col-solutions {
  width: 32%;
}

.col-solutions-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  padding: 26px 20px;
  display: flex;
}

.iconlist-textcontent {
  flex: 1;
}

.iconlist-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.customer-reviewl-large {
  border: 1px #e4e4e4;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 29px;
  display: flex;
}

.contact-info-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.contact-subtext-row {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.textarea-contain {
  height: 120px;
  display: flex;
}

.btn-icon-image {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.contact-card {
  background-color: #fff;
  border-radius: 12px;
  width: 600px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-shadow: 8px 8px 16px #a3b1c626, -8px -8px 16px #ffffffb3;
}

.button-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  cursor: pointer;
  background-color: #2563eb;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: -6px -6px 20px #ffffffd1, 5px 6px 20px 3px #00000024;
}

.button-icon:hover {
  background-color: #1f44b3;
}

.asset-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.help-btn-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.help-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8fafc;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.05rem;
  line-height: 1.5;
  display: flex;
  box-shadow: -3px -6px 11px 4px #ffffff85, 4px 7px 19px 6px #0000000f;
}

.timeline-card {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 30px;
  display: flex;
}

.timeline-card-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.timeline-card-item.no-outline {
  border-bottom-style: none;
}

.timeline-year {
  color: #2563eb;
  margin-bottom: 0;
  font-family: Estedad, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5em;
}

.col-vision {
  align-self: stretch;
  width: 24%;
  margin-bottom: 3%;
  display: flex;
}

.challenge-contianer {
  width: 80%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.row-challenge-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 33px;
  display: flex;
}

.challenge-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-challenge {
  margin-bottom: 1.5rem;
}

.col-industy {
  align-self: stretch;
  width: 24%;
}

.col-industy-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  padding: 26px 20px;
  display: flex;
}

.row-industries {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.footer-main-container {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.footer-col {
  width: 20%;
}

.footer-hd-div {
  height: 70px;
}

.footer-hd {
  color: #ffffffe6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Headland One, sans-serif;
  font-weight: 500;
}

.footer-links-div-container {
  flex-flow: column;
  display: flex;
}

.footer-links-div {
  margin-bottom: 20px;
  font-size: 13px;
}

.footer-link {
  color: #ffffffe6;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent-color3);
}

.footer-bot {
  color: #fff;
  padding: 12px;
}

.span-underline {
  text-decoration: underline;
}

.span-logo {
  background-image: linear-gradient(90deg, var(--main-color), var(--accent-color1) 44%, var(--accent-color2) 78%, var(--accent-color3) 102%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.mobile {
  display: none;
}

.logo {
  height: 40px;
}

.logo-span {
  color: var(--accent-color2);
  vertical-align: bottom;
  font-weight: 700;
  display: inline;
}

.agenttoolbox__text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.agenttoolbox__icon {
  background-color: #f8fafc;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  box-shadow: -3px -6px 11px 4px #ffffff85, 4px 7px 19px 6px #0000000f;
}

.agenttoolbox__item {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: flex;
  position: relative;
  box-shadow: -9px -7px 8px 4px #ffffff36, 4px 7px 19px #00000005;
}

.agenttoolbox__div {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.paragraph-2 {
  color: #4b5563;
  margin-bottom: 0;
  font-family: Estedad, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5em;
}

.paragraph-2.section {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
}

.agenttoolbox-hd {
  font-family: Headland One, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

@media screen and (min-width: 1440px) {
  .brand.white {
    color: #fff;
  }

  .brand.white.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-bar-margin, .margin {
    width: 1600px;
  }

  .heading {
    font-size: 7rem;
  }

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

  .paragraph {
    font-size: 1.2rem;
    line-height: 1.7em;
  }

  .paragraph.hero {
    font-size: 1.6rem;
  }

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

  .h2-div {
    justify-content: center;
    align-items: center;
  }

  .button {
    padding: 20px 40px;
    font-size: 1.2rem;
  }

  .col-category {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-card-hd.smaller, .text-card-hd.features {
    font-size: 1.4rem;
  }

  .text-sub-section {
    font-size: 4.6rem;
  }

  .text-section-hd {
    font-size: 4.5rem;
  }

  .section-hd {
    width: 60%;
  }

  .row-features-card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-60 {
    width: 700px;
  }

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

  .icon-check {
    margin-top: 5px;
  }

  .customer-reviewl-large {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .help-btn {
    font-size: 1.2rem;
  }

  .timeline-year {
    font-size: 1.2rem;
    line-height: 1.7em;
  }

  .agenttoolbox__item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .agenttoolbox__div {
    align-items: stretch;
  }

  .paragraph-2 {
    font-size: 1.2rem;
    line-height: 1.7em;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar-margin, .margin {
    width: 95vw;
  }

  .hero-container.demo {
    padding-top: 3rem;
  }

  .heading {
    font-size: 4.5rem;
  }

  .col-category {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-card-hd.smaller, .text-card-hd.features {
    font-size: 1.1rem;
  }

  .row-category {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    margin-top: 0;
  }

  .col-features-text {
    order: -9999;
    align-self: stretch;
    width: auto;
  }

  .section-row-container {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .features-image-div {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-hd {
    width: auto;
  }

  .row-features-card {
    flex-flow: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .card-feature {
    width: 48%;
    margin-bottom: 5%;
  }

  .featurres-list-div {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .section-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .col-why-us {
    width: 32%;
    margin-bottom: 2%;
  }

  .why-us-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .h5-review {
    font-size: 1rem;
  }

  .customer-reviews-col {
    width: 48%;
    margin-bottom: 2%;
  }

  .footer-logo-col-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-logo-col {
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-logo {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .footer-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 3rem;
  }

  .features-p {
    height: auto;
  }

  .nav-menu {
    background-color: #fff;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    flex: 0 auto;
    width: 200px;
    padding-bottom: 20px;
    inset: 66px 20px auto auto;
    box-shadow: 0 5px 14px 5px #00000008;
  }

  .nav-menu-links {
    flex-flow: column;
  }

  .nav-link {
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-button {
    cursor: pointer;
    background-color: #c8c8c800;
  }

  .menu-button:hover {
    color: var(--main-color);
  }

  .menu-button.w--open {
    background-color: var(--main-color);
    border-radius: 5px;
  }

  .brand.white.w--current {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .row-solutions {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .col-solutions {
    width: 70%;
    margin-bottom: 5%;
  }

  .contact-help-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .timeline-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-vision {
    width: 32%;
    margin-bottom: 2%;
  }

  .challenge-contianer {
    width: 100%;
  }

  .col-industy {
    width: 48%;
    margin-bottom: 3%;
  }

  .row-industries {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .footer-main-container {
    flex: 1;
    justify-content: flex-end;
    align-self: stretch;
    align-items: flex-start;
  }

  .footer-col {
    width: 30%;
  }

  .agenttoolbox__item {
    width: 32%;
  }

  .sec__agenttoolbox {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-content.features {
    padding-bottom: 3rem;
  }

  .hero-container {
    padding-top: 2rem;
  }

  .heading {
    font-size: 3.2rem;
  }

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

  .h2-div {
    width: auto;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .col-category {
    width: 40%;
    margin-bottom: 10%;
  }

  .row-category {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .section-row1 {
    flex-direction: row;
  }

  .text-section-hd {
    font-size: 3rem;
  }

  .section-hd-p {
    width: auto;
  }

  .row-features-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .card-feature {
    align-self: center;
    width: 70%;
  }

  .row-journey {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-journey {
    flex-flow: row;
    align-self: stretch;
    width: auto;
  }

  .line {
    width: 1px;
    height: 85%;
    display: block;
    inset: 20px auto 0% 25px;
  }

  .col-why-us {
    width: 48%;
    margin-bottom: 5%;
  }

  .row-stats {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .col-stats {
    width: 80%;
  }

  .customer-review-div {
    flex-flow: column;
  }

  .customer-reviews-col {
    flex: 0 auto;
    width: 100%;
  }

  .footer-logo-col {
    text-align: center;
    width: auto;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .journey-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .checkbox-field {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .checkbox {
    margin-top: 0;
  }

  .feature1, .feature2, .feature3, .feature4, .feature5 {
    display: none;
  }

  .comparison {
    width: 539.594px;
  }

  .comparison-cell {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 132.203px;
  }

  .tag.bigger {
    text-align: right;
  }

  .col-vision {
    width: 48%;
    margin-bottom: 5%;
  }

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

  .footer-col {
    width: 50%;
  }

  .mobile {
    display: none;
  }

  .agenttoolbox__text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: left;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .agenttoolbox__item {
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 48%;
  }

  .agenttoolbox__div {
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

  .paragraph, .paragraph.hero, .paragraph.section {
    font-size: 1rem;
  }

  .h2-div {
    width: auto;
  }

  .button {
    flex: 1;
  }

  .col-category {
    width: auto;
  }

  .text-card-hd {
    font-size: 1.2rem;
  }

  .text-sub-section {
    font-size: 2rem;
  }

  .list-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-image-div {
    width: auto;
  }

  .section-cards {
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-row2, .section-row3, .section-row1, .section-row4, .section-row5 {
    border-radius: 50px;
    top: 3rem;
  }

  .text-section-hd {
    font-size: 2.2rem;
  }

  .card-feature {
    width: 100%;
    padding-top: 20px;
  }

  .row-journey, .col-why-us {
    width: auto;
  }

  .customer-review-div {
    flex-flow: column;
  }

  .h5-review {
    font-size: 1.2rem;
  }

  .form-row {
    flex-flow: column;
  }

  .form-col {
    align-self: stretch;
    width: 100%;
  }

  .div-block-60 {
    width: auto;
  }

  .footer-logo-col {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .footer-content {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .contact-badge-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .col-solutions {
    width: auto;
  }

  .timeline-year {
    font-size: 1rem;
  }

  .col-vision {
    width: auto;
  }

  .row-challenge-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .col-industy {
    width: 100%;
    margin-bottom: 5%;
  }

  .div-block-61 {
    overflow: auto;
  }

  .footer-main-container {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-col {
    width: auto;
    margin-bottom: 10%;
  }

  .footer-hd-div {
    height: auto;
    margin-bottom: 20px;
  }

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

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .agenttoolbox__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .agenttoolbox__div {
    flex-flow: column;
    width: 100%;
  }

  .paragraph-2, .paragraph-2.section {
    font-size: 1rem;
  }

  .agenttoolbox-hd {
    font-size: 1.2rem;
  }
}


@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Bold.ttf') format('truetype'), url('../fonts/Estedad-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Estedad';
  src: url('../fonts/Estedad-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}