:root {
  --neutral--white-200: #f4f4f6;
  --font--global-font: Poppins, sans-serif;
  --neutral--black-700: #333;
  --neutral--black-900: #0e0f11;
  --neutral--white: white;
  --neutral--white-300: #dfe0e2;
  --brand--primary: #ffd601;
  --neutral--gray-600: #575c6b;
  --neutral--gray-500: #8e8e8e;
  --neutral--black-800: #222;
  --brand--secondary: #76b142;
}

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

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

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

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

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

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

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

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

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

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--neutral--white-200);
  font-family: var(--font--global-font);
  color: var(--neutral--black-700);
  letter-spacing: -.32px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 4.75rem;
}

h2 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.125rem;
}

h3 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 2.625rem;
}

h4 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}

h5 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h6 {
  color: var(--neutral--black-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.utility-page-content {
  background-color: var(--neutral--white);
  text-align: center;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49.375rem;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-menu {
  grid-row-gap: 2.5rem;
  background-color: var(--neutral--white-300);
  border-radius: .75rem;
  flex-direction: column;
  padding: 1.875rem 2.5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.style-guide-field-wrapper {
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3rem;
}

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

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

.heading-style-h4.blue {
  color: var(--brand--primary);
}

.heading-style-h1 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.text-size-regular {
  color: var(--neutral--black-700);
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-size-regular.text-color-white, .text-size-regular.text-color-white-200 {
  color: var(--neutral--white-200);
}

.text-size-regular.text-color-white-300 {
  color: var(--neutral--white-300);
}

.text-size-small {
  color: var(--neutral--black-900);
  margin-bottom: 0;
  margin-left: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem;
}

.text-size-small.white {
  color: var(--neutral--white);
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--brand--primary);
  color: var(--neutral--white);
  text-align: center;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  height: 46px;
  margin-bottom: 0;
  margin-left: 0;
  padding: .0625rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
  transition: color .3s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.button.is-seceondary {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--neutral--black-900);
  height: 2.625rem;
  margin-left: 0;
  padding: .8125rem 1.25rem;
}

.button.is-seceondary.w--current {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.button.is-cta {
  background-color: var(--brand--primary);
  height: auto;
  margin-left: 0;
  padding: .875rem 1.5rem;
  position: static;
  inset: auto 0% 0% auto;
}

.divider {
  background-color: #0000;
  border: 1px solid #dbdcdd;
  width: 100%;
}

.padding-global {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.style-guide-content-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 21.6875rem repeat(auto-fit, 46.25rem);
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-top-content {
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h6.white {
  color: var(--neutral--white);
}

.padding-bottom {
  padding: 0;
}

.padding-bottom.padding-large {
  padding-bottom: 3.125rem;
}

.padding-bottom.padding-small {
  width: 100%;
  padding-bottom: 1.875rem;
}

.padding-bottom.padding-medium {
  width: 100%;
  padding-bottom: 2.5rem;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 6.25rem;
}

.utility-page-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

._404-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  max-width: 49.4375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.field-label {
  display: none;
}

.password-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-input {
  background-color: var(--neutral--white-200);
  color: var(--neutral--gray-600);
  border: 1px solid #0000;
  border-radius: .25rem;
  width: 16.0625rem;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .9375rem 1.5rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.password-input::placeholder {
  color: var(--neutral--gray-600);
}

.button-arrow-wrapper {
  background-color: var(--neutral--white);
  border-radius: .25rem;
  margin: 3px;
  padding: .875rem 1rem;
  position: absolute;
  inset: 0%;
}

.text-size-medium {
  color: var(--neutral--black-900);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1rem;
}

.text-size-medium.text-color-black-500 {
  color: var(--neutral--gray-500);
}

.error-message {
  color: var(--neutral--white);
  background-color: #ff3f4e;
  margin-top: 1.25rem;
  padding: 1.25rem;
}

.navbar {
  background-color: var(--neutral--white-200);
  padding: 1.125rem 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #acacac33;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--neutral--gray-500);
  border-radius: .25rem;
  padding: .625rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  text-decoration: none;
}

.nav-link.w--current {
  background-color: var(--neutral--white-200);
  color: var(--brand--primary);
}

.nav-contact-number {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--neutral--white);
  background-image: url('../images/Contact-Number-Image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: .5625rem 1rem .5625rem 2.875rem;
  text-decoration: none;
  display: flex;
}

.nav-contact-number.show-tablet {
  display: none;
}

.nav-contact-number.hide-tablet {
  background-color: var(--brand--primary);
  background-image: none;
  border-radius: 6px;
}

.nav-contact-number.hide-tablet.left {
  border-radius: 6px;
  padding-left: .5rem;
  padding-right: .5rem;
}

.nav-contact-number.hide-tablet.green {
  background-color: var(--brand--primary);
  padding-left: 1rem;
}

.section-header {
  background-color: var(--neutral--white-200);
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/aparment-warsaw_1aparment-warsaw.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 13rem;
  padding-bottom: 6.25rem;
}

.header-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-component.mid {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.header-left-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35.4375rem;
  display: flex;
  overflow: hidden;
}

.header-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.caption-title-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--brand--primary);
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.caption-title-wrapper.is-process, .caption-title-wrapper.is-why-us {
  background-color: var(--neutral--white-200);
}

.header-title-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.header-right-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 37.5rem;
  display: flex;
  position: relative;
}

.header-right-image-wrapper.mid {
  justify-content: center;
  align-items: center;
}

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

.service-left-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36.25rem;
  display: flex;
}

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

.service-card {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-flow: column;
  height: 100%;
  padding: 1.275rem;
  text-decoration: none;
  display: flex;
}

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

.service-icon {
  background-color: var(--neutral--white-200);
  border-radius: .25rem;
  padding: .5rem;
}

.service-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.section-process {
  background-color: var(--neutral--white);
}

.process-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.section-why-us {
  background-color: var(--neutral--white);
}

.why-us-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.why-us-top-content {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  display: flex;
}

.why-us-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26.625rem;
  display: flex;
}

.why-us-card-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  overflow: hidden;
}

.why-us-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--neutral--white-200);
  border-radius: .75rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 24.75rem;
  padding: 1.5rem;
  display: flex;
}

.why-us-icon-wrapper {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .25rem;
  padding: .625rem;
}

.why-us-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.testimonial-component {
  max-width: 65.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.testimonial-image.desk {
  display: block;
}

.testimonial-image.phone {
  display: none;
}

.testimonial-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: auto;
  padding: 4rem 1.5rem 6rem;
  display: flex;
  position: absolute;
  bottom: 3.75rem;
  right: 3.75rem;
}

.testimonial-icon {
  filter: grayscale();
}

.testimonial-top-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5% 10%;
  display: flex;
}

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.section-faq {
  background-color: var(--neutral--white-200);
}

.faq-top-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding.padding-small {
  padding: 0 1.875rem 1.25rem;
}

.faq-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.faq-accordion {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  cursor: pointer;
  border-radius: .75rem;
}

.faq-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.faq-question-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.875rem 1.2rem;
  display: flex;
}

.faq-icon-wrapper {
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.faq-icon {
  background-color: #030139;
  width: 14px;
  height: 2px;
}

.faq-icon.vertical {
  background-color: var(--brand--primary);
  height: 3px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-icon.horizontal {
  background-color: var(--brand--primary);
  height: 3px;
}

.section-cta {
  background-color: var(--neutral--black-800);
}

.cta-component {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 62.7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  max-width: 28.5rem;
  display: flex;
}

.cta-right-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 24.0625rem;
  display: flex;
  position: relative;
}

.cta-input {
  background-color: var(--neutral--white);
  color: var(--neutral--gray-600);
  border-radius: .25rem;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem;
  line-height: 1rem;
}

.cta-input:focus-visible, .cta-input[data-wf-focus-visible] {
  color: var(--neutral--black-800);
}

.success-message {
  background-color: #78e98b;
  padding: 1.25rem;
}

.cta-benefit-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.blog-details-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--neutral--black-800);
  flex-flow: row;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.section-footer {
  background-color: var(--neutral--black-800);
}

