.estatetool-font-family {
  font-family: "Mark Pro", Sans-serif;
}

@media (min-width: 768px) {
  .flb-estl-expand .estl-expand__content {
    height: auto !important;
  }
  .flb-estl-expand .estl-expand__toggler {
    display: none;
  }
}
.flb-estl-expand .estl-expand__toggler::after {
  background: linear-gradient(180deg, transparent 0%, #fef5dd 100%);
}
.flb-estl-expand--2 .estl-expand__toggler::after {
  background: linear-gradient(180deg, transparent 0%, #576a5f 100%);
}
.flb-estl-expand--3 .estl-expand__toggler::after {
  background: linear-gradient(180deg, transparent 0%, #25408f 100%);
}

a.estatetool-button.estatetool-button,
button.estatetool-button.estatetool-button {
  font-family: inherit !important;
  border-radius: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  a.estatetool-button.estatetool-button,
  button.estatetool-button.estatetool-button {
    font-size: 16px;
    padding: 12px 26px;
    line-height: 1.125;
  }
}
a.estatetool-button.estatetool-button--flb-secondary,
button.estatetool-button.estatetool-button--flb-secondary {
  border: 1px solid #D1D1D1;
  background-color: #ffffff;
  color: #000000;
}
a.estatetool-button.estatetool-button--flb-secondary:hover,
button.estatetool-button.estatetool-button--flb-secondary:hover {
  border-color: #D1D1D1;
  background-color: #e6e6e6;
  color: #000000;
}
a.estatetool-button.estatetool-button--flb-icon,
button.estatetool-button.estatetool-button--flb-icon {
  display: inline-flex;
  align-items: center;
}
a.estatetool-button.estatetool-button--flb-icon > svg,
button.estatetool-button.estatetool-button--flb-icon > svg {
  margin-right: 8px;
  margin-bottom: 1px;
  font-size: 20px;
  line-height: inherit;
}

.estatetool-checkbox {
  margin-bottom: 12px;
}
.estatetool-checkbox > label > span::before {
  margin-top: 0;
  border-radius: 50%;
  background-color: #fff;
  border-color: #D1D1D1;
}
.estatetool-checkbox > label > span::after {
  margin-top: 0;
}

.estatetool-input {
  min-height: 44px;
  padding: 12px 16px;
  border-radius: 20px;
  line-height: 1.125;
  border: 1px solid #D1D1D1;
}
.estatetool-input:focus {
  border-color: #D1D1D1;
}

select.estatetool-input {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABXSURBVHgBfY9LDQAhDERHwkqoBKSsg10JSMAZEpCABCTAHObQkEKTd2jm0xQAOmnEcJ6HVHlRyNQShUzalBd7KDlzcua8N71kSPzEED8OY64xungNhT8tEP8YyXTavboAAAAASUVORK5CYII=");
  background-position: 95% center;
  padding-right: 32px;
  outline: none;
}

.flb-estl-units-content {
  color: #ffffff;
  font-size: 16px;
}
.flb-estl-units-content h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
}

.estatetool-units__container {
  align-items: flex-start;
}

@media (min-width: 1100px) {
  .estatetool-units__side {
    padding: 24px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #D1D1D1;
    border-radius: 20px;
  }
}
@media (min-width: 1320px) {
  .estatetool-units__side {
    flex: 0 0 350px;
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .estatetool-field {
    margin-bottom: 2.5em;
  }
}

.estatetool-field__title {
  font-weight: 600;
  font-size: 16px;
}

.estatetool-field--reset > button.estatetool-button {
  border-radius: 20px;
  border: 1px solid #D1D1D1;
  background-color: #FFF;
  color: #000000;
  font-weight: 600;
  padding: 12px 24px;
}

.estatetool-field--reset > button.estatetool-button:disabled {
  border: 1px solid #D1D1D1;
  background-color: #FFF;
  color: #000000;
}

.estatetool-units__top {
  margin-bottom: 24px;
}

a.estatetool-button.estatetool-button.flb-estl-button-open-filter,
button.estatetool-button.estatetool-button.flb-estl-button-open-filter {
  display: inline-flex;
  justify-content: center;
}
a.estatetool-button.estatetool-button.flb-estl-button-open-filter > svg,
button.estatetool-button.estatetool-button.flb-estl-button-open-filter > svg {
  fill: currentColor;
  margin-right: 6px;
}

.flb-estl-field-subtitle {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-top: 0;
}
.flb-estl-field-subtitle > svg {
  position: absolute;
  top: 2px;
  left: 0;
  fill: #ffffff;
}

.flb-estl-field-sub {
  margin-bottom: 20px;
  padding-left: 16px;
}

.estatetool-units__noresult {
  color: #ffffff;
}

.estl-units-map {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.estl-units-map > button.estl-units-map__open {
  border-radius: 0 0 6px 6px;
}
.estl-units-map.open {
  padding-top: 20px;
  background-color: #41584A;
}
.estl-units-map > button.estl-units-map__close {
  color: #ffffff;
  margin-bottom: 16px;
}
.estl-units-map > button.estl-units-map__close:hover {
  color: #ffffff;
}

.estatetool-filter-properties__dropdown {
  margin-top: -1px;
}
.estatetool-filter-properties.open .estatetool-filter-properties__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.js-flb-estl-collapsible-field-toggle {
  cursor: pointer;
}
.js-flb-estl-collapsible-field.open .js-flb-estl-collapsible-field-toggle > svg {
  transform: rotate(180deg);
}

.estl-select-dropdown__button {
  border-radius: 24px;
  border: 1px solid #D1D1D1;
  background-color: #FFF;
  color: #000000;
  font-weight: 600;
  padding: 12px 24px;
  width: 100%;
  margin-bottom: 12px;
}
.estl-select-dropdown[data-show] .estl-select-dropdown__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.estl-select-dropdown__popover {
  margin-top: -1px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.estl-select-dropdown__options > li::before {
  border-radius: 50%;
}
.estl-select-dropdown__options label {
  cursor: pointer;
}

.estatetool-filter-properties__dropdown {
  border-radius: 0 0 24px 24px;
}

@media (max-width: 1099px) {
  .estatetool-filter {
    z-index: 10000;
    background-color: rgba(65, 88, 74, 0.95);
  }
  .estatetool-filter > div {
    position: relative;
    z-index: 3;
  }
  .estatetool-filter::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
  .estatetool-filter__header {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .estatetool-filter__header > span {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
  }
  .estatetool-filter__header > span > svg {
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .estatetool-filter__footer {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.15);
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .estatetool-filter__footer > button {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .estl-units-map.open {
    z-index: 100000;
  }
}
.flb-estatetool-button-reset {
  border: 1px solid #D1D1D1 !important;
  background-color: #FFF !important;
  color: #000000 !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
}
.flb-estatetool-button-reset:disabled {
  border: 1px solid #D1D1D1 !important;
  background-color: #FFF !important;
  color: #000000 !important;
}

.estatetool-filter .flb-estatetool-button-reset {
  padding: 12px 24px !important;
}
.estatetool-filter .flb-estatetool-button-submit {
  font-weight: 600 !important;
  padding: 12px 24px !important;
}

.estatetool-toolbar {
  flex-wrap: wrap;
  margin-bottom: 24px;
  color: #ffffff;
}
@media (max-width: 1099px) {
  .estatetool-toolbar {
    margin-bottom: 8px;
  }
}
@media (max-width: 380px) {
  .estatetool-toolbar {
    margin-bottom: 0;
  }
}
.estatetool-toolbar > div:first-child {
  flex: 1;
  flex-shrink: 0;
  min-width: 300px;
  margin-right: 12px;
}
.estatetool-toolbar > div:last-child {
  padding-bottom: 16px;
}
.estatetool-toolbar .estl-select-dropdown__button {
  margin-bottom: 0;
}
@media (max-width: 568px) {
  .estatetool-toolbar__info {
    flex: 0 1 100% !important;
  }
}
@media (max-width: 568px) {
  .estatetool-toolbar .estatetool-toolbar__buttons {
    order: 2;
    margin-right: 0;
  }
  .estatetool-toolbar .estatetool-toolbar__buttons button.estatetool-toolbar__button {
    margin-left: 16px;
    margin-right: 0;
  }
  .estatetool-toolbar .estatetool-toolbar__sort {
    order: 1;
  }
  .estatetool-toolbar .estatetool-toolbar__sort select {
    padding-left: 0;
  }
}
.estatetool-toolbar__sort > span:first-child {
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .estatetool-toolbar__sort > span:first-child {
    display: none;
  }
}
.estatetool-toolbar__sort .estl-select-dropdown {
  position: relative;
}
.estatetool-toolbar__sort .estl-select-dropdown__button {
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  min-height: 30px;
  min-width: 125px;
  padding: 4px 8px;
}
.estatetool-toolbar__sort .estl-select-dropdown__button::after {
  top: 12px;
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjAwOTY0IDQuMTE2NzNMMS41NjI5NiAwLjI1NDk0N0MxLjQ4MjAzIDAuMTc3NzY2IDEuMzg0MDkgMC4xMTU0NzEgMS4yNzQ5NCAwLjA3MTc0OTNDMS4xNjU4IDAuMDI4MDI3MyAxLjA0NzY2IDAuMDAzNzY2ODYgMC45Mjc1MjYgMC4wMDA0MDQxNTNDMC44MDczOTEgLTAuMDAyOTU4NTYgMC42ODc3IDAuMDE0NjQ0OCAwLjU3NTUzOSAwLjA1MjE3MjJDMC40NjMzNzcgMC4wODk2OTk2IDAuMzYxMDI0IDAuMTQ2Mzg4IDAuMjc0NTQgMC4yMTg4ODJDMC4xODgwNTYgMC4yOTEzNzcgMC4xMTkxOTkgMC4zNzgyMDMgMC4wNzIwNDI0IDAuNDc0MjIxQzAuMDI0ODg2MSAwLjU3MDIzOSAwLjAwMDM5MDk0MiAwLjY3MzQ5OCA2LjYwMTUzZS0wNiAwLjc3Nzg4NEMtMC4wMDAzNzg2OTMgMC44ODIyNzEgMC4wMjMzNTQ0IDAuOTg1NjY0IDAuMDY5ODAyMiAxLjA4MTk0QzAuMTE2MjQ5IDEuMTc4MjIgMC4xODQ0NjYgMS4yNjU0MyAwLjI3MDQxNCAxLjMzODRMMC4yOTIzMDIgMS4zNTc0MUw1LjM3MzcgNS43NzE0OEM1LjU0MjIyIDUuOTE3OCA1Ljc3MDc1IDYgNi4wMDkwMyA2QzYuMjQ3MzIgNiA2LjQ3NTg1IDUuOTE3OCA2LjY0NDM2IDUuNzcxNDhMMTEuNzI1OCAxLjM1ODQ3QzExLjgxMDYgMS4yODcyNiAxMS44Nzg1IDEuMjAyMjMgMTEuOTI1NiAxLjEwODIzQzExLjk3MjYgMS4wMTQyMyAxMS45OTc4IDAuOTEzMTE1IDExLjk5OTkgMC44MTA2NDNDMTIuMDAxOSAwLjcwODE3MiAxMS45ODA3IDAuNjA2MzU3IDExLjkzNzQgMC41MTEwMUMxMS44OTQxIDAuNDE1NjY0IDExLjgyOTYgMC4zMjg2NTQgMTEuNzQ3NiAwLjI1NDk0N0MxMS42NjU3IDAuMTgxMjQxIDExLjU2NzcgMC4xMjIyODMgMTEuNDU5NSAwLjA4MTQzNzlDMTEuMzUxMyAwLjA0MDU5MzIgMTEuMjM0OCAwLjAxODY2MjIgMTEuMTE2OSAwLjAxNjg5NzJDMTAuOTk4OSAwLjAxNTEzMjEgMTAuODgxNiAwLjAzMzU2NzUgMTAuNzcxOCAwLjA3MTE1MDhDMTAuNjYyMSAwLjEwODczNCAxMC41NjE5IDAuMTY0NzI5IDEwLjQ3NyAwLjIzNTkzOUwxMC40NTUxIDAuMjU0OTQ3TDYuMDA5NjQgNC4xMTY3M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.estatetool-toolbar__sort .estl-select-dropdown__popover {
  width: 200px !important;
  border-radius: 20px;
}
.estatetool-toolbar__sort .estl-select-dropdown__options > li[data-checked]::before {
  background-color: #ffffff;
  border: 1px solid rgba(61, 61, 61, 0.2);
}
.estatetool-toolbar__sort .estl-select-dropdown__options > li[data-checked]::after {
  border: none;
  top: 4px;
  left: 24px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--estatetool-primary);
}

.estatetool-units__top {
  margin-bottom: 8px;
}

.estatetool-units__top_mobile {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.estatetool-units__top_mobile > button,
.estatetool-units__top_mobile > a {
  display: inline-block;
  margin-bottom: 1em;
}

.flb-estl-units-ejendomme-wrapper {
  flex: 1;
  display: flex;
  margin: 12px 0 16px;
  color: #ffffff;
}
.flb-estl-units-ejendomme-wrapper > .estatetool-field {
  flex: 0 1 400px;
  margin-bottom: 0;
}
.flb-estl-units-ejendomme-wrapper .estatetool-field__header {
  margin-bottom: 10px;
}
.flb-estl-units-ejendomme-wrapper .estatetool-field__title {
  color: inherit;
}

.flb-estl-units-ejendomme-wrapper .estl-select-dropdown {
  display: inline-block;
  min-width: 300px;
}
.flb-estl-units-ejendomme-wrapper .estl-select-dropdown__button {
  padding-right: 36px;
}

.flb-estl-units-3d-button {
  pointer-events: none;
  opacity: 0.5;
}

.flb-estl-units-has-primary .flb-estl-units-3d-button {
  pointer-events: initial;
  opacity: 1;
}

.estatetool-grid--units {
  margin-left: -12px;
  margin-right: -12px;
}
.estatetool-grid--units .estatetool-grid__item {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

.estatetool-unit-card {
  position: relative;
  padding: 0;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.268;
  color: #000000;
  transition: all 0.3s;
}
.estatetool-unit-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}
.estatetool-unit-card__top {
  background-color: #FEF5DD;
  min-height: auto;
  margin-top: -18px;
  margin-bottom: 0;
  padding: 16px 24px 0;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: visible;
  z-index: 2;
}
.estatetool-unit-card__image-wrapper {
  position: relative;
  min-height: 213px;
  padding-top: 60%;
  margin-bottom: 16px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #efefef;
}
.estatetool-unit-card__image-wrapper--slider {
  z-index: 20;
  cursor: grab;
}
.estatetool-unit-card__body {
  position: relative;
  margin-top: -18px;
  padding: 18px 24px 8px;
  border-radius: 20px 20px 0 0;
  background-color: #FEF5DD;
  z-index: 20;
}
.estatetool-unit-card__title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}
.estatetool-unit-card__address {
  margin-bottom: 10px;
}
.estatetool-unit-card__subtitle {
  font-size: 14px;
  font-weight: 400;
}
.estatetool-unit-card__info {
  margin-top: 12px;
  padding-left: 8px;
  padding-right: 0;
  font-size: 14px;
}
.estatetool-unit-card__info > div {
  max-width: 50%;
  margin-bottom: 0;
  padding: 0 8px;
}
.estatetool-unit-card__info > div > span {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.estatetool-unit-card__info > div > span > svg {
  top: 7px;
  color: inherit;
}
.estatetool-unit-card__button {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #AB6627;
  color: #ffffff;
  line-height: 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}
.estatetool-unit-card__button:hover {
  background: #814d1e;
  color: #ffffff;
}
.estatetool-unit-card__flb-status {
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #41584A;
  background-color: #C6CDC9;
  border-radius: 0 0 20px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.estatetool-unit-card .estatetool-swiper-images {
  user-select: none;
}
.estatetool-unit-card .estatetool-swiper-images__prev {
  left: 8px;
}
.estatetool-unit-card .estatetool-swiper-images__prev > svg {
  margin-right: 1px;
}
.estatetool-unit-card .estatetool-swiper-images__next {
  right: 8px;
}
.estatetool-unit-card .estatetool-swiper-images__next > svg {
  margin-left: 2px;
}
.estatetool-unit-card .estatetool-swiper-images__next, .estatetool-unit-card .estatetool-swiper-images__prev {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: all 0.3s;
}
.estatetool-unit-card .estatetool-swiper-images__next > svg, .estatetool-unit-card .estatetool-swiper-images__prev > svg {
  width: 12px;
  height: 10px;
  fill: #000000;
}
.estatetool-unit-card .estatetool-swiper-images__next:hover, .estatetool-unit-card .estatetool-swiper-images__prev:hover {
  background-color: rgb(255, 255, 255);
}
.estatetool-unit-card .estatetool-swiper-images__next.swiper-button-disabled, .estatetool-unit-card .estatetool-swiper-images__prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.estatetool-unit-card a.estatetool-unit-card__button {
  background: #AB6627;
  color: #ffffff;
  line-height: 20px;
  font-weight: 600;
  font-size: 16px;
}
.estatetool-unit-card a.estatetool-unit-card__button:hover {
  background: #814d1e;
  color: #ffffff;
}

.flb-estl-unit-card-oh {
  position: absolute;
  right: -12px;
  top: 74px;
  padding: 11px 16px;
  border-radius: 24px 24px 0 24px;
  background-color: #25408F;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  z-index: 25;
}
.flb-estl-unit-card-oh::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  border-top: 2px solid #25408F;
  border-right: 6px solid #25408F;
  border-left: 6px solid transparent;
  border-bottom: 2px solid transparent;
  z-index: 2;
}
.flb-estl-unit-card-oh::after {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 12px;
  height: 14px;
  border-radius: 0 0 12px 0;
  background-color: #142555;
  z-index: 1;
}

.flb-estl-unit-card-property {
  position: relative;
  padding: 10px 10px 24px;
  border-radius: 20px 20px 0 0;
  text-align: center;
  background-color: #efefef;
  font-weight: 700;
  z-index: 1;
}

.flb-estl-units-others-title {
  display: flex;
  margin: 20px 0 40px;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}
.flb-estl-units-others-title > span:nth-of-type(2) {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1099px) {
  .flb-estl-units-others-title > span:nth-of-type(2) {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
.flb-estl-units-others-title > span:first-of-type, .flb-estl-units-others-title > span:last-of-type {
  border-bottom: 2px solid #fff;
  flex-grow: 1;
}

.flb-estatetool-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
.flb-estatetool-grid__item {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 24px;
  width: 100%;
}
@media (min-width: 620px) {
  .flb-estatetool-grid__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .flb-estatetool-grid__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .flb-estatetool-grid__item {
    width: 33.33%;
  }
}
.flb-estatetool-grid__item--animated {
  -webkit-animation: estatetool-grid-animate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: estatetool-grid-animate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.estatetool-unit-card--others .estatetool-unit-card__title {
  color: #132D4F;
}
.estatetool-unit-card--others .estatetool-unit-card__body {
  background-color: #8C9BA9;
}
.estatetool-unit-card--others .estatetool-unit-card__info {
  color: #ffffff;
}
.estatetool-unit-card--others .estatetool-unit-card__info > div {
  border-color: #ffffff;
}
.estatetool-unit-card--others .estatetool-unit-card__flb-status {
  background-color: #D1D1D1;
  color: #132D4F;
}
.estatetool-unit-card--others a.estatetool-unit-card__button {
  background-color: #132D4F;
  color: #ffffff;
}
.estatetool-unit-card--others a.estatetool-unit-card__button:hover {
  background-color: #0e213a;
  color: #ffffff;
}

table.estatetool-datatable thead .sorting > span::after {
  display: none;
}

table.estatetool-table.estatetool-table {
  border-radius: 20px 20px 0 0;
  background-color: transparent;
}
table.estatetool-table.estatetool-table > thead {
  border-bottom: 12px solid transparent !important;
}
table.estatetool-table.estatetool-table > thead > tr > th {
  background-color: #fff;
  padding: 12px 18px;
  margin-bottom: 40px;
}
table.estatetool-table.estatetool-table > thead > tr > th:first-child {
  border-radius: 20px 0 0 0;
}
table.estatetool-table.estatetool-table > thead > tr > th:last-child {
  border-radius: 0 20px 0 0;
}
table.estatetool-table.estatetool-table tbody tr {
  border-top: 5px solid #000;
  background-color: #ffffff;
}
table.estatetool-table.estatetool-table tbody tr:nth-of-type(odd) {
  background-color: #C6CDC9;
}
table.estatetool-table.estatetool-table tbody tr td {
  border-top: 4px solid rgba(65, 88, 74, 0.7);
  padding: 12px 18px;
  position: relative;
}
table.estatetool-table.estatetool-table tbody tr td > .flbestl-table-status-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 4px);
  height: 100%;
  border-radius: 0 4px 4px 0;
}
table.estatetool-table.estatetool-table .estatetool-table__status {
  min-width: 75px;
  border-radius: 20px;
}

.estatetool-tablemob__item {
  margin-bottom: 4px;
}
.estatetool-tablemob__item:nth-child(even) .estatetool-cardsm {
  background-color: #C6CDC9;
}
.estatetool-tablemob__item:first-child .estatetool-cardsm {
  border-radius: 20px 20px 0 0;
}
.estatetool-tablemob__item:last-child .estatetool-cardsm {
  border-radius: 0 0 20px 20px;
}

.estatetool-cardsm {
  background-color: #fff;
  border-left: 4px solid transparent;
}
.estatetool-cardsm__body {
  padding-right: 100px;
}
.estatetool-cardsm__status {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 75px;
  border-radius: 20px;
}
.estatetool-cardsm__title {
  font-weight: 600;
}

.estl-map-info--other a.estatetool-button.estatetool-button,
.estl-map-info--other button.estatetool-button.estatetool-button {
  background-color: #132D4F;
  border-color: #132D4F;
}
.estl-map-info--other a.estatetool-button.estatetool-button:hover,
.estl-map-info--other button.estatetool-button.estatetool-button:hover {
  background-color: #091626;
}
.estl-map-info--other a.estatetool-button.estatetool-button.estatetool-button--link,
.estl-map-info--other button.estatetool-button.estatetool-button.estatetool-button--link {
  background-color: transparent;
  color: #132D4F;
}
.estl-map-info--other a.estatetool-button.estatetool-button.estatetool-button--link:hover,
.estl-map-info--other button.estatetool-button.estatetool-button.estatetool-button--link:hover {
  color: #091626;
}

.estl-units-map .gm-style .gm-style-iw-ch {
  padding-top: 0;
}
.estl-units-map .gm-style .gm-style-iw,
.estl-units-map .gm-style .gm-style-iw-chr {
  padding: 0px;
  border-radius: 0 !important;
}
.estl-units-map .gm-style .gm-style-iw > button,
.estl-units-map .gm-style .gm-style-iw-chr > button {
  position: absolute !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  top: 0 !important;
  right: 0 !important;
  width: 24px !important;
  height: 24px !important;
  text-align: center;
}
.estl-units-map .gm-style .gm-style-iw > button > span,
.estl-units-map .gm-style .gm-style-iw-chr > button > span {
  display: inline-block;
  background-color: var(--estatetool-primary) !important;
  margin: 0 auto !important;
}

.estl-units-map__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.estl-units-map__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff !important;
  width: 40px;
  height: 40px;
  padding: 12px 0 !important;
  z-index: 10;
}
.estl-units-map__close > svg {
  height: 16px;
}
.estl-units-map.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  z-index: 10000;
}
.estl-units-map.open .estl-units-map__inner {
  top: 50%;
  height: 90%;
  max-width: 90%;
  width: 1200px;
  transform: translateY(-50%);
  margin: 0 auto;
}

.estatetool-units--flb-custom2 .estatetool-units__container {
  display: block;
}
.estatetool-units--flb-custom2 .estatetool-units__side {
  height: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

@media (min-width: 1100px) {
  .estatetool-units--flb-custom2 .estatetool-filter {
    display: none;
    flex-direction: column;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
    width: 100%;
    max-height: 100vh;
    max-width: 800px;
    height: 615px;
    max-height: 90vh;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__body, .estatetool-units--flb-custom2 .estatetool-filter__header, .estatetool-units--flb-custom2 .estatetool-filter__footer {
    -webkit-animation: estatetool-grid-animate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: estatetool-grid-animate 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__header, .estatetool-units--flb-custom2 .estatetool-filter__footer {
    display: flex;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10001;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__header {
    margin-bottom: 2px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 20px 20px 0 0;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__header > span {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__header > span > svg {
    margin-right: 8px;
    margin-bottom: 4px;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__header .estatetool-button--icon:hover {
    background-color: transparent;
    color: inherit;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__footer {
    height: 80px;
    flex: 0 0 80px;
    margin-top: 2px;
    border-radius: 0 0 20px 20px;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__body {
    padding: 32px 20px 0;
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10001;
  }
  .estatetool-units--flb-custom2 .estatetool-filter__body-inner {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .estatetool-units--flb-custom2 .estatetool-filter--open, .estatetool-units--flb-custom2 .estatetool-filter.open {
    display: flex;
    transform: translate(-50%, -50%);
  }
  .estatetool-units--flb-custom2 .estatetool-filter--open + .flb-estatetool-filter-cover, .estatetool-units--flb-custom2 .estatetool-filter.open + .flb-estatetool-filter-cover {
    display: block;
  }
  .estatetool-units--flb-custom2 .estatetool-filter .estatetool-field {
    display: flex;
    justify-content: space-between;
  }
  .estatetool-units--flb-custom2 .estatetool-filter .estatetool-field > div:nth-child(2) {
    margin-left: 20px;
    flex: 0 0 300px;
  }
}
.estatetool-units--flb-custom2 .flb-estatetool-button-reset {
  margin-left: 12px;
  visibility: visible;
}
.estatetool-units--flb-custom2 .flb-estatetool-button-reset:disabled {
  visibility: hidden;
}

.flb-estatetool-filter-cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(65, 88, 74, 0.95);
}

.flb-estl-unit-header {
  position: relative;
  background-color: #FEF5DD;
  height: 54vw;
  max-height: 992px;
}
.flb-estl-unit-header__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
}
.flb-estl-unit-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 25%;
  min-height: 114px;
  background: linear-gradient(180deg, rgba(254, 245, 221, 0) 0%, #FEF5DD 89.06%);
  z-index: 2;
}
@media (max-width: 767px) {
  .flb-estl-unit-header::after {
    height: 35%;
  }
}

.estatetool-unit-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .estatetool-unit-title {
    font-size: 20px;
  }
}

.estatetool-unit-info {
  width: 100%;
  max-width: 510px;
  background-color: #25408F;
  color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  margin-left: auto;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .estatetool-unit-info {
    padding: 32px;
  }
}
.flb-estatetool-unit-info-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
}

.estatetool-unit-address {
  padding-top: 0.125em;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767px) {
  .estatetool-unit-address {
    font-size: 20px;
  }
}

.estatetool-unit-status__pill {
  margin-bottom: 0;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 20px;
}

.estatetool-unit-info-title {
  font-size: 20px;
  font-weight: 500;
}

table.estatetool-info-table {
  font-size: 16px;
  margin-bottom: 0;
}
table.estatetool-info-table tbody tr > td:first-child {
  width: 60%;
}

.estatetool-info-separator {
  margin: 16px 0 !important;
  border: 0;
}

.estatetool-unit-facilities {
  display: block;
  margin: 0;
}
.estatetool-unit-facilities > li {
  position: relative;
  display: list-item;
  margin: 0 0 12px;
  padding: 4px 0 4px 32px;
  background-color: transparent;
  line-height: 1.125;
}
.estatetool-unit-facilities > li > svg {
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.25em;
  width: 1.25em;
}

.flb-estl-unit-gallery {
  padding-bottom: 20px;
  position: relative;
}
.flb-estl-unit-gallery .flb-estl-unit-gallery__inner img {
  border-radius: 20px;
}
.flb-estl-unit-gallery .swiper-container {
  position: static;
  max-width: calc(100% - 90px);
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: visible;
}
.flb-estl-unit-gallery .swiper-button-prev,
.flb-estl-unit-gallery .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-25%);
  background: none;
}
.flb-estl-unit-gallery .swiper-button-prev::after,
.flb-estl-unit-gallery .swiper-button-next::after {
  display: none;
}
.flb-estl-unit-gallery .swiper-button-prev svg,
.flb-estl-unit-gallery .swiper-button-next svg {
  width: 27px;
  height: 40px;
  fill: #ffffff;
}
.flb-estl-unit-gallery .swiper-button-next {
  right: 10px;
  left: auto;
}
.flb-estl-unit-gallery .swiper-button-prev {
  left: 10px;
  right: auto;
}
.flb-estl-unit-gallery .swiper-pagination {
  display: block;
  width: 100%;
  bottom: -8px !important;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.flb-estl-unit-gallery .swiper-pagination > .swiper-pagination-bullet {
  margin: 0 4px;
}
.flb-estl-unit-gallery .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  opacity: 0.2;
  background-color: #fff;
}
.flb-estl-unit-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}

.estatetool-unit-oh .estatetool-open-house {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.estatetool-unit-oh .estatetool-open-house__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.1;
}
.estatetool-unit-oh .estatetool-open-house a.estatetool-open-house__button.estatetool-open-house__button {
  padding: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.estatetool-unit-oh .estatetool-open-house a.estatetool-open-house__button.estatetool-open-house__button:hover {
  background-color: transparent;
  color: inherit;
}

.estatetool-unit-video {
  position: relative;
  min-height: 400px;
}
.estatetool-unit-video__center {
  position: absolute;
  max-width: 80%;
  left: 50%;
  top: 50%;
  padding: 1em;
  background-color: rgba(65, 88, 74, 0.6);
  color: #fff;
  font-size: 40px;
  line-height: 1;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-wrap: nowrap;
}
@media (min-width: 998px) {
  .estatetool-unit-video__center {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .estatetool-unit-video__center {
    font-size: 96px;
  }
}
.estatetool-unit-video__controller {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
}
.estatetool-unit-video__icon {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.5);
}
.estatetool-unit-video__icon svg {
  fill: #000;
}
.estatetool-unit-video__video > video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.estl-searchbox {
  font-size: 16px;
}
.estl-searchbox__input {
  width: 600px;
  height: 80px;
}
.estl-searchbox__innerinput {
  height: 80px;
}
.estl-searchbox__inner {
  max-width: 600px;
}
.estl-searchbox__body {
  width: 100%;
  margin-top: -1px;
  border-radius: 0 0 20px 20px;
}
.estl-searchbox a {
  color: var(--estatetool-primary) !important;
}

.estl-searchbox-title {
  font-size: 16px;
  background-color: transparent;
  padding: 0.75em 0;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;
  color: inherit;
  border-bottom: 2px solid #d1d1d1;
}

.estl-searchbox__padding--sm {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.estl-searchbox-link {
  text-decoration: none !important;
  color: inherit;
}
.estl-searchbox-link:hover {
  text-decoration: underline !important;
}
.estl-searchbox-link > svg {
  margin-left: 12px;
  vertical-align: text-bottom;
}

.estl-searchbox-title__inner > svg {
  transform: rotate(-180deg);
}

.estl-searchbox-input {
  width: 600px;
  height: 80px;
  border-radius: 20px;
}
.estl-searchbox-input__input > input {
  padding: 4px 20px;
  padding-left: 24px !important;
  font-size: 16px !important;
  background-color: transparent;
}
.estl-searchbox-input__button {
  color: inherit;
  background-color: transparent;
}
.estl-searchbox-input__button:hover {
  color: inherit;
  background-color: transparent;
}

.estl-searchbox__modal .estl-searchbox-input {
  border-radius: 20px 20px 0 0;
}

.estl-searchbox-properties {
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
}
.estl-searchbox-properties__item {
  margin-bottom: 4px;
}
.estl-searchbox__padding + .estl-searchbox-properties {
  margin-top: 0;
}

.estl-searchbox a.estl-searchbox-property {
  color: #000000 !important;
}
.estl-searchbox a.estl-searchbox-property:not(.estl-searchbox a.estl-searchbox-property--loading):hover {
  color: #ffffff !important;
}

.estl-searchbox-property {
  position: relative;
  min-height: auto;
  padding: 14px 24px;
  background-color: transparent;
  transition: all 0.3s;
  color: #000000;
  cursor: pointer;
}
.estl-searchbox-property:not(.estl-searchbox-property--loading):hover {
  color: #ffffff;
  background-color: #41584A;
}
.estl-searchbox-property__arrow {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.estl-searchbox-property__image {
  width: 80px;
  height: 60px;
  border-radius: 10px;
}
.estl-searchbox-property__image img {
  border-radius: 10px;
}
.estl-searchbox-property__body {
  padding-top: 4px;
  padding-bottom: 0;
}
.estl-searchbox-property__title {
  font-size: 16px;
  font-weight: 500;
}
.estl-searchbox-property__count {
  color: inherit;
}
