a {
  color: #2f486c;
  text-decoration: underline;
}

.body {
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.section-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 390px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  display: grid;
}

.main-col {
  background-color: #fff;
}

.side-col {
  background-color: #fff;
  padding: 20px;
}

.brochure-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.brochure-wrapper {
  width: 50%;
  height: 100%;
}

.link-block {
  justify-content: center;
  align-items: stretch;
  height: auto;
  text-decoration: none;
  display: flex;
}

.download-cta {
  background-color: #ff9c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.cta-arrow {
  z-index: auto;
  color: #ff9c00;
  border: 1px #000;
  width: 20px;
  height: 35px;
  position: absolute;
  inset: 10% auto auto -11%;
}

.sidebar-strip {
  background-color: #628382;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.div-block {
  border: 20px solid #0000;
  border-top-color: #628382;
  border-bottom: 0 solid #628382;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto -18% 5%;
}

.lp-form {
  margin-top: 35px;
}

.field-label, .field-label-2 {
  font-weight: 400;
}

.submit-button {
  letter-spacing: 1px;
  background-color: #628382;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #ff9c00;
}

.text-block-3 {
  font-size: 13px;
}

.text-block-4 {
  text-align: center;
  margin-top: 35px;
  font-size: 11px;
  line-height: 15px;
}

.hero-container {
  background-color: #628382;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 350px;
  display: flex;
}

.headline-wrapper {
  flex-flow: column;
  justify-content: space-around;
  width: 350px;
  margin-top: 15px;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.headline {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.property-size {
  color: #fff;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.sale-let-block {
  color: #fff;
  text-align: center;
  background-color: #ff9c00;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.hero-image-wrapper {
  background-image: url('../images/hero-image.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
}

.content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-top: 0;
  display: grid;
}

.content-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 30px;
  display: flex;
}

.content-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: #2f476c;
  margin-left: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-6 {
  color: #2f476c;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.text-block-7, .text-block-8 {
  font-size: 13px;
}

.text-block-9 {
  color: #2f476c;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.button {
  text-align: center;
  background-color: #ff9c00;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button:hover {
  background-color: #628382;
}

.feature-grid {
  grid-column-gap: 0px;
  grid-row-gap: 6px;
  border: 1px solid #2f476c;
  border-radius: 8px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  display: grid;
}

.feature-text, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
  color: #2f476c;
  font-size: 13px;
}

.image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 200px 200px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-2 {
  background-image: url('../images/MAP.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-3 {
  background-image: url('../images/MAP2.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-4 {
  background-image: url('../images/CROPPED-EXTERIOR.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-5 {
  text-shadow: 0 1px 1px #0003;
  background-image: url('../images/CROPPED-OFFICE.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.floor-plan-grid {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  background-color: #628382;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.floorplan-top {
  color: #fff;
  border-bottom: 1px solid #ff9c00;
  padding-bottom: 1px;
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.floorplan-bottom {
  color: #fff;
  border-bottom: 1px solid #ff9c00;
  padding-bottom: 1px;
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.floorplan-bottom.line {
  border-bottom-width: 0;
}

.floorplan-final-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #ff9c00;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  display: grid;
}

.bottom-row {
  color: #2f476c;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.floorplan-wrapper {
  background-color: #628382;
  width: 100%;
  margin-top: 16px;
  padding: 15px;
}

.agent-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 16px;
  background-color: #62838282;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  margin-top: 16px;
  padding: 30px;
  display: flex;
}

.agent-text-wrapper {
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  color: #2f476c;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-17 {
  color: #2f476c;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-18 {
  color: #0c3677;
  overflow-wrap: anywhere;
  word-break: break-word;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.image {
  flex: 0 auto;
  max-width: 50%;
}

.link {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    grid-template-columns: 1fr;
  }

  .download-cta {
    min-width: 400px;
  }

  .text-block {
    font-size: 26px;
    line-height: 38px;
  }

  .cta-arrow {
    left: -4%;
  }

  .image {
    max-width: 40%;
  }

  .image-2 {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .brochure-row {
    flex-flow: column;
  }

  .cta-arrow {
    display: none;
  }

  .headline-wrapper {
    padding-right: 20px;
  }

  .content-container {
    grid-template-columns: 1.7fr;
    padding-right: 30px;
  }

  .feature-text, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: 13px;
  }

  .agent-wrapper {
    flex-flow: column;
  }

  .text-block-16, .text-block-17, .text-block-18 {
    font-size: 17px;
  }

  .image-2 {
    max-width: 200%;
  }
}

@media screen and (max-width: 479px) {
  .side-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .headline-wrapper {
    padding-right: 10px;
  }

  .content-container {
    grid-template-columns: 1.7fr;
    padding-right: 30px;
  }

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

#w-node-d249ac24-366a-72a1-e328-2c48690afc2c-6b8465a3 {
  place-self: center;
}

#w-node-_63cd7475-5e44-571c-ce2d-231e3a874785-6b8465a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f6d303cd-b695-9c51-f51f-371a2af6b73d-6b8465a3 {
  place-self: center;
}

#w-node-_37f08430-4c8f-18c9-3c8a-e1b5d295aff2-6b8465a3 {
  align-self: center;
}

#w-node-ab0e87a3-6863-6af1-8506-ea4acde69cf7-6b8465a3 {
  place-self: center;
}

#w-node-_01cec0b6-a3a1-06d6-e79c-527b8f647be1-6b8465a3 {
  align-self: center;
}

#w-node-_82c2f9fa-cf9b-2fca-b1f2-14ba3a72dbd3-6b8465a3 {
  place-self: center;
}

#w-node-_49028148-7f69-0e32-7443-880726741629-6b8465a3 {
  align-self: center;
}

#w-node-_776075a2-2eb8-38cb-e468-f718874954a2-6b8465a3 {
  place-self: center;
}

#w-node-_70949a36-d15e-726b-5fa2-023a88c8375f-6b8465a3 {
  align-self: center;
}

#w-node-_47850887-5365-9dd9-b297-82f64a6cfd9b-6b8465a3 {
  place-self: center;
}

#w-node-_247aaf48-0f4e-d1a0-f62e-da38a34d8ef1-6b8465a3 {
  align-self: center;
}