.footer-grid {
  grid-column-gap: 7.6875rem;
  grid-row-gap: 7.6875rem;
  grid-template-rows: auto;
  grid-template-columns: 3.5fr 1.25fr 1.25fr;
}

.footer-left-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.footer-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-social-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.social-link {
  background-color: var(--neutral--black-700);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .6875rem;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--neutral--white-300);
  font-size: .875rem;
  line-height: 1.375rem;
  text-decoration: none;
}

.footer-link.w--current {
  color: var(--neutral--white);
}

.footer-bottom-content {
  border-top: 1px solid var(--neutral--black-700);
  text-align: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.number-component {
  background-color: var(--neutral--white);
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/warsaw-city_1warsaw-city.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 2px 5px #0003;
}

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

.section-number {
  background-color: var(--neutral--white-200);
}

.number-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.number-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.contact-field-label {
  color: #0e0f11;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 400;
}

.contact-field-label.white {
  color: var(--neutral--white-200);
}

.input {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--neutral--gray-600);
  border-radius: .25rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  color: var(--neutral--black-800);
}

.hero-form-wrapper {
  background-color: var(--neutral--white);
  border-radius: 3%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34.25rem;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-arrow {
  width: 13px;
  height: 12px;
}

.checklist-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.checklist-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-main {
  width: 100%;
  height: 100%;
}

.form-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 23px;
  display: flex;
}

.ms-radio-row {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.ms-radio-row.second {
  flex-flow: column;
  margin-top: 20px;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap.is-button {
  flex: 1;
  padding-left: 0;
}

.ms-hide {
  display: none;
}

.ms-radio-button-tab {
  color: #121331;
  cursor: pointer;
  border: 1px solid #12133140;
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 500;
}

.ms-radio-button-tab:hover {
  background-color: var(--brand--primary);
  color: var(--neutral--white);
}

.ms-radio-button-tab.ms-radio-card.full {
  flex: 1;
}

.field-wrapper {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.field-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  width: 45%;
  display: flex;
}

.field-block.full {
  width: 100%;
}

.lable-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.red-highlight {
  color: red;
  padding-right: 2px;
}

.text-area {
  border: 1px solid var(--neutral--white-300);
  background-color: var(--neutral--white);
  color: var(--neutral--gray-600);
  border-radius: .25rem;
  height: 10rem;
  min-height: 0;
  margin-bottom: 0;
  padding: .625rem 1.5rem .625rem 1.25rem;
}

.text-area:focus-visible, .text-area[data-wf-focus-visible] {
  color: var(--neutral--black-800);
}

.submit-button {
  background-color: var(--brand--primary);
  border-radius: 6px;
  width: 100%;
}

.higlight-light {
  color: #a5a5a5;
  font-style: italic;
  font-weight: 400;
}

.yellow-highlight {
  color: var(--brand--primary);
}

.section-about {
  background-color: var(--neutral--white);
}

.wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  padding-top: 6.25rem;
  padding-bottom: 3rem;
  display: flex;
}

.block-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-vertical {
  z-index: 2;
  border-radius: 10px;
  max-width: 90%;
  position: relative;
}

.image-wrapper {
  position: relative;
}

.image-background {
  z-index: 1;
  background-color: #22ac6299;
  border-radius: 8px;
  width: 90%;
  height: 95%;
  position: absolute;
  inset: auto 6% -2% auto;
}

.image-background._2 {
  background-color: #30d39299;
  bottom: -5%;
  right: 3%;
}

.buttons-nav-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.btn-txt {
  font-weight: 500;
}

.stars-2 {
  margin-top: 0;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.client-main-block {
  display: flex;
}

.client-image-category {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  place-items: center;
  margin-right: 38px;
}

.name-bar {
  z-index: 3;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--neutral--white);
  border-radius: 8px;
  flex-flow: column;
  width: 60%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 5% 5%;
  overflow: visible;
}

.quote-grey {
  filter: grayscale();
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-testimonial {
  background-color: #ddd0;
  width: 100%;
}

.arrow-icon {
  background-color: var(--brand--secondary);
  border-radius: 5px;
  font-size: 2rem;
}

.arrow-icon.right {
  background-color: var(--brand--primary);
  inset: 0% 0% 0% auto;
}

.arrow-icon.left, .arrow-icon.right-copy {
  background-color: var(--brand--primary);
  inset: 0% auto 0% 0%;
}

.right-arrow {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.stars-wrapper {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slide-nav {
  bottom: -15%;
}

.section {
  padding: 2% 3%;
  overflow: visible;
}

.section.mid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.pp {
  padding: 15% 5% 5%;
}

.rigt-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--neutral--white);
  border-radius: 20px;
  flex-flow: column;
  padding: 29px 20px;
  display: flex;
}

.image-right {
  border-radius: 10px;
}

.features-card-title {
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
}

.features-card-img {
  border-radius: 10px;
  margin-bottom: 30px;
}

.paragraph-28 {
  margin-top: 10px;
  font-size: 16px;
}

.features-card {
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
}

.features-card.third {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 15px;
  top: 180px;
}

.features-card.first {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 45px;
  box-shadow: 0 2px 9px 5px #c0c0c033;
}

.features-card.fourth {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  top: 195px;
}

.features-card.second {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  margin-bottom: 30px;
  top: 165px;
}

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

.text-block-5 {
  color: var(--brand--primary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 35px;
}

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

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

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  width: 60%;
  display: flex;
  position: relative;
}

.features-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  max-width: 450px;
  display: flex;
  position: sticky;
  top: 150px;
}

.div-block-59 {
  position: absolute;
  inset: 3% 5% auto auto;
}

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

.success-message-2 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.success-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lega-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
}

.lega-text.white {
  color: var(--neutral--white-200);
}

.lega-link {
  color: var(--neutral--black-700);
  font-weight: 500;
  text-decoration: none;
}

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

