:root {
  --kolor-pomocniczy: #56bcf6;
  --untitled-ui-gray400: #f7f7f7;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray600: #475467;
  --untitled-ui-success700: #027a48;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-success50: #ecfdf3;
  --kolor-główny: #e50071;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-gray100: #f2f4f7;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  letter-spacing: -.03em;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--kolor-pomocniczy);
  text-decoration: underline;
}

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

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

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

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

.f-steps-wrap.right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--kolor-pomocniczy);
  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.right._40 {
  width: 80%;
}

.f-steps-wrap.right.small {
  padding-top: 1rem;
}

.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-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.f-form-steps-wrap.is---2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.f-success-message {
  z-index: 1;
  color: #fff;
  background-color: #f3f7fa;
  width: 100%;
  height: 100vh;
  position: relative;
}

.f-progress-bar-contain {
  z-index: 99;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 10px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.f-form-button-contain {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fafafa00;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1.2rem 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.f-form-button-contain._1 {
  flex-direction: row;
  justify-content: center;
  bottom: 3%;
}

.f-steps-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  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;
}

.f-steps-form-wrapper.success {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
}

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

.f-form-radio-card-contain {
  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.vertical {
  flex-flow: column;
  width: 80%;
}

.f-steps-subtext-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6941c6;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  display: flex;
}

.f-steps-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  max-width: 90ch;
  display: flex;
}

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

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

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

.main-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.main-container.footer {
  flex-flow: wrap;
}

.expandable-single {
  background-color: var(--kolor-pomocniczy);
  cursor: pointer;
  border-radius: 18px;
  padding: 22px 24px 24px 32px;
}

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

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

.footer-title {
  color: var(--untitled-ui-gray400);
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 10px;
  font-family: Mont;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.footer-text {
  color: var(--untitled-ui-gray400);
  text-align: left;
  font-family: Mont;
  font-size: 14px;
  line-height: 22px;
}

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

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

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.footer-link-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 734px;
  display: flex;
}

