.inner-page-container{
    max-width:100%;
    margin:0 auto;
    padding:0
}
.ip-neighborhood__about{
    position:relative;
    background-color:#fff;
    overflow:hidden
}
.ip-neighborhood__about-inner{
    max-width:1600px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    padding:40px 20px 60px
}
.ip-neighborhood__about-header{
    position:relative;
    min-height:72px;
    margin-bottom:20px
}
.ip-neighborhood__about-corner{
    position:absolute;
    left:0;
    top:0;
    width:60px;
    height:60px;
    pointer-events:none
}
.ip-neighborhood__about-corner:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-left:1px solid rgba(0,0,0,.2);
    border-top:1px solid rgba(0,0,0,.2);
    pointer-events:none
}
.ip-neighborhood__about-breadcrumbs{
    position:absolute;
    left:40px;
    top:32px
}
.ip-neighborhood__about-breadcrumbs #breadcrumbs{
    font-family:Inter,sans-serif;
    font-size:8px;
    font-weight:400;
    letter-spacing:2px;
    text-transform:uppercase;
    line-height:normal;
    margin:0;
    padding:0;
    color:#838383
}
.ip-neighborhood__about-breadcrumbs #breadcrumbs a{
    color:#838383;
    text-decoration:none;
    transition:color .3s cubic-bezier(.4,0,.2,1)
}
.ip-neighborhood__about-breadcrumbs #breadcrumbs a:hover,.ip-neighborhood__about-breadcrumbs #breadcrumbs a:focus-visible{
    color:#1e1e1e
}
.ip-neighborhood__about-breadcrumbs #breadcrumbs .breadcrumb_last{
    color:#1e1e1e;
    text-decoration:underline
}
.ip-neighborhood__about-title{
    max-width:717px;
    margin:0 auto 32px;
    text-align:center
}
.ip-neighborhood__about-heading{
    font-family:Baskervville,serif;
    font-size:36px;
    font-weight:400;
    line-height:normal;
    text-transform:uppercase;
    color:#1e1e1e;
    margin:0
}
.ip-neighborhood__about-location{
    font-family:Baskervville,serif;
    font-style:italic;
    font-size:20px;
    font-weight:400;
    line-height:normal;
    color:#838383;
    margin:8px 0 0
}
.ip-neighborhood__about-body{
    display:flex;
    flex-direction:column;
    gap:32px
}
.ip-neighborhood__about-text{
    order:2;
    width:100%;
    max-width:544px
}
.ip-neighborhood__about-text p{
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:300;
    line-height:26px;
    letter-spacing:.5px;
    color:#000;
    margin:0 0 16px
}
.ip-neighborhood__about-text p:last-child{
    margin-bottom:0
}
.ip-neighborhood__about-media{
    order:1;
    width:100%;
    max-width:830px;
    margin:0 auto;
    aspect-ratio:830/500;
    overflow:hidden;
    background-color:#d9d9d9
}
.ip-neighborhood__about-media-img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    display:block
}
.ip-neighborhood__featured-videos{
    position:relative;
    overflow:hidden
}
.ip-neighborhood__featured-videos-bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:0
}
.ip-neighborhood__featured-videos-bg:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#938c82f2;
    pointer-events:none;
    z-index:2
}
.ip-neighborhood__featured-videos-bg-img{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    position:relative;
    z-index:0
}
.ip-neighborhood__featured-videos-inner{
    position:relative;
    z-index:1;
    max-width:1600px;
    margin:0 auto;
    padding:70px 20px 80px
}
.ip-neighborhood__featured-videos-corner{
    position:absolute;
    width:60px;
    height:60px;
    pointer-events:none
}
.ip-neighborhood__featured-videos-corner--tl{
    left:20px;
    top:62px
}
.ip-neighborhood__featured-videos-corner--tl:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-left:1px solid rgba(255,255,255,.2);
    border-top:1px solid rgba(255,255,255,.2);
    pointer-events:none
}
.ip-neighborhood__featured-videos-corner--br{
    right:20px;
    bottom:40px;
    transform:rotate(180deg)
}
.ip-neighborhood__featured-videos-corner--br:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-left:1px solid rgba(255,255,255,.2);
    border-top:1px solid rgba(255,255,255,.2);
    pointer-events:none
}
.ip-neighborhood__featured-videos-title{
    max-width:386px;
    margin:0 auto 40px
}
.ip-neighborhood__featured-videos-stage{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:32px;
    margin-bottom:40px
}
.ip-neighborhood__featured-videos-main{
    width:100%;
    max-width:998px
}
.ip-neighborhood__featured-videos-main-link{
    display:block;
    text-decoration:none;
    color:inherit
}
.ip-neighborhood__featured-videos-main-link:focus{
    outline:none
}
.ip-neighborhood__featured-videos-main-media{
    position:relative;
    width:100%;
    aspect-ratio:998/550;
    overflow:hidden;
    background-color:#1e1e1e
}
.ip-neighborhood__featured-videos-main-media:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#00000080;
    pointer-events:none;
    z-index:1
}
.ip-neighborhood__featured-videos-main-media .play-icon{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    width:70px;
    height:70px;
    border:1px solid #ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    pointer-events:none
}
.ip-neighborhood__featured-videos-main-img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    display:block
}
.ip-neighborhood__featured-videos-caption{
    position:absolute;
    left:50%;
    bottom:0;
    z-index:3;
    transform:translate(-50%);
    width:100%;
    max-width:561px;
    padding:0 20px 24px;
    margin:0;
    font-family:Baskervville,serif;
    font-style:italic;
    font-size:16px;
    font-weight:400;
    line-height:normal;
    letter-spacing:1px;
    text-align:center;
    color:#fff;
    pointer-events:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.ip-neighborhood__featured-videos-nav{
    width:100%;
    max-width:540px
}
.ip-neighborhood__featured-videos-nav-slider .slick-slide{
    margin-bottom:10px
}
.ip-neighborhood__featured-videos-nav-slider .slick-slide:last-child{
    margin-bottom:0
}
.ip-neighborhood__featured-videos-nav-slider .slick-slide>div{
    height:100%
}
.ip-neighborhood__featured-videos-nav-slider .slick-current .ip-neighborhood__featured-videos-nav-media:after{
    background:#00000040
}
.ip-neighborhood__featured-videos-nav-btn{
    display:block;
    width:100%;
    padding:0;
    border:0;
    background:none;
    cursor:pointer;
    font:inherit
}
.ip-neighborhood__featured-videos-nav-btn:focus{
    outline:none
}
.ip-neighborhood__featured-videos-nav-btn:focus-visible{
    outline:2px solid #ffffff;
    outline-offset:2px
}
.ip-neighborhood__featured-videos-nav-media{
    position:relative;
    display:block;
    width:100%;
    aspect-ratio:180/175;
    overflow:hidden;
    background-color:#1e1e1e
}
.ip-neighborhood__featured-videos-nav-media:after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#00000080;
    pointer-events:none;
    z-index:1;
    transition:background .3s cubic-bezier(.4,0,.2,1)
}
.ip-neighborhood__featured-videos-nav-media img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    display:block
}
.ip-neighborhood__featured-videos-nav-media .play-icon--sm{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    width:48px;
    height:48px;
    border:1px solid #ffffff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
    pointer-events:none
}
.ip-neighborhood__featured-videos-nav-btn:hover .ip-neighborhood__featured-videos-nav-media:after,.ip-neighborhood__featured-videos-nav-btn:focus-visible .ip-neighborhood__featured-videos-nav-media:after{
    background:#00000059
}
.ip-neighborhood__featured-videos-cta{
    display:flex;
    justify-content:center
}
.ip-neighborhood__active-listings{
    position:relative;
    overflow:hidden
}
.ip-neighborhood__active-listings-bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:0
}
.ip-neighborhood__active-listings-bg:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#938c82e6;
    pointer-events:none;
    z-index:2
}
.ip-neighborhood__active-listings-bg-img{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    position:relative;
    z-index:0
}
.ip-neighborhood__active-listings-inner{
    position:relative;
    z-index:1;
    max-width:1600px;
    margin:0 auto;
    padding:70px 20px 80px
}
.ip-neighborhood__active-listings-corner{
    position:absolute;
    width:60px;
    height:60px;
    pointer-events:none
}
.ip-neighborhood__active-listings-corner--tl{
    left:20px;
    top:62px
}
.ip-neighborhood__active-listings-corner--tl:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-left:1px solid rgba(255,255,255,.2);
    border-top:1px solid rgba(255,255,255,.2);
    pointer-events:none
}
.ip-neighborhood__active-listings-corner--br{
    right:20px;
    bottom:40px;
    transform:rotate(180deg)
}
.ip-neighborhood__active-listings-corner--br:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-left:1px solid rgba(255,255,255,.2);
    border-top:1px solid rgba(255,255,255,.2);
    pointer-events:none
}
.ip-neighborhood__active-listings-title{
    max-width:386px;
    margin:0 auto 40px
}
.ip-neighborhood__active-listings-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    max-width:1160px;
    margin:0 auto
}
.ip-neighborhood__active-listings-item{
    width:100%;
    max-width:380px
}
.ip-neighborhood__active-listings-link{
    display:block;
    position:relative;
    width:100%;
    text-decoration:none;
    color:inherit
}
.ip-neighborhood__active-listings-media{
    position:relative;
    width:100%;
    overflow:hidden;
    aspect-ratio:380/293;
    background-color:#1e1e1e
}
.ip-neighborhood__active-listings-media canvas{
    width:100%;
    display:block
}
.ip-neighborhood__active-listings-media img{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    max-width:none;
    -o-object-fit:cover;
    object-fit:cover;
    transition:var(--default-transition)
}
.ip-neighborhood__active-listings-media:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:linear-gradient(180deg,#6660 29.01%,#000 112.97%);
    z-index:2;
    pointer-events:none
}
.ip-neighborhood__active-listings-desc{
    position:absolute;
    left:0;
    bottom:0;
    z-index:10;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:0 4.73684211% 12.10526316%;
    color:var(--light);
    pointer-events:none;
    transition:var(--default-transition)
}
.ip-neighborhood__active-listings-desc:before{
    content:"";
    position:absolute;
    left:0;
    bottom:8.19112628%;
    width:28.42105263%;
    height:1px;
    background:var(--light);
    opacity:.2;
    transition:var(--default-transition)
}
.ip-neighborhood__active-listings-price{
    font-size:19px;
    font-weight:500;
    letter-spacing:2px;
    display:block;
    margin-bottom:0;
    max-width:261px;
    width:68.68421053%;
    max-height:0;
    opacity:0;
    color:#fff;
    transition:var(--default-transition)
}
.ip-neighborhood__active-listings-address{
    display:block;
    font-family:Baskervville,serif;
    font-size:18px;
    font-weight:400;
    line-height:normal;
    text-transform:uppercase;
    color:#fff;
    max-width:261px;
    width:68.68421053%;
    margin-bottom:4px
}
.ip-neighborhood__active-listings-city{
    display:block;
    font-family:Inter,sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:normal;
    color:#fff;
    max-width:261px;
    width:68.68421053%
}
.ip-neighborhood__active-listings-more{
    font-size:12px;
    letter-spacing:2px;
    line-height:normal;
    text-transform:uppercase;
    position:absolute;
    bottom:11.26279863%;
    color:#fff;
    opacity:0;
    transition:var(--default-transition)
}
.ip-neighborhood__active-listings-btn{
    position:absolute;
    right:4.73684211%;
    bottom:11.26279863%;
    opacity:0;
    padding:3.94736842% 2.63157895%;
    width:33.15789474%;
    transition:var(--default-transition);
    font-size:6.5px
}
.ip-neighborhood__active-listings-link:hover .ip-neighborhood__active-listings-media img,.ip-neighborhood__active-listings-link:focus-visible .ip-neighborhood__active-listings-media img{
    width:150%
}
.ip-neighborhood__active-listings-link:hover .ip-neighborhood__active-listings-desc,.ip-neighborhood__active-listings-link:focus-visible .ip-neighborhood__active-listings-desc{
    padding-bottom:17.89473684%
}
.ip-neighborhood__active-listings-link:hover .ip-neighborhood__active-listings-desc:before,.ip-neighborhood__active-listings-link:focus-visible .ip-neighborhood__active-listings-desc:before{
    opacity:1;
    width:62.36842105%;
    bottom:18.43003413%
}
.ip-neighborhood__active-listings-link:hover .ip-neighborhood__active-listings-price,.ip-neighborhood__active-listings-link:focus-visible .ip-neighborhood__active-listings-price{
    margin-bottom:10px;
    max-height:15px;
    opacity:1
}
.ip-neighborhood__active-listings-link:hover .ip-neighborhood__active-listings-more,.ip-neighborhood__active-listings-link:focus-visible .ip-neighborhood__active-listings-more,.ip-neighborhood__active-listings-link:hover .ip-neighborhood__active-listings-btn,.ip-neighborhood__active-listings-link:focus-visible .ip-neighborhood__active-listings-btn{
    opacity:1
}
.ip-neighborhood__active-listings-cta{
    display:flex;
    justify-content:center;
    margin-top:40px
}
.ip-neighborhood__market-statistics{
    position:relative;
    background-color:#fff;
    overflow:hidden
}
.ip-neighborhood__market-statistics-corner{
    position:absolute;
    left:20px;
    top:40px;
    width:60px;
    height:60px;
    z-index:1;
    pointer-events:none
}
.ip-neighborhood__market-statistics-corner:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    border-left:1px solid rgba(0,0,0,.2);
    border-top:1px solid rgba(0,0,0,.2);
    pointer-events:none
}
.ip-neighborhood__market-statistics-inner{
    position:relative;
    z-index:1;
    max-width:1600px;
    margin:0 auto;
    padding:60px 20px 64px
}
.ip-neighborhood__market-statistics-title{
    margin-bottom:40px
}
.ip-neighborhood__market-statistics-grid{
    display:grid;
    grid-template-columns:1fr;
    justify-content:center;
    gap:24px;
    max-width:1248px;
    margin:0 auto
}
.ip-neighborhood__market-statistics-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    width:100%;
    max-width:282px;
    min-height:233px;
    margin:0 auto;
    padding:36px 26px;
    border:1px solid #837e76;
    text-align:center
}
.ip-neighborhood__market-statistics-card-title{
    font-family:Baskervville,serif;
    font-size:22px;
    font-weight:500;
    line-height:1.2;
    text-transform:uppercase;
    color:#1e1e1e;
    margin:0 0 12px;
    flex-shrink:0
}
.ip-neighborhood__market-statistics-card-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    margin-bottom:12px;
    flex-shrink:0
}
.ip-neighborhood__market-statistics-card-icon img{
    display:block;
    width:auto;
    height:auto
}
.ip-neighborhood__market-statistics-card-icon--dollar img{
    width:24px;
    height:48px
}
.ip-neighborhood__market-statistics-card-icon--calendar img{
    width:44px;
    height:49px
}
.ip-neighborhood__market-statistics-card-icon--house img{
    width:46px;
    height:38px
}
.ip-neighborhood__market-statistics-card-rows{
    width:100%;
    margin:auto 0 0;
    display:flex;
    flex-direction:column;
    gap:10px
}
.ip-neighborhood__market-statistics-card-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    margin:0
}
.ip-neighborhood__market-statistics-card-row dt,.ip-neighborhood__market-statistics-card-row dd{
    margin:0
}
.ip-neighborhood__market-statistics-card-row dt{
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:normal;
    text-transform:uppercase;
    color:#1e1e1e
}
.ip-neighborhood__market-statistics-card-row dd{
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:normal;
    text-transform:uppercase;
    color:#1e1e1e
}
.ip-neighborhood__market-statistics-card-percent{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:83px;
    height:83px;
    margin:auto 0;
    flex-shrink:0
}
.ip-neighborhood__market-statistics-card-percent img{
    display:block;
    width:83px;
    height:83px
}
.ip-neighborhood__market-statistics-card-percent-value{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-family:Inter,sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:normal;
    color:#1e1e1e
}
.ip-neighborhood__market-statistics-footer{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:24px;
    margin-top:40px
}
.ip-neighborhood__market-statistics-footer .hp-btn{
    flex-shrink:0
}
.ip-neighborhood__market-statistics-disclaimer{
    max-width:420px
}
.ip-neighborhood__market-statistics-disclaimer-note{
    font-family:Baskervville,serif;
    font-size:16px;
    font-style:italic;
    font-weight:400;
    line-height:normal;
    color:#838383;
    margin:0 0 8px
}
.ip-neighborhood__market-statistics-disclaimer-label{
    font-family:Inter,sans-serif;
    font-size:14px;
    font-weight:600;
    line-height:normal;
    text-transform:uppercase;
    color:#938c82;
    margin:0
}
.ip-neighborhood__market-statistics-graphs {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}
.ip-neighborhood__market-statistics-graphs.is-active {
    visibility: visible;
    opacity: 1;
    height: auto;
    pointer-events: auto;
}
.ip-neighborhood__market-statistics-graphs > div > div:nth-child(1) {
    display: none;
}
.ip-neighborhood__market-statistics-graphs > div > div:nth-child(2) .ihf-market-report > div:nth-child(1),
.ip-neighborhood__market-statistics-graphs > div > div:nth-child(2) .ihf-market-report > div:nth-child(2),
.ip-neighborhood__market-statistics-graphs > div > div:nth-child(2) .ihf-market-report > div:nth-child(3),
.ip-neighborhood__market-statistics-graphs > div > div:nth-child(2) .ihf-market-report > .ihf-listings-main-container,
.ip-neighborhood__market-statistics-graphs > div > div:nth-child(2) #ihf-board-disclaimers {
    display: none;
}

