.homeflow-container {
    max-width: calc(var(--e-global-grid-width) + 2*var(--e-global-desktop-padding));
    padding: 0 var(--e-global-desktop-padding);
    margin: 0 auto
}

@media (max-width: 1200px) {
    .homeflow-container {
        max-width:calc(var(--e-global-grid-width) + 2*var(--e-global-mobile-padding));
        padding: 0 var(--e-global-mobile-padding)
    }
}

.homeflow-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .homeflow-hide-desktop {
        display:none
    }

    .homeflow-grid__element--desktop-1of1 {
        width: 100%
    }

    .homeflow-grid__element--desktop-1of2 {
        width: 50%
    }

    .homeflow-grid__element--desktop-1of3 {
        width: 33.3333%
    }

    .homeflow-grid__element--desktop-1of4 {
        width: 25%
    }

    .homeflow-grid__element--desktop-1of5 {
        width: 20%
    }

    .homeflow-grid__element--desktop-1of6 {
        width: 16.6666%
    }
}

@media (min-width: 900px) and (max-width:1199px) {
    .homeflow-hide-tablet {
        display:none
    }

    .homeflow-grid__element--tablet-1of1 {
        width: 100%
    }

    .homeflow-grid__element--tablet-1of2 {
        width: 50%
    }

    .homeflow-grid__element--tablet-1of3 {
        width: 33.3333%
    }

    .homeflow-grid__element--tablet-1of4 {
        width: 25%
    }

    .homeflow-grid__element--tablet-1of5 {
        width: 20%
    }

    .homeflow-grid__element--tablet-1of6 {
        width: 16.6666%
    }
}

@media (max-width: 899px) {
    .homeflow-hide-mobile {
        display:none
    }

    .homeflow-grid__element--mobile-1of1 {
        width: 100%
    }

    .homeflow-grid__element--mobile-1of2 {
        width: 50%
    }

    .homeflow-grid__element--mobile-1of3 {
        width: 33.3333%
    }

    .homeflow-grid__element--mobile-1of4 {
        width: 25%
    }

    .homeflow-grid__element--mobile-1of5 {
        width: 20%
    }

    .homeflow-grid__element--mobile-1of6 {
        width: 16.6666%
    }
}

.homeflow-position-static {
    position: static !important
}

.homeflow-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--e-global-size-5);
    height: var(--e-global-size-5);
    border-radius: var(--e-global-lborder-radius);
    border: 1px solid var(--e-global-color-lcolor3);
    background-color: var(--e-global-color-lcolor4);
    cursor: pointer;
    transition: .2s ease-in-out
}

.homeflow-checkbox--size-6 {
    width: var(--e-global-size-6);
    height: var(--e-global-size-6)
}

.homeflow-checkbox svg {
    opacity: 0;
    transition: .2s ease-in-out
}

.homeflow-checkbox.homeflow-checkbox--size-6 svg {
    width: 10px;
    height: auto
}

svg.stroke path {
    stroke: var(--e-global-color-lcolor2);
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width:32px;
    color: var(--e-global-color-lcolor1);
}

.homeflow-checkbox svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-checkbox--checked {
    border: 1px solid var(--e-global-color-lprimary1);
    background-color: var(--e-global-color-lprimary1)
}

.homeflow-checkbox--checked svg {
    opacity: 1
}

.homeflow-radio {
    border-radius: 50%;
    width: var(--e-global-size-5);
    height: var(--e-global-size-5);
    border: 1px solid var(--e-global-color-lcolor3);
    position: relative;
    cursor: pointer;
    transition: .2s ease-in-out
}

.homeflow-radio--size-6 {
    width: 16px;
    height: 16px
}

.homeflow-radio:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background-color: var(--e-global-color-lcolor4);
    transition: .2s ease-in-out;
    border-radius: 50%
}

.homeflow-radio--size-6:before {
    width: 8px;
    height: 8px
}


.homeflow-radio--active {
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-radio--active:before {
    background-color: var(--e-global-color-lprimary1)
}

.homeflow-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 1200px) {
    .homeflow-pagination {
        max-width:780px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .homeflow-pagination {
        max-width:390px
    }
}

@media (max-width: 767px) {
    .homeflow-pagination {
        justify-content:center
    }
}

.homeflow-pagination__info {
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

@media (max-width: 767px) {
    .homeflow-pagination__info {
        display:none
    }
}

.homeflow-pagination__info span {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext1bold-font-family);
    font-size: var(--e-global-typography-ltext1bold-font-size);
    font-weight: var(--e-global-typography-ltext1bold-font-weight);
    line-height: var(--e-global-typography-ltext1bold-line-height);
    letter-spacing: var(--e-global-typography-ltext1bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext1bold-text-transform);
    font-style: var(--e-global-typography-ltext1bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext1bold-text-decoration);
    font-weight: 700;
    margin: 0 3px
}

.homeflow-pagination__list {
    display: flex;
    justify-content: center
}

.homeflow-pagination__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--e-global-color-lcolor4);
    color: var(--e-global-color-lcolor1);
    cursor: pointer;
    border-radius: var(--e-global-lborder-radius);
    overflow: hidden;
    transition: .2s ease-in-out;
    margin-right: var(--e-global-size-7)
}

.homeflow-pagination__item:hover {
    color: var(--e-global-color-lprimary1)
}

.homeflow-pagination__item:hover svg path {
    fill: var(--e-global-color-lprimary1)
}

.homeflow-pagination__item:last-child {
    margin-right: 0
}

.homeflow-pagination__item-off {
    cursor: default;
    background: transparent;
}

@media (max-width: 360px) {
    .homeflow-pagination__item {
        display:none
    }

    .homeflow-pagination__item:first-child {
        display: flex
    }

    .homeflow-pagination__item:last-child {
        display: flex
    }
}

.homeflow-pagination__item svg {
    height: 15px
}

[dir=rtl] .homeflow-pagination__item svg {
    transform: scaleX(-1)
}

.homeflow-pagination__item svg path {
    transition: .2s ease-in-out;
    fill: var(--e-global-color-lcolor1)
}

.homeflow-pagination__item i {
    color: var(--e-global-color-lcolor1)
}

.homeflow-pagination__item--active {
    background-color: var(--e-global-color-lprimary1);
    color: var(--e-global-color-lcolor5)
}

.homeflow-pagination__item--active:hover {
    color: var(--e-global-color-lcolor5)
}

.homeflow-pagination__item--active svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-pagination__item--active i {
    color: var(--e-global-color-lcolor5)
}

.homeflow-pagination__item--active:hover {
    border-color: transparent
}

.homeflow-pagination__item--disabled {
    background-color: var(--e-global-color-lcolor4);
    color: var(--e-global-color-lcolor5);
    pointer-events: none
}

.homeflow-pagination__item--disabled:hover {
    border-color: transparent
}

.homeflow-pagination__item--disabled svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-pagination__item--disabled i {
    color: var(--e-global-color-lcolor5)
}

.homeflow-pagination__item--separator {
    pointer-events: none
}

.homeflow-pagination__item--separator:hover {
    border-color: transparent
}

.homeflow-search {
    box-shadow: var(--shadow-l);
    border-radius: var(--radius-xl);
    background-color: var(--white);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px
}

.homeflow-search-v2 {
    padding: 30px;
    padding-top: 10px;
    border-radius: 4px;
    background-color: var(--e-global-color-lsectionbg);
    position: relative
}

.homeflow-search-v2 .homeflow-search__fields {
    grid-gap: 20px
}

.homeflow-search-v2 .homeflow-search__search-button button {
    width: 100%
}

.homeflow-search-v2 .homeflow-search__inner {
    flex-direction: column
}

.homeflow-search-v2 .homeflow-search__search-button {
    margin-left: 0;
    margin-top: 30px
}

.homeflow-search-v2 .homeflow-search__fields {
    grid-template-columns: repeat(1,auto) !important
}

.homeflow-search__search-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 60px;
    height: 60px
}

@media (max-width: 500px) {
    .homeflow-search__search-icon {
        display:none
    }
}

.homeflow-search__search-icon svg {
    width: 100%;
    height: 100%
}

.homeflow-search__search-icon svg path {
    fill: var(--e-global-color-lprimary3)
}

.homeflow-search__heading {
    color: var(--text-1);
    font-family: var(--font-text);
    font-size: 30px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin-bottom: 35px
}

.homeflow-search__heading svg {
    width: 117px;
    margin-top: 3px
}

.homeflow-search--left {
    margin-right: auto
}

.homeflow-search--center {
    margin-left: auto;
    margin-right: auto
}

.homeflow-search--right {
    margin-left: auto
}


.homeflow-search__inner {
    display: flex;
    width: 100%;
    flex-direction: column
}

@media (min-width: 1025px) {
    .homeflow-search__inner {
        flex-direction:row
    }
}

.homeflow-search__fields {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 12px;
    width: 100%
}

@media (min-width: 1025px) {
    .homeflow-search__fields {
        grid-template-columns:repeat(auto-fit,minmax(250px,1fr))
    }
}

.homeflow-search .homeflow-search__field:last-of-type {
    position: relative
}

@media (min-width: 1025px) {
    .homeflow-search .homeflow-search__field:last-of-type:after {
        content:"";
        position: absolute;
        top: 15px;
        right: 0;
        height: 31px;
        width: 1px;
        background: #ddd
    }
}

.homeflow-search__search-button {
    margin-top: 12px
}

.homeflow-search__search-button button {
    height: 61px
}

@media (min-width: 1025px) {
    .homeflow-search__search-button {
        margin-top:0;
        margin-left: 12px
    }
}

@media (max-width: 1200px) {
    .homeflow-search {
        flex-wrap:wrap
    }

    .homeflow-search__field {
        width: 100%
    }

    .homeflow-search__search-button {
        width: 100%
    }

    .homeflow-search__search-button .homeflow-button__text {
        display: block;
        width: 100%
    }

    .homeflow-search__search-button button {
        width: 100%
    }

    .homeflow-search__search-button button .homeflow-button__icon {
        height: 100%;
        margin-left: auto !important
    }
}

.homeflow-search-v2 .homeflow-main-search-form__primary-wrapper {
    padding: var(--e-global-size-6) 0;
    background-color: var(--e-global-color-lcolor3)
}

.homeflow-search-v2 .homeflow-search-results__results-number {
    font-family: var(--e-global-typography-lheading4-font-family);
    font-size: var(--e-global-typography-lheading4-font-size);
    font-weight: var(--e-global-typography-lheading4-font-weight);
    line-height: var(--e-global-typography-lheading4-line-height);
    letter-spacing: var(--e-global-typography-lheading4-letter-spacing);
    text-transform: var(--e-global-typography-lheading4-text-transform);
    font-style: var(--e-global-typography-lheading4-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading4-text-decoration);
    text-decoration: var(--e-global-typography-lheading4-text-decoration);
    line-height: 100%
}

