.body {
  background-color: #cccbcb;
}

.section-main {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}

.page-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 67% 31%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.main-col {
  background-color: #dedede;
  padding-bottom: 0;
}

.contact-col {
  padding: 20px 20px 20px 40px;
}

.brochure-row {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

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

.download-brochure-cta {
  background-color: #ba832e;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.link-block {
  color: #000;
  flex: auto;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.brochure-image-wrap {
  width: 47%;
  height: 100%;
}

.link-block-2 {
  width: auto;
  height: auto;
}

.cta-arrow {
  color: #0000;
  background-color: #0000;
  border: 16px solid #0000;
  border-left: 0 solid #fff0;
  border-right-color: #000;
  width: 0;
  height: 0;
  position: absolute;
  inset: 8% auto auto -8%;
}

.cta-banner {
  background-color: #092668;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

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

.button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 15px 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.button._1 {
  background-color: #ba832e;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.button._1:hover {
  background-color: #092668;
}

.button._3 {
  background-color: #ba832e;
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.button._3:hover {
  background-color: #092668;
}

.cta-arrrow-2 {
  border: 16px solid #0000;
  border-top-color: #092668;
  border-bottom: 0 solid #000;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto -21% 5%;
}

.form-block {
  margin-top: 20px;
}

.submit-button {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.hero-section-wrapper {
  width: 100%;
  height: 325px;
  display: flex;
}

.content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 73%;
  padding-bottom: 50px;
  display: grid;
}

.content-left {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: space-around;
  padding: 30px 20px 20px 50px;
  display: flex;
}

.content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  padding: 30px 50px 20px 20px;
  display: flex;
}

.cta-arrow-1 {
  color: #ba832e;
  position: absolute;
  inset: 6% auto auto -11%;
}

.headline-info-wrapper {
  background-color: #092668;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  height: 325px;
  padding: 40px 30px 40px 50px;
  display: flex;
}

.hero-image {
  background-image: url('../images/PXL_20260114_135456842.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 70%;
}

.to-let-wrapper {
  background-color: #ba832e;
  padding: 10px 15px;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-5.sub {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 17px;
}

.text-block-6 {
  color: #092668;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 900;
}

.text-block-7 {
  color: #092668;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.cl-headline-sub-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  display: flex;
}

.text-block-8 {
  color: #092668;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.features-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 10% 90%;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-text {
  color: #092668;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.features-icon {
  width: 30px;
}

.featues-text-grid-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.location-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.location-wrapper.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 0;
}

.text-block-9 {
  color: #092668;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.text-block-9.header {
  border-bottom: 1px solid #092668;
  padding-bottom: 5px;
  font-weight: 700;
}

.accommodation-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-image {
  background-image: url('../images/image006.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 259px;
}

.agent-wrapper {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-top: 10px;
  display: flex;
}

.ryan-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.image-2 {
  width: 100px;
}

.text-block-10 {
  color: #092668;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.linays-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  width: 100px;
}

.link {
  color: #092668;
}

.link-2 {
  color: #092668;
  text-decoration: none;
}

.link-3 {
  color: #092668;
}

.link-4 {
  color: #092668;
  text-decoration: none;
}

.link-5 {
  color: #092668;
}

.link-6 {
  color: #092668;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .page-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .main-col {
    width: 100%;
  }

  .brochure-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .image {
    width: 240px;
    max-width: none;
  }

  .download-brochure-cta {
    width: auto;
    max-width: none;
  }

  .link-block {
    width: auto;
    max-width: 240px;
  }

  .text-block {
    font-size: 23px;
    line-height: 30px;
  }

  .brochure-image-wrap {
    width: 36%;
  }

  .hero-section-wrapper {
    height: 275px;
  }

  .content-container {
    padding-bottom: 30px;
  }

  .cta-arrow-1 {
    left: -7%;
  }

  .headline-info-wrapper {
    height: 275px;
  }

  .text-block-5 {
    font-size: 25px;
    line-height: 37px;
  }

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

  .text-block-6 {
    font-size: 22px;
  }

  .text-block-7, .features-text {
    font-size: 15px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-9.table {
    font-size: 13px;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .brochure-row {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }

  .image {
    width: 190px;
  }

  .download-brochure-cta {
    width: auto;
  }

  .text-block {
    font-size: 22px;
  }

  .brochure-image-wrap {
    width: 48%;
  }

  .headline-info-wrapper {
    width: 40%;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .text-block-5 {
    font-size: 19px;
    line-height: 24px;
  }

  .text-block-5.sub {
    font-size: 14px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .cl-headline-sub-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

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

  .features-text, .text-block-9 {
    font-size: 12px;
  }

  .text-block-9.header {
    font-size: 10px;
  }

  .text-block-9.table {
    font-size: 9px;
  }

  .accommodation-grid-wrapper {
    grid-template-columns: 1.25fr .75fr .5fr;
  }

  .map-image {
    background-position: 50%;
    background-size: cover;
    height: 200px;
  }

  .text-block-10 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .contact-col {
    padding-right: 40px;
  }

  .brochure-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .image {
    width: 100%;
  }

  .link-block {
    width: 100%;
    max-width: 270px;
  }

  .text-block {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .brochure-image-wrap, .link-block-2 {
    width: 100%;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .button._1, .button._3 {
    font-size: 12px;
  }

  .hero-section-wrapper {
    flex-flow: column;
    height: 400px;
  }

  .content-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-left {
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-right {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-arrow-1 {
    display: none;
  }

  .headline-info-wrapper {
    width: 100%;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .hero-image {
    width: 100%;
    height: 200px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .cl-headline-sub-wrapper {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .agent-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }
}

#w-node-_0072cdf8-8ed6-f912-69e0-562ef247c580-7599ec82, #w-node-_6ffb9465-636d-11b5-b44a-fadb74ab70cb-7599ec82, #w-node-_85f0f3ec-11dd-ce55-f5ec-7a78cc71d4ec-7599ec82, #w-node-d7af2348-bba8-a1a5-3ae5-694f77b31921-7599ec82 {
  align-self: center;
}

#w-node-_5bc7c588-231d-1fd2-5365-739a5324e498-7599ec82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