.ip-neighborhood__market-statistics-graphs #ihf-main-container .ihf-chart-container {
    width: 100%;
}

.ip-neighborhood__market-statistics-graphs #ihf-main-container .ihf-chart-content .ihf-chart-title {
    color: var(--font-color-title);
    font-family: var(--font-family-title);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 0;
    margin-bottom: 10px;
}

.ip-neighborhood__market-statistics-graphs #ihf-main-container g.tick text tspan {
    color: var(--font-color-title);
    fill: var(--font-color-title);
    font-family: var(--font-family-default);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.ip-neighborhood__market-statistics-graphs #ihf-main-container .c3-axis-x g.tick text tspan {
    text-transform: none;
}

.ip-neighborhood__market-statistics-graphs #ihf-main-container .c3-axis-x path.domain,
.ip-neighborhood__market-statistics-graphs #ihf-main-container .c3-grid line {
    stroke-width: 1px;
    stroke: #000;
}

.ip-neighborhood__market-statistics-graphs #ihf-main-container g.c3-chart-bars>.c3-chart-bar:nth-child(1) .c3-bar {
    fill: var(--primary) !important;
}

.ip-neighborhood__market-statistics-graphs #ihf-main-container g.c3-chart-bars>.c3-chart-bar:nth-child(2) .c3-bar {
    fill: #C7C4C1 !important;
}