.homeflow-search-v2 .homeflow-search-results__views {
    width: auto;
    gap: var(--e-global-size-7)
}

.homeflow-search-v2 .homeflow-search-results__title {
    font-family: var(--e-global-typography-llabel-font-family);
    font-size: var(--e-global-typography-llabel-font-size);
    font-weight: var(--e-global-typography-llabel-font-weight);
    line-height: var(--e-global-typography-llabel-line-height);
    letter-spacing: var(--e-global-typography-llabel-letter-spacing);
    text-transform: var(--e-global-typography-llabel-text-transform);
    font-style: var(--e-global-typography-llabel-font-style);
    -webkit-text-decoration: var(--e-global-typography-llabel-text-decoration);
    text-decoration: var(--e-global-typography-llabel-text-decoration);
    line-height: normal;
    margin: 0;
}

.homeflow-search-v2__breadcrumbs {
    max-width: calc(var(--e-global-grid-width) + 2*var(--e-global-desktop-padding));
    padding: 0 var(--e-global-desktop-padding);
    margin: var(--e-global-size-5) auto 0
}

.homeflow-search-v2__content {
    display: flex;
    width: 100%;
    max-width: calc(var(--e-global-grid-width) + 2*var(--e-global-desktop-padding));
    padding: 0;
    margin: var(--e-global-size-5) auto 0;
    gap: var(--e-global-size-4)
}

@media (max-width: 1200px) {
    .homeflow-search-v2__content {
        max-width:calc(var(--e-global-grid-width) + 2*var(--e-global-mobile-padding))
    }
}

.homeflow-search-v2__sidebar {
    width: 273px
}

.homeflow-search-v2__sidebar--sticky {
    position: sticky;
    top: var(--e-global-size-4);
    align-self: flex-start
}

@media (max-width: 767px) {
    .homeflow-search-v2__sidebar {
        position:fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        height: 100%;
        width: 100%;
        visibility: hidden;
        overflow: auto;
        transition: .2s ease-in-out
    }

    .homeflow-search-v2__sidebar:before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9998;
        background-color: var(--e-global-color-lcolor1);
        opacity: 0;
        transition: opacity ease-in-out .3s
    }

    .homeflow-search-v2__sidebar--open {
        visibility: visible
    }

    .homeflow-search-v2__sidebar--open:before {
        opacity: .85
    }

    .homeflow-search-v2__sidebar--open .homeflow-search-sidebar {
        transform: translateX(0)
    }
}

.homeflow-search-v2__results {
    flex: 1;
    width: 100%
}

.homeflow-search-v2__more-filters {
    display: none;
    margin-bottom: var(--e-global-size-4)
}

@media (max-width: 767px) {
    .homeflow-search-v2__more-filters {
        display:block
    }
}


.homeflow-search-mobile-more-button {
    padding: 20px 15px
}

.homeflow-search-mobile-more-button button {
    height: 64px;
    box-shadow: var(--e-global-shadow);
    border-radius: 10px;
    border: 1px solid #4b889c;
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 100%
}

.homeflow-search-mobile-more-button button:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    content: "\f078";
    margin-left: 16px;
    position: relative;
    top: -2px;
    transition: .2s ease;
    font-size: 12px
}

@media (min-width: 1025px) {
    .homeflow-search-mobile-more-button {
        display:none
    }
}

.homeflow-search-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000000;
    background: var(--content-light);
    height: 100%;
    width: 100%
}

.homeflow-search-mobile__inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    padding: 30px 25px;
    display: flex;
    overflow-y: auto;
    flex-direction: column
}

.homeflow-search-mobile__heading {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -.36px;
    margin-bottom: 45px
}

.homeflow-search-mobile__close {
    position: absolute;
    top: 40px;
    right: 25px
}

.homeflow-search-mobile__results-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    flex-direction: row
}

.homeflow-search-mobile__results-bar .homeflow-results-bar__count {
    margin-bottom: 0
}

.homeflow-search-mobile__clear-all {
    border-radius: 5px;
    background-color: var(--e-global-color-lprimary1);
    padding: 11px 13px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block
}

.homeflow-search-mobile__apply {
    padding-top: 15px;
    margin-top: auto
}

.homeflow-search-mobile__apply button {
    width: 100%
}


.homeflow-search-sidebar {
    display: flex;
    flex-direction: column;
    background: var(--e-global-color-lcolor5);
    border: 1px solid var(--e-global-color-lcolor4);
    border-radius: var(--e-global-lborder-radius);
    padding-top: var(--e-global-size-4)
}

.homeflow-search-sidebar__children {
    display: flex;
    flex-direction: column
}

@media (max-width: 767px) {
    .homeflow-search-sidebar {
        padding-top:100px;
        min-height: 100%;
        background-color: var(--e-global-color-lcolor5);
        transition: transform ease-in-out .3s;
        transform: translateX(-273px);
        max-width: 273px;
        width: 100%;
        position: relative;
        z-index: 9999;
        border-radius: 0
    }
}

.homeflow-search-sidebar-mobile-button {
    display: none;
    align-items: center;
    padding: 0 var(--e-global-size-6);
    position: fixed;
    left: 0;
    top: 0;
    height: 70px;
    background-color: var(--e-global-color-lcolor5);
    border-bottom: 1px solid var(--e-global-color-lcolor3);
    max-width: 273px;
    width: 100%;
    z-index: 9999;
    transition: transform ease-in-out .3s;
    transform: translateX(-273px)
}

@media (max-width: 767px) {
    .homeflow-search-sidebar-mobile-button {
        display:flex
    }
}

.homeflow-search-sidebar-mobile-button--show {
    transform: translateX(0)
}

.homeflow-search-sidebar-mobile-button__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--e-global-color-lcolor3)
}

.homeflow-search-sidebar-mobile-button__close path {
    fill: var(--e-global-color-lcolor1)
}

.homeflow-search-panel {
    width: 100%;
    position: relative
}

.homeflow-search-panel--margin-top-0 {
    margin-top: 0
}

@media (max-width: 767px) {
    .homeflow-search-panel {
        border-left:0;
        border-right: 0;
        border-bottom: 0
    }
}

.homeflow-search-panel--more {
    margin-bottom: 20px;
    border-bottom: 1px dashed var(--e-global-color-lcolor4)
}

.homeflow-search-panel--more .homeflow-search-panel__content {
    padding-bottom: var(--e-global-size-3)
}

.homeflow-search-panel--limit-height .homeflow-search-panel__list {
    max-height: 169px;
    overflow-y: auto
}

.homeflow-search-panel--limit-height .homeflow-search-panel__list::-webkit-scrollbar {
    width: 5px
}

.homeflow-search-panel--limit-height .homeflow-search-panel__list::-webkit-scrollbar-track {
    border-radius: var(--e-global-lborder-radius-large);
    background-color: var(--e-global-color-lcolor4)
}

.homeflow-search-panel--limit-height .homeflow-search-panel__list::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-lcolor3);
    border-radius: var(--e-global-lborder-radius-large)
}

.homeflow-search-panel__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--e-global-size-4)
}

.homeflow-search-panel__label {
    font-family: var(--e-global-typography-lheading6-font-family);
    font-size: var(--e-global-typography-lheading6-font-size);
    font-weight: var(--e-global-typography-lheading6-font-weight);
    line-height: var(--e-global-typography-lheading6-line-height);
    letter-spacing: var(--e-global-typography-lheading6-letter-spacing);
    text-transform: var(--e-global-typography-lheading6-text-transform);
    font-style: var(--e-global-typography-lheading6-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading6-text-decoration);
    text-decoration: var(--e-global-typography-lheading6-text-decoration);
    line-height: 100%;
    color: var(--e-global-color-lcolor1)
}

.homeflow-search-panel__label_svg {
    width: auto !important;
    -ws-text-wrap-mode: nowrap;
    -moz-text-wrap-mode: nowrap;
    text-wrap-mode: nowrap;
}

.homeflow-search-panel__label_svg svg {
    max-height: 24px;
    vertical-align: middle;
}

.homeflow-search-panel__label--smaller {
    font-family: var(--e-global-typography-ltext2bold-font-family);
    font-size: var(--e-global-typography-ltext2bold-font-size);
    font-weight: var(--e-global-typography-ltext2bold-font-weight);
    line-height: var(--e-global-typography-ltext2bold-line-height);
    letter-spacing: var(--e-global-typography-ltext2bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext2bold-text-transform);
    font-style: var(--e-global-typography-ltext2bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext2bold-text-decoration)
}

.homeflow-search-panel__circle {
    border-radius: 50%;
    width: var(--e-global-size-7);
    height: var(--e-global-size-7);
    background-color: var(--e-global-color-lcolor3);
    transition: .2s ease-in-out
}

.homeflow-search-panel__circle--active {
    background-color: var(--e-global-color-lprimary1)
}

.homeflow-search-panel__content {
    padding: var(--e-global-size-4);
    padding-top: var(--e-global-size-7)
}

.homeflow-search-panel__content--padding-top-0 {
    padding-top: 0
}

.homeflow-search-panel__content--padding-top-5 {
    padding-top: var(--e-global-size-5)
}

.homeflow-search-panel__keyword {
    margin-bottom: var(--e-global-size-5)
}

.homeflow-search-panel__fields {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: var(--e-global-size-6)
}

.homeflow-search-panel__field {
    display: flex;
    justify-content: space-between
}

.homeflow-search-panel__list {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.homeflow-search-panel__item {
    display: flex;
    gap: var(--e-global-size-6);
    cursor: pointer
}

.homeflow-search-panel__item--disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

.homeflow-search-panel__item--active .homeflow-search-panel__item-label {    
    color: var(--e-global-color-lprimary1)
}

.homeflow-search-panel__item:hover .homeflow-search-panel__item-label {
    color: var(--e-global-color-lprimary1)
}

.homeflow-search-panel__item:hover .homeflow-radio {
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-search-panel__item:hover .homeflow-checkbox {
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-search-panel__item-label {    
    display: flex;
    transition: .2s ease-in-out;
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}


.homeflow-search-panel__item-label {
    display: flex;
    align-items: center;
    max-width: 100% !important;
}


.homeflow-search-panel__count {
    flex-shrink: 0; /* que el contador no se reduzca */
}

.homeflow-search-panel__item-label span {
    margin-left: var(--e-global-size-8)
}


.homeflow-search-panel__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    min-width: 0; /* importante para que el texto pueda reducirse */
}

.homeflow-search-panel__item-inner {
    display: flex;
    max-width: 95%
}

.homeflow-search-panel__item-count {
    display: inline-flex;
    align-items: center;
    height: var(--e-global-size-5);
    color: var(--e-global-color-lcolor1);
    background-color: var(--e-global-color-lcolor3);
    padding: 0 7px;
    border-radius: 50px;
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}

.homeflow-search-panel__item-count-wrapper {
    display: flex;
    align-items: center;
    height: var(--e-global-typography-ltext2-line-height)
}

.homeflow-search-panel__item-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%
}

.homeflow-search-panel__option-button-wrapper {
    display: inline-flex;
    align-items: center;
    height: var(--e-global-typography-ltext2-line-height);
    margin-right: var(--e-global-size-7)
}

.homeflow-search-filter {
    display: flex;
    align-items: center;
    gap: var(--e-global-size-7);
    height: var(--e-global-size-4);
    background-color: var(--e-global-color-lprimary1);
    border-radius: var(--e-global-lborder-radius-large);
    cursor: pointer;
    padding: 0 var(--e-global-size-6);
    color: var(--e-global-color-lcolor5);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    line-height: 100%
}

.homeflow-search-filter__close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--e-global-size-4)
}

