.videoPlayer{width:100%;display:none;position:relative}@media screen and not (max-width:768px){.videoPlayer{display:block}}.videoPlayer .videoPlayer__container{border-radius:var(--rza-border-radius-xl);aspect-ratio:16/9;width:100%;height:400px;position:relative;overflow:hidden}.videoPlayer .videoPlayer__thumbnail{cursor:pointer;border-radius:var(--rza-border-radius-xl);width:100%;height:100%;position:relative;overflow:hidden}.videoPlayer .videoPlayer__imageWrapper{border-radius:var(--rza-border-radius-xl);position:absolute;inset:0;overflow:hidden}.videoPlayer .videoPlayer__image{object-fit:cover;width:223.47%;height:116.71%;position:absolute;top:0;left:-83.96%}.videoPlayer .videoPlayer__overlay{border-radius:var(--rza-border-radius-xl);pointer-events:none;background:#0006;position:absolute;inset:0}.videoPlayer .videoPlayer__playButton{cursor:pointer;z-index:2;background:0 0;border:none;padding:0;transition:transform .3s,opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.videoPlayer .videoPlayer__playButton:hover{opacity:.9;transform:translate(-50%,-50%)scale(1.1)}.videoPlayer .videoPlayer__playButton:active{transform:translate(-50%,-50%)scale(.95)}.videoPlayer .videoPlayer__playButton svg{width:80px;height:80px;display:block}.videoPlayer .videoPlayer__videoWrapper{border-radius:var(--rza-border-radius-xl);width:100%;height:100%;position:relative;overflow:hidden}.videoPlayer .videoPlayer__video{object-fit:cover;border-radius:var(--rza-border-radius-xl);width:100%;height:100%}.videoPlayer .videoPlayer__placeholder{color:var(--rza-white,#fff);border-radius:var(--rza-border-radius-xl);background-color:#000c;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.videoPlayer .videoPlayer__placeholder p{margin:0}.videoPlayer .videoPlayer__placeholder button{background-color:var(--rza-white,#fff);color:var(--customPrimaryColor,#000);cursor:pointer;font-weight:var(--rza-font-weight-medium,500);border:none;border-radius:8px;padding:12px 24px}.videoPlayer .videoPlayer__placeholder button:hover{opacity:.9}@media screen and not (min-width:767.98px){.videoPlayer .videoPlayer__playButton svg{width:60px;height:60px}}
.floorPlanItem{cursor:pointer;width:100%;color:inherit;flex-direction:column;gap:24px;text-decoration:none;display:flex}.floorPlanItem:focus{outline:2px solid var(--rza-primary,#000);outline-offset:4px}.floorPlanItem .imageContainer{border-radius:var(--rza-border-radius-xl);width:100%;height:300px;position:relative;overflow:hidden}.floorPlanItem .image{object-fit:cover;border-radius:var(--rza-border-radius-xl);width:100%;height:100%;transition:transform .5s}.floorPlanItem:hover .imageContainer .image{transform:scale(1.1)}.floorPlanItem:active .imageContainer .image{transform:scale(1.05)}.floorPlanItem .unitsBadge{border-radius:var(--rza-border-radius-2xl);color:var(--customTextColor,var(--rza-body-color));text-align:center;background-color:#fff;padding:8px 24px;font-weight:500;position:absolute;top:12px;right:12px}.floorPlanItem .content{flex-direction:column;gap:12px;width:100%;display:flex}.floorPlanItem .name{color:var(--customTextColor,var(--rza-heading-color));white-space:pre-wrap;margin:0;font-weight:500;line-height:normal}.floorPlanItem .specs{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.floorPlanItem .spec{padding:2px 0;font-weight:500;line-height:normal}.floorPlanItem .separator{padding:0 4px;font-weight:500;line-height:normal}.floorPlanItem .price{margin:0;font-weight:700;line-height:normal}
.weatherCard{background-color:var(--rza-white);border-radius:24px;flex-direction:column;flex-shrink:0;gap:24px;width:550px;height:522px;padding:24px;display:flex;box-shadow:0 0 44px #00000026}.weatherCard .weatherCard__propertyImage{border-radius:16px;flex:1;min-height:0;overflow:hidden}.weatherCard .weatherCard__propertyImg{object-fit:cover;border-radius:16px;width:100%;height:100%}.weatherCard .weatherCard__weatherInfo{flex-direction:column;gap:8px;display:flex}.weatherCard .weatherCard__weatherMain{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.weatherCard .weatherCard__temperatureSection{flex-direction:column;gap:8px;display:flex}.weatherCard .weatherCard__temperature{color:var(--customTextColor,var(--rza-body-color));font-variation-settings:"opsz" 12,"wdth" 100;margin:0;font-size:44px;line-height:normal}.weatherCard .weatherCard__condition{color:var(--customTextColor,var(--rza-body-color));margin:0;font-weight:500;line-height:normal}.weatherCard .weatherCard__weatherIcon{object-fit:cover;flex-shrink:0;width:63px;height:70px}.weatherCard .weatherCard__weatherDetails{flex-direction:column;gap:8px;display:flex}.weatherCard .weatherCard__weatherRow{align-items:flex-start;gap:24px;width:100%;display:flex}.weatherCard .weatherCard__weatherLabel{color:var(--customTextColor,var(--rza-body-Color));margin:0;font-size:18px;font-weight:500;line-height:normal}.weatherCard .weatherCard__weatherLabel span{font-weight:500}.weatherCard .weatherCard__probabilityItem{flex:1;align-items:center;gap:6px;display:flex}.weatherCard .weatherCard__probabilityLabel{flex:1;align-items:center;gap:4px;display:flex}.weatherCard .weatherCard__probabilityIcon{object-fit:cover;flex-shrink:0;width:18px;height:18px}.weatherCard .weatherCard__probabilityValue{color:var(--customTextColor,var(--rza-body-Color));font-size:18px;font-weight:500;line-height:normal}@media screen and not (min-width:991.98px){.weatherCard{width:100%;height:auto}.weatherCard .weatherCard__propertyImage{flex:none;height:300px}}@media screen and not (min-width:767.98px){.weatherCard{gap:16px;padding:16px}.weatherCard .weatherCard__temperature{font-size:32px}.weatherCard .weatherCard__weatherRow{flex-direction:column;gap:12px}}
.communityLocation .communityLocation__mapContainer{position:relative}.communityLocation .communityLocation__map{border:1px solid var(--rza-border-color);border-radius:var(--rza-border-radius-xl);height:570px;position:relative;overflow:hidden}.communityLocation .communityLocation__mapImageWrapper{width:1296px;height:570px;position:absolute;inset:-1px 0 0 50%;transform:translate(-50%)}.communityLocation .communityLocation__mapImage{object-fit:cover;width:216.39%;height:139.01%;position:absolute;top:-11.91%;left:-39.69%}.communityLocation .communityLocation__mapOverlay{pointer-events:none;background:#0000001a;position:absolute;inset:0}.communityLocation .communityLocation__mapMarker{z-index:2;width:49.062px;height:49.062px;position:absolute;top:323.65px;left:264.18px}.communityLocation .communityLocation__markerOuter{width:100%;height:100%;position:absolute;top:0;left:0}.communityLocation .communityLocation__markerInner{width:28.035px;height:28.035px;position:absolute;top:10.51px;left:10.51px}.communityLocation .communityLocation__mapControls{z-index:3;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:60px;width:calc(100% - 46px);height:calc(100% - 46px);display:flex;position:absolute;top:23px;left:23px}.communityLocation .communityLocation__breadcrumbCard{background-color:var(--rza-white);border-radius:18px;align-items:center;gap:12px;width:100%;max-width:450px;padding:16px 28px;display:flex}.communityLocation .communityLocation__flagIcon{object-fit:cover;border-radius:2px;flex-shrink:0;width:42px;height:22px}.communityLocation .communityLocation__breadcrumbText{color:var(--customTextColor,var(--rza-body-color));white-space:pre-wrap;flex:1;margin:0;font-weight:500}.communityLocation .communityLocation__showMapButton{align-self:flex-start}.communityLocation .communityLocation__weatherCard{z-index:2;position:absolute;top:24px;right:24px}@media screen and not (min-width:991.98px){.communityLocation{padding:60px 0}.communityLocation .communityLocation__content{gap:40px}.communityLocation .communityLocation__title{font-size:28px}.communityLocation .communityLocation__mapContainer{flex-direction:column;gap:24px;display:flex}.communityLocation .communityLocation__map{width:100%;height:400px}.communityLocation .communityLocation__weatherCard{width:100%;position:relative;top:auto;right:auto}}@media screen and not (min-width:1023.98px){.communityLocation{padding:40px 0}.communityLocation .communityLocation__title{font-size:24px}.communityLocation .communityLocation__map{height:300px}.communityLocation .communityLocation__mapControls{gap:20px;width:calc(100% - 24px);height:260px;top:12px;left:12px}.communityLocation .communityLocation__breadcrumbCard{align-items:flex-start;padding:12px 16px}.communityLocation .communityLocation__breadcrumbText{font-size:14px}.communityLocation .communityLocation__showMapButton{padding:10px 24px;font-size:16px}.communityLocation .communityLocation__weatherCard{position:relative;top:auto;right:auto}}
.map-preview{background:var(--re-light);border-radius:var(--re-border-radius);width:100%;height:100%;min-height:230px;position:relative;overflow:hidden}@media screen and not (max-width:1025px){.map-preview{width:50%}}
.nearbyPlaceItem{background-color:var(--customSectionColor,var(--rza-secondary));color:var(--customTextColor,var(--rza-body-color));border-radius:var(--rza-border-radius-xl);flex-direction:column;align-items:flex-start;gap:16px;width:100%;padding:18px;display:flex}@media screen and not (max-width:575px){.nearbyPlaceItem{flex-direction:row}}@media screen and not (max-width:768px){.nearbyPlaceItem{gap:34px;padding:24px}}.nearbyPlaceItem .iconContainer{background-color:var(--rza-white);border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:85px;height:85px;padding:20px;display:flex}.nearbyPlaceItem .content{flex-direction:column;flex-grow:1;justify-content:start;align-items:flex-start;gap:16px;min-width:0;min-height:0;font-weight:500;display:flex}.nearbyPlaceItem .title{color:var(--customTextColor,var(--rza-heading-color));margin:0;font-weight:500;line-height:normal}.nearbyPlaceItem .listContainer{flex-direction:column;align-items:flex-start;gap:8px;width:100%;line-height:0;display:flex}.nearbyPlaceItem .listItem{width:100%;margin:0 0 0 27px;padding:0;list-style:outside;display:block}.nearbyPlaceItem .listItem li{white-space:pre-wrap}.nearbyPlaceItem .listItem li span{line-height:1.8}
.gallery,.gallery .gallery__masonry{width:100%}.gallery .gallery__item{break-inside:avoid;width:100%}.gallery .gallery__imageWrapper{cursor:pointer;border-radius:36px;width:100%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.gallery .gallery__imageWrapper:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000026}.gallery .gallery__image{object-fit:cover;border-radius:36px;width:100%;height:auto;min-height:200px;display:block}.gallery .gallery__overlay{pointer-events:none;background:#0006;border-radius:36px;position:absolute;inset:0}.gallery .gallery__playButton{z-index:2;pointer-events:none;justify-content:center;align-items:center;width:72px;height:74px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery .gallery__playIcon{object-fit:contain;width:100%;height:100%}.gallery .gallery__moreText{z-index:2;pointer-events:none;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery .gallery__moreText p{font-weight:var(--rza-font-weight-medium,500);color:var(--rza-white,#fff);white-space:pre-line;margin:0;font-size:18px;line-height:normal}
.footer{background-color:#000;width:100%;padding:120px 72px}.footer .footer__content{flex-direction:column;justify-content:center;align-items:center;gap:60px;width:100%;display:flex}.footer .footer__heading{font-weight:var(--rza-font-weight-semibold,600);text-align:center;color:var(--rza-white,#fff);white-space:pre-wrap;max-width:100%;margin:0;font-size:36px;line-height:1.5}.footer .footer__contacts{width:100%;max-width:899px;margin:0 auto}.footer .footer__contactItem{padding:0}.footer .footer__contactWrapper{align-items:flex-start;gap:14px;width:100%;padding:12px 0;display:flex}.footer .footer__contactWrapper a{color:#fff}.footer .footer__icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.footer .footer__icon img{object-fit:contain;width:100%;height:100%}.footer .footer__contactInfo{flex-direction:column;flex:1;align-items:flex-start;gap:4px;min-width:0;display:flex}.footer .footer__label{font-weight:var(--rza-font-weight-normal,400);color:var(--rza-white,#fff);width:100%;margin:0;font-size:18px;line-height:1.5}.footer .footer__value{font-weight:var(--rza-font-weight-medium,500);color:var(--rza-white,#fff);text-decoration-skip-ink:none;width:100%;margin:0;font-size:20px;line-height:1.5;text-decoration:underline}@media screen and not (min-width:767.98px){.footer{padding:60px 24px}.footer .footer__heading{font-size:24px}.footer .footer__contacts{flex-direction:column}.footer .footer__contactItem{width:100%;margin-bottom:24px}.footer .footer__contactItem:last-child{margin-bottom:0}}
