{"website":{"websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","templateId":"3c9ea85d-91cd-472c-8f96-91eb87018c89","name":"Holly Sose - Influencer","hostname":"hollysose.com","rootPath":null,"isPrimary":false,"useWWW":false,"useSSL":true,"redirectToHTTPS":true,"category":"BRAND","favicon":{"id":"ef9f356a-cff5-4d0b-a859-8213ada7e222","alt":null,"html":["<link rel=\"icon\" type=\"image/x-icon\" href=\"/favicon.ico\">","<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">","<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">","<link rel=\"icon\" type=\"image/png\" sizes=\"48x48\" href=\"/favicon-48x48.png\">"],"bytes":2209,"width":300,"format":"png","height":300,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/eg6uk8erdrktwuccktjv","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/eg6uk8erdrktwuccktjv","authorUrl":null,"createdAt":"2023-03-17T18:55:07.635Z","mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/eg6uk8erdrktwuccktjv","processed":true,"sourceUrl":null,"updatedAt":"2023-03-17T18:55:07.635Z","xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/eg6uk8erdrktwuccktjv","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/eg6uk8erdrktwuccktjv","description":null,"displayName":"favicon-47","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/eg6uk8erdrktwuccktjv","processedFor":"hollysose.com","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/eg6uk8erdrktwuccktjv","originalFileName":"favicon (47)"},"publishedAt":null,"globalCss":"@font-face {\n  font-family: \"CompassSans\";\n  src: url('d1hqn9onx2xuha.cloudfront.net/fonts/compass/CompassSans/CompassSans-Regular.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Regular.woff2') format('woff2'), url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Regular.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Regular.ttf') format('truetype');\n  font-weight: 400;\n  font-style: normal; }\n\n\n@font-face {\n  font-family: \"CompassSans\";\n  src: url('d1hqn9onx2xuha.cloudfront.net/fonts/compass/CompassSans/CompassSans-Bold.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Bold.woff2') format('woff2'), url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Bold.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Bold.ttf') format('truetype');\n  font-weight: 700;\n  font-style: normal; \n}\n\n@font-face {\n  font-family: 'Bebas Kai';\n  font-style: normal;\n  font-weight: normal;\n  src: url('https://d1e1jt2fj4r8r.cloudfront.net/fonts/BebasKai-Regular.woff') format('woff');\n}\n\n\n\n/*START - change nav background color*/\nnav#global-navbar header.header{\n    .navigation__item.sub-nav-container .sub-nav{\n    background-color:#00375A;\n        ul li .nav-link{\n            color:#fff!important;\n            &:hover{\n                background-color:#00253c;\n            }\n        }\n    }\n    div.header__container{\n       border-bottom: 2px solid rgba(255, 255, 255, 0.49); \n    }\n    &.scroll{\n        background-color:#000!important;\n        color: #fff!important;\n        button.hamburger{\n            &:before, &:after{\n                border-color: #fff;\n            }\n        }\n        div.header__container{\n           border-bottom: 2px solid #000; \n        }\n    }\n}\n/*END - change nav background color*/\n\n/*START - change logo to light version when scrolled*/\nnav#global-navbar header.header.scroll{\n    .logo__img--light {\n        display: block;\n    }\n    .logo__img--dark {\n        display: none;\n    }\n}\n/*END - change logo to light version when scrolled*/\n\n/*realtor and housing logo to black*/\n#global-footer {\n        div.footer__disclaimer{\n           opacity: 1;\n        p{\n            color:#A8A8A8;\n        }\n    }\n}\n/*End*/\n\n/* START - link underline WB EDUARDO*/\ndiv#modal-global-contact-us{\n    div.contact-popup__info a {\n        position: relative!important;\n        &:before, &:after{\n            transition: 0.4s;\n            text-decoration: none!important;\n            line-height: 1;\n            content: \"\"\"\";\n            height: 1px;\n            position: absolute!important;\n            bottom: 0;\n            left: 0;\n        }\n        &:before {\n            width: 100%!important;\n            background-color: #ddd!important;\n        }\n        &:after{\n            width: 0%!important;\n            background-color: #000!important; \n        }\n        &:hover:after{\n            width: 100%!important;\n        }\n    }\n}\n/*END - link underline*/\n\n/*START - footer link underline WB EDUARDO */\nfooter#global-footer{\n    a:not(.socials__item){\n        text-decoration: none;\n        position: relative!important;\n        line-height: 1.7;\n        &:before, &:after{\n            transition: 0.4s;\n            text-decoration: none!important;\n            line-height: 1;\n            content: \"\"\"\";\n            height: 1px;\n            position: absolute!important;\n            bottom: 0;\n            left: 0;\n        }\n        &:before {\n            width: 100%!important;\n            background-color: #777!important;\n        }\n        &:after{\n            width: 0%!important;\n            background-color: #fff!important; \n        }\n        &:hover:after{\n            width: 100%!important;\n        }\n    }\n}\n/*END - footer link underline*/\n\n@media only screen and (max-width: 768px) and (min-width: 320px){\n    #modal-global-contact-us .contact-popup__socials.socials{\n        justify-content: center!important;\n    }\n}","externalStylesheet":"https://styles.luxurypresence.com/influencer/index.css","globalBodyJs":"<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n  // Corcoran form disclaimer compliance\n  // Select all elements with the class lp-tcr-message\n  const elementsToReplace = document.querySelectorAll('.lp-tcr-message');\n\n  if (elementsToReplace.length > 0) {\n    // Loop through all elements and update their content\n    elementsToReplace.forEach(element => {\n      element.innerHTML = `\n        <p>By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.\n        </p>\n      `;\n    });\n  } else {\n    console.warn('No elements with the class \"lp-tcr-message\" were found.');\n  }\n});\n</script>","globalHeadJs":null,"displayGlobalLoading":false,"globalLoadingLogo":null,"globalLoadingBackgroundColor":"#fff","status":"LIVE","primaryFontFamily":"Montaga","secondaryFontFamily":"Montserrat","primaryFontId":"9f8d6de3-e023-45d2-b2f7-015535160990","secondaryFontId":"0b03b651-321e-49c2-83af-d402bd62e2bd","h1FontSize":"60px","h2FontSize":"48px","h3FontSize":"26px","h4FontSize":"13px","h5FontSize":"13px","h6FontSize":"13px","bodyFontSize":"14px","bodyPadding":"0px","backgroundColor":"#000","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"propertyPlaceholderImage":{"id":"6d19b1d1-6008-41d2-bb72-c5a98199a123","alt":null,"bytes":15302,"width":1920,"format":"jpg","height":1200,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/ektyjbx2hcvnruayghk3","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/ektyjbx2hcvnruayghk3","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/ektyjbx2hcvnruayghk3","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/ektyjbx2hcvnruayghk3","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/ektyjbx2hcvnruayghk3","description":null,"displayName":"property-logo","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/ektyjbx2hcvnruayghk3","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/ektyjbx2hcvnruayghk3","originalFileName":"Property logo"},"stackpathSiteId":null,"stackPathSiteDnsTargets":null,"fubTrackingId":null,"fubApiKey":null,"gaLPTrackingId":"UA-252721861-26,G-J3F5K6FBT6","gaClientTrackingId":null,"fbTrackingId":null,"mlsSearchUserId":464293,"adwerxPartnerId":null,"adwerxPartnerAgentId":null,"cookieYesId":null,"gaViewId":"282184991","languageCode":"en","createdAt":"2023-01-20T14:23:49.205Z","updatedAt":"2026-01-05T20:43:52.606Z","deletedAt":null,"lastUpdatingUserId":"bf34b43e-3ae9-4cf5-b27f-487a1fea6f65","lastUpdateHash":"8c5f7d5e-44a0-48ff-98e7-7a5b615eada4","contentWebsiteId":null,"urlFacebook":null,"urlInstagram":null,"urlLinkedin":null,"urlPodcast":null,"urlTwitter":null,"urlYoutube":null,"resource":null,"resourceId":null,"gtmId":null,"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","validLiveCheck":true,"lastValidLiveUpdatedAt":"2025-12-23T14:11:51.393Z","accessibilityWidget":true,"lazyLoadingEnabled":false,"recaptchaEnabled":false,"recaptchaSiteId":null,"isSelfService":false,"leadIngesterEnabled":true,"googleSignOnEnabled":true,"useTurbolinks":false,"mediaMap":{},"palette":{},"themeSchema":{},"seThemes":[],"themes":[],"globalElements":null,"passwordProtection":null,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"defaultMapBounds":null,"mlsProviders":null,"mlsComplianceSettings":{"footer":true,"property":true},"agentIds":[],"globalContactUsElementId":"a2e19f71-8cef-4214-99ad-f77f6bd1db94","globalContactUsFormValues":{"email":"holly.sose@corcoran.com","phone":"(917) 657-1055","title":"Get In Touch","address":{"gjs":{"css":"* { box-sizing: border-box; } body {margin: 0;}ul{list-style:inherit;}","assets":"[]","styles":"[{\"selectors\":[],\"selectorsAdd\":\"ul\",\"style\":{\"list-style\":\"inherit\"}},{\"selectors\":[{\"name\":\"i5jg\",\"label\":\"i5jg\",\"type\":2,\"active\":true,\"private\":false,\"protected\":false}]}]","components":"[{\"type\":\"text\",\"status\":\"selected\",\"content\":\"<p>218 West 18th St., 6th Fl<br>New York, NY 10011<br></p>\",\"attributes\":{\"id\":\"i5jg\"}}]"},"html":"<div id=\"i5jg\"><p>218 West 18th St., 6th Fl<br>New York, NY 10011<br></p></div>"},"agentName":"Holly Sose Group","linkStyle":"hyperlink-style-1","buttonText":"SUBMIT","description":"Enter your contact information below and we'll be sure to get back to you as soon as we can!","socialLinks":[{"_id":"La0W2Seoh","link":"https://www.facebook.com/hollysoserealestate/","type":"FACEBOOK"},{"_id":"20690","link":"https://www.instagram.com/hollysose/?hl=en","type":"INSTAGRAM"},{"_id":"20691","link":"https://www.linkedin.com/in/holly-sose/","type":"LINKEDIN"},{"_id":"20692","link":"https://www.youtube.com/@hollysose574","type":"YOUTUBE"}],"socialStyle":"social_icons-style-2","addressTitle":"Address","submitBtnStyle":"button-style-1","RedirectAfterFormSubmissionURL":""},"globalMyAccountElementId":null,"globalMyAccountFormValues":{},"globalNavbarElementId":"c6df654b-56d8-483a-8f3d-5581e27f1aa6","globalNavbarFormValues":{"nav":[{"type":"GROUP","items":[{"path":"/properties/sale","type":"LINK","content":"Featured Properties"},{"path":"/properties/sold","type":"LINK","content":"Past Transactions"}],"content":"Home"},{"path":"/home-search/listings","type":"LINK","items":[],"content":"Meet The Team"},{"path":"/blog","type":"LINK","items":[],"content":"Properties"},{"type":"BUTTON","items":[],"action":"CONTACT_US","content":"Let's Connect"},{"path":"tel:9176571055","type":"LINK","items":[],"content":"(917) 657-1055"}],"topTheme":"Dark"},"globalSidemenuElementId":"658e5a45-06d4-4ed8-9889-e0ecffb58567","globalSidemenuFormValues":{"nav":[{"path":"/","show":false,"type":"LINK","image":null,"items":[],"content":"Home","openNewTab":false},{"path":"/team","show":false,"type":"LINK","email":"","image":null,"items":[],"phone":"","style":{},"content":"Meet the Team","openNewTab":false,"fbEventName":null,"gtagConversionId":null,"gtagConversionLabel":null},{"type":"GROUP","items":[{"path":"/properties/sale","type":"LINK","content":"Featured Properties"},{"path":"/properties/sold","type":"LINK","content":"Past Transactions"},{"path":"/developments","type":"LINK","content":"Developments"}],"content":"Properties"},{"path":"/neighborhoods","type":"LINK","items":[],"content":"Neighborhoods"},{"path":"/home-search/listings","type":"LINK","items":[],"content":"Home Search"},{"path":"/blog","type":"LINK","items":[],"content":"Market Reports"},{"path":"/home-valuation","show":false,"type":"LINK","email":"","image":null,"items":[],"phone":"","style":{},"content":"Home Valuation","openNewTab":false,"fbEventName":null,"gtagConversionId":null,"gtagConversionLabel":null},{"_id":"zen5Vy_VN","path":"/testimonials","type":"LINK","items":[],"action":"","content":"Testimonials"},{"path":"/vlog","type":"LINK","items":[],"content":"Vlog"},{"type":"GROUP","items":[{"path":"/buyers","type":"LINK","content":"Buyer's Guide"},{"path":"/sellers","type":"LINK","content":"Seller's Guide"},{"path":"/staging-successstories","type":"LINK","content":"Staging / Success Stories"}],"content":"Resources"},{"_id":"gLI4GyPv7","type":"BUTTON","items":[],"action":"CONTACT_US","content":"Let's Connect"},{"path":"/home-search/account","type":"LINK","items":[],"content":"My Search Portal"}],"socialLinks":[{"_id":"Nu60SIh_g","link":"https://www.facebook.com/hollysoserealestate/","type":"FACEBOOK"},{"_id":"kAkXtcZ5f","link":"https://www.instagram.com/hollysose/?hl=en","type":"INSTAGRAM"},{"_id":"6iRuhkUCc","link":"https://www.linkedin.com/in/holly-sose/","type":"LINKEDIN"},{"_id":"FjMZzhz_-","link":"https://www.youtube.com/@hollysose574","type":"YOUTUBE"}],"socialStyle":"social_icons-style-1"},"globalSidemenuOptions":{},"globalFooterElementId":"e518e474-22a5-4efd-a5c6-0a3b09f783c2","globalFooterFormValues":{"nav":[{"path":"/","show":false,"type":"LINK","email":"","image":null,"phone":"","style":{},"content":"Home","openNewTab":false,"fbEventName":null,"gtagConversionId":null,"gtagConversionLabel":null},{"path":"/team","type":"LINK","items":[],"content":"Meet the Team"},{"_id":"OayRcscAW","path":"/properties/sale","type":"LINK","image":null,"items":[],"content":"Featured Properties","openNewTab":false},{"type":"BUTTON","items":[],"action":"CONTACT_US","content":"Contact Us"}],"address":"<div class=\"c2299\">\n<p><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;218 West 18th Street 6th Floor, 6th Floor, New York, NY 10011 USA&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:14851,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:6710886},&quot;15&quot;:&quot;Hind&quot;,&quot;16&quot;:11}\">524 Broadway 3FL</span></p>\n<p><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;218 West 18th Street 6th Floor, 6th Floor, New York, NY 10011 USA&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:14851,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:6710886},&quot;15&quot;:&quot;Hind&quot;,&quot;16&quot;:11}\">New York, NY 10012</span></p>\n</div>\n<style>* { box-sizing: border-box; } body {margin: 0;}.c2299{padding:0 0 0 0;border:none black;}</style>","contact":"<div class=\"c2407\">\n<div class=\"c2407\">\n<div class=\"c2407\">\n<p><a href=\"tel:9176571055\">(917) 657-1055</a></p>\n</div>\n</div>\n</div>\n<style type=\"text/css\"><!--br {mso-data-placement:same-cell;}--></style>\n<div class=\"c2407\">\n<div class=\"c2407\">\n<p><a href=\"mailto:holly.sose@corcoran.com\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;holly.sose@corcoran.com&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:14651,&quot;3&quot;:{&quot;1&quot;:0,&quot;3&quot;:1},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;6&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;7&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;8&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;11&quot;:4,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:6710886},&quot;15&quot;:&quot;Hind&quot;,&quot;16&quot;:11}\">holly.sose@corcoran.com</span></a></p>\n</div>\n</div>\n<style>* { box-sizing: border-box; } body {margin: 0;}.c2407{padding:0 0 0 0;border:none black;}</style>\n<style type=\"text/css\"><!--br {mso-data-placement:same-cell;}--></style>","linkStyle":"","customLogo":"","signupTitle":"Subscribe to Our Newsletter","socialLinks":[{"_id":"20600","link":"https://www.facebook.com/hollysoserealestate/","type":"FACEBOOK"},{"_id":"20603","link":"https://www.instagram.com/hollysose/?hl=en","type":"INSTAGRAM"},{"_id":"_fFAH4urZ","link":"https://www.linkedin.com/in/holly-sose/","type":"LINKEDIN"},{"_id":"20608","link":"https://www.youtube.com/@hollysose574","type":"YOUTUBE"}],"socialStyle":"social_icons-style-1","socialTitle":"Connect With Us","agentDetails":"","contactTitle":"Contact","customDisclaimer":"<div>Holly Sose Team at the Corcoran Group</div>\n<div>Licensed Real Estate Salesperson&nbsp;</div>\n<div>&nbsp;</div>\n<div><a class=\"\" href=\"https://dos.ny.gov/system/files/documents/2021/08/fairhousingnotice.pdf\" target=\"_blank\" rel=\"noopener\">Fair Housing Notice</a>&nbsp;</div>\n<div><a class=\"link hyperlink-style-2\" href=\"https://cloud-prod.corcoranlabs.com/pdf-docs/StandardizedOperatingProcedure2022-04-04.pdf\" target=\"_blank\" rel=\"noopener\">Corcoran Standard Operating Procedures.</a></div>\n<div><a class=\"link hyperlink-style-2\" href=\"https://www.ecorcoran.com/uploaded_doc/Reasonable_Modification__Accommodation_Notice_May_2022.pdf\" target=\"_blank\" rel=\"noopener\">Reasonable Accommodations</a></div>\n<div>&nbsp;</div>\n<div style=\"font-size: 12px;\">Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other New York.</div>\n<div style=\"font-size: 12px;\">&nbsp;</div>\n<div style=\"font-size: 12px;\">Corcoran is committed to uploading the principles of all applicable fair housing laws, standardized operating procedures, and reasonable accommodations.</div>\n<div>&nbsp;</div>\n<div style=\"font-size: 12px;\">Prerequisites for prospective homebuyers in order to receive services from Corcoran: i. There is no general requirement to provide photo identification prior to a property showing. However, prior to entry to a Corcoran office, customers may be required to present photo identification for security or similar purposes. Also, individual property owners may require photo identification prior to a showing, and we will communicate this information to buyers or tenants in advance of such showing. ii. An exclusive buyer representation agreement is not required. iii. A pre-approval for a mortgage loan is not required to work with us, per se, however, individual property owners may require one &ndash; and if so, we will communicate that to buyers as applicable for any properties buyers may wish to view.</div>\n<div>&nbsp;</div>\n<p><img src=\"https://media-production.lp-cdn.com/media/e3d954d3-c73a-4c15-97b3-06dff2a0f325\" width=\"100\" height=\"auto\"></p>","newsletterButton":"SUBSCRIBE","subscribeBtnStyle":"button-style-2","luxuryPresenceLogo":"https://media-production.lp-cdn.com/media/f1e3ab2e-f8ba-4b19-b365-399c67d87173","luxuryPresenceText":"Real Estate Website Design by","displayNewsletterSignup":true,"luxuryPresenceHyperlink":{"id":"155","path":"https://www.luxurypresence.com/real-estate-website-design/","show":true,"type":"LINK","email":"","phone":"","style":"hyperlink-style-2","content":"Luxury Presence","openNewTab":true},"RedirectAfterFormSubmissionURL":""},"globalFooterOptions":{"fontColor":"#FFF","backgroundColor":"#000"},"globalMobileContactElementId":"befe5af2-a6ca-4119-924a-a85d96d36b51","globalMobileContactFormValues":{"text":"rgba(255, 255, 255, 1)","email":"","button":{"path":"/properties","show":false,"type":"LINK","style":"","content":"Explore Our Properties"},"btnStyle":"","searchURL":{"path":"/home-search","show":false,"type":"LINK","content":"Search"},"background":"rgba(20, 20, 20, 1)","darkVersion":true,"formHeading":"Leave a Message","successMessage":"Thank you for your message. We will be in touch with you shortly.","TCRBusinessName":""},"globalSubscribeElementId":null,"globalSubscribeFormValues":{},"created_at":"2023-01-20T14:23:49.205Z","updated_at":"2026-01-05T20:43:52.606Z","deleted_at":null,"secondaryFont":{"fontId":"0b03b651-321e-49c2-83af-d402bd62e2bd","name":"Montserrat","fontFamily":"Montserrat","fontFamilyFull":"Montserrat, sans-serif","loaderType":"CSSFILE","loaderCode":"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i","type":"GOOGLE","isPublic":true,"nameSvg":"<svg preserveAspectRatio=\"xMidYMid meet\" height=\"1.219em\" viewBox=\"0 0 1108 244\"><path fill=\"#000000\" stroke=\"#000000\" stroke-width=\"1\" d=\"M156 53.60L168.20 53.60L168.20 193.60L154 193.60L154 81.60L99 175.80L92 175.80L37 82.20L37 193.60L22.80 193.60L22.80 53.60L35 53.60L95.80 157.40L156 53.60ZM253.80 194.60Q238.60 194.60 226.40 187.70Q214.20 180.80 207.20 168.60Q200.20 156.40 200.20 141.00L200.20 141.00Q200.20 125.60 207.20 113.40Q214.20 101.20 226.40 94.40Q238.60 87.60 253.80 87.60L253.80 87.60Q269 87.60 281.20 94.40Q293.40 101.20 300.30 113.40Q307.20 125.60 307.20 141.00L307.20 141.00Q307.20 156.40 300.30 168.60Q293.40 180.80 281.20 187.70Q269 194.60 253.80 194.60L253.80 194.60ZM253.80 182.00Q265 182.00 273.90 176.90Q282.80 171.80 287.80 162.40Q292.80 153.00 292.80 141.00L292.80 141.00Q292.80 129 287.80 119.60Q282.80 110.20 273.90 105.10Q265 100.00 253.80 100.00L253.80 100.00Q242.60 100.00 233.70 105.10Q224.80 110.20 219.70 119.60Q214.60 129 214.60 141.00L214.60 141.00Q214.60 153.00 219.70 162.40Q224.80 171.80 233.70 176.90Q242.60 182.00 253.80 182.00L253.80 182.00ZM389.80 87.60Q409.60 87.60 421.30 99.10Q433 110.60 433 132.60L433 132.60L433 193.60L418.80 193.60L418.80 134.00Q418.80 117.60 410.60 109.00Q402.40 100.40 387.20 100.40L387.20 100.40Q370.20 100.40 360.30 110.50Q350.40 120.60 350.40 138.40L350.40 138.40L350.40 193.60L336.20 193.60L336.20 88.40L349.80 88.40L349.80 107.80Q355.60 98.20 365.90 92.90Q376.20 87.60 389.80 87.60L389.80 87.60ZM522 177.00L527 187.20Q523 190.80 517.10 192.70Q511.20 194.60 504.80 194.60L504.80 194.60Q490.00 194.60 482.00 186.60Q474.00 178.60 474.00 164.00L474.00 164.00L474.00 100.40L455.20 100.40L455.20 88.40L474.00 88.40L474.00 65.40L488.20 65.40L488.20 88.40L520.20 88.40L520.20 100.40L488.20 100.40L488.20 163.20Q488.20 172.60 492.90 177.50Q497.60 182.40 506.40 182.40L506.40 182.40Q510.80 182.40 514.90 181.00Q519 179.60 522 177.00L522 177.00ZM581 194.60Q568.20 194.60 556.50 190.90Q544.80 187.20 538.20 181.60L538.20 181.60L544.60 170.40Q551.20 175.60 561.20 178.90Q571.20 182.20 582 182.20L582 182.20Q596.40 182.20 603.30 177.70Q610.20 173.20 610.20 165.00L610.20 165.00Q610.20 159.20 606.40 155.90Q602.60 152.60 596.80 150.90Q591 149.20 581.40 147.60L581.40 147.60Q568.60 145.20 560.80 142.70Q553 140.20 547.50 134.20Q542 128.20 542 117.60L542 117.60Q542 104.40 553 96.00Q564 87.60 583.60 87.60L583.60 87.60Q593.80 87.60 604 90.30Q614.20 93.00 620.80 97.40L620.80 97.40L614.60 108.80Q601.60 99.80 583.60 99.80L583.60 99.80Q570 99.80 563.10 104.60Q556.20 109.40 556.20 117.20L556.20 117.20Q556.20 123.20 560.10 126.80Q564 130.40 569.80 132.10Q575.60 133.80 585.80 135.60L585.80 135.60Q598.40 138.00 606 140.40Q613.60 142.80 619 148.60Q624.40 154.40 624.40 164.60L624.40 164.60Q624.40 178.40 612.90 186.50Q601.40 194.60 581 194.60L581 194.60ZM742.40 141.00L742.20 145.40L654.20 145.40Q655.40 161.80 666.80 171.90Q678.20 182.00 695.60 182.00L695.60 182.00Q705.40 182.00 713.60 178.50Q721.80 175.00 727.80 168.20L727.80 168.20L735.80 177.40Q728.80 185.80 718.30 190.20Q707.80 194.60 695.20 194.60L695.20 194.60Q679 194.60 666.50 187.70Q654 180.80 647 168.60Q640 156.40 640 141.00L640 141.00Q640 125.60 646.70 113.40Q653.40 101.20 665.10 94.40Q676.80 87.60 691.40 87.60L691.40 87.60Q706 87.60 717.60 94.40Q729.20 101.20 735.80 113.30Q742.40 125.40 742.40 141.00L742.40 141.00ZM691.40 99.80Q676.20 99.80 665.90 109.50Q655.60 119.20 654.20 134.80L654.20 134.80L728.80 134.80Q727.40 119.20 717.10 109.50Q706.80 99.80 691.40 99.80L691.40 99.80ZM785.00 109.00Q790.00 98.40 799.90 93.00Q809.80 87.60 824.40 87.60L824.40 87.60L824.40 101.40L821.00 101.20Q804.40 101.20 795.00 111.40Q785.60 121.60 785.60 140.00L785.60 140.00L785.60 193.60L771.40 193.60L771.40 88.40L785.00 88.40L785.00 109.00ZM863.60 109.00Q868.60 98.40 878.50 93.00Q888.40 87.60 903.00 87.60L903.00 87.60L903.00 101.40L899.60 101.20Q883.00 101.20 873.60 111.40Q864.20 121.60 864.20 140.00L864.20 140.00L864.20 193.60L850.00 193.60L850.00 88.40L863.60 88.40L863.60 109.00ZM965.20 87.60Q985.80 87.60 996.80 97.90Q1007.80 108.20 1007.80 128.40L1007.80 128.40L1007.80 193.60L994.20 193.60L994.20 177.20Q989.40 185.40 980.10 190.00Q970.80 194.60 958 194.60L958 194.60Q940.40 194.60 930 186.20Q919.60 177.80 919.60 164.00L919.60 164.00Q919.60 150.60 929.30 142.40Q939 134.20 960.20 134.20L960.20 134.20L993.60 134.20L993.60 127.80Q993.60 114.20 986 107.10Q978.40 100.00 963.80 100.00L963.80 100.00Q953.80 100.00 944.60 103.30Q935.40 106.60 928.80 112.40L928.80 112.40L922.40 101.80Q930.40 95.00 941.60 91.30Q952.80 87.60 965.20 87.60L965.20 87.60ZM960.20 183.40Q972.20 183.40 980.80 177.90Q989.40 172.40 993.60 162.00L993.60 162.00L993.60 144.80L960.60 144.80Q933.60 144.80 933.60 163.60L933.60 163.60Q933.60 172.80 940.60 178.10Q947.60 183.40 960.20 183.40L960.20 183.40ZM1096.80 177.00L1101.80 187.20Q1097.80 190.80 1091.90 192.70Q1086 194.60 1079.60 194.60L1079.60 194.60Q1064.80 194.60 1056.80 186.60Q1048.80 178.60 1048.80 164.00L1048.80 164.00L1048.80 100.40L1030 100.40L1030 88.40L1048.80 88.40L1048.80 65.40L1063 65.40L1063 88.40L1095 88.40L1095 100.40L1063 100.40L1063 163.20Q1063 172.60 1067.70 177.50Q1072.40 182.40 1081.20 182.40L1081.20 182.40Q1085.60 182.40 1089.70 181.00Q1093.80 179.60 1096.80 177.00L1096.80 177.00Z\"/></svg>","displayPriority":100,"notes":null,"systemData":{"kind":"webfonts#webfont","files":{"100":"http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QphziTn89dtpQ.ttf","200":"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA7g7J_950vCo.ttf","300":"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD7g7J_950vCo.ttf","500":"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC7g7J_950vCo.ttf","600":"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF7g7J_950vCo.ttf","700":"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE7g7J_950vCo.ttf","800":"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H7g7J_950vCo.ttf","900":"http://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG7g7J_950vCo.ttf","italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxhziTn89dtpQ.ttf","regular":"http://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW5rygbi49c.ttf","100italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUOjIg1_i6t8kCHKm459WxZqi7j0dJ9pTOi.ttf","200italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZBg_D-_xxrCq7qg.ttf","300italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZYgzD-_xxrCq7qg.ttf","500italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3D-_xxrCq7qg.ttf","600italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZFgrD-_xxrCq7qg.ttf","700italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvD-_xxrCq7qg.ttf","800italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjD-_xxrCq7qg.ttf","900italic":"http://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZSgnD-_xxrCq7qg.ttf"},"family":"Montserrat","subsets":["cyrillic","cyrillic-ext","latin","latin-ext","vietnamese"],"version":"v14","category":"sans-serif","variants":["100","100italic","200","200italic","300","300italic","regular","italic","500","500italic","600","600italic","700","700italic","800","800italic","900","900italic"],"lastModified":"2019-07-23"},"createdAt":"2020-06-02T17:34:27.745Z","updatedAt":"2020-06-02T17:34:27.745Z","created_at":"2020-06-02T17:34:27.745Z","updated_at":"2020-06-02T17:34:27.745Z","deleted_at":null},"primaryFont":{"fontId":"9f8d6de3-e023-45d2-b2f7-015535160990","name":"Montaga","fontFamily":"Montaga","fontFamilyFull":"Montaga, serif","loaderType":"CSSFILE","loaderCode":"https://fonts.googleapis.com/css?family=Montaga:400","type":"GOOGLE","isPublic":true,"nameSvg":"<svg preserveAspectRatio=\"xMidYMid meet\" height=\"1.232em\" viewBox=\"0 0 777 247\"><path fill=\"#000000\" stroke=\"#000000\" stroke-width=\"1\" d=\"M138.40 76.00L93.60 193.60Q93.40 193.60 92.60 193.60Q91.80 193.60 86.40 197.60L86.40 197.60L40.40 77.20L30.80 182.00Q30.40 185.20 33.80 187.40Q37.20 189.60 43.20 189.60L43.20 189.60L51.60 189.60L51.60 195.60L3.60 195.60L3.60 189.60L10 189.60Q21.60 189.60 22.40 180.80L22.40 180.80L32.40 70.40Q32.80 66.60 29.70 64.10Q26.60 61.60 20 61.60L20 61.60L13.60 61.60L13.60 55.60L51.20 55.60L94 168.40L137.20 55.60L173.20 55.60L173.20 61.20L165.20 61.20Q155.60 61.20 155.60 68.60L155.60 68.60Q155.60 69.20 155.60 70.00L155.60 70.00L164.80 180.80Q165.20 185.40 167.10 187.50Q169 189.60 174 189.60L174 189.60L182 189.60L182 195.60L130.80 195.60L130.80 189.60L137.60 189.60Q143.20 189.60 145.20 187.80Q147.20 186.00 147.20 183.90Q147.20 181.80 147.20 180.80L147.20 180.80L138.40 76.00ZM232.40 198.40L232.40 198.40Q214.80 198.40 203.00 185.20Q191.20 172.00 191.20 154.40L191.20 154.40Q191.20 132.00 208.10 115.80Q225.00 99.60 243.80 99.60Q262.60 99.60 274.10 112.90Q285.60 126.20 285.60 143.60L285.60 143.60Q285.60 165.40 269.50 181.90Q253.40 198.40 232.40 198.40ZM205.20 143.60Q205.20 162.20 216.50 174.50Q227.80 186.80 241.90 186.80Q256 186.80 264 176.20Q272 165.60 272 154.40L272 154.40Q272 137.40 261.50 124.70Q251.00 112.00 236.00 112.00Q221.00 112.00 213.10 122.10Q205.20 132.20 205.20 143.60L205.20 143.60ZM401.20 190.00L401.20 195.60L366.80 195.60L366.80 190.00L367.60 190.00Q369.80 190.00 371.30 187.80Q372.80 185.60 372.80 182.40L372.80 182.40L372.80 131.60Q372.80 122.60 368.50 117.90Q364.20 113.20 356.40 113.20L356.40 113.20Q345.20 113.20 336.60 125.20Q328.00 137.20 328.00 143.20L328.00 143.20L328.00 181.20Q328.00 184.40 328.30 185.80Q328.60 187.20 330.60 188.60Q332.60 190.00 336.80 190.00L336.80 190.00L340.40 190.00L340.40 195.60L300.00 195.60L300.00 190.00L303.20 190.00Q308.60 190.00 310.10 188.20Q311.60 186.40 311.60 182.40L311.60 182.40L311.60 122.40Q311.60 118.60 309.10 116.90Q306.60 115.20 300.00 115.20L300.00 115.20L300.00 109.60Q304.00 109.60 312.10 106.70Q320.20 103.80 324.40 101.20L324.40 101.20L328.00 100.40L328.00 126.00Q332.60 113.40 342.20 106.50Q351.80 99.60 365.60 99.60L365.60 99.60Q372.80 99.60 377.80 102.80Q382.80 106.00 385.00 111.00L385.00 111.00Q388.80 119.60 388.80 128L388.80 128L388.80 182.00Q388.80 184.80 389.20 186.20L389.20 186.20Q390.20 190.00 397.60 190.00L397.60 190.00L401.20 190.00ZM472.60 183.20L472.60 183.20L474.20 188.00Q459.20 198.40 441.40 198.40L441.40 198.40Q435.00 198.40 430.40 193.80Q425.80 189.20 425.80 181.60L425.80 181.60L425.80 110.80L414.20 110.80L414.20 102.40L418.60 102.40Q425.20 102.40 430.90 94.40Q436.60 86.40 436.60 79.60L436.60 79.60L441.80 79.60L441.80 102.40L469.00 102.40L469.00 110.80L449.40 110.80Q441.80 110.80 441.80 118.00L441.80 118.00L441.80 175.20Q441.80 188.40 451.40 188.40L451.40 188.40Q462.20 188.40 472.60 183.20ZM571.20 190.00L571.20 195.60L542.40 195.60L542.40 179.60Q532.40 190.40 525.80 194.40Q519.20 198.40 507.90 198.40Q496.60 198.40 490.30 193.10Q484.00 187.80 484.00 178.20Q484.00 168.60 492.30 159.50Q500.60 150.40 511.70 145.70Q522.80 141.00 531.20 138.50Q539.60 136.00 542.40 136.00L542.40 136.00L542.40 131.60Q542.40 112.80 526.80 112.80L526.80 112.80Q516 112.80 506.70 117.40Q497.40 122.00 492.80 129.20L492.80 129.20L488.80 125.60Q502.20 99.60 535.20 99.60L535.20 99.60Q543.60 99.60 549.10 104.10Q554.60 108.60 556.50 114.60Q558.40 120.60 558.40 128L558.40 128L558.40 182.00Q558.40 184.60 558.80 186.00Q559.20 187.40 561.30 188.70Q563.40 190.00 567.60 190.00L567.60 190.00L571.20 190.00ZM542.40 168.40L542.40 168.40L542.40 144.00Q526.80 147.00 513.40 156.00Q500.00 165.00 500.00 175.60L500.00 175.60Q500.00 179.80 504.10 182.90Q508.20 186.00 514.30 186.00Q520.40 186.00 528.80 180.50Q537.20 175.00 542.40 168.40ZM614.20 185.20L614.20 185.20L634.20 184.40Q657 184.40 665.80 189.30Q674.60 194.20 674.60 205.00Q674.60 215.80 668.40 223.80Q662.20 231.80 652.20 236.40L652.20 236.40Q632.40 245.20 609.80 245.20L609.80 245.20Q596.60 245.20 588.40 238.90Q580.20 232.60 580.20 223.20L580.20 223.20Q580.20 201.20 599 194.80L599 194.80Q594.40 194.80 591.50 192.80Q588.60 190.80 588.60 188.30Q588.60 185.80 589.40 183.40Q590.20 181.00 592 178.50Q593.80 176.00 595.10 174.50Q596.40 173.00 599.40 170.00L599.40 170.00L603.40 166.00Q592.60 156.40 592.60 139.90Q592.60 123.40 605 111.30Q617.40 99.20 632.20 99.20L632.20 99.20Q641.40 99.20 648.60 104.40L648.60 104.40Q657 94.80 676.60 94.80L676.60 94.80L674.60 112.00Q673.40 110.20 670.40 108.50Q667.40 106.80 665.80 106.80L665.80 106.80Q660.40 106.80 654.60 110.40L654.60 110.40Q662.20 119.20 662.20 131.60L662.20 131.60Q662.20 147.20 650.20 159.40Q638.20 171.60 623 171.60L623 171.60Q615.20 171.60 610.20 168.80L610.20 168.80Q601.80 178.80 601.80 181.20L601.80 181.20Q601.80 185.20 614.20 185.20ZM624.20 195.20L624.20 195.20L610.20 195.20Q604 199.00 602 201.00Q600 203.00 598.60 204.80Q597.20 206.60 596.20 208.40L596.20 208.40Q594.20 212.60 594.20 217.80Q594.20 223.00 599 226.80L599 226.80Q607.20 232.80 621.90 232.80Q636.60 232.80 649.20 227.80Q661.80 222.80 661.80 214.00Q661.80 205.20 651.60 200.20Q641.40 195.20 624.20 195.20ZM605.40 132.90Q605.40 143.60 612.90 151.80Q620.40 160.00 629.80 160.00Q639.20 160.00 644.30 154.10Q649.40 148.20 649.40 138.30Q649.40 128.40 642.10 119.60Q634.80 110.80 625 110.80Q615.20 110.80 610.30 116.50Q605.40 122.20 605.40 132.90ZM770.00 190.00L770.00 195.60L741.20 195.60L741.20 179.60Q731.20 190.40 724.60 194.40Q718.00 198.40 706.70 198.40Q695.40 198.40 689.10 193.10Q682.80 187.80 682.80 178.20Q682.80 168.60 691.10 159.50Q699.40 150.40 710.50 145.70Q721.60 141.00 730.00 138.50Q738.40 136.00 741.20 136.00L741.20 136.00L741.20 131.60Q741.20 112.80 725.60 112.80L725.60 112.80Q714.80 112.80 705.50 117.40Q696.20 122.00 691.60 129.20L691.60 129.20L687.60 125.60Q701.00 99.60 734.00 99.60L734.00 99.60Q742.40 99.60 747.90 104.10Q753.40 108.60 755.30 114.60Q757.20 120.60 757.20 128L757.20 128L757.20 182.00Q757.20 184.60 757.60 186.00Q758.00 187.40 760.10 188.70Q762.20 190.00 766.40 190.00L766.40 190.00L770.00 190.00ZM741.20 168.40L741.20 168.40L741.20 144.00Q725.60 147.00 712.20 156.00Q698.80 165.00 698.80 175.60L698.80 175.60Q698.80 179.80 702.90 182.90Q707.00 186.00 713.10 186.00Q719.20 186.00 727.60 180.50Q736.00 175.00 741.20 168.40Z\"/></svg>","displayPriority":100,"notes":null,"systemData":{"kind":"webfonts#webfont","files":{"regular":"http://fonts.gstatic.com/s/montaga/v7/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf"},"family":"Montaga","subsets":["latin"],"version":"v7","category":"serif","variants":["regular"],"lastModified":"2019-07-16"},"createdAt":"2020-06-02T17:38:31.853Z","updatedAt":"2020-06-02T17:38:31.853Z","created_at":"2020-06-02T17:38:31.853Z","updated_at":"2020-06-02T17:38:31.853Z","deleted_at":null},"styles":[{"styleId":"1af5078e-965e-4795-ac08-eb180680c60e","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"BUTTON","name":"solid black","count":1,"value":{"fontColor":"rgba(255, 255, 255, 1)","borderColor":"rgba(0, 0, 0, 0)","hoverFontColor":"rgba(255,255,255,1)","backgroundColor":"rgba(0, 0, 0, 1)","hoverBorderColor":"rgba(0, 0, 0, 1)","hoverBackgroundColor":"rgba(0,0,0,1)"},"lastUpdateHash":"e76e8b72-eac7-3f0e-8ed2-fb1f5114553e","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.235Z","updatedAt":"2023-01-21T01:21:37.318Z","deletedAt":null},{"styleId":"c288bb9f-73cf-4b63-8ee6-7a4e42b66400","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"SOCIAL_ICONS","name":"Transparent white","count":1,"value":{"iconColor":"rgba(255, 255, 255, 1)","borderColor":"rgba(255, 255, 255, 1)","hoverIconColor":"rgba(255, 255, 255, 1)","backgroundColor":"rgba(255, 255, 255, 0)","hoverBorderColor":"rgba(23, 23, 23, 1)","hoverBackgroundColor":"rgba(23, 23, 23, 1)"},"lastUpdateHash":"92467d1b-d4e5-3b4f-8e08-143243529f0a","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.237Z","updatedAt":"2023-01-21T01:21:37.319Z","deletedAt":null},{"styleId":"9798b160-e1be-4936-aae1-6d3ef17c0609","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"PAGINATION","name":"Pagination Dark","count":1,"value":{"fontColor":"rgba(0,0,0,1)","borderColor":"rgba(0, 0, 0, 0)","hoverFontColor":"rgba(255, 255, 255, 1)","backgroundColor":"rgba(255, 255, 255, 0.08)","hoverBorderColor":"rgba(0, 0, 0, 1)","hoverBackgroundColor":"rgba(0, 0, 0, 1)"},"lastUpdateHash":"cb6a2e05-1c09-3ff4-bcf3-637b30830691","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.237Z","updatedAt":"2023-01-21T01:21:37.320Z","deletedAt":null},{"styleId":"ef18472d-0768-4bde-b85f-d40ccceb3f5a","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"HYPERLINK","name":"Hyperlink Style 1","count":1,"value":{"fontColor":"rgba(0,0,0,1)","hoverFontColor":"rgba(0, 0, 0, 1)"},"lastUpdateHash":"b2d0ae01-c9f8-33ef-a411-f68c6dabd881","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.234Z","updatedAt":"2023-01-21T01:21:37.321Z","deletedAt":null},{"styleId":"44940d76-8f0b-41cf-9f4a-66a899af61d8","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"HYPERLINK","name":"Hyperlink Style 2","count":2,"value":{"fontColor":"rgba(255, 255, 255, 1)","hoverFontColor":"rgba(255,255,255,1)"},"lastUpdateHash":"15393526-a6a0-3bfb-baa1-bd65f914e6fc","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.237Z","updatedAt":"2023-01-21T01:21:37.323Z","deletedAt":null},{"styleId":"4e308342-3f1a-42d1-81a5-48008be3cb78","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"SOCIAL_ICONS","name":"transparent black","count":2,"value":{"iconColor":"rgba(23, 23, 23, 1)","borderColor":"rgba(23, 23, 23, 1)","hoverIconColor":"rgba(255,255,255,1)","backgroundColor":"rgba(255, 255, 255, 0)","hoverBorderColor":"rgba(23, 23, 23, 1)","hoverBackgroundColor":"rgba(23, 23, 23, 1)"},"lastUpdateHash":"a03388df-daff-333e-b12b-c55c18770c1f","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.237Z","updatedAt":"2023-01-21T01:21:37.324Z","deletedAt":null},{"styleId":"3569ec43-05e7-4605-bfb8-3ce57a5b3d2a","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"BUTTON","name":"solid white","count":2,"value":{"fontColor":"rgba(0,0,0,1)","borderColor":"rgba(0, 0, 0, 0)","hoverFontColor":"rgba(255, 255, 255, 1)","backgroundColor":"rgba(255,255,255,1)","hoverBorderColor":"rgba(0, 0, 0, 1)","hoverBackgroundColor":"rgba(0, 0, 0, 1)"},"lastUpdateHash":"48926f48-548a-3efa-8e35-fa0adcef36a2","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.237Z","updatedAt":"2023-01-21T01:21:37.325Z","deletedAt":null},{"styleId":"46771213-a31a-48a4-8673-dd8f96b7fde8","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"PAGINATION","name":"Pagination Light","count":2,"value":{"fontColor":"rgba(255, 255, 255, 1)","borderColor":"rgba(0, 0, 0, 0)","hoverFontColor":"rgba(0, 0, 0, 1)","backgroundColor":"rgba(255, 255, 255, 0.08)","hoverBorderColor":"rgba(255, 255, 255, 0.98)","hoverBackgroundColor":"rgba(255, 255, 255, 1)"},"lastUpdateHash":"cb895a31-24c0-3712-9789-877e4823a5f8","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.237Z","updatedAt":"2023-01-21T01:21:37.330Z","deletedAt":null},{"styleId":"b771e03e-0757-463f-9f8f-f12dee0c3a53","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"BUTTON","name":"transparent black","count":3,"value":{"fontColor":"rgba(0,0,0,1)","borderColor":"rgba(0,0,0,1)","hoverFontColor":"rgba(0, 0, 0, 1)","backgroundColor":"rgba(0, 0, 0, 0)","hoverBorderColor":"rgba(0, 0, 0, 1)","hoverBackgroundColor":"rgba(0, 0, 0, 0)"},"lastUpdateHash":"2468ce53-3162-3bbe-bb4b-a98a3c2a5e5d","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.237Z","updatedAt":"2023-01-21T01:21:37.331Z","deletedAt":null},{"styleId":"e36d04b7-ede3-4be8-9b58-c88415c05d2b","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"BUTTON","name":"transparent white","count":4,"value":{"fontColor":"rgba(255, 255, 255, 1)","borderColor":"rgba(255, 255, 255, 1)","hoverFontColor":"rgba(255, 255, 255, 1)","backgroundColor":"rgba(0, 0, 0, 0)","hoverBorderColor":"rgba(255, 255, 255, 1)","hoverBackgroundColor":"rgba(0, 0, 0, 0)"},"lastUpdateHash":"bb0b2a46-a537-3736-b881-cfc86171d5d2","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.241Z","updatedAt":"2023-01-21T01:21:37.332Z","deletedAt":null},{"styleId":"05a09bcb-8c39-4b46-a86d-4bbf2e9b9225","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","templateId":null,"type":"BUTTON","name":"solid white hover","count":5,"value":{"fontColor":"rgba(255, 255, 255, 1)","borderColor":"rgba(255, 255, 255, 1)","hoverFontColor":"rgba(0, 0, 0, 1)","backgroundColor":"rgba(255, 255, 255, 0)","hoverBorderColor":"rgba(255,255,255,1)","hoverBackgroundColor":"rgba(255, 255, 255, 1)"},"lastUpdateHash":"ead770b0-8927-3640-a24b-e6da1769225d","lastUpdatingUserId":"3d26d513-e460-45ab-a72f-64c252cf32ba","createdAt":"2023-01-20T14:23:49.241Z","updatedAt":"2023-01-21T01:21:37.334Z","deletedAt":null}],"viewHostname":"hollysose.com","previewUrl":"https://n-hollysose-dot-com.presencepreview.site","viewUrl":"https://hollysose.com","hostnameIsReal":true,"CDNActive":true},"pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","path":"/developments/:slug","title":"{{seoTitle}}","seoTitle":"{{seoTitle}}","seoDescription":"{{{seoDescription}}}","seoCanonicalUrl":null,"sourceResource":"developments","backgroundImage":null,"noIndex":false,"pageHandlebars":["<section id=\"section-ba40a41a-c946-40b7-b12a-cee14dc883e9\"  class=\"solid-section is-font-color-light is-background-color-dark\" data-el-id=\"55f14d7d-96c0-4c3f-92cd-6bfd35c6a71f\">\n  <div class=\"development-opening\" style=\"background-image: linear-gradient(to top, rgba(0,0,0, {{overlayOpacity}}), rgba(0,0,0, {{overlayOpacity}})), url('{{media.[0].largeUrl}}')\">\n  <div class=\"container\">\n    <div class=\"development-opening__content\">\n      <h1 class=\"development-opening__title\">{{name}}</h1>\n      {{#if descriptionShort}}\n      <p class=\"development-opening__description pre-line\">\n        {{~descriptionShort~}}\n      </p>\n      {{/if}}\n    </div>\n  </div>\n</div>\n</section>\n","<section id=\"section-ace19f9e-408f-446a-a18a-7abc82723a72\"  class=\"solid-section is-font-color-light is-background-color-dark\" data-el-id=\"b397670b-d2c3-41e3-8dbc-8f2d9175f678\">\n  {{#if description}}\n<div class=\"development-content container-fluid {{#if showEdges}}development-content--edges{{/if}}\">\n  <div class=\"development-content__body\">\n    <div class=\"container advanced-content\">\n      {{{description}}}\n    </div>\n  </div>\n</div>\n{{/if}}\n</section>\n","<section id=\"section-85468799-643c-48b2-a5f7-212f65b952a6\"  class=\"solid-section is-font-color-light is-background-color-dark\" data-el-id=\"9bcf3a9a-2375-44d8-abab-c604f8478ee5\">\n  {{#if items.length}}\n<div class=\"development-properties\">\n  <div class=\"container development-properties__container\">\n    <div class=\"lp-title-group\">\n      <h2 class=\"lp-h2\">Properties in {{#if pageElement}} {{pageElement.name}} {{else}} this Development {{/if}}</h2>\n      {{#if subtitle}}\n        <div class=\"lp-text--subtitle\">{{{subtitle}}}</div>\n      {{/if}}\n    </div>\n\n    <div class=\"row development-properties__row\">\n      {{#each items}}\n      <div class=\"development-properties__col\">\n\n        <a href={{#if fromMLS}}\"/home-search/listings/{{id}}\"{{else}}\"/properties/{{slug}}\"{{/if}} class=\"property-card\">\n          <div class=\"property-card__header\">\n            {{#if media.[0]}}\n            {{{mediaImage media.[0] alt=(concat name \" photo\") sizes=\"(max-width: 767px) 100vw, 33vw\"}}}\n            {{/if}}\n            {{#if status}}\n            <span class=\"property-card__label body-feature\">{{formatPropertyStatus status}}</span>\n            {{/if}}\n            <div class=\"property-card__overlay\">\n              <span class=\"btn btn--solid {{../viewPropBtnStyle}}\">View property</span>\n            </div>\n          </div>\n          <div class=\"property-card__body\">\n\n            <h3 class=\"property-card__title\">{{#if name}}{{name}}{{else}}Contact For Address{{/if}}</h3>\n\n            <p class=\"property-card__price body-feature\">\n              {{formatPropertyPrice this 'standard'}}\n            </p>\n\n            {{#if (or fullAddress privateAddress)}}\n            <p class=\"property-card__description\">\n              {{#if privateAddress}}\n              Contact for Address\n              {{else}}\n              {{fullAddress}}\n              {{/if}}\n            </p>\n            {{/if}}\n            \n            {{#if (or bedroomCount bathCount livingSpaceSize)}}\n              <div class=\"property-card__details\">\n                {{#if bedroomCount}}\n                <span>\n                \t{{bedroomCount}} \n                \t\t{{#numCompare bedroomCount 1 \">\"}}Beds{{else}}Bed{{/numCompare}}\n                </span>\n                {{/if}}\n                {{#if (and bedroomCount bathCount)}}<span> | </span>{{/if}}\n                {{#if bathCount}}\n                <span>\n                  {{bathCount}}\n                    {{#numCompare bathCount 1 \">\"}}Baths{{else}}Bath{{/numCompare}} \n                </span>\n                {{/if}}\n                {{#if (and bathCount livingSpaceSize)}}<span> | </span>{{/if}}\n                {{#if livingSpaceSize}}\n                <span>\n                  {{lpFormatNumber livingSpaceSize}} {{formatAreaUnit livingSpaceUnits}}\n                </span>\n                {{/if}}\n              </div>\n              {{/if}}\n\n              {{#if (and ../showOpenHouse openHouse openHouseHours)}}\n                <div><span class=\"open-house\">OPEN HOUSE: {{openHouseHours}}</span></div>\n              {{/if}}\n          </div>\n          {{#if @root.mlsCompliance.property}}\n          {{#if (or mlsAttribution mlsLogo)}}\n          <div class=\"mls-compliance-container\"> \n            {{#if mlsAttribution}}<p class=\"lp-mls-compliance__mls-attribution development-properties-item-mls-attribution\">{{mlsAttribution}}</p>{{/if}}\n            {{{mediaImage mlsLogo class=\"lp-mls-compliance__mls-logo development-properties-item-mls-logo\" alt=\"MLS logo\" sizes=\"70px\"}}}\n          </div>\n          {{/if}}\n          {{/if}}\n        </a>\n\n      </div>\n      {{/each}}\n    </div>\n\n    <div class=\"development-properties__footer\">\n      {{>button button=button class=\"btn development-properties__footer-btn\"}}\n    </div>\n  </div>\n</div>\n{{/if}}\n</section>\n","<section id=\"section-71a5f578-8ef2-4170-b3cd-5b805d6217c6\"  class=\"solid-section is-font-color-dark is-background-color-light\" data-el-id=\"3d55eead-ea27-4a4c-a2a5-e893d6df5819\">\n  {{#numCompare media.length 2 \">\"}}\n  <div class=\"gallery-component js-lightbox lp-vertical-paddings redesign\" data-arrows-style=\"{{arrowsStyle}}\">\n    <div class=\"lp-container gallery-component__container\">\n      <div class=\"row gallery-component__row\">\n        {{#each media}}\n        <div class=\"gallery-component__col\">\n          <div class=\"gallery-card\">\n            {{{mediaImage this alt=../name}}}\n          </div>\n        </div>\n        {{/each}}\n      </div>\n    </div>\n  </div>\n{{/numCompare}} \n\n</section>\n","<section id=\"section-984fc13e-c4a6-4bc9-82e7-e078f34536e2\"  class=\"solid-section is-font-color-light is-background-color-dark\" data-el-id=\"22abed84-a60b-4c98-9d76-d0c86bf0348b\">\n  <div class=\"custom-ebook\">\n  <div class=\"container custom-ebook__container\">\n    {{#if (or title description)}}\n    <div class=\"lp-title-group\">\n      {{#if title}}\n      <h2 class=\"lp-h2\">{{title}}</h2>\n      {{/if}}\n      {{#if description}}<p class=\"lp-text--subtitle\">{{~description~}}</p>{{/if}}\n    </div>\n    {{/if}}\n\n    <div class=\"row custom-ebook__row\">\n      {{#if imageUpload}}\n      <div class=\"col custom-ebook__img-col\">\n        <div class=\"custom-ebook__img-block\" style=\"background-image: url({{bgImage imageUpload}})\"></div>\n      </div>\n      {{/if}}\n      <div class=\"col custom-ebook__form-col\">\n        <form class=\"custom-ebook__download-form\" data-type=\"contact-form\">\n          <div class=\"form-row custom-ebook__form-row\">\n            <div class=\"form-col\">\n            <div class=\"custom-ebook__group\">\n              <label for=\"{{sectionDomId}}-df-name\" class=\"visually-hidden\">Name:</label>\n              <input type=\"text\" id=\"{{sectionDomId}}-df-name\" name=\"name\" class=\"inf-input\" placeholder=\"Name\" required>\n            </div>\n            </div>\n            \n            <div class=\"h-pot\">\n              <label for=\"{{sectionDomId}}-middleName\" class=\"visually-hidden\">Middle Name</label>\n              <input id=\"{{sectionDomId}}-middleName\" name=\"middleName\" value=\"\" autocomplete=\"off\" tabindex=\"-1\">\n            </div>\n            <div class=\"form-col\">\n            <div class=\"custom-ebook__group\">\n              <label for=\"{{sectionDomId}}-df-phone\" class=\"visually-hidden\">Phone:</label>\n              <input type=\"tel\" id=\"{{sectionDomId}}-df-phone\" name=\"phone\" class=\"inf-input\" placeholder=\"Phone\" required>\n            </div>\n            </div>\n            <div class=\"form-col\">\n            <div class=\"custom-ebook__group\">\n              <label for=\"{{sectionDomId}}-df-email\" class=\"visually-hidden\">Email:</label>\n              <input type=\"email\" id=\"{{sectionDomId}}-df-email\" name=\"email\" class=\"inf-input\" placeholder=\"Email\" required>\n            </div>\n            </div>\n            {{#unless hideDropdown}}\n            {{#if interestedInItems}}\n            <div class=\"form-col\">\n            <div class=\"custom-ebook__group\">\n              <label for=\"{{sectionDomId}}-df-interest\" class=\"visually-hidden\">What are you interested in?:</label>\n              <select name=\"interest\" id=\"{{sectionDomId}}-df-interest\" class=\"inf-input dropdown-select\">\n                <option value=\"\" selected disabled>What are you interested in?</option>\n                {{#each interestedInItems}}\n                  <option value=\"{{this}}\">{{this}}</option>\n                {{/each}}\n              </select>\n            </div>\n            </div>\n            {{/if}}\n            {{/unless}}\n            <div class=\"form-col\">\n            <div class=\"custom-ebook__group\">\n              <label for=\"{{sectionDomId}}-df-message\" class=\"visually-hidden\">Message:</label>\n              <textarea name=\"message\" rows=\"4\" id=\"{{sectionDomId}}-df-message\" class=\"inf-input\" placeholder=\"Message\" required></textarea>\n            </div>\n            <div class=\"lp-disclaimer\">{{>phoneDisclaimer customBusinessName=TCRBusinessName activeDisclaimerOption=formDisclaimerOption}}</div>\n            </div>\n          </div>\n          <!-- <input value=\"{{fileUpload.url}}\" type=\"hidden\" style=\"display:none\" name=\"fileUrl\" /> -->\n          \n          <div class=\"custom-ebook__footer\">\n            <button type=\"submit\" class=\"btn btn--solid custom-ebook__submit-btn {{submitBtnStyle}}\">Submit</button>\n            <span class=\"custom-ebook__status is-loading\">Sending..</span>\n            <span class=\"custom-ebook__status is-success\">Successfully sent!</span>\n            <span class=\"custom-ebook__status is-error\">Error sending</span>\n          </div>\n        </form>\n      </div>\n    </div>\n  </div>\n  {{#if RedirectAfterFormSubmissionURL}}<a href=\"{{RedirectAfterFormSubmissionURL}}\" target=\"_blank\" class=\"h-pot redirect-link\">link</a>{{/if}}\n</div>\n\n</section>\n","<section id=\"section-f0d12330-5d30-49f8-af89-f6571e878666\"  class=\"solid-section is-font-color-dark is-background-color-light\" data-el-id=\"faad96f9-f28b-46a1-af58-48589175a7a9\">\n  {{#if items}}\n<script type=\"application/json\" class=\"mapData\">\n  [\n  {{#each items}}\n   {{#if @index}},{{/if}}\n     {{#if (and googlePlaceData.geometry.location.lat googlePlaceData.geometry.location.lng)}}\n     {\"lat\": {{googlePlaceData.geometry.location.lat}},\n      \"lng\": {{googlePlaceData.geometry.location.lng}},\n      \"pic\": {{#if media.[0].smallUrl}}{{{JSONstringify media.[0].smallUrl}}}{{else}}null{{/if}},\n      \"slug\": \"{{slug}}\",\n      \"name\": \"{{name}}\",\n      \"formattedAddress\": \"{{googlePlaceData.formatted_address}}\"\n     }\n     {{else}}\n     {}\n     {{/if}}\n  {{/each}}\n  ]\n</script>\n<script type=\"application/json\" class=\"elementConfig\">\n  {    \n    \"initialPosition\": {{#if initialPosition}}{{{JSONstringify initialPosition}}}{{else}}null{{/if}},\n    \"dotColor\": {{#if dotColor}}\"{{dotColor}}\"{{else}}\"#FFFFFF\"{{/if}}\n  }\n</script>\n<script type=\"text/x-handlebars-template\" class=\"cardTemplate\">        \n  <div class=\"card-content\">\n    <div class=\"card-img-container\">\n      \\{{#if pic}}\\{{mediaImage pic}}\\{{/if}}\n    </div>\n    <div class=\"card-title\">\\{{#if name}}\\{{name}}\\{{/if}}</div>\n    <div class=\"card-address\">\\{{#if formattedAddress}}\\{{formattedAddress}}\\{{/if}}</div>\n    <a class=\"lp-btn lp-btn--dark lp-btn--filled btn btn--primary-dark card-btn\" href=\"/developments/\\{{slug}}\">Details</a>\n  </div>\n</script>\n<div class=\"developments-map redesign\">\n  <div class=\"container lp-container\">\n    <h3 class=\"title lp-h3\">{{title}}</h3>\n    <div class=\"map-container {{#if useBWTheme}}black-white{{/if}}\" data-init-zoom=\"{{initZoom}}\" ></div>  \n  </div>\n</div>\n{{/if}}\n\n</section>\n","<section id=\"section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1\"  class=\"video-section is-font-color-light is-background-color-dark\" data-el-id=\"3b9aa9ac-f534-49a3-b661-d2cda775b424\">\n  <div class=\"video-wrapper\">\n    <div class=\"full-screen-video-component\">\n      <div class=\"video-wrapper\">\n        <video class=\"lazy\"\n          poster=\"https://res.cloudinary.com/luxuryp/videos/f_auto,q_auto/so_0,eo_0/g4gfydqzb4kmxni0mulv/pexels-videos-2480792.jpg\"\n          style=\"height:100%;\"\n          loop\n          muted\n          autoplay\n          playsinline>\n          <source data-src=\"https://res.cloudinary.com/luxuryp/videos/f_webm,vc_vp9,q_auto/g4gfydqzb4kmxni0mulv/pexels-videos-2480792.webm\" type=\"video/webm;codecs=vp9\">\n<source data-src=\"https://res.cloudinary.com/luxuryp/videos/f_mp4,vc_h265,q_auto/g4gfydqzb4kmxni0mulv/pexels-videos-2480792.mp4\" type=\"video/mp4;codecs=hvc1\">\n<source data-src=\"https://res.cloudinary.com/luxuryp/videos/f_mp4,vc_h264,q_auto/g4gfydqzb4kmxni0mulv/pexels-videos-2480792.mp4\" type=\"video/mp4\">\n        </video>\n      </div>\n    </div>\n  </div>\n  <div class=\"overlay-component\"style=\"--section-overlay: rgba(0, 0, 0, 0.30);\"></div>\n  <div class=\"work-with-us\">\r\n    <div class=\"container\">\r\n        <div class=\"work-with-us__content\">\r\n            <h2 class=\"wow fadeInUp\" data-wow-delay=\".1s\">{{title}}</h2>\r\n            <p class=\"wow fadeInUp\" data-wow-delay=\".2s\">{{description}}</p>\r\n            {{>button button=primaryButton class=\"btn wow fadeInUp\" wowDelay=\".3s\"}}\r\n        </div>\r\n    </div>\r\n</div>\n</section>\n","<section id=\"section-aa604726-261d-41f5-aa55-cbe4657c4d23\"  class=\"solid-section is-font-color-dark is-background-color-light\" data-el-id=\"5db65d6a-01e9-4ee3-babf-2748e074a284\">\n  <script type=\"text/x-handlebars-template\" class=\"jsIGItem\">\n  {{{{raw-helper}}}}\n    <a href=\"{{permalink}}\" target=\"_blank\" class=\"ig-feed-item insta-type-{{mediaType}}\">\n      <div class=\"ig-feed-item__img\" style=\"background-image: url('{{#ifEquals mediaType 'VIDEO'}}{{thumbnailUrl}}{{^}}{{mediaUrl}}{{/ifEquals}}');\"></div>\n      <div class=\"ig-feed-item__info\"><div class=\"ig-feed-item__caption\">{{caption}}</div></div>\n      {{#ifEquals mediaType 'VIDEO'}}<div class=\"video-icon\"></div>{{/ifEquals}}\n    </a> \n  {{{{/raw-helper}}}}\n</script>\n<div class=\"ig-feed redesign\">\n  <div class=\"ig-feed-top lp-container\">\n    <div class=\"top-wrapper\">\n      <div class=\"top-left\">\n        {{#if title}}\n          <h3 class=\"lp-h3 title\">{{title}}</h3>\n        {{/if}}\n        <a href=\"#\" target=\"_blank\" class=\"instagram-link jsIGLink\"><h4 class=\"lp-h4 instagram-name jsIGName\"></h4></a>\n      </div>\n      <div class=\"top-right\">\n        {{#if btnText}}\n          <a href=\"#\" target=\"_blank\" class=\"lp-btn lp-btn--dark lp-btn--outline lp-btn--mob-full-width follow-button jsIGLink {{btnStyle}}\">{{btnText}}</a>\n        {{/if}}\n        <a class=\"nav-button top-nav-prev hidden-control {{arrowsStyle}}\">\n          <svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.099 13.25l-5.25-5.775L7.099 1.7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n        </a>\n        <a class=\"nav-button top-nav-next hidden-control {{arrowsStyle}}\">\n          <svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.90137 1.75L7.15137 7.525L1.90137 13.3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class=\"lp-container ig-feed-container \">\n    <div class=\"ig-feed-feed\" data-limit=\"{{limit}}\">\n    </div>\n  </div>\n  <div class=\"bottom-controls\">\n    <a class=\"bottom-nav-button bottom-nav-prev {{arrowsStyle}}\">\n      <svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.099 13.25l-5.25-5.775L7.099 1.7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n    </a>\n    <a class=\"bottom-nav-button bottom-nav-next {{arrowsStyle}}\">\n      <svg width=\"9\" height=\"15\" viewBox=\"0 0 9 15\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.90137 1.75L7.15137 7.525L1.90137 13.3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>\n    </a>\n  </div>\n</div>\n\n</section>\n"],"pageJSTemplates":[[{"template":"function init(sectionDomId) {// please write all js here and use sectionDomId in selectors in order of DOM encapsulation\n}","compiled":true}],[{"template":"function init(sectionDomId) {// please write all js here and use sectionDomId in selectors in order of DOM encapsulation\n}","compiled":true}],[{"template":"function init(sectionDomId) {}","compiled":true}],[{"template":"function init(sectionDomId) {\n  var section = document.getElementById(sectionDomId);\n  var lightbox = section.getElementsByClassName(\"js-lightbox\")[0];\n  var images = lightbox.getElementsByTagName(\"img\");\n  var isLightboxSliderCreated = false || section.querySelector(sectionDomId + \"-modal\");\n  var NAV_SLIDE_WIDTH = 100;\n  var NAV_SLIDE_MOBILE_WIDTH = 74;\n  const arrowsStyle = lightbox ? $(lightbox).data('arrows-style') || '' : '';\n  var slickMainOptions = {\n    arrows: true,\n    dots: false,\n    infinite: true,\n    draggable: true,\n    prevArrow: `<button type=\"button\" class=\"lightbox-arrow--prev lightbox-arrow ${arrowsStyle}\" aria-label=\"Previous\"></button>`,\n    nextArrow: `<button type=\"button\" class=\"lightbox-arrow--next lightbox-arrow ${arrowsStyle}\" aria-label=\"Next\"></button>`\n  };\n  var slickNavOptions = {\n    arrows: false,\n    dots: false,\n    infinite: true,\n    variableWidth: true,\n    focusOnSelect: true,\n    draggable: true\n  };\n  if (!isLightboxSliderCreated) {\n    var newSlider = document.createElement(\"div\");\n    newSlider.className = \"lightbox-slider\";\n    newSlider.style.display = \"none\";\n    var newNavSlider = document.createElement(\"div\");\n    newNavSlider.className = \"lightbox-nav-slider\";\n    newNavSlider.style.display = \"none\";\n    for (var i = 0; i < images.length; i++) {\n      var imgSrc = images[i].dataset.src || images[i].src;\n      var newImg = document.createElement(\"img\");\n      newImg.src = imgSrc;\n      newImg.alt = \"lightbox image \" + (i + 1);\n      var newSlide = document.createElement(\"div\");\n      newSlide.className = \"lightbox-slide\";\n      newSlide.append(newImg);\n      newSlider.append(newSlide);\n      var newNavSlide = document.createElement(\"div\");\n      newNavSlide.className = \"lightbox-nav-slide\";\n      newNavSlide.append(newImg.cloneNode());\n      newNavSlider.append(newNavSlide);\n    }\n    var newModal = document.createElement(\"div\");\n    newModal.className = \"modal lightbox-modal\";\n    newModal.id = sectionDomId + \"-modal\";\n    var newModalContent = document.createElement(\"div\");\n    newModalContent.className = \"modal-content lightbox-modal__content\";\n    var newModalSliderBlock = document.createElement(\"div\");\n    newModalSliderBlock.className = \"lightbox-modal__slider-block\";\n    var newCloseBtn = document.createElement(\"button\");\n    newCloseBtn.className = \"lightbox-close\";\n    newCloseBtn.type = \"button\";\n    newCloseBtn.title = \"close lightbox modal\";\n    newCloseBtn.addEventListener(\"click\", function (evt) {\n      evt.target.closest(\".lightbox-modal\").classList.remove(\"visible\");\n    });\n    newModalSliderBlock.append(newSlider);\n    newModalSliderBlock.append(newNavSlider);\n    newModalContent.append(newModalSliderBlock);\n    newModal.append(newModalContent);\n    newModal.append(newCloseBtn);\n    document.body.append(newModal);\n  }\n  Array.from(images).forEach(function (image, i) {\n    image.addEventListener(\"click\", function () {\n      if (!isLightboxSliderCreated) {\n        newModal.classList.add(\"visible\");\n        newSlider.style.display = \"block\";\n        slickMainOptions.initialSlide = i;\n        slickMainOptions.asNavFor = $(newNavSlider);\n        newNavSlider.style.display = \"block\";\n        slickNavOptions.initialSlide = i;\n        slickNavOptions.asNavFor = $(newSlider);\n        var navWidth = newNavSlider.offsetWidth - 8 * 2;\n        console.log(navWidth);\n        var navSlidesCount = Math.floor(navWidth / getNavSlideWidth() * 10) / 10;\n        slickNavOptions.variableWidth = false;\n        slickNavOptions.slidesToShow = navSlidesCount;\n        $(newSlider).slick(slickMainOptions);\n        $(newNavSlider).slick(slickNavOptions);\n        if (doNavSlidesFit(navWidth, images.length)) {\n          lockNavSlickTrack();\n        }\n        isLightboxSliderCreated = true;\n      } else {\n        newModal.classList.add(\"visible\");\n        adjustNavCount();\n        $(newSlider).slick(\"slickGoTo\", i, true);\n        $(newNavSlider).slick(\"slickGoTo\", i, true);\n      }\n    });\n  });\n  function getNavSlideWidth() {\n    return window.matchMedia('(max-width: 991px)').matches ? NAV_SLIDE_MOBILE_WIDTH : NAV_SLIDE_WIDTH;\n  }\n  function doNavSlidesFit(containerWidth, slidesCount) {\n    return containerWidth > slidesCount * NAV_SLIDE_WIDTH;\n  }\n  function lockNavSlickTrack() {\n    console.log(\"lock!\");\n    $(\".lightbox-nav-slider .slick-track\").addClass(\"slick-track-locked\");\n  }\n  function unlockNavSlickTrack() {\n    $(\".lightbox-nav-slider .slick-track\").removeClass(\"slick-track-locked\");\n  }\n  function adjustNavCount() {\n    var navWidth = newNavSlider.offsetWidth - 8 * 2;\n    console.log(navWidth);\n    var navSlidesCount = Math.floor(navWidth / getNavSlideWidth() * 10) / 10;\n    $(newNavSlider).slick(\"setOption\", \"slidesToShow\", navSlidesCount);\n    if (doNavSlidesFit(navWidth, images.length)) {\n      lockNavSlickTrack();\n    } else {\n      unlockNavSlickTrack();\n    }\n  }\n  window.addEventListener(\"resize\", function () {\n    if (isLightboxSliderCreated && newModal.classList.contains(\"visible\")) {\n      adjustNavCount();\n    }\n  });\n  window.addEventListener(\"orientationchange\", function () {\n    if (isLightboxSliderCreated) {\n      adjustNavCount();\n    }\n  });\n  if (!isLightboxSliderCreated) {\n    var lightBoxstyle = document.createElement(\"style\");\n    lightBoxstyle.innerHTML = `\n    .lightbox-modal {\n      position: fixed;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100vh !important;\n      background-color: rgba(0, 0, 0, 0.9);\n    }\n    @media (min-width: 992px) {\n      .lightbox-modal {\n        background-color: rgba(0, 0, 0, 0.8);\n      }\n    }\n    .lightbox-modal__content {\n      width: 100%;\n      height: 100%;\n      margin-left: auto;\n      margin-right: auto;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    @media (min-width: 992px) {\n      .lightbox-modal__content {\n        max-width: 90vw;\n        padding-left: 75px;\n        padding-right: 75px;\n      }\n    }\n    .lightbox-modal__slider-block {\n      position: relative;\n      width: 100%;\n      padding-bottom: 50px;\n    }\n    @media (min-width: 992px) {\n      .lightbox-modal__slider-block {\n        padding-bottom: 0;\n      }\n    }\n    \n    .lightbox-slider {\n      width: 100%;\n      height: 75vh;\n    }\n    @media (max-width: 991px) {\n      .lightbox-slider {\n        height: 265px;\n      }\n    }\n    .lightbox-slider .slick-list,\n    .lightbox-slider .slick-track {\n      height: 100%;\n    }\n    @media (max-width: 991px) {\n      .lightbox-slider {\n        position: static !important;\n      }\n    }\n    \n    .lightbox-slide {\n      width: 100%;\n      height: 100%;\n    }\n    .lightbox-slide:focus {\n      outline: none;\n    }\n    .lightbox-slide img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n    }\n    \n    .lightbox-nav-slider {\n      width: 100%;\n      background-color: #000;\n      padding: 8px;\n    }\n    @media (max-width: 991px) {\n      .lightbox-nav-slider {\n        padding: 5px;\n      }\n    }\n    .lightbox-nav-slider .lightbox-nav-slide {\n      position: relative;\n      width: 100px;\n      height: 100px;\n      padding: 7px;\n      cursor: pointer;\n    }\n    @media (max-width: 991px) {\n      .lightbox-nav-slider .lightbox-nav-slide {\n        width: 74px;\n        height: 74px;\n        padding: 5px;\n      }\n    }\n    .lightbox-nav-slider .lightbox-nav-slide:focus {\n      outline: none;\n    }\n    .lightbox-nav-slider .lightbox-nav-slide:after {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 100%;\n      background-color: #000;\n      opacity: 0.5;\n      transition: all 0.3s;\n    }\n    .lightbox-nav-slider .lightbox-nav-slide.slick-current:after {\n      opacity: 0;\n    }\n    .lightbox-nav-slider .lightbox-nav-slide img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n    \n    .lightbox-arrow {\n      position: absolute;\n      top: 50%;\n      width: 46px;\n      height: 46px;\n      margin-top: -23px;\n      padding: 5px;\n      border: 1px solid currentColor;\n      border-radius: 50%;\n      background: transparent;\n      color: #fff;\n      cursor: pointer;\n      transition: all 0.25s;\n      z-index: 1;\n    }\n    @media (max-width: 991px) {\n      .lightbox-arrow {\n        top: auto;\n        bottom: 0;\n      }\n    }\n    \n    .lightbox-arrow:hover{\n      background: #FFFFFF;\n    }\n    \n    .lightbox-arrow:hover:after{\n      color: #000;\n    }\n    \n    .lightbox-arrow:focus {\n      outline: none;\n    }\n    .lightbox-arrow:after {\n      content: \"\";\n      display: inline-block;\n      width: 10px;\n      height: 10px;\n      border-top: 2px solid currentColor;\n      border-right: 2px solid currentColor;\n    }\n    .lightbox-arrow.slick-disabled {\n      opacity: 0.3;\n      cursor: auto;\n    }\n    .lightbox-arrow--prev {\n      right: calc(100% + 15px);\n    }\n    @media (max-width: 991px) {\n      .lightbox-arrow--prev {\n        right: calc(50% + 8px);\n      }\n    }\n    .lightbox-arrow--prev:after {\n      transform: translateX(2px) rotate(-135deg);\n    }\n    .lightbox-arrow--next {\n      left: calc(100% + 15px);\n    }\n    @media (max-width: 991px) {\n      .lightbox-arrow--next {\n        left: calc(50% + 8px);\n      }\n    }\n    .lightbox-arrow--next:after {\n      transform: translateX(-2px) rotate(45deg);\n    }\n    \n    .lightbox-close {\n      position: absolute;\n      top: 10px;\n      right: 10px;\n      z-index: 1;\n      width: 32px;\n      height: 32px;\n      background: none;\n      padding: 10px;\n      border: none;\n      border-radius: 0;\n      color: #fff;\n      font-size: 0;\n      cursor: pointer;\n      transform: translate3d(0, 0, 0);\n      outline: none;\n    }\n    .lightbox-close:before, .lightbox-close:after {\n      content: \"\";\n      position: absolute;\n      left: 50%;\n      top: 50%;\n      margin-top: -1px;\n      width: 15px;\n      height: 2px;\n      border-radius: 2px;\n      background-color: currentColor;\n      transition: all 0.3s;\n    }\n    .lightbox-close:before {\n      transform: translateX(-50%) rotate(45deg);\n    }\n    .lightbox-close:after {\n      transform: translateX(-50%) rotate(-45deg);\n    }\n    .lightbox-close:hover:before, .lightbox-close:hover:after {\n      width: 20px;\n    }\n    \n    .slick-track-locked {\n      transform: translate3d(0, 0, 0) !important;\n    }\n    `;\n    document.head.appendChild(lightBoxstyle);\n  }\n}","compiled":true}],[{"template":"function init(sectionDomId) {\n  function convertSelectToDropdown(selectItem) {\n    let customDropdown = `\n    <div class=\"custom-select\" role=\"presentation\">\n    <button class=\"custom-select-toggle\" type=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\"></button>\n    <div class=\"custom-select-menu\">\n    <div class=\"custom-select-content\">\n    </div>\n    </div>\n    </div>`;\n    $(customDropdown).insertAfter(selectItem);\n    let $dropdown = $($(selectItem).next());\n    let $dropdownToggle = $dropdown.find(\".custom-select-toggle\");\n    let $dropdownMenu = $dropdown.find(\".custom-select-menu\");\n    let $dropdownContent = $dropdown.find(\".custom-select-content\");\n    $dropdownToggle.addClass($(selectItem).attr(\"class\")).removeClass(\"dropdown-select\");\n    $dropdownToggle.attr(\"id\", $(selectItem).attr(\"id\") + \"custom\");\n    $dropdownMenu.attr(\"aria-labelledby\", $dropdownToggle.attr(\"id\"));\n    appendOptionButtons(selectItem, $dropdownContent);\n    $(selectItem).removeClass().addClass(\"sr-only\");\n    $(selectItem).on(\"focus\", function () {\n      showSelectMenu($dropdownMenu[0]);\n      $dropdownToggle.focus();\n    });\n    var toggleText = $(selectItem).find(\":selected\").first().text() || $(selectItem).children().first().text();\n    $dropdownToggle.addClass(\"is-placeholder\").html(toggleText);\n    $dropdown.on(\"click\", \".custom-select-item\", function (e) {\n      if ($(this).hasClass(\"is-disabled\")) return;\n      let elementNumber = $(this).index();\n      let $originalSelect = $(this).closest(\".custom-select\").siblings(\"select\");\n      let $linkedOption = $originalSelect.find(\"option\").eq(elementNumber);\n      if (!$linkedOption.prop(\"selected\")) {\n        $linkedOption.prop(\"selected\", true);\n        $originalSelect.change();\n        $(this).addClass(\"is-selected\").siblings(\".custom-select-item\").removeClass(\"is-selected\");\n        $dropdownToggle.removeClass(\"is-placeholder\").html($(this).html());\n        closeSelectMenu($(this).closest(\".custom-select-menu\"));\n      }\n    });\n    function convertOptionToButton(option) {\n      var optionText = $(option).text();\n      var optionValue = $(option).attr(\"value\") || $(option).text();\n      var optionIsDisabled = $(option).prop(\"disabled\");\n      var outputButton = `<button value=\"${optionValue}\" class=\"custom-select-item\" type=\"button\" ${optionIsDisabled ? \"disabled\" : \"\"}>${optionText}</button>`;\n      return outputButton;\n    }\n    function appendOptionButtons(selectItem, appendTarget) {\n      $(selectItem).find(\"option\").each(function () {\n        let currentButton = convertOptionToButton(this);\n        $(appendTarget).append(currentButton);\n      });\n    }\n    function showSelectMenu(selectMenu) {\n      var customSelect = $(selectMenu).closest(\".custom-select\")[0];\n      $(customSelect).addClass(\"open\");\n      $(selectMenu).slideDown();\n    }\n    function closeSelectMenu(selectMenu) {\n      var customSelect = $(selectMenu).closest(\".custom-select\")[0];\n      $(customSelect).removeClass(\"open\");\n      $(selectMenu).slideUp();\n    }\n    $dropdown.on(\"click\", \".custom-select-toggle\", function (e) {\n      var $customSelect = $(this).closest(\".custom-select\");\n      var selectMenu = $customSelect.find(\".custom-select-menu\")[0];\n      if ($customSelect.hasClass(\"open\")) {\n        closeSelectMenu(selectMenu);\n      } else {\n        showSelectMenu(selectMenu);\n      }\n    });\n    $(document).on(\"click\", function (e) {\n      if ($(e.target).closest(\"form\").length < 1 && $(\".custom-select\").hasClass(\"open\")) {\n        $(\".custom-select.open\").each(function () {\n          var selectMenu = $(this).find(\".custom-select-menu\")[0];\n          closeSelectMenu(selectMenu);\n        });\n      }\n    });\n  }\n  $('#' + sectionDomId + \" form\").on(\"reset\", function () {\n    $(this).find(\".custom-select\").each(function () {\n      let linkedSelect = $(this).siblings(\"select\")[0];\n      $(this).find(\".custom-select-toggle\").text(linkedSelect.children[0].innerText);\n      $(this).find(\".custom-select-item\").removeClass(\"is-selected\");\n    });\n    if ($('#' + sectionDomId + ' .redirect-link').length) {\n      $('#' + sectionDomId + ' .redirect-link')[0].click();\n    }\n  });\n  $(\"#\" + sectionDomId + \" .dropdown-select\").each(function () {\n    convertSelectToDropdown(this);\n  });\n  var form = $(\"#\" + sectionDomId).find(\"form\");\n  form.on(\"reset\", function () {\n    $(this).removeClass(\"success\");\n  });\n}","compiled":true}],[{"template":"function init(sectionDomId) {\n  window.luxuryPresence.mapApiLoader.load().then(() => {\n    const $section = $('#' + sectionDomId);\n    let mapData = $section.find('.mapData');\n    try {\n      mapData = JSON.parse(mapData.html()).filter(i => i.lat && i.lng);\n    } catch (e) {\n      console.log(e);\n      mapData = null;\n    }\n    if (!mapData || !mapData.length) {\n      return;\n    }\n    let elementConfig = {};\n    try {\n      elementConfig = JSON.parse($section.find('.elementConfig').html());\n    } catch (e) {}\n    const ONE_POINT_BOUNDS = 0.01;\n    const mapContainer = $section.find('.map-container')[0];\n    const cardTemplate = Handlebars.compile($section.find('.cardTemplate').html());\n    const useBWTheme = mapContainer.classList.contains(\"black-white\");\n    const initZoom = parseInt(mapContainer.dataset.initZoom);\n    mapContainer.style['white-space'] = 'pre';\n    function dataBounds() {\n      const data = mapData;\n      const sw = {};\n      const ne = {};\n      if (!Array.isArray(data) || !data.length) {\n        return null;\n      }\n      if (data.length === 1) {\n        const {\n          lng,\n          lat\n        } = data[0];\n        sw.lat = lat - ONE_POINT_BOUNDS;\n        sw.lng = lng - ONE_POINT_BOUNDS;\n        ne.lat = lat + ONE_POINT_BOUNDS;\n        ne.lng = lng + ONE_POINT_BOUNDS;\n      } else {\n        data.forEach(point => {\n          const {\n            lng,\n            lat\n          } = point;\n          sw.lat = !sw.lat || lat < sw.lat ? lat : sw.lat;\n          sw.lng = !sw.lng || lng < sw.lng ? lng : sw.lng;\n          ne.lat = !ne.lat || lat > ne.lat ? lat : ne.lat;\n          ne.lng = !ne.lng || lng > ne.lng ? lng : ne.lng;\n        });\n      }\n      return {\n        ne,\n        sw\n      };\n    }\n    function DevelopmentMarker(development, index) {\n      this.position = new google.maps.LatLng(development.lat, development.lng);\n      this.icon = document.createElement('div');\n      this.icon.classList.add('development-marker');\n      this.icon.style.backgroundColor = elementConfig.dotColor;\n      this.el = document.createElement('div');\n      this.el.classList.add('development-marker-container');\n      this.el.appendChild(this.icon);\n      this.el.addEventListener('mouseenter', function () {\n        markerMouseEnter(index);\n      });\n      this.el.addEventListener('mouseleave', function () {\n        markerMouseLeave(index);\n      });\n    }\n    DevelopmentMarker.prototype = new google.maps.OverlayView();\n    DevelopmentMarker.prototype.onAdd = function () {\n      this.getPanes().overlayMouseTarget.appendChild(this.el);\n    };\n    DevelopmentMarker.prototype.onRemove = function () {\n      if (this.el.parentElement) {\n        this.el.parentElement.removeChild(this.el);\n      }\n    };\n    DevelopmentMarker.prototype.draw = function () {\n      const pixelPos = this.getProjection().fromLatLngToDivPixel(this.position);\n      this.el.style.left = pixelPos.x + \"px\";\n      this.el.style.top = pixelPos.y + \"px\";\n    };\n    DevelopmentMarker.prototype.setActive = function () {\n      this.el.classList.add('active');\n    };\n    DevelopmentMarker.prototype.unsetActive = function () {\n      this.el.classList.remove('active');\n    };\n    function DevelopmentCard() {\n      this.arrow = document.createElement('div');\n      this.arrow.classList.add('card-arrow');\n      this.content = document.createElement('div');\n      this.content.classList.add('card-content');\n      this.el = document.createElement('div');\n      this.el.classList.add('development-card');\n      this.el.appendChild(this.arrow);\n      this.el.appendChild(this.content);\n      this.el.addEventListener('mouseenter', cardMouseEnter);\n      this.el.addEventListener('mouseleave', cardMouseLeave);\n      google.maps.OverlayView.preventMapHitsAndGesturesFrom(this.el);\n    }\n    DevelopmentCard.prototype = new google.maps.OverlayView();\n    DevelopmentCard.prototype.onAdd = function () {\n      this.getPanes().floatPane.appendChild(this.el);\n    };\n    DevelopmentCard.prototype.onRemove = function () {\n      if (this.el.parentElement) {\n        this.el.parentElement.removeChild(this.el);\n      }\n    };\n    DevelopmentCard.prototype.draw = function () {\n      var projection = this.getProjection();\n      const divPos = projection.fromLatLngToDivPixel(this.position);\n      const containerPos = projection.fromLatLngToContainerPixel(this.position);\n      const containerRect = mapContainer.getBoundingClientRect();\n      const cardRect = this.el.getBoundingClientRect();\n      const arrowY = 20;\n      const arrowX = 15;\n      if (containerPos.y > containerRect.height / 2) {\n        if (!this.el.classList.contains('on-top')) {\n          this.el.classList.add('on-top');\n        }\n        this.el.style.top = divPos.y - cardRect.height - arrowY + 'px';\n      } else {\n        if (this.el.classList.contains('on-top')) {\n          this.el.classList.remove('on-top');\n        }\n        this.el.style.top = divPos.y + arrowY + 'px';\n      }\n      if (containerPos.x + cardRect.width > containerRect.width) {\n        if (containerPos.x - cardRect.width + arrowX > 0) {\n          this.arrow.style.left = cardRect.width - arrowX - 5 + 'px';\n          this.el.style.left = divPos.x - cardRect.width + arrowX + 'px';\n        } else {\n          var shift;\n          if (containerRect.width > cardRect.width + 20) {\n            shift = cardRect.width - containerRect.width + containerPos.x + 10;\n          } else {\n            shift = containerPos.x - 5;\n          }\n          this.arrow.style.left = shift - 5 + 'px';\n          this.el.style.left = divPos.x - shift + 'px';\n        }\n      } else {\n        this.arrow.style.left = '';\n        this.el.style.left = divPos.x - arrowX + 'px';\n      }\n    };\n    DevelopmentCard.prototype.setDevelopment = function (development) {\n      this.position = new google.maps.LatLng(development.lat, development.lng);\n      this.content.innerHTML = cardTemplate(development);\n    };\n    var unsetActiveTimer = null;\n    var activeIdx = null;\n    var hoveredIdx = null;\n    var map = null;\n    var developmentCard = null;\n    var inDetails = false;\n    function cardMouseEnter() {\n      window.clearTimeout(unsetActiveTimer);\n      inDetails = true;\n    }\n    function cardMouseLeave() {\n      inDetails = false;\n      clearActive();\n    }\n    function markerMouseEnter(idx) {\n      hoveredIdx = idx;\n      if (inDetails) {\n        return;\n      }\n      setActive(hoveredIdx);\n    }\n    function markerMouseLeave(idx) {\n      if (hoveredIdx === idx) {\n        hoveredIdx = null;\n      }\n      if (inDetails) {\n        return;\n      }\n      if (activeIdx === idx) {\n        clearActive();\n      }\n    }\n    function setActive(idx) {\n      window.clearTimeout(unsetActiveTimer);\n      if (activeIdx === idx) {\n        return;\n      }\n      if (activeIdx !== null) {\n        mapData[activeIdx].marker.unsetActive();\n        developmentCard.setMap(null);\n      }\n      activeIdx = idx;\n      developmentCard.setDevelopment(mapData[activeIdx]);\n      mapData[activeIdx].marker.setActive();\n      developmentCard.setMap(map);\n    }\n    function clearActive() {\n      window.clearTimeout(unsetActiveTimer);\n      unsetActiveTimer = window.setTimeout(function () {\n        if (activeIdx !== null) {\n          mapData[activeIdx].marker.unsetActive();\n          activeIdx = null;\n        }\n        inDetails = false;\n        developmentCard.setMap(null);\n        if (hoveredIdx) {\n          setActive(hoveredIdx);\n        }\n      }, 400);\n    }\n    function initMap(theme) {\n      const autoPosition = elementConfig && (!elementConfig.initialPosition || !elementConfig.initialPosition.mapOptions || !elementConfig.initialPosition.mapOptions.zoom || !elementConfig.initialPosition.mapOptions.center || !elementConfig.initialPosition.mapOptions.center.lat || !elementConfig.initialPosition.mapOptions.center.lng);\n      var center;\n      var zoom;\n      var bounds;\n      if (autoPosition) {\n        const b = dataBounds();\n        bounds = new google.maps.LatLngBounds(b.sw, b.ne);\n        center = bounds.getCenter();\n        zoom = initZoom ? initZoom : 14;\n      } else {\n        center = elementConfig.initialPosition.mapOptions.center;\n        zoom = initZoom ? initZoom : elementConfig.initialPosition.mapOptions.zoom;\n      }\n      map = new google.maps.Map(mapContainer, {\n        center,\n        zoom,\n        streetViewControl: false,\n        styles: theme\n      });\n      if (autoPosition) {\n        if (!initZoom) map.fitBounds(bounds, 20);\n      } else {\n        new google.maps.Marker({\n          position: {\n            lat: elementConfig.initialPosition.mapOptions.center.lat,\n            lng: elementConfig.initialPosition.mapOptions.center.lng\n          },\n          map,\n          title: \"Custom Location\"\n        });\n      }\n      mapData.forEach((development, idx) => {\n        const marker = new DevelopmentMarker(development, idx);\n        marker.setMap(map);\n        development.marker = marker;\n      });\n      developmentCard = new DevelopmentCard();\n    }\n    var themeSimple = [{\n      \"featureType\": \"poi\",\n      \"stylers\": [{\n        \"visibility\": \"off\"\n      }]\n    }];\n    var themeWB = [{\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#f5f5f5\"\n      }]\n    }, {\n      \"elementType\": \"labels.icon\",\n      \"stylers\": [{\n        \"visibility\": \"off\"\n      }]\n    }, {\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#616161\"\n      }]\n    }, {\n      \"elementType\": \"labels.text.stroke\",\n      \"stylers\": [{\n        \"color\": \"#f5f5f5\"\n      }]\n    }, {\n      \"featureType\": \"administrative.land_parcel\",\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#bdbdbd\"\n      }]\n    }, {\n      \"featureType\": \"poi\",\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#eeeeee\"\n      }]\n    }, {\n      \"featureType\": \"poi\",\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#757575\"\n      }]\n    }, {\n      \"featureType\": \"poi.park\",\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#e5e5e5\"\n      }]\n    }, {\n      \"featureType\": \"poi.park\",\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#9e9e9e\"\n      }]\n    }, {\n      \"featureType\": \"road\",\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#ffffff\"\n      }]\n    }, {\n      \"featureType\": \"road.arterial\",\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#757575\"\n      }]\n    }, {\n      \"featureType\": \"road.highway\",\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#dadada\"\n      }]\n    }, {\n      \"featureType\": \"road.highway\",\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#616161\"\n      }]\n    }, {\n      \"featureType\": \"road.local\",\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#9e9e9e\"\n      }]\n    }, {\n      \"featureType\": \"transit.line\",\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#e5e5e5\"\n      }]\n    }, {\n      \"featureType\": \"transit.station\",\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#eeeeee\"\n      }]\n    }, {\n      \"featureType\": \"water\",\n      \"elementType\": \"geometry\",\n      \"stylers\": [{\n        \"color\": \"#c9c9c9\"\n      }]\n    }, {\n      \"featureType\": \"water\",\n      \"elementType\": \"labels.text.fill\",\n      \"stylers\": [{\n        \"color\": \"#9e9e9e\"\n      }]\n    }];\n    initMap(useBWTheme ? themeWB : themeSimple);\n  });\n}","compiled":true}],[{"template":"function init(sectionDomId) {// please write all js here and use sectionDomId in selectors in order of DOM encapsulation\n}","compiled":true}],[{"template":"function init(sectionDomId, options) {\n  let section = null;\n  switch (sectionDomId) {\n    case 'NAVBAR':\n      section = document.querySelector('body > nav, #global-navbar');\n      break;\n    case 'FOOTER':\n      section = document.querySelector('body > footer, #global-footer');\n      break;\n    case 'SIDEMENU':\n      section = document.querySelector('body > div.sidemenu, #global-sidemenu');\n      break;\n    case 'CONTACT':\n      section = document.querySelector('#modal-global-contact-us');\n      break;\n    case 'MOBILE_CONTACT':\n      section = document.querySelector('body > div.mobile-contact-wrapper, #global-mobile-contact');\n      break;\n    case 'SUBSCRIBE':\n      // Subscribe Not Implemented\n      section = null;\n      break;\n    case 'ACCOUNT':\n      // Account Not Implemented\n      section = null;\n      break;\n    default:\n      section = document.querySelector('#' + sectionDomId);\n  }\n  if (!section) {\n    return;\n  }\n  var url = window.luxuryPresence.defaults.apiGatewayUrl;\n  var companyId = window.luxuryPresence.defaults.companyId;\n  var limit = options.limit || 8;\n  if (typeof limit === 'string') {\n    limit = parseInt(limit, 10) || 8; // this NaN protection also filters out 0 - this is expected\n  }\n  var templateSelector = options.templateSelector || '.jsIGTemplate';\n  var containerSelector = options.containerSelector || '.jsIGContainer';\n  var hasDataClass = options.hasDataClass || 'has-data';\n  var hideActivateMessage = options.hasDataClass || false;\n  var payload = {\n    companyId: companyId,\n    limit: limit\n  };\n  if (options.resourceId && typeof options.resourceId === 'string' && !options.resourceId.match(/^{{.*}}$/)) {\n    payload.resourceId = options.resourceId;\n    payload.resource = options.resource || 'agent';\n    payload.fallbackToNoResource = options.fallbackToNoResource === 'true' || options.fallbackToNoResource === true;\n  }\n  var query = 'query InstagramFeed (\\n' + '  $companyId: String\\n' + '  $instagramAuthorizationId: String\\n' + '  $username: String\\n' + (payload.resourceId ? '$resource: InstagramAuthResourceEnum\\n $resourceId: ID\\n $fallbackToNoResource: Boolean' : '') + '  $limit: Int\\n' + ') {\\n' + '  instagramFeed (\\n' + '  companyId: $companyId\\n' + '  instagramAuthorizationId: $instagramAuthorizationId\\n' + '  username: $username\\n' + (payload.resourceId ? 'resource: $resource\\n resourceId: $resourceId\\n fallbackToNoResource: $fallbackToNoResource' : '') + '  limit: $limit\\n' + '  ) {\\n' + '    active\\n' + '    feedUrl\\n' + '    username\\n' + '    items {\\n' + '      id\\n' + '      caption\\n' + '      commentsCount\\n' + '      likeCount\\n' + '      mediaType\\n' + '      mediaUrl\\n' + '      permalink\\n' + '      shortcode\\n' + '      thumbnailUrl\\n' + '      timestamp\\n' + '      username\\n' + '    }\\n' + '  }\\n' + '}\\n';\n  var templateHTML = section.querySelector(templateSelector)?.innerHTML || '';\n  var template = Handlebars.compile(templateHTML);\n  var container = section.querySelector(containerSelector);\n  if (options.variables) {\n    Object.keys(options.variables).forEach(function (key) {\n      if (options.variables.hasOwnProperty(key) && (typeof options.variables[key] !== 'string' || !options.variables[key].match(/^{{.*}}$/))) {\n        payload[key] = options.variables[key];\n      }\n    });\n  }\n  function getData() {\n    var feed = {\n      error: true\n    };\n    superagent.post(url + '/graphql').withCredentials() // for EB\n    .send({\n      query: query,\n      variables: payload\n    }).then(res => {\n      try {\n        if (!res.body.errors) {\n          feed = res.body.data.instagramFeed;\n          if (!feed.active) {\n            if (!hideActivateMessage && sectionDomId === 'section-temp' && container) {\n              if (payload.resourceId) {\n                container.innerHTML = '<div style=\"text-align: center\">Instagram account is not connected to selected ' + payload.resource + '.<br /> Connect it on the ' + payload.resource + ' page</div>';\n              } else {\n                container.innerHTML = '<div style=\"text-align: center\">Instagram account is not connected.<br /> Connect it on <a href=\"/profile\">Profile page</a></div>';\n              }\n            }\n          } else {\n            if (feed.items.length) {\n              if (hasDataClass) {\n                section.classList.add(hasDataClass);\n              }\n              const feedName = feed.username;\n              section.querySelectorAll('.jsIGLink').forEach(link => link.setAttribute('href', feed.feedUrl));\n              section.querySelectorAll('.jsIGName').forEach(name => {\n                name.textContent = '@' + feedName;\n                name.setAttribute('title', '@' + feedName);\n              });\n              if (container && template) {\n                container.innerHTML = template(feed);\n              }\n            }\n          }\n        }\n      } catch (e) {}\n      section.dispatchEvent(new CustomEvent('ig-data', {\n        detail: feed\n      }));\n    }).catch(e => {\n      console.log('err', e);\n      section.dispatchEvent(new CustomEvent('ig-data', {\n        detail: feed\n      }));\n    });\n  }\n  getData();\n}","options":{"limit":33,"resource":"agent","resourceId":"{{id}}","fallbackToNoResource":"{{{fallbackToNoResource}}}"},"compiled":true},{"template":"function init(sectionDomId) {\n  const $section = $('#' + sectionDomId);\n  var templateHTML = $section.find('.jsIGItem').html();\n  var itemTemplate = templateHTML && Handlebars.compile(templateHTML);\n  const $container = $section.find('.ig-feed-feed');\n  const $topPrev = $section.find('.top-nav-prev');\n  const $topNext = $section.find('.top-nav-next');\n  const $bottomPrev = $section.find('.bottom-nav-prev');\n  const $bottomNext = $section.find('.bottom-nav-next');\n  let limit = 33;\n  try {\n    limit = parseInt($container[0].dataset['limit']);\n  } catch (e) {}\n  if (!limit) {\n    limit = 33;\n  }\n  let igFeed = {};\n  let usedWidth = 0;\n  let slider = null;\n  $section.on('ig-data', function (ev, feed) {\n    feed = ev.detail || feed;\n    igFeed = feed;\n    if (feed.active && feed.items.length) {\n      buildSlider();\n    }\n  });\n  $(window).on('resize.lpui-auto-clean', onResize);\n  let timer = null;\n  function onResize() {\n    clearTimeout(timer);\n    timer = window.setTimeout(buildSlider, 50);\n  }\n  function getLayout(w, n) {\n    if (w > 1100) {\n      if (n > 7) {\n        return {\n          type: 'type1',\n          single: 1,\n          multi: n,\n          slides: 3,\n          slider: n > 9\n        };\n      }\n      if (n > 5) {\n        return {\n          type: 'type1',\n          single: 2,\n          multi: n,\n          slides: 3,\n          slider: false\n        };\n      }\n      return {\n        type: 'type1',\n        single: n,\n        multi: n,\n        slides: 3,\n        slider: n > 3\n      };\n    } else if (w > 880) {\n      if (n > 4) {\n        return {\n          type: 'type2',\n          single: 1,\n          multi: n,\n          slides: 2.5,\n          slider: n > 7\n        };\n      }\n      return {\n        type: 'type1',\n        single: n,\n        multi: n,\n        slides: 3,\n        slider: n > 3\n      };\n    } else if (w > 767) {\n      if (n > 4) {\n        return {\n          type: 'type3',\n          single: 1,\n          multi: n,\n          slides: 2,\n          slider: n > 5\n        };\n      }\n      return {\n        type: 'type4',\n        single: n,\n        multi: n,\n        slides: 2,\n        slider: n > 2\n      };\n    } else if (w > 460) {\n      return {\n        type: 'type4',\n        single: n,\n        multi: n,\n        slides: 2,\n        slider: n > 2\n      };\n    }\n    return {\n      type: 'type5',\n      single: n,\n      multi: n,\n      slides: 1,\n      slider: n > 1\n    };\n  }\n  function ensureClass($el, className) {\n    if ($el.hasClass(className)) {\n      return;\n    }\n    $el.addClass(className);\n  }\n  function makeSquare($el) {\n    const el = $el[0];\n    el.style.width = '';\n    el.style.height = '';\n    const rect = el.getBoundingClientRect();\n    if (rect.width !== rect.height) {\n      el.style.width = rect.height + 'px';\n    }\n  }\n  function buildSlider() {\n    const cWidth = $container[0].getBoundingClientRect().width;\n    if (cWidth === usedWidth) {\n      return;\n    }\n    $container.empty();\n    slider = $('<div class=\"ig-feed-slider\"></div>');\n    const items = igFeed.items.slice(0, limit);\n    const layout = getLayout(cWidth, items.length);\n    let i = 0;\n    let slide = null;\n    while (i < layout.single) {\n      slide = $(`<div class=\"slide-single ${layout.type}\"></div>`).append(itemTemplate(items[i])).appendTo(slider);\n      i++;\n    }\n    while (i < layout.multi) {\n      slide = $(`<div class=\"slide-multi ${layout.type}\"></div>`).appendTo(slider);\n      let slideContent = $('<div class=\"slide-multi-content\"></div>').appendTo(slide);\n      const lim = i + 4;\n      while (i < lim && i < layout.multi) {\n        slideContent.append(itemTemplate(items[i]));\n        i++;\n      }\n    }\n    $container.append(slider);\n    if (layout.slider) {\n      $topPrev.removeClass('hidden-control');\n      $topNext.removeClass('hidden-control');\n      $bottomPrev.removeClass('hidden-control');\n      $bottomNext.removeClass('hidden-control');\n      let prev, next;\n      if ($bottomPrev.parent()[0].getBoundingClientRect().width) {\n        prev = $bottomPrev;\n        next = $bottomNext;\n      } else {\n        prev = $topPrev;\n        next = $topNext;\n        makeSquare($topPrev);\n        makeSquare($topNext);\n      }\n      slider.children().each(function () {\n        this.style.width = this.getBoundingClientRect().width + 'px';\n      });\n      slider.slick({\n        dots: false,\n        prevArrow: prev,\n        nextArrow: next,\n        slidesToScroll: 1,\n        infinite: false,\n        slidesToShow: layout.slides\n      });\n    } else {\n      ensureClass($topPrev, 'hidden-control');\n      ensureClass($topNext, 'hidden-control');\n      ensureClass($bottomPrev, 'hidden-control');\n      ensureClass($bottomNext, 'hidden-control');\n    }\n  }\n}","compiled":true}]],"pageCSS":"#section-ba40a41a-c946-40b7-b12a-cee14dc883e9{color:#ffffff;--fontColor:#ffffff;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:100%;--fontColor_A:1;--fontColor_darkenDir:-1;--bgColor:transparent;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:0%;--bgColor_A:0;--bgColor_darkenDir:1;background-color:transparent;}#section-ba40a41a-c946-40b7-b12a-cee14dc883e9 .development-opening{min-height:90vh;padding-top:240px;padding-top:36vh;padding-bottom:90px;-webkit-background-position:center;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;}@media (min-width: 992px){#section-ba40a41a-c946-40b7-b12a-cee14dc883e9 .development-opening{min-height:51.7778vh;padding-top:320px;padding-top:35.555556vh;padding-bottom:60px;}}#section-ba40a41a-c946-40b7-b12a-cee14dc883e9 .development-opening__content{text-align:center;}#section-ba40a41a-c946-40b7-b12a-cee14dc883e9 .development-opening__title{margin-bottom:26px;}@media (min-width: 992px){#section-ba40a41a-c946-40b7-b12a-cee14dc883e9 .development-opening__title{margin-bottom:23px;}}#section-ba40a41a-c946-40b7-b12a-cee14dc883e9 .development-opening__description{margin-bottom:0;}#section-ace19f9e-408f-446a-a18a-7abc82723a72{color:#ffffff;--fontColor:#ffffff;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:100%;--fontColor_A:1;--fontColor_darkenDir:-1;--bgColor:#000000;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:0%;--bgColor_A:1;--bgColor_darkenDir:1;background-color:#000000;}#section-ace19f9e-408f-446a-a18a-7abc82723a72{background-color:transparent!important;}#section-ace19f9e-408f-446a-a18a-7abc82723a72 body{background-color:transparent;}#section-ace19f9e-408f-446a-a18a-7abc82723a72 .development-content{background-color:var(--bgColor, #000);}@media (max-width: 767px){#section-ace19f9e-408f-446a-a18a-7abc82723a72 .development-content{padding-left:0;padding-right:0;}}#section-ace19f9e-408f-446a-a18a-7abc82723a72 .development-content--edges{-webkit-background-clip:content-box;background-clip:content-box;}#section-ace19f9e-408f-446a-a18a-7abc82723a72 .development-content__body{padding-top:60px;padding-bottom:60px;}@media (min-width: 992px){#section-ace19f9e-408f-446a-a18a-7abc82723a72 .development-content__body{padding-top:83px;padding-bottom:83px;}}#section-ace19f9e-408f-446a-a18a-7abc82723a72 .advanced-content>*{padding-left:0;padding-right:0;}#section-ace19f9e-408f-446a-a18a-7abc82723a72 .advanced-content iframe{max-width:100%;}#section-85468799-643c-48b2-a5f7-212f65b952a6{color:#ffffff;--fontColor:#ffffff;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:100%;--fontColor_A:1;--fontColor_darkenDir:-1;--bgColor:#000000;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:0%;--bgColor_A:1;--bgColor_darkenDir:1;background-color:#000000;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties{padding-top:68px;padding-bottom:94px;}@media (max-width: 767px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties{padding-top:66px;padding-bottom:74px;}}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__row{row-gap:65px;}@media (min-width: 768px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__row{row-gap:48px;}}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__col{width:100%;}@media (min-width: 768px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__col{max-width:33.333333%;-webkit-flex-basis:33.333333%;-ms-flex-preferred-size:33.333333%;flex-basis:33.333333%;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__col:first-child{margin-left:auto;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__col:last-child{margin-right:auto;}}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__footer{margin-top:65px;}@media (min-width: 768px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__footer{margin-top:48px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}}@media (max-width: 767px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__footer-btn{display:block;width:100%;}}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__arrows{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:60px;}@media (min-width: 768px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__arrows{-webkit-order:1;-ms-flex-order:1;order:1;margin-bottom:0;}}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties__arrows:empty{display:none;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-text-decoration:none;text-decoration:none;max-width:400px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}@media (min-width: 1150px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card{padding-left:30px;padding-right:30px;}}@media (min-width: 1300px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card{padding-left:35px;padding-right:35px;}}@media (hover: hover) and (pointer: fine){#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card:hover .property-card__overlay{opacity:1;}}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__header{position:relative;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);overflow:hidden;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__header:after{content:\"\";width:0;padding-top:100%;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__header>img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__label{position:absolute;right:0;bottom:0;display:inline-block;padding:2px 15px;background-color:rgba(255, 255, 255, 0.7);color:#000;color:var(--bgColor, #000);}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__overlay{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;background-color:rgba(0, 0, 0, 0.6);opacity:0;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:all .25s;transition:all .25s;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__body{padding-top:22px;padding-bottom:22px;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__title{margin-bottom:10px;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__price{margin-bottom:10px;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__price>span+span:before{content:\"\";border-left:1px solid currentColor;margin-left:.5em;margin-right:.8em;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__description{margin-bottom:0;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .property-card__details{margin-top:10px;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .lp-text--subtitle p{margin:0;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .open-house{margin-top:16px;padding:2px 14px;display:inline-block;color:#fff;background-color:#272727;font-weight:700;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;}#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties .development-properties-item-mls-attribution{text-shadow:none;width:calc(100% - 100px);}@media (max-width: 1024px){#section-85468799-643c-48b2-a5f7-212f65b952a6 .development-properties .development-properties-item-mls-attribution{width:auto;}}#section-85468799-643c-48b2-a5f7-212f65b952a6 .mls-compliance-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative;padding-top:16px;gap:10px;margin-top:auto;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6{color:#000000;--fontColor:#000000;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:0%;--fontColor_A:1;--fontColor_darkenDir:1;--bgColor:#ffffff;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:100%;--bgColor_A:1;--bgColor_darkenDir:-1;background-color:#ffffff;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__container{width:100%;padding-left:40px;padding-right:40px;}@media (max-width: 767px){#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__container{padding-left:20px;padding-right:20px;}}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__header{margin-bottom:30px;max-width:640px;margin-left:auto;margin-right:auto;text-align:center;}@media (min-width: 768px){#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__header{margin-bottom:50px;}}@media (min-width: 1200px){#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__header{margin-bottom:70px;}}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__header img{max-width:260px;height:auto;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__header img:not(:only-child){margin-bottom:30px;}@media (min-width: 768px){#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__header img:not(:only-child){margin-bottom:50px;}}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__heading{margin-bottom:20px;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__lead{margin-bottom:0;font-size:20px;line-height:1.4;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;margin-right:-20px;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__col{width:100%;margin-bottom:20px;padding:0 20px;}@media (min-width: 768px){#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__col{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__col:last-child .gallery-card{padding-top:50%;}}@media (min-width: 992px){#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__col{-webkit-flex-basis:33.33333%;-ms-flex-preferred-size:33.33333%;flex-basis:33.33333%;margin-bottom:40px;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__col:nth-child(8n + 7),#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-component__col:nth-child(8n + 8){-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;}}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-card{position:relative;height:100%;padding-top:100%;-webkit-text-decoration:none;text-decoration:none;overflow:hidden;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-card:focus{outline:none;}@media (hover: hover) and (pointer: fine){#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-card:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .gallery-card>img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;-webkit-transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;cursor:-webkit-zoom-in;cursor:zoom-in;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .slick-track-locked{-webkit-transform:translate3d(0, 0, 0)!important;-moz-transform:translate3d(0, 0, 0)!important;-ms-transform:translate3d(0, 0, 0)!important;transform:translate3d(0, 0, 0)!important;}#section-71a5f578-8ef2-4170-b3cd-5b805d6217c6 .lp-text--subtitle{margin-left:auto;margin-right:auto;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2{color:#ffffff;--fontColor:#ffffff;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:100%;--fontColor_A:1;--fontColor_darkenDir:-1;--bgColor:#000000;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:0%;--bgColor_A:1;--bgColor_darkenDir:1;background-color:#000000;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .col{min-height:1px;width:100%;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-left:15px;padding-right:15px;}@media (min-width: 768px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .col{padding-left:25px;padding-right:25px;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;width:auto;max-width:unset;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .form-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;margin-left:-15px;margin-right:-15px;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .form-col{padding-left:15px;padding-right:15px;-webkit-flex:1 1 400px;-ms-flex:1 1 400px;flex:1 1 400px;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook{padding-top:80px;padding-bottom:80px;}@media (max-width: 767px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook{padding-top:50px;padding-bottom:50px;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__container{padding-left:20px;padding-right:20px;}@media (min-width: 992px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__container{max-width:1016px;padding-left:25px;padding-right:25px;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__row{margin-left:-20px;margin-right:-20px;}@media (min-width: 768px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__row{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;}}@media (min-width: 992px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__row{margin-left:-25px;margin-right:-25px;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__img-col{margin-bottom:30px;}@media (min-width: 768px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__img-col{margin-bottom:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}@media (min-width: 992px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__img-col{-webkit-flex-basis:438px;-ms-flex-preferred-size:438px;flex-basis:438px;max-width:438px;}}@media (min-width: 768px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__form-col{-webkit-flex:0 1 578px;-ms-flex:0 1 578px;flex:0 1 578px;}}@media (min-width: 992px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__form-col{-webkit-flex:0 0 578px;-ms-flex:0 0 578px;flex:0 0 578px;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__header{max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:50px;text-align:center;}@media (max-width: 767px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__header{margin-bottom:30px;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__heading{margin-bottom:20px;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__description{margin-bottom:0;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__img-block{width:100%;height:0;padding-top:105.7142%;background:transparent center/cover no-repeat;}@media (min-width: 768px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__img-block{width:100%;height:100%;padding-top:0;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__group{height:auto;margin-bottom:15px;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__group .inf-input{width:100%;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__group textarea.inf-input{display:block;resize:vertical;height:100px;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__group .custom-select-menu{margin-top:0;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__group .custom-select-content{background-color:#262222;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__group .custom-select-item{padding-left:24px;padding-right:24px;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__group .custom-select-item:hover{background-color:#000;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__submit-btn{width:100%;}@media (max-width: 767px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__submit-btn{display:block;width:100%;}}@media (min-width: 768px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__footer{position:relative;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__status{display:none;margin-top:10px;font-style:italic;font-size:smaller;}@media (min-width: 768px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__status{position:absolute;top:100%;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook .loading .custom-ebook__status.is-loading{display:block;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook .success .custom-ebook__status.is-success{display:block;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook .error .custom-ebook__status.is-error{display:block;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__download-form{width:100%;margin-bottom:0;}@media (min-width: 992px){#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__download-form{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__download-form .custom-select-toggle.is-placeholder{color:#878787;}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__download-form .custom-select-toggle:after{width:8px;height:8px;right:28px;margin-top:-4px;border:2px solid currentColor;border-left:none;border-top:none;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook__download-form .custom-select.open .custom-select-toggle:after{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);}#section-984fc13e-c4a6-4bc9-82e7-e078f34536e2 .custom-ebook .h-pot{position:absolute;}#section-f0d12330-5d30-49f8-af89-f6571e878666{color:#000000;--fontColor:#000000;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:0%;--fontColor_A:1;--fontColor_darkenDir:1;--bgColor:#ffffff;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:100%;--bgColor_A:1;--bgColor_darkenDir:-1;background-color:#ffffff;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map{padding-top:90px;padding-bottom:90px;}@media (max-width: 767px){#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map{padding-top:30px;padding-bottom:30px;}}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .title{text-align:center;margin-bottom:25px;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .map-container{height:534px;width:100%;background-color:#eee;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .development-marker-container{width:30px;height:30px;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;position:absolute;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .development-marker{width:20px;height:20px;border-radius:50%;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .development-card{cursor:default;position:absolute;width:245px;box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.3);}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .development-card.on-top .card-arrow{top:auto;bottom:-5px;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .card-content{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:10px;font-size:15px;line-height:1.6;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .card-title{width:225px;font-weight:700;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .card-address{white-space:initial;width:215px;margin-bottom:15px;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .lp-btn{width:100%;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .card-img-container{width:100%;height:100px;background-color:#eee;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:15px;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .card-img-container >img{width:100%;height:100%;object-fit:cover;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .development-marker-container.active{z-index:2;}#section-f0d12330-5d30-49f8-af89-f6571e878666 .developments-map .development-marker-container.active .development-marker{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1{color:#ffffff;--fontColor:#ffffff;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:100%;--fontColor_A:1;--fontColor_darkenDir:-1;--bgColor:#000000;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:0%;--bgColor_A:1;--bgColor_darkenDir:1;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us{padding:160px 0 100px;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us h1,#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us h2,#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us h3,#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us p{white-space:pre-wrap;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us__content{position:relative;max-width:490px;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us__content h2,#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us__content p{margin:0 0 28px;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us__content:before{content:'';position:absolute;left:50%;top:-100px;height:60px;width:2px;background-image:linear-gradient(to bottom, #fff 70%, transparent 0 );-webkit-background-size:100% 15px;background-size:100% 15px;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .work-with-us .btn{-webkit-text-decoration:none;text-decoration:none;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 >*:last-child{position:relative;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .overlay-component{position:absolute;top:0;bottom:0;left:0;right:0;background-color:var(--overlay-color, var(--section-overlay, rgba(0, 0, 0, 0.3)));transition-property:opacity;transition-timing-function:linear;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .video-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;}@media screen and (max-width: 900px){#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .video-wrapper.hidable{display:none;}}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .full-screen-video-component{position:relative;height:100%;overflow:hidden;}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 video{position:absolute;z-index:-1000;width:100%;object-fit:cover;}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 video{overflow:hidden;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);min-width:100%;min-height:100%;width:auto;height:auto!important;}}#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .poster{display:none;position:absolute;top:0;left:0;bottom:0;right:0;z-index:-1000;background:center center/cover;}@media screen and (max-width: 900px){#section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1 .poster{display:block;}}#section-aa604726-261d-41f5-aa55-cbe4657c4d23{color:#000000;--fontColor:#000000;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:0%;--fontColor_A:1;--fontColor_darkenDir:1;--bgColor:#fff;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:100%;--bgColor_A:1;--bgColor_darkenDir:-1;background-color:#fff;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed{padding:80px 0;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .title{margin:0 20px 0 0;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .instagram-link{display:block;margin:0 20px 0 0;color:var(--global-primary-font-color);}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .instagram-link .instagram-name{display:inline;margin:0;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .title+.instagram-link{margin-top:5px;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-wrapper{margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:flex-end;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-right{margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .follow-button{margin:20px 0 0 0;display:block;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .nav-button{margin-top:20px;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:42px;color:#1a1a1a;border:1px solid currentColor;cursor:pointer;transition-property:color,background-color,border-color;transition-duration:.3s;transition-timing-function:ease;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .nav-button.slick-disabled{opacity:0.6;pointer-events:none;cursor:default;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .nav-button:not(.slick-disabled):hover{background-color:#1a1a1a;border-color:#1a1a1a;color:#fff;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-nav-prev{margin-left:30px;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-nav-next{margin-left:10px;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .hidden-control{display:none;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi{position:relative;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% / 3);padding:10px;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single:first-child,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi:first-child{margin-left:auto;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single:last-child,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi:last-child{margin-right:auto;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single.type2,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi.type2{width:calc(100% / 5 * 2);}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single.type3,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi.type3{width:calc(100% / 2);}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single.type4,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi.type4{width:calc(100% / 2);}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single.type5,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi.type5{width:100%;}@media (max-width: 440px){#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-container{padding:0;width:100%;}}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-feed{width:calc(100% + 20px);position:relative;left:-10px;overflow:hidden;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-slider{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-item__img{position:absolute;left:-1px;top:-1px;bottom:-1px;right:-1px;background:center/cover no-repeat;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-item__info{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;padding:10%;overflow:hidden;color:#fff;text-align:center;background-color:rgba(0, 0, 0, 0.8);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-item:hover .ig-feed-item__info{opacity:1;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-item__caption{text-overflow:ellipsis;-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .video-icon{position:absolute;width:50px;height:50px;background-color:#fff;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;opacity:1;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .video-icon::before{content:'';display:block;width:0px;height:0px;border-style:solid;position:relative;left:1px;border-width:7.5px 0px 7.5px 11px;border-color:transparent transparent transparent #292826;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-item:hover .video-icon{opacity:0;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single .ig-feed-item__info{padding:15%;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-single .ig-feed-item__caption{-webkit-line-clamp:7;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed-item{background-color:var(--tileColor, #000);display:block;width:100%;padding-bottom:125%;overflow:hidden;position:relative;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi::before{content:'';display:block;width:100%;padding-bottom:125%;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi-content{padding:10px;position:absolute;width:100%;height:100%;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;overflow:hidden;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi-content .ig-feed-item{width:calc(50% - 10px);padding-bottom:calc(62.5% - 12.5px);}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .slide-multi-content .ig-feed-item:nth-child(n + 3){-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .bottom-controls{width:100%;display:none;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .bottom-nav-button{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin:20px 10px 0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:48px;height:48px;color:#1a1a1a;border:1px solid currentColor;cursor:pointer;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .bottom-nav-button.slick-disabled{opacity:0.6;pointer-events:none;cursor:default;}@media (max-width: 767px){#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-right,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-left{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .title,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .instagram-link{margin-right:0;text-align:center;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-nav-prev,#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .top-nav-next{display:none;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .bottom-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .ig-feed{display:none;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23 .has-data .ig-feed{display:block;}#section-aa604726-261d-41f5-aa55-cbe4657c4d23.has-data .ig-feed,#section-aa604726-261d-41f5-aa55-cbe4657c4d23#section-temp .ig-feed{display:block;}#modal-global-contact-us>button.close{display:none;}#modal-global-contact-us.visible .contact-popup__container{padding:60px 140px;}@media (max-width: 992px){#modal-global-contact-us.visible .contact-popup__container{padding:50px;}}@media (max-width: 767px){#modal-global-contact-us.visible .contact-popup__container{padding:75px 22px 60px;}}#modal-global-contact-us .contact-popup .hide{display:none;}#modal-global-contact-us .contact-popup__container{background-color:#fff;position:relative;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow-y:auto;}@media (max-width: 767px){#modal-global-contact-us .contact-popup__container{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}#modal-global-contact-us .contact-popup__close{width:30px;height:30px;position:absolute;right:40px;top:40px;background-color:transparent;border:none;padding:0;cursor:pointer;}@media (max-width: 767px){#modal-global-contact-us .contact-popup__close{right:10px;top:10px;}}#modal-global-contact-us .contact-popup__close:before,#modal-global-contact-us .contact-popup__close:after{content:'';display:block;position:absolute;width:18px;height:2px;left:50%;top:50%;background-color:#000000;}#modal-global-contact-us .contact-popup__close:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);-moz-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);}#modal-global-contact-us .contact-popup__close:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-moz-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg);}#modal-global-contact-us .contact-popup__col{width:50%;}@media (max-width: 767px){#modal-global-contact-us .contact-popup__col{width:100%;}}#modal-global-contact-us .contact-popup__col:first-of-type{padding-right:55px;}@media (max-width: 992px){#modal-global-contact-us .contact-popup__col:first-of-type{padding-right:15px;}}@media (max-width: 767px){#modal-global-contact-us .contact-popup__col:first-of-type{padding:0;}}#modal-global-contact-us .contact-popup__col:last-of-type{padding-left:55px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (max-width: 992px){#modal-global-contact-us .contact-popup__col:last-of-type{padding-left:15px;}}@media (max-width: 767px){#modal-global-contact-us .contact-popup__col:last-of-type{padding:0;}}#modal-global-contact-us .contact-popup__col p{margin-bottom:25px;}#modal-global-contact-us .contact-popup__title{margin:0 0 20px 0;font-size:70px;font-weight:400;line-height:0.9;}@media (max-width: 992px){#modal-global-contact-us .contact-popup__title{font-size:64px;line-height:1;}}@media (max-width: 767px){#modal-global-contact-us .contact-popup__title{font-size:46px;}}#modal-global-contact-us .contact-popup__input{display:block;width:100%;margin-bottom:13px;}#modal-global-contact-us .contact-popup__input::-webkit-input-placeholder{color:#000000;}#modal-global-contact-us .contact-popup__input::-moz-placeholder{color:#000000;}#modal-global-contact-us .contact-popup__input:-ms-input-placeholder{color:#000000;}#modal-global-contact-us .contact-popup__input:-moz-placeholder{color:#000000;}#modal-global-contact-us .contact-popup textarea.contact-popup__input{height:100px;resize:none;}#modal-global-contact-us .contact-popup__submit{display:block;width:100%;}#modal-global-contact-us .contact-popup__info{padding-top:85px;}@media (max-width: 767px){#modal-global-contact-us .contact-popup__info{padding-top:40px;}}#modal-global-contact-us .contact-popup__info div{margin:0;}#modal-global-contact-us .contact-popup__info div a{display:block;}#modal-global-contact-us .contact-popup__info div a:hover{-webkit-text-decoration:underline;text-decoration:underline;}#modal-global-contact-us .contact-popup__subtitle{margin:0 0 15px 0;font-weight:400;}#modal-global-contact-us .contact-popup__socials.socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:auto;}@media (max-width: 768px){#modal-global-contact-us .contact-popup__socials.socials{margin-top:70px;}}@media (max-width: 580px){#modal-global-contact-us .contact-popup__socials.socials{margin-top:70px;}}#modal-global-contact-us .contact-popup__socials.socials>li{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;margin:10px 0 10px 30px;}@media (max-width: 767px){#modal-global-contact-us .contact-popup__socials.socials>li{margin:10px 20px;}}@media (max-width: 580px){#modal-global-contact-us .contact-popup__socials.socials>li{margin:10px;}}#modal-global-contact-us .contact-popup__socials.socials .socials__item{color:#999999;-webkit-transition:0.3s all ease;transition:0.3s all ease;background-color:transparent;border-color:transparent;position:relative;}#modal-global-contact-us .contact-popup__socials.socials .socials__item:hover{color:#000000;background-color:transparent;border-color:transparent;}#modal-global-contact-us .h-pot{height:0;width:0;overflow:hidden;visibility:hidden;line-height:0;font-size:0;position:absolute;}#modal-global-contact-us .contact-popup__input::-webkit-input-placeholder{color:#000000;}#modal-global-contact-us .contact-popup__input::-moz-placeholder{color:#000000;}#modal-global-contact-us .contact-popup__input:-ms-input-placeholder{color:#000000;}#modal-global-contact-us .contact-popup__input::placeholder{color:#000000;}nav.theme-light{color:#fff;}nav.theme-light .logo__img.dark{display:none;}nav.theme-light .logo__img.light{display:block;}nav .header{z-index:900;-webkit-transition:0.3s all ease;transition:0.3s all ease;color:#fff;position:fixed;left:0;top:0;right:0;}nav .header__container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2px solid rgba(151, 151, 151, 0.49);padding-top:20px;padding-bottom:20px;}nav .header__right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}@media (max-width: 1200px){nav .header__right{padding-left:30px;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;}}nav .header.header-animation-off .navigation__item{visibility:visible!important;-webkit-animation-delay:0s!important;animation-delay:0s!important;-webkit-animation-name:none!important;animation-name:none!important;}nav .header.theme-light:not(.scroll){color:#fff!important;}nav .header.theme-light:not(.scroll) .logo .logo__img--light{display:block;}nav .header.theme-light:not(.scroll) .logo .logo__img--dark{display:none;}nav .header.theme-light:not(.scroll) .hamburger:before,nav .header.theme-light:not(.scroll) .hamburger:after{border-color:#fff!important;}nav .header.theme-dark:not(.scroll){color:#000!important;}nav .header.theme-dark:not(.scroll) .logo .logo__img--light{display:none;}nav .header.theme-dark:not(.scroll) .logo .logo__img--dark{display:block;}nav .header.theme-dark:not(.scroll) .hamburger:before,nav .header.theme-dark:not(.scroll) .hamburger:after{border-color:#000!important;}nav .header.scroll .hamburger:before,nav .header.scroll .hamburger:after{border-color:#000000;}nav .header.scroll .logo__img--light{display:none;}nav .header.scroll .logo__img--dark{display:block;}nav .header.scroll .header__container{border-bottom-color:transparent;}nav .header.scroll .sub-nav{color:white;}nav .logo{display:block;z-index:911;position:relative;}nav .logo img{max-height:50px;max-width:200px;}@media (max-width: 992px){nav .logo img{max-width:150px;}}nav .logo__wrap{text-align:center;-webkit-animation-duration:1s;animation-duration:1s;}nav .logo__img--light{display:block;}nav .logo__img--dark{display:none;}@media (max-width: 1024px){nav .navigation{display:none;}}@media (max-width: 1200px){nav .navigation{width:100%;}}nav .navigation >ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}@media (max-width: 1200px){nav .navigation >ul{-webkit-box-pack:space-around;-ms-flex-pack:space-around;-webkit-justify-content:space-around;justify-content:space-around;}}nav .navigation__item{padding:10px;margin-left:25px;}nav .navigation__item.sub-nav-container{position:relative;cursor:pointer;}nav .navigation__item.sub-nav-container:hover .navigation__link:after{width:100%;}nav .navigation__item.sub-nav-container:hover .sub-nav{display:block;}nav .navigation__item.sub-nav-container:hover .width-maker{display:block;}nav .navigation__item.sub-nav-container .width-maker{display:none;cursor:pointer;position:absolute;left:0;right:0;height:41px;}nav .navigation__item.sub-nav-container .sub-nav{display:none;position:absolute;bottom:-30px;width:175px;background-color:black;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);}nav .navigation__item.sub-nav-container .sub-nav ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}nav .navigation__item.sub-nav-container .sub-nav ul li .nav-link{display:block;padding:12px 23px;}nav .navigation__item.sub-nav-container .sub-nav ul li .nav-link:hover{background-color:#262222;}@media (max-width: 992px){nav .navigation__item{padding:10px 15px;font-size:16px;}}@media (max-width: 1200px){nav .navigation__item{margin-left:0;}}nav .navigation__item.active .navigation__link{font-weight:700;}nav .navigation__link{color:inherit;display:block;position:relative;font-size:13px;line-height:1.2;background-color:transparent;border:none;cursor:pointer;transition-property:all;white-space:nowrap;}nav .navigation__link:after{position:absolute;content:'';display:block;width:0;height:1px;bottom:-2px;left:0;-webkit-transition:0.3s all ease;transition:0.3s all ease;background-color:#ffffff;}nav .navigation__link:hover:after{width:100%;}nav .hamburger{border:none;background-color:transparent;cursor:pointer;outline:none;z-index:915;-webkit-transition:0.3s all ease;transition:0.3s all ease;position:relative;padding:0;margin-left:25px;width:21px;height:21px;}nav .hamburger:before,nav .hamburger:after{position:absolute;content:'';height:3px;left:5px;right:5px;border-left:3px solid #ffffff;border-right:3px solid #ffffff;}nav .hamburger:before{top:5px;}nav .hamburger:after{bottom:5px;}body>div.sidemenu{position:fixed;z-index:950;left:50%;top:0;height:0;width:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-transition:0.3s all ease;transition:0.3s all ease;min-height:auto;color:var(--fontColor, #ffffff);background-color:var(--bgColor, rgba(0,0,0,0.94));--socialColor:hsla(var(--fontColor_H), var(--fontColor_S), var(--fontColor_L), .6);}body>div.sidemenu.visible,body>div.sidemenu.in-pb{top:0;bottom:0;left:0;right:0;height:100vh;width:100vw;}body>div.sidemenu.in-pb{-webkit-transition:none;transition:none;}body>div.sidemenu body{color:var(--fontColor, #ffffff);background-color:var(--bgColor, rgba(0,0,0,0.94));--socialColor:hsla(var(--fontColor_H), var(--fontColor_S), var(--fontColor_L), .6);}body>div.sidemenu .sidemenu__header{padding:45px 0 35px;border-bottom:2px solid rgba(255, 255, 255, 0.24);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}body>div.sidemenu .sidemenu__close{width:20px;height:20px;position:relative;background-color:transparent;border:none;padding:0;cursor:pointer;}@media (max-width: 767px){body>div.sidemenu .sidemenu__close{margin-right:20px;}}body>div.sidemenu .sidemenu__close:before,body>div.sidemenu .sidemenu__close:after{content:'';display:block;position:absolute;width:18px;height:2px;left:50%;top:50%;background-color:var(--fontColor, #fff);}body>div.sidemenu .sidemenu__close:before{-webkit-transform:translate(-50%, -50%) rotate(45deg);-moz-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);}body>div.sidemenu .sidemenu__close:after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-moz-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg);}body>div.sidemenu .sidemenu__nav{margin:0;padding:50px 0;overflow-y:scroll;}body>div.sidemenu .sidemenu__nav::-webkit-scrollbar{width:6px;}body>div.sidemenu .sidemenu__nav::-webkit-scrollbar-track{background-color:rgba(32, 32, 32, 0.05);}body>div.sidemenu .sidemenu__nav::-webkit-scrollbar-button{background-color:transparent;height:0;}body>div.sidemenu .sidemenu__nav::-webkit-scrollbar-thumb{background-color:#535353;border-radius:3px;}@media (max-width: 767px){body>div.sidemenu .sidemenu__nav{padding:30px 0;}}body>div.sidemenu .sidemenu__nav ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media (max-width: 767px){body>div.sidemenu .sidemenu__nav ul{-webkit-box-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}body>div.sidemenu .sidemenu__item{padding:29px 0;display:block;width:50%;}@media (max-width: 767px){body>div.sidemenu .sidemenu__item{padding:13px 0;width:100%;}}body>div.sidemenu .sidemenu__link,body>div.sidemenu .sidemenu__grouped .title,body>div.sidemenu .sidemenu__grouped .title:after{color:var(--fontColor, #ffffff);font-size:36px;font-family:var(--global-primary-font-family);display:inline;padding:0;border:none;background-color:transparent;line-height:1.6;cursor:pointer;}@media (max-width: 767px){body>div.sidemenu .sidemenu__link,body>div.sidemenu .sidemenu__grouped .title,body>div.sidemenu .sidemenu__grouped .title:after{font-size:24px;}}body>div.sidemenu .sidemenu__grouped{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}body>div.sidemenu .sidemenu__grouped__wrapper{position:relative;}body>div.sidemenu .sidemenu__grouped__wrapper .title{padding-right:55px;border-bottom:1px solid currentColor;}@media(max-width: 768px){body>div.sidemenu .sidemenu__grouped__wrapper .title{border-bottom:none;}}body>div.sidemenu .sidemenu__grouped__wrapper .title:after{content:'+';position:absolute;right:0;}body>div.sidemenu .sidemenu__grouped__wrapper .sub-nav{max-height:0;overflow:hidden;opacity:0;-webkit-transition:max-height 0.2s linear;transition:max-height 0.2s linear;}body>div.sidemenu .sidemenu__grouped__wrapper .sub-nav ul{color:var(--fontColor, white);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-left:28px;}@media(max-width: 768px){body>div.sidemenu .sidemenu__grouped__wrapper .sub-nav ul{margin-left:20px;}}body>div.sidemenu .sidemenu__grouped__wrapper .sub-nav ul li{list-style:none;margin-bottom:17px;}body>div.sidemenu .sidemenu__grouped__wrapper .sub-nav ul li a{cursor:pointer;}body>div.sidemenu .sidemenu__grouped__wrapper .sub-nav ul li:last-of-type{margin-bottom:0;}body>div.sidemenu .sidemenu__grouped__wrapper:hover .title:after{content:'-';}body>div.sidemenu .sidemenu__grouped__wrapper:hover .sub-nav{margin-top:20px;max-height:120px;opacity:1;}body>div.sidemenu .sidemenu__grouped__wrapper:hover .sub-nav.three{max-height:170px;}body>div.sidemenu .sidemenu__grouped__wrapper:hover .sub-nav.four{max-height:230px;}body>div.sidemenu .sidemenu__grouped__wrapper:hover .sub-nav.five{max-height:280px;}body>div.sidemenu .sidemenu__grouped__wrapper:hover .sub-nav.more{max-height:450px;}body>div.sidemenu .sidemenu__footer{padding:40px 0 60px;border-top:2px solid rgba(255, 255, 255, 0.24);overflow:hidden;}@media (max-width: 767px){body>div.sidemenu .sidemenu__footer{padding:30px 0 50px;}}@media (max-width: 767px){body>div.sidemenu .sidemenu__footer{padding:30px 0 90px;}}body>div.sidemenu .sidemenu__socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}@media (max-width: 767px){body>div.sidemenu .sidemenu__socials{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:start;justify-content:start;}}body>div.sidemenu .sidemenu__socials.socials>li{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;margin:10px 0 10px 30px;}@media (max-width: 767px){body>div.sidemenu .sidemenu__socials.socials>li{margin:10px 20px;}}@media (max-width: 580px){body>div.sidemenu .sidemenu__socials.socials>li{margin:10px;}}body>div.sidemenu .sidemenu__socials.socials .socials__item{color:#999999;color:var(--socialColor, #999);-webkit-transition:0.3s all ease;transition:0.3s all ease;background-color:transparent;border-color:transparent;font-size:unset;}body>div.sidemenu .sidemenu__socials.socials .socials__item:hover{color:var(--fontColor, #ffffff);background-color:transparent;border-color:transparent;}body>div.sidemenu .sidemenu .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (max-width: 767px){body>div.sidemenu .sidemenu .container{overflow-y:auto;}}body>div.sidemenu .logo{display:block;z-index:911;position:relative;}body>div.sidemenu .logo img{max-height:50px;max-width:200px;}@media (max-width: 992px){body>div.sidemenu .logo img{max-width:150px;}}body>div.sidemenu .logo__wrap{text-align:center;-webkit-animation-duration:1s;animation-duration:1s;}body>div.sidemenu .logo__img--light{display:block;}body>div.sidemenu .logo__img--dark{display:none;}body>div.sidemenu .body-fixed{overflow:hidden;}body>div.sidemenu .overflow-sidemenu{height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:auto;}footer{background-color:#000;color:#FFF;--fontColor:#FFF;--fontColor_H:0;--fontColor_S:0%;--fontColor_L:100%;--fontColor_A:1;--fontColor_darkenDir:-1;--bgColor:#000;--bgColor_H:0;--bgColor_S:0%;--bgColor_L:0%;--bgColor_A:1;--bgColor_darkenDir:1;}footer .footer{padding:90px 0;background-color:inherit;color:inherit;overflow-y:hidden;}@media (max-width: 768px){footer .footer{padding:60px 0;}}footer .footer h4{margin:0;font-weight:bold;letter-spacing:1px;}footer .footer__logo{max-height:50px;max-width:200px;margin-bottom:20px;}footer .footer__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:10px;}@media (max-width: 768px){footer .footer__info{-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}footer .footer__info-column{-webkit-flex-basis:300px;-ms-flex-preferred-size:300px;flex-basis:300px;margin-bottom:30px;}footer .footer__info-column:first-child{margin-right:80px;}@media (max-width: 1024px){footer .footer__info-column:first-child{margin-right:0;}}@media (max-width: 768px){footer .footer__info-column:first-child{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;}}footer .footer__info-column:nth-child(2n){margin-left:50px;margin-right:50px;}@media (max-width: 768px){footer .footer__info-column:nth-child(2n){margin-left:0;}}footer .footer__info-column:not(:first-child){-webkit-flex-basis:240px;-ms-flex-preferred-size:240px;flex-basis:240px;}footer .footer__info-column:not(:first-child) div{color:inherit;}footer .footer__info-column h4{margin-top:10px;}@media (max-width: 768px){footer .footer__info-column h4{margin-bottom:5px;}}footer .footer__contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}footer .footer__contact h4{margin-bottom:10px;}footer .footer__contact-column{margin-bottom:30px;}@media (max-width: 768px){footer .footer__contact-column{width:100%;}}footer .footer__contact-column:first-child{width:100%;max-width:595px;margin-right:125px;}@media (max-width: 768px){footer .footer__contact-column:first-child{margin-right:0;}}footer .footer__contact-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media (max-width: 540px){footer .footer__contact-form{-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}footer .footer__contact .loading input{pointer-events:none;}footer .footer__contact-input{-webkit-flex:1;-ms-flex:1;flex:1;border-right-width:0;padding:0 12px;}@media (max-width: 540px){footer .footer__contact-input{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;border-right-width:1px;margin-bottom:15px;}}@media (max-width: 540px){footer .footer__contact-submit{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;}}footer .footer__copyright{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:baseline;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;border-top:2px solid #E0E0E0;padding-top:30px;margin-top:20px;}@media (max-width: 768px){footer .footer__copyright{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:10px;padding-top:20px;}}footer .footer__copyright a:hover{-webkit-text-decoration:underline;text-decoration:underline;}footer .footer__copyright .link{-webkit-text-decoration:underline;text-decoration:underline;}footer .footer__copyright p,footer .footer__copyright div{color:inherit;font-size:13px;line-height:1.54;margin-right:34px;}@media (max-width: 768px){footer .footer__copyright p,footer .footer__copyright div{font-size:14px;margin-top:10px;}}footer .footer__menu{margin-top:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;}@media (max-width: 540px){footer .footer__menu{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;}}@media (max-width: 768px){footer .footer__menu{margin-top:15px;}}@media (max-width: 540px){footer .footer__menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}footer .footer__menu-item{cursor:pointer;font-size:13px;line-height:2.54;color:inherit;text-transform:capitalize;}@media (max-width: 540px){footer .footer__menu-item{margin-right:15px;margin-top:10px;}}footer .footer__menu-item:not(:first-child){margin-left:34px;}@media (max-width: 540px){footer .footer__menu-item:not(:first-child){margin-left:0;}}footer .footer__menu-item--active{font-weight:bold;}footer .footer .footer__design{font-size:18px;}footer .footer__disclaimer{margin-top:20px;opacity:0.6;}footer .footer__disclaimer>div{margin-top:20px;}footer .socials{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}footer .socials>li{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;margin:4px 10px 4px 0;}@media (max-width: 768px){footer .socials>li{margin-right:25px;}}footer .socials__item{background-color:inherit;border:1px solid #eee;border-radius:100%;color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:36px;height:36px;font-size:14px;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;}@media (hover: hover) and (pointer: fine) and (min-width: 1025px){footer .socials__item:hover{background:#eee;}}footer .thank-you-modal{position:fixed;z-index:101;left:0;right:0;top:0;bottom:0;background-color:rgba(0, 0, 0, 0.7);color:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center;}footer .thank-you-modal h2{white-space:pre-wrap;margin-bottom:45px;}footer .thank-you-modal.closed{display:none;}footer .h-pot{height:0;width:0;overflow:hidden;visibility:hidden;line-height:0;font-size:0;position:absolute;}footer .logo-light{display:none;}footer.is-background-color-dark .logo-dark{display:none;}footer.is-background-color-dark .logo-light{display:inline;}footer .img-wrap{max-width:100px;width:100%;display:block;}footer .img-wrap img{width:100%;object-fit:cover;}@media(max-width: 768px){footer .img-wrap{-webkit-order:1;-ms-flex-order:1;order:1;}}footer .lp-footer-disclaimers{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;padding-top:30px;margin-top:20px;}@media (max-width: 768px){footer .lp-footer-disclaimers{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:10px;padding-top:20px;}}body>div.mobile-contact-wrapper{z-index:100;position:relative;}body>div.mobile-contact-wrapper .lp-ico:before{content:'';width:1em;height:1em;background-color:currentColor;-webkit-background-size:cover;background-size:cover;display:block;-webkit-mask-position:center;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-transition:all .3s;transition:all .3s;}body>div.mobile-contact-wrapper .lp-ico-search:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6231 21.3002L17.1372 16.8143M19.5606 10.9877C19.5606 15.5441 15.8669 19.2377 11.3106 19.2377C6.75421 19.2377 3.06055 15.5441 3.06055 10.9877C3.06055 6.43135 6.75421 2.73769 11.3106 2.73769C15.8669 2.73769 19.5606 6.43135 19.5606 10.9877Z' stroke='black' stroke-width='1.82813' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6231 21.3002L17.1372 16.8143M19.5606 10.9877C19.5606 15.5441 15.8669 19.2377 11.3106 19.2377C6.75421 19.2377 3.06055 15.5441 3.06055 10.9877C3.06055 6.43135 6.75421 2.73769 11.3106 2.73769C15.8669 2.73769 19.5606 6.43135 19.5606 10.9877Z' stroke='black' stroke-width='1.82813' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6231 21.3002L17.1372 16.8143M19.5606 10.9877C19.5606 15.5441 15.8669 19.2377 11.3106 19.2377C6.75421 19.2377 3.06055 15.5441 3.06055 10.9877C3.06055 6.43135 6.75421 2.73769 11.3106 2.73769C15.8669 2.73769 19.5606 6.43135 19.5606 10.9877Z' stroke='black' stroke-width='1.82813' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");}body>div.mobile-contact-wrapper .lp-ico-arrow-top:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8716 9.99976L8.87158 5.99976L4.87158 9.99976' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8716 9.99976L8.87158 5.99976L4.87158 9.99976' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8716 9.99976L8.87158 5.99976L4.87158 9.99976' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");}body>div.mobile-contact-wrapper .lp-ico-scroll-top:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3M12 21V7M12 7L5 14M12 7L19 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E \");-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3M12 21V7M12 7L5 14M12 7L19 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E \");mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3M12 21V7M12 7L5 14M12 7L19 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E \");}body>div.mobile-contact-wrapper .lp-ico-close:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5986 6.32617L5.59863 18.3262M5.59863 6.32617L17.5986 18.3262' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E \");-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5986 6.32617L5.59863 18.3262M5.59863 6.32617L17.5986 18.3262' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E \");mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5986 6.32617L5.59863 18.3262M5.59863 6.32617L17.5986 18.3262' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E \");}body>div.mobile-contact-wrapper .lp-ico-phone:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8699 6.57142C14.7459 6.74157 15.551 7.16808 16.1821 7.79637C16.8132 8.42465 17.2416 9.22612 17.4126 10.0982M13.8699 3C15.6899 3.20128 17.3871 4.01265 18.6827 5.3009C19.9784 6.58914 20.7955 8.27768 21 10.0893M10.4412 13.592C9.36357 12.5192 8.51264 11.3061 7.88843 10.0118C7.83474 9.90047 7.80789 9.84481 7.78726 9.77437C7.71397 9.52405 7.76662 9.21668 7.91909 9.00469C7.962 8.94504 8.01326 8.894 8.11578 8.79194C8.42933 8.47979 8.58611 8.32372 8.6886 8.16677C9.07515 7.57491 9.07515 6.81189 8.6886 6.22002C8.58611 6.06308 8.42933 5.90701 8.11578 5.59486L7.94101 5.42087C7.46438 4.94637 7.22607 4.70912 6.97012 4.58024C6.4611 4.32392 5.85996 4.32392 5.35093 4.58024C5.09499 4.70912 4.85667 4.94637 4.38004 5.42087L4.23867 5.56161C3.76367 6.03449 3.52617 6.27093 3.34478 6.59239C3.1435 6.94909 2.99878 7.5031 3.00001 7.91222C3.00111 8.28092 3.07295 8.53291 3.21664 9.03688C3.98881 11.7453 5.44574 14.3009 7.58743 16.4331C9.72911 18.5652 12.2963 20.0156 15.0168 20.7843C15.523 20.9274 15.7761 20.9989 16.1465 21C16.5575 21.0012 17.114 20.8571 17.4723 20.6568C17.7952 20.4762 18.0327 20.2397 18.5077 19.7669L18.649 19.6261C19.1257 19.1516 19.364 18.9144 19.4934 18.6596C19.7509 18.1528 19.7509 17.5544 19.4934 17.0476C19.364 16.7928 19.1257 16.5556 18.649 16.0811L18.4743 15.9071C18.1607 15.5949 18.0039 15.4388 17.8463 15.3368C17.2518 14.952 16.4853 14.952 15.8908 15.3368C15.7332 15.4388 15.5764 15.5949 15.2628 15.9071C15.1603 16.0091 15.1091 16.0602 15.0491 16.1029C14.8362 16.2547 14.5274 16.3071 14.276 16.2341C14.2052 16.2136 14.1493 16.1869 14.0375 16.1334C12.7374 15.512 11.5189 14.6648 10.4412 13.592Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8699 6.57142C14.7459 6.74157 15.551 7.16808 16.1821 7.79637C16.8132 8.42465 17.2416 9.22612 17.4126 10.0982M13.8699 3C15.6899 3.20128 17.3871 4.01265 18.6827 5.3009C19.9784 6.58914 20.7955 8.27768 21 10.0893M10.4412 13.592C9.36357 12.5192 8.51264 11.3061 7.88843 10.0118C7.83474 9.90047 7.80789 9.84481 7.78726 9.77437C7.71397 9.52405 7.76662 9.21668 7.91909 9.00469C7.962 8.94504 8.01326 8.894 8.11578 8.79194C8.42933 8.47979 8.58611 8.32372 8.6886 8.16677C9.07515 7.57491 9.07515 6.81189 8.6886 6.22002C8.58611 6.06308 8.42933 5.90701 8.11578 5.59486L7.94101 5.42087C7.46438 4.94637 7.22607 4.70912 6.97012 4.58024C6.4611 4.32392 5.85996 4.32392 5.35093 4.58024C5.09499 4.70912 4.85667 4.94637 4.38004 5.42087L4.23867 5.56161C3.76367 6.03449 3.52617 6.27093 3.34478 6.59239C3.1435 6.94909 2.99878 7.5031 3.00001 7.91222C3.00111 8.28092 3.07295 8.53291 3.21664 9.03688C3.98881 11.7453 5.44574 14.3009 7.58743 16.4331C9.72911 18.5652 12.2963 20.0156 15.0168 20.7843C15.523 20.9274 15.7761 20.9989 16.1465 21C16.5575 21.0012 17.114 20.8571 17.4723 20.6568C17.7952 20.4762 18.0327 20.2397 18.5077 19.7669L18.649 19.6261C19.1257 19.1516 19.364 18.9144 19.4934 18.6596C19.7509 18.1528 19.7509 17.5544 19.4934 17.0476C19.364 16.7928 19.1257 16.5556 18.649 16.0811L18.4743 15.9071C18.1607 15.5949 18.0039 15.4388 17.8463 15.3368C17.2518 14.952 16.4853 14.952 15.8908 15.3368C15.7332 15.4388 15.5764 15.5949 15.2628 15.9071C15.1603 16.0091 15.1091 16.0602 15.0491 16.1029C14.8362 16.2547 14.5274 16.3071 14.276 16.2341C14.2052 16.2136 14.1493 16.1869 14.0375 16.1334C12.7374 15.512 11.5189 14.6648 10.4412 13.592Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8699 6.57142C14.7459 6.74157 15.551 7.16808 16.1821 7.79637C16.8132 8.42465 17.2416 9.22612 17.4126 10.0982M13.8699 3C15.6899 3.20128 17.3871 4.01265 18.6827 5.3009C19.9784 6.58914 20.7955 8.27768 21 10.0893M10.4412 13.592C9.36357 12.5192 8.51264 11.3061 7.88843 10.0118C7.83474 9.90047 7.80789 9.84481 7.78726 9.77437C7.71397 9.52405 7.76662 9.21668 7.91909 9.00469C7.962 8.94504 8.01326 8.894 8.11578 8.79194C8.42933 8.47979 8.58611 8.32372 8.6886 8.16677C9.07515 7.57491 9.07515 6.81189 8.6886 6.22002C8.58611 6.06308 8.42933 5.90701 8.11578 5.59486L7.94101 5.42087C7.46438 4.94637 7.22607 4.70912 6.97012 4.58024C6.4611 4.32392 5.85996 4.32392 5.35093 4.58024C5.09499 4.70912 4.85667 4.94637 4.38004 5.42087L4.23867 5.56161C3.76367 6.03449 3.52617 6.27093 3.34478 6.59239C3.1435 6.94909 2.99878 7.5031 3.00001 7.91222C3.00111 8.28092 3.07295 8.53291 3.21664 9.03688C3.98881 11.7453 5.44574 14.3009 7.58743 16.4331C9.72911 18.5652 12.2963 20.0156 15.0168 20.7843C15.523 20.9274 15.7761 20.9989 16.1465 21C16.5575 21.0012 17.114 20.8571 17.4723 20.6568C17.7952 20.4762 18.0327 20.2397 18.5077 19.7669L18.649 19.6261C19.1257 19.1516 19.364 18.9144 19.4934 18.6596C19.7509 18.1528 19.7509 17.5544 19.4934 17.0476C19.364 16.7928 19.1257 16.5556 18.649 16.0811L18.4743 15.9071C18.1607 15.5949 18.0039 15.4388 17.8463 15.3368C17.2518 14.952 16.4853 14.952 15.8908 15.3368C15.7332 15.4388 15.5764 15.5949 15.2628 15.9071C15.1603 16.0091 15.1091 16.0602 15.0491 16.1029C14.8362 16.2547 14.5274 16.3071 14.276 16.2341C14.2052 16.2136 14.1493 16.1869 14.0375 16.1334C12.7374 15.512 11.5189 14.6648 10.4412 13.592Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");}body>div.mobile-contact-wrapper .lp-ico-sms:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7117 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0034 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92176 4.44061 8.37485 5.27072 7.03255C6.10083 5.69025 7.28825 4.60557 8.7 3.9C9.87812 3.30493 11.1801 2.99656 12.5 3H13C15.0843 3.11499 17.053 3.99476 18.5291 5.47086C20.0052 6.94695 20.885 8.91565 21 11V11.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7117 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0034 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92176 4.44061 8.37485 5.27072 7.03255C6.10083 5.69025 7.28825 4.60557 8.7 3.9C9.87812 3.30493 11.1801 2.99656 12.5 3H13C15.0843 3.11499 17.053 3.99476 18.5291 5.47086C20.0052 6.94695 20.885 8.91565 21 11V11.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7117 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0034 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92176 4.44061 8.37485 5.27072 7.03255C6.10083 5.69025 7.28825 4.60557 8.7 3.9C9.87812 3.30493 11.1801 2.99656 12.5 3H13C15.0843 3.11499 17.053 3.99476 18.5291 5.47086C20.0052 6.94695 20.885 8.91565 21 11V11.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");}body>div.mobile-contact-wrapper .lp-ico-email:before{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E\");}body>div.mobile-contact-wrapper a{-webkit-text-decoration:none;text-decoration:none;}body>div.mobile-contact-wrapper .btn-holder{bottom:-50px;left:19px;position:fixed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:13px;opacity:0;-webkit-transition:all .3s;transition:all .3s;}@media (max-width: 1024px){body>div.mobile-contact-wrapper .btn-holder{right:19px;padding:0 48px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}}body>div.mobile-contact-wrapper .btn-holder.visible{bottom:28px;opacity:1;}body>div.mobile-contact-wrapper .search-btn{width:48px;height:48px;border-radius:999px;font-size:0;line-height:0;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .3s;transition:all .3s;padding:12px;color:#141414;background:#fff;}@media (max-width: 1024px){body>div.mobile-contact-wrapper .search-btn{position:absolute;left:0;bottom:0;}}body>div.mobile-contact-wrapper .search-btn:before{width:24px;height:24px;}body>div.mobile-contact-wrapper .connect-btn{height:48px;padding:0 24px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;text-transform:uppercase;border-radius:25px;color:var(--pillTextColor);background:var(--pillBackgroundColor);border:1px solid rgba(255, 255, 255, 0.2);cursor:pointer;font-size:10px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:0.4px;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-transition:all .4s;transition:all .4s;box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);-webkit-animation:pulsate 2s ease infinite;animation:pulsate 2s ease infinite;}body>div.mobile-contact-wrapper .connect-btn:before{width:16px;height:16px;}body>div.mobile-contact-wrapper .pop-up{display:none;position:fixed;bottom:0;left:0;width:100%;-webkit-transition:all .3s;transition:all .3s;border-radius:16px 16px 0 0;color:var(--textColor);background:var(--backgroundColor);}@media (min-width: 1025px){body>div.mobile-contact-wrapper .pop-up{max-width:637px;border-radius:16px;bottom:28px;left:19px;}}body>div.mobile-contact-wrapper .pop-up .lp-container{padding-top:24px;padding-bottom:24px;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}@media (min-width: 1025px){body>div.mobile-contact-wrapper .pop-up .lp-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:40px;padding-bottom:40px;min-height:450px;padding-left:56px;padding-right:56px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}body>div.mobile-contact-wrapper .pop-up .close-btn{width:44px;height:44px;background-color:transparent;border-color:transparent;display:block;margin:24px auto 0;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--textColor);cursor:pointer;padding:10px;border:0;}body>div.mobile-contact-wrapper .pop-up .close-btn:before{width:24px;height:24px;}@media (min-width: 1025px){body>div.mobile-contact-wrapper .pop-up .close-btn{position:absolute;top:14px;right:12px;margin:0;}}body>div.mobile-contact-wrapper .pop-up .icon-btn{width:44px;height:44px;border-radius:999px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;color:var(--textColor);position:relative;}body>div.mobile-contact-wrapper .pop-up .icon-btn:after{position:absolute;bottom:0;width:100%;left:0;border-radius:999px;height:100%;content:'';border:solid 1px var(--textColor);opacity:.3;}body>div.mobile-contact-wrapper .pop-up .icon-btn:before{width:24px;height:24px;}body>div.mobile-contact-wrapper .success-block{display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}@media (min-width: 1025px){body>div.mobile-contact-wrapper .success-block{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}body>div.mobile-contact-wrapper .success-block .lp-btn{margin-top:24px;}body>div.mobile-contact-wrapper .contact-form{margin:0;}@media (max-width: 1024px){body>div.mobile-contact-wrapper .contact-form__item{width:100%;}}body>div.mobile-contact-wrapper .contact-form__item .lp-input{width:100%;}body>div.mobile-contact-wrapper .contact-form__item .is-placeholder{color:#818181;}body>div.mobile-contact-wrapper .contact-form__item+.contact-form__item{margin-top:16px;}body>div.mobile-contact-wrapper .contact-form.show-success .contact-form__container,body>div.mobile-contact-wrapper .contact-form.success .contact-form__container{display:none;}body>div.mobile-contact-wrapper .contact-form.show-success .success-block,body>div.mobile-contact-wrapper .contact-form.success .success-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}body>div.mobile-contact-wrapper .contact-form .lp-disclaimer{margin-top:16px;}body>div.mobile-contact-wrapper .contact-form .lp-h3{margin-bottom:16px;}body>div.mobile-contact-wrapper .success-message{font-size:22px;}@-webkit-keyframes pulsate{0%{box-shadow:0 0 0 0 rgba(255, 255, 255, 0.2);}50%{box-shadow:0 0 4px 6px rgba(255, 255, 255, .5);}100%{box-shadow:0 0 12px 12px rgba(255, 255, 255, 0);}}","jqueryExecutables":["try {\n(function init(sectionDomId) {\n  $('.contact-popup__close').click(function (e) {\n    e.preventDefault();\n    $(this).closest('.contact-popup').removeClass('visible');\n  });\n  var $contactModal = $(\".contact-popup\").closest(\".modal\");\n  if ($contactModal.css(\"transform\") === \"matrix(1, 0, 0, 1, 0, 0)\" && !$contactModal.hasClass(\"visible\")) {\n    $contactModal.addClass('visible');\n  }\n  var sectionSelector = sectionDomId ? '#' + sectionDomId : '.contact-us-form';\n  var body = $('body');\n  function setHttp(link) {\n    if (link.search(/^http[s]?\\:\\/\\/|\\//) == -1) {\n      link = 'http://' + link;\n    }\n    return link;\n  }\n  $(\"#\" + sectionDomId + \" form\").on(\"reset\", function () {\n    $(this).find(\".custom-select\").each(function () {\n      let linkedSelect = $(this).siblings(\"select\")[0];\n      $(this).find(\".custom-select-toggle\").text(linkedSelect.children[0].innerText);\n      $(this).find(\".custom-select-item\").removeClass(\"is-selected\");\n    });\n    const redirectLink = $('#' + sectionDomId + ' .redirect-link');\n    if (redirectLink.length) {\n      const rawHref = redirectLink.attr('href');\n      redirectLink.attr('href', setHttp(rawHref));\n      redirectLink[0].click();\n    }\n  });\n})('modal-global-contact-us');\n} catch(e) {\nconsole.log(e);\n}","","try {\n(function init(sectionDomId) {\n  function isSectionLight(sect) {\n    if (!sect || !sect.style) {\n      return true;\n    }\n    if (sect.style.backgroundImage) {\n      return false;\n    }\n    if ($(sect).children('.video-wrapper').length) {\n      return false;\n    }\n    return sect.classList.contains('is-background-color-light');\n  }\n  const $header = $(`#${sectionDomId} > .header`);\n  if ($header.hasClass('theme-auto')) {\n    if (isSectionLight($('body > section')[0])) {\n      $header.removeClass('theme-light').addClass('theme-dark');\n    } else {\n      $header.removeClass('theme-dark').addClass('theme-light');\n    }\n  }\n  $(window).on('scroll', function () {\n    if ($(this).scrollTop() > 0) {\n      $(\".header\").addClass(\"header-animation-off\");\n    }\n  });\n})('global-navbar');\n} catch(e) {\nconsole.log(e);\n}","try {\n(function init(sectionDomId, options) {\n  var elementSelector = options.elementSelector || 'nav';\n  var element = document.querySelector(elementSelector);\n  var sections = document.querySelectorAll('body > section');\n  var subNavContainers = element.querySelectorAll('.sub-nav');\n  var initialBackgroundColor = options.initialBackgroundColor || element.style.backgroundColor;\n  var backgroundColorScroll = options.backgroundColorScroll || '#191919';\n  var fontColor = options.fontColor || '#fff';\n  var fontColorScroll = options.fontColorScroll || '#000';\n  var didScroll = false;\n  var lastScrollTop = 0;\n  var delta = 5;\n\n  // eslint-disable-next-line sonarjs/no-collapsible-if\n  if (wow) {\n    // Wowjs might not trigger for position fixed elements\n    if (window.scrollY > 0) {\n      element.querySelectorAll('.wow').forEach(el => wow.show(el));\n    }\n  }\n  function adjustNavPinState() {\n    // Remove 'visible' class from all subNavContainers\n    for (let i = 0; i < subNavContainers.length; i++) {\n      subNavContainers[i].classList.remove('visible');\n    }\n    if (window.scrollY > 0) {\n      element.style.backgroundColor = backgroundColorScroll;\n      element.style.color = fontColorScroll;\n      element.classList.add('scroll');\n    } else {\n      element.style.backgroundColor = initialBackgroundColor;\n      element.style.color = fontColor;\n      element.classList.remove('scroll');\n    }\n  }\n  adjustNavPinState();\n  function onScroll() {\n    didScroll = true;\n  }\n  window.addEventListener('scroll', onScroll);\n\n  // eslint-disable-next-line\n  var debounceInterval = setInterval(() => {\n    if (didScroll) {\n      // eslint-disable-next-line\n      hasScrolled();\n      didScroll = false;\n    }\n  }, 250);\n  function hasScrolled() {\n    adjustNavPinState();\n    // eslint-disable-next-line\n    var navbarHeight = element.offsetHeight;\n    // eslint-disable-next-line\n    var st = window.scrollY;\n\n    // Make sure they scroll more than delta\n    if (Math.abs(lastScrollTop - st) <= delta) {\n      return;\n    }\n    if (st > lastScrollTop && st > navbarHeight) {\n      // Scroll Down\n      element.style.transform = `translateY(-${navbarHeight}px) scaleY(0)`;\n      document.documentElement.style.setProperty('--global-header-height', '0px');\n\n      // Some sections \"follow\" the navbar with class sticky (i.e. Producer search)\n      sections.forEach(section => {\n        if (section.classList.contains('sticky')) {\n          section.style.top = '0px';\n        }\n      });\n    } else {\n      // Scroll Up\n      // eslint-disable-next-line\n      if (st + window.innerHeight < document.documentElement.scrollHeight) {\n        element.style.transform = `translateY(0) scaleY(1)`;\n        document.documentElement.style.setProperty('--global-header-height', `${navbarHeight}px`);\n        sections.forEach(section => {\n          if (section.classList.contains('sticky')) {\n            section.style.top = `${navbarHeight}px`;\n          }\n        });\n      }\n    }\n    lastScrollTop = st;\n  }\n})('NAVBAR', JSON.parse(\"{\\\"fontColor\\\":\\\"#fff\\\",\\\"elementSelector\\\":\\\".header\\\",\\\"fontColorScroll\\\":\\\"#000\\\",\\\"backgroundColorScroll\\\":\\\"#fff\\\",\\\"initialBackgroundColor\\\":\\\"rgba(0,0,0,0)\\\"}\"));\n} catch(e) {\nconsole.log(e);\n}","try {\n(function init(sectionDomId) {\n  const $section = $('#' + sectionDomId);\n  $section.on('lpui-show', function () {\n    window.lpUI.requestScrollLock('side-menu');\n  });\n  $section.on('lpui-hide', function () {\n    window.lpUI.releaseScrollLock('side-menu');\n  });\n  if (/body > div\\.sidemenu { display: block;/.test($('head > style').last().text())) {\n    $section.addClass('in-pb');\n    $(`<style>#${sectionDomId}.in-pb {height: 100v` + 'h;}</style>').appendTo($('head'));\n  }\n})('global-sidemenu');\n} catch(e) {\nconsole.log(e);\n}","","try {\n(function init(sectionDomId) {\n  var $thankYouModal = $('footer .thank-you-modal');\n  var $body = $('body');\n  $('footer form').on('formsubmitted', function () {\n    $thankYouModal.removeClass('closed');\n    $body.addClass('locked');\n  });\n  $('footer .thank-you-modal button').on('click', function () {\n    $thankYouModal.addClass('closed');\n    $body.removeClass('locked');\n  });\n  $('#' + sectionDomId + \" form\").on(\"reset\", function () {\n    if ($('#' + sectionDomId + ' .redirect-link').length) {\n      $('#' + sectionDomId + ' .redirect-link')[0].click();\n    }\n  });\n})('global-footer');\n} catch(e) {\nconsole.log(e);\n}","","try {\n(function init(sectionDomId) {\n  var _section = $('#' + sectionDomId);\n  var _footer = document.getElementById('global-footer');\n  const emailInput = _section.find('.js-email-input');\n  const emailRegex = /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~\\-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)+/;\n  emailInput.on('input', function () {\n    if (emailRegex.test(this.value)) {\n      this.setCustomValidity('');\n    } else {\n      this.setCustomValidity('Please enter a valid email address.');\n    }\n    this.reportValidity();\n  });\n  _section.find('input[name=\"name\"]').on(\"keyup\", function () {\n    if (this.value.replaceAll(/\\d/g, \"\").trim().split(\" \").length < 2 || this.value.replaceAll(/\\d/g, \"\").trim() === \"\") {\n      this.setCustomValidity(\"Please input your first name and last name.\");\n    } else {\n      this.setCustomValidity(\"\");\n    }\n  });\n  _section.find('form').on(\"reset\", function () {\n    $(this).addClass(\"show-success\");\n  });\n  $(window).scroll(function () {\n    if ($(this).scrollTop() >= 150) _section.find('.btn-holder').addClass('visible');else _section.find('.btn-holder').removeClass('visible');\n  });\n  _section.find('.close-btn, .connect-btn').click(function () {\n    _section.find('.pop-up').toggle();\n    _section.find('.btn-holder').toggle();\n  });\n  if (!_footer) return;\n  const observer = new IntersectionObserver(entries => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) _section.hide();else _section.show();\n    });\n  }, {\n    threshold: 0.1\n  });\n  observer.observe(_footer);\n  function selectToDropdown(selectItem) {\n    let customDropdown = `\n        <div class=\"custom-select\" role=\"presentation\">\n        <button class=\"custom-select-toggle is-placeholder\" type=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\"></button>\n        <div class=\"custom-select-menu\" style=\"display: none;max-height: none;\">\n        <div class=\"custom-select-content\">\n        </div>\n        </div>\n        </div>`;\n    $(customDropdown).insertAfter(selectItem);\n    let $dropdown = $($(selectItem).next());\n    let $dropdownToggle = $dropdown.find(\".custom-select-toggle\");\n    let $dropdownMenu = $dropdown.find(\".custom-select-menu\");\n    let $dropdownContent = $dropdown.find(\".custom-select-content\");\n    $dropdownToggle.addClass($(selectItem).attr(\"class\")).removeClass(\"dropdown-select\");\n    $dropdownToggle.attr(\"id\", $(selectItem).attr(\"id\") + \"custom\");\n    $dropdownMenu.attr(\"aria-labelledby\", $dropdownToggle.attr(\"id\"));\n    appendOptionButtons(selectItem, $dropdownContent);\n    $(selectItem).removeClass().addClass(\"sr-only\");\n    var toggleText = $(selectItem).find(\":selected\").first().text() || $(selectItem).children().first().text();\n    $dropdownToggle.html(toggleText);\n    $dropdown.on(\"click\", \".custom-select-item\", function (e) {\n      if ($(this).hasClass(\"is-disabled\")) return;\n      let elementNumber = $(this).index();\n      let $originalSelect = $(this).closest(\".custom-select\").siblings(\"select\");\n      let $linkedOption = $originalSelect.find(\"option\").eq(elementNumber);\n      if (!$linkedOption.prop(\"selected\")) {\n        $linkedOption.prop(\"selected\", true);\n        $originalSelect.change();\n        $(this).addClass(\"is-selected\").siblings(\".custom-select-item\").removeClass(\"is-selected\");\n        $dropdownToggle.html($(this).html());\n        closeSelectMenu($(this).closest(\".custom-select-menu\"));\n      }\n      $dropdownToggle.removeClass(\"is-placeholder\");\n    });\n    function convertOptionToButton(option) {\n      var optionText = $(option).text();\n      var optionValue = $(option).attr(\"value\") || $(option).text();\n      var optionIsDisabled = $(option).prop(\"disabled\");\n      var outputButton = `<button value=\"${optionValue}\" class=\"custom-select-item\" type=\"button\" ${optionIsDisabled ? \"disabled\" : \"\"}>${optionText}</button>`;\n      return outputButton;\n    }\n    function appendOptionButtons(selectItem, appendTarget) {\n      $(selectItem).find(\"option\").each(function () {\n        let currentButton = convertOptionToButton(this);\n        $(appendTarget).append(currentButton);\n      });\n    }\n    function showSelectMenu(selectMenu) {\n      var customSelect = $(selectMenu).closest(\".custom-select\")[0];\n      $(customSelect).addClass(\"open\");\n      $(selectMenu).slideDown();\n    }\n    function closeSelectMenu(selectMenu) {\n      var customSelect = $(selectMenu).closest(\".custom-select\")[0];\n      $(customSelect).removeClass(\"open\");\n      $(selectMenu).slideUp();\n    }\n    $dropdown.on(\"click\", \".custom-select-toggle\", function (e) {\n      var $customSelect = $(this).closest(\".custom-select\");\n      var selectMenu = $customSelect.find(\".custom-select-menu\")[0];\n      if ($customSelect.hasClass(\"open\")) {\n        closeSelectMenu(selectMenu);\n      } else {\n        showSelectMenu(selectMenu);\n      }\n    });\n    $(document).on(\"click\", function (e) {\n      if ($(e.target).closest(\".custom-select\").length < 1 && $(\".custom-select\").hasClass(\"open\")) {\n        $(\".custom-select.open\").each(function () {\n          var selectMenu = $(this).find(\".custom-select-menu\")[0];\n          closeSelectMenu(selectMenu);\n        });\n      }\n    });\n  }\n  $(\".pop-up select[name='interest']\").each(function () {\n    selectToDropdown(this);\n  });\n})('global-mobile-contact');\n} catch(e) {\nconsole.log(e);\n}",""],"pageVariables":[{"companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-ba40a41a-c946-40b7-b12a-cee14dc883e9","sectionIndex":1,"pageSectionId":"ba40a41a-c946-40b7-b12a-cee14dc883e9","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.60","overlayColor":0,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#ffffff","backgroundColor":"transparent","isFontColorLight":true,"isFontColorDark":false,"isBackgroundColorLight":false,"isBackgroundColorDark":true,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true},"resource":"development","resourceSelection":null,"templateSelection":null,"derivedSelection":null,"variables":{},"usePageResource":true},{"showEdges":false,"companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-ace19f9e-408f-446a-a18a-7abc82723a72","sectionIndex":2,"pageSectionId":"ace19f9e-408f-446a-a18a-7abc82723a72","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.30","overlayColor":0,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#ffffff","backgroundColor":"#000000","isFontColorLight":true,"isFontColorDark":false,"isBackgroundColorLight":false,"isBackgroundColorDark":true,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true},"resource":"development","resourceSelection":null,"templateSelection":null,"derivedSelection":null,"variables":{},"usePageResource":true},{"showOpenHouse":true,"subtitle":"Browse the Available Listings ","viewPropBtnStyle":"button-style-2","button":{"path":"/properties/sale","show":true,"type":"LINK","style":"button-style-4","content":"View All Properties"},"companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-85468799-643c-48b2-a5f7-212f65b952a6","sectionIndex":3,"pageSectionId":"85468799-643c-48b2-a5f7-212f65b952a6","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.30","overlayColor":0,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#ffffff","backgroundColor":"#000000","isFontColorLight":true,"isFontColorDark":false,"isBackgroundColorLight":false,"isBackgroundColorDark":true,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true},"resource":"properties","resourceSelection":null,"templateSelection":null,"derivedSelection":null,"variables":{"sort":"salesPrice","limit":3,"sortDir":"DESC","statusIds":["5f528253-abb7-484e-95c3-330269ac1105","959c11cf-8655-4f91-874c-292b0ab7ea6b","a0012964-4f51-4430-abf8-6547c5ab6441","df04ccbe-4621-4140-a504-ee1a17430bb7","96031d77-bbe5-4de3-90d8-1e4e70de8ca8","88b4ace6-f39b-4b25-a051-8f6dba976833"],"websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a"},"usePageResource":true},{"arrowsStyle":"","companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-71a5f578-8ef2-4170-b3cd-5b805d6217c6","sectionIndex":4,"pageSectionId":"71a5f578-8ef2-4170-b3cd-5b805d6217c6","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.30","overlayColor":0,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#000000","backgroundColor":"#ffffff","isFontColorLight":false,"isFontColorDark":true,"isBackgroundColorLight":true,"isBackgroundColorDark":false,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true},"resource":"development","resourceSelection":null,"templateSelection":null,"derivedSelection":null,"variables":{},"usePageResource":true},{"interestedInItems":["Buying","Selling","Media","Area Information"],"formDisclaimerOption":"Default","TCRBusinessName":"","RedirectAfterFormSubmissionURL":"","description":"","imageUpload":{"id":"489b9539-c4ef-4736-af2f-66f40eda8382","alt":null,"bytes":1025445,"width":2003,"format":"jpg","height":3000,"shared":true,"curated":false,"duration":null,"largeUrl":"https://res.cloudinary.com/luxuryp/images/w_1920,c_limit,f_auto,q_auto/eadntigyuk4obdmoxxdv/hollysose-41","smallUrl":"https://res.cloudinary.com/luxuryp/images/w_960,c_limit,f_auto,q_auto/eadntigyuk4obdmoxxdv/hollysose-41","authorUrl":null,"createdAt":"2023-01-10T19:26:07.211Z","mediumUrl":"https://res.cloudinary.com/luxuryp/images/w_1280,c_limit,f_auto,q_auto/eadntigyuk4obdmoxxdv/hollysose-41","sourceUrl":null,"updatedAt":"2023-01-10T19:26:07.211Z","xLargeUrl":"https://res.cloudinary.com/luxuryp/images/f_auto,q_auto/eadntigyuk4obdmoxxdv/hollysose-41","__typename":"Media","altTagText":null,"authorName":null,"sourceName":null,"xxLargeUrl":"https://res.cloudinary.com/luxuryp/images/f_auto,q_auto/eadntigyuk4obdmoxxdv/hollysose-41","description":null,"displayName":"hollysose-41","originalUrl":"https://res.cloudinary.com/luxuryp/images/f_auto,q_auto/eadntigyuk4obdmoxxdv/hollysose-41","resourceType":"image","thumbnailUrl":"https://res.cloudinary.com/luxuryp/images/w_320,c_limit,f_auto,q_auto/eadntigyuk4obdmoxxdv/hollysose-41","originalFileName":"HollySose-41","cloudinaryPublicId":"eadntigyuk4obdmoxxdv"},"title":"Sign up to learn more today!","hideDropdown":false,"submitBtnStyle":"button-style-2","companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-984fc13e-c4a6-4bc9-82e7-e078f34536e2","sectionIndex":5,"pageSectionId":"984fc13e-c4a6-4bc9-82e7-e078f34536e2","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.30","overlayColor":0,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#ffffff","backgroundColor":"#000000","isFontColorLight":true,"isFontColorDark":false,"isBackgroundColorLight":false,"isBackgroundColorDark":true,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true}},{"initialPosition":{"fullData":{"types":["premise"],"geometry":{"bounds":{"east":-73.954291,"west":-73.9544004,"north":40.6763972,"south":40.6762635},"location":{"lat":40.6763522,"lng":-73.9543474},"viewport":{"east":-73.95299596970851,"west":-73.95569393029152,"north":40.67773883029149,"south":40.6750408697085},"location_type":"ROOFTOP"},"place_id":"ChIJLUvvr55bwokRX-pRMK6-0Wc","formatted_address":"984 Bergen St, Brooklyn, NY 11216, USA","address_components":[{"types":["street_number"],"long_name":"984","short_name":"984"},{"types":["route"],"long_name":"Bergen Street","short_name":"Bergen St"},{"types":["neighborhood","political"],"long_name":"Crown Heights","short_name":"Crown Heights"},{"types":["political","sublocality","sublocality_level_1"],"long_name":"Brooklyn","short_name":"Brooklyn"},{"types":["administrative_area_level_2","political"],"long_name":"Kings County","short_name":"Kings County"},{"types":["administrative_area_level_1","political"],"long_name":"New York","short_name":"NY"},{"types":["country","political"],"long_name":"United States","short_name":"US"},{"types":["postal_code"],"long_name":"11216","short_name":"11216"},{"types":["postal_code_suffix"],"long_name":"2904","short_name":"2904"}]},"mapOptions":{"zoom":14,"center":{"lat":40.6763522,"lng":-73.9543474}},"formattedAddress":"984 Bergen St, Brooklyn, NY 11216, USA"},"dotColor":"#e3e3e3","title":"984 Bergen Street","initZoom":"","useBWTheme":false,"companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-f0d12330-5d30-49f8-af89-f6571e878666","sectionIndex":6,"pageSectionId":"f0d12330-5d30-49f8-af89-f6571e878666","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.30","overlayColor":0,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#000000","backgroundColor":"#ffffff","isFontColorLight":false,"isFontColorDark":true,"isBackgroundColorLight":true,"isBackgroundColorDark":false,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true},"resource":"developments","resourceSelection":null,"templateSelection":null,"derivedSelection":null,"variables":{"limit":100,"withGeo":true},"usePageResource":false},{"primaryButton":{"show":true,"type":"BUTTON","style":"button-style-4","action":"CONTACT_US","content":"CONTACT US"},"description":"Dedicated to you. It has always been our mission to bring our clients home. Contact us today!","title":"Work With Us","companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-e58d4fb0-8265-41ae-9ee2-32b20de9c6d1","sectionIndex":7,"pageSectionId":"e58d4fb0-8265-41ae-9ee2-32b20de9c6d1","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.30","overlayColor":0,"businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#ffffff","backgroundColor":"#000000","isFontColorLight":true,"isFontColorDark":false,"isBackgroundColorLight":false,"isBackgroundColorDark":true,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true}},{"title":"Follow Me On Instagram","fallbackToNoResource":true,"id":"","btnText":"Follow Us","limit":33,"btnStyle":"","arrowsStyle":"","tileColor":"#000","companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","websiteId":"5842cdd0-e736-47c5-8dd5-61f21b3d179a","pageId":"90ae9446-2d8c-4847-9063-6ffbbd447758","sectionDomId":"section-aa604726-261d-41f5-aa55-cbe4657c4d23","sectionIndex":8,"pageSectionId":"aa604726-261d-41f5-aa55-cbe4657c4d23","route":"/developments/:slug","hostname":"hollysose.com","stagingUrl":"","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","overlayOpacity":"0.30","overlayColor":"rgba(255, 255, 255, 1)","businessName":"Holly Sose","renderOptions":{"lazyImages":true,"lazyVideos":true,"deferScripts":true},"fontColor":"#000000","backgroundColor":"#fff","isFontColorLight":false,"isFontColorDark":true,"isBackgroundColorLight":true,"isBackgroundColorDark":false,"addMlsDisclaimers":false,"mlsCompliance":{"footer":true,"property":true}}],"enabledJs":{"enableWowJs":true,"enableSlickJs":true,"enableParollerJs":true,"enableIonRangeSlider":true,"enableJquery":true,"enableSplide":true},"websiteCSS":"@font-face{font-family:\"CompassSans\";src:url('d1hqn9onx2xuha.cloudfront.net/fonts/compass/CompassSans/CompassSans-Regular.eot?#iefix') format('embedded-opentype'),url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Regular.woff2') format('woff2'),url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Regular.woff') format('woff'),url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Regular.ttf') format('truetype');font-weight:400;font-style:normal;}@font-face{font-family:\"CompassSans\";src:url('d1hqn9onx2xuha.cloudfront.net/fonts/compass/CompassSans/CompassSans-Bold.eot?#iefix') format('embedded-opentype'),url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Bold.woff2') format('woff2'),url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Bold.woff') format('woff'),url('https://s3-us-west-2.amazonaws.com/static-lp/fonts/compass/CompassSans/CompassSans-Bold.ttf') format('truetype');font-weight:700;font-style:normal;}@font-face{font-family:'Bebas Kai';font-style:normal;font-weight:normal;src:url('https://d1e1jt2fj4r8r.cloudfront.net/fonts/BebasKai-Regular.woff') format('woff');}nav#global-navbar header.header .navigation__item.sub-nav-container .sub-nav{background-color:#00375A;}nav#global-navbar header.header .navigation__item.sub-nav-container .sub-nav ul li .nav-link{color:#fff!important;}nav#global-navbar header.header .navigation__item.sub-nav-container .sub-nav ul li .nav-link:hover{background-color:#00253c;}nav#global-navbar header.header div.header__container{border-bottom:2px solid rgba(255, 255, 255, 0.49);}nav#global-navbar header.header.scroll{background-color:#000!important;color:#fff!important;}nav#global-navbar header.header.scroll button.hamburger:before,nav#global-navbar header.header.scroll button.hamburger:after{border-color:#fff;}nav#global-navbar header.header.scroll div.header__container{border-bottom:2px solid #000;}nav#global-navbar header.header.scroll .logo__img--light{display:block;}nav#global-navbar header.header.scroll .logo__img--dark{display:none;}#global-footer div.footer__disclaimer{opacity:1;}#global-footer div.footer__disclaimer p{color:#A8A8A8;}div#modal-global-contact-us div.contact-popup__info a{position:relative!important;}div#modal-global-contact-us div.contact-popup__info a:before,div#modal-global-contact-us div.contact-popup__info a:after{-webkit-transition:0.4s;transition:0.4s;-webkit-text-decoration:none!important;text-decoration:none!important;line-height:1;content:\"\"\"\";height:1px;position:absolute!important;bottom:0;left:0;}div#modal-global-contact-us div.contact-popup__info a:before{width:100%!important;background-color:#ddd!important;}div#modal-global-contact-us div.contact-popup__info a:after{width:0%!important;background-color:#000!important;}div#modal-global-contact-us div.contact-popup__info a:hover:after{width:100%!important;}footer#global-footer a:not(.socials__item){-webkit-text-decoration:none;text-decoration:none;position:relative!important;line-height:1.7;}footer#global-footer a:not(.socials__item):before,footer#global-footer a:not(.socials__item):after{-webkit-transition:0.4s;transition:0.4s;-webkit-text-decoration:none!important;text-decoration:none!important;line-height:1;content:\"\"\"\";height:1px;position:absolute!important;bottom:0;left:0;}footer#global-footer a:not(.socials__item):before{width:100%!important;background-color:#777!important;}footer#global-footer a:not(.socials__item):after{width:0%!important;background-color:#fff!important;}footer#global-footer a:not(.socials__item):hover:after{width:100%!important;}@media only screen and (max-width: 768px) and (min-width: 320px){#modal-global-contact-us .contact-popup__socials.socials{-webkit-box-pack:center!important;-ms-flex-pack:center!important;-webkit-justify-content:center!important;justify-content:center!important;}}","globalCSS":":root{--global-primary-font-family:Montaga,serif;--global-primary-font-family-short:Montaga;--global-secondary-font-family:Montserrat,sans-serif;--global-secondary-font-family-short:Montserrat;--global-body-padding:0px;--global-background-color:#000;--global-body-font-size:14px;--global-h1-font-size:60px;--global-h2-font-size:48px;--global-h3-font-size:26px;--global-h4-font-size:13px;--global-h5-font-size:13px;--global-h6-font-size:13px;--global-section-padding:96px;}@media (max-width: 768px){:root{--global-section-padding:64px;}}body{padding:0px;background-color:#000;font-family:Montserrat,sans-serif;font-size:14px;}@media (min-width: 768px){body{padding:0px 0px 0px 0px;}}h1,h2,h3,h4,h5,h6,button{font-family:Montaga,serif;}h1{font-size:60px;}h2{font-size:48px;}h3{font-size:26px;}h4{font-size:13px;}h5{font-size:13px;}h6{font-size:13px;}","customStyleCSS":".button-style-1{color:rgba(255, 255, 255, 1)!important;background-color:rgba(0, 0, 0, 1)!important;border-color:rgba(0, 0, 0, 0)!important;}.button-style-1:hover{color:rgba(255,255,255,1)!important;background-color:rgba(0,0,0,1)!important;border-color:rgba(0, 0, 0, 1)!important;}.social_icons-style-1 a{border-color:rgba(255, 255, 255, 1)!important;background-color:rgba(255, 255, 255, 0)!important;color:rgba(255, 255, 255, 1)!important;}.social_icons-style-1 a:hover{border-color:rgba(23, 23, 23, 1)!important;background-color:rgba(23, 23, 23, 1)!important;color:rgba(255, 255, 255, 1)!important;}.social_icons-style-1 a i{color:inherit!important;}.social_icons-style-1 a svg,.social_icons-style-1 a svg path{fill:currentColor!important;}.pagination-style-1 li a{color:rgba(0,0,0,1)!important;background-color:rgba(255, 255, 255, 0.08)!important;border-color:rgba(0, 0, 0, 0)!important;}.pagination-style-1 li a:hover{color:rgba(255, 255, 255, 1)!important;background-color:rgba(0, 0, 0, 1)!important;border-color:rgba(0, 0, 0, 1)!important;}.pagination-style-1 li.active a{color:rgba(255, 255, 255, 1)!important;background-color:rgba(0, 0, 0, 1)!important;border-color:rgba(0, 0, 0, 1)!important;}.hyperlink-style-1{color:rgba(0,0,0,1)!important;}.hyperlink-style-1:hover{color:rgba(0, 0, 0, 1)!important;}.hyperlink-style-2{color:rgba(255, 255, 255, 1)!important;}.hyperlink-style-2:hover{color:rgba(255,255,255,1)!important;}.social_icons-style-2 a{border-color:rgba(23, 23, 23, 1)!important;background-color:rgba(255, 255, 255, 0)!important;color:rgba(23, 23, 23, 1)!important;}.social_icons-style-2 a:hover{border-color:rgba(23, 23, 23, 1)!important;background-color:rgba(23, 23, 23, 1)!important;color:rgba(255,255,255,1)!important;}.social_icons-style-2 a i{color:inherit!important;}.social_icons-style-2 a svg,.social_icons-style-2 a svg path{fill:currentColor!important;}.button-style-2{color:rgba(0,0,0,1)!important;background-color:rgba(255,255,255,1)!important;border-color:rgba(0, 0, 0, 0)!important;}.button-style-2:hover{color:rgba(255, 255, 255, 1)!important;background-color:rgba(0, 0, 0, 1)!important;border-color:rgba(0, 0, 0, 1)!important;}.pagination-style-2 li a{color:rgba(255, 255, 255, 1)!important;background-color:rgba(255, 255, 255, 0.08)!important;border-color:rgba(0, 0, 0, 0)!important;}.pagination-style-2 li a:hover{color:rgba(0, 0, 0, 1)!important;background-color:rgba(255, 255, 255, 1)!important;border-color:rgba(255, 255, 255, 0.98)!important;}.pagination-style-2 li.active a{color:rgba(0, 0, 0, 1)!important;background-color:rgba(255, 255, 255, 1)!important;border-color:rgba(255, 255, 255, 0.98)!important;}.button-style-3{color:rgba(0,0,0,1)!important;background-color:rgba(0, 0, 0, 0)!important;border-color:rgba(0,0,0,1)!important;}.button-style-3:hover{color:rgba(0, 0, 0, 1)!important;background-color:rgba(0, 0, 0, 0)!important;border-color:rgba(0, 0, 0, 1)!important;}.button-style-4{color:rgba(255, 255, 255, 1)!important;background-color:rgba(0, 0, 0, 0)!important;border-color:rgba(255, 255, 255, 1)!important;}.button-style-4:hover{color:rgba(255, 255, 255, 1)!important;background-color:rgba(0, 0, 0, 0)!important;border-color:rgba(255, 255, 255, 1)!important;}.button-style-5{color:rgba(255, 255, 255, 1)!important;background-color:rgba(255, 255, 255, 0)!important;border-color:rgba(255, 255, 255, 1)!important;}.button-style-5:hover{color:rgba(0, 0, 0, 1)!important;background-color:rgba(255, 255, 255, 1)!important;border-color:rgba(255,255,255,1)!important;}","seThemesCSS":"","fontLoaders":"<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Montaga:400\"><link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i\">","modals":[{"id":"global-contact-us","dataElementId":"a2e19f71-8cef-4214-99ad-f77f6bd1db94","htmlMarkdown":"<div class=\"contact-popup\">\n  <div class=\"contact-popup__container\">\n    <button class=\"contact-popup__close close\"></button>\n    <div class=\"contact-popup__col\">\n      <h1 class=\"contact-popup__title\">{{title}}</h1>\n      <p>\n        {{description}}\n      </p>\n      <form class=\"contact-popup__form contact-us-form\" data-type=\"contact-form\">\n        <input required name=\"name\" type=\"text\" class=\"inp contact-popup__input\" placeholder=\"Full Name\">\n        <input required type=\"email\" name=\"email\"\n        pattern=\"[a-zA-Z0-9.!#$%&amp;’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)+\" class=\"inp contact-popup__input\" placeholder=\"Email\">\n        <input name=\"phone\" required type=\"tel\" class=\"inp contact-popup__input\" placeholder=\"Phone\">\n        <div class=\"h-pot\">\n          <label for=\"{{sectionDomId}}__ebookMiddleName\">Middle Name</label>\n          <input id=\"{{sectionDomId}}__ebookMiddleName\" name=\"middleName\" value=\"\" autocomplete=\"off\" tabindex=\"-1\">\n        </div>\n        <textarea name=\"message\" required class=\"inp contact-popup__input\" placeholder=\"Message\"></textarea>\n        <div class=\"lp-disclaimer\">{{>phoneDisclaimer customBusinessName=TCRBusinessName activeDisclaimerOption=formDisclaimerOption}}</div>\n        <button class=\"btn btn--solid-black contact-popup__submit {{submitBtnStyle}}\" type=\"submit\">{{buttonText}}</button>\n        <p class=\"success hide\">\n          Message sent successfully!\n        </p>\n      </form>\n      {{#if RedirectAfterFormSubmissionURL}}<a href=\"{{RedirectAfterFormSubmissionURL}}\" target=\"_blank\" class=\"h-pot redirect-link\">link</a>{{/if}}\n    </div>\n\n    <div class=\"contact-popup__col\">\n      \n      {{#if (or agentName phone email)}}\n      <div class=\"contact-popup__info\">\n        <h3 class=\"contact-popup__subtitle\">{{agentName}}</h3>\n        <p>\n          <a href=\"tel:{{phone}}\" class=\"{{linkStyle}}\">{{phone}}</a><br/>\n          <a href=\"mailto:{{email}}\" class=\"{{linkStyle}}\">{{email}}</a>\n        </p>\n      </div>\n      {{/if}}\n      \n      {{#if (or addressTitle address)}}\n      <div class=\"contact-popup__info\">\n        <h3 class=\"contact-popup__subtitle\">{{addressTitle}}</h3>\n        <div>\n          {{{address}}}\n        </div>\n      </div>\n      {{/if}}\n\n      {{>socialIcons options=socialLinks class=\"contact-popup__socials socials\" styleClass=socialStyle linkClass=\"socials__item\"}}\n    </div>\n  </div>\n\n</div>","variables":{"RedirectAfterFormSubmissionURL":"","socialLinks":[{"_id":"La0W2Seoh","link":"https://www.facebook.com/hollysoserealestate/","type":"FACEBOOK"},{"_id":"20690","link":"https://www.instagram.com/hollysose/?hl=en","type":"INSTAGRAM"},{"_id":"20691","link":"https://www.linkedin.com/in/holly-sose/","type":"LINKEDIN"},{"_id":"20692","link":"https://www.youtube.com/@hollysose574","type":"YOUTUBE"}],"agentName":"Holly Sose Group","formDisclaimerOption":"Default","submitBtnStyle":"button-style-1","title":"Get In Touch","TCRBusinessName":"","email":"holly.sose@corcoran.com","linkStyle":"hyperlink-style-1","socialStyle":"social_icons-style-2","phone":"(917) 657-1055","address":"<div id=\"i5jg\"><p>218 West 18th St., 6th Fl<br>New York, NY 10011<br></p></div><style>* { box-sizing: border-box; } body {margin: 0;}ul{list-style:inherit;}</style>","addressTitle":"Address","description":"Enter your contact information below and we'll be sure to get back to you as soon as we can!","buttonText":"SUBMIT","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"primaryFontFamily":"Montaga, serif","primaryFontFamilyShort":"Montaga","secondaryFontFamily":"Montserrat, sans-serif","secondaryFontFamilyShort":"Montserrat","businessName":"Holly Sose","brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","mlsCompliance":{"footer":true,"property":true}},"addMlsDisclaimers":false}],"globalElements":{"navbar":{"id":"c6df654b-56d8-483a-8f3d-5581e27f1aa6","dataElementId":"c6df654b-56d8-483a-8f3d-5581e27f1aa6","htmlMarkdown":"<header class=\"header {{#ifEquals topTheme 'Light'}} theme-light{{else}}{{#ifEquals topTheme 'Auto'}} theme-auto{{/ifEquals}}{{/ifEquals}}\">\n  <div class=\"container\">\n    <div class=\"header__container\">\n      <div class=\"logo__wrap fadeInUp\">\n        <a href=\"/\" class=\"logo\">\n            {{{mediaImage logoDark class=\"logo__img--dark\" sizes=\"250px\" alt=\"Dark Logo\"}}}\n            {{{mediaImage logoLight class=\"logo__img--light\" sizes=\"250px\" alt=\"Light Logo\"}}}\n        </a>\n      </div>\n      <div class=\"header__right\">\n        <div class=\"navigation\">\n          <ul>\n            {{#each nav}}\n              {{#ifEquals type \"LINK\"}}\n              <li class=\"navigation__item wow fadeInUp\" data-wow-delay=\"1.{{@index}}s\">\n                <a {{#if openNewTab}}target=\"_blank\"{{/if}} href=\"{{path}}\" class=\"navigation__link\">\n                  {{content}}\n                </a>\n              </li>\n              {{/ifEquals}}\n              {{#ifEquals type \"BUTTON\"}}\n              <li class=\"navigation__item wow fadeInUp\" data-wow-delay=\"1.{{@index}}s\">\n                <a data-type=\"{{action}}\" class=\"navigation__link\">\n                  {{content}}\n                </a>\n              </li>\n              {{/ifEquals}}\n              {{#ifEquals type \"GROUP\"}}\n              <li class=\"navigation__item sub-nav-container wow fadeInUp\" data-wow-delay=\"1.{{@index}}s\">\n                <a href=\"#\" class=\"navigation__link\">{{content}}</a>\n                <div class=\"width-maker\"></div>\n                <div class=\"sub-nav\">\n                    <ul>\n                        {{#each items}}\n                            {{#ifEquals type \"LINK\"}}\n                                <li><a {{#if openNewTab}}target=\"_blank\"{{/if}} href=\"{{path}}\" class=\"nav-link\">{{content}}</a></li>\n                            {{/ifEquals}}\n                            {{#ifEquals type \"BUTTON\"}}\n                                <li><a class=\"nav-link\" data-type=\"{{action}}\">{{content}}</a></li>\n                            {{/ifEquals}}\n                        {{/each}}\n                    </ul>\n                </div>\n              </li>\n            {{/ifEquals}}\n            {{/each}}\n          </ul>\n        </div>\n\n        <button class=\"hamburger hamburger-component\"></button>\n      </div>\n    </div>\n  </div>\n</header>","variables":{"nav":[{"type":"GROUP","items":[{"path":"/properties/sale","type":"LINK","content":"Featured Properties"},{"path":"/properties/sold","type":"LINK","content":"Past Transactions"}],"content":"Home"},{"path":"/home-search/listings","type":"LINK","items":[],"content":"Meet The Team"},{"path":"/blog","type":"LINK","items":[],"content":"Properties"},{"type":"BUTTON","items":[],"action":"CONTACT_US","content":"Let's Connect"},{"path":"tel:9176571055","type":"LINK","items":[],"content":"(917) 657-1055"}],"topTheme":"Dark","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"primaryFontFamily":"Montaga, serif","primaryFontFamilyShort":"Montaga","secondaryFontFamily":"Montserrat, sans-serif","secondaryFontFamilyShort":"Montserrat","businessName":"Holly Sose","brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","mlsCompliance":{"footer":true,"property":true}},"addMlsDisclaimers":false},"sidemenu":{"id":"658e5a45-06d4-4ed8-9889-e0ecffb58567","dataElementId":"658e5a45-06d4-4ed8-9889-e0ecffb58567","htmlMarkdown":"<div class=\"container overflow-sidemenu\">\n  <header class=\"sidemenu__header\">\n    <a href=\"/\" class=\"logo\">\n      {{mediaImage logoLight class=\"logo__img--light\" sizes=\"200px\" alt=\"logo\"}}\n    </a>\n\n    <button class=\"sidemenu__close toggle\"></button>\n  </header>\n\n  <div class=\"sidemenu__nav\">\n    <ul>\n      {{#each nav}}\n      <li class=\"sidemenu__item\">\n        {{#ifEquals type \"LINK\"}}\n        <a {{#if openNewTab}}target=\"_blank\"{{/if}} href=\"{{path}}\" class=\"sidemenu__link\">{{content}}</a>\n        {{/ifEquals}}\n        {{#ifEquals type \"BUTTON\"}}\n        <button data-type=\"{{action}}\" class=\"sidemenu__link\">{{content}}</button>\n        {{/ifEquals}}\n        {{#ifEquals type \"GROUP\"}}\n        <!--Onclick is added to make work hover on iPhone-->\n        <div class=\"sidemenu__grouped\" onclick=\"\">\n          <div class=\"sidemenu__grouped__wrapper\">\n            <div class=\"title\">{{content}}</div>\n            <div class=\"sub-nav {{#if items.2.type}}three{{/if}} {{#if items.3.type}}four{{/if}} {{#if items.4.type}}five{{/if}} {{#if items.5.type}}more{{/if}}\">\n                <ul>\n                    {{#each items}}\n                        {{#ifEquals type \"LINK\"}}\n                            <li><a {{#if openNewTab}}target=\"_blank\"{{/if}} href=\"{{path}}\" class=\"nav-link primary-font\">{{content}}</a></li>\n                        {{/ifEquals}}\n                        {{#ifEquals type \"BUTTON\"}}\n                            <li><a class=\"nav-link primary-font\" data-type=\"{{action}}\">{{content}}</a></li>\n                        {{/ifEquals}}\n                    {{/each}}\n                </ul>\n            </div>\n          </div>\n        </div>\n        {{/ifEquals}}\n      </li>\n      {{/each}}\n    </ul>\n  </div>\n\n  <div class=\"sidemenu__footer \">\n    {{>socialIcons options=socialLinks class=\"sidemenu__socials socials\" styleClass=socialStyle linkClass=\"socials__item\"}}\n  </div>\n</div>","variables":{"nav":[{"path":"/","show":false,"type":"LINK","image":null,"items":[],"content":"Home","openNewTab":false},{"path":"/team","show":false,"type":"LINK","email":"","image":null,"items":[],"phone":"","style":{},"content":"Meet the Team","openNewTab":false,"fbEventName":null,"gtagConversionId":null,"gtagConversionLabel":null},{"type":"GROUP","items":[{"path":"/properties/sale","type":"LINK","content":"Featured Properties"},{"path":"/properties/sold","type":"LINK","content":"Past Transactions"},{"path":"/developments","type":"LINK","content":"Developments"}],"content":"Properties"},{"path":"/neighborhoods","type":"LINK","items":[],"content":"Neighborhoods"},{"path":"/home-search/listings","type":"LINK","items":[],"content":"Home Search"},{"path":"/blog","type":"LINK","items":[],"content":"Market Reports"},{"path":"/home-valuation","show":false,"type":"LINK","email":"","image":null,"items":[],"phone":"","style":{},"content":"Home Valuation","openNewTab":false,"fbEventName":null,"gtagConversionId":null,"gtagConversionLabel":null},{"_id":"zen5Vy_VN","path":"/testimonials","type":"LINK","items":[],"action":"","content":"Testimonials"},{"path":"/vlog","type":"LINK","items":[],"content":"Vlog"},{"type":"GROUP","items":[{"path":"/buyers","type":"LINK","content":"Buyer's Guide"},{"path":"/sellers","type":"LINK","content":"Seller's Guide"},{"path":"/staging-successstories","type":"LINK","content":"Staging / Success Stories"}],"content":"Resources"},{"_id":"gLI4GyPv7","type":"BUTTON","items":[],"action":"CONTACT_US","content":"Let's Connect"},{"path":"/home-search/account","type":"LINK","items":[],"content":"My Search Portal"}],"socialLinks":[{"_id":"Nu60SIh_g","link":"https://www.facebook.com/hollysoserealestate/","type":"FACEBOOK"},{"_id":"kAkXtcZ5f","link":"https://www.instagram.com/hollysose/?hl=en","type":"INSTAGRAM"},{"_id":"6iRuhkUCc","link":"https://www.linkedin.com/in/holly-sose/","type":"LINKEDIN"},{"_id":"FjMZzhz_-","link":"https://www.youtube.com/@hollysose574","type":"YOUTUBE"}],"socialStyle":"social_icons-style-1","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"primaryFontFamily":"Montaga, serif","primaryFontFamilyShort":"Montaga","secondaryFontFamily":"Montserrat, sans-serif","secondaryFontFamilyShort":"Montserrat","businessName":"Holly Sose","brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","mlsCompliance":{"footer":true,"property":true}},"addMlsDisclaimers":false},"footer":{"id":"e518e474-22a5-4efd-a5c6-0a3b09f783c2","dataElementId":"e518e474-22a5-4efd-a5c6-0a3b09f783c2","htmlMarkdown":"<div class=\"footer\">\n  <div class=\"container\">\n    <div class=\"footer__info\">\n      <div class=\"footer__info-column wow fadeInUp\" data-wow-delay=\".1s\">\n        {{#if customLogo}}\n        {{{mediaImage customLogo class=\"footer__logo\" sizes=\"250px\" alt=\"Logo\"}}}\n        {{else}}\n        {{{mediaImage logoDark class=\"footer__logo logo-dark\" sizes=\"250px\" alt=\"Dark Logo\"}}}\n        {{{mediaImage logoLight class=\"footer__logo logo-light\" sizes=\"250px\" alt=\"Light Logo\"}}}\n        {{/if}}\n        <p>\n          {{agentDetails}}\n        </p>\n      </div>\n      {{#if address}}\n      <div class=\"footer__info-column wow fadeInUp\" data-wow-delay=\".3s\">\n        <h4>Address</h4>\n        <div>\n          {{{address}}}\n        </div>\n      </div>\n      {{/if}}\n      {{#if contact}}\n      <div class=\"footer__info-column wow fadeInUp\" data-wow-delay=\".6s\">\n        <h4>{{contactTitle}}</h4>\n        <div>\n          {{{contact}}}\n        </div>\n      </div>\n      {{/if}}\n    </div>\n    <div class=\"footer__contact\">\n      {{#if displayNewsletterSignup}}\n      <div class=\"footer__contact-column wow fadeInUp\" data-wow-delay=\".3s\">\n        <h4>{{signupTitle}}</h4>\n        <form data-type=\"contact-form\">\n          <div class=\"footer__contact-form\">\n            <input\n            class=\"footer__contact-input inp\"\n            type=\"email\"\n            name=\"email\"\n            placeholder=\"Email\"\n            required\n            />\n            <div class=\"h-pot\">\n              <label for=\"{{sectionDomId}}__footerMiddleName\">Middle Name</label>\n              <input id=\"{{sectionDomId}}__footerMiddleName\" name=\"middleName\" value=\"\" autocomplete=\"off\" tabindex=\"-1\">\n            </div>\n            <input style=\"display: none;\" type=\"text\" name=\"source\" value=\"NEWSLETTER_SIGNUP\" />\n            <button class=\"footer__contact-submit btn btn--solid {{subscribeBtnStyle}}\"\n              type=\"submit\"\n              name=\"subscribe\">{{newsletterButton}}</button>\n          </div>\n          <div class=\"lp-disclaimer\">{{>phoneDisclaimer customBusinessName=TCRBusinessName}}</div>\n        </form>\n      </div>\n      {{/if}}\n      <div class=\"footer__contact-column\">\n        <h4>{{socialTitle}}</h4>\n        {{>socialIcons options=socialLinks class=\"socials\" styleClass=socialStyle linkClass=\"socials__item wow fadeInUp\"}}\n      </div>\n    </div>\n    <div class=\"footer__copyright wow fadeInUp\" data-wow-delay=\".6s\">\n        {{#if luxuryPresenceLogo}}\n            <span class=\"img-wrap\">{{mediaImage luxuryPresenceLogo alt=hostname}}</span>\n        {{/if}}\n        <div class=\"footer__design\">{{luxuryPresenceText}} {{>hyperlink hyperlink=luxuryPresenceHyperlink class=\"link\"}}</div>\n        <p class=\"footer__design\">\n            Copyright &copy; <span class=\"auto-year-update\">2019</span> |  <span><a href=\"/terms-and-conditions\" class=\"{{linkStyle}}\">Privacy Policy</a></span>\n        </p>\n    </div>\n\n    {{#if (or brokerageDisclaimer customDisclaimer)}}\n    <div class=\"footer__disclaimer\">\n      {{#if brokerageDisclaimer }}\n      <div class=\"wow fadeInUp\" data-wow-delay=\".6s\">\n        {{{brokerageDisclaimer}}}\n      </div>\n      {{/if}}\n      {{#if customDisclaimer}}\n      <div class=\"wow fadeInUp\" data-wow-delay=\".6s\">\n        {{{customDisclaimer}}}\n      </div>\n      {{/if}}\n    </div>\n    {{/if}}\n\n    {{#if mlsCompliance.footer}}\n    {{#if (or pageElement.externalMLSInformationLink (striptags pageElement.listingDetailFooter) mlsSearchDisclaimers)}}\n    <div class=\"footer__disclaimers lp-footer-disclaimers wow fadeInUp\" data-wow-delay=\".6s\">\n      \n        {{!-- Disclaimer 1 --}}\n        {{#if pageElement.externalMLSInformationLink}}\n        <div class=\"disclaimer-item\">\n        <div class=\"special-compliance-logo-link\">\n            {{{pageElement.externalMLSInformationLink}}}\n        </div>\n        </div>\n        {{/if}}\n\n        {{!-- Disclaimer 2 --}}\n        {{#if (striptags pageElement.listingDetailFooter)}}\n        <div class=\"disclaimer-item\">\n        {{{pageElement.listingDetailFooter}}}\n        </div>\n        {{/if}}\n\n        {{!-- Disclaimer 3 --}}\n        {{#each mlsSearchDisclaimers}}\n        {{#if (striptags this)}}\n        <div class=\"disclaimer-item\">{{{this}}}</div>\n        {{/if}}\n        {{/each}}\n    </div>\n    {{/if}}\n    {{/if}}\n\n    <div class=\"footer__menu wow fadeInUp\" data-wow-delay=\".6s\">\n      {{#each nav}}\n      {{#ifEquals type \"LINK\"}}\n      <a href=\"{{path}}\" {{#if openNewTab}}target=\"_blank\"{{/if}} class=\"footer__menu-item {{../linkStyle}}\">{{content}}</a>\n      {{/ifEquals}}\n      {{#ifEquals type \"BUTTON\"}}\n      <a data-type=\"{{action}}\" class=\"footer__menu-item {{../linkStyle}}\">{{content}}</a>\n      {{/ifEquals}}\n      {{/each}}\n    </div>\n\n  </div>\n  {{#if RedirectAfterFormSubmissionURL}}<a href=\"{{RedirectAfterFormSubmissionURL}}\" target=\"_blank\" class=\"h-pot redirect-link\">link</a>{{/if}}\n</div>\n\n<div class=\"thank-you-modal closed\">\n  <div>\n    <h2>Email Added To\n      Subscription List</h2>\n  </div>\n  <div>\n    <button class=\"btn\">Okay</button>\n  </div>\n</div>","variables":{"fontColor":"#FFF","backgroundColor":"#000","isFontColorLight":true,"isFontColorDark":false,"isBackgroundColorLight":false,"isBackgroundColorDark":true,"agentDetails":"","contact":"<div class=\"c2407\">\n<div class=\"c2407\">\n<div class=\"c2407\">\n<p><a href=\"tel:9176571055\">(917) 657-1055</a></p>\n</div>\n</div>\n</div>\n<style type=\"text/css\"><!--br {mso-data-placement:same-cell;}--></style>\n<div class=\"c2407\">\n<div class=\"c2407\">\n<p><a href=\"mailto:holly.sose@corcoran.com\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;holly.sose@corcoran.com&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:14651,&quot;3&quot;:{&quot;1&quot;:0,&quot;3&quot;:1},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;6&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;7&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;8&quot;:{&quot;1&quot;:[{&quot;1&quot;:2,&quot;2&quot;:0,&quot;5&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215}},{&quot;1&quot;:0,&quot;2&quot;:0,&quot;3&quot;:3},{&quot;1&quot;:1,&quot;2&quot;:0,&quot;4&quot;:1}]},&quot;11&quot;:4,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:6710886},&quot;15&quot;:&quot;Hind&quot;,&quot;16&quot;:11}\">holly.sose@corcoran.com</span></a></p>\n</div>\n</div>\n<style>* { box-sizing: border-box; } body {margin: 0;}.c2407{padding:0 0 0 0;border:none black;}</style>\n<style type=\"text/css\"><!--br {mso-data-placement:same-cell;}--></style>","luxuryPresenceLogo":"https://media-production.lp-cdn.com/media/f1e3ab2e-f8ba-4b19-b365-399c67d87173","customDisclaimer":"<div>Holly Sose Team at the Corcoran Group</div>\n<div>Licensed Real Estate Salesperson&nbsp;</div>\n<div>&nbsp;</div>\n<div><a class=\"\" href=\"https://dos.ny.gov/system/files/documents/2021/08/fairhousingnotice.pdf\" target=\"_blank\" rel=\"noopener\">Fair Housing Notice</a>&nbsp;</div>\n<div><a class=\"link hyperlink-style-2\" href=\"https://cloud-prod.corcoranlabs.com/pdf-docs/StandardizedOperatingProcedure2022-04-04.pdf\" target=\"_blank\" rel=\"noopener\">Corcoran Standard Operating Procedures.</a></div>\n<div><a class=\"link hyperlink-style-2\" href=\"https://www.ecorcoran.com/uploaded_doc/Reasonable_Modification__Accommodation_Notice_May_2022.pdf\" target=\"_blank\" rel=\"noopener\">Reasonable Accommodations</a></div>\n<div>&nbsp;</div>\n<div style=\"font-size: 12px;\">Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other New York.</div>\n<div style=\"font-size: 12px;\">&nbsp;</div>\n<div style=\"font-size: 12px;\">Corcoran is committed to uploading the principles of all applicable fair housing laws, standardized operating procedures, and reasonable accommodations.</div>\n<div>&nbsp;</div>\n<div style=\"font-size: 12px;\">Prerequisites for prospective homebuyers in order to receive services from Corcoran: i. There is no general requirement to provide photo identification prior to a property showing. However, prior to entry to a Corcoran office, customers may be required to present photo identification for security or similar purposes. Also, individual property owners may require photo identification prior to a showing, and we will communicate this information to buyers or tenants in advance of such showing. ii. An exclusive buyer representation agreement is not required. iii. A pre-approval for a mortgage loan is not required to work with us, per se, however, individual property owners may require one &ndash; and if so, we will communicate that to buyers as applicable for any properties buyers may wish to view.</div>\n<div>&nbsp;</div>\n<p><img src=\"https://media-production.lp-cdn.com/media/e3d954d3-c73a-4c15-97b3-06dff2a0f325\" width=\"100\" height=\"auto\"></p>","nav":[{"path":"/","show":false,"type":"LINK","email":"","image":null,"phone":"","style":{},"content":"Home","openNewTab":false,"fbEventName":null,"gtagConversionId":null,"gtagConversionLabel":null},{"path":"/team","type":"LINK","items":[],"content":"Meet the Team"},{"_id":"OayRcscAW","path":"/properties/sale","type":"LINK","image":null,"items":[],"content":"Featured Properties","openNewTab":false},{"type":"BUTTON","items":[],"action":"CONTACT_US","content":"Contact Us"}],"socialStyle":"social_icons-style-1","socialTitle":"Connect With Us","newsletterButton":"SUBSCRIBE","luxuryPresenceHyperlink":{"id":"155","path":"https://www.luxurypresence.com/real-estate-website-design/","show":true,"type":"LINK","email":"","phone":"","style":"hyperlink-style-2","content":"Luxury Presence","openNewTab":true},"subscribeBtnStyle":"button-style-2","TCRBusinessName":"","signupTitle":"Subscribe to Our Newsletter","displayNewsletterSignup":true,"socialLinks":[{"_id":"20600","link":"https://www.facebook.com/hollysoserealestate/","type":"FACEBOOK"},{"_id":"20603","link":"https://www.instagram.com/hollysose/?hl=en","type":"INSTAGRAM"},{"_id":"_fFAH4urZ","link":"https://www.linkedin.com/in/holly-sose/","type":"LINKEDIN"},{"_id":"20608","link":"https://www.youtube.com/@hollysose574","type":"YOUTUBE"}],"customLogo":"","contactTitle":"Contact","address":"<div class=\"c2299\">\n<p><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;218 West 18th Street 6th Floor, 6th Floor, New York, NY 10011 USA&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:14851,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:6710886},&quot;15&quot;:&quot;Hind&quot;,&quot;16&quot;:11}\">524 Broadway 3FL</span></p>\n<p><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;218 West 18th Street 6th Floor, 6th Floor, New York, NY 10011 USA&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:14851,&quot;3&quot;:{&quot;1&quot;:0},&quot;4&quot;:{&quot;1&quot;:2,&quot;2&quot;:16777215},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:6710886},&quot;15&quot;:&quot;Hind&quot;,&quot;16&quot;:11}\">New York, NY 10012</span></p>\n</div>\n<style>* { box-sizing: border-box; } body {margin: 0;}.c2299{padding:0 0 0 0;border:none black;}</style>","linkStyle":"","RedirectAfterFormSubmissionURL":"","luxuryPresenceText":"Real Estate Website Design by","logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"primaryFontFamily":"Montaga, serif","primaryFontFamilyShort":"Montaga","secondaryFontFamily":"Montserrat, sans-serif","secondaryFontFamilyShort":"Montserrat","businessName":"Holly Sose","brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","mlsCompliance":{"footer":true,"property":true}},"addMlsDisclaimers":true},"mobileContact":{"id":"befe5af2-a6ca-4119-924a-a85d96d36b51","dataElementId":"befe5af2-a6ca-4119-924a-a85d96d36b51","htmlMarkdown":"<div class=\"btn-holder\" \nstyle=\"\n--backgroundColor: {{background}}; \n--textColor: {{text}}; \n--pillTextColor: {{pillTextColor}}; \n--pillBackgroundColor: {{pillBackgroundColor}};\">\n\n    {{>hyperlink hyperlink=searchURL class=\"search-btn lp-ico lp-ico-search visible\"}}\n    <button type=\"button\" class=\"connect-btn lp-ico lp-ico-arrow-top visible\">{{pillText}}</button>\n</div>\n\n\n<div class=\"pop-up\" style=\"--backgroundColor: {{background}}; --textColor: {{text}};\">\n  <div class=\"lp-container\">\n    <form data-type=\"contact-form\" class=\"contact-form\">\n      <div class=\"contact-form__container\">\n        {{#if formHeading}}\n          <h3 class=\"lp-h3\">{{formHeading}}</h3>\n        {{/if}}\n      \n        <div class=\"contact-form__content\">\n          <div class=\"contact-form__inputs-container\">\n            <div class=\"contact-form__item\">\n              <input\n                id=\"{{sectionDomId}}__FullName\"\n                type=\"text\" name=\"name\"\n                class=\"lp-input {{#ifEquals formInputTheme \"Light\"}}lp-input--light{{/ifEquals}}{{#ifEquals formInputTheme \"Dark\"}}lp-input--dark{{/ifEquals}}\"\n                required\n                placeholder=\"Full Name\">\n            </div>\n            <div class=\"contact-form__item\">\n              <input\n                id=\"{{sectionDomId}}__Email\"\n                type=\"email\" name=\"email\"\n                class=\"lp-input js-email-input {{#ifEquals formInputTheme \"Light\"}}lp-input--light{{/ifEquals}}{{#ifEquals formInputTheme \"Dark\"}}lp-input--dark{{/ifEquals}}\"\n                required\n                placeholder=\"Email\">\n            </div>\n            <div class=\"contact-form__item\"> \n              <input\n                class=\"lp-input {{#ifEquals formInputTheme \"Light\"}}lp-input--light{{/ifEquals}}{{#ifEquals formInputTheme \"Dark\"}}lp-input--dark{{/ifEquals}}\"\n                type=\"tel\" \n                placeholder=\"Phone\"\n                id=\"{{sectionDomId}}__Phone\"\n                name=\"phone\"\n                required>\n            </div>\n\n            <div class=\"contact-form__item input-group-select\">\n              <select name=\"interest\" id=\"{{sectionDomId}}-field-interest\" placeholder=\"Interest\"\n                class=\"lp-input dropdown-select js-select js-form-element {{#ifEquals formInputTheme \"Light\"}}lp-input--light{{/ifEquals}}{{#ifEquals formInputTheme \"Dark\"}}lp-input--dark{{/ifEquals}}\" required>\n                <option value=\"\" disabled selected data-label=\"Interest\">Interested in...</option>\n                {{#each interestedInOptions}}\n                <option value=\"{{this}}\">{{this}}</option>\n                {{/each}}\n              </select>\n              <label for=\"{{sectionDomId}}-field-interest\" class=\"lp-label sr-only\">Interest</label>\n            </div>\n\n            <div class=\"contact-form__item\">\n              <textarea\n                name=\"message\"\n                rows=\"4\"\n                id=\"{{sectionDomId}}__Message\"\n                class=\"lp-input {{#ifEquals formInputTheme \"Light\"}}lp-input--light{{/ifEquals}}{{#ifEquals formInputTheme \"Dark\"}}lp-input--dark{{/ifEquals}}\"\n                placeholder=\"Message\"\n                required></textarea>\n            </div>\n            <div class=\"lp-disclaimer\">{{>phoneDisclaimer customBusinessName=TCRBusinessName activeDisclaimerOption=formDisclaimerOption}}</div>\n            <button type=\"submit\" class=\"lp-btn lp-btn--filled lp-btn--dark submit {{button.style}} contact-form__item\">Submit</button>\n            \n            <div class=\"lp-h-pot\">\n              <input id=\"{{sectionDomId}}__newsSignMiddleName\" name=\"middleName\" value=\"\" autocomplete=\"off\" tabindex=\"-1\">\n            </div>\n            \n            <input style=\"display: none;\" type=\"text\" name=\"source\" value=\"CONTACT_INQUIRY\" />\n            <input type=\"hidden\" name=\"button_text\" value=\"{{pillText}}\">\n          </div>\n        </div>\n      </div>\n\n\n      <div class=\"success-block\">\n        {{#if successMessage}}\n          <h3 class=\"lp-h3 success-message\">{{{successMessage}}}</h3>\n        {{/if}}\n\n        {{>button button=button class=\"lp-btn lp-btn--filled lp-btn--dark\"}}\n      </div>\n    </form>\n\n    <button type=\"button\" class=\"close-btn lp-ico lp-ico-close\"></button>\n  \n  </div>\n</div>\n\n","variables":{"formHeading":"Leave a Message","interestedInOptions":["Selling & Buying","Selling","Buying","Renting","Other"],"text":"rgba(255, 255, 255, 1)","pillText":"Let's Connect","background":"rgba(20, 20, 20, 1)","successMessage":"Thank you for your message. We will be in touch with you shortly.","TCRBusinessName":"","searchURL":{"path":"/home-search","show":false,"type":"LINK","content":"Search"},"formDisclaimerOption":"Default","pillTextColor":"rgba(26, 26, 26, 1)","pillBackgroundColor":"rgba(255, 255, 255, 1)","formInputTheme":"Light","button":{"path":"/properties","show":false,"type":"LINK","style":"","content":"Explore Our Properties"},"logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"primaryFontFamily":"Montaga, serif","primaryFontFamilyShort":"Montaga","secondaryFontFamily":"Montserrat, sans-serif","secondaryFontFamilyShort":"Montserrat","businessName":"Holly Sose","brokerageDisclaimer":"Equal Housing Opportunity. This website is not the official website of The Corcoran Group or its affiliated companies, and neither The Corcoran Group nor its affiliated companies in any way warrant the accuracy of any information contained herein. Any property or services offered for sale on this website shall not be considered an offer to sell such goods or services in any state other than New York.","brokerageFormDisclaimer":"By providing your name, signature and phone number, you consent to receiving sales calls and texts from or on behalf of The Corcoran Group at the number provided. Consent to such communications is not a condition of purchasing any property, goods, or services. Message and data rates may apply.","mlsCompliance":{"footer":true,"property":true}},"dataSource":{"companyId":"4db22e1a-010a-43ac-a6b6-da30ad6b01fb","pageSectionId":"befe5af2-a6ca-4119-924a-a85d96d36b51","resource":"agent","resourceSelection":null,"variables":{}},"addMlsDisclaimers":false}},"globalOptions":[],"faviconHtml":"<link rel=\"icon\" type=\"image/x-icon\" href=\"/favicon.ico\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\">\n    <link rel=\"icon\" type=\"image/png\" sizes=\"48x48\" href=\"/favicon-48x48.png\">","pageDefaultSeoImage":"","theme":{"logoDark":{"id":"99769384-1878-4416-90ff-9a5c7e8f9a81","alt":null,"bytes":22117,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","description":null,"displayName":"corcoran-logo-dark","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/oizffj2e4dkqmkvxbjpp","originalFileName":"corcoran logo dark"},"logoLight":{"id":"90f143c8-0ab0-45ab-bf9b-6638deff0213","alt":null,"bytes":22089,"width":1956,"format":"png","height":292,"shared":true,"curated":false,"duration":null,"largeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1920/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","smallUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=960/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","authorUrl":null,"mediumUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=1280/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","sourceUrl":null,"xLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","__typename":"Media","altTagText":null,"authorName":null,"sourceName":"r2","xxLargeUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","description":null,"displayName":"corcoran-logo-light","originalUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","resourceType":"image","thumbnailUrl":"https://media-production.lp-cdn.com/cdn-cgi/image/format=auto,quality=85,fit=scale-down,width=320/https://media-production.lp-cdn.com/media/rqbhiasvhwpmfriz73um","originalFileName":"corcoran logo light"},"primaryFontFamily":"Montaga, serif","primaryFontFamilyShort":"Montaga","secondaryFontFamily":"Montserrat, sans-serif","secondaryFontFamilyShort":"Montserrat","businessName":"Holly Sose"},"cssClass":null,"mlsDisclaimers":[{"id":"trestle_rebny","logo":"https://res.cloudinary.com/luxuryp/images/f_auto,q_auto/ghg6svcisrh0ovuycxeb/rls_logo_vertical2020","searchDisclaimer":"<div style=\"text-align: left;\"><span style=\"font-size: 8pt;\"><span style=\"font-size: 8pt;\">Listing information for certain New York City properties provided courtesy of the Real Estate Board of New York&rsquo;s Residential Listing Service (the &ldquo;RLS&rdquo;). <span style=\"font-weight: 400; font-size: 8pt;\">RLS Data display by Corcoran Group. </span>The information contained in this listing has not been verified by the RLS and should be verified by the consumer. The listing information provided here is for the consumer&rsquo;s personal, non-commercial use. Retransmission, redistribution or copying of this listing information is strictly prohibited except in connection with a consumer's consideration of the purchase and/or sale of an individual property. This listing information is not verified for authenticity or accuracy and is not guaranteed and may not reflect all real estate activity in the market. <span style=\"font-weight: 400; font-size: 8pt;\">&copy;2026 </span>The Real Estate Board of New York, Inc., all rights reserved. </span></span><span style=\"font-size: 8pt; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\">This advertisement does not suggest that the broker has a listing in this property or properties or that any property is currently available.</span></div>\n<p style=\"text-align: left;\"><span style=\"font-size: 8pt;\">This information is not verified for authenticity or accuracy and is not guaranteed and may not reflect all real estate activity in the market. <span style=\"font-weight: 400; font-size: 8pt;\">&copy;2026 </span>&nbsp;The Real Estate Board of New York, Inc., All rights reserved</span></p>"}],"passwordProtection":null,"myhomeDashboardEnabled":false,"qualifyingQuestionsModalEnabled":true,"loadCustomModals":false}