.homeflow-search-filter__close svg {
    height: var(--e-global-size-7)
}

.homeflow-search-filter__close svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-search-field-label {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-lheading4-font-family);
    font-size: var(--e-global-typography-lheading4-font-size);
    font-weight: var(--e-global-typography-lheading4-font-weight);
    line-height: var(--e-global-typography-lheading4-line-height);
    letter-spacing: var(--e-global-typography-lheading4-letter-spacing);
    text-transform: var(--e-global-typography-lheading4-text-transform);
    font-style: var(--e-global-typography-lheading4-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading4-text-decoration);
    text-decoration: var(--e-global-typography-lheading4-text-decoration)
}

.homeflow-search-field-label--margin-bottom {
    margin-bottom: var(--e-global-size-6)
}

.homeflow-listing-card {
    transition: .2s ease-in-out;
    position: relative;
    z-index: 10;
    display: flex;
    border-radius: var(--e-global-lborder-radius);
    flex-direction: column;
    height: 100%
}

.homeflow-listing-card:hover .homeflow-swiper-pagination-bullet-active-main,
.homeflow-listing-card:hover .homeflow-swiper-pagination-bullet-active-next,
.homeflow-listing-card:hover .homeflow-swiper-pagination-bullet-active-next-next,
.homeflow-listing-card:hover .homeflow-swiper-pagination-bullet-active-prev,
.homeflow-listing-card:hover .homeflow-swiper-pagination-bullet-active-prev-prev {
    opacity: 1 !important
}

.homeflow-listing-card .homeflow-swiper-slide {
    display: flex;
    flex-direction: column
}

.homeflow-listing-card .homeflow-swiper-slide img {
    flex: 1
}

@media (max-width: 767px) {
    .homeflow-listing-card {
        height:auto
    }
}

.homeflow-listing-row {
    transition: .2s ease-in-out;
    position: relative;
    z-index: 10;
    display: flex;
    border-radius: var(--e-global-lborder-radius);
    min-height: 240px
}

.homeflow-listing-row .homeflow-listing-row__gallery--image:before {
    display: none
}

.homeflow-listing-row .homeflow-listing-row__gallery--image-count-0:before {
    display: none
}

.homeflow-listing-row:hover .homeflow-listing-row__gallery .homeflow-swiper-container {
    transform: scale(1)
}

.homeflow-listing-row:hover .homeflow-listing-row__gallery:before {
    opacity: 1
}

[dir=rtl] .homeflow-listing-row:hover .homeflow-swiper-row__next--active svg,
[dir=rtl] .homeflow-listing-row:hover .homeflow-swiper-row__prev--active svg {
    transform: scaleX(-1)
}

.homeflow-listing-row:hover .homeflow-swiper-row__next--active,
.homeflow-listing-row:hover .homeflow-swiper-row__prev--active {
    opacity: 1
}

.homeflow-listing-row:hover .homeflow-swiper-row__next--active:hover,
.homeflow-listing-row:hover .homeflow-swiper-row__prev--active:hover {
    transform: translateX(0)
}

.homeflow-listing-row:hover .homeflow-swiper-row__prev--active {
    transform: translateX(0)
}

.homeflow-listing-row:hover .homeflow-swiper-row__next--active {
    transform: translateX(0)
}

.homeflow-listing-row:hover .homeflow-swiper-pagination-bullet-active-main,
.homeflow-listing-row:hover .homeflow-swiper-pagination-bullet-active-next,
.homeflow-listing-row:hover .homeflow-swiper-pagination-bullet-active-next-next,
.homeflow-listing-row:hover .homeflow-swiper-pagination-bullet-active-prev,
.homeflow-listing-row:hover .homeflow-swiper-pagination-bullet-active-prev-prev {
    opacity: 1 !important
}

.homeflow-swiper-row__prev-holder,
.homeflow-swiper-row__next-holder {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -30px;
    z-index: 19;
    transition: .2s ease-in-out
}

.homeflow-swiper-row__prev-holder {
    left: 0
}

.homeflow-swiper-row__next-holder {
    right: 0
}

.homeflow-swiper-row__prev--active,
.homeflow-swiper-row__next--active {
    position: absolute;
    width: 35px;
    height: 35px;
    background: var(--e-global-color-lcolor5);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    margin-top: -22.5px;
    z-index: 20;
    transition: .2s ease-in-out;
    opacity: 0;
    cursor: pointer
}

.homeflow-swiper-row__prev--active svg,
.homeflow-swiper-row__next--active svg {
    height: 15px
}

.homeflow-swiper-row__prev {
    left: 0;
    border-top-right-radius: var(--e-global-lborder-radius-large);
    border-bottom-right-radius: var(--e-global-lborder-radius-large);
    transform: translateX(-45px);
    filter: var(--e-global-shadow-filter)
}

.homeflow-swiper-row__next {
    right: 0;
    border-top-left-radius: var(--e-global-lborder-radius-large);
    border-bottom-left-radius: var(--e-global-lborder-radius-large);
    transform: translateX(45px);
    filter: var(--e-global-shadow-filter)
}

.homeflow-listing-row__gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--e-global-color-lcolor4);
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
    transition: .2s ease-in-out
}

.homeflow-listing-row__gallery .homeflow-swiper-container {
    transition: .2s ease-in-out transform;
    transform: scale(1.05)
}

.homeflow-listing-row__gallery img {
    display: block !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 360/240
}

.homeflow-listing-row__gallery:before {
    transition: .2s ease-in-out;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg,rgba(42,57,70,0) 0%,rgba(42,57,70,
.39) 100%);
    z-index: 9;
    opacity: 0
}

.homeflow-listing-row__gallery--image-count-1:before {
    display: none
}

.homeflow-listing-row .homeflow-swiper-slide {
    display: flex;
    flex-direction: column
}

.homeflow-listing-row .homeflow-swiper-slide img {
    flex: 1
}

.homeflow-listing-grid--rows.grid-mode {
    grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
    gap: 15px;
}

.homeflow-listing-grid--rows.grid-mode .homeflow-listing-row {
    flex-direction: column;
    height: auto;
}

.homeflow-listing-row__pagination {
    position: absolute;
    bottom: 20px;
    height: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
}

.homeflow-listing-row__pagination .homeflow-swiper-pagination {
    position: relative;
    bottom: 0
}

.homeflow-listing-row__pagination .homeflow-swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--e-global-color-lcolor5);
    transition: .2s transform,
.2s left,
.3s opacity !important;
    margin: 0 5px !important;
    opacity: 0
}

.homeflow-listing-row__pagination .homeflow-swiper-pagination-bullet-active-prev,
.homeflow-listing-row__pagination .homeflow-swiper-pagination-bullet-active-next {
    transform: scale(.66) !important
}

.homeflow-listing-row__pagination .homeflow-swiper-pagination-bullet-active-prev-prev,
.homeflow-listing-row__pagination .homeflow-swiper-pagination-bullet-active-next-next {
    transform: scale(.33) !important
}

.homeflow-listing-row__pagination .homeflow-swiper-pagination-bullet-active {
    position: relative
}

.homeflow-listing-row__pagination .homeflow-swiper-pagination-bullet-active:before {
    display: block;
    content: "";
    background-color: var(--e-global-color-lprimary1);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.homeflow-listing-row__icon-label {
    visibility: hidden;
    position: absolute;
    height: var(--e-global-size-4);
    opacity: 0;
    white-space: nowrap;
    width: auto;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: var(--e-global-lborder-radius);
    background: var(--e-global-color-lcolor1);
    top: calc(-100% - 10px);
    right: -20px;
    transition: .2s ease-in-out;
    color: var(--e-global-color-lcolor5);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}

.homeflow-listing-row__icon {
    width: 30px;
    height: 30px;
    border: 1px solid var(--e-global-color-lcolor3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    position: relative;
    cursor: pointer
}

.homeflow-listing-row__icon svg {
    width: 15px
}

.homeflow-listing-row__icon svg path {
    transition: .2s ease-in-out;
    fill: var(--e-global-color-lcolor1)
}

.homeflow-listing-row__icon:hover:not(.homeflow-listing-row__icon--active) {
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-listing-row__icon:hover:not(.homeflow-listing-row__icon--active) svg path {
    fill: var(--e-global-color-lprimary1)
}

.homeflow-listing-row__icon:hover:not(.homeflow-listing-row__icon--active) .homeflow-listing-row__icon-label {
    opacity: 1;
    visibility: visible
}

.homeflow-listing-row__icon--active {
    border-color: var(--e-global-color-lprimary1);
    background-color: var(--e-global-color-lprimary1)
}

.homeflow-listing-row__icon--active svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-listing-row__icon--active .homeflow-listing-row__icon-label {
    opacity: 0 !important
}

.homeflow-listing-row__labels {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 20;
    gap: 5px
}

.homeflow-listing-row__label {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    height: var(--e-global-size-4);
    background: var(--e-global-color-lprimary1);
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--e-global-color-lcolor5);
    padding: 0 var(--e-global-size-8);
    border-radius: var(--e-global-lborder-radius);
    position: relative;
    z-index: 20;
    font-family: var(--e-global-typography-ltext2bold-font-family);
    font-size: var(--e-global-typography-ltext2bold-font-size);
    font-weight: var(--e-global-typography-ltext2bold-font-weight);
    line-height: var(--e-global-typography-ltext2bold-line-height);
    letter-spacing: var(--e-global-typography-ltext2bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext2bold-text-transform);
    font-style: var(--e-global-typography-ltext2bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext2bold-text-decoration)
}

.homeflow-listing-row__label:last-child {
    background: var(--e-global-color-lprimary2);
    margin-right: 0
}

.homeflow-listing-row__body {
    flex: 1
}

.homeflow-listing-row__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid var(--e-global-color-lcolor4);
    transition: .2s ease-in-out;
    background: var(--e-global-color-lcolor5)
}

.homeflow-listing-row__content {
    padding: var(--e-global-size-3)
}

.homeflow-listing-row__name {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-lheading4-font-family);
    font-size: var(--e-global-typography-lheading4-font-size);
    font-weight: var(--e-global-typography-lheading4-font-weight);
    margin-top: 0;
    line-height: var(--e-global-typography-lheading4-line-height);
    letter-spacing: var(--e-global-typography-lheading4-letter-spacing);
    text-transform: var(--e-global-typography-lheading4-text-transform);
    font-style: var(--e-global-typography-lheading4-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading4-text-decoration);
    text-decoration: var(--e-global-typography-lheading4-text-decoration);
    text-transform: none
}