.btn-phone-fix {
  z-index: 99999;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.button_call-2 {
  color: #fff;
  background-color: #f66a18;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  box-shadow: 0 10px 30px -10px #00000026;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.btn-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.btn-cta {
  background-color: var(--neutral--black-900);
  color: var(--neutral--white);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.btn-cta:hover {
  background-color: var(--brand--primary);
}

.text-block-6 {
  text-align: right;
  padding-left: 4rem;
}

.text-span-71 {
  color: var(--brand--primary);
}

.section-cta-2 {
  position: relative;
}

.section-cta-2.middle {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.text-align-center-2.center {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cta-content {
  z-index: 1;
  grid-column-gap: 1.4375rem;
  grid-row-gap: 1.4375rem;
  color: #282828;
  flex-direction: column;
  align-items: center;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #ffcb03;
  border: 2px solid #ffcb03;
  border-radius: .8rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: color .3s, background-color .3s;
}

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

.button-2.white {
  background-color: var(--brand--primary);
  border-style: none;
}

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

.cta-component-2 {
  background-color: #fafafa;
  background-image: url('../images/CTA-2.svg'), url('../images/cta-1.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border: 2px solid #e5e7eb;
  border-radius: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.cta-component-2.middle {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  color: var(--neutral--gray-600);
  background-image: linear-gradient(#313131bf, #313131bf), url('../images/METROHOUSE-LOGO_1METROHOUSE-LOGO.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

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

.container-large-2.is-relative {
  position: relative;
}

.heading-68 {
  color: #fff;
}

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

.f-form-steps-item.is---2 {
  z-index: 0;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-form-steps-item.is---7 {
  z-index: 1;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 99%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.txt-hero {
  color: var(--brand--primary);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.raport-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  padding: 11px 11px 11px 0;
  display: flex;
}

.raport-title-wrapper.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.raport-title-wrapper.grid.full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 2.25fr;
  width: 100%;
  padding-right: 0;
}

.image-67 {
  width: 23px;
}

.sub-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tool-icon {
  width: 22px;
  height: 22px;
}

.ms-radio-border-2 {
  z-index: 4;
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.ms-radio-border-2.w--redirected-checked {
  z-index: 1;
  border: 3px #e50071;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.report-results {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-69 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.f-form-parent.is--form-img-right {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-container {
  min-width: 0;
  max-width: 600px;
  margin-bottom: 60px;
}

.text-span-109 {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}

.f-steps-form-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-top: 5px solid #3b6db1;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.f-steps-form-wrapper-2.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.f-steps-form-wrapper-2._100 {
  border-top-color: var(--brand--primary);
  width: 100%;
}

.report-title {
  color: #344054;
  text-align: left;
  font-weight: 500;
  line-height: 30px;
}

.image-64 {
  width: 70px;
  max-width: none;
  height: 20px;
  padding-right: 6px;
  transform: scale(.9);
}

.section-txt {
  color: #4b4b4b;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
}

.image-66 {
  filter: brightness(700%);
}

.f-form-input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-input-wrapper.is---3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.heading-67 {
  color: #344054;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
}

.heading-67.white {
  color: #f7f7f7;
  font-weight: 700;
}

.legal-link-2 {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}

.f-steps-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem 2rem;
  display: flex;
}

.f-steps-wrap-2.card {
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.f-steps-wrap-2.card.bg {
  background-color: #1d2939;
}

.f-steps-wrap-2.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.f-steps-wrap-2.right.small {
  background-color: #1d2939;
  padding-top: 1rem;
}

.f-steps-wrap-2.dual {
  background-color: #1d2939;
  background-image: linear-gradient(#0009, #0009), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  align-self: stretch;
  min-height: 90vh;
}

.starter-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border-top: 7px solid var(--brand--primary);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 2.5rem 4rem;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  box-shadow: 0 2px 5px 3px #ebebeb14;
}

.step-inf-one {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: var(--brand--primary);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 5px 10px;
  display: flex;
}

.step-inf-one.third {
  background-color: #667085;
}

.step-inf-one.second {
  background-color: #344054;
  padding-right: 5px;
}

.left-corner-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5% 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.verifi-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verifi-section.hidden {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.verifi-section.hidden.mid {
  justify-content: center;
  align-items: center;
}

.block-report {
  flex: 1;
}

.right-block {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 50%;
  height: 100%;
}

.toggle-text {
  z-index: 2;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
}

.nav-header-wrap {
  flex-flow: column;
  display: flex;
}

.list-text {
  opacity: .9;
  color: #3d3d3d;
  text-align: left;
  max-width: 60ch;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}

.price-field {
  cursor: pointer;
  border: 1.3px solid #bec9d5;
  border-radius: 4px;
  min-height: 55px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.image-flex {
  padding: 20px;
}

.icon-report {
  background-color: var(--brand--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 1px;
  display: flex;
}

.left-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #344054;
  justify-content: flex-start;
  align-items: center;
}

.wrapper-address-selection {
  flex-flow: column;
  width: 70%;
  display: flex;
}

.minus-btn {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-left-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.left-footer-bottom-2 {
  grid-column-gap: 32px;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-30 {
  color: #344054;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.field-report {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  padding: 5px 10px;
  display: grid;
}

.field-report.small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none solid solid none;
  border-width: 1px;
}

.f-form-2 {
  background-color: #ededed00;
  width: 100%;
}

.right-div {
  width: 30%;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.f-success-message {
  z-index: 2147483647;
  color: #fff;
  background-color: #f3f7fa;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.tool-tip-txt {
  color: #475467;
  font-size: 12px;
  line-height: 25px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 30%;
  min-width: 130px;
  height: 45px;
  margin-bottom: 0;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.f-form-button-2 {
  color: #e50071;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-size: .875rem;
  font-weight: 700;
}

.f-form-button-2.next {
  background-color: var(--brand--primary);
  color: #f7f7f7;
  text-align: center;
  border-color: #3620f714;
  width: 200px;
  font-size: 1rem;
  font-weight: 600;
}

.f-form-button-2.next.wycena {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.f-form-button-2.next {
  color: #f7f7f7;
  text-align: center;
  background-color: #e50071;
  border-color: #3620f714;
  width: 200px;
  font-size: 1rem;
  font-weight: 600;
}

.f-form-steps-wrap.is---2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
}

.text-span-110 {
  color: var(--brand--primary);
}

.nav-header {
  background-color: var(--neutral--black-900);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.f-form-radio-card-contain-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.f-form-radio-card-contain-2.vertical {
  flex-flow: column;
  width: 80%;
}

.info-summary-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-block-31 {
  color: #475467;
  text-align: center;
}

.blur-span {
  filter: blur(2px);
  font-size: 17px;
}

.blur-span.big {
  filter: blur(4px);
  color: #000;
  font-size: 30px;
}

.success-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.success-wrapper-2.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #1d2939;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 15px 0;
  padding-top: .5rem;
  padding-bottom: 0;
}

.phone-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.line {
  background-color: #000;
  width: 45%;
  height: 2px;
  position: absolute;
}

.line.verti {
  width: 2px;
  height: 45%;
  position: absolute;
}

.text-block-12-copy {
  color: #344054;
  font-size: 12px;
}

.f-error-message {
  color: #fff;
  background-color: #ff585800;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-block-38-copy-2 {
  opacity: .8;
  justify-content: center;
  width: auto;
  padding-top: 2px;
  display: flex;
  transform: scale(.8);
}

.image-63 {
  width: 60px;
  height: 20px;
  padding-right: 6px;
}

.background-herlo-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  min-height: 85vh;
  padding: 5% 5% 10%;
  display: flex;
  position: relative;
}

.faq-icon-2 {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.info-valuation-p {
  color: #424242;
  text-align: left;
  margin-top: 0;
  font-weight: 400;
}

.info-valuation-p.no-margin {
  margin-bottom: 0;
}

.consultation-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 3rem 5px;
  display: flex;
}

.report-value {
  color: #101828;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}

.report-value.small {
  font-size: 11px;
}

.address-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  margin-top: 20px;
  display: flex;
}

.left-block {
  background-color: #fff;
  border-radius: 10px;
  width: 70%;
  padding: 3%;
}

.left-block.card {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-block.no-top {
  width: 100%;
  padding-top: 0%;
  padding-right: 0%;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #667085;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.field {
  border-radius: 6px;
  width: auto;
  min-width: 200px;
  height: 45px;
}

.field._100 {
  width: auto;
  min-width: 300px;
}

.f-input-button-label {
  z-index: 2;
  max-width: 20ch;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.f-input-button-label.margin-left-8px {
  color: #fff;
  margin-left: .5rem;
  font-weight: 600;
}

.wrapper-successs {
  flex-flow: column;
  height: auto;
  display: flex;
  position: absolute;
}

.plus-btn {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-left-width: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.f-form-steps-item-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.f-form-steps-item-wrap-3.step {
  background-color: #f7f7f7;
  min-height: 80vh;
}

.ms-radio-card-3 {
  background-color: var(--brand--primary);
  color: #121331;
  border: 2px #e5007180;
  border-radius: 6px;
  max-width: 220px;
  margin-bottom: 0;
  padding: .75rem 1rem .5rem;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px 5px #0000001a;
}

.ms-radio-card-3.long {
  max-width: none;
}

.ms-radio-contents-3 {
  z-index: 2;
  color: #f7f7f7;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

.ms-radio-contents-3.small {
  font-size: 15px;
  font-weight: 400;
}

.image-2 {
  border-radius: 41%;
  padding: 0%;
}

.wrapper-report {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-report.small {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
}

.main-container-2 {
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.succes-wrapper {
  background-color: #1d2939;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.brand-navbar-3.small {
  width: 100px;
}

.lega-text-2 {
  text-align: center;
  margin-top: 20px;
  font-size: 9px;
  line-height: 12px;
}

.lega-text-2.mini {
  width: 300px;
  margin-top: 5px;
  margin-bottom: 0;
}

.f-checkbox-button-field {
  text-align: center;
  background-color: #000;
  border: 0 #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.1875rem;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px 1px #0003;
}

.bullet-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  padding: 10px;
  display: flex;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.back-btn {
  color: #667085;
  background-color: #3898ec00;
  background-image: url('../images/back-menu.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
  position: static;
  inset: 5% auto auto 5%;
}

.wrapper-2 {
  display: flex;
}

.sub-title-name {
  color: #667085;
  text-align: center;
  font-weight: 500;
}

.f-checkbox-button {
  cursor: pointer;
  background-color: #475467;
  border-color: #0f1162;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-checkbox-button:hover {
  background-color: var(--brand--primary);
  border: 1px solid #eaecf0;
}

.f-checkbox-button.w--redirected-checked {
  background-color: var(--brand--primary);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1rem solid #d0d5dd;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.f-checkbox-button.w--redirected-focus {
  box-shadow: none;
  border-color: #0000;
  border-radius: .0234375rem;
}

.f-checkbox-button.w--redirected-focus-visible {
  border-color: #0f1162;
  border-radius: .375rem;
}

.code-embed {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.f-steps-wrap-flex {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1d2939;
  background-image: linear-gradient(#00000080, #00000080), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 2.5rem 2rem;
  display: flex;
}

.f-form-section-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.f-tagtxt-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  background-color: #3d4a5c;
  border: 1px #e7e7e7;
  border-radius: 5px;
  flex: 0 auto;
  align-self: center;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
}

.heading-66 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

.text-span-107 {
  color: #000;
  font-size: 18px;
}

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

.reults-report-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
}

.reults-report-section.full {
  width: 100%;
}

.gpa-form {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.inf-show-btn {
  display: none;
}

.info-valuation-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.text-legal {
  font-size: 11px;
  line-height: 13px;
}

.header-section {
  color: #4b4b4b;
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.header-section.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.step-text-inf {
  color: #fff;
  font-weight: 600;
}

.badges-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tip-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  padding: 14px;
  display: flex;
}

.lega-text-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 15px;
}

.lega-text-3.top-margin {
  margin-top: 10px;
}

.steps-info {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  width: 85%;
  display: flex;
}

.report-name-field {
  color: #344054;
  text-align: left;
  width: 100%;
  font-size: 11px;
}

.report-name-field.small {
  font-size: 10px;
}

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

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

.section-26.fuul {
  background-color: #292929;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-26.qiz {
  background-color: #1a1a1a;
  padding-top: 40px;
  padding-bottom: 40px;
}

.informative-block {
  border-top: 10px solid var(--brand--primary);
  background-color: #fff;
  border-radius: 6px;
  flex-flow: column;
  padding: 22px 15px;
  display: flex;
}

.text-block-15 {
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.gpa-input {
  background-image: url('../images/search-mobile.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 280px;
  height: 45px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-body-cont.first {
  padding-left: 20px;
  padding-right: 10px;
}

.success-title {
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn-starter {
  background-color: var(--brand--primary);
  color: var(--neutral--white);
  border-radius: 10px;
  padding: 10px 22px;
  font-weight: 600;
}

.pgraph.white {
  color: #fff;
}

.pgraph.white.left {
  text-align: left;
  padding-left: 0;
}

.ms-radio-group {
  margin-bottom: 30px;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 500;
}

.slider-content-wrap {
  width: 85%;
}

.checklist-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.step-paragraph {
  margin-bottom: 2px;
  line-height: 22px;
}

.step-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.step-title-wrap.mid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.checklist-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-111 {
  color: #000;
  font-size: 18px;
}

.next-btn-purple {
  background-color: #1d0071;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 600;
  display: inline-flex;
  overflow: visible;
}

.next-btn-purple:hover {
  opacity: .85;
  transform: scale(1.02);
}

.heading-70 {
  color: #344054;
  font-size: 34px;
  font-weight: 600;
  line-height: 55px;
}

.form-step-progress-bar {
  background-color: #eff0f6;
  border-radius: 0;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar.complete-step {
  background-color: var(--brand--primary);
  border-radius: 0;
}

.form-step-progress-bar.current-step {
  background-color: var(--brand--primary);
  width: 50%;
}

.ms-radio-dot {
  border-color: #12133140;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border: 6px solid #1b9c85;
}

.field-wrapper-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.text-block-32 {
  color: #344054;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.text-block-32.white {
  color: #fff;
  font-size: 20px;
}

.higlight-text {
  color: #e50171;
}

.f-steps-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.f-steps-form-wrapper.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.icon-report-2 {
  background-color: var(--brand--primary);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 1px;
  display: flex;
}

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

.submit-btn {
  background-color: var(--brand--primary);
  border-radius: 10px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}

.field-input {
  border: 1px solid #dadada;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.field-input::placeholder {
  color: #d4d4d4;
}

.image-68 {
  filter: brightness(700%);
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--brand--primary);
  background-color: var(--brand--primary);
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-radius: 33%;
}

.tiptool-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-wrapper-2 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.field-wrapper-2.last {
  margin-bottom: 30px;
}

.address-wrapper-2 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.checklist-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.consultation-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--brand--primary);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 2.5rem;
  display: flex;
}

.f-form {
  background-color: #ededed00;
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.select-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 6px;
  width: 30%;
  min-width: 150px;
  height: 45px;
  margin-bottom: 0;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.select-field-2.full {
  box-shadow: none;
  color: #333;
  width: auto;
  min-width: 0;
}

.right-block-2 {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.form-step-progress-mobile {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.number-big {
  color: #e50171;
  font-size: 25px;
}

.ms-switch-option {
  color: var(--neutral--white);
  font-size: .9rem;
  font-weight: 500;
}

.form-icon {
  width: 20px;
  height: 20px;
}

.label {
  font-size: .9rem;
  font-weight: 500;
  line-height: 14px;
}

.ms-switch-select {
  z-index: 1;
  background-color: var(--brand--primary);
  border-radius: 6px;
  width: 48.5%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1.5%;
  box-shadow: 0 1px 5px #0003;
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.wrapper-next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ms-switch-wrap {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  position: relative;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.phone-section-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.text-span-112 {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}

.multi-step-form-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-form-wrapper.preview-page {
  max-width: none;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 2%;
}

.title-container {
  text-align: center;
  max-width: 518px;
}

.title-container.margin-btm {
  margin-bottom: 40px;
}

.nav-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.steps-bar {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ms-switch-bg {
  z-index: 0;
  background-color: var(--neutral--gray-600);
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.red-dot {
  color: red;
}

.gpa-input-2 {
  background-image: url('../images/search-mobile.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dadada;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.gpa-input-2::placeholder {
  color: #d4d4d4;
}

.text-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.f-success-message-2 {
  z-index: 2147483647;
  color: #fff;
  background-color: #fff;
  border-radius: 15px;
  flex: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  position: static;
  inset: 0%;
  overflow: scroll;
  box-shadow: 0 2px 5px #0003;
}

.image-69 {
  border-radius: 10px;
  padding: 0%;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.form-step-number {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 5%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: flex;
}

.form-step-number.completed {
  background-color: var(--brand--primary);
  color: #fff;
  border-radius: 5%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.success-title-2 {
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.brand-navbar {
  max-width: 150px;
  display: block;
}

.heading-size-1.white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.8rem;
}

.report-results-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 95%;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-34 {
  color: #475467;
  text-align: center;
}

.text-block-34.white {
  color: #fff;
}

.legal-text {
  color: #777;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.link-brand-navbar.w--current {
  flex: none;
}

.small-text {
  text-align: center;
  font-size: 11px;
}

.cloneable-container-default {
  background-color: #1b9c8500;
  border-radius: 0;
  flex: 1;
  min-height: 624px;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(0);
}

.ms-toggle-checkbox {
  display: none;
}

.image-5 {
  object-fit: cover;
  border-radius: 5px;
  flex: 1;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

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

.form-content {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border-top: 1px solid #d9dbe9;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  overflow: visible;
}

.form-content.relative {
  position: relative;
}

.text-block-4 {
  font-size: 15px;
  font-weight: 600;
}

.btn-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-2 {
  background-color: #000;
  height: 68px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-27 {
  background-color: #f3f7fa;
  padding: 72px 3%;
}

.section-27.cloneables-listing {
  background-color: var(--neutral--white-200);
  padding: 7% 3% 0;
  position: relative;
}

.container-navbar {
  border-bottom: 1px solid #eaecf0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  box-shadow: 0 2px 15px -7px #00000030;
}

.step-title {
  color: var(--neutral--gray-600);
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 600;
}

.heading-71 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

.checkobx-leggal-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.f-error-message-2 {
  color: #fff;
  background-color: #ff5858ed;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.label-icon-wrappper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.label-icon-wrappper.margin-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 5px;
}

.next-btn {
  background-color: var(--brand--primary);
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 500;
  display: inline-flex;
  overflow: visible;
}

.next-btn:hover {
  opacity: .85;
  transform: scale(1.02);
}

.left {
  flex: none;
  width: 40%;
}

.hero-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  padding-top: 5%;
  display: flex;
}

.yellow-highlight-2 {
  color: var(--brand--primary);
  font-size: 2.2rem;
  line-height: 2.5rem;
}

.text-size-regular-2 {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.caption-title-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #ffcb03;
  background-color: #fff;
  border: 1px solid #dfe0e2;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
}

.txt-hero-2 {
  color: var(--brand--primary);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.div-block-60 {
  background-color: var(--neutral--white);
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 3% 2rem 2%;
  display: flex;
}

.image-70 {
  border-radius: 5px;
}

.agent-infp-warpper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.agent-name.small {
  font-size: .8rem;
  line-height: 1.4rem;
}

.phone-link {
  color: var(--brand--primary);
  font-weight: 600;
  text-decoration: none;
}

.div-block-61 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-113 {
  color: var(--neutral--gray-500);
}

.yellow-highlight-2-copy {
  color: var(--brand--primary);
  font-size: 2.2rem;
  line-height: 2.5rem;
}

.link-2 {
  color: #777575;
  text-decoration: none;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.is-small {
  width: 42px;
  height: 26px;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-dot.is-small {
  width: 20px;
  height: 20px;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-toggle-bg.is-small {
  width: 42px;
  height: 26px;
}

.ms-radio-row-2 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.ms-radio-button-tab-2 {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  flex: 1;
  padding: 8px 16px;
  font-weight: 500;
}

.container-default-2 {
  max-width: 1316px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.divider-2 {
  background-color: #d6d9e2;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider-2._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.hidden-on-desktop {
  display: none;
}

.slider-mask {
  height: 100%;
}

.bg-dots {
  z-index: -1;
  position: absolute;
}

.bg-dots.bottom-left--48px {
  bottom: -48px;
  left: -48px;
}

.bg-dots.top--42px---right-34px {
  top: -42px;
  right: 34px;
}

.bg-dots.top--42px---right-34px.width-36 {
  width: 36%;
}

.bg-dots.top-left--42px {
  top: -42px;
  left: -42px;
}

.bg-dots.left-0---bottom--72px {
  z-index: -2;
  bottom: -72px;
  left: 0;
}

.bg-dots.left-0---bottom--72px.width-38 {
  width: 38%;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.47em;
}

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

.slider-image-right---image-bg {
  z-index: -1;
  background-color: #cca766;
  width: 82%;
  height: 90%;
  position: absolute;
  top: 0%;
  right: 0%;
}

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

.text-center.mg-bottom-40px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.display-3 {
  color: #0a215b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.211em;
}

.display-3.color-neutral-100 {
  color: #fff;
  font-size: 20px;
}

.circle-number {
  background-color: #cca766;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  padding-right: 3px;
  display: flex;
}

.circle-number.mg-bottom-40px {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-btn-secondary {
  color: #0a215b;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #d6d9e2;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-size: 24px;
  line-height: 1em;
  transition: transform .3s, background-color .3s, border-color .3s;
  display: flex;
}

.slider-arrow-btn-secondary:hover {
  color: #fff;
  background-color: #cca766;
  border-color: #cca766;
  transform: translate3d(0, -6px, .01px);
}

.slider-arrow-btn-secondary.text-left-image-right---left-arrow {
  background-color: var(--brand--primary);
  margin-top: auto;
  margin-bottom: 0;
  bottom: 60px;
}

.slider-arrow-btn-primary {
  transform-style: preserve-3d;
  background-color: #cca766;
  border: 1px solid #cca766;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  font-size: 24px;
  line-height: 1em;
  transition: transform .3s, background-color .3s, border-color .3s;
  display: flex;
}

.slider-arrow-btn-primary:hover {
  background-color: #c09b14;
  border-color: #c09b14;
  transform: translate3d(0, -6px, .01px);
}

.slider-arrow-btn-primary.text-left-image-right---right-arrow {
  margin: auto 0 0;
  bottom: 60px;
  left: 96px;
}

.slider-image-right---image {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 600px;
  padding-top: 34px;
  padding-right: 34px;
}

.display-4 {
  color: #0a215b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.286em;
}

.section-28 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-28.overflow-hidden {
  padding-top: 80px;
  padding-bottom: 80px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._528px {
  max-width: 528px;
}

.inner-container._372px {
  max-width: 372px;
}

.inner-container._580px {
  max-width: 580px;
}

.inner-container._580px._100-mbl {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 6rem;
  display: flex;
}

.inner-container._488px {
  max-width: 488px;
}

.inner-container._488px._100-mbl {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.inner-container._488px._100-mbl._2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.inner-container._520px {
  max-width: 520px;
}

.image-71 {
  width: 200px;
}

.container-default-3 {
  max-width: 1316px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-top-4px {
  margin-top: 4px;
}

.mg-right-14px {
  margin-right: 14px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #cca766;
  border: 1px solid #cca766;
  justify-content: center;
  padding: 30px 38px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c09b14;
  border-color: #c09b14;
  transform: translate3d(0, -6px, .01px);
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.button-row.tm {
  margin-top: 20px;
}

.color-neutral-400 {
  color: #d6d9e2;
}

.color-neutral-100 {
  color: #fff;
}

.text-200 {
  line-height: 1.111em;
}

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

.text-200.medium {
  text-align: center;
  font-weight: 500;
}

.text-200.medium.color-neutral-500 {
  color: var(--neutral--white);
}

.image-bg-accent-1 {
  z-index: -1;
  background-color: #cca766;
  width: 84%;
  max-width: 512px;
  height: 96%;
  max-height: 640px;
  position: absolute;
}

.image-bg-accent-1.bottom-right--30px {
  bottom: -30px;
  right: -30px;
}

.flex {
  display: flex;
}

.flex.align-top {
  align-items: flex-start;
}

.display-2 {
  color: #0a215b;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.24em;
}

.display-2.color-neutral-100 {
  color: #fff;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-accent-1 {
  color: #cca766;
}

.section-29 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-29.bg-neutral-800.overflow-hidden {
  background-color: #0d1033;
  overflow: hidden;
}

.fit-cover {
  object-fit: cover;
  max-width: 80%;
}

.width-100 {
  width: 100%;
}

._3-images-grid---bg-square {
  z-index: -1;
  background-color: #cca766;
  width: 54%;
  height: 48%;
  position: absolute;
  bottom: 22%;
  left: 30%;
}

.nav-header-2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.text-span-114 {
  color: var(--brand--primary);
}

@media screen and (min-width: 1280px) {
  .heading-style-h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .f-success-message {
    height: auto;
    position: absolute;
  }

  .text-block-12-copy {
    width: auto;
  }

  .left {
    width: 40%;
  }

  .hero-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
  }

  .fit-cover {
    max-width: 80%;
  }
}

@media screen and (min-width: 1440px) {
  .style-guide-content-layout {
    grid-template-columns: 21.6875rem repeat(auto-fit, 52.5rem);
  }

  .client-main-block {
    display: flex;
  }

  .image-64 {
    transform: none;
  }

  .f-success-message {
    position: absolute;
    inset: 0%;
  }

  .text-block-12-copy {
    width: auto;
    font-size: 14px;
  }

  .div-block-38-copy-2 {
    margin-top: 0;
  }

  .image-63 {
    width: 70px;
  }

  .wrapper-successs {
    z-index: 10000;
  }

  .badges-wrapper {
    width: 100%;
  }

  .text-block-15 {
    font-size: 15px;
  }

  .nav-menu-2, .link-brand-navbar {
    flex: 1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
    line-height: 4.25rem;
  }

  h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }

  h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .utility-page-content {
    width: 40rem;
  }

  .style-guide-menu {
    padding: 2rem 3rem;
    position: static;
  }

  .heading-style-h2 {
    padding-bottom: 0;
  }

  .container-large {
    max-width: 100%;
  }

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .text-size-regular.text-color-white-200.left {
    text-align: left;
  }

  .text-size-small {
    white-space: normal;
  }

  .button {
    font-size: .875rem;
  }

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

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

  .style-guide-content-layout {
    grid-template-columns: 1fr;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 5rem;
  }

  .utility-page-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  ._404-component {
    max-width: none;
  }

  .nav-menu {
    background-color: var(--neutral--gray-600);
    padding: 1.5rem;
  }

  .nav-link {
    margin-bottom: .5rem;
  }

  .nav-contact-number.show-tablet {
    background-color: var(--brand--primary);
    background-image: none;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    display: flex;
  }

  .nav-contact-number.hide-tablet {
    display: none;
  }

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

  .header-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .header-left-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: none;
  }

  .header-right-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .service-left-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .why-us-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .why-us-top-content {
    flex-flow: column;
  }

  .why-us-left-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .why-us-card-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonial-card {
    padding-bottom: 3rem;
    bottom: -3.05rem;
    right: .85rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

  .faq-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .cta-component {
    grid-column-gap: 3.3rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    max-width: none;
  }

  .cta-left-content {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .cta-right-content-wrapper {
    width: 100%;
  }

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

  .cta-benefit-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4.3rem;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

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

  .contact-field-label {
    color: var(--neutral--black-800);
    font-weight: 500;
  }

  .nav-menu-line-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-button {
    padding: 0;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu-line {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

  .slide-nav {
    inset: auto 0% -9%;
  }

  .section-cta-2 {
    position: relative;
  }

  .cta-component-2 {
    background-position: 120%, -20%;
    padding: 3rem 1rem;
  }

  .f-form-steps-item.is---2 {
    width: 100%;
  }

  .f-form-steps-item.is---7 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .f-steps-form-wrapper-2 {
    width: 100%;
  }

  .f-steps-form-wrapper-2.success {
    flex-flow: column;
    padding-top: 0;
  }

  .report-title {
    line-height: 30px;
  }

  .image-64 {
    margin-left: -2px;
    padding-right: 0;
    transform: scale(.8);
  }

  .f-steps-wrap-2.card {
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-wrap-2.dual {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .starter-wrapper {
    width: 90%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .right-block {
    width: 100%;
  }

  .f-success-message {
    object-fit: contain;
    height: auto;
  }

  .success-wrapper-2 {
    width: 80%;
  }

  .success-wrapper-2.success {
    flex-flow: column;
    padding-top: 3rem;
  }

  .text-block-12-copy {
    margin-left: -4px;
    font-size: 11px;
  }

  .f-error-message {
    width: 100%;
  }

  .div-block-38-copy-2 {
    clear: none;
    object-fit: fill;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .image-63 {
    transform: scale(.8);
  }

  .background-herlo-flex {
    width: 95%;
  }

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

  .left-block, .left-block.no-top {
    width: 100%;
  }

  .gpa-form {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .badges-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .text-block-15 {
    margin-left: -5px;
    font-size: 15px;
    transform: scale(.9);
  }

  .gpa-input {
    width: 280px;
  }

  .success-title {
    padding-top: 0;
  }

  .icon-hamburger {
    width: 28px;
    height: 28px;
    margin: auto;
    display: block;
  }

  .wrap-menu-inside {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .f-steps-form-wrapper {
    width: 80%;
  }

  .f-steps-form-wrapper.success {
    flex-flow: column;
    padding-top: 0;
  }

  .field-input {
    width: 280px;
  }

  .address-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .right-block-2 {
    width: 100%;
  }

  .nav-menu-2 {
    text-align: center;
    background-color: #f3f7fa;
    padding: 24px;
  }

  .gpa-input-2 {
    width: 280px;
  }

  .menu-button {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #56bcf666;
    padding: 0;
  }

  .success-title-2 {
    padding-top: 0;
  }

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

  .form-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .f-error-message-2, .left {
    width: 100%;
  }

  .hero-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .text-size-regular-2 {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .slider-mask {
    position: static;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .section-28 {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .image-bg-accent-1.bottom-right--30px {
    bottom: -16px;
    right: -16px;
  }

  .section-29 {
    padding-top: 164px;
    padding-bottom: 164px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.25rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

  h4 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  h5 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  h6 {
    font-size: 1.125rem;
    line-height: 1.4rem;
  }

  .utility-page-content {
    width: 33.1rem;
  }

  .style-guide-menu {
    padding: 1.5rem 2.5rem;
  }

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

  .button {
    margin-left: 0;
  }

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

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

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .utility-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-contact-number.show-tablet {
    max-width: 260px;
  }

  .section-header {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .header-component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .header-left-content {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
  }

  .service-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .why-us-card-content-wrapper {
    grid-template-columns: 1fr;
  }

  .why-us-card {
    max-width: none;
  }

  .testimonial-content-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .testimonial-image.desk {
    display: none;
    overflow: visible;
  }

  .testimonial-image.phone {
    display: block;
  }

  .testimonial-card {
    max-width: none;
    position: relative;
    bottom: 0;
    right: -.15rem;
  }

  .testimonial-top-content-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .faq-question-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .wrapper {
    flex-flow: column;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .block-wrapper {
    width: 100%;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-right {
    width: 100%;
  }

  .features-left {
    width: 100%;
    padding-bottom: 50px;
  }

  .btn-phone-fix {
    z-index: 9000;
    display: block;
    bottom: 102px;
  }

  .button_call-2 {
    background-color: var(--brand--primary);
  }

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

  .cta-component-2 {
    overflow: hidden;
  }

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

  .image-67 {
    width: 18px;
    height: 18px;
  }

  .f-steps-form-wrapper-2 {
    width: 100%;
  }

  .f-steps-form-wrapper-2.success {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-67 {
    font-size: 28px;
  }

  .f-steps-wrap-2 {
    width: 100%;
  }

  .f-steps-wrap-2.card {
    flex-flow: column;
    padding: 0;
  }

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

  .left-div {
    width: 100%;
  }

  .left-footer-bottom-2 {
    margin-bottom: 24px;
  }

  .right-div {
    width: 80%;
    display: none;
    position: absolute;
    box-shadow: 0 2px 5px #0003;
  }

  .f-success-message {
    height: auto;
  }

  .success-wrapper-2 {
    width: 100%;
  }

  .success-wrapper-2.success {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-63 {
    margin-left: -5px;
  }

  .background-herlo-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .address-wrapper {
    width: 400px;
  }

  .f-form-steps-item-wrap-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-wrap-flex {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .inf-show-btn {
    background-color: #f7f7f7;
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 15px;
    display: flex;
    position: absolute;
    inset: auto 5% 25% auto;
    box-shadow: 0 2px 5px #0003;
  }

  .step-text-inf {
    font-size: 11px;
  }

  .steps-info {
    width: 100%;
  }

  .exit-icon-2 {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    inset: 2% 3% auto auto;
  }

  .informative-block {
    position: relative;
  }

  .gpa-input {
    width: 280px;
  }

  .slider-content-wrap {
    width: 100%;
  }

  .heading-70 {
    font-size: 28px;
  }

  .form-step-progress-bar {
    display: none;
  }

  .steps-bar-wrapper {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .f-steps-form-wrapper {
    width: 100%;
  }

  .f-steps-form-wrapper.success {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .field-input {
    width: auto;
  }

  .field-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .address-wrapper-2 {
    width: auto;
  }

  .form-step-progress-mobile {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-mobile.full-bar {
    background-color: #1b9c85;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-mobile.step-3 {
    background-color: #1b9c85;
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-mobile.step-1 {
    background-color: #1b9c85;
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-mobile.step-2 {
    background-color: #1b9c85;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    flex-flow: row;
  }

  .steps-bar {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .gpa-input-2 {
    width: 280px;
  }

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

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .form-step-number {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cloneable-container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .form-content {
    padding: 40px 5% 20px;
  }

  .section-27.cloneables-listing {
    padding-left: 2%;
    padding-right: 2%;
  }

  .text-size-regular-2 {
    font-size: .875rem;
  }

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

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .bg-dots.bottom-left--48px {
    bottom: -32px;
    left: -32px;
  }

  .bg-dots.top--42px---right-34px.width-36 {
    top: -6%;
    right: 6%;
  }

  .bg-dots.left-0---bottom--72px.width-38 {
    bottom: -8%;
  }

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

  .grid-2-columns.gap-row-80px {
    grid-row-gap: 80px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._2-col-mbl.gap-20px-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .display-3 {
    font-size: 26px;
  }

  .circle-number {
    width: 64px;
    min-width: 64px;
    height: 64px;
    min-height: 64px;
  }

  .slider-wrapper {
    padding-bottom: 120px;
  }

  .slider-arrow-btn-secondary.text-left-image-right---left-arrow {
    inset: auto 78px 0% 0%;
  }

  .slider-arrow-btn-primary.text-left-image-right---right-arrow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 0% 78px;
  }

  .slider-image-right---image {
    min-height: auto;
    padding-top: 24px;
    padding-right: 24px;
  }

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

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

  .inner-container._600px-mbl {
    max-width: 600px;
  }

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

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

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

  .image-bg-accent-1.bottom-right--30px {
    max-width: none;
    max-height: none;
    bottom: -12px;
    right: -12px;
  }

  .display-2 {
    font-size: 40px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }

  h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  h4 {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .utility-page-content {
    width: 18rem;
  }

  .style-guide-menu {
    border-radius: .65rem;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-style-h1 {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

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

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

  .button {
    text-align: center;
    margin-left: 0;
    font-size: .875rem;
  }

  .button.is-seceondary {
    justify-content: center;
    align-items: center;
  }

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

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

  .padding-bottom.padding-large, .padding-bottom.padding-medium {
    padding-bottom: 2rem;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 4rem;
  }

  .utility-page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._404-component {
    padding: 5rem 1rem;
  }

  ._404-image {
    max-width: 35%;
  }

  .password-field {
    flex-flow: column;
  }

  .text-size-medium.text-color-black-500 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    padding: 1rem;
  }

  .nav-link {
    margin-bottom: .4rem;
  }

  .section-header {
    padding-top: 9rem;
    padding-bottom: 2.5rem;
  }

  .header-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header-left-content {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
  }

  .header-top-content-wrapper {
    padding-top: 1rem;
  }

  .header-right-image-wrapper {
    height: auto;
  }

  .service-top-content {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .service-left-content-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .service-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .process-component {
    grid-row-gap: 2rem;
  }

  .why-us-top-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .why-us-card-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .why-us-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-testimonial {
    height: auto;
  }

  .testimonial-image {
    display: block;
  }

  .testimonial-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: 600px;
    padding: 6rem 1rem;
    bottom: 0;
  }

  .testimonial-top-content-wrapper {
    padding-left: 12%;
    padding-right: 12%;
  }

  .padding.padding-small {
    padding: 1rem;
  }

  .faq-list {
    grid-row-gap: 1rem;
  }

  .faq-question-wrapper {
    padding: 1rem;
  }

  .faq-icon-wrapper {
    display: flex;
  }

  .cta-component {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .cta-right-content-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-grid {
    grid-column-gap: 2.2rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-left-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-bottom-content {
    flex-flow: column;
    display: flex;
  }

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

  .hero-form-wrapper {
    width: auto;
    height: auto;
  }

  .form-2 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .ms-radio-button-tab {
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8rem;
  }

  .field-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
  }

  .field-block {
    width: 100%;
  }

  .wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .block-wrapper {
    order: -1;
  }

  .block-wrapper._2 {
    order: 1;
  }

  .btn-txt {
    font-size: .8rem;
  }

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

  .client-all-image-box {
    max-width: 120px;
  }

  .arrow-icon.right-copy {
    inset: 0% auto 0% 0%;
  }

  .stars-wrapper {
    top: 10%;
  }

  .slide-nav {
    bottom: -50%;
  }

  .section.pp {
    padding-top: 10rem;
  }

  .features-card-title {
    font-size: 1.2rem;
  }

  .features-card.third, .features-card.first, .features-card.fourth, .features-card.second {
    flex-flow: column;
    padding: 15px;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .features-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button_call-2 {
    background-color: #393b6a;
    width: 40px;
    height: 40px;
  }

  .btn-cta.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask {
    min-height: 450px;
  }

  .button-2 {
    font-size: .9rem;
  }

  .cta-component-2 {
    background-image: url('../images/cta-1.svg');
    background-position: -20%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .cta-component-2.middle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .f-form-steps-item.is---7 {
    background-color: #fff;
    border-radius: 1rem;
  }

  .raport-title-wrapper {
    width: 95%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .raport-title-wrapper.grid.full {
    margin-bottom: 0;
    padding-right: 0;
  }

  .report-results {
    height: auto;
    padding-bottom: 30px;
  }

  .heading-69 {
    font-size: 29px;
    line-height: 40px;
  }

  .text-span-109 {
    font-size: 15px;
  }

  .f-steps-form-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-steps-form-wrapper-2.success {
    flex-flow: column;
    margin-top: 0;
    padding: 0 .5rem 2rem;
  }

  .f-steps-form-wrapper-2._100 {
    padding-bottom: 5rem;
  }

  .report-title {
    font-size: 12px;
  }

  .image-64 {
    width: 80px;
    height: 25px;
    margin-left: -7px;
    transform: scale(.7);
  }

  .section-txt {
    text-align: center;
    font-size: 18px;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .heading-67 {
    font-size: 25px;
  }

  .legal-link-2 {
    font-size: 11px;
  }

  .f-steps-wrap-2 {
    padding: 2rem .5rem 1rem;
  }

  .f-steps-wrap-2.card {
    grid-row-gap: 0rem;
    width: 100%;
    padding: 0;
  }

  .f-steps-wrap-2.right {
    justify-content: flex-end;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .starter-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .step-inf-one {
    padding-left: 5px;
    padding-right: 5px;
  }

  .step-inf-one.second {
    padding-left: 5px;
  }

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

  .list-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .icon-report {
    width: 30px;
    height: 30px;
  }

  .wrapper-address-selection {
    align-self: auto;
    width: 100%;
  }

  .left-footer-bottom-2 {
    grid-row-gap: 12px;
    flex-flow: row;
    align-items: center;
  }

  .field-report {
    border-style: solid;
    border-width: 1.5px;
  }

  .f-form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-div {
    width: 90%;
    display: none;
  }

  .f-success-message {
    height: auto;
    padding: 10px 0;
  }

  .tool-tip-txt {
    font-size: 10.5px;
    line-height: 15px;
  }

  .select-field {
    width: 280px;
    overflow: clip;
  }

  .nav-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-form-radio-card-contain-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-form-radio-card-contain-2.vertical.long {
    width: 100%;
  }

  .success-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .success-wrapper-2.success {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 97%;
    padding: 1rem .5rem 2rem;
  }

  .text-block-12-copy {
    color: #3568ff;
    font-size: 11px;
    line-height: 25px;
  }

  .div-block-38-copy-2 {
    justify-content: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-63 {
    width: 70px;
    height: 25px;
    margin-left: -10px;
    transform: scale(.7);
  }

  .background-herlo-flex {
    background-image: linear-gradient(#00000080, #00000080);
    padding-bottom: 5%;
  }

  .report-value {
    font-size: 11px;
  }

  .address-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .left-block {
    padding-left: 1%;
    padding-right: 1%;
  }

  .left-block.card {
    padding-bottom: 0%;
    overflow: hidden;
  }

  .f-input-button-label.margin-left-8px {
    font-size: 12px;
  }

  .f-form-steps-item-wrap-3 {
    min-height: 0;
  }

  .f-form-steps-item-wrap-3.step {
    min-height: 80vh;
  }

  .ms-radio-card-3 {
    max-width: 270px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ms-radio-contents-3 {
    font-size: 16px;
  }

  .ms-radio-contents-3.small {
    font-size: 12px;
  }

  .wrapper-report {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

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

  .brand-navbar-3 {
    width: 150px;
  }

  .sub-title-name {
    font-size: 12px;
  }

  .f-steps-wrap-flex {
    padding: 1rem .5rem;
  }

  .heading-66 {
    font-size: 1.6rem;
  }

  .text-span-107 {
    font-size: 17px;
  }

  .footer-bottom {
    flex-flow: wrap;
  }

  .reults-report-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .header-section {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .header-section.small {
    font-size: 16px;
  }

  .step-text-inf {
    font-size: 7.5px;
  }

  .steps-info {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .report-name-field {
    font-size: 10px;
  }

  .exit-icon-2 {
    top: 3%;
  }

  .section-26.qiz {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .text-block-15 {
    margin-left: -10px;
    font-size: 16px;
    line-height: 25px;
    transform: scale(.8);
  }

  .pgraph.white {
    font-size: 13px;
  }

  .step-title-wrap, .step-title-wrap.mid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-span-111 {
    font-size: 17px;
  }

  .heading-70 {
    font-size: 25px;
  }

  .form-step-progress-bar {
    display: none;
  }

  .f-steps-form-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-steps-form-wrapper.success {
    flex-flow: column;
    margin-top: 0;
    padding: 0 0 2rem;
  }

  .icon-report-2 {
    width: 30px;
    height: 30px;
  }

  .field-input {
    width: auto;
  }

  .field-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .address-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .f-form {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .f-form.is--form {
    padding-left: 0;
    padding-right: 0;
  }

  .select-field-2 {
    width: auto;
    overflow: clip;
  }

  .form-step-progress-mobile {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-mobile.full-bar {
    width: 100%;
  }

  .form-step-progress-mobile.step-3 {
    background-color: var(--brand--primary);
    width: 78%;
  }

  .form-step-progress-mobile.step-1 {
    background-color: var(--brand--primary);
    width: 25%;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .text-span-112 {
    font-size: 15px;
  }

  .steps-bar {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .gpa-input-2 {
    width: auto;
  }

  .f-success-message-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-default {
    padding-top: 6rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brand-navbar {
    width: 100%;
  }

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

  .report-results-2 {
    height: auto;
    padding-bottom: 30px;
  }

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

  .link-brand-navbar {
    justify-content: flex-start;
    width: 45vw;
    max-width: 150px;
    height: auto;
    padding: 0;
    display: flex;
  }

  .cloneable-container-default {
    padding: 20px 0 100px;
  }

  .form-content {
    padding-top: 20px;
  }

  .section-27.cloneables-listing {
    background-color: var(--neutral--white-200);
  }

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

  .heading-71 {
    font-size: 1.6rem;
  }

  .next-btn.w--current {
    margin-top: 20px;
  }

  .hero-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 15%;
  }

  .text-size-regular-2 {
    font-size: .85rem;
  }

  .div-block-60 {
    max-width: 80%;
    padding: 2rem;
  }

  .agent-infp-warpper {
    justify-content: flex-start;
    align-items: center;
  }

  .yellow-highlight-2-copy {
    font-size: 1.7rem;
  }

  .ms-radio-button-tab-2 {
    font-size: .9rem;
  }

  .container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .slider-mask.overflow-visible {
    margin-bottom: -50px;
  }

  .mg-bottom-0 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .grid-2-columns._2-col-mbl.gap-20px-mbl {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .circle-number {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
  }

  .slider-image-right---image {
    padding-top: 18px;
    padding-right: 18px;
  }

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

  .section-28.overflow-hidden {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-default-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-200.medium {
    font-size: 14px;
  }

  .image-bg-accent-1.bottom-right--30px {
    bottom: -8px;
    right: -8px;
  }

  .display-2 {
    font-size: 36px;
  }

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

  .section-29.bg-neutral-800.overflow-hidden {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-header-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-navbar-4 {
    width: 150px;
  }
}

#w-node-_93ee6140-1a67-bcbf-0f3f-73ae3aec623d-f1663cdd, #w-node-a9db3958-94ef-d3c1-0b9a-d9a51ed5d276-1ed5d267, #w-node-a9db3958-94ef-d3c1-0b9a-d9a51ed5d298-1ed5d267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4e8c82ba-13d2-9b85-5280-3f962ed8a5df-2ed8a5d9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e8c82ba-13d2-9b85-5280-3f962ed8a5df-2ed8a5d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


