:root{--bg:#f7f8fb;--surface:#ffffff;--surface-2:#f3f6fb;--ink:#0f172a;--muted:#667085;--line:#e5e7eb;--primary:#0f766e;--primary-strong:#115e59;--accent:#d97706;--shadow:0 20px 40px rgba(15,23,42,0.08);--radius:20px;--container:min(1180px,calc(100vw - 32px));}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif;}a{color:inherit;text-decoration:none;}img{max-width:100%;display:block;}.container{width:var(--container);margin:0 auto;}.site-main{min-height:60vh;}.site-header{position:sticky;top:0;z-index:40;background:rgba(247,248,251,.94);border-bottom:1px solid rgba(229,231,235,.92);box-shadow:0 1px 0 rgba(229,231,235,.65);isolation:isolate;transform:translateZ(0);backface-visibility:hidden;}@supports ((backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px))){.site-header{backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);}}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:78px;}.site-brand,.site-brand .custom-logo-link,.site-footer__brand .custom-logo-link{display:inline-flex;align-items:center;}.site-brand__name{font-size:1.125rem;font-weight:800;letter-spacing:-0.02em;}.site-brand img,.site-footer__brand img,.custom-logo{width:auto;height:auto;max-height:44px;}.site-nav{display:flex;gap:24px;align-items:center;}.site-nav a{color:var(--muted);font-weight:600;}.site-nav a:hover{color:var(--ink);}.site-menu-toggle{display:none;align-items:center;justify-content:center;border:1px solid var(--line);background:var(--surface);padding:12px 16px;border-radius:999px;min-height:46px;}.mobile-panel{position:absolute;left:0;right:0;top:100%;z-index:30;border-top:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:0 18px 30px rgba(15,23,42,0.08);}.mobile-panel__links{display:grid;gap:12px;padding:16px 0 24px;}.hero{padding:72px 0 36px;}.hero__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;align-items:start;}.eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--primary-strong);font-size:.8rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;}.hero h1,.hero h2,.section h2,.section h1{margin:16px 0 0;letter-spacing:-0.04em;}.hero h1{font-size:clamp(2.5rem,5vw,4.75rem);max-width:12ch;}.hero__lead{font-size:1.15rem;color:var(--muted);max-width:58ch;margin:18px 0 0;}.hero-search,.property-filter{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:12px;margin-top:28px;}.hero-search input,.hero-search select,.property-filter input,.property-filter select,.lead-capture-form input,.lead-capture-form textarea{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:12px 16px;font:inherit;color:var(--ink);}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px;}.stat-card,.hero-panel__card,.catalog-card,.single-panel,.capture-card,.empty-state,.seo-copy,.cta-banner{background:var(--surface);border:1px solid rgba(229,231,235,.9);box-shadow:var(--shadow);border-radius:var(--radius);}.stat-card{padding:18px;}.stat-card strong{display:block;font-size:1.8rem;letter-spacing:-0.03em;}.stat-card span{color:var(--muted);}.hero-panel__card{padding:24px;}.hero-panel__card ol{padding-left:18px;color:var(--muted);}.section{padding:36px 0 72px;}.section--soft{background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(15,118,110,.03));}.section__head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;}.section__head--compact{margin-bottom:20px;}.cards-grid{display:grid;gap:22px;}.cards-grid--properties{grid-template-columns:repeat(3,1fr);}.cards-grid--developments{grid-template-columns:repeat(3,1fr);}.catalog-card{overflow:hidden;}.catalog-card__media{display:block;aspect-ratio:16 / 10;background:linear-gradient(135deg,#dbeafe,#cffafe 55%,#fef3c7);position:relative;}.catalog-card__badge{position:absolute;left:16px;top:16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);font-size:.8rem;font-weight:700;}.catalog-card__body{padding:20px;}.catalog-card__meta{color:var(--muted);font-size:.92rem;}.catalog-card h3{margin:10px 0;font-size:1.35rem;}.catalog-card p{margin:0;color:var(--muted);}.catalog-card__metrics{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0;}.catalog-card__metrics span,.metric-list span,.hub-card{display:inline-flex;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);color:var(--ink);font-size:.92rem;}.catalog-card__footer{display:flex;justify-content:space-between;align-items:center;gap:18px;}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 18px;font-weight:700;border:1px solid transparent;transition:.2s ease;cursor:pointer;}.button--primary{background:var(--primary);color:#fff;}.button--primary:hover{background:var(--primary-strong);}.button--ghost{background:rgba(255,255,255,.72);border-color:var(--line);color:var(--ink);}.button--ghost:hover{background:#fff;}.button--small{padding:10px 14px;font-size:.9rem;}.seo-hubs{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:start;}.seo-hubs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}.hub-card{min-height:92px;border-radius:var(--radius);justify-content:center;font-weight:700;background:var(--surface);box-shadow:var(--shadow);}.section--cta{padding-top:0;}.cta-banner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px;width:min(100%,620px);justify-self:center;}.cta-banner__actions{display:flex;gap:12px;flex-wrap:wrap;}.hero--listing{padding-bottom:12px;}.breadcrumbs{margin-bottom:18px;}.breadcrumbs ol{list-style:none;display:flex;gap:10px;flex-wrap:wrap;padding:0;margin:0;color:var(--muted);}.breadcrumbs li:not(:last-child)::after{content:'/';margin-left:10px;}.single-grid,.capture-grid,.seo-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start;}.single-main,.single-sidebar{display:grid;gap:18px;}.single-lead{color:var(--muted);font-size:1.1rem;}.single-price-row{display:grid;gap:6px;margin:18px 0 10px;}.price-highlight{font-size:clamp(1.6rem,3vw,2.4rem);letter-spacing:-0.03em;}.metric-list{display:flex;flex-wrap:wrap;gap:10px;}.single-panel{padding:22px;}.bullet-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px;padding-left:18px;}.data-list{display:grid;gap:12px;margin:0;}.data-list div{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);}.data-list dt{color:var(--muted);}.capture-card{padding:24px;}.lead-capture-form{display:grid;gap:14px;}.lead-capture-form label{display:grid;gap:8px;}.notice{padding:12px 16px;border-radius:14px;margin-bottom:12px;}.notice--success{background:rgba(15,118,110,.08);color:var(--primary-strong);border:1px solid rgba(15,118,110,.15);}.empty-state,.seo-copy{padding:24px;}.prose-shell{background:var(--surface);padding:32px;border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow);}.site-footer{background:#0f172a;color:rgba(255,255,255,.82);padding:52px 0;}.site-footer__grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:24px;}.site-footer__title{color:#fff;margin-top:0;}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:10px;}@media (max-width:1100px){.cards-grid--properties,.cards-grid--developments,.seo-hubs__grid,.stats-grid{grid-template-columns:repeat(2,1fr);}.hero__grid,.seo-hubs,.single-grid,.capture-grid,.seo-layout,.site-footer__grid{grid-template-columns:1fr;}}@media (max-width:820px){.site-header{background:rgba(247,248,251,.98);}.site-nav{display:none;}.site-menu-toggle{display:inline-flex;}.hero-search,.property-filter{grid-template-columns:1fr 1fr;}}@media (max-width:640px){.cards-grid--properties,.cards-grid--developments,.seo-hubs__grid,.stats-grid,.bullet-grid{grid-template-columns:1fr;}.hero{padding-top:48px;}.hero h1{max-width:none;}.hero-search,.property-filter,.cta-banner{grid-template-columns:1fr;display:grid;}.section__head,.catalog-card__footer,.cta-banner__actions{align-items:stretch;}.site-header__inner{min-height:72px;}}.capture-form-card{padding:24px;background:var(--surface);border:1px solid rgba(229,231,235,.9);box-shadow:var(--shadow);border-radius:var(--radius);}.capture-form{display:grid;gap:14px;}.capture-form label{display:grid;gap:8px;}.form-feedback{padding:12px 16px;border-radius:14px;margin-bottom:12px;}.form-feedback--success{background:rgba(15,118,110,.08);color:var(--primary-strong);border:1px solid rgba(15,118,110,.15);}.form-feedback--error{background:rgba(239,68,68,.08);color:#991b1b;border:1px solid rgba(239,68,68,.18);}.related-links{display:flex;flex-wrap:wrap;gap:10px;}.related-links a{display:inline-flex;padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface-2);}.hero--home{position:relative;overflow:clip;padding:44px 0 36px;min-height:min(860px,calc(100vh - 78px));display:flex;align-items:center;background:linear-gradient(135deg,#dbeafe 0%,#e0f2fe 45%,#dcfce7 100%);}.hero__media{position:absolute;inset:0;z-index:0;pointer-events:none;}.hero__media-image{width:100%;height:100%;object-fit:cover;object-position:center;}.hero--home::before{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(15,23,42,0.56) 0%,rgba(15,23,42,0.30) 35%,rgba(15,23,42,0.10) 60%,rgba(15,23,42,0.04) 100%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));}.hero__grid--home{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,508px);grid-template-areas:"content card";align-items:center;column-gap:clamp(32px,7vw,96px);}.hero-card,.hero-home__content-box{contain:layout paint;}.hero-card{grid-area:card;width:min(100%,508px);max-width:508px;margin-inline:auto;justify-self:center;transform:none;background:rgba(255,255,255,.96);border:1px solid rgba(229,231,235,.92);border-radius:28px;box-shadow:0 30px 60px rgba(15,23,42,0.16);padding:28px;}.hero-card__switch{display:inline-grid;grid-template-columns:1fr 1fr;gap:3px;background:#eef0f5;padding:4px;border-radius:999px;margin-bottom:18px;}.hero-card__switch-item{display:inline-flex;justify-content:center;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-weight:700;font-size:0.6rem;}.hero-card__switch-item--active{background:#fff;box-shadow:0 6px 18px rgba(15,23,42,0.08);}.eyebrow--soft{display:inline-flex;width:fit-content;background:rgba(15,118,110,0.08);color:var(--primary-strong);padding:8px 14px;border-radius:999px;}.hero-card__tag{display:flex;width:fit-content;margin-top:8px;margin-bottom:6px;font-size:0.72rem;padding:7px 13px;}.hero-card__switch + .hero-card__tag{margin-top:8px;}.hero .hero-home__title{display:block;width:100%;max-width:100% !important;font-size:clamp(1.15rem,1.8vw,1.65rem) !important;line-height:1.05;margin-top:14px !important;margin-bottom:12px;letter-spacing:-0.03em;text-wrap:pretty;}.hero-search--home{margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.search-tabs{grid-column:1 / -1;display:flex;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:10px;}.search-tab{appearance:none;border:0;background:transparent;color:var(--muted);font:inherit;font-size:0.95em;font-weight:700;padding:0 0 10px;border-bottom:3px solid transparent;cursor:pointer;}.search-tab.is-active{color:#3156d3;border-color:#3156d3;}.field-card{display:grid;gap:4px;border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:9px 12px;}.field-card--full{grid-column:1 / -1;}.field-card__label{font-weight:700;font-size:0.75rem;line-height:1.1;}.field-card input,.field-card select{border:0;outline:0;padding:0;min-height:22px;background:transparent;color:var(--muted);font:inherit;font-size:0.75rem;}.button--hero{grid-column:1 / -1;width:100%;min-height:56px;margin-top:10px;background:#3f5cc9;}.button--hero:hover{background:#3550b7;}.hero-trusts{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}.hero-trusts span,.hero-trusts a,.hero-home__highlights span{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border-radius:999px;background:#f8fafc;border:1px solid rgba(226,232,240,1);color:var(--ink);font-size:.92rem;font-weight:600;}.hero-home__content{grid-area:content;display:flex;justify-content:flex-start;align-items:center;padding-left:0;}.hero-home__content-box{max-width:560px;margin-right:0;color:#fff;}.hero-home__content-box .eyebrow{display:inline-flex;width:fit-content;margin-top:16px;background:rgba(15,118,110,0.12);color:var(--primary-strong);font-size:0.88rem;padding:9px 15px;text-align:center;}.hero-home__content-box h2{font-size:clamp(2rem,4vw,3rem);line-height:1;margin:0;text-align:left;}@media (max-width:1100px) and (min-width:769px){.hero--home{min-height:auto;padding:40px 0 34px;}.hero__grid--home{grid-template-columns:minmax(0,1fr) minmax(340px,438px);grid-template-areas:"content card";column-gap:clamp(18px,3.5vw,42px);}.hero-home__content{justify-content:flex-start;padding-left:0;}.hero-home__content-box{max-width:480px;}.hero-home__content-box h2{font-size:clamp(1.85rem,3.7vw,2.65rem);}}@media (max-width:768px){.hero--home{padding:32px 0;min-height:auto;}.hero__grid--home{grid-template-columns:1fr;grid-template-areas:"card" "content";row-gap:28px;justify-items:center;}.hero-card{width:100%;padding:22px;transform:none;}.hero-home__content{width:100%;justify-content:center;padding-left:0;}.hero-home__content-box{max-width:560px;text-align:center;}.hero-home__content-box h2{text-align:center;}.hero-home__content-box .eyebrow{margin-inline:auto;justify-content:center;}.hero .hero-home__title{max-width:100% !important;}}@media (max-width:640px){.hero-card__switch{width:100%;}.hero-search--home{grid-template-columns:repeat(2,minmax(0,1fr));}.field-card--full{grid-column:1 / -1;}.hero-search--home .field-card{min-width:0;}.search-tabs,.hero-trusts,.hero-home__highlights{gap:8px;}.hero-home__content-box h2{font-size:1.8rem;}}.hero-trusts{display:none !important;}.hero-home__lead{display:none !important;}.field-card select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:28px;}@media (max-width:640px){.hero-home__title{font-size:clamp(1.05rem,8vw,1.9rem) !important;text-wrap:pretty;}}.section__head--simple{display:flex;justify-content:space-between;align-items:center;gap:16px;}.section__head--simple>div,.section__head--simple .eyebrow{display:none;}.section__head--simple h2{margin:0;}.button--section-link{padding:9px 14px;font-size:0.78rem;min-height:0;}.cards-grid{width:min(1180px,calc(100% - 48px));margin:0 auto;}.cards-grid:empty::before{content:'Nenhum item disponível no momento.';display:block;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--muted);}.site-footer{background:#0f172a;color:rgba(255,255,255,.82);padding:30px 0;}.site-footer__simple{display:flex;justify-content:space-between;align-items:center;gap:24px;}.site-footer__title,.site-footer__brand .custom-logo-link,.site-footer__brand img{display:block;}.site-footer__title{color:#fff;font-size:1.45rem;font-weight:800;}.site-footer__creci{color:rgba(255,255,255,.9);font-weight:600;text-align:right;}@media (max-width:820px){.section__head--simple,.site-footer__simple{flex-direction:column;align-items:flex-start;}.site-footer__creci{text-align:left;}}.site-header.is-menu-open{box-shadow:0 10px 24px rgba(15,23,42,0.08);}.site-menu-toggle:focus-visible,.search-tab:focus-visible{outline:2px solid rgba(63,92,201,0.55);outline-offset:2px;}@media (max-width:820px){.site-header{-webkit-backdrop-filter:none;backdrop-filter:none;}}.panel{background:var(--surface);border:1px solid rgba(229,231,235,0.95);border-radius:24px;box-shadow:0 18px 36px rgba(15,23,42,0.06);}.panel--soft{background:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(248,250,252,0.96));}.panel--compact{padding:18px 20px;}.catalog-archive{padding:32px 0 72px;}.catalog-archive__container{display:grid;gap:20px;}.catalog-archive__hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,0.65fr);gap:24px;padding:32px;align-items:end;}.catalog-archive__hero h1{margin-top:14px;font-size:clamp(2rem,3.8vw,3.4rem);max-width:12ch;}.catalog-archive__lead{margin:14px 0 0;font-size:1.04rem;line-height:1.7;color:var(--muted);max-width:62ch;}.catalog-archive__hero-side{display:grid;gap:14px;}.catalog-archive__stat-card{display:grid;gap:6px;padding:20px 22px;border-radius:22px;border:1px solid rgba(15,118,110,0.14);background:linear-gradient(180deg,rgba(15,118,110,0.08),rgba(15,118,110,0.03));}.catalog-archive__stat-card strong{font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-0.04em;}.catalog-archive__stat-card span,.catalog-archive__context,.catalog-archive__status-copy,.catalog-card__microcopy{color:var(--muted);}.catalog-filter-mobile-bar{display:none;}.catalog-filter-mobile-bar>div{display:flex;flex-direction:column;gap:4px;}.catalog-filter-mobile-bar strong{font-size:1.1rem;}.catalog-filter-mobile-bar__actions{display:flex;align-items:center;gap:10px;}.catalog-filter{position:sticky;top:94px;z-index:20;padding:22px;}.catalog-filter__head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px;}.catalog-filter__head h2{margin:12px 0 0;font-size:clamp(1.25rem,2vw,1.8rem);}.catalog-filter__head p{margin:10px 0 0;color:var(--muted);max-width:58ch;}.catalog-filter__close{appearance:none;border:1px solid var(--line);background:var(--surface);width:44px;height:44px;border-radius:999px;font-size:1.6rem;line-height:1;cursor:pointer;}.catalog-filter-form{display:grid;gap:18px;}.catalog-filter-form__primary,.catalog-filter-form__secondary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}.catalog-filter-form__secondary{padding-top:6px;}.catalog-filter-form__bar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:10px 0 2px;border-top:1px solid rgba(229,231,235,0.85);}.catalog-filter-form__hint{color:var(--muted);font-size:0.96rem;}.catalog-filter-form__actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:8px;}.catalog-field{display:grid;gap:8px;}.catalog-field span,.catalog-sort-form__label{font-size:0.85rem;font-weight:700;color:var(--ink);}.catalog-field input,.catalog-field select,.catalog-sort-form__select{width:100%;border:1px solid var(--line);background:var(--surface);border-radius:16px;min-height:54px;padding:12px 16px;font:inherit;color:var(--ink);}.catalog-field--wide{grid-column:span 2;}.catalog-archive__status{display:grid;gap:18px;}.catalog-archive__chips{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}.filter-chip{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border-radius:999px;background:var(--surface-2);border:1px solid rgba(229,231,235,0.95);font-weight:600;font-size:0.94rem;}.filter-chip--active{background:rgba(15,118,110,0.08);border-color:rgba(15,118,110,0.16);color:var(--primary-strong);}.filter-chip--clear{background:rgba(217,119,6,0.08);border-color:rgba(217,119,6,0.12);color:#9a5b08;}.catalog-archive__toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding-top:2px;border-top:1px solid rgba(229,231,235,0.85);}.catalog-archive__toolbar-copy{display:flex;flex-direction:column;gap:5px;}.catalog-archive__toolbar-copy strong{font-size:1.15rem;}.catalog-sort-form{display:flex;align-items:end;gap:12px;flex-wrap:wrap;}.catalog-sort-form__select{min-width:220px;}.catalog-archive__grid{align-items:stretch;}.catalog-card--property{display:flex;flex-direction:column;min-height:100%;border:1px solid rgba(229,231,235,0.95);border-radius:24px;overflow:hidden;box-shadow:0 16px 32px rgba(15,23,42,0.06);background:var(--surface);}.catalog-card--property .catalog-card__media{position:relative;display:block;min-height:248px;background:linear-gradient(135deg,#dbeafe,#dcfce7);overflow:hidden;}.catalog-card__media--placeholder::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0.12),rgba(15,23,42,0.02));}.catalog-card__image{width:100%;height:100%;object-fit:cover;}.catalog-card__placeholder-label{position:absolute;left:20px;bottom:20px;z-index:2;display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,0.92);font-weight:700;}.catalog-card__topline,.catalog-card__code{position:absolute;z-index:2;}.catalog-card__topline{top:18px;left:18px;right:18px;display:flex;gap:8px;flex-wrap:wrap;}.catalog-card__badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(15,23,42,0.78);color:#fff;font-size:0.8rem;font-weight:700;backdrop-filter:blur(8px);}.catalog-card__badge--subtle{background:rgba(255,255,255,0.9);color:var(--ink);}.catalog-card__code{left:18px;bottom:18px;display:inline-flex;min-height:34px;align-items:center;padding:0 12px;border-radius:999px;background:rgba(255,255,255,0.92);font-size:0.8rem;font-weight:700;}.catalog-card--property .catalog-card__body{display:grid;gap:14px;padding:20px 20px 22px;}.catalog-card--property .catalog-card__meta{margin:0;font-size:0.88rem;font-weight:700;letter-spacing:0.01em;text-transform:uppercase;color:var(--muted);}.catalog-card--property h3{margin:0;font-size:1.25rem;line-height:1.25;}.catalog-card__price{font-size:1.45rem;font-weight:800;letter-spacing:-0.03em;}.catalog-card__excerpt{margin:0;color:var(--muted);line-height:1.6;}.catalog-card--property .catalog-card__metrics{margin:0;}.catalog-card--property .catalog-card__metrics span{background:rgba(248,250,252,0.92);font-size:0.88rem;}.catalog-card--property .catalog-card__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:auto;padding-top:2px;}.empty-state--catalog{display:grid;gap:18px;padding:30px;grid-column:1 / -1;}.empty-state--catalog h2{margin:12px 0 0;}.empty-state__actions{display:flex;gap:12px;flex-wrap:wrap;}.catalog-archive__seo{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:24px;padding:30px;}.catalog-archive__seo h2,.catalog-archive__seo h3{margin:12px 0 0;}.catalog-archive__seo p{margin:14px 0 0;color:var(--muted);line-height:1.7;}.catalog-archive__seo-links{display:grid;gap:18px;}.catalog-filter-backdrop{position:fixed;inset:0;background:rgba(15,23,42,0.46);z-index:35;}body.catalog-filters-open{overflow:hidden;}@media (max-width:1199px){.catalog-archive__hero,.catalog-archive__seo{grid-template-columns:1fr;}.catalog-filter-form__primary,.catalog-filter-form__secondary{grid-template-columns:repeat(2,minmax(0,1fr));}.cards-grid--properties.catalog-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:900px){.catalog-archive{padding-top:24px;}.catalog-filter-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:92px;z-index:18;}.catalog-filter{position:fixed;top:auto;right:12px;left:12px;bottom:12px;z-index:40;max-height:calc(100vh - 24px);overflow:auto;padding:20px;border-radius:26px;}.catalog-filter__head{position:sticky;top:0;z-index:2;background:var(--surface);padding-bottom:14px;border-bottom:1px solid rgba(229,231,235,0.85);}}@media (max-width:767px){.catalog-archive__hero{padding:26px 22px;}.catalog-archive__hero h1{max-width:none;}.catalog-filter-form__primary,.catalog-filter-form__secondary,.catalog-field--wide,.cards-grid--properties.catalog-archive__grid,.catalog-archive__seo{grid-template-columns:1fr;}.catalog-filter-form__bar,.catalog-archive__toolbar,.catalog-card--property .catalog-card__footer,.catalog-filter-form__actions{grid-template-columns:1fr;display:grid;align-items:stretch;}.catalog-sort-form{width:100%;}.catalog-sort-form__select{min-width:100%;}.catalog-card--property .catalog-card__media{min-height:220px;}.catalog-card__price{font-size:1.3rem;}}.screen-reader-text{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.catalog-archive--minimal{padding:28px 0 72px;}.catalog-archive__container--minimal{display:grid;gap:24px;}.catalog-page-intro--minimal{display:grid;gap:10px;padding:4px 0 0;}.catalog-page-intro--minimal h1{margin:0;font-size:clamp(2rem,3.6vw,3rem);letter-spacing:-0.04em;}.catalog-page-intro--minimal p{margin:0;color:var(--muted);}.catalog-page-intro--minimal .breadcrumbs{margin-bottom:2px;}.catalog-toolbar-shell{position:relative;z-index:12;}.catalog-toolbar--minimal{display:flex;align-items:center;justify-content:space-between;gap:16px;}.catalog-sort-form--minimal{display:block;min-width:min(100%,240px);}.catalog-sort-dropdown{position:relative;}.catalog-sort-trigger{appearance:none;width:100%;min-height:52px;padding:0 18px;border-radius:16px;border:1px solid rgba(209,213,219,0.95);background:rgba(255,255,255,0.96);box-shadow:0 8px 18px rgba(15,23,42,0.04);color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;font:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;}.catalog-sort-trigger:hover,.catalog-sort-trigger:focus-visible{border-color:rgba(15,118,110,0.24);box-shadow:0 12px 24px rgba(15,23,42,0.08);}.catalog-sort-trigger svg{width:18px;height:18px;flex:0 0 auto;transition:transform .2s ease;}.catalog-sort-dropdown.is-open .catalog-sort-trigger svg{transform:rotate(180deg);}.catalog-sort-trigger__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.catalog-sort-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:100%;padding:8px;border-radius:18px;border:1px solid rgba(229,231,235,0.98);background:rgba(255,255,255,0.98);box-shadow:0 18px 38px rgba(15,23,42,0.12);display:grid;gap:4px;opacity:0;transform:translateY(-8px) scale(0.98);pointer-events:none;transition:opacity .16s ease,transform .18s ease;}.catalog-sort-dropdown.is-open .catalog-sort-menu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}.catalog-sort-option{appearance:none;border:0;background:transparent;color:var(--ink);text-align:left;border-radius:12px;min-height:42px;padding:10px 12px;font:inherit;cursor:pointer;transition:background-color .16s ease,color .16s ease;}.catalog-sort-option:hover,.catalog-sort-option:focus-visible,.catalog-sort-option.is-active{background:rgba(15,118,110,0.08);color:var(--primary-strong);}.catalog-filter-toggle{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:52px;min-width:52px;height:52px;border-radius:16px;border:1px solid rgba(209,213,219,0.95);background:rgba(255,255,255,0.96);box-shadow:0 8px 18px rgba(15,23,42,0.04);color:#4b5563;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background-color .22s ease,color .22s ease;}.catalog-filter-toggle:hover,.catalog-filter-toggle:focus-visible{border-color:rgba(107,114,128,0.24);color:var(--ink);box-shadow:0 12px 24px rgba(15,23,42,0.08);}.catalog-filter-toggle.is-open,.catalog-filter-toggle.is-active{border-color:rgba(107,114,128,0.26);color:#374151;}.catalog-filter-toggle svg{width:24px;height:24px;}.catalog-filter-backdrop{position:fixed;inset:0;background:rgba(15,23,42,0.16);backdrop-filter:none;opacity:0;transition:opacity .22s ease;z-index:34;}.catalog-filter-backdrop.is-visible{opacity:1;}.catalog-filter--minimal{position:fixed;top:120px;right:20px;width:min(380px,calc(100vw - 24px));margin-top:0;padding:0;border-radius:22px;opacity:0;transform:translateX(22px) scale(0.985);pointer-events:none;visibility:hidden;overflow:hidden;z-index:40;transition:opacity .2s ease,transform .24s ease,visibility .24s ease;}.catalog-filter--minimal.is-open{opacity:1;transform:translateX(0) scale(1);pointer-events:auto;visibility:visible;}.catalog-filter__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 16px 0;}.catalog-filter__bar strong{font-size:1rem;letter-spacing:-0.02em;}.catalog-filter__close{appearance:none;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;border:1px solid rgba(229,231,235,0.95);background:rgba(248,250,252,0.92);color:var(--ink);cursor:pointer;}.catalog-filter__close svg{width:16px;height:16px;}.catalog-filter-form--minimal{display:grid;gap:18px;padding:14px 16px 16px;max-height:inherit;overflow:auto;}.catalog-filter-grid{display:grid;grid-template-columns:1fr;gap:14px;}.catalog-filter-grid .catalog-field--wide{grid-column:auto;}.catalog-filter-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding-top:2px;}.catalog-filter-actions .button--ghost,.catalog-filter-actions .button--primary{border-radius:14px;min-height:48px;padding-inline:18px;}.catalog-filter-actions .button--primary{background:#374151;color:#fff;}.catalog-filter-actions .button--primary:hover,.catalog-filter-actions .button--primary:focus-visible{background:#1f2937;color:#fff;}.catalog-archive__grid{margin-top:2px;}.catalog-pagination{padding:18px 20px;}.catalog-pagination__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}.catalog-pagination__meta{color:var(--muted);font-weight:600;}@media (max-width:900px){.catalog-archive--minimal{padding-top:22px;}.catalog-sort-form--minimal{min-width:min(100%,210px);}.catalog-filter--minimal{right:12px;width:min(360px,calc(100vw - 24px));}}@media (max-width:767px){.catalog-toolbar--minimal{gap:10px;}.catalog-sort-form--minimal{min-width:0;flex:1 1 auto;}.catalog-sort-trigger{min-height:48px;padding-inline:14px;border-radius:14px;font-size:0.96rem;}.catalog-filter-toggle{width:48px;min-width:48px;height:48px;border-radius:14px;}.catalog-filter-actions,.catalog-pagination__actions{display:grid;grid-template-columns:1fr;align-items:stretch;}.catalog-pagination__meta{text-align:center;}}.catalog-toolbar-shell{position:relative;z-index:24;}.catalog-toolbar--minimal{align-items:center;}.catalog-sort-form--minimal{min-width:min(100%,224px);}.catalog-sort-trigger{min-height:46px;padding:0 16px;border-radius:14px;box-shadow:0 6px 14px rgba(15,23,42,0.04);font-size:0.96rem;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease;}.catalog-sort-trigger:hover,.catalog-sort-trigger:focus-visible{box-shadow:0 10px 18px rgba(15,23,42,0.08);}.catalog-sort-menu{margin-top:0;border-radius:16px;box-shadow:0 20px 44px rgba(15,23,42,0.14);transform-origin:top left;transition:opacity .12s ease,transform .14s ease;}.catalog-sort-option{min-height:40px;padding:9px 12px;border-radius:11px;}.catalog-filter-toggle{width:46px;min-width:46px;height:46px;border-radius:14px;box-shadow:0 6px 14px rgba(15,23,42,0.04);}.catalog-filter-toggle svg{width:22px;height:22px;}.catalog-filter-backdrop{background:rgba(15,23,42,0.18);backdrop-filter:none;}.catalog-filter--minimal{display:flex;flex-direction:column;transform-origin:top right;transform:scale(0.985);transition:opacity .16s ease,transform .18s ease,visibility .18s ease;}.catalog-filter--minimal.is-open{transform:scale(1);}.catalog-filter__bar{padding:14px 14px 0;}.catalog-filter-form--minimal{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:0;padding:10px 14px 14px;overflow:hidden;}.catalog-filter-form__scroll{flex:1 1 auto;min-height:0;overflow:auto;padding-right:4px;}.catalog-filter-grid{gap:12px;padding-bottom:14px;}.catalog-field{gap:7px;}.catalog-field span{font-size:0.94rem;}.catalog-filter-grid input[type="search"],.catalog-filter-grid input[type="text"],.catalog-filter-grid input[type="number"]{min-height:46px;padding:0 14px;border-radius:14px;font-size:0.96rem;}.catalog-field--custom-select{display:grid;}.catalog-native-select{position:absolute;inset:0;opacity:0;pointer-events:none;}.catalog-custom-select{position:relative;}.catalog-custom-select__trigger{appearance:none;width:100%;min-height:46px;padding:0 14px;border-radius:14px;border:1px solid rgba(209,213,219,0.95);background:rgba(255,255,255,0.98);color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;font:inherit;font-size:0.96rem;box-shadow:0 4px 12px rgba(15,23,42,0.03);transition:border-color .14s ease,box-shadow .14s ease;}.catalog-custom-select__trigger:hover,.catalog-custom-select__trigger:focus-visible,.catalog-custom-select.is-open .catalog-custom-select__trigger{border-color:rgba(15,118,110,0.24);box-shadow:0 10px 18px rgba(15,23,42,0.08);}.catalog-custom-select__trigger svg{width:16px;height:16px;flex:0 0 auto;transition:transform .14s ease;}.catalog-custom-select.is-open .catalog-custom-select__trigger svg{transform:rotate(180deg);}.catalog-custom-select__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.catalog-custom-select__menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:8;display:grid;gap:4px;padding:8px;border-radius:16px;border:1px solid rgba(229,231,235,0.98);background:rgba(255,255,255,0.985);box-shadow:0 20px 44px rgba(15,23,42,0.14);opacity:0;transform:translateY(-6px) scale(0.985);transform-origin:top center;pointer-events:none;transition:opacity .12s ease,transform .14s ease;}.catalog-custom-select.is-open .catalog-custom-select__menu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}.catalog-custom-select__option{appearance:none;border:0;background:transparent;width:100%;min-height:40px;padding:9px 12px;border-radius:11px;color:var(--ink);text-align:left;font:inherit;cursor:pointer;transition:background-color .14s ease,color .14s ease;}.catalog-custom-select__option:hover,.catalog-custom-select__option:focus-visible,.catalog-custom-select__option.is-active{background:rgba(15,118,110,0.08);color:var(--primary-strong);}.catalog-filter-actions{flex-shrink:0;display:flex;flex-direction:column;gap:10px;padding-top:12px;border-top:1px solid rgba(229,231,235,0.95);background:rgba(255,255,255,0.98);}.catalog-filter-actions .button{width:100%;min-height:44px;border-radius:14px;padding:0 16px;}.catalog-filter-actions .button--ghost{order:2;}.catalog-filter-actions .button--primary{order:1;}@media (max-width:900px){.catalog-filter--minimal{width:min(360px,calc(100vw - 24px));}}@media (max-width:767px){.catalog-toolbar--minimal{gap:8px;}.catalog-sort-form--minimal{min-width:0;flex:1 1 auto;}.catalog-sort-trigger{min-height:44px;padding-inline:14px;font-size:0.94rem;}.catalog-filter-toggle{width:44px;min-width:44px;height:44px;}.catalog-filter--minimal{width:min(344px,calc(100vw - 24px));}}.catalog-toolbar-shell{z-index:28;}.catalog-toolbar--minimal{justify-content:space-between;gap:12px;}.catalog-sort-form--minimal{min-width:min(100%,212px);}.catalog-sort-trigger{min-height:42px;padding:0 14px;border-radius:14px;font-size:0.94rem;}.catalog-sort-option,.catalog-custom-select__option{font-weight:400;}.catalog-sort-option span,.catalog-custom-select__option span,.catalog-custom-select__label,.catalog-sort-trigger__label{font-weight:400;}.catalog-filter-toggle{width:42px;min-width:42px;height:42px;}.catalog-filter-toggle svg{width:20px;height:20px;}.catalog-filter-backdrop{background:rgba(15,23,42,0.16);backdrop-filter:none;}.catalog-filter--minimal{left:auto;right:auto;display:flex;flex-direction:column;transform:translate3d(var(--catalog-filter-offset,0),-8px,0) scale(0.985);transform-origin:top right;will-change:transform,opacity;}.catalog-filter--minimal.is-centered{transform-origin:top center;}.catalog-filter--minimal.is-open{transform:translate3d(var(--catalog-filter-offset,0),0,0) scale(1);}.catalog-filter__bar{display:flex;justify-content:flex-end;align-items:center;padding:12px 12px 0;}.catalog-filter__close{width:38px;height:38px;border-radius:12px;}.catalog-filter-form--minimal{padding:8px 12px 12px;}.catalog-filter-grid{gap:10px;padding-bottom:12px;}.catalog-field{gap:6px;}.catalog-field span{font-size:0.89rem;font-weight:400;color:rgba(15,23,42,0.88);}.catalog-filter-grid input[type="search"],.catalog-filter-grid input[type="text"],.catalog-filter-grid input[type="number"],.catalog-custom-select__trigger{min-height:44px;padding:0 13px;border-radius:14px;font-size:0.94rem;}.catalog-custom-select__menu,.catalog-sort-menu{padding:8px;border-radius:16px;}.catalog-filter-form__scroll{padding-right:2px;}.catalog-filter-actions{flex-direction:row;align-items:stretch;gap:10px;padding-top:12px;padding-bottom:env(safe-area-inset-bottom,0);}.catalog-filter-actions .button--primary{flex:1 1 auto;min-width:0;}.catalog-filter-clear{width:46px;min-width:46px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,0.98);color:var(--ink);box-shadow:0 6px 14px rgba(15,23,42,0.04);transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease;}.catalog-filter-clear:hover,.catalog-filter-clear:focus-visible{border-color:rgba(107,114,128,0.24);box-shadow:0 10px 18px rgba(15,23,42,0.08);transform:translateY(-1px);}.catalog-filter-clear svg{width:19px;height:19px;}.catalog-filter-actions:not(.has-clear){justify-content:stretch;}.catalog-filter-actions:not(.has-clear) .button--primary{width:100%;}@media (max-width:1024px){.catalog-filter--minimal{width:min(420px,calc(100vw - 24px));transform-origin:top center;}}@media (max-width:767px){.catalog-toolbar--minimal{gap:10px;}.catalog-sort-form--minimal{min-width:0;flex:1 1 auto;}.catalog-sort-trigger{min-height:40px;padding-inline:13px;font-size:0.92rem;}.catalog-filter-toggle{width:40px;min-width:40px;height:40px;}.catalog-filter--minimal{width:min(360px,calc(100vw - 24px));}.catalog-filter-actions{gap:8px;}.catalog-filter-clear{width:44px;min-width:44px;}}.capture-form__hp{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;overflow:hidden !important;}.catalog-filter-backdrop{background:rgba(15,23,42,0.18);backdrop-filter:none;}.catalog-filter--minimal{transform-origin:top right;opacity:0;filter:none;transform:translate3d(var(--catalog-filter-offset,0),-20px,0) scale(0.9) rotateX(14deg);transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .44s cubic-bezier(.18,.88,.24,1.18);}.catalog-filter--minimal.is-centered{transform-origin:top center;}.catalog-filter--minimal.is-open{opacity:1;filter:none;transform:translate3d(var(--catalog-filter-offset,0),0,0) scale(1) rotateX(0deg);}.catalog-filter--minimal.is-revealing.is-open{animation:catalogFilterReveal .52s cubic-bezier(.18,.88,.24,1.18);}@keyframes catalogFilterReveal{0%{opacity:0;filter:none;transform:translate3d(var(--catalog-filter-offset,0),-26px,0) scale(.82) rotateX(18deg);}56%{opacity:1;filter:none;transform:translate3d(var(--catalog-filter-offset,0),4px,0) scale(1.03) rotateX(-3deg);}100%{opacity:1;filter:none;transform:translate3d(var(--catalog-filter-offset,0),0,0) scale(1) rotateX(0deg);}}.catalog-filter__bar{padding:12px 12px 2px;}.catalog-filter-form--minimal{padding:6px 12px 12px;}.catalog-field span,.catalog-custom-select__label,.catalog-custom-select__option,.catalog-custom-select__option span,.catalog-custom-select__trigger,.catalog-filter-grid input[type="search"],.catalog-filter-grid input[type="text"],.catalog-filter-grid input[type="number"]{font-weight:400;}.catalog-filter-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding-top:12px;}.catalog-filter-actions .button--primary{order:1;width:100%;}.catalog-filter-clear{order:2;justify-self:end;opacity:0;transform:translateY(4px) scale(.92);pointer-events:none;}.catalog-filter-clear.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;transition:opacity .18s ease,transform .22s cubic-bezier(.22,1,.36,1),border-color .14s ease,box-shadow .14s ease;}@media (max-width:1024px){.catalog-filter--minimal{width:min(420px,calc(100vw - 72px));}}@media (max-width:767px){.catalog-filter--minimal{width:min(312px,calc(100vw - 48px));}.catalog-filter-actions{grid-template-columns:minmax(0,1fr) auto;}}.catalog-filter-actions{display:flex;align-items:center;gap:0;}.catalog-filter-actions .button--primary{flex:1 1 auto;width:auto;transform:translateX(0);transition:transform .28s cubic-bezier(.22,1,.36,1),max-width .24s cubic-bezier(.22,1,.36,1);}.catalog-filter-actions.has-clear .button--primary{transform:translateX(-1px);}.catalog-filter-actions.is-clearing .button--primary{transform:translateX(7px);}.catalog-filter-clear[hidden]{display:inline-flex !important;}.catalog-filter-clear{flex:0 0 0;width:0;min-width:0;margin-left:0;padding-inline:0;border-width:0;overflow:hidden;opacity:0;transform:translateX(-8px) scale(.9);pointer-events:none;transition:flex-basis .24s cubic-bezier(.22,1,.36,1),width .24s cubic-bezier(.22,1,.36,1),min-width .24s cubic-bezier(.22,1,.36,1),margin-left .24s cubic-bezier(.22,1,.36,1),padding-inline .18s ease,border-width .18s ease,opacity .16s ease,transform .24s cubic-bezier(.22,1,.36,1),box-shadow .14s ease,border-color .14s ease;}.catalog-filter-clear.is-visible{flex:0 0 46px;width:46px;min-width:46px;margin-left:10px;padding-inline:0;border-width:1px;opacity:1;transform:translateX(0) scale(1);pointer-events:auto;}.catalog-filter-actions.is-clearing .catalog-filter-clear{opacity:1;transform:translateX(0) scale(1);}.catalog-filter-actions.is-clearing .catalog-filter-clear.is-visible{opacity:0;transform:translateX(10px) scale(.92);}@media (max-width:767px){.catalog-filter-actions.is-clearing .button--primary{transform:translateX(5px);}.catalog-filter-clear.is-visible{flex-basis:44px;width:44px;min-width:44px;margin-left:8px;}.catalog-filter-actions.is-clearing .catalog-filter-clear.is-visible{transform:translateX(8px) scale(.92);}}:root{--catalog-visual-viewport-height:100vh;}body.catalog-filters-open{overscroll-behavior:none;}.catalog-filter--minimal.is-keyboard-active{transform-origin:bottom center;}.catalog-filter--minimal.is-keyboard-active .catalog-filter__bar{display:none;}.catalog-filter--minimal.is-keyboard-active .catalog-filter-form--minimal{padding-top:12px;}.catalog-filter--minimal.is-keyboard-active .catalog-filter-form__scroll{padding-top:2px;}@media (max-width:1024px){.catalog-filter--minimal.is-keyboard-active{top:auto !important;bottom:max(8px,env(safe-area-inset-bottom)) !important;left:50% !important;right:auto !important;max-height:min(calc(var(--catalog-visual-viewport-height) - 12px),62vh) !important;transform:translate3d(-50%,0,0) scale(1) !important;}}@media (max-width:767px){.catalog-filter--minimal.is-keyboard-active{width:min(312px,calc(100vw - 48px));max-height:min(calc(var(--catalog-visual-viewport-height) - 10px),58vh) !important;}}html.catalog-filters-open,body.catalog-filters-open{overflow:hidden;overscroll-behavior:none;height:100%;}.catalog-filter-backdrop{position:fixed;inset:0;}.catalog-filter--minimal{position:fixed;max-width:calc(100vw - 16px);}.catalog-filter-form--minimal{max-height:inherit;}.catalog-filter-form__scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;}.catalog-filter-actions{position:sticky;bottom:0;z-index:2;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 2px);}@media (max-width:1024px){.catalog-filter--minimal.is-keyboard-active{top:calc(var(--catalog-visual-viewport-top,0px) + 10px) !important;bottom:auto !important;max-height:calc(var(--catalog-visual-viewport-height,100vh) - 20px) !important;transform:translate3d(-50%,0,0) scale(1) !important;}}@media (max-width:767px){.catalog-filter--minimal.is-keyboard-active{max-height:calc(var(--catalog-visual-viewport-height,100vh) - 16px) !important;}}html,body{max-width:100%;overflow-x:hidden;overscroll-behavior-x:none;}body{touch-action:pan-y;}.site-header,.site-main,.site-footer,.catalog-toolbar-shell,.catalog-toolbar,.catalog-grid,.cards-grid{max-width:100%;overflow-x:clip;}.catalog-sort-trigger,.catalog-filter-toggle,.catalog-custom-select__trigger,.catalog-filter__close,.catalog-filter-actions .button,.catalog-filter-clear{touch-action:manipulation;}.catalog-sort-trigger svg,.catalog-custom-select__trigger svg{transition:none;}.catalog-sort-menu,.catalog-custom-select__menu{transition:opacity .12s ease,transform .12s ease;}.catalog-filter-form__scroll{padding-bottom:6px;}@media (max-width:1024px){.catalog-filter--minimal{max-width:calc(100vw - 32px);}.catalog-filter-form__scroll{scrollbar-width:none;-ms-overflow-style:none;}.catalog-filter-form__scroll::-webkit-scrollbar{width:0;height:0;display:none;}}@media (max-width:767px){.catalog-filter--minimal{max-width:calc(100vw - 28px);}}.site-nav__menu,.mobile-panel__menu{list-style:none;display:flex;gap:24px;align-items:center;margin:0;padding:0;}.site-nav__menu li,.mobile-panel__menu li{margin:0;padding:0;}.site-nav__menu a,.mobile-panel__menu a{color:var(--muted);font-weight:600;}.mobile-panel__menu{display:grid;gap:12px;}.mobile-panel__menu a{color:var(--ink);}@media (max-width:820px){.site-nav__menu{display:none;}.mobile-panel__menu{display:grid;}}.catalog-filter--minimal,.catalog-filter--minimal .catalog-custom-select__trigger,.catalog-filter--minimal .catalog-custom-select__menu,.catalog-filter--minimal .catalog-filter-clear,.catalog-filter--minimal .button--primary,.catalog-filter--minimal input[type="search"],.catalog-filter--minimal input[type="text"],.catalog-filter--minimal input[type="number"]{box-shadow:none !important;}.catalog-filter--minimal{filter:none !important;transition:opacity .18s ease,transform .18s ease !important;}.catalog-filter--minimal.is-open{transform:translate3d(var(--catalog-filter-offset,0),0,0) scale(1) !important;}.catalog-filter--minimal.is-revealing.is-open{animation:none !important;}.catalog-custom-select__trigger,.catalog-sort-trigger{transition:border-color .14s ease,background-color .14s ease !important;}.catalog-custom-select__menu,.catalog-sort-menu{transition:opacity .12s ease,transform .12s ease !important;}.catalog-custom-select__trigger:hover,.catalog-custom-select__trigger:focus-visible,.catalog-sort-trigger:hover,.catalog-sort-trigger:focus-visible,.catalog-filter-clear:hover,.catalog-filter-clear:focus-visible{transform:none !important;box-shadow:none !important;}.catalog-custom-select__menu,.catalog-sort-menu{border:1px solid var(--line);background:rgba(255,255,255,.98);}.catalog-custom-select__option,.catalog-sort-option{min-height:42px;font-weight:400;}.catalog-custom-select__option--multi{display:flex;align-items:center;justify-content:flex-start;gap:10px;}.catalog-custom-select__check{width:18px;min-width:18px;opacity:0;}.catalog-custom-select__option--multi.is-active .catalog-custom-select__check{opacity:1;}.catalog-custom-select__option--multi.is-active,.catalog-custom-select__option--multi:hover,.catalog-custom-select__option--multi:focus-visible{background:rgba(15,118,110,.06);}.catalog-sort-dropdown.is-open .catalog-sort-trigger svg,.catalog-custom-select.is-open .catalog-custom-select__trigger svg{transform:none !important;}.catalog-sort-trigger svg,.catalog-custom-select__trigger svg{transition:none !important;}.catalog-filter-grid input::placeholder{color:#98a2b3;}.catalog-filter-actions .button--primary{white-space:nowrap;}.catalog-filter-actions.has-clear .button--primary{transform:translateX(-1px);}.catalog-filter-clear.is-visible{margin-left:10px;}@media (max-width:767px){.catalog-filter-clear.is-visible{margin-left:8px;}}@media (max-width:1024px){.site-nav{display:none;}.site-menu-toggle{display:inline-flex;}.catalog-toolbar-shell{position:sticky;top:calc(var(--site-header-height,84px) + 8px);z-index:28;padding-top:2px;}.catalog-toolbar--minimal{padding:8px 0;background:rgba(247,248,251,0.96);backdrop-filter:none;-webkit-backdrop-filter:none;}}@media (min-width:1025px){.site-menu-toggle{display:none;}.mobile-panel{display:none !important;}}.site-menu-toggle{gap:10px;min-height:46px;padding:11px 16px;color:var(--ink);transition:border-color .18s ease,background-color .18s ease,color .18s ease;}.site-menu-toggle:hover,.site-menu-toggle:focus-visible{border-color:rgba(15,118,110,0.24);color:var(--primary-strong);}.site-menu-toggle__icon{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:18px;height:18px;}.site-menu-toggle__icon span{display:block;width:18px;height:2px;border-radius:999px;background:currentColor;transition:transform .22s ease,opacity .18s ease;transform-origin:center;}.site-menu-toggle__text{font-size:.95rem;font-weight:600;line-height:1;}.site-header.is-menu-open .site-menu-toggle__icon span:nth-child(1){transform:translateY(6px) rotate(45deg);}.site-header.is-menu-open .site-menu-toggle__icon span:nth-child(2){opacity:0;}.site-header.is-menu-open .site-menu-toggle__icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}.mobile-panel{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px) scale(0.985);transform-origin:top center;transition:opacity .22s ease,transform .24s ease,visibility .24s ease;}.mobile-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);}.mobile-panel.is-closing{opacity:0;visibility:visible;pointer-events:none;transform:translateY(-10px) scale(0.985);}.mobile-panel__links{padding:16px 0 24px;}.mobile-panel__menu{list-style:none;display:grid;gap:12px;margin:0;padding:0;}.mobile-panel__menu li{margin:0;}.mobile-panel__menu a{display:block;padding:12px 2px;color:var(--ink);font-weight:600;}.site-nav__menu{list-style:none;display:flex;gap:24px;align-items:center;margin:0;padding:0;}.site-nav__menu li{margin:0;}.site-nav__menu a{color:var(--muted);font-weight:600;}.site-nav__menu a:hover{color:var(--ink);}.catalog-sort-trigger{box-shadow:0 8px 18px rgba(15,23,42,0.04) !important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease !important;}.catalog-sort-trigger:hover,.catalog-sort-trigger:focus-visible{box-shadow:0 12px 24px rgba(15,23,42,0.08) !important;}.catalog-sort-menu{box-shadow:0 18px 38px rgba(15,23,42,0.12) !important;transform:translateY(-8px) scale(0.98) !important;transition:opacity .16s ease,transform .18s ease !important;visibility:hidden;}.catalog-sort-dropdown.is-open .catalog-sort-menu{opacity:1;transform:translateY(0) scale(1) !important;pointer-events:auto;visibility:visible;}.catalog-sort-dropdown:not(.is-open) .catalog-sort-menu{opacity:0;pointer-events:none;visibility:hidden;}.catalog-sort-trigger svg{transition:transform .2s ease !important;}.catalog-sort-dropdown.is-open .catalog-sort-trigger svg{transform:rotate(180deg) !important;}#mobile-nav-panel[hidden]{display:none !important;}.mobile-panel{display:none !important;}.mobile-nav-panel{position:fixed;top:calc(var(--site-header-height,84px) + env(safe-area-inset-top,0px));left:0;right:0;z-index:41;background:rgba(255,255,255,0.98);border-top:1px solid rgba(229,231,235,0.95);box-shadow:0 18px 30px rgba(15,23,42,0.08);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px) scale(0.985);transform-origin:top center;transition:opacity .22s ease,transform .24s ease,visibility .24s ease;}.mobile-nav-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);}.mobile-nav-panel.is-closing{opacity:0;visibility:visible;pointer-events:none;transform:translateY(-10px) scale(0.985);}.mobile-nav-panel__links{padding:16px 0 24px;}.mobile-nav-panel__menu{list-style:none;display:grid;gap:12px;margin:0;padding:0;}.mobile-nav-panel__menu li{margin:0;}.mobile-nav-panel__menu a{display:block;padding:12px 2px;color:var(--ink);font-weight:600;}@media (max-width:1024px){.site-nav{display:none !important;}.site-menu-toggle{display:inline-flex !important;}.catalog-toolbar-shell{position:relative !important;z-index:28;}.catalog-toolbar.catalog-toolbar--minimal{position:sticky;top:calc(var(--site-header-height,84px) + env(safe-area-inset-top,0px) + 8px);z-index:29;padding:8px 0;background:rgba(247,248,251,0.96);backdrop-filter:none;-webkit-backdrop-filter:none;}}@media (min-width:1025px){.site-menu-toggle{display:none !important;}.mobile-nav-panel{display:none !important;}}.catalog-sort-form--minimal{display:block;min-width:min(100%,240px);}.catalog-sort-dropdown{position:relative;}.catalog-sort-trigger{appearance:none;width:100%;min-height:52px;padding:0 18px;border-radius:16px;border:1px solid rgba(209,213,219,0.95);background:rgba(255,255,255,0.96);box-shadow:0 8px 18px rgba(15,23,42,0.04) !important;color:var(--ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;font:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease !important;}.catalog-sort-trigger:hover,.catalog-sort-trigger:focus-visible{border-color:rgba(15,118,110,0.24);box-shadow:0 12px 24px rgba(15,23,42,0.08) !important;}.catalog-sort-trigger__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.catalog-sort-trigger svg{width:18px;height:18px;flex:0 0 auto;transition:transform .2s ease !important;}.catalog-sort-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:100%;padding:8px;border-radius:18px;border:1px solid rgba(229,231,235,0.98);background:rgba(255,255,255,0.98);box-shadow:0 18px 38px rgba(15,23,42,0.12) !important;display:grid;gap:4px;opacity:0;transform:translateY(-8px) scale(0.98) !important;pointer-events:none;visibility:hidden;transition:opacity .16s ease,transform .18s ease !important;}.catalog-sort-dropdown.is-open .catalog-sort-trigger svg{transform:rotate(180deg) !important;}.catalog-sort-dropdown.is-open .catalog-sort-menu{opacity:1;transform:translateY(0) scale(1) !important;pointer-events:auto;visibility:visible;}.catalog-sort-dropdown:not(.is-open) .catalog-sort-menu{opacity:0;pointer-events:none;visibility:hidden;}.catalog-sort-option{appearance:none;border:0;background:transparent;color:var(--ink);text-align:left;border-radius:12px;min-height:42px;padding:10px 12px;font:inherit;cursor:pointer;transition:background-color .16s ease,color .16s ease;}.catalog-sort-option:hover,.catalog-sort-option:focus-visible,.catalog-sort-option.is-active{background:rgba(15,118,110,0.08);color:var(--primary-strong);}.site-header{overflow:visible !important;}.catalog-archive__container--minimal{position:relative;z-index:1;overflow:visible !important;}.catalog-toolbar-shell{position:relative !important;top:auto !important;z-index:80 !important;isolation:isolate;overflow:visible !important;padding-top:0 !important;}.catalog-toolbar.catalog-toolbar--minimal{position:relative !important;top:auto !important;z-index:81 !important;padding:0 !important;background:transparent !important;backdrop-filter:none;-webkit-backdrop-filter:none;overflow:visible !important;}.catalog-sort-form--minimal,.catalog-sort-dropdown,.catalog-field--custom-select,.catalog-custom-select{position:relative;overflow:visible !important;}.catalog-sort-menu{z-index:90 !important;}.catalog-custom-select__menu{z-index:92 !important;}.catalog-filter-backdrop{z-index:94 !important;}.catalog-filter--minimal{z-index:96 !important;}.mobile-nav-panel{z-index:98 !important;}.mobile-nav-panel__links,.mobile-nav-panel__menu{position:relative;z-index:1;}.catalog-archive__grid,.cards-grid--properties.catalog-archive__grid,.catalog-card--property{position:relative;z-index:1 !important;}@media (max-width:1024px){.catalog-toolbar-shell,.catalog-toolbar.catalog-toolbar--minimal{position:relative !important;top:auto !important;}}.site-menu-toggle__text{display:none !important;}.site-menu-toggle{gap:0;min-width:46px;width:46px;padding:0;flex:0 0 46px;}.site-header__inner[data-site-menu-home]{position:relative;}.catalog-toolbar__menu-slot{display:none;}@media (max-width:1024px){.catalog-toolbar-shell{min-height:60px;}.catalog-toolbar-shell.is-floating{position:fixed !important;top:calc(var(--site-header-height,84px) + env(safe-area-inset-top,0px) + 10px) !important;left:16px;right:16px;width:auto;z-index:89 !important;padding:0 !important;}.catalog-toolbar-shell.is-floating .catalog-toolbar--minimal{background:rgba(247,248,251,0.96) !important;border:1px solid rgba(229,231,235,0.95);border-radius:18px;padding:6px !important;box-shadow:0 16px 34px rgba(15,23,42,0.10);backdrop-filter:none;-webkit-backdrop-filter:none;}.catalog-toolbar-shell.is-floating .catalog-sort-form--minimal{min-width:0;flex:1 1 auto;}.catalog-toolbar-shell.is-floating .catalog-sort-trigger,.catalog-toolbar-shell.is-floating .catalog-filter-toggle,.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot .site-menu-toggle{min-height:46px;height:46px;}.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot{display:flex;flex:0 0 auto;align-items:center;justify-content:center;}.catalog-toolbar__menu-slot .site-menu-toggle{opacity:0;transform:translateX(18px) scale(.92);transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .22s ease;}.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot .site-menu-toggle{opacity:1;transform:translateX(0) scale(1);}.site-header .site-menu-toggle.is-docked{opacity:0;transform:translateX(16px) scale(.92);pointer-events:none;}.mobile-nav-panel{left:auto;right:16px;top:calc(var(--site-header-height,84px) + env(safe-area-inset-top,0px) + 12px);width:min(340px,calc(100vw - 56px));max-width:calc(100vw - 56px);border:1px solid rgba(229,231,235,0.95);border-radius:22px;background:rgba(255,255,255,0.985);box-shadow:0 28px 56px rgba(15,23,42,0.18);transform:translate3d(30px,-18px,0) scale(.88) rotate(-3deg);transform-origin:top right;transition:opacity .26s ease,transform .34s cubic-bezier(.2,.95,.2,1),visibility .26s ease;overflow:hidden;}.mobile-nav-panel.is-open{transform:translate3d(0,0,0) scale(1) rotate(0deg);}.mobile-nav-panel.is-closing{transform:translate3d(38px,-16px,0) scale(.86) rotate(3deg);}.mobile-nav-panel__links{padding:14px 0;}.mobile-nav-panel__menu{gap:2px;text-align:right;}.mobile-nav-panel__menu a{padding:14px 18px;text-align:right;font-weight:600;border-radius:14px;}.mobile-nav-panel__menu a:hover,.mobile-nav-panel__menu a:focus-visible{background:rgba(15,118,110,0.06);color:var(--primary-strong);}}@media (min-width:1025px){.catalog-toolbar__menu-slot{display:none !important;}}.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__icon span:nth-child(1){transform:translateY(6px) rotate(45deg);}.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__icon span:nth-child(2){opacity:0;}.site-menu-toggle[aria-expanded="true"] .site-menu-toggle__icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}@media (max-width:1024px){.catalog-toolbar-shell{min-height:72px;}.catalog-toolbar-shell.is-floating{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;z-index:89 !important;padding:0 !important;}.catalog-toolbar-shell.is-floating .catalog-toolbar--minimal{width:100%;padding:calc(env(safe-area-inset-top,0px) + 10px) 16px 10px !important;border-radius:0 !important;border-left:0 !important;border-right:0 !important;background:rgba(247,248,251,0.98) !important;box-shadow:0 12px 24px rgba(15,23,42,0.08);backdrop-filter:none;-webkit-backdrop-filter:none;}.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot{display:flex;align-items:center;justify-content:center;}.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot .site-menu-toggle{opacity:1;transform:none;}.catalog-toolbar-shell.is-floating .catalog-sort-form--minimal{min-width:0;flex:1 1 auto;}.catalog-toolbar-shell.is-floating .catalog-sort-trigger,.catalog-toolbar-shell.is-floating .catalog-filter-toggle,.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot .site-menu-toggle{min-height:46px;height:46px;}.mobile-nav-panel{right:12px !important;left:auto !important;width:min(316px,calc(100vw - 28px)) !important;max-width:calc(100vw - 28px) !important;border-radius:22px;overflow:clip;transform:translate3d(34px,-20px,0) scale(.86) rotate(-4deg);transition:opacity .28s ease,transform .44s cubic-bezier(.22,1,.36,1),visibility .28s ease;}.mobile-nav-panel.is-open{transform:translate3d(0,0,0) scale(1) rotate(0deg);}.mobile-nav-panel.is-closing{transform:translate3d(30px,-18px,0) scale(.84) rotate(4deg);}.mobile-nav-panel__links.container{width:auto !important;max-width:none !important;margin:0 !important;padding:12px !important;}.mobile-nav-panel__menu{width:100%;gap:4px;justify-items:stretch;text-align:right;}.mobile-nav-panel__menu li,.mobile-nav-panel__menu a{max-width:100%;}.mobile-nav-panel__menu a{display:block;width:100%;padding:12px 16px 12px 20px;text-align:right;line-height:1.35;white-space:normal;overflow-wrap:break-word;word-break:normal;font-size:1rem;}.site-menu-toggle{will-change:transform,opacity;}}.mobile-nav-backdrop[hidden]{display:none !important;}.mobile-nav-backdrop{position:fixed;inset:0;background:rgba(15,23,42,0.16);opacity:0;visibility:hidden;z-index:97;transition:opacity .22s ease,visibility .22s ease;}.mobile-nav-backdrop.is-open{opacity:1;visibility:visible;}.mobile-nav-backdrop.is-closing{opacity:0;visibility:hidden;}@media (max-width:1024px){.site-header{transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .28s ease;will-change:transform,opacity;}.site-header.is-toolbar-floating{transform:translate3d(0,-100%,0);opacity:0;pointer-events:none;}.catalog-toolbar-shell{min-height:66px;z-index:88;}.catalog-toolbar-shell.is-floating{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;z-index:88 !important;padding:0 !important;}.catalog-toolbar-shell.is-floating .catalog-toolbar--minimal{width:100%;margin:0;padding:calc(env(safe-area-inset-top,0px) + 8px) 16px 10px !important;border-radius:0 !important;border-left:0 !important;border-right:0 !important;background:rgba(247,248,251,0.985) !important;box-shadow:0 12px 26px rgba(15,23,42,0.08);backdrop-filter:none;-webkit-backdrop-filter:none;}.catalog-toolbar-shell.is-floating .catalog-sort-form--minimal{min-width:0;flex:1 1 auto;}.catalog-toolbar-shell.is-floating .catalog-sort-trigger,.catalog-toolbar-shell.is-floating .catalog-filter-toggle,.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot .site-menu-toggle{min-height:46px;height:46px;}.catalog-toolbar__menu-slot{display:none;flex:0 0 auto;align-items:center;justify-content:center;}.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot{display:inline-flex;}.catalog-toolbar__menu-slot .site-menu-toggle{opacity:0;transform:translate3d(22px,0,0) scale(.88);transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .26s ease;}.catalog-toolbar-shell.is-floating .catalog-toolbar__menu-slot .site-menu-toggle{opacity:1;transform:translate3d(0,0,0) scale(1);}.site-header .site-menu-toggle.is-docked{opacity:0;transform:translate3d(18px,0,0) scale(.9);pointer-events:none;}.mobile-nav-panel{position:fixed;left:auto !important;right:max(12px,env(safe-area-inset-right,0px) + 12px) !important;top:var(--mobile-menu-top,calc(env(safe-area-inset-top,0px) + 12px)) !important;width:min(320px,calc(100vw - 64px));max-width:calc(100vw - 64px);max-height:var(--mobile-menu-max-height,calc(100dvh - 24px));border:1px solid rgba(229,231,235,0.96);border-radius:24px;background:rgba(255,255,255,0.988);box-shadow:0 30px 58px rgba(15,23,42,0.18);overflow:auto;-webkit-overflow-scrolling:touch;transform-origin:top right;transform:translate3d(34px,-12px,0) scale(.88) rotate(-2deg);opacity:0;visibility:hidden;z-index:98 !important;transition:opacity .2s ease,transform .38s cubic-bezier(.22,1,.36,1),visibility .2s ease;}.mobile-nav-panel.is-open{opacity:1;visibility:visible;transform:translate3d(0,0,0) scale(1) rotate(0deg);}.mobile-nav-panel.is-closing{opacity:0;visibility:hidden;transform:translate3d(38px,-10px,0) scale(.86) rotate(2deg);}.mobile-nav-panel__links.container{width:auto !important;max-width:none !important;margin:0 !important;padding:14px !important;}.mobile-nav-panel__menu{display:grid;gap:6px;list-style:none;padding:0;margin:0;text-align:right;}.mobile-nav-panel__menu li{margin:0;max-width:100%;}.mobile-nav-panel__menu a{display:block;width:100%;max-width:100%;padding:13px 20px 13px 24px;border-radius:14px;text-align:right;line-height:1.35;white-space:normal;overflow-wrap:anywhere;word-break:normal;font-size:0.98rem;font-weight:600;box-sizing:border-box;}}@media (max-width:767px){.mobile-nav-panel{width:min(304px,calc(100vw - 56px));max-width:calc(100vw - 56px);}.mobile-nav-panel__menu a{padding-right:18px;padding-left:22px;font-size:0.96rem;}}.cards-grid--properties.catalog-archive__grid{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));}.catalog-card--property,.catalog-card--property .catalog-card__body,.catalog-card--property .catalog-card__footer,.catalog-card--property h3,.catalog-card--property h3 a,.catalog-card__meta,.catalog-card__excerpt,.catalog-card__microcopy,.catalog-card__price{min-width:0;}.catalog-card--property h3 a,.catalog-card__excerpt,.catalog-card__microcopy{overflow-wrap:anywhere;word-break:break-word;}.catalog-card--property .catalog-card__body{grid-template-rows:auto auto auto auto 1fr auto;}.catalog-card--property .catalog-card__footer>*{min-width:0;}.catalog-card__microcopy{line-height:1.45;}@media (max-width:1100px){.cards-grid--properties.catalog-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:767px){.cards-grid--properties.catalog-archive__grid{grid-template-columns:minmax(0,1fr);}}.catalog-filter-backdrop{z-index:96 !important;}.catalog-filter--minimal{z-index:97 !important;}html.catalog-filters-open,body.catalog-filters-open{overflow:visible !important;height:auto !important;}.catalog-filter-toggle,.catalog-filter-toggle:focus,.catalog-filter-toggle:focus-visible,.site-menu-toggle,.site-menu-toggle:focus,.site-menu-toggle:focus-visible,.mobile-nav-panel__close,.mobile-nav-panel__close:focus,.mobile-nav-panel__close:focus-visible{outline:none !important;-webkit-tap-highlight-color:transparent;}.mobile-nav-backdrop{background:rgba(10,15,30,0.18);backdrop-filter:blur(18px) saturate(92%);-webkit-backdrop-filter:blur(18px) saturate(92%);z-index:1390;transition:opacity .44s ease,visibility .44s ease,backdrop-filter .44s ease,-webkit-backdrop-filter .44s ease;}.mobile-nav-backdrop.is-open{opacity:1;visibility:visible;}.mobile-nav-panel{top:0 !important;right:0 !important;left:auto !important;bottom:0 !important;width:min(332px,78.2vw) !important;max-width:78.2vw !important;max-height:100dvh !important;height:100dvh;border:0 !important;border-radius:0 !important;background:linear-gradient(180deg,rgba(255,255,255,0.985) 0%,rgba(246,248,251,0.992) 100%);box-shadow:-30px 0 64px rgba(15,23,42,0.22),0 0 0 1px rgba(229,231,235,0.56);overflow:hidden;z-index:1400 !important;transform-origin:100% 18%;transform:translate3d(108%,0,0) rotate(-26deg) scale(.82) skewY(-9deg);opacity:0;visibility:hidden;pointer-events:none;filter:blur(10px) saturate(1.12);transition:none;perspective:1400px;}.mobile-nav-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;animation:mobileSidebarVortexIn .92s cubic-bezier(.16,1,.22,1) forwards;}.mobile-nav-panel.is-closing{opacity:1;visibility:visible;pointer-events:none;animation:mobileSidebarVortexOut .56s cubic-bezier(.64,.01,.78,.36) forwards;}.mobile-nav-panel__inner{position:relative;display:grid;grid-template-rows:auto 1fr;height:100%;padding-top:max(12px,env(safe-area-inset-top,0px) + 12px);padding-bottom:max(14px,env(safe-area-inset-bottom,0px) + 14px);}.mobile-nav-panel__close{appearance:none;margin:0 16px 10px auto;width:46px;height:46px;border:0;border-radius:999px;background:rgba(255,255,255,0.72);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;font-size:1.9rem;line-height:1;cursor:pointer;box-shadow:0 12px 24px rgba(15,23,42,0.08);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease;}.mobile-nav-panel__close:hover{transform:translateY(-1px) scale(1.04) rotate(90deg);background:rgba(255,255,255,0.94);box-shadow:0 16px 28px rgba(15,23,42,0.12);}.mobile-nav-panel__links.container{width:auto !important;max-width:none !important;margin:0 !important;padding:10px 20px 14px !important;overflow:auto;-webkit-overflow-scrolling:touch;}.mobile-nav-panel__menu{gap:8px;text-align:left;}.mobile-nav-panel__menu li{list-style:none;}.mobile-nav-panel__menu a{display:flex;align-items:center;justify-content:flex-start;gap:14px;width:100%;padding:15px 6px;text-align:left;color:var(--ink);background:transparent;border:0;box-shadow:none;transition:transform .26s ease,background-color .26s ease,color .26s ease,opacity .26s ease;}.mobile-nav-panel__menu a:hover,.mobile-nav-panel__menu a:focus-visible{transform:translateX(8px) scale(1.015);background:rgba(255,255,255,0.54);box-shadow:none;outline:none;}.mobile-nav-panel__menu-icon{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;color:rgb(17,24,39);opacity:.92;}.mobile-nav-panel__menu-icon svg{width:22px;height:22px;display:block;}.mobile-nav-panel__menu-label{flex:1 1 auto;}html.mobile-menu-open,body.mobile-menu-open{overscroll-behavior:none;}@keyframes mobileSidebarVortexIn{0%{transform:translate3d(108%,0,0) rotate(-26deg) scale(.82) skewY(-9deg);filter:blur(12px) saturate(1.2);opacity:0;}24%{transform:translate3d(72%,0,0) rotate(-14deg) scale(.9) skewY(-4deg);filter:blur(8px) saturate(1.12);opacity:.72;}56%{transform:translate3d(-7%,0,0) rotate(3.6deg) scale(1.02) skewY(1.2deg);filter:blur(2px) saturate(1.04);opacity:1;}78%{transform:translate3d(1.8%,0,0) rotate(-1.2deg) scale(.992) skewY(-.45deg);filter:blur(.6px) saturate(1.02);opacity:1;}100%{transform:translate3d(0,0,0) rotate(0deg) scale(1) skewY(0deg);filter:blur(0) saturate(1);opacity:1;}}@keyframes mobileSidebarVortexOut{0%{transform:translate3d(0,0,0) rotate(0deg) scale(1) skewY(0deg);filter:blur(0) saturate(1);opacity:1;}22%{transform:translate3d(-2%,0,0) rotate(1.1deg) scale(1.01) skewY(.4deg);filter:blur(1px) saturate(1.03);opacity:1;}100%{transform:translate3d(110%,0,0) rotate(22deg) scale(.8) skewY(8deg);filter:blur(11px) saturate(1.15);opacity:0;}}@media (max-width:767px){.mobile-nav-panel{width:min(300px,79.9vw) !important;max-width:79.9vw !important;border-radius:0 !important;}}.mobile-nav-backdrop{background:rgba(8,12,24,0.2) !important;backdrop-filter:blur(22px) saturate(110%) brightness(0.92) !important;-webkit-backdrop-filter:blur(22px) saturate(110%) brightness(0.92) !important;transition:opacity .5s cubic-bezier(.22,1,.36,1),visibility .5s cubic-bezier(.22,1,.36,1),backdrop-filter .5s cubic-bezier(.22,1,.36,1),-webkit-backdrop-filter .5s cubic-bezier(.22,1,.36,1) !important;}.mobile-nav-panel{width:min(405px,73.2vw) !important;max-width:73.2vw !important;border-radius:22px 0 0 22px !important;background:radial-gradient(circle at 14% 12%,rgba(255,255,255,0.92) 0%,rgba(255,255,255,0.54) 20%,rgba(255,255,255,0) 44%),linear-gradient(180deg,rgba(255,255,255,0.985) 0%,rgba(247,249,252,0.98) 54%,rgba(241,244,249,0.985) 100%) !important;box-shadow:-32px 0 64px rgba(15,23,42,0.22),0 0 0 1px rgba(255,255,255,0.54),inset 1px 0 0 rgba(255,255,255,0.62) !important;transform-origin:100% 18%;transform:translate3d(104%,0,0) scale(.985) rotate(1.25deg);filter:blur(7px) saturate(1.04);}.mobile-nav-panel.is-open{animation:mobileSidebarOrganicIn .52s cubic-bezier(.22,.9,.27,1) forwards !important;}.mobile-nav-panel.is-closing{animation:mobileSidebarOrganicOut .38s cubic-bezier(.4,0,.2,1) forwards !important;}.mobile-nav-panel__inner{grid-template-rows:auto 1fr;padding-top:max(14px,env(safe-area-inset-top,0px) + 14px);padding-bottom:max(18px,env(safe-area-inset-bottom,0px) + 18px);}.mobile-nav-panel__close{margin:0 16px 10px auto;width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,0.76);box-shadow:0 14px 32px rgba(15,23,42,0.12),inset 0 1px 0 rgba(255,255,255,0.72);backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),background-color .28s ease;}.mobile-nav-panel__close:hover{transform:translateY(-1px) scale(1.04) rotate(90deg);box-shadow:0 18px 36px rgba(15,23,42,0.16),inset 0 1px 0 rgba(255,255,255,0.84);}.mobile-nav-panel__links.container{padding:12px 20px 18px !important;display:flex;flex-direction:column;min-height:0;}.mobile-nav-panel__menu{display:flex !important;flex-direction:column;gap:10px;min-height:100%;}.mobile-nav-panel__menu li{margin:0;}.mobile-nav-panel__menu li.is-team-link{margin-top:auto;padding-top:18px;}.mobile-nav-panel__menu li.is-team-link a{background:linear-gradient(135deg,rgba(15,118,110,0.96) 0%,rgba(11,97,92,0.98) 100%);color:#ffffff;box-shadow:none;}.mobile-nav-panel__menu li.is-team-link a::after{display:none;}.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-icon{color:#ffffff;background:rgba(255,255,255,0.18);box-shadow:none;}.mobile-nav-panel__menu li.is-team-link a:hover,.mobile-nav-panel__menu li.is-team-link a:focus-visible{background:linear-gradient(135deg,rgba(17,135,126,0.98) 0%,rgba(8,84,79,1) 100%);}.mobile-nav-panel__menu a{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:14px;width:100%;min-height:58px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:5px;text-align:left;color:var(--ink);background:#ffffff;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:transform .28s cubic-bezier(.22,1,.36,1),background-color .28s ease,box-shadow .28s ease,color .22s ease,opacity .22s ease;}.mobile-nav-panel__menu a::after{content:'';position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,0.44) 0%,rgba(255,255,255,0) 100%);opacity:.66;pointer-events:none;}.mobile-nav-panel__menu a:hover,.mobile-nav-panel__menu a:focus-visible{transform:translateX(8px) scale(1.014);background:linear-gradient(180deg,rgba(255,255,255,0.92) 0%,rgba(248,250,253,0.8) 100%);box-shadow:0 14px 27px rgba(15,23,42,0.088),inset 0 1px 0 rgba(255,255,255,0.88);}.mobile-nav-panel__menu-icon,.mobile-nav-panel__menu-label{position:relative;z-index:1;}.mobile-nav-panel__menu-icon{width:42px;height:42px;flex:0 0 42px;border-radius:14px;color:#0f172a;background:linear-gradient(180deg,rgba(255,255,255,0.92) 0%,rgba(236,241,247,0.9) 100%);box-shadow:0 8px 14px rgba(15,23,42,0.064),inset 0 1px 0 rgba(255,255,255,0.84);}.mobile-nav-panel__menu-icon svg{width:23px;height:23px;stroke-linecap:round;stroke-linejoin:round;}.mobile-nav-panel__menu-icon i{width:23px;min-width:23px;font-size:23px;line-height:1;color:currentColor;text-align:center;}.mobile-nav-panel__menu-label{flex:1 1 auto;font-size:1rem;font-weight:650;letter-spacing:-0.012em;}@keyframes mobileSidebarOrganicIn{0%{transform:translate3d(103%,0,0) scale(.988) rotate(.85deg);filter:blur(7px) saturate(1.04);opacity:0;}55%{transform:translate3d(3.8%,0,0) scale(1) rotate(0deg);filter:blur(1.4px) saturate(1.01);opacity:1;}100%{transform:translate3d(0,0,0) scale(1) rotate(0deg);filter:blur(0) saturate(1);opacity:1;}}@keyframes mobileSidebarOrganicOut{0%{transform:translate3d(0,0,0) scale(1) rotate(0deg);filter:blur(0) saturate(1);opacity:1;}100%{transform:translate3d(102%,0,0) scale(.988) rotate(.8deg);filter:blur(7px) saturate(1.04);opacity:0;}}@media (max-width:767px){.mobile-nav-panel{width:min(364px,76.8vw) !important;max-width:76.8vw !important;border-radius:20px 0 0 20px !important;}.mobile-nav-panel__menu a{min-height:54px;padding:11px 14px;border-radius:20px;}}.property-single-view,.development-single-view,.capture-public-view,.public-404-view{padding-top:28px;}.single-public-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.55fr);gap:28px;align-items:start;margin-bottom:28px;}.single-public-hero__copy{background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,253,250,.92));border:1px solid rgba(229,231,235,.9);border-radius:28px;box-shadow:var(--shadow);padding:clamp(24px,4vw,42px);}.single-public-hero__tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px;}.single-public-hero__tags span{display:inline-flex;border:1px solid rgba(15,118,110,.18);background:rgba(15,118,110,.08);color:var(--primary-strong);border-radius:999px;padding:8px 12px;font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.02em;}.single-public-hero h1{margin:0;font-size:clamp(2rem,4.8vw,4rem);line-height:.98;letter-spacing:-.05em;}.single-public-hero__location{color:var(--muted);font-size:1.08rem;margin:16px 0 0;}.single-public-price{display:block;margin-top:22px;font-size:clamp(1.6rem,3vw,2.6rem);letter-spacing:-.04em;}.single-public-metrics{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;}.single-public-metrics span,.single-public-bullets li,.unit-card__metrics span{border:1px solid var(--line);background:var(--surface-2);border-radius:999px;padding:9px 12px;color:var(--ink);font-weight:650;}.single-public-form{position:sticky;top:calc(var(--site-header-height,84px) + 18px);}.single-public-form .capture-form-card{margin:0;}.single-public-layout{display:grid;grid-template-columns:minmax(0,1fr);}.single-public-main{display:grid;gap:20px;}.single-public-gallery{overflow:hidden;padding:0;}.single-public-gallery__main{width:100%;height:clamp(280px,48vw,560px);object-fit:cover;background:linear-gradient(135deg,#dbeafe,#ccfbf1 60%,#fef3c7);}.single-public-gallery__placeholder{min-height:clamp(280px,48vw,520px);display:grid;place-items:center;color:var(--muted);font-weight:800;background:linear-gradient(135deg,#dbeafe,#ccfbf1 60%,#fef3c7);}.single-public-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:8px;background:#fff;}.single-public-gallery__thumbs img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;}.single-public-section h2{margin-top:0;}.single-public-section p{color:var(--muted);line-height:1.75;}.single-public-data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;}.single-public-data-grid div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:14px 0;}.single-public-data-grid dt{color:var(--muted);}.single-public-data-grid dd{margin:0;font-weight:800;text-align:right;}.single-public-bullets{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px;}.unit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}.unit-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:160px minmax(0,1fr);}.unit-card img{width:100%;height:100%;min-height:170px;object-fit:cover;}.unit-card__body{padding:18px;display:grid;gap:10px;}.unit-card__code{color:var(--muted);font-weight:800;font-size:.9rem;text-transform:uppercase;}.unit-card__body strong{font-size:1.35rem;}.unit-card__metrics{display:flex;flex-wrap:wrap;gap:8px;}.unit-card__body p{margin:0;color:var(--muted);}.capture-public-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.6fr);gap:28px;align-items:start;}.capture-public-copy{background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(240,253,250,.92));border:1px solid rgba(229,231,235,.9);border-radius:28px;box-shadow:var(--shadow);padding:clamp(24px,4vw,42px);}.capture-public-copy h1{margin:16px 0 0;font-size:clamp(2rem,4.6vw,4rem);line-height:1;letter-spacing:-.05em;}.capture-public-copy p{color:var(--muted);font-size:1.08rem;line-height:1.7;max-width:62ch;}.capture-public-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;}.capture-public-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;gap:6px;}.capture-public-card span{color:var(--muted);font-size:.92rem;}.capture-public-form{position:sticky;top:calc(var(--site-header-height,84px) + 18px);}.public-not-found{padding:clamp(28px,5vw,56px);text-align:center;max-width:860px;margin:0 auto;}.public-not-found h1{margin:14px 0 0;font-size:clamp(2rem,5vw,4rem);letter-spacing:-.05em;}.public-not-found p{color:var(--muted);font-size:1.06rem;max-width:58ch;margin:16px auto 0;line-height:1.7;}.public-not-found__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:24px;}@media (max-width:980px){.single-public-hero,.capture-public-layout{grid-template-columns:1fr;}.single-public-form,.capture-public-form{position:static;}.unit-grid{grid-template-columns:1fr;}}@media (max-width:720px){.single-public-data-grid,.capture-public-cards{grid-template-columns:1fr;}.single-public-gallery__thumbs{grid-template-columns:repeat(3,1fr);}.unit-card{grid-template-columns:1fr;}.unit-card img{min-height:210px;}.single-public-data-grid div{display:grid;text-align:left;}.single-public-data-grid dd{text-align:left;}}.site-header a,.site-nav a,.site-nav__menu a,.mobile-nav-panel__menu a,.site-brand,.site-brand__name,.catalog-card a,.catalog-card h3 a,.catalog-card__footer a,.catalog-sort-trigger,.catalog-sort-option,.catalog-custom-select__trigger,.catalog-custom-select__option,.button{text-decoration:none !important;text-decoration-line:none !important;}.site-header a,.site-nav a,.site-nav__menu a,.site-brand,.site-brand__name{color:var(--ink) !important;}.site-nav a,.site-nav__menu a{color:var(--muted) !important;}.site-nav a:hover,.site-nav a:focus-visible,.site-nav__menu a:hover,.site-nav__menu a:focus-visible{color:var(--ink) !important;}.catalog-card,.catalog-card--property,.catalog-card--development{display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:var(--surface);border:1px solid rgba(229,231,235,0.95);border-radius:24px;box-shadow:0 16px 32px rgba(15,23,42,0.06);}.catalog-card .catalog-card__media,.catalog-card--property .catalog-card__media,.catalog-card--development .catalog-card__media{position:relative;display:block;aspect-ratio:16 / 10;min-height:248px;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#dcfce7);}.catalog-card .catalog-card__image{width:100%;height:100%;object-fit:cover;}.catalog-card .catalog-card__body,.catalog-card--property .catalog-card__body,.catalog-card--development .catalog-card__body{display:grid;grid-template-rows:auto auto auto auto 1fr auto;gap:14px;padding:20px 20px 22px;min-width:0;}.catalog-card .catalog-card__meta,.catalog-card--property .catalog-card__meta,.catalog-card--development .catalog-card__meta{margin:0;font-size:0.88rem;font-weight:700;letter-spacing:0.01em;text-transform:uppercase;color:var(--muted) !important;}.catalog-card h3,.catalog-card--property h3,.catalog-card--development h3{margin:0;font-size:1.25rem;line-height:1.25;letter-spacing:-0.02em;color:var(--ink) !important;}.catalog-card h3 a,.catalog-card--property h3 a,.catalog-card--development h3 a{color:var(--ink) !important;font-weight:800;}.catalog-card h3 a:hover,.catalog-card h3 a:focus-visible{color:var(--ink) !important;}.catalog-card__price{color:var(--ink) !important;font-size:1.45rem;font-weight:800;letter-spacing:-0.03em;}.catalog-card .catalog-card__metrics,.catalog-card--property .catalog-card__metrics,.catalog-card--development .catalog-card__metrics{display:flex;flex-wrap:wrap;gap:8px;margin:0;}.catalog-card .catalog-card__metrics span,.catalog-card--property .catalog-card__metrics span,.catalog-card--development .catalog-card__metrics span{display:inline-flex;align-items:center;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(248,250,252,0.92);color:var(--ink) !important;font-size:0.88rem;}.catalog-card__excerpt,.catalog-card__microcopy{color:var(--muted) !important;text-decoration:none !important;}.catalog-card .catalog-card__footer,.catalog-card--property .catalog-card__footer,.catalog-card--development .catalog-card__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:auto;padding-top:2px;}.catalog-card .button--ghost,.catalog-card--property .button--ghost,.catalog-card--development .button--ghost{color:var(--ink) !important;background:rgba(255,255,255,.72);border-color:var(--line);text-decoration:none !important;}.catalog-card .button--ghost:hover,.catalog-card .button--ghost:focus-visible{color:var(--ink) !important;background:#fff;}.catalog-sort-menu,.catalog-custom-select__menu{display:grid;gap:5px;padding:8px;border:1px solid rgba(229,231,235,0.98) !important;border-radius:18px !important;background:rgba(255,255,255,0.985) !important;box-shadow:0 24px 48px rgba(15,23,42,0.14) !important;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,-10px,0) scale(.96) !important;transform-origin:top center;transition:opacity .18s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),visibility .18s ease !important;will-change:opacity,transform;}.catalog-sort-dropdown.is-open .catalog-sort-menu,.catalog-custom-select.is-open .catalog-custom-select__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0) scale(1) !important;}.catalog-sort-trigger,.catalog-custom-select__trigger{min-height:46px;border-radius:14px !important;color:var(--ink) !important;background:rgba(255,255,255,0.98) !important;border-color:rgba(209,213,219,0.95) !important;box-shadow:0 8px 18px rgba(15,23,42,0.04) !important;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease !important;}.catalog-sort-trigger:hover,.catalog-sort-trigger:focus-visible,.catalog-custom-select__trigger:hover,.catalog-custom-select__trigger:focus-visible,.catalog-custom-select.is-open .catalog-custom-select__trigger,.catalog-sort-dropdown.is-open .catalog-sort-trigger{border-color:rgba(15,118,110,0.24) !important;box-shadow:0 12px 24px rgba(15,23,42,0.08) !important;}.catalog-sort-trigger svg,.catalog-custom-select__trigger svg{transition:transform .22s cubic-bezier(.22,1,.36,1) !important;}.catalog-sort-dropdown.is-open .catalog-sort-trigger svg,.catalog-custom-select.is-open .catalog-custom-select__trigger svg{transform:rotate(180deg) !important;}.catalog-sort-option,.catalog-custom-select__option{min-height:42px;border-radius:12px;color:var(--ink) !important;font-weight:500 !important;transition:background-color .16s ease,color .16s ease,transform .16s ease !important;}.catalog-sort-option:hover,.catalog-sort-option:focus-visible,.catalog-sort-option.is-active,.catalog-custom-select__option:hover,.catalog-custom-select__option:focus-visible,.catalog-custom-select__option.is-active{background:rgba(15,118,110,0.08) !important;color:var(--primary-strong) !important;transform:translateX(2px);}@media (max-width:767px){.catalog-card .catalog-card__media,.catalog-card--property .catalog-card__media,.catalog-card--development .catalog-card__media{min-height:220px;}.catalog-card .catalog-card__footer,.catalog-card--property .catalog-card__footer,.catalog-card--development .catalog-card__footer{grid-template-columns:1fr;align-items:stretch;}.catalog-card__price{font-size:1.3rem;}}@media (prefers-reduced-motion:reduce){.catalog-sort-menu,.catalog-custom-select__menu,.catalog-sort-trigger svg,.catalog-custom-select__trigger svg,.catalog-sort-option,.catalog-custom-select__option{transition:none !important;transform:none !important;}}.catalog-sort-trigger,.catalog-custom-select__trigger,.hero-custom-select__trigger{border-color:rgba(203,213,225,0.98) !important;background:linear-gradient(180deg,rgba(255,255,255,0.99),rgba(248,250,252,0.98)) !important;color:#0f172a !important;box-shadow:0 8px 20px rgba(15,23,42,0.055) !important;}.catalog-sort-trigger:hover,.catalog-sort-trigger:focus-visible,.catalog-sort-dropdown.is-open .catalog-sort-trigger,.catalog-custom-select__trigger:hover,.catalog-custom-select__trigger:focus-visible,.catalog-custom-select.is-open .catalog-custom-select__trigger,.hero-custom-select__trigger:hover,.hero-custom-select__trigger:focus-visible,.hero-custom-select.is-open .hero-custom-select__trigger{border-color:rgba(100,116,139,0.42) !important;box-shadow:0 14px 30px rgba(15,23,42,0.10) !important;}.catalog-sort-menu,.catalog-custom-select__menu,.hero-custom-select__menu{border:1px solid rgba(226,232,240,0.98) !important;border-radius:18px !important;background:rgba(255,255,255,0.99) !important;box-shadow:0 24px 54px rgba(15,23,42,0.16),0 1px 0 rgba(255,255,255,0.9) inset !important;overflow:hidden;backdrop-filter:blur(10px);}.catalog-sort-option,.catalog-custom-select__option,.hero-custom-select__option{color:#0f172a !important;background:transparent !important;}.catalog-sort-option:hover,.catalog-sort-option:focus-visible,.catalog-sort-option.is-active,.catalog-custom-select__option:hover,.catalog-custom-select__option:focus-visible,.catalog-custom-select__option.is-active,.hero-custom-select__option:hover,.hero-custom-select__option:focus-visible,.hero-custom-select__option.is-active{background:rgba(241,245,249,0.96) !important;color:#111827 !important;}.catalog-sort-option.is-active,.catalog-custom-select__option.is-active,.hero-custom-select__option.is-active{box-shadow:inset 3px 0 0 rgba(100,116,139,0.72);}.field-card.has-hero-custom-select select[data-hero-city-select],.field-card.has-hero-custom-select select[data-hero-neighborhood-select],.field-card.has-hero-custom-select select[data-hero-type-select],.field-card.has-hero-custom-select select[data-hero-price-select],.field-card.has-hero-custom-select select[data-hero-phase-select]{position:absolute !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important;clip-path:inset(50%) !important;}.hero-custom-select{position:relative;min-width:0;}.hero-custom-select__trigger{appearance:none;width:100%;min-height:26px;border:0 !important;border-radius:10px !important;padding:0 24px 0 0;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;font:inherit;font-size:0.78rem;line-height:1.25;text-align:left;color:#64748b !important;background:transparent !important;box-shadow:none !important;transition:color .16s ease !important;}.hero-custom-select__trigger:hover,.hero-custom-select__trigger:focus-visible,.hero-custom-select.is-open .hero-custom-select__trigger{color:#334155 !important;box-shadow:none !important;outline:none;}.hero-custom-select__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.hero-custom-select__trigger svg{position:absolute;right:0;width:16px;height:16px;color:#64748b;transition:transform .22s cubic-bezier(.22,1,.36,1),color .16s ease !important;}.hero-custom-select.is-open .hero-custom-select__trigger svg{transform:rotate(180deg);color:#334155;}.hero-custom-select__menu{position:absolute;top:calc(100% + 12px);left:-13px;right:-13px;z-index:30;display:grid;gap:5px;max-height:min(280px,52vh);overflow-y:auto;padding:8px;opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,-10px,0) scale(.96) !important;transform-origin:top center;transition:opacity .18s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1),visibility .18s ease !important;}.hero-custom-select.is-open .hero-custom-select__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0) scale(1) !important;}.hero-custom-select__option{appearance:none;width:100%;min-height:40px;border:0;border-radius:12px;padding:9px 12px;text-align:left;font:inherit;font-size:0.86rem;font-weight:600;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease !important;}.hero-custom-select__option:hover,.hero-custom-select__option:focus-visible,.hero-custom-select__option.is-active{transform:translateX(2px);}.hero-custom-select.is-disabled .hero-custom-select__trigger{cursor:not-allowed;color:#94a3b8 !important;}.hero-custom-select__menu::-webkit-scrollbar{width:8px;}.hero-custom-select__menu::-webkit-scrollbar-thumb{background:rgba(148,163,184,0.45);border-radius:999px;}@media (max-width:767px){.hero-custom-select__menu{max-height:min(240px,48vh);}}@media (prefers-reduced-motion:reduce){.hero-custom-select__menu,.hero-custom-select__trigger svg,.hero-custom-select__option{transition:none !important;transform:none !important;}}.field-card.has-hero-custom-select select[data-hero-city-select],.field-card.has-hero-custom-select select[data-hero-neighborhood-select],.field-card.has-hero-custom-select select[data-hero-type-select],.field-card.has-hero-custom-select select[data-hero-price-select],.field-card.has-hero-custom-select select[data-hero-phase-select]{display:none !important;}.catalog-sort-option.is-active,.catalog-custom-select__option.is-active,.hero-custom-select__option.is-active{box-shadow:none !important;}.catalog-sort-option:hover,.catalog-sort-option:focus-visible,.catalog-sort-option.is-active,.catalog-custom-select__option:hover,.catalog-custom-select__option:focus-visible,.catalog-custom-select__option.is-active,.hero-custom-select__option:hover,.hero-custom-select__option:focus-visible,.hero-custom-select__option.is-active{transform:none !important;}.catalog-sort-menu,.catalog-custom-select__menu,.hero-custom-select__menu{transform:translate3d(0,-12px,0) scale(.985) !important;transform-origin:top center !important;will-change:opacity,transform;}.catalog-sort-dropdown.is-open .catalog-sort-menu,.catalog-custom-select.is-open .catalog-custom-select__menu,.hero-custom-select.is-open .hero-custom-select__menu{animation:imobDropdownOpen .24s cubic-bezier(.22,1,.36,1) both;transform:translate3d(0,0,0) scale(1) !important;}@keyframes imobDropdownOpen{0%{opacity:0;transform:translate3d(0,-12px,0) scale(.985);}65%{opacity:1;transform:translate3d(0,3px,0) scale(1.002);}100%{opacity:1;transform:translate3d(0,0,0) scale(1);}}@media (prefers-reduced-motion:reduce){.catalog-sort-dropdown.is-open .catalog-sort-menu,.catalog-custom-select.is-open .catalog-custom-select__menu,.hero-custom-select.is-open .hero-custom-select__menu{animation:none !important;}}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:100%;max-width:520px;min-height:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:14px !important;border:1px solid rgba(15,23,42,0.08) !important;background:#fff !important;box-shadow:0 10px 30px rgba(15,23,42,0.12) !important;}.imob-dna-card,.imob-dna-card *{box-sizing:border-box;}.imob-dna-card a{text-decoration:none !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{position:relative;display:block;width:100%;height:300px !important;min-height:300px !important;aspect-ratio:16 / 9 !important;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#dcfce7) !important;}.imob-dna-card__image,.catalog-card .imob-dna-card__image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease;}.imob-dna-card:hover .imob-dna-card__image{transform:scale(1.035);}.imob-dna-card__media--placeholder{display:flex !important;align-items:center;justify-content:center;}.imob-dna-card__placeholder-label{color:#14532d;font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}.imob-dna-card__badge{position:absolute;top:18px;left:18px;z-index:3;display:inline-flex;align-items:center;min-height:40px;padding:10px 14px;border-radius:6px;background:#14532d;color:#fff;font-size:13px;font-weight:800;line-height:1;letter-spacing:.01em;box-shadow:0 7px 18px rgba(0,0,0,.16);}.imob-dna-card__favorite{position:absolute;top:18px;right:18px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:#fff;color:#111827;box-shadow:0 4px 14px rgba(0,0,0,.18);}.imob-dna-card__favorite svg{width:25px;height:25px;}.imob-dna-card__gallery{position:absolute;left:18px;bottom:18px;z-index:3;display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:8px 12px;border:1px solid rgba(255,255,255,.22);border-radius:6px;background:rgba(0,0,0,.65);color:#fff;font-size:13px;font-weight:700;line-height:1;backdrop-filter:blur(6px);}.imob-dna-card__gallery svg{width:18px;height:18px;}.imob-dna-card__content,.catalog-card .imob-dna-card__content,.catalog-card--property .imob-dna-card__content,.catalog-card--development .imob-dna-card__content{display:flex;flex:1;flex-direction:column;padding:24px 24px 24px !important;background:#fff;min-width:0;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{margin:0 0 12px !important;color:#111827 !important;font-size:26px !important;font-weight:900 !important;line-height:1.15 !important;letter-spacing:-0.035em;}.imob-dna-card__title a,.catalog-card .imob-dna-card__title a{color:#111827 !important;font-weight:900 !important;}.imob-dna-card__location{display:flex;align-items:center;gap:8px;margin:0 0 18px;color:#374151;font-size:15px;font-weight:400;line-height:1.35;}.imob-dna-card__location svg{flex:0 0 18px;width:18px;height:18px;color:#111827;}.imob-dna-card__divider{width:100%;height:1px;margin:0 0 18px;background:#e5e7eb;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{display:flex !important;flex-wrap:wrap;align-items:center !important;gap:0 !important;margin:0 !important;color:#334155;font-size:13px;font-weight:650;line-height:1.35;}.imob-dna-card__metric-text-item{display:inline-flex;align-items:center;white-space:nowrap;}.imob-dna-card__metric-text-item:not(:last-child)::after{content:"|";margin:0 8px;color:#94a3b8;font-weight:500;}.imob-dna-card__metric,.imob-dna-card__metric-icon,.imob-dna-card__metric-text{display:contents;}.imob-dna-card__chips{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 0;}.imob-dna-card__chips span{display:inline-flex;align-items:center;min-height:34px;padding:9px 12px;border-radius:6px;background:#edf4ee;color:#163b24;font-size:14px;font-weight:600;line-height:1;}.imob-dna-card__divider--price{margin:20px 0 0;}.imob-dna-card__price-area{padding-top:20px;}.imob-dna-card__price-prefix{margin:0 0 4px;color:#4b5563;font-size:15px;font-weight:400;line-height:1.2;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{color:#111827 !important;font-size:30px !important;font-weight:950 !important;line-height:1.1 !important;letter-spacing:-0.045em;}.imob-dna-card__fees{margin-top:5px;color:#4b5563;font-size:13px;font-weight:400;line-height:1.35;}.imob-dna-card__actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;height:54px;min-height:54px;border-radius:7px;font-size:16px;font-weight:900;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease;}.imob-dna-card__button svg{width:21px;height:21px;}.imob-dna-card__button--whatsapp{border:1px solid #cfd8d1;background:#fff;color:#14532d !important;}.imob-dna-card__button--primary{border:1px solid #14532d;background:#14532d;color:#fff !important;box-shadow:0 10px 20px rgba(20,83,45,.16);}.imob-dna-card__button:hover,.imob-dna-card__button:focus-visible{transform:translateY(-1px);}.imob-dna-card__button--primary:hover,.imob-dna-card__button--primary:focus-visible{background:#0f3f23;border-color:#0f3f23;color:#fff !important;}.imob-dna-card__button--whatsapp:hover,.imob-dna-card__button--whatsapp:focus-visible{background:#f6faf7;border-color:#9db6a4;color:#14532d !important;}.imob-dna-card .catalog-card__body,.imob-dna-card .catalog-card__metrics,.imob-dna-card .catalog-card__footer,.imob-dna-card .catalog-card__excerpt,.imob-dna-card .catalog-card__microcopy,.imob-dna-card .catalog-card__meta,.imob-dna-card .catalog-card__topline,.imob-dna-card .catalog-card__code{display:none !important;}@media (max-width:640px){.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{max-width:none;border-radius:14px !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:260px !important;min-height:260px !important;}.imob-dna-card__content,.catalog-card .imob-dna-card__content,.catalog-card--property .imob-dna-card__content,.catalog-card--development .imob-dna-card__content{padding:20px !important;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{font-size:24px !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{grid-template-columns:repeat(4,minmax(0,1fr));}.imob-dna-card__metric{flex-direction:column;align-items:center;gap:6px;padding:0 6px;text-align:center;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{width:22px;height:22px;}.imob-dna-card__metric-text strong{font-size:14px;}.imob-dna-card__metric-text small{font-size:11.5px;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:28px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{font-size:15px;}}@media (max-width:420px){.imob-dna-card__actions{grid-template-columns:1fr 1fr;gap:10px;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{height:52px;min-height:52px;padding:0 10px;font-size:14px;}}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{max-width:420px !important;border-radius:12px !important;box-shadow:0 8px 22px rgba(15,23,42,0.10) !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:168px !important;min-height:168px !important;}.imob-dna-card__badge{top:12px !important;left:12px !important;min-height:28px !important;padding:7px 10px !important;border-radius:6px !important;font-size:10.5px !important;font-weight:800 !important;letter-spacing:.02em !important;}.imob-dna-card__favorite{top:12px !important;right:12px !important;width:34px !important;height:34px !important;}.imob-dna-card__favorite svg{width:18px !important;height:18px !important;}.imob-dna-card__gallery{left:12px !important;bottom:12px !important;min-height:27px !important;gap:5px !important;padding:6px 8px !important;font-size:10.5px !important;border-radius:6px !important;}.imob-dna-card__gallery svg{width:14px !important;height:14px !important;}.imob-dna-card__content,.catalog-card .imob-dna-card__content,.catalog-card--property .imob-dna-card__content,.catalog-card--development .imob-dna-card__content{padding:14px 16px 16px !important;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{margin:0 0 7px !important;font-size:18px !important;line-height:1.12 !important;letter-spacing:-0.025em !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}.imob-dna-card__location{gap:5px !important;margin:0 0 10px !important;font-size:12px !important;line-height:1.25 !important;color:#5b6472 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}.imob-dna-card__location svg{flex-basis:14px !important;width:14px !important;height:14px !important;}.imob-dna-card__divider{margin:0 0 10px !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{align-items:center !important;font-size:12.5px !important;}.imob-dna-card__metric-text-item:not(:last-child)::after{margin:0 7px !important;}.imob-dna-card__chips{gap:6px !important;margin:11px 0 0 !important;min-height:0 !important;}.imob-dna-card__chips span{min-height:24px !important;max-width:100% !important;padding:5px 8px !important;border-radius:6px !important;font-size:10.5px !important;font-weight:650 !important;line-height:1 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}.imob-dna-card__divider--price{margin:12px 0 0 !important;}.imob-dna-card__price-area{padding-top:12px !important;}.imob-dna-card__price-prefix{margin-bottom:2px !important;font-size:11px !important;line-height:1.1 !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:22px !important;line-height:1.05 !important;letter-spacing:-0.035em !important;}.imob-dna-card__fees{margin-top:3px !important;font-size:10.5px !important;line-height:1.25 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;}.imob-dna-card__actions{gap:8px !important;margin-top:12px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{height:40px !important;min-height:40px !important;border-radius:7px !important;gap:6px !important;padding:0 10px !important;font-size:12.5px !important;font-weight:850 !important;}.imob-dna-card__button svg{width:16px !important;height:16px !important;}@media (max-width:640px){.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{max-width:none !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:158px !important;min-height:158px !important;}.imob-dna-card__content,.catalog-card .imob-dna-card__content,.catalog-card--property .imob-dna-card__content,.catalog-card--development .imob-dna-card__content{padding:13px 14px 14px !important;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{font-size:17px !important;}.imob-dna-card__metric{flex-direction:row !important;align-items:flex-start !important;gap:4px !important;padding:0 4px !important;text-align:left !important;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{width:15px !important;height:15px !important;}.imob-dna-card__metric-text strong{font-size:11.5px !important;}.imob-dna-card__metric-text small{font-size:8.8px !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:21px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{height:38px !important;min-height:38px !important;font-size:12px !important;}}@media (max-width:420px){.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:150px !important;min-height:150px !important;}.imob-dna-card__actions{grid-template-columns:1fr 1fr !important;gap:7px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{height:36px !important;min-height:36px !important;padding:0 8px !important;font-size:11.5px !important;}}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:85% !important;max-width:357px !important;justify-self:center !important;margin-inline:auto !important;border-radius:10px !important;box-shadow:0 5px 14px rgba(15,23,42,0.08) !important;}.imob-dna-card,.imob-dna-card *{font-weight:400 !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:118px !important;min-height:118px !important;}.imob-dna-card__badge{top:8px !important;left:8px !important;min-height:20px !important;padding:4px 7px !important;border-radius:5px !important;font-size:8px !important;line-height:1 !important;font-weight:500 !important;letter-spacing:.01em !important;box-shadow:0 4px 10px rgba(0,0,0,.10) !important;}.imob-dna-card__favorite{top:8px !important;right:8px !important;width:24px !important;height:24px !important;box-shadow:0 3px 8px rgba(0,0,0,.12) !important;}.imob-dna-card__favorite svg{width:13px !important;height:13px !important;}.imob-dna-card__gallery{left:8px !important;bottom:8px !important;min-height:19px !important;gap:3px !important;padding:4px 6px !important;border-radius:5px !important;font-size:8px !important;line-height:1 !important;font-weight:400 !important;}.imob-dna-card__gallery svg{width:10px !important;height:10px !important;}.imob-dna-card__content,.catalog-card .imob-dna-card__content,.catalog-card--property .imob-dna-card__content,.catalog-card--development .imob-dna-card__content{padding:10px 11px 11px !important;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{margin:0 0 5px !important;font-size:13px !important;line-height:1.12 !important;letter-spacing:-0.01em !important;font-weight:500 !important;-webkit-line-clamp:2 !important;}.imob-dna-card__title a,.catalog-card .imob-dna-card__title a{font-weight:500 !important;}.imob-dna-card__location{gap:4px !important;margin:0 0 7px !important;font-size:8.5px !important;line-height:1.2 !important;}.imob-dna-card__location svg{flex-basis:10px !important;width:10px !important;height:10px !important;}.imob-dna-card__divider{margin:0 0 7px !important;}.imob-dna-card__metric{gap:3px !important;padding:0 4px !important;}.imob-dna-card__metric:not(:last-child)::after{top:2px !important;height:19px !important;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{flex-basis:12px !important;width:12px !important;height:12px !important;}.imob-dna-card__metric-text strong{font-size:8.8px !important;line-height:1.05 !important;letter-spacing:0 !important;font-weight:500 !important;}.imob-dna-card__metric-text small{margin-top:1px !important;font-size:7px !important;line-height:1.05 !important;}.imob-dna-card__chips{gap:4px !important;margin:8px 0 0 !important;}.imob-dna-card__chips span{min-height:17px !important;max-width:48% !important;padding:3px 6px !important;border-radius:5px !important;font-size:7.5px !important;line-height:1 !important;font-weight:400 !important;}.imob-dna-card__divider--price{margin:8px 0 0 !important;}.imob-dna-card__price-area{padding-top:8px !important;}.imob-dna-card__price-prefix{margin-bottom:1px !important;font-size:8px !important;line-height:1.05 !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:15.5px !important;line-height:1.05 !important;letter-spacing:-0.01em !important;font-weight:500 !important;}.imob-dna-card__fees{margin-top:2px !important;font-size:7.5px !important;line-height:1.15 !important;}.imob-dna-card__actions{gap:6px !important;margin-top:8px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{height:28px !important;min-height:28px !important;border-radius:6px !important;gap:4px !important;padding:0 7px !important;font-size:9px !important;line-height:1 !important;font-weight:500 !important;}.imob-dna-card__button svg{width:11px !important;height:11px !important;}@media (max-width:640px){.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:85% !important;max-width:357px !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:111px !important;min-height:111px !important;}.imob-dna-card__content,.catalog-card .imob-dna-card__content,.catalog-card--property .imob-dna-card__content,.catalog-card--development .imob-dna-card__content{padding:9px 10px 10px !important;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{font-size:12.5px !important;}.imob-dna-card__location{font-size:8px !important;}.imob-dna-card__metric{gap:3px !important;padding:0 3px !important;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{width:11px !important;height:11px !important;}.imob-dna-card__metric-text strong{font-size:8px !important;}.imob-dna-card__metric-text small{font-size:6.5px !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:14.5px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{height:27px !important;min-height:27px !important;font-size:8.5px !important;}}@media (max-width:420px){.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:85% !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:105px !important;min-height:105px !important;}.imob-dna-card__actions{gap:5px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{height:26px !important;min-height:26px !important;padding:0 6px !important;font-size:8px !important;}}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:390px !important;min-height:390px !important;}.imob-dna-card__chips{display:none !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{display:flex !important;flex-wrap:wrap;align-items:center;gap:8px 14px !important;margin:0 !important;}.imob-dna-card__metric{display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;gap:5px !important;padding:0 !important;min-width:0 !important;text-align:left !important;white-space:nowrap;}.imob-dna-card__metric:not(:last-child)::after{display:none !important;content:none !important;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{width:15px !important;height:15px !important;}.imob-dna-card__metric-icon{flex:0 0 15px !important;margin:0 !important;color:#111827 !important;}.imob-dna-card__metric-text{display:inline-flex !important;align-items:baseline;gap:3px !important;min-width:0 !important;}.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small{display:inline !important;font-weight:400 !important;line-height:1.1 !important;white-space:nowrap;}.imob-dna-card__metric-text strong{font-size:12px !important;color:#111827 !important;}.imob-dna-card__metric-text small{font-size:12px !important;color:#4b5563 !important;}@media (max-width:640px){.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:338px !important;min-height:338px !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{display:flex !important;flex-wrap:wrap;gap:7px 12px !important;}.imob-dna-card__metric{flex-direction:row !important;align-items:center !important;text-align:left !important;gap:5px !important;padding:0 !important;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{width:14px !important;height:14px !important;}.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small{font-size:11.5px !important;}}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{max-width:598px !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:240px !important;min-height:240px !important;}.imob-dna-card__divider,.imob-dna-card__divider--price{display:none !important;height:0 !important;margin:0 !important;background:transparent !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{margin:8px 0 0 !important;padding:0 !important;gap:8px 10px !important;}.imob-dna-card__metric{justify-content:flex-start !important;align-items:center !important;gap:5px !important;padding:0 !important;text-align:left !important;}.imob-dna-card__metric:not(:last-child)::after{display:none !important;content:none !important;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{width:15px !important;height:15px !important;flex-basis:15px !important;}.imob-dna-card__metric-text{display:inline-flex !important;align-items:baseline !important;gap:3px !important;min-width:0 !important;}.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small{display:inline !important;font-weight:400 !important;line-height:1.1 !important;white-space:nowrap !important;}.imob-dna-card__metric-text strong{font-size:11px !important;}.imob-dna-card__metric-text small{font-size:10px !important;}.imob-dna-card__price-area{padding-top:10px !important;}@media (max-width:640px){.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:208px !important;min-height:208px !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}.imob-dna-card__metric{flex-direction:row !important;align-items:center !important;justify-content:flex-start !important;text-align:left !important;}}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:94% !important;max-width:658px !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:223px !important;min-height:223px !important;}.imob-dna-card__badge{font-size:11.8px !important;}.imob-dna-card__gallery{font-size:11.8px !important;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{font-size:20.2px !important;}.imob-dna-card__location{font-size:13.4px !important;}.imob-dna-card__metric-icon,.imob-dna-card__metric-icon svg{display:none !important;width:0 !important;height:0 !important;flex:0 0 0 !important;margin:0 !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{gap:0 !important;margin:9px 0 0 !important;}.imob-dna-card__metric{gap:0 !important;padding:0 9px !important;border-left:1px solid rgba(17,24,39,0.12) !important;}.imob-dna-card__metric:first-child{border-left:0 !important;padding-left:0 !important;}.imob-dna-card__metric:last-child{padding-right:0 !important;}.imob-dna-card__metric:not(:last-child)::after{display:none !important;content:none !important;}.imob-dna-card__metric-text{gap:3px !important;}.imob-dna-card__metric-text strong{font-size:12.3px !important;}.imob-dna-card__metric-text small{font-size:11.2px !important;}.imob-dna-card__price-prefix{font-size:12.3px !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:24.6px !important;}.imob-dna-card__fees{font-size:11.8px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{font-size:14px !important;}@media (max-width:640px){.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:100% !important;max-width:none !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:193px !important;min-height:193px !important;}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{font-size:19px !important;}.imob-dna-card__location{font-size:12.9px !important;}.imob-dna-card__metric{padding:0 8px !important;border-left:1px solid rgba(17,24,39,0.12) !important;}.imob-dna-card__metric:first-child{border-left:0 !important;padding-left:0 !important;}.imob-dna-card__metric-text strong{font-size:12.9px !important;}.imob-dna-card__metric-text small{font-size:12.9px !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:23.5px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button{font-size:13.4px !important;}}.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{font-size:18.8px !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:22.9px !important;}.imob-dna-card__metrics,.catalog-card .imob-dna-card__metrics,.catalog-card--property .imob-dna-card__metrics,.catalog-card--development .imob-dna-card__metrics{gap:6px !important;}.imob-dna-card__metric,.catalog-card .imob-dna-card__metric,.catalog-card--property .imob-dna-card__metric,.catalog-card--development .imob-dna-card__metric{background:#f4f7f5 !important;border:0 !important;border-left:0 !important;border-radius:8px !important;padding:5px 8px !important;min-height:28px !important;}.imob-dna-card__metric:first-child,.imob-dna-card__metric:last-child{border-left:0 !important;padding-left:8px !important;padding-right:8px !important;}.imob-dna-card__metric::before,.imob-dna-card__metric::after,.imob-dna-card__metric:not(:last-child)::after{display:none !important;content:none !important;border:0 !important;}.imob-dna-card__price-row{display:flex !important;align-items:baseline !important;gap:8px !important;flex-wrap:wrap !important;}.imob-dna-card__price-suffix{display:inline-flex !important;align-items:center !important;color:#4b5563 !important;font-size:12.6px !important;font-weight:400 !important;line-height:1 !important;white-space:nowrap !important;}@media (max-width:640px){.imob-dna-card__title,.catalog-card .imob-dna-card__title,.catalog-card--property .imob-dna-card__title,.catalog-card--development .imob-dna-card__title{font-size:17.7px !important;}.imob-dna-card__price,.catalog-card .imob-dna-card__price{font-size:21.9px !important;}.imob-dna-card__metric,.catalog-card .imob-dna-card__metric,.catalog-card--property .imob-dna-card__metric,.catalog-card--development .imob-dna-card__metric{border:0 !important;border-left:0 !important;border-radius:8px !important;padding:5px 8px !important;}.imob-dna-card__price-suffix{font-size:12px !important;}}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:100% !important;max-width:698px !important;}@media (max-width:640px){.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{width:100% !important;max-width:none !important;}}.imob-dna-card__price-area,.catalog-card .imob-dna-card__price-area,.catalog-card--property .imob-dna-card__price-area,.catalog-card--development .imob-dna-card__price-area{margin-bottom:5px !important;}.imob-dna-card__price-row,.catalog-card .imob-dna-card__price-row,.imob-dna-card__fees,.catalog-card .imob-dna-card__fees{margin-bottom:5px !important;}.imob-dna-card__actions,.catalog-card .imob-dna-card__actions,.catalog-card--property .imob-dna-card__actions,.catalog-card--development .imob-dna-card__actions{min-height:30px !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button,.catalog-card--property .imob-dna-card__button,.catalog-card--development .imob-dna-card__button{height:30px !important;min-height:30px !important;}@media (min-width:641px) and (max-width:1024px){.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:330px !important;min-height:330px !important;}}@media (max-width:640px){.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:286px !important;min-height:286px !important;}}.imob-dna-card .imob-dna-card__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto !important;align-items:stretch !important;}.imob-dna-card .imob-dna-card__favorite{position:relative !important;inset:auto !important;width:auto !important;min-width:46px !important;height:auto !important;min-height:100% !important;padding:0 10px !important;border:1px solid rgba(20,83,45,0.18) !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:5px !important;background:#f7faf8 !important;color:rgba(20,83,45,0.42) !important;box-shadow:none !important;cursor:pointer !important;transform:translateZ(0) !important;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease !important;-webkit-tap-highlight-color:transparent;}.imob-dna-card .imob-dna-card__favorite:hover,.imob-dna-card .imob-dna-card__favorite:focus-visible{color:rgba(20,83,45,0.72) !important;background:#eef7f1 !important;border-color:rgba(20,83,45,0.28) !important;transform:translateY(-1px) !important;outline:none !important;}.imob-dna-card .imob-dna-card__favorite.is-active,.imob-dna-card .imob-dna-card__favorite[aria-pressed="true"]{border-radius:999px !important;color:#e11d48 !important;background:#fff1f2 !important;border-color:rgba(225,29,72,0.22) !important;box-shadow:0 8px 18px rgba(225,29,72,0.12) !important;}.imob-dna-card .imob-dna-card__favorite-icon{width:16px !important;height:16px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;}.imob-dna-card .imob-dna-card__favorite svg{width:16px !important;height:16px !important;display:block !important;stroke-width:2 !important;overflow:visible !important;}.imob-dna-card .imob-dna-card__favorite.is-active svg path,.imob-dna-card .imob-dna-card__favorite[aria-pressed="true"] svg path{fill:currentColor !important;stroke:currentColor !important;}.imob-dna-card .imob-dna-card__favorite-count{font-size:10px !important;line-height:1 !important;color:currentColor !important;min-width:1ch !important;}.imob-dna-card .imob-dna-card__favorite.is-burst .imob-dna-card__favorite-icon{animation:imobFavoriteHeartBurst .58s cubic-bezier(.18,.89,.32,1.28);}.imob-dna-card .imob-dna-card__favorite.is-burst::before,.imob-dna-card .imob-dna-card__favorite.is-burst::after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:999px;pointer-events:none;background:currentColor;box-shadow:0 -18px 0 currentColor,13px -12px 0 currentColor,18px 0 0 currentColor,10px 14px 0 currentColor,-10px 14px 0 currentColor,-18px 0 0 currentColor,-13px -12px 0 currentColor;opacity:0;transform:translate(-50%,-50%) scale(.35);animation:imobFavoriteParticles .62s ease-out;}.imob-dna-card .imob-dna-card__favorite.is-burst::after{transform:translate(-50%,-50%) rotate(25deg) scale(.28);animation-delay:.05s;}@keyframes imobFavoriteHeartBurst{0%{transform:scale(.68);}42%{transform:scale(1.44);}68%{transform:scale(.92);}100%{transform:scale(1);}}@keyframes imobFavoriteParticles{0%{opacity:.9;transform:translate(-50%,-50%) scale(.25);}72%{opacity:.75;transform:translate(-50%,-50%) scale(1.05);}100%{opacity:0;transform:translate(-50%,-50%) scale(1.42);}}@media (max-width:520px){.imob-dna-card .imob-dna-card__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px !important;gap:7px !important;}.imob-dna-card .imob-dna-card__favorite{min-width:44px !important;padding-inline:8px !important;}.imob-dna-card .imob-dna-card__favorite-count{font-size:9px !important;}}.imob-dna-card .imob-dna-card__favorite{overflow:visible !important;min-width:38px !important;width:38px !important;padding:0 !important;gap:0 !important;color:#e11d48 !important;background:#fff7f8 !important;border-color:rgba(225,29,72,0.20) !important;border-radius:999px !important;}.imob-dna-card .imob-dna-card__favorite:hover,.imob-dna-card .imob-dna-card__favorite:focus-visible,.imob-dna-card .imob-dna-card__favorite.is-active,.imob-dna-card .imob-dna-card__favorite[aria-pressed="true"]{color:#e11d48 !important;background:#fff1f2 !important;border-color:rgba(225,29,72,0.28) !important;border-radius:999px !important;}.imob-dna-card .imob-dna-card__favorite svg,.imob-dna-card .imob-dna-card__favorite svg path,.imob-dna-card .imob-dna-card__favorite.is-active svg path,.imob-dna-card .imob-dna-card__favorite[aria-pressed="true"] svg path{fill:#e11d48 !important;stroke:#e11d48 !important;}.imob-dna-card .imob-dna-card__favorite-count{position:absolute !important;right:-3px !important;top:2px !important;transform:translate(70%,-35%) !important;font-size:10px !important;line-height:1 !important;color:#e11d48 !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;margin:0 !important;min-width:auto !important;pointer-events:none !important;}.imob-dna-card .imob-dna-card__favorite.is-crack .imob-dna-card__favorite-icon{animation:imobFavoriteHeartCrack .54s cubic-bezier(.22,.61,.36,1);}.imob-dna-card .imob-dna-card__favorite.is-crack::before{content:"";position:absolute;left:50%;top:50%;width:2px;height:21px;border-radius:999px;background:#ffffff;box-shadow:0 0 0 1px rgba(225,29,72,.12);transform:translate(-50%,-50%) rotate(18deg) scaleY(.2);opacity:0;pointer-events:none;animation:imobFavoriteCrackLine .54s ease-out;}@keyframes imobFavoriteHeartCrack{0%{transform:scale(1) rotate(0deg);filter:none;}26%{transform:scale(1.12) rotate(-7deg);}48%{transform:scale(.92) rotate(7deg);filter:saturate(.65);}72%{transform:scale(1.04) rotate(-3deg);}100%{transform:scale(1) rotate(0deg);filter:none;}}@keyframes imobFavoriteCrackLine{0%{opacity:0;transform:translate(-50%,-50%) rotate(18deg) scaleY(.15);}30%{opacity:.98;transform:translate(-50%,-50%) rotate(18deg) scaleY(1);}78%{opacity:.72;transform:translate(-50%,-50%) rotate(18deg) scaleY(.95);}100%{opacity:0;transform:translate(-50%,-50%) rotate(18deg) scaleY(.25);}}@media (max-width:520px){.imob-dna-card .imob-dna-card__favorite{width:38px !important;min-width:38px !important;padding:0 !important;}.imob-dna-card .imob-dna-card__favorite-count{right:-3px !important;top:2px !important;transform:translate(70%,-35%) !important;font-size:9px !important;}}.imob-dna-card .imob-dna-card__favorite:not(.is-active):not([aria-pressed="true"]) svg,.imob-dna-card .imob-dna-card__favorite:not(.is-active):not([aria-pressed="true"]) svg path{fill:transparent !important;stroke:#e11d48 !important;}.imob-dna-card .imob-dna-card__favorite.is-active svg,.imob-dna-card .imob-dna-card__favorite[aria-pressed="true"] svg,.imob-dna-card .imob-dna-card__favorite.is-active svg path,.imob-dna-card .imob-dna-card__favorite[aria-pressed="true"] svg path{fill:#e11d48 !important;stroke:#e11d48 !important;}.imob-dna-card .imob-dna-card__favorite-count{font-size:11.5px !important;}@media (max-width:520px){.imob-dna-card .imob-dna-card__favorite-count{font-size:10.35px !important;}}.imob-dna-card__metric,.catalog-card .imob-dna-card__metric,.catalog-card--property .imob-dna-card__metric,.catalog-card--development .imob-dna-card__metric{background:#e4e9e6 !important;}.imob-dna-card__metric-text strong,.catalog-card .imob-dna-card__metric-text strong,.catalog-card--property .imob-dna-card__metric-text strong,.catalog-card--development .imob-dna-card__metric-text strong{font-size:14.1px !important;}.imob-dna-card__metric-text small,.catalog-card .imob-dna-card__metric-text small,.catalog-card--property .imob-dna-card__metric-text small,.catalog-card--development .imob-dna-card__metric-text small{font-size:12.9px !important;}@media (max-width:640px){.imob-dna-card__metric-text strong,.catalog-card .imob-dna-card__metric-text strong,.catalog-card--property .imob-dna-card__metric-text strong,.catalog-card--development .imob-dna-card__metric-text strong,.imob-dna-card__metric-text small,.catalog-card .imob-dna-card__metric-text small,.catalog-card--property .imob-dna-card__metric-text small,.catalog-card--development .imob-dna-card__metric-text small{font-size:14.8px !important;}}.imob-dna-card .imob-dna-card__price-row,.catalog-card .imob-dna-card__price-row,.catalog-card--property .imob-dna-card__price-row,.catalog-card--development .imob-dna-card__price-row{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;flex-wrap:nowrap !important;width:100% !important;}.imob-dna-card__price-stack,.catalog-card .imob-dna-card__price-stack{min-width:0 !important;display:grid !important;gap:2px !important;}.catalog-card--development .imob-dna-card__price-stack{display:flex !important;align-items:baseline !important;gap:8px !important;flex-wrap:wrap !important;}.imob-dna-card .imob-dna-card__price-row .imob-dna-card__favorite,.catalog-card .imob-dna-card__price-row .imob-dna-card__favorite{margin-left:auto !important;flex:0 0 auto !important;}.imob-dna-card .imob-dna-card__actions,.catalog-card .imob-dna-card__actions,.catalog-card--property .imob-dna-card__actions,.catalog-card--development .imob-dna-card__actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;align-items:stretch !important;}.single-public-price-row{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:16px !important;margin-top:22px !important;}.single-public-price-row .single-public-price{margin-top:0 !important;}.single-public-favorite.imob-dna-card__favorite{position:relative !important;inset:auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;width:42px !important;min-width:42px !important;height:42px !important;min-height:42px !important;padding:0 !important;border:1px solid rgba(225,29,72,0.22) !important;border-radius:999px !important;background:#fff7f8 !important;color:#e11d48 !important;box-shadow:none !important;cursor:pointer !important;overflow:visible !important;transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease !important;}.single-public-favorite.imob-dna-card__favorite:hover,.single-public-favorite.imob-dna-card__favorite:focus-visible,.single-public-favorite.imob-dna-card__favorite.is-active,.single-public-favorite.imob-dna-card__favorite[aria-pressed="true"]{background:#fff1f2 !important;border-color:rgba(225,29,72,0.32) !important;transform:translateY(-1px) !important;outline:none !important;}.single-public-favorite .imob-dna-card__favorite-icon,.single-public-favorite .imob-dna-card__favorite-icon svg{width:18px !important;height:18px !important;}.single-public-favorite .imob-dna-card__favorite-count{position:absolute !important;right:-3px !important;top:2px !important;transform:translate(70%,-35%) !important;font-size:11.5px !important;color:#e11d48 !important;background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;pointer-events:none !important;}@media (max-width:640px){.single-public-price-row{gap:12px !important;margin-top:16px !important;}.single-public-favorite.imob-dna-card__favorite{width:38px !important;min-width:38px !important;height:38px !important;min-height:38px !important;}.single-public-favorite .imob-dna-card__favorite-count{font-size:10.35px !important;}}.imob-dna-card .imob-dna-card__price-row .imob-dna-card__favorite,.catalog-card .imob-dna-card__price-row .imob-dna-card__favorite,.single-public-favorite.imob-dna-card__favorite{width:38px !important;min-width:38px !important;max-width:38px !important;height:38px !important;min-height:38px !important;max-height:38px !important;aspect-ratio:1 / 1 !important;padding:0 !important;border-radius:50% !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;line-height:1 !important;overflow:visible !important;flex:0 0 38px !important;}.imob-dna-card .imob-dna-card__favorite-icon,.single-public-favorite .imob-dna-card__favorite-icon{width:17px !important;height:17px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;}.imob-dna-card .imob-dna-card__favorite svg,.single-public-favorite .imob-dna-card__favorite-icon svg{width:17px !important;height:17px !important;}.imob-dna-card .imob-dna-card__favorite-count,.single-public-favorite .imob-dna-card__favorite-count{right:-1px !important;top:-1px !important;transform:translate(72%,-42%) !important;}.imob-dna-card__button,.catalog-card .imob-dna-card__button,.catalog-card--property .imob-dna-card__button,.catalog-card--development .imob-dna-card__button{height:34px !important;min-height:34px !important;}.imob-dna-card__actions,.catalog-card .imob-dna-card__actions,.catalog-card--property .imob-dna-card__actions,.catalog-card--development .imob-dna-card__actions{min-height:34px !important;}.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:239px !important;min-height:239px !important;}@media (min-width:641px) and (max-width:1024px){.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:353px !important;min-height:353px !important;}}@media (max-width:640px){.imob-dna-card__media,.catalog-card .imob-dna-card__media,.catalog-card--property .imob-dna-card__media,.catalog-card--development .imob-dna-card__media{height:306px !important;min-height:306px !important;}.imob-dna-card .imob-dna-card__price-row .imob-dna-card__favorite,.catalog-card .imob-dna-card__price-row .imob-dna-card__favorite,.single-public-favorite.imob-dna-card__favorite{width:36px !important;min-width:36px !important;max-width:36px !important;height:36px !important;min-height:36px !important;max-height:36px !important;flex-basis:36px !important;}}.imob-favorites-menu-item.is-hidden,.imob-favorites-menu-item[hidden]{display:none !important;}.site-nav__menu .imob-favorites-menu-link{display:inline-flex;align-items:center;gap:6px;color:#14532d;font-weight:600;white-space:nowrap;}.mobile-nav-panel__menu .imob-favorites-menu-item{order:98;}.mobile-nav-panel__menu li.is-team-link{order:99;}.mobile-nav-panel__menu .imob-favorites-menu-link{border-color:rgba(225,29,72,0.2);color:#be123c;background:rgba(255,241,242,0.9);}.imob-favorites-page__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px;}.imob-favorites-page__header h1{margin:0 0 8px;}.imob-favorites-page__header p:last-child{margin-bottom:0;}.imob-favorites-page__count{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border-radius:999px;color:#14532d;background:rgba(20,83,45,0.08);font-size:0.9rem;}.imob-favorites-page__client-empty[hidden]{display:none !important;}@media (max-width:720px){.imob-favorites-page__header{align-items:flex-start;flex-direction:column;}}.imob-dna-card.is-favorite-lift{animation:imobFavoriteCardLift 560ms cubic-bezier(.22,1,.36,1);will-change:transform;}@keyframes imobFavoriteCardLift{0%{transform:translateY(0) scale(1);}35%{transform:translateY(-10px) scale(1.012);}100%{transform:translateY(0) scale(1);}}.imob-dna-card.is-favorites-removing{animation:imobFavoriteCardExit 340ms cubic-bezier(.4,0,.2,1) forwards;pointer-events:none;overflow:hidden;}@keyframes imobFavoriteCardExit{0%{opacity:1;transform:translateY(0) scale(1);max-height:700px;margin-top:var(--imob-card-exit-margin-top,0);margin-bottom:var(--imob-card-exit-margin-bottom,0);}100%{opacity:0;transform:translateY(-14px) scale(.96);max-height:0;margin-top:0;margin-bottom:0;}}.site-nav__menu .imob-favorites-menu-item,.mobile-nav-panel__menu .imob-favorites-menu-item{display:list-item !important;}.mobile-nav-panel__menu li.is-favorites-link{order:98;margin-top:8px;padding-top:0;}.mobile-nav-panel__menu li.is-team-link{order:99;}.mobile-nav-panel__menu li.is-favorites-link a.imob-favorites-menu-link{justify-content:center;min-height:50px;padding-top:10px;padding-bottom:10px;color:#be123c;background:rgba(255,241,242,.96);border-color:rgba(225,29,72,.18);}.mobile-nav-panel__menu li.is-favorites-link .mobile-nav-panel__menu-icon{display:none !important;}.mobile-nav-panel__menu li.is-favorites-link .mobile-nav-panel__menu-label{flex:0 1 auto;text-align:center;}.mobile-nav-panel__menu li.is-favorites-link{order:98 !important;margin-top:auto !important;margin-bottom:8px !important;padding-top:0 !important;}.mobile-nav-panel__menu li.is-team-link{order:99 !important;margin-top:0 !important;padding-top:0 !important;}.mobile-nav-panel__menu li.is-favorites-link a.imob-favorites-menu-link{justify-content:flex-start !important;gap:14px !important;min-height:54px;padding:10px 16px;text-align:left;}.mobile-nav-panel__menu li.is-favorites-link .mobile-nav-panel__menu-icon{display:inline-flex !important;align-items:center;justify-content:center;color:#e11d48;background:rgba(255,228,230,0.95);border:1px solid rgba(225,29,72,0.16);box-shadow:none;}.mobile-nav-panel__menu li.is-favorites-link .mobile-nav-panel__heart-icon{display:inline-flex;align-items:center;justify-content:center;font-size:21px;line-height:1;color:#e11d48;}.mobile-nav-panel__menu li.is-favorites-link .mobile-nav-panel__menu-label{flex:1 1 auto !important;text-align:left !important;}.imob-favorite-menu-burst{position:fixed;z-index:999999;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#e11d48;font-size:22px;line-height:1;pointer-events:none;transform:translate(-50%,-50%) scale(.35);filter:drop-shadow(0 10px 16px rgba(225,29,72,.32));animation:imobFavoriteMenuHeartPop 920ms cubic-bezier(.18,.89,.32,1.28) forwards;}.imob-favorite-menu-burst::before,.imob-favorite-menu-burst::after{content:"";position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:999px;background:currentColor;box-shadow:0 -25px 0 currentColor,18px -18px 0 currentColor,27px 0 0 currentColor,16px 20px 0 currentColor,-16px 20px 0 currentColor,-27px 0 0 currentColor,-18px -18px 0 currentColor;opacity:0;transform:translate(-50%,-50%) scale(.2);animation:imobFavoriteMenuHeartParticles 720ms ease-out 160ms forwards;}.imob-favorite-menu-burst::after{transform:translate(-50%,-50%) rotate(28deg) scale(.16);animation-delay:210ms;}@keyframes imobFavoriteMenuHeartPop{0%{opacity:0;transform:translate(-50%,18px) scale(.35);}18%{opacity:1;transform:translate(-50%,-8px) scale(1.55);}42%{opacity:1;transform:translate(-50%,-22px) scale(1.08);}66%{opacity:.96;transform:translate(-50%,-30px) scale(1.22);}100%{opacity:0;transform:translate(-50%,-46px) scale(.82);}}@keyframes imobFavoriteMenuHeartParticles{0%{opacity:.95;transform:translate(-50%,-50%) scale(.22);}70%{opacity:.75;transform:translate(-50%,-50%) scale(1.04);}100%{opacity:0;transform:translate(-50%,-50%) scale(1.55);}}@media (min-width:769px){.imob-favorite-menu-burst{display:none !important;}}.single-public-favorite.imob-dna-card__favorite.is-active svg,.single-public-favorite.imob-dna-card__favorite[aria-pressed="true"] svg,.single-public-favorite.imob-dna-card__favorite.is-active svg path,.single-public-favorite.imob-dna-card__favorite[aria-pressed="true"] svg path{fill:#e11d48 !important;stroke:#e11d48 !important;color:#e11d48 !important;}.single-public-favorite.imob-dna-card__favorite:not(.is-active):not([aria-pressed="true"]) svg,.single-public-favorite.imob-dna-card__favorite:not(.is-active):not([aria-pressed="true"]) svg path{fill:transparent !important;stroke:#e11d48 !important;color:#e11d48 !important;}.single-public-favorite.imob-dna-card__favorite.is-burst .imob-dna-card__favorite-icon{animation:imobFavoriteHeartBurst .58s cubic-bezier(.18,.89,.32,1.28) !important;}.single-public-favorite.imob-dna-card__favorite.is-burst::before,.single-public-favorite.imob-dna-card__favorite.is-burst::after{content:"" !important;position:absolute !important;left:50% !important;top:50% !important;width:5px !important;height:5px !important;border-radius:999px !important;pointer-events:none !important;background:currentColor !important;box-shadow:0 -18px 0 currentColor,13px -12px 0 currentColor,18px 0 0 currentColor,10px 14px 0 currentColor,-10px 14px 0 currentColor,-18px 0 0 currentColor,-13px -12px 0 currentColor !important;opacity:0;transform:translate(-50%,-50%) scale(.35);animation:imobFavoriteParticles .62s ease-out !important;}.single-public-favorite.imob-dna-card__favorite.is-burst::after{transform:translate(-50%,-50%) rotate(25deg) scale(.28) !important;animation-delay:.05s !important;}.single-public-favorite.imob-dna-card__favorite.is-crack .imob-dna-card__favorite-icon{animation:imobFavoriteHeartCrack .54s cubic-bezier(.22,.61,.36,1) !important;}.single-public-favorite.imob-dna-card__favorite.is-crack::before{content:"" !important;position:absolute !important;left:50% !important;top:50% !important;width:2px !important;height:21px !important;border-radius:999px !important;background:#ffffff !important;box-shadow:0 0 0 1px rgba(225,29,72,.12) !important;transform:translate(-50%,-50%) rotate(18deg) scaleY(.2);opacity:0;pointer-events:none !important;animation:imobFavoriteCrackLine .54s ease-out !important;}.catalog-archive--favorites .imob-favorites-page__header{display:none !important;}.catalog-archive--favorites .empty-state--catalog,.catalog-archive--favorites .imob-favorites-page__client-empty{text-align:center;align-items:center;justify-content:center;max-width:760px;margin-inline:auto;padding:42px 24px;}.catalog-archive--favorites .empty-state--catalog>div,.catalog-archive--favorites .imob-favorites-page__client-empty>div{width:100%;}.catalog-archive--favorites .empty-state--catalog h2,.catalog-archive--favorites .imob-favorites-page__client-empty h2{margin-inline:auto;text-align:center;}.catalog-archive--favorites .empty-state--catalog p,.catalog-archive--favorites .imob-favorites-page__client-empty p{display:none !important;}.catalog-archive--favorites .empty-state__actions{justify-content:center;gap:10px;}.catalog-archive--favorites .empty-state__actions .button{transform:scale(.85);transform-origin:center;}.imob-heart-svg{display:block;width:1em;height:1em;color:currentColor;overflow:visible;}.imob-heart-svg--outline,.imob-heart-svg--break-outline{transform:scale(.85);transform-origin:center;}.imob-dna-card .imob-dna-card__favorite svg,.single-public-favorite.imob-dna-card__favorite svg{stroke:none !important;color:#e11d48 !important;}.imob-dna-card .imob-dna-card__favorite:not(.is-active):not([aria-pressed="true"]) svg,.single-public-favorite.imob-dna-card__favorite:not(.is-active):not([aria-pressed="true"]) svg{fill:#e11d48 !important;}.imob-dna-card .imob-dna-card__favorite.is-active svg,.imob-dna-card .imob-dna-card__favorite[aria-pressed="true"] svg,.single-public-favorite.imob-dna-card__favorite.is-active svg,.single-public-favorite.imob-dna-card__favorite[aria-pressed="true"] svg{fill:#e11d48 !important;}.imob-favorite-menu-burst svg,.mobile-nav-panel__heart-icon svg{width:1em;height:1em;}.imob-dna-card .imob-dna-card__favorite svg.imob-heart-svg--outline,.imob-dna-card .imob-dna-card__favorite svg.imob-heart-svg--break-outline,.single-public-favorite.imob-dna-card__favorite svg.imob-heart-svg--outline,.single-public-favorite.imob-dna-card__favorite svg.imob-heart-svg--break-outline{fill:none !important;stroke:#e11d48 !important;stroke-width:1.12 !important;stroke-linecap:round !important;stroke-linejoin:round !important;vector-effect:non-scaling-stroke;}.imob-dna-card .imob-dna-card__favorite svg.imob-heart-svg--fill,.imob-dna-card .imob-dna-card__favorite svg.imob-heart-svg--break-fill,.single-public-favorite.imob-dna-card__favorite svg.imob-heart-svg--fill,.single-public-favorite.imob-dna-card__favorite svg.imob-heart-svg--break-fill{fill:#e11d48 !important;stroke:none !important;}.single-clean{background:#f5f7fa;padding-top:18px;padding-bottom:72px;}.single-clean .container{max-width:1180px;}.single-clean__shell{display:grid;gap:18px;}.single-clean__hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start;}.single-clean__media-wrap{min-width:0;}.single-clean__toolbar{display:flex;align-items:center;gap:7px;margin:0 0 8px;min-height:34px;}.single-clean__tab{border:1px solid rgba(15,23,42,0.1);background:#fff;color:#263044;border-radius:999px;padding:7px 11px;font-size:12px;line-height:1;font-weight:500;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease;}.single-clean__tab.is-active,.single-clean__tab:hover{background:#14532d;border-color:#14532d;color:#fff;}.single-clean__favorite{margin-left:auto;flex:0 0 auto;}.single-clean__stage{position:relative;overflow:hidden;border-radius:18px;background:#e6eaf0;min-height:520px;box-shadow:0 12px 34px rgba(15,23,42,.12);border:1px solid rgba(15,23,42,.08);}.single-clean__panel{display:none;width:100%;height:520px;position:relative;}.single-clean__panel.is-active{display:block;}.single-clean__image,.single-clean__panel iframe{width:100%;height:100%;border:0;display:block;}.single-clean__image{object-fit:cover;}.single-clean__placeholder{width:100%;height:100%;min-height:320px;display:grid;place-items:center;padding:28px;color:#566176;font-size:14px;text-align:center;}.single-clean__thumbs{position:absolute;left:12px;right:12px;bottom:12px;display:flex;gap:7px;overflow-x:auto;padding:3px;}.single-clean__thumbs button{width:72px;height:50px;flex:0 0 auto;padding:0;border-radius:10px;overflow:hidden;border:2px solid rgba(255,255,255,.85);background:#fff;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.18);}.single-clean__thumbs img{width:100%;height:100%;object-fit:cover;display:block;}.single-clean__lead{position:sticky;top:92px;z-index:2;margin-top:42px;}.single-clean__lead .lead-capture,.single-clean__lead form,.single-clean__lead .panel{border-radius:18px;box-shadow:0 16px 40px rgba(15,23,42,.14);}.single-clean__content{display:grid;gap:14px;max-width:760px;}.single-clean__summary,.single-clean__block{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.07);}.single-clean__eyebrow{display:inline-flex;max-width:100%;color:#14532d;background:#e8f3ec;border-radius:999px;padding:5px 9px;font-size:11px;line-height:1;margin-bottom:9px;}.single-clean__summary h1{margin:0;font-size:clamp(22px,3.2vw,34px);line-height:1.08;letter-spacing:-.035em;color:#0f172a;font-weight:650;}.single-clean__location{margin:8px 0 0;color:#5b6678;font-size:13px;}.single-clean__price{margin-top:12px;color:#0f172a;font-size:22px;line-height:1;font-weight:650;}.single-clean__metrics{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin-top:12px;color:#273347;font-size:13px;font-weight:650;line-height:1.35;}.single-clean__metric-item{display:inline-flex;align-items:center;gap:6px;min-height:24px;white-space:nowrap;}.single-clean__metric-item:not(:last-child)::after{content:"|";margin:0 10px;color:#94a3b8;font-weight:500;}.single-clean__metric-icon{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;color:#0f766e;}.single-clean__metric-icon svg{display:block;width:17px;height:17px;}.single-clean__chips li{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;background:#edf1f4;color:#273347;padding:6px 10px;font-size:12px;line-height:1;}.single-clean__block h2{margin:0 0 8px;color:#0f172a;font-size:16px;line-height:1.15;font-weight:650;}.single-clean__block p{margin:0;color:#334155;font-size:13px;line-height:1.55;}.single-clean__chips{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none;}.single-clean__units{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;}.single-clean__units article{display:grid;gap:3px;border-radius:12px;background:#f7f9fb;padding:10px;border:1px solid rgba(15,23,42,.07);}.single-clean__units span{color:#64748b;font-size:11px;}.single-clean__units strong{color:#0f172a;font-size:13px;font-weight:650;}.single-clean__mobile-cta,.single-clean__lead-modal{display:none;}@media (max-width:1024px){.single-clean__hero{grid-template-columns:1fr;}.single-clean__lead{display:none;}.single-clean__stage,.single-clean__panel{min-height:430px;height:430px;}.single-clean__content{max-width:none;}.single-clean__mobile-cta{position:fixed;left:14px;right:14px;bottom:12px;z-index:9997;display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:999px;background:#14532d;color:#fff;font-size:14px;font-weight:650;box-shadow:0 14px 34px rgba(20,83,45,.28);}.single-clean__lead-modal:not([hidden]){position:fixed;inset:0;z-index:9998;display:block;}.single-clean__lead-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.52);}.single-clean__lead-dialog{position:absolute;left:10px;right:10px;bottom:10px;max-height:min(82vh,720px);overflow:auto;background:#fff;border-radius:20px;padding:14px;box-shadow:0 20px 60px rgba(0,0,0,.25);}.single-clean__lead-close{position:sticky;top:0;z-index:2;margin-left:auto;width:34px;height:34px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer;}}@media (max-width:640px){.single-clean{padding-top:10px;padding-bottom:78px;}.single-clean .container{padding-left:10px;padding-right:10px;}.single-clean__toolbar{gap:5px;overflow-x:auto;padding-bottom:1px;}.single-clean__tab{padding:6px 9px;font-size:11px;}.single-clean__stage,.single-clean__panel{min-height:330px;height:330px;border-radius:15px;}.single-clean__summary,.single-clean__block{padding:14px;border-radius:15px;}.single-clean__summary h1{font-size:22px;}.single-clean__price{font-size:20px;}.single-clean__thumbs button{width:58px;height:42px;}}.single-clean{overflow-x:clip;}.single-clean .container{max-width:none;width:100%;padding-left:0;padding-right:0;}.single-clean__shell{width:100%;gap:16px;}.single-clean__hero{position:relative;display:block;width:100%;min-height:560px;overflow:visible;}.single-clean__media-wrap{position:relative;width:100%;min-width:0;}.single-clean__stage{width:100%;min-height:560px;height:560px;border-radius:0;box-shadow:none;border-left:0;border-right:0;}.single-clean__panel{height:560px;}.single-clean__toolbar{position:absolute;left:max(16px,calc((100vw - 1180px) / 2));right:max(16px,calc((100vw - 1180px) / 2));bottom:16px;z-index:4;display:flex;align-items:center;gap:7px;margin:0;padding:7px;width:auto;max-width:calc(100vw - 32px);border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 10px 28px rgba(15,23,42,.16);backdrop-filter:blur(10px);}.single-clean__tab{font-size:11px;padding:8px 11px;min-height:30px;font-weight:500;}.single-clean__favorite{margin-left:4px;}.single-clean__lead{position:sticky;top:82px;z-index:5;width:min(340px,calc(100vw - 32px));margin:-510px max(18px,calc((100vw - 1180px) / 2)) 0 auto;}.single-clean__content{width:min(760px,calc(100vw - 390px));max-width:760px;margin:18px auto 0 max(18px,calc((100vw - 1180px) / 2));gap:12px;}.single-clean__summary,.single-clean__block{min-width:0;overflow-wrap:anywhere;padding:16px;}.capture-form-card--single-clean{border-radius:18px;background:rgba(255,255,255,.96);border:1px solid rgba(15,23,42,.09);box-shadow:0 16px 44px rgba(15,23,42,.16);padding:14px;}.capture-form-card--single-clean .capture-form{display:grid;gap:9px;}.capture-form-card--single-clean .capture-form label{display:grid;gap:5px;margin:0;font-size:11px;color:#64748b;}.capture-form-card--single-clean .capture-form input{width:100%;min-height:40px;border-radius:12px;border:1px solid rgba(203,213,225,.95);background:#fff;padding:0 12px;color:#0f172a;font-size:13px;outline:0;}.capture-form-card--single-clean .capture-form input:focus{border-color:rgba(20,83,45,.42);box-shadow:0 0 0 3px rgba(20,83,45,.08);}.capture-form-card--single-clean .capture-form .button{width:100%;min-height:43px;border-radius:13px;font-size:12.5px;font-weight:650;text-transform:none;}.single-clean__offer-summary{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 10px;}.single-clean__offer-summary span{min-width:0;padding:7px 8px;border-radius:11px;background:#f4f7f5;color:#0f172a;font-size:11px;line-height:1.15;text-align:center;overflow-wrap:anywhere;}.single-clean__offer-summary span:first-child{grid-column:1 / -1;background:#e8f3ec;color:#14532d;font-size:17px;font-weight:650;}.single-clean__mobile-bar{display:none;}@media (max-width:1024px){.single-clean{padding-bottom:calc(92px + env(safe-area-inset-bottom,0));}.single-clean .container{padding-left:0;padding-right:0;}.single-clean__hero{min-height:auto;}.single-clean__stage,.single-clean__panel{height:450px;min-height:450px;border-radius:0;}.single-clean__lead{display:none;}.single-clean__toolbar{left:12px;right:12px;bottom:12px;overflow-x:auto;max-width:calc(100vw - 24px);}.single-clean__toolbar .single-clean__favorite{display:none;}.single-clean__content{width:auto;max-width:none;margin:14px 12px 0;}.single-clean__mobile-cta{position:static;left:auto;right:auto;bottom:auto;z-index:auto;display:inline-flex;flex:1 1 auto;min-width:0;min-height:50px;border-radius:999px;font-size:12.5px;box-shadow:0 10px 24px rgba(20,83,45,.22);}.single-clean__mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:9997;display:flex;align-items:center;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0));background:#fff;border-top:1px solid rgba(15,23,42,.09);box-shadow:0 -12px 32px rgba(15,23,42,.12);}.single-clean__mobile-favorite{flex:0 0 auto;width:50px !important;height:50px !important;min-width:50px !important;border-radius:999px !important;background:#fff;}.single-clean__offer-summary{margin-bottom:9px;}.single-clean__lead-modal:not([hidden]){animation:singleCleanModalFade .18s ease-out both;}.single-clean__lead-dialog{animation:singleCleanModalSlide .22s cubic-bezier(.2,.9,.2,1) both;padding:12px;}}@media (max-width:640px){.single-clean__stage,.single-clean__panel{height:340px;min-height:340px;}.single-clean__summary,.single-clean__block{padding:13px;}.single-clean__summary h1{font-size:21px;letter-spacing:-.025em;}.single-clean__price{font-size:19px;}.single-clean__tab{white-space:nowrap;}.single-clean__lead-dialog{left:8px;right:8px;bottom:calc(78px + env(safe-area-inset-bottom,0));max-height:min(76vh,620px);}}@media (min-width:1025px) and (max-width:1160px){.single-clean__content{width:calc(100vw - 390px);margin-left:16px;}.single-clean__lead{margin-right:16px;}}@keyframes singleCleanModalFade{from{opacity:0;}to{opacity:1;}}@keyframes singleCleanModalSlide{from{opacity:0;transform:translateY(24px) scale(.98);}to{opacity:1;transform:translateY(0) scale(1);}}@media (min-width:1025px){.single-clean__lead{position:fixed;top:92px;right:max(18px,calc((100vw - 1180px) / 2));margin:0;}}.single-clean__mobile-offer{flex:0 0 100%;display:flex;justify-content:center;gap:6px;margin:0 0 -2px;color:#334155;font-size:10.5px;line-height:1;}.single-clean__mobile-offer span{padding:5px 8px;border-radius:999px;background:#f4f7f5;white-space:nowrap;}@media (max-width:1024px){.single-clean__mobile-bar{flex-wrap:wrap;}}.single-clean{--single-green:#075f42;--single-green-strong:#00613f;--single-green-soft:#e8f6ed;--single-dark:#1f2937;--single-muted:#7e8798;--single-border:#e5e8ef;--single-bg:#f7f8fa;background:var(--single-bg);padding-top:34px;}.single-clean .container{max-width:none !important;width:100% !important;padding-inline:16px !important;}.single-clean__shell{width:100%;max-width:1500px;margin-inline:auto;}.single-clean__hero{position:relative;min-height:620px;width:100%;overflow:visible;border-radius:24px;}.single-clean__media-wrap{position:relative;width:100%;min-height:620px;border-radius:24px;overflow:hidden;background:#dbe2e8;box-shadow:0 18px 50px rgba(15,23,42,.12);}.single-clean__stage,.single-clean__panel{width:100% !important;height:620px !important;min-height:620px !important;border:0 !important;border-radius:24px !important;box-shadow:none !important;overflow:hidden;background:#dbe2e8;}.single-clean__panel::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(247,248,250,.72) 0%,rgba(247,248,250,.08) 34%,rgba(247,248,250,.02) 62%,rgba(15,23,42,.10) 100%);z-index:1;}.single-clean__image,.single-clean__panel iframe{width:100%;height:100% !important;object-fit:cover;display:block;}.single-clean__badge{position:absolute;top:118px;left:54px;z-index:7;display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:999px;background:var(--single-green-soft);color:var(--single-green);font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 10px 26px rgba(15,23,42,.08);}.single-clean__toolbar{position:absolute !important;left:54px !important;right:auto !important;bottom:36px !important;z-index:8;display:inline-flex !important;align-items:center;gap:14px;width:auto !important;max-width:calc(100% - 560px) !important;margin:0 !important;padding:8px 12px !important;border:1px solid rgba(229,232,239,.85);border-radius:18px !important;background:rgba(255,255,255,.94) !important;box-shadow:0 18px 38px rgba(15,23,42,.18) !important;backdrop-filter:blur(12px);}.single-clean__toolbar-preview{display:flex;align-items:center;gap:7px;flex:0 0 auto;}.single-clean__more,.single-clean__toolbar-thumb{appearance:none;border:0;cursor:pointer;flex:0 0 auto;}.single-clean__more{width:58px;height:54px;border-radius:12px;background:var(--single-green);color:#fff;font-size:12px;line-height:1.05;font-weight:760;}.single-clean__toolbar-thumb{width:58px;height:54px;padding:0;border-radius:12px;overflow:hidden;background:#e5e8ef;}.single-clean__toolbar-thumb img{width:100%;height:100%;object-fit:cover;display:block;}.single-clean__toolbar-tabs{display:flex;align-items:center;gap:18px;min-width:0;}.single-clean__tab{position:relative;min-height:42px !important;padding:0 4px !important;border-radius:0 !important;background:transparent !important;color:#667085 !important;font-size:12px !important;font-weight:650 !important;white-space:nowrap;}.single-clean__tab.is-active,.single-clean__tab:hover{color:var(--single-green) !important;background:transparent !important;}.single-clean__tab.is-active::after{content:"";position:absolute;left:6px;right:6px;bottom:0;height:3px;border-radius:999px;background:var(--single-green);}.single-clean__favorite{flex:0 0 auto;width:48px !important;height:48px !important;min-width:48px !important;border-radius:999px !important;background:#fff !important;border:1px solid rgba(229,232,239,.95) !important;box-shadow:0 8px 18px rgba(15,23,42,.10) !important;}.single-clean__panel .single-clean__thumbs{display:none !important;}.single-clean__lead{position:sticky !important;top:92px !important;z-index:9;width:348px !important;margin:-560px 58px 0 auto !important;}.capture-form-card--single-clean{border-radius:18px !important;background:rgba(255,255,255,.97) !important;border:1px solid rgba(229,232,239,.92) !important;box-shadow:0 20px 46px rgba(15,23,42,.16) !important;padding:24px 24px 18px !important;}.capture-form-card--single-clean .single-clean__offer-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 18px;}.capture-form-card--single-clean .single-clean__offer-summary span{display:flex;align-items:center;justify-content:center;min-height:54px;padding:8px 10px;border-radius:12px;background:#f4f5f7;color:#667085;font-size:11.5px;font-weight:650;line-height:1.15;text-align:center;}.capture-form-card--single-clean .single-clean__offer-summary span:first-child{grid-column:1 / -1;justify-content:flex-start;min-height:auto;padding:0;border-radius:0;background:transparent;color:var(--single-green);font-size:28px;font-weight:800;letter-spacing:-.04em;}.capture-form-card--single-clean .single-clean__offer-summary span:nth-child(2){grid-column:1 / -1;justify-content:flex-start;min-height:auto;padding:0 0 4px;background:transparent;color:var(--single-dark);font-size:14px;font-weight:750;letter-spacing:-.015em;}.capture-form-card--single-clean .capture-form{display:grid;gap:11px;}.capture-form-card--single-clean .capture-form label{position:relative;display:block;margin:0 !important;}.capture-form-card--single-clean .capture-form input{width:100%;min-height:44px !important;border-radius:11px !important;border:1px solid var(--single-border) !important;background:#fff !important;padding:0 14px !important;color:var(--single-dark) !important;font-size:13px !important;font-weight:500;box-shadow:0 3px 10px rgba(15,23,42,.03);}.capture-form-card--single-clean .capture-form input::placeholder{color:#9aa3b2;}.capture-form-card--single-clean .capture-form input:focus{border-color:rgba(0,97,63,.40) !important;box-shadow:0 0 0 3px rgba(0,97,63,.08) !important;}.capture-form-card--single-clean .capture-form .button{width:100%;min-height:52px !important;border-radius:12px !important;background:var(--single-green) !important;color:#fff !important;font-size:13.5px !important;font-weight:760 !important;text-transform:none !important;box-shadow:0 14px 26px rgba(0,97,63,.24);}.single-clean__lead-microcopy{margin:8px 0 0;text-align:center;color:#7e8798;font-size:11px;font-weight:650;}.single-clean__content{width:min(850px,calc(100% - 440px)) !important;max-width:850px !important;margin:28px auto 0 0 !important;padding-left:2px;display:grid;gap:14px;}.single-clean__summary,.single-clean__block{border-radius:18px !important;padding:18px !important;min-width:0 !important;overflow-wrap:anywhere !important;}@media (min-width:1025px){.single-clean__lead{right:max(58px,calc((100vw - 1500px) / 2 + 58px)) !important;margin-right:0 !important;}}@media (max-width:1180px) and (min-width:1025px){.single-clean__toolbar{max-width:calc(100% - 430px) !important;left:24px !important;gap:9px;}.single-clean__toolbar-tabs{gap:10px;}.single-clean__lead{width:320px !important;margin-right:24px !important;}}@media (max-width:1024px){.single-clean{padding-top:0;padding-bottom:calc(96px + env(safe-area-inset-bottom,0)) !important;}.single-clean .container{padding-inline:0 !important;}.single-clean__shell{max-width:none;}.single-clean__hero,.single-clean__media-wrap{min-height:auto;border-radius:0;}.single-clean__stage,.single-clean__panel{height:430px !important;min-height:430px !important;border-radius:0 !important;}.single-clean__badge{top:16px;left:14px;padding:8px 12px;font-size:10.5px;}.single-clean__toolbar{left:10px !important;right:10px !important;bottom:10px !important;max-width:calc(100vw - 20px) !important;width:calc(100vw - 20px) !important;gap:9px;padding:7px !important;overflow-x:auto;border-radius:16px !important;}.single-clean__toolbar-preview{display:none;}.single-clean__toolbar-tabs{gap:13px;flex:1 0 auto;}.single-clean__toolbar .single-clean__favorite{display:none !important;}.single-clean__lead{display:none !important;}.single-clean__content{width:auto !important;max-width:none !important;margin:14px 12px 0 !important;padding:0 !important;}.single-clean__mobile-bar{background:#fff !important;border-top:1px solid rgba(15,23,42,.10) !important;box-shadow:0 -14px 34px rgba(15,23,42,.16) !important;}.single-clean__mobile-offer{width:100%;flex:0 0 100%;margin-bottom:-2px;}.single-clean__mobile-cta{min-height:52px !important;background:var(--single-green) !important;color:#fff !important;font-weight:760 !important;}.single-clean__mobile-favorite{width:52px !important;height:52px !important;min-width:52px !important;}.single-clean__lead-dialog .capture-form-card--single-clean{box-shadow:none !important;border:0 !important;padding:10px !important;}}@media (max-width:640px){.single-clean__stage,.single-clean__panel{height:360px !important;min-height:360px !important;}.single-clean__tab{font-size:11px !important;}.single-clean__summary,.single-clean__block{padding:14px !important;}}.single-clean.section{padding-top:20px !important;overflow-x:hidden !important;}.single-clean>.container{width:100% !important;max-width:none !important;padding-inline:18px !important;}.single-clean__shell{width:100% !important;max-width:none !important;}.single-clean__hero{min-height:70vh !important;height:70vh !important;max-height:680px !important;border-radius:24px !important;overflow:visible !important;}.single-clean__media-wrap{width:100% !important;min-height:70vh !important;height:70vh !important;max-height:680px !important;border-radius:24px !important;overflow:hidden !important;box-shadow:0 14px 38px rgba(15,23,42,.10) !important;}.single-clean__stage,.single-clean__panel{height:70vh !important;min-height:70vh !important;max-height:680px !important;border-radius:24px !important;}.single-clean__panel::after,.single-clean__tab.is-active::after{display:none !important;content:none !important;background:none !important;}.single-clean__toolbar{left:44px !important;right:auto !important;bottom:24px !important;max-width:calc(100% - 470px) !important;padding:10px 12px !important;gap:10px !important;border-radius:999px !important;background:#fff !important;border:1px solid #e5e8ef !important;box-shadow:0 12px 28px rgba(15,23,42,.14) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}.single-clean__toolbar-preview,.single-clean__toolbar-thumb,.single-clean__more{display:none !important;}.single-clean__toolbar-tabs{gap:6px !important;}.single-clean__tab{min-height:34px !important;padding:0 13px !important;border-radius:999px !important;color:#667085 !important;font-size:12px !important;font-weight:600 !important;line-height:1 !important;}.single-clean__tab.is-active,.single-clean__tab:hover{background:#e8f6ed !important;color:#00613f !important;}.single-clean__favorite{margin-left:4px !important;width:42px !important;height:42px !important;min-width:42px !important;}.single-clean__gallery-arrow{position:absolute;top:50%;z-index:6;transform:translateY(-50%);width:42px;height:42px;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:rgba(255,255,255,.92);color:#1f2937;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.16);}.single-clean__gallery-arrow--prev{left:22px;}.single-clean__gallery-arrow--next{right:400px;}.single-clean__gallery-arrow:hover{background:#fff;color:#00613f;}.single-clean__lead{position:sticky !important;top:92px !important;z-index:9 !important;width:340px !important;margin:calc(-70vh + 86px) 52px 0 auto !important;}.capture-form-card--single-clean{background:#fff !important;border-radius:18px !important;border:1px solid #e5e8ef !important;box-shadow:0 18px 42px rgba(15,23,42,.14) !important;padding:22px !important;}.capture-form-card--single-clean .capture-form{background:transparent !important;}.capture-form-card--single-clean .single-clean__offer-summary{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:end !important;gap:8px 10px !important;margin:0 0 16px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item{display:flex !important;align-items:center !important;justify-content:center !important;min-height:46px !important;padding:8px 10px !important;border-radius:12px !important;background:#f4f5f7 !important;color:#667085 !important;font-size:11px !important;font-weight:600 !important;line-height:1.15 !important;text-align:center !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child{justify-content:flex-start !important;min-height:auto !important;padding:0 !important;background:transparent !important;color:#00613f !important;font-size:26px !important;font-weight:800 !important;letter-spacing:-.04em !important;text-align:left !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child small{display:block !important;color:#7e8798 !important;font-size:11px !important;font-weight:700 !important;line-height:1.1 !important;margin-bottom:3px !important;text-transform:uppercase !important;letter-spacing:.04em !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child strong{display:block !important;color:#00613f !important;font-size:26px !important;font-weight:800 !important;line-height:1 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--m2{justify-content:flex-end !important;min-height:auto !important;padding:0 0 3px !important;background:transparent !important;color:#1f2937 !important;font-size:13px !important;font-weight:700 !important;white-space:nowrap !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:not(:first-child):not(.single-clean__offer-summary-item--m2){grid-column:span 1 !important;}.capture-form-card--single-clean .capture-form .button,.single-clean__mobile-cta{text-transform:none !important;}.single-clean__content{width:calc(100% - 440px) !important;max-width:980px !important;margin:32px auto 0 0 !important;padding-left:0 !important;padding-right:0 !important;box-sizing:border-box !important;}.single-clean__summary,.single-clean__block{box-sizing:border-box !important;max-width:100% !important;overflow-wrap:anywhere !important;}@media (max-width:1180px) and (min-width:1025px){.single-clean__gallery-arrow--next{right:360px;}.single-clean__lead{width:315px !important;margin-right:28px !important;}.single-clean__toolbar{max-width:calc(100% - 390px) !important;left:26px !important;}.single-clean__tab{padding-inline:10px !important;}.single-clean__content{width:calc(100% - 370px) !important;}}@media (max-width:1024px){.single-clean.section{padding-top:0 !important;overflow-x:hidden !important;}.single-clean>.container{padding-inline:0 !important;overflow-x:hidden !important;}.single-clean__hero,.single-clean__media-wrap{height:auto !important;min-height:auto !important;max-height:none !important;border-radius:0 !important;}.single-clean__stage,.single-clean__panel{height:430px !important;min-height:430px !important;max-height:none !important;border-radius:0 !important;}.single-clean__toolbar{left:10px !important;right:10px !important;bottom:10px !important;width:calc(100vw - 20px) !important;max-width:calc(100vw - 20px) !important;padding:7px !important;gap:5px !important;border-radius:16px !important;overflow-x:auto !important;}.single-clean__toolbar-tabs{gap:4px !important;}.single-clean__tab{min-height:32px !important;padding-inline:10px !important;font-size:11px !important;}.single-clean__gallery-arrow{width:36px;height:36px;font-size:25px;}.single-clean__gallery-arrow--prev{left:10px;}.single-clean__gallery-arrow--next{right:10px;}.single-clean__lead{display:none !important;}.single-clean__content{width:auto !important;max-width:none !important;margin:14px 12px 0 !important;padding:0 !important;overflow-x:hidden !important;}.single-clean__summary,.single-clean__block{width:100% !important;max-width:100% !important;overflow-x:hidden !important;}.single-clean__mobile-bar{background:#fff !important;}.single-clean__mobile-offer{display:flex !important;gap:8px !important;overflow:hidden !important;}.single-clean__mobile-offer span{min-width:0 !important;}}@media (max-width:640px){.single-clean__stage,.single-clean__panel{height:360px !important;min-height:360px !important;}}@media (min-width:1025px){.single-clean__lead{position:fixed !important;top:118px !important;right:max(52px,calc((100vw - 1500px) / 2 + 52px)) !important;margin:0 !important;}}.single-clean__toolbar{max-width:calc(100% - 400px) !important;width:auto !important;min-width:min(760px,calc(100% - 400px)) !important;justify-content:space-between !important;overflow:visible !important;}.single-clean__toolbar-tabs{flex:1 1 auto !important;min-width:0 !important;justify-content:center !important;}.single-clean__tab{white-space:nowrap !important;}.single-clean__image-grid{display:grid !important;grid-template-columns:minmax(0,1.75fr) minmax(0,1fr) minmax(0,1fr) !important;gap:8px !important;width:100% !important;height:100% !important;background:#fff !important;}.single-clean__image-grid .single-clean__image{width:100% !important;height:100% !important;min-height:100% !important;display:block !important;object-fit:cover !important;border-radius:0 !important;filter:none !important;}.single-clean__image-grid .single-clean__image:first-child{border-top-left-radius:24px !important;border-bottom-left-radius:24px !important;}.single-clean__image-grid .single-clean__image:last-child{border-top-right-radius:24px !important;border-bottom-right-radius:24px !important;}.single-clean__thumbs[data-single-gallery-source]{display:none !important;}.single-clean__lead{width:350px !important;}.capture-form-card--single-clean{padding:24px !important;background:#fff !important;border:1px solid #e5e8ef !important;box-shadow:0 14px 32px rgba(15,23,42,.10) !important;border-radius:20px !important;}.capture-form-card--single-clean .single-clean__offer-summary{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:6px 10px !important;align-items:baseline !important;margin:0 0 20px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item{min-height:0 !important;padding:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;color:#1f2937 !important;box-shadow:none !important;text-align:left !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child{color:#1f2937 !important;font-size:30px !important;font-weight:780 !important;line-height:.98 !important;letter-spacing:-.045em !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child small{color:#7e8798 !important;font-size:11px !important;font-weight:650 !important;letter-spacing:.04em !important;text-transform:uppercase !important;margin:0 0 4px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child strong{color:#1f2937 !important;font-size:30px !important;font-weight:780 !important;line-height:.98 !important;letter-spacing:-.045em !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--m2{grid-column:2 !important;grid-row:1 !important;align-self:end !important;padding-bottom:2px !important;color:#1f2937 !important;font-size:12px !important;font-weight:500 !important;white-space:nowrap !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:not(:first-child):not(.single-clean__offer-summary-item--m2){grid-column:1 / -1 !important;display:block !important;color:#1f2937 !important;font-size:14px !important;font-weight:450 !important;line-height:1.35 !important;margin-top:2px !important;}.capture-form-card--single-clean .capture-form{gap:12px !important;background:transparent !important;}.capture-form-card--single-clean .capture-form label{gap:0 !important;}.capture-form-card--single-clean .capture-form input{height:54px !important;padding:0 18px !important;border-radius:8px !important;border:1px solid #dfe3ea !important;background:#fff !important;color:#1f2937 !important;font-size:14px !important;font-weight:450 !important;box-shadow:none !important;}.capture-form-card--single-clean .capture-form input::placeholder{color:#8a94a6 !important;}.capture-form-card--single-clean .capture-form input:focus{border-color:#00613f !important;box-shadow:0 0 0 3px rgba(0,97,63,.08) !important;}.capture-form-card--single-clean .capture-form .button{height:56px !important;margin-top:6px !important;border-radius:8px !important;background:#00613f !important;color:#fff !important;font-size:14px !important;font-weight:700 !important;box-shadow:none !important;filter:none !important;}.single-clean__lead-microcopy{margin:12px 0 0 !important;color:#7e8798 !important;font-size:12px !important;font-weight:500 !important;text-align:center !important;}@media (min-width:1025px){.single-clean__gallery-arrow--next{right:390px !important;}}@media (max-width:1180px) and (min-width:1025px){.single-clean__toolbar{max-width:calc(100% - 350px) !important;min-width:min(680px,calc(100% - 350px)) !important;}}@media (max-width:1024px){.single-clean__image-grid{grid-template-columns:minmax(0,1fr) !important;gap:0 !important;}.single-clean__image-grid .single-clean__image:not(:first-child){display:none !important;}.single-clean__image-grid .single-clean__image:first-child{border-radius:0 !important;}.single-clean__toolbar{min-width:0 !important;overflow-x:auto !important;}}.capture-form-card--single-clean .capture-form,.capture-form{background:transparent !important;background-color:transparent !important;}@media (min-width:1025px){.single-clean__toolbar{max-width:calc(100% - 470px) !important;min-width:0 !important;width:auto !important;left:44px !important;right:auto !important;padding:8px 10px !important;border-radius:999px !important;background:#fff !important;border:1px solid #dfe3ea !important;box-shadow:0 12px 24px rgba(15,23,42,.12) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}.single-clean__toolbar-tabs{justify-content:flex-start !important;gap:5px !important;}.single-clean__favorite{margin-left:4px !important;margin-right:4px !important;flex:0 0 42px !important;}.single-clean__gallery-arrow--next{right:calc(max(52px,calc((100vw - 1500px) / 2 + 52px)) + 360px) !important;}}.single-clean__tab{border-radius:999px !important;}.single-clean__image-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;cursor:grab !important;user-select:none !important;touch-action:pan-y !important;}.single-clean__image-grid.is-dragging{cursor:grabbing !important;}.single-clean__image-grid .single-clean__image{width:100% !important;height:100% !important;min-width:0 !important;min-height:0 !important;max-width:none !important;object-fit:cover !important;object-position:center center !important;}.capture-form-card--single-clean .single-clean__offer-summary{grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;column-gap:8px !important;row-gap:4px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child{grid-column:1 !important;grid-row:1 !important;align-self:center !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--m2{grid-column:2 !important;grid-row:1 !important;align-self:center !important;justify-self:end !important;padding:0 !important;margin-top:14px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--condo{grid-column:1 !important;grid-row:2 !important;justify-self:start !important;margin-top:6px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--iptu{grid-column:2 !important;grid-row:2 !important;justify-self:end !important;margin-top:6px !important;text-align:right !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:not(:first-child):not(.single-clean__offer-summary-item--m2){display:block !important;color:#1f2937 !important;font-size:13px !important;font-weight:450 !important;line-height:1.25 !important;}.single-clean-lightbox{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(7,12,20,.88);}.single-clean-lightbox.is-open{display:flex;}.single-clean-lightbox__image{max-width:min(1180px,96vw);max-height:88vh;object-fit:contain;border-radius:16px;background:#111827;box-shadow:0 24px 80px rgba(0,0,0,.45);}.single-clean-lightbox__close,.single-clean-lightbox__arrow{position:absolute;border:0;border-radius:999px;background:#fff;color:#111827;cursor:pointer;box-shadow:0 14px 34px rgba(0,0,0,.25);}.single-clean-lightbox__close{top:20px;right:20px;width:42px;height:42px;font-size:26px;line-height:1;}.single-clean-lightbox__arrow{top:50%;width:46px;height:46px;transform:translateY(-50%);font-size:34px;line-height:1;}.single-clean-lightbox__arrow--prev{left:20px;}.single-clean-lightbox__arrow--next{right:20px;}@media (max-width:1024px){.single-clean__image-grid{grid-template-columns:minmax(0,1fr) !important;}.single-clean-lightbox{padding:12px;}.single-clean-lightbox__arrow{width:40px;height:40px;}}.capture-form,.capture-form-card--single-clean .capture-form{background:transparent !important;background-color:transparent !important;box-shadow:none !important;}@media (min-width:1025px){.single-clean__toolbar{width:min(860px,calc(100% - 423px)) !important;max-width:calc(100% - 423px) !important;min-width:min(748px,calc(100% - 423px)) !important;}.single-clean__toolbar .single-clean__favorite,.single-clean__favorite.single-public-favorite.single-clean__favorite,.imob-dna-card__favorite.single-public-favorite.single-clean__favorite{margin-right:12px !important;transform:translateX(-4px) !important;}.single-clean__lead{top:154px !important;}}.capture-form,.capture-form-card--single-clean .capture-form{background:transparent !important;background-color:transparent !important;}@media (min-width:1025px){.single-clean__toolbar{width:fit-content !important;max-width:min(610px,calc(100% - 460px)) !important;min-width:0 !important;left:36px !important;right:auto !important;padding:8px 12px !important;gap:8px !important;border-radius:999px !important;background:#fff !important;border:1px solid #dfe3ea !important;box-shadow:0 10px 22px rgba(15,23,42,.10) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}.single-clean__toolbar-tabs{flex:0 1 auto !important;justify-content:flex-start !important;gap:4px !important;}.single-clean__tab{padding-inline:12px !important;}.single-clean__favorite,.imob-dna-card__favorite.single-public-favorite.single-clean__favorite{margin-left:6px !important;margin-right:8px !important;flex:0 0 40px !important;width:40px !important;height:40px !important;}.single-clean__lead{position:fixed !important;top:30vh !important;right:max(52px,calc((100vw - 1500px) / 2 + 52px)) !important;z-index:30 !important;margin:0 !important;}.capture-form-card--single-clean{transform:none !important;}}.capture-form-card--single-clean .single-clean__offer-summary{grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;column-gap:8px !important;row-gap:3px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child{grid-column:1 !important;grid-row:1 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--m2{grid-column:2 !important;grid-row:1 !important;align-self:center !important;justify-self:end !important;margin-top:12px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--condo{grid-column:1 / -1 !important;grid-row:2 !important;justify-self:start !important;text-align:left !important;margin-top:8px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--iptu{grid-column:1 / -1 !important;grid-row:3 !important;justify-self:start !important;text-align:left !important;margin-top:2px !important;}@media (max-width:1024px){.capture-form,.capture-form-card--single-clean .capture-form{background:transparent !important;background-color:transparent !important;}}@media (min-width:1025px){.single-clean__lead{position:fixed !important;top:auto !important;bottom:32px !important;right:max(52px,calc((100vw - 1500px) / 2 + 52px)) !important;z-index:30 !important;margin:0 !important;width:340px !important;max-height:calc(100vh - 96px) !important;overflow:auto !important;overscroll-behavior:contain !important;transform:translateY(var(--single-lead-footer-offset,0px)) !important;transition:transform .16s ease !important;}.capture-form-card--single-clean{transform:none !important;}}@media (min-width:1025px){.single-clean__lead{bottom:30px !important;transform:translateY(var(--single-lead-footer-offset,0px)) !important;will-change:transform !important;}}.single-clean__stage{position:relative !important;overflow:hidden !important;background:#dbe2e8 !important;}.single-clean__panel{position:absolute !important;inset:0 !important;display:block !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;transform:translate3d(0,0,0) !important;transition:opacity 180ms ease,visibility 0s linear 180ms !important;backface-visibility:hidden !important;overflow:hidden !important;}.single-clean__panel.is-active{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;z-index:2 !important;transition:opacity 180ms ease,visibility 0s linear 0s !important;}.single-clean__panel iframe{background:#eef1f5 !important;transform:translateZ(0) !important;}.single-clean__image-grid{transform:translateZ(0) !important;will-change:transform,opacity !important;transition:opacity 170ms ease,transform 170ms ease !important;}.single-clean__image-grid.is-swapping{opacity:.92 !important;transform:translate3d(0,2px,0) !important;}.single-clean__image-grid .single-clean__image{transform:translateZ(0) !important;backface-visibility:hidden !important;transition:transform 220ms ease,opacity 170ms ease !important;}.single-clean__image-grid.is-dragging .single-clean__image{transition:none !important;}.capture-form,.capture-form-card--single-clean .capture-form{background:transparent !important;background-color:transparent !important;box-shadow:none !important;}@media (prefers-reduced-motion:reduce){.single-clean__panel,.single-clean__image-grid,.single-clean__image-grid .single-clean__image,.single-clean__lead{transition:none !important;}}@media (min-width:1025px){.single-clean__lead{bottom:30px !important;width:384px !important;max-width:calc(100vw - 104px) !important;transform:translateY(var(--single-lead-footer-offset,0px)) !important;}.single-clean__hero,.single-clean__media-wrap,.single-clean__stage,.single-clean__panel{height:53.5vh !important;min-height:387px !important;max-height:520px !important;}.single-clean__image-grid{height:100% !important;}.single-clean__gallery-arrow--next{right:calc(max(52px,calc((100vw - 1500px) / 2 + 52px)) + 394px) !important;}}.imob-favorites-menu-link{position:relative;}.imob-favorites-menu-count{position:absolute;top:-9px;right:-13px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#e11d48;border:2px solid #fff;font-size:11px;line-height:1;font-weight:700;box-shadow:0 4px 12px rgba(225,29,72,.22);pointer-events:none;}.imob-favorites-menu-count[hidden]{display:none !important;}.mobile-nav-panel__menu .imob-favorites-menu-count{top:5px;right:12px;}.imob-favorites-menu-count{top:-6px !important;right:-14px !important;}.single-clean__favorite .imob-dna-card__favorite-count,.single-clean__mobile-favorite .imob-dna-card__favorite-count{display:none !important;}@media (min-width:1025px){.single-clean__toolbar{width:fit-content !important;max-width:min(700px,calc(100% - 430px)) !important;min-width:0 !important;overflow:visible !important;padding:8px 10px !important;gap:7px !important;}.single-clean__toolbar-tabs{gap:5px !important;flex-wrap:nowrap !important;}.single-clean__tab{padding-inline:12px !important;}.single-clean__favorite.single-public-favorite{margin-left:5px !important;margin-right:10px !important;transform:translateX(-4px) !important;}.capture-form-card--single-clean{padding:22px 24px 20px !important;border:1px solid #e7ebf1 !important;border-radius:18px !important;background:#fff !important;box-shadow:0 16px 36px rgba(15,23,42,.10) !important;}.capture-form-card--single-clean .single-clean__offer-summary{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:end !important;column-gap:12px !important;row-gap:3px !important;margin:0 0 18px !important;padding:0 !important;background:transparent !important;border:0 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item{min-height:0 !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important;color:#1f2937 !important;text-align:left !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child{grid-column:1 !important;grid-row:1 !important;justify-self:start !important;align-self:end !important;color:#1f2937 !important;font-size:clamp(28px,2vw,34px) !important;font-weight:760 !important;line-height:.96 !important;letter-spacing:-.045em !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child small{display:block !important;margin:0 0 5px !important;color:#7e8798 !important;font-size:10.5px !important;font-weight:650 !important;line-height:1 !important;letter-spacing:.045em !important;text-transform:uppercase !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child strong{display:block !important;color:#1f2937 !important;font-size:clamp(28px,2vw,34px) !important;font-weight:760 !important;line-height:.96 !important;letter-spacing:-.045em !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--m2{grid-column:2 !important;grid-row:1 !important;justify-self:end !important;align-self:end !important;margin:0 0 2px !important;color:#1f2937 !important;font-size:11.5px !important;font-weight:500 !important;line-height:1 !important;white-space:nowrap !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--condo{grid-column:1 / -1 !important;grid-row:2 !important;justify-self:start !important;margin:12px 0 0 !important;color:#1f2937 !important;font-size:13px !important;font-weight:450 !important;line-height:1.25 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--iptu{grid-column:1 / -1 !important;grid-row:3 !important;justify-self:start !important;margin:2px 0 0 !important;color:#1f2937 !important;font-size:13px !important;font-weight:450 !important;line-height:1.25 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:not(:first-child):not(.single-clean__offer-summary-item--m2):not(.single-clean__offer-summary-item--condo):not(.single-clean__offer-summary-item--iptu){grid-column:1 / -1 !important;justify-self:start !important;margin-top:3px !important;color:#1f2937 !important;font-size:13px !important;font-weight:450 !important;}.capture-form-card--single-clean .capture-form input{height:50px !important;border-radius:8px !important;border-color:#dfe3ea !important;box-shadow:none !important;}.capture-form-card--single-clean .capture-form .button{height:54px !important;border-radius:8px !important;box-shadow:none !important;filter:none !important;}}@media (max-width:1024px){.single-clean__favorite .imob-dna-card__favorite-count,.single-clean__mobile-favorite .imob-dna-card__favorite-count{display:none !important;}}@media (min-width:1025px){.single-clean__lead{position:fixed !important;top:150px !important;bottom:auto !important;right:max(52px,calc((100vw - 1500px) / 2 + 52px)) !important;width:384px !important;max-width:calc(100vw - 104px) !important;transform:none !important;transition:none !important;max-height:calc(100vh - 180px) !important;overflow:auto !important;z-index:30 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child{display:flex !important;flex-direction:column !important;align-items:flex-start !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child small{display:block !important;order:0 !important;margin:0 0 5px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child strong{display:block !important;order:1 !important;}.single-clean__toolbar-tabs,.single-clean__toolbar-tabs .single-clean__tab,.single-clean__tab{font-size:13.2px !important;}.single-clean__gallery-arrow--prev{left:16px !important;}.single-clean__gallery-arrow--next{right:16px !important;}}.single-clean__lead-microcopy{font-size:115% !important;line-height:1.2 !important;}.single-clean__lead-microcopy img.emoji,.single-clean__lead-microcopy .emoji{width:1.15em !important;height:1.15em !important;}.single-clean__image-grid,.single-clean__image-grid.is-swapping,.single-clean__image-grid .single-clean__image{transition:none !important;}.single-clean__image-grid{cursor:grab !important;touch-action:pan-y !important;user-select:none !important;-webkit-user-select:none !important;}.single-clean__image-grid.is-dragging{cursor:grabbing !important;}.single-clean__image-grid .single-clean__image{user-select:none !important;-webkit-user-drag:none !important;pointer-events:auto !important;}@media (max-width:1024px){.capture-form-card--single-clean .single-clean__offer-summary{display:none !important;}.single-clean__mobile-bar{position:fixed !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:9997 !important;background:#fff !important;border-top:1px solid rgba(15,23,42,.09) !important;}.site-footer{margin-bottom:calc(92px + env(safe-area-inset-bottom,0px)) !important;}}@media (min-width:1025px){.single-clean__lead{top:190px !important;bottom:auto !important;transform:none !important;}}html.single-clean-modal-open,body.single-clean-modal-open{overflow:hidden !important;overscroll-behavior:none !important;}@media (max-width:1024px){.single-clean__lead-modal:not([hidden]){position:fixed !important;inset:0 !important;z-index:100020 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:22px !important;background:rgba(15,23,42,.32) !important;backdrop-filter:blur(10px) !important;-webkit-backdrop-filter:blur(10px) !important;}.single-clean__lead-backdrop{position:absolute !important;inset:0 !important;background:transparent !important;}.single-clean__lead-dialog{position:relative !important;inset:auto !important;width:min(87vw,390px) !important;max-width:390px !important;max-height:calc(100dvh - 54px) !important;overflow:auto !important;margin:0 !important;transform:none !important;border-radius:20px !important;background:#fff !important;box-shadow:0 24px 80px rgba(15,23,42,.26) !important;animation:singleLeadModalIn .22s cubic-bezier(.2,.8,.2,1) both !important;}.single-clean__lead-dialog .capture-form-card--single-clean{background:#fff !important;border:0 !important;box-shadow:none !important;padding:18px !important;}.single-clean__stage,.single-clean__panel{height:20vh !important;min-height:150px !important;max-height:210px !important;}.single-clean__image-grid{display:flex !important;grid-template-columns:none !important;gap:0 !important;width:100% !important;height:100% !important;overflow:visible !important;touch-action:pan-y !important;will-change:transform !important;}.single-clean__image-grid .single-clean__image{display:block !important;flex:0 0 100% !important;width:100% !important;height:100% !important;object-fit:cover !important;border-radius:0 !important;pointer-events:auto !important;user-select:none !important;-webkit-user-drag:none !important;}.single-clean__toolbar{display:flex !important;align-items:center !important;left:10px !important;right:10px !important;bottom:10px !important;width:calc(100vw - 20px) !important;max-width:calc(100vw - 20px) !important;min-width:calc(100vw - 20px) !important;box-sizing:border-box !important;overflow-x:auto !important;overflow-y:hidden !important;white-space:nowrap !important;flex-wrap:nowrap !important;padding:7px 8px !important;border-radius:999px !important;background:#fff !important;border:1px solid #dfe3ea !important;box-shadow:0 10px 22px rgba(15,23,42,.12) !important;-webkit-overflow-scrolling:touch !important;}.single-clean__toolbar-tabs{display:flex !important;flex:1 0 auto !important;min-width:max-content !important;gap:5px !important;}.single-clean__tab{flex:0 0 auto !important;}.single-clean__mobile-offer{display:none !important;}.single-clean__mobile-bar{display:flex !important;align-items:center !important;gap:10px !important;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px)) !important;z-index:9997 !important;}.single-clean__mobile-cta{flex:1 1 auto !important;}body.mobile-menu-open .single-clean__mobile-bar,html.mobile-menu-open .single-clean__mobile-bar{filter:blur(8px) !important;opacity:.55 !important;pointer-events:none !important;}.mobile-nav-panel,.mobile-nav-panel.is-open,.mobile-nav-panel__inner{z-index:100030 !important;}}@media (min-width:641px) and (max-width:1024px){.single-clean__lead-dialog{width:min(74vw,460px) !important;max-width:460px !important;}}@keyframes singleLeadModalIn{from{opacity:0;transform:translate3d(0,18px,0) scale(.97);}to{opacity:1;transform:translate3d(0,0,0) scale(1);}}body.imob-single-active .site-header,body.imob-favorites-active .site-header{position:sticky !important;top:0 !important;z-index:100000 !important;background:#fff !important;border-bottom:1px solid rgba(15,23,42,.08) !important;box-shadow:0 6px 18px rgba(15,23,42,.05) !important;}body.imob-single-active .site-nav a,body.imob-single-active .site-nav__menu a,body.imob-single-active .site-header .button,body.imob-favorites-active .site-nav a,body.imob-favorites-active .site-nav__menu a,body.imob-favorites-active .site-header .button{font-size:13px !important;line-height:1.15 !important;}body.imob-single-active .site-branding,body.imob-single-active .site-branding__name,body.imob-favorites-active .site-branding,body.imob-favorites-active .site-branding__name{font-size:14px !important;}.mobile-nav-panel__menu a,.mobile-nav-panel__menu .menu-item a,.mobile-nav-panel__links a{font-size:13px !important;line-height:1.25 !important;}.mobile-nav-panel__menu-icon,.mobile-nav-panel svg,.mobile-nav-panel img{width:18px !important;height:18px !important;font-size:18px !important;}@media (min-width:1025px){.single-clean__lead{top:230px !important;bottom:auto !important;transform:translateY(var(--single-lead-footer-offset-v52,0px)) !important;max-height:calc(100vh - 250px) !important;}}.single-clean__lead-microcopy{font-size:103.5% !important;color:#374151 !important;font-weight:400 !important;}.single-clean__lead-microcopy img.emoji,.single-clean__lead-microcopy .emoji{width:1.04em !important;height:1.04em !important;}.capture-form-card--single-clean .capture-form label{font-size:11px !important;line-height:1.15 !important;}.capture-form-card--single-clean .capture-form input,.capture-form-card--single-clean .capture-form textarea,.capture-form-card--single-clean .capture-form select{font-size:12px !important;}.capture-form-card--single-clean .capture-form input::placeholder,.capture-form-card--single-clean .capture-form textarea::placeholder{font-size:12px !important;}.capture-form-card--single-clean .capture-form .button,.capture-form-card--single-clean .capture-form button[type="submit"]{font-size:12.5px !important;letter-spacing:.01em !important;}.capture-form-card--single-clean .single-clean__offer-summary{gap:5px 8px !important;margin-bottom:12px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item{font-size:10.5px !important;line-height:1.2 !important;color:#4b5563 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child{font-size:18px !important;line-height:1.05 !important;color:#1f2937 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child small{font-size:10px !important;line-height:1.1 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item:first-child strong{font-size:18px !important;line-height:1.05 !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--m2{font-size:10px !important;line-height:1.1 !important;}@media (max-width:1024px){.single-clean__stage,.single-clean__panel,.single-clean__panel.is-active{height:35vh !important;min-height:210px !important;max-height:360px !important;}.single-clean__image-grid{height:100% !important;}.single-clean__toolbar{left:10px !important;right:auto !important;bottom:10px !important;width:auto !important;min-width:0 !important;max-width:calc(100vw - 20px) !important;justify-content:flex-start !important;align-items:center !important;margin:0 !important;padding:6px 8px !important;overflow-x:auto !important;background:#fff !important;border:1px solid #d8dee8 !important;border-radius:999px !important;}.single-clean__toolbar-tabs{justify-content:flex-start !important;align-items:center !important;flex:0 1 auto !important;width:auto !important;min-width:max-content !important;gap:5px !important;}.single-clean__tab{font-size:11.5px !important;line-height:1 !important;padding:8px 10px !important;}.single-clean__lead-dialog{width:min(76vw,350px) !important;max-width:350px !important;}.single-clean__lead-dialog .capture-form-card--single-clean{padding:16px !important;}.capture-form-card--single-clean .capture-form input{height:46px !important;font-size:12px !important;}.capture-form-card--single-clean .capture-form .button{height:50px !important;font-size:12px !important;}.single-clean__mobile-offer{display:none !important;}}@media (min-width:641px) and (max-width:1024px){.single-clean__lead-dialog{width:min(68vw,420px) !important;max-width:420px !important;}}@media (min-width:1025px){.single-clean__lead{top:270px !important;}.capture-form-card--single-clean{width:93% !important;max-width:93% !important;}.single-clean__lead-microcopy{font-size:10px !important;line-height:1.2 !important;color:#374151 !important;}.single-clean__lead-microcopy img.emoji,.single-clean__lead-microcopy .emoji{width:.95em !important;height:.95em !important;}}@media (max-width:1024px){body.imob-single-active .site-header,body.imob-favorites-active .site-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;z-index:100000 !important;background:#fff !important;}body.imob-single-active,body.imob-favorites-active{padding-top:var(--imob-mobile-header-height,64px) !important;}html,body,.site,.site-main,.mobile-nav-panel__inner,.single-clean__toolbar,.single-clean__toolbar-tabs,.single-clean__image-grid,.catalog-grid,.archive-catalog__grid{scrollbar-width:none !important;-ms-overflow-style:none !important;}html::-webkit-scrollbar,body::-webkit-scrollbar,.site::-webkit-scrollbar,.site-main::-webkit-scrollbar,.mobile-nav-panel__inner::-webkit-scrollbar,.single-clean__toolbar::-webkit-scrollbar,.single-clean__toolbar-tabs::-webkit-scrollbar,.single-clean__image-grid::-webkit-scrollbar,.catalog-grid::-webkit-scrollbar,.archive-catalog__grid::-webkit-scrollbar{width:0 !important;height:0 !important;display:none !important;}}.mobile-nav-panel__menu-icon,.mobile-nav-panel__menu-icon.mobile-nav-panel__menu-icon--favorite,.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-icon{background:transparent !important;box-shadow:none !important;border:0 !important;border-radius:0 !important;padding:0 !important;}.mobile-nav-panel__menu-icon svg,.mobile-nav-panel__menu-icon img,.mobile-nav-panel__menu-icon .emoji{width:17px !important;height:17px !important;font-size:17px !important;}.imob-dna-card__metric,.imob-dna-card__metric-text,.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small{font-size:11px !important;line-height:1.12 !important;}.imob-dna-card__metric-text strong{font-size:11.5px !important;font-weight:500 !important;}.imob-dna-card__metric-text small{font-size:10px !important;font-weight:400 !important;}@media (max-width:640px){.catalog-card--development,.catalog-card--property,.catalog-card--development .imob-dna-card,.catalog-card--property .imob-dna-card,.imob-dna-card{width:100% !important;max-width:100% !important;}.archive-catalog__grid,.catalog-grid{grid-template-columns:minmax(0,1fr) !important;}}@media (max-width:1024px){.imob-dna-card__metric,.imob-dna-card__metric-text,.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small{font-size:10px !important;}.imob-dna-card__metric-text strong{font-size:10.5px !important;}.imob-dna-card__metric-text small{font-size:9.5px !important;}}@media (max-width:640px){.cards-grid--developments,.catalog-archive__grid.cards-grid--developments{grid-template-columns:minmax(0,1fr) !important;justify-items:stretch !important;align-items:stretch !important;width:100% !important;}.cards-grid--developments>.catalog-card--development.imob-dna-card,.cards-grid--developments>article.catalog-card--development,.catalog-archive__grid>.catalog-card--development.imob-dna-card{width:100% !important;max-width:100% !important;min-width:0 !important;justify-self:stretch !important;margin-left:0 !important;margin-right:0 !important;}}.imob-dna-card__metric,.catalog-card .imob-dna-card__metric,.catalog-card--property .imob-dna-card__metric,.catalog-card--development .imob-dna-card__metric{font-size:9.8px !important;line-height:1.08 !important;color:#4b5563 !important;}.imob-dna-card__metric-text,.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small,.catalog-card .imob-dna-card__metric-text,.catalog-card .imob-dna-card__metric-text strong,.catalog-card .imob-dna-card__metric-text small,.catalog-card--property .imob-dna-card__metric-text strong,.catalog-card--property .imob-dna-card__metric-text small,.catalog-card--development .imob-dna-card__metric-text strong,.catalog-card--development .imob-dna-card__metric-text small{font-size:9.8px !important;line-height:1.08 !important;font-weight:400 !important;color:#4b5563 !important;}@media (max-width:1024px){.imob-dna-card__metric,.catalog-card .imob-dna-card__metric,.catalog-card--property .imob-dna-card__metric,.catalog-card--development .imob-dna-card__metric,.imob-dna-card__metric-text,.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small,.catalog-card .imob-dna-card__metric-text strong,.catalog-card .imob-dna-card__metric-text small{font-size:9.3px !important;line-height:1.08 !important;font-weight:400 !important;color:#4b5563 !important;}}.site-nav__menu,.site-nav__menu a{font-size:12px !important;line-height:1.2 !important;font-weight:500 !important;}.site-nav__menu{gap:17px !important;}.hero-card{width:min(100%,438px) !important;max-width:438px !important;padding:20px !important;border-radius:20px !important;box-shadow:0 18px 42px rgba(15,23,42,0.12) !important;}.hero-card__switch{margin-bottom:12px !important;padding:3px !important;}.hero-card__switch-item{min-height:24px !important;padding:0 8px !important;font-size:0.55rem !important;font-weight:600 !important;}.hero-card .field,.hero-card input,.hero-card select,.hero-card button,.hero-card .button{font-size:12px !important;}@media (max-width:768px){.hero-card{width:100% !important;max-width:100% !important;padding:16px !important;border-radius:18px !important;}}.cards-grid,.catalog-archive__grid,.cards-grid--properties,.cards-grid--developments,.cards-grid--properties.catalog-archive__grid,.cards-grid--developments.catalog-archive__grid{align-items:stretch !important;justify-items:stretch !important;}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card,.cards-grid>.catalog-card.imob-dna-card,.catalog-archive__grid>.catalog-card.imob-dna-card,.cards-grid--properties>.catalog-card--property.imob-dna-card,.cards-grid--developments>.catalog-card--development.imob-dna-card{width:100% !important;max-width:none !important;min-width:0 !important;justify-self:stretch !important;margin-left:0 !important;margin-right:0 !important;}.cards-grid--properties,.cards-grid--developments,.cards-grid--properties.catalog-archive__grid,.cards-grid--developments.catalog-archive__grid,.catalog-archive__grid.cards-grid--properties,.catalog-archive__grid.cards-grid--developments{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}@media (min-width:901px) and (max-width:1199px){.cards-grid--properties,.cards-grid--developments,.cards-grid--properties.catalog-archive__grid,.cards-grid--developments.catalog-archive__grid,.catalog-archive__grid.cards-grid--properties,.catalog-archive__grid.cards-grid--developments{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}@media (max-width:900px){.cards-grid--properties,.cards-grid--developments,.cards-grid--properties.catalog-archive__grid,.cards-grid--developments.catalog-archive__grid,.catalog-archive__grid.cards-grid--properties,.catalog-archive__grid.cards-grid--developments{grid-template-columns:minmax(0,1fr) !important;}}.imob-dna-card__metric,.imob-dna-card__metric-text,.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small,.catalog-card .imob-dna-card__metric-text strong,.catalog-card .imob-dna-card__metric-text small,.catalog-card--property .imob-dna-card__metric-text strong,.catalog-card--property .imob-dna-card__metric-text small,.catalog-card--development .imob-dna-card__metric-text strong,.catalog-card--development .imob-dna-card__metric-text small{color:#4b5563 !important;font-size:9.4px !important;font-weight:400 !important;line-height:1.08 !important;}@media (max-width:1024px){.imob-dna-card__metric,.imob-dna-card__metric-text,.imob-dna-card__metric-text strong,.imob-dna-card__metric-text small,.catalog-card .imob-dna-card__metric-text strong,.catalog-card .imob-dna-card__metric-text small{color:#4b5563 !important;font-size:9.1px !important;font-weight:400 !important;}}@media (min-width:1025px) and (max-width:1180px){.single-clean>.container,.single-clean .container{width:min(100% - 24px,1180px) !important;}.single-clean__content{width:calc(100% - 460px) !important;max-width:calc(100% - 460px) !important;min-width:0 !important;margin-right:auto !important;overflow:hidden !important;}.single-clean__summary,.single-clean__block{min-width:0 !important;max-width:100% !important;overflow:hidden !important;overflow-wrap:anywhere !important;}.single-clean__toolbar{max-width:calc(100% - 460px) !important;min-width:0 !important;width:auto !important;right:auto !important;overflow-x:auto !important;}.single-clean__toolbar-tabs{min-width:0 !important;justify-content:flex-start !important;}.single-clean__tab{padding-inline:9px !important;font-size:12px !important;}.single-clean__gallery-arrow--next{right:420px !important;}}.imob-dna-card{backface-visibility:hidden;transform:translateZ(0);}.single-clean__summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-width:0;}.single-clean__summary-row--headline .single-clean__headline{flex:1 1 auto;min-width:0;}.single-clean__headline{margin:0;color:#0f172a;font-size:clamp(22px,3.2vw,34px);font-weight:650;line-height:1.08;letter-spacing:-.035em;}.single-clean__product-name{margin:9px 0 0;color:#0f172a;font-size:clamp(18px,2.2vw,24px);font-weight:620;line-height:1.15;}.single-clean__delivery{display:inline-flex;flex:0 0 auto;justify-content:flex-end;max-width:34%;color:#5b6678;font-size:12px;line-height:1.25;text-align:right;white-space:normal;}.single-clean__location--icon{display:inline-flex;align-items:center;gap:7px;}.single-clean__location-icon{display:inline-flex;width:15px;height:15px;align-items:center;justify-content:center;color:#0f766e;font-size:14px;line-height:1;}.single-clean__metrics--main{order:initial;}.single-clean__block--about{position:relative;}.single-clean__read-toggle{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none;}.single-clean__description{margin:0;}.single-clean__read-toggle:not(:checked) ~ .single-clean__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}.single-clean__read-action{display:block;width:fit-content;margin:7px 0 0 auto;color:#0f766e;cursor:pointer;font-size:12px;font-weight:650;line-height:1;text-align:right;}.single-clean__read-action:hover,.single-clean__read-action:focus-visible{color:#115e59;text-decoration:underline;text-underline-offset:3px;}.single-clean__read-less{display:none;}.single-clean__read-toggle:checked ~ .single-clean__read-action .single-clean__read-more{display:none;}.single-clean__read-toggle:checked ~ .single-clean__read-action .single-clean__read-less{display:inline;}.cards-grid--properties,.cards-grid--developments{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}.cards-grid--properties>.catalog-card--property.imob-dna-card,.cards-grid--developments>.catalog-card--development.imob-dna-card,.cards-grid--properties>article.catalog-card--property,.cards-grid--developments>article.catalog-card--development{width:100% !important;max-width:none !important;min-width:0 !important;justify-self:stretch !important;}@media (min-width:901px) and (max-width:1199px){.cards-grid--properties,.cards-grid--developments{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}@media (max-width:900px){.cards-grid--properties,.cards-grid--developments{grid-template-columns:minmax(0,1fr) !important;}.single-clean__summary-row{display:grid;gap:8px;}.single-clean__delivery{max-width:100%;justify-content:flex-start;text-align:left;}}.single-clean__location-icon svg{display:block;width:15px;height:15px;}.single-clean__summary-row--headline{align-items:center;}.single-clean__headline-pack{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-width:0;flex-wrap:wrap;}.single-clean__headline-pack .single-clean__headline{flex:0 1 auto;}.single-clean__headline{font-size:clamp(20px,2.6vw,30px) !important;line-height:1.08 !important;}.single-clean__phase-tag{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:5px 10px;border-radius:999px;background:rgba(15,118,110,0.08);border:1px solid rgba(15,118,110,0.14);color:#0f766e;font-size:11.5px;font-weight:650;line-height:1;white-space:nowrap;}.single-clean__delivery{align-self:center;font-size:13.5px !important;font-weight:560;line-height:1.25;}.single-clean__block--about:not(.is-overflowing) .single-clean__read-action{display:none !important;}@media (max-width:640px){.section>.cards-grid--developments:not(.catalog-archive__grid){width:min(1180px,calc(100% - 48px)) !important;margin-left:auto !important;margin-right:auto !important;}}@media (max-width:900px){.single-clean__summary-row--headline{align-items:start;}.single-clean__headline-pack{display:flex;}}.single-clean__headline{font-size:clamp(17px,2.21vw,25.5px) !important;}.single-clean__summary-row--headline,.single-clean__summary--development .single-clean__summary-row--headline{align-items:center !important;}.single-clean__headline-pack{align-items:center !important;}.single-clean__delivery{align-self:center !important;}.single-clean__location,.single-clean__location--icon span:last-child{font-size:14.3px !important;}@media (max-width:900px){.single-clean__summary-row--headline,.single-clean__summary--development .single-clean__summary-row--headline{align-items:center !important;}}@media (max-width:1024px){.single-clean__summary--development .single-clean__summary-row--headline{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;column-gap:12px !important;row-gap:8px !important;}.single-clean__summary--development .single-clean__headline-pack{display:contents !important;}.single-clean__summary--development .single-clean__headline-pack .single-clean__headline{grid-column:1 / -1 !important;grid-row:1 !important;width:100% !important;}.single-clean__summary--development .single-clean__phase-tag{grid-column:1 !important;grid-row:2 !important;justify-self:start !important;align-self:center !important;}.single-clean__summary--development .single-clean__delivery{grid-column:2 !important;grid-row:2 !important;justify-self:end !important;align-self:center !important;max-width:none !important;text-align:right !important;justify-content:flex-end !important;}}@media (max-width:1024px){.site-footer__simple{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;}.site-footer__brand{display:flex !important;align-items:center !important;min-width:0 !important;flex:0 1 auto !important;}.site-footer__creci{margin-left:auto !important;text-align:right !important;align-self:center !important;flex:0 0 auto !important;}}.single-clean__summary--property .single-clean__headline,.single-clean__summary--development .single-clean__headline{font-size:clamp(13.6px,1.768vw,20.4px) !important;}@media (max-width:1024px){.single-clean__summary--property .single-clean__headline,.single-clean__summary--development .single-clean__headline{font-size:clamp(14.45px,1.8785vw,21.675px) !important;}}.hero-card{contain:layout !important;overflow:visible !important;position:relative;z-index:70;}.hero-search--home,.hero-search--home .field-card,.hero-search--home .hero-custom-select{overflow:visible !important;}.hero-search--home .field-card{position:relative;}.hero-search--home .hero-custom-select.is-open,.hero-search--home .field-card:has(.hero-custom-select.is-open){z-index:10020 !important;}.hero-search--home .hero-custom-select__menu{z-index:10030 !important;}.hero--home.has-hero-dropdown-open,.hero--home:has(.hero-custom-select.is-open){overflow:visible !important;position:relative !important;z-index:100000 !important;}.hero--home.has-hero-dropdown-open .hero__media,.hero--home:has(.hero-custom-select.is-open) .hero__media{overflow:hidden;border-radius:inherit;}.hero__grid--home.has-hero-dropdown-open,.hero__grid--home:has(.hero-custom-select.is-open),.hero-card.has-hero-dropdown-open,.hero-card:has(.hero-custom-select.is-open),.hero-search--home.has-hero-dropdown-open,.hero-search--home:has(.hero-custom-select.is-open){overflow:visible !important;position:relative !important;z-index:100010 !important;contain:none !important;}.hero-search--home .field-card:has(.hero-custom-select.is-open),.hero-search--home .hero-custom-select.is-open{position:relative !important;z-index:100020 !important;}.hero-search--home .hero-custom-select.is-open .hero-custom-select__menu,.hero-search--home .hero-custom-select__menu[aria-hidden="false"]{z-index:100030 !important;}:root{--imob-header-height-fallback:78px;--imob-header-mobile-height-fallback:72px;--imob-fixed-header-offset:var(--site-header-height,var(--imob-header-height-fallback));}.site-header{background:rgba(247,248,251,.72) !important;border-bottom:1px solid rgba(255,255,255,.54) !important;box-shadow:0 10px 30px rgba(15,23,42,.055) !important;backdrop-filter:saturate(145%) blur(14px) !important;-webkit-backdrop-filter:saturate(145%) blur(14px) !important;}@media (min-width:1025px){body{padding-top:var(--imob-fixed-header-offset) !important;}.site-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;z-index:100000 !important;}}@media (max-width:1024px){body{padding-top:0 !important;}.site-header{position:relative !important;top:auto !important;left:auto !important;right:auto !important;width:100% !important;z-index:100000 !important;}body.home,body.front-page,body.imob-route-property-single,body.imob-route-development-single,body.imob-route-favorites,body.imob-single-active,body.imob-favorites-active{padding-top:var(--site-header-height,var(--imob-header-mobile-height-fallback)) !important;}body.home .site-header,body.front-page .site-header,body.imob-route-property-single .site-header,body.imob-route-development-single .site-header,body.imob-route-favorites .site-header,body.imob-single-active .site-header,body.imob-favorites-active .site-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;z-index:100000 !important;background:rgba(247,248,251,.72) !important;border-bottom:1px solid rgba(255,255,255,.54) !important;box-shadow:0 10px 30px rgba(15,23,42,.055) !important;backdrop-filter:saturate(145%) blur(14px) !important;-webkit-backdrop-filter:saturate(145%) blur(14px) !important;}body.mobile-menu-open .site-header{background:rgba(247,248,251,.86) !important;}html,body{min-height:100dvh;overscroll-behavior-y:none;}.site-main,.site-footer{overflow-x:clip !important;}.site-footer{margin-bottom:0 !important;}body.imob-single-active .site-footer,body.imob-route-property-single .site-footer,body.imob-route-development-single .site-footer{padding-bottom:calc(30px + 92px + env(safe-area-inset-bottom,0px)) !important;}body:not(.imob-single-active):not(.imob-route-property-single):not(.imob-route-development-single) .site-footer{padding-bottom:calc(30px + env(safe-area-inset-bottom,0px)) !important;}}@media (min-width:1025px){body.admin-bar .site-header{top:32px !important;}}@media (max-width:1024px){body.admin-bar.home .site-header,body.admin-bar.front-page .site-header,body.admin-bar.imob-route-property-single .site-header,body.admin-bar.imob-route-development-single .site-header,body.admin-bar.imob-route-favorites .site-header,body.admin-bar.imob-single-active .site-header,body.admin-bar.imob-favorites-active .site-header{top:32px !important;}}@media (max-width:782px){body.admin-bar.home .site-header,body.admin-bar.front-page .site-header,body.admin-bar.imob-route-property-single .site-header,body.admin-bar.imob-route-development-single .site-header,body.admin-bar.imob-route-favorites .site-header,body.admin-bar.imob-single-active .site-header,body.admin-bar.imob-favorites-active .site-header{top:46px !important;}}:root{--imob-header-glass-bg:rgba(247,248,251,.765);--imob-header-glass-bg-compact:rgba(247,248,251,.82);--imob-header-glass-border:rgba(255,255,255,.62);}.site-header{background:var(--imob-header-glass-bg) !important;border-bottom-color:var(--imob-header-glass-border) !important;box-shadow:0 8px 24px rgba(15,23,42,.045) !important;backdrop-filter:saturate(128%) blur(16px) !important;-webkit-backdrop-filter:saturate(128%) blur(16px) !important;transition:background-color .24s ease,box-shadow .24s ease,border-color .24s ease,backdrop-filter .24s ease,-webkit-backdrop-filter .24s ease !important;}.site-header__inner,.site-header .site-brand,.site-header .site-brand__name,.site-header .custom-logo,.site-header .site-nav__menu,.site-header .site-nav__menu a,.site-header .site-menu-toggle{transition:min-height .24s ease,max-height .24s ease,padding .24s ease,gap .24s ease,transform .24s ease,font-size .24s ease,opacity .24s ease !important;}body.imob-header-compact .site-header:not(.is-menu-open){background:var(--imob-header-glass-bg-compact) !important;box-shadow:0 6px 20px rgba(15,23,42,.04) !important;backdrop-filter:saturate(122%) blur(17px) !important;-webkit-backdrop-filter:saturate(122%) blur(17px) !important;}@media (min-width:1025px){body.imob-header-compact .site-header:not(.is-menu-open) .site-header__inner{min-height:64px !important;gap:18px !important;}body.imob-header-compact .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact .site-header:not(.is-menu-open) .custom-logo{max-height:36px !important;}body.imob-header-compact .site-header:not(.is-menu-open) .site-nav__menu{gap:14px !important;}body.imob-header-compact .site-header:not(.is-menu-open) .site-nav__menu a{font-size:11.5px !important;}}@media (max-width:1024px){body.home .site-header,body.front-page .site-header,body.imob-route-property-single .site-header,body.imob-route-development-single .site-header,body.imob-route-favorites .site-header,body.imob-single-active .site-header,body.imob-favorites-active .site-header{background:var(--imob-header-glass-bg) !important;border-bottom-color:var(--imob-header-glass-border) !important;box-shadow:0 8px 24px rgba(15,23,42,.045) !important;backdrop-filter:saturate(128%) blur(16px) !important;-webkit-backdrop-filter:saturate(128%) blur(16px) !important;}body.imob-header-compact.home .site-header:not(.is-menu-open),body.imob-header-compact.front-page .site-header:not(.is-menu-open),body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open),body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open),body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open),body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open),body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open){background:var(--imob-header-glass-bg-compact) !important;box-shadow:0 6px 18px rgba(15,23,42,.04) !important;backdrop-filter:saturate(122%) blur(17px) !important;-webkit-backdrop-filter:saturate(122%) blur(17px) !important;}body.imob-header-compact.home .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.front-page .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-header__inner{min-height:62px !important;}body.imob-header-compact.home .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact.front-page .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-brand .custom-logo,body.imob-header-compact.home .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.front-page .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .custom-logo{max-height:34px !important;}body.imob-header-compact.home .site-header:not(.is-menu-open) .site-menu-toggle,body.imob-header-compact.front-page .site-header:not(.is-menu-open) .site-menu-toggle,body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open) .site-menu-toggle,body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open) .site-menu-toggle,body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open) .site-menu-toggle,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-menu-toggle,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-menu-toggle{transform:scale(.94) !important;}}:root{--imob-header-height-fallback:78px;--imob-header-mobile-height-fallback:72px;--imob-fixed-header-offset:var(--site-header-height,var(--imob-header-height-fallback));--imob-header-glass-bg:rgba(247,248,251,.88);--imob-header-glass-bg-compact:rgba(247,248,251,.93);--imob-header-glass-border:rgba(226,232,240,.82);}.site-header,body.imob-single-active .site-header,body.imob-favorites-active .site-header{margin:0 !important;background:var(--imob-header-glass-bg) !important;border-bottom:1px solid var(--imob-header-glass-border) !important;box-shadow:0 6px 18px rgba(15,23,42,.035) !important;isolation:isolate !important;transform:translate3d(0,0,0) !important;backface-visibility:hidden !important;-webkit-backface-visibility:hidden !important;will-change:auto !important;transition:background-color .18s ease,box-shadow .18s ease !important;}@supports ((backdrop-filter:blur(8px)) or (-webkit-backdrop-filter:blur(8px))){.site-header,body.imob-single-active .site-header,body.imob-favorites-active .site-header{backdrop-filter:saturate(112%) blur(8px) !important;-webkit-backdrop-filter:saturate(112%) blur(8px) !important;}}.site-header__inner{transition:min-height .18s ease,gap .18s ease !important;}.site-header .custom-logo,.site-header .site-brand img,.site-header .site-brand__name,.site-header .site-nav__menu,.site-header .site-nav__menu a,.site-header .site-menu-toggle{transition:transform .18s ease,max-height .18s ease,font-size .18s ease,gap .18s ease !important;}body.imob-header-compact .site-header:not(.is-menu-open),body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open),body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open){background:var(--imob-header-glass-bg-compact) !important;box-shadow:0 4px 14px rgba(15,23,42,.03) !important;}@media (min-width:1025px){html body{padding-top:var(--imob-fixed-header-offset) !important;}html body[class] .site-header,html body.home .site-header,html body.front-page .site-header,html body.imob-route-property-single .site-header,html body.imob-route-development-single .site-header,html body.imob-route-favorites .site-header,html body.imob-single-active .site-header,html body.imob-favorites-active .site-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:auto !important;width:100% !important;z-index:100000 !important;}html body.admin-bar[class] .site-header,html body.admin-bar.imob-single-active .site-header,html body.admin-bar.imob-favorites-active .site-header{top:32px !important;}body.imob-header-compact .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-header__inner{min-height:66px !important;gap:18px !important;}body.imob-header-compact .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact .site-header:not(.is-menu-open) .site-brand img,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .custom-logo{max-height:36px !important;}body.imob-header-compact .site-header:not(.is-menu-open) .site-nav__menu,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-nav__menu,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-nav__menu{gap:14px !important;}body.imob-header-compact .site-header:not(.is-menu-open) .site-nav__menu a,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-nav__menu a,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-nav__menu a{font-size:12px !important;}}@media (max-width:1024px){html body{padding-top:0 !important;}html body:not(.home):not(.front-page):not(.imob-route-property-single):not(.imob-route-development-single):not(.imob-route-favorites):not(.imob-single-active):not(.imob-favorites-active) .site-header{position:relative !important;top:auto !important;left:auto !important;right:auto !important;width:100% !important;}html body.home,html body.front-page,html body.imob-route-property-single,html body.imob-route-development-single,html body.imob-route-favorites,html body.imob-single-active,html body.imob-favorites-active{padding-top:var(--site-header-height,var(--imob-header-mobile-height-fallback)) !important;}html body.home .site-header,html body.front-page .site-header,html body.imob-route-property-single .site-header,html body.imob-route-development-single .site-header,html body.imob-route-favorites .site-header,html body.imob-single-active .site-header,html body.imob-favorites-active .site-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:auto !important;width:100% !important;z-index:100000 !important;}html body.admin-bar.home .site-header,html body.admin-bar.front-page .site-header,html body.admin-bar.imob-route-property-single .site-header,html body.admin-bar.imob-route-development-single .site-header,html body.admin-bar.imob-route-favorites .site-header,html body.admin-bar.imob-single-active .site-header,html body.admin-bar.imob-favorites-active .site-header{top:32px !important;}body.imob-header-compact.home .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.front-page .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-header__inner,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-header__inner{min-height:62px !important;}body.imob-header-compact.home .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.front-page .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .custom-logo,body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .custom-logo{max-height:34px !important;}}@media (max-width:782px){html body.admin-bar.home .site-header,html body.admin-bar.front-page .site-header,html body.admin-bar.imob-route-property-single .site-header,html body.admin-bar.imob-route-development-single .site-header,html body.admin-bar.imob-route-favorites .site-header,html body.admin-bar.imob-single-active .site-header,html body.admin-bar.imob-favorites-active .site-header{top:46px !important;}}@media (prefers-reduced-motion:reduce){.site-header,.site-header__inner,.site-header .custom-logo,.site-header .site-brand img,.site-header .site-brand__name,.site-header .site-nav__menu,.site-header .site-nav__menu a,.site-header .site-menu-toggle{transition:none !important;}}html body[class] .site-header,html body.home .site-header,html body.front-page .site-header,html body.imob-route-property-single .site-header,html body.imob-route-development-single .site-header,html body.imob-route-favorites .site-header,html body.imob-single-active .site-header,html body.imob-favorites-active .site-header{background:var(--imob-header-glass-bg) !important;border-bottom:1px solid var(--imob-header-glass-border) !important;box-shadow:0 6px 18px rgba(15,23,42,.035) !important;}@supports ((backdrop-filter:blur(8px)) or (-webkit-backdrop-filter:blur(8px))){html body[class] .site-header,html body.home .site-header,html body.front-page .site-header,html body.imob-route-property-single .site-header,html body.imob-route-development-single .site-header,html body.imob-route-favorites .site-header,html body.imob-single-active .site-header,html body.imob-favorites-active .site-header{backdrop-filter:saturate(112%) blur(8px) !important;-webkit-backdrop-filter:saturate(112%) blur(8px) !important;}}html body.imob-header-compact[class] .site-header:not(.is-menu-open),html body.imob-header-compact.home .site-header:not(.is-menu-open),html body.imob-header-compact.front-page .site-header:not(.is-menu-open),html body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open),html body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open),html body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open),html body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open),html body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open){background:var(--imob-header-glass-bg-compact) !important;box-shadow:0 4px 14px rgba(15,23,42,.03) !important;}@supports ((backdrop-filter:blur(8px)) or (-webkit-backdrop-filter:blur(8px))){html body.imob-header-compact[class] .site-header:not(.is-menu-open),html body.imob-header-compact.home .site-header:not(.is-menu-open),html body.imob-header-compact.front-page .site-header:not(.is-menu-open),html body.imob-header-compact.imob-route-property-single .site-header:not(.is-menu-open),html body.imob-header-compact.imob-route-development-single .site-header:not(.is-menu-open),html body.imob-header-compact.imob-route-favorites .site-header:not(.is-menu-open),html body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open),html body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open){backdrop-filter:saturate(112%) blur(8px) !important;-webkit-backdrop-filter:saturate(112%) blur(8px) !important;}}.single-clean__unit-carousel{position:relative !important;padding:18px !important;overflow:hidden !important;}.single-clean__unit-tabs{display:flex;align-items:stretch;gap:12px;padding:0 88px 12px 0;border-bottom:1px solid #e5e8ef;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;}.single-clean__unit-tabs::-webkit-scrollbar{display:none;}.single-clean__unit-tab{appearance:none;border:1px solid #dfe3ea;background:#f4f5f7;color:#0f172a;min-width:144px;min-height:48px;padding:0 24px;border-radius:10px;font-size:15px;font-weight:760;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;white-space:nowrap;}.single-clean__unit-tab.is-active{background:#00613f;border-color:#00613f;color:#fff;box-shadow:0 10px 22px rgba(0,97,63,.16);}.single-clean__unit-nav{position:absolute;top:16px;right:18px;display:flex;gap:8px;z-index:2;}.single-clean__unit-nav button,.single-clean__unit-footer button{appearance:none;width:38px;height:38px;border-radius:999px;border:1px solid #dfe3ea;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 6px 16px rgba(15,23,42,.06);}.single-clean__unit-panels{padding-top:14px;}.single-clean__unit-panel{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,1.34fr);gap:22px;align-items:start;min-width:0;}.single-clean__unit-media{min-width:0;padding-right:18px;border-right:1px solid #edf0f3;}.single-clean__unit-plant{display:flex;align-items:center;justify-content:center;width:93%;height:170px;margin:0 auto;border-radius:12px;background:#fff;overflow:hidden;}.single-clean__unit-plant img{width:100%;height:100%;object-fit:contain;display:block;}.single-clean__unit-plant span{color:#667085;font-size:13px;font-weight:650;}.single-clean__unit-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:93%;margin:14px auto 0;}.single-clean__unit-thumbs button{appearance:none;border:1px solid transparent;border-radius:8px;padding:0;height:54px;overflow:hidden;background:#f4f5f7;cursor:pointer;}.single-clean__unit-thumbs button.is-active{border-color:#00613f;box-shadow:0 0 0 2px rgba(0,97,63,.08);}.single-clean__unit-thumbs img{width:100%;height:100%;object-fit:cover;display:block;}.single-clean__unit-info{min-width:0;display:grid;gap:12px;}.single-clean__unit-mainline{display:flex;align-items:start;justify-content:space-between;gap:14px;}.single-clean__unit-mainline h3{margin:0 0 3px;color:#0f172a;font-size:20px;font-weight:760;line-height:1.1;letter-spacing:-.02em;}.single-clean__unit-price{display:block;color:#00613f;font-size:24px;font-weight:800;line-height:1.05;letter-spacing:-.035em;}.single-clean__unit-area{flex:0 0 auto;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:118px;min-height:58px;padding:8px 12px;border-radius:13px;background:#f4f5f7;color:#00613f;font-size:18px;font-weight:780;line-height:1.1;text-align:center;}.single-clean__unit-area small{color:#4b5563;font-size:11px;font-weight:650;margin-bottom:3px;}.single-clean__unit-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:10px 0;border-top:1px solid #edf0f3;border-bottom:1px solid #edf0f3;}.single-clean__unit-facts span{display:flex;flex-direction:column;gap:2px;color:#0f172a;font-size:14px;font-weight:760;line-height:1.15;}.single-clean__unit-facts small{color:#667085;font-size:11px;font-weight:650;}.single-clean__unit-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}.single-clean__unit-links a{position:relative;min-height:62px;border-radius:10px;overflow:hidden;display:flex;align-items:end;padding:10px 12px;color:#fff;background-color:#1f2937;background-size:cover;background-position:center;font-size:13px;font-weight:760;text-decoration:none;}.single-clean__unit-links a::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,23,42,.72),rgba(15,23,42,.18));}.single-clean__unit-links a span{position:relative;z-index:1;}.single-clean__unit-features{display:grid;gap:7px;align-items:start;}.single-clean__unit-features h4{margin:0;color:#0f172a;font-size:13.5px;font-weight:760;line-height:1.2;}.single-clean__unit-features ul{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;list-style:none;margin:0;padding:0;}.single-clean__unit-features li{display:inline-flex;align-items:center;min-height:24px;padding:5px 10px;border:1px solid #dfe3ea;border-radius:999px;background:#f8fafc;color:#075f42;font-size:11.5px;font-weight:650;line-height:1;white-space:nowrap;}.single-clean__unit-footer{display:none;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:14px;border-top:1px solid #edf0f3;}.single-clean__unit-footer span{color:#0f172a;font-size:14px;font-weight:650;}@media (max-width:1024px){.single-clean__unit-carousel{padding:14px !important;}.single-clean__unit-tabs{gap:10px;padding:0 0 10px;}.single-clean__unit-tab{min-width:142px;min-height:50px;padding:0 22px;font-size:14px;}.single-clean__unit-nav{display:none;}.single-clean__unit-panel{grid-template-columns:1fr;gap:14px;}.single-clean__unit-media{padding-right:0;border-right:0;}.single-clean__unit-mainline{order:-1;}.single-clean__unit-info{gap:12px;}.single-clean__unit-plant{width:100%;height:240px;}.single-clean__unit-thumbs{width:100%;grid-template-columns:repeat(5,minmax(58px,1fr));gap:8px;overflow-x:auto;padding-bottom:2px;}.single-clean__unit-thumbs button{height:58px;}.single-clean__unit-features ul{justify-content:flex-start;}.single-clean__unit-footer{display:flex;}}@media (max-width:640px){.single-clean__unit-carousel{border-radius:18px !important;padding:12px !important;}.single-clean__unit-tabs{margin-inline:-2px;padding-bottom:10px;}.single-clean__unit-tab{min-width:132px;min-height:48px;padding-inline:20px;font-size:13px;border-radius:10px;}.single-clean__unit-plant{height:210px;}.single-clean__unit-thumbs{grid-template-columns:repeat(5,62px);}.single-clean__unit-thumbs button{height:52px;}.single-clean__unit-mainline{align-items:end;}.single-clean__unit-mainline h3{font-size:18px;}.single-clean__unit-price{font-size:23px;}.single-clean__unit-area{min-width:110px;min-height:54px;font-size:17px;}.single-clean__unit-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;}.single-clean__unit-facts span{font-size:13px;}.single-clean__unit-links{grid-template-columns:1fr;gap:8px;}.single-clean__unit-links a{min-height:56px;}.single-clean__unit-features h4{font-size:14px;}.single-clean__unit-features ul{justify-content:flex-end;gap:6px;}.single-clean__unit-features li{min-height:25px;padding-inline:9px;font-size:11.5px;}}@media (max-width:390px){.single-clean__unit-facts{grid-template-columns:repeat(2,minmax(0,1fr));}.single-clean__unit-mainline{display:grid;}.single-clean__unit-area{justify-self:start;}}.single-clean__unit-panel[hidden]{display:none !important;}.single-clean__unit-panel.is-active{display:grid !important;}.single-clean__unit-price-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 10px;min-width:0;}.single-clean__unit-m2{color:#667085;font-size:11.5px;font-weight:650;line-height:1.2;white-space:nowrap;}.single-clean__unit-mainline h3{display:none !important;}.single-clean__unit-area small,.single-clean__unit-facts small{text-transform:none;}.single-clean__unit-links a[data-unit-media-open]{cursor:pointer;}.single-clean__unit-thumbs button{cursor:zoom-in;}.single-clean__unit-modal[hidden]{display:none !important;}.single-clean__unit-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;}.single-clean__unit-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.76);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);}.single-clean__unit-modal-dialog{position:relative;z-index:1;width:min(1120px,94vw);height:min(760px,86vh);border-radius:18px;background:#0f172a;box-shadow:0 28px 70px rgba(0,0,0,.35);overflow:hidden;}.single-clean__unit-modal-body{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}.single-clean__unit-modal-image{max-width:100%;max-height:100%;object-fit:contain;display:block;}.single-clean__unit-modal-frame{width:100%;height:100%;border:0;display:block;background:#000;}.single-clean__unit-modal-close,.single-clean__unit-modal-arrow{position:absolute;z-index:2;appearance:none;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.94);color:#0f172a;cursor:pointer;box-shadow:0 12px 26px rgba(0,0,0,.20);}.single-clean__unit-modal-close{top:14px;right:14px;width:42px;height:42px;border-radius:999px;font-size:28px;line-height:1;}.single-clean__unit-modal-arrow{top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;font-size:30px;line-height:1;}.single-clean__unit-modal-arrow--prev{left:16px;}.single-clean__unit-modal-arrow--next{right:16px;}.single-clean__unit-modal.is-iframe .single-clean__unit-modal-arrow{display:none;}@media (max-width:1024px){.single-clean__unit-panel.is-active{display:grid !important;}.single-clean__unit-m2{flex-basis:100%;font-size:11px;}.single-clean__unit-modal{padding:14px;}.single-clean__unit-modal-dialog{width:96vw;height:78vh;border-radius:16px;}.single-clean__unit-modal-arrow{width:42px;height:42px;}}@media (max-width:640px){.single-clean__unit-price-line{display:grid;gap:4px;}.single-clean__unit-m2{flex-basis:auto;}.single-clean__unit-modal{padding:10px;}.single-clean__unit-modal-dialog{height:72vh;}.single-clean__unit-modal-close{width:38px;height:38px;font-size:24px;}}@media (min-width:1025px){.single-clean__unit-features{justify-items:end !important;text-align:right !important;}.single-clean__unit-features h4{width:100% !important;text-align:right !important;}.single-clean__unit-features ul{justify-content:flex-end !important;}}.single-clean__unit-thumbs{display:flex !important;flex-wrap:nowrap !important;overflow-x:auto !important;overflow-y:hidden !important;max-width:93% !important;scrollbar-width:thin !important;-webkit-overflow-scrolling:touch !important;scroll-snap-type:x proximity !important;padding-bottom:4px !important;}.single-clean__unit-thumbs button{flex:0 0 54px !important;width:54px !important;height:48px !important;scroll-snap-align:start !important;}@media (min-width:641px) and (max-width:1024px){.single-clean__unit-thumbs{max-width:100% !important;gap:7px !important;}.single-clean__unit-thumbs button{flex-basis:48px !important;width:48px !important;height:42px !important;}}@media (max-width:640px){.single-clean__unit-thumbs{max-width:100% !important;gap:6px !important;}.single-clean__unit-thumbs button{flex-basis:43px !important;width:43px !important;height:36px !important;}}.single-clean__unit-features,.single-clean__unit-features h4{justify-items:start !important;text-align:left !important;}.single-clean__unit-features ul{justify-content:flex-start !important;}.single-clean__unit-links{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}.single-clean__unit-links a{min-height:74px !important;}.single-clean__unit-links a:only-child{grid-column:1 / -1 !important;}@media (max-width:1024px){.single-clean__unit-links{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}.single-clean__unit-links a{min-height:74px !important;}}@media (max-width:640px){.single-clean__unit-links{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;}.single-clean__unit-links a{min-height:67px !important;padding:9px 10px !important;font-size:12px !important;}}@media (min-width:1181px){.single-clean__lead{width:385px !important;right:max(52px,calc((100vw - 1500px) / 2 + 52px)) !important;}.single-clean__content{width:min(765px,calc(100% - 535px)) !important;max-width:765px !important;margin:32px auto 0 85px !important;}.single-clean__gallery-arrow--next{right:calc(max(52px,calc((100vw - 1500px) / 2 + 52px)) + 395px) !important;}}@media (min-width:1025px) and (max-width:1180px){.single-clean__lead{width:347px !important;right:28px !important;}.single-clean__content{width:calc(100% - 490px) !important;max-width:calc(100% - 490px) !important;margin:32px auto 0 38px !important;}.single-clean__gallery-arrow--next{right:385px !important;}}.single-clean__unit-tabs{margin:0 52px 12px !important;padding:0 0 12px !important;}.single-clean__unit-nav{top:18px !important;left:18px !important;right:18px !important;justify-content:space-between !important;pointer-events:none !important;}.single-clean__unit-nav button{pointer-events:auto !important;}.single-clean__unit-nav button:disabled,.single-clean__unit-footer button:disabled,.single-clean__unit-nav button.is-disabled,.single-clean__unit-footer button.is-disabled{color:#aeb7c6 !important;border-color:#edf0f3 !important;background:#f8fafc !important;box-shadow:none !important;cursor:default !important;opacity:.78 !important;}@media (min-width:1181px){.single-clean__lead{width:424px !important;right:max(48px,calc((100vw - 1500px) / 2 + 48px)) !important;}.single-clean__content{width:min(860px,calc(100% - 600px)) !important;max-width:860px !important;margin:32px auto 0 65px !important;}.single-clean__gallery-arrow--next{right:calc(max(48px,calc((100vw - 1500px) / 2 + 48px)) + 438px) !important;}}@media (min-width:1025px) and (max-width:1180px){.single-clean__lead{width:382px !important;right:24px !important;}.single-clean__content{width:calc(100% - 500px) !important;max-width:calc(100% - 500px) !important;margin:32px auto 0 32px !important;}.single-clean__gallery-arrow--next{right:420px !important;}.single-clean__unit-tabs{margin-inline:48px !important;}}@media (max-width:1024px){.single-clean__unit-tabs{margin:0 !important;padding:0 0 10px !important;}}.single-clean__nearby{overflow:hidden !important;}.single-clean__nearby h2{margin-bottom:14px !important;}.single-clean__nearby-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:14px !important;}.single-clean__nearby-category{min-width:0 !important;padding:0 !important;}.single-clean__nearby-category h3{display:flex !important;align-items:center !important;gap:8px !important;margin:0 0 8px !important;color:#0f172a !important;font-size:13px !important;font-weight:760 !important;line-height:1.2 !important;}.single-clean__nearby-category h3::before{content:"" !important;display:inline-block !important;width:9px !important;height:9px !important;border-radius:999px !important;background:#0f766e !important;box-shadow:0 0 0 4px rgba(15,118,110,.08) !important;}.single-clean__nearby-category ul{display:grid !important;gap:6px !important;margin:0 !important;padding:0 !important;list-style:none !important;}.single-clean__nearby-category li{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:10px !important;min-height:34px !important;padding:7px 10px !important;border:1px solid #e5e8ef !important;border-radius:10px !important;background:#f8fafc !important;color:#475569 !important;font-size:12px !important;line-height:1.25 !important;}.single-clean__nearby-category li span{min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}.single-clean__nearby-category li strong{color:#64748b !important;font-size:11px !important;font-weight:700 !important;white-space:nowrap !important;}@media (max-width:760px){.single-clean__nearby-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}.single-clean__nearby-category h3{font-size:12px !important;}.single-clean__nearby-category li{min-height:32px !important;padding:7px 8px !important;gap:8px !important;}.single-clean__nearby-category li strong{font-size:10.5px !important;}}@media (max-width:420px){.single-clean__nearby-grid{gap:9px !important;}.single-clean__nearby-category li{grid-template-columns:minmax(0,1fr) !important;align-items:start !important;}.single-clean__nearby-category li strong{justify-self:start !important;}}.single-clean__unit-panel[hidden]{display:none !important;}.single-clean__unit-panel{contain:layout paint !important;}.single-clean__unit-panel:not(.is-active) img[data-unit-src],.single-clean__unit-panel:not(.is-active) [data-unit-bg]{content-visibility:hidden !important;}.single-clean__unit-plant,.single-clean__unit-thumbs button,.single-clean__unit-links a{overflow:hidden !important;backface-visibility:hidden !important;transform:translateZ(0) !important;}.single-clean__unit-plant img,.single-clean__unit-thumbs img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;}.single-clean__nearby-category,.single-clean__summary,.single-clean__block{contain:layout paint !important;}.single-clean__unit-carousel{--unit-neutral-900:#111827;--unit-neutral-700:#374151;--unit-neutral-600:#4b5563;--unit-neutral-500:#667085;--unit-neutral-300:#dfe3ea;--unit-neutral-200:#e5e8ef;--unit-neutral-100:#f4f5f7;--unit-neutral-050:#f8fafc;}.single-clean__unit-tab{background:var(--unit-neutral-100) !important;border-color:var(--unit-neutral-300) !important;color:var(--unit-neutral-900) !important;box-shadow:none !important;}.single-clean__unit-tab.is-active{background:var(--unit-neutral-900) !important;border-color:var(--unit-neutral-900) !important;color:#fff !important;box-shadow:none !important;}.single-clean__unit-nav button,.single-clean__unit-footer button{color:var(--unit-neutral-900) !important;box-shadow:none !important;}.single-clean__unit-price,.single-clean__unit-area{color:var(--unit-neutral-900) !important;}.single-clean__unit-area{background:var(--unit-neutral-100) !important;}.single-clean__unit-m2{color:var(--unit-neutral-500) !important;}.single-clean__unit-facts{grid-template-columns:repeat(auto-fit,minmax(90px,1fr)) !important;}.single-clean__unit-facts span{color:var(--unit-neutral-900) !important;}.single-clean__unit-features{text-align:left !important;justify-items:stretch !important;}.single-clean__unit-features h4{display:none !important;}.single-clean__unit-features ul{justify-content:flex-start !important;}.single-clean__unit-features li{background:var(--unit-neutral-050) !important;border-color:var(--unit-neutral-300) !important;color:var(--unit-neutral-600) !important;font-size:10.35px !important;font-weight:620 !important;}.single-clean__unit-thumbs{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;overflow:hidden !important;max-width:93% !important;padding-bottom:0 !important;scrollbar-width:none !important;}.single-clean__unit-thumbs button{position:relative !important;flex:initial !important;width:auto !important;height:48px !important;border-color:transparent !important;}.single-clean__unit-thumbs button.is-active{border-color:var(--unit-neutral-900) !important;box-shadow:none !important;}.single-clean__unit-thumb-more{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;background:rgba(17,24,39,.62);color:#fff;font-size:13px;font-weight:760;line-height:1;}.single-clean__offer-summary[data-single-unit-offer-summary]{grid-template-columns:minmax(0,1fr) !important;gap:6px !important;align-items:start !important;}.capture-form-card--single-clean .single-clean__offer-summary{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:2px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--unit{display:block !important;min-height:0 !important;padding:0 !important;background:transparent !important;color:#0f172a !important;font-size:15px !important;font-weight:400 !important;line-height:1.25 !important;letter-spacing:-.015em !important;text-align:left !important;}.capture-form-card--single-clean .single-clean__offer-summary-price{display:block !important;color:#0f172a !important;font-size:18px !important;font-weight:600 !important;line-height:1.2 !important;letter-spacing:-.015em !important;text-align:left !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--unit-m2{color:#667085 !important;font-size:12px !important;font-weight:650 !important;letter-spacing:0 !important;}.single-clean__commercial-conditions{display:flex;flex-wrap:wrap;gap:6px;margin:-8px 0 14px;}.single-clean__commercial-conditions span{display:inline-flex;align-items:center;min-height:24px;padding:5px 9px;border-radius:999px;border:1px solid #dfe3ea;background:#f8fafc;color:#4b5563;font-size:11px;font-weight:650;line-height:1;}@media (max-width:1024px){.single-clean__unit-thumbs{grid-template-columns:repeat(5,minmax(0,1fr)) !important;max-width:100% !important;}.single-clean__unit-thumbs button{height:42px !important;}}@media (max-width:640px){.single-clean__unit-thumbs{gap:6px !important;}.single-clean__unit-thumbs button{height:36px !important;}}.single-clean__unit-price-line{display:grid !important;gap:3px !important;align-items:start !important;}.single-clean__unit-price{font-weight:700 !important;}.single-clean__unit-m2{display:block !important;color:#6b7280 !important;font-size:11.5px !important;font-weight:600 !important;line-height:1.2 !important;white-space:normal !important;}.single-clean__unit-facts{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}.single-clean__unit-facts span{display:inline-flex !important;flex-direction:row !important;align-items:baseline !important;gap:4px !important;color:#1f2937 !important;font-size:13px !important;font-weight:600 !important;line-height:1.2 !important;}.single-clean__unit-facts span strong{color:#0f172a !important;font-size:14px !important;font-weight:720 !important;line-height:1 !important;}.single-clean__unit-facts small{display:contents !important;color:inherit !important;font-size:inherit !important;font-weight:inherit !important;}.single-clean__unit-features ul{justify-content:flex-start !important;}.single-clean__unit-features li{color:#4b5563 !important;font-size:10.35px !important;font-weight:600 !important;}.single-clean__mobile-unit-offer{display:none;}@media (max-width:1024px){.single-clean{padding-bottom:calc(148px + env(safe-area-inset-bottom,0)) !important;}.single-clean__mobile-bar{flex-wrap:wrap !important;align-items:stretch !important;gap:8px 10px !important;padding-top:9px !important;}.single-clean__mobile-unit-offer{display:grid !important;width:100% !important;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr) !important;gap:4px 8px !important;align-items:center !important;color:#1f2937 !important;font-size:11px !important;line-height:1.15 !important;}.single-clean__mobile-unit-offer .is-main{min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;font-weight:700 !important;letter-spacing:-.01em !important;}.single-clean__mobile-unit-offer .is-m2{justify-self:end !important;color:#6b7280 !important;font-size:10.5px !important;font-weight:600 !important;white-space:nowrap !important;}.single-clean__mobile-unit-offer .is-conditions{grid-column:1 / -1 !important;color:#6b7280 !important;font-size:10.5px !important;font-weight:600 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}.single-clean__lead-dialog .single-clean__offer-summary,.single-clean__lead-dialog .single-clean__commercial-conditions{display:none !important;}.single-clean__unit-facts{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}@media (max-width:640px){.single-clean{padding-bottom:calc(154px + env(safe-area-inset-bottom,0)) !important;}.single-clean__mobile-unit-offer{grid-template-columns:minmax(0,1fr) auto !important;}.single-clean__mobile-unit-offer .is-main{font-size:10.5px !important;}.single-clean__mobile-unit-offer .is-m2,.single-clean__mobile-unit-offer .is-conditions{font-size:10px !important;}}@media (min-width:1025px){.single-clean__offer-summary[data-single-unit-offer-summary]{gap:1px !important;margin-bottom:18px !important;}.capture-form-card--single-clean .single-clean__offer-summary-item--unit-m2{margin-top:-1px !important;}.single-clean__commercial-conditions{display:block !important;margin:12px 0 18px !important;padding:0 !important;}.single-clean__commercial-conditions span{display:block !important;min-height:0 !important;padding:0 0 0 13px !important;margin:2px 0 0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;color:#4b5563 !important;font-size:11.5px !important;font-weight:560 !important;line-height:1.28 !important;position:relative !important;}.single-clean__commercial-conditions span::before{content:"";position:absolute;left:1px;top:.62em;width:4px;height:4px;border-radius:999px;background:#9ca3af;transform:translateY(-50%);}.single-clean__unit-panel{grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr) !important;}}@media (max-width:1024px){.single-clean__mobile-unit-offer{grid-template-columns:minmax(0,1fr) !important;justify-items:stretch !important;text-align:left !important;gap:0 !important;}.single-clean__mobile-unit-offer .is-main,.single-clean__mobile-unit-offer .is-m2{display:none !important;}.single-clean__mobile-unit-offer .is-conditions{display:block !important;grid-column:1 / -1 !important;justify-self:stretch !important;width:100% !important;color:#4b5563 !important;font-size:12.6px !important;font-weight:650 !important;line-height:1.22 !important;text-align:left !important;white-space:normal !important;overflow:hidden !important;text-overflow:clip !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;}}@media (max-width:640px){.single-clean__mobile-unit-offer .is-conditions{font-size:12px !important;}}@media (max-width:1024px){.single-clean{padding-bottom:calc(180px + env(safe-area-inset-bottom,0)) !important;}.single-clean__mobile-bar{align-items:stretch !important;}.single-clean__mobile-unit-offer{width:100% !important;max-width:100% !important;}.single-clean__mobile-unit-offer .is-conditions{display:block !important;width:100% !important;max-width:100% !important;white-space:normal !important;overflow:visible !important;text-overflow:clip !important;-webkit-line-clamp:unset !important;-webkit-box-orient:initial !important;text-align:justify !important;text-align-last:left !important;hyphens:auto !important;}}@media (max-width:640px){.single-clean{padding-bottom:calc(192px + env(safe-area-inset-bottom,0)) !important;}.single-clean__mobile-unit-offer .is-conditions{line-height:1.24 !important;}}@media (min-width:1025px){.single-clean__lead{margin-bottom:80px !important;}}.single-clean__nearby-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px 18px !important;align-items:start !important;}.single-clean__nearby-column{display:grid !important;gap:14px !important;align-content:start !important;min-width:0 !important;}.single-clean__nearby-category{margin:0 !important;break-inside:avoid !important;}@media (max-width:760px){.single-clean__nearby-grid{grid-template-columns:minmax(0,1fr) !important;gap:12px !important;}.single-clean__nearby-column{gap:12px !important;}}@media (max-width:420px){.single-clean__nearby-grid{grid-template-columns:minmax(0,1fr) !important;}}.single-clean__nearby-toggle{position:absolute !important;width:1px !important;height:1px !important;opacity:0 !important;pointer-events:none !important;}.single-clean__nearby-more{display:inline-flex !important;width:fit-content !important;margin:8px 0 0 !important;color:#475569 !important;font-size:12px !important;font-weight:720 !important;line-height:1 !important;cursor:pointer !important;text-decoration:underline !important;text-underline-offset:3px !important;}.single-clean__nearby-more .is-less{display:none !important;}.single-clean__nearby-toggle:checked ~ .single-clean__nearby-more .is-more{display:none !important;}.single-clean__nearby-toggle:checked ~ .single-clean__nearby-more .is-less{display:inline !important;}.single-clean__nearby-toggle:not(:checked) ~ ul li:nth-child(n+4){display:none !important;}.single-clean__nearby-toggle:checked ~ ul li{display:flex !important;}.single-clean__mobile-commercial-card{display:none !important;}@media (max-width:1024px){.single-clean__mobile-unit-offer{display:none !important;}.single-clean__mobile-bar{padding-top:10px !important;}.single-clean{padding-bottom:calc(124px + env(safe-area-inset-bottom,0)) !important;}.single-clean__mobile-commercial-card{display:block !important;margin:12px 0 !important;padding:14px 14px 13px !important;border:1px solid #e5e8ef !important;border-radius:16px !important;background:#fff !important;box-shadow:0 8px 22px rgba(15,23,42,.06) !important;}.single-clean__mobile-commercial-card h2{margin:0 0 9px !important;color:#0f172a !important;font-size:14px !important;font-weight:760 !important;line-height:1.15 !important;}.single-clean__mobile-commercial-card div{display:flex !important;flex-wrap:wrap !important;gap:7px !important;align-items:center !important;}.single-clean__mobile-commercial-card span{display:inline-flex !important;align-items:center !important;min-height:28px !important;padding:6px 9px !important;border:1px solid #dfe3ea !important;border-radius:999px !important;background:#f8fafc !important;color:#334155 !important;font-size:12px !important;font-weight:650 !important;line-height:1 !important;}.single-clean__nearby h2{margin-bottom:12px !important;}.single-clean__nearby-category{padding:0 !important;}.single-clean__nearby-category h3{margin:0 0 7px !important;color:#0f172a !important;font-size:14px !important;font-weight:760 !important;line-height:1.2 !important;}.single-clean__nearby-category h3::before{width:8px !important;height:8px !important;background:#64748b !important;box-shadow:0 0 0 4px rgba(100,116,139,.09) !important;}.single-clean__nearby-category ul{gap:3px !important;}.single-clean__nearby-category li,.single-clean__nearby-toggle:checked ~ ul li{display:flex !important;align-items:baseline !important;justify-content:space-between !important;gap:14px !important;min-height:0 !important;padding:2px 0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;color:#64748b !important;font-size:13px !important;line-height:1.32 !important;}.single-clean__nearby-category li span{flex:1 1 auto !important;min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;color:#64748b !important;}.single-clean__nearby-category li strong{flex:0 0 auto !important;margin-left:auto !important;color:#94a3b8 !important;font-size:13px !important;font-weight:620 !important;white-space:nowrap !important;}.single-clean__nearby-toggle:not(:checked) ~ ul li:nth-child(n+3){display:none !important;}.single-clean__nearby-more{margin-top:7px !important;color:#475569 !important;font-size:12.5px !important;font-weight:720 !important;text-decoration:none !important;}}@media (max-width:640px){.single-clean__mobile-commercial-card{margin:10px 0 !important;padding:13px !important;}.single-clean__mobile-commercial-card div{gap:6px !important;}.single-clean__mobile-commercial-card span{font-size:11.5px !important;min-height:27px !important;}}@media (max-width:1024px){.single-clean__unit-panel.is-active{display:flex !important;flex-direction:column !important;}.single-clean__unit-info{display:contents !important;}.single-clean__unit-mainline{order:1 !important;width:100% !important;margin-bottom:2px !important;}.single-clean__unit-media{order:2 !important;width:100% !important;}.single-clean__unit-facts{order:3 !important;width:100% !important;}.single-clean__unit-links{order:4 !important;width:100% !important;}.single-clean__unit-features{order:5 !important;width:100% !important;}.single-clean__unit-footer{order:6 !important;width:100% !important;}}.single-clean__nearby-category li,.single-clean__nearby-toggle:checked ~ ul li{display:grid !important;grid-template-columns:minmax(0,max-content) max-content !important;justify-content:start !important;align-items:baseline !important;column-gap:clamp(12px,2.2vw,34px) !important;min-height:0 !important;padding:2px 0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;color:#64748b !important;font-size:13px !important;line-height:1.32 !important;}.single-clean__nearby-category li span{min-width:0 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;color:#64748b !important;}.single-clean__nearby-category li strong{justify-self:start !important;margin-left:0 !important;color:#94a3b8 !important;font-size:12px !important;font-weight:620 !important;white-space:nowrap !important;}.single-clean__nearby-more{display:inline-flex !important;margin:6px 0 0 auto !important;color:#475569 !important;text-decoration:none !important;}@media (min-width:761px){.single-clean__nearby-category:not(.has-desktop-more) .single-clean__nearby-more{display:none !important;}.single-clean__nearby-toggle:not(:checked) ~ ul li:nth-child(n+4){display:none !important;}.single-clean__nearby-toggle:not(:checked) ~ ul li:nth-child(n+3){display:grid !important;}}@media (max-width:760px){.single-clean__nearby-column{gap:18px !important;}.single-clean__nearby-category{margin-bottom:4px !important;}.single-clean__nearby-category h3{margin-bottom:8px !important;}.single-clean__nearby-category:not(.has-mobile-more) .single-clean__nearby-more{display:none !important;}.single-clean__nearby-toggle:not(:checked) ~ ul li:nth-child(n+3){display:none !important;}.single-clean__nearby-category li,.single-clean__nearby-toggle:checked ~ ul li{grid-template-columns:minmax(0,max-content) max-content !important;column-gap:clamp(12px,6vw,30px) !important;justify-content:start !important;font-size:13px !important;}.single-clean__nearby-category li strong{font-size:12.5px !important;}}.single-clean__conditions-ticker{display:none;}@media (max-width:1024px){.single-clean__mobile-commercial-card,.single-clean__mobile-unit-offer{display:none !important;}.single-clean__conditions-ticker{display:block !important;width:100vw !important;margin:8px 0 0 50% !important;transform:translateX(-50%) !important;overflow:hidden !important;background:#111827 !important;color:#fff !important;border-top:1px solid rgba(255,255,255,.08) !important;border-bottom:1px solid rgba(0,0,0,.16) !important;}.single-clean__conditions-track{display:flex !important;align-items:center !important;width:max-content !important;min-width:100% !important;gap:18px !important;padding:8px 0 !important;animation:singleConditionsTicker 28s linear infinite !important;will-change:transform;}.single-clean__conditions-track span{display:inline-flex !important;align-items:center !important;flex:0 0 auto !important;color:#f8fafc !important;font-size:12px !important;font-weight:650 !important;line-height:1 !important;white-space:nowrap !important;}.single-clean__conditions-track span::before{content:"";display:inline-block;width:5px;height:5px;margin-right:8px;border-radius:999px;background:#d1d5db;}.single-clean__mobile-bar{align-items:center !important;justify-content:center !important;gap:10px !important;padding-top:10px !important;}.single-clean__mobile-cta{flex:1 1 auto !important;}.single-clean__mobile-favorite{align-self:center !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;}}@keyframes singleConditionsTicker{0%{transform:translate3d(0,0,0);}100%{transform:translate3d(-50%,0,0);}}@media (prefers-reduced-motion:reduce){.single-clean__conditions-track{animation:none !important;flex-wrap:wrap !important;justify-content:center !important;padding-inline:12px !important;}}.single-clean__unit-plant{position:relative !important;}.single-clean__unit-media-icons{position:absolute !important;top:10px !important;left:10px !important;z-index:4 !important;display:inline-flex !important;gap:7px !important;align-items:center !important;}.single-clean__unit-media-icons a{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:2px !important;width:38px !important;height:38px !important;border-radius:999px !important;background:rgba(255,255,255,.94) !important;border:1px solid rgba(226,232,240,.92) !important;color:#111827 !important;box-shadow:0 10px 22px rgba(15,23,42,.15) !important;text-decoration:none !important;cursor:pointer !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important;}.single-clean__unit-media-icons a:hover,.single-clean__unit-media-icons a:focus-visible{color:#0f172a !important;background:#fff !important;transform:translateY(-1px) !important;}.single-clean__unit-media-icons svg{width:20px !important;height:20px !important;display:block !important;fill:currentColor !important;}.single-clean__unit-media-icons span{font-size:9px !important;font-weight:800 !important;line-height:1 !important;}.single-clean__unit-links{display:none !important;}@media (max-width:640px){.single-clean__unit-media-icons{top:8px !important;left:8px !important;gap:6px !important;}.single-clean__unit-media-icons a{width:34px !important;height:34px !important;}.single-clean__unit-media-icons svg{width:18px !important;height:18px !important;}}.single-clean__nearby-category li,.single-clean__nearby-toggle:checked ~ ul li{grid-template-columns:minmax(0,1fr) max-content !important;justify-content:stretch !important;column-gap:clamp(12px,1.4vw,22px) !important;width:min(100%,360px) !important;max-width:100% !important;padding:2px 0 !important;background:transparent !important;border:0 !important;}.single-clean__nearby-category li span{min-width:0 !important;max-width:none !important;}.single-clean__nearby-category li strong{justify-self:end !important;text-align:right !important;min-width:46px !important;}.single-clean__nearby-more{width:min(100%,360px) !important;justify-content:flex-end !important;margin-top:7px !important;margin-left:0 !important;}@media (max-width:760px){.single-clean__nearby-column{gap:24px !important;}.single-clean__nearby-category{margin-bottom:8px !important;}.single-clean__nearby-category li,.single-clean__nearby-toggle:checked ~ ul li{width:100% !important;column-gap:14px !important;}.single-clean__nearby-more{width:100% !important;}}.single-clean__media-wrap .single-clean__conditions-ticker{display:none !important;}.single-clean__hero>.single-clean__conditions-ticker{display:none;}@media (max-width:1024px){.single-clean__hero>.single-clean__conditions-ticker{display:block !important;position:relative !important;z-index:2 !important;width:100vw !important;margin:6px 0 0 50% !important;transform:translateX(-50%) !important;overflow:hidden !important;background:#111827 !important;color:#fff !important;border-top:1px solid rgba(255,255,255,.08) !important;border-bottom:1px solid rgba(0,0,0,.16) !important;touch-action:pan-y !important;cursor:grab !important;}.single-clean__hero>.single-clean__conditions-ticker.is-dragging{cursor:grabbing !important;}.single-clean__hero>.single-clean__conditions-ticker .single-clean__conditions-track{animation-duration:26.6s !important;user-select:none !important;-webkit-user-select:none !important;}.single-clean__hero>.single-clean__conditions-ticker.is-dragging .single-clean__conditions-track{animation:none !important;will-change:transform !important;}}.single-clean__unit-media-icons{top:10px !important;left:10px !important;display:flex !important;align-items:flex-start !important;gap:8px !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb{position:relative !important;width:92px !important;height:52px !important;min-width:92px !important;border-radius:9px !important;overflow:hidden !important;background-color:#111827 !important;background-size:cover !important;background-position:center !important;border:1px solid rgba(255,255,255,.82) !important;box-shadow:0 8px 18px rgba(15,23,42,.16) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;color:#fff !important;text-decoration:none !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb::before{content:"" !important;position:absolute !important;inset:0 !important;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.46)) !important;z-index:0 !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb--video::after{content:"▶" !important;position:absolute !important;left:8px !important;top:8px !important;z-index:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:20px !important;height:20px !important;border-radius:999px !important;background:rgba(220,38,38,.96) !important;color:#fff !important;font-size:9px !important;line-height:1 !important;padding-left:1px !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb--tour::after{content:"360" !important;position:absolute !important;left:8px !important;top:8px !important;z-index:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:26px !important;height:20px !important;padding:0 5px !important;border-radius:999px !important;background:rgba(15,23,42,.78) !important;color:#fff !important;font-size:9px !important;font-weight:800 !important;line-height:1 !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb span{position:absolute !important;left:8px !important;right:8px !important;bottom:7px !important;z-index:1 !important;color:#fff !important;font-size:10px !important;font-weight:760 !important;line-height:1.05 !important;text-shadow:0 1px 2px rgba(0,0,0,.42) !important;}.single-clean__unit-media-icons svg{display:none !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb:hover,.single-clean__unit-media-icons a.single-clean__unit-media-thumb:focus-visible{transform:translateY(-1px) !important;color:#fff !important;}@media (max-width:640px){.single-clean__unit-media-icons a.single-clean__unit-media-thumb{width:78px !important;height:44px !important;min-width:78px !important;border-radius:8px !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb span{font-size:9px !important;left:7px !important;right:7px !important;bottom:6px !important;}.single-clean__unit-media-icons a.single-clean__unit-media-thumb--video::after,.single-clean__unit-media-icons a.single-clean__unit-media-thumb--tour::after{left:7px !important;top:7px !important;height:18px !important;}}@media (min-width:1025px){.single-clean__gallery-arrow--next{right:22px !important;}}.single-clean__unit-plant .single-clean__unit-media-icons{display:none !important;}.single-clean__unit-thumbs{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr)) !important;gap:10px !important;align-items:stretch !important;}.single-clean__unit-thumbs>button,.single-clean__unit-thumbs>a.single-clean__unit-media-thumb{aspect-ratio:16 / 9 !important;width:100% !important;height:auto !important;min-width:0 !important;border-radius:10px !important;overflow:hidden !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb{position:relative !important;display:block !important;background-size:cover !important;background-position:center !important;border:1px solid rgba(226,232,240,.95) !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;text-decoration:none !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(15,23,42,.16) !important;backdrop-filter:blur(1.5px) saturate(115%) !important;-webkit-backdrop-filter:blur(1.5px) saturate(115%) !important;z-index:0 !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video::after{content:"" !important;position:absolute !important;left:50% !important;top:50% !important;z-index:2 !important;width:34px !important;height:24px !important;transform:translate(-50%,-50%) !important;border-radius:7px !important;background:#ff0033 !important;box-shadow:0 6px 14px rgba(15,23,42,.22) !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video span.screen-reader-text::after{content:"" !important;position:absolute !important;left:50% !important;top:50% !important;z-index:3 !important;transform:translate(-38%,-50%) !important;border-top:6px solid transparent !important;border-bottom:6px solid transparent !important;border-left:10px solid #fff !important;width:0 !important;height:0 !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--tour::after{content:"360°" !important;position:absolute !important;left:50% !important;top:50% !important;z-index:2 !important;transform:translate(-50%,-50%) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:28px !important;border-radius:999px !important;background:rgba(255,255,255,.78) !important;color:#111827 !important;font-size:12px !important;font-weight:800 !important;box-shadow:0 6px 14px rgba(15,23,42,.16) !important;backdrop-filter:blur(6px) !important;-webkit-backdrop-filter:blur(6px) !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb span:not(.screen-reader-text){display:none !important;}@media (max-width:640px){.single-clean__unit-thumbs{gap:7px !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video::after{width:28px !important;height:20px !important;border-radius:6px !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video span.screen-reader-text::after{border-top-width:5px !important;border-bottom-width:5px !important;border-left-width:8px !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--tour::after{width:36px !important;height:24px !important;font-size:10px !important;}}@media (min-width:1025px){.capture-form-card--single-clean .single-clean__commercial-conditions{display:block !important;order:-2 !important;width:calc(100% + 48px) !important;margin:-24px -24px 18px !important;overflow:hidden !important;padding:9px 0 !important;border-radius:20px 20px 0 0 !important;border-bottom:1px solid #eef1f5 !important;background:#f8fafc !important;}.capture-form-card--single-clean .single-clean__commercial-conditions::before,.capture-form-card--single-clean .single-clean__commercial-conditions::after{display:none !important;}.capture-form-card--single-clean .single-clean__commercial-conditions span{display:inline-flex !important;align-items:center !important;margin-right:22px !important;padding:0 !important;border:0 !important;background:transparent !important;color:#475569 !important;font-size:12px !important;font-weight:700 !important;line-height:1 !important;white-space:nowrap !important;}.capture-form-card--single-clean .single-clean__commercial-conditions span::before{content:"" !important;display:inline-block !important;width:5px !important;height:5px !important;margin-right:8px !important;border-radius:999px !important;background:#94a3b8 !important;}.capture-form-card--single-clean .single-clean__commercial-conditions-inner{display:flex !important;align-items:center !important;width:max-content !important;min-width:100% !important;padding-left:18px !important;animation:singleFormConditionsTicker 24s linear infinite !important;will-change:transform;}.capture-form-card--single-clean .single-clean__commercial-conditions:hover .single-clean__commercial-conditions-inner{animation-play-state:paused !important;}}@keyframes singleFormConditionsTicker{0%{transform:translate3d(0,0,0);}100%{transform:translate3d(-50%,0,0);}}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video::after{content:"▶" !important;color:#fff !important;font-size:12px !important;font-weight:800 !important;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding-left:1px !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video span.screen-reader-text::after{display:none !important;content:none !important;}.single-clean__conditions-ticker:not(:has(.single-clean__conditions-track span)),.single-clean__commercial-conditions:not(:has(.single-clean__commercial-conditions-inner span)){display:none !important;}@media (max-width:1024px){.single-clean__conditions-track span::before{display:none !important;content:none !important;}}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb{background-color:#e5e7eb !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb::before{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(15,23,42,.18)) !important;backdrop-filter:blur(1.2px) saturate(118%) !important;-webkit-backdrop-filter:blur(1.2px) saturate(118%) !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video::after{width:22px !important;height:16px !important;border-radius:5px !important;font-size:8px !important;box-shadow:0 4px 10px rgba(15,23,42,.18) !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--tour::after{width:27px !important;height:18px !important;font-size:8px !important;box-shadow:0 4px 10px rgba(15,23,42,.14) !important;}@media (max-width:640px){.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--video::after{width:18px !important;height:13px !important;border-radius:4px !important;font-size:7px !important;}.single-clean__unit-thumbs>a.single-clean__unit-media-thumb--tour::after{width:23px !important;height:16px !important;font-size:7px !important;}}@media (min-width:1025px){.capture-form-card--single-clean .single-clean__commercial-conditions{background:#111827 !important;color:#fff !important;padding:10px 0 !important;border-bottom:1px solid rgba(0,0,0,.16) !important;}.capture-form-card--single-clean .single-clean__commercial-conditions span{color:#f8fafc !important;font-size:13px !important;font-weight:650 !important;margin-right:24px !important;}.capture-form-card--single-clean .single-clean__commercial-conditions span::before{display:none !important;content:none !important;}.capture-form-card--single-clean .single-clean__commercial-conditions-inner{gap:18px !important;padding-left:18px !important;animation-duration:23s !important;}}.single-clean__summary-conditions{display:none;}@media (min-width:1025px){.capture-form-card--single-clean>.single-clean__commercial-conditions{display:none !important;}.single-clean__summary--development .single-clean__summary-conditions{display:flex !important;flex-wrap:wrap !important;gap:8px !important;align-items:center !important;margin-top:20px !important;padding-top:16px !important;border-top:1px solid #eef1f5 !important;}.single-clean__summary--development .single-clean__summary-conditions span{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:28px !important;padding:7px 13px !important;border:1px solid #dfe5ed !important;border-radius:999px !important;background:#f3f6fa !important;color:#475569 !important;font-size:12px !important;font-weight:700 !important;line-height:1 !important;white-space:nowrap !important;}}@media (max-width:1024px){.single-clean__summary--development .single-clean__summary-conditions{display:none !important;}}@media (min-width:1025px){html body .site-header .site-nav__menu,html body .site-header .site-nav__menu a{font-size:13.8px !important;line-height:1.2 !important;}html body.imob-header-compact .site-header:not(.is-menu-open) .site-nav__menu,html body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-nav__menu,html body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-nav__menu,html body.imob-header-compact .site-header:not(.is-menu-open) .site-nav__menu a,html body.imob-header-compact.imob-single-active .site-header:not(.is-menu-open) .site-nav__menu a,html body.imob-header-compact.imob-favorites-active .site-header:not(.is-menu-open) .site-nav__menu a{font-size:13.8px !important;}html body .site-nav__whatsapp-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;margin-left:7px !important;color:#25D366 !important;line-height:1 !important;vertical-align:-0.125em !important;}html body .site-nav__whatsapp-icon svg{width:16px !important;height:16px !important;display:block !important;}}@media (max-width:1024px){html body .site-nav__whatsapp-icon{display:none !important;}}.single-clean__nearby-category h3::before{display:none !important;content:none !important;}.single-clean__nearby-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 26px !important;width:26px !important;height:26px !important;border-radius:999px !important;color:var(--single-green,#075f42) !important;background:rgba(15,118,110,.10) !important;box-shadow:inset 0 0 0 1px rgba(15,118,110,.14) !important;}.single-clean__nearby-icon svg{display:block !important;width:16px !important;height:16px !important;}@media (max-width:640px){.single-clean__nearby-icon{flex-basis:24px !important;width:24px !important;height:24px !important;}.single-clean__nearby-icon svg{width:14px !important;height:14px !important;}}:root{--imob-nearby-row-width:clamp(250px,21vw,300px);--imob-nearby-distance-width:48px;}.single-clean__nearby-category li,.single-clean__nearby-toggle:checked ~ ul li{grid-template-columns:minmax(0,1fr) var(--imob-nearby-distance-width) !important;column-gap:clamp(8px,.8vw,14px) !important;width:min(100%,var(--imob-nearby-row-width)) !important;max-width:100% !important;}.single-clean__nearby-category li strong{width:var(--imob-nearby-distance-width) !important;min-width:0 !important;justify-self:end !important;text-align:right !important;}.single-clean__nearby-more{width:min(100%,var(--imob-nearby-row-width)) !important;}@media (max-width:900px){:root{--imob-nearby-row-width:clamp(230px,42vw,285px);}}@media (max-width:760px){:root{--imob-nearby-row-width:100%;--imob-nearby-distance-width:44px;}.single-clean__nearby-category li,.single-clean__nearby-toggle:checked ~ ul li{column-gap:10px !important;}}.hero-search--developments .field-card--development-phase{grid-column:1 / -1;min-width:0;}.field-card:not(.has-hero-custom-select) select[data-hero-city-select],.field-card:not(.has-hero-custom-select) select[data-hero-neighborhood-select],.field-card:not(.has-hero-custom-select) select[data-hero-type-select],.field-card:not(.has-hero-custom-select) select[data-hero-price-select],.field-card:not(.has-hero-custom-select) select[data-hero-phase-select]{display:block !important;position:static !important;width:100% !important;height:auto !important;opacity:1 !important;pointer-events:auto !important;clip-path:none !important;}.catalog-custom-select.is-disabled .catalog-custom-select__trigger,.catalog-custom-select__trigger:disabled{cursor:not-allowed;opacity:.58;filter:grayscale(.08);}.catalog-custom-select.is-disabled .catalog-custom-select__menu{display:none;}html.catalog-filters-open,body.catalog-filters-open{overflow:hidden;overscroll-behavior:none;}.catalog-filter-backdrop{background:rgba(15,23,42,.22);backdrop-filter:blur(8px) saturate(110%);-webkit-backdrop-filter:blur(8px) saturate(110%);}.catalog-filter-backdrop.is-visible{opacity:1;visibility:visible;}.site-footer__customizer-aware{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(230px,.9fr) minmax(190px,.7fr) minmax(280px,1.15fr);align-items:start;gap:28px;}.site-footer__brand-block{display:grid;gap:12px;min-width:0;}.site-footer__heading{margin:0 0 12px;color:#fff;font-size:.92rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}.site-footer__section{min-width:0;}.site-footer__contact-list{display:grid;gap:10px;margin:0;padding:0;list-style:none;}.site-footer__contact-list li,.site-footer__contact-list a{color:rgba(255,255,255,.84);text-decoration:none;}.site-footer__contact-list li,.site-footer__contact-list a,.site-footer__socials-link{display:flex;align-items:center;gap:10px;min-width:0;}.site-footer__contact-list a:hover,.site-footer__socials-link:hover{color:#fff;}.site-footer__item-icon,.site-footer__socials-link svg{width:18px;height:18px;flex:0 0 18px;color:rgba(255,255,255,.94);}.site-footer__item-icon{display:inline-flex;align-items:center;justify-content:center;}.site-footer__contact-list span:last-child{overflow-wrap:anywhere;}.site-footer__socials{display:flex;flex-wrap:wrap;gap:10px;}.site-footer__socials-link{min-height:38px;padding:8px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.06);font-weight:700;font-size:.9rem;color:rgba(255,255,255,.88);}.site-footer__text{color:rgba(255,255,255,.78);font-size:.94rem;line-height:1.62;}.site-footer__text p{margin:0 0 .72rem;}.site-footer__text p:last-child{margin-bottom:0;}.site-footer__legal{display:grid;gap:8px;margin-top:12px;}.site-footer__legal-item{border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.045);overflow:hidden;}.site-footer__legal-item summary{cursor:pointer;padding:10px 12px;color:rgba(255,255,255,.92);font-weight:750;}.site-footer__legal-text{padding:0 12px 12px;color:rgba(255,255,255,.76);font-size:.9rem;line-height:1.58;}.site-footer__legal-text p{margin:.55rem 0 0;}.site-footer__simple>.scv2-footer-extra{display:none !important;}.mobile-nav-panel__socials{display:none;}@media (max-width:1180px){.site-footer__customizer-aware{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:820px){.site-footer__customizer-aware{grid-template-columns:1fr;gap:22px;}.site-footer__social-section{display:none !important;}.site-footer__creci{text-align:left;}.mobile-nav-panel__socials{display:flex;flex-wrap:wrap;gap:10px;padding-top:16px;margin-top:8px;border-top:1px solid rgba(15,23,42,.08);}.mobile-nav-panel__socials-link{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:15px;color:#0f172a;background:#fff;box-shadow:0 8px 14px rgba(15,23,42,.064),inset 0 1px 0 rgba(255,255,255,.84);text-decoration:none;}.mobile-nav-panel__socials-link svg{width:21px;height:21px;}}.site-footer__institutional-links{display:grid;gap:9px;margin:0;padding:0;list-style:none;}.site-footer__institutional-links a{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.86);text-decoration:none;font-weight:720;line-height:1.35;}.site-footer__institutional-links a::after{content:"→";opacity:.72;transform:translateX(0);transition:transform .18s ease,opacity .18s ease;}.site-footer__institutional-links a:hover,.site-footer__institutional-links a:focus-visible{color:#fff;}.site-footer__institutional-links a:hover::after,.site-footer__institutional-links a:focus-visible::after{opacity:1;transform:translateX(2px);}.imob-institutional-page{background:#f8fafc;}.imob-institutional-page__shell{max-width:920px;}.imob-institutional-page__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:#64748b;font-size:.92rem;font-weight:700;}.imob-institutional-page__breadcrumb a{color:#0f766e;text-decoration:none;}.imob-institutional-page__card{padding:clamp(24px,4vw,44px);border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.08);}.imob-institutional-page__card h1{margin-top:0;margin-bottom:18px;color:#0f172a;font-size:clamp(2rem,4vw,3rem);line-height:1.06;}.imob-institutional-page__content{color:#334155;font-size:1.02rem;line-height:1.75;}.imob-institutional-page__content p:first-child{margin-top:0;}.imob-institutional-page__content p:last-child{margin-bottom:0;}@media (max-width:820px){.mobile-nav-panel__menu .mobile-nav-panel__socials-item{order:97 !important;margin-top:auto !important;padding-top:10px !important;list-style:none !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item + .imob-favorites-menu-item,.mobile-nav-panel__menu .mobile-nav-panel__socials-item + li.is-favorites-link,.mobile-nav-panel__menu li.is-favorites-link,.mobile-nav-panel__menu .imob-favorites-menu-item{order:98 !important;margin-top:8px !important;}.mobile-nav-panel__socials{justify-content:flex-start;padding-top:0 !important;margin-top:0 !important;margin-bottom:0 !important;border-top:0 !important;}.mobile-nav-panel__menu li.is-team-link{order:99 !important;align-self:flex-end;margin-top:10px !important;}.mobile-nav-panel__menu li.is-team-link a{width:58px !important;min-width:58px !important;max-width:58px !important;height:58px !important;min-height:58px !important;padding:0 !important;border-radius:999px !important;justify-content:center !important;gap:0 !important;text-indent:0 !important;}.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-label{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important;}.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-icon{width:26px !important;height:26px !important;min-width:26px !important;margin:0 !important;background:transparent !important;}.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-icon svg{width:26px !important;height:26px !important;}}.scv2-wa-float{width:58px !important;min-width:58px !important;height:58px !important;min-height:58px !important;padding:0 !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;text-indent:-9999px !important;white-space:nowrap !important;line-height:1 !important;}.scv2-wa-float::before{content:"";width:28px;height:28px;display:block;flex:0 0 28px;background-color:currentColor;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/></svg>') center / contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/></svg>') center / contain no-repeat;text-indent:0;}.scv2-wa-float>*{text-indent:0;}@media (max-width:820px){.mobile-nav-panel__menu .mobile-nav-panel__socials-item{order:97 !important;margin-top:12px !important;padding-top:0 !important;width:100% !important;}.mobile-nav-panel__socials{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;gap:10px !important;width:100% !important;}.mobile-nav-panel__socials-link{flex:0 0 auto !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item + .imob-favorites-menu-item,.mobile-nav-panel__menu .mobile-nav-panel__socials-item + li.is-favorites-link,.mobile-nav-panel__menu li.is-favorites-link,.mobile-nav-panel__menu .imob-favorites-menu-item{order:98 !important;margin-top:6px !important;}}.imob-institutional-page--simple .imob-institutional-page__shell{max-width:860px;}.imob-institutional-page--simple h1{margin:0 0 18px;color:#0f172a;font-size:clamp(2rem,4vw,3rem);line-height:1.08;}.imob-institutional-page--simple .imob-institutional-page__content{color:#334155;font-size:1.02rem;line-height:1.75;}@media (min-width:821px){.scv2-wa-float{width:58px !important;min-width:58px !important;height:58px !important;min-height:58px !important;padding:0 !important;border-radius:999px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;text-indent:-9999px !important;white-space:nowrap !important;line-height:1 !important;}.scv2-wa-float::before{content:"";width:28px;height:28px;display:block;flex:0 0 28px;background-color:currentColor;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/></svg>') center / contain no-repeat;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/></svg>') center / contain no-repeat;text-indent:0;}}@media (max-width:820px){.scv2-wa-float{width:auto !important;min-width:0 !important;height:auto !important;min-height:0 !important;padding:revert !important;border-radius:revert !important;overflow:visible !important;text-indent:0 !important;white-space:normal !important;}.scv2-wa-float::before{content:none !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item{order:97 !important;margin-top:4px !important;margin-bottom:2px !important;padding-top:0 !important;width:100% !important;list-style:none !important;}.mobile-nav-panel__socials{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:14px !important;width:100% !important;padding:0 !important;margin:0 !important;border:0 !important;}.mobile-nav-panel__socials-link{width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:#0f172a !important;line-height:1 !important;text-decoration:none !important;}.mobile-nav-panel__socials-link svg{width:22px !important;height:22px !important;display:block !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item + .imob-favorites-menu-item,.mobile-nav-panel__menu .mobile-nav-panel__socials-item + li.is-favorites-link,.mobile-nav-panel__menu li.is-favorites-link,.mobile-nav-panel__menu .imob-favorites-menu-item{order:98 !important;margin-top:4px !important;}}.site-footer__institutional-links,.site-footer__institutional-links li{list-style:none;}.site-footer__institutional .site-footer__institutional-content,.site-footer__institutional .entry-content,.site-footer__institutional p:not(.site-footer__legal-note){display:none !important;}@media (max-width:820px){.site-footer__social-section{display:none !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item{order:97 !important;margin-top:auto !important;margin-bottom:2px !important;padding:0 16px 0 !important;width:100% !important;list-style:none !important;flex:0 0 auto !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item + .imob-favorites-menu-item,.mobile-nav-panel__menu .mobile-nav-panel__socials-item + li.is-favorites-link,.mobile-nav-panel__menu li.is-favorites-link,.mobile-nav-panel__menu .imob-favorites-menu-item{order:98 !important;margin-top:4px !important;}.mobile-nav-panel__socials{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:16px !important;width:100% !important;padding:0 !important;margin:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}.mobile-nav-panel__socials::before,.mobile-nav-panel__socials::after,.mobile-nav-panel__socials-link::before,.mobile-nav-panel__socials-link::after{content:none !important;display:none !important;}.mobile-nav-panel__socials-link,.mobile-nav-panel__menu .mobile-nav-panel__socials-link{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;min-width:0 !important;max-width:none !important;height:auto !important;min-height:0 !important;max-height:none !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#0f172a !important;line-height:1 !important;text-decoration:none !important;transform:none !important;}.mobile-nav-panel__socials-link:hover,.mobile-nav-panel__socials-link:focus-visible{background:transparent !important;box-shadow:none !important;color:#0f766e !important;transform:none !important;outline-offset:4px;}.mobile-nav-panel__socials-link svg{display:block !important;width:22px !important;height:22px !important;min-width:22px !important;min-height:22px !important;flex:0 0 22px !important;}}.scv2-wa-float,a.scv2-wa-float,button.scv2-wa-float{display:none !important;visibility:hidden !important;pointer-events:none !important;}@media (max-width:820px){.mobile-nav-panel__menu li.is-team-link{order:99 !important;align-self:stretch !important;margin-top:0 !important;padding-top:0 !important;}.mobile-nav-panel__menu li.is-team-link a{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:14px !important;width:100% !important;min-width:0 !important;max-width:none !important;height:auto !important;min-height:58px !important;padding:12px 16px !important;border-radius:5px !important;text-align:left !important;text-indent:0 !important;white-space:nowrap !important;color:#ffffff !important;background:linear-gradient(135deg,rgba(15,118,110,0.96) 0%,rgba(11,97,92,0.98) 100%) !important;box-shadow:none !important;}.mobile-nav-panel__menu li.is-team-link a:hover,.mobile-nav-panel__menu li.is-team-link a:focus-visible{background:linear-gradient(135deg,rgba(17,135,126,0.98) 0%,rgba(8,84,79,1) 100%) !important;}.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-label{position:relative !important;z-index:1 !important;display:inline !important;width:auto !important;height:auto !important;min-width:0 !important;padding:0 !important;margin:0 !important;overflow:visible !important;clip:auto !important;clip-path:none !important;white-space:normal !important;border:0 !important;}.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-icon{position:relative !important;z-index:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:42px !important;height:42px !important;min-width:42px !important;flex:0 0 42px !important;margin:0 !important;color:#ffffff !important;background:rgba(255,255,255,0.18) !important;border-radius:14px !important;box-shadow:none !important;}.mobile-nav-panel__menu li.is-team-link .mobile-nav-panel__menu-icon svg{width:17px !important;height:17px !important;display:block !important;}}.site-footer__customizer-aware{display:grid !important;grid-template-columns:minmax(190px,.8fr) minmax(260px,1fr) minmax(220px,.85fr) minmax(240px,.9fr);align-items:start !important;gap:28px !important;}.site-footer__institutional-links{display:grid;gap:9px;margin:0;padding:0;}.site-footer__institutional-links a{color:rgba(255,255,255,.86);text-decoration:none;font-weight:650;}.site-footer__institutional-links a:hover,.site-footer__institutional-links a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px;}.site-footer__address{align-items:flex-start !important;}.site-footer__address .site-footer__item-icon{margin-top:2px;}@media (min-width:821px){.mobile-nav-panel__socials-item,.mobile-nav-panel__socials{display:none !important;}}@media (max-width:820px){.site-footer__customizer-aware{grid-template-columns:1fr !important;gap:22px !important;}.site-footer__social-section{display:none !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item{order:97 !important;display:block !important;width:100% !important;margin:auto 0 2px !important;padding:0 16px !important;list-style:none !important;background:transparent !important;border:0 !important;box-shadow:none !important;}.mobile-nav-panel__socials{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:16px !important;width:100% !important;margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;box-shadow:none !important;}.mobile-nav-panel__socials-link,.mobile-nav-panel__menu .mobile-nav-panel__socials-link{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;min-width:0 !important;height:auto !important;min-height:0 !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#0f172a !important;line-height:1 !important;text-decoration:none !important;}.mobile-nav-panel__socials-link:hover,.mobile-nav-panel__socials-link:focus-visible{background:transparent !important;color:#0f766e !important;box-shadow:none !important;outline-offset:4px;}.mobile-nav-panel__socials-link svg{display:block !important;width:22px !important;height:22px !important;flex:0 0 22px !important;}.mobile-nav-panel__menu .mobile-nav-panel__socials-item + .imob-favorites-menu-item,.mobile-nav-panel__menu .mobile-nav-panel__socials-item + li.is-favorites-link,.mobile-nav-panel__menu li.is-favorites-link,.mobile-nav-panel__menu .imob-favorites-menu-item{order:98 !important;margin-top:4px !important;}}.site-footer{background:radial-gradient(circle at 50% 0%,rgba(30,49,78,.34) 0%,rgba(8,18,35,.96) 42%,#071225 100%) !important;color:rgba(255,255,255,.86) !important;padding:clamp(86px,8vw,120px) 0 !important;border-top:1px solid rgba(255,255,255,.08) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04) !important;}.site-footer .container{max-width:1360px !important;}.site-footer__customizer-aware{display:grid !important;grid-template-columns:minmax(210px,.95fr) minmax(280px,1.08fr) minmax(210px,.72fr) minmax(240px,.82fr) !important;align-items:start !important;column-gap:clamp(58px,7vw,118px) !important;row-gap:34px !important;}.site-footer__brand-block,.site-footer__section,.site-footer__contact,.site-footer__social-section,.site-footer__institutional{min-width:0 !important;}.site-footer__brand-block{display:grid !important;align-content:start !important;gap:48px !important;padding-top:34px !important;}.site-footer__brand,.site-footer__brand .custom-logo-link{display:inline-flex !important;align-items:center !important;min-width:0 !important;}.site-footer__title,.site-footer__brand img,.site-footer__brand .custom-logo{color:#fff !important;filter:drop-shadow(0 1px 1px rgba(0,0,0,.28)) !important;}.site-footer__title{margin:0 !important;font-size:clamp(1.45rem,2vw,1.92rem) !important;line-height:1.08 !important;font-weight:850 !important;letter-spacing:-.025em !important;}.site-footer__brand img,.site-footer__brand .custom-logo{max-width:190px !important;max-height:58px !important;width:auto !important;height:auto !important;object-fit:contain !important;}.site-footer__creci{margin:0 !important;color:rgba(255,255,255,.82) !important;font-size:.98rem !important;line-height:1.35 !important;font-weight:500 !important;letter-spacing:-.01em !important;text-align:left !important;}.site-footer__heading{margin:0 0 34px !important;color:rgba(255,255,255,.96) !important;font-size:.95rem !important;line-height:1.2 !important;font-weight:850 !important;letter-spacing:.018em !important;text-transform:uppercase !important;text-shadow:0 1px 1px rgba(0,0,0,.28) !important;}.site-footer__contact-list,.site-footer__institutional-links{margin:0 !important;padding:0 !important;list-style:none !important;}.site-footer__contact-list{display:grid !important;gap:25px !important;}.site-footer__contact-list li,.site-footer__contact-list a{display:flex !important;align-items:center !important;gap:18px !important;min-width:0 !important;color:rgba(255,255,255,.84) !important;text-decoration:none !important;font-size:.98rem !important;line-height:1.36 !important;font-weight:500 !important;letter-spacing:-.025em !important;}.site-footer__contact-list a:hover,.site-footer__contact-list a:focus-visible,.site-footer__institutional-links a:hover,.site-footer__institutional-links a:focus-visible,.site-footer__socials-link:hover,.site-footer__socials-link:focus-visible{color:#fff !important;}.site-footer__item-icon,.site-footer__socials-link svg{width:22px !important;height:22px !important;min-width:22px !important;flex:0 0 22px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;color:rgba(255,255,255,.96) !important;}.site-footer__item-icon svg,.site-footer__socials-link svg{width:22px !important;height:22px !important;display:block !important;}.site-footer__address{align-items:center !important;}.site-footer__address .site-footer__item-icon{margin-top:0 !important;}.site-footer__contact-list span:last-child,.site-footer__socials-link span,.site-footer__institutional-links a{overflow-wrap:anywhere !important;}.site-footer__socials{display:grid !important;gap:22px !important;margin:0 !important;padding:0 !important;}.site-footer__socials-link,.site-footer__socials .site-footer__socials-link{display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;gap:18px !important;min-width:0 !important;min-height:0 !important;width:fit-content !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:rgba(255,255,255,.84) !important;text-decoration:none !important;font-size:.98rem !important;line-height:1.36 !important;font-weight:500 !important;letter-spacing:-.025em !important;}.site-footer__institutional-links{display:grid !important;gap:27px !important;}.site-footer__institutional-links a,.site-footer__institutional-links a:visited{display:inline-flex !important;align-items:center !important;width:fit-content !important;padding:0 !important;border:0 !important;background:transparent !important;color:rgba(255,255,255,.86) !important;text-decoration:none !important;font-size:.98rem !important;line-height:1.36 !important;font-weight:500 !important;letter-spacing:-.025em !important;}.site-footer__institutional-links a::after{content:none !important;display:none !important;}.site-footer__institutional-links a:hover,.site-footer__institutional-links a:focus-visible{text-decoration:none !important;}@media (max-width:1180px) and (min-width:821px){.site-footer__customizer-aware{grid-template-columns:minmax(180px,.9fr) minmax(240px,1fr) minmax(180px,.8fr) minmax(210px,.85fr) !important;column-gap:clamp(28px,4vw,52px) !important;}.site-footer__title{font-size:1.48rem !important;}.site-footer__contact-list li,.site-footer__contact-list a,.site-footer__socials-link,.site-footer__institutional-links a{font-size:.93rem !important;}}@media (max-width:820px){.site-footer{padding:48px 0 !important;}.site-footer__customizer-aware{grid-template-columns:1fr !important;gap:26px !important;}.site-footer__brand-block{gap:14px !important;padding-top:0 !important;}.site-footer__heading{margin-bottom:14px !important;}.site-footer__contact-list{gap:13px !important;}.site-footer__institutional-links{gap:12px !important;}.site-footer__social-section{display:none !important;}.mobile-nav-panel__socials-link,.mobile-nav-panel__menu .mobile-nav-panel__socials-link{background:transparent !important;border:0 !important;box-shadow:none !important;}}.site-footer{padding-top:clamp(48px,4.8vw,68px) !important;padding-bottom:clamp(48px,4.8vw,68px) !important;}@media (max-width:820px){.site-footer{padding-top:34px !important;padding-bottom:34px !important;}.mobile-nav-panel__socials{gap:20px !important;column-gap:20px !important;}}.imob-dna-card__metrics.imob-dna-card__metrics--text,.catalog-card .imob-dna-card__metrics.imob-dna-card__metrics--text,.catalog-card--property .imob-dna-card__metrics.imob-dna-card__metrics--text,.catalog-card--development .imob-dna-card__metrics.imob-dna-card__metrics--text{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0 !important;margin:9px 0 0 !important;padding:0 !important;background:transparent !important;color:#334155 !important;font-size:13px !important;font-weight:650 !important;line-height:1.35 !important;}.imob-dna-card__metric-text-item{display:inline-flex !important;align-items:center !important;min-height:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;color:inherit !important;white-space:nowrap !important;}.imob-dna-card__metric-text-item:not(:last-child)::after{content:"|" !important;display:inline-block !important;margin:0 9px !important;color:#94a3b8 !important;font-weight:500 !important;}.imob-dna-card__actions{grid-template-columns:1fr !important;}.single-clean__metrics--main{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:0 !important;margin-top:12px !important;color:#273347 !important;font-size:13px !important;font-weight:650 !important;line-height:1.35 !important;}.single-clean__metrics--main .single-clean__metric-item{display:inline-flex !important;align-items:center !important;gap:6px !important;min-height:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important;white-space:nowrap !important;}.single-clean__metrics--main .single-clean__metric-item:not(:last-child)::after{content:"|" !important;margin:0 10px !important;color:#94a3b8 !important;font-weight:500 !important;}.single-clean__metrics--main .single-clean__metric-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:17px !important;height:17px !important;color:#0f766e !important;}.single-clean__metrics--main .single-clean__metric-icon svg{width:17px !important;height:17px !important;}.imob-dna-card__metric-text-item,.single-clean__metrics--main .single-clean__metric-item,.single-clean__metrics--main .single-clean__metric-item span:last-child{font-weight:650 !important;}.imob-dna-card__facts{display:block;margin:9px 0 0;padding:0;border:0;border-radius:0;background:transparent;color:#334155;font-size:13px;font-weight:650;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.single-clean__facts--main{display:flex;flex-wrap:nowrap;align-items:center;gap:0;max-width:100%;margin-top:12px;padding:0;border:0;border-radius:0;background:transparent;color:#273347;font-size:clamp(11px,1.8vw,13px);font-weight:650;line-height:1.35;white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;}.single-clean__facts--main::-webkit-scrollbar{display:none;}.single-clean__fact-item{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;min-height:0;padding:0;border:0;border-radius:0;background:transparent;white-space:nowrap;}.single-clean__fact-icon{display:inline-flex;flex:0 0 auto;width:17px;height:17px;align-items:center;justify-content:center;color:#0f766e;line-height:1;}.single-clean__fact-icon svg{width:17px;height:17px;}.single-clean__fact-separator{display:inline-flex;flex:0 0 auto;margin:0 clamp(6px,1.6vw,10px);color:#94a3b8;font-weight:500;}.imob-dna-card{position:relative;}.imob-dna-card__stretched-link{position:absolute;inset:0;z-index:2;border-radius:inherit;text-decoration:none;}.imob-dna-card__favorite{position:relative;z-index:5;}.imob-dna-card__media,.imob-dna-card__title a{position:relative;}.single-clean__unit-facts>.single-clean__unit-fact{display:inline-flex !important;flex-direction:row !important;align-items:center !important;justify-content:center !important;gap:6px !important;min-width:0 !important;color:#0f172a !important;font-size:14px !important;font-weight:760 !important;line-height:1.15 !important;}.single-clean__unit-fact-icon{display:inline-flex !important;flex:0 0 auto !important;align-items:center !important;justify-content:center !important;width:17px !important;height:17px !important;color:#0f766e !important;line-height:1 !important;}.single-clean__unit-fact-icon svg{width:17px !important;height:17px !important;}.single-clean__unit-facts .single-clean__unit-fact-text{display:inline !important;min-width:0 !important;color:inherit !important;font-size:inherit !important;font-weight:inherit !important;line-height:inherit !important;white-space:nowrap !important;}.single-clean__unit-facts .single-clean__unit-fact-text strong{font-weight:800 !important;}.capture-form-card--trigger{display:grid !important;gap:16px !important;align-content:start !important;}.capture-form-trigger-button{width:100% !important;}.capture-form-card--trigger.capture-form-card--single-clean .capture-form-card__legal{margin:-6px 0 0 !important;color:#667085 !important;font-size:10.5px !important;font-weight:500 !important;line-height:1.35 !important;text-align:center !important;}.capture-form-card--trigger.capture-form-card--single-clean .capture-form-card__legal a{color:inherit !important;text-decoration:underline !important;text-underline-offset:2px !important;}.single-clean__lead-modal:not([hidden]){position:fixed !important;inset:0 !important;z-index:100020 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:clamp(16px,3vw,34px) !important;background:rgba(15,23,42,.34) !important;backdrop-filter:blur(10px) !important;-webkit-backdrop-filter:blur(10px) !important;}.single-clean__lead-backdrop{position:absolute !important;inset:0 !important;background:transparent !important;}.single-clean__lead-dialog{position:relative !important;inset:auto !important;width:min(94vw,760px) !important;max-width:760px !important;max-height:calc(100dvh - 48px) !important;overflow:auto !important;margin:0 !important;transform:none !important;border-radius:20px !important;background:#fff !important;box-shadow:0 28px 90px rgba(15,23,42,.20) !important;animation:singleLeadModalIn .22s cubic-bezier(.2,.8,.2,1) both !important;}.single-clean__lead-dialog .capture-form-card{background:#fff !important;border:0 !important;box-shadow:none !important;padding:clamp(28px,4vw,44px) !important;}.single-clean__lead-close{position:absolute !important;top:28px !important;right:28px !important;z-index:3 !important;width:34px !important;height:34px !important;border:0 !important;border-radius:999px !important;background:transparent !important;color:#111827 !important;font-size:32px !important;line-height:1 !important;cursor:pointer !important;}.capture-form-card--wizard .capture-form{gap:20px !important;}.capture-wizard__guided-header{display:flex !important;align-items:center !important;gap:16px !important;margin:0 44px 44px 0 !important;color:#0f172a !important;font-weight:600 !important;}.capture-wizard__guided-header strong{font-weight:600 !important;}.capture-wizard__guided-icon{display:inline-grid !important;width:52px !important;height:52px !important;place-items:center !important;border-radius:999px !important;background:#f1f5f9 !important;color:var(--primary,#0f766e) !important;font-size:23px !important;}.capture-wizard__guided-icon .bi{display:inline-block !important;font-family:"bootstrap-icons" !important;font-style:normal !important;font-weight:400 !important;line-height:1 !important;}.capture-wizard__guided-icon .bi-whatsapp::before{content:"\F618" !important;}.capture-wizard__guided-icon svg{display:block !important;width:22px !important;height:22px !important;}.capture-wizard__progress{width:100% !important;height:6px !important;overflow:hidden !important;border-radius:999px !important;background:#e5e7eb !important;}.capture-wizard__progress[hidden]{display:none !important;}.capture-wizard__progress span{display:block !important;width:0;height:100% !important;border-radius:inherit !important;background:var(--primary,#0f766e) !important;transition:width .22s ease !important;}.capture-wizard__step{display:grid !important;gap:13px !important;min-width:0 !important;margin:0 !important;padding:0 !important;border:0 !important;}.capture-wizard__step[hidden]{display:none !important;}.capture-wizard__step legend{display:block !important;width:100% !important;margin:0 0 2px !important;padding:0 !important;color:#111827 !important;font-weight:800 !important;font-size:1.08rem !important;line-height:1.25 !important;}.capture-wizard__step--identity{gap:0 !important;}.capture-wizard__step--identity legend{margin:0 0 40px !important;text-align:center !important;font-size:clamp(1.52rem,2.61vw,1.98rem) !important;font-weight:600 !important;line-height:1.14 !important;letter-spacing:-0.035em !important;}.capture-wizard__identity-row{display:grid !important;grid-template-columns:minmax(0,1.1fr) 70px minmax(0,.9fr) !important;column-gap:2px !important;row-gap:14px !important;align-items:center !important;}.capture-wizard__identity-name{margin-right:3px !important;}.capture-wizard__identity-country{margin-right:0 !important;}.capture-wizard__identity-phone{margin-left:0 !important;}.capture-wizard__step p{margin:-4px 0 2px !important;color:#64748b !important;font-size:.88rem !important;line-height:1.45 !important;}.capture-wizard__step .capture-wizard__secure-note{margin:25px 0 10px !important;text-align:center !important;color:#64748b !important;font-size:.95rem !important;}.capture-form select,.capture-form textarea{width:100% !important;border:1px solid #dfe3ea !important;background:#fff !important;border-radius:8px !important;padding:12px 14px !important;font:inherit !important;color:#111827 !important;box-shadow:none !important;}.capture-wizard__identity-row input{min-height:58px !important;border-radius:7px !important;border:1px solid #cbd5e1 !important;background:#fff !important;padding:0 18px !important;color:#0f172a !important;font-size:1rem !important;box-shadow:none !important;}.capture-wizard__identity-country input{width:64px !important;min-width:64px !important;max-width:64px !important;padding-inline:8px !important;text-align:center !important;}.capture-form textarea{resize:vertical !important;min-height:100px !important;}.capture-wizard__actions{display:grid !important;grid-template-columns:auto 1fr !important;gap:10px !important;align-items:center !important;}.capture-wizard__actions--identity{grid-template-columns:150px !important;justify-content:end !important;gap:0 !important;margin-top:8px !important;}.capture-wizard__actions .button[hidden]{display:none !important;}.capture-wizard__actions .button:not([data-capture-wizard-prev]){grid-column:2 !important;}.capture-wizard__actions--identity .button:not([data-capture-wizard-prev]){grid-column:1 !important;}.capture-wizard__actions .button[data-capture-wizard-prev]{grid-column:1 !important;background:#fff !important;color:var(--primary,#0f766e) !important;border:1px solid var(--primary,#0f766e) !important;}.capture-wizard__actions--identity .button{min-height:50px !important;border-radius:8px !important;}.capture-public__lead-modal .single-clean__lead-dialog{width:min(94vw,560px) !important;max-width:560px !important;border-radius:22px !important;}.capture-public__lead-modal .single-clean__lead-dialog .capture-form-card{padding:clamp(20px,3vw,28px) !important;}.capture-public__lead-modal .single-clean__lead-close{top:12px !important;right:12px !important;background:#f1f5f9 !important;font-size:22px !important;}@media (max-width:760px){.single-clean__lead-dialog{width:min(94vw,430px) !important;max-width:430px !important;max-height:calc(100dvh - 36px) !important;}.single-clean__lead-dialog .capture-form-card{padding:22px !important;}.capture-wizard__guided-header{margin-bottom:28px !important;flex-wrap:nowrap !important;gap:clamp(9px,2.8vw,14px) !important;min-width:0 !important;}.capture-wizard__guided-header strong{min-width:0 !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;font-size:clamp(.9rem,4vw,1rem) !important;line-height:1.15 !important;}.capture-wizard__guided-icon{width:clamp(38px,11vw,46px) !important;height:clamp(38px,11vw,46px) !important;flex:0 0 clamp(38px,11vw,46px) !important;}.capture-wizard__guided-icon svg{width:clamp(18px,5vw,21px) !important;height:clamp(18px,5vw,21px) !important;}.capture-wizard__identity-row{grid-template-columns:64px minmax(0,1fr) !important;column-gap:2px !important;row-gap:10px !important;}.capture-wizard__identity-name{grid-column:1 / -1 !important;margin-right:0 !important;}.capture-wizard__identity-country{grid-column:1 !important;margin-right:0 !important;}.capture-wizard__identity-phone{grid-column:2 !important;margin-left:0 !important;}.capture-wizard__identity-country input{width:64px !important;min-width:64px !important;max-width:64px !important;}.capture-wizard__actions,.capture-wizard__actions--identity{grid-template-columns:1fr !important;justify-content:stretch !important;}.capture-wizard__actions .button,.capture-wizard__actions .button:not([data-capture-wizard-prev]),.capture-wizard__actions .button[data-capture-wizard-prev]{grid-column:auto !important;width:100% !important;}}.capture-wizard__step .capture-wizard__secure-note{margin-top:25px !important;}@media (max-width:480px){.single-clean__lead-dialog .capture-form-card{padding:18px !important;}.capture-wizard__step--identity legend{font-size:clamp(1.34rem,7.2vw,1.68rem) !important;margin-bottom:34px !important;}.capture-wizard__identity-row input{min-height:54px !important;padding-inline:14px !important;}.capture-wizard__identity-country input{padding-inline:7px !important;}}.capture-wizard__privacy-link{display:block !important;width:fit-content !important;margin:-2px auto 8px !important;color:#64748b !important;font-size:.76rem !important;line-height:1.25 !important;text-decoration:underline !important;text-underline-offset:2px !important;opacity:.78 !important;}.capture-wizard__privacy-link:hover,.capture-wizard__privacy-link:focus-visible{color:#64748b !important;opacity:.9 !important;}@media (max-width:760px){.single-clean__lead-close{top:8px !important;right:8px !important;width:28px !important;height:28px !important;font-size:26px !important;line-height:1 !important;}.capture-wizard__guided-header{margin:0 28px 22px 0 !important;gap:clamp(7px,2.2vw,12px) !important;white-space:nowrap !important;}.capture-wizard__guided-header strong{flex:0 1 auto !important;min-width:0 !important;max-width:100% !important;white-space:nowrap !important;overflow:visible !important;text-overflow:clip !important;font-size:clamp(.72rem,3.45vw,1rem) !important;line-height:1.12 !important;}.capture-wizard__guided-icon{width:clamp(32px,9.5vw,46px) !important;height:clamp(32px,9.5vw,46px) !important;flex:0 0 clamp(32px,9.5vw,46px) !important;}.capture-wizard__guided-icon svg{width:clamp(16px,4.4vw,21px) !important;height:clamp(16px,4.4vw,21px) !important;}}@media (max-width:360px){.capture-wizard__guided-header{margin-right:22px !important;gap:6px !important;}.capture-wizard__guided-header strong{font-size:clamp(.66rem,3.35vw,.82rem) !important;letter-spacing:-0.02em !important;}.capture-wizard__guided-icon{width:30px !important;height:30px !important;flex-basis:30px !important;}.capture-wizard__guided-icon svg{width:15px !important;height:15px !important;}}@media (min-width:761px) and (max-width:1024px){.capture-wizard__guided-header strong{font-size:1.2rem !important;line-height:1.15 !important;}.capture-wizard__step--identity legend{width:fit-content !important;max-width:100% !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important;white-space:nowrap !important;font-size:clamp(1.82rem,3.13vw,2.38rem) !important;line-height:1.12 !important;letter-spacing:-0.04em !important;}}.capture-form-card--single-clean .capture-form .capture-wizard__step--dev-units input[type="radio"],.capture-form-card--single-clean .capture-form .capture-wizard__step--dev-prefer input[type="radio"],.capture-form-card--single-clean .capture-form .capture-wizard__step--dev-personalized input[type="checkbox"]{position:absolute !important;opacity:0 !important;pointer-events:none !important;width:1px !important;height:1px !important;min-height:0 !important;padding:0 !important;margin:0 !important;border:0 !important;box-shadow:none !important;background:transparent !important;clip:rect(0 0 0 0) !important;overflow:hidden !important;}.capture-form-card--single-clean .capture-form .capture-wizard__calendar input[type="date"],.capture-form-card--single-clean .capture-form .capture-wizard__calendar input[type="time"],.capture-form-card--single-clean .capture-form .capture-wizard__step--dev-email input[type="email"]{width:100% !important;min-height:48px !important;}.capture-wizard__step--dev-units .capture-wizard__unit-carousel{display:flex !important;flex-direction:row !important;gap:12px !important;overflow-x:auto !important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 2px 12px !important;margin:8px -4px 0 !important;scrollbar-width:thin;}.capture-wizard__step--dev-units .capture-wizard__unit-card{position:relative;flex:0 0 200px;scroll-snap-align:start;border:1.5px solid rgba(15,23,42,.12) !important;border-radius:16px !important;background:#fff;cursor:pointer;display:flex !important;flex-direction:column !important;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;padding:0 !important;margin:0 !important;}.capture-wizard__step--dev-units .capture-wizard__unit-card:hover{border-color:rgba(15,23,42,.35) !important;}.capture-wizard__step--dev-units .capture-wizard__unit-overlay{position:absolute;inset:0;background:rgba(128,128,128,.15);opacity:0;transition:opacity .15s ease;pointer-events:none;z-index:2;border-radius:14px;}.capture-wizard__step--dev-units .capture-wizard__unit-card.is-selected,.capture-wizard__step--dev-units .capture-wizard__unit-card:has(input[type="radio"]:checked){border-color:#0f172a !important;box-shadow:0 6px 18px rgba(15,23,42,.15) !important;}.capture-wizard__step--dev-units .capture-wizard__unit-card.is-selected .capture-wizard__unit-overlay,.capture-wizard__step--dev-units .capture-wizard__unit-card:has(input[type="radio"]:checked) .capture-wizard__unit-overlay{opacity:1;}.capture-wizard__step--dev-units .capture-wizard__unit-media{display:block;width:100%;aspect-ratio:4 / 3;background:#f1f5f9;overflow:hidden;}.capture-wizard__step--dev-units .capture-wizard__unit-media img{width:100%;height:100%;object-fit:cover;display:block;}.capture-wizard__step--dev-units .capture-wizard__unit-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);}.capture-wizard__step--dev-units .capture-wizard__unit-body{display:flex !important;flex-direction:column !important;gap:4px;padding:10px 12px 12px !important;text-align:left;align-items:flex-start;}.capture-wizard__step--dev-units .capture-wizard__unit-label{font-size:.85rem !important;color:#475569 !important;font-weight:600 !important;line-height:1.2 !important;display:block;font-style:normal;}.capture-wizard__step--dev-units .capture-wizard__unit-price{font-size:1rem !important;font-weight:700 !important;color:#0f172a !important;font-style:normal;line-height:1.2;display:block;}.capture-wizard__step--dev-units .capture-wizard__unit-facts{display:flex !important;flex-wrap:wrap;gap:4px 10px;font-size:.78rem;color:#64748b;}.capture-wizard__step--dev-units .capture-wizard__unit-facts i{font-style:normal;color:#64748b;font-size:.78rem;}.capture-wizard__step--dev-units .capture-wizard__empty-units{font-size:.92rem;color:#475569;margin:4px 0 0;}.capture-wizard__step--dev-prefer .capture-wizard__branch-options{display:grid !important;grid-template-columns:1fr !important;gap:10px;margin-top:6px;}@media (min-width:520px){.capture-wizard__step--dev-prefer .capture-wizard__branch-options{grid-template-columns:1fr 1fr !important;}}.capture-wizard__step--dev-prefer .capture-wizard__branch-option{position:relative;cursor:pointer;margin:0 !important;padding:0 !important;display:block !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-card{display:flex !important;flex-direction:column !important;gap:6px;padding:14px 16px !important;border:1.5px solid rgba(15,23,42,.12);border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;height:100%;}.capture-wizard__step--dev-prefer .capture-wizard__branch-option:hover .capture-wizard__branch-card{border-color:rgba(15,23,42,.35);}.capture-wizard__step--dev-prefer .capture-wizard__branch-option:has(input[type="radio"]:checked) .capture-wizard__branch-card{border-color:#0f172a;background:rgba(15,23,42,.04);box-shadow:0 6px 18px rgba(15,23,42,.12);}.capture-wizard__step--dev-prefer .capture-wizard__branch-title{font-weight:700 !important;color:#0f172a !important;font-size:1rem !important;font-style:normal;display:block;}.capture-wizard__step--dev-prefer .capture-wizard__branch-help{font-size:.82rem !important;color:#64748b !important;font-style:normal;display:block;}.capture-wizard__step--dev-schedule .capture-wizard__calendar{display:grid !important;grid-template-columns:1fr;gap:10px;margin-top:4px;}@media (min-width:520px){.capture-wizard__step--dev-schedule .capture-wizard__calendar{grid-template-columns:1fr 1fr;}}.capture-wizard__step--dev-schedule .capture-wizard__calendar-field{display:flex !important;flex-direction:column !important;gap:4px;margin:0 !important;}.capture-wizard__step--dev-schedule .capture-wizard__calendar-field>b{font-size:.82rem !important;color:#475569 !important;font-weight:600 !important;font-style:normal !important;display:block !important;position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important;}.capture-wizard__step--dev-final .capture-wizard__final-message{display:flex !important;flex-direction:column !important;gap:8px;padding:16px !important;border-radius:14px;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08);margin-bottom:12px;}.capture-wizard__step--dev-final .capture-wizard__final-message[hidden]{display:none !important;}.capture-wizard__step--dev-final .capture-wizard__final-message strong{font-size:1.05rem !important;color:#0f172a !important;font-weight:700 !important;}.capture-wizard__step--dev-final .capture-wizard__final-message p{margin:0 !important;color:#475569 !important;font-size:.92rem !important;line-height:1.45 !important;}.capture-wizard__step--dev-final .capture-wizard__personalized-trigger{width:100%;margin-top:4px;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-hint{margin:0 0 12px !important;color:#64748b !important;font-size:.88rem !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{display:grid !important;grid-template-columns:1fr;gap:8px;}@media (min-width:480px){.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:720px){.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:repeat(3,1fr);}}@media (min-width:980px){.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:repeat(4,1fr);}}@media (min-width:1200px){.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:repeat(6,1fr);}}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item{display:flex !important;align-items:flex-start !important;gap:8px;padding:10px 12px !important;border:1.5px solid rgba(15,23,42,.1);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,background-color .15s ease;line-height:1.3;margin:0 !important;position:relative;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item:hover{border-color:rgba(15,23,42,.3);}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item>b{font-size:.85rem !important;color:#0f172a !important;font-weight:500 !important;font-style:normal !important;display:block !important;flex:1;line-height:1.3 !important;position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item::before{content:"";display:inline-block;width:18px;height:18px;flex-shrink:0;margin-top:1px;border:1.5px solid rgba(15,23,42,.25);border-radius:5px;background:#fff;transition:background-color .15s ease,border-color .15s ease;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item:has(input[type="checkbox"]:checked){border-color:#0f172a;background:rgba(15,23,42,.05);}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item:has(input[type="checkbox"]:checked)::before{background:#0f172a;border-color:#0f172a;background-image:linear-gradient(45deg,transparent 45%,#fff 45%,#fff 55%,transparent 55%),linear-gradient(-45deg,transparent 45%,#fff 45%,#fff 55%,transparent 55%);background-size:70% 70%;background-position:center;background-repeat:no-repeat;}.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard{display:flex !important;justify-content:center !important;}.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard .capture-form{width:min(100%,620px) !important;margin-inline:auto !important;}.single-clean__lead-close{position:absolute !important;top:20px !important;right:20px !important;z-index:10 !important;}.capture-wizard__guided-header{width:100% !important;margin:0 0 36px 0 !important;justify-content:flex-start !important;text-align:left !important;}.capture-wizard__guided-header[hidden]{display:none !important;}.capture-wizard__step legend{margin:0 0 30px !important;text-align:center !important;font-weight:600 !important;letter-spacing:-0.02em !important;}.capture-wizard__step--identity legend{margin-bottom:30px !important;font-weight:600 !important;}.capture-wizard__progress{width:min(100%,520px) !important;margin:0 auto 28px !important;}.capture-wizard__progress span{width:0 !important;}.capture-wizard__actions,.capture-wizard__actions--identity,.capture-wizard__actions--discreet{display:flex !important;align-items:center !important;gap:10px !important;}.capture-wizard__actions--identity{justify-content:center !important;margin-top:18px !important;}.capture-wizard__actions--identity .button:not([data-capture-wizard-prev]){min-width:160px !important;grid-column:auto !important;}.capture-wizard__actions--discreet{justify-content:flex-end !important;margin-top:22px !important;}.capture-wizard__actions--discreet .button,.capture-wizard__actions--discreet .button[data-capture-wizard-prev],.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]){grid-column:auto !important;width:auto !important;min-width:92px !important;min-height:38px !important;padding:9px 16px !important;border-radius:999px !important;font-size:.84rem !important;font-weight:600 !important;box-shadow:none !important;}.capture-wizard__actions--discreet .button[data-capture-wizard-prev]{background:transparent !important;color:#64748b !important;border:1px solid rgba(100,116,139,.32) !important;}.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]){background:rgba(15,23,42,.88) !important;border:1px solid rgba(15,23,42,.88) !important;color:#fff !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-card{align-items:center !important;justify-content:center !important;text-align:center !important;gap:8px !important;min-height:150px !important;padding:20px 18px !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-icon{display:inline-grid !important;place-items:center !important;width:42px !important;height:42px !important;border-radius:999px !important;background:rgba(15,118,110,.08) !important;color:var(--primary,#0f766e) !important;margin-bottom:2px !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-icon svg{display:block !important;width:23px !important;height:23px !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-title,.capture-wizard__step--dev-prefer .capture-wizard__branch-help{text-align:center !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-title{font-weight:600 !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{margin-top:0 !important;}.capture-wizard__step--dev-thankyou{min-height:260px !important;align-content:center !important;justify-items:center !important;text-align:center !important;}.capture-wizard__step--dev-thankyou legend{margin-bottom:12px !important;}.capture-wizard__step--dev-thankyou p{max-width:420px !important;margin:0 auto 18px !important;text-align:center !important;}.capture-wizard__close-after-submit{min-width:110px !important;border-radius:999px !important;}@media (max-width:760px){.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard .capture-form{width:100% !important;}.capture-wizard__guided-header{margin:0 0 26px 0 !important;}.capture-wizard__actions--identity{justify-content:center !important;}.capture-wizard__actions--discreet{justify-content:flex-end !important;flex-direction:row !important;}.capture-wizard__actions--discreet .button,.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet .button[data-capture-wizard-prev]{width:auto !important;}}.single-clean__lead-dialog{padding:0 !important;}.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard{width:100% !important;display:block !important;}.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard .capture-form{width:min(100%,640px) !important;margin:0 auto !important;display:flex !important;flex-direction:column !important;}.single-clean__lead-dialog .capture-form-card{padding:clamp(28px,4vw,44px) !important;}.single-clean__lead-close{position:absolute !important;top:16px !important;right:16px !important;z-index:20 !important;width:32px !important;height:32px !important;padding:0 !important;display:grid !important;place-items:center !important;}.capture-wizard__guided-header{width:100% !important;margin:0 0 36px 0 !important;padding-right:0 !important;justify-content:flex-start !important;text-align:left !important;}.capture-wizard__step legend,.capture-wizard__step--identity legend{margin:0 0 30px !important;font-weight:600 !important;}.capture-wizard__progress{width:min(100%,520px) !important;margin:0 auto 28px !important;overflow:hidden !important;}.capture-wizard__progress span{display:block !important;height:100% !important;width:var(--capture-progress,0%) !important;border-radius:inherit !important;background:linear-gradient(90deg,var(--primary,#0f766e),#12b981) !important;transition:width .24s ease !important;}.capture-wizard__actions,.capture-wizard__actions--identity,.capture-wizard__actions--discreet{display:flex !important;align-items:center !important;width:100% !important;gap:10px !important;}.capture-wizard__actions--identity{justify-content:center !important;margin-top:18px !important;}.capture-wizard__actions--identity .button:not([data-capture-wizard-prev]){min-width:160px !important;margin-inline:auto !important;}.capture-wizard__actions--discreet{justify-content:space-between !important;margin-top:22px !important;}.capture-wizard__actions--discreet .button,.capture-wizard__actions--discreet .button[data-capture-wizard-prev],.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]){grid-column:auto !important;width:auto !important;min-width:92px !important;min-height:38px !important;padding:9px 16px !important;border-radius:999px !important;font-size:.84rem !important;font-weight:600 !important;box-shadow:none !important;}.capture-wizard__actions--discreet .button[data-capture-wizard-prev]{margin-right:auto !important;background:transparent !important;color:#64748b !important;border:1px solid rgba(100,116,139,.32) !important;}.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet [data-capture-wizard-submit]{margin-left:auto !important;background:rgba(15,23,42,.88) !important;border:1px solid rgba(15,23,42,.88) !important;color:#fff !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-card{align-items:center !important;justify-content:center !important;text-align:center !important;gap:8px !important;min-height:150px !important;padding:20px 18px !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-icon{display:inline-grid !important;place-items:center !important;width:42px !important;height:42px !important;border-radius:999px !important;background:rgba(15,118,110,.08) !important;color:var(--primary,#0f766e) !important;margin-bottom:2px !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-icon svg{display:block !important;width:23px !important;height:23px !important;}.capture-wizard__step--dev-prefer .capture-wizard__branch-title,.capture-wizard__step--dev-prefer .capture-wizard__branch-help{text-align:center !important;}.capture-wizard__step--dev-thankyou{min-height:clamp(280px,45vh,420px) !important;display:grid !important;place-content:center !important;justify-items:center !important;text-align:center !important;}.capture-wizard__step--dev-thankyou legend{margin-bottom:12px !important;}.capture-wizard__step--dev-thankyou p{max-width:30ch !important;margin:0 auto 18px !important;text-align:center !important;}@media (max-width:760px){.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard .capture-form{width:100% !important;}.capture-wizard__actions--discreet{gap:12px !important;}.capture-wizard__actions--discreet .button[data-capture-wizard-prev]{margin-right:auto !important;}.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet [data-capture-wizard-submit]{margin-left:auto !important;}}.single-clean__lead-dialog>.single-clean__lead-close{display:none !important;}.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard{width:100% !important;min-height:min(74vh,560px) !important;display:flex !important;align-items:center !important;justify-content:center !important;padding-inline:clamp(28px,5vw,64px) !important;}.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard .capture-form{width:min(100%,720px) !important;max-width:720px !important;margin:0 auto !important;}.capture-wizard__actions--discreet{justify-content:space-between !important;}.capture-wizard__actions--discreet .button,.capture-wizard__actions--discreet .button[data-capture-wizard-prev],.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet [data-capture-wizard-submit]{min-width:70px !important;width:auto !important;min-height:30px !important;height:30px !important;padding:5px 11px !important;border-radius:999px !important;font-size:.73rem !important;line-height:1 !important;font-weight:600 !important;}.capture-wizard__actions--discreet .button[data-capture-wizard-prev]{margin-right:auto !important;}.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet [data-capture-wizard-submit]{margin-left:auto !important;}.capture-wizard__step--dev-personalized{max-width:100% !important;overflow-x:hidden !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{width:100% !important;max-width:100% !important;display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;overflow-x:hidden !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item{min-width:0 !important;width:100% !important;box-sizing:border-box !important;padding:8px 9px !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item>b{min-width:0 !important;overflow-wrap:anywhere !important;word-break:normal !important;font-size:.78rem !important;}.capture-wizard__step--dev-thankyou{width:100% !important;min-height:min(64vh,460px) !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:12px !important;padding:0 !important;margin:0 auto !important;}.capture-wizard__step--dev-thankyou legend{width:100% !important;max-width:100% !important;margin:0 0 8px !important;text-align:center !important;font-size:clamp(1.2rem,2vw,1.55rem) !important;line-height:1.2 !important;}.capture-wizard__step--dev-thankyou p{width:min(100%,560px) !important;max-width:560px !important;margin:0 auto 22px !important;text-align:center !important;font-size:1rem !important;line-height:1.55 !important;color:#475569 !important;}.capture-wizard__step--dev-thankyou .capture-wizard__close-after-submit{width:auto !important;min-width:96px !important;max-width:none !important;height:34px !important;min-height:34px !important;padding:7px 18px !important;border-radius:999px !important;font-size:.78rem !important;line-height:1 !important;}@media (max-width:760px){.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard{min-height:min(78vh,560px) !important;padding-inline:20px !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}.capture-wizard__actions--discreet .button,.capture-wizard__actions--discreet .button[data-capture-wizard-prev],.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet [data-capture-wizard-submit]{min-width:68px !important;height:30px !important;min-height:30px !important;padding-inline:10px !important;}}@media (max-width:430px){.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:1fr !important;}}.single-clean__lead-dialog{width:min(94vw,700px) !important;max-width:700px !important;padding:0 !important;display:block !important;grid-template-columns:none !important;column-gap:0 !important;}.single-clean__lead-dialog::before,.single-clean__lead-dialog::after{display:none !important;content:none !important;}.single-clean__lead-dialog .capture-form-card,.single-clean__lead-dialog .capture-form-card--single-clean,.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard{width:100% !important;max-width:none !important;min-width:0 !important;margin:0 !important;box-sizing:border-box !important;padding:clamp(28px,4vw,44px) !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:center !important;}.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard .capture-form{width:100% !important;max-width:none !important;min-width:0 !important;margin:0 !important;box-sizing:border-box !important;}.single-clean__lead-dialog .capture-wizard__guided-header,.single-clean__lead-dialog .capture-wizard__step,.single-clean__lead-dialog .capture-wizard__progress,.single-clean__lead-dialog .capture-wizard__actions{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}.single-clean__lead-dialog .capture-wizard__identity-row{width:100% !important;max-width:100% !important;box-sizing:border-box !important;}@media (min-width:1025px){.single-clean__lead-dialog{width:min(80vw,700px) !important;}}@media (max-width:760px){.single-clean__lead-dialog{width:min(94vw,430px) !important;max-width:430px !important;}.single-clean__lead-dialog .capture-form-card,.single-clean__lead-dialog .capture-form-card--single-clean,.single-clean__lead-dialog .capture-form-card--single-clean.capture-form-card--wizard{padding:22px !important;}}.capture-wizard__actions--discreet .button,.capture-wizard__actions--discreet .button[data-capture-wizard-prev],.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet [data-capture-wizard-submit]{min-width:88px !important;height:38px !important;min-height:38px !important;padding:8px 14px !important;font-size:.82rem !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;max-width:100% !important;overflow-x:hidden !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item{display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;min-width:0 !important;width:100% !important;box-sizing:border-box !important;padding:10px 12px !important;line-height:1.25 !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item::before{width:18px !important;height:18px !important;flex:0 0 18px !important;margin:0 4px 0 0 !important;border-radius:5px !important;border:1.5px solid rgba(15,23,42,.25) !important;background:#fff !important;background-image:none !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item>b{display:flex !important;align-items:center !important;min-height:18px !important;min-width:0 !important;flex:1 1 auto !important;margin:0 !important;overflow-wrap:anywhere !important;font-size:.82rem !important;line-height:1.25 !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item:has(input[type="checkbox"]:checked){border-color:rgba(15,118,110,.28) !important;background:rgba(15,118,110,.06) !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-item:has(input[type="checkbox"]:checked)::before{background:rgba(15,118,110,.20) !important;border-color:rgba(15,118,110,.42) !important;background-image:none !important;}@media (max-width:760px){.capture-wizard__actions--discreet .button,.capture-wizard__actions--discreet .button[data-capture-wizard-prev],.capture-wizard__actions--discreet .button:not([data-capture-wizard-prev]),.capture-wizard__actions--discreet [data-capture-wizard-submit]{min-width:86px !important;height:38px !important;min-height:38px !important;padding-inline:13px !important;font-size:.81rem !important;}.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}@media (max-width:430px){.capture-wizard__step--dev-personalized .capture-wizard__personalized-grid{grid-template-columns:1fr !important;}}.capture-wizard__step--dev-personalized,[data-capture-dev-step="personalized"],[data-capture-reveal-personalized]{display:none !important;}.capture-wizard__step--property-prefer .capture-wizard__branch-options{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin-top:6px !important;}@media (min-width:520px){.capture-wizard__step--property-prefer .capture-wizard__branch-options{grid-template-columns:1fr 1fr !important;}}.capture-wizard__step--property-prefer .capture-wizard__branch-card{align-items:center !important;justify-content:center !important;text-align:center !important;gap:8px !important;min-height:150px !important;padding:20px 18px !important;}.capture-wizard__step--property-schedule .capture-wizard__calendar{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin-top:4px !important;}@media (min-width:520px){.capture-wizard__step--property-schedule .capture-wizard__calendar{grid-template-columns:1fr 1fr !important;}}.capture-wizard__step--property-thankyou{width:100% !important;min-height:min(64vh,460px) !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:12px !important;padding:0 !important;margin:0 auto !important;}.single-clean__lead-dialog .capture-form-card--wizard:has(.capture-wizard__step--dev-thankyou.is-active){display:flex !important;align-items:center !important;justify-content:center !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){min-height:min(64vh,460px) !important;display:flex !important;align-items:center !important;justify-content:center !important;}.capture-wizard__step--dev-thankyou.is-active,.capture-wizard__step--property-thankyou.is-active{width:100% !important;min-height:min(64vh,460px) !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:14px !important;margin:0 auto !important;padding:0 !important;}.capture-wizard__step--dev-thankyou.is-active legend,.capture-wizard__step--property-thankyou.is-active legend{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;text-align:center !important;}.capture-wizard__step--dev-thankyou.is-active p,.capture-wizard__step--property-thankyou.is-active p{width:min(100%,560px) !important;max-width:560px !important;margin:0 auto 12px !important;padding:0 !important;text-align:center !important;}.capture-form-card--single-clean .capture-form .capture-wizard__unit-card>span,.capture-form-card--single-clean .capture-form .capture-wizard__branch-card>span,.capture-form-card--single-clean .capture-form .capture-wizard__branch-option>span{position:static !important;display:inline-grid !important;width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;overflow:visible !important;clip:auto !important;white-space:normal !important;}.single-clean__lead-dialog .capture-form-card--wizard:has(.capture-wizard__step--dev-thankyou.is-active),.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){min-height:min(72vh,540px) !important;display:flex !important;align-items:center !important;justify-content:center !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){width:100% !important;}.capture-wizard__step--dev-thankyou.is-active{flex:1 1 auto !important;width:100% !important;min-height:min(62vh,460px) !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;align-self:stretch !important;justify-self:stretch !important;gap:14px !important;margin:0 auto !important;padding:0 !important;}.capture-wizard__step--dev-thankyou.is-active legend{width:100% !important;max-width:100% !important;margin:0 !important;text-align:center !important;}.capture-wizard__step--dev-thankyou.is-active p{width:min(100%,620px) !important;max-width:620px !important;margin:0 auto 14px !important;text-align:center !important;line-height:1.55 !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){min-height:min(72vh,540px) !important;display:grid !important;grid-template-rows:auto 1fr !important;align-items:stretch !important;justify-items:stretch !important;width:100% !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress{display:block !important;width:min(100%,560px) !important;max-width:560px !important;height:8px !important;margin:0 auto 0 !important;align-self:start !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress[hidden]{display:block !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress span{width:100% !important;--capture-progress:100% !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__actions{display:none !important;}.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active{grid-row:2 !important;width:100% !important;height:100% !important;min-height:0 !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;align-self:stretch !important;justify-self:stretch !important;gap:14px !important;margin:0 !important;padding:0 !important;}.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active legend,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active legend{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;text-align:center !important;font-size:clamp(1.35rem,2vw,1.65rem) !important;line-height:1.15 !important;}.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active p,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active p{width:min(100%,620px) !important;max-width:620px !important;margin:0 auto 8px !important;padding:0 !important;text-align:center !important;line-height:1.55 !important;}.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active .capture-wizard__close-after-submit,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active .capture-wizard__close-after-submit{width:auto !important;min-width:104px !important;height:40px !important;min-height:40px !important;padding:9px 20px !important;border-radius:999px !important;font-size:.86rem !important;line-height:1 !important;font-weight:700 !important;background:var(--primary,#0f766e) !important;border-color:var(--primary,#0f766e) !important;color:#fff !important;}@media (max-width:760px){.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){min-height:min(72vh,500px) !important;}}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){min-height:min(72vh,540px) !important;display:grid !important;grid-template-rows:auto 1fr !important;align-items:stretch !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress{grid-row:1 !important;display:block !important;width:min(100%,560px) !important;max-width:560px !important;height:8px !important;margin:0 auto !important;align-self:start !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress[hidden]{display:block !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress span{width:100% !important;--capture-progress:100% !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__actions{display:none !important;}.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active{grid-row:2 !important;width:100% !important;height:100% !important;min-height:0 !important;display:grid !important;place-items:center !important;align-self:stretch !important;justify-self:stretch !important;margin:0 !important;padding:0 !important;border:0 !important;}.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active legend,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active legend{display:none !important;}.capture-wizard__thankyou-content{width:min(100%,660px) !important;max-width:660px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:14px !important;margin:0 auto !important;padding:0 !important;transform:translateY(-10px) !important;}.capture-wizard__thankyou-title{display:block !important;width:100% !important;margin:0 0 2px !important;padding:0 !important;color:#0f172a !important;font-size:clamp(1.35rem,2vw,1.65rem) !important;line-height:1.15 !important;font-weight:700 !important;text-align:center !important;}.capture-wizard__thankyou-content p{width:min(100%,620px) !important;max-width:620px !important;margin:0 auto 8px !important;padding:0 !important;text-align:center !important;color:#475569 !important;line-height:1.55 !important;}.capture-wizard__thankyou-content .capture-wizard__close-after-submit{width:auto !important;min-width:104px !important;height:40px !important;min-height:40px !important;padding:9px 20px !important;border-radius:999px !important;font-size:.86rem !important;line-height:1 !important;font-weight:700 !important;background:var(--primary,#0f766e) !important;border-color:var(--primary,#0f766e) !important;color:#fff !important;}@media (max-width:760px){.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){min-height:min(72vh,500px) !important;}.capture-wizard__thankyou-content{transform:translateY(-6px) !important;}}.capture-wizard__calendar,.capture-wizard__step--dev-schedule .capture-wizard__calendar,.capture-wizard__step--property-schedule .capture-wizard__calendar{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;overflow-x:hidden !important;}.capture-wizard__calendar-field,.capture-wizard__step--dev-schedule .capture-wizard__calendar-field,.capture-wizard__step--property-schedule .capture-wizard__calendar-field{min-width:0 !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;}.capture-wizard__calendar-field input,.capture-wizard__step--dev-schedule .capture-wizard__calendar-field input,.capture-wizard__step--property-schedule .capture-wizard__calendar-field input{min-width:0 !important;max-width:100% !important;width:100% !important;box-sizing:border-box !important;}@media (max-width:760px){.capture-wizard__calendar,.capture-wizard__step--dev-schedule .capture-wizard__calendar,.capture-wizard__step--property-schedule .capture-wizard__calendar{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:10px !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important;}.capture-form-card--single-clean .capture-form .capture-wizard__calendar input[type="date"],.capture-form-card--single-clean .capture-form .capture-wizard__calendar input[type="time"]{width:100% !important;max-width:100% !important;min-width:0 !important;padding-left:12px !important;padding-right:12px !important;font-size:16px !important;}}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active){min-height:0 !important;display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important;grid-template-rows:none !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress{display:block !important;width:min(100%,520px) !important;max-width:520px !important;height:8px !important;margin:0 auto 28px !important;align-self:center !important;grid-row:auto !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress[hidden]{display:block !important;}.single-clean__lead-dialog .capture-form:has(.capture-wizard__step--dev-thankyou.is-active) .capture-wizard__progress span{width:100% !important;--capture-progress:100% !important;}.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active{grid-row:auto !important;width:100% !important;min-height:220px !important;height:auto !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;align-self:stretch !important;justify-self:auto !important;text-align:center !important;margin:0 auto !important;padding:0 !important;}.capture-wizard__thankyou-content{width:min(100%,660px) !important;max-width:660px !important;min-height:220px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;text-align:center !important;gap:14px !important;margin:0 auto !important;padding:0 !important;transform:none !important;}@media (max-width:760px){.single-clean__lead-dialog .capture-wizard__step--dev-thankyou.is-active,.single-clean__lead-dialog .capture-wizard__step--property-thankyou.is-active,.capture-wizard__thankyou-content{min-height:200px !important;}}.capture-wizard__step--lead-email{width:100% !important;}.capture-wizard__step--lead-email .capture-wizard__email-field{display:block !important;width:min(100%,420px) !important;max-width:420px !important;margin:0 auto !important;}.capture-wizard__step--lead-email input[type="email"]{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;text-align:center !important;}.capture-wizard__step--lead-email .capture-wizard__email-field{width:100% !important;max-width:100% !important;margin:0 auto !important;box-sizing:border-box !important;}.capture-wizard__step--lead-email input[type="email"]{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;text-align:center !important;}.capture-form-card--single-clean .capture-form label>.screen-reader-text,.capture-form-card--single-clean .capture-form label>.sr-only,.capture-form-card--single-clean .capture-form label>[data-field-label-hidden]{position:absolute !important;width:1px !important;height:1px !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;white-space:nowrap !important;border:0 !important;}.capture-form-card--single-clean .capture-form .capture-wizard__unit-card span:not(.screen-reader-text),.capture-form-card--single-clean .capture-form .capture-wizard__branch-card span:not(.screen-reader-text),.capture-form-card--single-clean .capture-form .capture-wizard__branch-option span:not(.screen-reader-text),.capture-form-card--single-clean .capture-form .capture-wizard__thankyou-content span:not(.screen-reader-text){position:static !important;display:inline-flex !important;width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;margin:0 !important;overflow:visible !important;clip:auto !important;clip-path:none !important;white-space:normal !important;}label>span:not(.screen-reader-text):not(.sr-only):not([data-field-label-hidden]){position:static;display:inline;width:auto;height:auto;min-width:0;min-height:0;overflow:visible;clip:auto;clip-path:none;white-space:normal;}label>.screen-reader-text,label>.sr-only,label>[data-field-label-hidden]{position:absolute !important;width:1px !important;height:1px !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;white-space:nowrap !important;border:0 !important;}.capture-form-card--single-clean .capture-form label>span:not(.screen-reader-text):not(.sr-only):not([data-field-label-hidden]),.capture-form-card--single-clean .capture-form label>strong,.capture-form-card--single-clean .capture-form label>em,.capture-form-card--single-clean .capture-form label>div{position:static !important;width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;overflow:visible !important;clip:auto !important;clip-path:none !important;white-space:normal !important;}.capture-form-card--single-clean .capture-form label>.screen-reader-text,.capture-form-card--single-clean .capture-form label>.sr-only,.capture-form-card--single-clean .capture-form label>[data-field-label-hidden]{position:absolute !important;width:1px !important;height:1px !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;white-space:nowrap !important;border:0 !important;}@media (min-width:1025px){.single-clean__shell{width:100% !important;max-width:1500px !important;margin-inline:auto !important;display:grid !important;gap:0 !important;}.single-clean__hero{width:100% !important;max-width:none !important;margin-inline:auto !important;}.single-clean__body.property-page-container.property-content-grid{width:100% !important;max-width:1180px !important;margin:0 auto !important;padding:0 24px !important;box-sizing:border-box !important;display:grid !important;grid-template-columns:minmax(0,1fr) 368px !important;gap:32px !important;align-items:start !important;}.single-clean__body .single-clean__content{width:100% !important;max-width:none !important;min-width:0 !important;margin:32px 0 0 !important;padding:0 !important;display:grid !important;gap:14px !important;}.single-clean__body .single-clean__lead{position:sticky !important;top:30px !important;right:auto !important;bottom:auto !important;left:auto !important;z-index:20 !important;width:100% !important;max-width:none !important;min-width:0 !important;max-height:none !important;overflow:visible !important;overscroll-behavior:auto !important;margin:-40px 0 0 !important;padding:0 !important;transform:none !important;transition:none !important;align-self:start !important;justify-self:stretch !important;}.single-clean__body .single-clean__lead .capture-form-card.capture-form-card--trigger.capture-form-card--single-clean,.single-clean__body .single-clean__lead .capture-form-card--trigger.capture-form-card--single-clean{width:115% !important;max-width:none !important;margin-left:-7.5% !important;margin-right:-7.5% !important;transform:none !important;box-sizing:border-box !important;}.single-clean__body .single-clean__lead .capture-form-card--single-clean{box-sizing:border-box !important;}.single-clean__gallery-arrow--next{right:24px !important;}}@media (min-width:1025px) and (max-width:1180px){.single-clean__body.property-page-container.property-content-grid{max-width:100% !important;padding-inline:24px !important;grid-template-columns:minmax(0,1fr) 340px !important;gap:28px !important;}.single-clean__body .single-clean__lead .capture-form-card.capture-form-card--trigger.capture-form-card--single-clean,.single-clean__body .single-clean__lead .capture-form-card--trigger.capture-form-card--single-clean{width:108% !important;margin-left:-4% !important;margin-right:-4% !important;}}@media (max-width:1024px){.single-clean__body.property-page-container.property-content-grid{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;display:block !important;}.single-clean__body .single-clean__content{width:auto !important;max-width:none !important;margin:14px 12px 0 !important;padding:0 !important;}.single-clean__body .single-clean__lead{display:none !important;}}@media (min-width:1025px){.single-clean__shell{width:100% !important;max-width:none !important;margin-inline:auto !important;}.single-clean__hero{width:100% !important;max-width:none !important;margin-left:0 !important;margin-right:0 !important;justify-self:stretch !important;}.single-clean__body.property-page-container.property-content-grid{width:100% !important;max-width:1260px !important;margin:0 auto !important;padding-inline:clamp(24px,3vw,36px) !important;box-sizing:border-box !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(289px,313px) !important;gap:clamp(58px,5.76vw,79px) !important;align-items:start !important;}.single-clean__body .single-clean__content{width:100% !important;max-width:none !important;min-width:0 !important;margin:32px 0 0 !important;padding:0 !important;box-sizing:border-box !important;justify-self:stretch !important;}.single-clean__body .single-clean__lead{position:relative !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;z-index:20 !important;width:100% !important;max-width:none !important;min-width:0 !important;margin:32px 0 0 !important;padding:0 !important;transform:none !important;transition:none !important;align-self:stretch !important;justify-self:stretch !important;overflow:visible !important;max-height:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;filter:none !important;}.single-clean__body .single-clean__lead *,.single-clean__body .single-clean__lead .capture-form-card,.single-clean__body .single-clean__lead .capture-form-card--single-clean{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;filter:none !important;}.single-clean__body .single-clean__lead .capture-form-card.capture-form-card--trigger.capture-form-card--single-clean,.single-clean__body .single-clean__lead .capture-form-card--trigger.capture-form-card--single-clean{position:sticky !important;top:30px !important;width:115% !important;max-width:none !important;margin-left:-7.5% !important;margin-right:-7.5% !important;transform:none !important;box-sizing:border-box !important;}.single-clean__body .single-clean__lead .capture-form-card--single-clean{background:#fff !important;}}@media (min-width:1181px) and (max-width:1320px){.single-clean__body.property-page-container.property-content-grid{max-width:1220px !important;grid-template-columns:minmax(0,1fr) minmax(281px,303px) !important;gap:clamp(58px,5.4vw,72px) !important;}.single-clean__body .single-clean__lead .capture-form-card.capture-form-card--trigger.capture-form-card--single-clean,.single-clean__body .single-clean__lead .capture-form-card--trigger.capture-form-card--single-clean{width:108% !important;margin-left:-4% !important;margin-right:-4% !important;}}@media (min-width:1025px) and (max-width:1180px){.single-clean__body.property-page-container.property-content-grid{max-width:100% !important;padding-inline:24px !important;grid-template-columns:minmax(0,1fr) minmax(264px,281px) !important;gap:54px !important;}.single-clean__body .single-clean__lead{margin-top:32px !important;}.single-clean__body .single-clean__lead .capture-form-card.capture-form-card--trigger.capture-form-card--single-clean,.single-clean__body .single-clean__lead .capture-form-card--trigger.capture-form-card--single-clean{width:100% !important;margin-left:0 !important;margin-right:0 !important;}}@media (max-width:1024px){.single-clean__body.property-page-container.property-content-grid{width:100% !important;max-width:none !important;margin:0 !important;padding:0 !important;display:block !important;}.single-clean__body .single-clean__content{width:auto !important;max-width:none !important;margin:14px 12px 0 !important;padding:0 !important;}.single-clean__body .single-clean__lead{display:none !important;}}.single-clean__block--about .single-clean__read-action .single-clean__read-less{display:none !important;}.single-clean__block--about .single-clean__read-action .single-clean__read-more{display:inline !important;}.single-clean__block--about .single-clean__read-toggle:checked ~ .single-clean__read-action .single-clean__read-more{display:none !important;}.single-clean__block--about .single-clean__read-toggle:checked ~ .single-clean__read-action .single-clean__read-less{display:inline !important;}.capture-form-card--single-clean .single-clean__offer-summary,.capture-form-card.capture-form-card--single-clean .single-clean__offer-summary,.single-clean__offer-summary[data-single-unit-offer-summary]{display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;justify-items:start !important;text-align:left !important;}.capture-form-card--single-clean .single-clean__offer-summary-item,.capture-form-card--single-clean .single-clean__offer-summary-price,.capture-form-card--single-clean .single-clean__offer-summary-item--unit,.capture-form-card--single-clean .single-clean__offer-summary-item--meter,.capture-form-card--single-clean .single-clean__offer-summary-item--unit-m2,.capture-form-card.capture-form-card--single-clean .single-clean__offer-summary-item,.capture-form-card.capture-form-card--single-clean .single-clean__offer-summary-price,.capture-form-card.capture-form-card--single-clean .single-clean__offer-summary-item--unit,.capture-form-card.capture-form-card--single-clean .single-clean__offer-summary-item--meter,.capture-form-card.capture-form-card--single-clean .single-clean__offer-summary-item--unit-m2{align-self:flex-start !important;justify-self:start !important;text-align:left !important;margin-left:0 !important;margin-right:0 !important;}@media (min-width:821px){.site-footer{padding-top:38px !important;padding-bottom:38px !important;}.site-footer__customizer-aware{gap:22px !important;align-items:start !important;}.site-footer__brand-block{gap:7px !important;}.site-footer__heading{margin-bottom:8px !important;font-size:.84rem !important;font-weight:650 !important;letter-spacing:.025em !important;}.site-footer__title{font-weight:650 !important;line-height:1.15 !important;}.site-footer__creci,.site-footer__contact-list li,.site-footer__contact-list a,.site-footer__socials-link,.site-footer__institutional-links a{font-weight:500 !important;}.site-footer__contact-list,.site-footer__institutional-links{gap:6px !important;}.site-footer__contact-list li,.site-footer__contact-list a,.site-footer__socials-link{gap:8px !important;}.site-footer__socials{gap:6px !important;}.site-footer__socials-link{min-height:32px !important;padding:5px 9px !important;font-size:.84rem !important;}.site-footer__item-icon,.site-footer__socials-link svg{width:16px !important;height:16px !important;flex-basis:16px !important;}}@media (max-width:820px){.site-footer__contact{display:none !important;}.site-footer{padding-top:32px !important;padding-bottom:32px !important;}.site-footer__customizer-aware{gap:16px !important;}}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-row,.capture-wizard__step--identity .capture-wizard__identity-row{display:grid !important;grid-template-columns:190px minmax(0,1fr) !important;column-gap:18px !important;row-gap:12px !important;align-items:end !important;width:100% !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-name,.capture-wizard__step--identity .capture-wizard__identity-name{grid-column:1 / -1 !important;display:flex !important;flex-direction:column !important;gap:8px !important;margin:0 !important;width:100% !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__phone-group-label,.capture-wizard__step--identity .capture-wizard__phone-group-label{grid-column:1 / -1 !important;display:block !important;margin:4px 0 -2px !important;color:#0f172a !important;font-weight:600 !important;font-size:1rem !important;line-height:1.2 !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__field-label,.capture-wizard__step--identity .capture-wizard__field-label{display:block !important;color:#0f172a !important;font-weight:600 !important;font-size:1rem !important;line-height:1.2 !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-country,.capture-wizard__step--identity .capture-wizard__identity-country{grid-column:1 !important;position:relative !important;display:block !important;margin:0 !important;width:100% !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-phone,.capture-wizard__step--identity .capture-wizard__identity-phone{grid-column:2 !important;display:block !important;margin:0 !important;width:100% !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell,.capture-wizard__step--identity .capture-wizard__input-shell{position:relative !important;display:block !important;width:100% !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell::before,.capture-wizard__step--identity .capture-wizard__input-shell::before{position:absolute !important;left:24px !important;top:50% !important;transform:translateY(-50%) !important;z-index:2 !important;color:#94a3b8 !important;font-size:1.18rem !important;line-height:1 !important;pointer-events:none !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell--name::before,.capture-wizard__step--identity .capture-wizard__input-shell--name::before{content:"👤" !important;filter:grayscale(1) opacity(.68) !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell--phone::before,.capture-wizard__step--identity .capture-wizard__input-shell--phone::before{content:"☎" !important;font-size:1.26rem !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-row input,.capture-wizard__step--identity .capture-wizard__identity-row input{width:100% !important;min-height:64px !important;border-radius:10px !important;border:1px solid #cbd5e1 !important;background:#fff !important;color:#0f172a !important;box-shadow:none !important;font-size:1rem !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell input,.capture-wizard__step--identity .capture-wizard__input-shell input{padding:0 24px 0 72px !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-country input,.capture-wizard__step--identity .capture-wizard__identity-country input{width:100% !important;min-width:0 !important;max-width:none !important;padding:0 52px 0 28px !important;text-align:left !important;font-weight:600 !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-country::after,.capture-wizard__step--identity .capture-wizard__identity-country::after{content:"⌄" !important;position:absolute !important;right:26px !important;top:50% !important;transform:translateY(-54%) !important;color:#64748b !important;font-size:1.2rem !important;line-height:1 !important;pointer-events:none !important;}@media (max-width:640px){.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-row,.capture-wizard__step--identity .capture-wizard__identity-row{grid-template-columns:112px minmax(0,1fr) !important;column-gap:10px !important;}}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell::before,.capture-wizard__step--identity .capture-wizard__input-shell::before,.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell--name::before,.capture-wizard__step--identity .capture-wizard__input-shell--name::before,.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell--phone::before,.capture-wizard__step--identity .capture-wizard__input-shell--phone::before,.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-country::after,.capture-wizard__step--identity .capture-wizard__identity-country::after{content:none !important;display:none !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__input-shell input,.capture-wizard__step--identity .capture-wizard__input-shell input{padding-left:24px !important;}.single-clean__lead-dialog .capture-wizard__step--identity .capture-wizard__identity-country input,.capture-wizard__step--identity .capture-wizard__identity-country input{padding:0 28px !important;font-weight:400 !important;}@media (max-width:1024px){html.mobile-menu-open .site-header,body.mobile-menu-open .site-header,.site-header.is-menu-open{filter:blur(18px) saturate(92%);opacity:.68;pointer-events:none;transition:filter .28s ease,opacity .28s ease;}html.mobile-menu-open .catalog-toolbar-shell.is-floating,body.mobile-menu-open .catalog-toolbar-shell.is-floating{filter:blur(18px) saturate(92%);opacity:.68;pointer-events:none;transition:filter .28s ease,opacity .28s ease;}html.mobile-menu-open .mobile-nav-panel,body.mobile-menu-open .mobile-nav-panel,html.mobile-menu-open .mobile-nav-backdrop,body.mobile-menu-open .mobile-nav-backdrop{filter:none;}}@media (max-width:1024px){.mobile-nav-panel__menu>li.is-mobile-primary-link>a,.mobile-nav-panel__menu>li.is-mobile-primary-link>a:visited{min-height:52px;padding:11px 14px;gap:12px;border-radius:14px;color:#374151;background:#ffffff;border-color:#eef2f7;box-shadow:none;}.mobile-nav-panel__menu>li.is-mobile-primary-link>a:hover,.mobile-nav-panel__menu>li.is-mobile-primary-link>a:focus,.mobile-nav-panel__menu>li.is-mobile-primary-link>a:focus-visible,.mobile-nav-panel__menu>li.is-mobile-primary-link>a:active,.mobile-nav-panel__menu>li.is-mobile-primary-link.current-menu-item>a,.mobile-nav-panel__menu>li.is-mobile-primary-link.current_page_item>a,.mobile-nav-panel__menu>li.is-mobile-primary-link>a[aria-current]{color:#111827;background:#f8fafc;border-color:#e5e7eb;box-shadow:none;outline-color:#e5e7eb;transform:translateX(4px) scale(1.006);}.mobile-nav-panel__menu>li.is-mobile-primary-link>a::after{content:none;display:none;}.mobile-nav-panel__menu>li.is-mobile-primary-link .mobile-nav-panel__menu-icon{width:32px;height:32px;min-width:32px;flex:0 0 32px;border-radius:12px;color:#374151;background:transparent;box-shadow:none;}.mobile-nav-panel__menu>li.is-mobile-primary-link>a:hover .mobile-nav-panel__menu-icon,.mobile-nav-panel__menu>li.is-mobile-primary-link>a:focus-visible .mobile-nav-panel__menu-icon,.mobile-nav-panel__menu>li.is-mobile-primary-link>a:active .mobile-nav-panel__menu-icon,.mobile-nav-panel__menu>li.is-mobile-primary-link.current-menu-item .mobile-nav-panel__menu-icon,.mobile-nav-panel__menu>li.is-mobile-primary-link.current_page_item .mobile-nav-panel__menu-icon{color:#111827;background:transparent;}.mobile-nav-panel__menu>li.is-mobile-primary-link .mobile-nav-panel__menu-icon svg,.mobile-nav-panel__menu>li.is-mobile-primary-link .mobile-nav-panel__menu-icon img,.mobile-nav-panel__menu>li.is-mobile-primary-link .mobile-nav-panel__menu-icon i,.mobile-nav-panel__menu>li.is-mobile-primary-link .mobile-nav-panel__menu-icon .emoji{width:19px;height:19px;min-width:19px;font-size:19px;line-height:1;}.mobile-nav-panel__menu>li.is-mobile-primary-link .mobile-nav-panel__menu-label{font-size:15px;line-height:1.25;font-weight:500;letter-spacing:-0.005em;color:currentColor;}.mobile-nav-panel__menu>li.is-team-link a,.mobile-nav-panel__menu>li.is-team-link a:hover,.mobile-nav-panel__menu>li.is-team-link a:focus-visible,.mobile-nav-panel__menu>li.is-team-link .mobile-nav-panel__menu-icon{color:#ffffff;}}.catalog-card.imob-dna-card,.catalog-card--property.imob-dna-card,.catalog-card--development.imob-dna-card{display:flex !important;flex-direction:column !important;height:100% !important;}.imob-dna-card__content,.catalog-card .imob-dna-card__content,.catalog-card--property .imob-dna-card__content,.catalog-card--development .imob-dna-card__content{display:flex !important;flex:1 1 auto !important;flex-direction:column !important;min-height:0 !important;}.imob-dna-card__price-area,.catalog-card .imob-dna-card__price-area,.catalog-card--property .imob-dna-card__price-area,.catalog-card--development .imob-dna-card__price-area{margin-top:auto !important;}.capture-thanks-card h1,.capture-funnel-page .cap-question h2,.public-404-view .public-not-found h1,.public-404-view .public-not-found .eyebrow{color:#1f2937 !important;}@media (max-width:1024px){html:not(.mobile-menu-open):not(.catalog-filters-open):not(.single-clean-modal-open),body:not(.mobile-menu-open):not(.catalog-filters-open):not(.single-clean-modal-open){overscroll-behavior-y:auto !important;}}.hero__grid--home .hero-card,.hero--home .hero-card{width:var(--sc-hero-search-card-width,100%) !important;max-width:438px !important;}@media (max-width:767px){.hero__grid--home .hero-card,.hero--home .hero-card{max-width:100% !important;}}.button.button--primary,.button.button--hero,.capture-form-trigger-button.button--primary,.lead-capture-form .button.button--primary,.capture-form .button.button--primary,.capture-form button[type="submit"],.capture-form-card .button.button--primary,.capture-form-card button[type="submit"],.catalog-filter-actions .button.button--primary,.property-filter .button.button--primary,.development-filter .button.button--primary,.capture-funnel-page .cap-btn,.capture-thanks-page .capture-thanks-btn{background:var(--sc-form-button-bg,#0f766e) !important;border-color:var(--sc-form-button-border,#0f766e) !important;color:var(--sc-form-button-text,#fff) !important;border-radius:var(--sc-button-radius,14px) !important;}.button.button--primary:visited,.button.button--hero:visited,.capture-form-trigger-button.button--primary:visited,.capture-thanks-page .capture-thanks-btn:visited{color:var(--sc-form-button-text,#fff) !important;}.button.button--primary:hover,.button.button--primary:focus-visible,.button.button--hero:hover,.button.button--hero:focus-visible,.capture-form-trigger-button.button--primary:hover,.capture-form-trigger-button.button--primary:focus-visible,.lead-capture-form .button.button--primary:hover,.lead-capture-form .button.button--primary:focus-visible,.capture-form .button.button--primary:hover,.capture-form .button.button--primary:focus-visible,.capture-form button[type="submit"]:hover,.capture-form button[type="submit"]:focus-visible,.capture-form-card .button.button--primary:hover,.capture-form-card .button.button--primary:focus-visible,.catalog-filter-actions .button.button--primary:hover,.catalog-filter-actions .button.button--primary:focus-visible,.property-filter .button.button--primary:hover,.property-filter .button.button--primary:focus-visible,.development-filter .button.button--primary:hover,.development-filter .button.button--primary:focus-visible,.capture-funnel-page .cap-btn:hover:not(:disabled),.capture-funnel-page .cap-btn:focus-visible:not(:disabled),.capture-thanks-page .capture-thanks-btn:hover,.capture-thanks-page .capture-thanks-btn:focus-visible{background:var(--sc-form-button-hover-bg,#115e59) !important;border-color:var(--sc-form-button-hover-border,#115e59) !important;color:var(--sc-form-button-hover-text,#fff) !important;filter:none !important;}.capture-funnel-page .cap-btn:disabled{opacity:.45 !important;cursor:not-allowed !important;transform:none !important;}.capture-funnel-page .cap-progress-step::before{background:var(--sc-form-button-bg,#0f766e) !important;}.capture-funnel-page .cap-option.selected{border-color:var(--sc-form-button-bg,#0f766e) !important;box-shadow:none !important;filter:none !important;backdrop-filter:none !important;}.imob-dna-card__badge,.catalog-card .imob-dna-card__badge,.catalog-card--property .imob-dna-card__badge,.catalog-card--development .imob-dna-card__badge{background:var(--sc-card-badge-bg,#14532d) !important;color:var(--sc-card-badge-text,#ffffff) !important;border-color:var(--sc-card-badge-border,transparent) !important;}.single-clean__mobile-cta{background:var(--sc-form-button-bg,#0f766e) !important;border:1px solid var(--sc-form-button-border,var(--sc-form-button-bg,#0f766e)) !important;color:var(--sc-form-button-text,#ffffff) !important;border-radius:var(--sc-button-radius,14px) !important;box-shadow:none !important;filter:none !important;}.single-clean__mobile-cta:hover,.single-clean__mobile-cta:focus-visible{background:var(--sc-form-button-hover-bg,#115e59) !important;border-color:var(--sc-form-button-hover-border,#115e59) !important;color:var(--sc-form-button-hover-text,#ffffff) !important;filter:none !important;}.capture-funnel-page .cap-btn:not(.primary){background:#ffffff !important;border-color:var(--sc-form-button-bg,#0f766e) !important;color:var(--sc-form-button-bg,#0f766e) !important;}.capture-funnel-page .cap-btn:not(.primary):hover:not(:disabled),.capture-funnel-page .cap-btn:not(.primary):focus-visible:not(:disabled){background:var(--sc-form-button-bg,#0f766e) !important;border-color:var(--sc-form-button-bg,#0f766e) !important;color:var(--sc-form-button-text,#ffffff) !important;}.capture-funnel-page .cap-btn.primary{background:var(--sc-form-button-bg,#0f766e) !important;border-color:var(--sc-form-button-border,#0f766e) !important;color:var(--sc-form-button-text,#ffffff) !important;}.capture-funnel-page .cap-btn.primary:hover:not(:disabled),.capture-funnel-page .cap-btn.primary:focus-visible:not(:disabled){background:var(--sc-form-button-hover-bg,#115e59) !important;border-color:var(--sc-form-button-hover-border,#115e59) !important;color:var(--sc-form-button-hover-text,#ffffff) !important;}.capture-funnel-page .cap-field input:focus,.capture-funnel-page .cap-field select:focus{border-color:#cbd5e1 !important;box-shadow:0 0 0 3px rgba(71,84,103,.08) !important;outline:none !important;}.capture-funnel-page .cap-option.selected{border-color:var(--sc-form-button-bg,#0f766e) !important;box-shadow:none !important;filter:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;}.site-header .site-nav__menu>li>a{background:transparent !important;box-shadow:none !important;transform:translate3d(0,0,0);transition:transform .18s ease,color .18s ease,text-shadow .18s ease !important;}.site-header .site-nav__menu>li>a:hover,.site-header .site-nav__menu>li>a:focus-visible{background:transparent !important;box-shadow:none !important;transform:translate3d(0,-2px,0) scale(1.025);text-shadow:0 5px 12px rgba(15,23,42,.10);}@media (min-width:641px) and (max-width:1024px){.single-clean__toolbar{padding:10px 12px !important;gap:11px !important;border-radius:19px !important;overflow-x:auto !important;}.single-clean__toolbar-tabs{gap:15px !important;}.single-clean__tab{min-height:50px !important;font-size:13px !important;}.single-clean__toolbar .single-clean__favorite{display:inline-flex !important;width:58px !important;height:58px !important;min-width:58px !important;margin-left:auto !important;position:static !important;inset:auto !important;}.single-clean__toolbar .single-clean__favorite .imob-dna-card__favorite-icon svg{width:24px !important;height:24px !important;}.single-clean__mobile-favorite{display:none !important;}}@media (max-width:640px){.single-clean__toolbar .single-clean__favorite{display:none !important;}.single-clean__mobile-favorite{display:inline-flex !important;position:static !important;inset:auto !important;}}