.homeflow-listing-row__rating {
    margin-top: var(--e-global-size-6)
}

.homeflow-listing-row__additional-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: var(--e-global-size-7)
}

.homeflow-listing-row__attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.homeflow-listing-row__value {
    margin-top: var(--e-global-size-6);
    color: var(--e-global-color-lprimary1);
    font-family: var(--e-global-typography-lheading5-font-family);
    font-size: var(--e-global-typography-lheading5-font-size);
    font-weight: var(--e-global-typography-lheading5-font-weight);
    line-height: var(--e-global-typography-lheading5-line-height);
    letter-spacing: var(--e-global-typography-lheading5-letter-spacing);
    text-transform: var(--e-global-typography-lheading5-text-transform);
    font-style: var(--e-global-typography-lheading5-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading5-text-decoration);
    text-decoration: var(--e-global-typography-lheading5-text-decoration);
    line-height: 100%;
    text-transform: lowercase
}

.homeflow-listing-row__value span {
    font-family: var(--e-global-typography-lheading5-font-family);
    font-size: var(--e-global-typography-lheading5-font-size);
    font-weight: var(--e-global-typography-lheading5-font-weight);
    line-height: var(--e-global-typography-lheading5-line-height);
    letter-spacing: var(--e-global-typography-lheading5-letter-spacing);
    text-transform: var(--e-global-typography-lheading5-text-transform);
    font-style: var(--e-global-typography-lheading5-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading5-text-decoration);
    text-decoration: var(--e-global-typography-lheading5-text-decoration)
}

