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

body {
  font-family: 'DM Sans';
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #19191b;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

p {
  margin-bottom: 10px;
  color: #696871;
  font-size: 20px;
  line-height: 1.5;
}

.flowbase-remove {
  position: fixed;
  left: 35px;
  top: auto;
  right: auto;
  bottom: 45px;
  z-index: 999;
  width: 100%;
  max-width: 420px;
  min-height: 180px;
  padding: 18px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: #6a24cc;
  background-color: #7839f3;
  background-image: url('../images/Flowbase-Bubble-Right.png');
  background-position: 100% 0%;
  background-size: 170px;
  background-repeat: no-repeat;
  box-shadow: -2px 40px 45px -30px rgba(0, 18, 45, 0.27);
}

.flowbase-h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.flowbase-text {
  margin-bottom: 10px;
  padding-right: 30px;
  color: #777;
  font-size: 14px;
}

.flowbase-link {
  color: #fff;
}

.close-circle {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f0f2ff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.close-circle:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.close-icon {
  width: 10px;
}

.flowbase-button {
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #fff;
  color: #7839f3;
  font-size: 15px;
  font-weight: 700;
}

.flowbase-detail {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  padding: 20px 42px;
  border-radius: 2px;
  background-color: #007bff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 16px;
}

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

.button.sm2 {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.brand {
  margin-right: 20px;
}

.nav-link {
  margin-right: 14px;
  margin-left: 14px;
  padding: 14px 5px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #696871;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover {
  color: #080809;
}

.nav-link.w--current {
  border-bottom: 2px solid #5454d4;
  color: #19191b;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.navigation._22 {
  height: 100px;
}

.navigation._245 {
  border-bottom: 1px solid #dbdbdb;
}

.hero-grid {
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-large {
  max-width: 650px;
  margin-bottom: 20px;
  color: #777;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 3% 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-bottom: 20px;
  color: #19191b;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-block {
  padding-right: 60px;
}

.hero-image-wrap {
  position: relative;
}

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

.footer-cta {
  margin-right: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.5;
  color: #0b9eff;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 92px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-bottom.line-blank {
  margin-top: 60px;
  border-bottom-style: none;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-grid-03 {
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-03 {
  padding: 60px 3% 40px;
  background-color: #19191b;
}

.footer-title {
  margin-bottom: 22px;
  color: #6d6d6d;
  font-size: 17px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  margin-left: 24px;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
}

.button-navigation {
  margin-left: 20px;
  padding: 20px 32px;
  border-radius: 2px;
  background-color: #007bff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 16px;
}

.button-navigation:hover {
  background-color: #000;
  color: #fff;
}

.button-navigation.sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-section {
  padding: 60px 3% 20px;
}

.logo-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.5;
}

.logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section {
  padding: 100px 3%;
}

.content-section.sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.sm.sss {
  padding-bottom: 0px;
}

.content-section.sm.sss.ssd.sfd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section.sm._44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-section.bot {
  padding-bottom: 0px;
}

.content-section.bot.sq {
  padding-top: 40px;
}

.content-section.e2 {
  padding-top: 60px;
}

.content-section.e2 {
  padding-top: 56px;
  padding-bottom: 32px;
}

.content-grid {
  margin-bottom: 100px;
  grid-column-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid._223.sf {
  margin-bottom: 20px;
}

.content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  margin-top: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #5454d4;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.feature-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon-3d {
  width: 200px;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.feature-wrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 32px;
  color: #696871;
  font-size: 16px;
  text-align: center;
}

.feature-wrap.white-text {
  margin-top: 20px;
  color: #fff;
}

.price-feature {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
}

.price-feature.white {
  color: #fff;
}

.button-white {
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 42px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #5454d4;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button-white:hover {
  background-color: #000;
  color: #fff;
}

.price-type {
  color: #696871;
  font-size: 18px;
}

.price-type.white-text {
  color: #fff;
}

.price-card-focus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #007bff;
}

.h1-white {
  margin-top: 20px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.h1-white.pp {
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03px;
}

.h1-white.pp.b {
  color: #000;
}

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

.button-dark {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 2px;
  background-color: #2c3157;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button-dark:hover {
  background-color: #000;
}

.body {
  font-family: Inter, sans-serif;
}

.yearprice {
  margin-top: -10px;
  color: hsla(0, 0%, 100%, 0.5);
}

.yearprice.dark {
  color: rgba(0, 0, 0, 0.5);
}

.yearprice._22 {
  margin-bottom: 13px;
}

.heading-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 120%;
  text-align: center;
}

.heading-2._24 {
  width: 70%;
  margin-bottom: 60px;
}

.heading-2._24._33 {
  color: #19191b;
  font-size: 50px;
  letter-spacing: -0.03em;
}

.heading-2._24._33.c {
  width: 80%;
}

.display-heading-3 {
  margin-bottom: 24px;
  color: #000;
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.display-heading-3.content-width-small {
  max-width: 460px;
  margin-top: 0px;
  font-size: 42px;
  line-height: 130%;
}

.content-width-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 510px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-lead {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0em;
}

.text-lead.margin {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.content-width-extra-large {
  margin-right: auto;
  margin-left: auto;
}

.row.content-width-extra-large.large-text-row {
  max-width: 1060px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.panel-body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #e96868;
  direction: ltr;
}

.panel.section {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: rgba(122, 157, 197, 0.14);
}

.panel.bg-gradient-9 {
  border-radius: 4px;
  background-color: rgba(255, 205, 97, 0.14);
}

.panel.bg-gradient-6-reverse {
  border-radius: 4px;
  background-color: rgba(255, 205, 97, 0.14);
}

.content-width-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3 {
  color: #19191b;
  font-size: 38px;
  line-height: 1.1;
}

.heading-4 {
  color: #19191b;
  font-size: 38px;
  line-height: 110%;
}

.input-field {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  border: 0px none #000;
  background-image: url('../images/mail-icon.svg');
  background-position: 10% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 33px 84px 0 rgba(14, 86, 124, 0.16);
  font-size: 16px;
}

.gradient-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(0%, #f6fcff), color-stop(0, #e6e6e6), to(rgba(246, 252, 255, 0)));
  background-image: linear-gradient(180deg, #f7f7f7, #f6fcff 0%, #e6e6e6 0, rgba(246, 252, 255, 0));
}

.banner-text-wrapper {
  position: relative;
  z-index: 20;
  max-width: 70%;
}

.bottom-section {
  position: relative;
  padding: 140px 3%;
}

.submit-button {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #37def5;
  font-size: 16px;
  font-weight: 500;
}

.faq-title {
  display: inline-block;
  margin-bottom: 2px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.cta-header {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  color: #19191b;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

.paragraph-basic {
  display: none;
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 18px;
}

.banner-button {
  position: relative;
  padding: 20px;
  border-radius: 2px;
  background-color: #007bff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 500;
}

.banner-button:hover {
  background-color: #006fe6;
}

.grid-faq {
  width: 110%;
  margin-top: 0px;
  margin-left: 40px;
  justify-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-grid {
  grid-column-gap: 60px;
  -ms-grid-columns: 0.6fr 0.4fr 0.4fr 1fr;
  grid-template-columns: 0.6fr 0.4fr 0.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  min-height: 180px;
  margin: 100px auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 0 32px 64px 0 rgba(14, 86, 124, 0.16);
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  max-width: 35%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 50px;
  line-height: 110%;
}

.h3._22 {
  font-size: 38px;
}

.footer-title-2 {
  display: inline-block;
  margin-bottom: 36px;
  color: #1b2d45;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.standard-paragraph {
  max-width: 100%;
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.icon {
  color: #fff;
  font-size: 15px;
}

.testimonial-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 60px 3% 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3541;
}

.h2 {
  margin-bottom: 14px;
}

.h2.white {
  color: #fff;
  font-size: 50px;
  line-height: 1.1;
}

.hero-graphic-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  display: block;
}

.slider {
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin-top: 60px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.arrow-right {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 90px;
  background-color: #007bff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-right:hover {
  background-color: #000;
}

.profile-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-left {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 90px;
  background-color: #007bff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-left:hover {
  background-color: #000;
}

.profile-image {
  margin-right: 16px;
  border-radius: 100px;
}

.quotes-icon {
  position: absolute;
  left: 0px;
  top: -40px;
  right: 0px;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

.halftone-pattern-2 {
  position: absolute;
  left: 4%;
  top: auto;
  right: 0%;
  bottom: -70px;
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 430px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
}

.slide-nav {
  display: none;
}

.standard-paragraph-2 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.standard-paragraph-2.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.standard-paragraph-2.center.white {
  color: #fff;
}

.mask {
  overflow: visible;
  background-color: transparent;
  box-shadow: 0 20px 50px 0 rgba(70, 137, 215, 0.2);
}

.slide {
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 2px;
  background-color: #fff;
}

.container-2 {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.container-2.grid-container._222 {
  padding-bottom: 60px;
}

.text-lead-2 {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0em;
}

.text-lead-2.horizontal-metric-text {
  max-width: 320px;
  margin-left: 24px;
  color: #333;
}

.text-lead-2.horizontal-metric-text._0101 {
  max-width: 70%;
  font-size: 24px;
  text-align: center;
}

.content-width-extra-large {
  width: 100%;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
}

.content-width-extra-large.section-title {
  max-width: 1010px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 20px;
}

.content-width-extra-large.section-title.cemt {
  text-align: center;
}

.panel-body-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.panel-body-2.panel-body-large {
  padding: 48px;
  background-color: transparent;
}

.display-heading-4 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.display-heading-4.no-bottom-space {
  margin-bottom: 0px;
}

.metric-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metric-row._0202 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical-metrics-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h1 {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h1.display-inline {
  color: #202020;
}

.h1.display-inline.text-gray-4 {
  line-height: 51px;
}

.h1.display-inline.text-gray-4.cent {
  text-align: center;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field {
  margin-right: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-field:hover {
  background-color: #fafafa;
}

._112 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

._112:hover {
  background-color: #fafafa;
}

.image-4 {
  position: absolute;
  top: 170px;
  right: 80px;
  width: 140px;
  height: 140px;
}

.image-5 {
  position: absolute;
  right: 0%;
  width: 50%;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #009da3;
  box-shadow: 0 1px 20px 0 rgba(34, 34, 34, 0.16);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 20px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #008085;
  box-shadow: 0 5px 30px 0 rgba(34, 34, 34, 0.16);
}

.button-2.registration {
  width: 100%;
  height: 45px;
  background-color: #009da3;
  font-size: 16px;
  font-weight: 500;
}

.text-block-8 {
  margin-right: 3px;
  font-size: 16px;
}

.legal-text {
  opacity: 0.85;
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.legal-text._3 {
  color: #374252;
}

.image {
  height: 25px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #161616;
  font-size: 26px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}

.content-box._222 {
  margin-top: 40px;
}

.text-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-box._2 {
  width: 100%;
}

.feature-icon {
  width: 24px;
  margin-right: 12px;
}

.form-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-9 {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #374252;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-block-9._2 {
  color: #fff;
}

._1px-div-line {
  width: 40%;
  height: 0.8px;
  background-color: #e4e4e4;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.checkbox-field {
  margin-bottom: 15px;
}

.legal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal-box._2-copy {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.legal-box._2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-field-2 {
  height: 45px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 15px;
}

.text-field-2:hover {
  border: 1px solid #007bff;
  background-color: #fafafa;
}

.text-field-2:focus {
  border: 1px solid #007bff;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #dbdbdb;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  background-color: #f9f9f9;
}

.social-login:active {
  background-color: #f2f2f2;
  box-shadow: 1px 0 3px 0 #dbdbdb;
}

.social-login.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.social-login.facebook:hover {
  opacity: 0.95;
}

.link-4 {
  color: #2d323e;
}

.page-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #1b2d47;
}

.page-container._2 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #fff;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.heading-1 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 34px;
  line-height: 130%;
  font-weight: 500;
}

.page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  margin-left: 3px;
  color: #009da3;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.field-label-2 {
  display: none;
  color: rgba(55, 66, 82, 0.9);
  font-weight: 600;
}

.success-message {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(0, 157, 163, 0.12);
  color: #009da3;
  font-weight: 600;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 454.3999938964844px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-42 {
  margin-left: 10px;
  text-align: center;
}

.brand-2 {
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.brand-2._25g {
  margin-right: 16px;
}

.checkbox-label {
  opacity: 0.7;
  color: #2d323e;
  font-weight: 500;
}

.flowbase-remove-2 {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 99999;
  display: none;
  width: 100%;
  max-width: 256px;
  min-height: 90px;
  padding: 8px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 2px;
  border-color: #e7d6ff;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0);
  box-shadow: none;
}

.flowbase-h4 {
  margin-bottom: 4px;
  color: #19191b;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.flowbase-button-2 {
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #fff;
  color: #7839f3;
  font-size: 14px;
  font-weight: 700;
}

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

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #2f1893;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.navigation-item:hover {
  opacity: 1;
  color: #264fdf;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.nav-button {
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #d5d0ec;
  border-radius: 120px;
  opacity: 1;
  -webkit-transition: all 200ms ease, opacity 200ms ease;
  transition: all 200ms ease, opacity 200ms ease;
  color: #315aec;
}

.navigation-item.nav-button:hover {
  border-color: #315aec;
  background-color: #315aec;
  opacity: 1;
  color: #fff;
}

.navigation-item.nav-button.padding-bottom {
  border-color: #315aec;
  background-color: #315aec;
  color: #fff;
}

.navigation-item.nav-button.padding-bottom:hover {
  border-color: #315aec;
  background-color: #315aec;
  box-shadow: 0 3px 16px -4px #315aec;
  color: #fff;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fixed-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-block-35 {
  margin-right: 10px;
  color: #2f1893;
}

.dropdown-list {
  background-color: #e0dfdf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-list.w--open {
  border-radius: 4px;
  background-color: #eee;
}

.dropdown-list.w--open:hover {
  border-radius: 4px 4px 20px;
  color: #325aec;
}

.dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.dropdown-link:hover {
  color: #0926ff;
}

.logo-image {
  display: block;
  padding-top: 0px;
}

.navigation-2 {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-2.botton-line {
  z-index: 9900000;
}

.dropdown-toggle {
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle:hover {
  color: #264fdf;
}

.logo-link {
  z-index: 1;
  background-color: transparent;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

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

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  display: block;
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-43 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999999;
  display: none;
}

.heading-8 {
  font-weight: 700;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-top: 20px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-36 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.text-block-36.b {
  color: #000;
}

.text-block-37 {
  display: none;
  font-weight: 400;
}

.text-span-2 {
  color: #009399;
}

.bold-text-2 {
  color: #00ac42;
}

.text-block-38 {
  text-align: center;
}

.text-span-3 {
  color: #7c7c7c;
}

.bold-text-3 {
  color: #00ac42;
}

.success-message-2 {
  background-color: #f5f5f5;
}

.text-block-39 {
  text-align: center;
}

.mobile {
  display: none;
}

.standard-paragraph-3 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.paragraph-basic-2 {
  margin-bottom: 0px;
  color: rgba(86, 96, 115, 0.7);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
}

.profile-image-2 {
  margin-right: 25px;
  border-radius: 100px;
}

.slide-nav-2 {
  display: none;
  background-color: #444;
}

.arrow-right-2 {
  left: auto;
  top: 0%;
  right: -25px;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 90px;
  background-color: #007bff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-right-2:hover {
  background-color: #006fe6;
}

.arrow-left-2 {
  left: -25px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 55px;
  height: 55px;
  border-radius: 90px;
  background-color: #007bff;
  box-shadow: 0 5px 10px 0 rgba(27, 45, 69, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow-left-2:hover {
  background-color: #006fe6;
}

.faq-title-2 {
  display: inline-block;
  margin-bottom: 8px;
  color: #1b2d45;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.grey-line {
  position: relative;
  width: 2px;
  height: 82%;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.step-1-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.white-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.step-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-3-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-2-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-3-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.timeline-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.container-4.small {
  max-width: 920px;
}

.container-4.small.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.black {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #000;
}

.black-line {
  position: absolute;
  left: 19px;
  right: 20px;
  width: 2px;
  height: 72px;
  background-color: #0a0a0a;
}

.step-2-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.process-wrapper {
  position: relative;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #337cf6;
}

.heading-2-small {
  margin-bottom: 25px;
  font-size: 56px;
  line-height: 64px;
}

.heading-2-small.text-white {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 1.4;
}

.heading-2-small.text-white._1 {
  margin-bottom: 32px;
}

.step-1-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.step-5-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-4-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-heading {
  color: #fff;
}

.step-heading.margin-xs {
  color: #fff;
  font-size: 28px;
  line-height: 1.4;
}

.step-5-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-4-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-info {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-11 {
  margin-right: 8px;
  padding-top: 0px;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px none #000;
  border-radius: 4px;
}

.section-2.medium-paddings {
  padding-top: 50px;
  padding-bottom: 60px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row-2.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  margin-top: 3px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-7 {
  color: #999;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.heading-9 {
  color: #19191b;
  font-size: 42px;
  line-height: 110%;
  text-align: center;
}

.heading-9._10 {
  margin-bottom: 30px;
  font-size: 50px;
}

.paragraph-4 {
  color: #000;
  font-size: 16px;
}

.bold-text-7 {
  color: #337cf6;
}

.bold-text-4 {
  color: #337cf6;
  font-size: 16px;
}

._94 {
  margin-bottom: 8px;
  color: #333;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-47 {
  background-color: #727272;
}

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

.tab {
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 2px;
  background-color: #3f3f3f;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
}

.tab.w--current {
  background-color: #ceebff;
  color: #333;
}

.tab-content {
  padding-top: 32px;
  padding-bottom: 16px;
}

.ssd {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.4;
}

.div-block-46 {
  max-width: 400px;
  padding: 4px;
  border-style: solid;
  border-width: 0px;
  border-color: #363636;
  border-radius: 2px;
  background-color: rgba(99, 99, 99, 0);
}

.paragraph-2 {
  overflow: auto;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
}

.image-7 {
  width: 100%;
  max-width: 900px;
  border-radius: 2px;
}

.navigation-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  padding: 16px 32px;
  border-radius: 10px;
  background-color: #02676b;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-3:hover {
  background-color: #025c5f;
}

.button-3.button-space {
  margin-left: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background-color: #337cf6;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  color: #fff;
}

.button-3.button-space:hover {
  background-color: #033992;
}

.logo-2 {
  width: 180px;
}

.navigation-top-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

.nav-link-6 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 15px;
}

.nav-link-6:hover {
  color: #337cf6;
}

.brand-4 {
  margin-right: 20px;
  padding: 12px;
}

.nav06-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav06-2.st {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  box-shadow: 0 4px 20px -12px #000;
}

.link-7 {
  color: #084bbc;
  text-decoration: none;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.detail-icon-2 {
  margin-right: 5px;
}

.navigation-container-full-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container-full-5.sticky {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navigation-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #02676b;
  font-size: 15px;
}

.navigation-detail.detail-left {
  margin-right: 20px;
}

.paragraph-5 {
  margin-top: 20px;
  color: #999;
  font-size: 15px;
  text-align: center;
}

.text-span-4 {
  color: #009399;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .flowbase-remove {
    display: none;
  }

  .navigation-side-plain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-container-full {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 21px 77px 45px 0 rgba(0, 0, 0, 0.09);
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    border: 1px none #000;
  }

  .mobile-button {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.09);
    color: #ff7143;
  }

  .mobile-button.w--open {
    border-color: #02676b;
    background-color: #ff7143;
  }

  .hero-grid {
    grid-row-gap: 44px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
    padding-right: 20px;
  }

  .button-navigation {
    display: none;
  }

  .feature-grid {
    grid-auto-flow: row;
  }

  .h1-white.pp {
    margin-bottom: 0px;
    font-size: 43px;
  }

  .h1-white.pp.b {
    margin-bottom: 0px;
  }

  .body {
    overflow: hidden;
  }

  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }

  .row.content-width-extra-large.large-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel.section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .grid-faq {
    margin-left: 25px;
    grid-column-gap: 27px;
  }

  .banner {
    padding-right: 42px;
    padding-left: 42px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.white {
    text-align: center;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .form-box {
    width: 550px;
    margin-top: 0%;
  }

  .legal-text._3 {
    display: none;
  }

  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .logo-img {
    margin-bottom: 10px;
  }

  .heading-5 {
    position: static;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .text-field-box {
    width: 49%;
  }

  .block-1 {
    padding-bottom: 60px;
  }

  .legal-box._2-copy {
    display: block;
    margin-top: 60px;
  }

  .legal-box._2 {
    display: none;
  }

  .block-2 {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .page-container {
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .page-container._2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-1 {
    max-width: none;
    margin-top: 20px;
  }

  .page-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper {
    max-width: none;
  }

  .div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .brand-2 {
    position: static;
  }

  .flowbase-remove-2 {
    display: none;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.nav-button.padding-bottom {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
    padding-top: 0px;
    border-radius: 0px;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-44 {
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .text-block-36.b {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .mobile {
    display: block;
  }

  .text-block-40 {
    display: none;
  }

  .arrow-right-2 {
    right: -10px;
  }

  .arrow-left-2 {
    left: -10px;
  }

  .step-1-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-3-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .timeline-wrapper {
    display: none;
  }

  .container-4.small.flex {
    width: 100%;
    max-width: none;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .black-line {
    display: none;
  }

  .step-2-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step {
    position: absolute;
    left: 24px;
    top: -19px;
    right: auto;
    bottom: auto;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .step-4-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-5-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-2 {
    padding-top: 0px;
  }

  .row-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .button-3.button-space {
    display: none;
  }

  .navigation-top-3 {
    position: relative;
    min-height: auto;
  }

  .nav-link-6 {
    width: 100%;
  }

  .menu-button-green-2 {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    color: #02676b;
  }

  .menu-button-green-2.w--open {
    border-color: #02676b;
    background-color: #02676b;
  }

  .brand-4 {
    margin-right: 10px;
    padding: 0px;
  }

  .nav06-2.st {
    display: none;
  }

  .nav-menu-3 {
    height: auto;
    background-color: #fff;
  }

  .navigation-container-full-5 {
    position: relative;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flowbase-remove {
    display: none;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid-03 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-column {
    padding-right: 0px;
  }

  .logo-grid {
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

  .price-grid {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }

  .row.content-width-extra-large.large-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .panel.section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .grid-faq {
    margin-left: 0px;
    grid-column-gap: 41px;
  }

  .footer-grid {
    grid-column-gap: 45px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h3 {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .flex-container.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2.white {
    line-height: 1.1;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .panel-body-2.panel-body-large {
    padding: 36px;
  }

  .display-heading-4 {
    font-size: 40px;
    line-height: 44px;
  }

  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .form-box {
    width: auto;
    margin-top: 5%;
  }

  .heading-5 {
    position: static;
  }

  .content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-box._222 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .legal-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-container {
    width: auto;
  }

  .heading-1 {
    max-width: 400px;
  }

  .page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-2 {
    position: static;
    top: auto;
  }

  .navigation-item.nav-button {
    margin-right: 100px;
    margin-left: 100px;
  }

  .menu-icon {
    padding-top: 0px;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .dropdown-toggle {
    text-align: center;
  }

  .logo-link {
    padding-left: 0px;
  }

  .text-block-40 {
    display: none;
  }

  .step-1-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-3-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .step-2-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step {
    left: 16px;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step-4-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-5-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-info {
    margin-left: 0px;
  }

  .div-block-15 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .close-circle {
    top: 0px;
    right: 0px;
    display: none;
  }

  .button {
    text-align: center;
  }

  .button.sm2._222 {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .button._100 {
    width: 100%;
  }

  .nav-menu {
    box-shadow: 0 50px 70px 40px #fff;
  }

  .nav-link {
    padding-left: 20px;
  }

  .mobile-button {
    border-style: none;
    border-radius: 2px;
  }

  .mobile-button.w--open {
    border-style: none;
    border-radius: 2px;
    background-color: #e7e7e7;
    color: #728cfd;
  }

  .header {
    overflow: hidden;
    padding-top: 10px;
  }

  .heading {
    font-size: 52px;
  }

  .hero-block {
    margin-bottom: -10px;
    padding-right: 0px;
  }

  .footer-link {
    text-align: left;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid-03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-section.sm {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .content-section.sm.sss.ssd {
    margin-top: 20px;
  }

  .content-section.e2 {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .content-grid._223 {
    margin-bottom: 20px;
  }

  .content {
    padding-right: 0px;
  }

  .feature-card {
    padding: 8px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-3d {
    width: 160px;
  }

  .price-grid {
    text-align: left;
  }

  .price-card {
    margin-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: #ececec;
  }

  .feature-wrap {
    text-align: left;
  }

  .button-white {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-card-focus {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-3 {
    margin-left: 0px;
  }

  .body {
    overflow: auto;
  }

  .heading-2._24 {
    width: 100%;
    font-size: 42px;
  }

  .heading-2._24._33 {
    font-size: 33px;
  }

  .heading-2._24._33.c {
    margin-bottom: 20px;
  }

  .display-heading-3 {
    font-size: 40px;
    line-height: 44px;
  }

  .display-heading-3.content-width-small {
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
  }

  .text-lead {
    font-size: 15px;
    line-height: 130%;
    font-weight: 400;
  }

  .panel-body {
    padding: 24px;
  }

  .panel {
    border-radius: 6px;
  }

  .panel.section {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .banner-text-wrapper {
    max-width: 100%;
  }

  .bottom-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .faq-title {
    font-size: 24px;
  }

  .cta-header {
    width: 100%;
    font-size: 33px;
  }

  .banner-button {
    margin-top: 35px;
  }

  .grid-faq {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .banner {
    margin-bottom: 100px;
    padding: 40px 28px;
  }

  .h3 {
    font-size: 42px;
  }

  .h3._22 {
    font-size: 33px;
  }

  .standard-paragraph {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .testimonial-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2.white {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 1;
    text-align: left;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .profile-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container-2 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .text-lead-2 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }

  .text-lead-2.horizontal-metric-text {
    font-size: 18px;
    line-height: 27px;
  }

  .content-width-extra-large.section-title {
    margin-bottom: 40px;
  }

  .panel-body-2 {
    padding: 24px;
  }

  .panel-body-2.panel-body-large {
    padding: 24px;
  }

  .h1.display-inline.text-gray-4 {
    line-height: 35px;
  }

  .form-block {
    width: 100%;
  }

  .form {
    width: 100%;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    font-size: 18px;
  }

  ._112 {
    font-size: 18px;
  }

  .image-5 {
    top: 0px;
  }

  .form-box {
    width: auto;
    margin-top: 0%;
  }

  .button-2 {
    margin-top: 20px;
  }

  .text-block-8 {
    white-space: nowrap;
  }

  .legal-text._3 {
    display: none;
  }

  .logo-img {
    margin-bottom: 20px;
  }

  .heading-5 {
    position: static;
    margin-bottom: 0px;
    line-height: 120%;
  }

  .content-box {
    padding-top: 0px;
  }

  .text-field-box {
    width: 100%;
  }

  .block-1 {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .legal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-field-2 {
    border-radius: 1px;
  }

  .div-block-6-copy {
    width: 100%;
  }

  .form-wrapper {
    max-width: 460px;
  }

  .block-2 {
    padding: 20px 20px 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .social-login {
    width: 48%;
    height: 45px;
  }

  .page-container._2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 130%;
  }

  .heading-1 {
    font-size: 36px;
    line-height: 140%;
    font-weight: 500;
  }

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

  .social-box {
    margin-bottom: 0%;
  }

  .flowbase-remove-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10px;
    display: none;
    max-width: 100%;
    min-height: 0px;
  }

  .icon-2 {
    color: #444;
  }

  .navigation-item.nav-button {
    margin-right: 4px;
    margin-left: 4px;
  }

  .navigation-item.nav-button.padding-bottom {
    width: 80%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-items {
    z-index: 9999999999;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .menu-icon {
    padding-top: 0px;
    padding-left: 0px;
  }

  .navigation-2 {
    padding: 10px 20px;
  }

  .navigation-2.botton-line {
    background-color: #fff;
  }

  .dropdown-toggle {
    margin-top: -8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container-3 {
    position: static;
    z-index: -1;
  }

  .div-block-44 {
    height: 46px;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-36 {
    padding-left: 4px;
  }

  .text-block-37 {
    display: block;
  }

  .text-block-40 {
    display: none;
  }

  .standard-paragraph-3 {
    font-size: 16px;
  }

  .profile-image-2 {
    margin-bottom: 15px;
  }

  .step-1-info-wrapper {
    margin-bottom: 32px;
  }

  .step-3-info-wrapper {
    margin-bottom: 32px;
  }

  .section.black {
    padding-top: 36px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .step-2-info-wrapper {
    margin-bottom: 32px;
  }

  .heading-2-small {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-2-small.text-white {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
  }

  .step-4-info-wrapper {
    margin-bottom: 32px;
  }

  .step-heading.margin-xs {
    margin-top: 4px;
    font-size: 24px;
    line-height: 1.3;
  }

  .step-info {
    display: block;
  }

  .col {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .section-2.medium-paddings {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .row-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-7 {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .heading-9 {
    font-size: 26px;
  }

  .heading-9._10 {
    font-size: 33px;
  }

  .paragraph-4 {
    margin-bottom: 16px;
    font-size: 15px;
  }

  ._94 {
    margin-bottom: 2px;
    font-size: 24px;
  }

  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation-top-3 {
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navigation-container-full-5 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .paragraph-8 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-9 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-10 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-11 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-12 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-13 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-14 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-15 {
    font-size: 15px;
    text-align: left;
  }

  .paragraph-16 {
    font-size: 15px;
  }

  .paragraph-17 {
    font-size: 15px;
  }

  .paragraph-18 {
    font-size: 15px;
  }

  .paragraph-19 {
    font-size: 15px;
  }

  .paragraph-20 {
    font-size: 15px;
  }

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

  .desktop {
    display: none;
  }
}

#w-node-bf4a01a5-5b54-a931-098c-7d0e87010373-28306334 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_59cc3c5f-5f8c-38cc-3669-18aad77a94e7-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ef781229-1ad1-0838-0280-94930bfabf1c-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_49639fd9-08d0-ec01-024d-04f789159432-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0854b835-250c-8acc-cf3d-c0c9e05e843e-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5ad39594-d060-a6e5-e78c-ea7932659688-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a7b62898-3a23-c87e-69a4-b5ca6c60e982-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3e6cdd78-064e-f344-a78b-7633b74f3985-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a51583d3-cdad-8fb3-bb9a-8da6142d393c-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7a2fb1a4-fd56-b6b3-eda1-197a528fa590-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576b3-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576bc-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576c6-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576d0-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576da-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576e3-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576ec-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53a8119e-3fae-0609-1e9f-987f157576f5-28306334 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c291bc9e-062d-fb98-0c22-1ec6651c87ad-28306334 {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 767px) {
  #w-node-_23f2461d-aebe-cba0-7777-7526b173a315-28306334 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_41c45c5f-6ff5-1919-16cf-be3e56ef361f-28306334 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b724d9be-ed36-991b-2d60-d7c7409639e5-28306334 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

