abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
    outline: 0;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline-color: rgb(77, 144, 254);
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
}
button {
    background: transparent;
    outline: 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}
button:focus {
    outline-color: rgb(77, 144, 254);
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 2px;
}
ins {
    background-color: rgb(255, 255, 153);
    color: rgb(0, 0, 0);
    text-decoration: none;
}
mark {
    background-color: rgb(255, 255, 153);
    color: rgb(0, 0, 0);
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(204, 204, 204);
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
@font-face {
    font-family: "F37Saint-Bold";
    src: url("../.fonts/F37Saint-Bold.woff2") format("woff2"), url("../.fonts/F37Saint-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "F37Saint-Light";
    src: url("../.fonts/F37Saint-Light.woff2") format("woff2"), url("../.fonts/F37Saint-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Queens_W-Thin";
    src: url("../.fonts/Queens_W-Thin.woff2") format("woff2"), url("../.fonts/Queens_W-Thin.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body,
html {
    font-size: 62.5%;
    font-family: "F37Saint-Light", sans-serif;
    font-weight: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: grayscale;
}
.neo_btn {
    border: 1px solid #f0edea;
    background: transparent;
    padding: 15px 30px;
    display: inline-block;
    line-height: 1;
    color: #f0edea;
    min-width: 150px;
    min-height: 45px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font-family: "F37Saint-Bold";
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.neo_btn > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.neo_btn > svg {
    display: inline-block;
    vertical-align: middle;
}
.neo_btn > svg > path {
    fill: #f0edea;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.neo_btn:focus,
.neo_btn:hover {
    background: #f0edea;
    color: rgb(52, 62, 72);
}
.neo_btn:focus > svg > path,
.neo_btn:hover > svg > path {
    fill: rgb(52, 62, 72);
}
.neo_btn._btn2 {
    background: transparent;
    color: #f0edea;
    border-color: #f0edea;
}
.neo_btn._btn2 > svg > path {
    fill: #f0edea;
}
.neo_btn._btn2:focus,
.neo_btn._btn2:hover {
    background: #f0edea;
    color: rgb(52, 62, 72);
}
.neo_btn._btn2:focus > svg > path,
.neo_btn._btn2:hover > svg > path {
    fill: rgb(52, 62, 72);
}
.neo_back {
    margin-bottom: 75px;
    font-size: 16px;
    max-width: 175px;
}
.neo_back > img,
.neo_back > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 8px;
}
.neo_back:focus > img,
.neo_back:focus > svg,
.neo_back:hover > img,
.neo_back:hover > svg {
    -webkit-transform: rotate(180deg) translateX(3px);
    -moz-transform: rotate(180deg) translateX(3px);
    -ms-transform: rotate(180deg) translateX(3px);
    -o-transform: rotate(180deg) translateX(3px);
    transform: rotate(180deg) translateX(3px);
}
.neo_link {
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: rgb(240, 237, 234);
    line-height: 1;
}
.neo_link:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../_ui/_global/grfx-arrow-right-dark.svg);
    margin-left: 12px;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.neo_link:focus:after,
.neo_link:hover:after {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.screen-reader-text.skip-link:focus {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    left: 10px;
    top: 10px;
    z-index: 100000;
    display: inline-block;
    height: auto;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
    padding: 13px 35px;
    line-height: 1;
    border: 1.5px solid #f0edea;
    background: transparent;
    color: #f0edea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
body:not(._tabbing) a,
body:not(._tabbing) button {
    outline: none;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.neow3hide {
    display: none;
    visibility: hidden;
    overflow: initial;
}
img.lazy {
    display: block;
}
button.neolazy,
figure.neolazy {
    background-size: cover;
    background-position: center center;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}
button.neolazy:after,
button.neolazy:before,
figure.neolazy:after,
figure.neolazy:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
button.neolazy img,
figure.neolazy img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: block;
    width: 100%;
}
.neo_designed {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.neo_designed > svg {
    height: 20px;
}
.neo_designed > svg > g {
    fill: rgb(240, 237, 234);
}
body {
    font-size: 18px;
    color: rgb(52, 62, 72);
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-variant: initial;
    font-family: "F37Saint-Light";
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: initial;
    text-decoration: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgb(240, 237, 234);
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background: rgba(102, 128, 125, 0.95);
    outline: 1px solid rgba(102, 128, 125, 0.95);
}
._likeh1,
h1 {
    margin-bottom: 30px;
    font-style: normal;
    font-stretch: normal;
    font-variant: initial;
    letter-spacing: 0px;
    text-transform: initial;
    text-decoration: none;
    font-family: "Queens_W-Thin";
    font-size: 90px;
    font-weight: 100;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 90px;
}
@media screen and (max-width: 1480px) {
    ._likeh1,
    h1 {
        font-size: calc(90px + -40 * (100vw - 1480px) / -1100);
    }
}
@media screen and (max-width: 380px) {
    ._likeh1,
    h1 {
        font-size: 50px;
    }
}
._likeh2,
h2 {
    margin-bottom: 30px;
    font-style: normal;
    font-stretch: normal;
    font-variant: initial;
    letter-spacing: 0px;
    text-transform: initial;
    text-decoration: none;
    font-family: "Queens_W-Thin";
    font-size: 50px;
    font-weight: 100;
    line-height: 1.1;
    color: rgb(52, 62, 72);
    font-size: 50px;
}
@media screen and (max-width: 1480px) {
    ._likeh2,
    h2 {
        font-size: calc(50px + -5 * (100vw - 1480px) / -520);
    }
}
@media screen and (max-width: 960px) {
    ._likeh2,
    h2 {
        font-size: 45px;
    }
}
._likeh3,
h3 {
    margin-bottom: 8px;
    font-style: normal;
    font-stretch: normal;
    font-variant: initial;
    letter-spacing: 0px;
    text-transform: initial;
    text-decoration: none;
    font-family: "Queens_W-Thin";
    font-size: 30px;
    font-weight: 100;
    line-height: 1.1;
    color: rgb(52, 62, 72);
    font-size: 30px;
}
@media screen and (max-width: 1480px) {
    ._likeh3,
    h3 {
        font-size: calc(30px + -5 * (100vw - 1480px) / -520);
    }
}
@media screen and (max-width: 960px) {
    ._likeh3,
    h3 {
        font-size: 25px;
    }
}
._likeh4,
h4 {
    font-family: "F37Saint-Bold";
    font-size: 18px;
    font-weight: 700;
    color: rgb(52, 62, 72);
    text-transform: uppercase;
    font-size: 18px;
}
@media screen and (max-width: 1480px) {
    ._likeh4,
    h4 {
        font-size: calc(18px + -2 * (100vw - 1480px) / -520);
    }
}
@media screen and (max-width: 960px) {
    ._likeh4,
    h4 {
        font-size: 16px;
    }
}
._hcallout {
    font-style: normal;
    font-stretch: normal;
    font-variant: initial;
    text-transform: initial;
    text-decoration: none;
    font-family: "Queens_W-Thin";
    font-size: 30px;
    font-weight: 100;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
}
p {
    line-height: 1.3;
    margin-bottom: 25px;
}
p:last-of-type {
    margin-bottom: 0;
}
ul {
    display: block;
    list-style: none;
}
ul.stats_list > li > strong {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
ul.stats_list > li:not(:last-child) {
    margin-bottom: 35px;
}
a,
button {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
a:focus,
a:hover,
button:focus,
button:hover {
    color: rgb(52, 62, 72);
}
em {
    font-style: italic;
}
._center {
    text-align: center;
}
._notoppadding > div {
    padding-top: 0 !important;
}
._nobotpadding > div {
    padding-bottom: 0 !important;
}
._tan {
    background: rgb(240, 237, 234);
}
._brown {
    background: rgb(102, 128, 125);
}
._brown .neo_btn._btn2:focus,
._brown .neo_btn._btn2:hover {
    background: rgb(240, 237, 234);
    color: rgb(52, 62, 72);
}
._brown .neo_btn._btn2:focus > svg > path,
._brown .neo_btn._btn2:hover > svg > path {
    fill: rgb(52, 62, 72);
}
._blue {
    background: rgb(52, 62, 72);
}
._blue h2,
._blue h3,
._blue h4 {
    color: rgb(255, 255, 255);
}
._blue p {
    color: rgb(240, 237, 234);
}
._blue .neo_btn:focus,
._blue .neo_btn:hover {
    color: rgb(52, 62, 72);
}
._white {
    background: rgb(255, 255, 255);
}
.error404 header,
.page-template-template-privacy header,
.page-template-template-sitemap header {
    background: rgb(230, 226, 223);
}
.error404 header > div,
.page-template-template-privacy header > div,
.page-template-template-sitemap header > div {
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.error404 header > div .neo_logo > a > svg path,
.page-template-template-privacy header > div .neo_logo > a > svg path,
.page-template-template-sitemap header > div .neo_logo > a > svg path {
    fill: rgb(52, 62, 72);
}
.error404 header > div .neo_btn:focus,
.error404 header > div .neo_btn:hover,
.page-template-template-privacy header > div .neo_btn:focus,
.page-template-template-privacy header > div .neo_btn:hover,
.page-template-template-sitemap header > div .neo_btn:focus,
.page-template-template-sitemap header > div .neo_btn:hover {
    color: rgb(52, 62, 72);
}
.error404 header .neo__navtrigger > span,
.page-template-template-privacy header .neo__navtrigger > span,
.page-template-template-sitemap header .neo__navtrigger > span {
    background: rgb(52, 62, 72);
}
.error404 header.active > div .neo_logo > a > svg path,
.page-template-template-privacy header.active > div .neo_logo > a > svg path,
.page-template-template-sitemap header.active > div .neo_logo > a > svg path {
    fill: rgb(255, 255, 255);
}
.error404 header.active .neo__navtrigger > span,
.page-template-template-privacy header.active .neo__navtrigger > span,
.page-template-template-sitemap header.active .neo__navtrigger > span {
    background: rgb(255, 255, 255);
}
.error404 main,
.page-template-template-privacy main,
.page-template-template-sitemap main {
    padding-top: 100px;
}
.page-template-template-sitemap .neo__privacy ul {
    list-style: none;
    padding: 0 0 0;
}
.page-template-template-sitemap .neo__privacy ul > li {
    display: block;
    position: relative;
    margin: 0;
}
.page-template-template-sitemap .neo__privacy ul > li:not(:last-child) {
    margin-bottom: 30px;
}
.page-template-template-sitemap .neo__privacy ul > li a {
    position: relative;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-family: "Queens_W-Thin";
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: rgb(52, 62, 72);
    display: inline-block;
    margin-bottom: 0;
    font-size: 50px;
}
@media screen and (max-width: 1366px) {
    .page-template-template-sitemap .neo__privacy ul > li a {
        font-size: calc(50px + -17 * (100vw - 1366px) / -816);
    }
}
@media screen and (max-width: 550px) {
    .page-template-template-sitemap .neo__privacy ul > li a {
        font-size: 33px;
    }
}
.page-template-template-sitemap .neo__privacy ul > li a:before {
    content: "";
    width: 4vw;
    height: 1px;
    background: rgb(145, 121, 97);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}
.page-template-template-sitemap .neo__privacy ul > li a:focus,
.page-template-template-sitemap .neo__privacy ul > li a:hover {
    color: rgb(102, 128, 125);
    padding-left: calc(4vw + 10px);
    text-decoration: none;
}
.page-template-template-sitemap .neo__privacy ul > li a:focus:before,
.page-template-template-sitemap .neo__privacy ul > li a:hover:before {
    -webkit-transform: translateY(-50%) scaleX(100%);
    -moz-transform: translateY(-50%) scaleX(100%);
    -ms-transform: translateY(-50%) scaleX(100%);
    -o-transform: translateY(-50%) scaleX(100%);
    transform: translateY(-50%) scaleX(100%);
}
.page-template-template-contact section.neo__hero:before {
    background: linear-gradient(180deg, rgba(46, 54, 63, 0.5) 0%, rgba(52, 62, 72, 0.31) 100%);
}
main {
    margin: 0 0 0 0;
    width: calc(100vw - (100vw - 100%));
    background: transparent;
}
main:after,
main:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
section {
    display: block;
    position: relative;
    width: calc(100vw - (100vw - 100%));
}
section > div {
    width: 88%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 6vw 4vw;
}
section.neo__hero {
    height: 100vh;
    min-height: 700px;
    background: rgb(0, 0, 0);
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
section.neo__hero .neo_btn {
    margin-bottom: 30px;
}
section.neo__hero .neo_btn:focus,
section.neo__hero .neo_btn:hover {
    color: rgb(52, 62, 72);
}
section.neo__hero > div {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
section.neo__hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgb(46, 54, 63) 0%, rgba(52, 62, 72, 0.31) 100%);
    mix-blend-mode: multiply;
}
section.neo__leasing > div > h2 {
    border-top: 1px solid rgb(101, 101, 101);
    padding-top: 25px;
    margin-bottom: 50px;
}
section.neo__leasing > div > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
section.neo__leasing > div > ul > li {
    width: 32%;
    color: rgb(255, 255, 255);
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
section.neo__leasing > div > ul > li:not(:last-child) {
    margin-right: 2%;
}
section.neo__leasing > div > ul > li ._likeh3,
section.neo__leasing > div > ul > li a,
section.neo__leasing > div > ul > li a:visited {
    color: rgb(255, 255, 255);
}
section.neo__leasing > div > ul > li ._likeh3 {
    margin-bottom: 20px;
}
section.neo__leasing > div > ul > li a {
    font-size: 15px;
}
section.neo__leasing > div > ul > li a:not(:last-child) {
    margin-bottom: 5px;
}
section.neo__leasing > div > ul > li a:focus,
section.neo__leasing > div > ul > li a:hover {
    color: rgb(196, 191, 177);
    text-decoration: underline;
}
section.neo__team > div > h2 {
    border-top: 1px solid rgb(102, 128, 125);
    padding-top: 25px;
    margin-bottom: 50px;
}
section.neo__team > div > article {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}
section.neo__team > div > article:not(:last-child) {
    margin-bottom: 60px;
}
section.neo__team > div > article > div {
    width: 50%;
}
section.neo__team > div > article > div:first-child {
    padding-right: 2%;
}
section.neo__team > div > article > div:first-child > a {
    display: inline-block;
}
section.neo__team > div > article figure {
    background-size: contain;
    background-position: left top;
}
section.neo__team > div > article figure > img {
    width: auto;
    max-width: 50vw;
}
section.neo__floorplans > div > div {
    border-top: 1px solid rgb(255, 255, 255);
    padding-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
section.neo__floorplans > div > div a.neo_btn {
    border-color: #f0edea;
}
section.neo__floorplans > div > div > article {
    width: 48%;
    margin-right: 2%;
}
section.neo__floorplans > div > div > article h2 {
    color: rgb(255, 255, 255);
}
section.neo__floorplans > div > div > aside {
    width: 50%;
}
section.neo__floorplans > div > div > aside ul li {
    padding: 45px 0;
    padding-right: 20px;
    border-bottom: 1px solid rgba(196, 191, 177, 0.5);
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}
section.neo__floorplans > div > div > aside ul li:first-child {
    padding-top: 15px;
}
section.neo__floorplans > div > div > aside ul li > h3 {
    width: 30%;
    line-height: 1;
    padding-top: 3px;
}
section.neo__floorplans > div > div > aside ul li > * {
    color: rgb(255, 255, 255);
}
section.neo__floorplans > div > div > aside ul li > p {
    padding-right: 5px;
}
section.neo__floorplans > div > div > aside ul li > button {
    font-family: "F37Saint-Bold";
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    margin-left: auto;
}
section.neo__floorplans > div > div > aside ul li > button > svg {
    margin-left: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
section.neo__floorplans > div > div > aside ul li > button > svg path {
    fill: rgb(255, 255, 255);
}
section.neo__floorplans > div > div > aside ul li > button:focus > svg,
section.neo__floorplans > div > div > aside ul li > button:hover > svg {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
section.neo__floorplans > div > div > aside .neo_btn {
    margin-top: 45px;
    display: none;
}
section.neo__video {
    height: 100vh;
    min-height: 700px;
    background: rgb(0, 0, 0);
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
._video > figure {
    width: 100%;
    height: 100%;
}
._video > figure > video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
._video > figure > img {
    height: 100%;
}
._video .neo_pause_video {
    position: absolute;
    right: 65px;
    bottom: 45px;
    z-index: 3;
    display: block;
    font-size: 0;
}
._video .neo_pause_video > img,
._video .neo_pause_video > svg {
    display: none;
}
._video .neo_pause_video > img._active,
._video .neo_pause_video > svg._active {
    display: block;
}
._video .neo_pause_video:focus,
._video .neo_pause_video:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#opportunity-intro {
    margin-bottom: -4vw;
    overflow: visible;
}
#building-stats > div {
    padding-top: 0;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 109;
    width: calc(100vw - (100vw - 100%));
    background: transparent;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
header > div {
    position: relative;
    display: block;
    width: 92%;
    max-width: 1540px;
    margin: 0 auto;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px 1vw 30px;    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-transition: padding 0.35s ease-in-out;
    -moz-transition: padding 0.35s ease-in-out;
    -ms-transition: padding 0.35s ease-in-out;
    -o-transition: padding 0.35s ease-in-out;
    transition: padding 0.35s ease-in-out;
}
header > div > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header > div .neo_logo {
    position: relative;
    z-index: 1;
}
header > div .neo_logo > a {
    display: block;
    width: 277px;
    height: auto;
    max-width: 65vw;
}
header > div .neo_logo > a > img,
header > div .neo_logo > a > svg {
    display: block;
    width: 277px;
    height: auto;
    max-width: 65vw;
}
header > div .neo_logo > a > img path,
header > div .neo_logo > a > svg path {
    -webkit-transition: fill 0.35s ease-in-out;
    -moz-transition: fill 0.35s ease-in-out;
    -ms-transition: fill 0.35s ease-in-out;
    -o-transition: fill 0.35s ease-in-out;
    transition: fill 0.35s ease-in-out;
}
header > div .neo_btn:focus,
header > div .neo_btn:hover {
    color: rgb(52, 62, 72);
}
header .neo__navtrigger {
    display: block;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    width: 30px;
    padding: 0;
    margin-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
header .neo__navtrigger > span {
    display: block;
    background: rgb(230, 226, 223);
    width: 30px;
    height: 1px;
    margin: 4px auto;
    -webkit-transition: width 1s ease-in-out, transform 1s ease-in-out, background 0.35s ease-in-out;
    -moz-transition: width 1s ease-in-out, transform 1s ease-in-out, background 0.35s ease-in-out;
    -ms-transition: width 1s ease-in-out, transform 1s ease-in-out, background 0.35s ease-in-out;
    -o-transition: width 1s ease-in-out, transform 1s ease-in-out, background 0.35s ease-in-out;
    transition: width 1s ease-in-out, background 0.35s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: width 1s ease-in-out, transform 1s ease-in-out, background 0.35s ease-in-out;
    transition: width 1s ease-in-out, transform 1s ease-in-out, background 0.35s ease-in-out, -webkit-transform 1s ease-in-out;
}
header .neo__navtrigger > span:first-of-type {
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right;
}
header .neo__navtrigger > span:last-of-type {
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    transform-origin: bottom right;
}
header .neo__navtrigger.active > span {
    width: 30px;
}
header .neo__navtrigger.active > span:first-of-type {
    -webkit-transform: rotate(-45deg) translate(5px, -3px);
    -moz-transform: rotate(-45deg) translate(5px, -3px);
    -ms-transform: rotate(-45deg) translate(5px, -3px);
    -o-transform: rotate(-45deg) translate(5px, -3px);
    transform: rotate(-45deg) translate(5px, -3px);
}
header .neo__navtrigger.active > span:last-of-type {
    -webkit-transform: rotate(45deg) translate(5px, 3px);
    -moz-transform: rotate(45deg) translate(5px, 3px);
    -ms-transform: rotate(45deg) translate(5px, 3px);
    -o-transform: rotate(45deg) translate(5px, 3px);
    transform: rotate(45deg) translate(5px, 3px);
}
header nav {
    display: block;
    z-index: -1;
    pointer-events: none;
    position: fixed;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-width: 40vw;
    padding: 50px 5vw;
    background-color: rgb(52, 62, 72);
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 1s ease-in-out, opacity 0.75s ease-in-out;
    -moz-transition: transform 1s ease-in-out, opacity 0.75s ease-in-out;
    -ms-transition: transform 1s ease-in-out, opacity 0.75s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.75s ease-in-out;
    transition: transform 1s ease-in-out, opacity 0.75s ease-in-out, -webkit-transform 1s ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}
header nav.active {
    opacity: 1;
    z-index: 0;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out 0.25s;
    -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out 0.25s;
    -ms-transition: transform 1s ease-in-out, opacity 1s ease-in-out 0.25s;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out 0.25s;
    transition: opacity 1s ease-in-out 0.25s, -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out 0.25s;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out 0.25s, -webkit-transform 1s ease-in-out;
}
header nav.active > ul {
    opacity: 1;
    -webkit-transition: opacity 0.75s ease-in-out 0.75s;
    -moz-transition: opacity 0.75s ease-in-out 0.75s;
    -ms-transition: opacity 0.75s ease-in-out 0.75s;
    -o-transition: opacity 0.75s ease-in-out 0.75s;
    transition: opacity 0.75s ease-in-out 0.75s;
}
header nav.active .neo_btn {
    opacity: 1;
    -webkit-transition: opacity 0.75s ease-in-out 0.75s;
    -moz-transition: opacity 0.75s ease-in-out 0.75s;
    -ms-transition: opacity 0.75s ease-in-out 0.75s;
    -o-transition: opacity 0.75s ease-in-out 0.75s;
    transition: opacity 0.75s ease-in-out 0.75s;
}
header nav::-webkit-scrollbar {
    width: 0.2em;
}
header nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
header nav::-webkit-scrollbar-thumb {
    background: rgba(52, 62, 72, 0.95);
    outline: 1px solid rgba(52, 62, 72, 0.95);
}
header nav > ul {
    opacity: 0;
    -webkit-transition: opacity 0.75s ease-in-out;
    -moz-transition: opacity 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out;
    -o-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}
header nav > ul > li {
    display: block;
    position: relative;
}
header nav > ul > li:not(:last-child) {
    margin-bottom: 30px;
}
header nav > ul > li a {
    position: relative;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-family: "Queens_W-Thin";
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: rgb(240, 237, 234);
    display: block;
    font-size: 50px;
}
@media screen and (max-width: 1366px) {
    header nav > ul > li a {
        font-size: calc(50px + -17 * (100vw - 1366px) / -1046);
    }
}
@media screen and (max-width: 320px) {
    header nav > ul > li a {
        font-size: 33px;
    }
}
header nav > ul > li a:before {
    content: "";
    width: 4vw;
    height: 1px;
    background: rgb(145, 121, 97);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}
header nav > ul > li a:focus,
header nav > ul > li a:hover {
    color: rgb(240, 237, 234);
    padding-left: calc(4vw + 10px);
}
header nav > ul > li a:focus:before,
header nav > ul > li a:hover:before {
    -webkit-transform: translateY(-50%) scaleX(100%);
    -moz-transform: translateY(-50%) scaleX(100%);
    -ms-transform: translateY(-50%) scaleX(100%);
    -o-transform: translateY(-50%) scaleX(100%);
    transform: translateY(-50%) scaleX(100%);
}
header nav > ul > li.current-menu-item a,
header nav > ul > li.current_page_parent a {
    color: rgb(240, 237, 234);
    padding-left: calc(4vw + 10px);
    pointer-events: none;
}
header nav > ul > li.current-menu-item a:before,
header nav > ul > li.current_page_parent a:before {
    -webkit-transform: translateY(-50%) scaleX(100%);
    -moz-transform: translateY(-50%) scaleX(100%);
    -ms-transform: translateY(-50%) scaleX(100%);
    -o-transform: translateY(-50%) scaleX(100%);
    transform: translateY(-50%) scaleX(100%);
}
header nav .neo_btn {
    display: none;
    margin: 45px 0 15px;
    opacity: 0;
    -webkit-transition: opacity 0.75s ease-in-out;
    -moz-transition: opacity 0.75s ease-in-out;
    -ms-transition: opacity 0.75s ease-in-out;
    -o-transition: opacity 0.75s ease-in-out;
    transition: opacity 0.75s ease-in-out;
}
header.fixed {
    background: rgb(230, 226, 223);
}
header.fixed > div {
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
header.fixed > div .neo_logo > a > svg path {
    fill: rgb(52, 62, 72);
}
header.fixed > div .neo_btn:focus,
header.fixed > div .neo_btn:hover {
    color: rgb(52, 62, 72);
}
header.fixed .neo__navtrigger > span {
    background: rgb(52, 62, 72);
}
header.fixed.active > div .neo_logo > a > svg path {
    fill: rgb(255, 255, 255);
}
header.fixed.active .neo__navtrigger > span {
    background: rgb(255, 255, 255);
}
footer {
    width: calc(100vw - (100vw - 100%));
    background: rgb(52, 62, 72);
    position: relative;
    z-index: 103;
    padding: 0;
}
footer > div {
    width: 88%;
    max-width: 1480px;
    margin: 0 auto;
}
footer > div.neo_ftop {
    padding: 50px 4vw 20px;
    position: relative;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
footer > div.neo_ftop > div {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
footer > div.neo_ftop > div:first-of-type {
    width: 50%;
}
footer > div.neo_ftop > div:nth-of-type(2) {
    width: 30%;
}
footer > div.neo_ftop > div:nth-of-type(3) {
    width: 20%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
}
footer > div.neo_ftop > div .neo_logo > a {
    width: 329px;
    height: auto;
    max-width: 100%;
}
footer > div.neo_ftop > div .neo_logo > a img {
    width: 329px;
    height: auto;
    max-width: 100%;
}
footer > div.neo_ftop > div ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
footer > div.neo_ftop > div ul > li {
    margin-bottom: 16px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
}
footer > div.neo_ftop > div ul > li > a {
    color: rgb(240, 237, 234);
    font-size: 15px;
    border-bottom: 1px solid transparent;
}
footer > div.neo_ftop > div ul > li > a:focus,
footer > div.neo_ftop > div ul > li > a:hover {
    color: rgb(196, 191, 177);
    border-bottom: 1px solid rgb(196, 191, 177);
}
footer > div.neo_ftop > div .neo_btn {
    margin-bottom: 34px;
}
footer > div.neo_fbottom {
    padding: 10px 4vw 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
footer > div.neo_fbottom > div {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
footer > div.neo_fbottom > div:first-of-type {
    width: 50%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
footer > div.neo_fbottom > div:nth-of-type(2) {
    width: 50%;
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
footer > div.neo_fbottom > div:nth-of-type(2) a,
footer > div.neo_fbottom > div:nth-of-type(2) p {
    font-size: 14px;
    color: rgb(240, 237, 234);
    margin-bottom: 0;
}
footer > div.neo_fbottom > div:nth-of-type(2) a {
    margin-left: 15px;
    border-bottom: 1px solid transparent;
}
footer > div.neo_fbottom > div:nth-of-type(2) a:focus,
footer > div.neo_fbottom > div:nth-of-type(2) a:hover {
    color: rgb(196, 191, 177);
    border-bottom: 1px solid rgb(196, 191, 177);
}
footer > div.neo_fbottom > div address {
    font-style: normal;
    text-transform: uppercase;
}
footer > div.neo_fbottom > div address a {
    color: rgb(240, 237, 234);
    font-size: 13px;
    font-family: "F37Saint-Bold";
}
footer > div.neo_fbottom > div address a br {
    display: none;
}
.mfp-container {
    overflow: auto;
}
.mfp-container::-webkit-scrollbar {
    width: 10px;
}
.mfp-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mfp-container::-webkit-scrollbar-thumb {
    background: rgba(138, 114, 92, 0.95);
    outline: 1px solid rgba(138, 114, 92, 0.95);
}
.mfp-image-holder .mfp-content {
    max-width: 75vw;
}
.mfp-image-holder .mfp-close {
    display: none;
}
button.mfp-close > img,
button.mfp-close > svg {
    pointer-events: none;
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap {
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready,
.mfp-fade.mfp-wrap.mfp-ready {
    opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap.mfp-removing {
    opacity: 0;
}
.neoimagepopupindividual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.neoimagepopupindividual ._plus {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.neoimagepopupindividual ._plus > g {
    fill: rgb(255, 255, 255);
}
.neo__grid {
    position: relative;
    overflow: hidden;
}
.neo__grid > div {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.neo__grid > div article {
    width: 50%;
    position: relative;
    z-index: 2;
}
.neo__grid > div aside {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.neo__grid > div .neoimagepopupindividual:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: transparent linear-gradient(0deg, rgb(46, 54, 63) 0%, rgba(52, 62, 72, 0) 100%) 0% 0% no-repeat;
    mix-blend-mode: multiply;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.neo__grid > div .neoimagepopupindividual + figure {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.neo__grid > div .neoimagepopupindividual:hover:before {
    opacity: 0.6;
}
.neo__grid > div .neoimagepopupindividual:hover + figure {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.neo__grid > div .neoimagepopupindividual:hover ._plus {
    opacity: 1;
    visibility: visible;
}
.neo__grid._img_left > div article {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
}
.neo__grid._img_left > div aside {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}
.neo__grid._img_left > div aside .neoimagepopupindividual {
    left: auto;
    right: 0;
}
.neo__grid._img_left > div aside .neoimagepopupindividual ._plus {
    left: auto;
    right: 15px;
}
.neo__grid._layout1 > div article {
    
    padding-top: 22px;
}
.neo__grid._layout1._img_right > div aside {
    width: 45vw;
    margin-left: 5vw;
    margin-right: calc(-1 * (100vw - 100%) / 2 - 4vw);
}
.neo__grid._layout1._img_left > div aside {
    width: 45vw;
    margin-right: 5vw;
    margin-left: calc(-1 * (100vw - 100%) / 2 - 4vw);
}
.neo__grid._layout2 > div article,
.neo__grid._layout2 > div aside {
    
    padding-top: 22px;
}
.neo__grid._layout2 > div article {
    padding-right: 15px;
}
.neo__grid._layout2 > div aside {
    padding-left: 15px;
}
.neo__grid._layout2 > div aside .neo_btn {
    display: none;
}
.neo__grid._layout3 > div article {
    width: 100%;
    text-align: center;
    padding: 4vw 0;
}
.neo__grid._layout3 > div aside {
    width: 100%;
}
.neo__grid._layout3 > div._has_img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.neo__grid._layout3 > div._has_img article {
    position: absolute;
    z-index: 2;
    width: 88%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 4vw 4vw;
}
.neo__grid._layout3 > div._has_img aside > figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
    background: linear-gradient(0deg, rgb(46, 54, 63) 0%, rgba(46, 54, 63, 0) 100%);
    mix-blend-mode: multiply;
}
.neo__grid.neo__map > div article {
    width: 40%;
}
.neo__grid.neo__map > div article > div ul {
    list-style: number;
    max-height: 700px;
    min-height: 250px;
    height: 30vw;
    overflow: auto;
    margin-top: 25px;
}
.neo__grid.neo__map > div article > div ul::-webkit-scrollbar {
    width: 5px;
}
.neo__grid.neo__map > div article > div ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.neo__grid.neo__map > div article > div ul::-webkit-scrollbar-thumb {
    background: rgba(138, 114, 92, 0.95);
    outline: 1px solid rgba(138, 114, 92, 0.95);
}
.neo__grid.neo__map > div article > div ul > li {
    font-size: 13px;
    margin-left: 45px;
    margin-right: 100px;
}
.neo__grid.neo__map > div article > div ul > li:not(:last-of-type) {
    margin-bottom: 10px;
}
.neo__grid.neo__map > div article ul#mapControls {
    background: rgb(52, 62, 72);
    padding: 0;
    position: absolute;
    margin-top: 6px;
    width: 100%;
    max-width: 300px;
}
.neo__grid.neo__map > div article ul#mapControls > li {
    color: rgb(255, 255, 255);
    font-family: "F37Saint-Bold";
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 20px 12px 20px;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.neo__grid.neo__map > div article ul#mapControls > li:first-child {
    margin-top: 0;
}
.neo__grid.neo__map > div article ul#mapControls > li:last-child {
    margin-bottom: 0;
}
.neo__grid.neo__map > div article ul#mapControls > li:focus,
.neo__grid.neo__map > div article ul#mapControls > li:hover {
    background: rgb(102, 128, 125);
}
.neo__grid.neo__map > div article button#mapControlsTrigger {
    position: relative;
    padding-right: 40px;
    width: 100%;
    max-width: 300px;
}
.neo__grid.neo__map > div article button#mapControlsTrigger:after {
    content: "";
    background: url(../_ui/_global/grfx_dropdown.svg) center center no-repeat;
    width: 11px;
    height: 7px;
    position: absolute;
    top: 41%;
    right: 15px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.neo__grid.neo__map > div article button#mapControlsTrigger:focus,
.neo__grid.neo__map > div article button#mapControlsTrigger:hover {
    background: rgb(102, 128, 125);
    color: rgb(255, 255, 255);
}
.neo__grid.neo__map > div article button#mapControlsTrigger[aria-expanded="true"] {
    background: rgb(102, 128, 125);
    color: rgb(255, 255, 255);
}
.neo__grid.neo__map > div article button#mapControlsTrigger[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.neo__grid.neo__map > div aside {
    width: 60%;
}
.neo__grid.neo__map > div aside > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.neo__grid.neo__map > div aside > div > figure {
    position: absolute;
    top: 0;
    left: 0;
}
.neo__grid.neo__map._layout1._img_right > div aside {
    width: 55vw;
}
.neo__grid.neo__map._layout1._img_left > div aside {
    width: 55vw;
}
#building-stats > div {
    -webkit-align-items: center;
    align-items: center;
}
#building-stats > div article {
    border-top: 0;
}
.neo__stack.neo__grid._layout2 > div > aside,
.neo__stack > div > aside {
    padding-left: 8vw;
    padding-right: 8vw;
}
.neo__stack.neo__grid._layout2 > div > aside > .neo_sub_title,
.neo__stack > div > aside > .neo_sub_title {
    display: none;
}
.neo__stack.neo__grid._layout2 > div > aside > h1,
.neo__stack > div > aside > h1 {
    display: none;
}
.neo__stack.neo__grid._layout2 > div > aside > h2,
.neo__stack > div > aside > h2 {
    display: none;
}
.neo__stack.neo__grid._layout2 > div > aside > h3,
.neo__stack > div > aside > h3 {
    display: none;
}
.neo__stack.neo__grid._layout2 > div > aside > h4,
.neo__stack > div > aside > h4 {
    display: none;
}
.neo__stack.neo__grid._layout2 > div > aside > h5,
.neo__stack > div > aside > h5 {
    display: none;
}
.neo__stack.neo__grid._layout2 > div > aside > h6,
.neo__stack > div > aside > h6 {
    display: none;
}
.neo__stack.neo__grid._layout2 > div > aside > div,
.neo__stack > div > aside > div {
    text-align: center;
}
.neo__stack.neo__grid._layout2 > div > aside > div > img,
.neo__stack.neo__grid._layout2 > div > aside > div > svg,
.neo__stack > div > aside > div > img,
.neo__stack > div > aside > div > svg {
    max-width: 400px;
}
.neo_stackhover {
    cursor: pointer;
}
.neo_stackhover:hover * {
    fill: rgb(196, 191, 177);
    opacity: 0.3;
    mix-blend-mode: multiply;
}
._plans_lightbox.mfp-bg {
    background: rgb(255, 255, 255);
}
._plans_lightbox .mfp-container {
    padding: 0;
}
._plans_lightbox .mfp-close {
    top: 60px;
}
._plans_lightbox .mfp-close > svg rect {
    fill: rgb(240, 237, 234);
}
.neo__plans {
    background: rgb(240, 237, 234);
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}
.neo__plans > div {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: auto;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.neo__plans > div:after,
.neo__plans > div:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.neo__plans > div > div {
    padding: 50px 6vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.neo__plans > div > div:first-of-type {
    width: 35%;
    min-width: 35%;
    background: rgb(240, 237, 234);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.neo__plans > div > div:nth-of-type(2) {
    width: 65%;
    min-width: 65%;
}
.neo__plans > div > div.neo_data > div {
    height: 100%;
    position: relative;
}
.neo__plans > div > div.neo_data > div h2 {
    margin-bottom: 15px;
}
.neo__plans > div > div.neo_data > div hr {
    border-color: rgb(52, 62, 72);
    margin: 30px 0;
}
.neo__plans > div > div.neo_data > div .stats_list > li {
    font-size: 15px;
}
.neo__plans > div > div.neo_data > div .stats_list > li > strong {
    font-size: 16px;
    margin-bottom: 5px;
}
.neo__plans > div > div.neo_data > div .stats_list > li:not(:last-child) {
    margin-bottom: 25px;
}
.neo__plans > div > div.neo_data > div > div.legend_key {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.neo__plans > div > div.neo_data > div > div.legend_key > div.neo_legend > ul > li {
    font-family: "F37Saint-Bold";
    font-size: 16px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.neo__plans > div > div.neo_data > div > div.legend_key > div.neo_legend > ul > li:not(:last-of-type) {
    margin-bottom: 12px;
}
.neo__plans > div > div.neo_data > div > div.legend_key > div.neo_legend > ul > li:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 19px;
    border: 1px solid #707070;
}
.neo__plans > div > div.neo_data > div > div.legend_key > div.neo_legend > ul > li:first-of-type:before {
    background-color: #bfc8c7;
}
.neo__plans > div > div.neo_data > div > div.legend_key > div.neo_legend > ul > li:nth-of-type(2):before {
    background-color: #eee7e3;
}
.neo__plans > div > div.neo_data > div > div.legend_key > div.neo_legend > ul > li:nth-of-type(3):before {
    background-color: #f7f6f6;
}
.neo__plans > div > div.neo_data > div > div.legend_key > div.neo_legend > ul > li:nth-of-type(4):before {
    background-color: #d3cdd7;
}
.neo__plans > div > div .neo_plans {
    position: relative;
}
.neo__plans > div > div .neo_plans > div {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.neo__plans > div > div .neo_plans > div > a.neo_btn {
    z-index: 2;
    margin-right: 5vw;
    margin-bottom: 30px;
}
.neo__plans > div > div .neo_plans > div > svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.neo__plans > div > div .neo_plans > div > figure {
    background-size: cover;
    background-position: center center;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    height: auto;
    position: relative;
    width: auto;
    position: relative;
}
.neo__plans > div > div .neo_plans > div > figure:after,
.neo__plans > div > div .neo_plans > div > figure:before {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
.neo__plans > div > div .neo_plans > div > figure img {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    display: block;
    width: 100%;
}
.noplan {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.neo__plans ._mobile_only {
    display: none;
}
@media screen and (max-width: 1280px) {
    .neo__plans > div > div:nth-of-type(2) {
        padding-left: 0;
    }
}
@media screen and (max-width: 1180px) {
    .neo__plans > div > div:first-of-type {
        width: 30%;
        min-width: 30%;
        padding-right: 0;
    }
    .neo__plans > div > div:nth-of-type(2) {
        width: 70%;
        min-width: 70%;
    }
}
@media screen and (max-width: 960px) {
    .neo__plans ._desktop_only {
        display: none;
    }
    .neo__plans ._mobile_only {
        display: block;
    }
    .neo__plans > div > div:first-of-type {
        width: 100%;
        min-width: 100%;
        padding-left: 6vw;
        padding-right: 6vw;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .neo__plans > div > div:nth-of-type(2) {
        width: 100%;
        min-width: 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .neo__plans > div > div figure {
        width: 100%;
    }
    .neo__plans > div > div .dropdown {
        margin-bottom: 45px;
    }
    .neo__plans > div > div table {
        margin-bottom: 0;
    }
    .neo__plans > div > div table tr {
        border-bottom: 0 !important;
    }
    .neo__plans > div > div .stats_list {
        margin-top: 25px;
    }
    .neo__plans > div > div .neo_plans > div {
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .neo__plans > div > div ._mobile_details {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .neo__plans > div > div .neo_key {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    ._plans_lightbox .mfp-close {
        top: 30px;
        right: 30px;
    }
}
.neo__privacy {
    display: block;
    position: relative;
    width: 88%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 2vw;
    min-height: 65vh;
}
.neo__privacy > div {
    width: 100%;
    max-width: 1150px;
    padding: 4vw 6vw;
    margin: 0;
}
.neo__privacy h1 {
    color: rgb(52, 62, 72);
    font-size: 30px;
    font-size: 30px;
    margin: 0 0 15px;
}
@media screen and (max-width: 960px) {
    .neo__privacy h1 {
        font-size: calc(30px + -10 * (100vw - 960px) / -640);
    }
}
@media screen and (max-width: 320px) {
    .neo__privacy h1 {
        font-size: 20px;
    }
}
.neo__privacy h2 {
    color: rgb(52, 62, 72);
    font-size: 28.45px;
    font-size: 28.45px;
    margin: 0 0 15px;
}
@media screen and (max-width: 960px) {
    .neo__privacy h2 {
        font-size: calc(28.45px + -9.4833333333 * (100vw - 960px) / -640);
    }
}
@media screen and (max-width: 320px) {
    .neo__privacy h2 {
        font-size: 18.9666666667px;
    }
}
.neo__privacy h3 {
    color: rgb(52, 62, 72);
    font-size: 26.9px;
    font-size: 26.9px;
    margin: 0 0 15px;
}
@media screen and (max-width: 960px) {
    .neo__privacy h3 {
        font-size: calc(26.9px + -8.9666666667 * (100vw - 960px) / -640);
    }
}
@media screen and (max-width: 320px) {
    .neo__privacy h3 {
        font-size: 17.9333333333px;
    }
}
.neo__privacy h4 {
    color: rgb(52, 62, 72);
    font-size: 25.35px;
    font-size: 25.35px;
    margin: 0 0 15px;
}
@media screen and (max-width: 960px) {
    .neo__privacy h4 {
        font-size: calc(25.35px + -8.45 * (100vw - 960px) / -640);
    }
}
@media screen and (max-width: 320px) {
    .neo__privacy h4 {
        font-size: 16.9px;
    }
}
.neo__privacy h5 {
    color: rgb(52, 62, 72);
    font-size: 23.8px;
    font-size: 23.8px;
    margin: 0 0 15px;
}
@media screen and (max-width: 960px) {
    .neo__privacy h5 {
        font-size: calc(23.8px + -7.9333333333 * (100vw - 960px) / -640);
    }
}
@media screen and (max-width: 320px) {
    .neo__privacy h5 {
        font-size: 15.8666666667px;
    }
}
.neo__privacy h6 {
    color: rgb(52, 62, 72);
    font-size: 22.25px;
    font-size: 22.25px;
    margin: 0 0 15px;
}
@media screen and (max-width: 960px) {
    .neo__privacy h6 {
        font-size: calc(22.25px + -7.4166666667 * (100vw - 960px) / -640);
    }
}
@media screen and (max-width: 320px) {
    .neo__privacy h6 {
        font-size: 14.8333333333px;
    }
}
.neo__privacy a,
.neo__privacy em,
.neo__privacy li,
.neo__privacy p,
.neo__privacy span,
.neo__privacy strong {
    color: rgb(52, 62, 72);
    font-size: 18px;
    margin: 0 0 30px;
}
.neo__privacy ol,
.neo__privacy ul {
    margin: 0 0 30px;
    padding-left: 50px;
}
.neo__privacy ol li,
.neo__privacy ul li {
    margin: 10px;
}
.neo__privacy ul {
    list-style: disc;
}
.neo__privacy a:focus,
.neo__privacy a:hover {
    text-decoration: underline;
}
.neo__privacy h1 {
    font-size: 70px;
    margin-bottom: 45px;
    font-size: 70px;
}
@media screen and (max-width: 1480px) {
    .neo__privacy h1 {
        font-size: calc(70px + -20 * (100vw - 1480px) / -760);
    }
}
@media screen and (max-width: 720px) {
    .neo__privacy h1 {
        font-size: 50px;
    }
}
.neo__columns > div {
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.neo__columns > div > figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.neo__columns > div > figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #2e363f 0%, rgba(115, 120, 126, 0) 100%) 0% 0% no-repeat;
    mix-blend-mode: multiply;
}
.neo__columns > div > aside {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.neo__columns > div > aside > figure {
    width: 100%;
    height: 100%;
}
.neo__columns > div > aside > figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(0deg, #2e363f 0%, rgba(115, 120, 126, 0) 100%) 0% 0% no-repeat;
    mix-blend-mode: multiply;
}
.neo__columns > div > article {
    width: 33.3333333333%;
    height: 100vh;
    min-height: 500px;
    z-index: 2;
    padding: 4vw;
    border-right: 1px solid rgb(255, 255, 255);
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.neo__columns > div > article > div {
    position: relative;
}
.neo__columns > div > article > div > div {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.neo__columns > div > article > div > div h2 {
    color: rgb(255, 255, 255);
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.neo__columns > div > article > div > .neo_btn,
.neo__columns > div > article > div > p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.neo__columns > div > article > div > p {
    margin-top: 10px;
}
.neo__columns > div > article > div > .neo_btn {
    margin-top: 55px;
}
.neo__columns > div > article p {
    color: rgb(255, 255, 255);
}
.neo__columns > div > article:last-of-type {
    border-right: 0;
}
.neo__columns > div > article:focus + aside,
.neo__columns > div > article:hover + aside {
    opacity: 1;
    visibility: visible;
}
.neo__columns > div > article:focus > div > div,
.neo__columns > div > article:hover > div > div {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.neo__columns > div > article:focus > div > .neo_btn,
.neo__columns > div > article:focus > div > p,
.neo__columns > div > article:hover > div > .neo_btn,
.neo__columns > div > article:hover > div > p {
    opacity: 1;
    visibility: visible;
}
.neo__accordion_container {
    width: 100%;
    margin: 2vw auto;
    text-align: left;
}
.neo__accordion_container .neo_each_accordion {
    border-bottom: 1px solid rgba(52, 62, 72, 0.3);
}
.neo__accordion_container .content,
.neo__accordion_container .title {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.neo__accordion_container .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 14px 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.neo__accordion_container .title > span > strong {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.33px;
}
.neo__accordion_container .title:after,
.neo__accordion_container .title:before {
    content: "";
    width: 13px;
    height: 1px;
    background: rgb(46, 54, 63);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.neo__accordion_container .title:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.neo__accordion_container .title[aria-expanded="true"]:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.neo__accordion_container .title * {
    pointer-events: none;
    color: rgb(52, 62, 72);
}
.neo__accordion_container .content {
    overflow: auto;
    max-height: 50vh;
    padding-bottom: 14px;
    height: auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    overflow-x: hidden;
    -webkit-animation: hide-scroll 0.5s backwards;
    -moz-animation: hide-scroll 0.5s backwards;
    -ms-animation: hide-scroll 0.5s backwards;
    -o-animation: hide-scroll 0.5s backwards;
    animation: hide-scroll 0.5s backwards;
}
.neo__accordion_container .content::-webkit-scrollbar {
    width: 10px;
}
.neo__accordion_container .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.neo__accordion_container .content::-webkit-scrollbar-thumb {
    background: rgba(138, 114, 92, 0.95);
    outline: 1px solid rgba(138, 114, 92, 0.95);
}
.neo__accordion_container .content > div {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out 0.2s;
    -moz-transition: all 0.5s ease-out 0.2s;
    -ms-transition: all 0.5s ease-out 0.2s;
    -o-transition: all 0.5s ease-out 0.2s;
    transition: all 0.5s ease-out 0.2s;
}
.neo__accordion_container .content > div ul {
    list-style: inside;
}
.neo__accordion_container .content > div * {
    font-family: "F37Saint-Light";
    font-size: 16px;
}
.neo__accordion_container .content[aria-hidden="true"] {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
.neo__accordion_container .content[aria-hidden="true"] > div {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
@-webkit-keyframes hide-scroll {
    0%,
    to {
        overflow: hidden;
    }
}
@keyframes hide-scroll {
    0%,
    to {
        overflow: hidden;
    }
}
.neo__slider {
    padding-top: 8vw;
    padding-bottom: 8vw;
}
.neo__slider > div {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.neo__slider .slick-arrows {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 125px;
    bottom: calc(50px + 2vw);
}
.neo__slider .slick-arrows > span {
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
}
.neo__slider .slick-arrows > span:not(._arrows) {
    margin-left: 15px;
}
.neo__slider .slick-arrows > span button:last-of-type {
    margin-left: 5px;
}
.neo__slider .slick-slide article {
    position: relative;
    padding-left: 56px;
}
.neo__slider .slick-slide article aside {
    overflow: hidden;
    position: relative;
}
.neo__slider .slick-slide article aside > figure {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.neo__slider .slick-slide article aside > figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(271deg, rgba(255, 255, 255, 0) 0%, rgba(46, 54, 63, 0.5) 53%, rgb(46, 54, 63) 100%);
    mix-blend-mode: multiply;
}
.neo__slider .slick-slide article aside > figure > img {
    width: auto;
    max-width: 630px;
    height: 100%;
    max-height: 70vh;
}
.neo__slider .slick-slide article > div {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    min-height: 150px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.neo__slider .slick-slide article > div h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 370px;
    min-height: 50px;
    margin-bottom: 15px;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.neo__slider .slick-slide article > div p {
    font-size: 15px;
    max-width: 70%;
    position: relative;
}
.neo__slider .slick-slide article > div p:not(:last-of-type) {
    margin-bottom: 8px;
}
.neo__slider .slick-slide article > div p:last-child:after {
    content: "";
    width: 300px;
    height: 1px;
    background: rgb(240, 237, 234);
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.neo__slider .slick-slide article > div p br {
    content: "";
    display: block;
    margin: 8px 0;
}
.neo__slider .slick-slide article .neoimagepopupindividual {
    left: 56px;
    width: calc(100% - 56px);
}
.neo__slider .slick-slide article:hover aside > figure {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.neo__slider .slick-slide article:hover ._plus {
    opacity: 1;
    visibility: visible;
}
.neo__slider .slick-track {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    align-items: center;
}
.neo__slider .slick-slide {
    margin-right: 100px;
}
.neo__slider .slick-list {
    padding-left: 100px;
    padding-right: 100px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.slick-arrow {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.slick-arrow:focus,
.slick-arrow:hover {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.slick-arrow:focus.slick-prev,
.slick-arrow:hover.slick-prev {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
}
.slick-arrow:focus.slick-next,
.slick-arrow:hover.slick-next {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
.neoGridSlider_Image .slick-slide {
    font-size: 0;
}
.neoGridSlider_Image .slick-slide > div > div {
    position: relative;
}
.neoGridSlider_Content .slick-slide h4 {
    font-family: "Queens_W-Thin";
    font-size: 30px;
    color: rgb(52, 62, 72);
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 100;
}
.neoGridSlider_Content .slick-slide ul {
    list-style: inside;
}
.neoGridSlider_Content .slick-slide ul > li {
    line-height: 2;
}
.neoGridSlider_Content + .slick-arrows {
    margin-top: 35px;
}
.neoGridSlider_Content + .slick-arrows svg * {
    fill: rgb(52, 62, 72);
}
[role="tablist"][aria-hidden="true"],
[role="tabpanel"][aria-hidden="true"] {
    display: none;
}
.neo__tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
}
.neo__tabs label {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
}
.neo__tabs > div {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
    -webkit-box-ordinal-group: 100;
    -moz-box-ordinal-group: 100;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    -webkit-flex-grow: 100;
    flex-grow: 100;
}
.neo__tabs > div {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.neo__tabstriggers {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.neo__tabstriggers > button {
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    line-height: 30px;
    letter-spacing: 3px;
}
.neo__tabstriggers > button * {
    pointer-events: none;
}
.neo__tabstriggers > button:after {
    content: "";
    width: 100%;
    height: 4px;
    background: transparent;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.neo__tabstriggers > button[aria-selected="true"]:after {
    background: rgb(102, 128, 125);
}
@media screen and (max-width: 1280px) {
    .neo__stack.neo__grid._layout2 > div > aside,
    .neo__stack > div > aside {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .neo__slider .slick-arrows {
        bottom: 50px;
    }
    footer > div.neo_fbottom > div:nth-of-type(2) {
        width: 100%;
        margin-left: 30px;
    }
    footer > div.neo_fbottom > div address a span {
        display: none;
    }
    footer > div.neo_fbottom > div address a br {
        display: block;
    }
}
@media screen and (max-width: 1180px) {
    .neo__stack.neo__grid._layout2 > div > aside,
    .neo__stack > div > aside {
        padding-right: 2vw;
    }
    section.neo__floorplans > div > div > article {
        width: 38%;
    }
    section.neo__floorplans > div > div > aside {
        width: 60%;
    }
    footer > div.neo_ftop > div:nth-of-type(2) {
        width: 40%;
    }
    footer > div.neo_ftop > div:nth-of-type(3) {
        width: 100%;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}
@media screen and (max-width: 1080px) {
    header nav {
        padding-left: 75px;
        padding-right: 75px;
    }
    .neo__stack.neo__grid._layout2 > div > aside,
    .neo__stack > div > aside {
        padding-left: 2vw;
    }
    section.neo__floorplans > div > div > article {
        width: 33%;
    }
    section.neo__floorplans > div > div > aside {
        width: 65%;
    }
    footer > div.neo_fbottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    footer > div.neo_fbottom > div:nth-of-type(2) {
        margin-top: 30px;
        margin-left: 0;
    }
}
@media screen and (max-width: 960px) {
    .neo__privacy > div {
        padding-left: 0;
        padding-right: 0;
    }
    header > div {
        padding-top: 30px;
    }
    header nav {
        min-width: unset;
        width: 100%;
    }
    header nav .neo_btn {
        display: block;
    }
    header.fixed > div .neo_btn:focus,
    header.fixed > div .neo_btn:hover {
        color: rgb(52, 62, 72);
    }
    .page-template-template-sitemap .neo__privacy ul > li a:before,
    header nav > ul > li a:before {
        width: 40px;
    }
    .page-template-template-sitemap .neo__privacy ul > li a:focus,
    .page-template-template-sitemap .neo__privacy ul > li a:hover,
    header nav > ul > li a:focus,
    header nav > ul > li a:hover,
    header nav > ul > li.current-menu-item a,
    header nav > ul > li.current_page_parent a {
        padding-left: 45px;
    }
    ._video .neo_pause_video {
        right: 30px;
        bottom: 30px;
    }
    section > div {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    #building-stats > div {
        padding-top: 8vw;
    }
    .neo__grid._img_left > div,
    .neo__grid > div {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .neo__grid._img_left > div > article,
    .neo__grid > div > article {
        width: 100%;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;
        order: 1;
    }
    .neo__grid._img_left > div > aside,
    .neo__grid > div > aside {
        width: 100%;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        -o-order: 2;
        order: 2;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .neo__grid._layout1 > div {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .neo__grid._layout1 > div article {
        width: calc(88% - 8vw);
        margin: 0 auto 8vw;
    }
    .neo__grid._layout1._img_left > div aside,
    .neo__grid._layout1._img_right > div aside {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .neo__grid._layout2 > div article {
        padding-right: 0;
    }
    .neo__grid._layout2 > div article .neo_btn {
        display: none;
    }
    .neo__grid._layout2 > div aside {
        padding-left: 0;
        border-top: 0;
    }
    .neo__grid._layout2 > div aside .neo_btn {
        display: inline-block;
        margin-top: 45px;
    }
    .neo__grid._layout3 > div article,
    .neo__grid._layout3 > div._has_img article {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .neo__grid._layout3 > div aside figure,
    .neo__grid._layout3 > div._has_img aside figure {
        min-height: 380px;
    }
    #opportunity-intro {
        margin-bottom: 0;
    }
    #building-stats > div article {
        padding-top: 0;
    }
    section.neo__floorplans > div > div > article {
        width: 100%;
        margin-right: 0;
    }
    section.neo__floorplans > div > div > article .neo_btn {
        display: none;
    }
    section.neo__floorplans > div > div > aside {
        width: 100%;
    }
    section.neo__floorplans > div > div > aside .neo_btn {
        display: inline-block;
    }
    .neo__columns {
        overflow-x: auto;
        overflow-y: hidden;
        background: rgb(240, 237, 234);
        padding-bottom: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .neo__columns::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .neo__columns::-webkit-scrollbar {
        height: 3px;
    }
    .neo__columns::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px 3px rgba(138, 114, 92, 0.3);
        -moz-box-shadow: inset 0 0 3px 3px rgba(138, 114, 92, 0.3);
        box-shadow: inset 0 0 3px 3px rgba(138, 114, 92, 0.3);
        border-left: solid 4vw transparent;
    }
    .neo__columns::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 3px 3px rgb(102, 128, 125);
        -moz-box-shadow: inset 0 0 3px 3px rgb(102, 128, 125);
        box-shadow: inset 0 0 3px 3px rgb(102, 128, 125);
        border-left: solid 4vw transparent;
    }
    .neo__columns > div {
        width: auto;
        max-width: unset;
    }
    .neo__columns > div > article {
        width: 100vw;
        min-width: 320px;
        max-width: 420px;
        height: 80vh;
        padding: 60px 4vw;
    }
    section.neo__video {
        height: 0;
        min-height: unset;
        padding-bottom: 56.25%;
        position: relative;
    }
    section.neo__video > figure {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .neo__slider {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .neo__grid.neo__map > div article button#mapControlsTrigger {
        padding-left: 20px;
    }
    .neo__grid.neo__map > div article > div ul {
        max-width: 400px;
    }
    .neo__grid.neo__map > div article > div ul > li {
        margin-left: 30px;
        margin-right: 30px;
    }
    .neo__stack.neo__grid._layout2 > div > aside > div > img,
    .neo__stack.neo__grid._layout2 > div > aside > div > svg,
    .neo__stack > div > aside > div > img,
    .neo__stack > div > aside > div > svg {
        max-width: 200px;
    }
    .neo__stack .neo__accordion_container {
        max-height: 280px;
        overflow: auto;
        border-bottom: 1px solid;
    }
    .neo__stack .neo__accordion_container .neo_each_accordion {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
        pointer-events: auto !important;
    }
}
@media screen and (max-width: 840px) {
    .neo__slider .slick-arrows {
        bottom: 40px;
    }
    section.neo__leasing > div > ul {
        display: block;
    }
    section.neo__leasing > div > ul > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    footer > div.neo_ftop > div {
        width: 100% !important;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    footer > div.neo_ftop > div:nth-of-type(3) {
        -webkit-align-items: center;
        align-items: center;
    }
    footer > div.neo_ftop > div ul {
        text-align: center;
        margin: 30px 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    footer > div.neo_ftop > div .neo_btn {
        margin-bottom: 45px;
    }
    footer > div.neo_ftop .neo_logo {
        margin-bottom: 30px;
    }
    footer > div.neo_fbottom {
        -webkit-align-items: center;
        align-items: center;
        padding-top: 30px;
    }
    footer > div.neo_fbottom > div {
        width: 100% !important;
    }
    footer > div.neo_fbottom > div:first-of-type {
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
    }
    footer > div.neo_fbottom > div:nth-of-type(2) {
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    footer > div.neo_fbottom > div:nth-of-type(2) a {
        margin-left: 0;
    }
}
@media screen and (max-width: 720px) {
    .mfp-image-holder .mfp-content {
        max-width: 100%;
    }
    header > div > .neo_btn {
        display: none;
    }
    section.neo__team > div > article {
        display: block;
    }
    section.neo__team > div > article > div {
        width: 100%;
    }
    section.neo__team > div > article > div:first-child {
        padding-right: 0;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 640px) {
    header nav {
        padding-right: 30px;
    }
    .neo__hero h1 br {
        display: none;
    }
    section > div {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    #building-stats > div {
        padding-top: 45px;
    }
    .neo__grid._img_left > div,
    .neo__grid > div {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    section.neo__floorplans > div > div > aside ul li {
        display: block;
        padding: 45px 0 15px;
    }
    section.neo__floorplans > div > div > aside ul li > button {
        padding-left: 0;
        padding-right: 0;
        margin: 20px 0 0;
    }
    .neo__grid._layout1 > div {
        padding-bottom: 0;
    }
    .neo__grid._layout1 > div article {
        margin-bottom: 45px;
    }
    .neo__slider {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .neo__slider .slick-slide {
        margin-right: 50px;
    }
    .neo__slider .slick-list {
        padding-left: 50px;
        padding-right: 50px;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .neo__slider .slick-arrows {
        bottom: 50px;
        left: 45px;
    }
    .neo__stack .neo__accordion_container {
        max-height: 230px;
    }
    .neo__stack .neo__accordion_container .neo_each_accordion h3 {
        margin-bottom: 0;
    }
    .neo__accordion_container .title {
        padding: 10px 0;
    }
    .neo__stack.neo__grid._layout2 > div > aside > div > img,
    .neo__stack.neo__grid._layout2 > div > aside > div > svg,
    .neo__stack > div > aside > div > img,
    .neo__stack > div > aside > div > svg {
        max-width: 150px;
    }
}
@media screen and (max-width: 480px) {
    header nav {
        padding-left: 30px;
    }
}
@media screen and (max-width: 420px) {
    .neo__slider .slick-slide article > div {
        max-width: 80vw;
    }
    .neo__slider .slick-slide article > div p:last-child:after {
        max-width: 80vw;
    }
}
@media screen and (max-width: 380px) {
    ._likeh1,
    h1 {
        font-size: 60px;
    }
}
@media screen and (max-width: 380px) and (max-width: 380px) {
    ._likeh1,
    h1 {
        font-size: calc(60px + -15 * (100vw - 380px) / -60);
    }
}
@media screen and (max-width: 380px) and (max-width: 320px) {
    ._likeh1,
    h1 {
        font-size: 45px;
    }
}
@media screen and (max-width: 380px) {
    ._likeh2,
    h2 {
        font-size: 45px;
    }
}
@media screen and (max-width: 380px) and (max-width: 380px) {
    ._likeh2,
    h2 {
        font-size: calc(45px + -5 * (100vw - 380px) / -60);
    }
}
@media screen and (max-width: 380px) and (max-width: 320px) {
    ._likeh2,
    h2 {
        font-size: 40px;
    }
}

.neo_btn_inverted {
    color: rgb(52, 62, 72);
}

#home-leasing .aos-init a[href*="team-contact"] {
    color: rgb(52, 62, 72);
}
