@font-face {
    font-family: "Helvetica";
    src: url("/static/fonts/helvetica.ttf") format("truetype");
}

@font-face {
    font-family: "Acumin";
    src: url("/static/fonts/acumin_pro_extra_condensed_bold.otf") format("opentype");
}

ol,
ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: " | " !important;
    color: black !important;
}

.wh-separator div:not(:last-child)::after {
    content: " | " !important;
    color: black !important;
    margin-left: 11px !important;
    margin-right: 11px !important;
}

.wh-gap-4 {
    gap: 4px !important;
}

.wh-gap-6 {
    gap: 6px !important;
}

.wh-gap-8 {
    gap: 8px !important;
}

.wh-gap-9 {
    gap: 9px !important;
}

.wh-gap-10 {
    gap: 10px !important;
}

.wh-gap-11 {
    gap: 11px !important;
}

.wh-gap-12 {
    gap: 12px !important;
}

.wh-gap-13 {
    gap: 13px !important;
}

.wh-gap-16 {
    gap: 16px !important;
}

.wh-gap-18 {
    gap: 18px !important;
}

.wh-gap-21 {
    gap: 21px !important;
}

.wh-gap-22 {
    gap: 22px !important;
}

.wh-gap-24 {
    gap: 24px !important;
}

.wh-gap-30 {
    gap: 30px !important;
}

.wh-gap-33 {
    gap: 33px !important;
}

.wh-gap-34 {
    gap: 34px !important;
}

.wh-gap-44 {
    gap: 44px !important;
}

.wh-gap-49 {
    gap: 49px !important;
}

.wh-gap-50 {
    gap: 50px !important;
}

.wh-gap-60 {
    gap: 60px !important;
}

.wh-gap-62 {
    gap: 62px !important;
}

.wh-gap-110 {
    gap: 110px !important;
}

.wh-text-white {
    color: white !important;
}

.wh-text-black {
    color: black !important;
}

.wh-text-dim-gray {
    color: #6F6F6F !important;
}

.wh-text-light-gray {
    color: #ADADAD !important;
}

.wh-text-soft-gray {
    color: #aeaeae !important;
}

.wh-text-gray {
    color: #7B7B7B !important;
}

.wh-ff-acumin {
    font-family: Acumin, sans-serif !important;
}

.wh-ff-helvetica {
    font-family: Helvetica, sans-serif !important;
}

.wh-fs-11 {
    font-size: 11px !important;
}

.wh-fs-12 {
    font-size: 12px !important;
}

.wh-fs-13 {
    font-size: 13px !important;
}

.wh-fs-14 {
    font-size: 14px !important;
}

.wh-fs-15 {
    font-size: 15px !important;
}

.wh-fs-16 {
    font-size: 16px !important;
}

.wh-fs-18 {
    font-size: 18px !important;
}

.wh-fs-20 {
    font-size: 20px !important;
}

.wh-fs-32 {
    font-size: 32px !important;
}

.wh-fs-40 {
    font-size: 40px !important;
}

.wh-fs-60 {
    font-size: 60px !important;
}

.wh-fs-93 {
    font-size: 93px !important;
}

.wh-w-24 {
    width: 24px !important;
}

.wh-w-25 {
    width: 25px !important;
}

.wh-w-167 {
    width: 167px !important;
}

.wh-w-359 {
    width: 359px !important;
}

.wh-w-412 {
    width: 412px !important;
}

.wh-w-20-p {
    width: calc(20% - 45px) !important;
}

.wh-col-md-6 {
    flex: 0 0 auto !important;
    width: calc(50% - 12px) !important;
}

.wh-w-header {
    width: calc(100% / 2) !important;
}

.wh-mw-572px {
    max-width: 572px !important;
}

.wh-mw-1280 {
    max-width: 1280px !important;
}

.wh-h-17 {
    height: 17px !important;
}

.wh-h-19 {
    height: 19px !important;
}

.wh-h-44 {
    height: 44px !important;
}

.wh-h-46 {
    height: 46px !important;
}

.wh-h-53 {
    height: 53px !important;
}

.wh-h-60 {
    height: 60px !important;
}

.wh-h-77 {
    height: 77px !important;
}

.wh-h-90 {
    height: 90px !important;
}