.homeflow-listing-row__bottom {
    height: 70px;
    border-top: 1px solid var(--e-global-color-lcolor3);
    padding: 0 var(--e-global-size-3);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.homeflow-listing-row__icons {
    display: flex;
    gap: 5px
}

@media (max-width: 1200px) {
    .homeflow-listing-row {
        flex-direction:column;
        height: auto
    }
}

.homeflow-listing-row__content {
    padding: var(--e-global-size-5)
}

@media (min-width: 1200px) {
    .homeflow-listing-row__content {
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        flex: 1
    }
}

.homeflow-listing-row__left {
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column
}

@media (max-width: 1200px) {
    .homeflow-listing-row__left {
        max-width:100%
    }
}

.homeflow-listing-row__main {
    flex: 1;
    display: flex
}

.homeflow-listing-row__gallery {
    height: 100%;
    border-radius: var(--e-global-lborder-radius) 0 0 var(--e-global-lborder-radius)
}

@media (max-width: 1200px) {
    .homeflow-listing-row__gallery {
        border-radius:var(--e-global-lborder-radius) var(--e-global-lborder-radius) 0 0;
        border-bottom: 0 !important;
        border-right-width: 2px !important
    }
}

.homeflow-listing-row__gallery .homeflow-swiper-container {
    height: 100%
}

.homeflow-listing-row__gallery img {
    aspect-ratio: 360/260;
    display: block !important;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1200px) {
    .homeflow-listing-row__gallery img {
        aspect-ratio:360/240
    }
}

.homeflow-listing-row__gallery-inner {
    height: 100%
}

.homeflow-listing-row__inner {
    border-left-width: 0;
    border-radius: 0 var(--e-global-lborder-radius) var(--e-global-lborder-radius) 0
}

@media (max-width: 1200px) {
    .homeflow-listing-row__inner {
        border:1px solid var(--e-global-color-lcolor4);
        border-top: 0 !important;
        border-left-width: 2px !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: var(--e-global-lborder-radius);
        border-bottom-right-radius: var(--e-global-lborder-radius)
    }
}

.homeflow-listing-row__head,
.homeflow-listing-row__footer {
    display: flex;
    justify-content: space-between;
    gap: var(--e-global-size-7)
}

@media (max-width: 1200px) {
    .homeflow-listing-row__head {        
        flex-direction:column;
    }

    .homeflow-listing-row__head,
    .homeflow-listing-row__footer {
        justify-content: flex-start;
        gap: var(--e-global-size-7)
    }
}

.homeflow-listing-row__head-info,
.homeflow-listing-row__footer-info {
    flex: 1
}

.homeflow-listing-row__footer {
    margin-top: var(--e-global-size-6)
}

.homeflow-listing-row__description {
    margin-top: var(--e-global-size-6);
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    display: -webkit-box;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.homeflow-listing-row__user-phone {
    margin-top: var(--e-global-size-7)
}

.homeflow-listing-row__bottom {
    height: auto;
    padding: var(--e-global-size-7);
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #fffb;
    width: 100%
}

@media (max-width: 1200px) {
    .homeflow-listing-row__bottom {
        padding-top:var(--e-global-size-5)
    }
}

.homeflow-listing-row__value {
    margin-top: 0;
    font-family: var(--e-global-typography-lheading5-font-family);
    font-size: var(--e-global-typography-lheading5-font-size);
    font-weight: var(--e-global-typography-lheading5-font-weight);
    line-height: var(--e-global-typography-lheading5-line-height);
    letter-spacing: var(--e-global-typography-lheading5-letter-spacing);
    text-transform: var(--e-global-typography-lheading5-text-transform);
    font-style: var(--e-global-typography-lheading5-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading5-text-decoration);
    text-decoration: var(--e-global-typography-lheading5-text-decoration);
    text-transform: lowercase
}

.homeflow-listing-row__name {
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.homeflow-listing-row__attributes {
    margin-bottom: 0
}

.homeflow-listing-row__bottom-attribute {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    line-height: 1
}

.homeflow-listing-row__bottom-attribute-icon {
    display: flex;
    align-items: center
}

.homeflow-listing-row__bottom-attribute-icon svg {
    height: var(--e-global-typography-ltext2-font-size)
}

.homeflow-listing-row__bottom-attribute-icon path {
    fill: var(--e-global-color-lcolor2)
}


.homeflow-listing-card-additional-attribute {
    display: flex;
    align-items: center;
    gap: 5px
}

.homeflow-listing-card-additional-attribute__icon-wrapper {
    display: flex;
    align-items: center
}

.homeflow-listing-card-additional-attribute__icon {
    display: flex;
    align-items: center
}

.homeflow-listing-card-additional-attribute__icon svg {
    height: var(--e-global-typography-ltext2-font-size)
}

.homeflow-listing-card-additional-attribute__icon path {
    fill: var(--e-global-color-lcolor2)
}

.homeflow-listing-card-additional-attribute__value {
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    line-height: 1
}

.homeflow-listing-card-user {
    display: flex;
    gap: var(--e-global-size-7);
    align-items: center;
    color: var(--e-global-color-lcolor1)
}

.homeflow-listing-card-user span {
    flex: 1
}

.homeflow-listing-card-user__name {
    font-family: var(--e-global-typography-ltext2bold-font-family);
    font-size: var(--e-global-typography-ltext2bold-font-size);
    font-weight: var(--e-global-typography-ltext2bold-font-weight);
    line-height: var(--e-global-typography-ltext2bold-line-height);
    letter-spacing: var(--e-global-typography-ltext2bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext2bold-text-transform);
    font-style: var(--e-global-typography-ltext2bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    line-height: 1
}

.homeflow-listing-card-user__icon {
    background: var(--e-global-color-lcolor3);
    border-radius: 50%;
    overflow: hidden;
    width: var(--e-global-size-5);
    height: var(--e-global-size-5);
    display: flex;
    align-items: center;
    justify-content: center
}

.homeflow-listing-card-user__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.homeflow-listing-card-user__icon path {
    fill: var(--e-global-color-lcolor1)
}

.homeflow-listing-card-main-value {
    color: var(--e-global-color-lprimary1);
    font-family: var(--e-global-typography-lheading5-font-family);
    font-size: var(--e-global-typography-lheading5-font-size);
    font-weight: var(--e-global-typography-lheading5-font-weight);
    line-height: var(--e-global-typography-lheading5-line-height);
    letter-spacing: var(--e-global-typography-lheading5-letter-spacing);
    text-transform: var(--e-global-typography-lheading5-text-transform);
    font-style: var(--e-global-typography-lheading5-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading5-text-decoration);
    text-decoration: var(--e-global-typography-lheading5-text-decoration);
    line-height: 100%;
    text-transform: lowercase
}

.homeflow-listing-card-main-value span {
    font-family: var(--e-global-typography-lheading6-font-family);
    font-size: var(--e-global-typography-lheading6-font-size);
    font-weight: var(--e-global-typography-lheading6-font-weight);
    line-height: var(--e-global-typography-lheading6-line-height);
    letter-spacing: var(--e-global-typography-lheading6-letter-spacing);
    text-transform: var(--e-global-typography-lheading6-text-transform);
    font-style: var(--e-global-typography-lheading6-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading6-text-decoration);
    text-decoration: var(--e-global-typography-lheading6-text-decoration)
}

img.lazyload {
    opacity: 0
}

.homeflow-email {
    transition: .2s ease-in-out
}

.homeflow-rotate-180 {
    transform: rotate(180deg) !important
}

.homeflow-margin-left-auto {
    margin-left: auto !important
}

.homeflow-set-new-password-button-wrapper {
    margin-top: 30px
}

.homeflow-alignment-justify .homeflow-button {
    width: 100%;
    margin-left: auto
}

.homeflow-alignment-justify .homeflow-button .homeflow-button__text {
    width: 100%;
    text-align: center
}

.homeflow-alignment-justify .homeflow-button .homeflow-button__icon {
    margin-left: auto
}

.homeflow-alignment-left {
    text-align: left
}

.homeflow-alignment-right {
    text-align: right
}

.homeflow-alignment-center {
    text-align: center
}

@media (min-width: 768px) and (max-width:1200px) {
    .homeflow-alignment-tablet-left {
        text-align:left
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .homeflow-alignment-tablet-center {
        text-align:center
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .homeflow-alignment-tablet-right {
        text-align:right
    }
}

@media (max-width: 767px) {
    .homeflow-alignment-mobile-left {
        text-align:left
    }
}

@media (max-width: 767px) {
    .homeflow-alignment-mobile-center {
        text-align:center
    }
}

@media (max-width: 767px) {
    .homeflow-alignment-mobile-right {
        text-align:right
    }
}

.homeflow-rotate-svg-deg-180 {
    transform: rotate(180deg)
}

.homeflow-relative {
    position: relative
}

.homeflow-overflow-hidden {
    overflow: hidden
}

@media (max-width: 899px) {
    .homeflow-mobile-overflow-hidden {
        overflow:hidden
    }
}

.homeflow-search-form--wrapper {
    display: flex;
    justify-content: center
}

.homeflow-search-form--inline-flex {
    display: inline-flex;
    flex-direction: column
}

.homeflow-input {
    height: var(--e-global-size-3);
    display: flex;
    align-items: center;
    cursor: text;
    position: relative
}

.homeflow-input input {
    background-color: var(--e-global-color-lcolor4);
    flex: 1 !important;
    cursor: text !important;
    margin-bottom: 0 !important;
    float: unset !important;
    width: 100%;
    border: 1px solid var(--e-global-color-lcolor3);
    border-radius: var(--e-global-lborder-radius);
    overflow: hidden;
    height: var(--e-global-size-3);
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    padding: var(--e-global-size-6) var(--e-global-size-5)
}

.homeflow-input input::-moz-placeholder {
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}

.homeflow-input input:-ms-input-placeholder {
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}

.homeflow-input input::placeholder {
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}

.homeflow-input__error {
    display: none;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 30
}

.homeflow-input__icon {
    position: absolute;
    left: var(--e-global-size-5);
    top: 50%;
    transform: translateY(-50%);
    height: var(--e-global-size-6)
}

.homeflow-input__icon svg {
    height: var(--e-global-size-6)
}

.homeflow-input__icon svg path {
    fill: var(--e-global-color-lcolor2)
}

.homeflow-input__postfix {
    position: absolute;
    right: 37px;
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

.homeflow-input__clear {
    position: absolute;
    top: 1px;
    right: 12px;
    cursor: pointer;
    width: 26px;
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-lcolor4)
}

.homeflow-input__clear svg path {
    transition: .2s ease-in-out;
    fill: var(--e-global-color-lcolor1)
}

.homeflow-input__clear:hover svg path {
    fill: var(--e-global-color-lprimary2)
}

.homeflow-input--bg-section-color input {
    background-color: var(--e-global-color-lsectionbg)
}

.homeflow-input--color-2 input {
    color: var(--e-global-color-lcolor2) !important
}

.homeflow-input--color-2 input::-moz-placeholder {
    color: var(--e-global-color-lcolor2) !important
}

.homeflow-input--color-2 input:-ms-input-placeholder {
    color: var(--e-global-color-lcolor2) !important
}

.homeflow-input--color-2 input::placeholder {
    color: var(--e-global-color-lcolor2) !important
}

.homeflow-input--active input {
    border-color: var(--e-global-color-lprimary1);
    padding-right: 48px
}

.homeflow-input--error input {
    border-color: var(--e-global-color-lprimary2)
}

.homeflow-input--error .homeflow-input__error {
    display: flex
}

.homeflow-input--with-icon input {
    padding: var(--e-global-size-6) !important;
    padding-left: var(--e-global-size-3) !important
}

.homeflow-input--without-right-border {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width: 767px) {
    .homeflow-input--mobile-simple-without-right-border {
        border-right:0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .homeflow-input--mobile-simple-without-right-border input {
        padding: var(--e-global-size-6) var(--e-global-size-4) !important
    }

    .homeflow-input--mobile-simple-without-right-border .homeflow-input__icon {
        display: none
    }
}

.homeflow-select-wrapper {
    position: relative;
    display: inline-block;
    width: auto
  }

.homeflow-select {
    background: var(--e-global-color-lcolor4);
    border: 1px solid var(--e-global-color-lcolor3);
    border-radius: var(--e-global-lborder-radius);
    height: var(--e-global-size-3);
    padding: var(--e-global-size-7);
    padding-left: var(--e-global-size-5);
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width: 100%;
    width: auto
}

.homeflow-select-wrapper.open::after {
    transform: translateY(-50%) rotate(180deg);
}

.homeflow-select--with-icon {
    padding-left: var(--e-global-size-3)
}

.homeflow-select--small {
    height: var(--e-global-size-3);
    padding: var(--e-global-size-7)
}

.homeflow-select--error {
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-select--error .homeflow-select__error {
    display: block
}

.homeflow-select--width-auto {
    width: auto
}

.homeflow-select--active {
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-select--open {
    z-index: 12
}

.homeflow-select:disabled {
    opacity: .4;
    pointer-events: none;
    cursor: default
}

.homeflow-select__icon {
    position: absolute;
    left: var(--e-global-size-5);
    top: 50%;
    transform: translateY(-50%);
    height: var(--e-global-size-6)
}

.homeflow-select__icon svg {
    height: var(--e-global-size-6)
}

.homeflow-select__icon svg path {
    fill: var(--e-global-color-lcolor2)
}

.homeflow-select::placeholder {
    position: relative;
    color: var(--e-global-color-lcolor1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 1px;
    padding-right: 36px;
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}

.homeflow-select__clear {
    position: absolute;
    top: 1px;
    right: 12px;
    cursor: pointer;
    width: 26px;
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-lcolor4)
}

.homeflow-select__clear svg path {
    transition: .2s ease-in-out;
    fill: var(--e-global-color-lcolor1)
}

.homeflow-select__clear:hover svg path {
    fill: var(--e-global-color-lprimary2)
}

.homeflow-select__arrow {
    position: absolute;
    right: 12px;
    cursor: pointer;
    width: 26px;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-lcolor4)
}

.homeflow-select__arrow--smaller-area {
    height: 70%
}

.homeflow-select__dropdown {
    cursor: auto;
    position: absolute;
    left: -1px;
    top: calc(100% + 1px);
    min-width: 220px;
    background: var(--e-global-color-lcolor5);
    box-shadow: 0 0 12px 0 rgba(0,0,0,
.1);
    border-radius: var(--e-global-lborder-radius);
    max-height: 380px;
    overflow-y: auto;
    clip-path: inset(-1px -1000px -30px -30px)
}

.homeflow-select__dropdown--auto-width {
    width: auto;
    min-width: calc(100% + 2px)
}

.homeflow-select__searchable {
    margin: var(--e-global-size-7)
}

.homeflow-select__no-options {
    margin: var(--e-global-size-7) var(--e-global-size-6)
}

.homeflow-select option {
    padding: var(--e-global-size-6) var(--e-global-size-5);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    line-height: 100%;
    color: var(--e-global-color-lcolor1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .2s ease-in-out;
    white-space: nowrap
}

.homeflow-select option:hover {
    background-color: #E2E5E750
}

.homeflow-select option[selected],
.homeflow-select option.active {
    font-weight: 600
}

.homeflow-select option.highlight {
    color: var(--e-global-color-lprimary1)
}

.homeflow-select option.active .homeflow-select__checkbox {
    background-color: var(--e-global-color-lprimary1);
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-select option.active .homeflow-select__checkbox svg {
    opacity: 1
}

.homeflow-select option.disabled {
    pointer-events: none;
    color: var(--e-global-color-lcolor3)
}

.homeflow-select__label-with-checkbox {
    display: flex;
    align-items: center
}

.homeflow-select__checkbox-wrapper {
    display: flex;
    align-items: center;
    height: var(--e-global-size-4)
}

.homeflow-select__checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--e-global-size-5);
    min-width: var(--e-global-size-5);
    height: var(--e-global-size-5);
    background: var(--e-global-color-lcolor5);
    border: 1px solid var(--e-global-color-lcolor3);
    border-radius: var(--e-global-lborder-radius);
    transition: .2s ease-in-out;
    margin-right: var(--e-global-size-7)
}

.homeflow-select__checkbox svg {
    opacity: 0;
    transition: .2s ease-in-out
}

.homeflow-select__checkbox svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-select__count-wrapper {
    display: flex;
    align-items: center;
    height: var(--e-global-typography-ltext1-line-height)
}

.homeflow-select__count {
    margin-left: 5px;
    display: flex;
    align-items: center;
    height: var(--e-global-size-5);
    padding: 0 6px;
    background-color: var(--e-global-color-lprimary1);
    border-radius: 50px;
    color: var(--e-global-color-lcolor5);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration)
}

.homeflow-select--raw {
    border: none;
    width: auto;
    padding-left: var(--e-global-size-6);
    padding-right: var(--e-global-size-6);
    height: 43px
}

.homeflow-select--raw .homeflow-select__dropdown {
    width: 100%;
    min-width: 1px
}

.homeflow-select--raw .homeflow-select__arrow {
    background-color: var(--e-global-color-lcolor5)
}

.homeflow-select__error {
    display: none;
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 20
}

.homeflow-radius-field {
    display: flex;
    align-items: center
}

.homeflow-radius-field__separator {
    height: 30px;
    width: 1px;
    background-color: var(--e-global-color-lcolor3)
}

.homeflow-radius-field__clear {
    position: absolute;
    top: 1px;
    right: 12px;
    cursor: pointer;
    width: 26px;
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-lcolor4);
    background-color: var(--e-global-color-lcolor5);
    position: static;
    right: auto;
    padding-right: var(--e-global-size-7)
}

.homeflow-radius-field__clear svg path {
    transition: .2s ease-in-out;
    fill: var(--e-global-color-lcolor1)
}

.homeflow-radius-field__clear:hover svg path {
    fill: var(--e-global-color-lprimary2)
}


.homeflow-textarea {
    position: relative
}

.homeflow-textarea textarea {
    background-color: var(--e-global-color-lcolor4);
    border: 1px solid var(--e-global-color-lcolor3);
    border-radius: var(--e-global-lborder-radius);
    padding: var(--e-global-size-6) var(--e-global-size-5);
    color: var(--e-global-color-lcolor1);
    width: 100%;
    height: 180px;
    resize: vertical;
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

.homeflow-textarea textarea::-moz-placeholder {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

.homeflow-textarea textarea:-ms-input-placeholder {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

.homeflow-textarea textarea::placeholder {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

.homeflow-textarea__error {
    display: none;
    position: absolute;
    top: 0;
    right: var(--e-global-size-6)
}

.homeflow-textarea--error textarea {
    border-color: var(--e-global-color-lprimary2)
}

.homeflow-textarea--error .homeflow-textarea__error {
    display: flex
}

.homeflow-listing-grid {
    display: grid;
    grid-gap: var(--e-global-size-6);
    grid-template-columns: repeat(auto-fill,minmax(290px,1fr))
}

.homeflow-listing-grid--small-cards {
    grid-template-columns: repeat(auto-fill,minmax(262px,1fr))
}

.homeflow-listing-grid--1-col {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

@media (max-width: 1200px) {
    .homeflow-listing-grid--1-col {
        grid-template-columns:repeat(auto-fill,minmax(290px,1fr))
    }
}

@media (max-width: 1200px) {
    .homeflow-listing-grid--rows {
        grid-template-columns:repeat(auto-fill,minmax(262px,1fr));
        gap: 15px
    }
}

.homeflow-search-results-wrapper {
    padding: var(--e-global-size-2) 0
}

.homeflow-search-results {
    position: relative
}

.homeflow-search-results__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    gap: var(--e-global-size-6)
}

@media (max-width: 1200px) {
    .homeflow-search-results__row {
        max-width:780px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .homeflow-search-results__row {
        max-width:390px
    }
}

@media (max-width: 767px) {
    .homeflow-search-results__row {
        flex-direction:column;
        justify-content: left;
        align-items: flex-start
    }
}

@media (max-width: 767px) {
    .homeflow-search-results__row {
        width:100%
    }
}

.homeflow-search-results__row-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-right: var(--e-global-size-7)
}

@media (max-width: 767px) {
    .homeflow-search-results__row-left {
        width:100%
    }
}

.homeflow-search-results__row-right {
    display: flex;
    height: var(--e-global-size-2);
    align-items: center;
    justify-content: flex-end
}

@media (max-width: 1200px) {
    .homeflow-search-results__row-right {
        align-items:flex-start
    }
}

@media (max-width: 767px) {
    .homeflow-search-results__row-right {
        width:100%;
        margin-top: 0;
        justify-content: flex-start
    }
}

.homeflow-search-results__results-number {
    color: var(--e-global-color-lcolor1);
    margin-right: var(--e-global-size-6);
    font-family: var(--e-global-typography-lheading4-font-family);
    font-size: var(--e-global-typography-lheading4-font-size);
    font-weight: var(--e-global-typography-lheading4-font-weight);
    line-height: var(--e-global-typography-lheading4-line-height);
    letter-spacing: var(--e-global-typography-lheading4-letter-spacing);
    text-transform: var(--e-global-typography-lheading4-text-transform);
    font-style: var(--e-global-typography-lheading4-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading4-text-decoration);
    text-decoration: var(--e-global-typography-lheading4-text-decoration);
    line-height: 100%
}

.homeflow-search-results__title {
    color: var(--e-global-color-lprimary1);
    font-family: var(--e-global-typography-llabel-font-family);
    font-size: var(--e-global-typography-llabel-font-size);
    font-weight: var(--e-global-typography-llabel-font-weight);
    line-height: var(--e-global-typography-llabel-line-height);
    letter-spacing: var(--e-global-typography-llabel-letter-spacing);
    text-transform: var(--e-global-typography-llabel-text-transform);
    font-style: var(--e-global-typography-llabel-font-style);
    -webkit-text-decoration: var(--e-global-typography-llabel-text-decoration);
    text-decoration: var(--e-global-typography-llabel-text-decoration);
    line-height: normal
}

.homeflow-search-results__sort-by {
    display: flex;
    align-items: center
}

.homeflow-search-results__sort-by .homeflow-select {
    min-width: 250px
}

.homeflow-search-results__sort-by-label {
    color: #000;
    margin-right: var(--e-global-size-6);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

@media (max-width: 767px) {
    .homeflow-search-results__sort-by-label {
        display:none
    }
}

.homeflow-search-results__views {
    margin-left: var(--e-global-size-6);
    display: flex;
    width: 135px;
    gap: var(--e-global-size-6)
}

@media (max-width: 1200px) {
    .homeflow-search-results__views {
        display:none
    }
}

.homeflow-search-results__description {
    margin-top: var(--e-global-size-7);
    margin-bottom: var(--e-global-size-6);
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    line-height: normal
}

.homeflow-search-results__description figure.wp-caption {
    max-width: 100%
}

.homeflow-search-results__description ul,
.homeflow-search-results__description ol {
    display: block;
    list-style: disc outside none;
    margin: 1em 0
}

.homeflow-search-results__description ol li {
    list-style-type: decimal
}

.homeflow-search-results__description li {
    display: list-item;
    list-style: inside
}

.homeflow-search-results__description p {
    margin-top: var(--e-global-size-6);
    margin-bottom: var(--e-global-size-4)
}

.homeflow-search-results__description p:first-child {
    margin-top: 0
}

.homeflow-search-results__description p:last-child {
    margin-bottom: 0
}

.homeflow-search-results__description .wp-caption.alignright {
    float: right
}

.homeflow-search-results__description .wp-caption.alignright:after {
    content: "";
    clear: both
}

.homeflow-search-results__description .wp-caption.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
}

.homeflow-search-results__description:after {
    display: block;
    content: "";
    clear: both
}

.homeflow-search-results__list {
    margin-top: var(--e-global-size-5)
}

@media (max-width: 1200px) {
    .homeflow-search-results__list {
        max-width:780px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .homeflow-search-results__list {
        max-width:390px
    }
}

.homeflow-search-results__pagination {
    margin-top: var(--e-global-size-5)
}

@media (min-width: 767px) {
    .homeflow-search-results__pagination-mobile {
        display:none
    }
}

.homeflow-search-results__pagination-desktop {
    display: none
}

@media (min-width: 767px) {
    .homeflow-search-results__pagination-desktop {
        display:block
    }
}

.homeflow-view-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--e-global-size-3);
    height: var(--e-global-size-3);
    border: 1px solid var(--e-global-color-lcolor3);
    border-radius: var(--e-global-lborder-radius);
    cursor: pointer;
    transition: .2s ease-in-out;
    background: var(--e-global-color-lcolor4)
}

.homeflow-view-selector svg {
    width: var(--e-global-size-5)
}

.homeflow-view-selector svg path {
    fill: var(--e-global-color-lcolor1);
    transition: .2s ease-in-out
}

.homeflow-view-selector i {
    color: var(--e-global-color-lcolor1)
}

.homeflow-view-selector:hover {
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-view-selector:hover svg path {
    fill: var(--e-global-color-lprimary1)
}

.homeflow-view-selector:hover i {
    color: var(--e-global-color-lprimary1)
}

.homeflow-view-selector--active {
    background-color: var(--e-global-color-lprimary1);
    border-color: var(--e-global-color-lprimary1)
}

.homeflow-view-selector--active:hover svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-view-selector--active svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-view-selector--active i {
    color: var(--e-global-color-lcolor5)
}

.homeflow-simple-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: var(--e-global-color-lcolor5);
    padding: 0 var(--e-global-size-4);
    cursor: pointer;
    white-space: nowrap;
    border-radius: var(--e-global-lborder-radius);
    overflow: hidden;
    position: relative;
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration);
    font-weight: 500;
    line-height: 100%
}

.homeflow-simple-button__icon {
    display: flex;
    align-items: center;
    margin-right: var(--e-global-size-7)
}

.homeflow-simple-button__icon svg {
    height: var(--e-global-typography-llabel-line-height)
}

[dir=rtl] .homeflow-simple-button__icon svg {
    transform: scaleX(-1)
}

.homeflow-simple-button__icon path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-simple-button:before {
    display: block;
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-lcolor5);
    transition: .2s ease-in-out
}

.homeflow-simple-button:hover:before {
    opacity: .15
}

.homeflow-simple-button--disabled {
    cursor: unset
}

.homeflow-simple-button--disabled:hover:before {
    opacity: 0
}

.homeflow-simple-button--background-primary-1 {
    background-color: var(--e-global-color-lprimary1)
}

.homeflow-simple-button--background-primary-2 {
    background-color: var(--e-global-color-lprimary2)
}

.homeflow-simple-button--background-color-3 {
    background-color: var(--e-global-color-lcolor3)
}

.homeflow-simple-button--color-1 {
    color: var(--e-global-color-lcolor1)
}

.homeflow-simple-button--color-1 .homeflow-simple-button__icon path {
    fill: var(--e-global-color-lcolor1)
}

.homeflow-simple-button--full-width {
    width: 100%;
    justify-content: center
}

.homeflow-simple-button--height-45 {
    height: 45px;
    padding: 0 var(--e-global-size-5)
}

.homeflow-compare-button {
    cursor: pointer;
    box-shadow: 0 0 12px 0 rgba(0,0,0,
.1);
    padding: var(--e-global-size-7);
    padding-bottom: 0;
    border-top-left-radius: var(--e-global-lborder-radius);
    border-top-right-radius: var(--e-global-lborder-radius);
    overflow: hidden;
    background-color: var(--e-global-color-lcolor5)
}

.homeflow-compare-button__inner {
    border-top-left-radius: var(--e-global-lborder-radius);
    border-top-right-radius: var(--e-global-lborder-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: var(--e-global-color-lprimary1);
    padding: 0 var(--e-global-size-4);
    color: var(--e-global-color-lcolor5);
    height: 50px;
    font-family: var(--e-global-typography-ltext1bold-font-family);
    font-size: var(--e-global-typography-ltext1bold-font-size);
    font-weight: var(--e-global-typography-ltext1bold-font-weight);
    line-height: var(--e-global-typography-ltext1bold-line-height);
    letter-spacing: var(--e-global-typography-ltext1bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext1bold-text-transform);
    font-style: var(--e-global-typography-ltext1bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext1bold-text-decoration);
    line-height: 100%
}

.homeflow-compare-button__inner svg {
    margin-right: var(--e-global-size-6);
    width: var(--e-global-size-6);
    height: var(--e-global-size-6)
}

.homeflow-compare-button__inner svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-compare-button__count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: var(--e-global-size-6);
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--e-global-color-lcolor5);
    min-width: var(--e-global-size-5);
    padding: 0 4px;
    height: var(--e-global-size-5);
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext2bold-font-family);
    font-size: var(--e-global-typography-ltext2bold-font-size);
    font-weight: var(--e-global-typography-ltext2bold-font-weight);
    line-height: var(--e-global-typography-ltext2bold-line-height);
    letter-spacing: var(--e-global-typography-ltext2bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext2bold-text-transform);
    font-style: var(--e-global-typography-ltext2bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    line-height: 1
}

.homeflow-compare-preview-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 50;
    height: 0
}

.homeflow-compare-preview-wrapper__container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.homeflow-compare-preview {
    padding-right: var(--e-global-size-2);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateY(0);
    transition: .2s ease-in-out;
    height: 277px;
    bottom: 0;
    left: 0;
    z-index: 50;
    max-width: 670px;
    width: 100%;
    position: relative
}

@media (max-width: 767px) {
    .homeflow-compare-preview {
        align-items:center
    }
}

.homeflow-compare-preview--open {
    transform: translateY(-100%)
}

@media (max-width: 767px) {
    .homeflow-compare-preview--open {
        transform:translateY(0)
    }
}

.homeflow-compare-preview--hidden {
    transform: translateY(60px);
    visibility: hidden
}

.homeflow-compare-preview__button {
    position: absolute;
    z-index: 50;
    height: 60px;
    clip-path: inset(-20px -20px 0 -20px);
    right: 60px;
    top: -60px
}

@media (max-width: 767px) {
    .homeflow-compare-preview__button {
        right:50%;
        transform: translateX(50%)
    }
}

.homeflow-compare-preview__content {
    box-shadow: 0 0 12px 0 rgba(0,0,0,
.1);
    position: relative;
    z-index: 49;
    height: 277px;
    max-width: 670px;
    width: 100%;
    background-color: var(--e-global-color-lcolor5);
    padding: var(--e-global-size-5);
    border-top-left-radius: var(--e-global-lborder-radius)
}

.homeflow-compare-preview__list {
    overflow: hidden;
    position: relative;
    width: 100%
}

.homeflow-compare-preview__bottom {
    margin-top: var(--e-global-size-4);
    display: flex;
    justify-content: space-between
}

.homeflow-compare-preview__info {
    display: flex;
    align-items: center;
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration);
    font-style: italic;
    line-height: 138%;
    padding-left: 45px;
    position: relative;
    max-width: 365px;
    width: 100%
}

.homeflow-compare-preview__info-icon {
    position: absolute;
    left: 0;
    width: var(--e-global-size-4);
    height: var(--e-global-size-4);
    top: 50%;
    transform: translateY(-50%)
}

.homeflow-compare-preview__info-icon svg {
    width: var(--e-global-size-4);
    height: var(--e-global-size-4)
}

.homeflow-compare-preview__info-icon svg path {
    fill: var(--e-global-color-lprimary1)
}

.homeflow-compare-preview__compare-button {
    display: none
}

.homeflow-compare-preview__compare-button--visible {
    display: block
}

@media (max-width: 767px) {
    .homeflow-html-map-sticky .homeflow-compare-preview-wrapper {
        display:none
    }
}

.homeflow-compare-preview-card {
    width: 100%;
    display: block
}

.homeflow-compare-preview-card__image {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden
}

.homeflow-compare-preview-card__image--placeholer {
    background: var(--e-global-color-lcolor4);
    border: 2px dashed var(--e-global-color-lcolor3);
    border-radius: var(--e-global-lborder-radius)
}

.homeflow-compare-preview-card__image img {
    display: block;
    aspect-ratio: 160/110;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.homeflow-compare-preview-card__label {
    margin-top: var(--e-global-size-7);
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext2bold-font-family);
    font-size: var(--e-global-typography-ltext2bold-font-size);
    font-weight: var(--e-global-typography-ltext2bold-font-weight);
    line-height: var(--e-global-typography-ltext2bold-line-height);
    letter-spacing: var(--e-global-typography-ltext2bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext2bold-text-transform);
    font-style: var(--e-global-typography-ltext2bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.homeflow-compare-preview-card__remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: var(--e-global-size-5);
    height: var(--e-global-size-5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--e-global-color-lcolor5)
}

.homeflow-compare-preview-card__remove svg {
    width: var(--e-global-size-7);
    height: var(--e-global-size-7)
}

.homeflow-compare-preview-card__remove svg path {
    fill: var(--e-global-color-lcolor1)
}

.homeflow-compare-area {
    width: 100%;
    display: flex;
    flex-direction: column
}

.homeflow-compare-area__empty-block {
    background: var(--e-global-color-lcolor4)
}

@media (max-width: 767px) {
    .homeflow-compare-area__back-button {
        display:none
    }
}

.homeflow-compare-area__row {
    display: grid;
    grid-column-gap: 0;
    grid-template-columns: repeat(4,minmax(0,1fr));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.homeflow-compare-area__row:first-child {
    background: var(--e-global-color-lcolor5);
    position: sticky;
    top: 0
}

.homeflow-compare-area__row:nth-child(even) .homeflow-compare-area__cell {
    background-color: var(--e-global-color-lcolor4)
}

.homeflow-compare-area__row:nth-child(odd) .homeflow-compare-area__cell {
    background-color: var(--e-global-color-lcolor5)
}

@media (max-width: 1200px) {
    .homeflow-compare-area__row {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
}

@media (max-width: 767px) {
    .homeflow-compare-area__row {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

.homeflow-compare-area__row--with-border {
    border-bottom: 1px solid var(--e-global-color-lcolor4)
}

@media (max-width: 767px) {
    .homeflow-compare-area__row--with-border {
        border-left:1px solid var(--e-global-color-lcolor4);
        border-right: 1px solid var(--e-global-color-lcolor4)
    }

    .homeflow-compare-area__row--with-border:last-child {
        border-bottom-left-radius: var(--e-global-lborder-radius);
        border-bottom-right-radius: var(--e-global-lborder-radius)
    }
}

@media (max-width: 767px) {
    .homeflow-compare-area__row--button {
        display:flex;
        justify-content: center
    }
}

.homeflow-compare-area__head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--e-global-size-5);
    padding: var(--e-global-size-7) var(--e-global-size-5)
}

.homeflow-compare-area__head-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: var(--e-global-size-7)
}

.homeflow-compare-area__heading-wrapper {
    display: flex;
    align-items: center
}

.homeflow-compare-area__heading {
    display: flex;
    align-items: center;
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-lheading4-font-family);
    font-size: var(--e-global-typography-lheading4-font-size);
    font-weight: var(--e-global-typography-lheading4-font-weight);
    line-height: var(--e-global-typography-lheading4-line-height);
    letter-spacing: var(--e-global-typography-lheading4-letter-spacing);
    text-transform: var(--e-global-typography-lheading4-text-transform);
    font-style: var(--e-global-typography-lheading4-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading4-text-decoration);
    text-decoration: var(--e-global-typography-lheading4-text-decoration);
    line-height: 1
}

.homeflow-compare-area__heading-count {
    margin-left: var(--e-global-size-6);
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--e-global-size-4);
    height: var(--e-global-size-4);
    border-radius: 50%;
    color: var(--e-global-color-lcolor1);
    background-color: var(--e-global-color-lcolor3);
    font-family: var(--e-global-typography-ltext2bold-font-family);
    font-size: var(--e-global-typography-ltext2bold-font-size);
    font-weight: var(--e-global-typography-ltext2bold-font-weight);
    line-height: var(--e-global-typography-ltext2bold-line-height);
    letter-spacing: var(--e-global-typography-ltext2bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext2bold-text-transform);
    font-style: var(--e-global-typography-ltext2bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    line-height: 1
}

.homeflow-compare-area__text {
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

.homeflow-compare-area__image {
    border-top-left-radius: var(--e-global-lborder-radius);
    border-top-right-radius: var(--e-global-lborder-radius);
    overflow: hidden;
    position: relative;
    display: block;
    padding: var(--e-global-size-7);
    background: var(--e-global-color-lcolor5)
}

.homeflow-compare-area__image img {
    display: block;
    aspect-ratio: 360/240;
    width: 100%;
    height: auto
}

.homeflow-compare-area__lock {
    position: absolute;
    top: var(--e-global-size-6);
    left: var(--e-global-size-6);
    height: var(--e-global-size-4);
    background-color: var(--e-global-color-lprimary2);
    border-radius: 25px;
    color: var(--e-global-color-lcolor5);
    display: flex;
    align-items: center;
    padding: 0 var(--e-global-size-6);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    line-height: 1
}

.homeflow-compare-area__lock>span {
    display: inline-flex
}

.homeflow-compare-area__lock svg {
    margin-right: var(--e-global-size-7);
    width: var(--e-global-size-6);
    height: var(--e-global-size-6)
}

.homeflow-compare-area__lock svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-compare-area__remove {
    position: absolute;
    top: var(--e-global-size-6);
    right: var(--e-global-size-6);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--e-global-color-lcolor5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.homeflow-compare-area__remove svg {
    width: var(--e-global-size-6);
    height: var(--e-global-size-6)
}

.homeflow-compare-area__remove svg path {
    fill: var(--e-global-color-lcolor1)
}

.homeflow-compare-area__locked {
    grid-area: 1/2
}

.homeflow-compare-area__cell {
    display: flex;
    padding: var(--e-global-size-7) var(--e-global-size-5);
    background-color: var(--e-global-color-lcolor5);
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration)
}

.homeflow-compare-area__cell--field-label {
    justify-content: flex-end;
    border-right: 0;
    background-color: transparent;
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext1bold-font-family);
    font-size: var(--e-global-typography-ltext1bold-font-size);
    font-weight: var(--e-global-typography-ltext1bold-font-weight);
    line-height: var(--e-global-typography-ltext1bold-line-height);
    letter-spacing: var(--e-global-typography-ltext1bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext1bold-text-transform);
    font-style: var(--e-global-typography-ltext1bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext1bold-text-decoration)
}

.homeflow-compare-area__cell--label {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-lheading6-font-family);
    font-size: var(--e-global-typography-lheading6-font-size);
    font-weight: var(--e-global-typography-lheading6-font-weight);
    line-height: var(--e-global-typography-lheading6-line-height);
    letter-spacing: var(--e-global-typography-lheading6-letter-spacing);
    text-transform: var(--e-global-typography-lheading6-text-transform);
    font-style: var(--e-global-typography-lheading6-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading6-text-decoration);
    text-decoration: var(--e-global-typography-lheading6-text-decoration);
    padding: var(--e-global-size-7) var(--e-global-size-5)
}

.homeflow-compare-area__cell--primary-value {
    color: var(--e-global-color-lprimary1);
    font-family: var(--e-global-typography-ltext1bold-font-family);
    font-size: var(--e-global-typography-ltext1bold-font-size);
    font-weight: var(--e-global-typography-ltext1bold-font-weight);
    line-height: var(--e-global-typography-ltext1bold-line-height);
    letter-spacing: var(--e-global-typography-ltext1bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext1bold-text-transform);
    font-style: var(--e-global-typography-ltext1bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext1bold-text-decoration)
}

.homeflow-compare-area__cell--button {
    padding-top: var(--e-global-size-6);
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: 0
}

.homeflow-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-wrap: nowrap;
    height: 50px;
    background-color: var(--e-global-color-lcolor3);
    padding: 0 var(--e-global-size-4);
    color: var(--e-global-color-lcolor2);
    justify-content: center;
    align-items: center;
    gap: var(--e-global-size-7);
    border-radius: var(--e-global-lborder-radius);
    transition: .2s ease-in-out;
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration);
    font-weight: 500;
    line-height: 100%
}

.homeflow-button svg {
    height: 16px
}

[dir=rtl] .homeflow-button svg {
    transform: scaleX(-1)
}

.homeflow-button svg path {
    transition: .2s ease-in-out;
    fill: var(--e-global-color-lcolor5)
}

.homeflow-button--secondary {
    background-color: transparent;
    border: 2px solid var(--e-global-color-lprimary1);
    color: var(--e-global-color-lprimary1);
    text-transform: unset;
    box-shadow: none;
    padding: 0 20px
}

.homeflow-button--secondary svg path {
    fill: var(--e-global-color-lprimary1)
}

.homeflow-button--secondary:hover {
    background-color: var(--e-global-color-lprimary1);
    color: var(--e-global-color-lcolor5)
}

.homeflow-button--secondary:hover:before {
    opacity: 0 !important
}

.homeflow-button--secondary:hover svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-button--text-transform-none {
    text-transform: none
}

.homeflow-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition: .2s ease-in-out
}

.homeflow-button:hover:before {
    opacity: .2
}

.homeflow-button--height-45 {
    height: 45px
}

.homeflow-button--height-60 {
    height: 60px
}

.homeflow-button--full-width {
    width: 100%
}

.homeflow-button--regular:hover {
    background-color: var(--e-global-color-lprimary1);
    color: var(--e-global-color-lcolor5)
}

.homeflow-button--regular:hover svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-button--primary-1 {
    background-color: var(--e-global-color-lprimary1);
    color: var(--e-global-color-lcolor5)
}

.homeflow-button--primary-1 svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-button--primary-1 svg rect {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-button--white {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff
}

.homeflow-button--white svg path {
    fill: #fff
}

.homeflow-button--color-1 {
    color: var(--e-global-color-lcolor1)
}

.homeflow-button--color-1 svg path {
    fill: var(--e-global-color-lcolor1)
}

.homeflow-button__loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.homeflow-button--loading span {
    opacity: 0;
    visibility: hidden
}

.homeflow-button--loading .homeflow-button__loading {
    display: block
}

.homeflow-button--loading:hover svg {
    transform: translate(-50%,-50%) !important
}

.homeflow-button--left:hover svg {
    transform: scale(1.2)
}

[dir=rtl] .homeflow-button--left:hover svg {
    transform: scaleX(-1.2) scaleY(1.2)
}

.homeflow-button-primary-1-selector {
    background-color: var(--e-global-color-lprimary1);
    color: var(--e-global-color-lcolor5)
}

.homeflow-button-primary-1-selector span svg path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-listing-attributes-v3 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--e-global-size-7)
}

