/*! 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-weight:600}h1,h2,h3{font-family:the-seasons,sans-serif}h3{font-size:36px}h4{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:#14171b;font-family:Aeonik,sans-serif;scroll-behavior:smooth}body{min-height:100vh;background-color:#fff}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:#fff!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:#14171b!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:#14171b!important;border-color:#14171b!important;color:#fff!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:#14171b!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:#14171b!important;background-color:#fff!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}.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:#fff;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:#fff}.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:#fff}.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:#fff;color:#fff;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:#14171b}.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:#daaeff;border-radius:100px;border:none;color:#14171b;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:#14171b}.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:#fff}.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:#fff;color:#fff;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:#14171b}.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:#daaeff;border-radius:100px;border:none;color:#14171b;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:#14171b}.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:#fff}.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;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:#14171b;border-radius:100px;color:#fff;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:#14171b}.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}}.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:#14171b;border-radius:0;color:#fff;height:40px;width:40px}.c-gallery .flickity-prev-next-button:hover{color:#14171b}.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:#14171b;color:#fff;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:#14171b;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:#14171b;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;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:#fff;border-radius:100px;color:#14171b;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:#daaeff;border-radius:100px;color:#14171b;font-size:18px;padding:8px 24px;text-decoration:none}.c-logo-grid{scroll-margin-top:96px}.c-logo-grid h2{color:#14171b;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:#14171b}.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:#fff;color:#fff;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:#fff}.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:#fff}.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:#daaeff}.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:#daaeff;max-width:88vw}.c-properties__property .iframe-lightbox-link{text-decoration:none}.c-properties__property .c-properties__property_description{padding:32px 20px;color:#14171b}@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:#fff;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:#14171b}@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:#14171b;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:#14171b;border-color:#14171b;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:#14171b;border-color:#14171b;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}@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-left:24px}@media screen and (min-width:720px){#property-contact{padding-left: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:#14171b;color:#fff}.c-property-gallery .flickity-prev-next-button:hover{background-color:#fff;color:#14171b}.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:#fff;color:#14171b;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:#fff;color:#14171b;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:#fff}.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 #fff}.c-property-spaces__content{display:none;font-size:16px}.c-property-spaces__input{display:none}.c-property-spaces__label{border:1px solid #bfbfbf;color:#14171b;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:#fff}#spaces-overview:checked~#content-overview,#spaces-summary:checked~#content-summary{display:block}#spaces-overview:checked~#label-overview,#spaces-summary:checked~#label-summary{background-color:#fff;color:#14171b}#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:#fff;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:#fff;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:#fff}@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:#fff;background-color:#daaeff;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:#daaeff;background-color:#fff;color:#fff}.c-property-spaces__overview-image-trigger:hover:before{position:absolute;bottom:0;right:0;width:72px;height:72px;background:#fff;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:#fff;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:#fff}.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:#fff}.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:#fff}.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:#14171b;padding-right:24px}.c-property-spaces__summary tbody tr td{border-bottom:1px solid #bfbfbf;padding-bottom:24px;padding-top:24px;color:#14171b;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:#fff;color:#14171b}.single-sponda_property .c-property-spaces .c-property-spaces__overview li .flickity-button:disabled{background:#fff;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:#14171b;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:#14171b}.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:#fff}.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:#fff}.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:#fff;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:#fff;margin-bottom:4rem}.single-sponda_property .c-property-spaces__summary-wrapper th{font-family:the-seasons,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:#fff}.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:#fff;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:#14171b;border-radius:100px;color:#fff;display:inline-block;font-size:18px;font-weight:400;margin-top:16px;padding:8px 24px;text-decoration:none}.c-site-footer{background-color:#fff;color:#14171b;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:#14171b;padding:0;margin:0}.c-site-footer_contact-btn{background-color:#daaeff;border-radius:100px;color:#14171b;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:1124px){.c-slide-nav-toggle{display:none}}.c-slide-nav-toggle .hamburger{position:relative;display:block;border-radius:100px;background-color:#fff;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:#fff;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:#fff;-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:#fff;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:#fff;-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:#fff}@media screen and (min-width:1124px){.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:#daaeff;border-radius:100px;color:#14171b;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:#fff;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:1124px){.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:1124px){.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:1124px){.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:1124px){.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:#14171b}.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:the-seasons,sans-serif;text-align:center}.c-video{background-color:#1f1f1f}.c-video h2{color:#fff;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{color:#14171b;display:block;padding-top:72px}.c-contact-form .c-contact-form-heading{max-width:720px;margin:0 auto 40px}.c-contact-form .c-contact-form-heading h2{color:#14171b;text-align:center;max-width:600px;margin:0 auto 24px;font-size:48px;line-height:1.1}@media screen and (max-width:719px){.c-contact-form .c-contact-form-heading h2{font-size:36px}}.c-contact-form .c-contact-form__description{max-width:600px;margin:0 auto 40px}.c-contact-form .c-contact-form__description p{font-size:22px;text-align:center;font-weight:600}@media screen and (max-width:719px){.c-contact-form .c-contact-form__description p{font-size:16px}}.c-contact-form .c-contact-form__wrapper-wrapper{display:-ms-grid;display:grid}@media screen and (min-width:1024px){.c-contact-form .c-contact-form__wrapper-wrapper{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.c-contact-form input[type=submit]{border-radius:0;font-size:24px}.c-contact-form .c-contact-form__people-wrapper{padding-top:72px}@media screen and (min-width:1024px){.c-contact-form .c-contact-form__people-wrapper{padding-top:0;padding-left:20%}}.c-contact-form .c-contact-form__people-wrapper h4{display:none}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery{display:block}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person{margin-bottom:48px;-ms-grid-columns:auto 1fr;grid-template-columns:auto 1fr}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person h3{font-family:Aeonik,sans-serif;font-size:16px;-ms-grid-column-span:2;grid-column:span 2;font-weight:400;margin:0 0 8px}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person img{max-width:120px}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info{padding:12px;height:100%;background-color:#daaeff;max-width:250px}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info h3{font-weight:700}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info h3,.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info p{font-family:Aeonik,sans-serif;color:#14171b;font-size:16px}.c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info p:nth-child(2){margin-bottom:12px}.c-double-column-image-text{max-width:1024px;margin:0 auto;position:relative}.c-double-column-image-text h3{font-size:34px;margin-bottom:0}.c-double-column-image-text p{font-size:16px}.c-double-column-image-text .c-double-column-image-text__column img{max-height:265px}.c-double-column-image-text .c-double-column-image-text__cta{background-color:rgba(0,0,0,0);padding:0;margin-top:0;font-size:24px}.c-double-column-image-text .c-double-column-image-text__cta:after{content:" →"}@media screen and (max-width:719px){.c-double-column-image-text .c-double-column-image-text__cta{padding-bottom:24px}}.c-double-column-image-text .c-double-column-image-text__text{padding:0}@media screen and (min-width:720px) and (max-width:1023px){.c-double-column-image-text .c-double-column-image-text__text{padding:0 24px}}@media screen and (min-width:720px){.c-double-column-image-text .text-position-right .c-double-column-image-text__text{padding-left:108px}.c-double-column-image-text .text-position-left .c-double-column-image-text__text{padding-right:108px}}.c-double-column-image-text:after{content:" ";width:160px;height:19px;position:absolute;left:50%;top:36vw;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (min-width:444px){.c-double-column-image-text:after{top:37vw}}@media only screen and (min-width:535px){.c-double-column-image-text:after{top:38vw}}@media screen and (min-width:720px){.c-double-column-image-text:after{top:50%}}#simonkatu .c-double-column-image-text__cta,#yrjonkatu .c-double-column-image-text__cta{color:#e0e361}#simonkatu:after,#yrjonkatu:after{background:#e0e361}#mannerheimintie .c-double-column-image-text__cta{color:#82a2e3}#mannerheimintie:after{background:#2753aa}#korkeavuorenkatu{scroll-margin-top:100px}#korkeavuorenkatu .c-double-column-image-text__cta{color:#52b76d}#korkeavuorenkatu:after{background:#36814a}#fabianinkatu .c-double-column-image-text__cta{color:#ff6314}#fabianinkatu:after{background:#ff6314}#mikonkatu .c-double-column-image-text__cta{color:#be9164}#mikonkatu:after{background:#be9164}.c-gallery .c-gallery__slide{background:grey}@media screen and (min-width:720px) and (max-width:1023px){.c-gallery{height:500px}}@media screen and (min-width:1024px){.c-gallery{height:650px}}@media screen and (min-width:1200px){.c-gallery{height:800px}}.c-gallery .flickity-prev-next-button{background-color:#daaeff;color:#14171b;width:45px;height:44px}.c-gallery .flickity-prev-next-button:hover{background-color:#fff}.c-gallery .flickity-prev-next-button:after{content:"→";font-size:32px;line-height:.5}.c-gallery .flickity-prev-next-button svg{display:none}.c-gallery .flickity-prev-next-button.previous{left:20px;width:46px}.c-gallery .flickity-prev-next-button.previous:after{content:"←"}.c-gallery .flickity-prev-next-button.next{right:20px}.c-gallery .flickity-prev-next-button.next:hover{right:19px;width:46px}@media screen and (max-width:719px){.c-hero__content,.c-hero img.c-hero__mobile-bg{height:70vh}}.c-hero__content h1{text-indent:-9999px;height:111px;width:719px;background-image:url(/wp-content/themes/sponda-property-urbancollection/assets/src/img/svg/Urban_Collection_by_Sponda_tunnus_valkoinen_rgb.svg);background-repeat:no-repeat;margin:0 auto;max-width:80%}.c-hero__content .c-hero__cta{margin:24px auto;background-color:#daaeff;border-radius:0;font-size:24px}.c-property-contact-form .c-contact-form .t-page-property .link-button input[type=submit],.page-section,.t-page-property .link-button .button,.t-page-property .link-button .c-property-contact-form .c-contact-form input[type=submit]{background-color:#fff}.page-section{color:#14171b}.page-section.page-section--has-bg-image{background-color:rgba(0,0,0,0)}.page-section.page-section--alternate_background{color:#fff;background-color:#14171b;background-image:url(/wp-content/themes/sponda-property-urbancollection/assets/src/img/png/uc_pattern_musta.png);background-size:80px}@media screen and (max-width:719px){.page-section.page-section--alternate_background{background-size:55px}}.posts-pull-up{max-width:1200px;margin:0 auto}@media screen and (max-width:719px){.posts-pull-up .post-pu-item{margin-bottom:24px}}.posts-pull-up .post-pu-item__date{font-size:16px;margin-top:12px;margin-bottom:6px}.posts-pull-up .post-pu-item__title{font-size:20px;line-height:1.4}.posts-pull-up .post-pu-item__link:after{color:#daaeff;white-space:nowrap}[lang=fi] .posts-pull-up .post-pu-item__link:after{content:" Lue lisää →"}[lang=en-GB] .posts-pull-up .post-pu-item__link:after{content:" Read more →"}.c-property-spaces .c-property-spaces__overview{display:block}.c-property-spaces .c-property-spaces__overview>li{background:rgba(0,0,0,0);margin-bottom:48px}@media screen and (min-width:720px){.c-property-spaces .c-property-spaces__overview>li{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.c-property-spaces .c-property-spaces__overview>li:nth-child(odd) .c-property-spaces__overview-content{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.c-property-spaces .c-property-spaces__overview>li .c-property-spaces__overview-image{left:72px;max-width:75%}}@media screen and (min-width:1024px){.c-property-spaces .c-property-spaces__overview>li{gap:48px}}.c-property-spaces .c-property-spaces__overview>li .c-property-spaces__overview-content{color:#14171b}.page-section--alternate_background .c-property-spaces .c-property-spaces__overview>li .c-property-spaces__overview-content{color:#fff}.c-property-spaces .c-property-spaces__overview>li .c-property-spaces__overview-content .c-property-spaces__overview-contact-us{display:none}.c-property-spaces .c-property-spaces__overview li{background:rgba(0,0,0,0);color:#14171b}.page-section--alternate_background .c-property-spaces .c-property-spaces__overview li{color:#fff}.c-property-spaces .c-property-spaces__overview-image-trigger:before{position:absolute;bottom:12px;right:12px;width:48px;height:48px;background:#daaeff;color:#fff;font-size:24px;line-height:64px;content:"";background-image:url(/wp-content/themes/sponda-property-urbancollection/assets/src/img/png/search.png);background-repeat:no-repeat;background-size:24px;background-position:12px;border-radius:100%;z-index:1}@media screen and (min-width:720px){.c-property-spaces .c-property-spaces__overview-image-trigger:before{bottom:24px;right:48px}}@media screen and (min-width:1024px){.c-property-spaces .c-property-spaces__overview-image-trigger:before{bottom:24px;right:96px}}.is-flickity-fullscreen .c-property-spaces .c-property-spaces__overview-image-trigger:before{z-index:0}.c-site-footer .c-site-footer__col.wysiwyg img{max-width:297.5px}@media screen and (max-width:719px){.c-site-footer .c-site-footer__col.wysiwyg img{margin:72px auto 0}}@media screen and (min-width:1024px){.c-site-footer .c-site-footer__col.wysiwyg img{max-width:400px}}.c-site-footer .c-site-footer__content{padding:12px}@media screen and (min-width:720px) and (max-width:1023px){.c-site-footer .c-site-footer__content{padding:24px}}@media screen and (min-width:1024px){.c-site-footer .c-site-footer__content{padding:48px 24px;-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}}.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav #footer-nav-menu{display:-ms-grid;display:grid}@media screen and (max-width:719px){.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav #footer-nav-menu{text-align:center}}@media screen and (min-width:720px){.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav #footer-nav-menu{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav #footer-nav-menu{-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 .c-footer-nav #footer-nav-menu a{font-size:18px}.c-site-footer .c-site-footer__content .c-site-footer__col .c-footer-nav #footer-nav-menu a:after{content:""}.c-sticky-header{background-color:#14171b}.c-sticky-header.active,.page:not(.home)>.c-sticky-header{background-color:rgba(0,0,0,.8)}.c-sticky-header .c-sticky-header__content{gap:0}@media screen and (min-width:1124px){.c-sticky-header .c-sticky-header__content{padding:0 24px}}.c-sticky-header .custom-logo{max-width:198px}@media screen and (min-width:1200px){.c-sticky-header .custom-logo{max-width:238px}}@media screen and (min-width:1600px){.c-sticky-header .custom-logo{max-width:298px}}.c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>*{color:#daaeff;background-color:rgba(0,0,0,0);display:inline-block}.c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>:after{content:"→";padding-left:5px;font-size:16px}.c-sticky-header .c-sticky-header-nav__content{padding:16px 24px}@media only screen and (min-width:1440px){.c-sticky-header .c-sticky-header-nav__content{padding:24px 48px}}.c-sticky-header .c-sticky-header-nav__content .menu-item{padding:9px}@media screen and (min-width:1200px){.c-sticky-header .c-sticky-header-nav__content .menu-item{padding:12px}}.c-sticky-header .c-sticky-header-nav__content .menu-item a{padding:0;white-space:nowrap;border-bottom:3px solid rgba(0,0,0,0);border-radius:0}.c-sticky-header .c-sticky-header-nav__content .menu-item:last-of-type a{border-radius:0;margin-left:0;border-bottom-color:rgba(0,0,0,0)}.c-sticky-header .c-sticky-header-nav__content .menu-item.current-menu-item.simonkatu a,.c-sticky-header .c-sticky-header-nav__content .menu-item.current-menu-item.yrjonkatu a,.c-sticky-header .c-sticky-header-nav__content .menu-item:hover.simonkatu a,.c-sticky-header .c-sticky-header-nav__content .menu-item:hover.yrjonkatu a{border-color:#e0e361}.c-sticky-header .c-sticky-header-nav__content .menu-item.current-menu-item.mannerheimintie a,.c-sticky-header .c-sticky-header-nav__content .menu-item:hover.mannerheimintie a{border-color:#82a2e3}.c-sticky-header .c-sticky-header-nav__content .menu-item.current-menu-item.fabianinkatu a,.c-sticky-header .c-sticky-header-nav__content .menu-item:hover.fabianinkatu a{border-color:#ff6314}.c-sticky-header .c-sticky-header-nav__content .menu-item.current-menu-item.korkeavuorenkatu a,.c-sticky-header .c-sticky-header-nav__content .menu-item:hover.korkeavuorenkatu a{border-color:#52b76d}.c-sticky-header .c-sticky-header-nav__content .menu-item.current-menu-item.mikonkatu a,.c-sticky-header .c-sticky-header-nav__content .menu-item:hover.mikonkatu a{border-color:#be9164}.c-sticky-header .c-language-menu{margin-left:0}main{padding-top:56px}@media screen and (min-width:1124px){main{padding-top:76px}}@media screen and (min-width:1200px){main{padding-top:82px}}@media only screen and (min-width:1440px){main{padding-top:98px}}.wysiwyg h2{font-size:36px;line-height:1.1}@media screen and (min-width:720px){.wysiwyg h2{font-size:48px}}#intro{max-width:720px;margin:0 auto 40px}#intro h2{max-width:600px;margin:0 auto 24px}#intro h2,#intro p{text-align:center}#map{scroll-margin-top:100px}#map img{max-width:1024px;width:100%}#three-icons,#three-numbers{max-width:1024px;margin:0 auto;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:0 24px}@media screen and (min-width:1024px){#three-icons,#three-numbers{gap:0 72px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}}#three-icons p,#three-numbers p{margin:48px auto 0;width:100%;max-width:320px;font-size:16px}@media screen and (max-width:719px){#three-icons p,#three-numbers p{text-align:center}}@media screen and (min-width:1024px){#three-icons p,#three-numbers p{padding-left:12px}}#three-icons p strong,#three-numbers p strong{line-height:1;display:block;font-size:32px}@media screen and (max-width:719px){#three-icons p strong,#three-numbers p strong{font-size:28px}}#three-icons p em,#three-numbers p em{font-style:normal;font-weight:700;display:block;line-height:1;font-size:28px}@media screen and (max-width:719px){#three-icons p em,#three-numbers p em{font-size:20px}}#three-icons p img,#three-numbers p img{width:48px;max-height:48px}@media screen and (max-width:719px){#three-icons p img,#three-numbers p img{float:none;margin:0 auto 12px}}#three-numbers p{font-size:16px}@media screen and (min-width:1024px){#three-numbers p{padding-left:48px}}#three-numbers p strong{font-size:32px;font-weight:600}@media screen and (max-width:719px){#three-numbers p strong{font-size:28px}}#three-numbers p em{font-size:28px}@media screen and (max-width:719px){#three-numbers p em{font-size:20px}}#three-numbers .alignleft{margin-top:3px}@media screen and (min-width:1024px){.home #three-icons>:nth-child(2){padding-left:25px}}.t-single-post{background-color:#fff;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:#14171b;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:#fff;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:#14171b}.t-single-property__bg{padding:0 0 24px;background-color:#fff;color:#14171b}.t-single-property__bg.bg--white{background-color:#fff;color:#f6f6f6}.t-single-property__bg.bg--dark{background-color:#1f1f1f;color:#fff}.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:the-seasons,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:#14171b;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:the-seasons,sans-serif;font-size:1.8rem;color:#14171b;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:#14171b;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:#14171b;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:#daaeff}.t-single-property__section-title{font-family:the-seasons,sans-serif;font-size:1.4rem;margin-bottom:24px}.t-single-property__details-title{font-family:the-seasons,sans-serif;font-size:1.4rem;text-align:left;margin-top:4rem}.t-single-property__details-subtitle{font-family:the-seasons,sans-serif;font-size:1.3rem;margin-bottom:1.5rem;color:#14171b}@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:the-seasons,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:the-seasons,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:the-seasons,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{-ms-grid-columns:none;grid-template-columns:none;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-top:0;padding-left:0;padding-right:24px}@media screen and (min-width:720px){#property-contact{padding-left:48px;padding-top:24px}}@media screen and (min-width:1024px){#property-contact{padding-right:48px}}.t-single-property__contact-title{font-family:the-seasons,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:#fff;padding:0 24px 24px;position:relative}.t-single-property__contact-form .gform_wrapper input{border-bottom-color:#fff}@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;margin: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-page-property .t-page-property__cover{position:relative;background-color:#14171b;font-size:0;max-height:600px;overflow:hidden}.t-page-property .t-page-property__cover h2{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:60px;display:inline-block;text-align:center;line-height:1.1;margin:0;z-index:1}@media screen and (max-width:719px){.t-page-property .t-page-property__cover h2{width:100%;font-size:24px}}@media screen and (min-width:720px) and (max-width:1023px){.t-page-property .t-page-property__cover h2{font-size:36px}}.t-page-property .t-page-property__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-page-property .t-page-property__cover-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.t-page-property .t-page-property__cover-image.no-image{height:100px}.t-page-property h1{text-align:center;display:block;margin:-30px auto 0;position:relative;z-index:1}@media screen and (max-width:719px){.t-page-property h1{margin-top:-17px;width:100%;font-size:24px}}@media screen and (min-width:720px) and (max-width:1023px){.t-page-property h1{font-size:36px}}.t-page-property h1 div{display:inline;padding:6px 60px}@media screen and (max-width:719px){.t-page-property h1 div{padding:3px 30px}}.t-page-property>:nth-child(3){margin-top:-30px}.t-single-post{background:#fff;color:#14171b;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:48px;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;line-height:63px}}.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:#14171b}.t-single-post .t-single-post__share .t-single-post__share-buttons a[href*="linkedin.com"]:after{content:"\f0e1";color:#14171b}.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;font-size:14px}.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:the-seasons,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{font-size:1.8rem}@media screen and (max-width:1024px){body:not(.home) main{margin-top:125px}}body.page-template-page-property main{margin-top:inherit}body:not(.home).single-post main{margin-top:inherit}.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]{border-radius:0;font-size:24px}.page-fabianinkatu-23 .c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>*{color:#ff6314}.page-fabianinkatu-23 h1 div{background-color:#ff6314}.page-fabianinkatu-23 .flickity-prev-next-button{background-color:#ff6314;color:#fff}.page-fabianinkatu-23 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info,.page-fabianinkatu-23 .c-contact-form input[type=submit]{background-color:#ff6314}.page-fabianinkatu-23 .posts-pull-up .post-pu-item__link:after{color:#ff6314}.c-property-contact-form .c-contact-form .page-fabianinkatu-23 .wysiwyg input[type=submit],.page-fabianinkatu-23 .wysiwyg .button,.page-fabianinkatu-23 .wysiwyg .c-property-contact-form .c-contact-form input[type=submit]{color:#14171b;background-color:#ff6314}.page-mannerheimintie-6 .c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>*{color:#82a2e3}.page-mannerheimintie-6 h1 div{background-color:#2753aa;color:#fff}.page-mannerheimintie-6 .flickity-prev-next-button{background-color:#82a2e3;color:#14171b}.page-mannerheimintie-6 .c-contact-form input[type=submit]{background-color:#2753aa;color:#fff}.page-mannerheimintie-6 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info{background-color:#2753aa}.page-mannerheimintie-6 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info a,.page-mannerheimintie-6 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info h3,.page-mannerheimintie-6 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info p{color:#fff}.page-mannerheimintie-6 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info svg{fill:#fff}.page-mannerheimintie-6 .posts-pull-up .post-pu-item__link:after{color:#82a2e3}.c-property-contact-form .c-contact-form .page-mannerheimintie-6 .wysiwyg input[type=submit],.page-mannerheimintie-6 .wysiwyg .button,.page-mannerheimintie-6 .wysiwyg .c-property-contact-form .c-contact-form input[type=submit]{color:#fff;background-color:#2753aa}.page-korkeavuorenkatu-45 .c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>*{color:#52b76d}.page-korkeavuorenkatu-45 h1 div{background-color:#36814a;color:#fff}.page-korkeavuorenkatu-45 .flickity-prev-next-button{background-color:#52b76d;color:#14171b}.page-korkeavuorenkatu-45 .c-contact-form input[type=submit]{background-color:#36814a;color:#fff}.page-korkeavuorenkatu-45 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info{background-color:#36814a}.page-korkeavuorenkatu-45 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info a,.page-korkeavuorenkatu-45 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info h3,.page-korkeavuorenkatu-45 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info p{color:#fff}.page-korkeavuorenkatu-45 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info svg{fill:#fff}.page-korkeavuorenkatu-45 .posts-pull-up .post-pu-item__link:after{color:#52b76d}.c-property-contact-form .c-contact-form .page-korkeavuorenkatu-45 .wysiwyg input[type=submit],.page-korkeavuorenkatu-45 .wysiwyg .button,.page-korkeavuorenkatu-45 .wysiwyg .c-property-contact-form .c-contact-form input[type=submit]{color:#fff;background-color:#36814a}.page-simonkatu-8 .c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>*,.page-yrjonkatu-31 .c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>*{color:#e0e361}.page-simonkatu-8 h1 div,.page-yrjonkatu-31 h1 div{background-color:#e0e361}.page-simonkatu-8 .flickity-prev-next-button,.page-yrjonkatu-31 .flickity-prev-next-button{background-color:#e0e361;color:#14171b}.page-simonkatu-8 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info,.page-simonkatu-8 .c-contact-form input[type=submit],.page-yrjonkatu-31 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info,.page-yrjonkatu-31 .c-contact-form input[type=submit]{background-color:#e0e361}.page-simonkatu-8 .posts-pull-up .post-pu-item__link:after,.page-yrjonkatu-31 .posts-pull-up .post-pu-item__link:after{color:#e0e361}.c-property-contact-form .c-contact-form .page-simonkatu-8 .wysiwyg input[type=submit],.c-property-contact-form .c-contact-form .page-yrjonkatu-31 .wysiwyg input[type=submit],.page-simonkatu-8 .wysiwyg .button,.page-simonkatu-8 .wysiwyg .c-property-contact-form .c-contact-form input[type=submit],.page-yrjonkatu-31 .wysiwyg .button,.page-yrjonkatu-31 .wysiwyg .c-property-contact-form .c-contact-form input[type=submit]{color:#14171b;background-color:#e0e361}.page-mikonkatu-17 .c-sticky-header .c-sticky-header-nav__content>.menu-item:last-of-type>*{color:#be9164}.page-mikonkatu-17 h1 div{background-color:#be9164}.page-mikonkatu-17 .flickity-prev-next-button{background-color:#be9164;color:#14171b}.page-mikonkatu-17 .c-contact-form .c-contact-form__people-wrapper .c-people-gallery .c-people-gallery__person-info,.page-mikonkatu-17 .c-contact-form input[type=submit]{background-color:#be9164}.page-mikonkatu-17 .posts-pull-up .post-pu-item__link:after{color:#be9164}.c-property-contact-form .c-contact-form .page-mikonkatu-17 .wysiwyg input[type=submit],.page-mikonkatu-17 .wysiwyg .button,.page-mikonkatu-17 .wysiwyg .c-property-contact-form .c-contact-form input[type=submit]{color:#14171b;background-color:#be9164}body{background-color:#14171b}.button,.c-property-contact-form .c-contact-form input[type=submit]{text-decoration:none;border-radius:0;padding:10px 30px 13px;min-width:200px;text-align:center;color:#14171b;background-color:#daaeff}