.elementor-element.elementor-element-fc48d0b {
  --ef-jet-bar-h: 40px;
  --ef-jet-bar-search-min: 280px;
  --ef-jet-bar-border: rgba(17, 17, 17, 0.12);
  --ef-jet-bar-bg: rgba(255, 255, 255, 0.94);
  --ef-jet-bar-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
  --ef-jet-bar-radius: 14px;
  --ef-jet-bar-sort-radius: 18px;
  --ef-jet-bar-text: #111111;
}

.elementor-element.elementor-element-fc48d0b > .elementor-container {
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
}

.elementor-element.elementor-element-fc48d0b .jet-search-filter {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: var(--ef-jet-bar-h) !important;
  height: var(--ef-jet-bar-h) !important;
  overflow: hidden !important;
  border: 1px solid var(--ef-jet-bar-border) !important;
  border-radius: var(--ef-jet-bar-radius) !important;
  background: var(--ef-jet-bar-bg) !important;
  box-shadow: var(--ef-jet-bar-shadow) !important;
}

.elementor-element.elementor-element-fc48d0b .jet-search-filter__input-wrapper {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  align-items: center !important;
}

.elementor-element.elementor-element-fc48d0b .jet-search-filter__input {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  min-height: var(--ef-jet-bar-h) !important;
  padding: 0 16px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--ef-jet-bar-text) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.elementor-element.elementor-element-fc48d0b
  .jet-search-filter__input::placeholder {
  color: rgba(17, 17, 17, 0.42) !important;
}

