:root {
  --white: #fff;
  --text-1: #494949;
  --main-col: #0b3cb6;
  --text-3: #212427;
  --text-2: #737373;
  --sec-col: #dc069a;
  --light-bg: #e8f5ff;
  --grad-col: #55a1e1;
  --footer-col: #652077;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

p {
  margin-bottom: 10px;
}

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

.navbar-no-shadow {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--white), #ffffff7a 58%, #fff0);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  position: sticky;
  top: 0;
}

.navbar-no-shadow-container {
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

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

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

.navbar-brand.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 50px;
}

.grad-button {
  border: 1px solid var(--main-col);
  color: var(--main-col);
  white-space: nowrap;
  background-color: #1a1b1f00;
  border-radius: 40px;
  padding: 8px 16px;
  font-size: 12px;
  transition: all .2s;
}

.grad-button:hover {
  background-color: var(--main-col);
  color: var(--white);
}

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

.image {
  max-width: 60%;
}

.body {
  color: var(--text-1);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-section {
  padding-top: 13vh;
  padding-bottom: 100px;
  position: relative;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  height: 100%;
  display: flex;
  position: relative;
}

.heading {
  color: var(--text-3);
  text-align: center;
  font-size: 46px;
  font-weight: 600;
}

.hero-parag {
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-span {
  color: var(--text-2);
}

.hero-img-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-arrow {
  width: 52px;
  display: none;
  position: absolute;
  inset: 35% 33% auto auto;
}

.bg-img-left {
  z-index: -2;
  position: absolute;
  inset: -10% auto 0% 0%;
}

.bg-img-right {
  z-index: -2;
  position: absolute;
  inset: -10% 0% 0% auto;
}

.paragraph {
  width: 400px;
  padding-top: 18px;
  font-size: 16px;
  line-height: 22px;
}

.grad-buuton {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 285px;
  padding: 8px 24px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grad-buuton:hover {
  text-decoration: none;
  box-shadow: 6px 8px 5px #0003;
}

.grad-buuton:active {
  text-decoration: none;
}

.btn-text1 {
  color: var(--white);
  text-decoration: none;
}

.hero-img {
  z-index: -2;
  position: absolute;
}

.hero-img.left-1 {
  inset: 58% 71% 0% auto;
}

.hero-img.left-2 {
  inset: 37% 93% 0% auto;
}

.hero-img.left-3 {
  inset: 7% 82% 0% auto;
}

.hero-img.right-1 {
  inset: 62% 15% 0% auto;
}

.hero-img.right-2 {
  inset: 39% 1% 0% auto;
}

.hero-img.right-3 {
  inset: 2% 6% 0% auto;
}

.hero-img.left-4 {
  inset: -20% 79% 0% auto;
}

.hero-img.left-5 {
  inset: -12% 93% 0% auto;
  transform: scale(.4);
}

.hero-img.right-4 {
  inset: 2% 1% 0% auto;
}

.hero-img.right-5 {
  inset: 82% 10% 0% auto;
}

.our-services-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.header-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.info-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-description {
  width: 400px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.section-title {
  color: var(--main-col);
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
}

.section-label {
  color: var(--text-3);
  text-align: center;
  margin-top: 0;
  font-weight: 500;
  line-height: 60px;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f6f6f6;
  border-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 209px;
  margin: 12px;
  display: flex;
}

.icon-circle {
  background-color: var(--main-col);
  border-radius: 100px;
  width: 112px;
  height: 112px;
  position: relative;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.text-block-2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.image-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  width: 80px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: scale(1.05);
}

.image-3 {
  width: 300px;
  display: none;
}

.line-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.line-card-wrapper._2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 26px;
}

.how-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 194px;
  position: relative;
}

.text-span {
  color: var(--main-col);
  font-weight: 700;
}

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

.image-4 {
  position: absolute;
  inset: 41% 26% 0% auto;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  height: 214px;
  margin-top: 97px;
  position: relative;
}

.dashed-lin {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.point-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
  top: -25%;
}

.point-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
  top: 44%;
  left: -7%;
}

.point-3 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
  top: -19%;
  left: -9%;
}

.point-4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
  top: 18%;
  left: -94px;
}

.heading-2 {
  width: 317px;
  margin-top: 0;
}