.legal-link {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

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

.footer-main {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 386px;
  display: flex;
}

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

.footer-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.text-block-3 {
  color: var(--untitled-ui-gray400);
  text-align: center;
  margin-top: 10px;
  font-family: Mont;
  font-size: 12px;
  font-weight: 400;
}

.text-block-3.second {
  margin-top: 20px;
}

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

.link-2 {
  color: var(--untitled-ui-gray400);
  font-family: Mont;
  text-decoration: none;
}

.link-2.phone {
  font-size: 15px;
}

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

.swiper-slide._1 {
  min-width: 400px;
  min-height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.sub-title-name {
  color: var(--untitled-ui-gray500);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

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

.blue-2 {
  background-color: #1a1a40;
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 25px;
}

.div-put-3 {
  background-color: #1f0a5c;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 524px;
  height: 640px;
  padding: 24px 15px;
  display: flex;
  position: relative;
}

.f-form-btn-2 {
  color: #fff;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #0f1841;
  border: 1px #e7e7e7;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 19px;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
}

.f-form-btn-2:hover {
  color: var(--kolor-pomocniczy);
  background-color: #f7f7f7;
  font-weight: 700;
  transform: scale(1.05);
}

.ms-radio-card-2 {
  background-color: var(--kolor-pomocniczy);
  color: #121331;
  border: 1px solid #0d117c14;
  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-2.long {
  max-width: none;
}

.f-paragraph-2 {
  opacity: .9;
  color: #3d3d3d;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.f-paragraph-2.left {
  text-align: left;
}

.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-family: Mont;
  font-size: .875rem;
  font-weight: 700;
}

.f-form-button-2.back {
  color: #f7f7f7;
  background-color: #6941c617;
  border-color: #3620f714;
  font-weight: 400;
}

.f-form-button-2.next {
  color: #f7f7f7;
  text-align: center;
  background-color: #0f1841;
  border-color: #3620f714;
  width: 200px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.f-form-button-2.back {
  color: #f7f7f7;
  background-color: #a6acbb;
  border-color: #3620f714;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

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

.f-progress-bar-2 {
  background-color: #d0d5dd;
  flex: 1;
  height: 100%;
}

.f-progress-bar-2.current {
  background-image: linear-gradient(180deg, var(--kolor-pomocniczy), #5a9cc2);
}

.icon-embed-xxsmall-3 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-block-26 {
  color: #141414;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-28 {
  color: #667085;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.f-tagtxt-2 {
  color: #0f1841;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  background-color: #00d0ff4d;
  border: 1px #e7e7e7;
  border-radius: 5px;
  padding: 6px 10px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 200%;
}

.heading-header-2 {
  color: #4b4b4b;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 48px;
}

.body-copy {
  color: #000;
  background-color: #f3f7fa;
  font-family: Inter;
}

.heading-61 {
  text-align: center;
  margin-bottom: 25px;
  font-family: Mont;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.footer-quiz {
  background-color: #1f1f1f;
  width: 100%;
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.div-block-74 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.swiper-button-prev-2 {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #1f0a5c;
  border-radius: 10px;
  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-2:hover {
  background-color: #e50071;
}

.swiper-button-prev-2:focus-visible {
  background-color: #e50071;
}

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

.swiper-button-prev-2._2:hover {
  background-color: #1f0a5c;
}

.swiper-button-next-2 {
  z-index: 1;
  color: #0b0c0b;
  cursor: pointer;
  background-color: #1f0a5c;
  border-radius: 10px;
  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-2:hover {
  background-color: #e50071;
}

.swiper-button-next-2:focus-visible {
  background-color: #e50071;
}

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

.swiper-button-next-2._2:hover {
  background-color: #1f0a5c;
}

.video-embed {
  width: 100%;
}

.youtube-css {
  height: 0;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.video-title {
  color: var(--untitled-ui-gray400);
  margin-top: 20px;
  font-family: Mont;
}

.video-section-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.legal-link-2 {
  color: #0f1841;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}

.dropdown-toggle-language {
  grid-column-gap: 6px;
  background-color: #f3f7fa;
  border: 1px solid #1b1b1b26;
  border-radius: 6px;
  align-items: center;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.footer-link-2 {
  color: #1b1b1b;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.dropdown-list-language.w--open {
  background-color: #f3f7fa;
  border: 1px solid #1b1b1b26;
  border-radius: 8px;
  margin-top: 8px;
}

.footer-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

.dropdown-link-language {
  color: #0f1841;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
}

.footer-title-2 {
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.footer-text-2 {
  color: var(--untitled-ui-gray600);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.icon-dropdown-language {
  width: 14px;
  height: 14px;
}

.footer-column-2 {
  width: 100%;
  max-width: 50%;
}

.footer-link-wrap-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 734px;
  display: flex;
}

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

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

.section-26.footer {
  background-color: #e6eff7;
}

.section-26.footer.succes {
  margin-top: 100px;
}

.header-2.white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.header-2.white.small {
  font-size: 1rem;
}

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

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

.blur-reults {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(360deg, #242424, #46464691 28%, #a7a7a73b 50%, #fff0);
  background-clip: content-box;
  width: 100%;
  height: 85%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

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

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

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

.gpa-form {
  width: 60%;
}

.gpa-input {
  width: 100%;
  height: 45px;
  margin-bottom: 1rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

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

.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;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  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;
}

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

.f-checkbox-button-field {
  background-color: var(--kolor-pomocniczy);
  text-align: center;
  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;
}

.f-checkbox-button {
  cursor: pointer;
  border-color: #0f1162;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-checkbox-button:hover {
  background-color: #0205180d;
}

.f-checkbox-button.w--redirected-checked {
  background-color: var(--untitled-ui-success700);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .0625rem solid #0000;
  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;
}

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

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

.field {
  width: 150px;
  height: 45px;
  font-family: Poppins, sans-serif;
}

.field._100 {
  width: 100%;
}

.succes-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  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;
}

.right-block {
  border-radius: 8px;
  width: 50%;
  box-shadow: 0 2px 5px #64646433;
}

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

.real-estate-values-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.realestate-value {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.realestate-value._1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-right: 0px solid var(--untitled-ui-gray500);
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.realestate-value._3 {
  border-left: 0px solid var(--untitled-ui-gray500);
}

.f-summary-text {
  color: #5a5a5a;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.f-summary-text-2 {
  color: #222;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.adress {
  color: #6b6b6b;
  text-align: left;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
}

.text {
  color: #242424;
  text-align: left;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.heading-66 {
  color: var(--kolor-pomocniczy);
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

.heading-66.blur-text {
  filter: blur(6px);
  color: var(--untitled-ui-gray700);
  text-align: left;
}

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

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

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

.avg-price {
  color: #2e2e2e;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-span-107 {
  color: var(--kolor-pomocniczy);
  font-size: 18px;
}

.text-span-107.blur-text {
  filter: blur(4px);
  color: var(--untitled-ui-gray700);
}

.tabs-menu {
  margin-bottom: .5rem;
  display: flex;
  position: relative;
  left: .5rem;
  transform: translate(0);
}

.tabs-menu.sub {
  margin-bottom: 0;
}

.tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: .25rem;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  transition: color .4s;
  display: flex;
}

.tab-link.w--current {
  background-color: #0000;
  align-items: flex-start;
}

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

.progress-bar {
  background-color: #3a3636;
  width: 150px;
  height: .5rem;
  transition: background-color .4s;
  position: absolute;
}

.progress-bar.completed {
  background-color: #64bcf2;
  position: absolute;
}

.progress-bar.hide {
  display: none;
}

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

.progress-bubble {
  z-index: 2;
  color: var(--untitled-ui-gray400);
  text-align: center;
  background-color: #3a3636;
  border-radius: .8rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.progress-bubble.completed {
  z-index: 2;
  color: var(--untitled-ui-gray400);
  text-align: center;
  background-color: #64bcf2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
  position: relative;
}

.step-text {
  color: var(--untitled-ui-gray600);
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.step-text.completed {
  color: var(--kolor-pomocniczy);
  font-weight: 500;
}

.consultation-block {
  background-color: #f3f7fa;
  border-radius: 8px;
  flex-flow: column;
  display: flex;
}

.image-agent {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  height: auto;
  max-height: 300px;
}

.success-title {
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-block {
  flex-flow: column;
  padding: 9px;
  display: flex;
}

.text-p {
  color: var(--untitled-ui-gray500);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.thank-you-btn {
  background-color: #0f1841;
  border-radius: 5px;
  margin-top: 25px;
  padding: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.thank-you-btn.no-margin {
  margin-top: 10px;
}

.price-wrapper {
  position: relative;
}

.blur {
  position: absolute;
}

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

.blur-span.big {
  filter: blur(4px);
  color: var(--kolor-pomocniczy);
  font-size: 25px;
}

.text-span-108, .link-3 {
  color: var(--kolor-pomocniczy);
}

.image {
  overflow: visible;
}

.steps._1 {
  width: 100%;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 20px;
}

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

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

.wrapper {
  display: flex;
}

.plus-btn, .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;
}

.line {
  background-color: var(--kolor-pomocniczy);
  width: 45%;
  height: 2px;
  position: absolute;
}

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

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

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

.block-report {
  flex: 1;
}

.report-name-field {
  color: var(--untitled-ui-gray700);
  text-align: left;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.report-value {
  color: var(--untitled-ui-gray900);
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

.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 {
  width: 100%;
}

.icon-report {
  background-color: var(--untitled-ui-gray900);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  padding: 1px;
}

.report-title {
  color: var(--untitled-ui-gray700);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-span-109 {
  color: var(--untitled-ui-gray900);
  font-size: 17px;
  font-weight: 600;
}

.text-block-29 {
  font-family: Poppins, sans-serif;
}

.text-block-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-item {
  color: var(--kolor-pomocniczy);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.btn-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.ulica-btn {
  background-color: var(--untitled-ui-gray800);
  color: var(--untitled-ui-gray400);
  letter-spacing: .03125rem;
  cursor: pointer;
  border: 1px #3620f7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.ulica-btn.back {
  color: #f7f7f7;
  background-color: #6941c617;
  border-color: #3620f714;
  font-weight: 400;
}

.ulica-btn.next {
  color: #f7f7f7;
  text-align: center;
  background-color: #0f1841;
  border-color: #3620f714;
  width: 200px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.ulica-btn.back {
  color: #f7f7f7;
  background-color: #a6acbb;
  border-color: #3620f714;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.lega-text {
  text-align: center;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 12px;
}

.section-27 {
  flex: 1;
  padding: 140px 5% 0;
}

.section-27.gradient-first-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/MainPhotoPlaceholder_1MainPhotoPlaceholder.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.polityka-prywatno-ci {
  color: #fff;
}

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

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

.heading-50 {
  font-size: 18px;
}

.bold-text-11 {
  margin-top: 15px;
  font-size: 18px;
  display: block;
}

.paragraph-17 {
  font-size: 16px;
}

.text-span-87 {
  font-size: 1.1rem;
  font-weight: 700;
}

.text-span-88 {
  font-size: 18px;
}

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

.dropdown-toggle-language-2 {
  grid-column-gap: 6px;
  background-color: #f3f7fa;
  border: 1px solid #1b1b1b26;
  border-radius: 6px;
  align-items: center;
  padding: 5px 12px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.footer-link {
  color: #1b1b1b;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.dropdown-link-language-2 {
  color: #0f1841;
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.footer-title-3 {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.footer-text-3 {
  font-size: 12px;
  line-height: 22px;
}

.footer-column-3 {
  width: 100%;
  max-width: 50%;
}

.footer-link-wrap-3 {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 734px;
  display: flex;
}

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

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

.section.footer {
  background-color: #e6eff7;
}

@media screen and (min-width: 1280px) {
  .div-put-3 {
    height: 450px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-copy {
    background-size: 400px, 400px;
  }

  .footer-quiz {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .section-27.gradient-first-section {
    background-image: linear-gradient(#fff, #5d9fd7 57%, #22427b);
  }
}

@media screen and (max-width: 991px) {
  .f-steps-wrap.card {
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-wrap.right._40, .f-form-steps-item.is---2, .f-error-message {
    width: 100%;
  }

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

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

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

  .f-steps-content {
    max-width: 90ch;
  }

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

  .div-put-3 {
    height: 630px;
  }

  .body-copy {
    background-position: 125% 120%, -30% -10%;
    background-size: 300px, 300px;
  }

  .swiper-button-prev-2, .swiper-button-next-2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr;
  }

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

  .image-agent {
    height: 450px;
  }

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

@media screen and (max-width: 767px) {
  .f-steps-wrap {
    width: 100%;
  }

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

  .f-form-button-contain._1 {
    bottom: 0%;
  }

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

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

  .footer-links {
    grid-row-gap: 12px;
  }

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

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

  .footer-link-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 32px;
  }

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

  .swiper-slide {
    width: 50%;
  }

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

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

  .div-put-3 {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .body-copy {
    background-position: 135% 120%, -30% -10%;
    background-size: 250px, 250px;
  }

  .swiper-button-prev-2 {
    width: 2.5rem;
    height: 2.5rem;
    left: -2%;
  }

  .swiper-button-next-2 {
    width: 2.5rem;
    height: 2.5rem;
    right: -2%;
  }

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

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

  .footer-title-2 {
    font-size: 18px;
  }

  .footer-link-wrap-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 32px;
  }

  .progress-bar, .progress-bar.completed {
    width: 120px;
  }

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

  .section-27.gradient-first-section {
    padding-top: 150px;
  }

  .paragraph-17 {
    font-size: .9rem;
  }

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

  .footer-title-3 {
    font-size: 18px;
  }

  .footer-link-wrap-3 {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 32px;
  }
}

@media screen and (max-width: 479px) {
  .f-steps-wrap {
    padding: 0 0 1rem;
  }

  .f-steps-wrap.card {
    grid-row-gap: 1rem;
    grid-row-gap: 0rem;
    width: 100%;
    padding: 0;
  }

  .f-steps-wrap.right {
    justify-content: flex-end;
    align-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .f-steps-wrap.right._40 {
    padding-top: 1.5rem;
  }

  .f-steps-wrap.start {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-success-message {
    padding: 10px 5px;
  }

  .f-form-button-contain {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-form-button-contain._1 {
    padding-bottom: 2rem;
    bottom: 12%;
  }

  .f-steps-form-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .f-steps-form-wrapper.full {
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .f-steps-form-wrapper.long {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .f-form-radio-card-contain {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .f-form-radio-card-contain.vertical.long {
    width: 100%;
  }

  .f-steps-content {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .f-steps-content.starter {
    max-width: 100ch;
    padding-left: 2%;
    padding-right: 2%;
  }

  .main-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .expandable-single {
    padding: 16px;
  }

  .left-footer-bottom {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .footer-column {
    max-width: none;
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .swiper-slide {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .swiper-slide._1 {
    width: 100%;
    min-width: 300px;
  }

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

  .sub-title-name {
    font-size: 12px;
  }

  .div-put-3 {
    max-width: none;
    height: auto;
  }

  .ms-radio-card-2 {
    max-width: 270px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .f-paragraph-2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .f-form-steps-item-wrap-2 {
    min-height: 0;
  }

  .heading-header-2 {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .heading-61 {
    font-size: 1.7rem;
  }

  .brand-navbar-2 {
    width: 100%;
  }

  .swiper-button-prev-2, .swiper-button-next-2 {
    width: 2.4rem;
    height: 2.4rem;
  }

  .brand-navbar-3 {
    width: 150px;
  }

  .legal-link-2 {
    font-size: 16px;
  }

  .left-footer-bottom-2 {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  .footer-column-2 {
    max-width: none;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-2.white {
    font-size: 1.4rem;
  }

  .report-results {
    height: auto;
    padding-bottom: 30px;
  }

  .blur-reults {
    display: block;
  }

  .header-section {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .header-section.small {
    font-size: 16px;
  }

  .ms-radio-contents-3.small {
    font-size: 12px;
  }

  .f-form-input-wrapper {
    flex-wrap: wrap;
  }

  .f-form-input-wrapper.is---3 {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .f-input-button-label.margin-left-8px {
    font-size: 12px;
  }

  .left-block {
    padding-left: 1%;
    padding-right: 1%;
  }

  .left-block.card {
    padding-bottom: 0%;
    overflow: hidden;
  }

  .real-estate-values-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center stretch;
    display: grid;
  }

  .realestate-value {
    width: auto;
  }

  .realestate-value._1 {
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .realestate-value._3 {
    border-left-width: 0;
  }

  .adress {
    font-size: 1.5rem;
  }

  .tabs-menu, .tabs-menu.sub {
    left: 0;
  }

  .progress-bar, .progress-bar.completed {
    width: 100px;
  }

  .step-text {
    font-size: 10px;
  }

  .step-text.completed {
    padding-right: 2px;
    font-size: 10px;
  }

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

  .field-report {
    border-style: solid;
    border-width: 1.5px;
  }

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

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

  .reults-report-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .raport-title-wrapper {
    width: 95%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .raport-title-wrapper.grid.full {
    margin-bottom: 0;
  }

  .icon-report {
    width: 30px;
    height: 30px;
  }

  .report-title {
    font-size: 12px;
  }

  .text-span-109 {
    font-size: 15px;
  }

  .text-block-wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .paragraph-17 {
    font-size: .8rem;
  }

  .legal-link-3 {
    font-size: 16px;
  }

  .footer-column-3 {
    max-width: none;
  }

  .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_50484829-37d5-ce63-3bfe-ce7bdc3a4b3c-3227fdad {
  justify-self: end;
}

#w-node-_4691efd5-2d45-3a95-1407-ec5a1da0333f-3227fdad, #w-node-_900ad130-0bc3-f211-45ed-e86e8d85d723-3227fdad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_900ad130-0bc3-f211-45ed-e86e8d85d72a-3227fdad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a06fc7-3227fdad {
  justify-self: end;
}

#w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a07020-3227fdad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de39-3227fdad {
  justify-self: end;
}

#w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de92-3227fdad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84e553b8-804e-da63-c295-e0490653e3d7-3227fdad {
  justify-self: end;
}

#w-node-_84e553b8-804e-da63-c295-e0490653e430-3227fdad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5569cce4-29e2-cc02-9afa-8c01f51e110f-3227fdad {
  justify-self: end;
}

#w-node-_5569cce4-29e2-cc02-9afa-8c01f51e1168-3227fdad, #w-node-_0f648cc4-a165-9288-7090-eed070fed9b0-70fed9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f648cc4-a165-9288-7090-eed070fed9b7-70fed9ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c72067-de86-7d32-6a6e-63c1605413a0-b12ddac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c72067-de86-7d32-6a6e-63c1605413a7-b12ddac7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d5c72067-de86-7d32-6a6e-63c1605413a0-0cf0e678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5c72067-de86-7d32-6a6e-63c1605413a7-0cf0e678 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_50484829-37d5-ce63-3bfe-ce7bdc3a4b3c-b755753f {
  justify-self: end;
}

#w-node-_4691efd5-2d45-3a95-1407-ec5a1da0333f-b755753f, #w-node-_900ad130-0bc3-f211-45ed-e86e8d85d723-b755753f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_900ad130-0bc3-f211-45ed-e86e8d85d72a-b755753f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a06fc7-b755753f {
  justify-self: end;
}

#w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a07020-b755753f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de39-b755753f {
  justify-self: end;
}

#w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de92-b755753f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84e553b8-804e-da63-c295-e0490653e3d7-b755753f {
  justify-self: end;
}

#w-node-_84e553b8-804e-da63-c295-e0490653e430-b755753f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5569cce4-29e2-cc02-9afa-8c01f51e110f-b755753f {
  justify-self: end;
}

#w-node-_5569cce4-29e2-cc02-9afa-8c01f51e1168-b755753f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50484829-37d5-ce63-3bfe-ce7bdc3a4b3c-92a34e16 {
  justify-self: end;
}

#w-node-_4691efd5-2d45-3a95-1407-ec5a1da0333f-92a34e16, #w-node-_900ad130-0bc3-f211-45ed-e86e8d85d723-92a34e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_900ad130-0bc3-f211-45ed-e86e8d85d72a-92a34e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a06fc7-92a34e16 {
  justify-self: end;
}

#w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a07020-92a34e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de39-92a34e16 {
  justify-self: end;
}

#w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de92-92a34e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84e553b8-804e-da63-c295-e0490653e3d7-92a34e16 {
  justify-self: end;
}

#w-node-_84e553b8-804e-da63-c295-e0490653e430-92a34e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5569cce4-29e2-cc02-9afa-8c01f51e110f-92a34e16 {
  justify-self: end;
}

#w-node-_5569cce4-29e2-cc02-9afa-8c01f51e1168-92a34e16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_50484829-37d5-ce63-3bfe-ce7bdc3a4b3c-3227fdad, #w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a06fc7-3227fdad, #w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de39-3227fdad, #w-node-_84e553b8-804e-da63-c295-e0490653e3d7-3227fdad, #w-node-_5569cce4-29e2-cc02-9afa-8c01f51e110f-3227fdad, #w-node-_50484829-37d5-ce63-3bfe-ce7bdc3a4b3c-b755753f, #w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a06fc7-b755753f, #w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de39-b755753f, #w-node-_84e553b8-804e-da63-c295-e0490653e3d7-b755753f, #w-node-_5569cce4-29e2-cc02-9afa-8c01f51e110f-b755753f, #w-node-_50484829-37d5-ce63-3bfe-ce7bdc3a4b3c-92a34e16, #w-node-_19e87c4a-bad6-f039-2fa0-e5bf30a06fc7-92a34e16, #w-node-_40efb063-7317-aec2-b1cf-5e6b1b50de39-92a34e16, #w-node-_84e553b8-804e-da63-c295-e0490653e3d7-92a34e16, #w-node-_5569cce4-29e2-cc02-9afa-8c01f51e110f-92a34e16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