.wh-h-95 {
    height: 95px !important;
}

.wh-h-266 {
    height: 266px !important;
}

.wh-h-372 {
    height: 372px !important;
}

.wh-h-480 {
    height: 480px !important;
}

.wh-h-inherit {
    height: inherit !important;
}

.wh-h-form {
    height: calc(100% - 59px) !important;
}

.wh-mh-233 {
    max-height: 233px !important;
}

.wh-border-black {
    border: 1px solid #000000 !important;
}

.wh-border-dashed-1-5-gray {
    border: 1.5px dashed #999;
}

.wh-border-radius-5 {
    border-radius: 5px !important;
}

.wh-rounded-22 {
    border-radius: 22px !important;
}

.wh-rounded-41 {
    border-radius: 41px !important;
}

.wh-rounded-57 {
    border-radius: 57px !important;
}

.wh-px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.wh-px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wh-px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.wh-px-17 {
    padding-left: 17px !important;
    padding-right: 17px !important;
}

.wh-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.wh-px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.wh-px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.wh-px-29 {
    padding-left: 29px !important;
    padding-right: 29px !important;
}

.wh-px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.wh-py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.wh-py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.wh-py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.wh-py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.wh-py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.wh-py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.wh-py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.wh-py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.wh-p-11 {
    padding: 11px !important;
}

.wh-ps-4 {
    padding-left: 4px !important;
}

.wh-pe-5 {
    padding-right: 5px !important;
}

.wh-left-38 {
    left: 38px !important;
}

.wh-bottom-16 {
    bottom: 16px !important;
}

.wh-mt-8 {
    margin-top: 8px !important;
}

.wh-mt-22 {
    margin-top: 22px !important;
}

.wh-mt-25 {
    margin-top: 25px !important;
}

.wh-mt-27 {
    margin-top: 27px !important;
}

.wh-mt-40 {
    margin-top: 40px !important;
}

.wh-mt-54 {
    margin-top: 54px !important;
}

.wh-mb-7 {
    margin-bottom: 7px !important;
}

.wh-mb-8 {
    margin-bottom: 8px !important;
}

.wh-mb-25 {
    margin-bottom: 25px !important;
}

.wh-mb-39 {
    margin-bottom: 39px !important;
}

.wh-pr-5 {
    padding-right: 5px !important;
}

.wh-pr-13 {
    padding-right: 13px !important;
}

.wh-pr-36 {
    padding-right: 36px !important;
}

.wh-pr-72 {
    padding-right: 72px !important;
}

.wh-pb-15 {
    padding-bottom: 15px !important;
}

.wh-p-29 {
    padding: 29px !important;
}

.wh-pb-80 {
    padding-bottom: 80px !important;
}

.wh-pb-86 {
    padding-bottom: 86px !important;
}

.wh-pb-89 {
    padding-bottom: 89px !important;
}

.wh-pl-4 {
    padding-left: 4px !important;
}

.wh-pl-10 {
    padding-left: 10px !important;
}

.wh-pl-16 {
    padding-left: 16px !important;
}

.wh-pl-36 {
    padding-left: 36px !important;
}

.wh-pt-10 {
    padding-top: 10px !important;
}

.wh-pt-16 {
    padding-top: 16px !important;
}

.wh-pt-35 {
    padding-top: 35px !important;
}

.wh-pt-69 {
    padding-top: 69px !important;
}

.wh-pt-86 {
    padding-top: 86px !important;
}

.wh-pt-200 {
    padding-top: 200px !important;
}

.wh-bg-black {
    background-color: #000000 !important;
}

.wh-bg-white {
    background-color: #FFFFFF !important;
}

.wh-bg-pearl-gray {
    background-color: #E9EBEA !important;
}

.wh-bg-light-blue {
    background-color: #CBE6EA !important;
}

.wh-bg-f9f7f5 {
    background: #F9F7F5 !important;
}

.wh-justify-items-center {
    justify-self: center !important;
}

.wh-bg-fafafa {
    background: #FAFAFA !important;
}

.wh-bg-orange-yellow {
    background: #FEAC00 !important;
}

.wh-bg-light-ffffffa3 {
    background: #ffffffa3 !important;
}

.wh-flex {
    display: flex !important;
}

