@import url("https://use.typekit.net/ijk8sjb.css");
@font-face {
  font-family: "PPNeueMachina";
  src: url("../fonts/ppneuemachina-inktraplight-webfont.woff2") format("woff2"), url("../fonts/ppneuemachina-inktraplight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --lilac: #b7a7df;
  --midgreen: #218062;
  --turquoise: #3d9eb8;
  --darkgreen: #0a3738;
  --stronggreen: #1c4733;
  --whitegreen: #edfeef;
  --darkblue: #052b3d;
  --white: #ffffff;
  --linen: #f2eee8;
  --naturalgreen: #2d5954;
  --lightgreen: #d1f8c8;
  --palegreen: #f2fcf3;
  --deepoffgreen: #ccd8ce;
  --offgreen: #d6e0d8;
  --midgrey: #707070;
  --lightgrey: #e2e9e3;
  --tan: #eeeae2;
  --orange: #ea825e;
  --lightorange: #f0aa67;
  --light: #edfeef;
  --family: "neue-haas-grotesk-text", sans-serif;
  --title: "PPNeueMachina", "neue-haas-grotesk-text", sans-serif;
  --regular: 400;
  --bold: 700;
}

.color-darkgreen {
  color: var(--darkgreen);
}

.color-darkblue {
  color: var(--darkblue);
}

.color-lightgreen {
  color: var(--lightgreen);
}

.color-tan {
  color: var(--tan);
}

.color-orange {
  color: var(--orange);
}

.color-lightorange {
  color: var(--lightorange);
}

.color-white {
  color: var(--white);
}

.color-offgreen {
  color: var(--offgreen);
}

.color-palegreen {
  color: var(--palegreen);
}

.color-deepoffgreen {
  color: var(--deepoffgreen);
}

.color-linen {
  color: var(--linen);
}

.color-midgrey {
  color: var(--midgrey);
}

.color-lightgrey {
  color: var(--lightgrey);
}

.color-stronggreen {
  color: var(--stronggreen);
}

.color-whitegreen {
  color: var(--whitegreen);
}

.color-turquoise {
  color: var(--turquoise);
}

.color-midgreen {
  color: var(--midgreen);
}

.color-lilac {
  color: var(--lilac);
}

.bg-darkgreen {
  background-color: var(--darkgreen);
}

.bg-darkblue {
  background-color: var(--darkblue);
}

.bg-lightgreen {
  background-color: var(--lightgreen);
}

.bg-palegreen {
  background-color: var(--palegreen);
}

.bg-white {
  background-color: var(--white);
}

.bg-tan {
  background-color: var(--tan);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-lightorange {
  background-color: var(--lightorange);
}

.bg-offgreen {
  background-color: var(--offgreen);
}

.bg-deepoffgreen {
  background-color: var(--deepoffgreen);
}

.bg-linen {
  background-color: var(--linen);
}

.bg-midgrey {
  background-color: var(--midgrey);
}

.bg-lightgrey {
  background-color: var(--lightgrey);
}

.bg-stronggreen {
  background-color: var(--stronggreen);
}

.bg-whitegreen {
  background-color: var(--whitegreen);
}

.bg-lilac {
  background-color: var(--lilac);
}

.bg-midgreen {
  background-color: var(--midgreen);
}

.bg-turquoise {
  background-color: var(--turquoise);
}

.border-black {
  border-color: #000;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.small-desktop {
  display: block;
}

.small-mobile {
  display: none;
}

#app h2 {
  font-size: 60px;
  line-height: 64px;
  font-family: var(--title);
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: #edeae7;
  font-family: var(--family) !important;
  font-weight: var(--regular);
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

#app {
  padding: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
}

#app.active {
  opacity: 1 !important;
}

p {
  font-weight: 300;
}

.g-module-full {
  width: 100%;
  height: 100vh;
  position: relative;
}

.g-module-lg-pad {
  padding: 110px 0;
}

.g-module-lg-pad-top {
  padding-top: 110px;
}

.g-margin-bottom-lg {
  margin-bottom: 110px;
}

.g-image-bleed {
  position: relative;
}

.g-image-bleed-img {
  background-size: cover;
  position: absolute;
}

.g-img-full {
  width: 100%;
}

.g-title-h3 {
  padding: 10px 20px 5px;
  font-size: 17px;
  border: 1px solid var(--white);
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--lightgreen);
  font-family: var(--title);
}

.g-title-h3-green {
  background-color: var(--lightgreen);
  border-color: var(--darkgreen);
  color: var(--darkgreen);
  padding: 12px 20px 6px;
}

button.g-title-h3 {
  background-color: var(--darkgreen);
  border: none;
  color: var(--lightgreen);
  transition: 0.2s;
}

.g-title-border-green {
  border-color: var(--darkgreen);
  color: var(--darkgreen);
}

#downloads .g-title-h3 {
  margin-bottom: 0;
}

.g-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -55%, 0);
  max-width: auto;
  max-height: 40%;
  opacity: 0;
  transition: 3s 1s;
}

.g-logo.active {
  opacity: 1 !important;
}

.g-logo img {
  height: 100%;
  width: auto;
}

.g-arrow {
  width: 40px;
  height: 45px;
  animation: arrow 2s ease-in-out infinite;
}

@keyframes arrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.g-module-header {
  background-color: #204848;
  background: linear-gradient(-45deg, #eeeae2, #d1f8c8, #204848, #204848);
  background-size: 400% 400%;
  animation: gradient 5s ease;
  overflow: hidden;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.g-tagline {
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #ffffff;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  font-family: var(--title);
  font-size: 18px;
}

.g-tagline.active {
  opacity: 1;
  transition: opacity 1s 4s;
}

.g-header-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 200px auto;
  animation: pattern 5s ease-in-out;
}

.g-simple-icon {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  height: 100%;
  align-items: center;
  margin-bottom: 70px;
  justify-content: center;
}

.g-simple-icon img {
  width: auto;
  max-width: 100%;
  max-height: 150px;
  height: auto;
}

.section-download {
  padding: 50px 0;
}

.section-footer {
  padding: 70px 0;
  background-size: 200px auto;
  background-repeat: repeat;
}

.section-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: var(--title);
}

.g-divide-light {
  background-color: var(--light);
  margin: 40px 0;
  width: 100%;
  height: 1px;
}

.footer-name {
  color: var(--lightgreen);
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--title);
}

.footer-agent-logo {
  display: flex;
}

.footer-agent-logo img {
  max-width: 140px;
  max-height: 75px;
}

.footer-legals {
  font-size: 12px;
  transition: 0.2s;
}

.g-graphicks img {
  max-width: 250px;
  height: auto;
}

.g-graphicks,
.section-footer ul a,
.section-footer ul a:active,
.section-footer ul a:visited {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}

