:root {
  --transparent: transparent;
  --dark-gray: #141414;
  --body-text: #52514f;
  --white: white;
  --yellow: #c59408;
  --dark-light-text: #b1b1ad;
  --light-white-text: #eae9e2;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  min-width: 222px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current:hover {
  opacity: 1;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  background-color: #ffffff17;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  padding: 12px;
}

.logo-image {
  width: 160px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: none;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.home-hero-section {
  background-color: var(--dark-gray);
  background-image: url('../images/65d73a4636de70ab487cd867_home-hero-1.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  min-height: 841px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  padding-top: 295px;
  position: relative;
}

.heading-one {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  line-height: 85px;
}

.heading-one.text-white {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-one.text-white.home-hero-h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-one.text-white.residences-h1-heading {
  margin-bottom: 30px;
  font-size: 120px;
  line-height: 120px;
}

.heading-one.text-white.neighborhood-h1-heading {
  margin-bottom: 30px;
}

.heading-one.text-primary {
  color: var(--dark-gray);
}

.heading-two {
  font-family: Playfair Display, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.heading-two.text-white.heading-100.section-heading-main {
  margin-top: -53px;
  margin-bottom: 0;
}

.heading-two.text-white.heading-100.section-heading-main.white-bg-he-heading {
  color: var(--dark-gray);
}

.heading-two.text-white.heading-100.section-heading-main.white-bg-he-heading.line-height-eq-f {
  line-height: 70px;
}

.heading-two.text-white.heading-100.section-heading-main.asr-heading {
  max-width: 300px;
}

.heading-two.exp-community-heading-top {
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 24px;
}

.heading-two.exp-community-heading-bottom {
  text-align: right;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-two.astor-heading-01 {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 55px;
}

.heading-three {
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.heading-three.h3-residence-heading {
  margin-top: 25px;
  margin-bottom: 32px;
}

.heading-three.sticky-left-cheading {
  margin-top: -10px;
  margin-bottom: 0;
}

.heading-four {
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.heading-four.layout-box-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.body {
  color: var(--body-text);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.heading-five {
  font-family: Playfair Display, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.heading-five.comm-living-slider-heading {
  color: var(--dark-gray);
  font-size: 20px;
  line-height: 30px;
}

.heading-five.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading {
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

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

.text-white.heading-four.sticky-heading {
  margin-top: 25px;
  margin-bottom: 15px;
}

.text-white.inner-hero-para {
  max-width: 1080px;
  margin-bottom: 0;
  margin-left: 0;
}

.container-1440 {
  max-width: 1440px;
}

.home-top-span {
  font-style: italic;
  overflow: hidden;
}

.home-bottom-span {
  text-align: right;
  padding-top: 26px;
  font-style: italic;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.home-bottom-span-bold {
  color: var(--yellow);
  font-weight: 500;
}

.home-hero-content.text-white {
  max-width: 395px;
  margin-top: 100px;
  display: none;
}

.body-wrapper {
  color: var(--dark-gray);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.menu-icon-wrapper {
  background-color: #201e1882;
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.menu-img {
  width: 30px;
}

.menu-img.close-icon {
  display: none;
}

.nav-menu-fullscreen {
  z-index: 9;
  background-color: #fff;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-wrapper-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.menu_image-wrapper {
  width: 100%;
  min-width: 50vw;
  height: 100%;
  overflow: hidden;
}

.menu_image-container, .menu_image {
  height: 100%;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.menu_component {
  width: 100%;
  height: 100%;
}

.menu_links-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.menu_link-overflow {
  margin-bottom: 32px;
  overflow: hidden;
}

.menu_link {
  grid-column-gap: 12px;
  color: var(--dark-gray);
  text-align: left;
  align-items: flex-start;
  font-family: Playfair Display, sans-serif;
  font-size: 44px;
  line-height: 50px;
  text-decoration: none;
  display: flex;
}

.menu-link-number {
  font-family: Inter, sans-serif;
  font-size: 23px;
  line-height: 48px;
  transition: all .3s;
  position: relative;
  top: -8px;
}

.header {
  z-index: 99;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.scroll-icon-wrap {
  text-align: center;
  margin-top: 125px;
}

.icon-scroll {
  border: 1px solid var(--white);
  border-radius: 25px;
  width: 26px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.scroll-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.ov-h {
  overflow: hidden;
}

.sophisticated-collection-section {
  background-color: var(--dark-gray);
  margin-top: -1px;
  padding: 100px 30px;
}

.sophisticated-collection-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.sophisticated-collection-h2 {
  color: var(--dark-light-text);
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.collection-img-wrap {
  max-width: 400px;
}

.span-yellow-text {
  color: var(--yellow);
}

.menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.span-text-word {
  opacity: .2;
}

.astoria-residences-section {
  background-color: var(--dark-gray);
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 100px;
}

.container-full {
  max-width: 100%;
}

.container-full.position-sticky {
  position: sticky;
  top: 0;
}

.container-full.lines-ov-h.without-para-top-lines {
  z-index: -1;
  position: relative;
  top: 98px;
}

.full-sticky-section-wrap {
  position: relative;
}

.full-sticky-img-wrap {
  height: 100vh;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradiant-with-content {
  padding-top: 100px;
  padding-bottom: 90px;
  position: absolute;
  inset: auto 0% 0%;
}

.sticky-section-content-wrap {
  max-width: 415px;
  margin-left: auto;
  margin-right: 125px;
}

.experience-community-living {
  padding: 100px 30px 60px;
  overflow: hidden;
}

.section-heading-grid {
  grid-template-rows: auto;
  align-items: start;
}

.black-light-span {
  color: var(--dark-light-text);
}

.black-light-span.white-light-span {
  color: var(--light-white-text);
  margin-bottom: 12px;
  display: block;
}

.headingtext-para {
  color: var(--dark-light-text);
  margin-top: 75px;
  margin-bottom: 0;
  padding-left: 40px;
}

.headingtext-para.white-bg-heading-para {
  color: var(--body-text);
  margin-top: 52px;
}

.headingtext-para.white-bg-heading-para.as-neigh-heading-para {
  max-width: 580px;
}

.heading-lines-grid {
  grid-template-rows: auto;
}

.right-line-wrap {
  padding-left: 40px;
}

.image-ling-bg {
  background-image: url('../images/heading-lines-black.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 62px;
}

.image-ling-bg.image-line-left {
  background-position: 100%;
}

.image-ling-bg.image-line-left.image-line-yellow {
  background-image: url('../images/heading-lines.svg');
}

.image-ling-bg.image-line-left.image-line-yellow.left-line-hidden {
  display: none;
}

.image-ling-bg.image-line-yellow {
  background-image: url('../images/heading-lines.svg');
}

.section-heading-wrapper {
  margin-top: 10px;
  margin-bottom: 130px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-heading-wrapper.mb-95 {
  margin-bottom: 95px;
}

.section-heading-wrapper.mb-95.no-para-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.home-transparent-logo {
  position: absolute;
  top: 180px;
  left: 110px;
}

.sticky-section-content-grid {
  grid-template-rows: auto;
}

.sticky-learn-btn {
  margin-top: -35px;
  margin-left: auto;
  margin-right: 120px;
}

.learn-more-circle {
  background-color: var(--dark-gray);
  width: 112px;
  height: 112px;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  display: none;
}

.learn-more-circle:hover {
  opacity: 1;
  color: var(--white);
}

.community-living-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.full-width-button {
  grid-column-gap: 43px;
  border: 1px solid var(--dark-gray);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.full-width-button:hover {
  background-color: var(--dark-gray);
  opacity: 1;
}

.full-width-button.exp-comm-button {
  margin-top: 95px;
}

.full-wb-text {
  color: var(--dark-gray);
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
  transition: all .3s;
}

.full-wb-icon {
  width: 25px;
  height: 25px;
  transition: all .3s;
}

.exp-community-heading-para {
  max-width: 500px;
  color: var(--body-text);
  margin-top: 25px;
  margin-bottom: 0;
}

.hpast-event-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 275px;
  margin-bottom: 16px;
}

.swiper-slide {
  width: 100%;
  min-width: 100%;
  padding-right: 0;
}

.swiper-slide.community-slide, .swiper-slide.partner-slide {
  width: auto;
  min-width: auto;
  height: auto;
}

.swiper-slide.details-slide, .swiper-slide.neighbour-slide {
  width: auto;
  min-width: auto;
}

.hpast-event-box {
  border-bottom: 1px solid #0c1639;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container {
  width: 100%;
}

.swiper-container.community-living-slider.pastevent-home-static {
  display: block;
}

.swiper-container.pasevent-home-slider {
  margin-top: 40px;
}

.swiper-container.pasevent-home-slider.pastevent-home-static, .swiper-container.partners-slider-container.partner-statice-slider, .swiper-container.partners-slider-container.partner-statice-slider {
  display: block;
}

.swiper-container.attention-to-details {
  margin-top: 80px;
}

.swiper-container.attention-to-details.hide-static-slider, .swiper-container.sticky-mobile-slider.mobile-slider {
  display: none;
}

.swiper-container.neighbourhood-slider {
  padding-top: 40px;
}

.swiper-container.amenities-slider.hide-static {
  display: none;
}

.pastevent-link-block {
  display: block;
}

.upcoming-register-text-block {
  color: #0c1639;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
}

.swiper-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-wrapper.align-start {
  align-items: flex-start;
}

.upcoming-register-link {
  border-bottom: 1px solid #ccdce4;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 24px;
}

.upcoming-register-link:hover {
  opacity: 1;
}

.upcoming-register-link.past-event-link {
  border-bottom-style: none;
  border-bottom-color: #0c1639;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 12px;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.upcoming-register-image {
  width: 15px;
  margin-left: 10px;
}

.upcoming-register-image.rotate-icon {
  width: 16px;
  min-width: 16px;
  transition: all .3s;
  position: relative;
  top: 7px;
  transform: rotate(-45deg);
}

.community-living-image {
  object-fit: cover;
  width: 100%;
  height: 540px;
  max-height: 540px;
}

.community-living-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-number {
  color: var(--dark-gray);
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.home-slider-wrapper {
  margin-top: 75px;
}

.partner-image-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.astoria-neighborhood-section {
  padding-top: 95px;
  padding-bottom: 100px;
}

.image-full-width {
  padding-right: 30px;
}

.full-width-button-wrapper.neighbour-button {
  padding-left: 30px;
  padding-right: 30px;
}

.footer {
  background-color: #faf9f6;
  background-image: url('../images/footer-bottom-vector.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 320px;
  overflow: hidden;
}

.footer-top-area {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.schedule-tour-link {
  align-items: center;
  margin-top: 35px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.schedule-tour-link-text {
  color: var(--dark-gray);
  font-family: Playfair Display, sans-serif;
  font-size: 80px;
  line-height: 80px;
  transition: all .3s;
}

.schedule-tour-link-icon {
  width: 40px;
  height: 40px;
  margin-left: 70px;
  transition: all .3s;
}

.footer-top-text {
  color: var(--body-text);
}

.footer-slider-wrapper {
  background-color: #f3f2ed;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.main-footer-section {
  padding-top: 130px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-top-grid {
  grid-template-rows: auto;
  align-items: center;
}

.footer-left-content.copyright-footer {
  text-align: center;
}

.footer-social-icon-list {
  align-items: center;
  display: flex;
}

.footer-email-link {
  color: var(--body-text);
  font-size: 18px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.footer-email-link:hover {
  color: var(--yellow);
}

.fotter-para {
  max-width: 490px;
  color: var(--body-text);
  margin-bottom: 20px;
  line-height: 34px;
}

.fotter-para.copyright-para {
  max-width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.image-2 {
  max-width: 518px;
  margin-left: auto;
}

.footer-bottom-grid {
  border-top: 1px solid #dfddd9;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  padding-top: 50px;
}

.footer-nav-links {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-nav-links.bottom-top-links {
  display: none;
}

.footer-link {
  color: var(--body-text);
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.footer-link:hover {
  color: var(--yellow);
}

.social-icon-link:hover {
  opacity: .85;
}

.button-lr-padding {
  padding-left: 30px;
  padding-right: 30px;
}

.footer-nav-links-item {
  margin-bottom: 0;
}

.footer-logo, .second-banner-logo {
  display: none;
}

.page-wrapper {
  max-width: none;
}

.circle-animation {
  display: block;
}

.cursor {
  position: fixed;
}

.cursor-image {
  opacity: 0;
  position: fixed;
}

.innerpage-hero-section {
  background-image: url('../images/inner-hero-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  min-height: 500px;
  padding: 268px 30px 168px;
  position: relative;
  overflow: visible;
}

.innerpage-heading-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: end;
}

.sticky-section-residence-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.sticky-resright-img-wrap {
  margin-top: 24px;
}

.sticky-resright-img-wrap.mt-0 {
  margin-top: 0;
}

.sticky-resleft-content-inner {
  margin-top: 135px;
  margin-bottom: 140px;
  position: sticky;
  top: 135px;
  bottom: 75px;
}

.residences-sticky-wrapper.living-area {
  padding-top: 140px;
  padding-left: 30px;
  padding-right: 30px;
}

.residences-sticky-wrapper.kitchen-section {
  background-color: #faf9f6;
  padding-left: 30px;
  padding-right: 30px;
}

.residences-sticky-wrapper.bathroom-section {
  background-color: var(--dark-gray);
  padding-left: 30px;
  padding-right: 30px;
}

.h3-residence-para {
  max-width: 520px;
  color: var(--body-text);
  margin-bottom: 0;
}

.listcheck-listing {
  max-width: 570px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.listcheck-listing-item {
  background-image: url('../images/listing-icon.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  margin-bottom: 15px;
  padding-left: 35px;
}

.listcheck-listing-item-para {
  color: var(--body-text);
  margin-bottom: 0;
}

.listcheck-listing-item-para.dark-bg-para {
  color: var(--dark-light-text);
}

.with-attention-to-details-section {
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
}

.detail-box-img {
  object-fit: cover;
  width: 100%;
  max-width: 406px;
  height: 250px;
}

.detail-box-img.amenities-image {
  object-fit: cover;
  width: 100%;
  max-width: 448px;
  height: 260px;
}

.detail-box-para {
  margin-top: 18px;
  margin-bottom: 0;
  line-height: 24px;
}

.inner-banner-transparent-logo {
  z-index: 0;
  position: absolute;
  inset: auto auto -100px 0%;
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.amenities-listing-section {
  padding-top: 132px;
}

.sticky-listing-section {
  min-height: auto;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  position: sticky;
  top: 0;
}

.sticky-listing-section.bg-gray {
  background-color: #faf9f6;
}

.sticky-listing-section.bg-dark-gray {
  background-color: var(--dark-gray);
}

.sticky-listing-section.neigh-sticky-listing {
  padding-left: 0;
  padding-right: 0;
}

.sticky-listing-section.neigh-sticky-listing.bg-white {
  background-color: var(--white);
}

.sticky-imagebox {
  z-index: 1;
  height: 40vh;
}

.sticky-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 60px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-right-content-para {
  color: var(--body-text);
  margin-bottom: 0;
}

.sticky-right-content-para.bg-white-para, .sticky-right-content-para.neighbour-right-content-para.bg-dark-para {
  color: var(--dark-light-text);
}

.neighbour-slide-img-box {
  height: 480px;
}

.sticky-inner-slider-wrap {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.heading-101 {
  text-align: center;
}

.heading-102 {
  color: #fff;
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 150px;
  line-height: 1em;
}

.contact-sticky-section {
  padding: 100px 30px 60px;
}

.contact-sticky-section-inner.full-inner-container {
  max-width: 100%;
}

.form-block {
  width: 100%;
  position: sticky;
  top: 60px;
}

.form-block.sticky-form-block {
  top: 0;
}

.field-label {
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
}

.heading-103 {
  background-color: var(--transparent);
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 1.3em;
}

.link {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link.hidden {
  display: none;
}

.link-2 {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.div-block {
  background-color: #faf9f6;
  width: 100%;
  padding: 40px 20px 40px 40px;
  position: sticky;
  top: 25px;
}

.text-field-2.form-control {
  border: 1px solid #dfddd9;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.checkbox-label {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-right: 16px;
}

.checkbox-field {
  margin-bottom: 10px;
}

.submit-button {
  background-color: #c59408;
  border-radius: 100px;
  width: 100%;
  height: 77px;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  transition: all .3s;
}

.submit-button:hover {
  background-color: var(--dark-gray);
}

.quick-stack-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.layout-wrapper-section {
  margin-bottom: 100px;
  padding: 140px 30px;
}

.layout-wrapper-section.layout-style-two {
  background-color: #faf9f6;
  margin-bottom: 80px;
  padding-top: 120px;
  padding-bottom: 80px;
}

.layout-grid {
  grid-template-rows: auto;
}

.filter-form-wrapper {
  background-color: #faf9f6;
  position: relative;
}

.filter-result-wrapper {
  padding-left: 40px;
}

.filter-result-wrapper.new-filter-wrap {
  padding-left: 0;
}

.filter-block {
  border-bottom: 1px solid #dfddd9;
  max-width: 500px;
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.filter-block.last-child {
  border-bottom-style: none;
}

.filter-block._w-100 {
  max-width: 100%;
}

.filter-block._w-100.border-none {
  border-bottom-style: none;
  margin-bottom: 0;
}

.filter-options.hide-ft-op {
  display: none;
}

.fs-checkbox_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-checkbox-field {
  background-color: var(--white);
  border: 1px solid #dfddd9;
  justify-content: center;
  align-items: center;
  min-width: 145px;
  margin-bottom: 0;
  padding: .5rem;
  display: flex;
  position: relative;
}

.fs-checkbox-field.is-active {
  background-color: var(--yellow);
  color: var(--white);
}

.fs-checkbox-field.select-all {
  display: none;
}

.fs-checkbox-field.min-w-104 {
  min-width: 104px;
}

.fs-checkbox-field.min-w-104.unit-checkbox-hide {
  display: none;
}

.fs-checkbox-field.min-w-104.hidden {
  display: block;
}

.fs-checkbox-field.min-w-104.min-h-85 {
  min-width: 120px;
  min-height: 85px;
}

.fs-checkbox-field.min-w-104.min-h-85.align-tems-start {
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 155px;
}

.fs-checkbox-field.hide-checkbox {
  display: none;
}

.fs-checkbox_button {
  cursor: pointer;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.fs-checkbox_button.w--redirected-checked {
  border-color: var(--yellow);
  background-color: var(--yellow);
  background-image: none;
}

.fs-checkbox_label {
  z-index: 1;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.submit-button-2 {
  display: none;
}

.layout-info-wrapper {
  margin-bottom: 40px;
}

.layout-info-wrapper.new-design-box {
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 10px 20px 50px;
}

.layout-info-wrapper.new-design-box.hide {
  display: block;
}

.layout-collection-list {
  flex-wrap: wrap;
  display: flex;
}

.layout-collection-list-item.design-layout-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.layout-detail-block {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.layout-detail-block.small-gap {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

.layout-detail-block.small-gap.new-layout-d {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.layout-detail-block.small-gap.new-layout-d.popup-mb {
  margin-bottom: 0;
}

.floor-text.common-lay-para {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.floor-text.common-lay-para.new-style {
  color: #52514f;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.sq-ft-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.sq-ft-wrap.common-lay-para.new-style {
  color: #52514f;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.link-button-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.link-button-wrap.design-2 {
  display: block;
}

.button-yellow {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--white);
  background-color: #c59408;
  border: 1px solid #c59408;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
}

.button-yellow.button-white {
  border: 1px solid var(--dark-gray);
  background-color: var(--white);
  color: var(--dark-gray);
}

.button-yellow.button-white._w-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.button-yellow.button-white._w-100.floor-pdf-btn {
  margin-top: 25px;
}

.form-bg-overlay-div {
  position: absolute;
  inset: 0%;
}

.form-header-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.sub-filter-block {
  margin-bottom: 30px;
}

.form-sub-header-heading {
  color: var(--body-text);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px;
}

.floor-layout-image {
  width: 100%;
}

.floor-layout-image.new-img {
  object-fit: contain;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.common-lay-para {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.common-lay-para.unit-type-text.new-style {
  color: #52514f;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.mb-0 {
  margin-bottom: 0;
}

.text-block, .text-block-2, .image-6 {
  transition: all .3s;
}

.form-row {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  display: flex;
}

.date-block {
  position: relative;
}

.form-control {
  height: 60px;
  margin-bottom: 0;
  padding: 10px 24px;
}

.form-control.textarea {
  height: 130px;
}

.form-r-block {
  margin-bottom: 22px;
}

.form-top-heading {
  max-width: 347px;
  margin-bottom: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  line-height: 52px;
}

._w-100 {
  width: 100%;
}

.icon-calender {
  position: absolute;
  inset: 20px 24px auto auto;
}

.success-message {
  background-color: #faf9f6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.clear-all {
  padding-right: 40px;
  font-size: 16px;
}

.clear-all.hide-clear-all {
  display: none;
}

.radion-div-erapper.hide-radio {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.checkbox-div-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.checkbox-div-wrapper.hide-checkbox {
  display: block;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.div-block-4.hide {
  display: block;
}

.img-light-box {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout-img-wrapper {
  height: 300px;
}

.unit-d-flex {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.layout-new-box-wrap {
  border: 2px solid var(--white);
  background-color: var(--white);
  cursor: pointer;
  margin-bottom: 20px;
  padding: 30px;
  transition: all .6s;
}

.layout-new-box-wrap:hover {
  border: 2px solid var(--yellow);
  background-color: #c7940d00;
}

.unit-heading-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.unit-modal__wrap {
  z-index: 99;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.unit-modal__wrap.styleguide-hide {
  display: none;
}

.team-modal__body.unit {
  z-index: 30;
  background-color: var(--white);
  z-index: 30;
  background-color: #0000;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 40px 60px;
  position: static;
}

.unit--close {
  z-index: 9;
  background-color: #f4f4f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: inline-flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.unit-image-wrapper {
  height: 47vh;
  margin-bottom: 20px;
  position: relative;
}

.unit-modal-bg {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-close-icon {
  padding: 12px;
}

.unit-modal-body-wrap {
  background-color: var(--white);
  width: 100%;
  max-width: 708px;
  height: auto;
  margin: auto;
  position: relative;
}

.form-block-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dfddd9;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: grid;
}

.checkbox-span {
  z-index: 1;
  color: var(--body-text);
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  inset: auto 0% 20px;
}

.checkbox-span.hide {
  display: none;
}

.header-inner {
  background-color: #31302d;
  width: 100%;
  height: 100%;
  position: relative;
}

.astor-one-hero {
  background-color: #f5f5f5;
  padding: 70px 30px;
  overflow: hidden;
}

.astor-one-hero-grid {
  grid-template-rows: auto;
  align-items: center;
}

.astor-one-banner-para {
  max-width: 490px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.btn-white {
  background-color: var(--white);
  color: var(--dark-gray);
  text-transform: uppercase;
  padding: 15px 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition-property: all;
  transition-duration: .3s;
}

.btn-white:hover {
  background-color: var(--dark-gray);
  color: var(--white);
}

.btn-white.btn-flr-plan {
  color: var(--white);
  background-color: #523d3d;
  font-size: 18px;
}

.btn-white.btn-flr-plan:hover {
  background-color: var(--yellow);
}

.btn-white.btn-flr-plan.astor-dwnload-btn {
  display: none;
}

.astor-one-amenities {
  background-color: #f5f5f5;
  padding: 70px 30px;
}

.astor-one-amenities.astor-one-amenities-ov-h {
  overflow: hidden;
}

.astor-one-headding-02 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.residences-para {
  text-align: center;
  max-width: 1160px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.residences-floor-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  max-width: 850px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.res-bed-h3 {
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.res-bed-para {
  margin-bottom: 0;
  font-weight: 400;
}

.res-bed-image {
  border-radius: 0;
}

.res-bed-img {
  object-fit: cover;
  border-radius: 50%;
  width: 350px;
  min-width: 350px;
  height: 350px;
}

.neighbourhood-astor-image {
  margin-top: 100px;
}

.neighbourhood-img {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.astor-one-footer {
  background-color: #f5f5f5;
  padding: 20px 30px 50px;
}

.astor-one-ft-heading {
  border-bottom: 1px solid var(--dark-gray);
  text-align: center;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  display: none;
}

.astor-one-ft-grid {
  grid-template-rows: auto;
}

.div-block-5 {
  text-align: center;
}

.astor-one-ft-right-inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.astor-link {
  color: var(--body-text);
  margin-bottom: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.astor-map-text {
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.map-wrap {
  width: 400px;
  height: 180px;
}

.hero-bg-animate {
  background-image: url('../images/home-hero.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.hero-banner-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-hero-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.select-note-para {
  text-align: left;
  font-size: 20px;
}

.image-8 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.hide-residence-image {
  display: none;
}

.div-block-6 {
  border: 1px solid #dfddd9;
  border-radius: 5px;
  height: 100%;
  padding: 10px;
}

.equal-housing-opprtunity-img {
  width: 90px;
  margin-top: 20px;
}

.amenities-content-wrap {
  margin-top: 0;
}

.amenities-content-wrap-list {
  margin-top: 15px;
}

.amenities-content-heading {
  color: var(--yellow);
  text-transform: capitalize;
  border-bottom: 1px #00000014;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}

.amenities-content-heading.small-heading {
  font-size: 20px;
  line-height: 30px;
}

.amenities-content-list {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  margin-top: 10px;
  padding-left: 20px;
  display: flex;
}

.amenities-ame-heading {
  border-bottom: 1px solid #0000001a;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
}

.hide-static, .hide-collection-ame {
  display: none;
}

.section-2 {
  padding: 80px 30px;
}

@media screen and (min-width: 1280px) {
  .heading-one {
    border-style: none;
    border-color: var(--transparent);
    color: #fff;
    font-size: 90px;
    line-height: 95px;
  }

  .heading-one.text-white.residences-h1-heading {
    margin-bottom: 0;
    font-size: 140px;
    line-height: 140px;
  }

  .heading-one.text-white.neighborhood-h1-heading {
    margin-bottom: 0;
    font-size: 100px;
    line-height: 100px;
  }

  .heading-two {
    font-size: 80px;
    line-height: 90px;
  }

  .heading-two.text-white.heading-100.section-heading-main.white-bg-he-heading.line-height-eq-f {
    line-height: 80px;
  }

  .heading-two.text-white.heading-100.section-heading-main.asr-heading {
    max-width: 100%;
  }

  .heading-two.exp-community-heading-top {
    max-width: 650px;
  }

  .heading-two.exp-community-heading-bottom {
    max-width: 100%;
  }

  .heading-two.astor-heading-01 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-three {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-four {
    font-size: 55px;
    line-height: 65px;
  }

  .heading-five.comm-living-slider-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .text-white.inner-hero-para {
    max-width: 500px;
    margin-left: auto;
    font-size: 18px;
  }

  .body-wrapper {
    font-size: 20px;
    line-height: 33px;
  }

  .menu_links-wrap {
    padding-left: 100px;
    padding-right: 80px;
  }

  .menu_link-overflow {
    margin-bottom: 32px;
  }

  .menu_link-overflow.mb-0 {
    margin-bottom: 0;
  }

  .menu_link, .menu_link.w--current {
    font-size: 52px;
    line-height: 56px;
  }

  .sophisticated-collection-section {
    padding-top: 135px;
  }

  .sophisticated-collection-h2 {
    font-size: 58px;
    line-height: 78px;
  }

  .collection-img-wrap {
    max-width: 420px;
  }

  .menu-links-wrapper {
    margin-top: 0;
  }

  .container-full.lines-ov-h.without-para-top-lines {
    top: 115px;
  }

  .experience-community-living {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .headingtext-para, .right-line-wrap {
    padding-left: 125px;
  }

  .full-wb-text {
    font-size: 38px;
    line-height: 38px;
  }

  .hpast-event-image {
    height: 380px;
  }

  .swiper-slide.community-slide, .swiper-slide.partner-slide {
    width: auto;
    min-width: auto;
  }

  .hpast-event-box {
    width: 31.5%;
    height: auto;
  }

  .swiper-container.community-living-slider.pastevent-home-static, .swiper-container.pasevent-home-slider, .swiper-container.pasevent-home-slider.pastevent-home-static {
    display: none;
  }

  .pastevent-link-block {
    display: block;
  }

  .pastevent-link-block:hover {
    opacity: .95;
  }

  .upcoming-register-image.rotate-icon {
    width: 16px;
    min-width: 16px;
  }

  .community-living-info {
    justify-content: space-between;
  }

  .slide-number {
    font-family: Playfair Display, sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .astoria-neighborhood-section {
    padding-bottom: 120px;
  }

  .schedule-tour-link-text {
    font-size: 100px;
    line-height: 100px;
  }

  .schedule-tour-link-icon {
    width: 50px;
    height: 50px;
    margin-left: 100px;
  }

  .footer-left-content.copyright-footer {
    text-align: left;
  }

  .footer-bottom-grid {
    grid-template-columns: .75fr 1fr;
  }

  .footer-nav-links {
    justify-content: flex-end;
  }

  .innerpage-hero-section {
    max-width: 100%;
    min-height: 640px;
  }

  .innerpage-heading-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  .h3-residence-para {
    max-width: 580px;
  }

  .with-attention-to-details-section {
    padding-top: 110px;
  }

  .detail-box-img {
    height: 350px;
  }

  .detail-box-img.amenities-image {
    height: 386px;
  }

  .detail-box-para {
    line-height: 26px;
  }

  .sticky-listing-section, .sticky-listing-section.neigh-sticky-listing {
    min-height: 100vh;
  }

  .sticky-imagebox {
    height: 60vh;
  }

  .sticky-right-content-para.neighbour-right-content-para {
    font-size: 18px;
    line-height: 30px;
  }

  .neighbour-slide-img-box {
    height: 60vh;
  }

  .heading-102 {
    font-size: 150px;
    line-height: 1em;
  }

  .contact-sticky-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .form-block {
    width: 100%;
  }

  .field-label {
    color: #141414;
    text-transform: none;
    padding-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .cell {
    background-color: #faf9f6;
    padding: 40px;
  }

  .quick-stack {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
  }

  .field-label-3 {
    color: #141414;
    text-transform: none;
    padding-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .heading-103 {
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    line-height: 1.3em;
  }

  .link, .link-2 {
    font-family: Inter, sans-serif;
    text-decoration: none;
  }

  .paragraph-2 {
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    line-height: 1.2em;
  }

  .div-block {
    background-color: #faf9f6;
  }

  .cell-3 {
    display: block;
  }

  .textarea {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1em;
  }

  .textarea-2 {
    min-height: 60px;
  }

  .field-label-4 {
    text-transform: none;
    padding-top: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .checkbox-label, .checkbox-label-2, .checkbox-label-3 {
    text-transform: none;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .field-label-5 {
    text-transform: none;
    padding-top: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .field-label-6 {
    letter-spacing: normal;
    text-transform: none;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .submit-button {
    letter-spacing: 1px;
    background-color: #c59408;
    border-radius: 100px;
    width: 100%;
    font-family: Inter, sans-serif;
  }

  .quick-stack-2 {
    grid-column-gap: 5em;
    grid-row-gap: 0em;
    padding: 0;
  }

  .floor-text.common-lay-para {
    font-size: 17px;
    line-height: 30px;
  }

  .button-yellow.button-white._w-100 {
    font-size: 18px;
    line-height: 30px;
  }

  .common-lay-para {
    font-size: 17px;
    line-height: 30px;
  }

  .astor-one-headding-02 {
    font-size: 36px;
  }

  .residences-para, .res-bed-para {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-one {
    color: #fff;
    font-size: 100px;
    line-height: 97px;
  }

  .heading-one.text-white.residences-h1-heading {
    font-size: 160px;
    line-height: 160px;
  }

  .heading-one.text-white.neighborhood-h1-heading {
    font-size: 120px;
    line-height: 120px;
  }

  .heading-two {
    font-size: 90px;
    line-height: 100px;
  }

  .heading-two.text-white.heading-100.section-heading-main.white-bg-he-heading.line-height-eq-f {
    line-height: 90px;
  }

  .heading-two.exp-community-heading-top {
    max-width: 740px;
  }

  .heading-two.astor-heading-01 {
    max-width: 580px;
    font-size: 60px;
    line-height: 70px;
  }

  .heading-three {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-four {
    font-size: 60px;
    line-height: 70px;
  }

  .text-white.inner-hero-para {
    max-width: 464px;
    font-size: 20px;
  }

  .home-hero-content.text-white {
    max-width: 440px;
    margin-top: 140px;
    margin-bottom: 0;
  }

  .body-wrapper {
    font-size: 20px;
    line-height: 33px;
  }

  .menu_link, .menu_link.w--current {
    font-size: 60px;
    line-height: 65px;
  }

  .sophisticated-collection-section {
    padding-bottom: 120px;
  }

  .sophisticated-collection-h2 {
    font-size: 66px;
    line-height: 86px;
  }

  .menu-links-wrapper {
    margin-top: 0;
  }

  .container-full.lines-ov-h.without-para-top-lines {
    top: 130px;
  }

  .full-width-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .full-wb-text {
    font-size: 40px;
    line-height: 40px;
  }

  .full-wb-icon {
    width: 25px;
    height: 25px;
  }

  .exp-community-heading-para {
    max-width: 540px;
  }

  .astoria-neighborhood-section {
    padding-bottom: 150px;
  }

  .innerpage-hero-section {
    max-width: 100%;
  }

  .innerpage-heading-grid {
    grid-template-columns: 1fr .5fr;
  }

  .with-attention-to-details-section {
    padding-top: 130px;
  }

  .sticky-right-content-para.neighbour-right-content-para {
    font-size: 20px;
    line-height: 33px;
  }

  .heading-102 {
    font-size: 220px;
  }

  .contact-sticky-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-sticky-section-inner {
    max-width: none;
  }

  .form-block {
    width: 100%;
  }

  .paragraph {
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    line-height: 1.2em;
  }

  .field-label {
    color: #141414;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .cell {
    background-color: #faf9f6;
    padding: 40px;
    display: block;
  }

  .quick-stack {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .field-label-2 {
    font-family: Inter, sans-serif;
  }

  .field-label-3 {
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-103 {
    font-family: Playfair Display, sans-serif;
  }

  .link {
    color: #52514f;
    font-family: Inter, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .link-2 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .paragraph-2 {
    margin-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    line-height: 1.3em;
  }

  .div-block {
    background-color: #faf9f6;
    width: 100%;
  }

  .nopad-quick {
    grid-column-gap: 6.75em;
    grid-row-gap: 6.75em;
    display: block;
  }

  .cell-3 {
    display: block;
  }

  .submit-button {
    text-align: center;
    letter-spacing: 1px;
    background-color: #c59408;
    border-radius: 100px;
    width: 100%;
    font-family: Inter, sans-serif;
    display: block;
  }

  .quick-stack-2 {
    grid-column-gap: 5em;
    grid-row-gap: 0em;
    padding: 0;
  }

  .container-1441 {
    max-width: 65%;
  }

  .filter-result-wrapper {
    padding-left: 100px;
  }

  .floor-text.common-lay-para {
    font-size: 17px;
    line-height: 30px;
  }

  .floor-text.common-lay-para.new-style, .sq-ft-wrap.common-lay-para.new-style, .sq-ft-wrap.common-lay-para.new-style {
    font-size: 20px;
  }

  .common-lay-para {
    font-size: 17px;
  }

  .common-lay-para.unit-type-text.new-style {
    font-size: 20px;
  }

  .astor-one-headding-02 {
    font-size: 40px;
    line-height: 50px;
  }

  .residences-floor-grid {
    max-width: 1000px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-one {
    color: #f7f7f7;
    font-size: 120px;
    line-height: 117px;
  }

  .heading-one.text-white.residences-h1-heading {
    font-size: 180px;
    line-height: 180px;
  }

  .heading-one.text-white.neighborhood-h1-heading {
    font-size: 140px;
    line-height: 140px;
  }

  .heading-two, .heading-two.text-white.heading-100 {
    font-size: 100px;
    line-height: 110px;
  }

  .heading-two.text-white.heading-100.section-heading-main.white-bg-he-heading.line-height-eq-f {
    line-height: 100px;
  }

  .heading-two.exp-community-heading-top {
    max-width: 810px;
  }

  .heading-two.astor-heading-01 {
    max-width: 650px;
    font-size: 70px;
    line-height: 85px;
  }

  .heading-three.sticky-left-cheading {
    margin-top: -12px;
  }

  .text-white.heading-four.sticky-heading {
    font-size: 64px;
    line-height: 80px;
  }

  .container-1440 {
    max-width: 1440px;
  }

  .nav-menu-fullscreen {
    display: none;
  }

  .menu_links-wrap {
    padding-left: 145px;
    padding-right: 100px;
  }

  .menu_link, .menu_link.w--current {
    font-size: 64px;
    line-height: 68px;
  }

  .sophisticated-collection-section {
    padding-bottom: 140px;
  }

  .sophisticated-collection-h2 {
    font-size: 72px;
    line-height: 90px;
  }

  .collection-img-wrap {
    max-width: 456px;
  }

  .menu-links-wrapper {
    margin-top: 0;
  }

  .container-full.lines-ov-h.without-para-top-lines {
    top: 150px;
  }

  .experience-community-living {
    padding-top: 200px;
  }

  .full-width-button {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .full-width-button.exp-comm-button {
    margin-top: 110px;
  }

  .full-width-button.exp-comm-button.mt-100 {
    margin-top: 100px;
  }

  .full-wb-text {
    font-size: 48px;
    line-height: 48px;
  }

  .astoria-neighborhood-section {
    padding-bottom: 200px;
  }

  .full-width-button-wrapper.neighbour-button {
    padding-left: 0;
    padding-right: 0;
  }

  .schedule-tour-link-text {
    font-size: 120px;
    line-height: 120px;
  }

  .schedule-tour-link-icon {
    width: 60px;
    height: 60px;
  }

  .innerpage-hero-section {
    max-width: 100%;
  }

  .with-attention-to-details-section {
    padding-top: 180px;
  }

  .sticky-content-wrapper {
    margin-top: 65px;
  }

  .heading-102 {
    text-align: left;
    font-size: 220px;
    line-height: 1em;
  }

  .contact-sticky-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-sticky-section-inner {
    max-width: none;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragraph {
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    line-height: 1.2em;
  }

  .field-label {
    color: #141414;
    letter-spacing: normal;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--transparent);
    overflow-wrap: normal;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
  }

  .cell.full_wdith-sec {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .quick-stack {
    display: block;
  }

  .field-label-3 {
    padding-top: 20px;
  }

  .heading-103 {
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .image-5 {
    object-fit: contain;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: none;
    background-color: #faf9f6;
    flex-flow: row;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 60px 20px 60px 40px;
    display: block;
  }

  .div-block-2 {
    width: 100%;
  }

  .nopad-quick {
    padding: 25px 0 0;
    display: block;
  }

  .cell-2 {
    padding-top: 25px;
  }

  .text-field-2 {
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
  }

  .cell-3 {
    display: block;
  }

  .text-field-3 {
    min-height: 60px;
  }

  .textarea {
    min-height: 60px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1em;
  }

  .textarea-2 {
    aspect-ratio: auto;
    min-height: 130px;
  }

  .field-label-4 {
    letter-spacing: normal;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .checkbox-label {
    color: #141414;
    letter-spacing: normal;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .checkbox {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    text-decoration: none;
  }

  .checkbox-label-2 {
    letter-spacing: normal;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .checkbox-2, .checkbox-3 {
    width: 15px;
    height: 15px;
  }

  .checkbox-label-3 {
    color: #141414;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 10px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .checkbox-field, .checkbox-field-2 {
    padding-bottom: 5px;
  }

  .field-label-5 {
    letter-spacing: normal;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .field-label-6 {
    color: #141414;
    letter-spacing: normal;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .submit-button {
    background-color: #c59408;
    border-radius: 100px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 18px;
  }

  .quick-stack-2 {
    grid-column-gap: 6em;
    grid-row-gap: 0em;
    padding: 0;
  }

  .filter-result-wrapper {
    padding-left: 140px;
  }

  .floor-text.common-lay-para, .common-lay-para {
    font-size: 17px;
    line-height: 30px;
  }

  .astor-one-headding-02 {
    font-size: 46px;
    line-height: 56px;
  }

  .residences-floor-grid {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    min-width: auto;
    display: flex;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .home-hero-section {
    background-image: url('../images/home-hero.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 660px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-content {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .heading-one {
    font-size: 70px;
    line-height: 80px;
  }

  .heading-one.text-white {
    text-align: center;
  }

  .heading-one.text-white.home-hero-h1 {
    text-align: center;
    letter-spacing: -.02em;
  }

  .heading-one.text-white.hero-heading-2 {
    letter-spacing: -.02em;
  }

  .heading-one.text-white.residences-h1-heading {
    text-align: left;
    font-size: 80px;
    line-height: 80px;
  }

  .heading-one.text-white.neighborhood-h1-heading {
    text-align: left;
  }

  .heading-two, .heading-two.text-white.heading-100.section-heading-main {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-two.text-white.heading-100.section-heading-main.white-bg-he-heading.line-height-eq-f {
    line-height: 50px;
  }

  .heading-two.text-white.heading-100.section-heading-main.asr-heading {
    max-width: 300px;
  }

  .heading-two.exp-community-heading-top, .heading-two.exp-community-heading-bottom {
    max-width: 100%;
  }

  .heading-two.astor-heading-01 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-three {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-three.sticky-left-cheading {
    margin-bottom: 15px;
  }

  .heading-four {
    font-size: 38px;
    line-height: 48px;
  }

  .home-top-span {
    text-align: center;
  }

  .home-bottom-span {
    text-align: center;
    padding-top: 0;
  }

  .body-wrapper {
    font-size: 16px;
    line-height: 28px;
  }

  .menu-icon-wrapper {
    min-width: auto;
    padding: 10px;
  }

  .menu-wrapper-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu_image-wrapper {
    display: none;
  }

  .menu_link.w--current {
    font-size: 40px;
    line-height: 46px;
  }

  .scroll-icon-wrap {
    margin-top: 100px;
  }

  .sophisticated-collection-section {
    padding: 75px 30px 60px;
    overflow: hidden;
  }

  .sophisticated-collection-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .collection-right-content {
    padding-right: 220px;
    position: relative;
  }

  .sophisticated-collection-h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .collection-left-image {
    display: none;
  }

  .collection-img-wrap {
    max-width: 280px;
  }

  .menu-links-wrapper {
    margin-top: 50px;
  }

  .container-full.lines-ov-h.without-para-top-lines {
    top: 58px;
  }

  .full-image {
    object-fit: cover;
    height: 100%;
  }

  .gradiant-with-content {
    padding-bottom: 50px;
  }

  .sticky-section-content-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .experience-community-living {
    padding-top: 60px;
  }

  .headingtext-para, .right-line-wrap {
    padding-left: 10px;
  }

  .image-ling-bg {
    height: 50px;
  }

  .section-heading-wrapper {
    margin-bottom: 65px;
  }

  .section-heading-wrapper.mb-95 {
    margin-bottom: 48px;
  }

  .sticky-section-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sticky-learn-btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }

  .learn-more-circle {
    grid-column-gap: 15px;
    border-radius: 100px;
    width: auto;
    height: auto;
    margin-top: 0;
    padding: 13px 40px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
  }

  .community-living-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .full-width-button.exp-comm-button {
    grid-column-gap: 30px;
    margin-top: 48px;
  }

  .full-wb-text {
    font-size: 26px;
    line-height: 26px;
  }

  .full-wb-icon {
    width: 22px;
    height: 22px;
  }

  .exp-community-heading-para {
    max-width: 100%;
    margin-top: 20px;
  }

  .swiper-container.attention-to-details {
    margin-top: 50px;
  }

  .swiper-container.sticky-mobile-slider.mobile-slider {
    display: block;
  }

  .upcoming-register-image.rotate-icon {
    width: 16px;
    min-width: 16px;
  }

  .home-slider-wrapper {
    margin-top: 50px;
  }

  .partner-image-block {
    max-width: 110px;
  }

  .astoria-neighborhood-section {
    padding-bottom: 65px;
  }

  .footer {
    padding-top: 65px;
    padding-bottom: 250px;
  }

  .schedule-tour-link-text {
    font-size: 60px;
    line-height: 60px;
  }

  .schedule-tour-link-icon {
    width: 30px;
    height: 30px;
    margin-left: 40px;
  }

  .footer-slider-wrapper {
    margin-top: 48px;
  }

  .main-footer-section {
    padding-top: 90px;
  }

  .footer-top-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-left-content {
    position: relative;
  }

  .footer-left-content.copyright-footer {
    max-width: 100%;
  }

  .footer-right-links.botom-links {
    display: none;
  }

  .footer-email-link {
    font-size: 16px;
  }

  .fotter-para.copyright-para {
    font-size: 16px;
    line-height: 28px;
  }

  .image-2 {
    display: none;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }

  .footer-nav-links {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .footer-nav-links.botom-links {
    display: none;
  }

  .footer-nav-links.bottom-top-links {
    margin-top: 15px;
    display: block;
  }

  .footer-link {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-nav-links-item {
    margin-bottom: 12px;
  }

  .footer-logo {
    display: block;
    position: absolute;
    inset: auto -30px 0% auto;
  }

  .second-banner-logo {
    max-width: 300px;
    display: block;
    position: absolute;
    inset: 0% -100px 0% auto;
  }

  .image-3 {
    object-fit: cover;
    height: 441px;
  }

  .innerpage-hero-section {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .innerpage-heading-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .sticky-section-residence-grid {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sticky-resright-image.mobile-hidden {
    display: none;
  }

  .sticky-resleft-content-inner {
    margin-top: 0;
    margin-bottom: 60px;
    top: 0;
    bottom: 0;
  }

  .residences-sticky-wrapper.living-area, .residences-sticky-wrapper.kitchen-section, .residences-sticky-wrapper.bathroom-section {
    padding-top: 80px;
    overflow: hidden;
  }

  .with-attention-to-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .detail-box-img, .residences-img-wrap {
    width: 100%;
  }

  .amenities-listing-section {
    padding-top: 100px;
  }

  .sticky-listing-section {
    min-height: auto;
  }

  .sticky-imagebox {
    height: 480px;
    position: relative;
  }

  .sticky-content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .sticky-content-wrapper.neigh-content-wrap {
    margin-top: 45px;
  }

  .heading-102 {
    text-align: left;
    font-size: 80px;
    line-height: 80px;
  }

  .contact-sticky-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-103 {
    font-family: Playfair Display, sans-serif;
  }

  .div-block {
    width: 100%;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .layout-wrapper-section.layout-style-two {
    padding-top: 100px;
  }

  .filter-result-wrapper.new-filter-wrap {
    margin-top: 30px;
  }

  .filter-block._w-100 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .fs-checkbox_row {
    grid-column-gap: 20px;
    grid-row-gap: 1px;
  }

  .fs-checkbox-field.min-w-104 {
    min-width: auto;
  }

  .fs-checkbox-field.min-w-104.min-h-85, .fs-checkbox-field.min-w-104.min-h-85.align-tems-start {
    min-height: 75px;
  }

  .fs-checkbox_label {
    padding: 5px 10px;
    font-size: 17px;
  }

  .layout-detail-block.small-gap.new-layout-d.popup-mb, .link-button-wrap.design-2.popup-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-header-heading {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .radion-div-erapper.hide-radio, .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .unit-heading-wrapper.modal-heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .unit-modal__wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }

  .team-modal__body.unit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .astor-one-banner-para {
    margin-top: 20px;
    font-size: 18px;
  }

  .btn-white {
    padding: 10px 20px;
    font-size: 18px;
  }

  .astor-one-amenities.astor-one-amenities-ov-h {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .residences-floor-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .res-bed-img {
    width: 300px;
    min-width: 300px;
    height: 300px;
  }

  .neighbourhood-astor-image {
    margin-top: 60px;
  }

  .astor-one-ft-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .astor-one-ft-left {
    margin-bottom: 10px;
  }

  .astor-one-ft-right-inner {
    justify-content: flex-start;
  }

  .home-hero-img-wrapper {
    display: none;
  }

  .equal-housing-opprtunity-img {
    margin-top: 15px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    margin-left: 0;
  }

  .navigation {
    padding: 20px 0;
  }

  .logo-image {
    width: 122px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-hero-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .heading-one {
    font-size: 60px;
    line-height: 70px;
  }

  .heading-one.text-white.home-hero-h1 {
    line-height: 74px;
  }

  .heading-one.text-white.residences-h1-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-one.text-white.neighborhood-h1-heading {
    text-align: left;
  }

  .heading-two {
    font-size: 48px;
    line-height: 58px;
  }

  .heading-three {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-four {
    font-size: 32px;
    line-height: 42px;
  }

  .home-top-span {
    color: #e0ddd6;
  }

  .home-bottom-span {
    line-height: 74px;
  }

  .menu-icon-wrapper {
    padding: 0;
  }

  .menu_links-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-icon-wrap {
    display: none;
  }

  .sophisticated-collection-section {
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-right-content {
    padding-right: 140px;
    position: relative;
  }

  .sophisticated-collection-h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .gradiant-with-content {
    padding-bottom: 60px;
  }

  .experience-community-living {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .headingtext-para {
    max-width: 400px;
    margin-top: 35px;
    margin-left: auto;
    padding-left: 0;
  }

  .headingtext-para.white-bg-heading-para.as-neigh-heading-para {
    max-width: 400px;
    margin-top: 35px;
  }

  .right-line-wrap.mobile-white-line {
    padding-left: 70px;
  }

  .section-heading-wrapper {
    margin-top: -8px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-section-content-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-width-button.exp-comm-button.mt-100 {
    grid-column-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full-wb-text {
    font-size: 20px;
    line-height: 20px;
  }

  .full-wb-icon {
    width: 20px;
    height: 20px;
  }

  .swiper-container.attention-to-details {
    margin-top: 40px;
  }

  .astoria-neighborhood-section {
    padding-top: 60px;
  }

  .image-full-width {
    padding-right: 20px;
  }

  .footer {
    background-position: 50% 100%;
  }

  .footer-top-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .schedule-tour-link-text {
    font-size: 50px;
    line-height: 50px;
  }

  .schedule-tour-link-icon {
    margin-left: 40px;
  }

  .main-footer-section {
    background-position: 140% 70%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-lr-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    right: -130px;
  }

  .second-banner-logo {
    max-width: 240px;
    position: absolute;
    top: -30px;
    bottom: 0%;
    left: auto;
  }

  .innerpage-hero-section {
    min-height: 536px;
    padding: 160px 20px 100px;
  }

  .innerpage-hero-section.schedule-tour {
    min-height: 400px;
  }

  .residences-sticky-wrapper.living-area, .residences-sticky-wrapper.kitchen-section, .residences-sticky-wrapper.bathroom-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-banner-transparent-logo {
    bottom: -70px;
  }

  .plr-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .amenities-listing-section {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-listing-section {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .sticky-inner-slider-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-102 {
    font-size: 60px;
    line-height: 60px;
  }

  .contact-sticky-section {
    padding-left: 0;
    padding-right: 0;
  }

  .field-label {
    text-transform: none;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .field-label-3 {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .heading-103 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
  }

  .div-block {
    padding: 40px 20px;
  }

  .nopad-quick {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textarea {
    padding-bottom: 0;
    line-height: 1em;
  }

  .field-label-4 {
    text-transform: none;
    padding-top: 5px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .checkbox-label, .checkbox-label-2, .checkbox-label-3 {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .field-label-5, .field-label-6 {
    text-transform: none;
    padding-top: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .submit-button {
    background-color: #c59408;
    border-radius: 100px;
    width: 100%;
    height: 52px;
  }

  .quick-stack-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .layout-wrapper-section.layout-style-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-detail-block.small-gap.new-layout-d.popup-mb, .link-button-wrap.design-2.popup-link {
    padding-left: 4px;
    padding-right: 4px;
  }

  .form-row {
    flex-wrap: wrap;
  }

  ._w-100.first {
    margin-bottom: 22px;
  }

  .unit-heading-wrapper.modal-heading {
    padding-left: 4px;
    padding-right: 4px;
  }

  .team-modal__body.unit {
    padding: 30px 16px 40px;
  }

  .unit--close {
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
  }

  .modal-close-icon {
    padding: 8px;
  }

  .astor-one-hero {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .astor-one-hero-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .left-content {
    margin-bottom: 35px;
  }

  .btn-white.btn-flr-plan {
    text-align: center;
    font-size: 16px;
  }

  .astor-one-amenities {
    padding: 60px 20px;
  }

  .astor-one-headding-02 {
    font-size: 34px;
    line-height: 48px;
  }

  .residences-floor-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 65px;
  }

  .residence-bed-content, .res-bed-h3, .res-bed-para {
    text-align: center;
  }

  .res-bed-image {
    text-align: center;
    margin-bottom: 20px;
  }

  .res-bed-img {
    margin-left: auto;
    margin-right: auto;
  }

  .astor-one-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .astor-one-ft-left {
    margin-bottom: 0;
  }

  .select-note-para {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding: 50px 20px 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 0;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-content {
    padding-top: 170px;
    padding-bottom: 160px;
  }

  .heading-one.text-white.home-hero-h1 {
    text-align: left;
  }

  .heading-one.text-white.residences-h1-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-one.text-white.neighborhood-h1-heading {
    text-align: left;
    font-size: 47px;
    line-height: 55px;
  }

  .heading-five.comm-living-slider-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-five.footer-heading {
    font-size: 24px;
    line-height: 33px;
  }

  .home-bottom-span {
    text-align: left;
  }

  .menu_links-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu_link-overflow {
    margin-bottom: 20px;
  }

  .menu_link, .menu_link.w--current {
    font-size: 36px;
    line-height: 40px;
  }

  .menu-link-number {
    font-size: 18px;
  }

  .header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sophisticated-collection-section {
    padding: 60px 16px 40px;
  }

  .collection-right-content {
    padding-right: 40px;
  }

  .menu-text-block {
    font-size: 32px;
    line-height: 34px;
  }

  .experience-community-living {
    padding-left: 16px;
    padding-right: 16px;
  }

  .headingtext-para {
    max-width: 220px;
    margin-top: 30px;
  }

  .headingtext-para.white-bg-heading-para.as-neigh-heading-para {
    max-width: 220px;
  }

  .image-ling-bg {
    height: 40px;
  }

  .section-heading-wrapper, .sticky-section-content-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .full-width-button.exp-comm-button {
    grid-column-gap: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .full-width-button.exp-comm-button.mt-100 {
    grid-column-gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .full-wb-text {
    font-size: 16px;
    line-height: 16px;
  }

  .full-wb-icon {
    width: 10px;
    height: 10px;
  }

  .community-living-image {
    object-fit: cover;
    height: 360px;
  }

  .slide-number {
    font-size: 18px;
    line-height: 28px;
  }

  .image-full-width {
    padding-right: 16px;
  }

  .footer {
    background-position: 50% 100%;
  }

  .footer-top-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .schedule-tour-link-text {
    font-size: 40px;
    line-height: 40px;
  }

  .schedule-tour-link-icon {
    width: 22px;
    height: 22px;
    margin-left: 25px;
  }

  .main-footer-section {
    background-image: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-lr-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .second-banner-logo {
    max-width: 190px;
    top: 30px;
    right: -105px;
  }

  .innerpage-hero-section, .residences-sticky-wrapper.living-area, .residences-sticky-wrapper.kitchen-section, .residences-sticky-wrapper.bathroom-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .inner-banner-transparent-logo {
    bottom: -40px;
  }

  .plr-30 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .amenities-listing-section {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-listing-section, .sticky-inner-slider-wrap, .div-block, .nopad-quick {
    padding-left: 16px;
    padding-right: 16px;
  }

  .layout-wrapper-section.layout-style-two {
    margin-bottom: 40px;
    padding: 80px 16px 60px;
  }

  .fs-checkbox-field.min-w-104.min-h-85, .fs-checkbox-field.min-w-104.min-h-85.align-tems-start {
    min-height: 60px;
  }

  .fs-checkbox_label {
    padding: 0 5px;
    font-size: 16px;
  }

  .layout-info-wrapper.new-design-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .floor-text.common-lay-para.new-style, .sq-ft-wrap.common-lay-para.new-style {
    font-size: 16px;
  }

  .form-header-heading {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .common-lay-para.unit-type-text.new-style {
    font-size: 16px;
  }

  .radion-div-erapper.hide-radio {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .div-block-4 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-wrap: wrap;
  }

  .layout-result-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .layout-new-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .unit-modal__wrap {
    padding: .5rem;
    display: none;
  }

  .unit--close {
    top: 10px;
    right: 10px;
  }

  .checkbox-span {
    font-size: 14px;
    line-height: 16px;
    bottom: 10px;
  }

  .astor-one-hero, .astor-one-amenities {
    padding-left: 16px;
    padding-right: 16px;
  }

  .astor-one-amenities.astor-one-amenities-ov-h {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .res-bed-img {
    width: 280px;
    min-width: 280px;
    height: 280px;
  }

  .astor-one-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .astor-one-ft-right-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .map-wrap {
    width: 100%;
  }

  .list {
    margin-bottom: 0;
  }

  .select-note-para {
    font-size: 18px;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_93f26f0b-7df1-066b-c66f-166b49f87e2e-6dfb7fce, #w-node-_5096fff7-715b-e2a2-51f2-febdf6116ac9-6dfb7fce, #w-node-a5308c81-a18d-23fc-f3e3-d5e5d3a8c39b-6dfb7fce, #w-node-_7ec661cf-9ff7-3077-f155-f36f6d3c46cf-6dfb7fce, #w-node-_68942c47-b86d-14ab-d136-e841c2489e61-6dfb7fce, #w-node-d2c02d92-a329-1bcf-7704-a11ef17f77f2-6dfb7fce, #w-node-cfc6ec24-4258-8209-462b-62d37ca8afea-6dfb7fce, #w-node-f527e39b-b168-470a-7aa3-b8f533469334-6dfb7fce, #w-node-ffd66c41-421e-6a94-0259-83a4d5074d66-6dfb7fce, #w-node-_1fe2b6e6-c182-11fb-547e-86ede967c3c9-6dfb7fce, #w-node-_918f7d90-1ee1-9392-c4bd-35e695b1ab7b-6dfb7fce, #w-node-_29c86f68-3e6f-07ed-96d0-6a783d9f5586-6dfb7fce, #w-node-_6cd66f83-c7ab-9714-4b5e-ebd7e29b342c-6dfb7fce, #w-node-_01dc8c65-504f-0c67-6345-b8d169b45dcc-6dfb7fce, #w-node-_6e22e2f4-7ae4-0269-1b0b-1c47b5a7270f-6dfb7fce, #w-node-_6e22e2f4-7ae4-0269-1b0b-1c47b5a72711-6dfb7fce, #w-node-_8b79a21e-ea6d-e687-0c08-7da83c97b3ec-6dfb7fce, #w-node-_8b79a21e-ea6d-e687-0c08-7da83c97b3f0-6dfb7fce, #w-node-_6eb41fc8-4303-2aaa-3f44-4c8f9382c484-9382c45c, #w-node-_6eb41fc8-4303-2aaa-3f44-4c8f9382c4a3-9382c45c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eb41fc8-4303-2aaa-3f44-4c8f9382c4a6-9382c45c {
  order: 9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eb41fc8-4303-2aaa-3f44-4c8f9382c4ac-9382c45c, #w-node-de052a38-e1d2-7234-4f6b-180dd09e230a-d09e22f6, #w-node-de052a38-e1d2-7234-4f6b-180dd09e230e-d09e22f6, #w-node-_6ce4c4e6-8f92-2ff8-c492-391b6bfff922-af15014d, #w-node-_5872572d-52ce-3e2f-b142-e30ed66c5c71-af15014d, #w-node-_36c22007-efde-ecc0-dd1f-e3f29813ab87-af15014d, #w-node-_5a8899d1-30bd-30fc-dfb9-aab24817b0ea-af15014d, #w-node-_3550b7fb-fb5b-28dd-0a57-d93c79a53257-af15014d, #w-node-_3550b7fb-fb5b-28dd-0a57-d93c79a5325e-af15014d, #w-node-_40f69b42-7162-2ac5-ffbd-71fc557b1db4-af15014d, #w-node-_40f69b42-7162-2ac5-ffbd-71fc557b1dbb-af15014d, #w-node-cfe097fd-f03f-dbdd-b79a-fbb9d2e59184-af15014d, #w-node-cfe097fd-f03f-dbdd-b79a-fbb9d2e59186-af15014d, #w-node-cfe097fd-f03f-dbdd-b79a-fbb9d2e5918b-af15014d, #w-node-_02f7b8da-2f84-6150-6430-89019f388316-9b9eb302, #w-node-_02f7b8da-2f84-6150-6430-89019f388318-9b9eb302, #w-node-_02f7b8da-2f84-6150-6430-89019f388316-8b42ef1e, #w-node-_02f7b8da-2f84-6150-6430-89019f388318-8b42ef1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c3d2d91-6069-7900-2399-0bbc794bd9bd-f1688eb9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1bc-3ca20c7e, #w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1be-3ca20c7e, #w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1bc-a72773d0, #w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1be-a72773d0, #w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1bc-42c76655, #w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1be-42c76655, #w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1bc-0d7e9b71, #w-node-ebefa04d-1486-18b9-4e1e-9dd5c67ab1be-0d7e9b71, #w-node-e30ea37b-b8ea-67a6-74d7-1543ea943476-b7867ede, #w-node-e30ea37b-b8ea-67a6-74d7-1543ea94347a-b7867ede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_5c3d2d91-6069-7900-2399-0bbc794bd9bf-f1688eb9 {
    order: 0;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6eb41fc8-4303-2aaa-3f44-4c8f9382c4a6-9382c45c {
    order: -9999;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f527e39b-b168-470a-7aa3-b8f533469334-6dfb7fce, #w-node-ffd66c41-421e-6a94-0259-83a4d5074d66-6dfb7fce, #w-node-_1fe2b6e6-c182-11fb-547e-86ede967c3c9-6dfb7fce, #w-node-_918f7d90-1ee1-9392-c4bd-35e695b1ab7b-6dfb7fce {
    order: 9999;
  }

  #w-node-_5c3d2d91-6069-7900-2399-0bbc794bd9bd-f1688eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5c3d2d91-6069-7900-2399-0bbc794bd9bd-f1688eb9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