.ip-neighborhood__featured-sales{
    position:relative;
    overflow:hidden;
    background-color:#fbf9f7
}
.ip-neighborhood__featured-sales-accent{
    position:absolute;
    left:20px;
    top:40px;
    width:60px;
    height:60px;
    z-index:1;
    pointer-events:none
}
.ip-neighborhood__featured-sales-accent img{
    display:block;
    width:100%;
    height:100%
}
.ip-neighborhood__featured-sales-address{
    font-family:Baskervville,serif;
    font-style:italic;
    font-size:16px;
    font-weight:400;
    line-height:normal;
    color:#1e1e1e;
    margin:0
}
.ip-neighborhood__featured-sales-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:18px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
    transition:opacity .3s cubic-bezier(.4,0,.2,1)
}
.ip-neighborhood__featured-sales-arrow:focus-visible{
    outline:2px solid #1e1e1e;
    outline-offset:2px
}
.ip-neighborhood__featured-sales-arrow img{
    display:block;
    width:24px;
    height:18px
}
.ip-neighborhood__featured-sales-arrow--next{
    opacity:.5
}
.ip-neighborhood__featured-sales-arrow--prev{
    opacity:1
}
.ip-neighborhood__featured-sales-arrow--prev img{
    transform:rotate(180deg)
}
.ip-neighborhood__featured-sales-arrow.slick-disabled{
    opacity:.25;
    cursor:not-allowed
}
.ip-neighborhood__featured-sales-arrow--prev:hover,.ip-neighborhood__featured-sales-arrow--prev:focus-visible,.ip-neighborhood__featured-sales-arrow--next:hover,.ip-neighborhood__featured-sales-arrow--next:focus-visible{
    opacity:1
}
.ip-neighborhood__featured-sales-arrows{
    display:flex;
    align-items:center;
    gap:62px
}
.ip-neighborhood__featured-sales-content{
    display:flex;
    flex-direction:column;
    gap:35px;
    width:100%
}
.ip-neighborhood__featured-sales-controls{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:32px
}
.ip-neighborhood__featured-sales-divider{
    display:block;
    width:100%;
    max-width:411px;
    height:1px
}
.ip-neighborhood__featured-sales-frame{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:2
}
.ip-neighborhood__featured-sales-frame-wrap{
    position:relative;
    width:100%;
    aspect-ratio:896/546
}
.ip-neighborhood__featured-sales-inner{
    position:relative;
    z-index:2;
    max-width:1600px;
    margin:0 auto;
    padding:40px 20px 60px;
    display:flex;
    flex-direction:column;
    gap:40px
}
.ip-neighborhood__featured-sales-media{
    position:relative;
    width:100%
}
.ip-neighborhood__featured-sales-slide.post,#content .ip-neighborhood__featured-sales-slide.post{
    margin:0;
    padding:0
}
.ip-neighborhood__featured-sales-slide-inner.post-thumbnail,#content .ip-neighborhood__featured-sales-slide-inner.post-thumbnail{
    margin:0;
    float:none
}
#content .ip-neighborhood__featured-sales-slide-img{
    max-width:none;
    height:100%
}
.ip-neighborhood__featured-sales-slide-img{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    max-width:none;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    display:block
}
.ip-neighborhood__featured-sales-slide-inner{
    position:relative;
    width:100%;
    height:100%;
    min-height:100%;
    overflow:hidden
}
.ip-neighborhood__featured-sales-slider{
    position:absolute;
    top:3.66%;
    right:2.23%;
    bottom:3.66%;
    left:2.23%;
    z-index:1;
    overflow:hidden
}
.ip-neighborhood__featured-sales-slider.slick-slider{
    position:absolute;
    top:3.66%;
    right:2.23%;
    bottom:3.66%;
    left:2.23%
}
.ip-neighborhood__featured-sales-specs{
    font-family:Inter,sans-serif;
    font-size:13px;
    font-weight:300;
    line-height:26px;
    color:#1e1e1e;
    margin:0
}
.ip-neighborhood__featured-sales-text{
    display:flex;
    flex-direction:column;
    gap:23px
}
.ip-neighborhood__featured-sales-title{
    margin:0;
    text-align:left
}
.ip-neighborhood__featured-sales-title.section-title{
    text-align:left
}
.ip-neighborhood__featured-sales-slider .slick-list,.ip-neighborhood__featured-sales-slider .slick-track,.ip-neighborhood__featured-sales-slider .slick-slide,.ip-neighborhood__featured-sales-slider .slick-slide>div,.ip-neighborhood__featured-sales-slide{
    height:100%
}
.ip-neighborhood__ctas{
    position:relative;
    overflow:hidden;
    background-color:#fbf9f7
}
.ip-neighborhood__ctas-inner{
    max-width:1600px;
    margin:0 auto;
    padding:40px 20px 60px
}
.ip-neighborhood__ctas-list{
    display:flex;
    flex-direction:column;
    gap:34px;
    max-width:1256px;
    margin:0;
    padding:0;
    list-style:none
}
.ip-neighborhood__ctas-item{
    position:relative;
    min-height:132px;
    padding-bottom:24px
}
.ip-neighborhood__ctas-item-link{
    display:flex;
    flex-direction:column;
    gap:20px;
    width:100%;
    text-decoration:none;
    color:inherit;
    cursor:pointer
}
.ip-neighborhood__ctas-item-link:focus-visible{
    outline:2px solid #1e1e1e;
    outline-offset:2px
}
.ip-neighborhood__ctas-item-title{
    flex:0 0 auto;
    width:100%;
    max-width:370px;
    margin:0;
    text-align:left
}
.ip-neighborhood__ctas-item-title.section-title{
    text-align:left
}
.ip-neighborhood__ctas-item-text{
    flex:1 1 auto;
    width:100%;
    max-width:590px;
    margin:0;
    font-family:Inter,sans-serif;
    font-size:16px;
    font-weight:300;
    line-height:26px;
    letter-spacing:.5px;
    color:#1e1e1e
}
.ip-neighborhood__ctas-item-divider{
    position:absolute;
    left:5px;
    bottom:0;
    width:calc(100% - 5px);
    max-width:1251px;
    height:1px;
    display:block;
    pointer-events:none
}
.ip-neighborhood__featured-blogs{
    position:relative;
    overflow:hidden;
    background-color:#fff
}
.ip-neighborhood__featured-blogs-bg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:0
}
.ip-neighborhood__featured-blogs-bg:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:#fff;
    pointer-events:none;
    z-index:2
}
.ip-neighborhood__featured-blogs-bg-img{
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    position:relative;
    z-index:0
}
.ip-neighborhood__featured-blogs-accent{
    position:absolute;
    right:20px;
    bottom:40px;
    width:60px;
    height:60px;
    z-index:3;
    pointer-events:none;
    transform:rotate(180deg)
}
.ip-neighborhood__featured-blogs-accent img{
    display:block;
    width:100%;
    height:100%
}
.ip-neighborhood__featured-blogs-inner{
    position:relative;
    z-index:2;
    max-width:1600px;
    margin:0 auto;
    padding:40px 20px 60px;
    display:flex;
    flex-direction:column;
    gap:40px;
    align-items:center
}
.ip-neighborhood__featured-blogs-media{
    position:relative;
    width:100%;
    max-width:582px;
    flex-shrink:0
}
.ip-neighborhood__featured-blogs-media-slider{
    position:relative;
    width:100%;
    overflow:hidden
}
.ip-neighborhood__featured-blogs-slide.post,#content .ip-neighborhood__featured-blogs-slide.post{
    margin:0;
    padding:0
}
.ip-neighborhood__featured-blogs-slide-inner.post-thumbnail{
    position:relative;
    width:100%;
    aspect-ratio:582/661;
    overflow:hidden;
    margin:0;
    float:none
}
#content .ip-neighborhood__featured-blogs-slide-inner.post-thumbnail{
    margin:0;
    float:none
}
.ip-neighborhood__featured-blogs-slide-inner canvas{
    width:100%;
    display:block
}
.ip-neighborhood__featured-blogs-slide-img{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    max-width:none;
    -o-object-fit:cover;
    object-fit:cover;
    display:block
}
#content .ip-neighborhood__featured-blogs-slide-img{
    max-width:none;
    height:100%
}
.ip-neighborhood__featured-blogs-media-slider .slick-list,.ip-neighborhood__featured-blogs-media-slider .slick-track,.ip-neighborhood__featured-blogs-media-slider .slick-slide,.ip-neighborhood__featured-blogs-media-slider .slick-slide>div,.ip-neighborhood__featured-blogs-slide{
    height:100%
}
.ip-neighborhood__featured-blogs-content{
    display:flex;
    flex-direction:column;
    width:100%;
    max-width:725px
}
.ip-neighborhood__featured-blogs-title{
    margin:0 0 35px;
    text-align:left
}
.ip-neighborhood__featured-blogs-title.section-title{
    text-align:left
}
.ip-neighborhood__featured-blogs-list{
    display:flex;
    flex-direction:column;
    gap:23px;
    margin:0 0 40px;
    padding:0;
    list-style:none;
    width:100%
}
.ip-neighborhood__featured-blogs-item{
    position:relative;
    min-height:66px;
    padding-bottom:1px
}
.ip-neighborhood__featured-blogs-item-link{
    display:block;
    text-decoration:none;
    color:inherit;
    padding-bottom:12px
}
.ip-neighborhood__featured-blogs-item-title{
    font-family:Baskervville,serif;
    font-size:18px;
    font-weight:400;
    line-height:normal;
    text-transform:uppercase;
    color:#1e1e1e;
    margin:0 0 12px
}
.ip-neighborhood__featured-blogs-item-meta{
    font-family:Inter,sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:normal;
    letter-spacing:1.2px;
    color:#838383;
    margin:0
}
.ip-neighborhood__featured-blogs-item-divider{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    max-width:725px;
    height:1px;
    display:block;
    pointer-events:none
}
.ip-neighborhood__featured-blogs-footer{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:32px
}
.ip-neighborhood__featured-blogs-arrows{
    display:flex;
    align-items:center;
    gap:42px
}
.ip-neighborhood__featured-blogs-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:38px;
    padding:0;
    border:0;
    background:transparent;
    cursor:pointer;
    transition:opacity .3s cubic-bezier(.4,0,.2,1)
}
.ip-neighborhood__featured-blogs-arrow:focus-visible{
    outline:2px solid #1e1e1e;
    outline-offset:2px
}
.ip-neighborhood__featured-blogs-arrow img{
    display:block;
    width:44px;
    height:38px
}
.ip-neighborhood__featured-blogs-arrow--prev{
    opacity:.5
}
.ip-neighborhood__featured-blogs-arrow--next{
    opacity:1
}
.ip-neighborhood__featured-blogs-arrow.slick-disabled{
    opacity:.25;
    cursor:not-allowed
}
.ip-neighborhood__featured-blogs-arrow--prev:hover,.ip-neighborhood__featured-blogs-arrow--prev:focus-visible,.ip-neighborhood__featured-blogs-arrow--next:hover,.ip-neighborhood__featured-blogs-arrow--next:focus-visible{
    opacity:1
}
@media screen and (min-width:568px){
    .ip-neighborhood__active-listings-more{
        letter-spacing:1px
    }
    .ip-neighborhood__active-listings-btn{
        font-size:7px
    }
}
@media screen and (min-width:600px){
    .ip-neighborhood__about-inner{
        padding:48px 32px 64px
    }
    .ip-neighborhood__about-header{
        min-height:80px;
        margin-bottom:22px
    }
    .ip-neighborhood__about-corner{
        width:72px;
        height:72px
    }
    .ip-neighborhood__about-breadcrumbs{
        left:48px;
        top:38px
    }
    .ip-neighborhood__about-heading{
        font-size:42px
    }
    .ip-neighborhood__about-location{
        font-size:22px
    }
    .ip-neighborhood__featured-videos-inner{
        padding:80px 32px 96px
    }
    .ip-neighborhood__featured-videos-corner{
        width:72px;
        height:72px
    }
    .ip-neighborhood__featured-videos-corner--tl{
        left:32px
    }
    .ip-neighborhood__featured-videos-main-media .play-icon{
        width:90px;
        height:90px;
        font-size:22px
    }
    .ip-neighborhood__active-listings-inner{
        padding:80px 32px 96px
    }
    .ip-neighborhood__active-listings-corner{
        width:72px;
        height:72px
    }
    .ip-neighborhood__active-listings-corner--tl{
        left:32px
    }
    .ip-neighborhood__active-listings-item{
        width:calc(50% - 5px);
        max-width:none
    }
    .ip-neighborhood__market-statistics-corner{
        width:72px;
        height:72px
    }
    .ip-neighborhood__market-statistics-inner{
        padding:80px 32px 88px
    }
    .ip-neighborhood__market-statistics-grid{
        grid-template-columns:repeat(2,minmax(0,282px));
        gap:28px
    }
    .ip-neighborhood__featured-sales-accent{
        width:72px;
        height:72px
    }
    .ip-neighborhood__featured-sales-address{
        font-size:18px
    }
    .ip-neighborhood__featured-sales-inner{
        padding:48px 32px 64px
    }
    .ip-neighborhood__featured-sales-specs{
        font-size:14px
    }
    .ip-neighborhood__ctas-inner{
        padding:48px 32px 64px
    }
    .ip-neighborhood__featured-blogs-accent{
        width:72px;
        height:72px
    }
    .ip-neighborhood__featured-blogs-inner{
        padding:48px 32px 64px
    }
}
@media screen and (min-width:744px){
    .ip-neighborhood__about-inner{
        padding:52px 48px 72px
    }
    .ip-neighborhood__about-header{
        min-height:89px;
        margin-bottom:23px
    }
    .ip-neighborhood__about-corner{
        width:89px;
        height:89px
    }
    .ip-neighborhood__about-breadcrumbs{
        left:57px;
        top:43px
    }
    .ip-neighborhood__about-title{
        margin-bottom:40px
    }
    .ip-neighborhood__about-heading{
        font-size:48px
    }
    .ip-neighborhood__about-location{
        font-size:25px
    }
    .ip-neighborhood__featured-videos-inner{
        padding:90px 48px 108px
    }
    .ip-neighborhood__featured-videos-corner{
        width:89px;
        height:89px
    }
    .ip-neighborhood__featured-videos-title{
        margin-bottom:48px
    }
    .ip-neighborhood__featured-videos-caption{
        font-size:18px;
        padding-bottom:28px
    }
    .ip-neighborhood__active-listings-inner{
        padding:90px 48px 108px
    }
    .ip-neighborhood__active-listings-corner{
        width:89px;
        height:89px
    }
    .ip-neighborhood__active-listings-title{
        margin-bottom:48px
    }
    .ip-neighborhood__active-listings-address{
        font-size:20px
    }
    .ip-neighborhood__active-listings-cta{
        margin-top:48px
    }
    .ip-neighborhood__market-statistics-inner{
        padding:90px 48px 96px
    }
    .ip-neighborhood__market-statistics-title{
        margin-bottom:48px
    }
    .ip-neighborhood__market-statistics-card-title{
        font-size:28px
    }
    .ip-neighborhood__market-statistics-card-row dt,.ip-neighborhood__market-statistics-card-row dd{
        font-size:18px
    }
    .ip-neighborhood__market-statistics-footer{
        flex-direction:row;
        align-items:flex-end;
        justify-content:space-between;
        gap:32px;
        margin-top:48px
    }
    .ip-neighborhood__market-statistics-disclaimer-note{
        font-size:18px
    }
    .ip-neighborhood__featured-sales-address{
        font-size:20px
    }
    .ip-neighborhood__featured-sales-content{
        flex:0 0 42%;
        max-width:492px
    }
    .ip-neighborhood__featured-sales-controls{
        gap:48px
    }
    .ip-neighborhood__featured-sales-inner{
        padding:52px 48px 72px;
        flex-direction:row;
        align-items:center;
        gap:48px
    }
    .ip-neighborhood__featured-sales-media{
        flex:1 1 56%
    }
    .ip-neighborhood__featured-sales-specs{
        font-size:15px
    }
    .ip-neighborhood__ctas-inner{
        padding:52px 48px 72px
    }
    .ip-neighborhood__ctas-item-link{
        flex-direction:row;
        align-items:flex-start;
        gap:0
    }
    .ip-neighborhood__ctas-item-text{
        padding-top:25px;
        margin-left:auto
    }
    .ip-neighborhood__featured-blogs-inner{
        padding:52px 48px 72px;
        flex-direction:row;
        align-items:center;
        gap:48px
    }
    .ip-neighborhood__featured-blogs-content{
        flex:1 1 auto;
        min-width:0
    }
    .ip-neighborhood__featured-blogs-item-title{
        font-size:20px
    }
    .ip-neighborhood__featured-blogs-footer{
        gap:48px
    }
}
@media screen and (min-width:768px){
    .ip-neighborhood__active-listings-price{
        font-size:17px
    }
    .ip-neighborhood__active-listings-more{
        font-size:6px
    }
    .ip-neighborhood__active-listings-btn{
        font-size:8px;
        padding:3.94736842% 1.31578947%
    }
}
@media screen and (min-width:992px){
    .ip-neighborhood__active-listings-price{
        font-size:min(1.438vw,19px);
        letter-spacing:min(.063vw,2px)
    }
    .ip-neighborhood__active-listings-more{
        font-size:min(1vw,12px);
        letter-spacing:min(.125vw,2px)
    }
    .ip-neighborhood__active-listings-btn{
        font-size:min(.625vw,10px)
    }
    .ip-neighborhood__active-listings-link:hover .ip-neighborhood__active-listings-price,.ip-neighborhood__active-listings-link:focus-visible .ip-neighborhood__active-listings-price{
        margin-bottom:min(.75vw,10px)
    }
}
@media screen and (min-width:1024px){
    .ip-neighborhood__featured-sales-controls{
        gap:72px
    }
    .ip-neighborhood__featured-sales-inner,.ip-neighborhood__featured-blogs-inner{
        gap:60px;
        padding:60px 64px 80px
    }
    .ip-neighborhood__market-statistics-graphs #ihf-main-container .ihf-chart-container {
        width: 50%;
    }
}
@media screen and (min-width:1200px){
    .ip-neighborhood__about-body{
        flex-direction:row;
        align-items:flex-start;
        justify-content:space-between;
        gap:48px
    }
    .ip-neighborhood__about-text{
        order:1;
        flex:0 1 544px;
        padding-top:72px
    }
    .ip-neighborhood__about-media{
        order:2;
        flex:0 1 min(51.875vw,830px);
        margin:0;
        max-width:none;
        width:min(51.875vw,830px)
    }
    .ip-neighborhood__featured-videos-stage{
        flex-direction:row;
        align-items:flex-start;
        justify-content:center;
        gap:48px;
        margin-bottom:48px
    }
    .ip-neighborhood__featured-videos-main{
        flex:1 1 0;
        min-width:0;
        max-width:min(62.375vw,998px)
    }
    .ip-neighborhood__featured-videos-main-link{
        height:100%
    }
    .ip-neighborhood__featured-videos-main-slider{
        height:545px
    }
    .ip-neighborhood__featured-videos-main-slider .slick-list,.ip-neighborhood__featured-videos-main-slider .slick-track,.ip-neighborhood__featured-videos-main-slider .slick-slide,.ip-neighborhood__featured-videos-main-slider .slick-slide>div{
        height:545px!important
    }
    .ip-neighborhood__featured-videos-main-media{
        height:545px;
        aspect-ratio:auto
    }
    .ip-neighborhood__featured-videos-nav{
        flex:0 0 180px;
        width:180px;
        max-width:none
    }
    .ip-neighborhood__featured-videos-nav-slider{
        height:545px
    }
    .ip-neighborhood__featured-videos-nav-slider .slick-list{
        height:545px!important
    }
    .ip-neighborhood__featured-videos-nav-slider .slick-slide{
        height:175px
    }
    .ip-neighborhood__featured-videos-nav-media{
        height:175px;
        aspect-ratio:auto
    }
    .ip-neighborhood__active-listings-item{
        width:calc(33.333% - 6.667px)
    }
    .ip-neighborhood__market-statistics-grid{
        grid-template-columns:repeat(4,minmax(0,282px));
        gap:36px
    }
}
@media screen and (min-width:1280px){
    .ip-neighborhood__about-inner{
        padding:62px 85px 128px 66px
    }
    .ip-neighborhood__about-title{
        margin-bottom:48px
    }
    .ip-neighborhood__about-heading{
        font-size:60px
    }
    .ip-neighborhood__about-body{
        gap:60px
    }
    .ip-neighborhood__featured-videos-inner{
        padding:96px 85px 128px 66px
    }
    .ip-neighborhood__featured-videos-corner--tl{
        left:66px
    }
    .ip-neighborhood__featured-videos-corner--br{
        right:85px
    }
    .ip-neighborhood__featured-videos-title{
        margin-bottom:56px
    }
    .ip-neighborhood__featured-videos-stage{
        gap:60px;
        margin-bottom:56px
    }
    .ip-neighborhood__featured-videos-main-media .play-icon{
        width:112px;
        height:112px;
        font-size:26px
    }
    .ip-neighborhood__featured-videos-caption{
        font-size:20px;
        padding-bottom:32px
    }
    .ip-neighborhood__active-listings-inner{
        padding:96px 85px 128px 66px
    }
    .ip-neighborhood__active-listings-corner--tl{
        left:66px
    }
    .ip-neighborhood__active-listings-corner--br{
        right:85px
    }
    .ip-neighborhood__active-listings-title{
        margin-bottom:56px
    }
    .ip-neighborhood__active-listings-cta{
        margin-top:56px
    }
    .ip-neighborhood__market-statistics-corner{
        left:66px;
        top:62px;
        width:89px;
        height:89px
    }
    .ip-neighborhood__market-statistics-inner{
        padding:106px 85px 112px 66px
    }
    .ip-neighborhood__market-statistics-title{
        margin-bottom:56px
    }
    .ip-neighborhood__market-statistics-footer{
        margin-top:56px
    }
    .ip-neighborhood__featured-sales{
        min-height:757px
    }
    .ip-neighborhood__featured-sales-accent{
        left:66px;
        top:62px;
        width:89px;
        height:89px
    }
    .ip-neighborhood__featured-sales-content{
        flex:0 0 492px;
        max-width:492px
    }
    .ip-neighborhood__featured-sales-controls{
        gap:97px
    }
    .ip-neighborhood__featured-sales-inner{
        min-height:757px;
        padding:105px 32px 105px 166px;
        gap:78px
    }
    .ip-neighborhood__featured-sales-media{
        flex:1 1 auto;
        min-width:0;
        max-width:896px
    }
    .ip-neighborhood__ctas-inner{
        padding:62px 32px 80px 162px
    }
    .ip-neighborhood__featured-blogs{
        min-height:853px
    }
    .ip-neighborhood__featured-blogs-accent{
        right:66px;
        bottom:62px;
        width:89px;
        height:89px
    }
    .ip-neighborhood__featured-blogs-inner{
        min-height:853px;
        padding:96px 32px 96px 66px;
        gap:78px
    }
    .ip-neighborhood__featured-blogs-footer{
        gap:97px
    }
}
@media(max-width:743px){
    .ip-neighborhood__featured-sales-content{
        align-items:center;
        text-align:center;
        margin:0 auto
    }
    .ip-neighborhood__featured-sales-controls{
        justify-content:center
    }
    .ip-neighborhood__featured-sales-divider{
        margin-left:auto;
        margin-right:auto
    }
    .ip-neighborhood__featured-sales-text{
        align-items:center
    }
    .ip-neighborhood__featured-sales-title,.ip-neighborhood__featured-sales-title.section-title{
        text-align:center
    }
    .ip-neighborhood__ctas-item-link{
        align-items:center;
        text-align:center
    }
    .ip-neighborhood__ctas-item-title,.ip-neighborhood__ctas-item-title.section-title,.ip-neighborhood__featured-blogs-title,.ip-neighborhood__featured-blogs-title.section-title{
        text-align:center
    }
}
 .ip-neighborhood__featured-sales-text{
    width:100%
}
@media (max-width:743px){
    .ip-neighborhood__featured-sales-text{
        align-items:center
    }
}
.ip-neighborhood__featured-sales-text-slider{
    width:100%
}
.ip-neighborhood__featured-sales-text-slider:not(.slick-initialized) .ip-neighborhood__featured-sales-text-slide:not(:first-child){
    display:none
}
.ip-neighborhood__featured-sales-text-slide{
    display:flex;
    flex-direction:column;
    gap:23px
}
@media (max-width:743px){
    .ip-neighborhood__featured-sales-text-slide{
        align-items:center
    }
}