.wh-flex-justify-between {
    justify-content: space-between !important;
}

.wh-flex-col {
    flex-direction: column !important;
}

.wh-justify-center {
    justify-content: center !important;
}

.wh-align-center {
    align-items: center !important;
}

.wh-fixed {
    position: fixed !important;
}

.wh-relative {
    position: relative !important;
}

.wh-absolute {
    position: absolute !important;
}

.wh-top-0 {
    top: 0 !important;
}

.wh-left-0 {
    left: 0 !important;
}

.wh-right-0 {
    right: 0 !important;
}

.wh-bottom-0 {
    bottom: 0 !important;
}

.wh-bottom-custom-1250 {
    bottom: -1250px;
}

.wh-border-none {
    border: none !important;
}

.wh-rounded-0-0-0-16 {
    border-radius: 0 0 0 16px !important;
}

.wh-transition-all-15s {
    transition: all 0.15s ease-in-out !important;
}

.wh-transform-scale-1 {
    transform: scale(1) !important;
}

.wh-object-fit-cover {
    object-fit: cover !important;
}

.wh-object-fit-fill {
    object-fit: fill !important;
}

.wh-text-center {
    text-align: center !important;
}

.wh-text-right {
    text-align: right !important;
}

.wh-color-white {
    color: white !important;
}

.wh-color-black {
    color: #000 !important;
}

.wh-text-decoration-underline {
    text-decoration: underline !important;
}

.wh-text-decoration-none {
    text-decoration: none !important;
}

.wh-text-capitalize {
    text-transform: capitalize !important;
}

.wh-text-uppercase {
    text-transform: uppercase !important;
}

.wh-pb-10 {
    padding-bottom: 10px !important;
}

.wh-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wh-w-29 {
    width: 29px !important;
}

.wh-w-40 {
    width: 40px !important;
}

.wh-w-110 {
    width: 100% !important;
    max-width: 110px !important;
}

.wh-w-240 {
    width: 240px !important;
}

.wh-w-265 {
    width: 265px !important;
}

.wh-w-375 {
    width: 375px !important;
}

.wh-w-405 {
    width: 405px !important;
}

.wh-w-410 {
    width: 410px !important;
}

.wh-w-full {
    width: 100% !important;
}

.wh-w-50-c {
    width: 50% !important;
}

.wh-mw-250 {
    max-width: 250px;
}

.wh-mw-300 {
    max-width: 300px;
}

.wh-mw-390 {
    max-width: 390px;
}

.wh-mw-355 {
    max-width: 355px;
}

.wh-mw-405 {
    max-width: 405px !important;
}

.wh-mw-410 {
    max-width: 410px;
}

.wh-mw-1265 {
    max-width: 1265px;
}

.wh-mw-1280 {
    max-width: 1280px;
}

.wh-mw-1300 {
    max-width: 1300px;
}


.wh-h-14 {
    height: 14px !important;
}

.wh-h-15 {
    height: 15px !important;
}

.wh-h-29 {
    height: 29px !important;
}

.wh-h-130 {
    height: 130px !important;
}

.wh-h-40 {
    height: 40px !important;
}

.wh-h-150 {
    height: 150px !important;
}

.wh-h-155 {
    height: 155px !important;
}

.wh-h-1106 {
    height: 1106px !important;
}

.wh-h-full {
    height: 100% !important;
}

.wh-mh-770 {
    max-height: 770px !important;
}

.pointer {
    cursor: pointer;
}

.wh-z-index-1000 {
    z-index: 1000 !important;
}

.wh-z-index-1100 {
    z-index: 1100 !important;
}

.wh-transition {
    transition: bottom 0.5s ease;
}

.wh-list-style-none {
    list-style: none;
}

.wh-overflow-auto {
    overflow: auto !important;
}

.wh-overflow-hidden {
    overflow: hidden !important;
}

.wh-overflow-hidden-xy {
    overflow-y: hidden;
    overflow-x: hidden;
}

.wh-content-center {
    align-content: center !important;
}

.apartment-check-input[type="checkbox"]:not(.old) {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 0;
}

.apartment-check-input[type="checkbox"]:not(.old):checked+label:before {
    box-shadow: inset 0 0 1px 2px white;
    background: #000;
    border: 1px double #000;
}

