:root{--teal:#0E6E73;--charcoal:#16242B;--ink:#1D2933}*{box-sizing:border-box;margin:0;padding:0}.fitbox{position:relative;overflow:hidden}.fitbox>.fitimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;max-width:none}body,html{width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.site-header{justify-content:space-between;height:128px;padding:0 56px;background:#fff;gap:24px;position:relative;z-index:50}.brand,.site-header{display:flex;align-items:center}.brand{height:100%}.brand img{height:112px;width:auto;display:block}.nav{display:flex;flex:1 1;justify-content:center;align-self:stretch;min-width:0}.nav-list{display:flex;gap:34px;list-style:none;margin:0;padding:0;align-items:stretch}.nav-item{display:flex;align-items:center}.nav-link{display:inline-flex;align-items:center;gap:5px;font-family:inherit;font-size:17px;font-weight:500;color:#1f2a30;white-space:nowrap;background:none;border:0;margin:0;cursor:pointer;line-height:1.2;padding:7px 0}.nav-link:hover{color:var(--teal)}.nav-acc:focus-visible,.nav-link:focus-visible,.nav-panel a:focus-visible,.nav-toggle:focus-visible{outline:2px solid var(--teal);outline-offset:4px;border-radius:3px}.nav-caret{transition:transform .16s ease;flex:none}.nav-item.is-open>.nav-link{color:var(--teal)}.nav-item.is-open .nav-caret{transform:rotate(180deg)}.nav-panel{position:absolute;top:100%;left:50%;transform:translateX(-50%);right:auto;width:max-content;max-width:min(940px,calc(100vw - 32px));background:#fff;border:1px solid #e6ebec;border-radius:14px;box-shadow:0 18px 40px rgba(11,25,30,.16);padding:24px 28px 26px;z-index:60}.nav-panel[hidden]{display:none}.nav-panel-inner{max-width:none;margin:0;display:grid;grid-gap:22px 36px;gap:22px 36px;align-items:start;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.nav-panel[data-cols="3"] .nav-panel-inner{grid-template-columns:repeat(3,minmax(176px,212px)) minmax(206px,258px)}.nav-panel[data-cols="2"] .nav-panel-inner{grid-template-columns:repeat(2,minmax(186px,224px)) minmax(210px,266px)}.nav-panel[data-cols="1"] .nav-panel-inner{grid-template-columns:minmax(206px,264px) minmax(216px,282px)}.nav-col-h{display:block;font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--teal);padding-bottom:9px;border-bottom:1px solid #e6eaec;margin-bottom:6px}.nav-col ul{list-style:none;margin:0;padding:0}.nav-panel a{display:block;font-size:15.5px;line-height:1.35;color:#26343c;font-weight:500;padding:9px 0}.nav-panel a:hover{color:var(--teal)}.nav-note{background:#f4f8f8;border:1px solid #e2ecec;border-radius:8px;padding:18px 20px}.nav-note b{display:block;font-size:15px;color:#16242B;margin-bottom:6px}.nav-note span{display:block;font-size:14px;line-height:1.5;color:#4c5b63}.nav-note a{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:600;color:var(--teal);padding:10px 0 0}.nav-note a svg{flex:none}.header-right{display:flex;align-items:center;gap:22px}.phone{gap:8px;font-size:18px;color:#16242B;padding-block:6px}.btn-teal,.phone{display:inline-flex;align-items:center;font-weight:600;white-space:nowrap}.btn-teal{justify-content:center;gap:9px;background:var(--teal);color:#fff;font-size:15px;padding:14px 24px;border-radius:6px;border:none;cursor:pointer}.btn-teal:hover{background:#0b5a5e}.hero{position:relative;min-height:calc(100vh - 128px);background:url(/img/hero-plate.v1.webp) 100%/cover no-repeat;display:flex;flex-direction:column;justify-content:center;padding:0 56px;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:linear-gradient(100deg,rgba(15,22,26,.92),rgba(15,22,26,.8) 30%,rgba(15,22,26,.45) 50%,rgba(15,22,26,.05) 68%,rgba(15,22,26,0) 80%)}.hero-inner{position:relative;z-index:2;max-width:760px;padding:40px 0}.hero-title{color:#fff;font-weight:800;font-size:60px;line-height:1.06;letter-spacing:-.5px;max-width:640px}.hero-sub{color:rgba(255,255,255,.92);font-size:21px;line-height:1.45;margin-top:22px;max-width:470px}.search-card{background:#fff;border-radius:12px;padding:14px 16px 16px;margin-top:36px;max-width:780px;box-shadow:0 20px 50px rgba(0,0,0,.25)}.tabs{display:flex;gap:8px;margin-bottom:12px}.tab{background:transparent;border:none;font-size:16px;font-weight:600;color:#7a8791;padding:6px 14px 10px;cursor:pointer;position:relative}.tab.active{color:var(--teal)}.tab.active:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;background:var(--teal);border-radius:3px}.search-row{display:flex;gap:12px;align-items:stretch}.field{display:flex;align-items:center;border:1px solid #e2e6ea;border-radius:8px;background:#fff;height:54px;padding:0 14px}.field.location{flex:1 1}.field.location .pin{display:inline-flex;align-items:center;margin-right:10px}.field.location input{border:none;outline:none;font-size:16px;width:100%;color:#1d2933;background:transparent}.field.location input::placeholder{color:#9aa5ad}.field.select{min-width:128px;position:relative}.field.select select{border:none;outline:none;background:transparent;font-size:16px;color:#5a6770;width:100%;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:26px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%235a6770' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100%}.search-btn{height:54px;justify-content:center;gap:8px;font-size:16px;padding:0 26px}.btn-outline,.search-btn{display:inline-flex;align-items:center}.btn-outline{gap:9px;margin-top:18px;border:1.5px solid rgba(255,255,255,.85);color:#fff;font-weight:600;font-size:15px;padding:13px 22px;border-radius:7px;background:rgba(255,255,255,.04);cursor:pointer}.btn-outline:hover{background:rgba(255,255,255,.12)}.trust{position:absolute;left:56px;bottom:26px;z-index:2;color:rgba(255,255,255,.88);font-size:14.5px}.communities{background:#111314;padding:84px 56px}.comm-grid{display:flex;gap:48px;max-width:1620px;margin:0 auto;align-items:flex-start}.comm-intro{flex:0 0 300px}.eyebrow{color:#3FB7B0;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.comm-intro h2{color:#fff;font-size:34px;line-height:1.15;font-weight:800;margin:16px 0 14px;max-width:320px}.comm-intro p{color:#aab4ba;font-size:16px;line-height:1.5;margin-bottom:26px;max-width:300px}.comm-right{flex:1 1;min-width:0}.comm-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.comm-card{height:240px;border-radius:12px;background-size:cover;background-position:50%;display:flex;flex-direction:column;justify-content:flex-end;padding:18px}.comm-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,0) 55%)}.comm-card-name{position:relative;z-index:2;font-size:21px;font-weight:700;color:#fff}.comm-card-link{position:relative;z-index:2;display:inline-flex;align-items:center;gap:7px;color:#5fd0c8;font-size:14px;font-weight:600;margin-top:4px}.comm-trust{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;margin-top:30px;padding-top:26px;border-top:1px solid rgba(255,255,255,.1)}.trust-item{display:flex;gap:11px;align-items:flex-start;color:#cbd3d8;font-size:14px;line-height:1.35}.trust-item svg{flex:0 0 auto;margin-top:2px}.listings{background:#f3f4f5;padding:84px 56px}.listings-grid{display:flex;gap:48px;max-width:1620px;margin:0 auto;align-items:flex-start}.listings-intro{flex:0 0 300px}.eyebrow.dark{color:#0E6E73}.listings-intro h2{color:#16242B;font-size:34px;font-weight:800;margin:16px 0 14px}.listings-intro p{color:#5a6770;font-size:16px;line-height:1.5;margin-bottom:26px;max-width:280px}.listings-right{flex:1 1;min-width:0}.listing-row{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}.listing-row::-webkit-scrollbar{display:none}.listing-card{flex:0 0 340px;scroll-snap-align:start;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08)}.listing-photo{position:relative;height:210px;background-size:cover;background-position:50%}.badge{top:12px;left:12px;background:#16242B;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:6px 10px;border-radius:5px}.badge,.heart{position:absolute}.heart{top:10px;right:10px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;cursor:pointer}.heart.on svg{fill:#0E6E73;stroke:#0E6E73}.listing-body{padding:16px 18px 20px}.listing-price{font-size:27px;font-weight:800;color:#16242B;letter-spacing:-.01em;line-height:1.1}.listing-specs{color:#5a6770;font-size:14px;margin:8px 0 10px}.listing-addr{color:#7a8791;font-size:14px}.carousel-ctrls{gap:18px;margin-top:22px}.carousel-ctrls,.cbtn{display:flex;align-items:center}.cbtn{width:42px;height:42px;border-radius:50%;border:1px solid #d4d9dd;background:#fff;justify-content:center;cursor:pointer}.cbtn:hover{background:#eef0f1}.dots{display:flex;gap:8px;align-items:center}.dots i{width:9px;height:9px;border-radius:50%;background:#cdd4d8;display:block}.dots i.on{background:#0E6E73;width:22px;border-radius:5px}.btn-outline-dark{display:inline-flex;align-items:center;border:1.5px solid #0e6e73;color:#0E6E73;font-weight:600;font-size:15px;padding:12px 22px;border-radius:7px}.btn-outline-dark:hover{background:rgba(14,110,115,.06)}.homeval{background:#111314;padding:84px 56px}.hv-grid{display:flex;gap:48px;max-width:1620px;margin:0 auto;align-items:center}.hv-left{flex:1.1 1;max-width:660px}.homeval h2{color:#fff;font-size:48px;line-height:1.1;font-weight:800;margin:16px 0 18px;max-width:540px}.hv-left>p{color:#aab4ba;font-size:17px;line-height:1.5;margin-bottom:30px;max-width:480px}.hv-points{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;margin-bottom:32px}.hv-point{display:flex;gap:11px;align-items:flex-start}.hv-point svg{flex:0 0 auto;margin-top:2px}.hv-point b{display:block;color:#fff;font-size:15px}.hv-point span{color:#8e99a0;font-size:13.5px;line-height:1.35}.hv-form{display:flex;gap:12px;max-width:540px}.hv-form input{flex:1 1;height:56px;border-radius:8px;border:1px solid #2a3338;background:#1a2227;color:#fff;padding:0 16px;font-size:16px;outline:none}.hv-form input::placeholder{color:#7a8791}.hv-form .btn-teal{height:56px;white-space:nowrap}.hv-right{flex:1.3 1;position:relative;min-width:0}.hv-photo{height:540px;border-radius:14px;background-size:cover;background-position:50%;box-shadow:0 24px 60px rgba(0,0,0,.4)}.hv-secure{gap:7px;color:#8e99a0;font-size:13px;margin-top:14px}.hv-secure,.hv-trend{display:flex;align-items:center}.hv-trend{position:absolute;left:0;bottom:20px;background:#fff;border-radius:14px;padding:16px 22px;gap:14px;box-shadow:0 18px 44px rgba(0,0,0,.32)}.hv-trend-ico{width:50px;height:50px;border-radius:50%;background:#e6f3f2;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.hv-trend-label{display:block;color:#7a8791;font-size:12.5px}.hv-trend b{display:block;color:#16242B;font-size:17px;margin:1px 0}.hv-trend-sub{display:block;color:#0E6E73;font-size:13px}.hv-trend-arrow{display:flex;align-items:center;margin-left:6px}.meet{background:#fff;padding:84px 56px}.meet-grid{display:flex;gap:48px;max-width:1620px;margin:0 auto;align-items:center;justify-content:space-between}.meet-left{flex:0 1 560px}.meet h2{color:#16242B;font-size:40px;font-weight:800;margin:14px 0 8px}.meet-tag{color:#0E6E73;font-weight:600;font-size:16px;margin-bottom:16px}.meet-bio{color:#5a6770;font-size:16px;line-height:1.6;margin-bottom:18px}.meet-sign{font-size:22px;color:#16242B;font-weight:700;font-style:italic}.meet-role{color:#7a8791;font-size:14px;margin:2px 0 22px}.meet-photo{flex:0 0 400px}.meet-photo img{width:400px;height:490px;object-fit:cover;border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.15)}.meet-stats{flex:0 0 330px;display:flex;flex-direction:column}.stat{display:flex;gap:16px;align-items:center;padding:22px 0;border-bottom:1px solid #e6e9eb}.stat:last-child{border-bottom:none}.stat-ico{width:54px;height:54px;border-radius:50%;background:#e6f3f2;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.stat b{display:block;color:#0E6E73;font-size:40px;font-weight:800;line-height:1}.stat-label{display:block;color:#16242B;font-weight:600;font-size:15px;margin-top:3px}.stat-sub{display:block;color:#8a949b;font-size:13px}.testi{background:#111314;padding:84px 56px}.testi-grid{display:flex;gap:48px;max-width:1620px;margin:0 auto;align-items:flex-start}.testi-intro{flex:0 0 300px}.testi-intro h2{color:#fff;font-size:34px;line-height:1.15;font-weight:800;margin:16px 0 14px;max-width:300px}.testi-intro p{color:#aab4ba;font-size:16px;line-height:1.5;margin-bottom:26px;max-width:290px}.testi-cards{flex:1 1;min-width:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.testi-card{background:#1a2227;border:1px solid #242d33;border-radius:14px;padding:24px;display:flex;flex-direction:column}.quote-mark{display:block;margin-bottom:8px}.testi-quote{color:#cbd3d8;font-size:15px;line-height:1.55;margin-bottom:16px;flex:1 1}.stars{display:inline-flex;gap:2px;margin-bottom:16px}.testi-foot{gap:12px}.avatar,.testi-foot{display:flex;align-items:center}.avatar{width:42px;height:42px;border-radius:50%;background:#0E6E73;color:#fff;justify-content:center;font-weight:700;font-size:13px;flex:0 0 auto;letter-spacing:.5px}.testi-who b{display:block;color:#fff;font-size:14.5px}.testi-role{display:block;color:#8e99a0;font-size:13px}.guides{background:#f3f4f5;padding:84px 56px}.guides-grid{display:flex;gap:48px;max-width:1620px;margin:0 auto;align-items:flex-start}.guides-intro{flex:0 0 300px}.guides-intro h2{color:#16242B;font-size:34px;font-weight:800;margin:16px 0 14px;max-width:280px}.guides-intro p{color:#5a6770;font-size:16px;line-height:1.5;margin-bottom:26px;max-width:290px}.guides-cards{flex:1 1;min-width:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.guide-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);display:block}.guide-photo{position:relative;height:180px;background-size:cover;background-position:50%}.guide-tag{position:absolute;top:12px;left:12px;background:rgba(17,19,20,.82);color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:6px 10px;border-radius:5px}.guide-body{padding:18px 20px 22px}.guide-body h3{color:#16242B;font-size:18px;font-weight:700;margin-bottom:8px}.guide-body p{color:#5a6770;font-size:14px;line-height:1.5;margin-bottom:14px}.guide-link{display:inline-flex;align-items:center;gap:7px;color:#0E6E73;font-weight:600;font-size:14px}.cta{background:#0a585c;background-image:linear-gradient(rgba(12,92,96,.82),rgba(9,72,76,.8)),url(/img/cta-bg.v1.webp);background-size:cover;background-position:50%;padding:92px 56px;text-align:center}.cta h2{color:#fff;font-size:42px;font-weight:800;margin-bottom:14px}.cta>p{color:rgba(255,255,255,.9);font-size:17px;max-width:640px;margin:0 auto 30px;line-height:1.55}.cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-btn-white{background:#fff;color:#0E6E73;font-weight:600;font-size:15px;padding:15px 28px;border-radius:7px;display:inline-flex;align-items:center}.cta-btn-white:hover{background:#eef6f5}.cta-btn-outline{border:1.5px solid rgba(255,255,255,.85);color:#fff;font-weight:600;font-size:15px;padding:14px 28px;border-radius:7px;display:inline-flex;align-items:center}.cta-btn-outline:hover{background:rgba(255,255,255,.12)}.footer{background:#0d1416;padding:64px 56px 28px}.footer-grid{display:flex;gap:48px;max-width:1620px;margin:0 auto;justify-content:space-between;flex-wrap:wrap}.footer-brand{flex:0 1 360px}.footer-brand img{height:78px;width:auto;margin-bottom:16px}.footer-brand>p{color:#8e99a0;font-size:14px;line-height:1.6;margin-bottom:18px;max-width:300px}.socials{display:flex;gap:12px}.socials a{width:38px;height:38px;border-radius:50%;background:#1a2227;color:#cbd3d8;display:flex;align-items:center;justify-content:center}.socials a:hover{background:#0E6E73;color:#fff}.footer-col{display:flex;flex-direction:column}.footer-col h4{color:#fff;font-size:15px;font-weight:700;margin-bottom:16px}.footer-col a{color:#9aa5ac;font-size:14px;margin-bottom:11px}.footer-col a:hover{color:#fff}.footer-contact a{display:inline-flex;align-items:center;gap:8px}.footer-serve{color:#8e99a0;font-size:13.5px;line-height:1.6;margin-top:6px}.footer-bottom{max-width:1620px;margin:42px auto 0;padding-top:22px;border-top:1px solid #1c252b;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-bottom span{color:#7a8791;font-size:13px}body{overflow-x:hidden}.nav-wrap{display:contents}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto;min-width:44px;min-height:44px;align-items:center;justify-content:center}@media (max-width:1024px){.site-header{padding:0 28px}.communities,.cta,.footer,.guides,.hero,.homeval,.listings,.meet,.testi{padding-left:28px;padding-right:28px}.hero-title{font-size:46px}.comm-grid,.guides-grid,.hv-grid,.listings-grid,.meet-grid,.testi-grid{flex-direction:column;gap:34px}.comm-intro,.guides-intro,.hv-left,.listings-intro,.meet-left,.testi-intro{flex:none;max-width:none;width:100%}.comm-right,.hv-right,.meet-photo,.meet-stats{width:100%;flex:none}.comm-cards{grid-template-columns:repeat(2,1fr)}.hv-photo{height:380px}.meet-grid{align-items:flex-start}.meet-stats{flex-direction:row;justify-content:space-between;gap:20px}.stat{border-bottom:none;flex:1 1}.footer-grid{gap:34px}}@media (max-width:900px){.site-header{height:88px;padding:0 22px;position:relative}.brand img{height:60px}.nav-toggle{display:flex}.nav-wrap{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:6px 22px 18px;box-shadow:0 16px 32px rgba(0,0,0,.13);z-index:60;max-height:calc(100vh - 88px);overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-wrap.open{display:flex}.nav{align-self:auto}.nav,.nav-list{flex-direction:column;align-items:stretch;gap:0;width:100%}.nav-item{display:block}.nav-link{width:100%;justify-content:space-between;min-height:48px;padding:12px 2px;border-bottom:1px solid #eef0f1;font-size:16px;text-align:left}.nav-panel{position:static;transform:none;width:auto;max-width:none;box-shadow:none;border:0;border-radius:0;padding:4px 0 10px 12px;border-bottom:1px solid #eef0f1;background:#fbfcfc}.nav-panel-inner,.nav-panel[data-cols="1"] .nav-panel-inner,.nav-panel[data-cols="2"] .nav-panel-inner,.nav-panel[data-cols="3"] .nav-panel-inner{grid-template-columns:minmax(0,1fr);gap:14px}.nav-col-h{margin-bottom:2px;padding-top:10px}.nav-panel a{min-height:44px;display:flex;align-items:center;padding:10px 0;font-size:15.5px}.nav-note{padding:14px 16px}.header-right{flex-direction:column;align-items:stretch;width:100%;gap:12px;margin-top:14px}.btn-teal{width:100%}.phone{min-height:44px;align-items:center}}@media (max-width:760px){.site-header{height:80px;padding:0 18px}.brand img{height:54px}.hero{min-height:auto;padding:30px 18px 42px}.hero-overlay{background:linear-gradient(180deg,rgba(15,22,26,.6),rgba(15,22,26,.86))}.hero-inner{padding:4px 0;width:100%}.hero-inner,.hero-title{max-width:none;min-width:0}.hero-title{font-size:26px;line-height:1.15;overflow-wrap:break-word}.hero-sub{font-size:16px;max-width:none}.search-card{max-width:none;margin-top:24px}.search-row{flex-direction:column}.field.select{min-width:0}.search-btn{width:100%}.btn-outline{width:100%;justify-content:center}.trust{position:static;margin-top:22px;font-size:13px;left:auto;bottom:auto}.communities,.cta,.footer,.guides,.homeval,.listings,.meet,.testi{padding:54px 18px}.comm-intro h2,.guides-intro h2,.homeval h2,.listings-intro h2,.meet h2,.testi-intro h2{font-size:28px}.comm-cards{grid-template-columns:repeat(2,1fr);gap:12px}.comm-card{height:172px}.comm-trust{grid-template-columns:1fr 1fr;gap:16px}.listing-card{flex-basis:80vw}.guides-cards,.hv-points,.testi-cards{grid-template-columns:1fr}.hv-points{gap:14px}.hv-form{flex-direction:column}.hv-form .btn-teal{width:100%}.hv-photo{height:300px}.hv-trend{left:10px;bottom:14px;padding:12px 14px;gap:10px;max-width:calc(100% - 20px)}.hv-trend-ico{width:42px;height:42px}.meet-stats{flex-direction:column;gap:0}.stat{border-bottom:1px solid #e6e9eb;padding:18px 0}.meet-photo img{width:100%;height:auto;max-height:440px}.cta{padding:60px 18px}.cta h2{font-size:25px;line-height:1.2}.cta>p{font-size:15px}.cta-btns{flex-direction:column;align-items:stretch}.cta-btn-outline,.cta-btn-white{justify-content:center}.footer-grid{flex-direction:column;gap:30px}.footer-bottom{flex-direction:column;gap:8px}}.ip-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid #eef1f2}.ipage{max-width:1200px;margin:0 auto;padding:30px 40px 70px}.ip-back{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-weight:600;font-size:15px;margin-bottom:18px}.ip-back:hover{color:#0b5a5e}.ip-title{font-size:34px;font-weight:800;color:var(--charcoal);line-height:1.15;margin-bottom:6px}.ip-title span{color:var(--teal)}.ip-count{color:#5a6770;font-size:15px;margin:14px 0 20px}.ip-note{color:#5a6770;font-size:16px;line-height:1.55}.ip-empty{background:#f6f8f8;border:1px solid #e7edee;border-radius:14px;padding:40px 34px;margin-top:20px;max-width:640px}.ip-empty h1{margin-bottom:10px}.ip-empty p{margin-bottom:12px}.ip-empty .btn-teal{margin-top:8px}.filter-bar{display:flex;gap:12px;flex-wrap:wrap;align-items:center;background:#fff;border:1px solid #e7edee;box-shadow:0 6px 20px rgba(0,0,0,.05);border-radius:12px;padding:12px;margin:18px 0 8px}.filter-bar .field.location{flex:1 1;min-width:220px;display:flex;align-items:center;height:50px;background:#f6f8f8;border-radius:8px;padding:0 14px}.filter-bar select{height:50px;border:1px solid #e2e8ea;border-radius:8px;padding:0 14px;font-size:15px;color:#1d2933;background:#fff;cursor:pointer}.filter-bar .btn-teal{height:50px}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;margin-top:8px}.results-grid .listing-card{flex:none;width:auto;display:block;transition:transform .15s ease,box-shadow .15s ease}.results-grid .listing-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.12)}.value-wrap{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:48px;gap:48px;align-items:start;margin-top:10px}.value-copy h1{font-size:34px;font-weight:800;color:var(--charcoal);margin:10px 0 14px;line-height:1.15}.value-copy p{color:#5a6770;font-size:17px;line-height:1.6}.value-list{list-style:none;margin:22px 0 0;padding:0}.value-list li{position:relative;padding-left:30px;margin-bottom:14px;color:#22323b;font-size:16px}.value-list li:before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;border-radius:50%;background:#3FB7B0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/12px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E") center/12px no-repeat}.lead-form{background:#fff;border:1px solid #e7edee;box-shadow:0 10px 30px rgba(0,0,0,.07);border-radius:14px;padding:26px 24px;display:flex;flex-direction:column;gap:12px}.lead-form h3{font-size:21px;font-weight:800;color:var(--charcoal)}.lead-blurb{color:#5a6770;font-size:14px;margin-top:-4px}.lead-form input,.lead-form textarea{border:1px solid #dde5e7;border-radius:8px;padding:13px 14px;font-size:15px;color:#1d2933;font-family:inherit;width:100%;background:#fbfcfc}.lead-form input:focus,.lead-form textarea:focus{outline:none;border-color:var(--teal);background:#fff}.lead-form textarea{resize:vertical}.lead-form .btn-teal{height:52px;font-size:16px;margin-top:2px}.lead-err{color:#c0392b;font-size:14px;margin:-4px 0 2px}.lead-fine{color:#9aa5ad;font-size:12px;line-height:1.5;margin-top:2px}.lead-done{align-items:flex-start;text-align:left}.lead-done h3{margin-top:6px}.lead-done p{color:#5a6770;font-size:15px;line-height:1.55}.lead-done .btn-teal{margin-top:6px}.pd-gallery{margin:6px 0 26px}.pd-hero{position:relative;height:520px;border-radius:16px;background-size:cover;background-position:50%;box-shadow:0 12px 34px rgba(0,0,0,.12)}.pd-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.pd-thumb{flex:0 0 108px;height:74px;border-radius:8px;background-size:cover;background-position:50%;border:2px solid transparent;cursor:pointer}.pd-thumb.on{border-color:var(--teal)}.pd-body{display:grid;grid-template-columns:1fr 380px;grid-gap:44px;gap:44px;align-items:start}.pd-price{font-size:34px;font-weight:800;color:var(--teal)}.pd-addr{display:flex;align-items:center;gap:7px;color:#3a4a53;font-size:17px;margin-top:6px;font-weight:400;line-height:1.4;margin-bottom:0}.pd-facts{display:flex;flex-wrap:wrap;gap:14px;margin:26px 0 8px}.pd-fact{display:flex;align-items:center;gap:11px;background:#f6f8f8;border:1px solid #e7edee;border-radius:10px;padding:14px 18px;min-width:130px}.pd-fact-ico{display:inline-flex}.pd-fact b{display:block;font-size:19px;color:var(--charcoal);font-weight:800;line-height:1.1}.pd-fact span{font-size:13px;color:#7a8791}.pd-section{margin-top:30px}.pd-section h2{font-size:22px;font-weight:800;color:var(--charcoal);margin-bottom:12px}.pd-desc{color:#3a4a53;font-size:16px;line-height:1.7;white-space:pre-line}.pd-source{margin-top:26px;color:#9aa5ad}.pd-source a{color:var(--teal);font-weight:600}.pd-aside{position:-webkit-sticky;position:sticky;top:150px;display:flex;flex-direction:column;gap:18px}.pd-agent{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e7edee;border-radius:14px;padding:16px 18px;box-shadow:0 8px 24px rgba(0,0,0,.06)}.pd-agent img{width:60px;height:60px;border-radius:50%;object-fit:cover;object-position:top}.pd-agent b{display:block;font-size:16px;color:var(--charcoal)}.pd-agent span{display:block;font-size:13px;color:#7a8791}.pd-agent-phone{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-weight:700;font-size:14px;margin-top:4px}.ip-footer{background:var(--charcoal);color:#cfd8dd;margin-top:40px;padding:44px 40px;display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.ip-footer img{height:52px;margin-bottom:12px}.ip-footer p{font-size:14px;line-height:1.6;max-width:460px;color:#aeb9bf}.ip-footer-contact{display:flex;flex-direction:column;gap:8px}.ip-footer-contact a{color:#e6edf0;font-size:15px;display:inline-flex;align-items:center;gap:8px}.ip-footer-contact a:hover{color:#fff}@media(max-width:1024px){.pd-body{grid-template-columns:1fr;gap:28px}.pd-aside{position:static}.value-wrap{grid-template-columns:1fr;gap:28px}.results-grid{grid-template-columns:repeat(2,1fr);gap:20px}.pd-hero{height:60vw;max-height:440px}}@media(max-width:760px){.ipage{padding:20px 18px 50px}.ip-title,.value-copy h1{font-size:26px}.results-grid{grid-template-columns:1fr}.filter-bar{padding:10px}.filter-bar .btn-teal,.filter-bar select{width:100%}.pd-price{font-size:28px}.pd-hero{height:56vw;min-height:220px}.ip-footer{flex-direction:column;gap:18px}}.pd-details{margin-top:6px}.pd-detail-group{margin-bottom:26px}.pd-detail-group h3{font-size:16px;font-weight:800;color:var(--charcoal);padding-bottom:9px;border-bottom:1px solid #e7edee;margin-bottom:14px}.pd-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px 30px;gap:14px 30px}.pd-detail-row{display:flex;flex-direction:column;gap:2px}.pd-detail-row span{font-size:12.5px;color:#8a959c;text-transform:uppercase;letter-spacing:.4px}.pd-detail-row b{font-size:15px;color:#22323b;font-weight:600;line-height:1.35}.pd-similar{margin-top:48px;border-top:1px solid #eef1f2;padding-top:34px}.pd-similar h2{font-size:24px;font-weight:800;color:var(--charcoal);margin-bottom:20px}.similar-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.similar-grid .listing-card{flex:none;width:auto;display:block;transition:transform .15s ease,box-shadow .15s ease}.similar-grid .listing-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.12)}.similar-grid .listing-photo{height:170px}@media(max-width:1024px){.pd-detail-grid,.similar-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.pd-detail-grid{grid-template-columns:1fr 1fr}.similar-grid{grid-template-columns:1fr}.pd-similar h2{font-size:20px}}.guide{max-width:1180px;margin:0 auto;padding:22px 40px 60px}.guide-crumb{font-size:13.5px;color:#7a8791;margin-bottom:16px}.guide-crumb a{color:var(--teal)}.guide-crumb span{color:#4a5860}.guide-hero{border-radius:18px;padding:60px 48px;color:#fff;background-size:cover;background-position:50%;box-shadow:0 14px 40px rgba(0,0,0,.16)}.guide-hero-tag{display:inline-block;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 12px;border-radius:6px;margin-bottom:16px}.guide-hero h1{font-size:42px;font-weight:800;line-height:1.1;max-width:760px}.guide-lede{font-size:18px;line-height:1.5;max-width:640px;margin-top:14px;color:rgba(255,255,255,.94)}.guide-body-wrap{display:grid;grid-template-columns:1fr 340px;grid-gap:48px;gap:48px;margin-top:38px;align-items:start}.guide-updated{font-size:13px;color:#8a959c;font-style:italic;margin-bottom:18px}.guide-intro{font-size:18px;line-height:1.7;color:#2a3942;margin-bottom:16px}.guide-section{margin-top:34px}.guide-section h2{font-size:26px;font-weight:800;color:var(--charcoal);margin-bottom:14px;line-height:1.2}.guide-section p{font-size:16.5px;line-height:1.75;color:#33434c;margin-bottom:14px}.guide-sub{margin:18px 0}.guide-sub h3{font-size:18px;font-weight:800;color:var(--teal);margin-bottom:6px}.guide-sub p{margin-bottom:8px}.guide-pricetable{border:1px solid #e7edee;border-radius:12px;overflow:hidden;margin:16px 0 20px}.guide-pricerow{display:flex;justify-content:space-between;gap:16px;padding:13px 18px;border-bottom:1px solid #eef2f3}.guide-pricerow:last-child{border-bottom:none}.guide-pricerow span{color:#5a6770;font-size:15px}.guide-pricerow b{color:var(--charcoal);font-size:15px;text-align:right}.guide-proscons{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:16px}.guide-cons,.guide-pros{border:1px solid #e7edee;border-radius:12px;padding:18px 20px;background:#f8fafa}.guide-cons h4,.guide-pros h4{font-size:15px;font-weight:800;margin-bottom:10px}.guide-pros h4{color:#0E6E73}.guide-cons h4{color:#b4562f}.guide-cons ul,.guide-pros ul{list-style:none;padding:0;margin:0}.guide-cons li,.guide-pros li{position:relative;padding-left:22px;margin-bottom:9px;font-size:14.5px;line-height:1.5;color:#33434c}.guide-pros li:before{content:"+";position:absolute;left:2px;color:#0E6E73;font-weight:800}.guide-cons li:before{content:",";position:absolute;left:2px;color:#b4562f;font-weight:800}.guide-faqs{display:flex;flex-direction:column;gap:10px}.guide-faq{border:1px solid #e7edee;border-radius:10px;padding:4px 18px;background:#fff}.guide-faq summary{cursor:pointer;font-weight:700;color:var(--charcoal);padding:14px 0;font-size:16px;list-style:none}.guide-faq summary::-webkit-details-marker{display:none}.guide-faq summary:before{content:"+";color:var(--teal);font-weight:800;margin-right:10px}.guide-faq[open] summary:before{content:","}.guide-faq p{padding:0 0 16px;color:#4a5860;font-size:15.5px;line-height:1.65}.guide-aside{position:-webkit-sticky;position:sticky;top:150px;display:flex;flex-direction:column;gap:18px}.guide-facts{border:1px solid #e7edee;border-radius:14px;padding:20px 22px;background:#f8fafa}.guide-facts h3{font-size:16px;font-weight:800;color:var(--charcoal);margin-bottom:12px}.guide-fact{display:flex;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid #eaeff0;font-size:14px}.guide-fact:last-child{border-bottom:none}.guide-fact span{color:#7a8791}.guide-fact b{color:#2a3942;text-align:right;max-width:60%}.guide-related{margin-top:50px;border-top:1px solid #eef1f2;padding-top:34px}.guide-related h2{font-size:24px;font-weight:800;color:var(--charcoal);margin-bottom:20px}.guide-related .guides-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.guides-index-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;margin-top:26px}.guides-index-grid .guide-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:transform .15s ease,box-shadow .15s ease}.guide-related .guide-card:hover,.guides-index-grid .guide-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.12)}.guides-index-grid .guide-body p{font-size:14px;color:#5a6770;line-height:1.5;margin:8px 0 12px}@media(max-width:1024px){.guide-body-wrap{grid-template-columns:1fr;gap:28px}.guide-aside{position:static}.guides-index-grid{grid-template-columns:repeat(2,1fr)}.guide-related .guides-cards{grid-template-columns:1fr 1fr}.guide-hero h1{font-size:34px}}@media(max-width:760px){.guide{padding:18px 18px 44px}.guide-hero{padding:40px 24px}.guide-hero h1{font-size:27px}.guide-lede{font-size:16px}.guide-section h2{font-size:22px}.guide-proscons,.guide-related .guides-cards,.guides-index-grid{grid-template-columns:1fr}}@font-face{font-family:Playfair Display;src:url(/fonts/playfair-var.woff2) format("woff2");font-weight:500 800;font-style:normal;font-display:swap}.hfs-root{--serif:"Playfair Display",Georgia,"Times New Roman",serif;--teal:#0E6E73;--teal-d:#0B5A5E;--teal-l:#3FB7B0;--dark:#111314;--light:#F6F8F8;--ink:#16242B;--mut-d:#AAB4BA;--mut-l:#5A6770;background:#fff}.hfs-root .hfs-inner{max-width:1600px;margin:0 auto;width:100%}.hfs-root [id]{scroll-margin-top:140px}@media (max-width:900px){.hfs-root [id]{scroll-margin-top:100px}}@media (max-width:760px){.hfs-root [id]{scroll-margin-top:92px}}.hfs-sec{padding:78px 56px}.hfs-h1,.hfs-h2{font-family:var(--serif);font-weight:700;letter-spacing:-.3px;line-height:1.08}.hfs-eyebrow{display:block;font-size:13px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase}.hfs-eyebrow.dark{color:var(--teal)}.hfs-eyebrow.light{color:var(--teal-l)}.hfs-rule{display:block;width:66px;height:3px;background:var(--teal);border-radius:3px;margin:18px 0 22px}.hfs-rule.white{background:rgba(255,255,255,.7)}.hfs-body{color:var(--mut-l)}.hfs-body,.hfs-lead-body{font-size:16.5px;line-height:1.6;margin-bottom:26px;max-width:340px}.hfs-lead-body{color:var(--mut-d)}.hfs-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;padding:14px 24px;border-radius:7px;cursor:pointer;white-space:nowrap;border:1.6px solid transparent;transition:background .15s,color .15s,border-color .15s}.hfs-btn svg{flex:0 0 auto}.hfs-btn-teal{background:var(--teal);color:#fff}.hfs-btn-white{background:#fff;color:var(--teal)}.hfs-btn-outline{border-color:rgba(255,255,255,.8);color:#fff;background:rgba(255,255,255,.04)}.hfs-btn-outline-light{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}.hfs-btn-outline-dark{border-color:var(--teal);color:var(--teal);background:transparent}@media (hover:hover){.hfs-btn-teal:hover{background:var(--teal-d)}.hfs-btn-white:hover{background:#eef6f5}.hfs-btn-outline-light:hover,.hfs-btn-outline:hover{background:rgba(255,255,255,.14)}.hfs-btn-outline-dark:hover{background:rgba(14,110,115,.07)}}.hfs-btn:focus-visible{outline:3px solid #3FB7B0;outline-offset:2px}.hfs-root a:focus-visible,.hfs-root summary:focus-visible{outline:3px solid #3FB7B0;outline-offset:2px}.hfs-hero{flex-direction:column;background:#fff;min-height:calc(100vh - 128px)}.hfs-hero,.hfs-hero-top{position:relative;display:flex}.hfs-hero-top{flex:1 1;align-items:center;overflow:hidden;min-height:560px}.hfs-hero-media{position:absolute;top:0;right:0;bottom:0;width:56%;background-size:cover;background-position:0}.hfs-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.7) 12%,rgba(255,255,255,0) 30%)}.hfs-hero-inner{position:relative;z-index:2;max-width:1600px;margin:0 auto;width:100%;padding:44px 56px}.hfs-hero-copy{max-width:600px}.hfs-hero .hfs-eyebrow{color:var(--teal)}.hfs-h1{color:var(--ink);font-size:clamp(38px,4.9vw,62px);font-weight:800;margin-top:18px}.hfs-hero .hfs-accent{color:var(--teal);display:block}.hfs-hero .hfs-rule{margin:20px 0}.hfs-hero-sub{color:#3a4a53;font-size:19px;line-height:1.5;max-width:440px;margin-bottom:30px}.hfs-hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:34px}.hfs-hero-chips{display:flex;gap:30px;flex-wrap:wrap}.hfs-chip{gap:12px;color:var(--ink);font-size:15px;font-weight:600;line-height:1.25;max-width:210px}.hfs-chip,.hfs-chip-ico{display:flex;align-items:center}.hfs-chip-ico{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:1.6px solid var(--teal);color:var(--teal);justify-content:center}.hfs-hero-trust{flex:0 0 auto;background:var(--teal);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}.hfs-trust-item{display:flex;align-items:center;gap:16px;padding:26px 40px;color:#fff}.hfs-trust-item+.hfs-trust-item{border-left:1px solid rgba(255,255,255,.16)}.hfs-trust-ico{flex:0 0 auto;color:#fff;opacity:.95}.hfs-trust-item b{display:block;font-size:17px;font-weight:700;margin-bottom:3px}.hfs-trust-item span{display:block;color:rgba(255,255,255,.85);font-size:13.5px;line-height:1.35}.hfs-h2{font-size:clamp(30px,3.3vw,44px)}.hfs-h2.onlight-inv{color:#fff}.hfs-h2.dark{color:var(--ink)}.hfs-h2.onteal{color:#fff}.hfs-faq .hfs-accent,.hfs-listings .hfs-accent,.hfs-prop .hfs-accent{color:var(--teal-l)}.hfs-about .hfs-accent,.hfs-amenities .hfs-accent,.hfs-why .hfs-accent{color:var(--teal)}.hfs-accent-l{color:#BFEDE9}.hfs-faq .hfs-rule,.hfs-listings .hfs-rule,.hfs-prop .hfs-rule{background:var(--teal-l)}.hfs-listings{background:var(--dark)}.hfs-listings-grid{display:grid;grid-template-columns:320px 1fr;grid-gap:48px;gap:48px;align-items:start}.hfs-listings-intro{position:-webkit-sticky;position:sticky;top:150px}.hfs-listings-right{display:grid;grid-template-columns:1fr 360px;grid-gap:26px;gap:26px;align-items:stretch}.hfs-listings-right.cards{grid-template-columns:1fr;align-items:start}.hfs-loading{color:var(--mut-d);font-size:16px;padding:30px 0}.hfs-lowinv{background:#181c1e;border:1px solid #2a3236;border-radius:16px;padding:34px 30px;color:#fff;display:flex;flex-direction:column;justify-content:center}.hfs-lowinv-btn{align-self:flex-start;margin-top:22px}.hfs-lowinv-ico{display:inline-flex;width:60px;height:60px;border-radius:50%;background:rgba(63,183,176,.14);color:var(--teal-l);align-items:center;justify-content:center;margin-bottom:16px}.hfs-lowinv h3{font-family:var(--serif);font-size:23px;font-weight:700;color:#fff;margin-bottom:10px}.hfs-lowinv p{color:var(--mut-d);font-size:15.5px;line-height:1.6}.hfs-listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:18px;gap:18px}.hfs-lcard{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.28);display:block;transition:transform .15s}@media(hover:hover){.hfs-lcard:hover{transform:translateY(-3px)}}.hfs-lphoto{position:relative;height:180px;background-size:cover;background-position:50%;background-color:#dfe4e6}.hfs-lbadge{position:absolute;top:12px;left:12px;background:var(--teal);color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:6px 11px;border-radius:6px}.hfs-lbody{padding:16px 18px 18px}.hfs-lprice{font-size:27px;font-weight:800;color:var(--ink);font-family:var(--serif);line-height:1.1}.hfs-lspecs{color:var(--mut-l);font-size:13.5px;margin:7px 0 6px}.hfs-laddr{color:#7a8791;font-size:13.5px;margin-bottom:10px}.hfs-llink{display:inline-flex;align-items:center;gap:6px;color:var(--teal);font-weight:600;font-size:13.5px}.hfs-viewall{margin-top:22px;justify-self:start}.hfs-leadwrap .lead-form{box-shadow:0 16px 40px rgba(0,0,0,.35)}.hfs-listings-results{display:flex;flex-direction:column}.hfs-listing-grid-3{grid-template-columns:repeat(3,1fr)}.hfs-listings-results .hfs-viewall{align-self:center}.hfs-nearby-note{color:var(--mut-d);font-size:15px;line-height:1.55;margin:0 0 16px}.hfs-lbadge-nearby{display:inline-flex;align-items:center;gap:5px;background:rgba(17,19,20,.85);color:#fff;text-transform:none;letter-spacing:0;padding:6px 10px}.hfs-listings .hfs-alertband{background:#181c1e;border:1px solid #2a3236;align-items:center}.hfs-listings .hfs-alertband .hfs-alertcard-copy h3{color:#fff}.hfs-listings .hfs-alertband .hfs-alertcard-copy p{color:var(--mut-d)}.hfs-alert-points{list-style:none;margin:16px 0 0;display:flex;flex-direction:column;gap:9px}.hfs-alert-points li{display:flex;align-items:center;gap:9px;color:var(--mut-d);font-size:14px;line-height:1.4}.hfs-alert-points svg{color:var(--teal-l);flex:0 0 auto}.hfs-amenities{background:var(--light)}.hfs-amen-grid{display:grid;grid-template-columns:360px 1fr;grid-gap:56px;gap:56px;align-items:start}.hfs-amen-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:34px 30px;gap:34px 30px}.hfs-amen-card{text-align:center;padding:0 6px}.hfs-amen-ico{display:inline-flex;width:64px;height:64px;border-radius:50%;border:1.6px solid rgba(14,110,115,.4);color:var(--teal);align-items:center;justify-content:center;margin-bottom:16px}.hfs-amen-card h3{font-size:18px;font-weight:700;color:var(--ink);margin-bottom:8px}.hfs-amen-card p{color:var(--mut-l);font-size:14.5px;line-height:1.55}.hfs-prop{background:var(--dark);padding-block:52px 30px}.hfs-prop-grid{display:grid;grid-template-columns:447px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:center}.hfs-prop-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.hfs-prop-card{position:relative;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.3);display:flex;flex-direction:column}.hfs-prop-photo{height:217px;background-size:cover;background-position:50%;background-color:#dfe4e6}.hfs-prop-ico{position:absolute;top:217px;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:var(--teal);color:#fff;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.2)}.hfs-prop-body,.hfs-prop-ico{display:flex;align-items:center}.hfs-prop-body{padding:36px 18px 24px;text-align:center;flex-direction:column;flex:1 1}.hfs-prop-body h3{font-size:16px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;color:var(--ink);margin-bottom:9px}.hfs-prop-body p{color:var(--mut-l);font-size:13.5px;line-height:1.5;margin-bottom:16px;flex:1 1}.hfs-prop-div{width:44px;height:1px;background:#e2e7e8;margin-bottom:14px}.hfs-prop-plabel{color:#8a949b;font-size:11.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.hfs-prop-price{font-family:var(--serif);color:var(--teal);font-size:24px;font-weight:800;line-height:1.1;margin-top:2px}.hfs-prop-note{display:flex;align-items:center;gap:12px;margin-top:30px;color:var(--mut-d);font-size:13.5px}.hfs-prop-note svg{flex:0 0 auto;color:var(--teal-l)}.hfs-why{background:var(--light)}.hfs-why-grid{display:grid;grid-template-columns:330px 1fr;grid-gap:48px;gap:48px;align-items:start}.hfs-why-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:26px;gap:26px}.hfs-why-head{gap:12px;margin-bottom:16px;min-height:56px}.hfs-why-head,.hfs-why-ico{display:flex;align-items:center}.hfs-why-ico{flex:0 0 auto;width:50px;height:50px;border-radius:50%;border:1.6px solid rgba(14,110,115,.4);color:var(--teal);justify-content:center}.hfs-why-head h3{font-size:16.5px;font-weight:700;color:var(--ink);line-height:1.2}.hfs-why-photo{height:150px;border-radius:12px;background-size:cover;background-position:50%;background-color:#dfe4e6;margin-bottom:16px}.hfs-why-card>p{color:var(--mut-l);font-size:14px;line-height:1.55}.hfs-faq{background:var(--dark)}.hfs-faq-grid{display:grid;grid-template-columns:340px 1fr;grid-gap:48px;gap:48px;align-items:start}.hfs-faq-intro{position:-webkit-sticky;position:sticky;top:150px}.hfs-faq-list{display:flex;flex-direction:column;gap:14px}.hfs-faq-item{background:#181c1e;border:1px solid #262e32;border-radius:12px;overflow:hidden}.hfs-faq-item summary{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;cursor:pointer;list-style:none}.hfs-faq-item summary::-webkit-details-marker{display:none}.hfs-faq-qico{flex:0 0 auto;display:inline-flex;margin-top:1px}.hfs-faq-q{flex:1 1;color:#fff;font-size:16.5px;font-weight:700;line-height:1.4}.hfs-chev{flex:0 0 auto;color:var(--teal-l);margin-top:3px;transition:transform .2s}.hfs-faq-item[open] .hfs-chev{transform:rotate(180deg)}.hfs-faq-a{color:var(--mut-d);font-size:15px;line-height:1.65;padding:0 22px 20px 54px;margin-top:-4px}.hfs-about{background:#F8FAFA}.hfs-about-grid{display:grid;grid-template-columns:380px 1fr 250px;grid-gap:48px;gap:48px;align-items:center}.hfs-about-photo img{width:100%;height:auto;max-height:520px;object-fit:cover;object-position:top center;border-radius:16px;box-shadow:0 18px 44px rgba(0,0,0,.16)}.hfs-about-main .hfs-eyebrow{position:relative}.hfs-about-main .hfs-eyebrow sup{font-size:9px;top:-.6em}.hfs-h2.dark .hfs-accent{color:var(--teal)}.hfs-about-bio{color:#3a4a53;font-size:16.5px;line-height:1.7;margin-bottom:24px;max-width:620px}.hfs-about-values{display:flex;gap:30px;flex-wrap:wrap;margin-bottom:26px}.hfs-about-value{gap:12px}.hfs-about-value,.hfs-av-ico{display:flex;align-items:center}.hfs-av-ico{flex:0 0 auto;width:46px;height:46px;border-radius:50%;border:1.6px solid rgba(14,110,115,.4);color:var(--teal);justify-content:center}.hfs-about-value b{display:block;color:var(--ink);font-size:15px}.hfs-about-value span{display:block;color:#8a949b;font-size:12.5px}.hfs-about-btns{display:flex;gap:16px;flex-wrap:wrap}.hfs-about-contact{border-left:1px solid #e2e7e8;padding-left:34px;display:flex;flex-direction:column;gap:16px}.hfs-ac-line{display:inline-flex;align-items:center;gap:10px;color:var(--teal);font-size:17px;font-weight:600}.hfs-ac-line b{font-weight:700}.hfs-ac-brok{display:flex;flex-direction:column;gap:2px;margin-top:6px;color:#5a6770;font-size:13px}.hfs-ac-brok span:first-child{color:#8a949b}.hfs-c21{font-family:var(--serif);font-size:22px;font-weight:800;letter-spacing:1px;color:var(--ink)}.hfs-cta{background:var(--teal)}.hfs-cta-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:48px;gap:48px;align-items:center}.hfs-cta-copy .hfs-rule{margin:0 0 22px}.hfs-h2.onteal{font-size:clamp(30px,3.3vw,46px)}.hfs-cta-sub{color:rgba(255,255,255,.9);font-size:17px;line-height:1.55;max-width:520px;margin:16px 0 30px}.hfs-cta-btns{display:flex;gap:16px;flex-wrap:wrap}.hfs-cta-values{display:flex;gap:0;justify-content:space-between}.hfs-cta-value{flex:1 1;text-align:center;padding:0 16px;color:#fff}.hfs-cta-value+.hfs-cta-value{border-left:1px solid rgba(255,255,255,.22)}.hfs-cv-ico{display:inline-flex;width:56px;height:56px;border-radius:50%;border:1.6px solid rgba(255,255,255,.6);color:#fff;align-items:center;justify-content:center;margin-bottom:14px}.hfs-cta-value b{display:block;font-size:16px;font-weight:700;margin-bottom:6px;line-height:1.25}.hfs-cta-value span{display:block;color:rgba(255,255,255,.82);font-size:13.5px;line-height:1.4}.hfs-footer{background:var(--dark);padding:66px 56px 30px}.hfs-foot-top{display:grid;grid-template-columns:280px 1fr;grid-gap:48px;gap:48px}.hfs-foot-brand img{width:auto;height:96px;display:block}.hfs-foot-cols{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px;gap:24px}.hfs-foot-col .hfs-foot-h,.hfs-foot-col h4{color:#fff;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;position:relative;padding-bottom:10px}.hfs-foot-col .hfs-foot-h:after,.hfs-foot-col h4:after{content:"";position:absolute;left:0;bottom:0;width:26px;height:2px;background:var(--teal-l)}.hfs-foot-col a{display:block;color:#9aa5ac;font-size:14px;margin-bottom:11px}@media(hover:hover){.hfs-foot-col a:hover{color:#fff}}.hfs-foot-mid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin-top:46px;padding-top:34px;border-top:1px solid #232b2f}.hfs-fm-block{display:flex;align-items:flex-start;gap:14px}.hfs-fm-block+.hfs-fm-block{border-left:1px solid #232b2f;padding-left:30px}.hfs-fm-ico{flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(63,183,176,.5);color:var(--teal-l);display:flex;align-items:center;justify-content:center}.hfs-fm-block b{display:block;color:#fff;font-size:15px;margin-bottom:5px}.hfs-fm-block a{display:block;color:#9aa5ac;font-size:14px;margin-bottom:3px}.hfs-fm-block a.hfs-fm-teal{color:var(--teal-l);font-weight:600}.hfs-fm-block p{color:#9aa5ac;font-size:14px;line-height:1.55}.hfs-foot-bottom{margin-top:34px;padding-top:22px;border-top:1px solid #232b2f;text-align:center}.hfs-foot-bottom span{color:#7a8791;font-size:13px}@media (max-width:1024px){.hfs-sec{padding:60px 28px}.hfs-hero-inner{padding:32px 28px}.hfs-hero-media{width:50%}.hfs-hero-trust{grid-template-columns:repeat(2,1fr)}.hfs-trust-item:nth-child(2){border-left:none}.hfs-trust-item:nth-child(3),.hfs-trust-item:nth-child(4){border-top:1px solid rgba(255,255,255,.16)}.hfs-about-grid,.hfs-amen-grid,.hfs-cta-grid,.hfs-faq-grid,.hfs-listings-grid,.hfs-prop-grid,.hfs-why-grid{grid-template-columns:1fr;gap:32px}.hfs-faq-intro,.hfs-listings-intro{position:static}.hfs-listings-right{grid-template-columns:1fr}.hfs-amen-cards{gap:28px 24px}.hfs-prop-cards{gap:20px 18px}.hfs-prop-cards,.hfs-why-cards{grid-template-columns:repeat(2,1fr)}.hfs-why-cards{gap:30px 24px}.hfs-about-grid{grid-template-columns:1fr}.hfs-about-photo img{max-width:420px}.hfs-about-contact{border-left:none;padding-left:0;border-top:1px solid #e2e7e8;padding-top:24px;flex-direction:row;flex-wrap:wrap;gap:24px;align-items:center}.hfs-foot-top{grid-template-columns:1fr;gap:34px}.hfs-foot-cols{grid-template-columns:repeat(3,1fr);gap:26px 20px}.hfs-foot-mid{grid-template-columns:1fr}.hfs-fm-block+.hfs-fm-block{border-left:none;padding-left:0;border-top:1px solid #232b2f;padding-top:18px}}@media (max-width:760px){.hfs-sec{padding:48px 18px}.hfs-listing-grid-3{grid-template-columns:1fr}.hfs-hero{min-height:0}.hfs-hero-top{flex-direction:column;min-height:0;align-items:stretch}.hfs-hero-media{position:relative;width:100%;height:250px;order:2}.hfs-hero-media:after{background:none}.hfs-hero-inner{order:1;padding:26px 18px 22px}.hfs-hero-copy,.hfs-hero-sub{max-width:none}.hfs-hero-sub{font-size:16px}.hfs-hero-btns{flex-direction:column}.hfs-hero-btns .hfs-btn{width:100%}.hfs-hero-chips{gap:16px}.hfs-chip{max-width:none;flex:1 1 140px}.hfs-hero-trust{grid-template-columns:1fr}.hfs-trust-item{padding:18px 22px}.hfs-trust-item+.hfs-trust-item{border-left:none;border-top:1px solid rgba(255,255,255,.16)}.hfs-amen-cards{grid-template-columns:1fr;gap:26px}.hfs-amen-card{text-align:left;display:grid;grid-template-columns:auto 1fr;grid-gap:6px 16px;gap:6px 16px}.hfs-amen-ico{grid-row:span 2;margin-bottom:0}.hfs-prop-cards{grid-template-columns:1fr;gap:26px}.hfs-prop-photo{height:180px}.hfs-prop-ico{top:180px}.hfs-why-cards{grid-template-columns:1fr;gap:26px}.hfs-why-head{min-height:0}.hfs-about-values{gap:18px}.hfs-about-btns{flex-direction:column}.hfs-about-btns .hfs-btn{width:100%}.hfs-cta-values{flex-direction:column;gap:22px}.hfs-cta-value+.hfs-cta-value{border-left:none;border-top:1px solid rgba(255,255,255,.22);padding-top:22px}.hfs-cta-btns{flex-direction:column}.hfs-cta-btns .hfs-btn{width:100%}.hfs-foot-cols{grid-template-columns:repeat(2,1fr)}.hfs-faq-a{padding-left:22px}}.hv-root{--hv-serif:"Playfair Display",Georgia,"Times New Roman",serif;--hv-teal:#0E6E73;--hv-teal-d:#0B5A5E;--hv-teal-l:#3FB7B0;--hv-dark:#111314;--hv-light:#F6F8F8;--hv-ink:#16242B;--hv-mut-d:#AAB4BA;--hv-mut-l:#5A6770;--hv-card-d:#181c1e;--hv-line-d:#262e32;background:#fff}.hv-root .hv-inner{max-width:1600px;margin:0 auto;width:100%}.hv-root [id]{scroll-margin-top:140px}@media (max-width:900px){.hv-root [id]{scroll-margin-top:100px}}@media (max-width:760px){.hv-root [id]{scroll-margin-top:92px}}.hv-sec{padding:78px 56px}.hv-h1,.hv-h2{font-family:var(--hv-serif);font-weight:700;letter-spacing:-.3px;line-height:1.08}.hv-eyebrow{display:block;font-size:13px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase}.hv-eyebrow.dark{color:var(--hv-teal)}.hv-eyebrow.light{color:var(--hv-teal-l)}.hv-rule{display:block;width:66px;height:3px;background:var(--hv-teal);border-radius:3px;margin:18px 0 22px}.hv-body{color:var(--hv-mut-l);font-size:16.5px;line-height:1.6;margin-bottom:26px;max-width:360px}.hv-body.wide{max-width:420px;margin-bottom:0}.hv-lead-body{color:var(--hv-mut-d);font-size:16.5px;line-height:1.6;margin-bottom:26px;max-width:360px}.hv-h2{font-size:clamp(30px,3.3vw,44px)}.hv-h2.onlight-inv{color:#fff}.hv-h2.dark{color:var(--hv-ink)}.hv-h2 .hv-accent{color:var(--hv-teal)}.hv-h2.onlight-inv .hv-accent{color:var(--hv-teal-l)}.hv-faq .hv-rule,.hv-how .hv-rule,.hv-market .hv-rule{background:var(--hv-teal-l)}.hv-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;padding:14px 24px;border-radius:8px;cursor:pointer;white-space:nowrap;border:1.6px solid transparent;transition:background .15s,color .15s,border-color .15s;text-align:center}.hv-btn svg{flex:0 0 auto}.hv-btn-teal{background:var(--hv-teal);color:#fff}.hv-btn-white{background:#fff;color:var(--hv-teal)}.hv-btn-outline-dark{border-color:var(--hv-teal);color:var(--hv-teal);background:transparent}.hv-btn-outline-light{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}@media (hover:hover){.hv-btn-teal:hover{background:var(--hv-teal-d)}.hv-btn-white:hover{background:#eef6f5}.hv-btn-outline-dark:hover{background:rgba(14,110,115,.07)}.hv-btn-outline-light:hover{background:rgba(255,255,255,.12)}}.hv-root a:focus-visible,.hv-root button:focus-visible,.hv-root input:focus-visible,.hv-root summary:focus-visible{outline:3px solid #3FB7B0;outline-offset:2px}.hv-hero{flex-direction:column;background:var(--hv-dark);min-height:calc(100vh - 128px)}.hv-hero,.hv-hero-top{position:relative;display:flex}.hv-hero-top{flex:1 1;align-items:center;overflow:hidden;min-height:600px}.hv-hero-media{position:absolute;top:0;right:0;bottom:0;width:47%;background-size:cover;background-position:0}.hv-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,var(--hv-dark) 0,rgba(17,19,20,.65) 16%,rgba(17,19,20,0) 42%)}.hv-loc-pill{position:absolute;left:26px;bottom:26px;z-index:2;display:inline-flex;align-items:center;gap:8px;background:var(--hv-teal);color:#fff;font-size:14px;font-weight:600;padding:9px 16px;border-radius:8px;box-shadow:0 8px 22px rgba(0,0,0,.32)}.hv-hero-inner{position:relative;z-index:2;max-width:1600px;margin:0 auto;width:100%;padding:40px 56px}.hv-hero-copy{max-width:600px}.hv-hero .hv-eyebrow{color:var(--hv-teal-l)}.hv-h1{color:#fff;font-size:clamp(36px,4.6vw,58px);font-weight:800;margin-top:14px}.hv-hero .hv-accent{color:var(--hv-teal-l)}.hv-hero .hv-rule{margin:18px 0;background:var(--hv-teal-l)}.hv-hero-sub{color:rgba(255,255,255,.86);font-size:17.5px;line-height:1.5;max-width:520px;margin-bottom:24px}.hv-hero-meta{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:20px}.hv-stars{display:inline-flex;align-items:center;gap:10px;color:rgba(255,255,255,.9);font-size:14.5px;font-weight:600}.hv-stars-ico{display:inline-flex;gap:2px}.hv-saleslink{display:inline-flex;align-items:center;gap:8px;color:var(--hv-teal-l);font-size:14.5px;font-weight:600}.hv-saleslink:hover{color:#fff}.hv-form-wrap{max-width:540px}.hv-valform{background:#fff;border-radius:16px;padding:24px 24px 22px;box-shadow:0 26px 60px rgba(0,0,0,.42);display:flex;flex-direction:column;gap:12px}.hv-vf-title{font-family:var(--hv-serif);font-size:22px;font-weight:800;color:var(--hv-ink)}.hv-vf-blurb{color:var(--hv-mut-l);font-size:14px;line-height:1.5;margin-top:-4px}.hv-vf-label{font-size:12.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:var(--hv-teal);margin-bottom:-4px}.hv-vf-addr{position:relative;display:flex;align-items:center}.hv-vf-pin{position:absolute;left:14px;display:inline-flex;pointer-events:none}.hv-vf-addr input{padding-left:42px!important}.hv-valform input{border:1px solid #dbe3e5;border-radius:9px;padding:13px 14px;font-size:15px;color:#1d2933;font-family:inherit;width:100%;background:#fbfcfc}.hv-valform input:focus{outline:none;border-color:var(--hv-teal);background:#fff}.hv-valform input::placeholder{color:#9aa5ad}.hv-vf-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.hv-vf-submit{height:52px;font-size:16px;margin-top:4px}.hv-vf-secondary{height:46px;font-size:14.5px}.hv-vf-err{color:#c0392b;font-size:13.5px}.hv-vf-fine{display:flex;align-items:flex-start;gap:8px;color:var(--hv-mut-l);font-size:12px;line-height:1.45;margin-top:2px}.hv-vf-fine svg{flex:0 0 auto;color:var(--hv-teal);margin-top:1px}.hv-valform-done{align-items:flex-start;text-align:left}.hv-vf-check{display:inline-flex;margin-bottom:4px}.hv-valform-done h3{font-family:var(--hv-serif);font-size:22px;font-weight:800;color:var(--hv-ink)}.hv-valform-done p{color:var(--hv-mut-l);font-size:15px;line-height:1.55}.hv-valform-done .hv-btn{margin-top:6px;align-self:flex-start}.hv-trustbar{flex:0 0 auto;background:var(--hv-teal);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}.hv-trust-item{display:flex;align-items:center;gap:16px;padding:24px 40px;color:#fff}.hv-trust-item+.hv-trust-item{border-left:1px solid rgba(255,255,255,.16)}.hv-trust-ico{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff}.hv-trust-item b{display:block;font-size:16px;font-weight:700;margin-bottom:3px}.hv-trust-item span{display:block;color:rgba(255,255,255,.85);font-size:13px;line-height:1.35}.hv-how{background:var(--hv-dark)}.hv-how-grid{display:grid;grid-template-columns:360px 1fr;grid-gap:56px;gap:56px;align-items:start}.hv-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 24px;gap:0 24px}.hv-step{position:relative}.hv-step:not(:last-child):after{content:"";position:absolute;top:30px;left:74px;right:6px;border-top:2px dashed rgba(63,183,176,.35)}.hv-step-disc{display:inline-flex;width:60px;height:60px;border-radius:50%;background:var(--hv-teal);color:#fff;align-items:center;justify-content:center;margin-bottom:18px}.hv-step-head{gap:10px;margin-bottom:9px}.hv-step-head,.hv-step-num{display:flex;align-items:center}.hv-step-num{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--hv-teal);color:#fff;font-size:13px;font-weight:700;justify-content:center}.hv-step-head h3{color:#fff;font-size:16.5px;font-weight:700}.hv-step>p{color:var(--hv-mut-d);font-size:14.5px;line-height:1.55;padding-right:14px}.hv-securebar{display:flex;align-items:center;gap:18px;background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-radius:12px;padding:20px 26px;margin-top:30px}.hv-securebar-ico{flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:rgba(63,183,176,.14);color:var(--hv-teal-l);display:flex;align-items:center;justify-content:center}.hv-securebar b{display:block;color:#fff;font-size:16px;margin-bottom:3px}.hv-securebar span{display:block;color:var(--hv-mut-d);font-size:14px}.hv-experts{background:var(--hv-light)}.hv-experts-grid{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:56px;gap:56px;align-items:center}.hv-feat-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px 30px;gap:24px 30px;margin:6px 0 28px}.hv-feat{display:flex;gap:14px;align-items:flex-start}.hv-feat-ico{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:var(--hv-teal);color:#fff;display:flex;align-items:center;justify-content:center}.hv-feat b{display:block;color:var(--hv-ink);font-size:15.5px;margin-bottom:4px}.hv-feat span{display:block;color:var(--hv-mut-l);font-size:14px;line-height:1.5}.hv-experts-btns{display:flex;gap:16px;flex-wrap:wrap}.hv-experts-media{position:relative}.hv-aerial{height:540px;border-radius:16px;background-size:cover;background-position:50%;box-shadow:0 22px 54px rgba(0,0,0,.22)}.hv-quote{position:absolute;right:26px;top:50%;transform:translateY(-50%);width:270px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:14px;padding:26px 24px 24px;box-shadow:0 18px 44px rgba(0,0,0,.28)}.hv-quote-mark{display:block;font-family:var(--hv-serif);font-size:56px;line-height:.6;color:var(--hv-teal-l);margin-bottom:10px}.hv-quote p{color:var(--hv-ink);font-size:17px;line-height:1.5;font-weight:500}.hv-market{background:var(--hv-dark)}.hv-market-grid{display:grid;grid-template-columns:330px 1fr;grid-gap:48px;gap:48px;align-items:start}.hv-market-right{display:flex;flex-direction:column;gap:16px}.hv-bench-label{color:var(--hv-teal-l);font-size:14.5px;font-weight:700}.hv-bench-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.hv-mtile{background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-radius:14px;padding:22px}.hv-bench{display:flex;align-items:center;gap:16px}.hv-mtile-ico{flex:0 0 auto;color:var(--hv-teal-l)}.hv-bench-type{display:block;color:var(--hv-mut-d);font-size:12.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.hv-bench-val{display:block;font-family:var(--hv-serif);color:#fff;font-size:24px;font-weight:800;margin:2px 0 4px}.hv-bench-lab{display:block;color:#7f8a90;font-size:12px;border-top:1px solid var(--hv-line-d);padding-top:6px}.hv-stat-row{display:grid;grid-template-columns:1.05fr 1fr 1.35fr 1.3fr;grid-gap:16px;gap:16px}.hv-stat-label{display:block;color:var(--hv-mut-d);font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;line-height:1.3;margin-bottom:12px}.hv-stat-big{display:block;font-family:var(--hv-serif);font-size:34px;font-weight:800;line-height:1}.hv-stat-big,.hv-stat-big.teal,.hv-stat-delta{color:var(--hv-teal-l)}.hv-stat-delta{display:flex;align-items:center;gap:6px;font-size:17px;font-weight:700;margin-top:10px}.hv-stat-delta svg{color:var(--hv-teal-l)}.hv-stat-delta em{color:var(--hv-mut-d);font-style:normal;font-size:13px;font-weight:500}.hv-str-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.hv-stat-tag{display:block;color:#fff;font-size:13.5px;font-weight:700;margin-top:8px}.hv-stat-sub{display:block;color:var(--hv-mut-d);font-size:12px;margin-top:2px}.hv-str-ico{flex:0 0 auto;width:52px;height:52px;border-radius:50%;border:1.6px solid rgba(63,183,176,.5);color:var(--hv-teal-l);display:flex;align-items:center;justify-content:center}.hv-days-row{display:flex;gap:8px}.hv-day{flex:1 1;text-align:center}.hv-day-ico{display:inline-flex;color:var(--hv-teal-l);margin-bottom:4px}.hv-day-num{display:block;font-family:var(--hv-serif);color:var(--hv-teal-l);font-size:28px;font-weight:800;line-height:1}.hv-day-lab{display:block;color:var(--hv-mut-d);font-size:12px;margin-top:4px}.hv-day+.hv-day{border-left:1px solid var(--hv-line-d)}.hv-cond-row{display:flex;gap:14px;align-items:flex-start}.hv-cond-ico{flex:0 0 auto;width:50px;height:50px;border-radius:50%;border:1.6px solid rgba(63,183,176,.5);color:var(--hv-teal-l);display:flex;align-items:center;justify-content:center}.hv-cond-row b{display:block;color:#fff;font-size:16px;font-weight:700;margin-bottom:4px}.hv-cond-row span{display:block;color:var(--hv-mut-d);font-size:12.5px;line-height:1.45}.hv-market-foot{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:8px}.hv-market-src{display:flex;align-items:flex-start;gap:10px;color:#7f8a90;font-size:12.5px;line-height:1.5;max-width:760px}.hv-market-src svg{flex:0 0 auto;color:var(--hv-teal-l);margin-top:1px}.hv-market-foot .hv-btn{flex:0 0 auto}.hv-drivers{background:var(--hv-light)}.hv-drivers-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px;flex-wrap:wrap}.hv-drivers-head .hv-rule{margin-bottom:0}.hv-driver-cards{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:18px;gap:18px}.hv-driver{background:#fff;border:1px solid #e5eaea;border-radius:14px;padding:24px 20px;display:flex;flex-direction:column}.hv-driver-ico{display:inline-flex;width:52px;height:52px;border-radius:50%;border:1.6px solid rgba(14,110,115,.4);color:var(--hv-teal);align-items:center;justify-content:center;margin-bottom:16px}.hv-driver h3{color:var(--hv-ink);font-size:14px;font-weight:800;letter-spacing:.3px;text-transform:uppercase;line-height:1.3;min-height:36px}.hv-driver-div{display:block;width:34px;height:2px;background:var(--hv-teal);border-radius:2px;margin:12px 0}.hv-driver p{color:var(--hv-mut-l);font-size:13.5px;line-height:1.5}.hv-drivers-btns{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}.hv-faq{background:var(--hv-dark)}.hv-faq-grid{display:grid;grid-template-columns:340px 1fr;grid-gap:48px;gap:48px;align-items:start}.hv-faq-intro{position:-webkit-sticky;position:sticky;top:150px}.hv-faq-bigq{display:inline-flex;width:64px;height:64px;border-radius:50%;background:var(--hv-card-d);border:1px solid var(--hv-line-d);align-items:center;justify-content:center;margin-top:26px}.hv-faq-list{display:flex;flex-direction:column;gap:14px}.hv-faq-item{background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-radius:12px;overflow:hidden}.hv-faq-item summary{display:flex;align-items:center;gap:16px;padding:20px 22px;cursor:pointer;list-style:none}.hv-faq-item summary::-webkit-details-marker{display:none}.hv-faq-num{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--hv-teal);font-size:14px;display:flex;align-items:center;justify-content:center}.hv-faq-num,.hv-faq-q{color:#fff;font-weight:700}.hv-faq-q{flex:1 1;font-size:16.5px;line-height:1.4}.hv-chev{flex:0 0 auto;color:var(--hv-teal-l);transition:transform .2s}.hv-faq-item[open] .hv-chev{transform:rotate(180deg)}.hv-faq-a{color:var(--hv-mut-d);font-size:15px;line-height:1.65;padding:0 22px 20px 60px;margin-top:-4px}.hv-cta{background:#F8FAFA}.hv-cta-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:56px;gap:56px;align-items:center}.hv-cta-copy .hv-rule{margin:20px 0 22px}.hv-cta-sub{color:var(--hv-mut-l);font-size:16.5px;line-height:1.6;max-width:460px;margin-bottom:28px}.hv-cta-btns{gap:16px;margin-bottom:24px}.hv-chips,.hv-cta-btns{display:flex;flex-wrap:wrap}.hv-chips{gap:26px}.hv-chip{display:inline-flex;align-items:center;gap:10px;color:var(--hv-ink);font-size:14.5px;font-weight:600}.hv-chip-ico{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:var(--hv-teal);color:#fff;display:flex;align-items:center;justify-content:center}.hv-about{display:grid;grid-template-columns:200px 1fr;grid-gap:30px;gap:30px;align-items:center}.hv-about-photo img{width:200px;height:200px;border-radius:50%;object-fit:cover;object-position:top center;box-shadow:0 16px 40px rgba(0,0,0,.16);border:5px solid #fff}.hv-about-body .hv-eyebrow{margin-bottom:6px}.hv-about-name{font-family:var(--hv-serif);color:var(--hv-ink);font-size:28px;font-weight:800}.hv-about-title{display:block;color:var(--hv-teal);font-size:16px;font-weight:700;margin:6px 0 2px}.hv-about-brok{display:block;color:var(--hv-ink);font-size:15px;font-weight:600;margin-bottom:12px}.hv-about-bio{color:var(--hv-mut-l);font-size:14.5px;line-height:1.6}.hv-footer{background:var(--hv-dark);padding:64px 56px 30px}.hv-foot-top{display:grid;grid-template-columns:230px 1fr 220px;grid-gap:44px;gap:44px}.hv-foot-brand img{width:auto;height:96px;display:block;margin-bottom:16px}.hv-foot-brand p{color:var(--hv-mut-d);font-size:14px;line-height:1.55;max-width:210px}.hv-foot-cols{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:24px;gap:24px}.hv-foot-col .hv-foot-h,.hv-foot-col h4{color:var(--hv-teal-l);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.hv-foot-col a{display:block;color:#9aa5ac;font-size:14px;margin-bottom:10px}@media(hover:hover){.hv-foot-col a:hover{color:#fff}}.hv-foot-brok{display:flex;flex-direction:column;gap:4px;color:var(--hv-mut-d);font-size:13px;line-height:1.5;text-align:right}.hv-foot-sig{font-family:var(--hv-serif);font-style:italic;color:#fff;font-size:24px;font-weight:600;margin-bottom:8px}.hv-foot-bottom{margin-top:40px;padding-top:22px;border-top:1px solid var(--hv-line-d)}.hv-foot-bottom p{color:#7f8a90;font-size:12.5px;line-height:1.55}@media (max-width:1180px){.hv-stat-row{grid-template-columns:1fr 1fr}.hv-driver-cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.hv-sec{padding:60px 28px}.hv-hero-inner{padding:32px 28px}.hv-hero-media{width:42%}.hv-trustbar{grid-template-columns:repeat(2,1fr)}.hv-trust-item:nth-child(2){border-left:none}.hv-trust-item:nth-child(3),.hv-trust-item:nth-child(4){border-top:1px solid rgba(255,255,255,.16)}.hv-cta-grid,.hv-experts-grid,.hv-faq-grid,.hv-how-grid,.hv-market-grid{grid-template-columns:1fr;gap:36px}.hv-faq-intro{position:static}.hv-bench-row{grid-template-columns:repeat(3,1fr)}.hv-cta-grid{gap:40px}.hv-about{grid-template-columns:170px 1fr;gap:26px}.hv-about-photo img{width:170px;height:170px}.hv-foot-top{grid-template-columns:1fr;gap:32px}.hv-foot-brok{text-align:left}.hv-foot-cols{grid-template-columns:repeat(3,1fr);gap:24px 20px}}@media (max-width:760px){.hv-sec{padding:48px 18px}.hv-hero{min-height:0}.hv-hero-top{flex-direction:column;min-height:0;align-items:stretch}.hv-hero-media{position:relative;width:100%;height:240px;order:1}.hv-hero-media:after{background:linear-gradient(to top,var(--hv-dark) 0,rgba(17,19,20,0) 55%)}.hv-hero-inner{order:2;padding:28px 18px 22px}.hv-form-wrap,.hv-hero-copy,.hv-hero-sub{max-width:none}.hv-hero-meta{gap:14px}.hv-trustbar{grid-template-columns:1fr}.hv-trust-item{padding:16px 20px}.hv-trust-item+.hv-trust-item{border-left:none;border-top:1px solid rgba(255,255,255,.16)}.hv-steps{grid-template-columns:1fr;gap:26px}.hv-step:not(:last-child):after{display:none}.hv-step-disc{margin-bottom:12px}.hv-feat-grid{grid-template-columns:1fr;gap:20px}.hv-experts-btns{flex-direction:column}.hv-experts-btns .hv-btn{width:100%}.hv-aerial{height:340px}.hv-quote{position:static;transform:none;width:auto;margin-top:16px}.hv-bench-row,.hv-stat-row{grid-template-columns:1fr;gap:14px}.hv-market-foot{flex-direction:column;align-items:flex-start;gap:18px}.hv-market-foot .hv-btn{width:100%}.hv-drivers-head{gap:16px}.hv-driver-cards{grid-template-columns:1fr;gap:16px}.hv-driver h3{min-height:0}.hv-drivers-btns{flex-direction:column}.hv-drivers-btns .hv-btn{width:100%}.hv-cta-btns{flex-direction:column}.hv-cta-btns .hv-btn{width:100%}.hv-chips{gap:16px}.hv-about{grid-template-columns:1fr;gap:20px;justify-items:center}.hv-about,.hv-about-body{text-align:center}.hv-vf-row{grid-template-columns:1fr}.hv-foot-cols{grid-template-columns:repeat(2,1fr)}.hv-faq-a{padding-left:22px}}.hfs-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.hfs-dabout .hfs-accent,.hfs-grow .hfs-accent,.hfs-nbhd .hfs-accent{color:var(--teal-l)}.hfs-grow .hfs-rule,.hfs-nbhd .hfs-rule{background:var(--teal-l)}.hfs-hero-trust--card{background:#fff;width:calc(100% - 112px);max-width:1600px;margin:-46px auto 34px;border:1px solid #eef1f1;border-radius:16px;box-shadow:0 22px 54px rgba(17,19,20,.16);overflow:hidden;position:relative;z-index:3}.hfs-hero-trust--card .hfs-trust-item{color:var(--ink);padding:24px 30px}.hfs-hero-trust--card .hfs-trust-item+.hfs-trust-item{border-left:1px solid #e7ecec}.hfs-hero-trust--card .hfs-trust-ico{color:var(--teal);opacity:1}.hfs-hero-trust--card .hfs-trust-item b{color:var(--ink)}.hfs-hero-trust--card .hfs-trust-item span{color:var(--mut-l)}.hfs-nbhd{background:var(--dark)}.hfs-nbhd-grid{display:grid;grid-template-columns:344px 1fr;grid-gap:52px;gap:52px;align-items:start}.hfs-nbhd-intro .hfs-btn{margin-top:2px}.hfs-nbhd-chips{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px 22px;gap:22px 22px;margin-top:34px}.hfs-nbhd-chip{display:flex;gap:13px;align-items:flex-start}.hfs-nbhd-chip-ico{flex:0 0 auto;width:44px;height:44px;border-radius:50%;background:rgba(63,183,176,.14);color:var(--teal-l);display:flex;align-items:center;justify-content:center}.hfs-nbhd-chip b{display:block;color:#fff;font-size:14.5px;font-weight:700;margin-bottom:3px}.hfs-nbhd-chip span{display:block;color:var(--mut-d);font-size:12.5px;line-height:1.42}.hfs-nbhd-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.hfs-nbhd-card{position:relative;border-radius:16px;overflow:hidden;display:block;min-height:246px;box-shadow:0 12px 30px rgba(0,0,0,.3);background:#0c0e0f}.hfs-nbhd-photo{position:absolute;inset:0;background-size:cover;background-position:50%;transition:transform .3s}.hfs-nbhd-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,11,12,.94) 0,rgba(9,11,12,.55) 40%,rgba(9,11,12,0) 74%)}.hfs-nbhd-cardbody{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:20px}.hfs-nbhd-cardtext h3{color:#fff;font-family:var(--serif);font-size:20px;font-weight:700;margin-bottom:5px}.hfs-nbhd-cardtext p{color:rgba(255,255,255,.86);font-size:13px;line-height:1.42;max-width:220px}.hfs-nbhd-arrow{flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}@media(hover:hover){.hfs-nbhd-card:hover .hfs-nbhd-arrow{background:var(--teal-l);color:#08110f}.hfs-nbhd-card:hover .hfs-nbhd-photo{transform:scale(1.045)}}.hfs-nbhd-also{margin-top:26px;color:var(--mut-d);font-size:14px}.hfs-nbhd-also a{color:var(--teal-l);font-weight:600}@media(hover:hover){.hfs-nbhd-also a:hover{text-decoration:underline}}.hfs-flist{background:var(--light)}.hfs-flist-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px;flex-wrap:wrap}.hfs-flist-headtext{max-width:820px}.hfs-flist-headtext .hfs-rule{margin:18px 0}.hfs-flist-body{color:var(--mut-l);font-size:16.5px;line-height:1.6;max-width:660px}.hfs-flist-browse{flex:0 0 auto}.hfs-flist-live{display:flex;flex-direction:column;gap:30px}.hfs-flist-results .hfs-listing-grid{grid-template-columns:repeat(3,1fr)}.hfs-loading.light{color:var(--mut-l)}.hfs-lowinv.light{background:#fff;border:1px solid #e5eaea;color:var(--ink);box-shadow:0 12px 30px rgba(17,19,20,.06)}.hfs-lowinv.light h3{color:var(--ink)}.hfs-lowinv.light p{color:var(--mut-l)}.hfs-lowinv.light .hfs-lowinv-ico{background:rgba(14,110,115,.1);color:var(--teal)}.hfs-flist .hfs-viewall{align-self:flex-start;margin-top:2px}.hfs-alertcard{display:grid;grid-template-columns:1fr 400px;grid-gap:34px;gap:34px;align-items:center;background:#EEF4F3;border:1px solid #d9e6e5;border-radius:18px;padding:30px 34px}.hfs-alertcard-copy{display:flex;gap:18px;align-items:flex-start}.hfs-alertcard-ico{flex:0 0 auto;width:56px;height:56px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center}.hfs-alertcard-copy h3{font-family:var(--serif);font-size:23px;font-weight:800;color:var(--ink);margin-bottom:6px}.hfs-alertcard-copy p{color:var(--mut-l);font-size:15px;line-height:1.55}.hfs-alertcard-form .lead-form{margin:0}.hfs-grow{background:var(--dark)}.hfs-grow-top{display:grid;grid-template-columns:1fr 1fr;grid-gap:52px;gap:52px;align-items:center;margin-bottom:44px}.hfs-grow-left .hfs-lead-body{max-width:470px}.hfs-grow-facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px;margin-top:26px}.hfs-grow-fact-ico{display:inline-flex;width:50px;height:50px;border-radius:50%;background:var(--teal);color:#fff;align-items:center;justify-content:center;margin-bottom:13px}.hfs-grow-fact b{display:block;color:#fff;font-size:15.5px;font-weight:700;margin-bottom:7px;line-height:1.25}.hfs-grow-fact p{color:var(--mut-d);font-size:13px;line-height:1.5}.hfs-grow-media{position:relative;border-radius:18px;overflow:hidden;min-height:452px;box-shadow:0 18px 46px rgba(0,0,0,.36)}.hfs-grow-photo{position:absolute;inset:0;background-size:cover;background-position:50%}.hfs-grow-route{position:absolute;left:22px;top:22px;z-index:2;max-width:250px;background:rgba(9,11,12,.66);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(63,183,176,.32);border-radius:12px;padding:15px 18px}.hfs-grow-route b{display:block;color:var(--teal-l);font-size:12.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:7px}.hfs-grow-route span{display:block;color:#fff;font-size:13.5px;line-height:1.5}.hfs-grow-routeline{display:block;margin-top:11px}.hfs-grow-buyers .hfs-eyebrow{margin-bottom:18px}.hfs-grow-buyer-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.hfs-grow-buyer{display:flex;gap:14px;align-items:flex-start;background:#181c1e;border:1px solid #262e32;border-radius:14px;padding:22px 20px}.hfs-grow-buyer-ico{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:rgba(63,183,176,.14);color:var(--teal-l);display:flex;align-items:center;justify-content:center}.hfs-grow-buyer b{display:block;color:#fff;font-size:15px;font-weight:700;margin-bottom:5px}.hfs-grow-buyer p{color:var(--mut-d);font-size:12.5px;line-height:1.46}.hfs-pband{background:var(--light)}.hfs-pband-head{text-align:center;max-width:740px;margin:0 auto 40px;display:flex;flex-direction:column;align-items:center}.hfs-pband-head .hfs-rule{margin:16px auto}.hfs-pband-sub{color:var(--mut-l);font-size:16px;line-height:1.55}.hfs-pband-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:26px;gap:26px}.hfs-pband-card{background:#fff;border:1px solid #e5eaea;border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(17,19,20,.08);display:flex;flex-direction:column}.hfs-pband-photo{height:200px;background-size:cover;background-position:50%;background-color:#dfe4e6}.hfs-pband-body{padding:24px 26px 28px}.hfs-pband-titlerow{display:flex;align-items:center;gap:14px;margin-bottom:16px}.hfs-pband-ico{flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center}.hfs-pband-titlerow h3{color:var(--ink);font-size:19px;font-weight:800}.hfs-pband-plabel{display:block;color:var(--mut-l);font-size:13px;margin-bottom:4px}.hfs-pband-price{display:block;font-family:var(--serif);color:var(--teal);font-size:32px;font-weight:800;line-height:1}.hfs-pband-note{display:block;color:var(--mut-l);font-size:12.5px;margin-top:6px}.hfs-pband-bar{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid #e5eaea;border-radius:16px;padding:22px 30px;margin-top:30px;box-shadow:0 12px 30px rgba(17,19,20,.06)}.hfs-pband-bar-ico{flex:0 0 auto;width:52px;height:52px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center}.hfs-pband-bar-copy{flex:1 1}.hfs-pband-bar-copy b{display:block;color:var(--ink);font-size:17px;font-weight:700;margin-bottom:3px}.hfs-pband-bar-copy span{display:block;color:var(--mut-l);font-size:14px}.hfs-pband-bar .hfs-btn{flex:0 0 auto}.hfs-dabout{background:var(--dark)}.hfs-dabout-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.hfs-dabout-main .hfs-eyebrow sup{font-size:9px;top:-.6em}.hfs-dabout-bio{color:var(--mut-d);font-size:16.5px;line-height:1.7;margin-bottom:20px;max-width:560px}.hfs-dabout-micro{color:var(--teal-l);font-size:16px;font-weight:600;line-height:1.5;margin-bottom:26px;max-width:520px}.hfs-dabout-phone{display:inline-flex;align-items:center;gap:16px;background:#181c1e;border:1px solid #2a3236;border-radius:12px;padding:15px 22px}.hfs-dabout-phone-ico{flex:0 0 auto;width:48px;height:48px;border-radius:10px;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center}.hfs-dabout-phone-txt b{display:block;color:#fff;font-size:21px;font-weight:800;font-family:var(--serif)}.hfs-dabout-phone-txt span{display:block;color:var(--mut-d);font-size:13px}.hfs-dabout-photo{display:flex;justify-content:center}.hfs-dabout-photo img{width:100%;max-width:430px;aspect-ratio:600/770;object-fit:cover;object-position:top center;border-radius:16px;border:1px solid #2a3236;box-shadow:0 22px 54px rgba(0,0,0,.4)}.hfs-sfaq{background:#F8FAFA}.hfs-sfaq-head{max-width:820px;margin-bottom:32px}.hfs-sfaq-head .hfs-rule{margin:16px 0}.hfs-sfaq-sub{color:var(--mut-l);font-size:16.5px;line-height:1.6;max-width:640px}.hfs-sfaq-list{display:flex;flex-direction:column;gap:14px;max-width:1000px}.hfs-sfaq-item{background:#fff;border:1px solid #e5eaea;border-radius:12px;overflow:hidden}.hfs-sfaq-item summary{display:flex;align-items:center;gap:16px;padding:22px 24px;cursor:pointer;list-style:none}.hfs-sfaq-item summary::-webkit-details-marker{display:none}.hfs-sfaq-q{flex:1 1;color:var(--ink);font-size:17px;font-weight:700;line-height:1.4}.hfs-plus{flex:0 0 auto;color:var(--teal);transition:transform .2s;display:inline-flex}.hfs-sfaq-item[open] .hfs-plus{transform:rotate(45deg)}.hfs-sfaq-a{color:var(--mut-l);font-size:15.5px;line-height:1.65;padding:0 24px 22px;margin-top:-6px;max-width:920px}.hfs-cta-eyebrow{display:block;color:rgba(255,255,255,.85);font-size:13px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;margin-bottom:18px}.hfs-cta-artwork{display:flex;align-items:center;justify-content:flex-end}.hfs-cta-art{width:100%;max-width:360px;height:auto}@media (max-width:1024px){.hfs-hero-trust--card{width:calc(100% - 56px);margin:-30px auto 26px}.hfs-nbhd-grid{grid-template-columns:1fr;gap:34px}.hfs-nbhd-cards{grid-template-columns:repeat(2,1fr)}.hfs-nbhd-chips{grid-template-columns:repeat(4,1fr)}.hfs-grow-top{grid-template-columns:1fr;gap:34px}.hfs-grow-media{min-height:360px}.hfs-grow-buyer-cards{grid-template-columns:repeat(2,1fr)}.hfs-alertcard{grid-template-columns:1fr;gap:24px}.hfs-flist-results .hfs-listing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.hfs-hero-trust--card{width:calc(100% - 32px);margin:-20px auto 20px;border-radius:14px}.hfs-hero-trust--card .hfs-trust-item{padding:16px 20px}.hfs-hero-trust--card .hfs-trust-item+.hfs-trust-item{border-left:none;border-top:1px solid #e7ecec}.hfs-nbhd-cards{grid-template-columns:1fr}.hfs-nbhd-chips{grid-template-columns:1fr 1fr;gap:18px}.hfs-nbhd-cardtext p{max-width:none}.hfs-flist-head{gap:20px}.hfs-flist-browse{width:100%}.hfs-flist-results .hfs-listing-grid,.hfs-grow-facts{grid-template-columns:1fr}.hfs-grow-facts{gap:20px}.hfs-grow-buyer-cards{grid-template-columns:1fr}.hfs-grow-route{max-width:210px;left:14px;top:14px;padding:12px 14px}.hfs-pband-cards{grid-template-columns:1fr;gap:22px}.hfs-pband-bar{flex-direction:column;align-items:flex-start;gap:16px}.hfs-pband-bar .hfs-btn{width:100%}.hfs-dabout-grid{grid-template-columns:1fr;gap:32px}.hfs-dabout-photo{order:-1}.hfs-dabout-photo img{max-width:320px}.hfs-dabout-phone{width:100%}.hfs-cta-artwork{display:none}}.hfs-dabout .hfs-btn-outline-dark,.hfs-faq .hfs-btn-outline-dark,.hfs-grow .hfs-btn-outline-dark,.hfs-listings .hfs-btn-outline-dark,.hfs-nbhd .hfs-btn-outline-dark,.hfs-prop .hfs-btn-outline-dark{border-color:var(--teal-l);color:var(--teal-l)}@media (hover:hover){.hfs-dabout .hfs-btn-outline-dark:hover,.hfs-faq .hfs-btn-outline-dark:hover,.hfs-grow .hfs-btn-outline-dark:hover,.hfs-listings .hfs-btn-outline-dark:hover,.hfs-nbhd .hfs-btn-outline-dark:hover,.hfs-prop .hfs-btn-outline-dark:hover{background:rgba(63,183,176,.12)}}.hfs-root .hfs-laddr,.hfs-root .hfs-lspecs,.hfs-root .hfs-prop-plabel{color:var(--mut-l)}.hv-root .hv-bench-lab,.hv-root .hv-market-src{color:#939ea4}.hfs-root .hfs-pband-titlerow{min-height:74px;align-items:center}.hfs-root .hfs-pband-titlerow h3{font-size:18px;line-height:1.25}.hfs-root .hfs-inlink{color:var(--teal);font-weight:600;text-decoration:underline;text-underline-offset:2px}.hfs-dabout .hfs-inlink,.hfs-faq .hfs-inlink,.hfs-grow .hfs-inlink,.hfs-listings .hfs-inlink,.hfs-nbhd .hfs-inlink,.hfs-prop .hfs-inlink,.hfs-root .hfs-nsec.tone-dark .hfs-inlink{color:var(--teal-l)}.hfs-root .hfs-foot-src{color:var(--teal-l);text-decoration:underline;text-underline-offset:2px}.hfs-root .hfs-soon{display:block;color:#8e9aa1;cursor:default}.hfs-root .hfs-soon em{font-style:normal;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#6f7c83;margin-left:8px}.hfs-root .hfs-nbhd-card--soon{cursor:default}.hfs-root .hfs-nbhd-soon{flex:0 0 auto;align-self:flex-end;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:7px 11px;border-radius:999px;white-space:nowrap}.hv-root .hv-soon{display:block;color:#8e9aa1;cursor:default}.hv-root .hv-soon em{font-style:normal;font-size:11px;letter-spacing:.4px;text-transform:uppercase;color:#6f7c83;margin-left:8px}.hfs-near{background:#fff}.hfs-near-head{max-width:860px;margin-bottom:30px}.hfs-near-head .hfs-rule{margin:16px 0}.hfs-near-sub{color:var(--mut-l);font-size:16.5px;line-height:1.6;max-width:720px}.hfs-near-list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.hfs-near-item>.hfs-near-soon,.hfs-near-item>a{display:flex;flex-direction:column;gap:7px;height:100%;background:var(--light);border:1px solid #e2e8e8;border-radius:14px;padding:22px 22px 20px;position:relative}.hfs-near-item b{color:var(--ink);font-size:16.5px;font-weight:700;line-height:1.3;padding-right:26px}.hfs-near-item span{color:var(--mut-l);font-size:14px;line-height:1.5}.hfs-near-go{position:absolute;right:18px;top:20px;color:var(--teal);display:inline-flex}.hfs-near-item.is-soon b{color:#5c686e}.hfs-near-item .hfs-near-soon em{font-style:normal;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#6f7c83;margin-top:4px}@media (hover:hover){.hfs-near-item>a:hover{border-color:var(--teal);background:#fff;box-shadow:0 12px 30px rgba(17,19,20,.08)}}.hv-near{background:#fff}.hv-near-head{max-width:860px;margin-bottom:30px}.hv-near-head .hv-rule{margin:16px 0}.hv-near-sub{color:var(--hv-mut-l);font-size:16.5px;line-height:1.6;max-width:720px}.hv-near-list{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.hv-near-item>.hv-near-soon,.hv-near-item>a{display:flex;flex-direction:column;gap:7px;height:100%;background:var(--hv-light);border:1px solid #e2e8e8;border-radius:14px;padding:22px 22px 20px;position:relative}.hv-near-item b{color:var(--hv-ink);font-size:16.5px;font-weight:700;line-height:1.3;padding-right:26px}.hv-near-item span{color:var(--hv-mut-l);font-size:14px;line-height:1.5}.hv-near-go{position:absolute;right:18px;top:20px;color:var(--hv-teal);display:inline-flex;transform:rotate(-90deg)}.hv-near-item.is-soon b{color:#5c686e}.hv-near-item .hv-near-soon em{font-style:normal;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:#6f7c83;margin-top:4px}@media (hover:hover){.hv-near-item>a:hover{border-color:var(--hv-teal);background:#fff;box-shadow:0 12px 30px rgba(17,19,20,.08)}}@media (max-width:1180px){.hfs-near-list,.hv-near-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hfs-near-list,.hv-near-list{grid-template-columns:1fr}}.lead-fine{color:#5A6770}.hfs-root .hfs-about-value span,.hfs-root .hfs-ac-brok span:first-child{color:var(--mut-l)}.hv-root .hv-quote-mark{color:var(--hv-teal)}.hfs-root .hfs-near-item .hfs-near-soon em{color:var(--mut-l)}.hv-root .hv-near-item .hv-near-soon em{color:var(--hv-mut-l)}.hfs-root .hfs-soon,.hfs-root .hfs-soon em,.hv-root .hv-soon,.hv-root .hv-soon em{color:#AAB4BA}.hfs-root .hfs-soon,.hv-root .hv-soon{display:inline}.hfs-foot-col .hfs-soon,.hv-foot-col .hv-soon{display:block;font-size:14px;margin-bottom:11px;line-height:1.2}.hfs-foot-col .hfs-soon em,.hv-foot-col .hv-soon em{display:block;margin-left:0;margin-top:3px;font-size:10.5px}.hfs-nbhd-also .hfs-soon{color:var(--mut-d);font-weight:600}.hfs-nbhd-also .hfs-soon em{font-size:10.5px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ip-header .nav-link{font-size:16px}@media (max-width:1240px){.site-header .nav-list{gap:22px}.site-header .nav-link{font-size:15px}}@media (max-width:900px){.ip-header{position:-webkit-sticky;position:sticky}.ip-header .nav-wrap{background:#fff}}.hfs-root .hfs-about-value .hfs-av-ico,.hfs-root .hfs-cta-value .hfs-cv-ico,.hfs-root .hfs-nbhd-chip .hfs-nbhd-chip-ico,.hfs-root .hfs-trust-item .hfs-trust-ico,.hv-root .hv-feat .hv-feat-ico,.hv-root .hv-securebar .hv-securebar-ico,.hv-root .hv-trust-item .hv-trust-ico{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.hfs-root .hfs-about-value .hfs-av-ico{color:var(--teal)}.hfs-root .hfs-cta-value .hfs-cv-ico{color:#fff}.hfs-root .hfs-hero-trust--card .hfs-trust-item .hfs-trust-ico{color:var(--teal)}.hfs-root .hfs-nbhd-chip .hfs-nbhd-chip-ico{color:var(--teal-l)}.hfs-root .hfs-trust-item .hfs-trust-ico,.hv-root .hv-feat .hv-feat-ico,.hv-root .hv-trust-item .hv-trust-ico{color:#fff}.hfs-root .hfs-av-ico svg,.hfs-root .hfs-cv-ico svg,.hfs-root .hfs-nbhd-chip-ico svg,.hfs-root .hfs-trust-ico svg,.hv-root .hv-feat-ico svg,.hv-root .hv-securebar-ico svg,.hv-root .hv-trust-ico svg{flex:0 0 auto;display:block}.hfs-root .hfs-listing-grid:has(>:last-child:first-child){grid-template-columns:minmax(0,380px);justify-content:center}.hfs-root .hfs-listing-grid:has(>:last-child:nth-child(2)){grid-template-columns:repeat(2,minmax(0,360px));justify-content:center}@media (max-width:640px){.hfs-root .hfs-listing-grid:has(>:last-child:nth-child(2)){grid-template-columns:minmax(0,380px)}}@media (min-width:1025px){.hfs-root .hfs-listings-intro{position:-webkit-sticky;position:sticky;top:148px}}.hfs-root .hfs-alertcard{align-items:start}.hfs-root .hfs-alertcard-copy{padding-top:2px}.hfs-root .hfs-alertcard-ico,.hfs-root .hfs-amen-ico,.hfs-root .hfs-av-ico,.hfs-root .hfs-chip-ico,.hfs-root .hfs-cv-ico,.hfs-root .hfs-dabout-phone-ico,.hfs-root .hfs-fm-ico,.hfs-root .hfs-grow-buyer-ico,.hfs-root .hfs-grow-fact-ico,.hfs-root .hfs-lowinv-ico,.hfs-root .hfs-nbhd-arrow,.hfs-root .hfs-nbhd-chip-ico,.hfs-root .hfs-pband-bar-ico,.hfs-root .hfs-pband-ico,.hfs-root .hfs-prop-ico,.hfs-root .hfs-trust-ico,.hfs-root .hfs-why-ico,.hv-root .hv-chip-ico,.hv-root .hv-cond-ico,.hv-root .hv-day-ico,.hv-root .hv-driver-ico,.hv-root .hv-faq-num,.hv-root .hv-feat-ico,.hv-root .hv-mtile-ico,.hv-root .hv-securebar-ico,.hv-root .hv-step-disc,.hv-root .hv-step-num,.hv-root .hv-str-ico,.hv-root .hv-trust-ico,.hv-root .hv-vf-pin{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hfs-root .hfs-alertcard-ico svg,.hfs-root .hfs-amen-ico svg,.hfs-root .hfs-av-ico svg,.hfs-root .hfs-chip-ico svg,.hfs-root .hfs-cv-ico svg,.hfs-root .hfs-dabout-phone-ico svg,.hfs-root .hfs-fm-ico svg,.hfs-root .hfs-grow-buyer-ico svg,.hfs-root .hfs-grow-fact-ico svg,.hfs-root .hfs-lowinv-ico svg,.hfs-root .hfs-nbhd-arrow svg,.hfs-root .hfs-nbhd-chip-ico svg,.hfs-root .hfs-pband-bar-ico svg,.hfs-root .hfs-pband-ico svg,.hfs-root .hfs-prop-ico svg,.hfs-root .hfs-trust-ico svg,.hfs-root .hfs-why-ico svg,.hv-root .hv-chip-ico svg,.hv-root .hv-cond-ico svg,.hv-root .hv-day-ico svg,.hv-root .hv-driver-ico svg,.hv-root .hv-feat-ico svg,.hv-root .hv-mtile-ico svg,.hv-root .hv-securebar-ico svg,.hv-root .hv-step-disc svg,.hv-root .hv-str-ico svg,.hv-root .hv-trust-ico svg,.hv-root .hv-vf-pin svg{flex:0 0 auto;display:block}.hv-root .hv-feat .hv-feat-ico,.hv-root .hv-step .hv-step-disc,.hv-root .hv-step-head .hv-step-num,.hv-root .hv-trust-item .hv-trust-ico{color:#fff}.hv-root .hv-bench .hv-mtile-ico,.hv-root .hv-cond-row .hv-cond-ico,.hv-root .hv-day .hv-day-ico,.hv-root .hv-securebar .hv-securebar-ico,.hv-root .hv-str-row .hv-str-ico{color:var(--hv-teal-l)}.hv-root .hv-foot-top{grid-template-columns:280px 1fr;gap:48px}.hv-root .hv-foot-brok{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;gap:6px 22px;text-align:left;padding-top:22px;border-top:1px solid var(--hv-line-d)}@media (max-width:1180px){.hv-root .hv-foot-cols{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.hv-root .hv-foot-top{grid-template-columns:1fr;gap:32px}}@media (max-width:640px){.hv-root .hv-foot-cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hfs-root .hfs-ac-line,.hfs-root .hfs-fm-block a,.hfs-root .hfs-foot-col .hfs-soon,.hfs-root .hfs-foot-col a,.hfs-root .hfs-near-item>a,.hv-root .hv-foot-col .hv-soon,.hv-root .hv-foot-col a,.hv-root .hv-near-item>a,.hv-root .hv-saleslink{min-height:44px}.hfs-root .hfs-fm-block a,.hfs-root .hfs-foot-col a,.hv-root .hv-foot-col a{display:flex;align-items:center;margin-bottom:2px}.hfs-root .hfs-foot-col .hfs-soon,.hv-root .hv-foot-col .hv-soon{display:flex;flex-direction:column;justify-content:center;margin-bottom:2px}.hfs-root .hfs-ac-line,.hv-root .hv-saleslink{align-items:center}.hfs-root .hfs-lcard,.hfs-root .hfs-nbhd-card{min-height:44px}}.filter-bar input:focus-visible,.filter-bar select:focus-visible,.hfs-root input:focus-visible,.hfs-root select:focus-visible,.hfs-root textarea:focus-visible,.hv-root input:focus-visible,.hv-root select:focus-visible,.hv-root textarea:focus-visible,.lead-form input:focus-visible,.lead-form textarea:focus-visible{outline:3px solid #3FB7B0;outline-offset:2px;border-color:var(--teal)}.hfs-root .hfs-foot-cols,.hv-root .hv-foot-cols{grid-template-columns:repeat(6,minmax(0,1fr))}.hfs-root .hfs-foot-col a,.hv-root .hv-foot-col a{overflow-wrap:anywhere}@media (max-width:1180px){.hv-root .hv-foot-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1024px){.hfs-root .hfs-foot-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.hfs-root .hfs-foot-cols,.hv-root .hv-foot-cols{grid-template-columns:repeat(2,minmax(0,1fr))}}.hfs-root .hfs-nsec{padding:66px 56px}.hfs-root .hfs-nsec.tone-dark{background:var(--dark);--nh:#fff;--nmut:var(--mut-d);--nacc:var(--teal-l);--ncard:#181C1E;--nline:#262E32;--nrule:#232B2F;--nring:rgba(63,183,176,.5)}.hfs-root .hfs-nsec.tone-light{background:var(--light);--nh:var(--ink);--nmut:var(--mut-l);--nacc:var(--teal);--ncard:#fff;--nline:#E4E9EA;--nrule:#E4E9EA;--nring:rgba(14,110,115,.4)}.hfs-root .hfs-nsec .hfs-rule{background:var(--nacc)}.hfs-root .hfs-nsec-grid{display:grid;grid-template-columns:330px 1fr;grid-gap:48px;gap:48px;align-items:start}.hfs-root .hfs-nsec-rail .hfs-h2{color:var(--nh)}.hfs-root .hfs-nsec-rail .hfs-h2 .hfs-accent{color:var(--nacc);display:block}.hfs-root .hfs-nsec-lede{color:var(--nmut);font-size:16.5px;line-height:1.6;margin-bottom:24px;max-width:340px}.hfs-root .hfs-nsec-main{min-width:0}.hfs-root .hfs-src{display:flex;align-items:flex-start;gap:8px;color:var(--nmut);font-size:12.5px;line-height:1.5;margin-top:18px}.hfs-root .hfs-src svg{flex:0 0 auto;color:var(--nacc);margin-top:1px}.hfs-root .hfs-src a{color:var(--nacc);text-decoration:underline;text-underline-offset:2px;font-weight:600}.hfs-root .hfs-prose-p{color:var(--nmut);font-size:16.5px;line-height:1.72;margin-bottom:18px;max-width:78ch}.hfs-root .hfs-prose-p:last-child{margin-bottom:0}.hfs-root .hfs-prose-p strong{color:var(--nh);font-weight:700}.hfs-root .hfs-prose-sub{margin-top:30px}.hfs-root .hfs-prose-sub:first-child{margin-top:0}.hfs-root .hfs-prose-sub h3{color:var(--nh);font-family:var(--serif);font-size:23px;font-weight:700;line-height:1.2;margin-bottom:12px}.hfs-root .hfs-prose-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:30px 40px;gap:30px 40px;margin-top:8px}.hfs-root .hfs-tablewrap{margin:26px 0 0;min-width:0}.hfs-root .hfs-tablewrap figcaption{color:var(--nh);font-size:15.5px;font-weight:700;line-height:1.35;margin-bottom:12px}.hfs-root .hfs-tscroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.hfs-root .hfs-dtable{width:100%;border-collapse:collapse;min-width:0}.hfs-root .hfs-dtable th{text-align:left;color:var(--nacc);font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:0 14px 10px 0;border-bottom:1px solid var(--nline)}.hfs-root .hfs-dtable td:last-child,.hfs-root .hfs-dtable th:last-child{padding-right:0}.hfs-root .hfs-dtable td{color:var(--nmut);font-size:14.5px;line-height:1.45;padding:13px 14px 13px 0;border-bottom:1px solid var(--nline);vertical-align:top}.hfs-root .hfs-dtable tbody tr:last-child td{border-bottom:none}.hfs-root .hfs-dtable td:first-child{color:var(--nh);font-weight:600;font-size:15px}.hfs-root .hfs-dtable td.num{color:var(--nacc);font-weight:700;white-space:nowrap}.hfs-root .hfs-basis{display:inline-block;color:var(--nmut);font-size:11.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px}.hfs-root .hfs-school-feature{background:var(--ncard);border:1px solid var(--nline);border-radius:14px;padding:26px 28px;display:grid;grid-template-columns:96px 1fr 260px;grid-gap:24px;gap:24px;align-items:start}.hfs-root .hfs-school-fico{width:64px;height:64px;border-radius:50%;border:1.6px solid var(--nring);color:var(--nacc);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hfs-root .hfs-school-flabel{display:block;color:var(--nacc);font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.hfs-root .hfs-school-fbody h3{color:var(--nh);font-family:var(--serif);font-size:26px;font-weight:700;line-height:1.15;margin-bottom:10px}.hfs-root .hfs-school-fbody p{color:var(--nmut);font-size:14.5px;line-height:1.6}.hfs-root .hfs-school-attrs{list-style:none;border-left:1px solid var(--nline);padding-left:22px;display:flex;flex-direction:column;gap:14px}.hfs-root .hfs-school-attrs li{display:grid;grid-template-columns:18px 1fr;grid-gap:4px 10px;gap:4px 10px}.hfs-root .hfs-school-attrs svg{color:var(--nacc);grid-row:span 2;margin-top:2px}.hfs-root .hfs-school-attrs .l{color:var(--nmut);font-size:12.5px;letter-spacing:.4px;text-transform:uppercase;font-weight:700}.hfs-root .hfs-school-attrs .v{color:var(--nh);font-size:14.5px;line-height:1.35}.hfs-root .hfs-school-table{width:100%;border-collapse:collapse;margin-top:26px}.hfs-root .hfs-school-table th{text-align:left;color:var(--nacc);font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:0 14px 10px 0;border-bottom:1px solid var(--nline)}.hfs-root .hfs-school-table td{color:var(--nmut);font-size:14.5px;padding:14px 14px 14px 0;border-bottom:1px solid var(--nline);vertical-align:middle}.hfs-root .hfs-school-table td.sch{color:var(--nh);font-size:15.5px;font-weight:600}.hfs-root .hfs-school-table td.sch span{display:inline-flex;align-items:center;gap:10px}.hfs-root .hfs-school-table td.sch svg{color:var(--nacc);flex:0 0 auto}.hfs-root .hfs-school-table td.gr{text-align:right;padding-right:0;white-space:nowrap}.hfs-root .hfs-school-table th:last-child{text-align:right;padding-right:0}.hfs-root .hfs-drive-head,.hfs-root .hfs-route-head{display:flex;align-items:center;gap:14px;color:var(--nh);font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.hfs-root .hfs-route-ico{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--nring);color:var(--nacc);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hfs-root .hfs-route{position:relative;display:flex;padding:30px 0 6px;margin-top:6px}.hfs-root .hfs-stop{flex:1 1;min-width:0;text-align:center;display:flex;flex-direction:column;align-items:center;position:relative}.hfs-root .hfs-stop:before{content:"";position:absolute;top:calc(100% - 46px);left:-50%;right:50%;height:2px;background:var(--nacc)}.hfs-root .hfs-stop:first-child:before{display:none}.hfs-root .hfs-stop.is-future:before{background:none;border-top:2px dashed var(--nacc)}.hfs-root .hfs-stop .sname{color:var(--nh);font-size:13.5px;line-height:1.25;min-height:2.5em;display:block;padding:0 4px}.hfs-root .hfs-stop .sdot{width:14px;height:14px;border-radius:50%;background:var(--nh);border:3px solid var(--nacc);margin:8px 0 10px;position:relative;z-index:1}.hfs-root .hfs-stop.is-future .sdot{background:transparent}.hfs-root .hfs-stop .schip{display:inline-block;background:var(--nacc);color:#08201F;font-size:12.5px;font-weight:700;padding:5px 12px;border-radius:999px;white-space:nowrap}.hfs-root .hfs-nsec.tone-light .hfs-stop .schip{background:var(--teal);color:#fff}.hfs-root .hfs-stop.is-origin .schip{background:transparent;border:1px solid var(--nacc);color:var(--nacc)}.hfs-root .hfs-route-note{color:var(--nmut);font-size:13.5px;line-height:1.55;margin-top:14px}.hfs-root .hfs-commute-hr{border:none;border-top:1px solid var(--nrule);margin:26px 0}.hfs-root .hfs-drive{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.hfs-root .hfs-drive-cell{display:flex;gap:14px;padding:4px 20px}.hfs-root .hfs-drive-cell:first-child{padding-left:0}.hfs-root .hfs-drive-cell+.hfs-drive-cell{border-left:1px solid var(--nrule)}.hfs-root .hfs-drive-ico{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--nring);color:var(--nacc);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hfs-root .hfs-drive-cell b{display:block;color:var(--nh);font-size:15px;font-weight:600;line-height:1.3}.hfs-root .hfs-drive-cell .via{display:block;color:var(--nmut);font-size:13px;line-height:1.35;margin-top:2px}.hfs-root .hfs-drive-cell .dchip{margin-left:auto;color:var(--nacc);font-size:14px;font-weight:700;white-space:nowrap}.hfs-root .hfs-noline{background:var(--ncard);border:1px solid var(--nline);border-radius:12px;padding:20px 22px;color:var(--nmut);font-size:15px;line-height:1.6}.hfs-root .hfs-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.hfs-root .hfs-stat{padding:26px 22px;min-width:0}.hfs-root .hfs-stat-grid .hfs-stat:not(:nth-child(4n+1)){border-left:1px solid var(--nrule)}.hfs-root .hfs-stat-grid .hfs-stat:nth-child(n+5){border-top:1px solid var(--nrule)}.hfs-root .hfs-stat-ico{color:var(--nacc);display:block;margin-bottom:12px}.hfs-root .hfs-stat-val{display:block;font-family:var(--serif);font-size:clamp(28px,2.4vw,40px);font-weight:700;line-height:1.05;color:var(--nacc)}.hfs-root .hfs-stat-lab{display:block;color:var(--nh);font-size:14.5px;font-weight:600;line-height:1.3;margin-top:8px}.hfs-root .hfs-stat-src{display:block;color:var(--nmut);font-size:11.5px;line-height:1.35;margin-top:10px}.hfs-root .hfs-demo-note{color:var(--nmut);font-size:13.5px;line-height:1.55;margin-top:18px}.hfs-root .hfs-trend-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:40px;gap:40px;align-items:start}.hfs-root .hfs-trend-tiles{display:flex;flex-direction:column;gap:16px}.hfs-root .hfs-ttile{background:var(--ncard);border:1px solid var(--nline);border-radius:12px;padding:20px 22px;display:grid;grid-template-columns:46px 1fr auto;grid-gap:16px;gap:16px;align-items:center}.hfs-root .hfs-ttile-ico{width:46px;height:46px;border-radius:50%;border:1.6px solid var(--nring);color:var(--nacc);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hfs-root .hfs-ttile-lab{color:var(--nh);font-size:15px;font-weight:600;line-height:1.3}.hfs-root .hfs-ttile-val{text-align:right}.hfs-root .hfs-ttile-val b{display:block;font-family:var(--serif);font-size:30px;font-weight:800;color:var(--nacc);line-height:1.05}.hfs-root .hfs-ttile-val span{display:block;color:var(--nmut);font-size:12.5px;line-height:1.35;margin-top:4px}.hfs-root .hfs-stock-rows{margin-top:26px}.hfs-root .hfs-stock-row{display:grid;grid-template-columns:300px 52px 1fr auto;grid-gap:28px;gap:28px;align-items:center;padding:22px 0}.hfs-root .hfs-stock-row+.hfs-stock-row{border-top:1px solid var(--nrule)}.hfs-root .hfs-stock-photo{position:relative;aspect-ratio:3/1;border-radius:6px;overflow:hidden;background:#DFE4E6}.hfs-root .hfs-stock-ico{width:52px;height:52px;border-radius:50%;background:var(--teal);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hfs-root .hfs-nsec.tone-light .hfs-stock-ico{background:var(--teal)}.hfs-root .hfs-stock-copy h3{color:var(--nh);font-size:18px;font-weight:700;line-height:1.25;margin-bottom:6px}.hfs-root .hfs-stock-copy p{color:var(--nmut);font-size:14.5px;line-height:1.55}.hfs-root .hfs-stock-price{text-align:right;min-width:170px}.hfs-root .hfs-stock-price .hfs-basis{display:block;margin-bottom:4px}.hfs-root .hfs-stock-price .val{display:block;font-family:var(--serif);font-size:clamp(26px,2.2vw,38px);font-weight:800;color:var(--nacc);line-height:1.05}.hfs-root .hfs-stock-price .rng{display:block;color:var(--nmut);font-size:13.5px;line-height:1.4;margin-top:6px}.hfs-root .hfs-near-item>.hfs-near-soon .hfs-near-photo,.hfs-root .hfs-near-item>a .hfs-near-photo{position:relative;display:block;aspect-ratio:16/10;border-radius:9px;overflow:hidden;background:#DFE4E6;margin-bottom:14px}.hfs-root .hfs-near-item.is-soon .hfs-near-photo{opacity:.7}@media (max-width:1180px){.hfs-root .hfs-trend-grid{grid-template-columns:1fr}.hfs-root .hfs-trend-tiles{flex-direction:row;flex-wrap:wrap}.hfs-root .hfs-ttile{flex:1 1 240px}}@media (max-width:1024px){.hfs-root .hfs-nsec{padding:52px 28px}.hfs-root .hfs-nsec-grid{grid-template-columns:1fr;gap:30px}.hfs-root .hfs-nsec-lede{max-width:640px}.hfs-root .hfs-school-feature{grid-template-columns:1fr;gap:18px}.hfs-root .hfs-school-attrs{border-left:none;border-top:1px solid var(--nline);padding-left:0;padding-top:18px;flex-direction:row;flex-wrap:wrap;gap:18px 30px}.hfs-root .hfs-stock-row{grid-template-columns:220px 1fr auto;gap:22px}.hfs-root .hfs-stock-ico{display:none}.hfs-root .hfs-prose-cols{grid-template-columns:1fr;gap:26px}}@media (max-width:900px){.hfs-root .hfs-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hfs-root .hfs-stat-grid .hfs-stat:not(:nth-child(4n+1)){border-left:none}.hfs-root .hfs-stat-grid .hfs-stat:nth-child(2n){border-left:1px solid var(--nrule)}.hfs-root .hfs-stat-grid .hfs-stat:nth-child(n+3){border-top:1px solid var(--nrule)}.hfs-root .hfs-drive{grid-template-columns:1fr}.hfs-root .hfs-drive-cell{padding:14px 0}.hfs-root .hfs-drive-cell+.hfs-drive-cell{border-left:none;border-top:1px solid var(--nrule)}}@media (max-width:760px){.hfs-root .hfs-nsec{padding:44px 18px}.hfs-root .hfs-prose-p{font-size:16px}.hfs-root .hfs-prose-sub h3{font-size:20px}.hfs-root .hfs-route{flex-direction:column;padding:18px 0 0;gap:0}.hfs-root .hfs-stop{flex:0 0 auto;flex-direction:row;align-items:center;text-align:left;gap:14px;min-height:46px;width:100%}.hfs-root .hfs-stop:before{top:-50%;bottom:50%;left:6px;right:auto;width:2px;height:auto;background:var(--nacc)}.hfs-root .hfs-stop.is-future:before{background:none;border-top:none;border-left:2px dashed var(--nacc)}.hfs-root .hfs-stop .sdot{order:1;margin:0;flex:0 0 auto}.hfs-root .hfs-stop .sname{order:2;min-height:0;flex:1 1 auto;padding:0}.hfs-root .hfs-stop .schip{order:3;flex:0 0 auto}.hfs-root .hfs-stock-row{grid-template-columns:1fr;gap:14px;padding:22px 0}.hfs-root .hfs-stock-photo{aspect-ratio:16/9}.hfs-root .hfs-stock-price{text-align:left;min-width:0}.hfs-root .hfs-ttile{grid-template-columns:46px 1fr;gap:14px}.hfs-root .hfs-ttile-val{text-align:left;grid-column:2}.hfs-root .hfs-stat{padding:20px 14px}.hfs-root .hfs-stat-val{font-size:26px}.hfs-root .hfs-stat-lab{font-size:13px}.hfs-root .hfs-stat-src{font-size:11px}.hfs-root .hfs-dtable,.hfs-root .hfs-dtable tbody,.hfs-root .hfs-dtable td,.hfs-root .hfs-dtable thead,.hfs-root .hfs-dtable tr,.hfs-root .hfs-school-table,.hfs-root .hfs-school-table tbody,.hfs-root .hfs-school-table td,.hfs-root .hfs-school-table thead,.hfs-root .hfs-school-table tr{display:block;width:auto}.hfs-root .hfs-dtable thead,.hfs-root .hfs-school-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hfs-root .hfs-dtable tr,.hfs-root .hfs-school-table tr{border-bottom:1px solid var(--nline);padding:14px 0}.hfs-root .hfs-dtable tbody tr:last-child,.hfs-root .hfs-school-table tbody tr:last-child{border-bottom:none}.hfs-root .hfs-dtable td,.hfs-root .hfs-school-table td{border-bottom:none;padding:2px 0}.hfs-root .hfs-dtable td[data-l]:before,.hfs-root .hfs-school-table td[data-l]:before{content:attr(data-l) ": ";color:var(--nmut);font-size:12.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.hfs-root .hfs-school-table td.gr{text-align:left}}.hfs-root .hfs-drive+.hfs-prose-p,.hfs-root .hfs-route-note+.hfs-prose-p,.hfs-root .hfs-school-table+.hfs-prose-p,.hfs-root .hfs-stat-grid+.hfs-prose-p,.hfs-root .hfs-tablewrap+.hfs-prose-p{margin-top:24px}.hfs-root .hfs-nsec-main>.hfs-prose-p+.hfs-tablewrap{margin-top:10px}.hfs-root .hfs-amen-right{min-width:0}.hfs-root .hfs-amen-prose{margin-top:34px;padding-top:30px;border-top:1px solid #e4e9ea;--nh:var(--ink);--nmut:var(--mut-l);--nacc:var(--teal);--nline:#E4E9EA}.hfs-root .hfs-near-item.has-photo .hfs-near-go{top:auto;bottom:20px}.hfs-root .hfs-near-item.has-photo>.hfs-near-soon,.hfs-root .hfs-near-item.has-photo>a{padding:16px 18px 40px}.hfs-root .hfs-near-item.has-photo b{padding-right:0}@media (max-width:760px){.hfs-root .hfs-near-item.has-photo>.hfs-near-soon,.hfs-root .hfs-near-item.has-photo>a{display:grid;grid-template-columns:104px 1fr;grid-gap:6px 14px;gap:6px 14px;padding:14px 16px}.hfs-root .hfs-near-item.has-photo .hfs-near-photo{grid-row:span 2;margin-bottom:0;aspect-ratio:1/1;align-self:start}.hfs-root .hfs-near-item.has-photo .hfs-near-go{position:static;grid-column:2;justify-self:start}.hfs-root .hfs-near-item.has-photo .hfs-near-soon em{grid-column:2}}.hv-root .hv-nsec{padding:66px 56px}.hv-root .hv-nsec.tone-dark{background:var(--hv-dark);--vh:#fff;--vm:var(--hv-mut-d);--va:var(--hv-teal-l);--vl:#262E32}.hv-root .hv-nsec.tone-light{background:var(--hv-light);--vh:var(--hv-ink);--vm:var(--hv-mut-l);--va:var(--hv-teal);--vl:#E4E9EA}.hv-root .hv-nsec-grid{display:grid;grid-template-columns:330px 1fr;grid-gap:48px;gap:48px;align-items:start}.hv-root .hv-nsec-rail .hv-h2{color:var(--vh)}.hv-root .hv-nsec-rail .hv-h2 .hv-accent{color:var(--va);display:block}.hv-root .hv-nsec .hv-eyebrow{color:var(--va)}.hv-root .hv-nsec .hv-rule{background:var(--va)}.hv-root .hv-nsec-lede{color:var(--vm);font-size:16.5px;line-height:1.6;margin-bottom:24px;max-width:340px}.hv-root .hv-nsec-main{min-width:0}.hv-root .hv-prose-p{color:var(--vm);font-size:16.5px;line-height:1.72;margin-bottom:18px;max-width:78ch}.hv-root .hv-prose-p:last-child{margin-bottom:0}.hv-root .hv-prose-sub{margin-top:30px}.hv-root .hv-prose-sub:first-child{margin-top:0}.hv-root .hv-prose-sub h3{color:var(--vh);font-family:var(--hv-serif);font-size:23px;font-weight:700;line-height:1.2;margin-bottom:12px}.hv-root .hv-prose-list{list-style:none;margin:6px 0 18px;display:flex;flex-direction:column;gap:12px}.hv-root .hv-prose-list li{color:var(--vm);font-size:16px;line-height:1.65;padding-left:26px;position:relative}.hv-root .hv-prose-list li:before{content:"";position:absolute;left:0;top:10px;width:10px;height:10px;border-radius:50%;border:2px solid var(--va)}.hv-root .hv-prose-list li b{color:var(--vh);font-weight:700}.hv-root .hv-tablewrap{margin:26px 0 0;min-width:0}.hv-root .hv-tablewrap figcaption{color:var(--vh);font-size:15.5px;font-weight:700;line-height:1.35;margin-bottom:12px}.hv-root .hv-basis{display:inline-block;color:var(--vm);font-size:11.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px}.hv-root .hv-tscroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.hv-root .hv-dtable{width:100%;border-collapse:collapse}.hv-root .hv-dtable th{text-align:left;color:var(--va);font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:0 14px 10px 0;border-bottom:1px solid var(--vl)}.hv-root .hv-dtable td{color:var(--vm);font-size:14.5px;line-height:1.45;padding:13px 14px 13px 0;border-bottom:1px solid var(--vl);vertical-align:top}.hv-root .hv-dtable td:first-child{color:var(--vh);font-weight:600;font-size:15px}.hv-root .hv-dtable tbody tr:last-child td{border-bottom:none}.hv-root .hv-dtable td:last-child,.hv-root .hv-dtable th:last-child{padding-right:0}.hv-root .hv-dtable a{color:var(--va);font-weight:600;text-decoration:underline;text-underline-offset:2px}.hv-root .hv-src{display:flex;align-items:flex-start;gap:8px;color:var(--vm);font-size:12.5px;line-height:1.5;margin-top:18px}.hv-root .hv-src svg{flex:0 0 auto;color:var(--va);margin-top:1px}.hv-root .hv-nsec .hv-inlink,.hv-root .hv-src a{color:var(--va);text-decoration:underline;text-underline-offset:2px;font-weight:600}@media (max-width:1024px){.hv-root .hv-nsec{padding:52px 28px}.hv-root .hv-nsec-grid{grid-template-columns:1fr;gap:30px}.hv-root .hv-nsec-lede{max-width:640px}}@media (max-width:760px){.hv-root .hv-nsec{padding:44px 18px}.hv-root .hv-prose-p{font-size:16px}.hv-root .hv-prose-sub h3{font-size:20px}.hv-root .hv-dtable,.hv-root .hv-dtable tbody,.hv-root .hv-dtable td,.hv-root .hv-dtable thead,.hv-root .hv-dtable tr{display:block;width:auto}.hv-root .hv-dtable thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hv-root .hv-dtable tr{border-bottom:1px solid var(--vl);padding:14px 0}.hv-root .hv-dtable tbody tr:last-child{border-bottom:none}.hv-root .hv-dtable td{border-bottom:none;padding:2px 0}.hv-root .hv-dtable td[data-l]:before{content:attr(data-l) ": ";color:var(--vm);font-size:12.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}}.hv-root .hv-inlink{color:var(--hv-teal);font-weight:600;text-decoration:underline;text-underline-offset:2px}.hv-root .hv-faq-a .hv-inlink,.hv-root .hv-how .hv-inlink,.hv-root .hv-market .hv-inlink{color:var(--hv-teal-l)}@media (max-width:760px){.hfs-root .hfs-dtable td.num,.hfs-root .hfs-school-table td.gr{white-space:normal}.hfs-root .hfs-drive-cell .dchip{white-space:normal;text-align:left}.hfs-root .hfs-stop .schip{white-space:normal}.hfs-root .hfs-stock-price .val{overflow-wrap:anywhere}}.hfs-root .hfs-stop .schip{max-width:100%;white-space:normal;line-height:1.3;overflow-wrap:anywhere}.hfs-root .hfs-drive-cell{display:grid;grid-template-columns:44px minmax(0,1fr);grid-gap:6px 14px;gap:6px 14px;align-items:center}.hfs-root .hfs-drive-ico{grid-row:span 2}.hfs-root .hfs-drive-cell>span:nth-child(2){min-width:0}.hfs-root .hfs-drive-cell .via,.hfs-root .hfs-drive-cell b{overflow-wrap:anywhere}.hfs-root .hfs-drive-cell .dchip{margin-left:0;grid-column:2;white-space:normal}@media (max-width:1120px){.site-header .nav-list{gap:15px}.site-header .nav-link{font-size:15px}.nav-panel{padding:26px 28px 30px}.site-header .header-right{gap:14px}.site-header .header-phone{font-size:15px}}.hv-root .sl-hero-btns,.hv-root .sp-hero-btns{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:22px}.hv-root .sl-hero-trust,.hv-root .sp-hero-trust{color:var(--hv-mut-d);font-size:13.5px;line-height:1.55;max-width:520px;margin-bottom:14px}.hv-root .sl-cbar{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e0e7e8;border-radius:10px;padding:16px 20px;margin-top:26px;color:var(--hv-mut-l);font-size:13.5px;line-height:1.6}.hv-root .sl-cbar-ico{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--hv-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center}.hv-root .sl-cbar-ico svg{display:block;flex:0 0 auto}.hv-root .sl-foot-src{margin-top:12px;color:#7f8a90;font-size:12px;line-height:1.6}.hv-root .sl-foot-src a{color:var(--hv-teal-l);text-decoration:underline;text-underline-offset:2px}.hv-root .sl-about-serving{display:flex;align-items:center;gap:9px;color:var(--hv-teal);font-size:13.5px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;margin-top:16px}.hv-root .sl-about-serving svg{flex:0 0 auto}.hv-root .sl-about-contact{display:flex;gap:22px;flex-wrap:wrap;margin-top:12px}.hv-root .sl-about-contact a{display:inline-flex;align-items:center;gap:8px;color:var(--hv-ink);font-size:14.5px;font-weight:600;overflow-wrap:anywhere}.hv-root .sl-about-contact a svg{flex:0 0 auto;color:var(--hv-teal)}@media (hover:hover){.hv-root .sl-about-contact a:hover{color:var(--hv-teal)}}.hv-root .sl-why-lede{color:var(--hv-ink);font-size:19px;line-height:1.55;font-weight:600;margin-bottom:16px;max-width:560px}.hv-root .sl-why-body{max-width:560px}.hv-root .sl-why .hv-experts-grid{align-items:start}.sl-brokerband{background:var(--teal,#0E6E73);background:#0E6E73;padding:20px 56px}.sl-brokerband .hv-inner{display:flex;align-items:center;gap:18px;flex-wrap:wrap;color:#fff}.sl-brokerband b{font-size:17px;font-weight:700}.sl-brokerband span:last-child{font-size:16px;color:rgba(255,255,255,.9)}.sl-brokerband-ico{flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;color:#fff}.sl-brokerband-ico svg{display:block;flex:0 0 auto}.sl-brokerband-div{width:1px;height:26px;background:rgba(255,255,255,.35);display:inline-block}.hv-root .sl-process{background:var(--hv-dark)}.hv-root .sl-process-head{display:grid;grid-template-columns:1fr 420px;grid-gap:48px;gap:48px;align-items:end;margin-bottom:38px}.hv-root .sl-process-headright{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hv-root .sl-process-headright .hv-lead-body{max-width:420px;margin-bottom:6px}.hv-root .sl-steps{list-style:none;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:16px;gap:16px}.hv-root .sl-step{position:relative;background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-radius:12px;padding:44px 18px 20px;text-align:center;min-width:0}.hv-root .sl-step-num{position:absolute;top:-14px;left:50%;transform:translateX(-50%);width:30px;height:30px;border-radius:50%;background:var(--hv-teal);color:#fff;font-size:14px;font-weight:700}.hv-root .sl-step-ico,.hv-root .sl-step-num{display:inline-flex;align-items:center;justify-content:center}.hv-root .sl-step-ico{color:var(--hv-teal-l);margin-bottom:12px}.hv-root .sl-step-ico svg{display:block;flex:0 0 auto}.hv-root .sl-step h3{color:#fff;font-size:14.5px;font-weight:700;line-height:1.3;margin-bottom:8px}.hv-root .sl-step p{color:var(--hv-mut-d);font-size:13px;line-height:1.5}.hv-root .sl-process-src{display:flex;align-items:flex-start;gap:10px;color:#939ea4;font-size:12.5px;line-height:1.55;margin-top:28px}.hv-root .sl-process-src svg{flex:0 0 auto;color:var(--hv-teal-l);margin-top:1px}.hv-root .sl-process-src a{color:var(--hv-teal-l);text-decoration:underline;text-underline-offset:2px;font-weight:600}.hv-root .sl-costs{background:var(--hv-light)}.hv-root .sl-costs-head{display:grid;grid-template-columns:1fr 320px;grid-gap:48px;gap:48px;align-items:center;margin-bottom:34px}.hv-root .sl-costs-head .hv-body.wide{max-width:640px}.hv-root .sl-costs-headline{background:#fff;border:1px solid #e0e7e8;border-left:5px solid var(--hv-teal);border-radius:14px;padding:24px 26px}.hv-root .sl-costs-big{display:block;font-family:var(--hv-serif);font-size:clamp(38px,4vw,54px);font-weight:800;color:var(--hv-teal);line-height:1}.hv-root .sl-costs-lab{display:block;color:var(--hv-mut-l);font-size:14px;line-height:1.45;margin-top:8px}.hv-root .sl-cost-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:18px;gap:18px}.hv-root .sl-cost{background:#fff;border:1px solid #e0e7e8;border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;min-width:0}.hv-root .sl-cost-ico{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;border:1.6px solid rgba(14,110,115,.4);color:var(--hv-teal);margin-bottom:16px;flex:0 0 auto}.hv-root .sl-cost-ico svg{display:block;flex:0 0 auto}.hv-root .sl-cost h3{color:var(--hv-teal);font-size:13px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;line-height:1.35;min-height:36px}.hv-root .sl-cost-val{display:block;color:var(--hv-ink);font-size:15px;font-weight:700;line-height:1.4;margin:10px 0 8px}.hv-root .sl-cost p{color:var(--hv-mut-l);font-size:13px;line-height:1.5;margin-top:auto}.hv-root .sl-cost--hl{background:var(--hv-teal);border-color:var(--hv-teal)}.hv-root .sl-cost--hl .sl-cost-ico{border-color:rgba(255,255,255,.55);color:#fff}.hv-root .sl-cost--hl h3{color:#fff}.hv-root .sl-cost--hl p{color:rgba(255,255,255,.92);margin-top:10px}.hv-root .sl-taxcard{display:flex;align-items:flex-start;gap:18px;background:#fff;border:1px solid #e0e7e8;border-radius:14px;padding:22px 26px;margin-top:18px}.hv-root .sl-taxcard-ico{flex:0 0 auto;width:50px;height:50px;border-radius:50%;background:var(--hv-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center}.hv-root .sl-taxcard-ico svg{display:block;flex:0 0 auto}.hv-root .sl-taxcard b{display:block;color:var(--hv-ink);font-size:16px;font-weight:700;margin-bottom:5px}.hv-root .sl-taxcard span{display:block;color:var(--hv-mut-l);font-size:14.5px;line-height:1.6}.hv-root .sl-honest{display:flex;align-items:center;gap:14px;background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-radius:12px;padding:16px 22px;color:#fff;font-size:15.5px;line-height:1.5}.hv-root .sl-honest-ico{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:var(--hv-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center}.hv-root .sl-honest-ico svg{display:block;flex:0 0 auto}.hv-root .sl-eval{background:var(--hv-light)}.hv-root .sl-eval-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:start}.hv-root .sl-eval-lede{color:var(--hv-mut-l);font-size:16.5px;line-height:1.65;margin-bottom:26px;max-width:620px}.hv-root .sl-eval-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px;margin-bottom:26px}.hv-root .sl-eval-card{min-width:0}.hv-root .sl-eval-ico{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#E4EFEF;color:var(--hv-teal);margin-bottom:14px;flex:0 0 auto}.hv-root .sl-eval-ico svg{display:block;flex:0 0 auto}.hv-root .sl-eval-card h3{color:var(--hv-ink);font-size:17px;font-weight:700;line-height:1.3;margin-bottom:8px}.hv-root .sl-eval-card p{color:var(--hv-mut-l);font-size:14.5px;line-height:1.6}.hv-root .sl-eval-chips{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:20px}.hv-root .sl-eval-chips .hv-chip{background:#fff;border:1px solid #e0e7e8;border-radius:999px;padding:8px 18px 8px 8px}.hv-root .sl-eval-cross{color:var(--hv-mut-l);font-size:15px;line-height:1.6}.hv-root .sl-eval-quick{margin-top:22px;padding-top:20px;border-top:1px solid #e0e7e8}.hv-root .sl-eval-quick-lab{display:block;color:var(--hv-teal);font-size:12.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.hv-root .sl-eval-quick ul{list-style:none;display:flex;gap:10px;flex-wrap:wrap}.hv-root .sl-eval-quick .hv-soon,.hv-root .sl-eval-quick a{display:inline-flex;align-items:center;background:#fff;border:1px solid #d6e0e1;border-radius:999px;padding:9px 16px;color:var(--hv-ink);font-size:14px;font-weight:600}@media (hover:hover){.hv-root .sl-eval-quick a:hover{border-color:var(--hv-teal);color:var(--hv-teal)}}.hv-root .sl-eval-fine{display:flex;align-items:flex-start;gap:9px;color:var(--hv-mut-l);font-size:12.5px;line-height:1.55;margin-top:14px}.hv-root .sl-eval-fine svg{flex:0 0 auto;color:var(--hv-teal);margin-top:2px}.hv-root .sl-form{background:#fff;border:1px solid #dde6e7;border-radius:16px;padding:28px 28px 26px;box-shadow:0 18px 46px rgba(17,19,20,.09);display:flex;flex-direction:column;gap:14px}.hv-root .sl-form-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:2px}.hv-root .sl-form-ico{flex:0 0 auto;width:48px;height:48px;border-radius:12px;background:#E4EFEF;color:var(--hv-teal);display:inline-flex;align-items:center;justify-content:center}.hv-root .sl-form-ico svg{display:block;flex:0 0 auto}.hv-root .sl-form-title{color:var(--hv-teal);font-size:17px;font-weight:800;letter-spacing:.3px;text-transform:uppercase;line-height:1.25}.hv-root .sl-form-blurb{color:var(--hv-mut-l);font-size:14px;line-height:1.5;margin-top:4px}.hv-root .sl-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.hv-root .sl-field{display:flex;flex-direction:column;gap:6px;min-width:0}.hv-root .sl-field label{color:var(--hv-mut-l);font-size:13px;font-weight:600}.hv-root .sl-form input{border:1px solid #dbe3e5;border-radius:9px;padding:13px 14px;font-size:15px;color:#1d2933;font-family:inherit;width:100%;background:#FBFCFC}.hv-root .sl-form input:focus{outline:none;border-color:var(--hv-teal);background:#fff}.hv-root .sl-form input::placeholder{color:#8b969d}.hv-root .sl-form-err{color:#c0392b;font-size:13.5px}.hv-root .sl-form-submit{height:52px;font-size:15.5px;margin-top:4px}.hv-root .sl-form-secondary{height:48px;font-size:15px}.hv-root .sl-form-done{align-items:flex-start;text-align:left}.hv-root .sl-form-check{display:inline-flex}.hv-root .sl-form-done h3{font-family:var(--hv-serif);font-size:23px;font-weight:800;color:var(--hv-ink)}.hv-root .sl-form-done p{color:var(--hv-mut-l);font-size:15px;line-height:1.6}.hv-root .sl-form-done .hv-btn{align-self:flex-start}.hv-root .sp-loc{background:var(--hv-light)}.hv-root .sp-loc-grid{display:grid;grid-template-columns:400px 1fr;grid-gap:52px;gap:52px;align-items:start}.hv-root .sp-loc-lede{color:var(--hv-ink);font-size:18px;line-height:1.55;font-weight:600;margin-bottom:16px}.hv-root .sp-loc-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}.hv-root .sp-places{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.hv-root .sp-place{background:#fff;border:1px solid #e0e7e8;border-radius:14px;padding:24px 22px;min-width:0}.hv-root .sp-place-ico{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:var(--hv-teal);color:#fff;margin-bottom:14px;flex:0 0 auto}.hv-root .sp-place-ico svg{display:block;flex:0 0 auto}.hv-root .sp-place h3{color:var(--hv-ink);font-size:16px;font-weight:700;line-height:1.3;margin-bottom:7px}.hv-root .sp-place p{color:var(--hv-mut-l);font-size:14px;line-height:1.55}.hv-root .sp-src{margin-top:26px;color:var(--hv-mut-l)}.hv-root .sp-src a,.hv-root .sp-src svg{color:var(--hv-teal)}.hv-root .sp-src a{text-decoration:underline;text-underline-offset:2px;font-weight:600}.hv-root .sp-offer{background:var(--hv-dark)}.hv-root .sp-offer-grid{display:grid;grid-template-columns:360px 1fr;grid-gap:52px;gap:52px;align-items:start}.hv-root .sp-offer-right{min-width:0}.hv-root .sp-fcols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0}.hv-root .sp-fcol{padding:0 24px;min-width:0}.hv-root .sp-fcol:first-child{padding-left:0}.hv-root .sp-fcol+.sp-fcol{border-left:1px solid var(--hv-line-d)}.hv-root .sp-fcol-ico{display:inline-flex;align-items:center;justify-content:center;color:var(--hv-teal-l);margin-bottom:14px;flex:0 0 auto}.hv-root .sp-fcol-ico svg{display:block;flex:0 0 auto}.hv-root .sp-fcol h3{color:var(--hv-teal-l);font-size:15.5px;font-weight:700;line-height:1.3;margin-bottom:9px}.hv-root .sp-fcol p{color:var(--hv-mut-d);font-size:14px;line-height:1.6}.hv-root .sp-offer-photo{margin-top:34px;height:300px;border-radius:14px;overflow:hidden}.hv-root .sp-honest{display:flex;align-items:flex-start;gap:14px;background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-radius:12px;padding:18px 22px;margin-top:30px;color:var(--hv-mut-d);font-size:14.5px;line-height:1.6}.hv-root .sp-honest-ico{flex:0 0 auto;width:32px;height:32px;border-radius:50%;background:rgba(63,183,176,.16);color:var(--hv-teal-l);display:inline-flex;align-items:center;justify-content:center}.hv-root .sp-honest-ico svg{display:block;flex:0 0 auto}.hv-root .sp-mech{background:var(--hv-light)}.hv-root .sp-mech-grid{display:grid;grid-template-columns:380px 1fr;grid-gap:52px;gap:52px;align-items:start}.hv-root .sp-mech-intro .hv-body.wide{max-width:360px;margin-bottom:24px}.hv-root .sp-mech-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.hv-root .sp-mcard{background:#fff;border:1px solid #e0e7e8;border-radius:14px;padding:26px 24px;min-width:0}.hv-root .sp-mcard-ico{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;border:1.6px solid rgba(14,110,115,.4);color:var(--hv-teal);margin-bottom:16px;flex:0 0 auto}.hv-root .sp-mcard-ico svg{display:block;flex:0 0 auto}.hv-root .sp-mcard h3{color:var(--hv-ink);font-size:15px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;line-height:1.3;margin-bottom:12px}.hv-root .sp-mcard p{color:var(--hv-mut-l);font-size:14px;line-height:1.6}.hv-root .sp-projects{background:var(--hv-dark)}.hv-root .sp-projects-head{display:grid;grid-template-columns:1fr 420px;grid-gap:48px;gap:48px;align-items:end;margin-bottom:26px}.hv-root .sp-projects-headright{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.hv-root .sp-projects-headright .hv-lead-body{max-width:420px;margin-bottom:6px}.hv-root .sp-project-notice{color:var(--hv-mut-d);font-size:13px;line-height:1.6;background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-left:4px solid var(--hv-teal);border-radius:10px;padding:16px 20px;margin-bottom:26px}.hv-root .sp-project-grid{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.hv-root .sp-project{background:var(--hv-card-d);border:1px solid var(--hv-line-d);border-radius:14px;padding:22px 22px 20px;display:flex;flex-direction:column;gap:8px;min-width:0}.hv-root .sp-project-badge{align-self:flex-start;background:rgba(63,183,176,.14);border:1px solid rgba(63,183,176,.4);color:var(--hv-teal-l);font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;padding:5px 11px;border-radius:999px;line-height:1.3}.hv-root .sp-project h3{color:#fff;font-family:var(--hv-serif);font-size:20px;font-weight:700;line-height:1.2}.hv-root .sp-project-dev{color:var(--hv-teal-l);font-size:13.5px;font-weight:700}.hv-root .sp-project-dev--none{color:#939ea4;font-weight:600;font-style:normal}.hv-root .sp-project p{color:var(--hv-mut-d);font-size:13.5px;line-height:1.6}.hv-root .sp-project-chip{display:inline-flex;align-items:flex-start;gap:7px;margin-top:auto;padding-top:10px;color:var(--hv-teal-l);font-size:12.5px;line-height:1.4;font-weight:600}.hv-root .sp-project-chip svg{flex:0 0 auto;margin-top:1px}.hv-root .sp-project.is-complete{border-style:dashed;opacity:.92}.hv-root .sp-project.is-complete .sp-project-badge{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:#C7D0D4}.hv-root .sp-projects-foot{margin-top:26px;display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px}.hv-root .sp-projects-ctx{color:#939ea4;font-size:13px;line-height:1.65}.hv-root .sp-timeline{background:var(--hv-light)}.hv-root .sp-timeline-head{display:grid;grid-template-columns:1fr 420px;grid-gap:48px;gap:48px;align-items:end;margin-bottom:44px}.hv-root .sp-tl{list-style:none;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:20px;gap:20px;position:relative}.hv-root .sp-tl-step{position:relative;text-align:center;padding-top:0;min-width:0}.hv-root .sp-tl-step:before{content:"";position:absolute;top:41px;left:-50%;right:50%;height:2px;background:var(--hv-teal)}.hv-root .sp-tl-step:first-child:before{display:none}.hv-root .sp-tl-ico{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;border-radius:50%;border:1.8px solid rgba(14,110,115,.45);background:var(--hv-light);color:var(--hv-teal);flex:0 0 auto}.hv-root .sp-tl-ico svg{display:block;flex:0 0 auto}.hv-root .sp-tl-num{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--hv-teal);color:#fff;font-size:14px;font-weight:700;margin:8px auto 12px}.hv-root .sp-tl-when{display:block;color:var(--hv-teal);font-size:12.5px;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px}.hv-root .sp-tl-step h3{color:var(--hv-ink);font-size:15.5px;font-weight:700;line-height:1.3;margin-bottom:8px}.hv-root .sp-tl-step p{color:var(--hv-mut-l);font-size:13.5px;line-height:1.6}.hv-root .sp-resale{background:var(--hv-light)}.hv-root .sp-resale-head{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start;margin-bottom:34px}.hv-root .sp-resale-lede{color:var(--hv-ink);font-size:18px;line-height:1.55;font-weight:600;margin-bottom:16px}.hv-root .sp-resale-head .hv-body.wide{max-width:none;margin-bottom:0}.hv-root .sp-compare{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.hv-root .sp-comp{background:#fff;border:1px solid #e0e7e8;border-radius:16px;padding:28px 28px 26px;display:flex;flex-direction:column;gap:16px;min-width:0}.hv-root .sp-comp--presale{border:2px solid var(--hv-teal)}.hv-root .sp-comp-head{display:flex;align-items:center;gap:14px}.hv-root .sp-comp-ico{flex:0 0 auto;width:50px;height:50px;border-radius:50%;background:var(--hv-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center}.hv-root .sp-comp--resale .sp-comp-ico{background:var(--hv-dark)}.hv-root .sp-comp-ico svg{display:block;flex:0 0 auto}.hv-root .sp-comp-head h3{color:var(--hv-teal);font-size:18px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;line-height:1.25}.hv-root .sp-comp--resale .sp-comp-head h3{color:var(--hv-ink)}.hv-root .sp-comp ul{list-style:none;display:flex;flex-direction:column;gap:12px}.hv-root .sp-comp li{display:flex;align-items:flex-start;gap:12px;color:var(--hv-mut-l);font-size:15px;line-height:1.5}.hv-root .sp-comp-tick{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:var(--hv-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.hv-root .sp-comp--resale .sp-comp-tick{background:var(--hv-dark)}.hv-root .sp-comp-tick svg{display:block;flex:0 0 auto}.hv-root .sp-comp .hv-btn{margin-top:auto;align-self:flex-start}.hv-root .sp-resale-table{margin-top:30px}.hv-root .sp-resale-table .hv-tablewrap{--vh:var(--hv-ink);--vm:var(--hv-mut-l);--va:var(--hv-teal);--vl:#E0E7E8}.hv-root .sp-resale-note{color:var(--hv-mut-l);font-size:15px;line-height:1.7;margin-top:24px;max-width:78ch}.hv-root .sp-reg{background:#F8FAFA}.hv-root .sp-reg-grid{display:grid;grid-template-columns:1fr 480px;grid-gap:56px;gap:56px;align-items:start}.hv-root .sp-reg-sub{color:var(--hv-mut-l);font-size:16.5px;line-height:1.65;margin-bottom:24px;max-width:620px}.hv-root .sp-reg-note{color:var(--hv-mut-l);font-size:13px;line-height:1.6;margin-top:18px}.hv-root .sp-about{display:grid;grid-template-columns:150px 1fr;grid-gap:26px;gap:26px;align-items:start;margin-top:30px;padding-top:28px;border-top:1px solid #e0e7e8}.hv-root .sp-about-photo img{width:150px;height:150px;border-radius:50%;object-fit:cover;object-position:top center;box-shadow:0 14px 34px rgba(0,0,0,.15);border:5px solid #fff}.hv-root .sp-about-body .hv-eyebrow{margin-bottom:6px}.hv-root .sp-form{background:#fff;border:1px solid #dde6e7;border-radius:16px;padding:28px 28px 26px;box-shadow:0 18px 46px rgba(17,19,20,.09);display:flex;flex-direction:column;gap:14px}.hv-root .sp-form-head{display:flex;align-items:flex-start;gap:16px}.hv-root .sp-form-ico{flex:0 0 auto;width:48px;height:48px;border-radius:50%;background:var(--hv-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center}.hv-root .sp-form-ico svg{display:block;flex:0 0 auto}.hv-root .sp-form-title{color:var(--hv-teal);font-size:17px;font-weight:800;letter-spacing:.3px;text-transform:uppercase;line-height:1.25}.hv-root .sp-form-blurb{color:var(--hv-mut-l);font-size:14px;line-height:1.5;margin-top:4px}.hv-root .sp-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.hv-root .sp-field{display:flex;flex-direction:column;gap:6px;min-width:0}.hv-root .sp-field label{color:var(--hv-mut-l);font-size:13px;font-weight:600}.hv-root .sp-form input,.hv-root .sp-form select{border:1px solid #dbe3e5;border-radius:9px;padding:13px 14px;font-size:15px;color:#1d2933;font-family:inherit;width:100%;background:#FBFCFC;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hv-root .sp-form select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235A6770' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px}.hv-root .sp-form input:focus,.hv-root .sp-form select:focus{outline:none;border-color:var(--hv-teal);background-color:#fff}.hv-root .sp-form input::placeholder{color:#8b969d}.hv-root .sp-form-err{color:#c0392b;font-size:13.5px}.hv-root .sp-form-submit{height:52px;font-size:15.5px;margin-top:4px}.hv-root .sp-form-secondary{height:48px;font-size:15px}.hv-root .sp-form-done{align-items:flex-start;text-align:left}.hv-root .sp-form-check{display:inline-flex}.hv-root .sp-form-done h3{font-family:var(--hv-serif);font-size:23px;font-weight:800;color:var(--hv-ink)}.hv-root .sp-form-done p{color:var(--hv-mut-l);font-size:15px;line-height:1.6}.hv-root .sp-form-done .hv-btn{align-self:flex-start}@media (max-width:1400px){.hv-root .sl-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px 16px}.hv-root .sl-cost-cards,.hv-root .sp-project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1180px){.hv-root .sl-process-head,.hv-root .sp-projects-head,.hv-root .sp-timeline-head{grid-template-columns:1fr;gap:24px;align-items:start}.hv-root .sl-costs-head{grid-template-columns:1fr;gap:26px}.hv-root .sl-eval-grid,.hv-root .sp-reg-grid{grid-template-columns:1fr;gap:40px}.hv-root .sp-loc-grid,.hv-root .sp-mech-grid,.hv-root .sp-offer-grid{grid-template-columns:1fr;gap:34px}.hv-root .sp-mech-intro .hv-body.wide{max-width:none}.hv-root .sp-places{grid-template-columns:repeat(2,minmax(0,1fr))}.hv-root .sp-tl{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 20px}.hv-root .sp-tl-step:before{display:none}.hv-root .sp-resale-head{grid-template-columns:1fr;gap:22px}}@media (max-width:1024px){.sl-brokerband{padding:18px 28px}.hv-root .sl-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.hv-root .sp-fcols{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 0}.hv-root .sp-fcol{padding:0 22px}.hv-root .sp-fcol:nth-child(odd){padding-left:0;border-left:none}.hv-root .sp-mech-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hv-root .sp-projects-foot{grid-template-columns:1fr;gap:14px}}@media (max-width:900px){.hv-root .sl-cost-cards,.hv-root .sl-steps,.hv-root .sp-project-grid,.hv-root .sp-tl{grid-template-columns:repeat(2,minmax(0,1fr))}.hv-root .sl-eval-cards,.hv-root .sp-compare{grid-template-columns:1fr}.hv-root .sl-eval-cards{gap:22px}}@media (max-width:760px){.sl-brokerband{padding:16px 18px}.sl-brokerband .hv-inner{gap:10px}.sl-brokerband-div{display:none}.sl-brokerband b{font-size:15.5px}.sl-brokerband span:last-child{font-size:14.5px}.hv-root .sl-hero-btns,.hv-root .sp-hero-btns{flex-direction:column;align-items:stretch}.hv-root .sl-hero-btns .hv-btn,.hv-root .sp-hero-btns .hv-btn{width:100%}.hv-root .sl-steps{gap:30px 0}.hv-root .sl-cost-cards,.hv-root .sl-steps{grid-template-columns:1fr}.hv-root .sl-cost h3{min-height:0}.hv-root .sl-form-row,.hv-root .sp-form-row{grid-template-columns:1fr}.hv-root .sl-form,.hv-root .sp-form{padding:22px 20px}.hv-root .sp-fcols,.hv-root .sp-places{grid-template-columns:1fr}.hv-root .sp-fcols{gap:26px}.hv-root .sp-fcol{padding:0;border-left:none!important}.hv-root .sp-fcol+.sp-fcol{padding-top:24px;border-top:1px solid var(--hv-line-d)}.hv-root .sp-offer-photo{height:200px}.hv-root .sp-mech-cards,.hv-root .sp-project-grid,.hv-root .sp-tl{grid-template-columns:1fr}.hv-root .sp-tl{gap:28px}.hv-root .sp-tl-step{text-align:left}.hv-root .sp-tl-num{margin-left:0}.hv-root .sp-about{grid-template-columns:1fr;gap:18px;justify-items:start}.hv-root .sl-eval-quick ul{gap:8px}.hv-root .sl-costs-headline{padding:20px 22px}.hv-root .sp-loc-btns{flex-direction:column;align-items:stretch}.hv-root .sp-loc-btns .hv-btn{width:100%}}@media (max-width:900px){.hv-root .sl-eval-quick .hv-soon,.hv-root .sl-eval-quick a,.hv-root .sp-comp .hv-btn{min-height:44px}}.hfs-hero-top--plate{position:relative}.hfs-hero-plate{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hfs-hero-plate:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.97) 0,rgba(255,255,255,.95) 26%,rgba(255,255,255,.86) 40%,rgba(255,255,255,.56) 54%,rgba(255,255,255,.2) 70%,rgba(255,255,255,0) 84%)}.hfs-hero-top--plate .hfs-btn-outline-dark{background:rgba(255,255,255,.94)}@media (hover:hover){.hfs-hero-top--plate .hfs-btn-outline-dark:hover{background:#fff}}.hfs-grow--plate{position:relative;overflow:hidden}.hfs-grow-plate{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hfs-grow-plate:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(17,19,20,.88) 0,rgba(17,19,20,.86) 38%,rgba(17,19,20,.76) 54%,rgba(17,19,20,.46) 72%,rgba(17,19,20,.32)),linear-gradient(180deg,rgba(17,19,20,.22) 0,rgba(17,19,20,.1) 34%,rgba(17,19,20,.34) 72%,rgba(17,19,20,.72))}.hfs-grow--plate .hfs-inner{position:relative;z-index:1}.hfs-grow--plate .hfs-grow-top{align-items:start}.hfs-grow-side{display:flex;align-items:flex-start;justify-content:flex-end}.hfs-grow--plate .hfs-grow-route{position:static;max-width:320px;background:rgba(9,11,12,.84)}.hfs-grow--plate .hfs-grow-fact p{color:#C6CFD4}.hv-hero-top--plate{position:relative}.hv-hero-plate{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hv-hero-plate:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(17,19,20,.94) 0,rgba(17,19,20,.9) 26%,rgba(17,19,20,.74) 44%,rgba(17,19,20,.44) 60%,rgba(17,19,20,.2) 76%,rgba(17,19,20,.12)),linear-gradient(180deg,rgba(17,19,20,.34) 0,rgba(17,19,20,.1) 38%,rgba(17,19,20,.16) 70%,rgba(17,19,20,.4))}.hv-loc-pill--plate{position:absolute;right:40px;bottom:34px;left:auto;z-index:3}.hv-experts--plate{position:relative;overflow:hidden}.hv-experts-plate{position:absolute;inset:0;width:100%;height:100%;z-index:0}.hv-experts-plate:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(246,248,248,.985) 0,rgba(246,248,248,.975) 40%,rgba(246,248,248,.95) 50%,rgba(246,248,248,.66) 60%,rgba(246,248,248,.24) 74%,rgba(246,248,248,.02) 88%,rgba(246,248,248,0))}.hv-experts--plate .hv-inner{position:relative;z-index:1}.hv-experts--plate .hv-experts-media{min-height:470px}.hv-experts--plate .hv-btn-outline-dark{background:rgba(255,255,255,.94)}@media (hover:hover){.hv-experts--plate .hv-btn-outline-dark:hover{background:#fff}}@media (max-width:1024px){.hfs-hero-plate:after{background:linear-gradient(90deg,rgba(255,255,255,.97) 0,rgba(255,255,255,.94) 34%,rgba(255,255,255,.78) 50%,rgba(255,255,255,.4) 66%,rgba(255,255,255,.1) 82%,rgba(255,255,255,0) 94%)}.hfs-grow--plate .hfs-grow-top{align-items:stretch}.hfs-grow-side{justify-content:flex-start}.hfs-grow-plate:after{background:linear-gradient(90deg,rgba(17,19,20,.84) 0,rgba(17,19,20,.78) 44%,rgba(17,19,20,.56) 72%,rgba(17,19,20,.44)),linear-gradient(180deg,rgba(17,19,20,.26) 0,rgba(17,19,20,.24) 40%,rgba(17,19,20,.58) 78%,rgba(17,19,20,.8))}.hv-experts--plate .hv-experts-media{min-height:0}.hv-experts-plate:after{background:linear-gradient(180deg,rgba(246,248,248,.985) 0,rgba(246,248,248,.975) 52%,rgba(246,248,248,.9) 68%,rgba(246,248,248,.52) 84%,rgba(246,248,248,.24))}.hv-hero-plate:after{background:linear-gradient(90deg,rgba(17,19,20,.94) 0,rgba(17,19,20,.9) 34%,rgba(17,19,20,.76) 52%,rgba(17,19,20,.5) 70%,rgba(17,19,20,.3) 90%,rgba(17,19,20,.24)),linear-gradient(180deg,rgba(17,19,20,.34) 0,rgba(17,19,20,.14) 40%,rgba(17,19,20,.34))}}@media (max-width:760px){.hfs-hero-top--plate{flex-direction:column;min-height:0;align-items:stretch}.hfs-hero-plate{position:absolute;inset:0;width:100%;height:100%;order:0}.hfs-hero-plate>.fitimg{object-position:72% center}.hfs-hero-plate:after{background:linear-gradient(180deg,rgba(255,255,255,.94) 0,rgba(255,255,255,.91) 56%,rgba(255,255,255,.66) 76%,rgba(255,255,255,.28) 91%,rgba(255,255,255,.1))}.hfs-hero-top--plate .hfs-hero-inner{order:1;padding:26px 18px 168px}.hfs-grow--plate .hfs-grow-route{max-width:none}.hv-hero-top--plate{flex-direction:column;min-height:0;align-items:stretch}.hv-hero-plate{position:absolute;inset:0;width:100%;height:100%;order:0}.hv-hero-plate>.fitimg{object-position:52% center}.hv-hero-plate:after{background:linear-gradient(180deg,rgba(17,19,20,.86) 0,rgba(17,19,20,.9) 46%,rgba(17,19,20,.82) 76%,rgba(17,19,20,.5) 90%,rgba(17,19,20,.28))}.hv-hero-top--plate .hv-hero-inner{order:1;padding:28px 18px 126px}.hv-loc-pill--plate{right:18px;bottom:22px}.hv-experts-plate>.fitimg{object-position:58% center}.hv-experts-plate:after{background:linear-gradient(180deg,rgba(246,248,248,.985) 0,rgba(246,248,248,.975) 62%,rgba(246,248,248,.88) 78%,rgba(246,248,248,.46) 92%,rgba(246,248,248,.22))}}.crumbbar{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}.crumb-list{max-width:1600px;margin:0 auto;padding:11px 56px;display:flex;flex-wrap:wrap;list-style:none;font-size:13.5px;line-height:1.4}.crumb,.crumb-list{align-items:center;gap:2px}.crumb{display:inline-flex;color:#5a6770}.crumb a{color:#5a6770;text-decoration:none;padding:3px 4px;border-radius:4px}.crumb a:hover{color:var(--teal);text-decoration:underline}.crumb a:focus-visible{outline:3px solid #3FB7B0;outline-offset:2px}.crumb [aria-current=page]{color:#16242b;font-weight:600;padding:3px 4px}.crumb-sep{flex:none;color:#9fb0b8;margin:0 2px}.hv-root .crumbbar{background:#fff}@media (max-width:860px){.crumb-list{padding:9px 20px;font-size:12.5px;gap:0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.crumb-list::-webkit-scrollbar{display:none}.crumb{white-space:nowrap}}.hfs-root .hfs-alertcard{align-items:center;padding:24px 28px}.hfs-root .hfs-alertcard-copy{gap:16px;padding-top:0}.hfs-root .hfs-alertcard-ico{width:50px;height:50px}.hfs-root .hfs-alertcard-copy h3{font-size:21px;margin-bottom:5px;line-height:1.2}.hfs-root .hfs-alertcard-copy p{font-size:14.5px;line-height:1.5;max-width:620px}.hfs-root .hfs-alert-points{margin-top:13px;gap:8px}.hfs-root .hfs-alert-points li{font-size:13.5px}.hfs-root .hfs-flist-live>.hfs-alertcard .hfs-alert-points li{color:var(--mut-l)}.hfs-root .hfs-flist-live>.hfs-alertcard .hfs-alert-points svg{color:var(--teal)}@media (min-width:1025px){.hfs-root .hfs-alertcard{grid-template-columns:1fr minmax(380px,440px);gap:32px}}@media (max-width:1024px){.hfs-root .hfs-alertcard{grid-template-columns:1fr;gap:22px;padding:22px}.hfs-root .hfs-alertcard-copy p{max-width:none}}.lead-form.lead-form--compact{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;padding:20px 20px 17px;align-content:start}.lead-form.lead-form--compact>.lead-blurb,.lead-form.lead-form--compact>.lead-err,.lead-form.lead-form--compact>.lead-fine,.lead-form.lead-form--compact>h3{grid-column:1/-1}.lead-form.lead-form--compact input{padding:12px 13px}.lead-form.lead-form--compact .btn-teal{height:46px;margin-top:0;font-size:15px}.lead-form.lead-form--compact .lead-fine{margin-top:1px;font-size:11.5px;line-height:1.45}@media (max-width:600px){.lead-form.lead-form--compact{grid-template-columns:1fr}}@media (min-width:1025px){.hfs-root .hfs-listings-grid{grid-template-columns:340px 1fr;column-gap:44px;row-gap:30px;align-items:start}}.hfs-root .hfs-listings-grid>.hfs-alertband{grid-column:1/-1}.hfs-root .hfs-listings-right.cards{grid-template-columns:1fr}.hfs-root .hfs-listings-results .hfs-viewall{align-self:center;margin-top:18px}.hfs-root .hfs-nearby-note{margin-bottom:14px}.hfs-root .hfs-invtile{background:#181c1e;border:1px solid #2a3236;border-radius:14px;padding:22px 22px 20px;display:flex;flex-direction:column;box-shadow:none}.hfs-root .hfs-flist-results .hfs-listing-grid.hfs-listing-grid--fill,.hfs-root .hfs-listing-grid.hfs-listing-grid-3.hfs-listing-grid--fill{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch}.hfs-root .hfs-invtile-wide{grid-column:span 2}.hfs-root .hfs-invtile-empty{width:100%;justify-content:center;flex:1 1 auto;padding:30px}.hfs-root .hfs-invtile-empty .hfs-invtile-link{margin-top:4px}.hfs-root .hfs-invtile-empty h3{font-size:21px}.hfs-root .hfs-invtile-empty p{font-size:14.5px;max-width:640px}@media (min-width:1025px){.hfs-root .hfs-listings-grid>.hfs-listings-right.cards:has(.hfs-invtile-empty){align-self:stretch;align-items:stretch}}.hfs-root .hfs-invtile-ico{display:inline-flex;width:46px;height:46px;border-radius:50%;background:rgba(63,183,176,.14);color:var(--teal-l);align-items:center;justify-content:center;margin-bottom:14px}.hfs-root .hfs-invtile h3{color:#fff;font-family:var(--serif);font-size:19px;font-weight:700;margin-bottom:9px;line-height:1.25}.hfs-root .hfs-invtile p{color:var(--mut-d);font-size:14px;line-height:1.55;margin-bottom:14px;max-width:560px}.hfs-root .hfs-invtile-link{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;color:var(--teal-l);font-weight:600;font-size:14px;min-height:44px}@media (hover:hover){.hfs-root .hfs-invtile-link:hover{text-decoration:underline}}@media (max-width:1024px){.hfs-root .hfs-flist-results .hfs-listing-grid.hfs-listing-grid--fill,.hfs-root .hfs-listing-grid.hfs-listing-grid-3.hfs-listing-grid--fill{grid-template-columns:1fr}.hfs-root .hfs-invtile-wide{grid-column:span 1}}.hfs-root .hfs-flist-results .hfs-invtile{background:#fff;border-color:#e5eaea;box-shadow:0 10px 28px rgba(17,19,20,.06)}.hfs-root .hfs-flist-results .hfs-invtile-ico{background:rgba(14,110,115,.1);color:var(--teal)}.hfs-root .hfs-flist-results .hfs-invtile h3{color:var(--ink)}.hfs-root .hfs-flist-results .hfs-invtile p{color:var(--mut-l)}.hfs-root .hfs-flist-results .hfs-invtile-link{color:var(--teal)}.hfs-root .hfs-flist{padding-top:54px;padding-bottom:54px}.hfs-root .hfs-flist-head{margin-bottom:22px}.hfs-root .hfs-flist-head .hfs-h2{font-size:clamp(28px,2.9vw,40px)}.hfs-root .hfs-flist-headtext .hfs-rule{margin:12px 0}.hfs-root .hfs-flist-results .hfs-lphoto{height:142px}.hfs-root .hfs-flist-body{font-size:15.5px;line-height:1.55}.hfs-root .hfs-flist-live{gap:24px}.hfs-root .hfs-flist-results .hfs-viewall{display:none}.hfs-root .hfs-lphoto{height:152px}.hfs-root .hfs-lbody{padding:13px 16px 14px}.hfs-root .hfs-lprice{font-size:25px}.hfs-root .hfs-lspecs{font-size:13px;margin:5px 0 4px}.hfs-root .hfs-laddr{font-size:13px;margin-bottom:8px}.hfs-root .hfs-llink{font-size:13px}.hfs-root .hfs-dabout-photo img{height:auto;align-self:center}.hfs-root .hfs-dabout-grid{align-items:center}.hfs-root .hfs-cta{overflow:hidden}.hfs-root .hfs-cta-art{max-width:460px;height:auto;opacity:.62}@media (min-width:1025px){.hfs-root .hfs-cta-artwork{margin-right:-56px}}@media (min-width:861px){.hv-root .hv-hero-inner{padding:28px 56px}}.hv-root .hv-h1{font-size:clamp(34px,3.9vw,50px);margin-top:10px}.hv-root .hv-hero .hv-rule{margin:14px 0}.hv-root .hv-hero-sub{font-size:16.5px;line-height:1.45;max-width:580px;margin-bottom:18px}.hv-root .hv-hero-meta{margin-top:14px;gap:22px}.hv-root .hv-valform{padding:20px 22px 18px;gap:10px}.hv-root .hv-vf-title{font-size:20px}.hv-root .hv-vf-blurb{font-size:13.5px;line-height:1.45}.hv-root .hv-valform input{padding:11px 14px}.hv-root .hv-vf-submit{height:48px}.hv-root .hv-vf-secondary{height:42px}.hv-root .hv-vf-fine{font-size:11.5px;line-height:1.4}.hv-root .hv-trust-item{padding:18px 34px}.hv-root .hv-trust-ico{width:46px;height:46px}.hv-root .hv-trust-item b{font-size:15.5px}.hv-root .hv-trust-item span{font-size:12.5px}.hfs-root .hfs-fold{grid-column:1/-1;display:flex;flex-direction:column;gap:10px;margin-top:26px}.hfs-root .hfs-fold-d{border-radius:12px;overflow:hidden;border:1px solid;background:transparent}.hfs-root .hfs-fold-s{display:flex;align-items:center;gap:14px;padding:14px 18px;cursor:pointer;list-style:none}.hfs-root .hfs-fold-s::-webkit-details-marker{display:none}.hfs-root .hfs-fold-ico{flex:0 0 auto;display:inline-flex}.hfs-root .hfs-fold-t{flex:1 1;font-size:15.5px;font-weight:700;line-height:1.4}.hfs-root .hfs-fold-d[open] .hfs-chev{transform:rotate(180deg)}.hfs-root .hfs-fold-w{padding:2px 18px 20px}.hfs-root .hfs-fold-in>.hfs-nsec-main{min-width:0}.hfs-root .hfs-fold-in>.hfs-prose-p:first-child{margin-top:4px}.hfs-root .hfs-fold--dark .hfs-fold-d{border-color:#262e32;background:#181c1e}.hfs-root .hfs-fold--dark .hfs-fold-t{color:#fff}.hfs-root .hfs-fold--dark .hfs-chev,.hfs-root .hfs-fold--dark .hfs-fold-ico{color:var(--teal-l)}.hfs-root .hfs-fold--dark .hfs-fold-in,.hfs-root .hfs-fold--dark .hfs-fold-in.tone-dark,.hfs-root .hfs-fold--dark .hfs-fold-in.tone-light{--nh:#fff;--nmut:var(--mut-d);--nacc:var(--teal-l);--ncard:#111417;--nline:#262E32;--nrule:#232B2F;--nring:rgba(63,183,176,.5)}.hfs-root .hfs-fold--light .hfs-fold-d{border-color:#E4E9EA;background:#fff}.hfs-root .hfs-fold--light .hfs-fold-t{color:var(--ink)}.hfs-root .hfs-fold--light .hfs-chev,.hfs-root .hfs-fold--light .hfs-fold-ico{color:var(--teal)}.hfs-root .hfs-fold--light .hfs-fold-in,.hfs-root .hfs-fold--light .hfs-fold-in.tone-dark,.hfs-root .hfs-fold--light .hfs-fold-in.tone-light{--nh:var(--ink);--nmut:var(--mut-l);--nacc:var(--teal);--ncard:#F6F8F8;--nline:#E4E9EA;--nrule:#E4E9EA;--nring:rgba(14,110,115,.4)}.hfs-root .hfs-fold .hfs-near-list{margin-top:2px}.hfs-fid .hfs-about{padding-block:30px 24px}.hfs-fid .hfs-about-grid{grid-template-columns:331px minmax(0,1fr) 280px;gap:44px}.hfs-fid .hfs-about-photo img{height:339px;max-height:339px;object-fit:cover;object-position:center 22%}.hfs-fid .hfs-about-values{display:grid;grid-template-columns:repeat(3,auto);justify-content:space-between;grid-gap:20px;gap:20px;flex-wrap:nowrap}.hfs-fid .hfs-about-value{align-items:center}.hfs-fid .hfs-faq{padding-block:42px 25px}.hfs-fid .hfs-faq-grid{grid-template-columns:484px minmax(0,1fr);gap:37px}.hfs-fid .hfs-faq-list{gap:7px}.hfs-fid .hfs-listings{padding-block:52px 47px}.hfs-fid .hfs-amenities{padding-block:44px 51px}.hfs-fid .hfs-amen-grid{grid-template-columns:402px minmax(0,1fr);gap:34px}.hfs-fid .hfs-amen-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.hfs-fid .hfs-amen-card{padding:0 26px 26px}.hfs-fid .hfs-amen-card+.hfs-amen-card{border-left:1px solid #e4e9ea}.hfs-fid .hfs-amen-card:nth-child(4){border-left:0}.hfs-fid .hfs-amen-card:nth-child(n+4){border-top:1px solid #e4e9ea;padding-top:26px;padding-bottom:0}.hfs-fid .hfs-why{padding-block:52px 42px}.hfs-fid .hfs-why-grid{grid-template-columns:310px minmax(0,1fr);gap:0}.hfs-fid .hfs-why-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.hfs-fid .hfs-why-card{padding:0 22px}.hfs-fid .hfs-why-card+.hfs-why-card{border-left:1px solid #e4e9ea}.hfs-fid .hfs-hero{min-height:calc(100svh - 128px)}.hfs-fid .hfs-hero-top{min-height:clamp(400px,34vw,560px)}.hfs-fid .hfs-hero-chips{display:grid;grid-template-columns:repeat(3,auto);grid-gap:20px;gap:20px;justify-content:start}.hfs-fid .hfs-hero-chips .hfs-chip{max-width:none}@media (max-height:860px){.hfs-fid .hfs-hero-inner{padding-block:26px}.hfs-fid .hfs-hero .hfs-rule{margin:14px 0}.hfs-fid .hfs-hero-sub{margin-bottom:20px}.hfs-fid .hfs-hero-btns{margin-bottom:22px}}@media (max-height:780px){.hfs-fid .hfs-hero-inner{padding-block:18px}.hfs-fid .hfs-hero .hfs-h1{font-size:clamp(34px,3.8vw,50px)}.hfs-fid .hfs-hero-sub{font-size:17.5px;margin-bottom:16px}.hfs-fid .hfs-hero-btns{margin-bottom:18px}.hfs-fid .hfs-hero .hfs-rule{margin:11px 0}.hfs-fid .hfs-trust-item{padding:18px 34px}}.hfs-fid .hfs-listings-grid{row-gap:20px}.hfs-fid .hfs-alertcard{padding:16px 28px}.hfs-fid .hfs-fold{margin-top:18px}.hfs-fid .hfs-fold-s{padding:11px 18px}@media (max-width:1240px){.hfs-fid .hfs-why-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hfs-fid .hfs-why-card:nth-child(odd){border-left:0}.hfs-fid .hfs-why-card:nth-child(n+3){border-top:1px solid #e4e9ea;padding-top:26px}.hfs-fid .hfs-faq-grid{grid-template-columns:380px minmax(0,1fr);gap:32px}.hfs-fid .hfs-amen-grid{grid-template-columns:340px minmax(0,1fr);gap:30px}.hfs-fid .hfs-about-grid{grid-template-columns:280px minmax(0,1fr) 220px;gap:34px}}@media (max-width:1000px){.hfs-fid .hfs-about-grid,.hfs-fid .hfs-amen-grid,.hfs-fid .hfs-faq-grid,.hfs-fid .hfs-why-grid{grid-template-columns:minmax(0,1fr);gap:32px}.hfs-fid .hfs-hero-chips{grid-template-columns:repeat(auto-fit,minmax(190px,auto));gap:18px}.hfs-fid .hfs-about-values{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@media (max-width:760px){.hfs-fid .hfs-amen-cards,.hfs-fid .hfs-why-cards{grid-template-columns:minmax(0,1fr);gap:26px}.hfs-fid .hfs-amen-card,.hfs-fid .hfs-why-card{border-left:0;border-top:0;padding:0}.hfs-fid .hfs-about-values{grid-template-columns:minmax(0,1fr);gap:16px}.hfs-fid .hfs-hero-chips{grid-template-columns:minmax(0,1fr);gap:14px}.hfs-fid .hfs-about-photo img{height:auto;max-height:420px}}.hfs-fid .hfs-about-contact{min-width:0}.hfs-fid .hfs-ac-line{min-width:0;overflow-wrap:anywhere;font-size:15px}.hfs-fid .hfs-ac-line b{font-size:17px}.hfs-fid .hfs-ltrack{display:flex;gap:26px;list-style:none;margin:0;padding:0 0 14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(63,183,176,.55) rgba(255,255,255,.08)}.hfs-fid .hfs-ltrack::-webkit-scrollbar{height:8px}.hfs-fid .hfs-ltrack::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:99px}.hfs-fid .hfs-ltrack::-webkit-scrollbar-thumb{background:rgba(63,183,176,.55);border-radius:99px}.hfs-fid .hfs-ltrack:focus-visible{outline:2px solid var(--teal-l);outline-offset:4px}.hfs-fid .hfs-ltrack-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 52px) / 3);scroll-snap-align:start;min-width:0;display:flex}.hfs-fid .hfs-ltrack-item .hfs-lbody,.hfs-fid .hfs-ltrack-item>.hfs-lcard{flex:1 1;display:flex;flex-direction:column}.hfs-fid .hfs-ltrack-item .hfs-llink{margin-top:auto}.hfs-fid .hfs-lbadge-nearby{font-size:12px;font-weight:600}@media (max-width:1000px){.hfs-fid .hfs-ltrack-item{flex-basis:calc((100% - 26px) / 2)}}@media (max-width:760px){.hfs-fid .hfs-ltrack-item{flex-basis:86%}}.hfs-fid .hfs-listings-intro{position:static;top:auto}.hfs-fid .hfs-cta-value .hfs-cv-ico{margin-inline:auto}.hfs-fid .hfs-listings-grid{grid-template-columns:340px minmax(0,1fr)}.hfs-fid .hfs-listings-results,.hfs-fid .hfs-listings-right{min-width:0}@media (max-width:1000px){.hfs-fid .hfs-listings-grid{grid-template-columns:minmax(0,1fr)}}.hfs-fid .hfs-nearby-note{margin-bottom:10px}.hfs-fid .hfs-ltrack{padding-bottom:10px}.hfs-fid .hfs-prop-note{margin-block:26px 0;align-items:center}.hfs-fid .hfs-prop .hfs-fold{margin-top:22px}.hfs-fid .hfs-about-photo{height:339px;line-height:0}.hfs-fid .hfs-about-photo img{display:block}.hfs-root .hfs-lphoto-brand{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef3f3,#e0e8e8);padding:18px 22px}.hfs-root .hfs-lphoto-brand img{max-width:74%;max-height:66%;width:auto;height:auto;object-fit:contain;opacity:.92}.hfs-root .hfs-fm-block{align-items:center}.hfs-fid .hfs-fold{gap:8px}.hfs-fid .hfs-fold-s{padding:9px 18px}.hfs-fid .hfs-fold-t{font-size:15px}.hfs-fid .hfs-fold--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}@media (max-width:860px){.hfs-fid .hfs-fold--two{grid-template-columns:minmax(0,1fr)}}.hfs-fid .hfs-hero-copy{max-width:680px}.hfs-root .hfs-fold-w{overflow-x:auto;max-width:100%}.hfs-root .hfs-fold-in{min-width:0;max-width:100%}.hfs-root .hfs-fold-in table{max-width:100%}@media (max-width:520px){.hfs-root .hfs-btn{white-space:normal;text-align:center;max-width:100%}}.hfs-fid .hfs-listings-grid{row-gap:16px}.hfs-fid .hfs-alertcard{padding:14px 26px}.hfs-fid .hfs-listings-grid{row-gap:12px}.hfs-fid .hfs-listings-results .hfs-viewall{margin-top:12px}.hfs-fid .hfs-alertcard{padding:11px 26px}.hfs-fid .hfs-fold{gap:6px}.hfs-fid .hfs-prop-note{margin-block:20px 0}.listing-row,.listings-right{max-width:100%;min-width:0}.hfs-fid .hfs-listings-intro .hfs-lead-body{line-height:1.6;margin-bottom:20px}.comm-card{position:relative;overflow:hidden}.comm-card-img,.guide-hero-img,.guide-photo-img,.hv-photo-img,.listing-photo-img,.pd-hero-img,.pd-thumb-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;z-index:0}.pd-hero,.pd-thumb{position:relative;overflow:hidden}.pd-thumb{padding:0;border:0;background:none;display:block}.comm-card>:not(img),.guide-photo>:not(img),.listing-photo>:not(img):not(.listing-photo-brand),.pd-hero>:not(img){position:relative;z-index:1}.guide-hero,.guide-photo,.hv-photo,.listing-photo{position:relative;overflow:hidden}.guide-hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(rgba(11,40,43,.3),rgba(11,40,43,.55))}.guide-hero>:not(img):not(.guide-hero-scrim){position:relative;z-index:2}.comm-card:after,.guide-photo:after,.listing-photo:after{content:"";position:absolute;inset:0;z-index:-1;background:#F2F5F5}.comm-card,.guide-photo,.listing-photo{isolation:isolate}.listing-photo-brand{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;background:#F2F5F5}.listing-photo-brand img{max-width:62%;max-height:58%;width:auto;height:auto;object-fit:contain;opacity:.92;position:static}.hfs-prop-plabel,.hfs-root .hfs-basis,.hfs-root .hfs-school-flabel,.hfs-root .hfs-stat-src,.hv-root .hv-basis,.hv-root .hv-vf-fine,.lead-form.lead-form--compact .lead-fine{font-size:12px}@media (max-width:900px){.hfs-root .hfs-stat-src{font-size:12px}}.badge,.guide-tag,.hfs-foot-col .hfs-soon em,.hfs-lbadge,.hfs-nbhd-also .hfs-soon em,.hfs-near-item .hfs-near-soon em,.hfs-root .hfs-nbhd-soon,.hfs-root .hfs-soon em,.hv-foot-col .hv-soon em,.hv-near-item .hv-near-soon em,.hv-root .hv-soon em,.hv-root .sp-project-badge{font-size:12px}.heart{width:44px;height:44px;top:5px;right:5px;padding:5px;box-sizing:border-box;background-clip:content-box}.footer-col a{margin-bottom:0;padding:6px 0;line-height:1.25}.btn-outline,.btn-outline-dark,.btn-teal,.cta-btn-outline,.cta-btn-white,.guide-related .guide-card,.nav-link,.nav-panel a{transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.btn-outline-dark:active,.btn-outline:active,.btn-teal:active,.cta-btn-outline:active,.cta-btn-white:active{transform:translateY(1px)}@media (prefers-reduced-motion:reduce){.btn-outline,.btn-outline-dark,.btn-teal,.cta-btn-outline,.cta-btn-white,.guide-related .guide-card,.nav-link,.nav-panel a{transition:none}.btn-outline-dark:active,.btn-outline:active,.btn-teal:active,.cta-btn-outline:active,.cta-btn-white:active{transform:none}}.hfs-faq-q,.hvl-faq-qt,.lgh-faq-qt,.psc-faq-qt,.slg-faq-qt{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;display:inline}.xi-back{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:20px;background:rgba(10,18,21,.62);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:xi-fade .18s ease both}.xi-panel{position:relative;width:min(100%,520px);max-height:calc(100dvh - 40px);overflow:auto;background:#fff;border-radius:16px;padding:32px 30px 26px;box-shadow:0 30px 80px rgba(10,18,21,.34);animation:xi-rise .22s cubic-bezier(.2,.7,.3,1) both}@keyframes xi-fade{0%{opacity:0}to{opacity:1}}@keyframes xi-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.xi-x{position:absolute;top:8px;right:8px;width:44px;height:44px;display:grid;place-items:center;border:0;background:none;color:#5a6770;cursor:pointer;border-radius:10px;transition:background-color .16s ease,color .16s ease}.xi-x:hover{background:#f1f5f5;color:#111314}.xi-eyebrow{margin:0 0 6px;color:#0E6E73;font-size:12px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase}.xi-panel h2{margin:0 0 10px;font-size:25px;line-height:1.22;color:#111314;padding-right:34px}.xi-sub{margin:0 0 20px;color:#5a6770;font-size:15px;line-height:1.55}.xi-f{display:grid;grid-gap:6px;gap:6px;margin-bottom:13px}.xi-f>span{font-size:13px;font-weight:700;color:#3d4c54}.xi-f>span i{font-style:normal;font-weight:500;color:#8a949b}.xi-f input{height:48px;padding:0 13px;border:1px solid #ccd6d8;border-radius:9px;font:inherit;font-size:15px;color:#111314;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.xi-f input:focus{outline:none;border-color:#0E6E73;box-shadow:0 0 0 3px rgba(14,110,115,.16)}.xi-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:460px){.xi-row{grid-template-columns:1fr;gap:0}.xi-panel{padding:26px 20px 22px}.xi-panel h2{font-size:22px}}.xi-btn{width:100%;min-height:52px;margin-top:6px;border:0;border-radius:10px;background:#0E6E73;color:#fff;font:inherit;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.xi-btn:hover{background:#0a585c}.xi-btn:active{transform:translateY(1px)}.xi-btn:disabled{opacity:.6;cursor:progress}.xi-err{margin:2px 0 10px;color:#9b2c2c;background:#fff1f1;border:1px solid #f0caca;border-radius:8px;padding:9px 11px;font-size:13.5px}.xi-fine{margin:13px 0 0;color:#8a949b;font-size:12px;line-height:1.5;text-align:center}.xi-done{text-align:center;padding:8px 0 4px}.xi-tick{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 16px;border-radius:50%;background:#e6f4f3;color:#0E6E73}.xi-done h2{padding-right:0}.xi-done p{margin:0 0 20px;color:#5a6770;font-size:15px;line-height:1.55}@media (prefers-reduced-motion:reduce){.xi-back,.xi-panel{animation:none}.xi-btn:active{transform:none}.xi-btn,.xi-f input,.xi-x{transition:none}}.rev-marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.rev-track{display:flex;gap:22px;width:max-content;animation:rev-scroll 44s linear infinite}.rev-marquee:focus-within .rev-track,.rev-marquee:hover .rev-track{animation-play-state:paused}.rev-card{flex:0 0 340px;margin:0}.rev-card .testi-quote{margin:0 0 14px}@keyframes rev-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.rev-track{animation:none;width:auto;overflow-x:auto;padding-bottom:8px}.rev-marquee{-webkit-mask-image:none;mask-image:none}}.bk{background:#111314;color:#F6F8F8;padding:76px 0}.bk-grid{max-width:1240px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,520px);grid-gap:56px;gap:56px;align-items:start}.bk-copy .eyebrow{color:#3FB7B0}.bk-copy h2{margin:8px 0 14px;font-size:38px;line-height:1.15;color:#fff}.bk-lede{margin:0 0 22px;color:#AEB8BE;font-size:16px;line-height:1.62;max-width:46ch}.bk-points{list-style:none;margin:0 0 24px;padding:0;display:grid;grid-gap:11px;gap:11px}.bk-points li{display:flex;gap:11px;align-items:flex-start;color:#dfe6e8;font-size:15px;line-height:1.5}.bk-tick{flex:0 0 auto;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:rgba(63,183,176,.16);color:#3FB7B0;font-size:12px;font-weight:800}.bk-direct{margin:0;color:#AEB8BE;font-size:15px}.bk-direct a{color:#3FB7B0;text-decoration:none}.bk-direct a:hover{text-decoration:underline}.bk-sep{margin:0 9px;color:#5a6770}.bk-card{background:#fff;border-radius:16px;padding:28px 26px;box-shadow:0 26px 60px rgba(0,0,0,.34)}.bk-ct{margin:0 0 18px;font-size:20px;color:#111314}.bk-f{display:grid;grid-gap:6px;gap:6px;margin-bottom:14px}.bk-f>span{font-size:13px;font-weight:700;color:#3d4c54}.bk-f>span i{font-style:normal;font-weight:500;color:#8a949b}.bk-f input,.bk-f select,.bk-f textarea{width:100%;border:1px solid #ccd6d8;border-radius:9px;background:#fff;color:#111314;font:inherit;font-size:15px;padding:0 13px;height:48px;transition:border-color .16s ease,box-shadow .16s ease}.bk-f textarea{height:auto;padding:12px 13px;resize:vertical;line-height:1.5}.bk-f select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235a6770' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;padding-right:36px}.bk-f input:focus,.bk-f select:focus,.bk-f textarea:focus{outline:none;border-color:#0E6E73;box-shadow:0 0 0 3px rgba(14,110,115,.16)}.bk-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.bk-btn{width:100%;min-height:52px;margin-top:4px;border:0;border-radius:10px;background:#0E6E73;color:#fff;font:inherit;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.bk-btn:hover{background:#0a585c}.bk-btn:active{transform:translateY(1px)}.bk-btn:disabled{opacity:.6;cursor:progress}.bk-err{margin:2px 0 10px;color:#9b2c2c;background:#fff1f1;border:1px solid #f0caca;border-radius:8px;padding:9px 11px;font-size:13.5px}.bk-fine{margin:13px 0 0;color:#8a949b;font-size:12px;line-height:1.5;text-align:center}.bk-done{text-align:center;padding:18px 4px}.bk-check{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 16px;border-radius:50%;background:#e6f4f3;color:#0E6E73}.bk-done h3{margin:0 0 8px;font-size:21px;color:#111314}.bk-done p{margin:0;color:#5a6770;font-size:15px;line-height:1.55}@media (max-width:980px){.bk-grid{grid-template-columns:minmax(0,1fr);gap:34px;padding:0 28px}.bk-copy h2{font-size:31px}}@media (max-width:520px){.bk{padding:56px 0}.bk-grid{padding:0 20px}.bk-row{grid-template-columns:1fr;gap:0}.bk-card{padding:22px 18px}}@media (prefers-reduced-motion:reduce){.bk-btn,.bk-f input,.bk-f select,.bk-f textarea{transition:none}.bk-btn:active{transform:none}}.bk{position:relative;isolation:isolate;overflow:hidden}.bk-plate{width:100%;height:100%;object-fit:cover;object-position:65% 55%;z-index:-2}.bk-plate,.bk-scrim{position:absolute;inset:0}.bk-scrim{z-index:-1;background:linear-gradient(90deg,rgba(17,19,20,.95),rgba(17,19,20,.9) 38%,rgba(17,19,20,.74) 66%,rgba(17,19,20,.6))}@media (max-width:980px){.bk-scrim{background:rgba(17,19,20,.9)}}.bk-copy h2{margin:10px 0 18px}.bk-lede{margin:0 0 28px;line-height:1.68}.bk-points{gap:13px;margin:0 0 28px}.bk-direct{margin:0 0 30px}.bk-chips{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;max-width:520px}.bk-chips li{display:grid;grid-gap:3px;gap:3px;padding:13px 15px;border-radius:11px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.bk-chips b{color:#fff;font-size:13.5px;font-weight:700;line-height:1.3}.bk-chips span{color:#AEB8BE;font-size:12.5px;line-height:1.42}@media (max-width:520px){.bk-chips{grid-template-columns:1fr}}.hf{background:#F6F8F8;padding:76px 0}.hf-grid{max-width:1240px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:minmax(0,380px) minmax(0,1fr);grid-gap:56px;gap:56px;align-items:start}.hf-head .eyebrow{color:#0E6E73}.hf-head h2{margin:8px 0 13px;font-size:34px;line-height:1.16;color:#111314}.hf-head p{margin:0 0 22px;color:#5a6770;font-size:15.5px;line-height:1.62}.hf-list{display:grid;grid-gap:11px;gap:11px}.hf-item{background:#fff;border:1px solid #e2e8e9;border-radius:12px;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease}.hf-item[open]{border-color:#bcd6d6;box-shadow:0 8px 26px rgba(17,19,20,.06)}.hf-q{display:flex;align-items:flex-start;gap:14px;padding:17px 20px;cursor:pointer;list-style:none}.hf-q::-webkit-details-marker{display:none}.hf-qt{flex:1 1;margin:0;font-size:16px;font-weight:650;line-height:1.42;color:#111314}.hf-chev{flex:0 0 auto;color:#0E6E73;transition:transform .2s ease;margin-top:1px}.hf-item[open] .hf-chev{transform:rotate(180deg)}.hf-a{padding:0 20px 18px}.hf-a p{margin:0;color:#4a5860;font-size:15px;line-height:1.66}@media (max-width:980px){.hf-grid{grid-template-columns:minmax(0,1fr);gap:30px;padding:0 28px}.hf-head h2{font-size:29px}}@media (max-width:520px){.hf{padding:54px 0}.hf-grid{padding:0 20px}.hf-a{padding:0 18px 16px}}@media (prefers-reduced-motion:reduce){.hf-chev,.hf-item{transition:none}}@media (min-width:981px){.hf-head{position:-webkit-sticky;position:sticky;top:156px;align-self:start}}.ip-nearby{margin-top:34px}.ip-nearby .ip-count{margin-bottom:14px;color:#5a6770}.mx-root{background:#fff}.mx-wrap{max-width:1240px;margin:0 auto;padding:0 40px}.mx-head{padding:52px 0 30px;background:#F6F8F8;border-bottom:1px solid #e2e8e9}.mx-head .eyebrow{color:#0E6E73}.mx-head h1{margin:8px 0 14px;font-size:38px;line-height:1.15;color:#111314;max-width:20ch}.mx-lede{margin:0 0 14px;color:#4a5860;font-size:16.5px;line-height:1.62;max-width:70ch}.mx-note{margin:0;color:#5a6770;font-size:14px;line-height:1.6;max-width:70ch}.mx-frame-band{padding:28px 0 10px}.mx-frame{position:relative;border:1px solid #dce4e5;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(17,19,20,.06)}.mx-frame iframe{display:block;width:100%;height:1100px;border:0}@media (max-width:900px){.mx-frame iframe{height:820px}}@media (max-width:520px){.mx-frame iframe{height:680px}}.mx-fine{margin:12px 0 0;color:#8a949b;font-size:12.5px;line-height:1.55;max-width:80ch}.mx-help{padding:44px 0 76px}.mx-help-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:48px;gap:48px}.mx-help h2{margin:0 0 12px;font-size:24px;line-height:1.2;color:#111314}.mx-help p{margin:0 0 18px;color:#4a5860;font-size:15.5px;line-height:1.62}.mx-btns{display:flex;gap:12px;flex-wrap:wrap}.mx-areas{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:9px 18px;gap:9px 18px}.mx-areas a{color:#0E6E73;text-decoration:none;font-size:14.5px;line-height:1.45}.mx-areas a:hover{text-decoration:underline}@media (max-width:900px){.mx-wrap{padding:0 28px}.mx-help-grid{grid-template-columns:minmax(0,1fr);gap:34px}.mx-head h1{font-size:30px}}@media (max-width:520px){.mx-wrap{padding:0 20px}.mx-head{padding:38px 0 24px}.mx-areas{grid-template-columns:1fr}}.nf-root{background:#fff}.nf-wrap{max-width:1240px;margin:0 auto;padding:0 40px}.nf-head{padding:56px 0 44px;background:#F6F8F8;border-bottom:1px solid #e2e8e9}.nf-head .eyebrow{color:#0E6E73}.nf-head h1{margin:8px 0 14px;font-size:38px;line-height:1.15;color:#111314;max-width:20ch}.nf-lede{margin:0 0 22px;color:#4a5860;font-size:16.5px;line-height:1.62;max-width:62ch}.nf-btns{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.nf-btns .btn-teal{display:inline-flex;align-items:center;gap:9px}.nf-call{margin:18px 0 0;color:#5a6770;font-size:15px}.nf-call a{color:#0E6E73;font-weight:700}.nf-band{padding:46px 0 78px}.nf-band h2{margin:0 0 18px;font-size:24px;line-height:1.2;color:#111314}.nf-areas-h{margin-top:44px!important}.nf-routes{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.nf-routes a{display:flex;flex-direction:column;gap:6px;height:100%;padding:18px 20px;border:1px solid #dce4e5;border-radius:12px;background:#fff;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.nf-routes b{display:flex;align-items:center;gap:8px;color:#111314;font-size:16px;font-weight:800;line-height:1.3}.nf-routes b svg{flex:none;color:#0E6E73}.nf-routes span{color:#5a6770;font-size:14px;line-height:1.55}@media (hover:hover){.nf-routes a:hover{border-color:#0E6E73;box-shadow:0 10px 26px rgba(17,19,20,.08);transform:translateY(-2px)}}.nf-areas{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:9px 24px;gap:9px 24px}.nf-areas a{color:#0E6E73;text-decoration:none;font-size:14.5px;line-height:1.45}.nf-areas a:hover{text-decoration:underline}@media (max-width:900px){.nf-wrap{padding:0 28px}.nf-head h1{font-size:30px}.nf-areas,.nf-routes{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.nf-wrap{padding:0 20px}.nf-head{padding:40px 0 34px}.nf-areas,.nf-routes{grid-template-columns:1fr}.nf-btns .btn-outline-dark,.nf-btns .btn-teal{flex:1 1 240px;justify-content:center;text-align:center}}@media (prefers-reduced-motion:reduce){.nf-routes a{transition:none}}.ip-empty-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:4px}.ddf-pb{position:absolute;left:8px;bottom:8px;z-index:2;display:inline-flex;align-items:center;padding:3px 6px;border-radius:6px;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.28);cursor:pointer;line-height:0;overflow:hidden;max-width:calc(100% - 16px)}.ddf-pb-text{display:inline-block;min-width:90px;font:700 10.5px/1.2 system-ui,sans-serif;color:#0b2a37;letter-spacing:.01em;white-space:nowrap}.ddf-pb-text:before{content:"";display:inline-block;width:8px;height:8px;margin-right:5px;border-radius:2px;background:#0e6e73;vertical-align:-1px}.ddf-pb img{display:block;width:92px;height:auto}.ddf-pb:focus-visible{outline:2px solid #0E6E73;outline-offset:2px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:40px}.ddf-pb.ddf-pb-inline{position:static;left:auto;bottom:auto;margin-left:auto;padding:0;background:transparent;box-shadow:none;border-radius:0;flex:0 0 auto}.ddf-pb.ddf-pb-inline img{width:90px;height:auto;display:block}.lgh-lbody .price-row{display:flex}.ddf-pb-link{position:static;display:inline-flex;margin:0 0 10px;padding:5px 8px;box-shadow:none;border:1px solid #dce4e5}.ddf-pb-link img{width:125px}.hfs-lphoto,.lgh-lphoto,.listing-photo{position:relative}.pd-source{margin-top:18px;font-size:13px;color:#5a6a70;line-height:1.55}.pd-source p{margin:0}.ddf-legal{background:#0f1a1d;color:#8d9ba1;font-size:11.5px;line-height:1.55}.ddf-legal-wrap{max-width:1240px;margin:0 auto;padding:18px 40px 22px}.ddf-legal p{margin:0 0 8px}.ddf-legal p:last-child{margin:0}.ddf-legal a{color:#9ad3cf}.ddf-bw{position:fixed;left:16px;right:16px;bottom:16px;z-index:60;display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:760px;margin:0 auto;padding:14px 18px;border-radius:12px;background:#111314;color:#fff;box-shadow:0 12px 40px rgba(0,0,0,.35);font-size:14px;line-height:1.5}.ddf-bw p{margin:0;flex:1 1 320px}.ddf-bw a{color:#9ad3cf}.ddf-bw-btns{display:flex;gap:8px}.ddf-bw button{min-height:40px;padding:0 16px;border-radius:8px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-weight:700;cursor:pointer}.ddf-bw .ddf-bw-accept{background:#0E6E73;border-color:#0E6E73}.tm-body{padding:36px 0 72px}.tm-body h2{margin:26px 0 10px;font-size:22px;color:#111314}.tm-body p{margin:0 0 12px;color:#4a5860;font-size:15.5px;line-height:1.65;max-width:78ch}@media (max-width:900px){.ddf-legal-wrap{padding:16px 28px 20px}}@media (max-width:520px){.ddf-legal-wrap{padding:14px 20px 18px}.ddf-pb img{width:90px}}.hfs-root .hfs-lcourtesy{margin-top:4px;font-size:11.5px;line-height:1.4;color:#6b7a80}.lgh-lcourtesy{display:block;margin-top:2px;font-size:11.5px;line-height:1.4;color:var(--lgh-mut-d,#AAB4BA)}.listing-card .listing-courtesy{margin-top:4px;font-size:11.5px;line-height:1.4;color:#6b7a80}.pd-keep{margin-top:44px;border-top:1px solid #eef1f2;padding-top:32px}.pd-keep h2{font-size:24px;font-weight:800;color:var(--charcoal);margin-bottom:8px}.pd-keep p{color:#5a6a70;line-height:1.6;margin:0 0 18px;max-width:60ch}.hfs-root .hfs-viewall-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.hfs-root .hfs-lowinv .hfs-btn{margin-top:16px}.listings-cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.ip-more-wrap{display:flex;justify-content:center;margin:28px 0 8px}.ip-more{min-width:260px}.tnav{display:flex;gap:14px;margin-top:14px}.tnav,.tnav-btn{align-items:center}.tnav-btn{width:44px;height:44px;border-radius:50%;display:inline-flex;justify-content:center;cursor:pointer;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease}.tnav-btn:disabled{opacity:.35;cursor:default}.tnav-btn:focus-visible{outline:2px solid #0E6E73;outline-offset:3px}.tnav-dots{display:inline-flex;gap:7px;align-items:center}.tnav-dots i{width:8px;height:8px;border-radius:50%;display:block;transition:width .2s ease}.tnav-dots i.on{width:22px;border-radius:5px}.tnav-hint{font-size:12.5px;letter-spacing:.02em;margin-left:4px}.tnav-dark .tnav-btn{background:transparent;border:1.5px solid rgba(255,255,255,.55);color:#fff}.tnav-dark .tnav-btn:hover:not(:disabled){background:rgba(63,183,176,.18);border-color:#fff}.tnav-dark .tnav-dots i{background:rgba(255,255,255,.28)}.tnav-dark .tnav-dots i.on{background:#3FB7B0}.tnav-dark .tnav-hint{color:rgba(255,255,255,.62)}.tnav-light .tnav-btn{background:#fff;border:1px solid #d4d9dd;color:#16242B}.tnav-light .tnav-btn:hover:not(:disabled){background:#eef0f1}.tnav-light .tnav-dots i{background:#cdd4d8}.tnav-light .tnav-dots i.on{background:#0E6E73}.tnav-light .tnav-hint{color:#5A6770}.hfs-fid .hfs-track-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:6px}.hfs-fid .hfs-track-foot .tnav{margin-top:0}.hfs-fid .hfs-track-foot .hfs-viewall-row{justify-content:flex-end;margin-top:0}.hfs-fid .hfs-track-foot .hfs-viewall{margin-top:0}@media (max-width:760px){.tnav-hint{display:none}.hfs-fid .hfs-track-foot{justify-content:center}.hfs-fid .hfs-track-foot .hfs-viewall-row{justify-content:center;width:100%}}