.locations-list-item{padding-bottom:var(--u-spacing-5);margin-bottom:var(--u-spacing-5);cursor:pointer}.locations-list-item__address{position:relative;display:flex;flex-direction:column;margin-bottom:0;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)}.locations-list-item__address:after{position:absolute;bottom:calc(var(--u-spacing-5) * -1);left:0;width:var(--u-spacing-9);height:1px;content:"";background-color:var(--f-locations-list-item-address-after-background-color, var(--f-text-color-light));transition:background-color var(--u-default-transition)}.locations-list-item__name-box{display:flex;align-items:center;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)}.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 (max-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 (max-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{display:flex;flex-direction:column}.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 (max-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::-webkit-scrollbar{width:var(--u-spacing-1);height:var(--u-spacing-1)}.locations-list__list::-webkit-scrollbar-button{width:0;height:0}.locations-list__list::-webkit-scrollbar-thumb{background:var(--theme-color-primary-500);border:none;-webkit-transition:all var(--u-default-transition);transition:all var(--u-default-transition)}.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:transparent}@supports (-moz-appearance: none){.locations-list__list{scrollbar-color:var(--theme-color-primary-500) transparent;scrollbar-width:auto}}.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 (max-width: 767.98px){.locations-list{--f-locations-list-height: 300px}}.locations-map{display:grid;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))}.locations-map__content{display:grid;grid-area:content;grid-template:"sale-point-type city-filter" auto "map map" minmax(0,1fr)/minmax(0,1fr) minmax(0,1fr);gap:var(--f-locations-map-content-gap, var(--u-spacing-7))}.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 (max-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{position:absolute;top:50%;left:50%;width:54px;height:54px;content:"";border:1px solid var(--theme-color-primary-500);border-radius:50%;opacity:.4;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 (max-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{position:relative;display:flex;align-items:center;justify-content:center;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%}.locations-map__cluster-count:before,.locations-map__cluster-count:after{position:absolute;width:34px;height:34px;content:"";border:1px solid var(--theme-color-primary-500);border-radius:50%}.locations-map__cluster-count:after{width:44px;height:44px;opacity:.7}.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" auto "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 (max-width: 1279.98px){.locations-map__no-results{font-size:var(--u-font-size-h3-tablet);line-height:var(--u-line-height-h3-tablet)}}@media (max-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 (max-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" auto "map map" minmax(0,1fr)/minmax(0,1fr) minmax(0,1fr)}}@media (max-width: 767.98px){.locations-map{--f-locations-map-map-height: 300px}.locations-map__content{grid-template:"sale-point-type" auto "city-filter" auto "map" minmax(0,1fr)/minmax(0,1fr)}}