.step-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
}

.step-title {
  white-space: nowrap;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.step-title.wrapped {
  white-space: nowrap;
}

.numbering {
  color: #6801d4;
  font-weight: 800;
}

.numbering._1 {
  color: var(--sec-col);
}

.numbering._2 {
  color: #ad00a1;
}

.numbering._4 {
  color: #4100eb;
}

.text-wrapper {
  width: 300px;
  position: relative;
  top: -32px;
  left: -16px;
}

.text-wrapper-2 {
  position: relative;
  top: 98px;
  left: -16px;
}

.text-wrapper-3 {
  position: relative;
  top: -32px;
  left: -16px;
}

.text-wrapper-4 {
  position: relative;
  top: 106px;
  left: -16px;
}

.container-3 {
  position: relative;
  top: -9%;
}

.started-section {
  background-color: var(--light-bg);
  justify-content: center;
  align-items: center;
  padding-top: 164px;
  padding-bottom: 120px;
  position: relative;
}

.div-block {
  display: flex;
}

.section-header {
  color: var(--text-3);
  font-weight: 500;
}

.text-span-2 {
  color: var(--main-col);
  font-weight: 600;
}

.column {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.container-4 {
  display: flex;
  position: relative;
}

.image-5 {
  margin-top: 19px;
  position: relative;
  left: -90px;
}

.started-card {
  background-color: #feedfa;
  border-radius: 12px;
  width: 26vw;
  max-width: 335px;
  height: 215px;
  padding: 16px;
  box-shadow: 0 2px 5px #0003;
}

.started-card.purple {
  background-color: #f1ebff;
  height: auto;
  position: relative;
  top: 10%;
  right: -23%;
  overflow: hidden;
}

.started-card.pimk {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  position: absolute;
  top: 66%;
  left: -10%;
  overflow: hidden;
}

.started-card.green {
  background-color: #e7f5e8;
  height: auto;
  position: relative;
  top: 20%;
  right: -51%;
  overflow: hidden;
}

.heading-4 {
  color: var(--text-3);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-3 {
  color: var(--text-2);
}

.image-6 {
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image7 {
  position: absolute;
  inset: -60% auto auto -42%;
}

.promises-section {
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.point {
  font-size: 24px;
}

.description {
  width: 75%;
  font-size: 16px;
  font-weight: 400;
}

.flex-block-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-start;
  align-items: center;
}

.column-2 {
  z-index: 4;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.column-2._2 {
  perspective: 1028px;
  justify-content: center;
  align-items: center;
}

.grad-buuton-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px solid var(--main-col);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 310px;
  padding: 8px 24px;
  display: flex;
}

.text-2 {
  color: var(--main-col);
}

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

.bg-img-left-copy {
  z-index: -2;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-img-left-2 {
  z-index: -2;
  position: absolute;
  inset: 18% auto 0% 0%;
}

.bg-img-left-3 {
  z-index: -2;
  position: absolute;
  inset: -38% 0% auto auto;
}

.bg-img-left-3._2 {
  inset: 26% auto -28% 0%;
}

.contact-section {
  background-color: var(--light-bg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-3 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.column-3._2 {
  justify-content: center;
  align-items: center;
  width: 45%;
}

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

.heading-5 {
  font-size: 53px;
  line-height: 57px;
}

.heading-6 {
  margin-top: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 55px;
}

.text-span-3 {
  color: var(--main-col);
  font-weight: 700;
}

.image-7 {
  width: 75px;
  position: relative;
  left: -25px;
}

.image-8 {
  width: 139px;
  position: relative;
  top: 52px;
  left: -33px;
}

.image-9 {
  width: 111px;
  position: relative;
  top: -8px;
  left: -34px;
}

.image-10 {
  width: 132px;
  position: relative;
  top: 88px;
  left: -54px;
}

.image-11 {
  width: 61px;
  position: relative;
  top: 16px;
  left: -100px;
}

.rage-slider-handle {
  z-index: 1;
  cursor: grab;
  background-color: #fff;
  border-radius: 100rem;
  flex: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.rage-slider-handle.is-pink {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 50%;
}

.rage-slider-handle-copy {
  z-index: 1;
  cursor: grab;
  background-color: #fff;
  border-radius: 100rem;
  flex: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 12px #0003;
}

.rage-slider-handle-copy.is-pink {
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  top: 50%;
  right: 200px;
}

.text-span-4 {
  font-size: 1.2em;
  font-weight: 600;
}

.html-embed-3-copy {
  display: none;
}

.slider-div-copy {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: .8em 1.12em .8em .5em;
  display: flex;
}

.slider-div-copy.add-16px-margin {
  position: relative;
  bottom: 0;
}

.field-label {
  color: #d4d4d4eb;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: .9em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.2em;
}

.range-slider-fill {
  background-color: var(--main-col);
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.field-2 {
  text-align: left;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.range-slider-track {
  background-color: #d1deff;
  border-radius: 999rem;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-bar {
  text-align: left;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.html-embed-7 {
  display: none;
}

.field-4 {
  text-align: left;
  flex: 1;
  align-self: center;
  width: 100%;
}

.spacer {
  width: 40px;
  height: 40px;
}

.slider-div {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  padding: .8em 1.12em .8em .5em;
  display: flex;
}

.range-slider-wrapper {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.min-max {
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
  display: flex;
}

.slider-min-max {
  font-size: 16px;
  font-weight: 400;
}

.form-field {
  letter-spacing: 1px;
  width: 98%;
  height: 50px;
  margin-top: 5px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: block;
  position: relative;
}

.form-field:focus {
  border: 1px solid #0882f3;
}

.form-field.required {
  letter-spacing: .5px;
  background-color: #f7f3ff;
  background-image: url('../images/fluent_person-32-regular_1fluent_person-32-regular.png'), url('../images/Required-star_1Required star.png');
  background-position: 2%, 99%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 16px;
  background-attachment: scroll, scroll;
  border-bottom: 2px solid #c5c4c5;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 14px;
}

.text-field {
  background-color: #fff0;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2.2em;
  display: flex;
  position: relative;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label.large {
  color: var(--main-col);
  transform: scale(1.2)translate(0, 1.6em);
}

.field_label.is-radio {
  margin-bottom: .5em;
  font-size: 1.68em;
}

.field_label.large {
  transform: scale(1.2)translate(0, 1.6em);
}

.field {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #fff;
}

.field.name {
  border-bottom-color: #4747477a;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
  padding: 2.5em;
}

.error-message_text {
  font-size: 1.3em;
}

.radio_button {
  z-index: 2;
  border-color: #ffffff73 #ffffff73 #ffffff7a;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  border-width: 1px;
  border-color: #fff;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
}

.submit {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  margin-top: 1em;
  padding: .3em 2.1em;
  font-size: 1.5em;
  transition: all .1s;
}

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

.submit:focus {
  border-color: #49fefd;
}

.radio_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.form {
  width: 100%;
  margin-bottom: 0;
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .8em 2.4em;
  position: relative;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.field_wrap-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2.2em;
  display: flex;
  position: relative;
}

.field_label-copy {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label-copy.large {
  color: var(--main-col);
  transform: scale(1.2)translate(0, 1.6em);
}

.field_label-copy.large:active {
  top: -31px;
}

.field_label-copy.is-radio {
  margin-bottom: .5em;
  font-size: 1.68em;
}

.field_label-copy.large {
  transform: scale(1.2)translate(0, 1.6em);
}

.field-copy {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.field-copy:focus {
  border-bottom-color: #fff;
}

.field-copy.name {
  border-bottom-color: #4747477a;
}

.footer-light {
  background-color: var(--main-col);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.footer-link-two {
  color: var(--white);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--grad-col);
}

.footer-form {
  width: 315px;
  max-width: 100%;
}

.footer-form-container {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

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

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

.img-66, .img-77, .img-88, .img-99 {
  display: none;
}

.dashed-lin-2, .dashed-lin-3 {
  z-index: -1;
  height: 100%;
  display: none;
  position: absolute;
}

.description-2 {
  font-size: 16px;
  font-weight: 400;
}

.description-3 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.image-22 {
  position: absolute;
}

.form-textarea {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #616161;
  background-color: #fff0;
  border: 0 solid #433a92;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.form-textarea::placeholder {
  color: #616161;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.form-button {
  background-color: #212427;
  background-image: linear-gradient(90deg, var(--main-col), var(--grad-col));
  color: #fff;
  letter-spacing: 2px;
  border-radius: 100px;
  width: 50%;
  margin-top: 12px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.form-button:hover {
  background-color: #433a92;
}

.form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-label {
  color: #212427;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.form-text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #616161;
  background-color: #fff0;
  border: 0 solid #433a92;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.form-text-input::placeholder {
  color: #616161;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.has-left-icon {
  box-shadow: none;
  background-color: #0000;
  border-width: 0 0 2px;
  border-bottom-color: #21242794;
  border-radius: 0;
  padding-left: 30px;
  transition: border-color .2s;
}

.ms-input.has-left-icon:hover {
  border-width: 0 0 2px;
  border-color: var(--grad-col);
}

.ms-input.has-left-icon:active {
  border-bottom-color: var(--main-col);
}

.ms-input-wrap {
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 0;
}

.ms-embed {
  display: none;
}

.text-span-5 {
  font-weight: 600;
}

.desc-wrapper {
  padding-top: 5px;
  padding-left: 5px;
  position: relative;
}

.image-23 {
  width: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.image-24 {
  position: absolute;
  inset: auto 29% 8% auto;
}

.lottie-animation {
  position: absolute;
  inset: 30% 29% auto auto;
  transform: scale(.5)rotate(-69deg);
}

.div-block-5 {
  overflow: hidden;
}

.button-wrap {
  border: 1px solid var(--main-col);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 285px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-layer {
  z-index: 2;
  background-color: var(--main-col);
  background-image: linear-gradient(90deg, var(--main-col), var(--grad-col));
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-text {
  z-index: 1;
  color: var(--main-col);
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  position: relative;
}

.btn-text-2 {
  z-index: 3;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 45px;
  left: 13px;
}

.btn-text-2.arrow {
  top: 43px;
  left: 247px;
}

.button-link-cover {
  z-index: 5;
  position: absolute;
  inset: 0;
}

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

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.button-portal-pop {
  color: #000;
  letter-spacing: -.04em;
  z-index: var(--z-above);
  -webkit-user-select: none;
  user-select: none;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  position: relative;
}

.button-portal-pop__container {
  display: block;
}

.button-portal-pop__text {
  padding: .6875rem 1rem .75rem;
  display: block;
}

.button-portal-pop__background {
  z-index: var(--z-below);
  background-color: #f0ece5;
  border-radius: .3125rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grad-hover-effect {
  z-index: -1;
  background-image: linear-gradient(90deg, var(--main-col) 6%, var(--grad-col) 88%);
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -324% 0% 0%;
}

.hover-outlie {
  border: 1px solid #000;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  transform: scale(1.3);
}

.img-icon-wrapper {
  background-color: var(--main-col);
  border-radius: 200px;
  width: 80px;
  height: 80px;
  position: relative;
}

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

.grad-buuton2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border: 1px solid var(--main-col);
  background-color: var(--main-col);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 285px;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grad-buuton2:hover, .grad-buuton2:active {
  text-decoration: none;
}

.purple-arrow {
  display: none;
}

.part-1 {
  z-index: 1;
  width: 86px;
  position: absolute;
  inset: 4% auto auto 18%;
}

.part-3 {
  z-index: 1;
  width: 79px;
  position: absolute;
  inset: auto auto 5% 6%;
}

.part-2 {
  z-index: 1;
  width: 75px;
  position: absolute;
  inset: 15% 12% auto auto;
}

.part-hands {
  z-index: 1;
  width: 357px;
  position: absolute;
  inset: auto 12% 15% auto;
}

.image-25 {
  z-index: -2;
  position: relative;
}

.highlight {
  z-index: -1;
  background-image: url('../images/Ellipse-1.png');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie-animation2 {
  position: absolute;
  inset: auto 19% 5% auto;
  transform: scale(.5)rotate(-69deg);
}

.flex-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.grad-hover-effect2 {
  z-index: -1;
  background-image: linear-gradient(90deg, var(--main-col) 6%, var(--grad-col) 88%);
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -324% 0% 0%;
}

.text-span-6, .text-span-7 {
  font-weight: 500;
}

.text-span-8 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .container-regular, .container-2 {
    max-width: 1140px;
  }

  .line-card-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .line-card-wrapper.closer {
    justify-content: center;
    align-items: center;
  }

  .container-3, .container-4, .container-5, .container-6 {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1440px) {
  .container-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .part-hands {
    bottom: 28%;
    right: 20%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .hero-arrow {
    right: 29%;
  }

  .grad-buuton {
    z-index: 1;
    position: relative;
  }

  .hero-img.left-1 {
    opacity: .3;
    inset: 70% auto auto 13%;
  }

  .hero-img.left-2 {
    opacity: .3;
    inset: 34% auto auto 0%;
  }

  .hero-img.left-3 {
    opacity: .3;
    inset: 0% auto auto 10%;
  }

  .hero-img.right-1 {
    opacity: .3;
    inset: 70% 13% auto auto;
  }

  .hero-img.right-2 {
    opacity: .3;
    inset: 34% 0% auto auto;
  }

  .hero-img.right-3 {
    opacity: .3;
    inset: 0% 10% auto auto;
  }

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

  .section-description {
    text-align: center;
  }

  .section-title {
    text-align: center;
    padding-bottom: 13px;
  }

  .section-label {
    text-align: center;
    margin-bottom: 17px;
    font-size: 32px;
    line-height: 40px;
  }

  .service-card {
    border-radius: 26px;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .image-2 {
    top: -10%;
    right: -10%;
  }

  .image-3 {
    display: none;
  }

  .line-card-wrapper {
    justify-content: center;
    align-items: center;
  }

  .line-card-wrapper._2 {
    padding-right: 0;
  }

  .image-4 {
    width: 53px;
    inset: 32% 25% 0% auto;
  }

  .flex-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 67%;
    height: 100vw;
    margin-top: 20px;
  }

  .dashed-lin {
    display: none;
    transform: rotate(0);
  }

  .point-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    position: relative;
    top: 0%;
    right: -14%;
  }

  .point-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-right: 9%;
    position: relative;
    top: 0%;
    left: 8%;
  }

  .point-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    position: relative;
    top: 0%;
    left: 12%;
  }

  .point-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-right: 11%;
    position: relative;
    top: 0%;
    left: 8%;
  }

  .img-6, .img-7, .img-8, .img-9 {
    display: none;
  }

  .step-title {
    font-size: 20px;
    line-height: 22px;
  }

  .text-wrapper, .text-wrapper-2, .text-wrapper-3, .text-wrapper-4 {
    width: 50%;
    position: static;
  }

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

  .section-header {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 141px;
    padding-right: 141px;
  }

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

  .image-5 {
    z-index: 0;
    opacity: .07;
    width: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .started-card.purple, .started-card.pimk {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 200%;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    position: static;
  }

  .started-card.green {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 200%;
    height: auto;
    display: flex;
    position: static;
  }

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

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

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

  .description {
    text-align: center;
  }

  .point-wrapper {
    width: 100%;
  }

  .column-2 {
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

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

  .column-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-3._2 {
    width: 100%;
  }

  .container-6 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-6 {
    text-align: center;
    width: 72%;
    font-size: 32px;
    line-height: 40px;
  }

  .image-7 {
    position: relative;
    top: -56px;
    left: 2%;
  }

  .image-8 {
    width: 83px;
    position: relative;
    top: -18px;
    left: 0;
  }

  .image-9 {
    width: 50px;
    position: relative;
    top: -56px;
  }

  .image-10 {
    width: 80px;
    position: static;
  }

  .image-11 {
    position: relative;
    top: -106px;
    left: 0;
  }

  .flex-block-3 {
    opacity: .15;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }

  .div-block-4 {
    overflow: visible;
  }

  .form-field {
    width: auto;
    position: static;
    left: 0;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-social-link {
    width: 35px;
  }

  .image-12 {
    width: 95px;
  }

  .img-66, .img-77, .img-88, .img-99 {
    width: 62px;
    display: block;
  }

  .dashed-lin-2 {
    display: block;
    inset: 0% auto 0% 44%;
    transform: rotate(0);
  }

  .dashed-lin-3 {
    display: none;
    inset: 0% auto 0% 44%;
    transform: rotate(0);
  }

  .paragraph-7, .description-2 {
    text-align: center;
  }

  .description-3 {
    text-align: left;
  }

  .image-24 {
    right: 37%;
  }

  .lottie-animation {
    right: 22%;
  }

  .grad-buuton2 {
    z-index: 1;
    position: relative;
  }

  .part-1 {
    top: 11%;
    left: 26%;
  }

  .part-3 {
    bottom: 25%;
    left: 6%;
  }

  .part-2 {
    right: 3%;
  }

  .part-hands {
    bottom: 30%;
    right: 19%;
  }

  .highlight {
    display: none;
  }

  .lottie-animation2 {
    right: 22%;
  }
}

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

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .heading {
    font-size: 26px;
    line-height: 26px;
  }

  .hero-arrow {
    width: 40px;
    top: 26%;
  }

  .hero-logo {
    width: 132px;
  }

  .section-label {
    font-size: 26px;
    line-height: 30px;
  }

  .service-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 16px;
    width: 204.859px;
    height: 150px;
    padding-left: 24px;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .image-2 {
    width: 100%;
  }

  .line-card-wrapper {
    flex-flow: column;
  }

  .image-4 {
    width: 34px;
    display: none;
  }

  .flex-block {
    width: 100%;
    height: 130vw;
  }

  .point-1 {
    justify-content: center;
    align-items: flex-start;
    top: 0%;
    right: 0%;
  }

  .point-2, .point-3, .point-4 {
    justify-content: center;
    align-items: flex-start;
    left: 0%;
  }

  .text-wrapper {
    width: 48%;
  }

  .text-wrapper-2 {
    width: 52%;
  }

  .text-wrapper-3 {
    width: 45%;
  }

  .text-wrapper-4 {
    width: 53%;
  }

  .section-header {
    font-size: 26px;
    line-height: 30px;
  }

  .column {
    padding-left: 58px;
    padding-right: 58px;
  }

  .description {
    width: 100%;
  }

  .contact-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-6, .form-field {
    width: 100%;
  }

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

  .footer-wrapper-two {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .footer-title {
    text-align: center;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .dashed-lin-2, .dashed-lin-3 {
    left: 19%;
  }

  .image-24 {
    right: 29%;
  }

  .lottie-animation {
    top: 17%;
    right: 17%;
    transform: scale(.3)rotate(-69deg);
  }

  .img-icon-wrapper {
    width: 57px;
    height: 57px;
  }

  .part-1 {
    width: 71px;
  }

  .part-3 {
    width: 65px;
  }

  .part-2 {
    width: 60px;
  }

  .part-hands {
    width: 300px;
    bottom: 29%;
    right: 18%;
  }

  .lottie-animation2 {
    top: 79%;
    right: 17%;
    transform: scale(.3)rotate(-69deg);
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

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

  .image {
    width: 80px;
  }

  .hero-section {
    padding-top: 6vh;
    padding-bottom: 50px;
  }

  .heading {
    font-size: 8vw;
    line-height: 8vw;
  }

  .hero-parag {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-arrow {
    width: 31px;
    top: 38%;
    right: 20%;
  }

  .hero-logo {
    width: 35vw;
  }

  .bg-img-right {
    display: none;
  }

  .paragraph {
    width: auto;
    padding-top: 4px;
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .grad-buuton {
    width: auto;
    padding: 2vw 15px;
    overflow: hidden;
  }

  .btn-text1 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .hero-img.left-1, .hero-img.left-2, .hero-img.left-3, .hero-img.right-1, .hero-img.right-2, .hero-img.right-3 {
    width: 23%;
  }

  .hero-img.left-4 {
    width: 26px;
    top: -11%;
  }

  .hero-img.left-5 {
    top: 17%;
    right: 86%;
  }

  .hero-img.right-4 {
    top: -20%;
    right: 0%;
  }

  .hero-img.right-5 {
    top: 93%;
    right: 4%;
  }

  .our-services-section {
    padding: 50px 20px;
  }

  .info-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    width: auto;
    font-size: 4vw;
    line-height: 5vw;
  }

  .section-title {
    font-size: 3vw;
    line-height: 3vw;
  }

  .section-label {
    margin-bottom: 10px;
    font-size: 6vw;
    font-weight: 600;
    line-height: 6.5vw;
  }

  .service-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 88%;
    height: 30vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    text-align: left;
    font-size: 4vw;
    line-height: 5vw;
  }

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

  .line-card-wrapper {
    justify-content: center;
    align-items: center;
  }

  .line-card-wrapper._2 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .title-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-4 {
    width: 30px;
  }

  .flex-block {
    height: 80vh;
  }

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

  .point-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 0%;
  }

  .point-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .point-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 0%;
  }

  .step-title {
    margin-top: 8px;
    font-size: 5vw;
    line-height: 5vw;
  }

  .text-wrapper, .text-wrapper-2, .text-wrapper-3 {
    width: 74%;
  }

  .text-wrapper-4 {
    width: 73%;
  }

  .paragraph-2 {
    font-size: 4vw;
    line-height: 5vw;
  }

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

  .section-header {
    margin-top: 0;
    font-size: 6vw;
    line-height: 6.5vw;
  }

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

  .container-4 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .started-card.purple, .started-card.pimk, .started-card.green {
    flex-flow: column;
  }

  .heading-4 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .paragraph-3 {
    margin-bottom: 5px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .point {
    font-size: 5vw;
    line-height: 6vw;
  }

  .description {
    font-size: 4vw;
    line-height: 5vw;
  }

  .column-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .grad-buuton-2 {
    width: auto;
    margin-top: 25px;
    padding: 2vw 15px;
  }

  .text-2 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

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

  .heading-6 {
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .slider-div-copy.add-16px-margin {
    margin-bottom: 10px;
    bottom: 0;
  }

  .slide-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .field-4 {
    flex: 0 auto;
    align-self: auto;
    position: relative;
  }

  .slider-div {
    margin-top: 12px;
    margin-bottom: 20px;
  }

  .form-field {
    border-radius: 5px;
    width: 97%;
    margin-top: 10px;
    font-size: 14px;
    position: static;
    top: 0;
    left: 0;
  }

  .form-field:focus {
    border-color: #ff5f05;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
  }

  .footer-block-two {
    text-align: left;
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .image-14 {
    width: 17px;
  }

  .img-66, .img-77, .img-88, .img-99 {
    width: 35px;
  }

  .dashed-lin-2 {
    display: none;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .dashed-lin-3 {
    display: block;
    left: 12%;
  }

  .paragraph-7 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-15 {
    width: 10vw;
  }

  .flex-block-4, .flex-block-5, .flex-block-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .white-arrrow {
    width: 16px;
  }

  .image-17, .image-18 {
    width: 10vw;
  }

  .image-19, .image-20 {
    width: 24px;
  }

  .description-2 {
    text-align: left;
    font-size: 4vw;
    line-height: 5vw;
  }

  .image-21 {
    width: 16px;
  }

  .description-3 {
    text-align: left;
    font-size: 4vw;
    line-height: 5vw;
  }

  .form-textarea {
    padding-top: 5px;
    padding-left: 0;
  }

  .form-button {
    width: 100%;
    padding: 2.5vw 15px;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .form-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .input-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block-label {
    margin-bottom: 0;
  }

  .form-text-input {
    height: 36px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .image-24 {
    display: none;
  }

  .lottie-animation {
    top: 31%;
    right: -3%;
  }

  .button-wrap {
    margin-top: 22px;
  }

  .grad-hover-effect {
    background-image: linear-gradient(90deg, var(--main-col) 14%, var(--grad-col) 82%);
    width: 250px;
    height: 250px;
    left: auto;
    right: -9%;
  }

  .img-icon-wrapper {
    width: 35px;
    height: 35px;
  }

  .grad-buuton2 {
    width: auto;
    padding: 2vw 15px;
    overflow: hidden;
  }

  .part-1 {
    width: 15vw;
    left: 9%;
  }

  .part-3 {
    width: 12vw;
    left: 20%;
  }

  .part-2 {
    width: 12vw;
    right: 5%;
  }

  .part-hands {
    width: 51vw;
    bottom: 34%;
    right: 25%;
  }

  .lottie-animation2 {
    display: none;
    top: 31%;
    right: -3%;
  }

  .flex-block-7 {
    margin-bottom: 0;
  }

  .grad-hover-effect2 {
    background-image: linear-gradient(90deg, var(--main-col) 14%, var(--grad-col) 82%);
    width: 300px;
    height: 300px;
    left: auto;
    right: -19px;
  }
}