.homeflow-listing-attribute-v3 {
    display: flex;
    align-items: center;
    min-height: var(--e-global-size-4);
    padding: 0 var(--e-global-size-6);
    word-break: break-all;
    border-radius: var(--e-global-lborder-radius);
    font-family: var(--e-global-typography-ltext2bold-font-family);
    font-size: var(--e-global-typography-ltext2bold-font-size);
    font-weight: var(--e-global-typography-ltext2bold-font-weight);
    line-height: var(--e-global-typography-ltext2bold-line-height);
    letter-spacing: var(--e-global-typography-ltext2bold-letter-spacing);
    text-transform: var(--e-global-typography-ltext2bold-text-transform);
    font-style: var(--e-global-typography-ltext2bold-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    text-decoration: var(--e-global-typography-ltext2bold-text-decoration);
    gap: var(--e-global-size-7);
    color: var(--e-global-color-lcolor5);
    border-color: var(--e-global-color-lprimary1);
    background: var(--e-global-color-lprimary1)
}

.homeflow-listing-attribute-v3__icon {
    display: flex;
    align-items: center;
    height: 16px
}

.homeflow-listing-attribute-v3__icon path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-listing-address {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.homeflow-listing-address__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--e-global-size-7)
}

.homeflow-listing-address__icon svg {
    height: var(--e-global-size-6)
}