.apartment-check-input[type="checkbox"]:not(.old)+label {
    cursor: pointer;
}

.apartment-check-input[type="checkbox"]:not(.old)+label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
}

/*#comparisonUp.active {*/
/*    bottom: 0 !important;*/
/*    z-index: 1200 !important;*/
/*}*/

#comparisonUp {
    display: none;
}

#comparisonUp.active {
    display: block;
    bottom: 0 !important;
    z-index: 1200 !important;
}

.wh-underline-thick {
    text-decoration-thickness: 1.5px !important;
}

.wh-vertical-line {
    height: 26px;
    width: 1px;
    background-color: #afacac;

}

.wh-container {
    max-width: 1280px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


.mg-0-auto {
    margin: 0 auto;
}

.wh-letter-spacing-4px {
    line-height: normal;
    letter-spacing: 4px;
}

.re-carousel-indicators.active {
    opacity: 1 !important;
}

.re-carousel-indicators {
    box-sizing: border-box !important;
    flex: 0 1 auto !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    margin-right: 6px !important;
    margin-left: 6px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #fff !important;
    border: 0 !important;
    border-top: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    opacity: .5 !important;
    transition: opacity .6s ease !important;
    border-radius: 14px !important;
}

.property-features-desktop {
    display: block !important;
}

.property-features-mobile {
    display: none !important;
}

.header-desktop {
    display: block !important;
}

.header-mobile {
    display: none !important;
}

.header-mobile-main-menu {
    display: none !important;
}

.footer-desktop {
    display: block !important;
}

.footer-mobile {
    display: none !important;
}

.no-style-link {
    all: unset;
    color: black;
    cursor: pointer;
}

.hidden-lg {
    display: none !important;
}

.main-mobile-search-form {
    display: none !important;
}

.property-card-mobile .property-card-mobile-check {
    display: none !important;
}

.property-card-mobile .property-card-check {
    display: block !important;
}

.comparator-property-image-text {
    display: none;
}

.carousel-back-button-mobile {
    display: none !important;
}

.search-options a {
    font-family: Helvetica, sans-serif !important;
    padding: 6px 19px;
    border-radius: 7px;
    background: #F9F9F9;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.search-options a.btn:hover {
    background: #E9F5F7;
    border-color: #E9F5F7;
}

.search-options a.btn.active {
    background: #000000;
    color: #FFF;
    border-color: #000000;
}

.project-card-amenities {
    display: none !important;
}

.project-card-amenities span {
    flex: 1;
}

.project-card-amenities img {
    padding-bottom: 4px;
    padding-right: 8px;
}

.project-card-number-rooms {
    padding: 6px 19px;
    border-radius: 7px;
    border: 0;
    /*background: #C9E5EA;*/
    width: 100%;
}

.project-card-number-rooms.active {
    background: #C9E5EA;
}

.project-card-price {
    font-family: Helvetica, sans-serif !important;
    padding: 6px 19px;
    border-radius: 7px;
    background: #C9E5EA;
    margin-top: 10px;
}

.new-search-filters {
    gap: 10px;
}

.new-search-filters .dropdown {
    background-color: #F9F9F9;
    border-radius: 10px;
    height: 36px;
    padding: 0;
}

.new-search-filters .dropdown .dropdown-toggle.show  {
    background-color: #E9F5F7 !important;
    border-radius: 10px;
    height: 36px;
    padding-bottom: 10px;
}

#price-range-btn[aria-expanded="true"] {
    background-color: #E9F5F7 !important;
    border-radius: 10px;
    height: 36px;
    padding-bottom: 10px;
}

#price-range-btn.input-price[aria-expanded="true"] {
    background-color: white !important;
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}

#built-up-area-range-btn[aria-expanded="true"] {
    background-color: #E9F5F7 !important;
    border-radius: 10px;
    height: 36px;
    padding-bottom: 10px;
}

.new-search-filters .dropdown button span {
    padding: 5px 6px;
    border-radius: 10px;
    border-bottom: none !important;
}

.new-search-filters .dropdown button span span {
    top: 4px;
    position: relative;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'><path fill='%23d3d3d3' d='M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6z'/></svg>") no-repeat center;
}

.new-search-filters .dropdown .dropdown-toggle.show span span {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23d3d3d3' d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/></svg>") no-repeat center;
}

