/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/*!
 * modified Simple lightbox effect in pure JS
 * @see {@link https://github.com/squeral/lightbox}
 * @see {@link https://github.com/squeral/lightbox/blob/master/lightbox.js}
 * passes jshint
 */.iframe-lightbox,.iframe-lightbox .backdrop{width:100%;height:100%;top:0;left:0}.iframe-lightbox{display:none;position:fixed;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;
	/*!
 * @see {@link https://github.com/englishextra/iframe-lightbox/issues/10}
 * @see {@link https://github.com/englishextra/iframe-lightbox/issues/14}
 */z-index:999999}.iframe-lightbox .backdrop{position:absolute;background-color:rgba(0,0,0,.92);cursor:default}.iframe-lightbox .content-holder{width:80%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-right:-50%}.iframe-lightbox .content{height:0;position:relative;padding-bottom:56.25%}.iframe-lightbox .content>.body{position:absolute;top:0;left:0;width:100%;height:100%}

/*!
 * another pure css spinner
 * @see {@link https://epic-spinners.epicmax.co/}
 */.iframe-lightbox .content>.body .half-circle-spinner,.iframe-lightbox .content>.body .half-circle-spinner *{-webkit-box-sizing:border-box;box-sizing:border-box}.iframe-lightbox .content>.body .half-circle-spinner{width:60px;height:60px;border-radius:100%;position:relative;position:fixed;top:50%;left:50%;margin:0 -50% 0 0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.iframe-lightbox .content>.body .half-circle-spinner .circle{content:"";position:absolute;width:100%;height:100%;border-radius:100%;border:6px solid rgba(0,0,0,0)}.iframe-lightbox .content>.body .half-circle-spinner .circle.circle-1{border-top-color:#fff;-webkit-animation:half-circle-spinner-animation 1s infinite;animation:half-circle-spinner-animation 1s infinite}.iframe-lightbox .content>.body .half-circle-spinner .circle.circle-2{border-bottom-color:#fff;-webkit-animation:half-circle-spinner-animation 1s infinite alternate;animation:half-circle-spinner-animation 1s infinite alternate}@-webkit-keyframes half-circle-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes half-circle-spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.iframe-lightbox .content>.body.is-loaded .half-circle-spinner{display:none}.iframe-lightbox iframe{display:block;width:100%;height:100%;border:0;-webkit-box-shadow:.267rem .267rem .267rem 0 rgba(3,3,3,.3);box-shadow:.267rem .267rem .267rem 0 rgba(3,3,3,.3);
	/*!
 * in js: iframe onload="this.style.opacity=1;" style="opacity:0;border:none;"
 */-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.iframe-lightbox.is-showing{display:block}.iframe-lightbox.is-opened{opacity:1}.iframe-lightbox .btn-close{display:block;position:fixed;top:1rem;right:1rem;width:1.5rem;height:1.5rem;font-size:1rem;outline:none;cursor:pointer;border:0;background-color:rgba(0,0,0,0)}

/*!
 * pure css version
 * @see {@link https://codepen.io/brissmyr/pen/egidw}
 */.iframe-lightbox .btn-close:after,.iframe-lightbox .btn-close:before{content:" ";width:.125em;height:1.5em;position:absolute;top:0;right:.688em;background-color:#fff}.iframe-lightbox .btn-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.iframe-lightbox .btn-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}

/*!
 * @see {@link https://github.com/englishextra/iframe-lightbox/issues/12}
 */.iframe-lightbox--open{overflow:hidden;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto;height:auto}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;top:50%;margin:-55px 0 0;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset rgba(0,0,0,0)}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.flickity-enabled.is-fullscreen{position:fixed;left:0;top:0;width:100%;background:rgba(0,0,0,.9);padding-bottom:35px;z-index:1}.flickity-enabled.is-fullscreen .flickity-page-dots{bottom:10px}.flickity-enabled.is-fullscreen .flickity-page-dots .dot{background:#fff}html.is-flickity-fullscreen{overflow:hidden}.flickity-fullscreen-button{display:block;right:10px;top:10px;width:24px;height:24px;border-radius:4px}.flickity-rtl .flickity-fullscreen-button{right:auto;left:10px}.flickity-fullscreen-button-exit{display:none}.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit{display:block}.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view{display:none}.flickity-fullscreen-button .flickity-button-icon{position:absolute;width:16px;height:16px;left:4px;top:4px}h1,h2{font-family:Aeonik,sans-serif;font-weight:600}.component .c-wysiwyg a,.component .wysiwyg a{color:#f419f4}.c-slide-nav{z-index:500}.c-sticky-header{z-index:600}.c-hero{z-index:1}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeInFromLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInFromLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:719px){.only-desktop{display:none}}@media screen and (min-width:720px){.only-mobile{display:none}}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html{font-size:1em;line-height:1.4375;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:100%;color:#0c0c0c;font-family:Aeonik,sans-serif;scroll-behavior:smooth}body{min-height:100vh;background-color:#fcf0ed}body:not(.home) main{margin-top:225px}p{margin-bottom:24px;margin-top:0}img{display:block;max-width:100%;height:auto;margin:0}#onetrust-banner-sdk.otCenterRounded{max-width:750px!important;width:70%;font-family:Aeonik,sans-serif!important}@media only screen and (max-width:1000px) and (min-width:896px){#onetrust-banner-sdk.otCenterRounded{width:80%!important}}@media only screen and (max-width:500px){#onetrust-banner-sdk.otCenterRounded button{width:100%!important}}#onetrust-banner-sdk.otCenterRounded .has-reject-all-button #onetrust-pc-btn-handler,#onetrust-banner-sdk.otCenterRounded .has-reject-all-button .banner-actions-container{max-width:520px!important}@media only screen and (max-width:700px){#onetrust-banner-sdk.otCenterRounded .has-reject-all-button #onetrust-pc-btn-handler,#onetrust-banner-sdk.otCenterRounded .has-reject-all-button .banner-actions-container{width:100%!important;text-align:center!important;max-width:100%!important}}#onetrust-banner-sdk,#onetrust-pc-sdk{max-height:90vh;background-color:#fcf0ed!important;-webkit-box-shadow:none!important;box-shadow:none!important}#onetrust-banner-sdk div,#onetrust-banner-sdk h3,#onetrust-banner-sdk h4,#onetrust-banner-sdk p,#onetrust-pc-sdk div,#onetrust-pc-sdk h3,#onetrust-pc-sdk h4,#onetrust-pc-sdk p{color:#0c0c0c!important;font-weight:inherit!important;font-size:inherit!important;background-color:rgba(0,0,0,0)!important}#onetrust-banner-sdk a,#onetrust-banner-sdk button,#onetrust-pc-sdk a,#onetrust-pc-sdk button{font-size:inherit!important;font-weight:700!important;border-radius:inherit!important;background-color:rgba(0,0,0,0)!important;color:inherit!important;text-align:center!important;border-color:#bfbfbf!important;outline-color:#bfbfbf!important}#onetrust-banner-sdk a:focus,#onetrust-banner-sdk button:focus,#onetrust-pc-sdk a:focus,#onetrust-pc-sdk button:focus{outline:none!important}#onetrust-banner-sdk a:focus-visible,#onetrust-banner-sdk button:focus-visible,#onetrust-pc-sdk a:focus-visible,#onetrust-pc-sdk button:focus-visible{outline:2px}#onetrust-banner-sdk a#accept-recommended-btn-handler,#onetrust-banner-sdk a#onetrust-accept-btn-handler,#onetrust-banner-sdk a.save-preference-btn-handler,#onetrust-banner-sdk button#accept-recommended-btn-handler,#onetrust-banner-sdk button#onetrust-accept-btn-handler,#onetrust-banner-sdk button.save-preference-btn-handler,#onetrust-pc-sdk a#accept-recommended-btn-handler,#onetrust-pc-sdk a#onetrust-accept-btn-handler,#onetrust-pc-sdk a.save-preference-btn-handler,#onetrust-pc-sdk button#accept-recommended-btn-handler,#onetrust-pc-sdk button#onetrust-accept-btn-handler,#onetrust-pc-sdk button.save-preference-btn-handler{background-color:#ffbcff!important;border-color:#ffbcff!important;color:#fcf0ed!important}#onetrust-banner-sdk #ot-pc-content,#onetrust-pc-sdk #ot-pc-content{top:16px!important}#onetrust-banner-sdk #ot-pc-title,#onetrust-pc-sdk #ot-pc-title{font-size:1.4rem!important}#onetrust-banner-sdk #onetrust-policy-text,#onetrust-pc-sdk #onetrust-policy-text{line-height:1.6!important;font-size:16px!important}#onetrust-banner-sdk .ot-pc-header,#onetrust-pc-sdk .ot-pc-header{height:0!important;padding:0!important;border:none!important}#onetrust-banner-sdk .ot-pc-footer-logo,#onetrust-banner-sdk .ot-pc-logo,#onetrust-pc-sdk .ot-pc-footer-logo,#onetrust-pc-sdk .ot-pc-logo{display:none!important}#onetrust-banner-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob,#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob{border-color:#bfbfbf!important;background-color:#ffbcff!important}#onetrust-banner-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before,#onetrust-pc-sdk .ot-tgl input:checked+.ot-switch .ot-switch-nob:before{border-color:#0c0c0c!important;background-color:#fcf0ed!important}body #onetrust-consent-sdk #onetrust-pc-sdk #ot-host-lst .ot-host-info,body #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-ven-dets{background-color:inherit;color:#000}.t-single-post{background-color:#fcf0ed;padding-bottom:24px}@media screen and (min-width:720px){.t-single-post{padding-bottom:48px}}@media screen and (min-width:1024px){.t-single-post{padding-bottom:96px}}.t-single-post__wrapper{width:100%;max-width:1024px;padding-left:24px;padding-right:24px;margin:0 auto}.t-single-post__cover{position:relative;background-color:#0c0c0c;font-size:0;max-height:600px;overflow:hidden}.t-single-post__gradient{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,0)));background:-o-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,0));position:absolute;width:100%;height:100%;top:0;z-index:1}.t-single-post__cover-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.t-single-post__cover-image.no-image{height:100px}.t-single-post__content-wrapper{width:100%;display:-ms-grid;display:grid;gap:24px;-ms-grid-columns:250px 1fr;grid-template-columns:250px 1fr}.t-single-post__content-wrapper h1{margin-bottom:48px}.t-single-post__content-wrapper time{color:#8e8e8e;font-size:20px;font-weight:700}.t-single-post__content{margin-bottom:24px}.t-single-post__content .alignfull,.t-single-post__content .alignwide{margin:32px calc(50% - 50vw);max-width:100vw;width:100vw}.t-single-post__content li{margin-left:2em}.t-single-post__content .t-single-post__tags a{display:inline-block;color:#fcf0ed;margin-bottom:2px;padding:2px 6px;text-decoration:none;margin-right:4px}.t-single-post__content p{font-size:20px;line-height:1.8}.t-single-post__content figure{position:relative;text-align:center}.t-single-post__content .wp-block-quote{margin:96px auto 24px 24px;position:relative;text-align:center}.t-single-post__content .wp-block-quote cite{display:inline-block;font-size:20px;margin:24px}.t-single-post__content .wp-block-quote p{font-style:italic;font-weight:700;font-size:32px;line-height:1.4}.t-single-post__content .wp-block-quote img,.t-single-post__content .wp-block-quote p{max-width:100%;margin:auto;padding:0!important}.t-single-post__content .wp-block-quote:before{content:"“";font-family:sans-serif;font-size:120px;height:0;line-height:0;position:absolute;top:0;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}.t-single-post__content.wide .wp-block-gallery{max-width:none!important;width:100%}.t-single-post__content .blocks-gallery-grid{padding:0;margin:0}.t-single-post__content>p:first-of-type{font-weight:700;font-size:1.2em}.t-single-post__content .wp-block-image .aligncenter{max-width:719px}.t-single-post__back-btn{display:inline-block;color:#8e8e8e;font-size:20px;font-weight:700;margin:24px 0;text-decoration:none}.t-single-property{overflow:hidden;color:#0c0c0c}.t-single-property__bg{padding:0 0 24px;background-color:#fcf0ed;color:#0c0c0c}.t-single-property__bg.bg--white{background-color:#fcf0ed;color:#f6f6f6}.t-single-property__bg.bg--dark{background-color:#1f1f1f;color:#fcf0ed}.t-single-property__bg.bg--gallery,.t-single-property__bg.bg--location-highlights{padding-left:0;padding-right:0;margin-top:4rem}@media screen and (min-width:720px){.t-single-property__bg{padding-bottom:48px}}.t-single-property__wrapper{width:100%;max-width:1440px;margin:0 auto}.t-single-property__image-wrap{position:relative;font-size:0}.t-single-property__image-wrap .c-property__badge{position:absolute;width:120px;height:120px;top:24px;right:0;z-index:10}.t-single-property__name{display:inline-block;margin-top:12px;background:rgba(0,0,0,0);padding:0;margin-bottom:0;font-family:Aeonik,sans-serif;font-weight:400;font-size:1.1em}.t-single-property__cover-image{width:100vw;max-width:100vw;position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-height:70vh;-o-object-fit:cover;object-fit:cover}.t-single-property__content-area{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 24px}@media screen and (min-width:720px){.t-single-property__content-area{padding:0}}.t-single-property__content-area .t-single-property__description{font-family:Aeonik,sans-serif;color:#0c0c0c;font-size:1.2em;margin-bottom:72px}@media screen and (min-width:1024px){.t-single-property__content-area .t-single-property__description{margin-bottom:0}}.t-single-property__sidebar{max-width:400px}.t-single-property__sidebar>*{margin-bottom:16px}@media screen and (min-width:720px) and (max-width:1023px){.t-single-property__sidebar{display:-ms-grid;display:grid;grid-gap:16px;max-width:100%;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));-ms-grid-rows:()[2];grid-template-rows:repeat(2);margin-left:48px}}@media screen and (min-width:720px){.t-single-property__sidebar{margin-right:48px}}@media screen and (min-width:1024px){.t-single-property__sidebar{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:240px;-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}}.t-single-property__sidebar .c-property-contact-persons{padding-left:0}@media screen and (min-width:1024px){.t-single-property__sidebar .c-property-contact-persons{margin-top:-60px}}.t-single-property__sidebar .c-property-building-services ul{padding-left:0}.t-single-property__sidebar .c-property-info{padding:0}.t-single-property__sidebar .c-property-info ul{padding-left:0}.t-single-property__content{grid-area:content;padding-top:24px;-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width:720px){.t-single-property__content{padding:48px}}@media screen and (min-width:1024px){.t-single-property__content>*{margin-left:10%;margin-right:24%}}@media screen and (min-width:720px){.t-single-property__content .t-single-property__content>*{margin-left:5%;margin-right:10%}}@media screen and (min-width:1200px){.t-single-property__content .c-property-building-services{margin-top:-24px;max-width:400px}}@media screen and (min-width:1600px){.t-single-property__content .c-property-building-services{max-width:600px}}.t-single-property__title{font-family:Aeonik,sans-serif;font-size:1.8rem;color:#0c0c0c;margin-top:0;margin-bottom:0}@media screen and (min-width:720px){.t-single-property__title{margin-top:24px}}.t-single-property__address{font-family:Aeonik,sans-serif;font-size:1.1em;font-style:normal;color:#0c0c0c;margin-bottom:24px}@media screen and (min-width:720px){.t-single-property__address{margin-bottom:48px}}.t-single-property__address svg{width:15px;height:15px;display:inline-block;margin-right:8px}.t-single-property__neighborhood{text-transform:uppercase}.t-single-property__ingress{font-family:Aeonik,sans-serif;font-size:1.4em;color:#0c0c0c;margin-bottom:24px}@media screen and (min-width:720px){.t-single-property__ingress{margin-bottom:48px}}.t-single-property__print-btn{background-color:#fff;font-family:Aeonik,sans-serif;font-size:1.2em;border:none;text-align:center;text-decoration:none;padding:16px;color:#f6f6f6;width:100%;display:block}.t-single-property__sidebar-buttons h4{margin-bottom:5px;font-family:Aeonik,sans-serif;text-transform:none;font-size:1.1em;font-weight:700}.t-single-property__sidebar-buttons .t-single-property__brochure-link{font-family:Aeonik,sans-serif;font-size:1.2em;margin-top:-1px;border:1px solid #8e8e8e;display:block;color:#fff;text-decoration:none;text-align:center}.t-single-property__sidebar-buttons .t-single-property__brochure-link.primary-button{background-color:#f419f4}.t-single-property__section-title{font-family:Aeonik,sans-serif;font-size:1.4rem;margin-bottom:24px}.t-single-property__details-title{font-family:Aeonik,sans-serif;font-size:1.4rem;text-align:left;margin-top:4rem}.t-single-property__details-subtitle{font-family:Aeonik,sans-serif;font-size:1.3rem;margin-bottom:1.5rem;color:#0c0c0c}@media screen and (min-width:1200px){.t-single-property__details-subtitle{font-size:1.5rem}}.t-single-property__spaces{width:100%;grid-area:spaces;overflow:hidden}.t-single-property__contact-title,.t-single-property__spaces-title{font-family:Aeonik,sans-serif;font-size:1.4rem;max-width:1200px;margin:2rem auto 48px 0;padding-left:24px;text-align:left;font-weight:400;letter-spacing:0}@media screen and (min-width:720px){.t-single-property__contact-title,.t-single-property__spaces-title{margin-left:24px}}@media screen and (min-width:1024px){.t-single-property__contact-title,.t-single-property__spaces-title{padding-left:0;margin:4rem 120px}}.t-single-property__gallery{width:100%;grid-area:gallery}.t-single-property__gallery-title{font-family:Aeonik,sans-serif;font-size:1.4rem}.t-single-property__video{width:100%;grid-area:video}.t-single-property__location-highlights-title,.t-single-property__video-title{font-family:Aeonik,sans-serif;font-size:1.4rem}.t-single-property__highlights{grid-area:highlights;width:100%;padding:24px;background-color:#ff0}.t-single-property__contact{background-color:rgba(0,0,0,0);width:100%}.t-single-property__contact .t-single-property__contact-wrapper{background:rgba(0,0,0,0);width:100%;margin:auto;max-width:1440px;display:-ms-grid;display:grid;grid-template-areas:"persons" "form"}@media screen and (min-width:720px){.t-single-property__contact .t-single-property__contact-wrapper{-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;-ms-grid-rows:auto;grid-template-rows:auto}}@media screen and (min-width:1200px){.t-single-property__contact .t-single-property__contact-wrapper{-ms-grid-columns:40% 60%;grid-template-columns:40% 60%;-ms-grid-rows:auto;grid-template-rows:auto}}#property-contact{padding-left:0}@media screen and (min-width:720px){#property-contact{padding-left:48px;padding-top:24px}}.t-single-property__contact-title{font-family:Aeonik,sans-serif;font-size:28px;padding-left:24px;margin-left:0;text-align:left;font-weight:400;letter-spacing:0;margin-bottom:24px;line-height:100%}@media screen and (min-width:1024px){.t-single-property__contact-title{padding-left:48px}}@media screen and (min-width:720px){.t-single-property__contact-title{margin-bottom:24px;font-size:40px}}.t-single-property__contact-persons{-webkit-align-self:start;-ms-flex-item-align:start;-ms-grid-row-align:start;align-self:start}.t-single-property__contact-form{background-color:rgba(0,0,0,0);color:#fcf0ed;padding:0 24px 24px;position:relative}.t-single-property__contact-form .gform_wrapper input{border-bottom-color:#fcf0ed}@media screen and (min-width:720px){.t-single-property__contact-form{padding:0 48px 48px}.t-single-property__contact-form:after{content:"";position:absolute;width:100vw;height:100%;display:block;background-color:rgba(0,0,0,0);top:0;right:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}.t-single-property__contact-form .contact-us__header{padding-top:0}.c-property-contact-persons__style-tall{margin-top:0;background:rgba(0,0,0,0);padding-left:24px;max-width:350px}@media screen and (min-width:1200px){.c-property-contact-persons__style-tall{max-width:100%;padding-left:48px}}@media screen and (max-width:719px){.c-property-contact-persons__style-tall{padding-bottom:0}}.c-property-contact-persons__style-tall .c-contact-person-card__image{margin-bottom:0;width:calc(100% - 24px);aspect-ratio:0;padding-left:0;padding-right:0;-o-object-position:0;object-position:0}@media screen and (min-width:720px){.c-property-contact-persons__style-tall .c-contact-person-card__image{-o-object-position:24px;object-position:24px;padding-left:0;padding-right:0;width:100%}}@media screen and (min-width:1200px){.c-property-contact-persons__style-tall .c-contact-person-card__image{-o-object-position:0;object-position:0;width:50%}}.c-property-contact-persons__style-tall .c-contact-person-card__info{padding:1rem 24px 0 0}@media screen and (min-width:720px){.c-property-contact-persons__style-tall .c-contact-person-card__info{padding-bottom:24px;padding-right:24px;width:100%}}@media screen and (min-width:1200px){.c-property-contact-persons__style-tall .c-contact-person-card__info{width:50%;padding-right:0}}.t-single-post{background:#fcf0ed;color:#0c0c0c;padding-bottom:0}.t-single-post .t-single-articles{margin-top:100px}.t-single-post .t-single-articles h2{text-align:left;margin-bottom:20px;margin-top:100px}.t-single-post .t-single-post__wrapper{max-width:1200px}.t-single-post h3.wp-block-heading{line-height:32px}.t-single-post h1{font-family:Aeonik,sans-serif;font-style:normal;font-weight:400;font-size:28px;line-height:63px;max-width:1023px;margin-left:auto;margin-right:auto;text-align:center}@media screen and (min-width:720px){.t-single-post h1{font-size:48px}}.t-single-post .t-single-post__share p{margin-bottom:0}.t-single-post .t-single-post__share .t-single-post__share-buttons{padding-left:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:0!important;margin-bottom:24px}.t-single-post .t-single-post__share .t-single-post__share-buttons li{margin-right:12px}.t-single-post .t-single-post__share .t-single-post__share-buttons a{text-indent:-9999px;display:inline-block;font-family:fa-brands,sans-serif;font-size:24px}.t-single-post .t-single-post__share .t-single-post__share-buttons a:after{text-indent:0;display:block;float:left}.t-single-post .t-single-post__share .t-single-post__share-buttons a[href*="facebook.com"]:after{content:"\f09a";color:#0c0c0c}.t-single-post .t-single-post__share .t-single-post__share-buttons a[href*="linkedin.com"]:after{content:"\f0e1";color:#0c0c0c}.t-single-post .t-single-post__share .t-single-post__share-buttons a[href*="twitter.com"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230c0c0c' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8l164.9-188.5L26.8 48h145.6l100.5 132.9zm-24.8 373.8h39.1L151.1 88h-42z'/%3E%3C/svg%3E");width:24px;height:24px;margin-top:5px}.t-single-post .t-single-post__content-wrapper{display:inherit}.t-single-post .t-single-post__content-wrapper .t-single-post__content li,.t-single-post .t-single-post__content-wrapper .t-single-post__content p{font-size:18px;line-height:26px;max-width:719px;margin:0 auto 24px}.t-single-post .t-single-post__content-wrapper .t-single-post__content h2,.t-single-post .t-single-post__content-wrapper .t-single-post__content h3,.t-single-post .t-single-post__content-wrapper .t-single-post__content h4{max-width:719px;margin:0 auto 24px}.t-single-post .t-single-post__content-wrapper .t-single-post__content>p:first-of-type{font-weight:400;font-size:20px;line-height:32px}.t-single-post .t-single-post__content-wrapper .t-single-post__content .wp-block-image figcaption{text-align:left}.t-single-post .t-single-post__content-wrapper .t-single-post__content .wp-block-quote{position:relative;max-width:719px;margin:30px auto}.t-single-post .t-single-post__content-wrapper .t-single-post__content .wp-block-quote:before{content:""}.t-single-post .t-single-post__content-wrapper .t-single-post__content .wp-block-quote p{font-family:Aeonik,sans-serif;font-style:normal;font-weight:400;font-size:32px;line-height:1.2;text-align:center;max-width:719px}.t-single-post .t-single-post__content-wrapper .t-single-post__content .wp-block-quote cite{color:#f419f4;font-size:1.8rem}.c-360 .js-360__overview-carousel{height:0;overflow:hidden}.c-360 .js-360__overview-carousel h3{margin:24px 0 40px}.c-360 .js-360__overview-carousel .carousel-cell{width:100%;height:auto;background:#fcf0ed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.is-fullscreen .c-360 .js-360__overview-carousel{height:100%}.c-360 .js-360__overview-carousel .carousel-cell img{display:block;max-width:90%;max-height:85vh}.c-360 .js-360__overview-carousel .flickity-button{height:0;left:50%}.c-360 .js-360__overview-carousel .flickity-button *{height:0}.c-360 .js-360__overview-carousel.is-fullscreen .flickity-button{position:absolute;width:50px;height:50px;top:24px;border-radius:0;border:1px solid #bfbfbf;-webkit-transform:none;-ms-transform:none;transform:none;cursor:pointer;left:50%;right:auto;background-color:#fcf0ed}.c-360 .js-360__overview-carousel.is-fullscreen .flickity-button .flickity-button-icon{height:auto}.c-360 .js-360__overview-carousel.is-fullscreen .flickity-button:disabled{opacity:.3;cursor:auto;background-color:rgba(0,0,0,0)}.c-360 .js-360__overview-carousel.is-fullscreen .flickity-button.next{bottom:24px;top:auto;margin-left:24px}.c-360 .js-360__overview-carousel.is-fullscreen .flickity-button.previous{bottom:24px;top:auto;margin-left:-25px}.c-360 .js-360__overview-carousel.is-fullscreen .flickity-button.flickity-fullscreen-button-exit{right:24px;left:auto;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282L20.188 0l-8.212 8.318L3.666.115 0 3.781l8.321 8.24-8.206 8.313L3.781 24l8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");background-position:50%;background-color:#fcf0ed}.c-360 .js-360__overview-carousel.is-fullscreen .flickity-button.flickity-fullscreen-button-exit .flickity-button-icon{left:15px;top:16px;display:none}.c-360 .c-360__space{scroll-margin-top:96px;display:-ms-grid;display:grid}@media screen and (min-width:720px){.c-360 .c-360__space{margin-bottom:96px;grid-gap:96px;-ms-grid-columns:2fr 1fr;grid-template-columns:2fr 1fr}}@media screen and (min-width:720px){.c-360 .c-360__space:nth-child(odd){-ms-grid-columns:1fr 2fr;grid-template-columns:1fr 2fr}}@media screen and (min-width:720px){.c-360 .c-360__space:nth-child(2n) .c-360__space-pic{-ms-grid-column:2;grid-column-start:2;-ms-grid-row:1;grid-row-start:1}}.c-360 .c-360__space .c-360__space-floor-plan{position:relative;margin-top:24px}@media screen and (min-width:720px){.c-360 .c-360__space .c-360__space-floor-plan{margin-top:0}}.c-360 .c-360__space .c-360__space-floor-plan .c-360__space-hotspot{position:absolute;content:"➕";width:36px;height:36px}@media screen and (min-width:720px){.c-360 .c-360__space .c-360__space-floor-plan .c-360__space-hotspot{width:48px;height:48px}}.c-360 .c-360__space .c-360__space-floor-plan .c-360s__floor-plan-image{position:relative}.c-360 .c-360__space .c-360__space-floor-plan .c-360s__floor-plan-image img{width:100%}.flickity-enabled.is-fullscreen{height:100%}.c-360__space-details{margin-top:42px}@media screen and (min-width:720px){.c-360__no-hotspots .c-360__space-details{margin-top:0}}.c-360__space-details h2{text-align:left;margin-top:0;margin-bottom:12px}.c-360__space-details .c-360__space-floor-description{margin-bottom:24px}.c-card{font-size:20px}.c-card img{max-height:340px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%}.c-card h3{font-size:40px;margin-bottom:24px}.c-card h4{margin-bottom:12px}.c-card__content{background-color:#e6e6e6;padding:24px 48px 48px}.c-card__price-list{list-style:none;padding:0;margin:0}.c-card__price-list li{border-bottom:1px solid #bfbfbf;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:6px 2px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.component{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;margin-bottom:24px;padding-left:24px;padding-right:24px}.component.component--full{max-width:none;padding-left:0;padding-right:0}.component:last-of-type{margin-bottom:0}.c-contact-form-pardot{background-color:#fcf0ed;color:#fcf0ed;font-size:20px;margin:auto;max-width:1200px;padding:24px;scroll-margin-top:96px;clear:both}@media screen and (min-width:720px){.c-contact-form-pardot{display:-ms-grid;display:grid;gap:24px;font-size:24px;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));padding:72px 96px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form-pardot{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.c-contact-form-pardot a{color:#0c0c0c}.c-contact-form-pardot input[type=date],.c-contact-form-pardot input[type=email],.c-contact-form-pardot input[type=tel],.c-contact-form-pardot input[type=text],.c-contact-form-pardot select,.c-contact-form-pardot textarea{display:block;width:100%;padding:8px;background-color:rgba(0,0,0,0);border:1px solid #000;font-size:1rem}.c-contact-form-pardot textarea{height:144px;font-size:1rem}.c-contact-form-pardot input[type=submit]{background-color:#f419f4;border-radius:100px;border:none;color:#0c0c0c;cursor:pointer;margin-top:24px;padding:12px 24px;white-space:normal;font-size:1rem}.c-contact-form-pardot-heading{-ms-grid-column-span:2;grid-column:span 2}.c-contact-form-pardot__description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form-pardot__description{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}}.c-contact-form-pardot__description label{font-size:1rem;margin-bottom:8px;display:block}@media screen and (min-width:1024px){.c-contact-form-pardot__wrapper:last-child{padding-left:24px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form-pardot__wrapper{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}}.c-contact-form-pardot__input-block{margin-bottom:24px}.c-contact-form-pardot__input-block label{display:block;margin-bottom:8px;font-size:1rem}.c-contact-form-pardot__feedback-types{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr}@media screen and (min-width:720px){.c-contact-form-pardot__feedback-types{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form-pardot__feedback-types{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.c-contact-form-pardot__feedback-type{margin-bottom:12px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form-pardot__feedback-type{margin-right:12px}}.c-contact-form-pardot__message{display:block;float:left;margin-bottom:24px;color:#0c0c0c}.c-contact-form-pardot__message.error{color:#f43e00}.c-contact-form-pardot__tabs{-ms-grid-columns:1fr;grid-template-columns:1fr}@media screen and (min-width:720px){.c-contact-form-pardot__tabs{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));padding:72px 96px 0}}.c-contact-form-pardot__tabs .c-contact-form-pardot__input{display:none}.c-contact-form-pardot__tabs .c-contact-form-pardot__label{width:50%;float:left;display:inline-block;cursor:pointer;padding:20px;text-align:center;font-size:125%;background:#c4c4c4;color:#fcf0ed}.c-contact-form-pardot__tabs #contact-contact:checked~#label-contact,.c-contact-form-pardot__tabs #contact-reservation:checked~#label-reservation{font-weight:700;background:#fff}.c-contact-form-pardot__people{-ms-grid-column-span:2;grid-column:span 2}.c-contact-form{background-color:#fcf0ed;color:#fcf0ed;font-size:20px;margin:auto;max-width:1200px;padding:24px;scroll-margin-top:96px;clear:both}@media screen and (min-width:720px){.c-contact-form{display:-ms-grid;display:grid;gap:24px;font-size:24px;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));padding:72px 96px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.c-contact-form a{color:#0c0c0c}.c-contact-form input[type=date],.c-contact-form input[type=email],.c-contact-form input[type=tel],.c-contact-form input[type=text],.c-contact-form select,.c-contact-form textarea{display:block;width:100%;padding:8px;background-color:rgba(0,0,0,0);border:1px solid #000;font-size:1rem}.c-contact-form textarea{height:144px;font-size:1rem}.c-contact-form input[type=submit]{background-color:#f419f4;border-radius:100px;border:none;cursor:pointer;margin-top:24px;padding:12px 24px;white-space:normal;font-size:1rem}.c-contact-form-heading{-ms-grid-column-span:2;grid-column:span 2}.c-contact-form__description{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form__description{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}}.c-contact-form__description label{font-size:1rem;margin-bottom:8px;display:block}@media screen and (min-width:1024px){.c-contact-form__wrapper:last-child{padding-left:24px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form__wrapper{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}}.c-contact-form__input-block{margin-bottom:24px}.c-contact-form__input-block label{display:block;margin-bottom:8px;font-size:1rem}.c-contact-form__feedback-types{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr}@media screen and (min-width:720px){.c-contact-form__feedback-types{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form__feedback-types{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.c-contact-form__feedback-type{margin-bottom:12px}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-contact-form__feedback-type{margin-right:12px}}.c-contact-form__message{display:block;float:left;margin-bottom:24px;color:#0c0c0c}.c-contact-form__message.error{color:#f43e00}.c-contact-form__tabs{-ms-grid-columns:1fr;grid-template-columns:1fr}@media screen and (min-width:720px){.c-contact-form__tabs{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr));padding:72px 96px 0}}.c-contact-form__tabs .c-contact-form__input{display:none}.c-contact-form__tabs .c-contact-form__label{width:50%;float:left;display:inline-block;cursor:pointer;padding:20px;text-align:center;font-size:125%;background:#c4c4c4;color:#fcf0ed}.c-contact-form__tabs #contact-contact:checked~#label-contact,.c-contact-form__tabs #contact-reservation:checked~#label-reservation{font-weight:700;background:#fff}.c-contact-form__people{-ms-grid-column-span:2;grid-column:span 2}.c-contact-person-card{background-color:rgba(0,0,0,0);margin-top:32px}.c-property-contact-persons__style-tall .c-contact-person-card{background-color:rgba(0,0,0,0);margin-top:0;margin-bottom:40px}@media screen and (min-width:1200px){.c-property-contact-persons__style-tall .c-contact-person-card{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:24px}}.c-property-contact-persons__style-bar .c-contact-person-card{margin-top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.c-property-contact-persons__style-compact .c-contact-person-card{background:#fff}.c-property-contact-persons__style-compact .c-contact-person-card__image{width:120px;height:120px;margin:-32px 24px 0;position:relative;z-index:100;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;top:-32px;left:24px}.c-property-contact-persons__style-tall .c-contact-person-card__image{width:100%;min-width:200px;-o-object-fit:contain;object-fit:contain;height:288px;-o-object-position:top;object-position:top}@media screen and (min-width:1024px){.c-property-contact-persons__style-tall .c-contact-person-card__image{-o-object-fit:cover;object-fit:cover;max-width:300px;float:left;width:50%}}.c-property-contact-persons__style-bar .c-contact-person-card__image{height:72px;width:72px;margin-top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.c-property-contact-persons__style-bar .c-contact-person-card__text{height:100%;margin:0 24px 0 12px;-webkit-box-flex:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1200px){.c-property-contact-persons__style-bar .c-contact-person-card__text{margin:0 48px 0 12px}}.c-contact-person-card__name{display:block;color:#f6f6f6}.c-property-contact-persons__style-bar .c-contact-person-card__name{font-size:24px;white-space:nowrap}.c-property-contact-persons__style-tall .c-contact-person-card__name{font-size:22px}.c-property-contact-persons__style-compact .c-contact-person-card__name{padding-left:24px;padding-right:24px}.c-contact-person-card__title{display:block;color:#f6f6f6}.c-property-contact-persons__style-bar .c-contact-person-card__title{font-size:16px;line-height:1}.c-property-contact-persons__style-compact .c-contact-person-card__title{padding-left:24px;padding-right:24px;font-size:16px;margin-bottom:24px}.c-property-contact-persons__style-tall .c-contact-person-card__title{margin-bottom:24px}.c-property-contact-persons__style-tall .c-contact-person-card__info{display:inline-block;width:100%;min-width:200px;margin:0;padding:0;border:none}@media screen and (min-width:1024px){.c-property-contact-persons__style-tall .c-contact-person-card__info{max-width:400px;margin:12px 0;width:100%;padding-right:24px}}@media screen and (min-width:1200px){.c-property-contact-persons__style-tall .c-contact-person-card__info{padding-right:0}}.c-property-contact-persons__style-bar .c-contact-person-card__info{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.c-contact-person-card__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.c-property-contact-persons__style-bar .c-contact-person-card__buttons{display:table}.c-contact-person-card__btn{border:1px solid #f6f6f6;width:100%;text-align:center;text-decoration:none;padding:16px;color:#f6f6f6}.c-contact-person-card__btn svg{width:15px;height:15px;display:inline-block;margin-right:8px;vertical-align:middle}.c-property-contact-persons__style-tall .c-contact-person-card__btn{width:100%;margin-top:-1px}.c-property-contact-persons__style-compact .c-contact-person-card__btn.c-contact-person-card__btn-email{margin-top:-1px}.c-property-contact-persons__style-bar .c-contact-person-card__btn{display:table-cell;height:72px;vertical-align:middle;white-space:nowrap;width:auto;padding-left:24px;padding-right:24px}@media screen and (min-width:1600px){.c-property-contact-persons__style-bar .c-contact-person-card__btn{padding-left:48px;padding-right:48px}}.c-property-contact-persons__style-bar .c-contact-person-card__btn:first-child{border-right:none}.c-double-column-image-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.c-double-column-image-text p{font-size:20px}@media screen and (min-width:720px){.c-double-column-image-text{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.c-double-column-image-text__column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-height:600px}.c-double-column-image-text__column img{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%}@media screen and (min-width:720px){.c-double-column-image-text__column{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%}}@media screen and (min-width:720px){.c-double-column-image-text__column.position-right{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.c-double-column-image-text__text{padding:24px}@media screen and (min-width:720px){.c-double-column-image-text__text{max-width:600px;padding:24px 24px 24px 72px}.text-position-left .c-double-column-image-text__text{padding:24px 72px 24px 24px}}.c-double-column-image-text__text h3{font-size:1.8rem}.c-double-column-image-text__cta{background-color:#0c0c0c;border-radius:100px;color:#fcf0ed;display:inline-block;font-size:18px;margin-top:16px;padding:8px 24px;text-decoration:none}.c-double-column-wysiwyg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin:auto;max-width:1200px}@media screen and (min-width:720px){.c-double-column-wysiwyg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}.c-double-column-wysiwyg.c-double-column-wysiwyg__wide{max-width:100%}.c-double-column-wysiwyg__column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:720px){.c-double-column-wysiwyg__column{-webkit-box-flex:1;-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%}}.c-double-column-wysiwyg__text{padding:24px}@media screen and (min-width:720px){.c-double-column-wysiwyg__text{padding:48px 24px 0}.c-double-column-wysiwyg__padding .c-double-column-wysiwyg__text{padding:72px}}.c-double-column-wysiwyg__text h3{font-size:1.8rem}.c-double-column-wysiwyg__text h4{margin-bottom:1rem;font-size:24px}.c-footer-nav{color:#0c0c0c}.c-footer-nav__content{margin:0;padding:0;list-style:none;text-align:left}.c-footer-nav__content li{margin-bottom:12px}.c-footer-nav__content a{text-decoration:none;color:inherit}.c-footer-nav__content a:after{margin-left:8px;content:"→"}.c-gallery{height:300px;left:50%;list-style:none;max-height:85vh;padding:0;position:relative;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */}@media screen and (min-width:720px){.c-gallery{height:600px}}@media screen and (min-width:1200px){.c-gallery{height:800px}}.c-gallery .flickity-enabled{position:relative}.c-gallery .flickity-enabled:focus{outline:none}.c-gallery .flickity-viewport{overflow:hidden;position:relative}.c-gallery .flickity-slider{position:absolute;width:100%;height:100%}.c-gallery .flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-gallery .flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.c-gallery .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.c-gallery .flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.c-gallery .flickity-button:hover{background:#fff;cursor:pointer}.c-gallery .flickity-button:focus{outline:none;-webkit-box-shadow:0 0 0 5px #19f;box-shadow:0 0 0 5px #19f}.c-gallery .flickity-button:active{opacity:.6}.c-gallery .flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.c-gallery .flickity-button-icon{fill:currentColor}.c-gallery .flickity-prev-next-button{top:50%;width:44px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.c-gallery .flickity-prev-next-button.previous{left:10px}.c-gallery .flickity-prev-next-button.next{right:10px}.c-gallery .flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.c-gallery .flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.c-gallery .flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.c-gallery .flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.c-gallery .flickity-rtl .flickity-page-dots{direction:rtl}.c-gallery .flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.c-gallery .flickity-page-dots .dot.is-selected{opacity:1}.c-gallery:focus{outline:none}.c-gallery .flickity-viewport{height:100%;position:absolute;width:100%}.c-gallery .flickity-prev-next-button{background-color:#0c0c0c;border-radius:0;color:#fcf0ed;height:40px;width:40px}.c-gallery .flickity-prev-next-button:hover{background-color:#fcf0ed;color:#0c0c0c}.c-gallery__slide{height:100%;margin:0 12px;width:auto}.c-gallery__image{display:block;height:100%;max-width:none;opacity:.2;-webkit-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s;width:auto}.is-selected .c-gallery__image{opacity:1}.c-gallery__image-description{position:absolute;bottom:0;background:#0c0c0c;color:#fcf0ed;margin:0 24px 24px;padding:6px 12px 12px;font-size:12px}@media screen and (min-width:720px){.c-gallery__image-description{font-size:16px}}.c-gallery__title{color:#0c0c0c;max-width:1440px;margin:0 auto 48px;padding:0 24px;scroll-margin-top:96px}.c-hero{-webkit-animation:fadeIn .3s linear;animation:fadeIn .3s linear;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;width:100%}.c-hero img.c-hero__desktop-bg,.c-hero img.c-hero__mobile-bg{-o-object-position:top center;object-position:top center;width:100%;z-index:-1;height:100vh;-o-object-fit:cover;object-fit:cover}.c-hero h1{font-size:2.6rem;line-height:1.2;margin-top:-24px;max-width:600px}@media screen and (min-width:720px){.c-hero h1{font-size:3rem}}.c-hero p{font-size:20px}.c-hero__desktop-bg{display:none}@media screen and (min-width:720px){.c-hero__desktop-bg{display:block}}@media screen and (min-width:720px){.c-hero__mobile-bg{display:none}}.c-hero__gradient{background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,0)));background:-o-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,0));position:absolute;width:100%;height:100%;top:0;z-index:1}.c-hero__content{-webkit-animation:fadeInFromLeft .3s ease-in forwards;animation:fadeInFromLeft .3s ease-in forwards;-webkit-animation-delay:.5s;animation-delay:.5s;opacity:0;color:#0c0c0c;-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100vh;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:1440px;padding:0 24px;position:absolute;top:0;width:100%;z-index:2}.c-hero__short-height .c-hero__content{max-height:389px}.c-hero__cta{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;background-color:#fcf0ed;border-radius:100px;color:#0c0c0c;display:block;font-size:18px;padding:8px 24px;text-decoration:none}.c-hero__video{position:absolute!important;width:100%!important;height:100%!important;top:50%!important;left:50%!important;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}@media screen and (max-width:719px){.c-hero__video .vimeo-video__iframe{left:-150%;width:400%}}@media screen and (max-width:719px){.c-hero__video{padding-bottom:100%}}.c-hero__bg-wrap{width:100%}.c-hero__fixed{position:inherit;padding-bottom:25vh}.c-hero__fixed .c-hero__content{margin-top:65vh;position:inherit;z-index:1}.c-hero__fixed .c-hero__bg-wrap{position:fixed;top:0}.c-hero__short-height img{height:auto;max-height:389px}.c-language-menu{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-transform:uppercase;margin:0 0 0 60px}.c-language-menu a{color:inherit;text-decoration:none;margin:0 4px 0 0}.c-language-menu a.active{font-weight:700}.link-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-bottom:24px}.link-button.link-button--center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.link-button.link-button--left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;text-align:center}.link-button.link-button--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.c-property-contact-form .c-contact-form .link-button input[type=submit],.link-button .button,.link-button .c-property-contact-form .c-contact-form input[type=submit]{display:inline-block;background-color:#f419f4;border-radius:100px;color:#0c0c0c;font-size:18px;padding:8px 24px;text-decoration:none}.c-logo-grid{scroll-margin-top:96px}.c-logo-grid h2{color:#0c0c0c;text-align:center;font-size:32px}.c-logo-grid__logos{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:48px;-ms-grid-columns:(minmax(0,200px))[2];grid-template-columns:repeat(2,minmax(0,200px));display:-ms-grid;display:grid;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:720px){.c-logo-grid__logos{-ms-grid-columns:(minmax(0,200px))[4];grid-template-columns:repeat(4,minmax(0,200px))}}.c-logo-grid__logos img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.c-map{position:relative}.c-map .c-map__map{height:700px}.c-map .c-map__marker_content a{text-decoration:none;color:#0c0c0c}.c-map .c-map__marker_content img{max-width:400px}.c-map .c-map__marker_content h5{text-transform:uppercase;margin:18px 0 5px;font-weight:400}.c-map .c-map__marker_content p{margin:0;padding-bottom:13px}.gm-style .gm-style-iw-c{border-radius:0;padding:18px}.page-section{position:relative}.page-section__bg,.page-section__mobile-bg{height:100%;width:100%;position:absolute;z-index:-1;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}@media screen and (min-width:720px){.page-section__mobile-bg{display:none}}.c-people-gallery{display:-ms-grid;display:grid;max-width:1200px;margin:auto}@media screen and (min-width:720px){.c-people-gallery{gap:24px;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}.c-people-gallery__person{display:-ms-grid;display:grid}.c-people-gallery__person img{max-height:300px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%}@media screen and (min-width:720px){.c-people-gallery__person{-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr}.c-people-gallery__person img{max-height:auto;width:auto}}.c-people-gallery__person-info{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;background-color:#fcf0ed;color:#fcf0ed;padding:48px 32px}.c-people-gallery__person-info h3,.c-people-gallery__person-info p{margin:0}.c-people-gallery__person-info p:nth-child(2){margin-bottom:24px}.c-people-galler-button{color:#fcf0ed}.c-people-galler-button svg{width:15px;height:15px;display:inline-block;margin-right:8px;vertical-align:middle}.post-pu-item{margin-bottom:72px}.post-pu-item__img-wrap{display:block;position:relative;width:100%;height:0;padding-bottom:50%}.post-pu-item__img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.post-pu-item__date{margin:32px 0 16px}.post-pu-item__date,.post-pu-item__subheading{font-weight:400;font-size:20px;line-height:140%;display:inline-block}.post-pu-item__subheading{margin:0 0 16px}.post-pu-item__title{font-weight:400;font-size:40px;line-height:130%;margin:0}.page-section--bg-dark .post-pu-item__title,.page-section--bg-gray .post-pu-item__title{color:#fcf0ed}.post-pu-item__link{text-decoration:none;color:inherit}.posts-pull-up{list-style:none;display:-ms-grid;display:grid;grid-gap:23px;padding:0;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:()[3];grid-template-rows:repeat(3)}@media screen and (min-width:720px){.posts-pull-up{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:()[3];grid-template-rows:repeat(3)}}.posts-pull-up__item.has-img{-ms-grid-row-span:2;grid-row:span 2}.c-properties{position:relative}.c-properties h2{text-align:left;text-transform:uppercase;font-size:20px;font-weight:400}@media screen and (min-width:720px){.c-properties h2{font-size:40px}}.iframe-lightbox .content-holder{height:90%}.iframe-lightbox .content{height:100%}.c-properties__filters{position:absolute;top:0;right:0;clear:both;list-style-type:none;margin-top:0}.c-properties__filters input[type=radio]{display:none}.c-properties__filters li{float:left;border:1px solid #000}.c-properties__filters li:nth-child(odd){border-right:0}.c-properties__filters .c-properties__filter{padding:5px 12px 3px;display:inline-block;border-bottom:3px solid rgba(0,0,0,0);cursor:pointer}@media screen and (min-width:720px){.c-properties__filters .c-properties__filter{padding:12px 40px 7px}}.c-properties__filters .properties__radio:checked~.c-properties__filter{background-color:#f419f4}.c-properties__list{display:-ms-grid;display:grid;grid-gap:20px;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:()[3];grid-template-rows:repeat(3)}@media screen and (min-width:720px){.c-properties__list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-ms-grid-rows:()[3];grid-template-rows:repeat(3)}}.c-properties__property{background-color:#f419f4;max-width:88vw}.c-properties__property .iframe-lightbox-link{text-decoration:none}.c-properties__property .c-properties__property_description{padding:32px 20px;color:#0c0c0c}@media screen and (min-width:720px){.c-properties__property .c-properties__property_description{padding:64px 40px}}.c-properties__property .c-properties__property_description h4{margin:0;text-transform:uppercase;padding:0 0 20px;font-weight:400;font-size:18px;letter-spacing:.1em}@media screen and (min-width:720px){.c-properties__property .c-properties__property_description h4{font-size:24px}}.c-properties__property .c-properties__property_description p{margin:0;padding:0;font-size:14px}@media screen and (min-width:720px){.c-properties__property .c-properties__property_description p{font-size:16px}}.c-property__image-wrap{display:block;position:relative;width:100%;height:0;padding-bottom:50%}.c-property__image{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.c-property__badge{position:absolute;width:120px;height:120px;top:16px;right:16px;z-index:10}.c-property-building-services{margin-bottom:48px}.c-property-building-services ul{list-style:none;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(85px,1fr));grid-row-gap:24px;grid-area:services;position:relative}.c-property-building-services__item .tooltip{background-color:hsla(0,0%,96.5%,.9);color:#fcf0ed;padding:8px;position:relative;font-family:Aeonik,sans-serif;font-size:14px}.c-property-building-services__item .tooltip-arrow{width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:10px solid hsla(0,0%,96.5%,.9);position:absolute;bottom:0;left:50%!important;-webkit-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);transform:translate(-50%,100%)}.c-property-building-services__icon-wrapper{width:56px;height:56px;margin-bottom:12px;background-color:#d8d8d8;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.15);box-shadow:0 2px 4px 0 rgba(0,0,0,.15);position:relative}.c-property-building-services__icon-wrapper svg{width:32px;height:32px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#000}.c-property-building-services__name{font-family:Aeonik,sans-serif;line-height:1.3;font-size:14px;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;display:block;padding-right:12px}.c-property-contact-form{padding:0}.c-property-contact-form .contact-us__header{margin-top:0;margin-bottom:0;padding-bottom:0;padding-top:0;position:relative;color:#0c0c0c}@media screen and (min-width:720px){.c-property-contact-form .contact-us__header{padding-bottom:24px}}.c-property-contact-form .contact-us__header .contact-us__header-title{margin-bottom:0}@media screen and (max-width:719px){.c-property-contact-form .contact-us__header .contact-us__header-title{margin-top:0}}.c-property-contact-form .contact-us__header .t-single-property__address{margin-bottom:0}.c-property-contact-form .c-contact-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0);color:#0c0c0c;padding:24px 0}@media (min-width:1100px){.c-property-contact-form .c-contact-form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;gap:2rem}}@media screen and (min-width:720px){.c-property-contact-form .c-contact-form{padding-bottom:48px}}.c-property-contact-form .c-contact-form select{color:#fff;font-size:14px;border-color:#fff;border-top-width:0;border-left-width:0;border-right-width:0}.c-property-contact-form .c-contact-form select option{color:initial}.c-property-contact-form .c-contact-form input[type=email],.c-property-contact-form .c-contact-form input[type=tel],.c-property-contact-form .c-contact-form input[type=text]{font-size:14px;color:#0c0c0c;border-color:#0c0c0c;border-width:0 0 1px}.c-property-contact-form .c-contact-form input[type=email]:focus,.c-property-contact-form .c-contact-form input[type=tel]:focus,.c-property-contact-form .c-contact-form input[type=text]:focus{outline:none;border-bottom-color:#0060df}.c-property-contact-form .c-contact-form textarea{color:#0c0c0c;border-color:#0c0c0c;border-width:1px}@media (min-width:1100px){.c-property-contact-form .c-contact-form textarea{height:200px}}.c-property-contact-form .c-contact-form [type=radio]{margin-top:2px}.c-property-contact-form .c-contact-form input[type=submit]{color:#fff;border-color:#fff}.c-property-contact-form .c-contact-form__wrapper{display:block;padding-left:0;width:100%}@media (min-width:lap-and-up){.c-property-contact-form .c-contact-form__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px}}@media screen and (min-width:1024px){.c-property-contact-form .c-contact-form__wrapper{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.c-property-contact-form .c-contact-form__column{width:100%}@media (min-width:800px){.c-property-contact-form .c-contact-form__column{width:100%}}.c-property-contact-form .c-contact-form__description h2{max-width:800px;margin-top:0;color:#fff;line-height:1.4;text-transform:uppercase;letter-spacing:.2em;text-align:left}.c-property-contact-form .c-contact-form__radio-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.c-property-contact-form .c-contact-form__radio-group .c-contact-form__input-block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:.5rem;margin:0}.c-property-contact-form .c-contact-form__radio-group .c-contact-form__input-block label{margin:0;font-size:14px;text-transform:none}.c-property-contact-form .c-contact-form__radio-group.-building{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem}.c-property-contact-form .c-contact-form__radio-group.-building .c-contact-form__input-block label{font-size:18px}.t-single-property__contact .t-single-property__contact-wrapper{-ms-grid-columns:none;grid-template-columns:none}@media screen and (min-width:720px){.t-single-property__contact .t-single-property__contact-wrapper{-ms-grid-columns:40% 60%;grid-template-columns:40% 60%}}#property-contact{padding-top:0;padding-left:24px;padding-right:24px}@media screen and (min-width:720px){#property-contact{padding-left:48px}}@media screen and (min-width:1024px){#property-contact{padding-right:48px}}.c-property-contact-persons{list-style:none;width:100%;position:relative/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */}.c-property-contact-persons.c-property-contact-persons__style-compact{max-width:400px}.c-property-contact-persons .flickity-enabled{position:relative}.c-property-contact-persons .flickity-enabled:focus{outline:none}.c-property-contact-persons .flickity-viewport{overflow:hidden;position:relative;height:100%}.c-property-contact-persons .flickity-slider{position:absolute;width:100%;height:100%}.c-property-contact-persons .flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-property-contact-persons .flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.c-property-contact-persons .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.c-property-contact-persons .flickity-button{background:hsla(0,0%,100%,.75);border:none;color:#333}.c-property-contact-persons .flickity-button:hover{background:#fff;cursor:pointer}.c-property-contact-persons .flickity-button:focus{outline:none;-webkit-box-shadow:0 0 0 5px #19f;box-shadow:0 0 0 5px #19f}.c-property-contact-persons .flickity-button:active{opacity:.6}.c-property-contact-persons .flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.c-property-contact-persons .flickity-button-icon{fill:currentColor}.c-property-contact-persons .flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.c-property-contact-persons .flickity-prev-next-button.previous{left:10px}.c-property-contact-persons .flickity-prev-next-button.next{right:10px}.c-property-contact-persons .flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.c-property-contact-persons .flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.c-property-contact-persons .flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.c-property-contact-persons .flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.c-property-contact-persons .flickity-rtl .flickity-page-dots{direction:rtl}.c-property-contact-persons .flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.c-property-contact-persons .flickity-page-dots .dot.is-selected{opacity:1}.c-property-contact-persons li{width:100%}.c-property-contact-persons .flickity-viewport{overflow-y:visible}.c-property-contact-persons .flickity-button{position:absolute;width:30px;height:30px;top:48px;border-radius:0;border:1px solid #f6f6f6;-webkit-transform:none;-ms-transform:none;transform:none;left:auto;right:auto}.c-property-contact-persons .flickity-button.next{right:24px;left:auto}.c-property-contact-persons .flickity-button.previous{right:54px;left:auto}.c-property-contact-persons.c-property-contact-persons__style-bar .flickity-button.next{left:30px;top:20px;right:auto}.c-property-contact-persons.c-property-contact-persons__style-bar .flickity-button.previous{left:0;top:20px;right:auto}.c-property-gallery{list-style:none;position:relative;width:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:300px;max-height:90vh/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */}@media screen and (min-width:720px){.c-property-gallery{height:600px}}@media screen and (min-width:1200px){.c-property-gallery{height:800px}}.c-property-gallery .flickity-enabled{position:relative}.c-property-gallery .flickity-enabled:focus{outline:none}.c-property-gallery .flickity-viewport{overflow:hidden;position:relative}.c-property-gallery .flickity-slider{position:absolute;width:100%;height:100%}.c-property-gallery .flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-property-gallery .flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.c-property-gallery .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.c-property-gallery .flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.c-property-gallery .flickity-button:hover{background:#fff;cursor:pointer}.c-property-gallery .flickity-button:focus{outline:none;-webkit-box-shadow:0 0 0 5px #19f;box-shadow:0 0 0 5px #19f}.c-property-gallery .flickity-button:active{opacity:.6}.c-property-gallery .flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.c-property-gallery .flickity-button-icon{fill:currentColor}.c-property-gallery .flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.c-property-gallery .flickity-prev-next-button.previous{left:10px}.c-property-gallery .flickity-prev-next-button.next{right:10px}.c-property-gallery .flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.c-property-gallery .flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.c-property-gallery .flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.c-property-gallery .flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.c-property-gallery .flickity-rtl .flickity-page-dots{direction:rtl}.c-property-gallery .flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.c-property-gallery .flickity-page-dots .dot.is-selected{opacity:1}.c-property-gallery:focus{outline:none}.c-property-gallery .flickity-viewport{position:absolute;width:100%;height:100%}.c-property-gallery .flickity-prev-next-button{width:40px;height:40px;border-radius:0;background-color:#0c0c0c;color:#fcf0ed}.c-property-gallery .flickity-prev-next-button:hover{background-color:#fcf0ed;color:#0c0c0c}.c-property-gallery__slide{width:auto;height:100%;margin:0 12px}.c-property-gallery__image{display:block;height:100%;width:auto;max-width:none;opacity:.2;-webkit-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.is-selected .c-property-gallery__image{opacity:1}.c-property-info ul{list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;grid-area:info}.c-property-info ul li{width:50%}@media screen and (min-width:720px) and (max-width:1023px){.c-property-info ul li{width:25%}}.c-property-info ul strong{font-family:Aeonik,sans-serif;font-size:16px;color:#f6f6f6}.c-property-info ul p{font-family:Aeonik,sans-serif;font-size:18px;line-height:1.5;color:#f6f6f6}.c-property-info ul p.green{color:#00894b}.c-property-info ul p.red{color:red}.c-property-info{background-color:#fcf0ed;color:#0c0c0c;padding:48px 24px}.c-property-info p{font-size:16px;margin-bottom:16px}.c-property-info a{color:#f419f4}@media screen and (min-width:720px){.c-property-info{padding:96px 72px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}.c-property-info__wrapper{margin:auto;max-width:1440px}.c-property-info__content{display:-ms-grid;display:grid}@media screen and (min-width:720px){.c-property-info__content{-ms-grid-columns:1fr 285px;grid-template-columns:1fr 285px;gap:120px}}.c-property-info__summary{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;background-color:#1f1f1f;padding-bottom:10px}.c-property-info__summary address{font-style:normal;line-height:1.6;font-weight:700}.c-property-info__summary-location{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:#3d3d3d;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:32px 48px}.c-property-info__summary-location svg{margin:0 16px 0 0;width:60px}.c-property-info__services{display:-ms-grid;display:grid}.c-property-info__services p{text-align:center}.c-property-info__services a{text-decoration:none}@media screen and (min-width:720px){.c-property-info__services{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}.c-property-info__summary-row{margin:30px 30px 10px}.c-property-info__summary-row p:first-child{font-size:16px;font-weight:700;color:#f419f4;margin:0}.c-property-info__services .c-property-info__more_info{display:none}.c-property-info__service{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:24px}.c-property-info__service img{margin-bottom:24px;max-width:50px;max-height:50px}@media screen and (min-width:720px){.c-property-info__service{padding:24px 48px}}@media screen and (min-width:1024px){.c-property-info__service{padding:48px 72px}}.white-popup{position:relative;background:#fff;padding:20px;width:auto;max-width:500px;margin:20px auto}.c-property-numbers{background-color:#fcf0ed;color:#0c0c0c;padding:48px 24px}.c-property-numbers p{font-size:16px;margin-bottom:16px}.c-property-numbers a{color:#f419f4}@media screen and (min-width:720px){.c-property-numbers{padding:48px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}.c-property-numbers__numbers-row{margin:30px 30px 10px}.c-property-numbers__numbers-row p:first-child{font-size:16px;font-weight:700;color:#f419f4;margin:0}.c-property-numbers__wrapper{margin:auto;max-width:1440px}.c-property-numbers__content{display:-ms-grid;display:grid}@media screen and (min-width:720px){.c-property-numbers__content{-ms-grid-columns:1fr 285px;grid-template-columns:1fr 285px;gap:120px}}.c-property-numbers__content .c-property-numbers__content_html,.c-property-numbers__content .c-property-numbers__footnote_html{text-align:center}.c-property-numbers__content .c-property-numbers__footnote_html p{font-size:1rem}.c-property-numbers__numbers{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;padding-bottom:10px}.c-property-spaces__label{color:#bfbfbf}#spaces-overview:checked~#label-overview,#spaces-summary:checked~#label-summary{color:#f6f6f6}@media screen and (min-width:720px){.c-property-spaces__overview-image-wrap{width:50%}}.c-property-spaces__overview-content{padding:24px}@media screen and (min-width:720px){.c-property-spaces__overview-content{width:50%}}.c-property-spaces__overview-stats{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.c-property-spaces__overview-stats li{width:50%}.c-property-spaces__overview-stats li>*{width:100%}.c-property-spaces__overview-stats h4{margin-bottom:12px}.c-property-contact-form .c-contact-form .c-property-spaces__overview-contact-us input[type=submit],.c-property-spaces__overview-contact-us .button,.c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input[type=submit]{border-color:#f6f6f6;color:#f6f6f6}.c-property-spaces__overview-image-trigger:hover:before{background:#f6f6f6;color:#fcf0ed}.js-property-spaces__overview-carousel .carousel-cell{background:#3d3d3d}.js-property-spaces__overview-carousel .carousel-cell img{max-height:90vh}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button{border:1px solid #f6f6f6}.flickity-enabled.is-fullscreen{background:#3d3d3d}.c-property-spaces__summary th{color:#bfbfbf}.c-property-spaces__summary tbody tr td{border-bottom:1px solid #8e8e8e;color:#f6f6f6}.c-property-spaces{text-align:center;clear:both;max-width:1200px;margin:0 auto}.c-property-spaces__filters{clear:both;padding:75px 0;list-style-type:none}.c-property-spaces__filters input[type=radio]{display:none}.c-property-spaces__filters li{float:left}.c-property-spaces__filters .c-property-spaces__filter{padding:10px;display:inline-block;border-bottom:3px solid rgba(0,0,0,0);cursor:pointer}@media screen and (min-width:720px){.c-property-spaces__filters .c-property-spaces__filter{padding:15px 30px}}.c-property-spaces__filters .property-spaces__radio:checked~.c-property-spaces__filter{font-weight:700;border-bottom:3px solid #fcf0ed}.c-property-spaces__content{display:none;font-size:16px}.c-property-spaces__input{display:none}.c-property-spaces__label{border:1px solid #bfbfbf;color:#0c0c0c;padding:12px 16px;display:inline-block;text-align:center;cursor:pointer;position:relative;margin-bottom:24px}@media screen and (min-width:720px){.c-property-spaces__label{margin-bottom:72px}}.c-property-spaces__label:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.c-property-spaces__label:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px;border-left:none}.c-property-spaces__label:hover{background-color:#fcf0ed}#spaces-overview:checked~#content-overview,#spaces-summary:checked~#content-summary{display:block}#spaces-overview:checked~#label-overview,#spaces-summary:checked~#label-summary{background-color:#fcf0ed;color:#0c0c0c}#spaces-overview:checked~#label-overview:after,#spaces-overview:checked~#label-overview:before,#spaces-summary:checked~#label-summary:after,#spaces-summary:checked~#label-summary:before{top:100%;left:50%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}#spaces-overview:checked~#label-overview:after,#spaces-summary:checked~#label-summary:after{border-top-color:#fcf0ed;border-width:6px;margin-left:-6px;top:calc(100% - 1px)}#spaces-overview:checked~#label-overview:before,#spaces-summary:checked~#label-summary:before{border-top-color:#bfbfbf;border-width:7px;margin-left:-7px}.c-property-spaces__overview{list-style:none;display:-ms-grid;display:grid;grid-gap:16px;-ms-grid-columns:1fr;grid-template-columns:1fr;padding:0;clear:both}@media screen and (min-width:1024px){.c-property-spaces__overview{grid-gap:32px;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.c-property-spaces__overview li{background-color:#fcf0ed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.c-property-spaces__overview-image-wrap{display:block;position:relative;text-decoration:none;width:100%;height:0;padding-bottom:50%}@media screen and (min-width:720px){.c-property-spaces__overview-image-wrap{width:100%}}.c-property-spaces__overview-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.c-property-spaces__overview-content{padding:0 24px 24px;width:100%;text-align:left;color:#fcf0ed}@media screen and (min-width:720px){.c-property-spaces__overview-content{padding:0 72px 48px}}.c-property-spaces__overview-title{margin-bottom:12px}.c-property-spaces__overview-description{margin-bottom:24px}.c-property-spaces__overview-stats{padding-left:0}.c-property-spaces__overview-stats h4{width:50%;float:left;font-size:16px;margin:0 0 10px;font-weight:400}.c-property-spaces__overview-stats p{width:50%;text-align:right;float:left;font-weight:700;margin:0 0 10px}.c-property-spaces__overview-contact-us{padding:24px 0 0;margin-bottom:0}@media screen and (min-width:720px){.c-property-spaces__overview-contact-us{padding:24px 0 0}}.c-property-contact-form .c-contact-form .c-property-spaces__overview-contact-us input[type=submit],.c-property-spaces__overview-contact-us .button,.c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input[type=submit]{border:1px solid #bfbfbf;color:#fcf0ed;background-color:#f419f4;border-radius:100px;text-decoration:none;line-height:38px;padding:16px 40px;margin:0 16px 16px 0;white-space:nowrap;display:inline-block}@media screen and (min-width:720px){.c-property-contact-form .c-contact-form .c-property-spaces__overview-contact-us input[type=submit],.c-property-spaces__overview-contact-us .button,.c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input[type=submit]{margin:0 16px 0 0}}.c-property-spaces__overview-contact-us .alternative{border-color:#f419f4;background-color:#fcf0ed;color:#fcf0ed}.c-property-spaces__overview-image-trigger:hover:before{position:absolute;bottom:0;right:0;width:72px;height:72px;background:#fcf0ed;color:#a4ccca;font-size:24px;line-height:64px;content:"↑";z-index:10}.js-property-spaces__overview-carousel{height:0;overflow:hidden}.js-property-spaces__overview-carousel h3{margin:24px 0 40px}.js-property-spaces__overview-carousel .carousel-cell{width:100%;height:auto;background:#fcf0ed;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.is-fullscreen .js-property-spaces__overview-carousel{height:100%}.js-property-spaces__overview-carousel .carousel-cell img{display:block;max-width:90%;max-height:85vh}.js-property-spaces__overview-carousel .flickity-button,.js-property-spaces__overview-carousel .flickity-button *{height:0}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button{position:absolute;width:50px;height:50px;top:24px;border-radius:0;border:1px solid #bfbfbf;-webkit-transform:none;-ms-transform:none;transform:none;cursor:pointer;left:auto;right:auto;background-color:#fcf0ed}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button .flickity-button-icon{height:auto}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button:disabled{opacity:.3;cursor:auto;background-color:rgba(0,0,0,0)}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button.next{bottom:24px;top:auto;margin-left:24px}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button.previous{bottom:24px;top:auto;margin-left:-25px}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button.flickity-fullscreen-button-exit{right:24px;left:auto;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M24 20.188l-8.315-8.209 8.2-8.282L20.188 0l-8.212 8.318L3.666.115 0 3.781l8.321 8.24-8.206 8.313L3.781 24l8.237-8.318 8.285 8.203z'/%3E%3C/svg%3E");background-position:50%;background-color:#fcf0ed}.js-property-spaces__overview-carousel.is-fullscreen .flickity-button.flickity-fullscreen-button-exit .flickity-button-icon{left:15px;top:16px;display:none}.flickity-enabled.is-fullscreen{background:#fcf0ed}.is-flickity-fullscreen #wpadminbar,.is-flickity-fullscreen .c-sticky-header{display:none}.c-property-spaces__summary-wrapper{overflow-x:scroll}.c-property-spaces__summary{width:100%;text-align:left;border-collapse:collapse}.c-property-spaces__summary th{text-transform:uppercase;color:#0c0c0c;padding-right:24px}.c-property-spaces__summary tbody tr td{border-bottom:1px solid #bfbfbf;padding-bottom:24px;padding-top:24px;color:#0c0c0c;padding-right:24px;min-width:150px;vertical-align:top}.single-sponda_property .c-property-spaces .c-property-spaces__overview{margin-bottom:4rem}.single-sponda_property .c-property-spaces .c-property-spaces__overview li{background:#fcf0ed;color:#0c0c0c}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .flickity-button:disabled{background:#fcf0ed;opacity:1}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .flickity-button:disabled svg{opacity:.3}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-content{padding:32px 20px}@media screen and (min-width:720px){.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-content{padding:64px 40px}}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-content .c-property-spaces__overview-stats li{-webkit-box-flex:1;-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-content .c-property-spaces__overview-stats h4{font-family:Aeonik,sans-serif;font-weight:700;text-transform:none}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-content .c-property-spaces__overview-stats p{font-weight:400;text-align:left}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-title{color:#0c0c0c;font-size:1.3rem;margin-bottom:1.5rem;margin-top:0}@media screen and (min-width:1200px){.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-title{font-size:1.5rem}}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-description{color:#0c0c0c}.c-property-contact-form .c-contact-form .single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-contact-us input[type=submit],.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-contact-us .button,.single-sponda_property .c-property-spaces .c-property-spaces__overview li .c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input[type=submit]{padding:24px;border-radius:0;line-height:20px;border:0}.single-sponda_property .c-property-spaces .c-property-spaces__label{border-radius:0;font-size:1.1em;border-color:#fcf0ed}.single-sponda_property .c-property-spaces #spaces-overview~#label-overview,.single-sponda_property .c-property-spaces #spaces-overview~#label-summary{background-color:rgba(0,0,0,0);font-size:16px;margin-bottom:48px}.single-sponda_property .c-property-spaces #spaces-overview:checked~#label-overview,.single-sponda_property .c-property-spaces #spaces-summary:checked~#label-summary{color:#fcf0ed}.single-sponda_property .c-property-spaces #spaces-overview:checked~#label-overview:after,.single-sponda_property .c-property-spaces #spaces-overview:checked~#label-overview:before,.single-sponda_property .c-property-spaces #spaces-summary:checked~#label-summary:after,.single-sponda_property .c-property-spaces #spaces-summary:checked~#label-summary:before{border-top-color:#fcf0ed;top:100%}.single-sponda_property .c-property-spaces #spaces-overview:checked~#label-overview,.single-sponda_property .c-property-spaces #spaces-overview:checked~#label-summary{background-color:rgba(0,0,0,0)}.single-sponda_property .c-property-spaces__summary-wrapper{padding:24px;background:#fcf0ed;margin-bottom:4rem}.single-sponda_property .c-property-spaces__summary-wrapper th{font-family:Aeonik,sans-serif;font-weight:400;font-size:1.3rem}@media screen and (min-width:1200px){.single-sponda_property .c-property-spaces__summary-wrapper th{font-size:1.5rem}}.release-pu-item{margin-bottom:24px}@media screen and (min-width:720px){.release-pu-item{margin-bottom:72px}}.release-pu-item .release-pu-item__title{margin:0;text-align:left;font-size:24px}.page-section--bg-dark .release-pu-item .release-pu-item__title,.page-section--bg-gray .release-pu-item .release-pu-item__title{color:#fcf0ed}.releases-pu-item__icon svg{max-width:48px}.release-pu-item__date{font-size:20px;padding-bottom:16px;display:inline-block}.release-pu-item__link{text-decoration:none;color:inherit}.releases-pull-up{list-style:none;display:-ms-grid;display:grid;grid-gap:16px;padding-left:0;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:()[3];grid-template-rows:repeat(3);margin-bottom:24px}@media screen and (min-width:720px){.releases-pull-up{margin-bottom:0;-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr;-ms-grid-rows:()[3];grid-template-rows:repeat(3)}}.releases-pull-up__item.has-img{-ms-grid-row-span:2;grid-row:span 2}.releases-pull-up__item.js-releases-pull-up__item-hidden{display:none}.c-room-cards{display:-ms-grid;display:grid;-ms-grid-columns:(minmax(0,720px))[2];grid-template-columns:repeat(2,minmax(0,720px));gap:24px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.row-image-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:600px;place-items:center;position:relative}.row-image-text img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.row-image-text__gradient{background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));background:-o-linear-gradient(left,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%);background:linear-gradient(90deg,rgba(0,0,0,.4),rgba(0,0,0,0));height:100%;position:absolute;width:100%;z-index:1}.row-image-text__text{color:#fcf0ed;font-size:24px;font-weight:700;position:absolute;margin:0 24px;z-index:2}@media screen and (min-width:720px){.row-image-text__text{margin:0 96px;font-size:32px}}.row-image-text__cta{background-color:#0c0c0c;border-radius:100px;color:#fcf0ed;display:inline-block;font-size:18px;font-weight:400;margin-top:16px;padding:8px 24px;text-decoration:none}.c-site-footer{background-color:#fcf0ed;color:#0c0c0c;position:relative}.c-site-footer__content{max-width:1440px;margin:0 auto;padding:72px 24px 120px;display:-ms-grid;display:grid;gap:24px}@media screen and (min-width:720px){.c-site-footer__content{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.c-site-footer__content{-ms-grid-columns:(minmax(0,1fr))[4];grid-template-columns:repeat(4,minmax(0,1fr))}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-site-footer__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (min-width:720px) and (max-width:1023px){.c-site-footer__col{text-align:left}.c-site-footer__col:first-child,.c-site-footer__col:nth-child(4){-ms-grid-column-span:2;grid-column:span 2}}.c-site-footer__col p{margin-bottom:12px}.c-site-footer__col.wysiwyg p{font-size:1em}@media screen and (min-width:1024px){.c-site-footer__col{text-align:left}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-site-footer__col{-webkit-box-flex:1;-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%}}.c-site-footer__link{border:none;background-color:rgba(0,0,0,0);color:#0c0c0c;padding:0;margin:0}.c-site-footer_contact-btn{background-color:#f419f4;border-radius:100px;color:#0c0c0c;display:inline-block;line-height:38px;padding:16px 40px;margin:12px 0;text-decoration:none}a.custom-logo-link{display:inline-block}img.custom-logo{max-width:150px}.c-slide-nav-toggle{width:32px;height:32px;background-color:rgba(0,0,0,0);border:none;outline:none;padding:0;margin:0 0 0 auto;position:relative;cursor:pointer;display:block}@media screen and (min-width:1024px){.c-slide-nav-toggle{display:none}}.c-slide-nav-toggle .hamburger{position:relative;display:block;border-radius:100px;background-color:#fcf0ed;height:3px;width:100%;margin-top:7px;margin-bottom:7px;-webkit-transition:background-color .2s;-o-transition:background-color .2s;transition:background-color .2s}[class*=slide-nav-right--active] .c-slide-nav-toggle .hamburger{background-color:rgba(0,0,0,0)}.c-slide-nav-toggle .hamburger:before{content:" ";display:block;border-radius:100px;position:absolute;background-color:#fcf0ed;height:3px;width:100%;bottom:7px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:background-color .2s,width .2s,bottom .2s .2s,-webkit-transform .2s;transition:background-color .2s,width .2s,bottom .2s .2s,-webkit-transform .2s;-o-transition:background-color .2s,transform .2s,width .2s,bottom .2s .2s;transition:background-color .2s,transform .2s,width .2s,bottom .2s .2s;transition:background-color .2s,transform .2s,width .2s,bottom .2s .2s,-webkit-transform .2s}[class*=slide-nav-right--active] .c-slide-nav-toggle .hamburger:before{bottom:0;width:100%;background-color:#fcf0ed;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background-color .2s,bottom .2s,width .2s,-webkit-transform .2s .2s;transition:background-color .2s,bottom .2s,width .2s,-webkit-transform .2s .2s;-o-transition:background-color .2s,bottom .2s,width .2s,transform .2s .2s;transition:background-color .2s,bottom .2s,width .2s,transform .2s .2s;transition:background-color .2s,bottom .2s,width .2s,transform .2s .2s,-webkit-transform .2s .2s}.c-slide-nav-toggle .hamburger:after{content:" ";display:block;border-radius:100px;position:absolute;background-color:#fcf0ed;height:3px;width:100%;top:7px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:background-color .2s,width .2s,top .2s .2s,-webkit-transform .2s;transition:background-color .2s,width .2s,top .2s .2s,-webkit-transform .2s;-o-transition:background-color .2s,transform .2s,width .2s,top .2s .2s;transition:background-color .2s,transform .2s,width .2s,top .2s .2s;transition:background-color .2s,transform .2s,width .2s,top .2s .2s,-webkit-transform .2s}[class*=slide-nav-right--active] .c-slide-nav-toggle .hamburger:after{top:0;width:100%;background-color:#fcf0ed;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:background-color .2s,top .2s,width .2s,-webkit-transform .2s .2s;transition:background-color .2s,top .2s,width .2s,-webkit-transform .2s .2s;-o-transition:background-color .2s,top .2s,width .2s,transform .2s .2s;transition:background-color .2s,top .2s,width .2s,transform .2s .2s;transition:background-color .2s,top .2s,width .2s,transform .2s .2s,-webkit-transform .2s .2s}.c-slide-nav{position:fixed;top:0;width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#1f1f1f;color:#0c0c0c}@media screen and (min-width:1024px){.c-slide-nav{display:none}}.c-slide-nav.m-direction--left{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.c-slide-nav.m-direction--right{right:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.no-js .c-slide-nav{-webkit-transform:none;-ms-transform:none;transform:none;width:100%!important;height:auto;position:relative}body>*{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-backface-visibility:hidden;backface-visibility:hidden}body[class*=slide-nav-left--active] .c-slide-nav.m-direction--left{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}body[class*=slide-nav-right--active] .c-slide-nav.m-direction--right{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}body[class*=slide-nav-left--active][class*=slide-nav-left-push--true]>*{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}body[class*=slide-nav-right--active][class*=slide-nav-right-push--true]>*{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.c-slide-nav__content{display:-ms-grid;display:grid;list-style:none;margin:0;padding:0}.c-slide-nav__content li.menu-item{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;font-size:24px}.c-slide-nav__content li.menu-item,.c-slide-nav__content li.menu-item a{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.c-slide-nav__content li.menu-item a{color:inherit;padding:32px 0;text-decoration:none;text-align:center;border-bottom:1px solid #bfbfbf}.c-slide-nav__lang{margin:0 auto}.c-spacer{display:block;width:100%;height:0;outline:none}.c-sticky-header-nav{height:100%;min-height:100px;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.c-sticky-header-nav,.c-sticky-header-nav__content{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.c-sticky-header-nav__content{list-style:none;margin:0;padding:0;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-sticky-header-nav__content>.menu-item{position:relative;text-align:center;height:auto}.c-sticky-header-nav__content>.menu-item>a{text-decoration:none;color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;top:0;left:0;width:100%;height:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:12px 30px 12px 24px;position:relative}@media screen and (min-width:720px){.c-sticky-header-nav__content>.menu-item>a{padding:12px 24px}}.c-sticky-header-nav__content>.menu-item:last-of-type a{background-color:#f419f4;border-radius:100px;color:#0c0c0c;padding:8px 24px;margin:0 0 0 16px}.c-sticky-header{background-color:rgba(0,0,0,0);position:fixed;top:0;width:100%;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-sticky-header{position:relative}}.c-sticky-header.active{background-color:rgba(0,0,0,.6)}.admin-bar .c-sticky-header{padding-top:46px}@media (min-width:782px){.admin-bar .c-sticky-header{padding-top:32px}}.c-sticky-header__content{padding:12px;background-color:rgba(0,0,0,0);color:#fcf0ed;width:100%;max-width:1440px;margin:0 auto;display:-ms-grid;display:grid;gap:12px;justify-items:stretch;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-ms-grid-columns:-webkit-min-content 1fr -webkit-min-content -webkit-min-content;-ms-grid-columns:min-content 1fr min-content min-content;grid-template-columns:-webkit-min-content 1fr -webkit-min-content -webkit-min-content;grid-template-columns:min-content 1fr min-content min-content}@media screen and (min-width:1024px){.c-sticky-header__content{padding:24px;gap:24px}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.c-sticky-header__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media screen and (min-width:1024px){.c-sticky-header__nav-toggle{display:none}}.c-sticky-header__logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-sticky-header__nav{display:none;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}@media screen and (min-width:1024px){.c-sticky-header__nav{display:block}}.c-sticky-header__nav .c-sticky-header-nav{min-height:unset}.c-sticky-header__lang{-ms-grid-column-align:end;justify-self:end;display:none}@media screen and (min-width:1024px){.c-sticky-header__lang{display:block}}.page:not(.home)>.c-sticky-header{background-color:rgba(0,0,0,.6)}.c-story__wrap{max-width:1098px;margin:0 auto}.c-story__text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:820px){.c-story__text{height:400px}}@media only screen and (min-width:820px){.c-story__text-left{margin-right:22px}.c-story__text-right{margin-left:22px}}@media only screen and (min-width:820px){.c-story__text-left{margin-right:122px}.c-story__text-right{margin-left:122px}}.c-story__items>div{margin:20px 0;font-family:Aeonik,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:28px}@media only screen and (min-width:820px){.c-story__items>div{display:-ms-grid;display:grid;margin:80px 0;font-size:20px}}@media only screen and (max-width:820px){.c-story__items>div img{margin:10px 0}}.c-story__items p{font-size:18px;line-height:140%}.c-story__items a{color:#0c0c0c}.c-story__item-left{-ms-grid-columns:53% 47%;grid-template-columns:53% 47%}.c-story__item-right{-ms-grid-columns:47% 53%;grid-template-columns:47% 53%}.c-story__intro p{text-align:center;margin-left:auto;margin-right:auto;font-family:Aeonik,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:140%}@media only screen and (min-width:820px){.c-story__intro p{max-width:66%}}.c-story__button{margin-top:60px;text-align:center}.c-property-contact-form .c-contact-form .c-story__button input[type=submit],.c-story__button .button,.c-story__button .c-property-contact-form .c-contact-form input[type=submit]{padding:16px 40px}h4.c-story__outro{font-family:Aeonik,sans-serif;text-align:center}.c-video{background-color:#1f1f1f}.c-video h2{color:#fcf0ed;margin:auto auto -10%;padding-top:10%;width:60%}.c-video__wrapper{margin:auto;width:60%}.c-video__wrapper,.vimeo-video{position:relative;height:0;padding-bottom:56.25%}.vimeo-video{width:100%}.vimeo-video__iframe{border:0;position:absolute;width:100%;height:100%;top:0;left:0}h1{font-size:2.6rem}h2{font-size:2.2rem}h3{font-size:1.8rem}h4{font-size:1.6rem}h5{font-size:1.4rem}h6{font-size:1.2rem}.c-wysiwyg h1,.c-wysiwyg h2,.c-wysiwyg h3,.c-wysiwyg h4,.c-wysiwyg h5,.c-wysiwyg h6,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin:0 0 24px}.c-wysiwyg a,.wysiwyg a{color:inherit}.c-wysiwyg summary,.wysiwyg summary{cursor:pointer;font-weight:700}.c-contact-form__tabs{max-width:1200px;margin:0 auto}@media screen and (min-width:720px){.c-contact-form__tabs{padding:72px 0}}.c-contact-form{color:#0c0c0c;gap:72px}.c-contact-form p{font-size:16px;line-height:23px}.c-contact-form h2{color:#f419f4;font-family:Aeonik,sans-serif;font-weight:400;line-height:1;margin-top:0}.c-contact-form input[type=submit]{background-size:auto;background-repeat:no-repeat;background-position:100% 0;background-color:rgba(0,0,0,0);border-radius:0;height:50px;position:relative;display:inline-block;line-height:inherit;margin-left:13px;text-align:left;text-decoration:none;color:#fcf0ed;border:0;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%02X%00%00%002%08%06%00%00%00%80%96%A5%C9%00%00%01%CDIDATx%01%ED%DD%25%D0%95y%00%C5%E1uo%EB%BB%B8%BB%BB%BB%7B%AF%B8%3B%F4B%EFC%1F%5C%12%EEp%EF%ADh%23%E1%D6%D3%C7%E9%F3%F9%FB%C7%9Fg%E6%D7%EBi%E7%AB%F2%00%00X%2FIj5I%FA%23u%C8%0EI%92%24%B5%D8%FEt%27-M%85%00%00%D03%DDL%8B%12%00%00%85%F4I%B547%01%00P%C8%80TK%B3%12%00%00%85%0CN%F54%25%01%00P%C8%88TO%13%12%00%00%85%8CN%8D4%26%15%02%00%C0%F8%D4H%23R%21%00%00LI%8D48%15%02%00%C0%CCTK%03R%21%00%00%0CM%D7R%21%00%00%FC%93%AE%26%00%00%0C%2C%00%00%03%0B%00%C0%C0%02%00%C0%C0%02%00%F8%C4%07%16%00%00%06%16%00%C0o%E9%40%FA%C9%C0%02%00%28c%40z%9E%CE%96%1BY%06%16%00%C0%E0%F44%9DK%3F%1BX%00%00e%0CH%8F%D3%F9%F6%8F%2C%03%0B%00%60b%DA%D7J%07SS%BA%90~1%B0%DA%06%00%B0%26%DDi%A5%07%A9%29%BDIC%0C%ACj%00%00%BEO%87%D3%EB4%26U%60%60%01%00%FC%90%8E%A7%D7it%AA%C0%C0%02%00%F81%9DN%AF%D2%A8T%91%81%05%0004%3DL%23S%21%06%16%00%C0%F7%1F%FA%2A%07%00%00%03%0B%00%C0%C0%02%000%B0%00%000%B0%00%00%0C%2C%00%00%03%0B%00%80%29%E9b%2A%00%00%80U%E9j%EA%9A%00%00%A8hi%BA%91%BA%27%00%00%2AZ%98n%A5%5E%09%00%80%8A%E6%A4%5B%A9_%02%00%A0%A2%99%A9%96%06%26%00%00%2A%9A%92%EAiH%02%00%A0%A2%09%A9%9EF%24%00%00%2A%1A%9BjiL%02%00%A0%A2%11%A9%9E%C6%A7v%D9%28I%92%A4%16%DB%93%1Airj%B7m%92%24Ij%B1%ED%E9%BB%04%00%C0%87%F2%16%FA%A38I%BF%7D%16%A7%00%00%00%00IEND%AEB%60%82");color:#0c0c0c;padding:0 50px 0 15px}.c-contact-form input[type=submit]:before{content:"";height:50px;width:13px;background-repeat:no-repeat;position:absolute;top:0;left:-13px}.c-contact-form input[type=submit]:hover{background-color:rgba(0,0,0,0)}.c-contact-form input[type=submit]:before{background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%04%00%00%00-%CE%99%8F%00%00%00%B0IDATx%DA%ED%D31J%C3%00%18%86%E1%271%89%06%05%F18%EEn%5E%C0%D1%C5%A1%20%28%82%93%83%82%08B%11%8B%0A%06%14%15%91%AA%B8%08%0E%1E%A0K%8F%D5%03%E4%FF%87N%5D%FA%AC%EF%F0M%9F%F9%ED%18%08%B4%C6%26N%F4%AC%19%BB%14h%BC%BB%16%A8%BD%B8Q%E8%A9t%EE%94zJ%0F%1EUz%0A%23Oj%81%A17%8D%C0%95%0F%AB%02%E7%BE%B5%02%FB%0E%D4B%BBF%2C%D32-8%ED%F9%B4.1%F0oK%E2%C8%9FM%89S%BF6%24%CE%FC%E4%9B%17%BE%B4%90_01%F4%AA%11%2A%DCzV%0B%95%EEu%2A%A1%15%9D%A9C%89m%C7Y%C2%0Cb%9D0%D3%F0%11%1DC%00%00%00%00IEND%AEB%60%82")}.c-contact-form i.bttn-before{height:50px;width:13px;background-repeat:no-repeat;display:inline-block;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%04%00%00%00-%CE%99%8F%00%00%00%B0IDATx%DA%ED%D31J%C3%00%18%86%E1%271%89%06%05%F18%EEn%5E%C0%D1%C5%A1%20%28%82%93%83%82%08B%11%8B%0A%06%14%15%91%AA%B8%08%0E%1E%A0K%8F%D5%03%E4%FF%87N%5D%FA%AC%EF%F0M%9F%F9%ED%18%08%B4%C6%26N%F4%AC%19%BB%14h%BC%BB%16%A8%BD%B8Q%E8%A9t%EE%94zJ%0F%1EUz%0A%23Oj%81%A17%8D%C0%95%0F%AB%02%E7%BE%B5%02%FB%0E%D4B%BBF%2C%D32-8%ED%F9%B4.1%F0oK%E2%C8%9FM%89S%BF6%24%CE%FC%E4%9B%17%BE%B4%90_01%F4%AA%11%2A%DCzV%0B%95%EEu%2A%A1%15%9D%A9C%89m%C7Y%C2%0Cb%9D0%D3%F0%11%1DC%00%00%00%00IEND%AEB%60%82");margin-top:24px;position:absolute}.c-double-column-image-text h3{color:#f419f4;font-weight:400;margin:0;font-size:1.6rem}@media screen and (min-width:1024px){.c-double-column-image-text h3{margin-top:29px;margin-bottom:29px;font-size:1.8rem}}.c-double-column-image-text p{font-size:16px}.c-double-column-image-text .c-double-column-image-text__text-inner a{color:#f419f4}@media screen and (min-width:720px){.c-double-column-image-text{margin-bottom:80px}}@media screen and (min-width:720px) and (max-width:719px){.c-double-column-image-text{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (min-width:720px){.c-double-column-image-text .c-double-column-image-text__column{overflow:hidden}}.c-double-column-image-text .c-double-column-image-text__cta{background-size:auto;background-repeat:no-repeat;background-position:100% 0;background-color:rgba(0,0,0,0);border-radius:0;height:50px;position:relative;display:inline-block;line-height:inherit;margin-left:13px;padding:12px 100px 0 15px;text-align:left;text-decoration:none;color:#fcf0ed;border:0;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%02X%00%00%002%08%06%00%00%00%80%96%A5%C9%00%00%01%CDIDATx%01%ED%DD%25%D0%95y%00%C5%E1uo%EB%BB%B8%BB%BB%BB%7B%AF%B8%3B%F4B%EFC%1F%5C%12%EEp%EF%ADh%23%E1%D6%D3%C7%E9%F3%F9%FB%C7%9Fg%E6%D7%EBi%E7%AB%F2%00%00X%2FIj5I%FA%23u%C8%0EI%92%24%B5%D8%FEt%27-M%85%00%00%D03%DDL%8B%12%00%00%85%F4I%B547%01%00P%C8%80TK%B3%12%00%00%85%0CN%F54%25%01%00P%C8%88TO%13%12%00%00%85%8CN%8D4%26%15%02%00%C0%F8%D4H%23R%21%00%00LI%8D48%15%02%00%C0%CCTK%03R%21%00%00%0CM%D7R%21%00%00%FC%93%AE%26%00%00%0C%2C%00%00%03%0B%00%C0%C0%02%00%C0%C0%02%00%F8%C4%07%16%00%00%06%16%00%C0o%E9%40%FA%C9%C0%02%00%28c%40z%9E%CE%96%1BY%06%16%00%C0%E0%F44%9DK%3F%1BX%00%00e%0CH%8F%D3%F9%F6%8F%2C%03%0B%00%60b%DA%D7J%07SS%BA%90~1%B0%DA%06%00%B0%26%DDi%A5%07%A9%29%BDIC%0C%ACj%00%00%BEO%87%D3%EB4%26U%60%60%01%00%FC%90%8E%A7%D7it%AA%C0%C0%02%00%F81%9DN%AF%D2%A8T%91%81%05%0004%3DL%23S%21%06%16%00%C0%F7%1F%FA%2A%07%00%00%03%0B%00%C0%C0%02%000%B0%00%000%B0%00%00%0C%2C%00%00%03%0B%00%80%29%E9b%2A%00%00%80U%E9j%EA%9A%00%00%A8hi%BA%91%BA%27%00%00%2AZ%98n%A5%5E%09%00%80%8A%E6%A4%5B%A9_%02%00%A0%A2%99%A9%96%06%26%00%00%2A%9A%92%EAiH%02%00%A0%A2%09%A9%9EF%24%00%00%2A%1A%9BjiL%02%00%A0%A2%11%A9%9E%C6%A7v%D9%28I%92%A4%16%DB%93%1Airj%B7m%92%24Ij%B1%ED%E9%BB%04%00%C0%87%F2%16%FA%A38I%BF%7D%16%A7%00%00%00%00IEND%AEB%60%82");color:#0c0c0c}.c-double-column-image-text .c-double-column-image-text__cta:before{content:"";height:50px;width:13px;background-repeat:no-repeat;position:absolute;top:0;left:-13px}.c-double-column-image-text .c-double-column-image-text__cta:hover{background-color:rgba(0,0,0,0)}.c-double-column-image-text .c-double-column-image-text__cta:before{background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%04%00%00%00-%CE%99%8F%00%00%00%B0IDATx%DA%ED%D31J%C3%00%18%86%E1%271%89%06%05%F18%EEn%5E%C0%D1%C5%A1%20%28%82%93%83%82%08B%11%8B%0A%06%14%15%91%AA%B8%08%0E%1E%A0K%8F%D5%03%E4%FF%87N%5D%FA%AC%EF%F0M%9F%F9%ED%18%08%B4%C6%26N%F4%AC%19%BB%14h%BC%BB%16%A8%BD%B8Q%E8%A9t%EE%94zJ%0F%1EUz%0A%23Oj%81%A17%8D%C0%95%0F%AB%02%E7%BE%B5%02%FB%0E%D4B%BBF%2C%D32-8%ED%F9%B4.1%F0oK%E2%C8%9FM%89S%BF6%24%CE%FC%E4%9B%17%BE%B4%90_01%F4%AA%11%2A%DCzV%0B%95%EEu%2A%A1%15%9D%A9C%89m%C7Y%C2%0Cb%9D0%D3%F0%11%1DC%00%00%00%00IEND%AEB%60%82")}@media screen and (max-width:719px){.c-double-column-image-text .c-double-column-image-text__cta{margin-top:0}}.c-double-column-wysiwyg__text h2{text-transform:uppercase;font-family:Aeonik,sans-serif;font-weight:800;line-height:1;color:#f419f4;font-size:28px;margin-top:0}@media screen and (min-width:1024px){.c-double-column-wysiwyg__text h2{font-size:2.2rem;font-size:35px;margin-top:35px}}.c-gallery__title{text-align:left;font-family:Aeonik,sans-serif;font-weight:400;color:#f419f4;max-width:1024px;padding:24px 24px 0;margin:0}@media screen and (min-width:720px){.c-gallery__title{padding-left:72px;padding-right:0}}@media screen and (min-width:1024px){.c-gallery__title{padding-left:144px}}@media screen and (min-width:1200px){.c-gallery__title{padding-left:0;margin:50px auto 0}}.c-gallery .flickity-prev-next-button{background-image:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/svg/right.svg);background-repeat:no-repeat;background-color:rgba(0,0,0,0);background-size:cover;width:45px;height:44px}.c-gallery .flickity-prev-next-button:hover{background-image:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/svg/right-hover.svg);background-color:rgba(0,0,0,0);background-repeat:no-repeat}.c-gallery .flickity-prev-next-button svg{display:none}.c-gallery .flickity-prev-next-button.previous{left:20px;width:46px;background-image:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/svg/left.svg)}.c-gallery .flickity-prev-next-button.previous:hover{background-image:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/svg/left-hover.svg);background-repeat:no-repeat}.c-gallery .flickity-prev-next-button.next{right:20px}.c-gallery .flickity-prev-next-button.next:hover{right:19px;width:46px}.c-hero{margin-bottom:-24px}.c-hero img{height:100%;position:absolute;top:0;left:0;right:0;bottom:0;-o-object-position:center;object-position:center}.c-hero img.c-hero__desktop-bg,.c-hero img.c-hero__mobile-bg{height:auto}.c-hero .c-hero__video{overflow:hidden}.c-hero__bg-wrap{width:auto}.c-hero__content{height:100%;min-height:55vw;padding:5rem 1rem;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:right;-webkit-justify-content:right;-ms-flex-pack:right;justify-content:right;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}@media (min-width:720px){.c-hero__content{padding:3rem 1rem}}@media (min-width:800px){.c-hero__content{padding:5rem 1rem}}@media screen and (min-width:1024px){.c-hero__content>*{position:relative;top:5rem}}.c-hero__content .c-hero__content_inner{background:#f419f4;color:#fcf0ed;max-width:280px;padding:55px 36px 36px;margin:0 48px;--cornerwidth:16px;-webkit-clip-path:polygon(0 var(--cornerwidth),var(--cornerwidth) 0,calc(100% - var(--cornerwidth)) 0,100% var(--cornerwidth),100% calc(100% - var(--cornerwidth)),calc(100% - var(--cornerwidth)) 100%,var(--cornerwidth) 100%,0 calc(100% - var(--cornerwidth)),0 var(--cornerwidth));clip-path:polygon(0 var(--cornerwidth),var(--cornerwidth) 0,calc(100% - var(--cornerwidth)) 0,100% var(--cornerwidth),100% calc(100% - var(--cornerwidth)),calc(100% - var(--cornerwidth)) 100%,var(--cornerwidth) 100%,0 calc(100% - var(--cornerwidth)),0 var(--cornerwidth))}@media screen and (min-width:1024px){.c-hero__content .c-hero__content_inner{max-width:480px;padding:60px 48px 48px;margin:-10% 48px 0}}.c-hero__content .c-hero__content_inner h1{text-transform:uppercase;font-family:Aeonik,sans-serif;font-weight:800;line-height:1;font-size:28px}@media screen and (min-width:1024px){.c-hero__content .c-hero__content_inner h1{font-size:2.6rem}}.c-hero__content .c-hero__content_inner p{line-height:1.3;font-size:15px;margin-bottom:0}@media screen and (min-width:1024px){.c-hero__content .c-hero__content_inner p{font-size:17px;margin-bottom:24px}}.c-hero__content .c-hero__content_inner .c-hero__cta{background-size:auto;background-repeat:no-repeat;background-position:100% 0;background-color:rgba(0,0,0,0);border-radius:0;height:50px;position:relative;display:inline-block;line-height:inherit;margin-left:13px;padding:12px 100px 0 15px;text-align:left;text-decoration:none;border:0;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%02X%00%00%002%08%06%00%00%00%80%96%A5%C9%00%00%02%91IDATx%01%EC%DD%03%0C%25G%00%C7%E1iX%DBmP%DB%B6%8D%B8%B6%11%D5%0C%EA8iP%04u%1B%D5%B6m%3B%AA%DB%B7%F3v%DE%F9n%F7e%3A%87%B0%EEny%DF%97%FC%B2%B1%F1_%87q%1A%9E%FC%CBI%92%24%29O%98%B0d%F8%23%C6%A9%BA%E0%E7%93%24IRS%C7K%DAT%7D%D6%D6%83%FD%03%00%00%FD%C8%29%AD%3CN%D5%9B%EDp%B8_%00%00%A0%1Fy%C2%60%F5q%8Ao5%A3%B8g%E8%07%00%00yb%B5%D68%C5%B7%9BT%ED%12%FA%01%00%C0%F4%E1p%BD%26%C5w%9A%BA%DE%21%F4%03%00%80%19u%BD%D1%AC%915a%B8M%E8%07%00%003F%D5f3GV9n%11%FA%01%00%403%21n%D5%A4%F8%EE%8C4%D88%00%00%D0%8F%A6%AE%B7%1F%A7%F8%F6%8C%BA%DE%20%00%00%D0%8F%A6%1E%EC4sdM%8Fq%9D%00%00%40o%23k%C76%C5W%F2%84j%CD%00%00%40%3F%DAQ%BC%BEI%D5%AE%01%00%00%03%0B%00%C0%C0%02%000%B0%00%000%B0%00%00%0C%2C%00%00%03%0B%00%E0%BF-%E7%3C%8F%81%05%00%D0%DF%B8%3A%B4%F4xi~%03%0B%00%A0%9F%81%B5IiXz%AA%B4%80%81%05%00%D0%CF%C8%DA%B0T%95%9E%EEod%19X%00%80%91%B5~%E9%87%D23%BF%7Fd%19X%00%80%11ue%E9%EA_%E9%A9%3C%DB%B3%A5%05%0D%AC%DF%06%00%18X%8F%95%9E%FD%95%DE%CF%B3%7D%5EZ%C1%C0%EA%06%000%BE%96%29%7D0g%5C%AD%18%3A1%B0%00%00%E3j%B9%D2G%A5%CF%BA%8F%2B%03%0B%000%AEV%28%7D%3A%A7%15Bg%06%16%00%60%60%9D1g%5C-%1Fzc%60%01%00F%D6%C2~%95%F3%8F%03%000%B0%00%00%0C%2C%00%00%03%0B%00%00%03%0B%00%C0%C0%02%000%B0%00%00hS%BC%B6t%60%E8%0E%00%80%26UW%B4%29%DE%91%BF%FCr%BE%D0%0D%00%00M%1D%2FnG%C3%BB%F3w%DF-%10%BA%01%00%60%3C%AA.l%EBx%7F%1E%0C%16%0A%DD%00%000N%D5%B9m%8A%0F%E5%18%17%0E%DD%00%000%AE%E3%E9m%8A%8F%E5%BA%5E4t%06%00%E0%B6%E0%A9m%AA%9E%CA%A3%D1%E2%A1%1B%00%00%C6ixb%9B%E23y%E2%C4%A5B7%00%00%B4u%3C%A6%F4B%9E%F4%FD2%A1%1B%00%00%DAQux%9B%E2%8By%F2%60%B9%D0%0D%00%00%EDhxp%9B%E2%CB9%C6%15%C3%EF%D1%D6%D5M%BF%90%24I%92R%FC%B2t%5B%9E%F4%C3%B2%E1%F7j%EA%C1N%BF%9C%24I%92r%CE%3F%8E%89%81%04%00%00%A8%0B%7F%06%3B5%01%8A%00%00%00%00IEND%AEB%60%82");color:#0c0c0c;font-size:16px;margin-top:24px;color:#fcf0ed;-webkit-transition:background-color .2s ease,color .2s ease;-o-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}.c-hero__content .c-hero__content_inner .c-hero__cta:before{content:"";height:50px;width:13px;background-repeat:no-repeat;position:absolute;top:0;left:-13px}.c-hero__content .c-hero__content_inner .c-hero__cta:hover{background-color:rgba(0,0,0,0)}.c-hero__content .c-hero__content_inner .c-hero__cta:before{background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%06%00%00%00%87%C7Q%04%00%00%01%26IDATx%01%EC%D5C~%25A%1C%07%F0%B9%C2%D8%B6g%D63%B1m%DB%5Eg%13%9C%28G%88%ED%5C%20%EB%A7%FA%A3%11v%F5%A7%F2%EA%9D%A0j%9D6%BF%AD%C2%EF%8E%CD%A0%9C%E4%87%90q%CC%18%84%8E%98%92%0C%A7%81%03%F3%A6%60R2.%29%C7%B9g%06%18%87%A5%03k%CA%F3%1E%1A%01I%D0%97%9E7%95%9Fxl%06%1C%EC%90%0C%DB%2A%95zf%06%18%9A%D3%F3%9E%02xi%06H%D4%85%8C%07%8A%E8%8D%19p%B12dq%A4%98%DF%1B%81%C0%81%D2%90%E1X%B9%A9Of%80E%81%06W%1E%7C3%03%94%CA%CB%FC%25O%7C%D5%FB%C6%85%17%3A0k%0Cn%29%8AP%84%22%14%A1i%3D%5B%21%E5%C5%1F%E9x%94%0CCv%D0O%3E%D11%29I%F4ZA%1D%93%92aG%3A%D8n%07%01%5E%EA%D8%D4%F1i%07%89%DE%E8%F8%94%24%EA%ED%20%F3%FB%90%C5%A1D%AC%B2%82%3AFu%FEJ%07%CB%AC%A0NG%1D%AB%01%8BB%2Bx%85%F83%0DO%02J%E5Z%C1k%A2%BF%19%88%F8%DF%FAU%25%C1%86dX%B0%83%C9%E4%CDx%40%AD%01%00%B4%9B%90%1Do%03%CE%E7%00%00%00%00IEND%AEB%60%82")}@media screen and (min-width:1024px){.c-hero__content .c-hero__content_inner .c-hero__cta{margin-top:48px}}@media screen and (max-width:1024px){.c-hero__content .c-hero__content_inner .c-hero__cta{padding-right:50px}}.c-hero__short-height .c-hero__content{max-height:none;min-height:auto}@media (min-width:720px){.c-hero__short-height .c-hero__content{padding:15vw 1rem}}.c-hero.c-hero__short-height img{height:100%;max-height:none}.c-people-gallery__person{background:#ffbcff}@media screen and (min-width:720px){.c-people-gallery__person{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.c-people-gallery__person img{max-height:100%}.c-people-gallery__person .c-people-gallery__person-info{color:#0c0c0c;padding:24px;background-color:rgba(0,0,0,0)}.c-people-gallery__person .c-people-gallery__person-info h3{line-height:1;margin-top:0;font-size:20px;padding-bottom:12px}.c-people-gallery__person .c-people-gallery__person-info .c-people-galler-button{color:#0c0c0c}.posts-pull-up{max-width:1200px;margin:0 auto;grid-gap:0 48px}.posts-pull-up .post-pu-item{margin-bottom:48px}.posts-pull-up .post-pu-item .post-pu-item__link{display:block;font-size:22px;padding-right:28%;line-height:1.1;background-image:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/svg/arrow-right.svg);background-repeat:no-repeat;background-position:100% 100%}.posts-pull-up .post-pu-item .post-pu-item__date{margin:12px 0;display:inline-block;color:#f419f4}.c-property-info{max-width:1024px;padding-top:0;padding-bottom:0;margin:72px auto}@media screen and (min-width:720px){.c-property-info{margin:96px auto 0}}@media screen and (min-width:1024px){.c-property-info{padding-top:48px;padding-bottom:48px}}@media screen and (min-width:1200px){.c-property-info{padding-right:0;padding-left:0}}.c-property-info .c-property-info__wrapper h2{margin-top:0;text-transform:uppercase;font-family:Aeonik,sans-serif;font-weight:800;line-height:1;color:#f419f4;font-size:28px}@media screen and (min-width:1024px){.c-property-info .c-property-info__wrapper h2{margin-top:29px}}@media screen and (min-width:720px){.c-property-info .c-property-info__wrapper h2{max-width:315px}}@media screen and (min-width:1024px){.c-property-info .c-property-info__wrapper h2{max-width:475px;font-size:35px}}.c-property-info .c-property-info__wrapper h3{text-transform:uppercase;font-family:Aeonik,sans-serif;font-weight:800;line-height:1;color:#f419f4;margin-top:0;font-size:28px}@media screen and (min-width:1024px){.c-property-info .c-property-info__wrapper h3{margin-top:35px;font-size:2.2rem}}.c-property-info .c-property-info__wrapper .c-property-info__summary{background-color:#ffbcff;margin-top:30px}@media screen and (min-width:720px){.c-property-info .c-property-info__wrapper .c-property-info__summary{margin-top:-150px}}@media screen and (min-width:1024px){.c-property-info .c-property-info__wrapper .c-property-info__summary{margin-top:-200px}}.c-property-info .c-property-info__wrapper .c-property-info__summary .c-property-info__summary-location{background-color:#f419f4;color:#fcf0ed;padding:18px}@media screen and (min-width:1024px){.c-property-info .c-property-info__wrapper .c-property-info__summary .c-property-info__summary-location{padding:32px}}.c-property-info .c-property-info__wrapper .c-property-info__summary .c-property-info__summary-location svg{width:32px}@media screen and (min-width:1024px){.c-property-info .c-property-info__wrapper .c-property-info__summary .c-property-info__summary-location svg{margin-right:32px}}.c-property-info .c-property-info__wrapper .c-property-info__summary .c-property-info__summary-row-title,.c-property-info .c-property-info__wrapper .c-property-info__summary .c-property-info__summary-row-value{color:#0c0c0c}.c-property-info .c-property-info__wrapper .c-property-info__services{padding:24px 0 0}@media screen and (min-width:1024px){.c-property-info .c-property-info__wrapper .c-property-info__services{padding:24px 0 72px}}@media screen and (min-width:720px) and (max-width:1023px){.c-property-info .c-property-info__wrapper .c-property-info__services{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}.c-property-info .c-property-info__wrapper .c-property-info__services .c-property-info__service{padding:24px 72px 0;font-weight:600}.c-property-info .c-property-info__wrapper .c-property-info__services .c-property-info__service img{width:52px;margin-bottom:18px;max-height:40px}.c-property-info .c-property-info__wrapper .c-property-info__more-info{text-align:center;display:block}.c-property-info .c-property-info__wrapper .c-property-info__more-info a{background-size:auto;background-repeat:no-repeat;background-position:100% 0;background-color:rgba(0,0,0,0);border-radius:0;height:50px;position:relative;display:inline-block;line-height:inherit;margin-left:13px;text-align:left;text-decoration:none;color:#fcf0ed;border:0;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%02X%00%00%002%08%06%00%00%00%80%96%A5%C9%00%00%01%CDIDATx%01%ED%DD%25%D0%95y%00%C5%E1uo%EB%BB%B8%BB%BB%BB%7B%AF%B8%3B%F4B%EFC%1F%5C%12%EEp%EF%ADh%23%E1%D6%D3%C7%E9%F3%F9%FB%C7%9Fg%E6%D7%EBi%E7%AB%F2%00%00X%2FIj5I%FA%23u%C8%0EI%92%24%B5%D8%FEt%27-M%85%00%00%D03%DDL%8B%12%00%00%85%F4I%B547%01%00P%C8%80TK%B3%12%00%00%85%0CN%F54%25%01%00P%C8%88TO%13%12%00%00%85%8CN%8D4%26%15%02%00%C0%F8%D4H%23R%21%00%00LI%8D48%15%02%00%C0%CCTK%03R%21%00%00%0CM%D7R%21%00%00%FC%93%AE%26%00%00%0C%2C%00%00%03%0B%00%C0%C0%02%00%C0%C0%02%00%F8%C4%07%16%00%00%06%16%00%C0o%E9%40%FA%C9%C0%02%00%28c%40z%9E%CE%96%1BY%06%16%00%C0%E0%F44%9DK%3F%1BX%00%00e%0CH%8F%D3%F9%F6%8F%2C%03%0B%00%60b%DA%D7J%07SS%BA%90~1%B0%DA%06%00%B0%26%DDi%A5%07%A9%29%BDIC%0C%ACj%00%00%BEO%87%D3%EB4%26U%60%60%01%00%FC%90%8E%A7%D7it%AA%C0%C0%02%00%F81%9DN%AF%D2%A8T%91%81%05%0004%3DL%23S%21%06%16%00%C0%F7%1F%FA%2A%07%00%00%03%0B%00%C0%C0%02%000%B0%00%000%B0%00%00%0C%2C%00%00%03%0B%00%80%29%E9b%2A%00%00%80U%E9j%EA%9A%00%00%A8hi%BA%91%BA%27%00%00%2AZ%98n%A5%5E%09%00%80%8A%E6%A4%5B%A9_%02%00%A0%A2%99%A9%96%06%26%00%00%2A%9A%92%EAiH%02%00%A0%A2%09%A9%9EF%24%00%00%2A%1A%9BjiL%02%00%A0%A2%11%A9%9E%C6%A7v%D9%28I%92%A4%16%DB%93%1Airj%B7m%92%24Ij%B1%ED%E9%BB%04%00%C0%87%F2%16%FA%A38I%BF%7D%16%A7%00%00%00%00IEND%AEB%60%82");color:#0c0c0c;padding:12px 50px 0 15px}.c-property-info .c-property-info__wrapper .c-property-info__more-info a:before{content:"";height:50px;width:13px;background-repeat:no-repeat;position:absolute;top:0;left:-13px}.c-property-info .c-property-info__wrapper .c-property-info__more-info a:hover{background-color:rgba(0,0,0,0)}.c-property-info .c-property-info__wrapper .c-property-info__more-info a:before{background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%04%00%00%00-%CE%99%8F%00%00%00%B0IDATx%DA%ED%D31J%C3%00%18%86%E1%271%89%06%05%F18%EEn%5E%C0%D1%C5%A1%20%28%82%93%83%82%08B%11%8B%0A%06%14%15%91%AA%B8%08%0E%1E%A0K%8F%D5%03%E4%FF%87N%5D%FA%AC%EF%F0M%9F%F9%ED%18%08%B4%C6%26N%F4%AC%19%BB%14h%BC%BB%16%A8%BD%B8Q%E8%A9t%EE%94zJ%0F%1EUz%0A%23Oj%81%A17%8D%C0%95%0F%AB%02%E7%BE%B5%02%FB%0E%D4B%BBF%2C%D32-8%ED%F9%B4.1%F0oK%E2%C8%9FM%89S%BF6%24%CE%FC%E4%9B%17%BE%B4%90_01%F4%AA%11%2A%DCzV%0B%95%EEu%2A%A1%15%9D%A9C%89m%C7Y%C2%0Cb%9D0%D3%F0%11%1DC%00%00%00%00IEND%AEB%60%82")}.c-property-info#property .c-property-info__services{display:none}.c-property-info#services{margin:0 auto;padding-bottom:0}.c-property-spaces .c-property-spaces__filter{font-weight:600;margin-left:10px;min-width:auto;font-size:12px;text-align:left;padding:15px 5px 5px 0}@media screen and (min-width:720px){.c-property-spaces .c-property-spaces__filter{font-size:16px;padding-right:30px;margin-left:30px}}@media screen and (min-width:1024px){.c-property-spaces .c-property-spaces__filter{margin-left:50px;min-width:130px}}.c-property-spaces .c-property-spaces__filter:after{content:" →"}.c-property-spaces .c-property-spaces__filters{margin-bottom:0;padding:0 0 72px}@media screen and (min-width:1024px){.c-property-spaces .c-property-spaces__filters{padding:72px 0}}.c-property-spaces .c-property-spaces__filters li:first-child .c-property-spaces__filter{margin-left:0}.c-property-spaces .c-property-spaces__filters .property-spaces__radio:checked~.c-property-spaces__filter{border-bottom:2px solid #f419f4;font-weight:600}.c-property-spaces .c-property-spaces__space-of-helsinki-kluuvi-kaivokatu-8-a-b{background:#ffbcff}.c-property-spaces .c-property-spaces__space-of-helsinki-kluuvi-kaivokatu-8{background:#e5caff}.c-property-spaces .c-property-spaces__space-of-helsinki-kluuvi-keskuskatu-6-g{background:#bbd8ff}.c-property-spaces .c-property-spaces__overview{margin-top:0}@media screen and (min-width:720px){.c-property-spaces .c-property-spaces__overview{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.c-property-spaces .c-property-spaces__overview-title{color:#0c0c0c;font-weight:600;margin:24px 0 32px;border-bottom:1px solid #0c0c0c;padding-bottom:5px;font-size:24px}.c-property-spaces .c-property-spaces__overview-description{color:#0c0c0c}@media screen and (min-width:720px){.c-property-spaces .c-property-spaces__overview-content{padding:0 32px 32px}}.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-stats li{background-color:rgba(0,0,0,0);color:#0c0c0c;display:block;padding-left:40px;background-size:25px;background-position-y:7px}.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-stats li h4{width:auto;float:none;font-weight:600;margin-bottom:0}.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-stats li p{width:auto;float:none;text-align:left;font-weight:400}.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-stats li:first-child{background-image:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/svg/area.svg);background-repeat:no-repeat;background-color:rgba(0,0,0,0)}.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-stats li:nth-child(2){background-image:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/svg/location-pink.svg);background-repeat:no-repeat;background-color:rgba(0,0,0,0);background-position-y:6px}.c-property-contact-form .c-contact-form .c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us input[type=submit],.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .button,.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input[type=submit]{background-size:auto;background-repeat:no-repeat;background-position:100% 0;background-color:rgba(0,0,0,0);border-radius:0;height:50px;position:relative;display:inline-block;line-height:inherit;margin-left:13px;padding:12px 100px 0 15px;text-align:left;text-decoration:none;color:#fcf0ed;border:0;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%02X%00%00%002%08%06%00%00%00%80%96%A5%C9%00%00%01%CDIDATx%01%ED%DD%25%D0%95y%00%C5%E1uo%EB%BB%B8%BB%BB%BB%7B%AF%B8%3B%F4B%EFC%1F%5C%12%EEp%EF%ADh%23%E1%D6%D3%C7%E9%F3%F9%FB%C7%9Fg%E6%D7%EBi%E7%AB%F2%00%00X%2FIj5I%FA%23u%C8%0EI%92%24%B5%D8%FEt%27-M%85%00%00%D03%DDL%8B%12%00%00%85%F4I%B547%01%00P%C8%80TK%B3%12%00%00%85%0CN%F54%25%01%00P%C8%88TO%13%12%00%00%85%8CN%8D4%26%15%02%00%C0%F8%D4H%23R%21%00%00LI%8D48%15%02%00%C0%CCTK%03R%21%00%00%0CM%D7R%21%00%00%FC%93%AE%26%00%00%0C%2C%00%00%03%0B%00%C0%C0%02%00%C0%C0%02%00%F8%C4%07%16%00%00%06%16%00%C0o%E9%40%FA%C9%C0%02%00%28c%40z%9E%CE%96%1BY%06%16%00%C0%E0%F44%9DK%3F%1BX%00%00e%0CH%8F%D3%F9%F6%8F%2C%03%0B%00%60b%DA%D7J%07SS%BA%90~1%B0%DA%06%00%B0%26%DDi%A5%07%A9%29%BDIC%0C%ACj%00%00%BEO%87%D3%EB4%26U%60%60%01%00%FC%90%8E%A7%D7it%AA%C0%C0%02%00%F81%9DN%AF%D2%A8T%91%81%05%0004%3DL%23S%21%06%16%00%C0%F7%1F%FA%2A%07%00%00%03%0B%00%C0%C0%02%000%B0%00%000%B0%00%00%0C%2C%00%00%03%0B%00%80%29%E9b%2A%00%00%80U%E9j%EA%9A%00%00%A8hi%BA%91%BA%27%00%00%2AZ%98n%A5%5E%09%00%80%8A%E6%A4%5B%A9_%02%00%A0%A2%99%A9%96%06%26%00%00%2A%9A%92%EAiH%02%00%A0%A2%09%A9%9EF%24%00%00%2A%1A%9BjiL%02%00%A0%A2%11%A9%9E%C6%A7v%D9%28I%92%A4%16%DB%93%1Airj%B7m%92%24Ij%B1%ED%E9%BB%04%00%C0%87%F2%16%FA%A38I%BF%7D%16%A7%00%00%00%00IEND%AEB%60%82");color:#0c0c0c}.c-property-contact-form .c-contact-form .c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us input[type=submit]:before,.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .button:before,.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input[type=submit]:before{content:"";height:50px;width:13px;background-repeat:no-repeat;position:absolute;top:0;left:-13px}.c-property-contact-form .c-contact-form .c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us input:hover[type=submit],.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .button:hover,.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input:hover[type=submit]{background-color:rgba(0,0,0,0)}.c-property-contact-form .c-contact-form .c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us input[type=submit]:before,.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .button:before,.c-property-spaces .c-property-spaces__overview-content .c-property-spaces__overview-contact-us .c-property-contact-form .c-contact-form input[type=submit]:before{background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%04%00%00%00-%CE%99%8F%00%00%00%B0IDATx%DA%ED%D31J%C3%00%18%86%E1%271%89%06%05%F18%EEn%5E%C0%D1%C5%A1%20%28%82%93%83%82%08B%11%8B%0A%06%14%15%91%AA%B8%08%0E%1E%A0K%8F%D5%03%E4%FF%87N%5D%FA%AC%EF%F0M%9F%F9%ED%18%08%B4%C6%26N%F4%AC%19%BB%14h%BC%BB%16%A8%BD%B8Q%E8%A9t%EE%94zJ%0F%1EUz%0A%23Oj%81%A17%8D%C0%95%0F%AB%02%E7%BE%B5%02%FB%0E%D4B%BBF%2C%D32-8%ED%F9%B4.1%F0oK%E2%C8%9FM%89S%BF6%24%CE%FC%E4%9B%17%BE%B4%90_01%F4%AA%11%2A%DCzV%0B%95%EEu%2A%A1%15%9D%A9C%89m%C7Y%C2%0Cb%9D0%D3%F0%11%1DC%00%00%00%00IEND%AEB%60%82")}.c-site-footer{background-color:#0c0c0c;color:#fcf0ed}.c-site-footer .c-site-footer__content{max-width:1200px}@media screen and (min-width:1024px){.c-site-footer .c-site-footer__content{-ms-grid-columns:(minmax(0,1fr))[3];grid-template-columns:repeat(3,minmax(0,1fr))}}.c-site-footer .c-site-footer__content .c-site-footer__col{color:#fcf0ed}@media screen and (min-width:1024px){.c-site-footer .c-site-footer__content .c-site-footer__col,.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav{text-align:center}}.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav .c-footer-nav__content{color:#fcf0ed;display:inline-block}.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav .c-footer-nav__content a:after{color:#f419f4}.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav .c-footer-nav__content .ot-sdk-show-settings{cursor:pointer}.c-site-footer .c-site-footer__content .c-site-footer__col .c-site-footer__sponda-logo{margin:0 auto}.c-site-footer .c-site-footer__content .c-site-footer__col .c-site-footer__sponda-logo img{margin-top:20px}@media screen and (min-width:1024px){.c-site-footer .c-site-footer__content .c-site-footer__col .c-site-footer__sponda-logo img{margin:20px auto 0}}.c-site-footer .c-site-footer_contact-btn{background-size:auto;background-repeat:no-repeat;background-position:100% 0;background-color:rgba(0,0,0,0);border-radius:0;height:50px;position:relative;display:inline-block;line-height:inherit;margin-left:13px;padding:12px 100px 0 15px;text-align:left;text-decoration:none;color:#fcf0ed;border:0;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%02X%00%00%002%08%06%00%00%00%80%96%A5%C9%00%00%02%BAIDATx%01%ED%D9%03%934W%1B%C7%E1%F3%D8%D6%9Cy%DF%D8%B6%BFJ%EC%14b%DB%B6m%DBv9%2C%23Fi1%BB%3D%DB%A7%C3%D9%9C%CC%A6%9ER%9Ct%C7%D7U%F5%FB%0E%FF%BA%EFP%C5j%2BI%92%24%FDx%E5%8Ar%E3%F0%5B%95%B1%7CH%92%24I%3F%5E%8A%E9%CB%2AV%C7%E6%90%A7%85f%00%00%90b%BA%A8%DF%1Dy%ED%3C%23%D4%07%00%40%0EyR%D5%AE.O1%DD%D2%DC%25%0B%00%C0%C8%9A%5C%C6%F2%9A%14%D3%F59%E4%A9%A1%3E%00%00%26%86Uj%A5%1B%AAX%5D%95C%9E%12%EA%03%00%20%87%3C-%C5t%CB%C4%CB0%87%3C%29%D4%07%00%40%DE%28OO1%DD%D9%EF%02%23%0B%00%A0%21y%ED%3C%A3jW%F7%A6V%3A%27%00%00%D0%8C%FC%FF%3C%AB%8A%D5%03e%2C%CF%08%00%004%23%AF%C8sR%2B%3DZ%B5%AA%13%03%00%00%CD%18Z%3A4%2F%C5%F4D%BFc%02%00%00%CD%28V-%16%A5%98%DE%08%00%004c%EC%7FcKRLo%07%00%00%0C%2C%00%00%03%0B%00%C0%C0%02%00%C0%C0%02%00%F8%E7%0D%2C%00%00%0C%2C%00%80%AFG%3B%A7%F6F%87w7%B0%00%00%1A%F2u%D19%B7Wt%C6%7B%A3%9D%3D%0D%2C%00%80%C6F%D6%C8%19%BD%A2%F3M%BF%BD%0C%2C%00%80%E6%5E%85%A7%AC%1CY%7B%1BX%00%00%BFB%1E%1E%FE%DFx1%7C%DC%CF%D5%2B%86%DF%9B%18Y%E3%C5%C8%BE%06%16%00%C0%2F%F8jtt%8B%5E1%FC%EE%CF%D7%19%ED%97%FB%3D%9Bs%9Ed%60%D5%00%00%F0U1%B4e%AF%E8t%BE%1BW%9F~%3A%CB%05%AB%06%00%80%AF%BA%C3%DB%AC%BC%5E%3D%93%F3%873C%1D%06%16%00%60%5Cu%B6%EF%15%9D%A2%DF%D3%0D%8C%2B%03%0B%00%A0%D7%ED%BC%DA%2B%3AO%E5%9Cg%84%FA%0C%2C%00%80%DC%ED.np%5C%19X%F5%01%00%18X%00%00%06%16%00%80%81%05%00%80%81%05%00%60%60%01%00%18X%00%00t%FF%DF%5D%9Cbz%3D%D4%07%00%40%B9%A2%5C%9Ebz%A5%8A%D5%BE%01%00%80F%5E%83%2F%97%AD%F2%80P%0F%00%00%C5%AA%C5%A2%D4J%CF%A7%98%0E%0A%F5%00%000%B2hdA%8A%E9%99%D4J%87%87z%00%00%18Z%3A4%2F%C5%F4Tj%A7%A3C%3D%00%00%0C.%1B%9C%9B%DA%E9%B1%AAU%9D%18%EA%01%00%20%B7%F3%EC2%96%0F%97%ED%F2%D4%00%00%40%3Dy%F5%3C%B3%8A%D5%03%29%A63%03%00%00%F5%E4%B5%F3%8C%D4N%F7%F4%3B%3F%00%00PO%DE%28OO1%DD%D1%EF%A2%1C%F2%A4%F0k%A4V%BA%EB%87I%92%24%A9jW%F7%A6v%2ARL%BB%FC%EAq5a%AC%3D%B6%D3%8F%27I%92%A42%96%1B%84%DF%E8%5B%F8PJ%5D%9C%F95%DD%00%00%00%00IEND%AEB%60%82")}.c-site-footer .c-site-footer_contact-btn:before{content:"";height:50px;width:13px;background-repeat:no-repeat;position:absolute;top:0;left:-13px}.c-site-footer .c-site-footer_contact-btn:hover{background-color:rgba(0,0,0,0)}.c-site-footer .c-site-footer_contact-btn:before{background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%06%00%00%00%87%C7Q%04%00%00%010IDATx%01%EC%D5%B3%82eA%10%06%E0%8D%D7%DE%AE%BEwm%2B%5E%DB%1C%DB%B6%F9%1E%13%CD%3B%8Cm%FB5%C6%A8%BF%EE%C9%C6%CE%BA%E39%9D%7F%ED%AA%FF%90%CD%98%3A7uTH%9E%1B%83%85%F3%0B%D7A%E8%00%A1%D1%08%C0%8BG%20L0%F1K%23%C0%8A%EF%810%06%0F%DE%19%81%25%BDt%7B%03h%7C%B49%C3%A8%28%F9f%04%1C%E5%5C%01aD%B4%FC2%03%DA%B9%04%C2%20%2B%F63%02rQ4k%EE%87F%B0%11%C0y%5C%10%92%5E%28%84%1B%01%BE%C0%E7A%E8%12-%B1F%60%C9%B3t%06%1Am%AC8%D9%F8%7B%C8%05%F9%CE%C4%15V%9Fp%FD%A5%A1QyP%90%8B%5C%E4%22%17%AD%A7%83u%B3%5C%B9%B0r%04%1A%D5%A2%A4%DC%0AN%9F%9D%3E%06B%AD%90%14%5B%C1%B9Ss%27%40h%84B%9E%15%9C%BF2%7F%12%0A-%20dZ%B0%7D%D1%93b%7B%A3%E76B%8E%24%DE%C6%ED%C6%A9F%94%15%94%B3B%AC%B8%0F%840%2B%E8%F3%F8%BC%D0%18%60%CD%81V%D0%21%E72%08%C3L%FC%CF%0A%E2%1C%94hY%DD%2A%A0%E6m%A4%259%86%FF%AC%C0F%965%00o%2C%27%CB%D0wUe%00%00%00%00IEND%AEB%60%82")}.page:not(.home)>.c-sticky-header{background-color:#0c0c0c}.c-sticky-header__content{max-width:1200px;gap:0}.c-sticky-header__content .c-sticky-header__item.c-sticky-header__lang{width:120px}.c-sticky-header__content .c-language-menu{display:inline-block}.c-sticky-header__content .c-language-menu a{font-weight:400;color:#f419f4;margin:0}.c-sticky-header__content .c-language-menu a:first-of-type:after{content:"/";color:#fff}.c-sticky-header__content .c-language-menu a.active{font-weight:400;color:#fcf0ed}.c-sticky-header__content .c-sticky-header-nav__content>.menu-item:last-of-type a{border-radius:0;text-align:center;color:#fcf0ed;background-color:rgba(0,0,0,0);margin:3px 20px 4px 11px;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%01%A9%00%00%00%22%08%06%00%00%00%E5%2C%26%F4%00%00%01%EBIDATx%01%EC%DD5%93%14A%1C%86%F1%C6%3D%C2%A6%FB.%C3%DD5F%3F%0C%09%EE%1E%E1%EE%F2%21%88pw%8Dp%F7%F4%B6%DF%FF%D6e%CD%165%8B%C7C%07%CF%AF%EA9%DD%FC%5D%19q%0A%9ASaDDD%B3%AD%B0%F9m%03%DB%A6%B9%86%E4R%C7F%1D%DC%BF%C8%EB%0C%11%11Q%85%9DU%D0%29y%7D%88%21n%28%87%AAs%E3%5B%07%97%03%00%00%D2%A8%D4U%5EO%2C%D8%F7%A1%BA%E7%EEu%F9%FBA.u%AA0%22%22%A2%8EiR%EARnP%97%E8%E3s%2BlM%F3w%07%00%C0%FFV%BE%C5%E7%5E%0C~%D1-%86%F8%D2%BC%AD%CCn%A8%00%00%0C%D5%87%D6%0F%3D%E4%F5ZAK%B3%1B%2A%00%00C%F5u%E0%D7%5E%F2z%ABB%8B%9A%1FG9%00%00r%19%AA%D4%2F%F51oo%EB%A1%BE%C0%01%00%90%8B%E6%5B%7C%B1%88%FD-%D8%E7%F6%96%F6%A1%0E%00%80%DC%5EQ%29%E8%5C-%D4f%3A%00%00r%D1%BC%F2%84%BC%AE%D4%8B%FAT%07%00%40n%23%15%7D%BCR%5E6%09%00%00F%0A%00%00F%0A%00%C0H%01%00%C0H%01%00%18%29%00%00%18%29%00%00%18%29%00%00%23%05%00%00%23%05%00%60%A4%00%00%60%A4%00%00%F8%F7H%5D%CD%EA%02%B3%00%004%EF%C6%2B%AF%B3%B5%96%DA%0C%07%00%40N%F7%92%BA%E8.v%96%D7%7B%B5j%AC%03%00%20%8BWP%25y%DDW%D0V%07%00%40f%03u%CF%82%ED%FD%F9%F9%14%00%00y%0C%D4%1D%0Bv%A0%F9wF%0A%00%90%C5%40Y%B0%9B%D1%C7%C3%7F%0D%D4%3Dw%AF%0B%11%11QU%25%97%3A%BF%18%FC%A2%9B%2B%99%B7%EB%F2%3A%C6%2B%28%00%40V%CC%DBU%05%9D%2C%07%AA%E3_%03%25%AF%EDDDD%15%B63%FA%B8Y%5E%8FT%E8%C4%BF%07%AAd%85%AD%25%22%22%AA%B0o%AB%05VR%CD%C0%5ET%3A%EAI%13%98%00%00%16%95S%0AM%D8%0B%B9%00%00%00%00IEND%AEB%60%82");background-size:auto;background-repeat:no-repeat;background-position:100% 0;line-height:1;border-bottom:0;padding-left:15px;display:inline-block;position:relative;height:34px}.c-sticky-header__content .c-sticky-header-nav__content>.menu-item:last-of-type a:before{content:"";height:34px;width:9px;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%09%00%00%00%22%08%06%00%00%00%8D%FA%F3%E5%00%00%01%2AIDATx%01%ED%D4%83n%04A%18%00%E0%AD%19%1FV%B5%15%D4%7D%8D%C6%B5%F1%06%B5%F9R%B5%DB%B8%B6%ED%F9gs%E1%F4%9Fr%CE%17W%FF%DD%FA%1BCr%17Lb%81%FCJd%92%EE%1Ad%B0%60~%05%05J%F1%B8r%02k%19ko%40%86%0A%047%8F%96%C7%04%979%20%A8%22%0A%B9%B9W%EF%A3%5D%02%AA%D2Z%CC%E1%FAN%BB%D3%85%9C%11%E4%B0%20~%C5%D4%0D%BC%0E4%8A%AA%E2%7B%DE%8A%00~%A5%0AmBp%09f%90E%F0%11%BC%99%CD%A0%C29%B1%12%8BK%60%D3mI%BC%0ENE%88ahF%11%D6eJ%EC%40%A7%A02%CD%C3%A2%16%24Oa%C8F%3EQ%C9%FC%7BN~%FF%E8%E7%20%9F%06%F8I%7B%2A%24%0A%99%14g%A9S%80%15%B2%40%81%8B%83%D8%83P%8Fs%0A%D10%1Ek%08%FC%9D%A1PY%90a%14%E1%C6%B84%1E%E8%049%FAx%81h%08%8F-%3E%CF%3DBlD%3FU%E9%0EKd%21%9E%A1Jz%10%EF1%9D%85y%DBr%3A%B1%E8%83k%F3u%A4K%B8%22%AD%04%BD%D7%B1%15%8Fc%97H%ECXC1%8A_%00%97%7D%18%F4%B9w%8AM%00%00%00%00IEND%AEB%60%82");background-repeat:no-repeat;position:absolute;top:0;left:-9px}.c-sticky-header__content .c-sticky-header-nav li{padding:12px 24px}.c-sticky-header__content .c-sticky-header-nav li>*{padding:0 0 1px;border-bottom:2px solid rgba(0,0,0,0)}.c-sticky-header__content .c-sticky-header-nav li>:hover{border-bottom:2px solid #f419f4}.c-sticky-header__content .c-sticky-header-nav li.current_page_item:first-child>*,.page:not(.home) .c-sticky-header__content .c-sticky-header-nav li.current_page_item>*{border-bottom:2px solid #f419f4}@media screen and (max-width:1024px){body:not(.home) main{margin-top:125px}}body:not(.home).single-post main{margin-top:inherit}.page-section--alternate_background{background:#0c0c0c}.page-section--alternate_background .wysiwyg{color:#fcf0ed}.wysiwyg h2{text-transform:uppercase;font-family:Aeonik,sans-serif;font-weight:800;line-height:1;color:#f419f4;font-size:28px;max-width:1200px;margin:0 auto}@media screen and (min-width:1024px){.wysiwyg h2{font-size:2.2rem}}.wysiwyg#quote h2{color:#fcf0ed;text-transform:none;font-weight:400;margin-bottom:24px;line-height:1.2}.c-property-contact-form .c-contact-form .wysiwyg#quote input[type=submit],.wysiwyg#quote .button,.wysiwyg#quote .c-property-contact-form .c-contact-form input[type=submit]{background-size:auto;background-repeat:no-repeat;background-position:100% 0;background-color:rgba(0,0,0,0);border-radius:0;height:50px;position:relative;display:inline-block;line-height:inherit;margin-left:13px;padding:12px 100px 0 15px;text-align:left;text-decoration:none;color:#fcf0ed;border:0;background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%02X%00%00%002%08%06%00%00%00%80%96%A5%C9%00%00%02%BAIDATx%01%ED%D9%03%934W%1B%C7%E1%F3%D8%D6%9Cy%DF%D8%B6%BFJ%EC%14b%DB%B6m%DBv9%2C%23Fi1%BB%3D%DB%A7%C3%D9%9C%CC%A6%9ER%9Ct%C7%D7U%F5%FB%0E%FF%BA%EFP%C5j%2BI%92%24%FDx%E5%8Ar%E3%F0%5B%95%B1%7CH%92%24I%3F%5E%8A%E9%CB%2AV%C7%E6%90%A7%85f%00%00%90b%BA%A8%DF%1Dy%ED%3C%23%D4%07%00%40%0EyR%D5%AE.O1%DD%D2%DC%25%0B%00%C0%C8%9A%5C%C6%F2%9A%14%D3%F59%E4%A9%A1%3E%00%00%26%86Uj%A5%1B%AAX%5D%95C%9E%12%EA%03%00%20%87%3C-%C5t%CB%C4%CB0%87%3C%29%D4%07%00%40%DE%28OO1%DD%D9%EF%02%23%0B%00%A0%21y%ED%3C%A3jW%F7%A6V%3A%27%00%00%D0%8C%FC%FF%3C%AB%8A%D5%03e%2C%CF%08%00%004%23%AF%C8sR%2B%3DZ%B5%AA%13%03%00%00%CD%18Z%3A4%2F%C5%F4D%BFc%02%00%00%CD%28V-%16%A5%98%DE%08%00%004c%EC%7FcKRLo%07%00%00%0C%2C%00%00%03%0B%00%C0%C0%02%00%C0%C0%02%00%F8%E7%0D%2C%00%00%0C%2C%00%80%AFG%3B%A7%F6F%87w7%B0%00%00%1A%F2u%D19%B7Wt%C6%7B%A3%9D%3D%0D%2C%00%80%C6F%D6%C8%19%BD%A2%F3M%BF%BD%0C%2C%00%80%E6%5E%85%A7%AC%1CY%7B%1BX%00%00%BFB%1E%1E%FE%DFx1%7C%DC%CF%D5%2B%86%DF%9B%18Y%E3%C5%C8%BE%06%16%00%C0%2F%F8jtt%8B%5E1%FC%EE%CF%D7%19%ED%97%FB%3D%9Bs%9Ed%60%D5%00%00%F0U1%B4e%AF%E8t%BE%1BW%9F~%3A%CB%05%AB%06%00%80%AF%BA%C3%DB%AC%BC%5E%3D%93%F3%873C%1D%06%16%00%60%5Cu%B6%EF%15%9D%A2%DF%D3%0D%8C%2B%03%0B%00%A0%D7%ED%BC%DA%2B%3AO%E5%9Cg%84%FA%0C%2C%00%80%DC%ED.np%5C%19X%F5%01%00%18X%00%00%06%16%00%80%81%05%00%80%81%05%00%60%60%01%00%18X%00%00t%FF%DF%5D%9Cbz%3D%D4%07%00%40%B9%A2%5C%9Ebz%A5%8A%D5%BE%01%00%80F%5E%83%2F%97%AD%F2%80P%0F%00%00%C5%AA%C5%A2%D4J%CF%A7%98%0E%0A%F5%00%000%B2hdA%8A%E9%99%D4J%87%87z%00%00%18Z%3A4%2F%C5%F4Tj%A7%A3C%3D%00%00%0C.%1B%9C%9B%DA%E9%B1%AAU%9D%18%EA%01%00%20%B7%F3%EC2%96%0F%97%ED%F2%D4%00%00%40%3Dy%F5%3C%B3%8A%D5%03%29%A63%03%00%00%F5%E4%B5%F3%8C%D4N%F7%F4%3B%3F%00%00PO%DE%28OO1%DD%D1%EF%A2%1C%F2%A4%F0k%A4V%BA%EB%87I%92%24%A9jW%F7%A6v%2ARL%BB%FC%EAq5a%AC%3D%B6%D3%8F%27I%92%A42%96%1B%84%DF%E8%5B%F8PJ%5D%9C%F95%DD%00%00%00%00IEND%AEB%60%82")}.c-property-contact-form .c-contact-form .wysiwyg#quote input[type=submit]:before,.wysiwyg#quote .button:before,.wysiwyg#quote .c-property-contact-form .c-contact-form input[type=submit]:before{content:"";height:50px;width:13px;background-repeat:no-repeat;position:absolute;top:0;left:-13px}.c-property-contact-form .c-contact-form .wysiwyg#quote input:hover[type=submit],.wysiwyg#quote .button:hover,.wysiwyg#quote .c-property-contact-form .c-contact-form input:hover[type=submit]{background-color:rgba(0,0,0,0)}.c-property-contact-form .c-contact-form .wysiwyg#quote input[type=submit]:before,.wysiwyg#quote .button:before,.wysiwyg#quote .c-property-contact-form .c-contact-form input[type=submit]:before{background-image:url("data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%0D%00%00%002%08%06%00%00%00%87%C7Q%04%00%00%010IDATx%01%EC%D5%B3%82eA%10%06%E0%8D%D7%DE%AE%BEwm%2B%5E%DB%1C%DB%B6%F9%1E%13%CD%3B%8Cm%FB5%C6%A8%BF%EE%C9%C6%CE%BA%E39%9D%7F%ED%AA%FF%90%CD%98%3A7uTH%9E%1B%83%85%F3%0B%D7A%E8%00%A1%D1%08%C0%8BG%20L0%F1K%23%C0%8A%EF%810%06%0F%DE%19%81%25%BDt%7B%03h%7C%B49%C3%A8%28%F9f%04%1C%E5%5C%01aD%B4%FC2%03%DA%B9%04%C2%20%2B%F63%02rQ4k%EE%87F%B0%11%C0y%5C%10%92%5E%28%84%1B%01%BE%C0%E7A%E8%12-%B1F%60%C9%B3t%06%1Am%AC8%D9%F8%7B%C8%05%F9%CE%C4%15V%9Fp%FD%A5%A1QyP%90%8B%5C%E4%22%17%AD%A7%83u%B3%5C%B9%B0r%04%1A%D5%A2%A4%DC%0AN%9F%9D%3E%06B%AD%90%14%5B%C1%B9Ss%27%40h%84B%9E%15%9C%BF2%7F%12%0A-%20dZ%B0%7D%D1%93b%7B%A3%E76B%8E%24%DE%C6%ED%C6%A9F%94%15%94%B3B%AC%B8%0F%840%2B%E8%F3%F8%BC%D0%18%60%CD%81V%D0%21%E72%08%C3L%FC%CF%0A%E2%1C%94hY%DD%2A%A0%E6m%A4%259%86%FF%AC%C0F%965%00o%2C%27%CB%D0wUe%00%00%00%00IEND%AEB%60%82")}.wysiwyg#breeam{overflow:auto;padding:48px;background:#ffbcff}@media screen and (min-width:1024px){.wysiwyg#breeam{padding:72px 120px}}@media screen and (min-width:720px){.wysiwyg#breeam{display:-ms-grid;display:grid;-ms-grid-columns:220px 1fr;grid-template-columns:220px 1fr;gap:72px}}.wysiwyg#breeam h2{font-family:Aeonik,sans-serif;font-weight:400;text-transform:none;color:#0c0c0c;font-size:24px;line-height:1.2}@media screen and (min-width:1024px){.wysiwyg#breeam h2{font-size:2.2rem;line-height:1}}.wysiwyg#breeam img{float:none;max-width:220px}.wysiwyg#breeam p{margin-top:36px}.wysiwyg#threecolumns{display:-ms-grid;display:grid;gap:36px;padding:48px}@media screen and (min-width:1024px){.wysiwyg#threecolumns{padding:72px 120px}}@media screen and (min-width:720px){.wysiwyg#threecolumns{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.wysiwyg#threecolumns div:nth-child(2){-ms-grid-row-span:2;grid-row:span 2}}@media screen and (min-width:1200px){.wysiwyg#threecolumns{-ms-grid-columns:1fr 1fr 1fr;grid-template-columns:1fr 1fr 1fr}}.wysiwyg#threecolumns h3{font-weight:400;line-height:1.2}@media screen and (min-width:1024px){.wysiwyg#threecolumns h3{margin-right:66px}}.wysiwyg#threecolumns img.alignnone{width:100%}.wysiwyg#threecolumns img.alignleft{width:22px;margin-right:10px}.c-slide-nav__content li.menu-item a{color:#fcf0ed}.c-double-column-wysiwyg#horse .c-double-column-wysiwyg__column .c-double-column-wysiwyg__text{padding:0}.c-double-column-wysiwyg#horse .c-double-column-wysiwyg__column .c-double-column-wysiwyg__text img{margin:0}@media screen and (min-width:720px){.c-double-column-wysiwyg#horse .c-double-column-wysiwyg__column .c-double-column-wysiwyg__text img{margin-top:-40px}}@media screen and (min-width:1024px){.c-double-column-wysiwyg#horse .c-double-column-wysiwyg__column .c-double-column-wysiwyg__text img{margin-top:-60px}}#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded{border-radius:0}#onetrust-banner-sdk .ot-sdk-container,#onetrust-pc-sdk .ot-sdk-container{border:1px solid #0c0c0c}#onetrust-banner-sdk a#accept-recommended-btn-handler,#onetrust-banner-sdk a#onetrust-accept-btn-handler,#onetrust-banner-sdk a.save-preference-btn-handler,#onetrust-banner-sdk button#accept-recommended-btn-handler,#onetrust-banner-sdk button#onetrust-accept-btn-handler,#onetrust-banner-sdk button.save-preference-btn-handler,#onetrust-pc-sdk a#accept-recommended-btn-handler,#onetrust-pc-sdk a#onetrust-accept-btn-handler,#onetrust-pc-sdk a.save-preference-btn-handler,#onetrust-pc-sdk button#accept-recommended-btn-handler,#onetrust-pc-sdk button#onetrust-accept-btn-handler,#onetrust-pc-sdk button.save-preference-btn-handler{background-color:#f419f4!important}a,body,button,input[type=submit]{cursor:url(/wp-content/themes/sponda-property-citycenter-2/assets/src/img/png/horn.png),auto}