.locations-list-item{padding-bottom:var(--u-spacing-5);margin-bottom:var(--u-spacing-5);cursor:pointer}.locations-list-item__address{font-size:var(--u-font-size-h6);color:var(--theme-color-secondary-500);text-transform:uppercase;opacity:var(--f-locations-list-item-address-opacity,.7);transition:opacity var(--u-default-transition);flex-direction:column;margin-bottom:0;display:flex;position:relative}.locations-list-item__address:after{bottom:calc(var(--u-spacing-5) * -1);width:var(--u-spacing-9);content:"";background-color:var(--f-locations-list-item-address-after-background-color,var(--f-text-color-light));height:1px;transition:background-color var(--u-default-transition);position:absolute;left:0}.locations-list-item__name-box{margin-bottom:var(--u-spacing-2);color:var(--f-locations-list-item-name-color,--theme-color-secondary-500);text-transform:uppercase;transition:color var(--u-default-transition);align-items:center;display:flex}.locations-list-item__name{font-size:var(--u-font-size-h5);font-weight:var(--theme-font-weight-h5,var(--u-font-weight-medium));line-height:var(--u-line-height-h5);font-family:var(--u-font-secondary)}@media (width<=413.98px){.locations-list-item__name{font-size:var(--u-font-size-h5-mobile);line-height:var(--u-line-height-h5-mobile)}}.locations-list-item__name{margin-top:2px}.locations-list-item__location-pin{font-size:var(--u-font-size-h4);font-weight:var(--theme-font-weight-h4,var(--u-font-weight-medium));line-height:var(--u-line-height-h4);font-family:var(--u-font-secondary)}@media (width<=413.98px){.locations-list-item__location-pin{font-size:var(--u-font-size-h4-mobile);line-height:var(--u-line-height-h4-mobile)}}.locations-list-item__location-pin{padding-right:var(--u-spacing-2)}.locations-list-item:hover,.locations-list-item--selected{--f-locations-list-item-address-opacity:1;--f-locations-list-item-address-after-background-color:var(--theme-color-primary-500);--f-locations-list-item-name-color:var(--theme-color-primary-500)}.locations-list{flex-direction:column;display:flex}.locations-list__filter-input-label{font-size:var(--u-font-size-h5);font-weight:var(--theme-font-weight-h5,var(--u-font-weight-medium));line-height:var(--u-line-height-h5);font-family:var(--u-font-secondary)}@media (width<=413.98px){.locations-list__filter-input-label{font-size:var(--u-font-size-h5-mobile);line-height:var(--u-line-height-h5-mobile)}}.locations-list__filter-input-label{color:var(--theme-color-secondary-500);text-transform:uppercase}.locations-list__input{margin-top:var(--u-spacing-3)}.locations-list__list{scrollbar-width:auto!important}.locations-list__list::-webkit-scrollbar{width:var(--u-spacing-1);height:var(--u-spacing-1);display:block!important}.locations-list__list::-webkit-scrollbar-button{width:0;height:0}.locations-list__list::-webkit-scrollbar-thumb{background:var(--theme-color-primary-500);-webkit-transition:all var(--u-default-transition);transition:all var(--u-default-transition);border:none}.locations-list__list::-webkit-scrollbar-thumb:hover{background:var(--theme-color-primary-700)}.locations-list__list::-webkit-scrollbar-track{background:var(--theme-color-greyscale-50);border:none}.locations-list__list::-webkit-scrollbar-corner{background:0 0}@supports ((-moz-appearance:none)){.locations-list__list{scrollbar-color:var(--theme-color-primary-500) transparent}}.locations-list__list{height:var(--f-locations-list-height,512px);margin-top:var(--u-spacing-7);overflow-y:scroll}.locations-list__email{text-transform:none}@media (width<=767.98px){.locations-list{--f-locations-list-height:300px}}.locations-map{grid-template:var(--f-locations-map-grid-template,"points content" minmax(0, 1fr)/minmax(0, 3fr) minmax(0, 5fr));gap:var(--f-locations-map-gap,var(--u-spacing-7));display:grid}.locations-map__content{gap:var(--f-locations-map-content-gap,var(--u-spacing-7));grid-template:"sale-point-type city-filter""map map"minmax(0,1fr)/minmax(0,1fr) minmax(0,1fr);grid-area:content;display:grid}.locations-map__points{grid-area:points}.locations-map__map{height:var(--f-locations-map-map-height,512px)}.locations-map__sale-point-type-label,.locations-map__city-label{font-size:var(--u-font-size-h5);font-weight:var(--theme-font-weight-h5,var(--u-font-weight-medium));line-height:var(--u-line-height-h5);font-family:var(--u-font-secondary)}@media (width<=413.98px){.locations-map__sale-point-type-label,.locations-map__city-label{font-size:var(--u-font-size-h5-mobile);line-height:var(--u-line-height-h5-mobile)}}.locations-map__sale-point-type-label,.locations-map__city-label{color:var(--theme-color-secondary-500);text-transform:uppercase}.locations-map__select,.locations-map__input{margin-top:var(--u-spacing-3)}.locations-map__map{grid-area:map}.locations-map__sale-point-type-label{grid-area:sale-point-type}.locations-map__city-label{grid-area:city-filter}.locations-map__cluster{position:relative}.locations-map__cluster:before{content:"";border:1px solid var(--theme-color-primary-500);opacity:.4;border-radius:50%;width:54px;height:54px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.locations-map__cluster-count{font-size:var(--u-font-size-h6);font-weight:var(--theme-font-weight-h6,var(--u-font-weight-medium));line-height:var(--u-line-height-h6);font-family:var(--u-font-secondary)}@media (width<=413.98px){.locations-map__cluster-count{font-size:var(--u-font-size-h6-mobile);line-height:var(--u-line-height-h6-mobile)}}.locations-map__cluster-count{width:24px;height:24px;font-weight:var(--u-font-weight-bold);color:var(--theme-color-white);background-color:var(--theme-color-primary-500);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.locations-map__cluster-count:before,.locations-map__cluster-count:after{content:"";border:1px solid var(--theme-color-primary-500);border-radius:50%;width:34px;height:34px;position:absolute}.locations-map__cluster-count:after{opacity:.7;width:44px;height:44px}.locations-map__select-container{text-transform:none}.locations-map__location-pin{width:var(--u-spacing-7);height:var(--u-spacing-7)}.locations-map__location-pin path{fill:var(--theme-color-primary-500)}.locations-map--without-sale-points-types .locations-map__content{grid-template:"city-filter""map"minmax(0,1fr)/minmax(0,1fr)}.locations-map__no-results{font-size:var(--u-font-size-h3);font-weight:var(--theme-font-weight-h3,var(--u-font-weight-medium));line-height:var(--u-line-height-h3);font-family:var(--u-font-secondary)}@media (width<=1279.98px){.locations-map__no-results{font-size:var(--u-font-size-h3-tablet);line-height:var(--u-line-height-h3-tablet)}}@media (width<=413.98px){.locations-map__no-results{font-size:var(--u-font-size-h3-mobile);line-height:var(--u-line-height-h3-mobile)}}.locations-map__marker{outline:none}@media (width<=1279.98px){.locations-map{--f-locations-map-content-gap:var(--u-spacing-4);--f-locations-map-gap:var(--u-spacing-9);--f-locations-map-map-height:400px;--f-locations-map-grid-template:"content" auto "points" minmax(0, 1fr) / minmax(0, 1fr)}.locations-map__content{grid-template:"sale-point-type city-filter""map map"minmax(0,1fr)/minmax(0,1fr) minmax(0,1fr)}}@media (width<=767.98px){.locations-map{--f-locations-map-map-height:300px}.locations-map__content{grid-template:"sale-point-type""city-filter""map"minmax(0,1fr)/minmax(0,1fr)}}
