:root {
  --blue-text: #497b9c;
  --orange: #f59c36;
  --white: white;
  --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-layout-vflex {
  flex-direction: column;
  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;
  padding-left: 8px;
  padding-right: 8px;
  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 {
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-cta.floor-plan-contact {
  background-color: #fff;
}

.section.cc-cta.floor-plan-contact.homepage-contact {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.location-benefits-hero-3 {
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.location-benefits-hero-3.property-homepage-section {
  padding-left: 0;
  padding-right: 0;
}

.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 {
  opacity: .6;
  font-size: 18px;
}

.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-jumbo-button.secondary-button {
  width: 13rem;
  margin-top: 20px;
}

.button.cc-jumbo-button.secondary-button.contact-button {
  border-radius: 50px;
  width: 13rem;
  padding: 10px 20px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-contact-us.nav-button {
  background-color: #497b9b;
  border-radius: 25px;
}

.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;
  margin-top: 20px;
}

.label.cc-light.hero-about-us {
  color: #fff;
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  text-shadow: 4px 4px 5px #0000005e;
  justify-content: center;
  align-items: center;
  height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 20rem;
  display: flex;
}

.heading-jumbo.blue-text.floor-plan-h1 {
  height: 5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-jumbo-small.little-smaller {
  font-size: 22px;
  line-height: 32px;
}

.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;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  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;
}

.logo-image {
  width: 6rem;
  min-width: 0;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  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: 40px;
  padding-bottom: 20px;
  display: flex;
}

.intro-header {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #b26969f7;
  background-image: linear-gradient(#00000036, #00000036), url('../images/facade-of-apartment-building-2023-11-27-05-34-25-utc.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #fff;
  background-image: none;
  height: 300px;
  margin-bottom: 0;
}

.intro-header.cc-subpage.contact-image {
  background-image: url('../images/recreational-yacht-at-adriatic-sea-2023-11-27-05-13-00-utc.jpg');
  background-position: 50% 28%;
  background-size: cover;
  height: 50vh;
}

.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: ". ."
  / 1.25fr .75fr;
  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: 80px;
  grid-template: ". ."
  / 1fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  max-width: 100%;
  margin-bottom: 80px;
  display: flex;
  overflow: visible;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  text-align: left;
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 50px;
}

.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;
}

.work-heading.hero-about-us-line-2 {
  color: #fff;
}

.the-property {
  text-align: center;
  background-color: #497b9c;
  margin-bottom: 60px;
  padding-top: 26px;
}

.the-property.bluebackground {
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.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;
}

.body {
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 45vw;
  padding-left: 20px;
  display: flex;
}

.margin-bottom-24px {
  color: #4e4e4e;
  margin-top: 25px;
  margin-bottom: 30px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #497b9c;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin: 10px 0 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.make-wide {
  width: 10rem;
}

.shadow-two {
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 38rem;
}

.hero-heading-center {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 2px solid #000;
  border-radius: 0;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  font-family: PT Serif, serif;
  font-size: 68px;
  font-weight: 400;
  display: flex;
}

.div-block {
  border: 1px solid #000;
  border-bottom-style: none;
}

.hero-section-buttons {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.secondary-button {
  color: #497b9b;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #497b9b;
  border-radius: 25px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.secondary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.secondary-button:active {
  background-color: #43464d;
}

.at-seawind {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 51px;
  padding-right: 0;
  display: flex;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  display: flex;
}

.community-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 100px;
  display: flex;
}

.secondary-header {
  margin-right: 0;
}

.secondary-header.seablue-text-color {
  color: #497b9c;
  font-size: 40px;
  font-weight: 400;
}

.image {
  max-width: 25%;
}

.image.about-us-image-1 {
  max-height: 400px;
  margin-top: 30px;
}

.image.about-us-image-2 {
  flex: 0 auto;
  max-height: 400px;
  margin-top: 15px;
}

.image.about-us-image-3 {
  max-height: 400px;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.team-slider.bluebg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-right: 0;
  display: block;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading.white-text {
  text-align: center;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.hero-property-main-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  margin-top: 32px;
  margin-right: 0%;
  padding: 0 44px 40px;
  display: flex;
}

.hero-property-card {
  z-index: 1;
  background-color: #fff;
  border: 1.5px solid #ffa90a;
  border-radius: 20px;
  flex: none;
  width: 24rem;
  max-width: 100%;
  height: 24rem;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.property-card-image {
  border-radius: 20px 20px 0 0;
  width: auto;
  margin-bottom: 0;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.property-info {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 300;
  display: flex;
}

.hero-property-perk-1 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.hero-property-perk-1.secondary-header-line-2 {
  text-align: left;
  line-height: 28px;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.secondary-header-community {
  margin-right: 0;
}

.secondary-header-community.seablue-text-color {
  color: #497b9c;
  order: 0;
  margin-bottom: 0;
  margin-right: -200px;
  padding-right: 0;
  font-size: 40px;
  font-weight: 400;
}

.secondary-header-line-2 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  line-height: 31px;
}

.secondary-header-line-2.seablue-text-color {
  color: #497b9c;
  font-size: 40px;
  font-weight: 400;
}

/* gallery.css (or your main stylesheet) */
.gallery-slider .swiper,
.gallery-slider .swiper-slide img {
  width: 100%;
  height: 500px;           /* adjust to your design */
  object-fit: cover;       
  padding-bottom: 30px;
  /* object-fit: contain; */
  user-select: none;                 /* no text/image selection */
  -webkit-user-select: none;         /* Safari / iOS */
  -ms-user-select: none;             /* old IE/Edge */
  -webkit-tap-highlight-color: transparent;  /* no mobile blue flash */
}


.community-line-3 {
  text-align: right;
  margin-right: -60px;
}

.community-header-line-1 {
  flex-flow: row-reverse;
  justify-content: flex-start;
  display: flex;
}

.div-block-6 {
  border-bottom: 1px solid #000;
  border-radius: 0;
  max-width: 100%;
  margin-left: 0;
  padding-left: 47px;
  padding-right: 53px;
}

.paragraph {
  max-width: 20rem;
}

.paragraph.move-text-bottom {
  border: 1px #000;
  border-top-style: solid;
  margin-bottom: 0;
  padding-top: 2rem;
}

.bluebg {
  background-color: #497b9c;
  margin-bottom: auto;
}

.white-text {
  color: #fff;
  text-align: left;
}

.blue-text {
  color: var(--blue-text);
  background-color: #fff0;
  margin-left: -20px;
}

.blue-text.bold-label-lite.extra-size {
  margin-bottom: 0;
  font-size: 14px;
}

.property-card-main-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1700px;
  max-width: 100%;
  padding-bottom: 0;
  display: flex;
}

.property-benefits-card {
  background-color: #fff;
  max-width: 30%;
}

.hero-property-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-items: start center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.property-card-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-width: auto;
  margin-bottom: 0;
  padding: 0 10px;
  display: flex;
  position: static;
  bottom: -9px;
}

.property-card-title {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 9px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  position: relative;
  top: 0;
}

.poreperty-crad-content-body {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1rem;
}

.property-card-line {
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 4.5rem;
  margin-left: 8px;
  padding-top: 28px;
  padding-left: 9px;
  display: flex;
}

.gallery {
  margin-bottom: 20px;
}

.hero-gallery {
  height: 35rem;
}

.slide-nav {
  border: 1px #000;
  border-radius: 0;
}

.hero-amenities {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.hero-amenities-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.amenities-image {
  flex: 0 auto;
  width: auto;
  display: block;
  position: static;
  left: -150px;
}

.amenities-points {
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
  position: static;
  left: -150px;
}

.heading {
  text-align: center;
}

.heading.extrasize {
  margin-bottom: 10px;
  font-size: 44px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
  margin-top: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.amenities-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.list {
  padding-left: 0;
}

.list-2 {
  flex: 1;
  padding-left: 0;
}

.floor-plan-wrapper {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.floor-plan-header-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.orange-text {
  color: var(--orange);
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block {
  text-align: center;
  width: 40rem;
  padding-left: 0;
  padding-right: 0;
}

.bold-label-lite {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.bold-label-lite.cc-styleguide-label {
  margin-bottom: 25px;
  font-weight: 600;
}

.bold-label-lite.cc-light {
  opacity: .6;
  margin-top: 20px;
}

.bold-label-lite.cc-light.hero-about-us {
  color: #fff;
}

.bold-label-lite.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.floor-plan-plans {
  justify-content: center;
  display: flex;
}

.floor-plan-wrapper-h3 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.floor-plan-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35vw;
  height: 40vh;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.floor-plans-flew-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.floor-plan-image {
  width: auto;
}

.floor-plan-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.image-2 {
  width: 82.5rem;
  overflow: clip;
}

.image-2.rounded-corner {
  border-radius: 15px;
  width: 51.2rem;
}

.paragraph-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.div-block-8 {
  display: flex;
}

.heading-2 {
  padding-left: 0;
}

.floor-plan-b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35vw;
  height: 40vh;
  padding: 20px;
  display: flex;
}

.floor-plan-lightbox {
  border-radius: 15px;
  width: auto;
  padding-top: 10px;
  padding-left: 20px;
}

.main-lightbox-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 25rem;
  display: flex;
}

.image-3 {
  border-radius: 15px;
  width: 18vw;
  height: 25vh;
}

.image-4 {
  object-fit: contain;
  border-radius: 15px;
  height: 30vh;
}

.text-block-2 {
  width: 10rem;
}

.floor-plan-text-body {
  text-align: center;
  width: 45rem;
}

.section-copy {
  text-align: left;
  margin-bottom: 0;
  overflow: hidden;
}

.section-copy.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.galler-main-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-3 {
  text-align: center;
}

.gallery-header-h1 {
  color: var(--orange);
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3, .gallery-header, .text-block-4 {
  text-align: center;
}

.paragraph-3, .gallery-header-body {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.gallery-gallery-main-wrapper {
  margin-bottom: 20px;
}

.gallery-container {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "Area-2"
                 / 1fr 1fr 1fr;
}

.div-block-9 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.image-5 {
  width: 35rem;
}

.lightbox-link {
  width: 45rem;
  margin-left: 0;
  margin-right: 0;
}

.lightbox-link-gallery {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.click-to-enlarge.paragraph-tiny, .amenities-header, .text-block-5 {
  text-align: center;
}

.text-block-5.blue-text {
  margin-left: 0;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.paragraph-4 {
  text-align: center;
}

.amenities-main-paragraph {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.amenities-grid-wrapper {
  background-color: #f3f3f3;
  height: 100vh;
  margin-bottom: 0;
  padding: 60px 220px 140px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: visible;
}

.amenities-grid-card {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Seawind7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.card-text {
  background-color: var(--blue-text);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  width: 14rem;
  height: auto;
  margin-left: 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
}

.amenities-grid-card-2 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/sw8.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-3 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/light-yellow-shaggy-carpet-sample-a-closeup-shot-2023-11-27-04-51-14-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-3.round-corners {
  border-radius: 10px;
}

.amenities-grid-card-8 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Seawind7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-5 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/beautiful-and-classy-ornamented-steel-fence-gate-t-2024-10-17-16-24-50-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-6 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/closeup-of-a-modern-cars-parked-on-a-side-of-a-cit-2023-11-27-04-55-04-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.what-we-believe {
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-left: 100px;
  padding-right: 100px;
}

.what-we-believe.property-homepage-section {
  padding-left: 0;
  padding-right: 0;
}

.property-home-main-wrapper {
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
  padding-left: 100px;
  padding-right: 100px;
}

.property-home-main-wrapper.property-homepage-section {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  object-fit: cover;
  box-shadow: 9px 9px 5px #0003;
}

.footer-light {
  border-bottom: 1px #e4ebf3;
  flex: 1;
  padding: 20px 10px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45vw;
  padding-left: 140px;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-link-two.white-text {
  color: #fff;
}

.footer-link-two.white-text.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-copyright.white-text {
  color: #fff;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-7 {
  width: 8rem;
}

.div-block-11 {
  margin-left: 0;
  margin-right: 100px;
}

.section-3 {
  margin-top: -10px;
}

.amenities-grid-card-4 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/aerial-view-of-professional-garden-worker-with-pus-2023-11-27-05-32-54-utc.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-7 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/sw14.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-6-copy {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/closeup-of-a-modern-cars-parked-on-a-side-of-a-cit-2023-11-27-04-55-04-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-9 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/elevator-buttons-2023-11-27-05-28-13-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-10 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/DBPhoto0549.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-11 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/group-of-happy-diverse-senior-female-and-male-frie-2023-11-27-05-12-31-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-12 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/receptionist-working-in-a-hotel-2023-11-27-05-14-04-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.heading-4 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.heading-5 {
  text-align: center;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-3-copy {
  grid-template-rows: 1fr auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: visible;
}

.grid-2---room {
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
  overflow: visible;
}

.div-block-12 {
  border: 1px solid #000;
  border-radius: 0;
  padding: 40px;
}

.proprerty-subtitle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 10px;
}

.round-corners {
  border-radius: 10px;
}

.text-block-7 {
  text-align: center;
  margin-bottom: 60px;
}

.amenities-line {
  border: 1px solid var(--orange);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30rem;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.amenities-grid-card-room1 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/Seawind7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-card-room2 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/sw8.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-cardroom3 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/light-yellow-shaggy-carpet-sample-a-closeup-shot-2023-11-27-04-51-14-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.amenities-grid-cardroom3.round-corners {
  border-radius: 10px;
}

.amenities-grid-cardroom4 {
  background-color: #4d4d4d;
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/doorway-of-modern-apartment-with-white-walls-and-p-2023-11-27-05-23-53-utc.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 15rem;
  display: flex;
  position: relative;
}

.container-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80vw;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-8 {
  width: 20rem;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.slider {
  width: 80%;
  height: 500px;
}

.heading-6 {
  text-align: center;
  display: flex;
}

.section-4 {
  height: 40rem;
  margin-bottom: 40px;
}

.image-9 {
  filter: brightness(90%);
  background-color: #6b2c2c;
  background-image: linear-gradient(#8a3b3b80, #8a3b3b80);
}

.slide {
  color: #fff;
  background-image: linear-gradient(0deg, #00000078 32%, #30303012 47%), url('../images/port.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.container-6 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slide-2 {
  color: #fff;
  background-image: linear-gradient(360deg, #000, #6363633d 53%, #9595957a 100%, #fff), url('../images/oxnard-senior-center.png');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#77242421, #a8a8a82e 29%, #020202), url('../images/oxnardhospital.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-15 {
  flex-flow: column;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.div-block-16 {
  justify-content: space-around;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-self: auto;
  display: flex;
}

.image-10 {
  filter: brightness(116%);
  width: 50rem;
  box-shadow: 10px 11px 5px #0003;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.heading-8 {
  margin-top: 0;
}

.heading-8.orange-text {
  margin-top: 0;
  margin-bottom: 0;
}

.slide-4 {
  background-image: url('../images/DBPhoto0573.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-11 {
  background-image: url('../images/Seawind10.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/Seawind9.JPG');
  background-position: 0 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Seawind2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.leasing-info-main-wrapper {
  background-color: #f3f3f3;
  margin-bottom: -10px;
  padding: 60px 220px 40px;
}

.leasing-info-container {
  flex-flow: column;
  justify-content: space-between;
  max-width: 75vw;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  justify-content: space-between;
  align-self: center;
  width: 70vw;
  display: flex;
}

.leasing-info-text-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 30vw;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading-9 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 40px;
}

.leasing-info-text-2 {
  width: 35vw;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.text-block-8 {
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.leasing-main-text {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border: 2px solid var(--blue-text);
  border-radius: 15px;
  flex-flow: column-reverse;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 50vw;
  margin-bottom: 40px;
  padding: 10px 25px;
  display: flex;
  box-shadow: 0 0 10px #0003;
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.identification {
  width: 10vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 18px;
}

.leasing-info-benefits {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-7 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  max-width: 60vw;
  display: flex;
}

.leasing-benefits-1, .leasing-benefits-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 30vw;
  display: flex;
}

.image-12, .image-13 {
  width: 10rem;
}

.text-block-9, .text-block-10 {
  max-width: 20vw;
}

.paragraph-5 {
  width: 15vw;
  max-width: none;
}

.paragraph-6 {
  width: 15vw;
}

.column {
  flex-flow: column;
  display: flex;
}

.list-item, .list-item-2 {
  justify-content: space-between;
  display: flex;
}

.list-item-3 {
  justify-content: space-between;
  padding-left: 60px;
  display: flex;
}

.list-item-4 {
  justify-content: space-between;
  display: flex;
}

.text-block-11 {
  text-align: right;
  width: auto;
}

.heading-12, .text-block-12 {
  text-align: center;
}

.div-block-21 {
  background-color: var(--blue-text);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-22 {
  border: 2px solid var(--orange);
  background-color: #fff;
  border-radius: 15px;
  width: 30vw;
  padding-bottom: 10px;
}

.button-2 {
  justify-content: center;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "Area"
                       "."
                       "."
                       "."
                       ".";
  width: 25vw;
}

.property-amenities-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  display: flex;
}

.image-14 {
  order: -1;
  width: 4rem;
}

.div-block-24 {
  justify-content: space-between;
  display: flex;
}

.parking-lightbox {
  z-index: 11;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  object-fit: fill;
  justify-content: space-between;
  width: 68vw;
  height: auto;
  max-height: none;
  display: flex;
  position: fixed;
  inset: 25% 15%;
}

.image-15 {
  object-fit: cover;
  width: 30vw;
  height: auto;
}

.paragraph-7 {
  width: 35vw;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 45px;
}

.div-block-25 {
  width: 35vw;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 120px;
}

.div-block-26 {
  z-index: 12;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.parking {
  color: var(--orange);
  cursor: pointer;
  text-decoration: underline;
}

.close-button {
  background-color: #3898ec00;
  justify-content: flex-end;
  transition: none;
  display: flex;
}

.text-block-13 {
  text-align: right;
  margin-top: 40px;
}

.x-close {
  text-align: right;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  margin-right: -85px;
  padding-top: 5px;
  font-size: 18px;
}

.heading-13 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.parking-lightbox-1 {
  z-index: 12;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.slide-7 {
  background-image: url('../images/Seawind6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slider-2 {
  height: 50vh;
  box-shadow: 0 0 15px 3px #0003;
}

.slide-8 {
  background-image: url('../images/sw8.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Seawind7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block-14 {
  margin-top: 100px;
}

.community-footnote {
  border: 2px solid var(--blue-text);
  color: #535353;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  width: 50vw;
  margin-top: 60px;
  font-size: 14px;
  font-style: italic;
  display: flex;
  box-shadow: 0 0 13px 1px #0003;
}

.slide-17 {
  background-image: url('../images/DBPhoto0553.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide18 {
  background-image: url('../images/Seawind12.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide19 {
  background-image: url('../images/Seawind11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-27 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.amenities-grid-wrapper-2 {
  background-color: #f3f3f3;
  height: 100vh;
  margin-bottom: 0;
  padding: 60px 220px 140px;
  display: block;
}

.text-block-15 {
  overflow-wrap: normal;
  text-decoration: none;
  display: flex;
}

.link {
  padding-left: 51px;
  padding-right: 6px;
}

.div-block-28 {
  display: flex;
}

.text-block-16 {
  text-align: center;
}

.div-block-29 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.equal-housing-text {
  color: #fff;
  padding-left: 40px;
}

.div-block-30 {
  flex-flow: row-reverse;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-16 {
  filter: invert();
  max-width: 5rem;
}

.div-block-31 {
  display: flex;
}

.div-block-32 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.slide-18 {
  background-image: url('../images/Seawind11.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-split-right {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60vw;
  padding-left: 80px;
  display: flex;
}

.hero-split-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40vw;
  margin-right: -20px;
  padding-left: 20px;
  display: flex;
}

.mask {
  overflow: hidden;
}

.image-17 {
  object-fit: cover;
}

.slider-4 {
  height: 50vh;
}

.slide-19 {
  background-image: url('../images/IMG_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/Seawind6.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/DBPhoto0553.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-14 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.clickable-link {
  color: var(--orange);
  cursor: pointer;
  text-decoration: underline;
}

.text-block-17 {
  padding: 10px 20px;
}

.south-oxnard-senior-library {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45vw;
  padding: 20px;
  font-size: 18px;
  display: flex;
}

.link-2 {
  justify-content: center;
  width: 45rem;
  margin-right: 0;
  display: flex;
}

.div-block-33 {
  justify-content: center;
  display: flex;
}

.slide-22 {
  background-image: linear-gradient(358deg, #0000008f 41%, #0000 57%), url('../images/Hampton_Inn_Oxnard_Aerial.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.channel-island-gradient {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.patio-lb-popup {
  z-index: 13;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.patio-lb {
  z-index: 11;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  object-fit: fill;
  justify-content: space-between;
  width: 68vw;
  height: auto;
  max-height: none;
  display: flex;
  position: fixed;
  inset: 25% 15%;
}

.button-primary--parking-lb {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #497b9c;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary--parking-lb:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary--parking-lb:active {
  background-color: #43464d;
}

.button-primary-home {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #497b9c;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 10rem;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-home:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-home:active {
  background-color: #43464d;
}

.floor-plan-a-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  margin-top: 40px;
  display: flex;
}

.image-18 {
  object-fit: cover;
  border-radius: 10px;
  width: 55vw;
  height: 40vh;
  overflow: clip;
}

.text-block-18 {
  padding-left: 40px;
}

.div-block-34 {
  border-radius: 10px;
}

.floor-plan-lightbox-plan-b {
  border-radius: 15px;
  width: auto;
  height: 28vh;
  padding-top: 10px;
  padding-left: 20px;
}

.floor-plan-b-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row-reverse;
  margin-top: 60px;
  display: flex;
}

.div-block-35 {
  width: 40vw;
  height: 40vh;
}

.image-19 {
  object-fit: cover;
  border-radius: 10px;
  width: 55vw;
  height: 40vh;
  overflow: clip;
}

.floor-plan-b-heading {
  padding-left: 0;
  font-size: 24px;
}

.floor-plan-a-heading {
  padding-left: 40px;
  font-size: 24px;
}

.section-5 {
  border: 1px solid var(--blue-text);
  width: 80vw;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-19 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.quality-comfort-value-with-icons {
  justify-content: center;
  align-items: stretch;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.icon-1 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-8 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.home-icons {
  width: 6vw;
}

.value {
  text-align: center;
  font-weight: 600;
}

.text-block-20 {
  text-align: center;
  width: 20vw;
  padding-left: 5px;
  padding-right: 5px;
}

.icon-2-comfort, .icon-3-quality {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.comfort, .quality {
  text-align: center;
  font-weight: 600;
}

.test-section {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cable-popup-lb {
  z-index: 13;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cable-subwwrapper {
  z-index: 11;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  object-fit: fill;
  justify-content: space-between;
  width: 68vw;
  height: auto;
  max-height: none;
  display: flex;
  position: fixed;
  inset: 25% 15%;
}

.cable-image {
  object-fit: cover;
  width: 30vw;
  height: auto;
}

.cable-heading {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.cable-text {
  width: 35vw;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 45px;
}

.clickable-link-cable {
  color: var(--orange);
  cursor: pointer;
  text-decoration: underline;
}

.conact-head {
  letter-spacing: .5rem;
}

.apply-now-main-wrapper {
  margin-bottom: 100px;
  display: flex;
}

.print {
  flex-flow: column;
  display: flex;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-left: 44px;
}

.container-9 {
  flex-flow: column;
  max-width: 75vw;
  display: flex;
}

.steps-main-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  max-width: 75vw;
  display: flex;
  overflow: visible;
}

.div-block-37 {
  background-image: linear-gradient(45deg, var(--blue-text), #bcf1ff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.step-numbers {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 48px;
}

.step-circle-1 {
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 4px 8px #0003;
}

.div-block-38 {
  display: flex;
}

.linewrapper {
  justify-content: center;
  align-items: flex-start;
  width: 15rem;
  margin-left: -150px;
  margin-right: -150px;
  padding-top: 40px;
  padding-bottom: 22px;
  display: flex;
}

.div-block-39 {
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
}

.step-line {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
  width: 25vw;
  height: .5rem;
  position: relative;
  box-shadow: 0 3px 9px #0003;
}

.step-circle-2 {
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  box-shadow: 0 4px 9px 2px #0003;
}

.step-circle-3 {
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  box-shadow: 0 4px 9px 1px #0003;
}

.apply-now-title {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-21 {
  text-align: center;
  font-size: 24px;
}

.step-circle-1-main-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 28vw;
  max-width: 28vw;
  height: auto;
  min-height: 40vh;
  display: flex;
  overflow: visible;
}

.text-block-22, .text-block-22-copy {
  text-align: center;
}

.print-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
}

.text-block-23 {
  text-align: center;
  width: 18vw;
  min-height: 25vh;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.step-circle-1-copy {
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 4px 8px #0003;
}

.div-block-40 {
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
  border-radius: 30px;
  margin-top: auto;
  padding: 10px 15px;
}

.div-block-41 {
  height: 12rem;
}

.apply-gen-text {
  height: auto;
}

.text-block-24 {
  color: #fff;
}

.text-block-25 {
  padding-top: 10px;
}

.div-block-42 {
  background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
  justify-content: center;
  width: .5rem;
  height: 4rem;
  margin-top: -68px;
  display: flex;
}

.south-oxnard-senior {
  justify-content: center;
  display: flex;
}

.last-slide {
  background-image: linear-gradient(357deg, #00000070 41%, #6660 65%), url('../images/close-up-shopping-basket-and-fresh-products-on-cas-2024-10-18-09-30-13-utc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.shopping-slide {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-27 {
  text-align: center;
  width: 18vw;
  margin-bottom: 20px;
}

.button-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.apply-now-content-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.flex-block-2 {
  justify-content: space-around;
  align-items: center;
  width: 25vw;
}

.container-10 {
  justify-content: center;
  display: flex;
}

.amenities-mobile-wrapper-1, .location-mobile-wrap {
  display: none;
}

.container-12 {
  flex-flow: column;
  max-width: 70vw;
  display: flex;
}

.paragraph-11 {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.heading-17 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-47 {
  width: 10vw;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .location-benefits-hero-3 {
    width: 90%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .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: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .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 {
    padding: 0;
  }

  .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;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary.make-wide {
    margin-top: 40px;
  }

  .hero-section-buttons {
    justify-content: center;
  }

  .container {
    max-width: 728px;
  }

  .hero-property-main-wrapper {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-property-card {
    aspect-ratio: auto;
    flex: 0 auto;
    position: static;
  }

  .hero-property-section {
    max-width: none;
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
  }

  .orange-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block {
    width: 75vw;
  }

  .floor-plan-1 {
    flex-flow: row;
    width: 80vw;
  }

  .floor-plans-flew-wrapper {
    max-width: 100vw;
  }

  .floor-plan-b {
    width: 80vw;
  }

  .image-3 {
    object-fit: fill;
    width: auto;
  }

  .section-copy.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .amenities-main-paragraph {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .amenities-grid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tiny-tagline.blue-text {
    text-align: center;
  }

  .what-we-believe, .property-home-main-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .property-home-main-wrapper.property-homepage-section {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-block-two {
    padding-left: 40px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-5 {
    width: 90vw;
    max-width: none;
    height: auto;
  }

  .location-amenities-main-wrapper, .div-block-14 {
    width: 90vw;
  }

  .slider {
    width: 90vw;
    height: 60vw;
  }

  .heading-6 {
    padding-top: 20px;
  }

  .container-6 {
    width: 70vw;
    max-width: none;
  }

  .container-6.blacktext {
    color: #000;
  }

  .leasing-info-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .leasing-info-container {
    width: 90vw;
    max-width: 90vw;
  }

  .leasing-info-text-1 {
    flex-flow: column;
    width: 85vw;
  }

  .heading-10 {
    text-align: center;
  }

  .leasing-info-text-2 {
    width: 85vw;
  }

  .heading-11 {
    font-size: 20px;
  }

  .leasing-main-text {
    width: 85vw;
  }

  .identification {
    width: auto;
  }

  .leasing-info-benefits {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .container-7 {
    align-items: center;
    width: 95vw;
    max-width: 95vw;
  }

  .leasing-benefits-1, .leasing-benefits-2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    justify-content: center;
    width: 80vw;
    max-width: none;
  }

  .image-12, .image-13 {
    width: 15vw;
  }

  .text-block-9, .text-block-10 {
    width: 45vw;
    max-width: none;
  }

  .paragraph-5, .paragraph-6 {
    width: auto;
  }

  .column {
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-22 {
    width: 85vw;
  }

  .grid-4 {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    width: 90vw;
    padding-top: 40px;
    padding-left: 38px;
  }

  .property-amenities-title {
    justify-content: flex-start;
  }

  .parking-lightbox {
    justify-content: flex-start;
    width: 90vw;
    height: 60vh;
    margin-left: -85px;
    margin-right: 0;
  }

  .image-15 {
    object-fit: cover;
    width: 40vw;
    margin-left: 0;
  }

  .paragraph-7 {
    width: 45vw;
    margin-bottom: 20px;
  }

  .div-block-25 {
    margin-left: 0;
    padding-left: 35px;
    padding-right: 0;
  }

  .slider-2 {
    width: 90vw;
  }

  .community-footnote {
    width: 70vw;
    margin-top: 0;
  }

  .amenities-grid-wrapper-2 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
  }

  .div-block-32 {
    width: 15vw;
    padding-left: 0;
  }

  .hero-split-right {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .hero-split-left {
    width: 80vw;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .slider-4 {
    width: 80vw;
  }

  .south-oxnard-senior-library {
    width: 60vw;
  }

  .channel-island-gradient {
    width: 70vw;
    max-width: none;
  }

  .patio-lb-popup.tablet-popup {
    justify-content: flex-start;
  }

  .patio-lb {
    justify-content: flex-start;
    width: 90vw;
    left: 5%;
  }

  .floor-plan-a-main-wrapper {
    flex-flow: column;
    width: 90vw;
  }

  .image-18 {
    width: 80vw;
  }

  .floor-plan-b-main-wrapper {
    flex-flow: column;
    width: 80vw;
  }

  .div-block-35, .image-19 {
    width: 80vw;
  }

  .cable-popup-lb {
    justify-content: center;
  }

  .cable-subwwrapper {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    justify-content: center;
    align-items: stretch;
    width: 90vw;
    left: 7%;
    right: 0%;
  }

  .cable-image {
    width: 40vw;
    margin-left: -133px;
    padding-left: 0;
  }

  .cable-text {
    width: 45vw;
  }

  .apply-now-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .container-9 {
    width: 80vw;
    max-width: 80vw;
    overflow: visible;
  }

  .steps-main-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    max-width: 80vw;
  }

  .text-block-23 {
    width: 28vw;
  }

  .columns {
    flex-flow: column-reverse;
    align-items: center;
    width: 90vw;
    padding-left: 20px;
    display: flex;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-3 {
    justify-content: center;
    display: flex;
  }

  .text-block-26.text-wider {
    width: 9rem;
  }

  .text-block-26 {
    width: 10rem;
  }

  .columns-2 {
    flex-flow: column-reverse;
    display: flex;
    overflow: clip;
  }

  .south-oxnard-senior {
    align-items: center;
  }

  .shopping-slide {
    width: 70vw;
    max-width: none;
  }

  .text-block-27 {
    width: 28vw;
  }

  .amenities-mobile-wrapper-1, .location-mobile-wrap {
    display: none;
  }

  .columns-4 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-44 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-45 {
    justify-content: center;
    display: flex;
  }

  .div-block-46 {
    flex-flow: column;
    align-items: center;
    width: 90vw;
    margin-top: 60px;
    display: flex;
  }

  .div-block-47 {
    width: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
    overflow: clip;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.bluebg {
    overflow: hidden;
  }

  .location-benefits-hero-3 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    width: 90vw;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .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;
  }

  .navigation {
    padding: 20px 30px;
  }

  .footer-wrap {
    width: 80vw;
  }

  .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;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .button-primary {
    margin-left: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-section-buttons {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .grid {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    place-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-copy.cc-cta {
    padding: 15px;
  }

  .section-copy.cc-home-wrap, .section-copy.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .amenities-grid-wrapper {
    flex-flow: column;
    display: flex;
  }

  .what-we-believe {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .property-home-main-wrapper {
    text-align: center;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-flow: column;
  }

  .footer-block-two {
    align-items: stretch;
    width: 80vw;
    padding-left: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .location-amenities-main-wrapper {
    display: none;
  }

  .heading-6 {
    margin-bottom: 20px;
  }

  .section-4 {
    height: auto;
  }

  .container-6.blacktext {
    flex-flow: column;
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: 95vw;
  }

  .grid-4 {
    justify-content: center;
    padding-left: 0;
  }

  .parking-lightbox {
    justify-content: center;
    align-items: center;
    height: 52vh;
    margin-left: -58px;
    top: 24%;
  }

  .image-15 {
    display: none;
  }

  .paragraph-7 {
    width: 80vw;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 0;
  }

  .div-block-25 {
    width: 80vw;
    padding-left: 0;
  }

  .x-close {
    margin-right: 0;
  }

  .parking-lightbox-1 {
    position: fixed;
  }

  .community-footnote {
    width: 80vw;
  }

  .div-block-31 {
    justify-content: space-between;
  }

  .div-block-32 {
    width: 20vw;
  }

  .hero-split-left {
    align-items: center;
    padding-left: 0;
  }

  .south-oxnard-senior-library {
    width: 65vw;
  }

  .link-2.clickable-link {
    width: 75vw;
    overflow: visible;
  }

  .patio-lb {
    justify-content: center;
  }

  .button-primary--parking-lb {
    margin-top: 0;
  }

  .cable-subwwrapper {
    height: 40vh;
    margin-left: -12px;
  }

  .cable-image {
    display: none;
  }

  .cable-text {
    width: 70vw;
    padding-right: 0;
  }

  .steps-main-wrapper {
    flex-flow: column;
  }

  .linewrapper {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .step-circle-1-main-wrapper {
    width: auto;
    max-width: none;
    display: flex;
  }

  .text-block-23 {
    width: 70vw;
    min-height: 20vh;
  }

  .columns {
    padding-left: 0;
    display: none;
  }

  .text-block-26.text-wider {
    width: auto;
  }

  .columns-2 {
    display: none;
  }

  .text-block-27 {
    text-align: center;
    width: 70vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .amenities-mobile-wrapper-1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .columns-3 {
    justify-content: center;
    display: flex;
  }

  .column-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .column-4.mobile-adjust {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-11 {
    display: flex;
  }

  .location-mobile-wrap {
    flex-flow: column;
    display: flex;
  }

  .image-20 {
    object-fit: cover;
    object-position: 50% 100%;
    order: -1;
    width: 90vw;
    height: 30vh;
  }

  .div-block-47 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .vertical-line-mobile {
    background-image: linear-gradient(to bottom, var(--blue-text), var(--blue-text));
    justify-content: center;
    width: 2vw;
    height: 5vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-48 {
    justify-content: center;
    margin-top: -50px;
    margin-bottom: -50px;
    display: flex;
  }

  .apply-now-mobile-wrapper {
    background-image: linear-gradient(#f3f3f3, #f3f3f3);
    border-radius: 15px;
    padding: 40px 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .location-benefits-hero-3 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 1rem;
  }

  .heading-jumbo-small.little-smaller {
    width: 100%;
    font-size: 18px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .motto-wrap, .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-grid {
    width: 100%;
  }

  .get-in-touch-form {
    align-items: center;
  }

  .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;
  }

  .the-property.bluebackground {
    max-width: none;
  }

  .container-2 {
    flex-flow: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-two {
    object-fit: cover;
    min-width: auto;
  }

  .hero-heading-center {
    position: static;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 3rem;
  }

  .text-span {
    flex: 0 auto;
  }

  .hero-section-buttons {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .secondary-button {
    text-align: center;
    margin-top: 20px;
  }

  .at-seawind {
    max-width: 100vw;
  }

  .div-block-2 {
    align-items: flex-start;
    width: 100%;
    max-width: 100vw;
  }

  .community-hero-wrapper {
    align-items: center;
    max-width: 100vw;
    padding-right: 0;
    overflow: visible;
  }

  .div-block-5 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .image.about-us-image-1, .image.about-us-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .image.about-us-image-3 {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .container {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-subheading.white-text {
    max-width: 17rem;
  }

  .hero-property-main-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .secondary-header-community.seablue-text-color {
    text-align: left;
    align-self: auto;
    padding-right: 10px;
  }

  .secondary-header-line-2, .community-line-3 {
    text-align: left;
    font-size: 32px;
  }

  .community-header-line-1 {
    justify-content: flex-end;
  }

  .blue-text.bold-label-lite.extra-size {
    text-align: center;
    width: 75vw;
    margin-left: 0;
  }

  .div-block-7 {
    display: block;
  }

  .grid {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .floor-plan-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 95vw;
    height: 50vh;
  }

  .floor-plan-text {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .floor-plan-b {
    flex-flow: column;
    align-items: center;
    width: 95vw;
    height: 50vh;
  }

  .floor-plan-lightbox {
    padding-left: 0;
    padding-right: 0;
  }

  .main-lightbox-wrapper {
    width: 90vw;
  }

  .image-3, .image-4 {
    height: 20vh;
  }

  .text-block-4.blue-text {
    width: 75vw;
    margin-left: 0;
  }

  .gallery-header-body, .grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .amentites-header-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-5.blue-text {
    width: 75vw;
  }

  .section-2 {
    justify-content: center;
    display: flex;
  }

  .amenities-main-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .amenities-grid-wrapper {
    flex-flow: column;
    align-items: center;
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-3 {
    grid-auto-flow: column;
  }

  .tiny-tagline.blue-text {
    text-align: center;
    width: 75vw;
    margin-left: 0;
  }

  .what-we-believe {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 40px;
    padding-left: 0;
  }

  .footer-title.white-text {
    justify-content: center;
    display: flex;
  }

  .footer-link-two.white-text {
    width: 30vw;
  }

  .footer-link-two.white-text.w--current {
    width: 30vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-4 {
    font-size: 1.5rem;
  }

  .grid-3-copy, .grid-2---room {
    grid-auto-flow: column;
  }

  .heading-6 {
    font-size: 1.5rem;
  }

  .leasing-info-head-wrapper {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .leasing-info-main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .leasing-info-container {
    width: 95vw;
  }

  .leasing-info-text-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .leasing-main-text {
    width: 90vw;
  }

  .identification {
    width: auto;
  }

  .leasing-benefits-1, .leasing-benefits-2 {
    flex-flow: column;
    align-items: center;
  }

  .image-12, .image-13 {
    width: 30vw;
  }

  .text-block-9, .text-block-10 {
    width: 85vw;
  }

  .paragraph-5 {
    width: 85vw;
    padding-top: 10px;
  }

  .paragraph-6 {
    width: auto;
    padding-top: 10px;
  }

  .list-item {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .list-item-4 {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-block-11 {
    text-align: left;
    width: 80vw;
  }

  .text-block-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-amenities-title {
    justify-content: center;
    align-items: center;
    width: 95vw;
    padding-left: 10px;
  }

  .image-14 {
    width: 3rem;
    height: 3rem;
    display: none;
  }

  .parking-lightbox {
    height: 70vh;
    margin-left: -41px;
    top: 18%;
  }

  .paragraph-7 {
    margin-bottom: 20px;
  }

  .x-close {
    padding-top: 0;
  }

  .heading-13 {
    margin-top: 0;
  }

  .slider-2 {
    height: 35vh;
    display: block;
  }

  .community-footnote {
    width: 90vw;
  }

  .amenities-grid-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .equal-housing-text {
    padding-left: 0;
  }

  .div-block-30 {
    flex-flow: column-reverse;
  }

  .div-block-31 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-32 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50vw;
    display: flex;
  }

  .hero-split-right {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split-left {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
  }

  .slider-4 {
    height: 40vh;
  }

  .south-oxnard-senior-library {
    width: 85vw;
  }

  .floor-plan-a-main-wrapper, .image-18 {
    width: 95vw;
  }

  .text-block-18 {
    text-align: center;
    padding-left: 0;
  }

  .floor-plan-lightbox-plan-b {
    height: 25vh;
    padding-left: 0;
    padding-right: 0;
  }

  .floor-plan-b-main-wrapper, .div-block-35, .image-19 {
    width: 95vw;
  }

  .floor-plan-a-heading {
    padding-left: 0;
  }

  .quality-comfort-value-with-icons {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-8 {
    flex-flow: column;
    align-items: stretch;
    width: 90vw;
  }

  .home-icons {
    width: 20vw;
  }

  .text-block-20 {
    width: 80vw;
  }

  .cable-subwwrapper.tablet-size {
    height: 45vh;
  }

  .div-block-43 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-27 {
    text-align: center;
  }

  .amn-pics-mobile {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-28 {
    text-align: center;
  }

  .heading-16 {
    font-size: 22px;
  }

  .column-5 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .text-block-29 {
    text-align: center;
  }

  .text-block-30 {
    text-align: left;
    flex-flow: row;
    align-self: flex-end;
    display: flex;
  }

  .bold-text {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .list-3 {
    flex-flow: column;
    align-items: flex-start;
    width: 85vw;
    padding-left: 0;
    display: flex;
  }

  .text-block-31 {
    padding-left: 2rem;
  }

  .text-block-32 {
    padding-left: 1.5rem;
  }

  .paragraph-9, .paragraph-10 {
    padding-left: 1rem;
  }

  .div-block-47 {
    width: 30vw;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gallery-slider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .slide-23 {
    background-image: url('../images/Seawind7.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-24 {
    background-image: url('../images/Seawind11.jpg');
    background-size: cover;
  }

  .slide-25 {
    background-image: url('../images/sw14.jpeg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-26 {
    background-image: url('../images/Seawind6.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-27 {
    background-image: url('../images/Seawind10.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-28 {
    background-image: url('../images/Seawind8.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-29 {
    background-image: url('../images/sw8.jpeg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-30 {
    background-image: url('../images/IMG_1.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-31 {
    background-image: url('../images/DBPhoto0549.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1 {
    background-image: url('../images/Seawind2.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-1-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-b9692dd5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-b9692dd5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa535078-3844-e1d5-5157-e907e39b3670-b9692dda, #w-node-_712826a0-d1d0-a93a-ba92-6081d78845a3-b9692dda, #w-node-e23f4498-d096-c1e9-b835-4d2fb9bd3781-b9692dda {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-b9692dd5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


