@keyframes spin {
  to { transform: rotate(360deg); }
}

.hidden {
  display: none;
}


#root * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#root html, #root body {
  margin: 0;
  padding: 0;
}
#root .logo {
    height: 123px;
    width: 121px;
    position: absolute;
    top: 64px;
    right: 64px;
    z-index: 9;
}
#root {
  width: 1920px;
  margin: 0;
  padding: 0;
     clip-path: inset(0 100% 0 0);
    overflow: hidden;
    height: 0px;
}
#root .page {
  width: 1920px;
  height: 1080px;
  font-size: 32px;
  font-weight: bold;
  page-break-after: always;
  overflow: hidden;
  position: relative;
}
#root .page:last-child {
  page-break-after: auto;
}
#root .page-number {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: var(--Radius-null, 0px);
  background: var(--Surface-primary, #FFDF00);
  color: var(--Text-action, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--font-line-height-s, 24px);
  letter-spacing: var(--font-spacing-0, 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 9;
}
#root .first-page {
  position: relative;
  padding: 64px 64px 0px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#root .first-page-bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#root .first-page span {
  position: relative;
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-2xl, 32px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-xl, 44px);
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .authorDate .header-text {
    display: flex;
    flex-direction: column;
}
#root .authorDate .header-text span:first-child {
    color: var(--Text-headline, #000);
    font-family: var(--font-family-body, Gotham);
    font-size: var(--font-size-l, 20px) !important;
    font-style: normal;
    font-weight: var(--font-weight-book, 325);
    line-height: var(--font-line-height-xl, 44px) !important;
    letter-spacing: var(--font-spacing-0, 0);
    text-transform: uppercase;
}
#root .authorDate .header-text span:nth-child(2) {
  color: var(--Text-headline, #000);
font-family: var(--font-family-body, Gotham);
font-size: var(--font-size-2xl, 32px);
font-style: normal;
font-weight: var(--font-weight-bold, 400);
line-height: var(--font-line-height-xl, 44px); /* 137.5% */
letter-spacing: var(--font-spacing-0, 0);
}
#root .first-page .header {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
}
#root .first-page .header .header-text {
  position: relative;
  display: flex;
  flex-direction: column;
}
#root .first-page .header .header-text span:last-of-type {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: var(--font-weight-book, 325);
  line-height: var(--font-line-height-l, 36px);
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .first-page .author {
    display: flex;
    padding: var(--Spacing-2xl, 32px) 0px;
    align-self: stretch;
    background: var(--Primary-yellow-500, #FFDF00);
    border-top: 1px solid var(--Border-Navy-300, #BEBFC4);
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#root .first-page .author:before {
    content: '';
    background: var(--Primary-yellow-500, #FFDF00);
    left: -100px;
    right: -100px;
    top: 0px;
    bottom: 0px;
    position: absolute;
}
#root .first-page .author .authorText {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-2xl, 32px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-xl, 44px);
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .first-page .author .authorBottom {
color: var(--Text-headline, #000);
font-family: var(--font-family-body, Gotham);
font-size: var(--font-size-l, 20px);
font-style: normal;
font-weight: var(--font-weight-book, 325);
line-height: var(--font-line-height-xl, 44px); /* 220% */
letter-spacing: var(--font-spacing-0, 0);
text-transform: uppercase;
}
#root .authorContent {
    display: flex;
    flex-direction: column;
}
#root .first-page .title {
  position: relative;
}
#root .first-page .content {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
#root .first-page .content .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#root .first-page .content .title h2 {
  color: var(--Text-action-invert, #FFF);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-7xl, 80px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-5xl, 80px); /* 100% */
  letter-spacing: var(--font-spacing--2, -2px);
}
#root .first-page .content .title p {
  color: var(--Text-disabled, #C0C0C0);
  font-family: Gotham;
  font-size: 48px;
  font-style: normal;
  font-weight: 325;
  line-height: 72px; /* 150% */
}
#root .nieruchomosc {
  position: relative;
}
#root .nieruchomosc-bg img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#root .nieruchomosc-bg {
  position: absolute;
  z-index: -1;
}
#root .nieruchomosc-copy {
  position: absolute;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 64px;
}
#root .podsumowanie-cytat {
    border-left: 8px solid var(--Icon-primary, #FFDF00);
    background: var(--Surface-Blue-100, #F2F3F5);
    padding: var(--Spacing-2xl, 32px) var(--Spacing-2xl, 32px) var(--Spacing-2xl, 32px) var(--Spacing-3xl, 48px);
}
#root .podsumowanie-cytat-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
#root .podsumowanie-cytat-wrapper p {
    color: var(--Text-body, #0A0A0D);
    font-family: var(--font-family-body, Gotham);
    font-size: var(--font-size-l, 20px);
    font-style: normal;
    font-weight: 325;
    line-height: var(--font-line-height-m, 28px);
    letter-spacing: var(--font-spacing-0, 0);
}
#root .podsumowanie-cytat-autor {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
#root .podsumowanie-cytat-autor-content {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    align-content: center;
}
#root .podsumowanie-cytat-autor-content h2 {
    color: var(--Text-body, #2B2B2B)!important;
    font-family: var(--font-family-body, Gotham);
    font-size: var(--font-size-l, 20px)!important;
    font-style: normal;
    font-weight: var(--font-weight-bold, 400)!important;
    line-height: var(--font-line-height-m, 28px)!important;
    letter-spacing: var(--font-spacing-0, 0)!important;
    margin-bottom: 0!important;
}
#root .podsumowanie-cytat-autor-content p {
    color: var(--Text-secondary-500, #93949E)!important;
    font-family: var(--font-family-body, Gotham);
    font-size: var(--font-size-xs, 12px)!important;
    font-style: normal;
    font-weight: var(--font-weight-bold, 400)!important;
    line-height: var(--font-line-height-xs, 16px)!important;
    letter-spacing: var(--font-spacing-0, 0)!important;
    text-transform: uppercase;
}
#root .nieruchomosc-copy p {
  color: var(--Text-headline, #000);
  /* XS/Regular */
  font-family: Gotham;
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: 325;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-adres {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: 350;
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#root .nieruchomosc-wrapper-content {
  display: flex;
  flex-direction: row;
  gap: 24px;
  height: 100%;
}
#root .nieruchomosc-map {
  position: relative;
  overflow: hidden;
}
#root .nieruchomosc-map img {
  object-fit: cover;
  width: 100%;
}
#root .nieruchomosc-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#root .nieruchomosc-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#root .nieruchomosc-left {
  aspect-ratio: 1/1;
      height: calc(100% - 160px);
  padding: 48px;
  background: #fff;
  margin: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#root .nieruchomosc-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 16px;
}
#root .nieruchomosc-text h3 {
  color: var(--Text-headline, #000);
  /* H2/Bold */
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-4xl, 48px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-2xl, 52px); /* 108.333% */
  letter-spacing: var(--font-spacing--2, -2px);
}
#root .nieruchomosc-text p {
  color: var(--Text-body, #2B2B2B);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-m, 28px);
  letter-spacing: var(--font-spacing-0, 0px);
  margin-top: 16px;
}
#root .nieruchomosc-stats h4 {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-2xl, 32px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-xl, 44px);
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-stats p {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: 325;
  line-height: var(--font-line-height-m, 28px);
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-liczby {
  display: flex;
  gap: 64px;
  flex-direction: row;
  margin-bottom: 32px;
  margin-top: 0px;
}
#root .nieruchomosc-liczby-item {
  flex: 1;
}
#root .nieruchomosc-liczba {
    color: var(--Text-headline, #000);
    font-family: var(--font-family-body, Gotham);
    font-size: var(--font-size-3xl, 24px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: var(--font-line-height-xl, 29px);
    letter-spacing: var(--font-spacing--2, -2px);
    padding: 24px 0px 8px;
    border-bottom: 4px solid var(--Border-primary, #FFDF00);
    margin-bottom: 8px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#root .nieruchomosc-liczba-tag {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-s, 24px); /* 150% */
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-liczba-opis-eng {
  color: #717383;
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-liczba-opis-pl {
  color: #717383;
  font-family: Gotham;
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: 325;
  line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-tresc {
  flex: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#root .nieruchomosc-tresc-heading {
  background: var(--Surface-primary, #FFDF00);
  padding: 8px;
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: bold;
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
  display: inline-block;
  margin-bottom: 16px;
  width: fit-content;
}
#root .nieruchomosc-tresc-opis {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-s, 24px); /* 150% */
  letter-spacing: var(--font-spacing-0, 0px);
  padding-bottom: 32px;
  height: 340px;
  margin-bottom: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  align-self: stretch;
  overflow: hidden;
}
#root .nieruchomosc-tresc-opis-more {
  color: var(--Text-tertiary, #696975);
/* S/Bold UPPERCASE */
font-family: var(--font-family-body, Gotham);
font-size: var(--font-size-s, 14px);
font-style: normal;
font-weight: var(--font-weight-bold, 400);
line-height: var(--font-line-height-xs, 16px); /* 114.286% */
letter-spacing: var(--font-spacing-0, 0);
text-transform: uppercase;
}
#root .nieruchomosc-kontakt {
  display: flex;
  position: absolute;
  right: 64px;
  z-index: 9;
  bottom: 64px;
  width: 416px;
  flex-direction: column;
  gap: 16px;
}
#root .nieruchomosc-kontakt-big {
  width: 500px;
}
#root .nieruchomosc-kontakt-item {
  flex: 100%;
  padding: 16px;
  background: #fff;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
#root .nieruchomosc-kontakt-item>div {
      display: flex;
    flex-wrap: wrap;
    align-content: center;
}
#root .nieruchomosc-kontakt-item>div>p  {
margin-bottom:0px!important;
width: 100%;
}
#root .nieruchomosc-kontakt-item img {
  width: 128px;
  height: 128px;
}
#root .nieruchomosc-kontakt-item-big h3 {
  height: unset !important;
  color: var(--Text-secondary, #25273A) !important;
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-m, 28px); /* 116.667% */
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .nieruchomosc-kontakt-item-big img {
  width: 205px;
  height: 205px;
}
#root .nieruchomosc-kontakt-item-big .nieruchomosc-kontakt-polacz-first {
  margin-top: 32px;
}
#root .nieruchomosc-kontakt-item h3 {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
  margin-bottom: 8px;
  height: 52px;
}
#root .nieruchomosc-kontakt-item p {
  color: #717383;
  font-family: var(--font-family-body, Gotham);
  font-size: 10px;
  font-style: normal;
  font-weight: var(--font-weight-book, 325);
  line-height: 12px; /* 120% */
  letter-spacing: var(--font-spacing-1, 2px);
  text-transform: uppercase;
  margin-bottom: 16px;
}
#root .nieruchomosc-kontakt-polacz {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-s, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  letter-spacing: var(--font-spacing-0, 0px);
  margin-bottom: 8px;
  display: block;
}
#root .nieruchomosc-kontakt-polacz:last-child {
  margin-bottom: 0px;
}
#root .nieruchomosci-lista {
  display: flex;
  flex-wrap: wrap;
  width: calc(47% - 48px);
  gap: 24px;
}
#root .nieruchomosci-item {
  width: 22%; /* 100% / 4 */
  box-sizing: border-box;
  position: relative;
}
#root .nieruchomosci-item .obrazek {
  aspect-ratio: 167 / 282;
  background-size: cover;
  background-position: center;
}
#root .nieruchomosci-item .obrazek img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#root .nieruchomosci-item .numer {
  color: var(--Text-action-invert, #FFF);
  font-family: var(--font-family-body, Gotham);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: 24px; /* 150% */
  position: absolute;
  z-index: 9;
  left: 24px;
  top: 12px;
}
#root .nieruchomosci-item .numer:after {
  background: var(--Surface-brand, #CE181E);
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#root .nieruchomosci-item .dane {
  margin-top: 8px;
}
#root .nieruchomosci-item .dane h4 {
  overflow: hidden;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  height: 56px;
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-m, 28px); /* 116.667% */
  letter-spacing: var(--font-spacing-0, 0);
}
#root .nieruchomosci-item .dane p {
  color: var(--Text-secondary, #25273A);
  /* S/Regular */
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-s, 14px);
  font-style: normal;
  font-weight: 350;
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  letter-spacing: var(--font-spacing-0, 0px);
  margin-bottom: 8px;
}
#root .dane span {
    color: var(--Text-secondary, #25273A);
    font-family: var(--font-family-body, Gotham);
    font-size: var(--font-size-s, 14px);
    font-style: normal;
    font-weight: var(--font-weight-bold, 400);
    line-height: var(--font-line-height-xs, 16px);
    letter-spacing: var(--font-spacing-0, 0);
    border-radius: var(--Radius-null, 0);
    background: var(--Surface-primary, #FFDF00);
    padding: var(--Spacing-xs, 4px) var(--Spacing-s, 8px);
    display: inline-block;
}
#root .mapa-zbiorcza-page .logo {
  width: 64px;
  height: 64px;
  right: 120px;
  top: 120px;
}
#root .mapa-zbiorcza-content {
  padding: 64px;
}
#root .mapa-zbiorcza-content-img {
  width: 952px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 64px;
}
#root .mapa-zbiorcza-content h2 {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-4xl, 48px);
  font-style: normal;
  font-weight: bold;
  line-height: var(--font-line-height-2xl, 52px); /* 108.333% */
  letter-spacing: var(--font-spacing--2, -2px);
      margin-bottom: 16px;
}
#root .charakterystyka {
  position: relative;
}
#root .charakterystyka-wrapper {
  padding: 64px 228px 64px 128px;
}
#root .charakterystyka-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#root .charakterystyka-bg img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#root .charakterystyka-header-text h2 {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-4xl, 48px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-2xl, 52px); /* 108.333% */
  letter-spacing: var(--font-spacing--2, -2px);
  margin-bottom: 24px;
}
#root .charakterystyka-header-text p {
  max-width: 1192px;
  color: var(--Text-body, #2B2B2B);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: 325;
  line-height: var(--font-line-height-m, 28px); /* 116.667% */
  letter-spacing: var(--font-spacing-0, 0px);
  margin-bottom: 100px;
}
#root .charakterystyka-content {
  height: 855px;
  column-count: 2;
  column-gap: 64px;
  overflow: hidden;
}
#root .charakterystyka-content h2 {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
  margin-bottom: 16px;
}
#root .charakterystyka-content p {
  color: var(--Text-body, #2B2B2B);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: 325;
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
  margin-bottom: 64px;
}
#root .charakterystyka-content hr {
  max-width: 100px;
  margin-bottom: 16px;
  color: #fff;
  border: 2px solid #FFDF00;
  opacity: 1;
}
#root .zakonczenie {
  position: relative;
}
#root .zakonczenie-wrapper {
  padding: 64px 64px 64px 128px;
}
#root .zakonczenie-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#root .zakonczenie-bg img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#root .zakonczenie-content {
  display: inline-block;
  padding: 0px 64px 128px 128px;
  position: absolute;
  bottom: 0;
}
#root .zakonczenie-content h2 {
  display: inline-block;
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-4xl, 48px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-2xl, 52px); /* 108.333% */
  letter-spacing: var(--font-spacing--2, -2px);
  margin-bottom: 48px;
}
#root .zakonczenie-text {
  display: flex;
  flex-direction: row;
  width: 1116px;
  gap: 64px;
}
#root .zakonczenie-text-item {
  flex: 1;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