@keyframes pattern {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1199.98px) {
  .section-footer ul {
    font-size: 14px;
  }
  .footer-name {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .g-simple-icon {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
  }
  .g-simple-icon img {
    width: auto;
    max-width: 100%;
    max-height: 100px;
    height: auto;
  }
  .g-module-lg-pad {
    padding: 70px 0;
  }
  .footer-legals {
    font-size: 10px;
  }
  .g-module-mobile-divide {
    margin-bottom: 70px;
  }
  #app h2 {
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 53px;
  }
  .g-margin-bottom-lg {
    margin-bottom: 50px;
  }
  .g-module-lg-pad-top {
    padding-top: 70px;
  }
}
@media (max-width: 767.98px) {
  .section-footer ul {
    margin-top: 30px;
  }
  .footer-legals {
    margin-top: 30px;
  }
  .section-download {
    text-align: center;
  }
  .section-download button {
    margin-top: 30px;
  }
  .g-logo {
    height: auto;
    width: 60%;
  }
  .g-logo img {
    height: auto;
    width: 100%;
  }
  .g-tagline {
    width: 80%;
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .small-desktop {
    display: none;
  }
  .small-mobile {
    display: block;
  }
  .g-logo {
    width: 80%;
  }
  #app h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (hover: hover) {
  .g-graphicks:hover,
  .section-footer ul a:hover,
  button.g-title-h3:hover {
    opacity: 0.6;
  }
}
.app h1,
.app h2,
.app h3 {
  font-family: "PPNeueMachina", sans-serif;
}

.app h1 {
  font-size: 9vw !important;
  line-height: 9.1vw !important;
}
@media (min-width: 1199.98px) {
  .app h1 {
    font-size: 130px !important;
    line-height: 135px !important;
  }
}
@media (max-width: 767.98px) {
  .app h1 {
    font-size: 10.5vw !important;
    line-height: 10.6vw !important;
  }
}

.app .g-module-hero-half p,
.app .g-module-hero p {
  font-family: "PPNeueMachina", sans-serif;
  font-size: calc(10px + 1vw) !important;
  line-height: calc(18px + 1.5vw) !important;
  margin-top: calc(10px + 1vw) !important;
  margin-bottom: 0 !important;
}

.app h2 {
  margin-bottom: 60px !important;
  font-size: 54px !important;
  line-height: 58px !important;
}

@media (max-width: 1199.98px) {
  .app h2 {
    font-size: 40px !important;
    line-height: 43px !important;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 991.98px) {
  .app h2 {
    font-size: 40px !important;
    line-height: 43px !important;
    margin-bottom: 40px !important;
  }
}
.app h2.center {
  text-align: center;
}

.app h3 {
  margin-bottom: 50px !important;
  font-size: 58px !important;
  line-height: 62px !important;
}

.app h3.center {
  text-align: center;
}

@media (max-width: 767.98px) {
  .app h3 {
    margin-bottom: 40px !important;
    font-size: 48px !important;
    line-height: 52px !important;
  }
}
.app p {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 15px !important;
  line-height: 22px !important;
}

.app .text-right {
  text-align: right;
}

.app .text-left {
  text-align: left;
}

.app .text-center {
  text-align: center;
}

.app .button-title,
.app button {
  font-family: "PPNeueMachina", sans-serif !important;
  border-width: 1px;
  border-style: solid;
  transition: 0.2s;
  height: 40px;
  line-height: 38px;
  border-radius: 24px !important;
  padding: 0 20px;
  font-size: 14px;
}

.app button.plain {
  background-color: transparent;
  color: #0a3738;
}

.app button.light {
  background-color: transparent;
  border-color: #ffffff;
  color: #d1f8c8;
}

.app button.download {
  background-color: #0a3738;
  color: #d1f8c8;
  border-color: #0a3738;
}

.app button.download:hover {
  background-color: #d1f8c8;
  color: #0a3738;
}

.app button.download:active {
  transition: 0s;
  color: #ffffff;
  background-color: #ea825e;
}

.app button.light {
  background-color: #d1f8c8;
  color: #0a3738;
  border-color: #0a3738;
}

.app button.light:hover {
  background-color: #2d5954;
  color: #ffffff;
  border-color: #d1f8c8;
}

.app button.light:active {
  transition: 0s;
  color: #ffffff;
  background-color: #ea825e;
}

.app button.light.three-60 {
  padding-left: 42px;
  background-size: 26px 26px;
  background-position: 8px center;
  background-repeat: no-repeat;
}

.app .button-title {
  display: inline-block;
}

.app .button-title.plans {
  height: 50px !important;
  line-height: 48px !important;
  border-radius: 36px !important;
  padding: 0 18px;
  font-size: 21px;
  margin: 0 0 20px !important;
}

@media (max-width: 767.98px) {
  .app .button-title.plans {
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 24px !important;
    padding: 0 18px;
    font-size: 16px !important;
  }
}
.app {
  transition: 0.6s;
  opacity: 0;
  height: auto;
}

.app.active {
  opacity: 1;
}

.app .pad-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.app .pad-large-top {
  padding-top: 100px;
}

.app .pad-large-bottom {
  padding-bottom: 100px;
}

.app .pad-medium-bottom {
  padding-bottom: 80px;
}

.app .pad-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.app .pad-small {
  padding-top: 50px;
  padding-bottom: 50px;
}

.app .px-0-r {
  padding-right: 0;
}

.app .g-desktop {
  display: block;
}

.app .g-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .app .g-desktop {
    display: none;
  }
  .app .g-mobile {
    display: block;
  }
  .app .pad-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .app .pad-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .app .pad-large-top {
    padding-top: 80px;
  }
  .app .pad-large-bottom {
    padding-bottom: 80px;
  }
  .app .pad-medium-bottom {
    padding-bottom: 50px;
  }
  .app .g-relative {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .app .g-desktop {
    display: none;
  }
  .app .g-mobile {
    display: block;
  }
  .app .pad-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .app .pad-medium {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .app .pad-large-top {
    padding-top: 50px;
  }
  .app .pad-large-bottom {
    padding-bottom: 50px;
  }
}
.app .g-module {
  display: block;
}

.app .g-module .g-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100px;
  background-position: center top;
  z-index: 1;
}

.app .g-module .g-pattern.active {
  opacity: 0.5;
  transition: 1.8s;
}

.app .g-module .g-logo {
  opacity: 0;
  transition: 0.6s 1.2s;
  position: relative;
  z-index: 2;
  max-height: 40vh;
}

.app .g-module .g-logo img {
  width: auto;
  height: 100%;
}

.app .g-module .g-logo.active {
  opacity: 1;
}

.app .g-module .border-all {
  overflow: hidden;
  border-radius: 12px;
}

.app .g-module .border-top-left {
  overflow: hidden;
  border-radius: 12px 0 0 0;
}

.app .g-module .border-top {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.app .g-module .border-right {
  overflow: hidden;
  border-radius: 0 12px 12px 0;
}

.app .g-module .border-left {
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.app .g-module .bgimage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.app .g-module .overflow-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left center;
}

.app .g-module .overflow-img.img-center {
  background-position: center;
}

.app .g-module.g-module-hero-half,
.app .g-module.g-module-hero {
  font-family: "PPNeueMachina", sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: 100vh;
}

.app .g-module.g-module-hero-half.active,
.app .g-module.g-module-hero.active {
  transition: 0.6s 0.6s ease-in-out;
  height: 50vh;
}

.app .g-module.g-module-hero-half .strapline,
.app .g-module.g-module-hero .strapline {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.6s 1.2s;
}

.app .g-module.g-module-hero-half .strapline.active,
.app .g-module.g-module-hero .strapline.active {
  opacity: 1;
}

.app .g-module.g-module-hero-half .arrow,
.app .g-module.g-module-hero .arrow {
  width: 40px;
  height: 46px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: 20px;
  margin-left: -20px;
  animation: arrow 2s ease-in-out infinite;
  z-index: 2;
}

.app .g-module.g-module-hero-half .arrow.orange,
.app .g-module.g-module-hero .arrow.orange {
  background-image: url(../imgs/down_arrow_orange.png);
}

.app .g-module.g-module-hero-half .arrow.dark,
.app .g-module.g-module-hero .arrow.dark {
  background-image: url(../imgs/down_arrow_dark.png);
}

.app .g-module.g-module-hero-half .arrow.green,
.app .g-module.g-module-hero .arrow.green {
  background-image: url(../imgs/down_arrow_green.png);
}

.app .g-module.g-module-hero-half .arrow.active,
.app .g-module.g-module-hero .arrow.active {
  transition: 0.6s 1.8s ease-in-out;
  opacity: 1;
}

@keyframes arrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 991.98px) {
  .app .g-module.g-module-hero-half .g-logo img,
  .app .g-module.g-module-hero .g-logo img {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-module-hero-half p,
  .app .g-module.g-module-hero p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
    margin-bottom: 0;
  }
}
.app .g-module .half-para p {
  width: 80%;
}

@media (max-width: 575.98px) {
  .app .g-module .half-para p {
    width: 100%;
  }
}
.app .g-module .g-flex-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app .g-module .g-flex-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
  .app .g-module .g-flex-row .inner {
    width: 100%;
    margin-top: 30px;
  }
}
.app .g-module .g-flex-row button,
.app .g-module .g-flex-row .button-title {
  margin-right: 20px;
}

@media (max-width: 991.98px) {
  .app .g-module .g-flex-row .inner {
    width: auto;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .app .g-module .g-flex-row .inner {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .app .g-module .g-flex-row {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .app .g-module .g-flex-row button,
  .app .g-module .g-flex-row .button-title {
    text-align: center;
    margin-right: 0;
  }
  .app .g-module .g-flex-row .button-title.single {
    margin-bottom: 30px;
  }
  .app .g-module .g-flex-row .inner {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app .g-module .g-flex-row button {
    margin-bottom: 20px;
    width: 220px;
  }
  .app .g-module .g-flex-row button:last-child {
    margin-bottom: 0;
  }
}
.app .g-module .row.bgimage {
  background-size: cover;
  background-position: center;
}

.app .g-module .row img {
  width: 100%;
}

.app .g-module .row .flex-right {
  flex-flow: row-reverse;
}

.app .g-module .row-half {
  width: 50%;
}

@media (max-width: 991.98px) {
  .app .g-module .row-half {
    width: 100%;
  }
}
.app .g-module .row-1-3 {
  width: 33.33333%;
}

@media (max-width: 991.98px) {
  .app .g-module .row-1-3 {
    width: 100%;
  }
}
.app .g-module .row-2-3 {
  width: 66.66666%;
}

@media (max-width: 991.98px) {
  .app .g-module .row-2-3 {
    width: 100%;
  }
}
.app .g-module .line-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.app .g-module .line-list li {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

.app .g-module .line-list li:last-child {
  border: none;
}

@media (max-width: 991.98px) {
  .app .g-module.g-downloads {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .app .g-module.g-downloads .buttons.buttons-dowload {
    margin-top: 30px;
  }
  .app .g-module.g-downloads .buttons.buttons-dowload .download {
    margin: 0 15px;
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-downloads .buttons.buttons-dowload {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app .g-module.g-downloads .buttons.buttons-dowload a {
    margin-bottom: 20px;
  }
  .app .g-module.g-downloads .buttons.buttons-dowload a:last-child {
    margin-bottom: 0;
  }
  .app .g-module.g-downloads .buttons.buttons-dowload .download {
    margin: 0px;
    width: 250px;
  }
}
.app .g-module.g-building-amenities .amenities .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  row-gap: 0px;
}

.app .g-module.g-building-amenities .amenities .grid .entry {
  margin: 0 10px;
}

.app .g-module.g-building-amenities .amenities .grid .entry:first-child {
  margin-left: 0;
}

.app .g-module.g-building-amenities .amenities .grid .entry:last-child {
  margin-right: 0;
}

.app .g-module.g-building-amenities .amenities .grid .entry img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .app .g-module.g-building-amenities .amenities .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    row-gap: 10px;
  }
}
.app .g-module.g-page-downloads {
  background-color: #f4fcf5;
}

.app .g-module.g-page-downloads .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  row-gap: 55px;
}

.app .g-module.g-page-downloads .grid .entry img {
  width: 100%;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
  .app .g-module.g-page-downloads .grid {
    gap: 40px;
    row-gap: 35px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-page-downloads .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.app .g-module.g-home-sustainability .grid {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  row-gap: 20px;
}

.app .g-module.g-home-sustainability .grid .entry.entry-para {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: left;
}

.app .g-module.g-home-sustainability .grid .entry.entry-icon-first {
  grid-column-start: 4;
  grid-column-end: 4;
}

@media (max-width: 991.98px) {
  .app .g-module.g-home-sustainability .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .app .g-module.g-home-sustainability .grid .entry.entry-para {
    text-align: left;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  .app .g-module.g-home-sustainability .grid .entry.entry-icon-first {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-home-sustainability .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 10px;
  }
  .app .g-module.g-home-sustainability .grid .entry.entry-para {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .app .g-module.g-home-sustainability .grid .entry img {
    width: 80%;
  }
}
.app .g-module.g-building-specification .grid {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  row-gap: 30px;
}

.app .g-module.g-building-specification .grid img {
  width: 100%;
  max-width: 160px;
  max-height: 160px;
}

.app .g-module.g-building-specification .grid .title {
  color: #d1f8c8;
  text-transform: uppercase;
  font-family: "PPNeueMachina", sans-serif;
  margin: 10px 0;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .app .g-module.g-building-specification .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-building-specification .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-building-specification .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    row-gap: 20px;
  }
  .app .g-module.g-building-specification .grid .grid-entry {
    text-align: center;
    padding: 0 30px;
  }
  .app .g-module.g-building-specification .grid .grid-entry .title {
    font-size: 18px;
  }
}
.app .g-module.g-sustainbility-intro .content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.app .g-module.g-sustainbility-intro .g-height {
  height: 100%;
}

.app .g-module.g-sustainbility-intro .grid {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  row-gap: 1px;
  height: 100%;
}

@media (max-width: 767.98px) {
  .app .g-module.g-sustainbility-intro .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.app .g-module.g-sustainbility-intro .grid .entry {
  display: flex;
  flex-direction: row;
  background-color: #d6e0d8;
  color: #0a3738;
  padding: 20px;
  text-align: left;
  align-items: center;
}

.app .g-module.g-sustainbility-intro .grid .entry p {
  margin-bottom: 0;
}

.app .g-module.g-sustainbility-intro .grid .entry img {
  max-width: 50%;
  padding: 0 20px;
}

@media (max-width: 767.98px) {
  .app .g-module.g-sustainbility-intro .grid .entry img {
    max-width: 40%;
    max-height: 120px;
    width: auto;
  }
}
.app .g-module.g-sustain-credentials .content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.app .g-module.g-sustain-credentials .logos {
  background-size: 14.5vw;
  padding: 30px 0;
  background-image: url(../imgs/bg_green.png);
}

.app .g-module.g-sustain-credentials .grid {
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin: 3vw 0 4vw;
}

.app .g-module.g-sustain-credentials .grid:last-child {
  margin-bottom: 0;
}

.app .g-module.g-sustain-credentials .grid .entry {
  width: 25%;
  padding: 20px 0;
  margin: 0 30px;
}

.app .g-module.g-sustain-credentials .grid.grid-3 {
  width: 75%;
  margin-left: 12.5%;
}

.app .g-module.g-sustain-credentials .grid.grid-3 .entry {
  width: 33.333333%;
}

@media (max-width: 991.98px) {
  .app .g-module.g-sustain-credentials {
    background-size: 100px;
  }
  .app .g-module.g-sustain-credentials .logos {
    background: none !important;
  }
  .app .g-module.g-sustain-credentials .grid .entry {
    padding: 20px 0;
    margin: 0 30px;
  }
  .app .g-module.g-sustain-credentials .grid.grid-3 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-sustain-credentials .entry {
    width: 50%;
  }
}
.app .g-module.g-gallery {
  position: relative;
}

.app .g-module.g-gallery .container-fluid {
  position: absolute;
}

@media (max-width: 767.98px) {
  .app .g-module.g-gallery .container-fluid {
    position: relative;
  }
}
.app .g-module.g-gallery .col-relative {
  position: relative;
}

.app .g-module.g-gallery .col-relative .entry-1 {
  width: 100%;
  height: 500px;
  background-size: cover;
}

.app .g-module.g-gallery .col-relative img {
  width: 100%;
}

.app .g-module.g-gallery .gallery {
  position: relative;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: row;
  text-align: right;
  align-items: end;
}

@media (max-width: 767.98px) {
  .app .g-module.g-gallery .gallery {
    width: 83.3333333333vw;
    margin-left: 8.3333333333vw;
  }
  .app .g-module.g-gallery .gallery img.border-mobile {
    border-radius: 9px;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-gallery .gallery {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .app .g-module.g-gallery .gallery {
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .app .g-module.g-gallery .gallery {
    margin-top: 170px;
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-gallery .gallery {
    flex-direction: column;
    padding: 0 0.75rem;
    margin-top: 0;
  }
}
.app .g-module.g-gallery .gallery .left {
  width: 35%;
}

@media (max-width: 767.98px) {
  .app .g-module.g-gallery .gallery .left {
    width: 100%;
  }
}
.app .g-module.g-gallery .gallery .left .entry {
  width: 100%;
}

.app .g-module.g-gallery .gallery .left .entry.entry-small {
  width: 70%;
}

@media (max-width: 1399.98px) {
  .app .g-module.g-gallery .gallery .left .entry.entry-small {
    width: 60%;
  }
}
.app .g-module.g-gallery .gallery .right {
  width: 65%;
}

@media (max-width: 767.98px) {
  .app .g-module.g-gallery .gallery .right {
    width: 100%;
  }
}
.app .g-module.g-gallery .gallery .right .entry {
  width: calc(100% - 70px);
  margin-left: 70px;
}

@media (max-width: 991.98px) {
  .app .g-module.g-gallery .gallery .right .entry {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}
.app .g-module.g-gallery .gallery .right .entry.entry-small {
  width: 70%;
}

@media (max-width: 991.98px) {
  .app .g-module.g-gallery .gallery .right .entry.entry-small {
    width: 60%;
  }
}
.app .g-module.g-gallery .gallery-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: start;
}

@media (max-width: 767.98px) {
  .app .g-module.g-gallery .gallery-bottom {
    flex-direction: column;
    padding: 0 0.75rem;
    width: 83.3333333333vw;
    margin-left: 8.3333333333vw;
  }
  .app .g-module.g-gallery .gallery-bottom img.border-mobile {
    border-radius: 9px;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-gallery .gallery-bottom {
    width: 100%;
    margin-left: 0;
  }
}
.app .g-module.g-gallery .gallery-bottom .entry.entry-1 {
  width: 30%;
  margin-left: calc(10% + 70px);
}

@media (max-width: 991.98px) {
  .app .g-module.g-gallery .gallery-bottom .entry.entry-1 {
    margin-left: calc(10% + 50px);
  }
}
.app .g-module.g-gallery .gallery-bottom .entry.entry-2 {
  width: 40%;
  margin-left: 70px;
}

@media (max-width: 991.98px) {
  .app .g-module.g-gallery .gallery-bottom .entry.entry-2 {
    margin-left: 50px;
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-gallery .gallery-bottom .entry {
    width: 100%;
  }
}
.app .g-module.g-gallery .flex-bottom {
  align-items: end;
}

.app .g-module.g-gallery .flex-bottom .entry-small {
  width: 70%;
}

.app .g-module.g-gallery .entry-pad {
  padding-left: 40px;
}

.app .g-module.g-gallery .entry {
  margin-bottom: 70px;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .app .g-module.g-gallery .entry {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-gallery .entry {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}
.app .g-module .location-map img {
  padding: 40px;
}

.app .g-module.g-travel-times .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "PPNeueMachina", sans-serif;
}

.app .g-module.g-travel-times .content .entry {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 100px;
}

.app .g-module.g-travel-times .content .entry:nth-child(4) {
  margin-bottom: 0px;
}

@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry {
    width: 50%;
    height: 400px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
  }
  .app .g-module.g-travel-times .content .entry:nth-child(3),
  .app .g-module.g-travel-times .content .entry:nth-child(4) {
    margin-bottom: 0px;
  }
}
.app .g-module.g-travel-times .content .entry .icon {
  width: 120px;
  margin-right: 20px;
}

.app .g-module.g-travel-times .content .entry .icon img {
  width: 120px;
}

@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.app .g-module.g-travel-times .content .entry .vehicle {
  width: auto;
  padding: 0 24px;
  border-radius: 24px;
  line-height: 40px;
  background-color: #2d5954;
  height: 40px;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  color: #d1f8c8;
}

@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry .vehicle {
    height: 40px;
    width: auto;
    text-align: center;
  }
}
.app .g-module.g-travel-times .content .entry .times {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
}

@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry .times {
    flex-direction: column;
    height: 100%;
    align-items: center;
    top: auto;
    transform: translateY(0);
  }
}
.app .g-module.g-travel-times .content .entry .times .line {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #2d5954;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry .times .line {
    width: 1px;
    height: 100%;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.app .g-module.g-travel-times .content .entry .times.car {
  width: 65%;
}

.app .g-module.g-travel-times .content .entry .times.bicycle {
  width: 100%;
}

.app .g-module.g-travel-times .content .entry .times.metro {
  width: 100%;
}

.app .g-module.g-travel-times .content .entry .times.train {
  width: 80%;
}

.app .g-module.g-travel-times .content .entry .times .location {
  width: 1px;
  height: 100%;
  background-color: #2d5954;
  position: relative;
}

@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry .times .location {
    width: 40px;
    height: 1px;
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-travel-times .content .entry .times .location {
    font-size: 12px;
    width: 30px;
  }
}
.app .g-module.g-travel-times .content .entry .times .location .label {
  position: absolute;
  top: 0;
  transform: translate3d(-50%, -100%, 0);
  color: #ffffff;
  text-align: center;
  width: 150px;
}

@media (max-width: 1199.98px) {
  .app .g-module.g-travel-times .content .entry .times .location .label {
    font-size: 14px;
    line-height: 16px;
    width: 82px;
  }
}
@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry .times .location .label {
    top: 50%;
    left: -10px;
    text-align: right;
    transform: translate3d(-100%, -50%, 0);
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .app .g-module.g-travel-times .content .entry .times .location .label {
    width: 120px;
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-travel-times .content .entry .times .location .label {
    width: 80px;
    left: -5px;
    font-size: 12px;
    line-height: 15px;
  }
}
.app .g-module.g-travel-times .content .entry .times .location .mins {
  position: absolute;
  bottom: 0;
  transform: translate3d(-50%, 100%, 0);
  color: #2d5954;
  width: 150px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .app .g-module.g-travel-times .content .entry .times .location .mins {
    bottom: 50%;
    right: -10px;
    text-align: left;
    transform: translate3d(100%, 50%, 0);
  }
}
@media (max-width: 575.98px) {
  .app .g-module.g-travel-times .content .entry .times .location .mins {
    width: 70px;
    right: -5px;
  }
}
.app .g-module.g-module-tea .infographic {
  width: 100%;
  position: relative;
  height: calc((83.333vw - 1.5rem) * 0.05 * 13);
  font-family: "PPNeueMachina", sans-serif;
}

.app .g-module.g-module-tea .infographic .headline {
  text-align: right;
  color: #d1f8c8;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.6s ease-in-out;
}

.app .g-module.g-module-tea .infographic .headline .big {
  font-size: 150px;
  line-height: 130px;
}

.app .g-module.g-module-tea .infographic .headline .small {
  font-size: 48px;
  line-height: 50px;
}

.app .g-module.g-module-tea .infographic .headline .big {
  font-size: 9.4444444444vw;
  line-height: 8.5vw;
}

.app .g-module.g-module-tea .infographic .headline .small {
  font-size: 3.623173913vw;
  line-height: 2.083325vw;
}

@media (max-width: 575.98px) {
  .app .g-module.g-module-tea .infographic .headline .big {
    font-size: 11.1111111111vw;
    line-height: 10vw;
  }
  .app .g-module.g-module-tea .infographic .headline .small {
    font-size: 4vw;
    line-height: 2.8571428571vw;
  }
}
.app .g-module.g-module-tea .infographic .headline.active {
  top: 0px;
  transform: translateY(0);
}

.app .g-module.g-module-tea .infographic .subheadline {
  color: #ffffff;
  font-size: 70px;
  line-height: 80px;
  position: absolute;
  text-align: right;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s 1.6s ease-in-out;
  transform: translateY(36.8888888889vw);
  font-size: 4.6111111111vw;
  line-height: 5.1875vw;
}

@media (max-width: 767.98px) {
  .app .g-module.g-module-tea .infographic .subheadline {
    transform: translateY(36.4035087719vw);
    font-size: 4.6111111111vw;
    line-height: 5.1875vw;
  }
}
.app .g-module.g-module-tea .infographic .subheadline.active {
  opacity: 1;
}

.app .g-module.g-module-tea .infographic .cups {
  position: relative;
  width: 100%;
  height: 100%;
}

.app .g-module.g-module-tea .infographic .cups .cup {
  position: absolute;
  width: calc((83.333vw - 1.5rem) * 0.05);
  height: calc((83.333vw - 1.5rem) * 0.04666);
  visibility: hidden;
  background-size: 100% 100%;
}

.app .g-module.g-module-tea .infographic .cups .cup.active {
  visibility: visible;
}

@media (max-width: 575.98px) {
  .app .g-module.g-module-tea .infographic {
    height: calc((100vw - 1.5rem) * 0.05 * 13);
  }
  .app .g-module.g-module-tea .infographic .cup {
    width: calc((100vw - 1.5rem) * 0.05);
    height: calc((100vw - 1.5rem) * 0.04666);
  }
  .app .g-module.g-module-tea .infographic .subheadline {
    transform: translateY(calc((100vw - 1.5rem) / 2.18));
    font-size: calc((100vw - 1.5rem) / 18);
    line-height: calc((100vw - 1.5rem) / 16);
  }
}
.page-id-51 .bar,
.page-id-49 .bar,
.page-id-2 .bar {
  background-color: #d1f8c8;
}

.page-id-55 .bar {
  background-color: #0a3738;
}

.page-id-53 .bar {
  background-color: #ea825e;
}

.g-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  font-family: "PPNeueMachina", sans-serif;
  text-transform: uppercase;
}

.g-header .burger {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 999;
  cursor: pointer;
}
.g-header .burger:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

@media (max-width: 767.98px) {
  .g-header .burger {
    right: 30px;
    top: 30px;
  }
}
.g-header .burger .bar {
  width: 34px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-2px);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  transform-origin: center;
}

.g-header .burger .bar.top {
  transform: translateY(-10px);
}

.g-header .burger .bar.bottom {
  transform: translateY(6px);
}

.g-header .burger.active .bar {
  background-color: #1c4733;
}

.g-header .burger.active .bar.top {
  transform: translateY(-2px) rotateZ(45deg);
}

.g-header .burger.active .bar.bottom {
  transform: translateY(-2px) rotateZ(-45deg);
}

.g-header .burger.active .bar.middle {
  opacity: 0;
}

.g-header .panel {
  position: fixed;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.4s ease-in-out;
  background-color: #eeeae2;
  z-index: 998;
}

.g-header .panel #menu-mainmenu,
.g-header .panel ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 120px;
}

@media (max-width: 767.98px) {
  .g-header .panel #menu-mainmenu,
  .g-header .panel ul {
    margin-top: 100px;
  }
}
.g-header .panel #menu-mainmenu a,
.g-header .panel #menu-mainmenu a:hover,
.g-header .panel #menu-mainmenu a:visited,
.g-header .panel ul a,
.g-header .panel ul a:hover,
.g-header .panel ul a:visited {
  text-decoration: none;
}

.g-header .panel #menu-mainmenu li,
.g-header .panel ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.g-header .panel #menu-mainmenu a,
.g-header .panel ul a {
  font-size: 48px;
  height: 100px;
  line-height: 98px;
  padding: 15px 40px;
  border: 0.75px solid #0a3738;
  color: #1c4733;
  border-radius: 60px;
  text-wrap: nowrap;
  transition: 0.2s;
}

.g-header .panel #menu-mainmenu a:hover,
.g-header .panel ul a:hover {
  background-color: #1c4733;
  border-color: #d1f8c8;
  color: #ffffff;
}

.g-header .panel #menu-mainmenu a:active,
.g-header .panel ul a:active {
  background-color: #ea825e;
  border-color: #1c4733;
  transition: 0s;
}

.g-header .panel.active {
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  .g-header .panel #menu-mainmenu a,
  .g-header .panel ul a {
    font-size: 26px;
    height: 70px;
    line-height: 68px;
  }
}
@media (max-width: 767.98px) {
  .g-header .panel #menu-mainmenu li,
  .g-header .panel ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .g-header .panel #menu-mainmenu a,
  .g-header .panel ul a {
    font-size: 20px;
    height: 60px;
    line-height: 58px;
  }
}
@media (max-width: 575.98px) {
  .g-header .panel #menu-mainmenu a,
  .g-header .panel ul a {
    padding: 12px 30px;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
  }
}
.app .g-standard-carousel {
  position: relative;
}

.app .g-standard-carousel .carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 60vh;
  border-radius: 10px;
  background-color: #d1f8c8;
}

@media (max-width: 1199.98px) {
  .app .g-standard-carousel .carousel {
    height: 55vh;
  }
}
@media (max-width: 991.98px) {
  .app .g-standard-carousel .carousel {
    height: 45vh;
  }
}
@media (max-width: 767.98px) {
  .app .g-standard-carousel .carousel {
    height: 35vh;
  }
}
@media (max-width: 575.98px) {
  .app .g-standard-carousel .carousel {
    height: 30vh;
  }
}
.app .g-standard-carousel .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.app .g-standard-carousel .inner .slide {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
}

.app .g-standard-carousel .pips {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  display: flex;
  flex-direction: row;
}

.app .g-plans-carousel .plans-floors .floors {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.app .g-plans-carousel .plans-floors .floors p {
  color: #777;
}

@media (max-width: 991.98px) {
  .app .g-plans-carousel .plans-floors .floors {
    margin-bottom: 30px;
  }
}
.app .g-plans-carousel .plans-floors .floors .floor {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #376753;
}

.app .g-plans-carousel {
  position: relative;
}

.app .g-plans-carousel .container-fluid {
  position: relative;
}

.app .g-plans-carousel .container-fluid .building-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.app .g-plans-carousel .container-fluid .building {
  position: relative;
  width: calc(100% - 40px);
  margin-left: 40px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .app .g-plans-carousel .container-fluid .building {
    width: 100%;
    margin-left: 0;
  }
}
.app .g-plans-carousel .container-fluid .building .overlays {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.app .g-plans-carousel .container-fluid .building .overlays img {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

.app .g-plans-carousel .container-fluid .building .overlays img.active {
  opacity: 1;
}

.app .g-plans-carousel .floor {
  align-items: center;
}

.app .g-plans-carousel .floor .number,
.app .g-plans-carousel .floor .size {
  font-family: "PPNeueMachina", sans-serif;
  font-size: 32px;
}

.app .g-plans-carousel .floor .number {
  width: 25%;
}

.app .g-plans-carousel .floor .size {
  text-align: right;
  width: 35%;
}

.app .g-plans-carousel .floor .icon-button {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 7%;
}

.app .g-plans-carousel .floor .icon-button .icon {
  width: 60px;
  height: 36px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
  transition: 0.2s;
}

.app .g-plans-carousel .floor .icon-button .icon:hover {
  opacity: 0.6;
}

.app .g-plans-carousel .floor.title .number,
.app .g-plans-carousel .floor.title .size,
.app .g-plans-carousel .floor.title .icon {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.app .g-plans-carousel .floor.title .number {
  width: 25%;
}

.app .g-plans-carousel .floor.title .size {
  width: 35%;
}

.app .g-plans-carousel .floor.title .icon {
  width: 40%;
  text-align: right;
}

@media (max-width: 1199.98px) {
  .app .g-plans-carousel .floor .number,
  .app .g-plans-carousel .floor .size {
    font-size: 24px;
  }
  .app .g-plans-carousel .floor.title .number,
  .app .g-plans-carousel .floor.title .size,
  .app .g-plans-carousel .floor.title .icon {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .app .g-plans-carousel .floor .icon-button {
    padding-right: 5%;
  }
}
@media (max-width: 575.98px) {
  .app .g-plans-carousel .floor .icon-button {
    padding-right: 5%;
  }
  .app .g-plans-carousel .floor.title .number,
  .app .g-plans-carousel .floor.title .size,
  .app .g-plans-carousel .floor.title .icon {
    font-size: 14px;
  }
}
.app .g-plans-carousel .floor-button {
  transition: 0.2s;
  background-color: transparent;
  font-family: "PPNeueMachina", sans-serif;
  font-size: 38px;
  cursor: pointer;
}

.app .g-plans-carousel .floor-button .number,
.app .g-plans-carousel .floor-button .size {
  color: #ccd8ce;
}

.app .g-plans-carousel .floor-button.active {
  background-color: #d1f8c8;
}

.app .g-plans-carousel .floor-button.active .number,
.app .g-plans-carousel .floor-button.active .size {
  color: #0a3738;
}

.app .g-plans-carousel .button {
  width: 20px;
  height: 30px;
  background-color: #0a3738;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.app .g-plans-carousel .button.left {
  left: 30px;
}

.app .g-plans-carousel .button.right {
  right: 30px;
}

.app .g-plans-carousel .flex-center {
  display: flex;
  height: 100%;
  align-items: center;
}

.app .g-plans-carousel .flex-center .carousel {
  overflow: hidden;
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  overflow: hidden;
  margin-left: 40px;
}

.app .g-plans-carousel .flex-center .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.app .g-plans-carousel .flex-center .inner .slide {
  background-size: cover;
  height: 100%;
  width: 100%;
}

.app #floorplan-overlay {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 100vh;
  transform: 0.2s;
}

.app #floorplan-overlay.active {
  display: block;
}

.app #floorplan-overlay .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  border: none !important;
  transition: 0.2s;
  z-index: 999;
}

@media (max-width: 767.98px) {
  .app #floorplan-overlay .close {
    right: 10px;
    top: 10px;
  }
}
.app #floorplan-overlay .close .bar {
  position: absolute;
  width: 32px;
  height: 3px;
  transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
  background-color: #25564d;
}

.app #floorplan-overlay .close .bar.bar-bottom {
  transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}

.app #floorplan-overlay .close:hover {
  opacity: 0.6;
}

.app #floorplan-overlay .plans-layout {
  height: 100%;
}

.app #floorplan-overlay .plans-layout .inner {
  padding-left: 40px;
}

.app #floorplan-overlay .plans-layout .inner .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}

.app #floorplan-overlay .plans-layout .inner .slide.slide-first {
  position: relative;
  height: auto;
}

.app #floorplan-overlay .plans-layout .inner .slide.active {
  opacity: 1;
}

.app #floorplan-overlay .plans-layout .plan-details-top {
  padding-left: 5vw;
  position: relative;
  height: 100%;
}

.app #floorplan-overlay .plans-layout .plan-details-top .flex-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding-top: 80px;
  justify-content: space-between;
}

.app #floorplan-overlay .plans-layout .plan-details-top .north {
  width: 74px !important;
  height: auto;
}

@media (max-width: 991.98px) {
  .app #floorplan-overlay .plans-layout .plan-details-top .north {
    width: 40px !important;
    height: 66px;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .app #floorplan-overlay .plans-layout .plan-details-top .north {
    width: 30px !important;
    height: 50px;
  }
}
@media (max-width: 991.98px) {
  .app #floorplan-overlay .plans-layout {
    flex-flow: column;
    height: 100%;
    text-align: center;
  }
  .app #floorplan-overlay .plans-layout .plan-details-top {
    height: auto;
    padding-left: 0.75rem;
    flex: 0 1 auto;
  }
  .app #floorplan-overlay .plans-layout .plan-details-top .flex-box {
    padding-top: 50px;
  }
  .app #floorplan-overlay .plans-layout .plan-details-top .content-box {
    width: 100%;
    text-align: center;
  }
  .app #floorplan-overlay .plans-layout .plan-details-top .plans-layout-details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app #floorplan-overlay .plans-layout .plan-details-bottom {
    height: auto;
    flex: 1 1 auto;
  }
  .app #floorplan-overlay .plans-layout .flex-center {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .app #floorplan-overlay .plans-layout .flex-center .inner {
    width: 70%;
    height: auto;
    padding: 0;
    position: relative;
    margin: 0 15%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .app #floorplan-overlay .plans-layout .flex-center .inner {
    padding: 0;
    width: 90%;
    margin: 0 5%;
  }
}
@media (max-width: 767.98px) {
  .app #floorplan-overlay .plans-layout .plan-details-top .flex-box {
    padding-top: 30px;
  }
  .app #floorplan-overlay .plans-layout .plan-details-top h2 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575.98px) {
  .app #floorplan-overlay .plans-layout .plan-details-top .plans-layout-details {
    align-items: center;
  }
}
.app .g-standard-carousel button.direction,
.app .plans-layout button.direction {
  width: 30px;
  height: 59px;
  background-image: url(../imgs/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transition: 0.2s;
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 2px !important;
  background-color: transparent;
}

.app .g-standard-carousel button.direction.left,
.app .plans-layout button.direction.left {
  left: -80px;
  transform: translateY(-50%);
}

.app .g-standard-carousel button.direction.right,
.app .plans-layout button.direction.right {
  right: -80px;
  transform: translateY(-50%) rotateY(-180deg);
}

.app .g-standard-carousel button.direction:hover,
.app .plans-layout button.direction:hover {
  opacity: 0.6;
}

.app .g-standard-carousel button.direction:active,
.app .plans-layout button.direction:active {
  background-color: #ea825e;
  transition: 0s;
}

.app .g-standard-carousel button.pip,
.app .plans-layout button.pip {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #0a3738;
  margin: 0 4px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s;
  padding: 0;
}

.app .g-standard-carousel button.pip:hover,
.app .plans-layout button.pip:hover {
  opacity: 0.6;
}

.app .g-standard-carousel button.pip:active,
.app .plans-layout button.pip:active {
  background-color: #ea825e;
  transition: 0s;
}

.app .g-standard-carousel button.pip.active,
.app .plans-layout button.pip.active {
  background-color: #d1f8c8;
  pointer-events: none;
}

.app .g-standard-carousel button.direction.left {
  left: -80px;
  transform: translateY(-50%);
}

.app .g-standard-carousel button.direction.right {
  right: -80px;
  transform: translateY(-50%) rotateY(-180deg);
}

.app .g-standard-carousel button.direction:hover {
  opacity: 0.6;
}

.app .g-standard-carousel button.direction:active {
  background-color: #ea825e;
  transition: 0s;
}

@media (max-width: 1199.98px) {
  .app .g-standard-carousel button.direction.left {
    left: -70px;
  }
  .app .g-standard-carousel button.direction.right {
    right: -70px;
  }
}
@media (max-width: 991.98px) {
  .app .g-standard-carousel button.direction.left {
    left: -60px;
  }
  .app .g-standard-carousel button.direction.right {
    right: -60px;
  }
}
@media (max-width: 767.98px) {
  .app .g-standard-carousel button.direction.left {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .app .g-standard-carousel button.direction.right {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .app .g-standard-carousel button.direction:active {
    background-color: #ea825e;
    transition: 0s;
  }
}
.app .plans-layout .key {
  margin-bottom: 20px;
}

.app .plans-layout .key .key-line {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 991.98px) {
  .app .plans-layout .key .key-line {
    justify-content: center;
  }
}
.app .plans-layout .key .key-line .box {
  width: 26px;
  height: 26px;
  background-color: #25564d;
  margin-right: 10px;
  border: 1px solid #e2e9e3;
}

.app .plans-layout .key .key-line:last-child .box {
  background-color: #ccd8ce !important;
}

.app .plans-layout button.direction.left {
  left: 20px;
  transform: translateY(-50%);
}

.app .plans-layout button.direction.right {
  right: 20px;
  transform: translateY(-50%) rotateY(-180deg);
}

.app .plans-layout button.direction:hover {
  opacity: 0.6;
}

.app .plans-layout button.direction:active {
  background-color: #ea825e;
  transition: 0s;
}

@media (max-width: 767.98px) {
  .app .plans-layout button.direction.left {
    left: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .app .plans-layout button.direction.right {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .app .plans-layout button.direction:active {
    background-color: #ea825e;
    transition: 0s;
  }
}
.g-footer {
  padding: 70px 0;
  background-size: 100px;
  background-repeat: repeat;
  color: #edfeef;
}

.g-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: var(--title);
}

.g-footer .name {
  color: var(--lightgreen);
  text-transform: uppercase;
  font-size: 20px;
  font-family: var(--title);
}

.g-footer .agent-logo {
  display: flex;
  margin-bottom: 30px;
}

.g-footer .agent-logo img {
  max-width: 140px;
  max-height: 75px;
}

.g-footer .tagline {
  font-family: "PPNeueMachina", sans-serif;
  color: #edfeef;
}

.g-footer .graphicks img {
  max-width: 250px;
  height: auto;
}

.g-footer .legals {
  font-size: 11px;
  line-height: 13.6px;
  transition: 0.2s;
}

.g-footer .graphicks a,
.g-footer ul a,
.g-footer ul a:active,
.g-footer ul a:visited {
  color: #edfeef;
  transition: 0.3s;
  text-decoration: none;
}

.g-footer .graphicks a:hover,
.g-footer ul a:hover {
  opacity: 0.6;
}

.g-footer .divide {
  background-color: var(--light);
  margin: 40px 0;
  width: 100%;
  height: 1px;
}

@media (max-width: 991.98px) {
  .g-footer ul {
    font-size: 15px;
  }
  .g-footer ul .name {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .g-footer .agent-logo {
    display: flex;
    margin-bottom: 0;
  }
  .g-footer .tagline {
    margin-top: 30px;
  }
  .g-footer ul {
    margin-top: 30px;
    font-size: 14px;
  }
  .g-footer ul .name {
    font-size: 18px;
  }
}
.g-amenities-map {
  text-align: left;
}

.g-amenities-map .amenity {
  overflow: hidden;
  position: relative;
  height: auto;
  transition: 0.6s;
}

.g-amenities-map .amenity .title {
  padding-left: 30px;
  font-family: "PPNeueMachina", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}

.g-amenities-map .amenity .title .lines {
  position: absolute;
  left: 0;
  width: 22px;
  height: 27px;
  transition: 0.2s;
  cursor: pointer;
}

.g-amenities-map .amenity .title .lines:hover {
  opacity: 0.6;
}

.g-amenities-map .amenity .title .lines .line {
  position: absolute;
  transform-origin: center;
  width: 22px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
  background-color: #ea825e;
}

.g-amenities-map .amenity .title .lines .line.vertical {
  transform: translateY(-50%) rotateZ(90deg);
}

.g-amenities-map .amenity.active {
  transition: 0.6s;
}

.g-amenities-map .amenity.active .vertical {
  transform: translateY(-50%) rotateZ(0deg) !important;
}

.g-amenities-map .amenity ul {
  font-family: "neue-haas-grotesk-text", sans-serif;
  padding: 10px 0px 20px 30px;
  list-style: none;
}

@media (max-width: 991.98px) {
  .g-amenities-map .amenity ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .g-amenities-map .amenity ul li {
    width: 33.333%;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .g-amenities-map .amenity ul li {
    width: 50%;
  }
}
.g-amenities-map .maps {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .g-amenities-map .maps {
    height: 80vw;
  }
}
@media (max-width: 767.98px) {
  .g-amenities-map .maps {
    height: 100vw;
  }
}
.g-amenities-map .maps .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.g-amenities-map .maps .inner .map {
  position: absolute;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  height: 100%;
  top: 0;
  opacity: 0;
  object-fit: cover;
  transition: 0.2s 0.2s;
}

.g-amenities-map .maps .inner .map.map-1 {
  position: relative;
  opacity: 0;
}

.g-amenities-map .maps .inner .map.active {
  opacity: 1;
  transition: 0.2s;
}

body,
html {
  height: auto;
  overflow: visible;
} 
.g-module.g-home-intro .g-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}
.g-module.g-home-intro .g-flex button,
.g-module.g-home-intro .g-flex .button-title {
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .g-module.g-home-intro .g-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .g-module.g-home-intro .g-flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.g-module.g-downloads .buttons {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media (max-width: 991.98px) {
  .g-module.g-downloads .buttons {
    margin-top: 30px;
    justify-content: center;
    gap: 30px;
  }
  .g-module.g-downloads .buttons .download {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .g-module.g-downloads .buttons {
    flex-direction: column;
    gap: 20px;
  }
}

.g-module.g-video-section {
  padding-bottom: 0;
  background-color: #3b5f5f;
}
.g-module.g-video-section .g-image {
  overflow: hidden;
  border-radius: 12px 0 0 0;
}
.g-module.g-video-section .g-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 100px;
}
@media (max-width: 991.98px) {
  .g-module.g-video-section .g-grid {
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    gap: 32px;
  }
  .g-module.g-video-section .g-grid.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .g-module.g-video-section .g-grid {
    padding-bottom: 50px;
  }
}
.g-module.g-video-section .g-grid .info {
  display: flex;
  flex-direction: column;
  grid-column: span 1;
  align-items: flex-start;
  gap: 30px;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .g-module.g-video-section .g-grid .info {
    padding-top: 0;
    gap: 20px;
  }
}
.g-module.g-video-section .g-grid .info .button-title {
  border-color: var(--white);
  text-transform: uppercase;
}
.g-module.g-video-section .g-grid .info h3,
.g-module.g-video-section .g-grid .info p {
  margin-bottom: 0 !important;
}
.g-module.g-video-section .g-grid .info .line {
  width: 100%;
  background-color: var(--lightgreen);
  height: 1px;
}
.g-module.g-video-section .g-grid .g-vids {
  grid-column: span 2;
  position: relative;
}
@media (max-width: 991.98px) {
  .g-module.g-video-section .g-grid .g-vids {
    grid-column: span 1;
  }
}
.g-module.g-video-section .g-grid .g-vids .inner {
  position: relative;
}
.g-module.g-video-section .g-grid .g-vids:hover .play-button {
  background-color: rgba(209, 248, 200, 0.3882352941);
}
.g-module.g-video-section .g-grid .g-vids video {
  width: 100%;
  border-radius: 12px;
}
.g-module.g-video-section .g-grid .g-vids .play-button {
  transition: background-color 0.2s;
  position: absolute;
  color: var(--darkgreen);
  border-color: var(--darkgreen);
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}/*# sourceMappingURL=custom-theme.css.map */