.slider-property{width:100%;flex-direction:column;align-items:center}.slider-property .slider-property-container{width:100%;height:12.5rem;flex-shrink:0}.slider-property .slider-property-container img{width:100%;height:100%;object-fit:cover}.slider-property .splide{flex-direction:column;justify-content:center;align-items:center}.slider-property .splide .splide__slide{display:flex;justify-content:center;align-items:center}.slider-property .splide .splide__pagination{position:absolute;bottom:1.0625rem;gap:1rem}.slider-property .splide .splide__pagination li button{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--light-grey)}.slider-property .splide .splide__pagination li button.is-active{width:.7rem;height:.7rem}.slider-property .splide .splide__arrow{position:absolute;align-items:center;width:2rem;height:2rem;top:5.6rem;cursor:pointer;z-index:10;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.slider-property .splide .splide__arrow.splide__arrow--prev{right:7.3rem;rotate:180deg}.slider-property .splide .splide__arrow.splide__arrow--next{left:7.3rem}.slider-property .splide .splide__arrow svg{width:100%;height:100%;fill:#fff}.slider-property .splide:hover .splide__arrow{opacity:1;visibility:visible}.skeleton-image{width:100%;position:relative;overflow:hidden;background:var(--skeleton-base,#e6e8eb);isolation:isolate}.property-single-card{flex-direction:column;width:100%;align-items:flex-start;border-radius:.5rem;border:1px solid var(--medium-grey);overflow:hidden;max-width:20rem}.property-single-card:hover{box-shadow:0 4px 16px 0 #0003}.property-single-card .property-single-card-sliders{width:100%;height:12.5rem;flex-direction:column;align-items:flex-start;gap:.625rem;background:linear-gradient(180deg,#fff,#fff 50%,#999)}.property-single-card .property-single-card-sliders>svg{position:absolute;width:1.5rem;height:1.5rem;right:.875rem;top:.8125rem;cursor:pointer}.property-single-card .property-single-card-data{padding:1.5rem;gap:1.5rem;flex-direction:column;align-items:flex-start;height:100%;justify-content:space-between}.property-single-card .property-single-card-data .property-single-card-top-information{flex-direction:column;gap:1.5rem}.property-single-card .property-single-card-data .property-single-card-top-information .property-single-card-information{align-items:flex-start;gap:1rem;flex-wrap:wrap}.property-single-card .property-single-card-data .property-single-card-top-information .property-single-card-information>.full-width{width:100%}.property-single-card .property-single-card-data .property-single-card-top-information .property-single-card-information .property-single-card-primary-info{flex-wrap:nowrap;gap:1rem;width:100%}.property-single-card .property-single-card-data .property-single-card-analysis{width:100%;align-items:center;justify-content:space-between}.property-single-card .property-single-card-data .property-single-card-analysis>p{font-size:.875rem;color:var(--green)}.property-single-card .property-single-card-data .property-single-card-analysis>p.negative{color:var(--red)}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis h5{margin:0}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis svg{width:1rem;height:1rem;flex-shrink:0;stroke:var(--green)}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis svg.negative{stroke:var(--red)}.property-single-card .property-single-card-data .property-single-card-analysis .property-single-card-percentage-analysis h5.negative{color:var(--red)}@media(orientation:portrait){.property-single-card{max-width:100%}}