.homeflow-listing-address__icon path {
    fill: var(--e-global-color-lcolor2)
}

.homeflow-listing-address__value {
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration);
    line-height: 100%
}

.homeflow-listing-address__link-to-map {
    margin-left: var(--e-global-size-7);
    color: var(--e-global-color-lprimary1);
    position: relative;
    transition: .2s ease-in-out;
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration);
    line-height: 100%
}

.homeflow-listing-price {
    display: flex;
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-lheading3-font-family);
    font-size: var(--e-global-typography-lheading3-font-size);
    font-weight: var(--e-global-typography-lheading3-font-weight);
    line-height: var(--e-global-typography-lheading3-line-height);
    letter-spacing: var(--e-global-typography-lheading3-letter-spacing);
    text-transform: var(--e-global-typography-lheading3-text-transform);
    font-style: var(--e-global-typography-lheading3-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading3-text-decoration);
    text-decoration: var(--e-global-typography-lheading3-text-decoration)
}

.no-price {
    color: black;
    font-size: 1em;
    background-color: rgb(255, 187, 0);
    height: auto;
    padding: var(--e-global-size-7);
    bottom: 0;
    z-index: 1;
    font-size: .7em !important;
    font-weight:  bold !important;
}
.homeflow-listing-features {
    display: grid;
    grid-gap: var(--e-global-size-6);
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.homeflow-listing-feature {
    display: flex;
    align-items: center
}

.homeflow-listing-feature__icon-wrapper {
    display: flex;
    align-items: center;
    margin-right: var(--e-global-size-7)
}

.homeflow-listing-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--e-global-size-5);
    height: var(--e-global-size-5);
    border-radius: 50%;
    background-color: var(--e-global-color-lprimary1)
}

