:root {
  --white: #faf9f5;
  --creame: #efeadf;
  --white-2: white;
  --black: black;
}

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

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

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

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

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

.right-image {
  background-image: linear-gradient(to top, #15013d, #15013d03 33%), url('../images/pexels-helena-lopes-708392.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 400px;
}

.p-14 {
  font-size: 14px;
}

.p-14.align-center {
  color: #030107b3;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  inset: 7px 0 auto auto;
}

.right {
  z-index: 2;
  width: 50%;
  max-width: 500px;
  min-height: 100vh;
  padding: 25px 25px 25px 33px;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.right.spacer {
  z-index: 1;
  flex: none;
  position: relative;
}

.bg {
  z-index: 0;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.right-wrap {
  z-index: 10;
  grid-row-gap: 45px;
  background-color: #15013d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eye-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-right: 4px;
  display: flex;
}

.right-text-wrap {
  color: #fff;
  background-image: linear-gradient(to top, #15013d, #14013af2 50%, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 400px;
  padding-bottom: 8%;
  padding-left: 9%;
  padding-right: 9%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-form {
  font-size: 14px;
  font-weight: 400;
}

.form-wrapper {
  width: 90%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.login-footer-link {
  color: #230077;
  padding: 9px;
  font-weight: 600;
  text-decoration: none;
}

.forgot-pw {
  color: #230077;
  text-align: right;
  margin-top: 10px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.forgot-pw:hover {
  color: #000;
}

.hide {
  display: none;
}

.form-field {
  background-color: #fafafa;
  border: 1px solid #dbd9de;
  border-radius: 10px;
  height: 42px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 15px;
}

.form-field:hover {
  background-color: #fff;
  border-color: #23007780;
}

.form-field:focus {
  background-color: #fff;
  border-color: #230077;
}

.form-field::placeholder {
  color: #736787;
}

.case-study-text {
  margin-bottom: 34px;
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
}

.login-h1 {
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 600;
}

.link {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.link.logo-link {
  margin-right: 12px;
}

.login-footer {
  border-top: 1px solid #dbd9de;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  margin-left: 0%;
  margin-right: 1%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 4%;
  display: flex;
}

.show-password {
  color: #230077;
  background-color: #fff;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.show-password.w--current {
  display: none;
}

.field-label {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.left {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 50%;
  min-height: 100vh;
  display: flex;
}

.ms-form {
  padding-top: 8vh;
  padding-bottom: 10vh;
  padding-left: 9%;
}

.navigation {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 5%;
}

.invert-logo {
  filter: invert();
  height: 36px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #230077;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
  font-weight: 600;
  text-decoration: none;
}

.button-2:hover {
  background-color: #15013d;
}

.button-2.white {
  color: #15013d;
  background-color: #fff;
  width: auto;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper {
  z-index: 2;
  color: #15013d;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-field-wrap {
  margin-bottom: 18px;
  position: relative;
}

.show-hide-code {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.error-message-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message-4 {
  letter-spacing: 1px;
  padding: 50px;
}

.airport-details {
  width: 100%;
}

.text-block-9 {
  font-size: 14px;
  line-height: 1.2em;
}

.slider {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form-2 {
  margin-bottom: 0;
}

.file-upload {
  margin-top: 10px;
}

.passport_details {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.form-section-title {
  color: #0a1f44;
  align-self: flex-start;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.form07_link {
  color: #dc2b2b;
  font-size: 16px;
  font-weight: 700;
}

.grid-features {
  width: 100%;
  margin-top: 12px;
}

.slider-button-submit {
  color: #fff;
  text-align: center;
  background-color: #ff3434;
  border-radius: 3rem;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.period-text {
  flex: none;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.checkbox-icon {
  z-index: 9;
  background-color: #cc3a3a08;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 16px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.mask {
  height: auto;
  position: static;
}

.text-field.n {
  border-left-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  flex: 1;
}

.form-content {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: -20px;
  display: block;
  overflow: visible;
}

.slider-right {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ff3434;
  border-radius: 3em;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  padding: 12px;
  font-size: 16px;
  transition: transform .6s cubic-bezier(.23, 1, .32, 1);
}

.slider-right:hover {
  filter: brightness(120%);
  color: #f0f0f0;
  background-color: #ff3434;
  transform: scale(.95)translate3d(0, -6px, .01px);
}

.checkbox-4 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-4:active {
  border: 1px solid #000;
}

.next-button-2 {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.field-label-2 {
  color: #617283;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.field-label-2.l {
  margin-left: 50px;
}

.number-wrapper {
  width: 100%;
  display: flex;
}

.icon-2 {
  width: 25px;
}

.text-block-10 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.button-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.button-wrap.last {
  margin-top: 40px;
}

.fs-radio_button-5 {
  opacity: 1;
  border: 2px solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs-radio_button-5:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_button-5[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.checkbox-field-3 {
  border-color: #c834341a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 150px;
  height: 90px;
  margin-bottom: 22px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  box-shadow: 1px 1px 35px #ffc6c60f;
}

.prefix-dropdown_component {
  flex: none;
  position: relative;
}

.form-wrapper-2 {
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.listings-sticky-icon {
  width: 24px;
  margin-right: 8px;
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.rental_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px #dcdcdc;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1.5rem 1.5rem 2rem;
  display: grid;
  overflow: visible;
  box-shadow: 5px 0 60px -5px #0000000f;
}

.rental_form.l {
  margin-bottom: 50px;
}

.lottie-animation-3 {
  width: 80px;
  margin-top: -14px;
  margin-left: -16px;
  position: absolute;
}

.prefix-dropdown_list {
  background-color: #fff;
  border: 1px solid #0000000d;
  width: 100%;
  max-height: 16rem;
  list-style-type: none;
  overflow: auto;
}

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

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

.text-align-center.text-style-muted.text-size-small {
  margin-top: 16px;
}

.text-align-center.text-style-muted.text-size-small.no-margin {
  margin-top: 0;
  margin-bottom: -27px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.previous-button-2 {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button-2:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.form-title-wrap.left-align {
  align-items: flex-start;
}

.prefix-dropdown_flag {
  object-fit: cover;
  border: 1px solid #0000001a;
  border-radius: 999rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.checkbox-title-2 {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.form-paragraph {
  color: #5b617c;
  align-self: flex-start;
  max-width: none;
  font-size: 16px;
  line-height: 23px;
}

.prefix-dropdown_toggle {
  grid-column-gap: .375rem;
  border: 1.3px solid #bec9d5;
  border-right-style: none;
  align-items: center;
  min-width: 6.5rem;
  height: 100%;
  margin-right: -4px;
  padding: 0 .5rem;
  transition: background-color .2s;
  display: flex;
}

.prefix-dropdown_toggle:hover, .prefix-dropdown_toggle:focus {
  background-color: #ececec;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 2em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 54px;
  margin-right: 10px;
  padding: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.slide-wrapper {
  width: 100%;
  min-height: 0;
  display: flex;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.listings-sticky-item {
  color: #89725b;
  border: 1px solid #ebe9e6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  display: flex;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
  line-height: 1.3em;
}

.checkbox-text.p {
  color: #d62424;
  font-size: 16px;
  text-decoration: none;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.price-text {
  color: #5eccd3;
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.price-text.text-weight-bold {
  color: #ff3434;
}

.text-field-2 {
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
}

.text-field-2:focus {
  border-width: 1.3px;
  border-color: #919191;
}

.text-field-2::placeholder {
  color: #61728375;
}

.text-field-2.date {
  border-width: 1.3px;
  border-color: #bec9d5;
  border-radius: 4px;
  margin-bottom: 0;
  transition-property: none;
}

.text-field-2.h {
  display: none;
}

.prefix-dropdown_item {
  grid-column-gap: .375rem;
  cursor: pointer;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.prefix-dropdown_item:hover, .prefix-dropdown_item:focus {
  background-color: #ececec;
}

.prefix-dropdown_item:focus-visible {
  outline-style: none;
}

.prefix-dropdown_item[data-wf-focus-visible] {
  outline-style: none;
}

.prefix-dropdown_item.w--current {
  background-color: #e4e4e4;
}

.div-block-139 {
  display: flex;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.form-field-error {
  z-index: 1;
  color: #fff;
  background-color: #ff5d70;
  border-radius: 5px;
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 11px;
  position: absolute;
  inset: auto 10px -20% auto;
}

.form-field-error.l {
  bottom: -8%;
  right: 0;
}

.prefix-dropdown_chevron {
  flex-direction: column;
  width: .5rem;
  margin-left: auto;
  display: flex;
}

.text-feild {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.text-feild.extra-space {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.prefix-dropdown_list-wrapper {
  background-color: #0000;
  padding-top: .5rem;
  position: absolute;
  left: 0;
  right: 0;
}

.left-tech-stack-two-columns {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.brand-navbar {
  height: 100%;
}

.cta-dark {
  color: #f4f1eb;
  background-color: #1c3433;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-dark:hover {
  background-color: #1c3433f2;
}

.cta-dark.nav-cta {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.cta-dark.ghost-hero {
  color: #75fb91;
}

.cta-dark.ghost-hero:hover {
  background-color: #f5f1eb12;
}

.big-text {
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

.navbar {
  z-index: 10000;
  background-color: #f4f1eb;
  border-bottom: 1px solid #1c343329;
  height: 72px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1512px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.grid-combo-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.grid-sectors {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -100px;
  display: grid;
}

.grid-sectors._2nd, .grid-sectors._4th {
  margin-top: 48px;
}

.cta-accent {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-accent:hover {
  background-color: #5ee67a;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.fill-line {
  transform-origin: 50% 0;
  background-color: #75fb91;
  width: 100%;
  height: 100%;
}

.flex-cta-home {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.wrap-hero-home-image {
  border-radius: 24px;
  width: 43%;
  max-width: 542px;
  position: absolute;
  inset: 0% 56px 0% auto;
  overflow: hidden;
}

.subtitle {
  font-size: 24px;
  line-height: 130%;
}

.subtitle.text-white {
  color: #fff;
}

.brand-footer {
  height: 100%;
  margin-right: 16px;
}

.column-tech-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.single-icon-list {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.grid-map-section {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
}

.no-margins {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Bricolagegrotesque 24 Pt Semicondensed", sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.no-margins.title {
  font-size: 36px;
}

.no-margins.title-smaller {
  font-family: "Bricolagegrotesque 24 Pt Condensed", sans-serif;
  font-size: 32px;
}

.single-tech-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.top-map-section {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-combo-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 592px;
  margin-bottom: 8px;
  display: flex;
}

.tile-contact-footer {
  grid-row-gap: 24px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  font-family: Poppins, sans-serif;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px #1c343308;
}

.move-moving-testimonials {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-tech-moving-columns {
  background-color: #1c3433;
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 420px;
  height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-footer-contact-list {
  grid-column-gap: 6px;
  color: #282943;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.main-container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.icon-check-in-circle {
  width: 40px;
  height: 40px;
}

.wrap-big-text {
  grid-row-gap: 54px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1030px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.image-combo-halves {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.image-combo-halves.blog {
  object-fit: cover;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.abstract-combo-halves {
  width: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-hero-home {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.span-accent {
  color: #75fb91;
}

.text-extra-info {
  opacity: .5;
  font-weight: 500;
}

.text-extra-info.move-up-case {
  margin-bottom: 8px;
}

.paragraph-big {
  color: #1c3433;
  font-size: 18px;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-big.quicklink {
  color: #56bb60;
  padding-top: 0;
  padding-bottom: 0;
}

.brand-link-footer {
  height: 32px;
}

.section-image {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-image.big-text-bg-image {
  color: #f4f1eb;
  background-image: linear-gradient(90deg, #1d3433, #1d343380 56%, #1d343333), url('../images/0_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 212px;
}

.wrap-image-combo-halves {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.icon-icons-list {
  width: 28px;
  height: 28px;
}

.dropdown-link {
  text-align: left;
  padding: 12px 16px;
  font-size: 16px;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: #1d343308;
}

.dropdown-link.w--current {
  color: #1c3433;
  font-weight: 700;
}

.stat-left {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-outline {
  color: #1c3433;
  background-color: #75fb9100;
  border: 1px solid #1c3433;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-outline:hover {
  background-color: #223e3f0d;
}

.grid-values-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.circle-tech-moving-logo {
  background-color: #efeadf;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.bottom-values-halves {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #faf9f5;
  border-top: 1px solid #1c34331c;
  padding-top: 100px;
  padding-bottom: 48px;
  font-family: Poppins, sans-serif;
}

.quicklinks-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 26px;
  display: block;
  overflow: visible;
}

.grid-tech-stack-two-columns {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr auto;
  margin-bottom: 64px;
}

.right-map-section {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 455px;
  display: flex;
}

.image-map {
  width: 100%;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.text-quote-testimonial {
  font-size: 28px;
  font-style: italic;
  line-height: 120%;
}

.inside-hero-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 545px;
  display: flex;
}

.single-process {
  grid-column-gap: 40px;
  align-items: stretch;
  display: flex;
}

.master-stats-map {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.right-bottom-moving-testimonial {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-footer-links {
  font-family: "Bricolagegrotesque 24 Pt Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.tile-values-thirds {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 64px 50px;
  display: flex;
}

.link-footer {
  color: #333;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.master-icons-list {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-8 {
  margin-top: 8px;
}

.master-hero-home {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.text-legal-footer {
  font-size: 16px;
}

.single-moving-testiomnials {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-dropdown {
  width: 24px;
  height: 24px;
}

.line-process {
  background-color: #f4f1eb66;
  width: 5px;
  height: 100%;
}

.divider-moving-testimonial {
  background-color: #1c343333;
  width: 1px;
  height: 24px;
}

.wrap-home-grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 190px;
  display: flex;
}

.limit-subtitle-home {
  max-width: 485px;
}

.flex-tech-two-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: absolute;
}

.section {
  color: #1c3433;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins, sans-serif;
}

.section.hero-home {
  margin-top: 70px;
  padding-top: 163px;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
}

.section.dark {
  color: #f4f1eb;
  background-color: #1c3433;
}

.section.dark.process-section {
  background-image: url('../images/Abstract-Process.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 430px;
}

.section.dark.hero-about {
  padding-top: 160px;
  font-family: Poppins, sans-serif;
}

.section.darker {
  background-color: #efeadf;
  font-family: Poppins, sans-serif;
}

.section.darker.doodle-left-bottom {
  background-color: #faf9f5;
}

.section.darker.below {
  background-color: #faf9f5;
  padding-top: 60px;
}

.section.darker {
  background-color: #efeadf;
}

.section.darker.contact-section {
  background-color: #faf9f5;
}

.section.creame {
  background-color: #f4f1eb;
}

.section.creame.light {
  background-color: #faf9f5;
}

.section.hero-case-studies {
  background-color: #f4f1eb;
}

.section.mid {
  padding-top: 0;
  padding-bottom: 80px;
  font-family: Poppins, sans-serif;
}

.section.hero-case-single {
  background-color: #f4f1eb;
  margin-top: 40px;
}

.section.case-study {
  background-color: #efeadf;
}

.section.hero-blog {
  background-color: #f4f1eb;
  margin-top: 40px;
}

.section.blog-template-hero {
  background-color: #f4f1eb;
}

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

.section.quicklinks {
  padding-top: 36px;
  padding-bottom: 36px;
}

.bottom-moving-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-cta-center.mg-top-80 {
  margin-top: 80px;
}

.flex-cta-center.mg-top-24 {
  margin-top: 24px;
}

.master-top-footer {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.abstract-hero-home {
  width: 100%;
  position: absolute;
  inset: auto 0% 6%;
}

.brand-link-navbar {
  height: 28px;
}

.dropdown-list.w--open {
  background-color: #efeadf;
  border: 1px solid #1c34331a;
  border-radius: 4px;
}

.text-stat {
  color: #1c3433;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.text-stat.accent-stat {
  color: #75fb91;
}

.master-footer-socials {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider-contact-footer {
  background-color: #28294326;
  width: 100%;
  height: 1px;
}

.flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-heading-cta.mg-bottom-64 {
  margin-bottom: 64px;
}

.logo-moving-testimonial {
  object-fit: contain;
  object-position: 0% 50%;
  width: 156px;
  height: 42px;
}

.center-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-heading.mg-bottom-80 {
  margin-bottom: 80px;
}

.right-combo-halves {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.master-process {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.master-bottom-footer {
  border-top: 1px solid #28294333;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 48px;
  display: flex;
}

.block-hero-home {
  color: #efeadf;
  background-color: #1c3433;
  border-radius: 24px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 64px;
}

.right-navbar {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-position-testimonial {
  opacity: .8;
  font-size: 14px;
}

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: #282943f2;
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  font-size: 16px;
  display: flex;
}

.icon-tech-columns {
  object-fit: contain;
  width: 50%;
  height: 50%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: #1c3433;
  font-size: 15px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #282943;
}

.tile-moving-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 598px;
  padding: 44px;
  display: flex;
  box-shadow: 0 2px 30px #75807f24;
}

.circle-check-values {
  background-color: #1c3433;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.right-top-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 435px;
  display: flex;
}

.left-process {
  flex-direction: column;
  align-items: center;
  width: 32px;
  display: flex;
}

.process-circle {
  background-color: #f4f1eb66;
  border-radius: 50%;
  flex: none;
  width: 29px;
  height: 29px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fill-circle {
  background-color: #75fb91;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.master-footer-contact-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-name-testimonial {
  font-size: 16px;
}

.icon-footer-contact-list {
  width: 24px;
  height: 24px;
}

.wrap-heading-services-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 775px;
  display: flex;
}

.right-process {
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 64px;
  display: flex;
}

.right-process.last-process {
  padding-bottom: 0;
}

.link-social-footer {
  background-color: #1c3433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dropdown-navbar {
  color: #282943e6;
  height: 100%;
  font-weight: 500;
  display: block;
}

.left-top-footer {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading {
  font-family: "Bricolagegrotesque 24 Pt Semicondensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.heading.text-white {
  color: #fff;
}

.icon-service-tile {
  width: 40px;
  height: 40px;
  margin-top: 3px;
}

.tile-service {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #1c3433;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 52px 40px 40px;
  font-family: Poppins, sans-serif;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px #6d77771a;
}

.tile-service:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px #00000014;
}

.tile-service.highlighted-service {
  color: #fff;
  background-color: #1c3433;
  transform: rotate(-3deg);
}

.no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.wrap-name-service-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-read-more {
  color: #1c3433;
  font-weight: 500;
  transition: opacity .2s;
}

.text-read-more:hover {
  opacity: .8;
}

.text-read-more.white-read-more {
  color: #fff;
}

.tile-case-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px #717f7f0f;
}

.tile-case-tile:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px #78818124;
}

.logo-case {
  object-fit: contain;
  max-width: 200px;
  height: 38px;
}

.stat-case {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.master-content-case {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-top-case {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  display: flex;
}

.limit-subtitle-about {
  max-width: 670px;
}

.left-faq-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  display: flex;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-values-sticky-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.image-map-wide {
  width: 100%;
}

.grid-values-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.gird-sticky-halves {
  grid-column-gap: 16px;
  grid-template-rows: auto;
}

.grid-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

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

.text-field-contact {
  color: #1c3433;
  background-color: #fff;
  border: 1px solid #2829434d;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
}

.text-field-contact:focus {
  color: #1c3433;
  border: 1px solid #1c3433;
}

.text-field-contact::placeholder {
  color: #1c34337a;
}

.text-field-contact.newsletter-field {
  text-align: center;
}

.text-field-contact.big {
  height: 82px;
  padding-top: 12px;
}

.wrap-socials-contact {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-contact-links.submission {
  margin-top: 46px;
}

.expandable-single-faq {
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 40px;
}

.text-contact-detail {
  color: #333;
  margin: 0;
}

.moving-images-master-about {
  width: 100vw;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.circle-link-contact {
  background-color: #1c3433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-social {
  width: 32px;
  height: 32px;
}

.grid-stats-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-stats-fourths.margins-48 {
  margin-top: 100px;
}

.grid-stats-fourths.mg-top-64 {
  margin-top: 64px;
}

.link-social {
  background-color: #faebe300;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #faebe333;
}

.tile-value-sticky {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 50px 32px;
  display: flex;
  box-shadow: 0 2px 30px #1d34330d;
}

.tile-contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 578px;
  padding: 48px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #1d34330f;
}

.paragraph-small {
  font-size: 16px;
  line-height: 140%;
}

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-heading {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 122%;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  position: absolute;
  inset: auto 0% -2px;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.sticky-sticky-halves {
  position: sticky;
  top: 120px;
}

.left-sticky-halves {
  position: relative;
}

.link-contact {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.master-map-image {
  width: 100%;
  max-width: 1058px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-contact {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.wrap-map-text {
  color: #ceead5;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.column-values-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-values-halves.move-down-collumn {
  padding-top: 80px;
}

.plus-line {
  background-color: #282943;
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.field-label-form {
  color: #282943;
  margin-bottom: 12px;
  font-weight: 500;
  text-decoration: none;
}

.input-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.input-wrap.name {
  margin-top: 26px;
  margin-bottom: 26px;
}

.input-wrap.is-tech, .input-wrap.is-financial, .input-wrap.is-education, .input-wrap.is-pharmaceuticals, .input-wrap.is-oil-gas, .input-wrap.is-telecommunications, .input-wrap.is-fintech {
  display: none;
}

.left-wrap-contact-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.divider-contact {
  background-color: #28294333;
  width: 100%;
  height: 1px;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.title-wrap-about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1070px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.moving-images-inside-about {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.moving-image-about {
  width: 32%;
}

.tile-stat-dark {
  grid-row-gap: 24px;
  color: #f4f1eb;
  background-color: #efeadf0a;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #0000000f;
}

.text-area {
  background-color: #fff;
  border: 1px solid #2829431a;
  border-radius: 6px;
  padding-top: 16px;
  padding-bottom: 60px;
  font-size: 18px;
}

.text-area:focus {
  color: #282943;
  border: 1px solid #424bd0;
}

.circle-check-values-sticky {
  background-color: #1c3433;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.success-message {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 24px;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
}

.grid {
  z-index: 2;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: Poppins, sans-serif;
  position: relative;
}

.link-blog-tile {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrap-blog-image {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.image-blog-tile {
  width: 100%;
}

.bottom-blog-tile {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block {
  color: #333;
}

.text-block.help {
  margin-bottom: -10px;
}

.text-block.red {
  color: red;
  margin-bottom: -10px;
}

.text-block.sub-message {
  color: #6f6d6d;
  margin-top: 6px;
  margin-bottom: -10px;
  font-size: 12px;
}

.text-block.sub-message._2 {
  margin-top: 25px;
}

.text-block.check-message {
  color: #333;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
}

.text-block.sub-message-top {
  color: #333;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 12px;
}

.text-block.sub-message-top._1st {
  margin-bottom: 24px;
}

.text-block.check {
  color: #6f6d6d;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 0;
}

.text-block.check._2 {
  margin-top: 25px;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-2.hero-pricing {
  color: #efeadf;
  background-color: #1c3433;
  background-image: url('../images/Abstract-Process.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 470px;
  padding-top: 180px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.section-2.dark {
  color: #f4f1eb;
  background-color: #1c3433;
}

.section-2.dark.hero-services {
  background-image: url('../images/Abstract-About-Hero.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 560px;
  padding-top: 200px;
  padding-bottom: 180px;
  font-family: Poppins, sans-serif;
}

.section-2.dark.hero-404 {
  color: #efeadf;
  background-image: url('../images/Abstract-About-Hero.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 560px;
  padding-top: 200px;
  padding-bottom: 200px;
  font-family: Poppins, sans-serif;
}

.section-2.services-grid-page {
  background-color: #f4f1eb;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.section-2.darker {
  background-color: #efeadf;
}

.section-2.hero-blog {
  padding-top: 160px;
}

.section-2.blog-template-hero {
  padding-top: 180px;
}

.title-wrap-pricing {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.limit-subtitle-pricing {
  max-width: 730px;
}

.color-fill-pricing {
  z-index: 1;
  background-color: #f4f1eb;
  height: 35%;
  max-height: 290px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-h3-price {
  margin-top: 0;
  margin-bottom: 0;
}

.tile-pricing-tile {
  grid-row-gap: 32px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 64px 32px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px #9e9e9e12;
}

.tile-pricing-tile:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px #1d34331a;
}

.divider-pricing-tile {
  background-color: #1d34333d;
  width: 100%;
  height: 1px;
}

.top-pricing {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-h2-pacakge-name {
  color: #1c3433;
  margin-top: 0;
  margin-bottom: 0;
}

.flex-cta-pricing {
  text-align: center;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-140 {
  background-color: #f4f1eb;
}

.text-span {
  color: #63e583;
}

.title-wrap-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg-hero {
  position: absolute;
}

.bg-hero.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 106%;
  inset: 0%;
}

.bg-hero.home-hero-firlter {
  opacity: .5;
  background-color: #000;
  height: 106%;
  inset: 0%;
}

.container-default {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.home-hero {
  z-index: 1;
  position: relative;
}

.home-hero-wrapper {
  max-width: 648px;
}

.home-hero-wrapper.hero {
  max-width: none;
}

.container-small {
  max-width: 950px;
  padding-left: 24px;
  padding-right: 24px;
}

.top-left-footer {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.brand-link-footer-2 {
  height: 48px;
}

.dakfo-logo {
  max-width: 90%;
}

.div-block-141 {
  align-items: flex-end;
  display: flex;
}

.title-wrap-cases {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-cases {
  max-width: 650px;
}

.div-creame {
  background-color: #faf9f5;
}

.tile-stat-white {
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 32px;
  display: flex;
  box-shadow: 0 2px 40px #1d34330d;
}

.title-wrap-case-template {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-case-study {
  height: 60px;
}

.center-logo-case {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.limit-case-subtitle {
  width: 100%;
  max-width: 654px;
}

.grid-single-case {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 420px;
}

.paragraph-small-2 {
  font-size: 16px;
  line-height: 122%;
}

.wrap-text-sticky-case {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block-sticky-case {
  margin-bottom: 0;
}

.text-heading-3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 122%;
}

.form-sticky-case {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.tile-sticky-case {
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px #1d343314;
}

.grid-cases-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-wrap-blog {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-blog-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-wrap-blog-template {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-blog-template {
  max-width: 775px;
}

.image-main-blog {
  border-radius: 32px;
  width: 64%;
  margin: 80px auto;
  display: block;
}

.wrap-blog-content {
  width: 100%;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.title-wrap-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-family: "Bricolagegrotesque 24 Pt Semicondensed", sans-serif;
}

.heading-404 {
  margin-bottom: 60px;
  font-family: "Bricolagegrotesque 24 Pt Semicondensed", sans-serif;
  font-size: 10rem;
}

.end-cta_title {
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: all .5s;
}

.end-cta_title.two {
  color: #febe09;
}

.end-cta_title.three {
  color: #025ced;
}

.end-cta_title.one {
  color: #c300fe;
}

.end-cta_heading {
  margin-top: .5rem;
  margin-bottom: 5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  transition: all .7s cubic-bezier(.165, .84, .44, 1);
}

.end-cta_button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: .125rem solid #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .85rem 1.45rem;
  font-size: 1.1rem;
  font-weight: 400;
  transition: all .5s;
  transform: translate(-.3rem, -.3rem);
}

.end-cta_button-secondary.three {
  background-color: #025ced;
  border-color: #025ced;
}

.end-cta_button-secondary.one {
  background-color: #c300fe;
  border-color: #c300fe;
  font-size: 1.1rem;
}

.end-cta_button-secondary.two {
  background-color: #febe09;
  border-color: #febe09;
}

.end-cta_item-overlay {
  background-color: #c300fe;
  width: 100%;
  height: 0%;
  transition: all .7s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.end-cta_item-overlay.yellow {
  background-color: #febe09;
}

.end-cta_item-overlay.blue {
  background-color: #025ced;
}

.button-secondary-wrapper {
  background-color: #000;
  border-radius: .5rem;
  width: auto;
  height: auto;
  transition: all .5s;
  display: block;
  position: relative;
}

.button-secondary-wrapper.one, .button-secondary-wrapper.three, .button-secondary-wrapper.two {
  background-color: #fff;
}

.end-cta_component {
  grid-template-rows: auto;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-end-cta {
  background-color: #262626;
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
}

.end-cta-on-graphic_wrapper {
  z-index: 1;
  font-size: 1vw;
  transition: all .5s;
  position: absolute;
  inset: auto 15% -5% auto;
}

.end-cta-on-graphic_wrapper.second {
  right: 2%;
}

.end-cta-on-graphic_wrapper.third {
  right: 3%;
}

.end-cta-off-graphic_wrapper {
  z-index: 1;
  font-size: 1vw;
  transition: all .5s;
  position: absolute;
  inset: auto 15% -5% auto;
}

.end-cta-off-graphic_wrapper.third {
  right: 3%;
}

.end-cta-off-graphic_wrapper.second {
  right: 2%;
}

.end-cta-item_wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.end-cta-item {
  border-right: 1px solid #fff3;
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  height: 35rem;
  padding: 3rem 4rem 12rem;
  transition: all .7s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.end-cta-item.three {
  border: 1px #000;
  border-right: 1px solid #fff3;
  height: 26rem;
  margin-bottom: 6.9rem;
  position: relative;
  overflow: hidden;
}

.end-cta-item.one {
  border: 1px solid #ffffff26;
  height: 26rem;
  padding-bottom: 15.5rem;
  position: relative;
  overflow: hidden;
}

.end-cta-item.two {
  height: 26rem;
  position: relative;
  overflow: hidden;
}

.end-cta_image {
  width: 10em;
  height: 14em;
}

.end-cta_image.four {
  z-index: -1;
  position: absolute;
  top: -3rem;
  right: -6rem;
}

.end-cta_image.third {
  width: 13em;
  height: 11em;
}

.end-cta_image.seven {
  z-index: -1;
  position: absolute;
  top: -6rem;
  right: -12rem;
}

.end-cta_image.second {
  width: 14em;
  height: 14em;
}

.end-cta_image.three {
  z-index: -1;
  position: absolute;
  top: -2rem;
  right: -4rem;
}

.end-cta_image.six {
  z-index: -1;
  position: absolute;
  top: -5rem;
  right: -10rem;
}

.end-cta_image.two {
  z-index: -1;
  position: absolute;
  top: -1rem;
  right: -2rem;
}

.end-cta_image.five {
  z-index: -1;
  position: absolute;
  top: -4rem;
  right: -8rem;
}

.master-top-footer-line {
  border-top: 1px solid #28294333;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 70px;
  display: flex;
}

.link-2 {
  color: #230077;
  font-weight: 600;
  text-decoration: none;
}

.left-wrap-form-section {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
  position: relative;
  top: 60px;
}

.left-wrap-form-section._1st {
  margin-bottom: auto;
  display: block;
  position: static;
  top: 0;
}

.left-wrap-form-section._1st-form {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
  top: 0;
}

.grid-form-submission {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  display: flex;
}

.tile-submission-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #282943;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 600px;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px #1d34330f;
}

.tile-submission-form._1 {
  z-index: 0;
  flex: 0 auto;
  width: 100%;
  max-width: 460px;
  min-height: 540px;
  position: static;
}

.tile-submission-form._2 {
  z-index: 1;
  flex: 0 auto;
  width: 100%;
  max-width: 460px;
  min-height: 540px;
  position: relative;
}

.circle-link-submission {
  background-color: #1c3433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.buttom {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.buttom:hover {
  background-color: #5ee67a;
}

.field-label-3-copy {
  color: #282943;
  margin-bottom: 12px;
  font-weight: 500;
}

.checkbox-field {
  align-items: center;
  display: block;
}

.checkbox-label {
  color: #1d3433;
  padding-top: 2px;
}

.buttom-submit {
  color: #1c3433;
  background-color: #75fb91;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-top: 23px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.buttom-submit:hover {
  background-color: #5ee67a;
}

.addfile-wrap {
  cursor: pointer;
  border-radius: 45px;
  width: 200px;
  height: 200px;
  padding: 16px;
}

.addfile__process-percent {
  z-index: 2;
  letter-spacing: -.04em;
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.addfile__txt.mod--title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.addfile__txt.mod--desc {
  color: #fffc;
  font-size: 14px;
}

.addfile__img {
  z-index: 1;
  transition: all .3s;
  display: block;
  position: relative;
}

.addfile__img.mod--0 {
  border-radius: 6px;
  box-shadow: 0 10px 23px #00000040;
}

.addfile__img.mod--2 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.addfile__img.mod--2.active {
  bottom: 12px;
  right: -26px;
  transform: rotate(30deg);
}

.addfile__img.mod--1 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0);
}

.addfile__img.mod--1.active {
  bottom: 12px;
  left: -26px;
  transform: rotate(-30deg);
}

.addfile__block-hover {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.addfile__img-wrap {
  position: relative;
}

.addfile__process-bg {
  z-index: 0;
  background-color: #8bb8a2;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.addfile__plus {
  background-color: #fff;
  background-image: url('../images/ico_plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  box-shadow: 0 30px 30px #41464e4d;
}

.addfile {
  background-color: #666f7c;
  background-image: linear-gradient(60deg, #a7c1d333, #d5d9e133 70%, #faecec33);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.addfile__block.mod--2 {
  z-index: 2;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.addfile__block.mod--3 {
  z-index: 3;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.addfile__block.mod--1 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uploader {
  cursor: pointer;
  background-color: #f1f1f1;
  border: 1px dashed #bdbdbd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0 0;
}

.form-submission {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.heading-19 {
  opacity: .65;
  flex: none;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.relative {
  position: relative;
}

.pill-swap {
  z-index: 1;
  color: #2c37aa;
  background-color: #111747cf;
  border-radius: 70px;
  flex: none;
  align-items: center;
  height: 34px;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding: 0 13px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
}

.pill-swap:hover {
  color: #1b753e;
  background-color: #299954;
}

.text-medium {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.lottie-animation-2 {
  width: 80px;
  margin-top: -24px;
  margin-left: -16px;
  position: absolute;
}

.listings-sticky {
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  margin-left: 80px;
  padding: 0 24px 24px;
  position: sticky;
  top: 28px;
}

.listings-sticky.for-rent {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.listings-sticky.form {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.success-message-5 {
  letter-spacing: 1px;
  padding: 50px;
}

.text-block-45 {
  font-size: 14px;
  line-height: 1.2em;
}

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

.grid-quarters.spacer-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.grid-quarters.spacer-12px.listings-sticky-grid {
  grid-template-columns: 1fr;
  margin-top: 24px;
  display: block;
}

.input-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 13px 45px 10px 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input-2:hover {
  box-shadow: none;
  border-color: #000;
}

.input-2:focus {
  border: 1px solid #000;
}

.input-2::placeholder {
  color: #6e6e6e;
}

.input-2.w--open {
  border-color: #1d894e;
}

.input-2.on-page-search {
  width: 100%;
  margin-bottom: .5rem;
  padding-left: 44px;
}

.text-span-7 {
  text-decoration: line-through;
}

.sticky-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px;
  overflow: visible;
}

.checkbox_button-b {
  z-index: 3;
  cursor: pointer;
  border-color: #0000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.checkbox_button-b:hover {
  background-color: #0000000d;
}

.checkbox_button-b.w--redirected-checked {
  background-color: #34ff420d;
  background-image: url('../images/noun_Close_3610311.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 1px;
  border-color: #34ff7180;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.text-block-7 {
  color: #f4f4fb;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
}

.text-blockk {
  height: 54px;
  margin-top: 10px;
  margin-bottom: 24px;
}

.search-result {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.search-result:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.search-result.noresults {
  display: none;
}

.search-result.results {
  order: 2;
}

.flex-stretch-space {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.flex-stretch-space.listings-cms-content {
  justify-content: space-between;
  align-items: flex-start;
}

.amenities-wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.estimator_success-message {
  background-color: #0000;
  border: 1px solid #151d53;
  border-radius: .5rem;
  padding: 1.5rem;
}

.column-medium {
  width: 100%;
  margin-left: 70px;
}

.custom-rich-text {
  margin-top: -99px;
  font-size: 1rem;
}

.subtitle-2 {
  margin-bottom: 28px;
  font-size: 28px;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: static;
}

.grid-2.spacer-80 {
  grid-row-gap: 80px;
  align-items: stretch;
  margin-left: 7%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.icon-search {
  opacity: .5;
  background-image: url('../images/search-5667_a8e43cc6-4999-42ce-91e5-374ec6671433.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.vehicle-info-wrapper {
  align-items: center;
  display: flex;
}

.div-block-26 {
  opacity: .38;
  background-color: #fff;
  width: 10%;
  height: 2px;
  margin-bottom: 10px;
}

.text-block-8 {
  font-size: 14px;
  line-height: 1.2em;
}

.multi-select-wrap {
  background-color: #00000005;
  border: 1px solid #b8bbd1;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  max-height: 150px;
  padding: .5rem .5rem .25rem;
  display: flex;
  overflow: scroll;
}

.vehicle-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 3rem;
}

.estimator_form-block {
  flex-direction: column;
  align-items: stretch;
  position: relative;
  top: 0;
}

.custom-checkbox-label-b {
  z-index: 3;
  color: #1c3433;
  mix-blend-mode: normal;
  width: 100%;
  line-height: 1.1em;
  position: relative;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.fs-radio_label-5 {
  z-index: 2;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: relative;
}

.fs-radio_check-mask-5 {
  z-index: 1;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem 1rem 1rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.vehicle-info-block {
  z-index: 3;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 30px 5% 30px 2%;
  display: flex;
  box-shadow: 0 30px 60px -5px #0000000f;
}

.button-cta {
  color: #f7f4f2;
  text-align: center;
  background-color: #dc2b2b;
  justify-content: center;
  align-items: center;
  padding: 22px 32px;
  font-size: 16px;
  line-height: 1;
  transition: filter .6s cubic-bezier(.23, 1, .32, 1);
}

.button-cta:hover {
  filter: brightness(120%);
}

.button-cta.rounded {
  border-radius: 8px;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.button-cta.rounded.btn-primary {
  transform-style: preserve-3d;
  background-color: #ff3434;
  margin-top: 26px;
  font-style: normal;
  transition-property: transform;
}

.button-cta.rounded.btn-primary:hover {
  background-color: #dc2b2b;
  transform: scale(.95)translate3d(0, -6px, .01px);
}

.results-classes {
  display: none;
}

.listings-sticky-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.listings-sticky-top.buy {
  flex-direction: column;
}

.listings-sticky-top.rent {
  background-color: #0000;
  display: inline;
}

.checkbox_outside-accra {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox_outside-accra:active {
  border: 1px solid #000;
}

.location_details {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.location_details.extra-space {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
}

.checkbox-field-4 {
  border-color: #c834341a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 150px;
  height: 90px;
  margin-bottom: 22px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  box-shadow: 1px 1px 35px #ffc6c60f;
}

.vehicle-description-card {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  flex: none;
  width: 108%;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 1.5rem 40px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px -5px #0000000f;
}

.div-block-130 {
  border: 1px solid silver;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}

.estimator_content-divider {
  background-color: #dcdcdc;
  width: 100%;
  height: .0625rem;
}

.lottie-animation-4 {
  width: 80px;
  margin-top: -14px;
  margin-left: -16px;
  position: absolute;
}

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

.fs-radio_check-block-5 {
  z-index: 3;
  background-color: #ff3434;
  border-bottom-left-radius: 999rem;
  padding: .5rem .5rem 1rem 1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

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

.estimator_pricing-summary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.description-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, #fff 24%, #ffffffed 50%, #ffffffd9 66%, #ffffffab 81%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  margin-top: -120px;
  display: flex;
  position: absolute;
  inset: auto 40px 30px;
}

.text-featured {
  color: #89725b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.text-featured.property-type {
  margin-left: 8px;
}

.section-3 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-3.padding-bottom-0 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.text_wrap {
  margin-top: 4px;
  display: flex;
}

.license_details {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.license_details.extra-space {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: 8px;
  display: flex;
  position: relative;
}

.fs-radio_field-5 {
  color: #000;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1.2px solid #c834341a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 150px;
  max-width: none;
  height: 90px;
  margin-bottom: 0;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
}

.fs-radio_field-5:hover {
  color: #696969;
  border-color: #696969;
}

.flex-center {
  align-items: center;
  display: flex;
}

.flex-center.details-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: flex;
}

.flex-center.listing-code {
  flex: none;
  margin-left: 0;
  display: block;
}

.flex-center.property-type {
  flex: none;
  display: block;
}

.heading-32px {
  font-size: 32px;
}

.estimator_error-message {
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.fs-radio_check-icon-5 {
  width: 1.5rem;
}

.fs-radio_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  min-height: 3rem;
  display: none;
}

.error-text {
  color: #e23939;
}

.button-5 {
  text-align: center;
  cursor: pointer;
  background-color: #10405b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button-5:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button-5.secondary-button-overlay {
  color: #db0000;
  background-color: #fff;
  border: 2px solid #dc2b2b99;
  border-radius: 16px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.grid-four-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  grid-template-rows: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.div-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.select-input {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px solid #2829434d;
  border-radius: 6px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 13px 45px 10px 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #2829434d;
}

.input:hover {
  box-shadow: none;
  border-color: #000;
}

.input:focus {
  border: 1px solid #000;
}

.input::placeholder {
  color: #6e6e6e;
}

.input.w--open {
  border-color: #1d894e;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: -.25rem;
  margin-right: 6px;
  display: flex;
  overflow: hidden;
}

.svg.editted {
  color: #1d894e;
  background-color: #fff;
  margin-right: 0;
  position: absolute;
  inset: 10px 10px auto auto;
}

.select-dropdown.w--open {
  background-color: #fff;
  border: .5px solid #b8bbd1;
  border-radius: 6px;
  padding: .5rem .5rem .25rem;
  box-shadow: 0 10px 12px -3px #0000001a;
}

.checkbox-field-b {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.checkbox-field-b:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.text-block-dropdown {
  color: #b1b8b7;
  font-size: 14px;
  font-weight: 400;
}

.select-age {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.input-age {
  color: #000;
  background-color: #fff;
  border: 1px solid #2829434d;
  border-radius: 6px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 13px 45px 10px 18px;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #2829434d;
}

.input-age:hover {
  box-shadow: none;
  border-color: #000;
}

.input-age:focus {
  border: 1px solid #000;
}

.input-age::placeholder {
  color: #6e6e6e;
}

.input-age.w--open {
  border-color: #1d894e;
}

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

.checkbox-field-age {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.checkbox-field-age:hover {
  border-color: #1200ee;
  position: relative;
  box-shadow: 0 20px 30px -10px #00000021;
}

.checkbox_button-age {
  z-index: 3;
  cursor: pointer;
  border-color: #0000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.checkbox_button-age:hover {
  background-color: #0000000d;
}

.checkbox_button-age.w--redirected-checked {
  background-color: #34ff420d;
  background-image: url('../images/noun_Close_3610311.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 1px;
  border-color: #34ff7180;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.grid-sectors-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 66%;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-sectors-two._2nd {
  margin-top: 48px;
}

.singlecheck {
  width: 31.25rem;
}

.singlecheck.is-gender, .singlecheck.is-age, .singlecheck.is-sector {
  z-index: 2;
  position: relative;
}

.toggle-tags {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.toggle-tag {
  color: #fff;
  background-color: #1d3433;
  border-radius: 6px;
  padding: .8rem;
  font-size: 13px;
  position: relative;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  color: #b1b8b7;
  border: 1px solid #2829434d;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 6px -2px #2829434d;
}

.toggle-text {
  white-space: pre-wrap;
  font-family: Poppins, sans-serif;
}

.drodpown-list {
  background-color: #ddd0;
}

.drodpown-list.w--open {
  position: relative;
}

.dropdown-wrapper {
  background-color: #fff;
  border: 1px solid #2829434d;
  width: 100%;
  max-height: 15rem;
  position: relative;
  overflow: auto;
}

.check-field {
  align-items: center;
  height: 2.8rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.check-field:hover {
  background-color: #00000008;
}

.checkbox {
  border-color: #000;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  background-color: #000;
  background-size: .75rem .75rem;
}

.check-label {
  color: #1d3433;
  margin-bottom: 0;
  margin-left: 6px;
}

.input-wrap-sector {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: block;
}

.input-wrap-sector.name {
  margin-top: 26px;
  margin-bottom: 26px;
}

.section-4 {
  color: #1c3433;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins, sans-serif;
}

.grid-5-coll {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.fade-in-move-on-scroll-2 {
  z-index: 3;
}

.title-text {
  margin-bottom: 24px;
  font-family: Varela, sans-serif;
  font-size: 22px;
  line-height: 117%;
}

.heading-405 {
  font-family: "Bricolagegrotesque 24 Pt Semicondensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.statement-heading {
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 29px;
}

.hero-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.content-split {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #016f46;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 32px 44px 32px 122px;
  display: flex;
}

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

.title-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: Varela, sans-serif;
  display: flex;
}

.text-12 {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.this-is-how-good-com {
  color: #fff;
  text-transform: capitalize;
  width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: .7em;
}

.this-is-how-good-com.title {
  font-size: 36px;
}

.this-is-how-good-com-2 {
  color: #fff;
  letter-spacing: -.04em;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
}

.context-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 465px;
  display: flex;
}

.link-block-2, .link-block-2.w--current {
  text-decoration: none;
}

.cta_learn-more-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 45px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #2d432c;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.image-6 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.image-6.left {
  object-position: 0% 50%;
  border-radius: 0;
  min-height: 30vh;
}

.access-the-top-1-of {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 75px;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.body-1 {
  color: #161626;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.body-1.regular {
  color: #121f3e;
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.blog-staggered-h2-detail-containe {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-h2-staggeredbody-wrapper {
  width: 70%;
}

.h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

.h2.bold {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.blog-rightalign-body-70 {
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-left: 0%;
  display: flex;
}

.kpi-section {
  width: 100%;
  height: 300px;
  margin-top: 50px;
  margin-bottom: 75px;
}

.kpi-row {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  max-width: 90%;
  margin-top: 24px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.kpi-container {
  width: 22.5%;
  height: 290px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 16px;
}

.horizontal-divider {
  opacity: 1;
  color: #0000;
  background-color: #1616261a;
  width: 107%;
  height: 1px;
  margin-top: 0;
  position: static;
}

.content-horizontal-container {
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.card-content-container {
  width: 300px;
  height: 220px;
  margin-left: 32px;
  margin-right: 32px;
}

.kpi-num-wrapper {
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.image-3 {
  max-width: 50%;
}

.kpi-details-wrapper {
  text-align: left;
  width: 190px;
  height: 88px;
  margin-top: 16px;
}

.detail {
  color: #161626;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.detail.regular {
  color: #121f3e;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 32px;
}

.vertical-divider {
  background-color: #1616261a;
  border: 0 solid #0000;
  width: 1px;
  height: 100%;
}

.vertical-divider._200px {
  height: 300px;
}

.bold-text {
  font-family: "Bricolagegrotesque 24 Pt Semicondensed", sans-serif;
}

.quicklink {
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.quicklink:hover {
  color: #fff;
}

.quicklink-block {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.single-quicklink {
  grid-column-gap: 24px;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tile-quiclink {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  margin-right: auto;
  padding: 44px;
  display: flex;
  box-shadow: 0 2px 30px #75807f24;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: block;
  overflow: visible;
}

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

.section-solutions {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-solutions.hero-pricing {
  color: #efeadf;
  background-color: #1c3433;
  background-image: url('../images/Abstract-Process.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 470px;
  padding-top: 180px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.section-solutions.dark {
  color: #f4f1eb;
  background-color: #1c3433;
}

.section-solutions.dark.hero-services {
  height: 180px;
  padding-top: 139px;
  padding-bottom: 180px;
  font-family: Poppins, sans-serif;
}

.section-solutions.dark.hero-404 {
  color: #efeadf;
  background-image: url('../images/Abstract-About-Hero.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 560px;
  padding-top: 200px;
  padding-bottom: 200px;
  font-family: Poppins, sans-serif;
}

.section-solutions.services-grid-page {
  background-color: #f4f1eb;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.section-solutions.darker {
  background-color: #efeadf;
}

.section-solutions.hero-blog {
  padding-top: 160px;
}

.section-solutions.blog-template-hero {
  padding-top: 180px;
}

.no-margins-3 {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Bricolagegrotesque 24 Pt Semicondensed", sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.no-margins-3.title {
  flex: 0 auto;
  font-size: 36px;
}

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

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

._60--padding {
  margin-top: 30px;
}

.space {
  flex: none;
  width: 50px;
  height: 50px;
}

.tooltip-dropdown {
  z-index: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0% 0% 0% -5%;
}

.tooltip-content {
  padding: 0;
  display: block;
}

.tooltip-circle {
  color: #fff;
  background-color: #008b2e;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  min-height: 0;
  margin-top: -1.5px;
  padding: 2px 10px;
  font-size: 12px;
  display: flex;
}

.tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% auto 0% 100%;
}

.tooltip-anchor.bottom {
  z-index: 1;
}

.tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-wrapper._220 {
  width: 220px;
}

.tooltip-container {
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-title {
  margin-bottom: 5px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-code {
  color: #290092;
  background-color: #cbe0fc;
  border-bottom: 1px solid #557dff;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  object-position: 0% 50%;
  border-radius: 0;
  min-height: 30vh;
}

.checkbox-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 31px;
  display: inline-flex;
}

.checkbox-wrapper._1 {
  z-index: 3;
  position: relative;
}

.checkbox-wrapper._2 {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .listings-sticky-icon.l {
    width: 30px;
    margin-right: 10px;
  }

  .section.hero-home {
    padding-top: 100px;
  }

  .nav-link {
    font-size: 16px;
  }

  .bg-hero.home-hero-image, .bg-hero.home-hero-firlter {
    height: 100%;
  }

  .grid-2.spacer-80 {
    margin-left: 6%;
  }

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

  .block-2 {
    width: 52%;
  }

  .this-is-how-good-com {
    font-size: 52px;
    line-height: 1em;
  }

  .this-is-how-good-com-2 {
    font-size: 52px;
    line-height: 47px;
  }
}

@media screen and (min-width: 1440px) {
  .text-block-9, .text-block-10 {
    font-size: 16px;
  }

  .container-navbar {
    max-width: 1310px;
  }

  .section.darker.below {
    padding-top: 120px;
  }

  .section.hero-blog {
    background-color: #faf9f5;
  }

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

  .container-default.home-hero {
    max-width: 1340px;
  }

  .grid-form-submission {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .listings-sticky.for-rent, .listings-sticky.form {
    margin-left: 50px;
  }

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

  .sticky-wrapper {
    width: auto;
  }

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

  .vehicle-description-card {
    width: 100%;
  }

  .grid-four-form {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .input {
    border-color: #2829434d;
  }

  .text-block-dropdown {
    color: #1c3433;
    font-weight: 400;
  }

  .input-age {
    border-color: #2829434d;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .body-1.regular {
    position: static;
  }

  .blog-staggered-h2-detail-containe {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .blog-h2-staggeredbody-wrapper {
    width: 60%;
  }

  .h2.bold {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
  }

  .kpi-row {
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .kpi-container {
    width: 300px;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .card-content-container {
    height: 250px;
  }

  .detail.regular {
    position: static;
  }

  .vertical-divider._200px {
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .login-footer {
    padding-left: 0%;
  }

  .slider {
    flex-direction: row;
    align-items: flex-end;
    display: block;
  }

  .form-full {
    flex-direction: row;
  }

  .brand-navbar {
    height: 120%;
  }

  .cta-dark.nav-cta {
    font-size: 18px;
  }

  .container-navbar {
    max-width: 1440px;
  }

  .section.darker.below {
    margin-top: 170px;
  }

  .dropdown-toggle-nav, .nav-link {
    font-size: 18px;
  }

  .container-default.home-hero {
    max-width: 1400px;
  }

  .grid-form-submission {
    max-width: 100%;
  }

  .sticky-wrapper {
    max-width: 1550px;
  }

  .flex-stretch-space.listings-cms-content {
    justify-content: space-between;
  }

  .grid-2.spacer-80 {
    margin-left: 4%;
  }

  .vehicle-info-block._1 {
    padding-left: 5%;
  }

  .listings-sticky-top.rent {
    overflow: visible;
  }

  .vehicle-description-card {
    width: 100%;
  }

  .grid-four-form {
    max-width: 100%;
  }

  .hero-top {
    margin-left: 0;
    padding-bottom: 0;
  }

  .image-6 {
    max-width: 730px;
  }
}

@media screen and (max-width: 991px) {
  .case-study-text {
    font-size: 19px;
  }

  .navigation {
    z-index: 99999;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .invert-logo {
    height: 30px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .left-tech-stack-two-columns {
    text-align: center;
    align-items: center;
  }

  .big-text {
    font-size: 54px;
  }

  .container-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-sectors {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    background-color: #f9f9ff;
    border: 1px solid #28294314;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 530px;
    max-height: 80vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: 16px;
    overflow: scroll;
  }

  .wrap-hero-home-image {
    width: 100%;
    max-height: 660px;
    margin-top: -72px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .column-tech-stack.second-column {
    width: 40%;
    max-width: 150px;
  }

  .column-tech-stack.first-column {
    max-width: 150px;
  }

  .line-menu {
    background-color: #1c3433;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 18px;
  }

  .line-menu.first-line {
    width: 28px;
  }

  .grid-map-section {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .top-map-section {
    text-align: center;
    align-items: center;
  }

  .wrap-tech-moving-columns {
    width: 100%;
    max-width: 600px;
  }

  .section-image.big-text-bg-image {
    background-size: 420px, auto, cover;
    padding-top: 320px;
  }

  .wrap-image-combo-halves {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-link {
    color: #282943;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  .stat-left {
    align-items: center;
  }

  .grid-values-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-tech-stack-two-columns {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .right-map-section {
    max-width: 540px;
  }

  .image-map {
    max-width: 560px;
  }

  .inside-hero-home {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .master-icons-list {
    text-align: left;
  }

  .master-hero-home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-tech-two-columns {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .section.hero-home {
    padding-top: 120px;
  }

  .section.dark.hero-about {
    padding-top: 180px;
  }

  .section.mid {
    padding-top: 120px;
  }

  .wrap-menu-button {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .master-top-footer {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .abstract-hero-home {
    bottom: 0%;
  }

  .dropdown-list.w--open {
    background-color: #f7f7ff;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .right-combo-halves {
    text-align: center;
    align-items: center;
  }

  .master-process {
    width: 90%;
  }

  .master-bottom-footer {
    grid-column-gap: 48px;
  }

  .block-hero-home {
    padding: 90px 90px 120px;
  }

  .dropdown-toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 140%;
  }

  .menu-button {
    background-color: #1c343312;
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #75fb91;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px solid #2829431a;
    font-size: 22px;
  }

  .right-top-footer {
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-heading-services-grid {
    text-align: center;
    align-items: center;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

  .left-values-sticky-halves {
    text-align: center;
    align-items: center;
    max-width: 780px;
  }

  .gird-sticky-halves {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .grid-stats-fourths {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-contact {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-wrap-contact-section {
    align-items: flex-start;
    width: 100%;
    padding-right: 24px;
  }

  .right-side-contact-link {
    text-align: left;
  }

  .title-wrap-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-map {
    font-size: 32px;
    line-height: 135%;
  }

  .moving-images-inside-about {
    width: 180vw;
  }

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

  .color-fill-pricing {
    height: 85%;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph {
    text-align: left;
  }

  .top-left-footer {
    text-align: center;
    align-items: flex-start;
  }

  .grid-single-case {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .end-cta_component {
    flex-direction: column;
  }

  .end-cta-on-graphic_wrapper, .end-cta-off-graphic_wrapper {
    font-size: 2.5vw;
  }

  .end-cta-item.three {
    border-top-style: solid;
    border-top-color: #fff3;
    width: 100%;
  }

  .end-cta-item.one {
    width: 100%;
  }

  .end-cta-item.two {
    border-top: 1px solid #fff3;
    width: 100%;
  }

  .master-top-footer-line {
    grid-column-gap: 48px;
  }

  .left-wrap-form-section {
    align-items: flex-start;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .grid-form-submission {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tile-submission-form {
    margin-top: 0;
  }

  .addfile-wrap {
    border-radius: 35px;
    width: 264px;
    height: 126px;
  }

  .addfile__plus {
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .addfile {
    border-radius: 20px;
  }

  .addfile__block.mod--1 {
    text-align: left;
    flex-direction: row;
  }

  .pill-swap {
    display: none;
  }

  .listings-sticky {
    margin-top: 40px;
    margin-left: 0;
    position: static;
  }

  .listings-sticky.form {
    max-width: none;
    margin-top: 0;
  }

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

  .flex-stretch-space.listings-cms-content {
    flex-direction: column;
    align-items: center;
  }

  .column-medium {
    margin-left: 0;
  }

  .grid-2.spacer-80 {
    margin-left: 0%;
  }

  .vehicle-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .vehicle-description-card {
    width: 100%;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-3.padding-bottom-0 {
    padding-bottom: 0;
  }

  .grid-four-form {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-sectors-two {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-5-coll {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .title-text {
    font-size: 44px;
    line-height: 125%;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content-split {
    flex-direction: column-reverse;
  }

  .block-2 {
    border-radius: 0;
    width: 100%;
  }

  .image-6.left {
    border-radius: 0;
  }

  .hero-section {
    height: 80vh;
  }

  .body-1, .body-1.regular {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-staggered-h2-detail-containe {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h2 {
    font-size: 32px;
    line-height: 48px;
  }

  .kpi-row {
    justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .kpi-container {
    width: 300px;
    margin-bottom: 40px;
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .detail.regular {
    font-size: 18px;
    line-height: 28px;
  }

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

  .tooltip-diamond.left {
    border-radius: 0;
  }
}

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

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

  .field-label {
    margin-bottom: 8px;
  }

  .ms-form {
    padding-left: 0%;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

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

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 90%;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .price-text {
    font-size: 30px;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .big-text {
    font-size: 42px;
  }

  .grid-sectors {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    margin-right: auto;
  }

  .wrap-hero-home-image {
    width: 90%;
    max-height: 580px;
  }

  .wrap-tech-moving-columns {
    align-self: center;
    height: 320px;
  }

  .wrap-big-text {
    width: 90%;
  }

  .column-footer-links {
    width: 50%;
  }

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

  .section-image.big-text-bg-image {
    background-size: 50%, auto, cover;
    padding-top: 160px;
  }

  .footer {
    padding-top: 100px;
  }

  .section.dark.hero-about {
    background-size: 70%;
    padding-top: 140px;
  }

  .flex-heading-cta, .master-bottom-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .block-hero-home {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .wrap-heading-services-grid {
    text-align: center;
    align-items: center;
    margin-bottom: 48px;
  }

  .left-top-footer {
    grid-row-gap: 80px;
    flex-wrap: wrap;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .left-wrap-contact-section {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }

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

  .moving-images-inside-about {
    width: 1280px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .section-2.dark.hero-services {
    padding-top: 180px;
  }

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

  .grid-blog-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-main-blog {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .master-top-footer-line {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .left-wrap-form-section {
    text-align: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }

  .grid-form-submission {
    flex-direction: column;
  }

  .addfile__process-percent {
    font-size: 28px;
  }

  .pill-swap {
    display: none;
  }

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

  .sticky-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .subtitle-2 {
    font-size: 24px;
  }

  .grid-2.spacer-80 {
    margin-left: 0%;
  }

  .icon-search {
    top: 17px;
  }

  .estimator_form-block {
    position: static;
  }

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

  .vehicle-info-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding: 20px 20px 0;
    display: grid;
  }

  .vehicle-info-block._1 {
    padding-bottom: 20px;
    display: block;
  }

  .vehicle-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .fs-radio_column {
    grid-auto-flow: row;
  }

  .button-5 {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .grid-four-form {
    flex-direction: column;
  }

  .grid-sectors-two {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .singlecheck {
    width: 100%;
  }

  .title-text {
    font-size: 40px;
  }

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

  .body-1, .body-1.regular {
    font-size: 16px;
    line-height: 24px;
  }

  .h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .blog-rightalign-body-70 {
    padding-left: 0%;
  }

  .kpi-container {
    width: 80%;
    height: auto;
  }

  .card-content-container {
    width: 100%;
    height: auto;
  }

  .kpi-details-wrapper {
    width: 260px;
    height: auto;
  }

  .detail {
    line-height: 20px;
  }

  .detail.regular {
    font-size: 16px;
    line-height: 24px;
  }

  .vertical-divider {
    opacity: 0;
  }

  .vertical-divider._200px {
    height: auto;
  }

  .section-solutions.dark.hero-services {
    padding-top: 180px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    height: auto;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider-button-submit {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .form-content {
    width: 100%;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

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

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

  .cta-dark.nav-cta {
    display: none;
  }

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

  .nav-menu {
    width: 98%;
    margin-right: auto;
  }

  .flex-cta-home {
    flex-direction: column;
    align-items: stretch;
  }

  .wrap-hero-home-image {
    height: 100vw;
    max-height: none;
  }

  .subtitle {
    font-size: 22px;
  }

  .brand-footer {
    margin-bottom: 42px;
  }

  .tile-contact-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-footer-links {
    text-align: center;
    align-items: flex-start;
  }

  .text-extra-info.move-up-case {
    margin-bottom: 0;
  }

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

  .section-image.big-text-bg-image {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .text-quote-testimonial {
    font-size: 25px;
  }

  .single-process {
    grid-column-gap: 16px;
  }

  .master-stats-map {
    grid-column-gap: 24px;
  }

  .line-process {
    width: 3px;
  }

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

  .section.hero-home, .section.mid {
    padding-top: 92px;
  }

  .brand-link-navbar {
    padding-left: 0;
  }

  .master-footer-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .master-process {
    width: 100%;
  }

  .block-hero-home {
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .icon-social-footer {
    width: 24px;
    height: 24px;
  }

  .tile-moving-testimonial {
    max-width: 470px;
  }

  .left-process {
    width: 28px;
  }

  .process-circle {
    width: 25px;
    height: 25px;
  }

  .link-social-footer {
    width: 48px;
    height: 48px;
  }

  .left-top-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-service {
    padding: 32px;
  }

  .wrap-name-service-tile {
    flex-direction: column;
    align-items: flex-start;
  }

  .tile-case-tile {
    padding: 28px 24px 24px;
  }

  .logo-case {
    max-width: 75%;
    height: 30px;
  }

  .stat-case {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .wrap-socials-contact {
    flex-wrap: wrap;
    display: flex;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .text-contact-detail {
    font-size: 16px;
  }

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

  .tile-contact-form {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-values-halves.move-down-collumn {
    padding-top: 0;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .text-map {
    font-size: 20px;
  }

  .moving-images-inside-about {
    width: 1070px;
  }

  .link-blog-tile {
    grid-row-gap: 32px;
  }

  .bottom-blog-tile {
    padding: 0;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.hero-pricing {
    padding-top: 140px;
  }

  .section-2.dark.hero-services {
    background-size: 380px;
    padding-top: 140px;
  }

  .section-2.hero-blog, .section-2.blog-template-hero {
    padding-top: 120px;
  }

  .text-h3-price.ecom-price {
    font-size: 22px;
  }

  .tile-pricing-tile {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-141 {
    flex-direction: row;
    display: block;
  }

  .title-wrap-cases {
    margin-bottom: 64px;
  }

  .logo-case-study {
    width: 80%;
    height: auto;
  }

  .title-wrap-blog {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 56px;
  }

  .end-cta-on-graphic_wrapper, .end-cta-off-graphic_wrapper {
    font-size: 4vw;
  }

  .end-cta-item.three {
    padding-bottom: 15.5rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .end-cta-item.one {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .end-cta-item.two {
    padding-bottom: 15.5rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .left-wrap-form-section {
    padding-right: 0;
  }

  .tile-submission-form {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .pill-swap {
    display: none;
  }

  .grid-quarters.spacer-12px.listings-sticky-grid {
    display: block;
  }

  .input-2 {
    font-size: .9rem;
  }

  .sticky-wrapper {
    padding-top: 20px;
  }

  .vehicle-title {
    font-size: 1.8rem;
  }

  .vehicle-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-cta {
    width: 100%;
  }

  .vehicle-description-card {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .flex-center {
    width: 100%;
  }

  .flex-center.listing-code {
    margin-top: 12px;
    margin-left: 0;
  }

  .input, .input-age {
    font-size: .9rem;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .title-text {
    font-size: 28px;
    line-height: 120%;
  }

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

  .statement-heading {
    font-size: 18px;
  }

  .hero-top, .block-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .this-is-how-good-com, .this-is-how-good-com-2 {
    width: 100%;
  }

  .hero-section {
    height: 80vh;
  }

  .body-1 {
    font-size: 15px;
    line-height: 26px;
  }

  .body-1.regular {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-h2-staggeredbody-wrapper {
    width: 100%;
  }

  .h2 {
    font-size: 24px;
    line-height: 40px;
  }

  .h2.bold {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-rightalign-body-70 {
    padding-left: 0%;
  }

  .kpi-row {
    margin-top: 325px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .kpi-container {
    width: 100%;
    height: auto;
  }

  .card-content-container {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .kpi-details-wrapper {
    height: auto;
  }

  .detail {
    font-size: 14px;
  }

  .detail.regular {
    font-size: 16px;
    line-height: 26px;
  }

  .vertical-divider {
    background-color: #0000;
  }

  .vertical-divider._200px {
    height: 100%;
  }

  .tile-quiclink {
    max-width: 470px;
  }

  .section-solutions {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-solutions.hero-pricing {
    padding-top: 140px;
  }

  .section-solutions.dark.hero-services {
    background-size: 380px;
    padding-top: 140px;
  }

  .section-solutions.hero-blog, .section-solutions.blog-template-hero {
    padding-top: 120px;
  }
}

#w-node-_56de87d6-f57e-7cc8-f15f-e7c770a7f3a3-b4bfcd47, #w-node-_56de87d6-f57e-7cc8-f15f-e7c770a7f3a4-b4bfcd47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_820d008d-c060-59f4-8b6e-b945dbaee3f1-04adfbd7, #w-node-_820d008d-c060-59f4-8b6e-b945dbaee3f6-04adfbd7, #w-node-_820d008d-c060-59f4-8b6e-b945dbaee3fb-04adfbd7, #w-node-_820d008d-c060-59f4-8b6e-b945dbaee400-04adfbd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d715db9-9e3e-6adf-1997-b5f1b6bc1b8c-04adfbd7, #w-node-_1d715db9-9e3e-6adf-1997-b5f1b6bc1b97-04adfbd7, #w-node-_1d715db9-9e3e-6adf-1997-b5f1b6bc1b9f-04adfbd7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_820d008d-c060-59f4-8b6e-b945dbaee408-04adfbd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_820d008d-c060-59f4-8b6e-b945dbaee412-04adfbd7, #w-node-_820d008d-c060-59f4-8b6e-b945dbaee413-04adfbd7, #w-node-_820d008d-c060-59f4-8b6e-b945dbaee434-04adfbd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f4f7a75-f692-d52e-f339-afef3473f440-3473f43d, #w-node-_9f4f7a75-f692-d52e-f339-afef3473f46b-3473f43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_33e63c68-49fc-8636-0101-c0d4a8a2bf98-a8a2bf95, #w-node-_33e63c68-49fc-8636-0101-c0d4a8a2bfa0-a8a2bf95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adb2785d-551e-6d52-c7b5-14cec37aaeb4-548d4267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-adb2785d-551e-6d52-c7b5-14cec37aaebc-548d4267 {
  place-self: center;
}

#w-node-ddf0a850-b26e-21a8-9416-638a7783ad4d-8842a3ab, #w-node-ddf0a850-b26e-21a8-9416-638a7783ad52-8842a3ab, #w-node-ddf0a850-b26e-21a8-9416-638a7783ad57-8842a3ab, #w-node-ddf0a850-b26e-21a8-9416-638a7783ad5c-8842a3ab, #w-node-_2575c932-de77-986f-13ef-6c80f528d7bb-8842a3ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2575c932-de77-986f-13ef-6c80f528d7ed-8842a3ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3325b2de-52b3-6473-3111-387a969ef312-f1d1e56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3325b2de-52b3-6473-3111-387a969ef310-f1d1e56f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_824b0d76-b8df-bea6-2984-29ae6f992210-c26561c0, #w-node-_824b0d76-b8df-bea6-2984-29ae6f99223b-c26561c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_14d6f5d4-6ae3-43e1-e98a-5848487ac056-747e14e1, #w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc7e6-e72a3c60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc803-e72a3c60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc806-e72a3c60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_56de87d6-f57e-7cc8-f15f-e7c770a7f3a3-e72a3c60, #w-node-_56de87d6-f57e-7cc8-f15f-e7c770a7f3a4-e72a3c60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc8fd-e72a3c60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc905-e72a3c60 {
  place-self: center;
}

#w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc7e6-9d1f60ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc803-9d1f60ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc806-9d1f60ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

@media screen and (min-width: 1920px) {
  #w-node-_1d715db9-9e3e-6adf-1997-b5f1b6bc1b8c-04adfbd7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_820d008d-c060-59f4-8b6e-b945dbaee408-04adfbd7, #w-node-_9f4f7a75-f692-d52e-f339-afef3473f440-3473f43d, #w-node-_33e63c68-49fc-8636-0101-c0d4a8a2bf98-a8a2bf95, #w-node-adb2785d-551e-6d52-c7b5-14cec37aaeb4-548d4267, #w-node-_3325b2de-52b3-6473-3111-387a969ef312-f1d1e56f, #w-node-_824b0d76-b8df-bea6-2984-29ae6f992210-c26561c0, #w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc806-e72a3c60, #w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc8fd-e72a3c60, #w-node-_3f528529-9b9a-e8e0-fa2e-632ec18fc806-9d1f60ea {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque 24 Pt Condensed';
  src: url('../fonts/BricolageGrotesque_24pt_Condensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque 24 Pt Condensed';
  src: url('../fonts/BricolageGrotesque_24pt_Condensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque 24 Pt Condensed';
  src: url('../fonts/BricolageGrotesque_24pt_Condensed-ExtraBold.ttf') format('truetype'), url('../fonts/BricolageGrotesque_24pt_Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque 24 Pt Condensed';
  src: url('../fonts/BricolageGrotesque_24pt_Condensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque 24 Pt Semicondensed';
  src: url('../fonts/BricolageGrotesque_24pt_SemiCondensed-ExtraBold.ttf') format('truetype'), url('../fonts/BricolageGrotesque_24pt_SemiCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque 24 Pt Condensed';
  src: url('../fonts/BricolageGrotesque_24pt_Condensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bricolagegrotesque 24 Pt Condensed';
  src: url('../fonts/BricolageGrotesque_24pt_Condensed-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}