.elementor-element.elementor-element-fc48d0b .jet-search-filter__submit {
  flex: 0 0 auto !important;
  min-width: 88px !important;
  height: auto !important;
  min-height: var(--ef-jet-bar-h) !important;
  padding: 0 18px !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid var(--ef-jet-bar-border) !important;
  border-radius: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.elementor-element.elementor-element-fc48d0b .jet-search-filter__submit:hover,
.elementor-element.elementor-element-fc48d0b
  .jet-search-filter__submit:focus-visible {
  background: #2a2a2a !important;
  color: #ffffff !important;
  outline: none !important;
}

.elementor-element.elementor-element-fc48d0b > .elementor-container > .elementor-column:has(.jet-sorting) {
  flex: 0 0 auto !important;
  width: auto !important;
  --width: auto !important;
  min-width: 118px !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting {
  position: relative !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 118px !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid var(--ef-jet-bar-text);
  border-bottom: 2px solid var(--ef-jet-bar-text);
  transform: rotate(45deg);
  pointer-events: none;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting-select {
  width: 100% !important;
  max-width: none !important;
  height: var(--ef-jet-bar-h) !important;
  min-height: var(--ef-jet-bar-h) !important;
  padding: 0 40px 0 16px !important;
  margin: 0 !important;
  border: 1px solid var(--ef-jet-bar-border) !important;
  border-radius: var(--ef-jet-bar-sort-radius) !important;
  background: #ffffff !important;
  color: var(--ef-jet-bar-text) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  outline: none !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  box-shadow: var(--ef-jet-bar-shadow) !important;
  color-scheme: light !important;
  align-self: stretch !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting-select:hover,
.elementor-element.elementor-element-fc48d0b .jet-sorting-select:focus {
  border-color: rgba(17, 17, 17, 0.28) !important;
  box-shadow:
    var(--ef-jet-bar-shadow),
    0 0 0 1px rgba(17, 17, 17, 0.08) !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting-select option {
  background: #ffffff !important;
  color: var(--ef-jet-bar-text) !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom {
  position: relative !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom::after {
  display: none !important;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--ef-jet-bar-h);
  height: var(--ef-jet-bar-h);
  padding: 0 40px 0 16px;
  margin: 0;
  border: 1px solid var(--ef-jet-bar-border);
  border-radius: var(--ef-jet-bar-sort-radius);
  background: #ffffff;
  color: var(--ef-jet-bar-text);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  box-shadow: var(--ef-jet-bar-shadow);
  box-sizing: border-box;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid var(--ef-jet-bar-text);
  border-bottom: 2px solid var(--ef-jet-bar-text);
  transform: rotate(45deg);
  pointer-events: none;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__trigger[aria-expanded='true']::after {
  margin-top: -2px;
  transform: rotate(-135deg);
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__trigger:hover,
.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__trigger:focus-visible {
  border-color: rgba(17, 17, 17, 0.28);
  box-shadow:
    var(--ef-jet-bar-shadow),
    0 0 0 1px rgba(17, 17, 17, 0.08);
  outline: none;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 120;
  display: none;
  margin: 0;
  padding: 6px;
  list-style: none;
  border: 1px solid var(--ef-jet-bar-border);
  border-radius: var(--ef-jet-bar-sort-radius);
  background: #ffffff;
  box-shadow: var(--ef-jet-bar-shadow);
  box-sizing: border-box;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__menu.is-open {
  display: block;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--ef-jet-bar-text);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__option.is-selected {
  background: rgba(17, 17, 17, 0.06);
  font-weight: 600;
}

.elementor-element.elementor-element-fc48d0b .jet-sorting.ef-jet-sort--custom .ef-jet-sort__option + .ef-jet-sort__option {
  margin-top: 2px;
}

.elementor-element.elementor-element-fc48d0b
  .elementor-widget-html
  .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element.elementor-element-fc48d0b
  .elementor-widget-html
  .elementor-widget-container
  > div:has(.number_post_on_page) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: var(--ef-jet-bar-h) !important;
  height: var(--ef-jet-bar-h) !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid var(--ef-jet-bar-border) !important;
  border-radius: var(--ef-jet-bar-radius) !important;
  background: var(--ef-jet-bar-bg) !important;
  box-shadow: var(--ef-jet-bar-shadow) !important;
  color: var(--ef-jet-bar-text) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.elementor-element.elementor-element-fc48d0b .number_post_on_page {
  display: inline !important;
  margin: 0 !important;
  color: var(--ef-jet-bar-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
}

.elementor-element.elementor-element-fc48d0b .ef-jet-bar__actions-slot {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: var(--ef-jet-bar-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
  box-sizing: border-box !important;
}

.elementor-element.elementor-element-fc48d0b > .elementor-container > .ef-jet-bar__actions-slot {
  order: 99 !important;
}

.elementor-element.elementor-element-fc48d0b .ef-jet-bar__actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  height: var(--ef-jet-bar-h) !important;
}

.elementor-element.elementor-element-fc48d0b .ef-jet-bar__actions-slot .ef-toolbar__save-search {
  margin-left: 12px !important;
}

.elementor-element.elementor-element-fc48d0b .ef-toolbar__save-search,
.elementor-element.elementor-element-fc48d0b .ef-toolbar__clear-filters,
.elementor-element.elementor-element-fc48d0b [data-theme-toggle] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 var(--ef-jet-bar-h) !important;
  width: var(--ef-jet-bar-h) !important;
  min-width: var(--ef-jet-bar-h) !important;
  max-width: var(--ef-jet-bar-h) !important;
  height: var(--ef-jet-bar-h) !important;
  min-height: var(--ef-jet-bar-h) !important;
  max-height: var(--ef-jet-bar-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--ef-jet-bar-border) !important;
  border-radius: var(--ef-jet-bar-radius) !important;
  background: var(--ef-jet-bar-bg) !important;
  box-shadow: var(--ef-jet-bar-shadow) !important;
  color: var(--ef-jet-bar-text) !important;
  line-height: 0 !important;
  font-size: 0 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.elementor-element.elementor-element-fc48d0b .ef-toolbar__save-search:hover,
.elementor-element.elementor-element-fc48d0b .ef-toolbar__save-search:focus-visible,
.elementor-element.elementor-element-fc48d0b .ef-toolbar__clear-filters:hover,
.elementor-element.elementor-element-fc48d0b .ef-toolbar__clear-filters:focus-visible,
.elementor-element.elementor-element-fc48d0b [data-theme-toggle]:hover,
.elementor-element.elementor-element-fc48d0b [data-theme-toggle]:focus-visible {
  border-color: rgba(17, 17, 17, 0.28) !important;
  box-shadow:
    var(--ef-jet-bar-shadow),
    0 0 0 1px rgba(17, 17, 17, 0.08) !important;
  outline: none !important;
}

.elementor-element.elementor-element-fc48d0b .ef-toolbar__save-search-icon,
.elementor-element.elementor-element-fc48d0b .ef-toolbar__clear-filters-icon,
.elementor-element.elementor-element-fc48d0b [data-theme-toggle] .ef-toolbar__theme-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  pointer-events: none !important;
}

.elementor-element.elementor-element-fc48d0b [data-theme-toggle] .ef-toolbar__theme-icon--sun {
  display: none !important;
}

.properties.is-light-theme
  .elementor-element.elementor-element-fc48d0b
  [data-theme-toggle]
  .ef-toolbar__theme-icon--moon,
html.ef-properties-light-theme
  .elementor-element.elementor-element-fc48d0b
  [data-theme-toggle]
  .ef-toolbar__theme-icon--moon {
  display: none !important;
}

.properties.is-light-theme
  .elementor-element.elementor-element-fc48d0b
  [data-theme-toggle]
  .ef-toolbar__theme-icon--sun,
html.ef-properties-light-theme
  .elementor-element.elementor-element-fc48d0b
  [data-theme-toggle]
  .ef-toolbar__theme-icon--sun {
  display: flex !important;
}

.elementor-element.elementor-element-fc48d0b .ef-toolbar__save-search-icon svg,
.elementor-element.elementor-element-fc48d0b .ef-toolbar__clear-filters-icon svg,
.elementor-element.elementor-element-fc48d0b [data-theme-toggle] svg {
  display: block !important;
  flex: 0 0 22px !important;
  width: 22px !important;
  height: 22px !important;
  overflow: visible !important;
}

.elementor-element.elementor-element-fc48d0b .ef-toolbar__clear-filters[hidden] {
  display: none !important;
}

@media (max-width: 1024px) {
  .elementor-element.elementor-element-fc48d0b > .elementor-container {
    flex-wrap: wrap !important;
    row-gap: 12px !important;
  }

  .elementor-element.elementor-element-fc48d0b > .elementor-container > .elementor-column {
    flex: 0 1 auto !important;
    width: auto !important;
    --width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .elementor-element.elementor-element-fc48d0b
    > .elementor-container
    > .elementor-column:has(.jet-search-filter) {
    flex: 1 1 var(--ef-jet-bar-search-min) !important;
    min-width: min(100%, var(--ef-jet-bar-search-min)) !important;
    max-width: 100% !important;
  }

  .elementor-element.elementor-element-fc48d0b .jet-search-filter {
    flex-shrink: 0 !important;
    min-width: min(100%, var(--ef-jet-bar-search-min)) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-element.elementor-element-fc48d0b
    > .elementor-container
    > .elementor-column:has(.jet-sorting),
  .elementor-element.elementor-element-fc48d0b
    > .elementor-container
    > .elementor-column:has(.number_post_on_page) {
    flex: 0 1 auto !important;
  }

  .elementor-element.elementor-element-fc48d0b > .elementor-container > .ef-jet-bar__actions-slot {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1025px) {
  .elementor-element.elementor-element-fc48d0b .jet-search-filter {
    min-width: 280px !important;
    flex-shrink: 0 !important;
  }
}

@media (max-width: 479px) {
  .elementor-element.elementor-element-fc48d0b {
    --ef-jet-bar-search-min: 100%;
  }

  .elementor-element.elementor-element-fc48d0b
    > .elementor-container
    > .elementor-column:has(.jet-search-filter) {
    flex: 1 1 100% !important;
    min-width: 100% !important;
  }
}

body.ef-coming-soon-page:not(.ef-coming-soon-light-theme),
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) {
  background: #000000;
  color: #ffffff;
  color-scheme: dark;
}

body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) .elementor-posts-nothing-found,
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) .elementor-posts-nothing-found,
html:not(.ef-properties-light-theme) body.ef-coming-soon-page .elementor-posts-nothing-found,
html:not(.ef-properties-light-theme) body.post-type-archive-coming_soon .elementor-posts-nothing-found {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.ef-coming-soon-page.ef-coming-soon-light-theme .elementor-posts-nothing-found,
body.post-type-archive-coming_soon.ef-coming-soon-light-theme .elementor-posts-nothing-found,
html.ef-properties-light-theme body.ef-coming-soon-page .elementor-posts-nothing-found,
html.ef-properties-light-theme body.post-type-archive-coming_soon .elementor-posts-nothing-found {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}

body.ef-coming-soon-page.ef-coming-soon-light-theme,
html.ef-properties-light-theme body.ef-coming-soon-page,
body.post-type-archive-coming_soon.ef-coming-soon-light-theme,
html.ef-properties-light-theme body.post-type-archive-coming_soon {
  background: #ffffff;
  color: #111111;
  color-scheme: light;
}

body.ef-coming-soon-page .elementor-element-bc6b279,
body.post-type-archive-coming_soon .elementor-element-bc6b279 {
  background: #000000 !important;
}

body.ef-coming-soon-page .elementor-element-131315b,
body.post-type-archive-coming_soon .elementor-element-131315b {
  background-color: #000000 !important;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .elementor-heading-title,
body.ef-coming-soon-page .elementor-element-bc6b279 .elementor-widget-heading .elementor-heading-title,
body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-collapsible__summary .elementor-heading-title,
body.ef-coming-soon-page .elementor-element-bc6b279 .jet-checkboxes-list__label,
body.ef-coming-soon-page .elementor-element-bc6b279 .jet-filter-label,
body.ef-coming-soon-page .elementor-element-bc6b279 .jet-smart-filters legend,
body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-list .jet-checkboxes-list__label,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .elementor-heading-title,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .jet-checkboxes-list__label,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-list .jet-checkboxes-list__label {
  color: #ffffff !important;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .jet-range__inputs input,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .jet-range__inputs input {
  color: #111111 !important;
  background-color: #ffffff !important;
  -webkit-text-fill-color: #111111 !important;
}

html.ef-properties-light-theme body.ef-coming-soon-page .elementor-element-5170068 .elementor-heading-title,
body.ef-coming-soon-page.ef-coming-soon-light-theme .elementor-element-5170068 .elementor-heading-title {
  color: #111111 !important;
}

html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) .elementor-element-5170068 .elementor-heading-title,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) .elementor-element-5170068 .elementor-heading-title {
  color: #ffffff !important;
}

body.ef-coming-soon-page.ef-coming-soon-light-theme .elementor-post:is(.coming_soon, .type-coming_soon),
html.ef-properties-light-theme body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon),
body.post-type-archive-coming_soon.ef-coming-soon-light-theme .elementor-post:is(.coming_soon, .type-coming_soon),
html.ef-properties-light-theme body.post-type-archive-coming_soon .elementor-post:is(.coming_soon, .type-coming_soon) {
  color: #111111;
}

body.ef-coming-soon-page.ef-coming-soon-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
html.ef-properties-light-theme body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
body.ef-coming-soon-page.ef-coming-soon-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text,
html.ef-properties-light-theme body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text,
body.post-type-archive-coming_soon.ef-coming-soon-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
html.ef-properties-light-theme body.post-type-archive-coming_soon .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
body.post-type-archive-coming_soon.ef-coming-soon-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text,
html.ef-properties-light-theme body.post-type-archive-coming_soon .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text {
  color: #111111 !important;
}

html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon),
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon),
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) {
  color: #ffffff !important;
}

html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text,
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text {
  color: #ffffff !important;
}

html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392,
html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-heading-title,
html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-icon-list-text,
html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-widget-text-editor,
html:not(.ef-properties-light-theme) body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .jet-listing-dynamic-field,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-heading-title,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-icon-list-text,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-widget-text-editor,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .jet-listing-dynamic-field,
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392,
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-heading-title,
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) #primary .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-icon-list-text {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-icon,
body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-icon i,
body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-icon i::before,
body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-icon svg,
body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-icon svg path,
body.post-type-archive-coming_soon .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-icon i,
body.post-type-archive-coming_soon .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-icon i::before {
  color: #d7b56d !important;
  fill: #d7b56d !important;
  stroke: #d7b56d !important;
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible {
  display: block;
  width: 100%;
  margin: 0;
  margin-block-end: 20px;
}

body.ef-coming-soon-filters-pending .elementor-element-bc6b279 .elementor-widget-wrap:not([data-ef-filters-ui-ready]) .elementor-element-0e37368,
body.ef-coming-soon-filters-pending .elementor-element-bc6b279 .elementor-widget-wrap:not([data-ef-filters-ui-ready]) .elementor-element-1091fda,
body.ef-coming-soon-filters-pending .elementor-element-bc6b279 .elementor-widget-wrap:not([data-ef-filters-ui-ready]) .elementor-element-7edd1cc,
body.ef-coming-soon-filters-pending .elementor-element-bc6b279 .elementor-widget-wrap:not([data-ef-filters-ui-ready]) .elementor-element-ddbd6d6,
body.ef-coming-soon-filters-pending .elementor-element-bc6b279 .elementor-widget-wrap:not([data-ef-filters-ui-ready]) .elementor-element-ae09e61,
body.ef-coming-soon-filters-pending .elementor-element-bc6b279 .elementor-widget-wrap:not([data-ef-filters-ui-ready]) .elementor-element-4bca107,
body.ef-coming-soon-filters-pending #ef-coming-soon-extra-filters:not([data-mounted]) {
  display: none !important;
}

.elementor-element-bc6b279 .elementor-element-538205f > .elementor-widget-wrap > [class*='elementor-widget-jet-smart-filters'] {
  margin-block-end: 20px;
}

.elementor-element-bc6b279 .ef-coming-soon-extra-filters > .ef-coming-soon-collapsible:last-child,
.elementor-element-bc6b279 .elementor-element-538205f > .elementor-widget-wrap > :last-child {
  margin-block-end: 0;
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible__summary {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 22px 0 0;
  list-style: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible__summary::-webkit-details-marker {
  display: none;
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible__summary::marker {
  content: '';
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible__summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 2px solid #d7b56d;
  border-bottom: 2px solid #d7b56d;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible[open] > .ef-coming-soon-collapsible__summary::after {
  margin-top: -2px;
  transform: rotate(-135deg);
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible__summary .elementor-heading-title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.elementor-element-bc6b279 .ef-coming-soon-collapsible__content {
  padding-top: 8px;
}

.ef-coming-soon-extra-filters {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  width: 100%;
}

.ef-coming-soon-extra-filters .ef-property-filters__color-palette-carousel {
  padding: 12px 6px;
  border-radius: 18px;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.ef-coming-soon-extra-filters .ef-property-filters__color-input:checked + .ef-property-filters__color-swatch {
  transform: none;
  box-shadow:
    0 0 0 2px #f2f2f2,
    0 0 0 3px #d7b56d;
}

.ef-coming-soon-extra-filters .ef-property-filters__color-input:checked + .ef-property-filters__color-swatch--light {
  box-shadow:
    0 0 0 2px rgba(17, 17, 17, 0.5),
    0 0 0 3px #d7b56d;
}

.ef-coming-soon-extra-filters .ef-property-filters__color-input:checked + .ef-property-filters__color-swatch--dark {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.78),
    0 0 0 3px #d7b56d;
}

.ef-coming-soon-extra-filters .ef-property-filters__color-input:focus-visible + .ef-property-filters__color-swatch {
  box-shadow:
    0 0 0 2px #f2f2f2,
    0 0 0 4px #d7b56d;
}

.ef-coming-soon-extra-filters__standing-widget {
  width: 100%;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list__row,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list__row {
  display: block;
  margin-right: calc(5px / 2);
  margin-left: calc(5px / 2);
  padding-top: calc(10px / 2);
  margin-bottom: calc(10px / 2);
}

body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list-wrapper,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list-wrapper {
  margin: calc(-10px / 2) calc(-5px / 2);
  border: 0;
  padding: 0;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list__button,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list__button {
  color: #ffffff;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__decorator,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__decorator {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-top: 0;
  margin-right: 5px;
  border: 0 !important;
  border-radius: 3px;
  background-color: #ffffff !important;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__checked-icon,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__checked-icon {
  font-size: 12px;
  color: #ffffff;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator,
body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator {
  background-color: #000000 !important;
}

body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon,
body.ef-coming-soon-page .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked + .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon,
body.post-type-archive-coming_soon .elementor-element-bc6b279 .ef-coming-soon-extra-filters__standing-widget .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked ~ .jet-checkboxes-list__button .jet-checkboxes-list__decorator .jet-checkboxes-list__checked-icon {
  opacity: 1;
}

body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-element-19e3851:hover,
body.ef-coming-soon-page #primary:not(.is-light-theme) .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-element-19e3851:hover,
body.post-type-archive-coming_soon:not(.ef-coming-soon-light-theme) .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-element-19e3851:hover,
html:not(.ef-properties-light-theme) body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-element-19e3851:hover,
html:not(.ef-properties-light-theme) body.post-type-archive-coming_soon .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-element-19e3851:hover {
  background-color: rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon),
body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) > .elementor {
  height: 100%;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .item_property_main,
body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .item_property_main .e-con-inner {
  height: 100%;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .item_property_main .e-con-inner {
  display: flex;
  flex-direction: column;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .item_property_main .e-con-inner > .e-con {
  flex: 1 1 auto;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-widget-image img {
  width: 100%;
  aspect-ratio: 800 / 488;
  object-fit: cover;
  display: block;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-widget-image-carousel .swiper-slide {
  height: auto !important;
  aspect-ratio: 800 / 488;
  overflow: hidden;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-widget-image-carousel .swiper-slide-inner {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-widget-image-carousel .swiper-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-element-20503f6 {
  display: none !important;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-element-19e3851 {
  display: flex !important;
  flex-direction: column !important;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-widget-icon-list .elementor-icon-list-item {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-widget-icon-list .elementor-icon-list-icon {
  display: inline-flex !important;
  flex: 0 0 auto;
  width: 1.25em;
  min-width: 14px;
}

body.ef-coming-soon-page .elementor-post:is(.coming_soon, .type-coming_soon) .elementor.elementor-18392 .elementor-widget-icon-list .elementor-icon-list-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary.is-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-heading-title,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary.is-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-icon-list-text,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary.is-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .elementor-widget-text-editor,
body.ef-coming-soon-page:not(.ef-coming-soon-light-theme) #primary.is-light-theme .elementor-post:is(.coming_soon, .type-coming_soon) .jet-listing-dynamic-field {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