.homeflow-listing-feature__icon i {
    color: var(--e-global-color-lcolor5);
    font-size: 12px
}

.homeflow-listing-feature__icon svg {
    height: 12px
}

.homeflow-listing-feature__icon path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-listing-feature__content {
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-ltext1-font-family);
    font-size: var(--e-global-typography-ltext1-font-size);
    font-weight: var(--e-global-typography-ltext1-font-weight);
    line-height: var(--e-global-typography-ltext1-line-height);
    letter-spacing: var(--e-global-typography-ltext1-letter-spacing);
    text-transform: var(--e-global-typography-ltext1-text-transform);
    font-style: var(--e-global-typography-ltext1-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext1-text-decoration);
    text-decoration: var(--e-global-typography-ltext1-text-decoration);
    line-height: 100%;
    font-weight: 500;
    flex: 1
}

.homeflow-listing-simple-label {
    margin-bottom: var(--e-global-size-4);
    color: var(--e-global-color-lcolor1);
    font-family: var(--e-global-typography-lheading3-font-family);
    font-size: var(--e-global-typography-lheading3-font-size);
    font-weight: var(--e-global-typography-lheading3-font-weight);
    line-height: var(--e-global-typography-lheading3-line-height);
    letter-spacing: var(--e-global-typography-lheading3-letter-spacing);
    text-transform: var(--e-global-typography-lheading3-text-transform);
    font-style: var(--e-global-typography-lheading3-font-style);
    -webkit-text-decoration: var(--e-global-typography-lheading3-text-decoration);
    text-decoration: var(--e-global-typography-lheading3-text-decoration)
}

.homeflow-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow-y: auto
}

.homeflow-popup-wrapper__container {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 199;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--e-global-size-2) 0
}

.homeflow-popup-wrapper__container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--e-global-color-lcolor1);
    opacity: .85;
    z-index: 9991
}

.homeflow-popup-wrapper__modal {
    position: relative;
    z-index: 9999;
    width: 615px
}

@media (max-width: 700px) {
    .homeflow-popup-wrapper__modal {
        width:340px
    }
}

.homeflow-popup-wrapper__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--e-global-size-5);
    height: var(--e-global-size-5);
    border-radius: 50%;
    background-color: var(--e-global-color-lprimary1);
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer
}

.homeflow-popup-wrapper__close path {
    fill: var(--e-global-color-lcolor5)
}

.homeflow-attribute {
    background-color: var(--e-global-color-lcolor4);
    background: var(--e-global-color-lcolor4);
    border-radius: 2px;
    padding: 8px var(--e-global-size-7);
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--e-global-color-lcolor2);
    font-family: var(--e-global-typography-ltext2-font-family);
    font-size: var(--e-global-typography-ltext2-font-size);
    font-weight: var(--e-global-typography-ltext2-font-weight);
    line-height: var(--e-global-typography-ltext2-line-height);
    letter-spacing: var(--e-global-typography-ltext2-letter-spacing);
    text-transform: var(--e-global-typography-ltext2-text-transform);
    font-style: var(--e-global-typography-ltext2-font-style);
    -webkit-text-decoration: var(--e-global-typography-ltext2-text-decoration);
    text-decoration: var(--e-global-typography-ltext2-text-decoration);
    line-height: 1
}

.homeflow-attribute__icon svg {
    height: var(--e-global-typography-ltext2-font-size)
}

.homeflow-attribute__icon path {
    fill: var(--e-global-color-lcolor2)
}

.homeflow-listing-card-v3__gallery img {
    aspect-ratio: 360/240
}

.homeflow-listing-card-row__gallery img {
    aspect-ratio: 360/240
}

.homeflow-listing-row__gallery img {
    aspect-ratio: 360/240
}

@media (max-width: 1200px) {
    .homeflow-listing-card-row__gallery img {
        aspect-ratio:360/240
    }
}

@media (max-width: 1200px) {
    .homeflow-listing-row__gallery img {
        aspect-ratio:360/240
    }
}


@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}




/* Estilo personalizado para el slider */
  
.custom-slider {
    margin: 10px auto !important;
    width: 100% !important;
    height: 6px !important;
    border: 1px solid var(--e-global-color-lcolor3) !important;
    background-color: var(--e-global-color-lcolor4) !important;
    border-radius: 5px !important;
    position: relative !important;
}

.custom-slider[disabled] {
    filter: grayscale(100%) !important;
    opacity: 0.6 !important; /* opcional: efecto visual de desactivado */
    pointer-events: none !important; /* opcional: desactiva interacción */
}

.custom-slider:not([disabled]):hover {
    border-color: var(--e-global-color-lprimary1) !important;
}

/* Estilo de la barra conectada */
.custom-slider .noUi-connect {
    background: var(--e-global-color-lprimary1) !important;
    border: 1px solid var(--e-global-color-lprimary1) !important;
    height: 100% !important;
    border-radius: 5px !important;
}

/* Estilo de los manejadores (handles) */
.custom-slider .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    background: #ffffff;
    border: 4px solid var(--e-global-color-lprimary1) !important;
    border-radius: 50% !important;
    top: -8px !important;
    transform: translateX(-8px);
    cursor: pointer !important;
    box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
}

/* Estilo de las etiquetas (tooltips) */
.custom-slider .noUi-tooltip {
    background: var(--e-global-color-lprimary1);
    color: #ffffff;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
    bottom: 0 !important;
    transform: translate(-50%, -20px) !important;
    position: absolute;
    white-space: nowrap;
    display: none;
}

.custom-slider .noUi-handle:after,
.custom-slider .noUi-handle:before {
    content: none !important; 
}  

.noUi-handle:hover .noUi-tooltip {
    display: block !important;
}

.noUi-handle:hover .noUi-tooltip:before {
    position: absolute;
    bottom: -3px;
    left: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    content: "";
    background-color: var(--e-global-color-lprimary1);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.noUi-handle:after, .noUi-handle:before {
    width: 0;
    background: transparent;
    top: 0;
}


/*   GRID MODE      */

.homeflow-search-results__list.grid-mode {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.homeflow-search-results__list.grid-mode .homeflow-listing-grid--rows {
    grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
    gap: 15px;
}

.homeflow-search-results__list.grid-mode .homeflow-listing-row {
    flex-direction:column;
    height: auto
}

.homeflow-search-results__list.grid-mode .homeflow-listing-row .homeflow-listing-row__left {
    max-width:100%
}

.homeflow-search-results__list.grid-mode .homeflow-listing-card-main-value label {
    display: none;
}


.homeflow-highlight-featured-listings--latest .homeflow-listing-row__description,
.homeflow-highlight-featured-listings--highlights .homeflow-listing-row__description
{
    display: none;
}

