:root {
  --dark-blue: #0b2d46;
  --secondary: white;
  --primary: #dfb187;
  --slate-grey: #9c9ca7;
  --blue-gray: #124f7a;
  --black-footer-bottom: #111521;
  --blue-dark: #0b2d46;
  --dark-card: #2b333d;
  --blue: #10466d;
  --black-footer: #161b2b;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

@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(--dark-blue);
  color: var(--secondary);
  letter-spacing: .6px;
  flex-direction: column;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  display: flex;
}

h1 {
  letter-spacing: 0;
  min-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.15em;
}

h2 {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5em;
}

h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

h5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55em;
}

h6 {
  color: var(--primary);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: var(--slate-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7em;
}

a {
  color: var(--secondary);
  cursor: pointer;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7em;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: var(--primary);
}

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

li {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
  list-style: none;
}

img {
  display: inline-block;
}

label {
  color: var(--primary);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid var(--primary);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.1rem;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--slate-grey);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

.button-secondary {
  background-color: var(--blue-gray);
  color: var(--primary);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: .3125rem 1px;
  padding: 12px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.42857;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-secondary:hover {
  background-color: var(--primary);
  color: var(--black-footer-bottom);
}

.button-secondary.background-primary {
  transition: background-color .2s, background-color .2s;
}

.button-secondary.background-primary:hover {
  background-color: var(--secondary);
}

.section {
  width: 100%;
}

.section.max-width-1440px {
  margin-bottom: 40px;
}

.section.max-width-1440px.footer {
  margin-bottom: 0;
}

.section.home {
  margin-bottom: 150px;
}

.container {
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.row.centered {
  justify-content: center;
}

.wrapper-thirds {
  min-width: 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.centered {
  text-align: center;
  list-style: none;
}

.row-utilities {
  flex-wrap: wrap;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-wrapper {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card-wrapper.padding-left-15px {
  padding-left: 15px;
}

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

.row-content.row-gap-on-tab {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.row-content.row-gap-on-tab._90-width {
  width: 90%;
}

.wrapper-full {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.social-icon {
  object-fit: contain;
  max-height: 100%;
}

.space {
  min-height: 60px;
}

.space.show-on-tab {
  display: none;
}

.background-dark {
  background-color: var(--blue-gray);
}

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

.container-full.max-width-1440px.relative {
  position: relative;
}

.color-white {
  color: var(--secondary);
}

.space-small {
  min-height: 30px;
}

.content-icon {
  max-height: 30px;
}

.space-semi {
  min-height: 60px;
}

.list-item-wrapper {
  font-size: 1rem;
}

.nav-menu-link {
  color: #eee;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 2px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-menu-link:hover {
  color: var(--primary);
}

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

.nav-menu-link.w--current {
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
}

.nav-menu-link.drop {
  color: var(--primary);
  font-size: 12px;
  line-height: 15px;
}

.nav-bar-container {
  background-color: var(--dark-blue);
  width: 100%;
  max-width: 1440px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.nav-bar-container.home-about-desktop {
  background-color: #0000;
}

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

.nav-bar-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  padding-right: 1%;
  display: flex;
}

.nav-bar-wrapper.margin-top-30px {
  margin-top: 30px;
  display: flex;
}

.button-submit {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--blue-gray);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: .2rem;
  padding: 12px 30px;
  font-family: Roboto;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s, border-color .4s, background-color .4s;
  position: relative;
  box-shadow: 0 1px 5px #e3af5a1f, 0 3px 1px -2px #e3af5a33, 0 2px 2px 2px #e3af5a24;
}

.button-submit:hover {
  background-color: var(--secondary);
  color: var(--blue-gray);
  box-shadow: 0 3px 1px -2px #9c27b024, 0 10px 10px #9c27b033;
}

.button-submit.w--current {
  background-color: var(--dark-blue);
  color: #eee;
}

.contact-form-block {
  align-self: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.contact-form-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.background-primary {
  background-color: var(--primary);
  color: var(--black-footer-bottom);
}

.background-primary:hover {
  background-color: var(--secondary);
  color: var(--black-footer-bottom);
}

.button-wrapper {
  overflow: hidden;
}

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

.heading-large {
  color: #181717;
  text-align: center;
  letter-spacing: 3px;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 1%;
  font-size: 2em;
  line-height: 1;
}

.text-large {
  color: #181717;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 2;
}

.text-large.padding-bottom-md {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4%;
}

.separator {
  object-fit: contain;
  width: 15%;
  margin: 0% auto 1.8%;
  display: block;
}

.spa-form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 4%;
}

.space-large {
  min-height: 130px;
}

.invert {
  filter: invert();
}

.main-wrapper {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.wrapper-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-small-circle {
  border-radius: 100%;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}

.footer-bottom-text-link {
  white-space: nowrap;
  width: 100%;
  font-size: .9rem;
  text-decoration: underline;
}

.footer-bottom-text-link:hover {
  color: var(--primary);
}

.footer-social-link {
  width: 1.2em;
}

.footer-bottom-text {
  color: var(--secondary);
  white-space: nowrap;
  font-size: .9rem;
}

.footer-link {
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-links-title {
  font-family: Gilda Display, sans-serif;
  font-size: 1.188rem;
  font-weight: 500;
  line-height: 2;
}

.footer-bottom-wrapper {
  background-color: var(--black-footer-bottom);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-links-wrapper {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 110px;
  display: flex;
}

.footer-flex-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-text {
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.footer-text-wrapper {
  background-color: #0000;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-content-wrapper {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.footer-paragraph {
  width: 75%;
  padding-bottom: 10px;
}

.footer-logo-link {
  position: relative;
}

.footer-logo-link.w--current {
  padding-top: 3%;
}

.changelog-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

.wrapper-full-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-overlay {
  z-index: 100;
  background-color: var(--primary);
  display: none;
  position: absolute;
  inset: 0%;
}

.contact-text-field {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

.contact-text-field:hover {
  border-bottom-color: var(--primary);
}

.contact-text-area {
  color: #9c9ca7;
  background-color: #0000;
  border: 0 #0000;
  border-bottom: 1px solid #e3af5a80;
  align-self: center;
  min-height: 130px;
  margin-bottom: 0;
  padding: .4375rem 0;
  font-size: .95rem;
}

.contact-text-area:hover {
  border-bottom-color: var(--primary);
}

.space-mid {
  min-height: 90px;
}

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

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

.flex.align-center-justify-center.gap-15px {
  grid-column-gap: 15px;
}

.faq-content-wrapper {
  text-align: center;
  width: 60%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.description-max-width {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.space-text {
  min-height: 15px;
}

.icon {
  color: var(--primary);
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 20px;
  font-family: Gilda Display, sans-serif;
  font-size: 30px;
  font-weight: 100;
  position: static;
  top: -10px;
}

.faq-dropdown-title {
  text-align: left;
  white-space: pre-wrap;
  max-width: 90%;
  padding-right: 60px;
  font-size: 1.2rem;
  font-weight: 300;
}

.faq-dropdown-accordion {
  min-width: 100%;
}

.faq-plus-icon {
  max-width: 30px;
  max-height: 30px;
  margin-left: 0;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
}

.faq-row {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-description-wrapper {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-toggle {
  background-color: var(--blue-gray);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 15px;
  padding: 30px 45px;
}

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

.faq-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  min-height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.faq-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta-text-wrapper {
  z-index: 100;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 90px;
  display: flex;
  position: relative;
  bottom: 30px;
  left: 30px;
}

.cta-paragraph {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrapper {
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.office-tabs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  justify-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tabs-content {
  width: 100%;
  display: flex;
}

.testimonial-tab {
  border: 1px solid var(--blue-gray);
  background-color: var(--blue-gray);
  box-shadow: none;
  color: var(--secondary);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: box-shadow .2s;
  display: flex;
}

.testimonial-tab:hover {
  box-shadow: none;
  color: var(--secondary);
  border-bottom: 1px solid #e3af5a80;
}

.testimonial-tab.w--current {
  border-bottom-color: var(--primary);
  background-color: var(--blue-gray);
  box-shadow: none;
}

.author-blog-wrapper {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/grayscale-photo-of-woman-using-laptop-near-three-salon-chairs_1grayscale-photo-of-woman-using-laptop-near-three-salon-chairs.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 8px;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
}

.locations-left-arrow {
  z-index: 99;
  max-width: 50px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  left: 0;
}

.locations-right-arrow {
  max-width: 30px;
  max-height: 90px;
  position: absolute;
  top: 80%;
  right: 88%;
}

.social-link-wrapper-small {
  height: 15px;
  max-height: 15px;
}

.locations-slider {
  background-color: #0000;
  width: 640px;
  max-width: 640px;
  height: 400px;
  max-height: 400px;
  position: relative;
}

.locations-mask {
  overflow: visible;
}

.locations-slide {
  margin-right: 30px;
  overflow: hidden;
}

.image-locations {
  object-fit: cover;
  width: 50%;
  max-height: 400px;
  position: relative;
  overflow: hidden;
}

.icon-arrow-left {
  margin-right: 0;
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 900;
}

.locations-title {
  z-index: 2;
  color: var(--secondary);
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #313953);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gilda Display, sans-serif;
  font-size: 36px;
}

.testimonial-client-wrapper {
  text-align: left;
  flex-wrap: nowrap;
  display: flex;
}

.testimonial-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.hero-content-wrapper {
  z-index: 99;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-content-wrapper.align-center {
  align-items: center;
}

.steps-real-estate-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.title-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-steps {
  object-fit: cover;
  max-width: 120%;
  min-height: 100%;
}

.steps-text-wrapper {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  left: 133px;
}

.steps-text-wrapper.opposite {
  flex-direction: row-reverse;
  left: -150px;
}

.features-main-wrapper {
  grid-column-gap: 135px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-image-wrapper {
  z-index: 1;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}

.features-image-1 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.seperator-wrapper {
  grid-column-gap: 15px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.badge-card-type {
  background-color: var(--dark-blue);
  color: var(--secondary);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px 12px;
  font-family: Roboto;
  font-size: .6rem;
  font-weight: 300;
  line-height: 1;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.badge-card-type:hover {
  color: #eee;
}

.line-separator {
  background-color: #dfb18780;
  width: 50%;
  min-width: 135px;
  max-width: 135px;
  min-height: 1px;
}

.separator-icon {
  max-width: 45px;
  max-height: 45px;
}

.flex-footer {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.teams-image-wrapper {
  z-index: 2;
  object-fit: fill;
  min-height: 300px;
  max-height: 300px;
  position: relative;
  bottom: 20px;
  left: -60px;
  overflow: hidden;
  box-shadow: 0 10px 15px -5px #0000003d;
}

.agent-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.teams-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  right: -30px;
}

.teams-card:hover {
  color: var(--secondary);
}

.teams-text-wrapper {
  z-index: 1;
  background-color: var(--blue-gray);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: flex;
  position: absolute;
  top: 80px;
}

.realtors-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  background-color: var(--blue-dark);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.locations-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-bottom-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.hero-main-wrapper {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-bottom {
  z-index: 9;
  border-bottom: 1px solid #dfb18780;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-overlay {
  z-index: 1;
  background-color: var(--blue-gray);
  max-width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.button-overlay:hover {
  border-color: #0000;
}

.locations-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.locations-nav {
  display: none;
}

.testimonial-icon {
  opacity: .05;
  align-self: flex-start;
  max-height: 120px;
  position: relative;
  top: 16px;
}

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

.testimonial-image-wrapper {
  background-color: #0000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.features-description {
  max-width: 550px;
}

.contact-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-height: none;
  margin: 5px auto 20px;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.cta-large-card {
  grid-row-gap: 7.5px;
  box-shadow: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.cta-large-card.background-dark.centered {
  justify-content: flex-start;
  align-items: center;
}

.cta-large-card.bagckground-image-1 {
  background-image: url('../images/brown-wooden-cabinet-near-green-and-white-table_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-2 {
  background-image: url('../images/living-room-with-brown-wooden-table-and-chairs_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-large-card.background-image-3 {
  background-image: url('../images/Hero-Image-2_1.avif');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.contact-right-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  min-height: 100%;
  padding-top: 90px;
  padding-left: 0;
  padding-right: 60px;
  position: relative;
}

.contact-left-wrapper {
  background-image: linear-gradient(-45deg, var(--dark-blue) 5%, transparent 50%), linear-gradient(45deg, transparent 50%, var(--dark-blue) 95%), linear-gradient(to bottom, transparent 50%, var(--dark-blue) 95%), linear-gradient(to bottom, var(--dark-blue) 5%, transparent 49%), linear-gradient(to right, transparent 30%, var(--dark-blue) 95%), url('../images/a-modern-living-room-with-a-large-window_1.avif');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 70% 0;
  background-size: auto, auto, auto, auto, auto, cover;
  width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
}

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

.agent-socials-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 100px 5px auto auto;
}

.agent-socials-wrapper.invert {
  z-index: 2;
}

.locations-card {
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 400px;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/Hero-Image-2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-title {
  font-size: 10rem;
}

._404-image {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: var(--primary);
  color: var(--dark-blue);
  text-align: center;
}

.stars-wrapper {
  grid-column-gap: 5px;
  flex-wrap: nowrap;
  display: flex;
}

.star {
  filter: sepia(50%);
  max-height: 15px;
}

.footer-icon {
  max-height: 15px;
  position: relative;
  top: 2px;
}

.values-description {
  max-width: 300px;
}

.space-text-half {
  min-height: 7.5px;
}

.letter-spacing-small {
  letter-spacing: .6px;
  cursor: pointer;
}

.icon-main {
  max-width: 60px;
  max-height: 60px;
  margin-bottom: 7.5px;
  position: static;
  top: -10px;
}

.cart-nav-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.show-on-tab {
  display: block;
}

.footer-links-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.reach-out-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.button-text {
  z-index: 2;
  color: var(--primary);
  font-family: Bitter, serif;
  position: relative;
}

.button {
  background-color: var(--dark-card);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #dfb18780;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition-property: background-color;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px -10px #0003;
}

.button:hover {
  color: var(--black-footer-bottom);
}

.button.align-left {
  align-self: flex-start;
}

.button-text-with-overlay {
  z-index: 2;
  color: var(--secondary);
  position: relative;
}

.tab-panel {
  border: 1px solid var(--blue-gray);
  background-color: var(--blue-gray);
  width: 100%;
  padding: 30px 60px 60px;
}

.max-width-1440px {
  align-self: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-image-slide-1 {
  z-index: -1;
  background-image: url('../images/Hero-Image-Overlay_1.avif'), linear-gradient(#1c1c4233, #1c1c4233), url('../images/Untitled-design-35_1.avif');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.hero-image-slide-1._2 {
  background-image: url('../images/Hero-Image-Overlay_1.avif'), linear-gradient(#0000, #0000), url('../images/Hero-Image-2_1.avif');
}

.hero-image-slide-1.about {
  background-image: url('../images/Hero-Image-Overlay_1.avif'), url('../images/KAPITALARK-Real-Estate-Agency-Warsaw-Team.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
}

.features-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 57.5%;
  display: flex;
}

.features-text-wrapper.align-right {
  align-items: flex-end;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-text {
  letter-spacing: 0;
  cursor: pointer;
  font-size: 17px;
  text-decoration: none;
}

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

.rich-text {
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.utilities-title-wrapper, .utilities-rtb-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  min-height: 1px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.description-max-width-small {
  text-align: left;
  align-self: flex-start;
  max-width: 200px;
}

.about-us-agents-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-us-icon {
  max-width: 45px;
  max-height: 45px;
  margin-right: 5px;
  position: static;
  top: -10px;
}

.centered-on-mobile-small {
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-description {
  text-align: center;
  max-width: 750px;
}

._404-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/Hero-Image-2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.about-us-stack {
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.teams-button-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.error-message {
  color: var(--dark-blue);
  text-align: center;
  background-color: #e35a5a;
}

.dash-line {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  display: flex;
}

.dash-line.longer {
  width: 70px;
}

.hero-sidebar {
  z-index: 4;
  background-image: linear-gradient(180deg, var(--blue) 40%, var(--blue-dark) 90%);
  flex-direction: column;
  justify-content: flex-start;
  width: 143px;
  height: 100vh;
  margin-bottom: 1px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-icon-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
  font-family: Material Symbols Outlined, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrapper {
  background-color: var(--blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 203px;
  display: flex;
}

.logo-wrapper.shadow {
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-sidebar-icons-wrapper {
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
}

.slider {
  background-color: #0000;
  min-height: 100vh;
  margin-left: 143px;
}

.circle-left-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  left: -30px;
}

.icon-2 {
  display: none;
}

.circle-right-arrow {
  border: .5px solid #ffffff80;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 160px;
  max-height: 160px;
  display: flex;
  inset: 0% -30px 0% auto;
}

.icon-3, .slide-nav {
  display: none;
}

.nav-social-link {
  background-color: var(--black-footer);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 45px;
  max-height: 45px;
  padding: 15px;
  display: flex;
}

.button-icon {
  color: var(--primary);
  max-width: 40px;
  max-height: 40px;
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 15px;
  position: relative;
  left: -1px;
  transform: rotate(90deg);
}

.flex-features-image {
  grid-column-gap: 30px;
  justify-content: center;
}

.features-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.features-image-wrapper-1 {
  min-width: 260px;
  max-width: 260px;
}

.features-image-wrapper-2 {
  min-width: 300px;
  max-width: 300px;
  overflow: visible;
}

.nav-dash-line {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 1px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 30px;
  display: flex;
}

.numbers-card-body {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 208px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper-quarter {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 25%;
  display: flex;
}

.numbers-card {
  border-right: 1px solid #4a3f351a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.numbers-description {
  color: #d7d7d8;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  display: flex;
}

.numbers-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.count-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.numbers-row-count {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  display: flex;
  position: relative;
}

.semicircle {
  z-index: -1;
  background-color: var(--blue-gray);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  max-height: 30px;
  margin-top: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 21%;
}

.video-background-wrapper {
  background-image: none;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.features-card-wrapper {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.features-wrapper {
  grid-row-gap: 64px;
  flex-direction: column;
  max-width: 80%;
  display: flex;
}

.steps-feature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  height: 100%;
  display: flex;
  position: relative;
  top: -95px;
}

.circle-steps-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
  position: relative;
}

.vertical-steps-line {
  background-color: #dfb18740;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 330px;
  display: flex;
}

.line-vertical-separator {
  background-color: var(--primary);
  width: 1px;
  height: 60px;
}

.logo-image {
  object-fit: cover;
  max-width: 50px;
  max-height: 84px;
  margin-bottom: 7.5px;
}

.logo-image.half-size {
  max-width: 42px;
  max-height: 42px;
  margin-bottom: 0;
}

.logo-text {
  color: var(--secondary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 400;
}

.logo-text-small {
  color: var(--slate-grey);
  font-size: 12px;
}

.logo-text-small.shift-right {
  margin-left: 4px;
}

.hero-image-slide-2 {
  z-index: -1;
  background-image: url('../images/Hero-Image-Overlay_1.avif'), url('../images/a-modern-living-room-with-a-large-window_1.avif');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
}

.button-image {
  object-fit: cover;
  max-height: 30px;
  position: absolute;
}

.hero-arrows {
  max-height: 20px;
}

.shadow {
  box-shadow: 0 10px 20px -10px #0003;
}

.absolute {
  position: absolute;
}

.button-flex {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-steps-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: 740px;
  max-width: 740px;
  min-height: 250px;
  max-height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-450px {
  max-width: 450px;
}

.max-width-450px.centered-on-mobile {
  max-width: none;
}

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

.gradient-overlay {
  z-index: 99;
  background-image: linear-gradient(350deg, var(--primary), transparent 50%, #0000 103%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-overlay.reverse {
  background-image: linear-gradient(to right, #0000 50%, #111b37e6);
}

.locations-amount {
  z-index: 100;
  color: var(--secondary);
  text-align: center;
  position: relative;
}

.locations-title-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.locations-overlay-half {
  z-index: 99;
  background-image: linear-gradient(to right, #111b37e6, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.subheading-flex {
  z-index: 100;
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.subheading-flex.gap-7-5px {
  grid-column-gap: 7.5px;
}

.background-white {
  background-color: var(--secondary);
}

.min-width-101 {
  min-width: 101%;
}

.agent-name {
  font-size: 21px;
}

.values-image-photo {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.values-image-photo-wrapper {
  z-index: 10;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

.values-image-and-image-overlay-wrapper {
  z-index: 1;
  align-self: flex-start;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.values-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.values-stack {
  grid-column-gap: 30px;
  border-radius: 8px;
  align-self: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.office-left-arrow {
  background-color: var(--blue-gray);
  border-radius: 4px;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 0%;
  left: -120px;
}

.office-slide {
  min-width: 600px;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.office-slider {
  background-color: #0000;
  min-width: 600px;
  max-width: 600px;
  min-height: 520px;
  max-height: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.office-right-arrow {
  background-color: var(--blue-gray);
  border-radius: 4px;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
  top: 0%;
  right: -120px;
}

.office-image {
  z-index: -1;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.office-row {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.office-card-wrapper {
  justify-content: center;
  align-items: flex-end;
  min-width: 600px;
  max-width: 600px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  position: relative;
}

.office-mask {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.office-nav {
  display: none;
  position: absolute;
}

.about-hero-wrapper {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  max-height: 600px;
  margin-left: 143px;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-content-wrapper {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 90px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.about-image {
  z-index: -1;
  background-image: url('../images/About-Image-Overlay_1.avif'), url('../images/Untitled-design-34_1.avif');
  background-position: 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.about-sidebar {
  z-index: 4;
  background-image: linear-gradient(to bottom, var(--blue) 40%, var(--dark-blue) 90%);
  flex-direction: column;
  justify-content: flex-start;
  width: 143px;
  min-height: 485px;
  max-height: 485px;
  margin-bottom: 1px;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-main-wrapper {
  position: relative;
}

.logo-wrapper-alt {
  z-index: 4;
  grid-column-gap: 15px;
  background-color: var(--dark-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30px auto auto 5%;
}

.logo-wrapper-alt.hide-on-home-about-desktop {
  display: none;
}

.nav-space {
  min-height: 175px;
}

.icon-arrow-right {
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 900;
}

.cta-wrapper {
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.cta-image-wrapper {
  height: 100%;
  position: relative;
}

.cta-image {
  object-fit: cover;
  object-position: 0% 50%;
  min-height: 100%;
}

.gradient-overlay-top {
  z-index: 99;
  background-image: linear-gradient(0deg, #0000 50%, #111b374d);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-overlay-bottom {
  z-index: 99;
  background-image: linear-gradient(to top, #111b37e6, #0000 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.office-text-wrapper {
  z-index: 99;
  border-bottom: 1px solid var(--primary);
  background-color: var(--blue-gray);
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  position: relative;
  top: -60px;
}

.testimonial-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.logo-footer-wrapper {
  z-index: 4;
  grid-column-gap: 15px;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 30px auto auto 5%;
}

.logo-link {
  z-index: 5;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 203px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-link.w--current {
  inset: 0%;
}

.agents-row {
  grid-column-gap: 64px;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.vertical-steps-line-wrapper {
  position: relative;
  overflow: hidden;
}

.image-scroll-movement {
  object-position: 50% 100%;
}

.image-scroll-movement.move-up {
  margin-top: -20%;
}

.relative {
  max-width: 1440px;
  position: relative;
}

.preloader-wrapper {
  z-index: 999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-right {
  background-color: var(--blue);
  width: 50%;
  min-height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-left {
  background-color: var(--blue);
  width: 50%;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.prelaoder-logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.preloader-logo {
  background-color: var(--blue);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 203px;
  display: flex;
}

.preloader-logo-icon {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 203px;
  display: flex;
}

.preloader-logo-image {
  object-fit: cover;
  max-width: 50px;
  max-height: 84px;
  margin-bottom: 7.5px;
}

.preloader-logo-text {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.preloader-logo-text-small {
  color: var(--slate-grey);
  text-align: center;
  font-size: 12px;
}

.preloader-logo-text-small.shift-right {
  margin-left: 4px;
}

.about-title-wrapper {
  padding-left: 30px;
}

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

.text-span {
  background-image: linear-gradient(84deg, var(--primary) 24%, white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.body {
  background-color: var(--blue-dark);
}

.text-span-2 {
  background-image: linear-gradient(77deg, var(--primary), white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph {
  color: var(--secondary);
}

.text-block {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.link.phone:hover {
  color: var(--black-footer-bottom);
}

.number-block {
  background-image: linear-gradient(90deg, var(--primary), #af7b4b);
  border-radius: 10px;
  padding: 5px 10px;
}

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

.bullet {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.bullet-text {
  color: var(--secondary);
  text-align: left;
  font-size: 16px;
  line-height: 1.3em;
}

.dropdown-toggle-2 {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.dropdown-toggle-2.w--open {
  width: 200px;
}

.dropdown-toggle-2.left {
  justify-content: flex-start;
  align-items: center;
  margin-left: -15px;
  padding-top: 5px;
}

.icon-4 {
  color: var(--primary);
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
}

.dropdown-list {
  background-color: #dddddd1f;
}

.dropdown-list.w--open {
  background-color: var(--secondary);
}

.button-icon-2 {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: scale(.7);
}

.video-play-target {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider_slider-wrapper {
  position: relative;
  overflow: hidden;
}

.video-volume-controls {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-custom-style {
  display: none;
}

.video-timeline {
  opacity: .66;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.video-timeline:hover {
  opacity: 1;
}

.video-level-dot {
  background-color: #e50071;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px -3px 0% auto;
}

.swiper-button-prev {
  z-index: 1;
  background-color: var(--primary);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 50% -1%;
}

.swiper-button-prev:hover {
  background-color: var(--blue);
}

.swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  background-color: #e50071;
}

.swiper-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  position: relative;
}

.video-timeline-fill {
  background-color: #e50071;
  width: 1%;
  height: 100%;
  position: relative;
}

.video-icon {
  height: 16px;
}

.swiper-button-next {
  z-index: 1;
  background-color: var(--primary);
  color: #0b0c0b;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1% 50% auto;
}

.swiper-button-next:hover {
  background-color: var(--blue);
}

.swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  background-color: #e50071;
}

.code-embed-2 {
  object-fit: cover;
}

.video-volume {
  z-index: 2;
  opacity: .66;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  margin-left: -5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-volume:hover {
  opacity: 1;
}

.video-control-flex {
  justify-content: space-between;
  display: flex;
}

.video-inner-wrapper {
  object-fit: cover;
  border-radius: 0;
  flex: 1;
}

.video-button {
  opacity: .66;
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.video-button:hover {
  opacity: 1;
}

.video-button.extend-right-padding {
  margin-right: 0;
  padding-right: 10px;
}

.volume-level {
  cursor: pointer;
  align-items: center;
  width: 100px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.volume-level-empty {
  background-color: #fff;
  width: 100px;
  height: 3px;
}

.swrper_component {
  object-fit: cover;
  position: relative;
}

.video-wrapper {
  object-fit: cover;
  background-color: #f3f7fa00;
  border-radius: 0;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.video-timeline-empty {
  background-color: #fff;
  width: 100%;
  height: 4px;
}

.video-controls {
  z-index: 2;
  background-image: linear-gradient(0deg, #000000a8 100%, #fff0);
  width: 100%;
  padding: 15px 10px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.swiper-slide {
  z-index: 0;
  cursor: pointer;
  object-fit: cover;
  border-radius: 0;
  flex: none;
  min-width: 250px;
  transition: transform .3s;
  position: relative;
}

.video-box {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 17px 1px #0000004a;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 0;
  padding-bottom: 2rem;
}

.volume-level-fill {
  background-color: #f40103;
  width: 50%;
  height: 100%;
  position: relative;
}

.swiper-pagination {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
}

.phone-call {
  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;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

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

.checkbox-field {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading {
  text-align: center;
}

.up-heading {
  color: var(--primary);
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}

.overaly-dark {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0b2d4680;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  display: flex;
  position: absolute;
}

.div-block {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.section-heading.white-heading {
  color: #f0f0f0;
}

.section-heading.less-width {
  max-width: 460px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: visible;
}

.section-paragraph {
  color: var(--slate-grey);
  max-width: 560px;
  margin-bottom: 0;
}

.section-paragraph.white-paragraph {
  color: #b0b0b0;
}

.card-title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.middle-allign-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  grid-row-gap: 4px;
  text-align: center;
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 44px;
  display: flex;
}

.why-choose-us-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

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

.section-2.features {
  background-color: var(--dark-blue);
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.navigation-icon {
  color: var(--primary);
  font-family: Inconsolata, monospace;
  transition: color .2s;
}

.navigation-icon:hover {
  color: #b69d74;
}

.mask {
  max-width: 390px;
  overflow: visible;
}

.star-icon {
  color: var(--primary);
  font-family: Material Symbols Outlined, sans-serif;
  font-size: 24px;
  font-weight: 100;
}

.client-image {
  border-radius: 50%;
  max-width: 40px;
  height: 40px;
}

.hidden {
  display: none;
}

.testimonial-card {
  grid-row-gap: 20px;
  border: 2px solid #fff3;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  padding: 30px 26px;
  display: flex;
}

.blur-background-div {
  z-index: -1;
  filter: blur(200px);
  background-color: #b69d74;
  border-radius: 328px;
  width: 324px;
  height: 328px;
  position: absolute;
  inset: 100px auto auto -113px;
}

.blur-background-div.opacity-low {
  opacity: .5;
  width: 450px;
  height: 450px;
  inset: auto 20% 0% auto;
}

.blur-background-div.opacity-low.testimonial {
  inset: auto -220px 200px auto;
}

.navigation {
  color: #083548;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation.left-side, .navigation.right-side {
  background-color: var(--primary);
  width: 60px;
  height: 60px;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
  overflow: hidden;
}

.client-name {
  color: var(--primary);
  font-weight: 400;
  line-height: 24px;
}

.client-position {
  color: var(--slate-grey);
  font-size: 14px;
  line-height: 22px;
}

.section-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-3.testimonials {
  padding-bottom: 25px;
}

.section-3.video {
  background-image: linear-gradient(188deg, var(--dark-blue) 21%, var(--blue) 100%, #0d6489);
  margin-bottom: 100px;
  padding-top: 50px;
}

.client-block {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.star-icon-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.video-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.image-column {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 0;
  width: 80%;
  min-height: 74vh;
  position: relative;
  overflow: hidden;
}

.display-none {
  display: none;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hover-image._6 {
  object-fit: cover;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.button-icon-3 {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  transform: scale(.7);
}

.button-icon-4 {
  color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: scale(.7);
}

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

.sticky-grid-pricing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #edf1fd;
  background-color: #f2f3ff;
  border-bottom: 1px solid #f2f3ff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.table-cell {
  color: var(--slate-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  background-color: var(--primary);
  color: var(--secondary);
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.price-category-wrap {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.pricing-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.pricing-chart-grid.final {
  border-radius: 0;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.placeholder-spacer {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.icon-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.icon-5.white {
  color: var(--secondary);
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.pricing-sticky-bg-wrap {
  background-color: #000;
  border-top-right-radius: 5px;
  padding-top: 0;
}

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.chart-wrap {
  border: 1px solid #f2f3ff;
  border-radius: 0;
  width: 100%;
  box-shadow: 0 20px 30px -10px #ffffff73;
}

.paragraph-3 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.main-section {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.pricing-title-wrap-sticky {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.end {
  background-color: var(--primary);
  color: #000;
  border-radius: 0;
  font-weight: 600;
}

.outer-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f2f3ff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.table-cell-title {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 20px;
  display: flex;
}

.table-cell-title.hide {
  color: var(--primary);
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
}

.blurb-txt {
  color: #000;
  font-family: Gilda Display, sans-serif;
  font-weight: 400;
}

.blurb-txt.text-color {
  color: #434de7;
  font-size: 20px;
}

.text-block-2 {
  font-family: Gilda Display, sans-serif;
}

.bold-text {
  color: var(--secondary);
  font-size: 21px;
}

.bold-text-2 {
  font-size: 20px;
}

.container-4 {
  margin-top: 50px;
}

.solid-subtitle-line {
  background-color: #fff;
  width: 40%;
  height: 100%;
}

.solid-subtitle-line.dark {
  background-color: #70778866;
}

.card-copy {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-copy.top-border---tablet._2 {
  background-image: linear-gradient(#dfb187bf, #dfb187bf), url('../images/2_3.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-left: 20px;
  padding-right: 20px;
}

.hover-line-fill {
  background-color: #cbd0dd;
  width: 100%;
  height: 100%;
}

.card-hover-link {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 44px;
  display: flex;
}

.card-bottom-info {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.subtitle-3 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-right: 0;
  font-size: 10px;
  line-height: 1.3em;
}

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

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-2.top-border---tablet._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-2.top-border---tablet._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #eef0f6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 36px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-3.left-end {
  background-image: linear-gradient(#dfb187bf, #dfb187bf), url('../images/4_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-left-style: none;
  place-items: end center;
  position: relative;
}

.hover-card-circle {
  background-color: #f7f7fa;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: auto auto -6vw;
}

.left-intro {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 36px 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.heading-18 {
  color: #f7f7f7;
}

.section-10 {
  z-index: 20;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.section-10.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.card-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #eef0f6;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.dark {
  background-color: #eef0f6;
}

.mid-logo-card {
  opacity: 0;
  width: 40%;
  position: absolute;
}

.underline-hover-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff3;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
  position: relative;
}

.underline-hover-link.dark {
  color: #626d86;
  border-bottom-color: #e1e4ee;
}

.card-icon-circle {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 18px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.card-icon-circle.blue {
  border-color: var(--secondary);
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1600px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.section-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-top: -36px;
  padding: 80px 0 80px 80px;
}

.body-display-4 {
  color: #707788;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display-4.small {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
}

.body-display-4.small.white-text {
  color: #fff;
}

.dual-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-bottom: 1px #eef0f6;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 0;
  padding-right: 0;
  display: grid;
}

.subtitle-line {
  background-color: #fff3;
  background-image: none;
  width: 36px;
  height: 1px;
  margin-left: 0;
  display: flex;
}

.subtitle-line.dark {
  background-color: #e1e4ee;
}

.fill {
  background-color: #fff0;
  width: 100%;
  margin-top: -36px;
}

.heading-17 {
  font-size: 30px;
  font-weight: 300;
}

.success-message-2 {
  z-index: 200;
  opacity: .9;
  background-color: #d2ffe5;
  border: 3px #00ac61;
  border-radius: 20px;
  width: 600px;
  height: 50px;
  margin-top: 25px;
  padding-top: 0;
  position: relative;
  top: 0;
  right: 0;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  margin-left: 25px;
  margin-right: auto;
  display: grid;
}

.next {
  cursor: pointer;
  background-color: #f5f5f500;
  background-image: url('../images/1_21.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.next:active {
  background-color: #e9e8e8;
}

.dzia-ka-rodzaj {
  color: #999898;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  height: 40px;
  font-weight: 400;
  box-shadow: 0 1px 20px -11px #0003;
}

.textarea-2 {
  outline-offset: 0px;
  color: #999898;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  outline: 3px #333;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 1px 20px -11px #0003;
}

.next-inne {
  cursor: pointer;
  background-color: #f5f5f500;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.submit-button-lokal {
  float: none;
  clear: none;
  background-color: var(--primary);
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  width: 89%;
  height: 50px;
  margin: 10px auto 0;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: static;
  left: 151px;
}

.submit-button-lokal:hover {
  background-color: var(--blue);
}

.heading-30 {
  color: #23364f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
}

.text-field-1 {
  text-align: left;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  height: 45px;
  padding-left: 20px;
  padding-right: 0;
  font-size: 14px;
  box-shadow: 0 1px 20px -11px #0003;
}

.text-span-61 {
  color: #e21616;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  display: flex;
}

.image-20 {
  flex: 0 auto;
  width: 20px;
}

.stack-pow-i-pok {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.checkbox-2 {
  border: 1px solid #2c2c2c;
  flex: none;
  width: 16px;
  height: 16px;
}

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

.tooltip-arrow {
  background-color: #000;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 52% -4px 0%;
  transform: rotate(45deg);
}

.hide {
  display: none;
}

.toast-icon-b {
  background-color: #2ec86226;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: .8rem;
  padding: .8rem;
  display: flex;
}

.image-60 {
  margin-right: 5px;
}

.mynumberinput-inne {
  color: #999898;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 1.25rem;
  font-size: 14px;
  font-weight: 500;
}

.image-19 {
  background-image: url('../images/1_21.avif');
  background-position: 50%;
  background-size: cover;
  width: 20px;
}

.image-61 {
  margin-bottom: 0;
  margin-right: 5px;
}

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

.mynumberinput {
  color: #999898;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  width: 110px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 1.25rem;
  font-size: 14px;
  font-weight: 500;
}

.text-block-12-copy {
  color: #2361ff;
  font-size: 13px;
}

.checkbox-field-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.text-block-16 {
  color: #fff;
  width: 200px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.text-block-20 {
  opacity: 1;
  color: #00d33f;
  -webkit-text-stroke-color: #fff;
  align-items: center;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.input-field-wrap {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-44 {
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-left: 40px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.field-label-7 {
  text-align: center;
  letter-spacing: 0;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-left: 20px;
  margin-right: auto;
  font-family: Gilda Display, sans-serif;
  font-weight: 600;
}

.field-label-2 {
  color: #23364f;
  letter-spacing: 0;
  justify-content: center;
  font-family: Gilda Display, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.dzia-ka {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
}

.tooltip-5 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #000;
  border-radius: 50px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 20px -5px #000;
}

.checkbox-label-2 {
  color: #8d8d8d;
  letter-spacing: 0;
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.prev {
  cursor: pointer;
  background-color: #f5f5f500;
  background-image: url('../images/2_42.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-right-width: 1px;
  border-right-color: #01043d;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.cell-14 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-62 {
  color: #e21616;
  padding-left: 5px;
}

.image-37 {
  width: 60px;
  padding-right: 6px;
}

.ms-radio-image {
  opacity: .8;
  background-image: url('../images/3_33.avif');
  background-position: 50%;
  background-size: cover;
  border-width: 1px;
  border-color: #c5c5c5;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  margin-left: 0;
  padding-top: 100%;
}

.ms-radio-image:hover {
  background-image: url('../images/4_34.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.w--redirected-checked {
  opacity: 1;
  outline-offset: 0px;
  background-image: url('../images/4_34.avif');
  background-position: 50%;
  background-size: cover;
  border-width: 1px;
  border-color: #fff;
  outline: 2px solid #11456e;
}

.ms-radio-image.img-3 {
  background-image: url('../images/1_31.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-3:hover {
  background-image: url('../images/2_62.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-3.w--redirected-checked {
  background-image: url('../images/8_18.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-4 {
  background-image: url('../images/7_17.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-4:hover {
  background-image: url('../images/8_18.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-4.w--redirected-checked {
  background-image: url('../images/8_18.avif');
  background-position: 50%;
  background-size: cover;
  outline-color: #11456e;
}

.ms-radio-image.img-2 {
  background-image: url('../images/5_15.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-2:hover {
  background-image: url('../images/6_16.avif');
  background-position: 50%;
  background-size: cover;
}

.ms-radio-image.img-2.w--redirected-checked {
  background-image: url('../images/6_16.avif');
  background-position: 50%;
  background-size: cover;
  outline-width: 2px;
  outline-color: #11456e;
}

.text-span-71 {
  color: #ffbf41;
}

.select-wrap-copy {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 20px -11px #0003;
}

.form-mieszkanie {
  transform-style: preserve-3d;
  border-radius: 10px;
  margin: -23px auto 0;
  position: static;
  overflow: visible;
}

.mynumberinput-1998 {
  color: #999898;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  width: 110px;
  height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 1.25rem;
  font-size: 14px;
  font-weight: 500;
}

.prev-inne {
  cursor: pointer;
  background-color: #f5f5f500;
  border-right-width: 1px;
  border-right-color: #01043d;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.form-3 {
  z-index: 10000000;
  background-color: #fff;
  border-radius: 0;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 74px;
  box-shadow: 0 1px 20px 4px #bbbbbb69;
}

.text-block-19 {
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

.text-block-19.zgoda {
  color: #727272;
  letter-spacing: 0;
}

.quick-stack-19 {
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.select-wrap {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 20px -11px #0003;
}

.quick-stack-20 {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.field-label-4 {
  font-size: 16px;
  font-weight: 600;
}

.field-label-4._4-copy {
  color: #23364f;
  letter-spacing: 0;
  margin-bottom: 2px;
  padding-top: 3px;
  font-family: Gilda Display, sans-serif;
  font-size: 14px;
}

.field-label-4._4 {
  color: #23364f;
  letter-spacing: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.field-label-4._4-copy-copy {
  color: #23364f;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 14px;
}

.div-block-5 {
  flex-direction: row;
  display: flex;
}

.ms-radio-wrap {
  padding-top: 8px;
  position: relative;
}

.ms-radio-wrap.img {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
}

.tooltip-4 {
  z-index: 10;
  background-color: #000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 110px;
  margin-bottom: 3px;
  padding: 7px 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 135% -40px;
}

.link-2 {
  color: var(--blue-gray);
  font-size: 9px;
}

.go-up-button {
  z-index: 20;
  color: #fff;
  background-color: #3b72b4;
  background-image: url('../images/flecha-correcta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

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

.heading-31 {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.heading-31.is-grid-2-title {
  color: #78708b;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: 500;
}

.paragraph-4 {
  z-index: 10;
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
}

.paragraph-4.is-uppercase-1 {
  color: #bf9a79;
  letter-spacing: .025em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: .9em;
  line-height: 1.7em;
}

.paragraph-4.is-grid-2-text {
  color: #78708b;
  font-size: 1.2em;
  font-weight: 400;
}

.paragraph-4.is-uppercase-2 {
  color: #bf9a79;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.7em;
}

.section-11 {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-5 {
  z-index: 20;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6em;
  padding-right: 6em;
  position: relative;
}

.grid-2 {
  grid-column-gap: 4em;
  grid-row-gap: 8em;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

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

.grid-2-block {
  grid-column-gap: 3.5em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 34em;
  display: flex;
}

.padding {
  z-index: 10;
  width: 100%;
  padding-top: 12em;
  padding-bottom: 12em;
  position: relative;
}

.image-overlay-color-purple {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #262140cc;
  position: absolute;
  inset: 0%;
}

.marquee-dot {
  background-color: #b39564;
  flex: none;
  width: 1em;
  height: 1em;
}

.animation-color-bg {
  z-index: 15;
  background-color: #4c2e2b;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.animation-color-bg.is-purple {
  background-color: #362f5a;
}

.marquee-block {
  grid-column-gap: 5vw;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-4-marquee {
  z-index: 20;
  opacity: .3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-12 {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.grid-4-block-4 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.marquee-text {
  color: #bf9a79;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14vw;
  font-weight: 500;
  line-height: 1.1em;
}

.grid-4 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  width: 100%;
}

.grid-4.is-min-100 {
  min-height: 100vh;
}

.grid-4-image-overlay {
  z-index: 10;
  opacity: .3;
  mix-blend-mode: multiply;
  background-color: #b39564;
  position: absolute;
  inset: 0%;
}

.image-wrap {
  z-index: 5;
  object-fit: scale-down;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.marquee-wrap {
  z-index: 10;
  color: #bf9a79;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-4-image {
  z-index: 10;
  width: 100%;
  height: 50vh;
  position: relative;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-overlay-color-brown {
  z-index: 20;
  mix-blend-mode: multiply;
  background-color: #4c2e2bcc;
  position: absolute;
  inset: 0%;
}

.grid-4-block-3 {
  grid-row-gap: 6vh;
  color: #995c56;
  text-align: center;
  background-color: #10466d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 8vw;
  display: flex;
}

.cover-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cover-image.is-parallax {
  height: 120%;
  top: auto;
  bottom: auto;
}

.eng-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: 50px 5% auto auto;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw14 {
  display: block;
}

.wg-button-2-text-lang1 {
  align-items: center;
  height: 2rem;
  display: flex;
}

.wg-button-2-text-lang2 {
  align-items: center;
  height: 34px;
  display: flex;
  position: absolute;
  top: 2rem;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-button-2 {
  background-color: var(--secondary);
  color: #000;
  letter-spacing: .1em;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: box-shadow .1s, background-color .1s, color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wg-button-2:hover {
  background-color: var(--primary);
  color: #fff;
  box-shadow: 0 5px 13px -4px #801a0052;
}

.wg-button-2-lang-wrapper {
  justify-content: center;
  display: flex;
}

.text-block-21 {
  font-size: .9rem;
  font-weight: 500;
}

.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-68 {
  text-align: center;
  line-height: 1.15em;
}

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

.f-form-parent.is--form {
  flex-direction: column;
  justify-content: center;
  width: 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: #3b6db1;
  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.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;
}

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

.starter-wrapper {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  border-top: 7px solid var(--primary);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 70%;
  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: #3b6db1;
  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 {
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.block-report {
  flex: 1;
}

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

.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(--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-22 {
  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-2 {
  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-2 {
  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-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-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(--primary);
  color: #f7f7f7;
  text-align: center;
  background-image: none;
  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;
}

.text-span-110 {
  color: #3b6db1;
}

.nav-header {
  background-color: var(--black-footer-bottom);
  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 {
  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.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-2 {
  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-3 {
  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 {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bullet-2 {
  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: 60%;
  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: 100%;
}

.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;
  letter-spacing: 0;
  text-transform: none;
  margin-left: .5rem;
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.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 {
  color: #121331;
  background-color: #3b6db1;
  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;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  font-family: Barlow, sans-serif;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

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

.image-2 {
  border-radius: 0%;
  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;
}

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

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

.wrapper {
  display: flex;
}

.sub-title-name {
  color: #667085;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.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: #3b6db1;
  border: 1px solid #eaecf0;
}

.f-checkbox-button.w--redirected-checked {
  background-color: #3b6db1;
  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-form-section-2 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.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-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;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  font-family: Gilda Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  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-2 {
  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;
}

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

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

.lega-text.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: var(--black-footer-bottom);
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.informative-block {
  background-color: #fff;
  border-top: 10px solid #3b6db1;
  border-radius: 6px;
  flex-flow: column;
  padding: 22px 15px;
  display: flex;
}

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

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

.wycena {
  color: var(--blue);
  text-align: center;
  font-size: 40px;
  line-height: 1.15em;
}

.link-3 {
  color: var(--dark-blue);
  font-size: 11px;
}

.text-legal-copy {
  color: var(--slate-grey);
  letter-spacing: 0;
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  line-height: 13px;
}

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

.body-2 {
  background-color: var(--secondary);
}

.polityka-prywatno-ci-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.polityka-prywatno-ci-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.btn-starter {
  background-color: var(--primary);
  border-radius: 5px;
  padding: 13px 15px;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .card-copy, .card-2, .card-3 {
    grid-row-gap: 100px;
    padding: 48px;
  }

  .mynumberinput-inne {
    width: 100%;
  }

  .mynumberinput, .mynumberinput-1998 {
    width: 165px;
  }

  .form-3 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .go-up-button {
    background-image: url('../images/flecha-correcta.svg');
    background-size: 19px;
  }

  .starter-wrapper {
    max-width: 75%;
  }

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

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

@media screen and (min-width: 1440px) {
  .card-copy, .card-2, .card-3 {
    grid-row-gap: 120px;
  }

  .success-message-2 {
    z-index: 200;
    background-color: #d2ffe5;
    border-style: none;
    width: 600px;
    height: 50px;
    margin-top: 25px;
    padding-top: 15px;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .div-block-49 {
    margin-top: 5px;
  }

  .next, .next-inne {
    background-color: #fcfcfc;
    border-left-width: 2px;
    border-right-width: 2px;
  }

  .heading-30 {
    color: #23364f;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
  }

  .text-field-1 {
    background-color: #fcfcfc;
    height: 50px;
  }

  .stack-pow-i-pok {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-62 {
    transform: none;
  }

  .toast-icon-b {
    justify-content: flex-start;
    padding-left: 1.2rem;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .mynumberinput-inne {
    background-color: #fcfcfc;
  }

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

  .mynumberinput {
    background-color: #fcfcfc;
  }

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

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

  .text-block-20 {
    color: #3bcf77;
    margin-left: 50px;
  }

  .div-block-44 {
    cursor: pointer;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin-top: 0;
    position: absolute;
    inset: 30% 4% auto auto;
    box-shadow: 0 2px 5px #0003;
  }

  .field-label-7 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    font-size: 17px;
    font-weight: 600;
  }

  .dzia-ka {
    margin-left: 5px;
    margin-right: 5px;
  }

  .prev {
    background-color: #fcfcfc;
  }

  .image-37 {
    width: 70px;
  }

  .ms-radio-image {
    cursor: pointer;
    background-image: url('../images/3_33.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image:hover {
    background-image: url('../images/4_34.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.w--redirected-checked {
    background-image: url('../images/4_34.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
    outline-color: #11456e;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-3 {
    background-image: url('../images/1_31.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-3:hover {
    background-image: url('../images/2_62.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.img-3.w--redirected-checked {
    background-image: url('../images/2_62.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
    outline-color: #11456e;
  }

  .ms-radio-image.img-4 {
    background-image: url('../images/7_17.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-4:hover {
    background-image: url('../images/8_18.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.img-4.w--redirected-checked {
    background-image: url('../images/8_18.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
  }

  .ms-radio-image.img-2 {
    background-image: url('../images/5_15.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .ms-radio-image.img-2:hover {
    background-image: url('../images/6_16.avif');
    background-position: 50%;
    background-size: cover;
  }

  .ms-radio-image.img-2.w--redirected-checked {
    background-image: url('../images/6_16.avif');
    background-position: 50%;
    background-size: cover;
    outline-width: 2px;
    width: 50px;
    height: 50px;
  }

  .select-wrap-copy {
    border-width: 2px;
  }

  .form-mieszkanie {
    background-color: #fff0;
    width: 100%;
    margin-right: 100px;
    font-size: 16px;
    font-weight: 500;
    position: static;
  }

  .mynumberinput-1998, .prev-inne {
    background-color: #fcfcfc;
  }

  .form-3 {
    z-index: 5;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-19 {
    text-align: center;
    padding-top: 2px;
    font-size: 8.5px;
    font-weight: 400;
  }

  .quick-stack-19 {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .select-wrap {
    border-width: 2px;
  }

  .quick-stack-20 {
    padding-bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .field-label-4._4-copy, .field-label-4._4, .field-label-4._4-copy-copy {
    margin-bottom: 9px;
  }

  .ms-radio-wrap.img {
    background-image: url('../images/3_33.avif');
  }

  .image-64 {
    transform: none;
  }

  .starter-wrapper {
    max-width: 80%;
  }

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

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

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

  .image-63 {
    width: 70px;
  }

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

  .badges-wrapper {
    width: 100%;
  }

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

@media screen and (min-width: 1920px) {
  .next {
    width: 50px;
  }

  .dzia-ka-rodzaj {
    height: 50px;
  }

  .next-inne {
    width: 50px;
  }

  .mynumberinput-inne {
    width: 100%;
    height: 50px;
  }

  .mynumberinput {
    width: 200px;
    height: 50px;
  }

  .text-block-20 {
    margin-left: 28px;
  }

  .div-block-44 {
    margin-top: 0;
    margin-left: 20px;
  }

  .prev {
    width: 50px;
    height: 50px;
  }

  .form-mieszkanie {
    margin-right: 30px;
  }

  .mynumberinput-1998 {
    width: 200px;
    height: 50px;
  }

  .prev-inne {
    width: 50px;
    height: 50px;
  }

  .form-3 {
    width: 700px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.5625rem;
  }

  .wrapper-thirds {
    min-width: 50%;
    max-width: 50%;
  }

  .row-utilities {
    width: 100%;
  }

  .row-content {
    flex-direction: column;
    justify-content: center;
  }

  .space {
    min-height: 30px;
  }

  .space.show-on-tab {
    display: flex;
  }

  .nav-menu-icon {
    color: #f8f8f8;
    font-size: 30px;
  }

  .nav-menu-button {
    z-index: 5;
    padding: 12px;
  }

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

  .list-item-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .nav-menu-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

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

  .nav-bar-container {
    align-items: center;
    display: flex;
  }

  .nav-bar-container.home-about-desktop {
    background-color: var(--dark-blue);
  }

  .nav-menu-wrapper {
    background-color: var(--dark-blue);
    padding-top: 5%;
    position: fixed;
    inset: 0%;
  }

  .nav-menu {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 4%;
    padding-left: 0;
    display: flex;
  }

  .nav-bar-wrapper {
    margin-top: 0;
    padding-right: 30px;
  }

  .nav-bar-wrapper.margin-top-30px {
    margin-top: 0;
    padding-right: 30px;
    display: flex;
  }

  .heading-large {
    margin-bottom: 2%;
    font-size: 2.1em;
  }

  .text-large {
    margin-top: 2%;
  }

  .separator {
    width: 20%;
    margin-bottom: 2%;
  }

  .spa-form-wrapper {
    width: 80%;
  }

  .space-large {
    min-height: 120px;
  }

  .wrapper-center {
    width: 90%;
  }

  .footer-bottom-text-link {
    font-size: 1rem;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-bottom-text {
    font-size: 1rem;
  }

  .footer-link {
    padding-top: 0%;
  }

  .footer-upper {
    max-width: 728px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-social-links-wrapper {
    display: flex;
  }

  .footer-flex-wrapper {
    flex-flow: column wrap;
    padding-bottom: 8%;
  }

  .footer-text-wrapper {
    max-width: 728px;
  }

  .footer-content-wrapper {
    width: 100%;
    padding-bottom: 15%;
  }

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

  .faq-content-wrapper {
    width: 90%;
  }

  .faq-dropdown-title {
    max-width: 400px;
    padding-right: 0;
  }

  .faq-row {
    width: 100%;
    max-width: 100%;
  }

  .faq-title-wrapper {
    width: 90%;
  }

  .cta-text-wrapper {
    padding-left: 60px;
    bottom: 0;
    left: 0;
  }

  .office-tabs-grid {
    flex-direction: column-reverse;
    width: 80%;
    display: flex;
  }

  .tabs-menu {
    margin-top: 15px;
  }

  .author-blog-wrapper {
    padding-left: 0;
  }

  .social-link-wrapper-small {
    margin-left: 0;
  }

  .locations-slider {
    width: 600px;
    max-width: 600px;
    height: 380px;
    max-height: 380px;
  }

  .image-locations {
    max-height: 380px;
  }

  .testimonial-client-wrapper {
    grid-column-gap: 15px;
  }

  .hero-content-wrapper {
    text-align: center;
    align-self: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .title-wrapper {
    width: 90%;
  }

  .steps-text-wrapper {
    width: 100%;
    left: auto;
  }

  .steps-text-wrapper.opposite {
    left: auto;
  }

  .features-main-wrapper {
    grid-column-gap: 60px;
  }

  .features-image-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .seperator-wrapper {
    width: 90%;
  }

  .locations-text-wrapper {
    max-width: 80%;
  }

  .footer-bottom-flex {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .locations-wrapper {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .contact-right-wrapper {
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
  }

  .contact-left-wrapper {
    max-width: 50%;
  }

  .locations-card {
    max-height: 380px;
  }

  .hide-on-tab {
    display: none;
  }

  .cart-nav-wrapper {
    align-items: center;
    display: flex;
  }

  .row-gap-on-tab {
    grid-row-gap: 60px;
    display: flex;
  }

  .show-on-tab {
    display: block;
  }

  .reverse-on-tab {
    flex-direction: column-reverse;
    display: flex;
  }

  .hero-image-slide-1 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .features-text-wrapper {
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    padding-top: 0%;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    width: 90%;
  }

  .about-us-agents-stack {
    padding-left: 0;
  }

  .hero-description {
    text-align: center;
    max-width: 500px;
    font-size: 21px;
  }

  .about-us-stack {
    padding-left: 0;
  }

  .teams-button-wrapper {
    width: 90%;
  }

  .hero-sidebar {
    display: none;
  }

  .slider {
    margin-left: 0;
  }

  .circle-left-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    left: -10px;
  }

  .circle-right-arrow {
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    right: -10px;
  }

  .nav-social-link {
    margin-left: 0;
  }

  .flex-features-image.reverse-images-on-tab {
    flex-direction: row-reverse;
  }

  .nav-dash-line {
    display: none;
  }

  .wrapper-quarter {
    max-width: 50%;
  }

  .numbers-card {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .count-flex-block {
    align-self: flex-start;
    padding-top: 0;
  }

  .numbers-row-count {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-background-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .features-card-wrapper {
    max-width: 100%;
  }

  .logo-text {
    font-size: 20px;
  }

  .hero-image-slide-2 {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-arrows {
    max-height: 15px;
  }

  .image-steps-wrapper {
    min-width: 480px;
    max-width: 480px;
  }

  .values-image-photo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .values-image-photo-wrapper {
    margin-bottom: 0;
  }

  .values-image-and-image-overlay-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .values-text-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .values-stack {
    padding-left: 0;
  }

  .office-left-arrow {
    left: -60px;
  }

  .office-right-arrow {
    right: -60px;
  }

  .office-row {
    flex-direction: column;
    justify-content: center;
  }

  .about-hero-wrapper {
    margin-left: 0;
  }

  .about-content-wrapper {
    z-index: 5;
    align-self: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .about-image {
    min-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-sidebar {
    display: none;
  }

  .logo-wrapper-alt {
    background-color: #0000;
    top: 21px;
  }

  .logo-wrapper-alt.hide-on-home-about-desktop, .logo-wrapper-alt.hide-on-home-about-desktop.w--current {
    display: flex;
  }

  .nav-space {
    min-height: 150px;
  }

  .cta-wrapper {
    grid-column-gap: 15px;
  }

  .agents-row {
    grid-row-gap: 128px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .preloader-wrapper {
    display: none;
  }

  .about-row-content {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    background-color: #fff0;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }

  .section-heading {
    max-width: none;
  }

  .container-3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-paragraph {
    max-width: none;
  }

  .why-choose-us-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .mask {
    max-width: 370px;
  }

  .testimonial-card {
    max-width: 340px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation.right-side {
    right: 30px;
  }

  .testimonial-slider {
    width: 100%;
  }

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

  .image-column {
    width: 100%;
    min-height: 70vh;
  }

  .sticky-grid-pricing, .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .placeholder-spacer {
    height: 100%;
  }

  .card-copy {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card-copy.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }

  .stacked-heading {
    grid-row-gap: 28px;
  }

  .card-2 {
    grid-row-gap: 60px;
    min-height: 225px;
  }

  .card-2.top-border---tablet {
    border-top-style: solid;
    border-top-color: #eef0f6;
  }

  .card-3 {
    grid-row-gap: 60px;
    min-height: 225px;
  }

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

  .card-wrapper-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1px 1fr;
  }

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

  .success-message-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-lokal {
    width: 500px;
    font-size: 18px;
  }

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

  .toast-icon-b {
    width: 3rem;
    height: 3rem;
  }

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

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

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

  .text-block-20 {
    padding-left: 10px;
    font-size: 14px;
  }

  .div-block-44 {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }

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

  .form-mieszkanie {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .form-3 {
    width: 550px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block-19 {
    font-size: 8.5px;
  }

  .heading-31 {
    font-size: 4em;
  }

  .paragraph-4.is-uppercase-1 {
    font-size: 1.3em;
  }

  .paragraph-4.is-uppercase-2 {
    font-size: 1.1em;
  }

  .container-5 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .grid-2 {
    grid-column-gap: 4em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr 1fr;
  }

  .padding {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .marquee-text {
    font-size: 20vw;
  }

  .grid-4.is-min-100 {
    min-height: auto;
  }

  .grid-4-image {
    height: 30em;
  }

  .grid-4-block-3 {
    grid-row-gap: 5em;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .eng-btn {
    inset: auto 0% 0% auto;
  }

  .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%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .right-block {
    width: 100%;
  }

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

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

  .success-wrapper {
    width: 80%;
  }

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

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

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

  .div-block-38-copy-3 {
    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-input {
    width: 280px;
  }

  .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-32 {
    margin-left: -5px;
    font-size: 15px;
    transform: scale(.9);
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  .space.hide-on-mobile {
    display: none;
  }

  .nav-menu-icon {
    font-size: 28px;
  }

  .list-item-wrapper {
    padding-top: 0%;
    padding-bottom: 0%;
  }

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

  .nav-menu-wrapper {
    padding-top: 2%;
  }

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

  .heading-large {
    white-space: normal;
    font-size: 2em;
  }

  .text-large {
    margin-bottom: 0;
  }

  .separator {
    width: 45%;
  }

  .spa-form-wrapper {
    width: 90%;
  }

  .footer-bottom-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-social-links-wrapper {
    margin-top: 10px;
  }

  .footer-links-text {
    flex-wrap: wrap;
  }

  .footer-logo-link {
    padding-top: 0%;
  }

  .faq-dropdown-title {
    max-width: 275px;
  }

  .cta-text-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .office-tabs-grid {
    width: 100%;
  }

  .locations-right-arrow {
    right: 86%;
  }

  .locations-slider {
    width: 520px;
    max-width: 520px;
    height: 330px;
    max-height: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-locations {
    max-height: 330px;
  }

  .hero-content-wrapper {
    text-align: center;
    align-items: center;
    max-width: 85%;
    top: -30px;
  }

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

  .steps-text-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .steps-text-wrapper.opposite {
    flex-direction: column;
  }

  .features-image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .seperator-wrapper, .realtors-wrapper {
    width: 100%;
  }

  .footer-bottom-flex {
    justify-items: start;
  }

  .locations-wrapper {
    width: 100%;
  }

  .locations-nav {
    z-index: 99;
    width: 100%;
    height: 100px;
    inset: auto auto 0% 0%;
  }

  .contact-left-wrapper {
    max-width: 100%;
  }

  .locations-card {
    max-height: 330px;
  }

  .cart-nav-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .centered-on-mobile {
    text-align: center;
  }

  .button.align-left {
    align-self: center;
  }

  .circle-left-arrow, .circle-right-arrow {
    display: none;
  }

  .numbers-card-body {
    margin-left: auto;
  }

  .wrapper-quarter {
    width: 100%;
    max-width: 100%;
  }

  .numbers-row-count {
    flex-direction: column;
    width: 100%;
  }

  .video-background-wrapper, .background-video {
    min-height: 70vh;
    max-height: 70vh;
  }

  .image-steps-wrapper {
    min-width: 300px;
    max-width: 300px;
  }

  .locations-title-wrapper {
    padding-left: 45px;
  }

  .values-image-photo-wrapper {
    max-width: 100%;
    height: 450px;
    min-height: 450px;
  }

  .values-image-and-image-overlay-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .values-stack {
    grid-row-gap: 30px;
    text-align: center;
  }

  .office-left-arrow {
    display: none;
  }

  .office-slide, .office-slider {
    min-width: 480px;
    max-width: 480px;
  }

  .office-right-arrow {
    display: none;
  }

  .office-row {
    width: 100%;
  }

  .office-card-wrapper {
    min-width: 480px;
    max-width: 480px;
  }

  .office-nav {
    display: block;
    top: 550px;
  }

  .about-content-wrapper {
    text-align: center;
    align-items: center;
    max-width: 85%;
    top: -30px;
  }

  .about-image {
    background-position: 100%, 50%;
    background-size: cover, cover;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
  }

  .values-cell {
    align-items: center;
  }

  .about-row-content {
    width: 100%;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

  .swiper-slide {
    width: 50%;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 0;
    padding-bottom: 2rem;
  }

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

  .button_call-2 {
    background-color: var(--primary);
    width: 45px;
    height: 45px;
  }

  .icon-embed-small {
    width: 25px;
    height: 25px;
  }

  .section-heading {
    font-size: 32px;
    line-height: 48px;
  }

  .container-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .card {
    padding: 20px;
  }

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

  .mask {
    max-width: none;
    overflow: hidden;
  }

  .testimonial-card {
    max-width: none;
  }

  .navigation.right-side {
    right: 0;
  }

  .testimonial-slider {
    display: flex;
  }

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

  .image-column {
    width: 100%;
  }

  .sticky-grid-pricing {
    background-color: #edf1fd;
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell, .table-cell.featured {
    width: 49%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-chart-grid {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .placeholder-spacer {
    display: none;
  }

  .table-cell-title {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
  }

  .table-cell-title.hide {
    justify-content: center;
    align-items: center;
  }

  .stacked-content {
    flex-direction: column;
    display: flex;
  }

  .stacked-heading {
    grid-row-gap: 24px;
  }

  .card-wrapper-2 {
    grid-template-columns: 1fr;
  }

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

  .dual-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .success-message-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transform: scale(.7);
  }

  .submit-button-lokal {
    width: auto;
  }

  .toast-icon-b {
    width: 3rem;
    height: 3rem;
  }

  .mynumberinput-inne, .mynumberinput {
    width: auto;
  }

  .text-block-20 {
    padding-left: 10px;
    font-size: 12px;
  }

  .input-field-wrap {
    display: flex;
  }

  .div-block-44 {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }

  .cell-14 {
    display: flex;
  }

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

  .form-mieszkanie {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 100px;
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
    transform: translate(0);
  }

  .flex-block-13 {
    flex-direction: row;
    display: flex;
  }

  .mynumberinput-1998 {
    width: auto;
  }

  .form-3 {
    object-fit: fill;
    width: 100%;
    margin-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .text-block-19 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .select-wrap.inny {
    display: flex;
  }

  .field-label-4._4 {
    padding-right: 50px;
  }

  .heading-31 {
    font-size: 3.5em;
  }

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

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .grid-4-image {
    height: 25em;
  }

  .wg-flag-ico {
    width: 100%;
    height: 100%;
  }

  .wg-flag {
    width: 15px;
    height: 11px;
    margin-right: 5px;
  }

  .wg-button-2 {
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .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%;
    max-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-2 {
    height: auto;
  }

  .success-wrapper {
    width: 100%;
  }

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

  .gpa-input {
    width: 280px;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  h5 {
    font-size: 18px;
  }

  .section {
    overflow: hidden;
  }

  .section.show {
    overflow: visible;
  }

  .wrapper-thirds {
    min-width: 80%;
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .row-utilities {
    align-items: center;
  }

  .card-wrapper.padding-left-15px {
    padding-left: 0;
  }

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

  .nav-menu-icon {
    font-size: 30px;
  }

  .nav-menu-button {
    margin-right: 15px;
  }

  .list-item-wrapper {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .nav-menu-link.drop.w--current {
    font-size: 13px;
  }

  .nav-menu-link.small {
    font-size: 14px;
  }

  .nav-bar-container {
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-bar-container.home-about-desktop {
    padding-right: 0;
  }

  .nav-menu-wrapper {
    padding-top: 15%;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 15%;
    position: relative;
  }

  .nav-bar-wrapper, .nav-bar-wrapper.margin-top-30px {
    padding-right: 0;
  }

  .contact-form-wrapper {
    overflow: hidden;
  }

  .heading-large {
    white-space: normal;
    width: 80%;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.7em;
  }

  .text-large.padding-bottom-md {
    width: 60%;
  }

  .separator {
    width: 60%;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .spa-form-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .space-large {
    min-height: 90px;
  }

  .main-wrapper {
    width: 100%;
  }

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

  .footer-bottom-text-link {
    text-align: center;
  }

  .footer-bottom-text {
    white-space: normal;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .footer-link {
    text-align: center;
    font-size: 1em;
  }

  .footer-links-title {
    text-align: center;
    font-size: 1.2rem;
  }

  .footer-upper {
    max-width: none;
  }

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

  .footer-social-links-wrapper {
    justify-content: space-between;
  }

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

  .footer-links-text {
    text-align: center;
    place-content: flex-start space-around;
    align-items: center;
    margin-top: 100px;
  }

  .footer-text-wrapper {
    max-width: none;
  }

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

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

  .footer-logo-link {
    justify-content: center;
    display: flex;
  }

  .footer-logo-link.w--current {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-mobile {
    font-size: 2.2rem;
  }

  .wrapper-full-1140px {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text-field {
    margin-bottom: 10px;
  }

  .space-mid {
    min-height: 60px;
  }

  .flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .flex.align-center-justify-center {
    grid-row-gap: 3px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .flex.align-center-justify-center.gap-15px {
    flex-flow: row;
  }

  .faq-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .faq-dropdown-title {
    max-width: 200px;
  }

  .faq-row {
    width: 90%;
    max-width: 90%;
  }

  .dropdown-toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .faq-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text-wrapper, .testimonials-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-tab {
    flex-direction: column;
  }

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

  .locations-left-arrow, .locations-right-arrow {
    display: none;
  }

  .locations-slider {
    width: 100%;
    max-width: 100%;
    height: 620px;
    max-height: 620px;
  }

  .image-locations {
    width: 90%;
  }

  .locations-title {
    align-self: center;
  }

  .testimonial-client-wrapper {
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .testimonial-info-wrapper {
    margin-left: 0;
  }

  .hero-content-wrapper {
    align-items: center;
    max-width: 100%;
    margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .steps-real-estate-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .features-image-1 {
    object-position: 0% 50%;
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

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

  .line-separator {
    min-width: 200px;
    max-width: 200px;
    display: none;
  }

  .flex-footer {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .teams-image-wrapper {
    min-height: 290px;
    max-height: 290px;
    left: auto;
  }

  .teams-card {
    right: 0;
  }

  .teams-text-wrapper {
    text-align: center;
    align-items: center;
    min-height: 75px;
    max-height: 230px;
    padding-left: 0;
    position: static;
    top: 30px;
  }

  .realtors-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .locations-text-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-bottom-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hero-main-wrapper {
    min-height: 110vh;
  }

  .locations-nav {
    display: block;
    position: relative;
    top: 15px;
    bottom: auto;
    left: auto;
  }

  .testimonial-icon.invert {
    display: none;
  }

  .testimonial-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-image-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

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

  .contact-wrapper {
    min-height: auto;
    max-height: none;
    margin-top: 50px;
    padding-left: 0;
  }

  .cta-large-card {
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-right-wrapper {
    min-height: auto;
    max-height: none;
    margin-top: 0;
    padding: 60px 30px 30px;
  }

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

  .agent-socials-wrapper {
    grid-column-gap: 32px;
    flex-direction: row;
    margin-top: 7.5px;
    position: static;
    top: 340px;
  }

  .locations-card {
    flex-direction: column;
    max-height: 620px;
  }

  ._404-title {
    font-size: 8rem;
  }

  .stars-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template: "."
    / 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .reach-out-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .button._100 {
    width: 250px;
  }

  .tab-panel {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-image-slide-1 {
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .features-text-wrapper.align-right {
    align-items: center;
  }

  .footer-text {
    text-align: center;
    font-size: 1em;
  }

  .footer-text-flex {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .utilities-title-wrapper, .utilities-rtb-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-agents-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .centered-on-mobile-small {
    text-align: center;
  }

  .about-us-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .teams-button-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-features-image {
    grid-column-gap: 10px;
    flex-flow: row;
  }

  .features-image-2 {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .features-image-wrapper-2 {
    min-width: 260px;
    max-width: 260px;
  }

  .video-background-wrapper {
    min-height: 80vh;
    max-height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video {
    min-height: 80vh;
    max-height: 80vh;
  }

  .features-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-feature-wrapper {
    display: none;
  }

  .logo-image.half-size {
    max-width: 30px;
    max-height: 30px;
  }

  .logo-text {
    font-size: 16px;
    font-weight: 400;
  }

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

  .hero-image-slide-2 {
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .locations-amount {
    align-self: flex-start;
  }

  .locations-title-wrapper {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
  }

  .subheading-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .agent-name {
    font-size: 18px;
  }

  .values-image-photo {
    min-width: 260px;
    max-width: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .values-image-photo-wrapper {
    height: 260px;
    min-height: 260px;
  }

  .values-image-and-image-overlay-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .values-text-wrapper {
    align-items: center;
  }

  .values-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .office-slide {
    min-width: 100%;
    max-width: 100%;
  }

  .office-slider {
    min-width: 240px;
    max-width: 240px;
    min-height: 400px;
    max-height: 400px;
  }

  .office-card-wrapper {
    align-items: flex-start;
    min-width: 240px;
    max-width: 300px;
    min-height: 240px;
    max-height: 240px;
  }

  .office-nav {
    top: 340px;
  }

  .about-content-wrapper {
    align-items: center;
    max-width: 100%;
    margin-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-image {
    background-position: 100%, 50%;
    background-size: cover, auto 35%;
    min-height: 110vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-sidebar {
    background-image: linear-gradient(180deg, var(--blue) 40%, var(--dark-blue) 90%);
  }

  .logo-wrapper-alt {
    top: 26px;
    left: 10%;
  }

  .cta-wrapper {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .office-text-wrapper {
    max-width: 100%;
    top: 0;
  }

  .testimonial-flex {
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding-bottom: 10px;
  }

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

  .agents-row {
    grid-row-gap: 64px;
  }

  .preloader-logo-text {
    font-size: 16px;
    font-weight: 400;
  }

  .preloader-logo-text-small {
    font-size: 11px;
  }

  .about-title-wrapper {
    text-align: center;
    padding-left: 0;
  }

  .about-agents-title-wrapper {
    text-align: center;
  }

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

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle-2.left {
    width: 100px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .section-spacing.project {
    padding-top: 0;
  }

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

  .icon-embed-small:hover {
    color: #e5e5e7;
  }

  .heading {
    font-size: 40px;
  }

  .up-heading {
    margin-bottom: 10px;
  }

  .overaly-dark {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .div-block.left {
    flex-flow: row;
  }

  .container-3 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3.gap-60px {
    padding-left: 5px;
    padding-right: 5px;
  }

  .card {
    border-style: solid;
  }

  .why-choose-us-grid {
    grid-template-columns: 1fr;
  }

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

  .navigation.left-side {
    color: var(--primary);
    background-color: #dfb18700;
    width: 60px;
    left: -15px;
  }

  .navigation.right-side {
    background-color: #dfb18700;
    right: -15px;
  }

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

  .section-3.testimonials {
    padding-bottom: 0;
  }

  .image-column {
    order: -1;
    width: 100%;
    min-height: 350px;
    margin-top: 20px;
    margin-left: 4%;
    display: block;
  }

  .button-icon-3, .button-icon-4 {
    color: var(--primary);
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 1.6em;
  }

  .sticky-grid-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .table-cell {
    width: 49%;
  }

  .table-cell.featured {
    width: 50%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-sticky-bg-wrap {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .h2 {
    font-size: 30px;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.end {
    padding-right: 15px;
  }

  .outer-chart-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .table-cell-title {
    text-align: center;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-cell-title.hide {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .blurb-txt {
    font-size: 13px;
    display: block;
  }

  .blurb-txt.text-color {
    font-size: 19px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .card-copy.top-border---tablet._2 {
    height: 450px;
    overflow: hidden;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .card-2.top-border---tablet._1 {
    place-items: center;
    min-height: 450px;
    overflow: hidden;
  }

  .card-2.top-border---tablet._3 {
    height: 450px;
    overflow: hidden;
  }

  .card-3.left-end {
    object-fit: fill;
    place-items: center;
    height: 450px;
    overflow: hidden;
  }

  .section-box {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 36px;
  }

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

  .success-message-2 {
    width: 100%;
    padding: 100px 0;
    position: static;
    transform: none;
  }

  .div-block-49 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .next {
    width: 80px;
  }

  .dzia-ka-rodzaj {
    width: 100%;
    margin-left: 0;
    box-shadow: 0 1px 20px -11px #0003;
  }

  .next-inne {
    width: 80px;
  }

  .submit-button-lokal {
    width: 310px;
    margin-top: 20px;
    font-size: 15px;
  }

  .heading-30 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 16.5px;
    line-height: 30px;
    display: block;
  }

  .text-field-1 {
    box-shadow: 0 1px 20px -11px #0003;
  }

  .stack-pow-i-pok {
    grid-row-gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-62 {
    margin-left: -7px;
    transform: scale(.7);
  }

  .toast-icon-b {
    width: 3rem;
    height: 3rem;
  }

  .mynumberinput-inne {
    width: 100%;
    height: 45px;
  }

  .text-block-15 {
    margin-left: -10px;
    transform: scale(.8);
  }

  .mynumberinput {
    width: 100%;
    height: 45px;
  }

  .text-block-12-copy {
    color: #3568ff;
    font-size: 10px;
  }

  .checkbox-field-2 {
    padding-left: 10%;
  }

  .div-block-38-copy-2 {
    justify-content: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-20 {
    padding-left: 10px;
    font-size: 11px;
  }

  .div-block-44 {
    width: 30px;
    height: 30px;
    margin-left: 20px;
  }

  .dzia-ka {
    grid-row-gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .prev {
    width: 80px;
  }

  .cell-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.75fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .image-37 {
    margin-left: -10px;
    transform: scale(.7);
  }

  .ms-radio-image {
    width: 50px;
    height: 50px;
  }

  .ms-radio-image.w--redirected-checked {
    outline-offset: 0px;
    border-width: 2px;
    border-color: #11456e;
    outline: 2px #e50171;
  }

  .ms-radio-image.img-3.w--redirected-checked {
    outline-offset: 0px;
    border-width: 2px;
    border-color: #11456e;
    outline: 2px #11456e;
  }

  .ms-radio-image.img-4.w--redirected-checked, .ms-radio-image.img-2.w--redirected-checked {
    outline-offset: 0px;
    border-width: 2px;
    border-color: #11456e;
    outline: 2px #e50171;
  }

  .select-wrap-copy {
    width: auto;
    margin-left: 20px;
    overflow: visible;
  }

  .form-mieszkanie {
    transform: scale3d(1none, 1none, 1none);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: -11px;
    margin-right: -11px;
    display: flex;
  }

  .flex-block-13 {
    padding-top: 10px;
    display: flex;
  }

  .mynumberinput-1998 {
    width: 100%;
    height: 45px;
  }

  .prev-inne {
    width: 80px;
  }

  .form-3 {
    z-index: 100;
    object-fit: fill;
    background-color: #fff;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
    transform: scale(1);
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-19 {
    margin-top: 5px;
    margin-bottom: 60px;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 8px;
    line-height: 15px;
  }

  .quick-stack-19 {
    margin: 5px 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .select-wrap {
    width: auto;
    margin-left: 20px;
    overflow: visible;
  }

  .flex-block-14 {
    padding-top: 10px;
  }

  .quick-stack-20 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-4 {
    margin-bottom: 10px;
  }

  .field-label-4._4-copy {
    font-size: 12px;
  }

  .field-label-4._4 {
    padding-right: 0;
    font-size: 12px;
  }

  .field-label-4._4-copy-copy {
    font-size: 12px;
  }

  .heading-31 {
    font-size: 3em;
  }

  .heading-31.is-grid-2-title {
    font-size: 1.8em;
  }

  .paragraph-4.is-uppercase-1 {
    font-size: 1em;
  }

  .paragraph-4.is-grid-2-text {
    font-size: 1.1em;
  }

  .paragraph-4.is-uppercase-2 {
    font-size: .9em;
  }

  .container-5 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .marquee-block {
    grid-column-gap: 10vw;
  }

  .marquee-text {
    font-size: 30vw;
  }

  .grid-4-image {
    height: 20em;
  }

  .grid-4-block-3 {
    grid-row-gap: 3em;
    padding: 6em 4vw;
  }

  .eng-btn {
    width: auto;
  }

  .wg-button-2-text-lang1.front-link {
    height: 1rem;
  }

  .wg-flag-ico {
    display: block;
    overflow: clip;
  }

  .wg-flag {
    display: block;
  }

  .wg-button-2 {
    min-width: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-21 {
    font-size: .7rem;
  }

  .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-68 {
    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%;
    max-width: none;
    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-2 {
    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 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .success-wrapper.success {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 97%;
    padding: 1rem .5rem 2rem;
  }

  .text-block-12-copy-2 {
    color: #3568ff;
    font-size: 11px;
    line-height: 25px;
  }

  .div-block-38-copy-3 {
    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-32 {
    margin-left: -10px;
    font-size: 16px;
    line-height: 25px;
    transform: scale(.8);
  }

  .wycena {
    font-size: 29px;
    line-height: 40px;
  }

  .nav-header-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-27.qiz {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

#w-node-_82a5fce7-5cda-2ab8-d3ab-c444d62804ba-54facffb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_82a5fce7-5cda-2ab8-d3ab-c444d62804ca-54facffb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b283942d-1452-322e-47dd-3c76192b319e-a690d940 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bc7f560-9300-1449-dba7-0c1a93d631c4-54fad006 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5bc7f560-9300-1449-dba7-0c1a93d631c5-54fad006, #w-node-_5bc7f560-9300-1449-dba7-0c1a93d631ca-54fad006, #w-node-_5bc7f560-9300-1449-dba7-0c1a93d631cf-54fad006, #w-node-_5bc7f560-9300-1449-dba7-0c1a93d631d4-54fad006 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb12898f-746e-e6aa-bd03-f88881aa3ad6-54fad006 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb12898f-746e-e6aa-bd03-f88881aa3ad7-54fad006, #w-node-cb12898f-746e-e6aa-bd03-f88881aa3ade-54fad006 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67cc-54fad006 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67cd-54fad006, #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67d2-54fad006, #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67d7-54fad006, #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67dc-54fad006 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_100db075-023a-5a42-fd20-4f03654d6684-54fad00b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_100db075-023a-5a42-fd20-4f03654d669a-54fad00b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7914f22e-2bb6-0b6f-d77e-5d62a07c644d-8c510c54, #w-node-_7914f22e-2bb6-0b6f-d77e-5d62a07c6454-8c510c54, #w-node-_7914f22e-2bb6-0b6f-d77e-5d62a07c645b-8c510c54, #w-node-_7914f22e-2bb6-0b6f-d77e-5d62a07c6462-8c510c54, #w-node-_7914f22e-2bb6-0b6f-d77e-5d62a07c6469-8c510c54, #w-node-_7914f22e-2bb6-0b6f-d77e-5d62a07c6470-8c510c54, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad2a-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad33-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad34-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad38-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad3c-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad40-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad43-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad45-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad48-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad4b-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad4d-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad50-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad53-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad55-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad58-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad5b-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad5c-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad5f-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad62-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad63-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad66-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad69-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad6b-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad6e-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad71-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad72-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad75-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad78-012d5dc5, #w-node-_27a614d9-f3f0-94fb-ecf8-42eeae32ad79-012d5dc5, #w-node-a262cdb3-1249-3795-f09d-5c08369148de-012d5dc5, #w-node-a262cdb3-1249-3795-f09d-5c08369148e1-012d5dc5, #w-node-a262cdb3-1249-3795-f09d-5c08369148e2-012d5dc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab98e8-012d5dc5 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab98e9-012d5dc5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab98ee-012d5dc5 {
  place-self: center stretch;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab98f0-012d5dc5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab98f3-012d5dc5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab98f7-012d5dc5 {
  justify-self: start;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab9907-012d5dc5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab9909-012d5dc5, #w-node-e746f214-40e9-7c27-193c-af43f5ab9919-012d5dc5 {
  justify-self: start;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab9929-012d5dc5 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab992b-012d5dc5 {
  justify-self: start;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab992d-012d5dc5 {
  align-self: end;
}

#w-node-e746f214-40e9-7c27-193c-af43f5ab993a-012d5dc5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc206f-da24e099 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2076-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc207d-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2084-da24e099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc208b-da24e099 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc208c-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc208e-da24e099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2090-da24e099 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2091-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20a2-da24e099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20b0-da24e099 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20b1-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20c2-da24e099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20cc-da24e099 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20e8-da24e099 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20e9-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20f9-da24e099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2109-da24e099 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc210a-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2119-da24e099, #w-node-_594eb157-09d9-3576-794d-ebec4d6a0518-da24e099, #w-node-_594eb157-09d9-3576-794d-ebec4d6a0530-da24e099, #w-node-e778c25e-5df4-afef-d5e0-e0ea61a53566-da24e099, #w-node-e778c25e-5df4-afef-d5e0-e0ea61a53570-da24e099, #w-node-e778c25e-5df4-afef-d5e0-e0ea61a5357a-da24e099, #w-node-e778c25e-5df4-afef-d5e0-e0ea61a53584-da24e099, #w-node-e778c25e-5df4-afef-d5e0-e0ea61a5358e-da24e099, #w-node-e778c25e-5df4-afef-d5e0-e0ea61a53598-da24e099 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4501698a-2b93-2d9a-572a-725f98dbda54-62684f6e {
  justify-self: end;
}

#w-node-_4501698a-2b93-2d9a-572a-725f98dbdaad-62684f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4501698a-2b93-2d9a-572a-725f98dbdaf9-62684f6e {
  justify-self: end;
}

#w-node-_4501698a-2b93-2d9a-572a-725f98dbdb52-62684f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4501698a-2b93-2d9a-572a-725f98dbdbac-62684f6e {
  justify-self: end;
}

#w-node-_4501698a-2b93-2d9a-572a-725f98dbdc05-62684f6e, #w-node-_4501698a-2b93-2d9a-572a-725f98dbdc3b-62684f6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e746f214-40e9-7c27-193c-af43f5ab9907-012d5dc5, #w-node-e746f214-40e9-7c27-193c-af43f5ab9929-012d5dc5, #w-node-e746f214-40e9-7c27-193c-af43f5ab993a-012d5dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67cc-54fad006 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67cd-54fad006, #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67d2-54fad006, #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67d7-54fad006, #w-node-_800ffeff-70a1-43d3-e6d7-9f0532fb67dc-54fad006 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2090-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20b0-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20e8-da24e099 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc208b-da24e099 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2090-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20b0-da24e099, #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc20e8-da24e099 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd2ccf4a-2efb-7ea0-5930-e2ffa8bc2109-da24e099 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4501698a-2b93-2d9a-572a-725f98dbda54-62684f6e, #w-node-_4501698a-2b93-2d9a-572a-725f98dbdaf9-62684f6e, #w-node-_4501698a-2b93-2d9a-572a-725f98dbdbac-62684f6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


