:root {
  --white: #fcfcff;
  --lavender: #eceeff;
  --dark-slate-blue: #3e4581;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #3e4581;
  font-family: Gilroy, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 5.5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.75rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 3.25rem;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.4rem;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8rem;
}

p {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #1d2130;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.background-color-pink {
  background-color: #f8f3ff;
}

.text-style-italic {
  font-style: italic;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-small {
  padding: 1rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.background-color-light {
  background-color: #f6f7ff;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_message-success {
  color: #1d2130;
  background-color: #bef3c0;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(112, 193, 116, .1);
  border: 1px dashed #70c174;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-huge {
  padding: 6rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.margin-large {
  margin: 3rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-wrapper {
  background-color: #fdfdff;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.margin-xxsmall {
  margin: .25rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-xhuge {
  margin: 8rem;
}

.text-color-white {
  color: #fafafa;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.margin-xxhuge {
  margin: 12rem;
}

.form_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-large {
  padding: 3rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-medium {
  padding: 2rem;
}

.padding-xlarge {
  padding: 4rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-size-medium {
  font-size: 1.12rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xsmall {
  margin: .5rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
  padding: .25rem 0;
  font-size: 1rem;
  font-weight: 400;
}

.form_input::placeholder {
  color: rgba(29, 33, 48, .3);
}

.form_input.is-text-area {
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: .25rem;
  min-height: 8rem;
  padding: 1.25rem;
}

.max-width-medium {
  width: 100%;
  max-width: 40rem;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-tiny {
  padding: .125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.margin-0 {
  margin: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.text-color-black {
  color: #313131;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-color-primery {
  color: #3e4581;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ae67fa, #f49867);
  -webkit-background-clip: text;
  background-clip: text;
}

.fs-styleguide_header {
  background-color: #ebf0f9;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

.background-color-white {
  background-color: #fff;
}

.heading-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 120%;
}

.heading-h2.text-color-primery {
  display: inline-block;
}

.heading-h2.text-color-primery.size-cust {
  font-size: 2.5rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.margin-huge {
  margin: 6rem;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 5.3rem;
}

.heading-h1.text-color-primery {
  display: inline-block;
}

.heading-h1.text-color-primery.size-c {
  font-size: 3.3rem;
  line-height: 120%;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.margin-custom1 {
  margin: 1.5rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.form_message-error {
  color: #1d2130;
  border-radius: .25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.heading-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.heading-h5.text-weight-medium {
  font-weight: 500;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.heading-h4.text-weight-semibold {
  font-weight: 600;
}

.heading-h4.text-weight-bold {
  font-weight: 700;
}

.text-weight-light {
  font-weight: 300;
}

.overflow-hidden {
  overflow: hidden;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.8rem;
}

.button {
  color: #fffaf9;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 48px;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.12rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

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

.button.is-secondary {
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 1px;
  overflow: hidden;
}

.button._w-100 {
  width: 100px;
}

.button._w-100.mob {
  display: none;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.heading-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.heading-h3.text-weight-bold {
  font-weight: 700;
}

.heading-h3.text-color-primery {
  display: inline-block;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-0 {
  padding: 0;
}

.text-size-large {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.margin-medium {
  margin: 2rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

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

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.heading-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.button-background {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-bg-secondary {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-bg-secondary.bg-color-out {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.linear-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ae67fa, #f49867);
  -webkit-background-clip: text;
  background-clip: text;
}

.linear-color.whiter {
  background-image: linear-gradient(to right, #fff, #fff);
}

.linear-color.text-color {
  color: #fff;
  background-image: none;
  display: none;
}

.sec_header {
  padding-top: 1.8rem;
  padding-bottom: 8rem;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  display: flex;
}

.container {
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.brand-io_logo {
  margin-right: auto;
  padding-left: 0;
}

.brand-io_icon {
  max-width: 200px;
}

.nav-link {
  letter-spacing: -.01px;
  padding: 0 1.4rem;
  font-family: Poppins, sans-serif;
  font-size: .87rem;
  font-weight: 500;
  line-height: .87rem;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ae67fa, #f49867);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav_button {
  margin-left: auto;
  display: none;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  max-width: 75.6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.hero {
  padding-top: 3.75rem;
}

.hero_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
}

.hero-text {
  padding-top: 2.5rem;
}

.button_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-top: 3.75rem;
  display: none;
}

.sec_brand-logo {
  background-color: #f8f8ff;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  position: relative;
}

.brand-logo-wrap {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.pub-block.md-block {
  display: none;
}

.sec_we-offer {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.we-offer_heading {
  text-align: center;
  padding-bottom: 1.37rem;
}

.we-offer_text {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.small-container {
  max-width: 57.8rem;
  margin-left: auto;
  margin-right: auto;
}

.card_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 5rem;
}

.card {
  color: #3e4581;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  text-decoration: none;
}

.card-icon_wrap {
  background-color: var(--lavender);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 60px;
  height: 60px;
  display: flex;
}

.card-icon {
  width: 100%;
  max-width: 27px;
  display: block;
}

.card-heading {
  padding-top: 2.4rem;
}

.card-text {
  padding-top: .93rem;
}

.sec_how-it-works {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}

.how-it-works_grid {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  grid-template-rows: auto;
}

.how-it-works_heading {
  padding-bottom: 1.37rem;
}

.how-it-works_text {
  padding-bottom: 4.3rem;
}

.how-it-works_card {
  background-color: var(--lavender);
  background-image: url('../images/Shape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding-top: 3.4rem;
  padding-bottom: 5rem;
}

.how-it-works_card.py-0 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: -100px;
  padding-top: 0;
  padding-bottom: 0;
}

.how-it-works_image {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.how-it-works_image._w-348 {
  max-width: 348px;
}

.how-it-works_image._w-100 {
  max-width: 100%;
}

.how-it-works_card-heading {
  text-align: center;
  padding-top: 4.1rem;
  padding-left: 20px;
  padding-right: 20px;
}

.how-it-works_card-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.68rem;
  padding-left: 20px;
  padding-right: 20px;
}

.how-it-works_card-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.marketing-image {
  transform: translate(35px);
}

.sec_pricing {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  display: none;
}

.pricing-heading {
  text-align: center;
  max-width: 721px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .87rem;
}

.pricing-text {
  text-align: center;
}

.pricing-card-grid {
  grid-column-gap: 1.37rem;
  grid-row-gap: 1.37rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.1rem 2.6rem;
  display: flex;
}

.pricing-card-heading {
  text-align: center;
  padding-bottom: 2.5rem;
}

.card-price-product {
  text-align: center;
}

.card-price-product.m-40 {
  margin-top: -40px;
}

.pricing-list {
  grid-column-gap: .87rem;
  grid-row-gap: .87rem;
  flex-direction: column;
  padding-top: 2.5rem;
  display: flex;
}

.list {
  background-image: url('../images/list-icon.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.card-button-wrap {
  padding-top: 3rem;
  position: relative;
}

.pricing_card-button {
  color: #fffaf9;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 1px;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.12rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.pricing_card-button.btn-hover {
  color: var(--white);
  background-image: linear-gradient(89deg, #ae67fa 1.89%, #f49867 100%, #fff);
  position: static;
}

.modal-link {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.icon-modal {
  width: 14px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.modal-wrapper {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 45px 30px 40px;
  position: relative;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.modal {
  z-index: 99;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  height: auto;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.modal-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.image-2 {
  width: 22px;
}

.pricing_card-button-hover {
  color: #fffaf9;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/button-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 1px;
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.12rem;
  text-decoration: none;
  transition: all .3s;
  display: none;
  overflow: hidden;
}

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

.pricing_card-button-hover.btn-hover {
  z-index: 99;
  background-image: linear-gradient(89deg, #ae67fa 1.89%, #f49867 100%, #fff);
  display: none;
}

.sec-testimonial {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.testimonial-heading-wrapper {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 74px;
}

.testimonial-text {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.testimonial-slider-wrapper {
  z-index: 1;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.testimonial-slider-mask {
  width: 380px;
  overflow: visible;
}

.testimonial-slider-slide {
  margin-right: 22px;
}

.left-arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  top: auto;
  bottom: -42%;
  left: 0%;
  right: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.right-arrow {
  background-image: linear-gradient(89deg, #ae67fa 1.84%, #f49867 100%, #fff);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  top: auto;
  bottom: -42%;
  left: 100px;
  right: 0%;
}

.testimonial-slider-carrd {
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 41px 42px rgba(0, 0, 0, .05);
}

.testimonial-card-text {
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.testimonial-card-name {
  margin-bottom: 9px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.client {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.icon, .icon-2 {
  display: none;
}

.div-block-8 {
  z-index: 0;
  filter: blur(200px);
  background-color: rgba(125, 48, 223, .2);
  width: 727px;
  height: 727px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -460px;
  right: auto;
}

.sec-project {
  background-color: #f8f3ff;
  padding-top: 92px;
  padding-bottom: 92px;
  display: none;
}

.project-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  display: grid;
}

.project-colum {
  text-align: center;
}

.project-colum-text {
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.project-wrappper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.project-text {
  margin-top: 22px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-9 {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.project-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(89deg, #ae67fa 1.84%, #f49867 100%, #fff);
  border-radius: 5px;
  padding: 20px 57px 19px 58px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.cta-sec {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 100px;
  display: none;
}

.cta-wrapper {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.cta-form-block {
  width: 75%;
  margin: 60px auto;
}

.cta-form {
  background-color: #1c1e32;
  border-radius: 6px;
  align-items: flex-start;
  padding: 6px 6px 7px 25px;
  display: flex;
}

.cta-form-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-top: 29px;
  padding-bottom: 29px;
}

.cta-form-text-field::placeholder {
  color: #9f9fac;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.form-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Icon-34.svg'), linear-gradient(89deg, #ae67fa 1.84%, #f49867 100%, #fff);
  background-position: 87%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 6px;
  padding: 21px 82px 19px 29px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.fotter-sec {
  background-color: var(--white);
  padding-bottom: 30px;
}

.fotter-wrapper {
  border-bottom: 1px solid #3a3a3a;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 52px;
  display: flex;
}

.fotter-link-menu {
  grid-column-gap: 45px;
  align-items: center;
  display: flex;
}

.fotter-link {
  color: #3e4581;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.fotter-social-link-wrapper {
  grid-column-gap: 28px;
  align-items: center;
  display: flex;
}

.fotter-bottom-text {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.nav-menu {
  display: none;
}

.image-3 {
  border-radius: 20px;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.image-4 {
  max-width: 200px;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    background-color: var(--white);
  }

  .heading-h1.text-color-primery.size-c {
    line-height: 130%;
  }

  .nav_button {
    display: none;
  }

  .hero {
    padding-top: 3.75rem;
  }

  .hero_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: -100px;
  }

  .hero-text {
    padding-top: 2.5rem;
  }

  .hero_image {
    width: 100%;
  }

  .button_wrap {
    grid-column-gap: .62rem;
    grid-row-gap: .62rem;
    padding-top: 3.75rem;
    display: none;
  }

  .sec_brand-logo {
    background-color: #f8f8ff;
  }

  .we-offer_heading {
    overflow: visible;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 60px;
  }

  .testimonial-slider-slide {
    margin-right: 22px;
  }

  .left-arrow, .right-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-slider-carrd {
    border-radius: 10px;
    box-shadow: 0 41px 42px rgba(0, 0, 0, .05);
  }

  .icon, .icon-2 {
    display: none;
  }

  .div-block-8 {
    filter: blur(200px);
    background-color: rgba(125, 48, 223, .2);
    border-radius: 100%;
  }

  .nav-menu {
    display: none;
  }

  .image-3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-color-primery {
    display: none;
  }

  .heading-h2.text-color-primery {
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-h1 {
    font-size: 3.5rem;
    line-height: 3.7rem;
  }

  .heading-h1.text-color-primery {
    font-size: 3.2rem;
    line-height: 3.4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-h5.text-weight-medium {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-h4.text-weight-bold {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .button.is-secondary:hover {
    border-color: #fff;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }

  .heading-h3.text-color-primery.text-weight-bold {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .text-size-large {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .sec_header {
    padding-bottom: 4rem;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .hero_image {
    order: -1;
  }

  .button_wrap {
    padding-top: 3rem;
  }

  .sec_brand-logo {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brand-logo-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .pub-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .pub-block.md-block {
    flex: none;
  }

  .sec_we-offer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-top: 3rem;
  }

  .card {
    min-height: 260px;
    padding-top: 2rem;
  }

  .sec_how-it-works {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .how-it-works_grid {
    grid-column-gap: 4rem;
  }

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

  .pricing-card {
    padding: 2.5rem 1.2rem;
  }

  .pricing-card-heading {
    padding-bottom: 2rem;
  }

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

  .pricing_card-button:hover, .pricing_card-button-hover:hover {
    border-color: #fff;
  }

  .sec-testimonial {
    padding-bottom: 80px;
  }

  .testimonial-heading-wrapper {
    width: 85%;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-slider-wrapper {
    padding-bottom: 40px;
  }

  .testimonial-slider-mask {
    width: 340px;
  }

  .testimonial-slider-carrd {
    width: 340px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: -13px 5px 42px -20px rgba(0, 0, 0, .05);
  }

  .testimonial-card-text {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .sec-project {
    padding-bottom: 80px;
  }

  .project-grid {
    grid-column-gap: 50px;
    width: 100%;
    padding-bottom: 65px;
  }

  .project-colum-text {
    margin-top: 26px;
    font-size: 18px;
  }

  .project-wrappper {
    width: 100%;
  }

  .project-text {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-9, .cta-wrapper {
    width: 85%;
  }

  .cta-form-text-field {
    padding-left: 0;
  }

  .fotter-sec {
    padding-bottom: 25px;
  }

  .fotter-wrapper {
    width: 100%;
  }

  .fotter-bottom-text {
    margin-top: 30px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: var(--white);
    height: 50vh;
    padding-top: 50px;
  }

  .image-3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-h2.text-color-primery {
    z-index: 1;
    font-size: 2.4rem;
    line-height: 3rem;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

  .heading-h1.text-color-primery.size-c {
    font-size: 2.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .heading-h6 {
    font-size: 1.2rem;
  }

  .hero_grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pub-block {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pub-icon {
    margin-right: 40px;
  }

  .sec_we-offer {
    padding-bottom: 0;
  }

  .card_grid {
    flex-flow: column;
    display: flex;
  }

  .card {
    padding-top: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .how-it-works_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .how-it-works_heading {
    text-align: center;
  }

  .how-it-works_text {
    text-align: center;
    padding-bottom: 3.6rem;
  }

  .how-it-works_card.py-0 {
    margin-left: 0;
  }

  .pricing-card-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .card-price-product.m-40 {
    margin-top: 0;
  }

  .list {
    font-size: 1rem;
  }

  .modal-link {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-modal {
    top: 20px;
  }

  .modal-paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .sec-testimonial {
    z-index: 3;
    padding-bottom: 60px;
  }

  .testimonial-heading-wrapper {
    width: 100%;
  }

  .testimonial-text {
    z-index: 2;
    position: relative;
  }

  .testimonial-slider-carrd {
    width: auto;
  }

  .testimonial-card-text {
    margin-bottom: 0;
    font-size: 14px;
  }

  .project-grid {
    grid-column-gap: 25px;
  }

  .project-colum-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .project-text {
    font-size: 16px;
  }

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

  .cta-sec {
    padding-top: 100px;
  }

  .cta-wrapper {
    width: 100%;
  }

  .cta-form-block {
    width: 85%;
    margin-top: 50px;
    margin-bottom: 45px;
  }

  .fotter-wrapper {
    grid-row-gap: 35px;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
  }

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-h2.text-color-primery {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .heading-h1.text-color-primery.size-c {
    font-size: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    flex-direction: column;
    align-items: stretch;
    width: auto;
  }

  .button._w-100 {
    display: none;
  }

  .button._w-100.mob {
    width: auto;
    margin-top: 20px;
    display: flex;
  }

  .heading-h3.text-color-primery {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .heading-h3.text-color-primery.text-weight-bold {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .text-size-large {
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .button-background {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-link {
    padding-left: 0;
  }

  .button_wrap {
    flex-direction: column;
  }

  .sec_brand-logo {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .pub-block {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .we-offer_heading {
    text-align: left;
  }

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

  .card-heading {
    padding-top: 1.2rem;
  }

  .how-it-works_grid {
    grid-row-gap: 5rem;
  }

  .how-it-works_image._w-348 {
    max-width: 220px;
  }

  .pricing-card {
    width: 100%;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .pricing-card-heading {
    padding-bottom: 1.8rem;
  }

  .pricing-list {
    padding-top: 2.1rem;
  }

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

  .modal-link {
    font-size: 16px;
    line-height: 24px;
  }

  .icon-modal {
    right: 20px;
  }

  .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .sec-testimonial {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .testimonial-slider-mask {
    width: 270px;
  }

  .left-arrow, .right-arrow {
    bottom: -36%;
  }

  .div-block-8 {
    width: 527px;
    height: 527px;
    left: -300px;
  }

  .project-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .cta-sec {
    padding-top: 75px;
  }

  .cta-form-block {
    width: 100%;
  }

  .cta-form {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .form-button {
    padding-bottom: 21px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .fotter-link-menu {
    grid-row-gap: 35px;
    flex-direction: column;
    justify-content: center;
  }
}

#w-node-_8159573e-52e3-262f-62b1-73939d09ac03-c43fd636 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6fdab36f-a4c5-1e44-09b8-f2269c6aae9c-c43fd636, #w-node-cdad50af-cbce-05ab-08a1-223672447de2-c43fd636, #w-node-e8a49f5b-d275-65e4-2e62-d079a1c1911c-c43fd636 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68141048-769b-e1e2-b3d9-74369fd0681d-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd06822-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd06827-c43fd637 {
  justify-self: start;
}

#w-node-_68141048-769b-e1e2-b3d9-74369fd0691b-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd06934-c43fd637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68141048-769b-e1e2-b3d9-74369fd06937-c43fd637 {
  justify-self: start;
}

#w-node-_68141048-769b-e1e2-b3d9-74369fd06939-c43fd637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68141048-769b-e1e2-b3d9-74369fd0693c-c43fd637 {
  justify-self: start;
}

#w-node-c98d1a7d-5971-b968-ce80-587a2304d563-c43fd637, #w-node-_2dc667c5-4860-1b39-5713-4ff8e951d311-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd06996-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd069a0-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd069a1-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd069a7-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd06a0a-c43fd637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68141048-769b-e1e2-b3d9-74369fd06a66-c43fd637, #w-node-_68141048-769b-e1e2-b3d9-74369fd06a87-c43fd637 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_8159573e-52e3-262f-62b1-73939d09ac03-c43fd636 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fefc5524-35b3-4cd2-e515-80af5f3f33a6-c43fd636 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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