#root .zakonczenie-text-item h3 {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 24px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-m, 28px); /* 116.667% */
  letter-spacing: var(--font-spacing-0, 0);
}
#root .zakonczenie-text-item hr {
     border: 2px solid #CE181E;
    opacity: 1;
    width: 100px;
}
#root .zakonczenie-text-item p {
  color: var(--Text-secondary, #25273A);
  /* L/Regular */
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: 350;
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0);
}
#root .podsumowanie {
  position: relative;
}
#root .podsumowanie .kropki {
  position: absolute;
  left: 904px;
  top: 64px;
}
#root .podsumowanie-wrapper {
  padding: 64px 64px 64px 128px;
}
#root .podsumowanie-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#root .podsumowanie-bg img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#root .podsumowanie-content {
  padding: 64px;
}
#root .podsumowanie-content-wrapper {
  padding: 48px;
  background-color: #fff;
  display: inline-block;
  width: 712px;
  height: 952px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#root .podsumowanie-content-wrapper h2 {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-4xl, 48px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-2xl, 52px); /* 108.333% */
  letter-spacing: var(--font-spacing--2, -2px);
  margin-bottom: 24px;
}
#root .podsumowanie-content-wrapper p {
  color: var(--Text-body, #2B2B2B);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-xl, 20px);
  font-style: normal;
  font-weight: 325;
  line-height: var(--font-line-height-m, 28px); /* 116.667% */
  letter-spacing: var(--font-spacing-0, 0px);
}
#root .podsumowanie-content-wrapper h3 {
  color: var(--Text-secondary, #25273A);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-2xl, 32px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-l, 36px); /* 112.5% */
  letter-spacing: var(--font-spacing--1, -1px);
  margin-bottom: 8px;
}
#root .podsumowanie-content-wrapper .nieruchomosc-liczby {
  margin-top: 16px;
  margin-bottom: 0px;
}
#root .nieruchomosc-ticket p {
  color: var(--Text-headline, #000);
  font-family: var(--font-family-body, Gotham);
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-bold, 400);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
  text-transform: uppercase;
  padding: 4px 8px;
  margin-bottom: 16px;
  background: var(--Surface-primary, #FFDF00);
  display: inline-block;
}
#root .serwisowane .nieruchomosc-ticket p {
  background: var(--Surface-flex, #7068D5);
  color: #fff;
}
#root .serwisowane .nieruchomosc-tresc-heading {
background: var(--Surface-flex, #7068D5);
color: #fff;
}
#root .serwisowane .nieruchomosc-liczba {
border-bottom: 4px solid var(--Border-flex, #7068D5);
}