#price-range-btn[aria-expanded="true"] #price-range-toggle-sign {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'><path fill='%23d3d3d3' d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/></svg>") no-repeat center;
}

#built-up-area-range-btn[aria-expanded="true"] #built-up-area-range-toggle-sign {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24'><path fill='%23d3d3d3' d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/></svg>") no-repeat center;
}

.new-search-filters .dropdown .dropdown-menu.show {
    padding: 10px 10px !important;
    border-radius: 15px;
    max-height: 200px;
    overflow-y: auto;
    width: 100% !important;
}

.new-search-filters .dropdown .options-check-box.show {
    /*display: grid;*/
    /*grid-template-columns: 50% 50%;*/
    padding: 10px 10px !important;
    border-radius: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.new-search-filters .dropdown .options-check-box .form-check-input {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    margin: 1px 5px 0 0;
    transition: all 0.2s ease;
}

.new-search-filters .dropdown .options-check-box .form-check-input:checked {
    border-color: #D3D3D3;
}

.new-search-filters .dropdown .options-check-box .form-check-input:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #A9A9A9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.new-search-filters .dropdown .options-check-box .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.new-search-filters .dropdown .options-check-box.rooms-options {
    grid-template-columns: 50% 50%;
}

.new-search-filters .dropdown .options-check-box.building-amenities-options {
    width: 350px !important;
}

.new-search-filters .dropdown .options-check-box.property-amenities-options {
    width: 300px !important;
}

.new-search-filters .noUi-target {
    border-radius: 10px;
}

.new-search-filters .noUi-connect {
    background: #999999 !important;
}

.new-search-filters .noUi-horizontal {
    height: 14px !important;
    background: #D9D9D9 !important;
    border: 1px solid #D9D9D9 !important;
    box-shadow: none !important;
}

.new-search-filters .noUi-horizontal .noUi-handle {
    border-radius: 30px !important;
    width: 22px !important;
    height: 22px !important;
    right: -10px !important;
    border: 2px solid #959595BF !important;
    top: 5px !important;
    outline: none !important;
}

.new-search-filters .dropdown #min-price {
    border: 1px solid #E9E9E9 !important;
    border-radius: 6px;
    padding: 5px 5px;
}

.new-search-filters .dropdown #max-price {
    border: 1px solid #E9E9E9 !important;
    border-radius: 6px;
    padding: 5px 5px;
}

.new-search-filters .dropdown #min-built-up-area {
    border: 1px solid #E9E9E9 !important;
    border-radius: 6px;
    padding: 5px 10px;
}

.new-search-filters .dropdown #max-built-up-area {
    border: 1px solid #E9E9E9 !important;
    border-radius: 6px;
    padding: 5px 10px;
}

.new-search-filters #toggleDropdownBtn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #F9F9F9 !important;
    border-radius: 10px;
    width: 46px !important;
    height: 37px;
}

.new-search-filters #toggleLessFiltersDropdownBtn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #E9F5F7 !important;
    border-radius: 10px;
    width: 46px !important;
    height: 37px;
}

.main-search-projects-form .new-search-filters #moreFiltersAndSearch #toggleDropdownBtn {
    display: none !important;
}

#comparisonModal{
    display: flex;
    opacity: 0 !important;
    transform: translateY(20px) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s !important;
}

#comparisonModal.active{
    display: flex;
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity .35s ease, transform .35s ease, visibility 0s linear 0s !important;
}

#comparisonBtnModal {
    cursor: pointer;
}

.comparator-property-image-container .remove-property-button-container-mobile {
    display: none;
}

.project-card-container {
    padding-right: 15% !important;
    padding-left: 15% !important;

}

#rooms-meters-text img{
    bottom: 1px;
    position: relative;
    padding-right: 5px;
}

@media (max-width: 1440px) {
    .property-card-amenities {
        gap: 20px !important;
        padding-right: 25px !important;
        padding-left: 5px !important;
    }
}

@media (min-width: 2550px) {
    .property-card-container.wh-px-32 {
        padding-left: 350px !important;
        padding-right: 350px !important;
    }

    .project-card-container {
        padding-right: 20% !important;
        padding-left: 20% !important;
    }
}