@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir-LT-95-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Playfair Display;
  src: url('../fonts/PlayfairDisplay-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Playfair Display;
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Playfair Display;
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Tiempos headline;
  src: url('../fonts/Tiempos-Headline---Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta-Thin.otf') format("opentype"), url('../fonts/Averta-Extrathin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Averta;
  src: url('../fonts/Averta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Medium.otf') format("opentype"), url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Heavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/AvenirLTStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: #080808;
  --orange: #f0542d;
  --light: #fafafa;
  --primary: #02b5fe;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #333;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --hover: #029bda;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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 {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .02em;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 16px;
}

a {
  text-decoration: none;
}

.nav-link {
  color: var(--black);
  letter-spacing: .02em;
  margin-top: 1px;
  padding: 32px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.last-one {
  margin-right: 20px;
}

.section-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-header.no-margin-bottom {
  max-width: 800px;
  margin-bottom: 0;
}

.section-header.no-margin-bottom.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.upper-head {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.upper-head.orange {
  border-bottom: 2.5px solid var(--orange);
  color: var(--black);
  display: inline-block;
}

.section-title {
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.section-title.smaller {
  font-size: 32px;
  line-height: 42px;
}

.section-title.smaller.left-aligned {
  text-align: left;
}

.section-title.less-space {
  margin-top: 0;
}

.section-subhead {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.section-subhead.narrower {
  width: 70%;
}

.section-subhead.narrower-middle {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.section-subhead.left-aligned {
  text-align: left;
}

.section-3 {
  background-image: linear-gradient(#fff0 22%, #06140c33 58%), url('../images/turbine-sunset-view.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 197px;
  padding-bottom: 0;
  overflow: hidden;
}

.circular-shape {
  background-color: #d4c1aa;
  border-radius: 80%;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  display: flex;
  position: relative;
  bottom: -157px;
  left: 56px;
}

.circular-shape.green-pastel {
  background-color: var(--light);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 164px;
  padding-left: 60px;
  padding-right: 60px;
  bottom: -180px;
}

.hero {
  padding: 290px 10% 250px;
}

.hero.inner {
  text-align: center;
  background-image: linear-gradient(90deg, #050c14b3, #0f0e1b2e), url('../images/forest-buildings-view.jpg');
  background-repeat: repeat, no-repeat;
  margin-left: 0;
  margin-right: 0;
  padding-top: 205px;
  padding-bottom: 205px;
}

.hero.inner.maker {
  background-image: linear-gradient(90deg, #050c14b3, #0f0e1b2e), url('../images/forest-buildings-view.jpg');
  background-position: 0 0, 50%;
}

.hero.inner.hiw {
  background-image: linear-gradient(#0003, #0003), url('../images/bright-white-warehouse.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 268.063px;
  padding-bottom: 164px;
}

.hero.spaced {
  margin-left: 0;
  margin-right: 0;
  padding-top: 280px;
  padding-bottom: 220px;
  position: relative;
}

.hero.relative {
  padding-top: 268.063px;
  padding-bottom: 164px;
  position: relative;
}

.div-content-hero {
  width: 65%;
}

.div-content-hero.inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-content-hero._60 {
  width: 65%;
}

.headline-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}

.headline-2.larger {
  margin-bottom: 20px;
  font-size: 77px;
  line-height: 1.05;
}

.subhead-2 {
  color: #f2fbffeb;
  width: 70%;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.subhead-2.inner {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 200px;
  margin-top: 30px;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button.smaller {
  margin-top: 0;
  padding: 16px 32px;
  font-size: 15px;
}

.button.smaller.colour5 {
  border: 2px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  border-radius: 2px;
  padding: 9px 22px;
}

.button.smaller.colour5:hover {
  background-color: var(--primary);
  color: #fff;
}

.button.smaller.colour5.round {
  border: 1px solid var(--primary);
  border-radius: 200px;
}

.button.smaller.colour5.round:hover {
  border-color: var(--primary);
}

.button.smaller.margin-left-40 {
  margin-left: 40px;
}

.button.colour5 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 200px;
  font-size: 12px;
}

.button.colour5.bigger {
  text-align: center;
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

.button.colour5.bigger:hover {
  background-color: #028362;
}

.button.icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: inline-flex;
}

.amenities-holder {
  border: 1px solid #0818193b;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.amenities-holder.vertical {
  border-style: none;
  flex-direction: column;
  margin-top: 50px;
}

.amenities-holder.vertical.less-width {
  width: 80%;
}

.amenity-block {
  text-align: center;
  width: 25%;
  margin-bottom: 0;
  padding: 40px 2.5%;
}

.amenity-block.line-right {
  border-left: 1px solid #0818193b;
}

.amenity-block.line-right._2, .amenity-block.line-right.last {
  border-left-color: #303030;
}

.amenity-block.line-left {
  border-right: 1px solid #303030;
}

.amenity-title {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 21px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.amenity-title.dark {
  margin-top: 0;
  font-weight: 500;
  display: inline-block;
}

.amenity-title.light {
  color: var(--white);
  font-weight: 500;
}

.nav-right-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section {
  padding: 150px 10%;
}

.section.light-background {
  background-color: var(--light);
}

.section.no-padding-top {
  padding-top: 0;
}

.categories-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.individual-category {
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.category-img {
  background-color: #f5f5f5;
  background-image: url('../images/modern-chair-plant.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.category-img._2 {
  background-image: url('../images/earring-lavender-woman.jpg');
  background-position: 50%;
}

.category-img._3 {
  background-image: url('../images/modern-plant-patio.jpg');
}

.category-img._4 {
  background-image: url('../images/monstera-leaf-notebook.jpg');
  background-position: 50%;
}

.category-img._5 {
  background-image: url('../images/grey-pen-flatlay.jpg');
}

.category-img._6 {
  background-image: url('../images/kitchen-counter-organizer.jpg');
}

.category-img._7 {
  background-image: url('../images/hand-lights-candles.jpg');
  background-position: 50%;
}

.category-img._8 {
  background-image: url('../images/juice-pineapple-table.jpg');
}

.category-name {
  color: #293b46;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.category-info {
  color: #4a6575;
  font-family: Avenir, sans-serif;
}

.centred-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centred-cta.margin-top-100 {
  margin-top: 100px;
}

.hiw-number {
  color: #ffffff1f;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 0;
  margin-right: 30px;
  font-size: 58px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
  transform: rotate(-90deg);
}

.hiw-number.darker {
  opacity: 1;
  color: #96969629;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  transform: rotate(-90deg);
}

.paragraph-light {
  color: #b7cfcd;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-light.darker {
  color: var(--black);
  font-size: 17px;
  line-height: 21px;
}

.paragraph-light.darker.application {
  margin-top: 5px;
  margin-bottom: 30px;
}

.social-icon-link-2 {
  opacity: .9;
  cursor: pointer;
  margin-left: 0;
  margin-right: 20px;
}

.social-icon-link-2:hover {
  opacity: 1;
}

.social-icon-link-2.last {
  margin-right: 0;
}

.footer---updated-link {
  opacity: .85;
  color: var(--black);
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.footer---updated-link:hover, .footer---updated-link.w--current {
  opacity: 1;
  color: #03926e;
}

.footer---updated-link.second-set {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.footer---updated-link.second-set:hover {
  color: var(--primary);
}

.footer---updated-link.second-set.w--current {
  opacity: 1;
  color: var(--black);
}

.lower-footer-links.wide {
  border-top: 1px solid #0d4b6f1f;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  display: flex;
}

.social-icons {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.footer-text---lighter-2 {
  color: var(--black);
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
}

.checkboxes-div {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 35px 8% 15px 18%;
  display: flex;
}

.plan-checkbox {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 15px;
  display: flex;
}

.plan-checkbox.left {
  width: 40%;
}

.plan-text {
  text-align: left;
  margin-left: 9px;
  font-weight: 400;
}

.hiw-section {
  background-color: #fff;
  border-top: 1px #15426f12;
  border-bottom: 1px #15426f12;
  padding-top: 140px;
  padding-bottom: 170px;
}

.split-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 10%;
  display: flex;
}

.split-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  display: grid;
}

.content-holder {
  margin-left: 10%;
  margin-right: 10%;
}

.split-right {
  width: 50%;
  padding-left: 10%;
}

.green-features {
  background-color: var(--black);
  padding: 30px 10%;
}

.hiw-block {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hiw-block.middle {
  border-top: 1px solid #15426f12;
  border-bottom: 1px solid #15426f12;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.features-content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.amenity-title-2 {
  color: var(--white);
  margin-top: 15px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.application-section {
  padding-bottom: 120px;
}

.form-holding-div {
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.form-holding-div.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 15%;
  padding-right: 15%;
}

.form-wrap {
  background-color: #fff;
  border-radius: 3px;
  width: 50%;
  margin-top: 0;
  padding: 30px;
  box-shadow: 0 1px 14px 4px #2a64660f;
}

.form-wrap.wider {
  border-radius: 20px;
  width: 57%;
  margin-bottom: 0;
}

.form-label {
  color: #18394c;
  margin-bottom: 2px;
  font-family: Avenir, sans-serif;
  font-weight: 500;
}

.form-style {
  color: #394650;
  border: 1px solid #d1dbe0;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 22px;
  font-family: Avenir, sans-serif;
}

.form-style.text-area {
  height: 100px;
  font-family: Avenir, sans-serif;
}

.form-style.text-area.address {
  height: 80px;
}

.submit-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  margin-top: 5px;
  padding: 14px 35px;
  font-family: Averta, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

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

.success-msg {
  color: #fff;
  text-align: center;
  background-color: #10a76b;
  border-radius: 4px;
  padding: 65px 30px;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.left-col---form {
  padding-left: 0;
}

.right-col---form {
  padding-right: 0;
}

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

.description-text {
  color: #768086;
  font-size: 13px;
}

.subhead-3 {
  color: var(--white);
  letter-spacing: .02em;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.scrollable-nav {
  background-color: #fff;
  padding: 22px 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.nav-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding: 20px 25px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  color: #102c38;
  align-items: center;
  padding-left: 0;
  font-family: Avenir, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .5;
}

.scrolling-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 3px #272e3524;
}

.faq {
  background-color: #fff;
  border-top: 1px solid #15426f12;
  margin-left: 0%;
  margin-right: 0%;
  padding: 120px 10% 70px;
}

.faq.inner {
  border-top-style: none;
}

.faq.inner._1 {
  padding-top: 70px;
  padding-bottom: 0;
}

.column {
  padding-left: 0;
}

.column._1 {
  padding-right: 30px;
}

.faq-row {
  margin-bottom: 45px;
}

.col-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph {
  color: #556f80;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.col-3 {
  padding-left: 30px;
  padding-right: 0;
}

.heading-3 {
  color: #363a3d;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.heading-3.no-top-padding {
  color: #18394c;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Circularstd, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
}

.faq-holder {
  margin-bottom: 80px;
}

.info-div {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  padding: 30px;
  box-shadow: 0 1px 14px 4px #2a64660f;
}

.light-link {
  color: #fff;
  border-bottom: 1px solid #ffffff45;
  text-decoration: none;
}

.light-link:hover {
  border-bottom-color: #fff;
}

.web-links-2 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.web-links-2.footer-logo {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.web-links-2.right {
  align-items: center;
  padding-bottom: 40px;
}

.footer-link {
  color: var(--black);
  letter-spacing: .02em;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.footer-link.last {
  margin-right: 0;
}

.footer {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 12% 30px;
  display: flex;
  box-shadow: 0 -1px 3px #272e350f;
}

.terms-privacy {
  margin-top: 40px;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 60px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.rt-home-one-about-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 23px;
  line-height: 22px;
}

.dropdown-link {
  padding: 12px 24px;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 12px;
}

.icon {
  margin-right: 0;
}

.hero-overlay {
  z-index: -1;
  background-color: var(--black);
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay.lighter {
  opacity: .25;
}

.hero-overlay.lighter:where(.w-variant-1ee27e4e-19d9-0c52-e825-e770f4b51a16) {
  opacity: .4;
}

.hero-video {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.category-item {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-image {
  background-color: var(--primary);
  width: 72px;
  max-width: none;
  height: 72px;
  color: var(--white);
  border-radius: 50%;
  margin-bottom: 8px;
  padding: 24px;
}

.property-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.property-content-wrapper {
  background-color: var(--light);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 42px;
  display: flex;
}

.property-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.feature-title {
  margin-bottom: 20px;
}

.services-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.prop-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.content-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
  display: flex;
}

.hero-property-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: grid;
  overflow: hidden;
}

.hero-property-card:hover {
  opacity: .75;
}

.text-size-small {
  font-size: .875rem;
}

.margin-top, .margin-top.margin-xxsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero-prop-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: .5rem;
}

.text-block {
  margin-top: .5rem;
}

.line {
  border-bottom: 4px solid var(--orange);
}

.text-link {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .5;
}

.image-2 {
  width: 19px;
  height: 19px;
}

.product-header2_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

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

.product-header2_rating-wrapper {
  color: #00786c;
  margin-right: .5rem;
  display: flex;
}

.product-header2_image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_content-top {
  margin-bottom: 3rem;
}

.product-header2_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.heading-large {
  font-size: 2.5rem;
  line-height: 1.2;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.layout289_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout289_component.alt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
}

.product-header2_modal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_main-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.product-header2_main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.text-style-muted {
  opacity: .6;
}

.amen-card {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.amen-card.alt {
  padding: 1.2rem 1rem;
}

.button-tertiary {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #0000;
  border-radius: 16px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.button-tertiary.max-width-full {
  border-radius: 200px;
}

.product-header2_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header2_image-small {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.line-divider {
  opacity: .07;
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-4 {
  overflow: hidden;
}

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

.product-header2_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header2_rating-icon {
  width: 1rem;
  height: 1rem;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.product-header2_modal-content-wrapper {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.product-header2_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-header2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-bottom: 3rem;
}

.product-header2_modal-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-header2_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-size-tiny {
  font-size: .75rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.product-header2_product-details {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 6px 30px #0000001a;
}

.product-header2_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.alt {
  margin-bottom: 1rem;
}

.product-header2_modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.padding-vertical, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.product-header2_modal-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_modal {
  z-index: 201;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fbe21f;
  border: 2px solid #fbe21f;
  border-radius: 16px;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.button-2.is-button-small {
  border-radius: 200px;
  padding: .4rem 1.25rem;
  font-size: .9rem;
}

.code-embed {
  width: 24px;
  height: 24px;
}

.image-3 {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  width: 100%;
  padding: 80px 15px;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-contact-v-one {
  padding-top: 50px;
  padding-bottom: 0;
  font-weight: 400;
}

.rt-body-font-color {
  color: var(--black);
  margin-bottom: 8px;
  transition: color .35s;
}

.rt-body-font-color:hover {
  color: var(--orange);
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-contact-block-two-left {
  flex: 1;
  align-self: flex-start;
  max-width: 47%;
}

.rt-contact-block-two-right {
  flex: 1;
  align-self: flex-start;
}

.rt-footer-address-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.rt-home-one-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 285px;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: .11rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  padding: 17px 5px;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.rt-image-height-auto-2 {
  object-fit: contain;
  width: 42px;
  height: 42px;
}

.rt-contact-two-flex-one {
  margin-top: 35px;
  margin-bottom: 20px;
}

.rt-footer-social-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.rt-home-one-form-text-field {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #49392a;
  height: 58px;
  padding-left: 25px;
  padding-right: 25px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  text-transform: none;
  background-color: #f3f3f3;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 400;
}

.rt-home-one-form-text-field.rt-contact-one-text-field.rt-contact-one-textarea {
  text-transform: none;
  height: 120px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-color: #f3f3f3;
  border-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
}

.rt-home-one-form-text-field.rt-contact-one-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-home-one-form-text-field.rt-contact-one-text-field.rt-contact-one-textarea {
  height: 120px;
}

.rt-contact-one-block-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-self: stretch;
}

.rt-contact-one-form-block {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 0;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-contact-block-two-left-2 {
  flex: 1;
  align-self: center;
  max-width: 47%;
}

.rt-contact-block-two-right-2 {
  flex: 1;
  align-self: center;
}

.image-4 {
  height: 50px;
}

.image-5 {
  display: none;
}

.footer-link-wrapper {
  transition: opacity .2s;
}

.footer-link-wrapper:hover {
  opacity: .75;
}

.service-icon {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 64px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  display: grid;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.space-16 {
  height: 16px;
}

.service-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.btn {
  color: #051328;
  cursor: pointer;
  background-color: #e7e7e7;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn.btn-seventeen {
  color: #fff;
  background-color: #0000;
  margin-top: 20px;
}

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

.lnk {
  opacity: .8;
  font-size: 1rem;
  line-height: 1.2;
  transition-property: color;
  position: relative;
  overflow: hidden;
}

.lnk.mod--register {
  background-color: var(--primary);
  opacity: 1;
  color: #fff;
  border-radius: 100px;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  line-height: 1.5;
}

.lnk.mod--register.smaller {
  margin-top: 0;
  padding: 16px 24px;
}

.overflow-hidden-2 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.overflow-anim {
  transition: all .4s;
  position: relative;
  top: 0;
}

.text {
  text-transform: uppercase;
}

.text.mod--absolute {
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.btn-shape {
  background-color: var(--orange);
  border-radius: 62.5rem;
  height: 7.8125rem;
  margin-left: -1rem;
  margin-right: -1rem;
  transition: none;
  position: absolute;
  inset: 101% 0% 0%;
}

.service-rich {
  text-align: center;
  margin-top: 24px;
}

.service-rich h2 {
  margin-top: 0;
  margin-bottom: 32px;
}

.all-caps-bold {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.tab-link {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  font-weight: 400;
}

.tab-link.w--current {
  background-color: var(--orange);
  color: #fff;
}

.project-item {
  background-color: #f7f7f7;
  padding: 54px;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.projects-rich h2 {
  margin-bottom: 42px;
}

.lightbox-link {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}

.absolute-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hamburger_11_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_11_line {
  height: var(--thickness);
  width: var(--width);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_11_inner {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.div-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lightbox-link-2 {
  width: 100%;
  padding-top: 100%;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.lightbox-link-2:hover {
  opacity: .75;
}

.code-embed-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
}

html.w-mod-js [data-ix="fade-on-load-1"], html.w-mod-js [data-ix="fade-on-load-2"], html.w-mod-js [data-ix="fade-on-load-3"], html.w-mod-js [data-ix="fade-on-scroll-1"], html.w-mod-js [data-ix="fade-on-scroll-2"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

@media screen and (min-width: 1280px) {
  .rt-contact-one-block-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
  }

  .nav-link.last-one {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-subhead.narrower-middle {
    width: 90%;
  }

  .section-3 {
    padding-top: 7px;
  }

  .circular-shape.green-pastel {
    left: 37px;
  }

  .hero.inner {
    padding-top: 190px;
  }

  .hero.inner.hiw {
    padding-bottom: 150px;
  }

  .hero.spaced {
    margin-left: 0;
    margin-right: 0;
    padding: 220px 5% 180px;
  }

  .div-content-hero, .div-content-hero._60 {
    width: 100%;
  }

  .headline-2.larger {
    font-size: 60px;
    line-height: 1.1;
  }

  .button.smaller.colour5.round {
    flex-direction: row;
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
    line-height: 24px;
    display: flex;
  }

  .amenities-holder.vertical.less-width {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .amenity-block {
    width: 50%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .amenity-block.line-right {
    border-top: 1px solid #0818193b;
    border-left-style: none;
  }

  .amenity-block.line-right._2 {
    border-right: 1px solid #0818193b;
  }

  .amenity-block.line-left {
    border-bottom: 1px #0818193b;
    border-right-style: solid;
  }

  .amenity-title.light {
    margin-top: 0;
  }

  .nav-right-2 {
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .section {
    padding: 100px 5%;
  }

  .categories-grid {
    grid-template-columns: 1fr 1fr;
  }

  .individual-category {
    width: 46%;
  }

  .centred-cta {
    margin-top: 20px;
  }

  .hiw-section {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .split-holder {
    flex-direction: column-reverse;
    margin-left: 5%;
    margin-right: 5%;
  }

  .split-left {
    width: 90%;
    margin-top: 69px;
    padding-right: 0;
  }

  .content-holder {
    margin-left: 5%;
    margin-right: 5%;
  }

  .split-right {
    width: 100%;
    padding-left: 0%;
  }

  .green-features {
    padding: 20px 5%;
  }

  .form-holding-div.horizontal {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 6%;
  }

  .form-wrap {
    width: 90%;
  }

  .form-wrap.wider {
    width: 100%;
    padding-bottom: 50px;
  }

  .nav-bar, .scrolling-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq {
    padding-top: 100px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .faq-row {
    margin-bottom: 0;
  }

  .col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hiw-div {
    margin-bottom: 40px;
  }

  .col-3 {
    padding-left: 0;
  }

  .faq-holder {
    margin-bottom: 40px;
  }

  .info-div {
    width: 100%;
    margin-top: 30px;
  }

  .menu-button {
    width: 4rem;
    color: var(--black);
    padding: 32px 1.5rem 32px 0;
    font-size: 48px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .web-links-2.footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-bottom: 35px;
  }

  .web-links-2.right {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-link.left {
    margin-left: 0;
  }

  .footer {
    padding-left: 4%;
    padding-right: 4%;
  }

  .terms-privacy {
    margin-top: 20px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 32px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .layout289_component {
    grid-template-columns: 1fr 1fr;
  }

  .product-header2_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, .5fr);
    max-width: 100%;
  }

  .product-header2_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .product-header2_component {
    padding-bottom: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-component-section.rt-contact-v-one {
    padding-top: 0;
  }

  .rt-contact-block-two-left {
    align-self: flex-start;
  }

  .rt-home-one-submit {
    width: 200px;
  }

  .rt-contact-two-flex-one {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .rt-contact-two-flex-two {
    margin-bottom: 25px;
  }

  .rt-home-one-form-text-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-contact-one-block-two {
    padding-left: 0;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-contact-block-two-left-2 {
    align-self: flex-start;
  }

  .icon-2 {
    color: var(--black);
  }

  .btn-shape {
    display: none;
  }

  .tabs-menu {
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .project-item {
    padding: 42px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 32px;
  }

  .section-3 {
    background-position: 0 0, 100%;
    padding-top: 0;
  }

  .circular-shape.green-pastel {
    width: 800px;
    height: 800px;
    padding-top: 119px;
    bottom: -213px;
    left: -118px;
  }

  .hero.inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero.inner.hiw {
    padding-bottom: 120px;
  }

  .hero.spaced {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-content-hero {
    text-align: center;
  }

  .headline-2 {
    text-align: center;
    font-size: 52px;
    line-height: 64px;
  }

  .headline-2.larger {
    font-size: 50px;
  }

  .subhead-2.inner {
    width: 90%;
  }

  .application-section {
    padding-bottom: 90px;
  }

  .form-wrap {
    width: 90%;
  }

  .form-wrap.wider {
    padding-bottom: 40px;
  }

  .form-style {
    margin-bottom: 26px;
  }

  .left-col---form {
    padding-right: 0;
  }

  .right-col---form {
    padding-left: 0;
  }

  .subhead-3 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-bar, .scrolling-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq {
    padding-top: 90px;
  }

  .column, .column._1 {
    padding-right: 0;
  }

  .faq-row {
    margin-bottom: 0;
  }

  .hiw-div {
    margin-bottom: 30px;
  }

  .web-links-2.footer-logo {
    padding-bottom: 45px;
  }

  .web-links-2.right {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .content-group {
    padding-left: 1rem;
  }

  .hero-property-card {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header2_list {
    display: none;
  }

  .product-header2_content-top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .heading-large {
    font-size: 2rem;
  }

  .layout289_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .product-header2_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .product-header2_modal-content-wrapper {
    padding-bottom: 7rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .product-header2_component {
    padding-bottom: 1.5rem;
  }

  .product-header2_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-contact-block-two-left {
    max-width: 100%;
  }

  .rt-contact-one-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .rt-home-one-submit {
    width: 100%;
  }

  .rt-contact-two-flex-one {
    flex: 1;
  }

  .rt-contact-two-flex-one.rt-contact-one-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rt-contact-two-flex-two {
    flex: 1;
  }

  .rt-contact-one-block-two {
    display: block;
  }

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

  .rt-contact-block-two-left-2 {
    max-width: 100%;
  }

  .div-block-5 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    margin-bottom: 45px;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-subhead.narrower {
    width: 90%;
  }

  .section-subhead.narrower-middle {
    width: 95%;
    font-size: 19px;
  }

  .section-3 {
    padding-top: 200px;
  }

  .circular-shape.green-pastel {
    border-radius: 100px 100px 0 0;
    width: 100%;
    height: auto;
    padding: 90px 20px;
    bottom: 0;
    left: 0;
  }

  .hero.inner {
    padding: 145px 3% 140px;
  }

  .hero.inner.hiw {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .hero.spaced {
    padding-bottom: 120px;
  }

  .hero.relative.smaller {
    padding-top: 220px;
    padding-bottom: 104px;
  }

  .headline-2 {
    font-size: 46px;
    line-height: 50px;
  }

  .headline-2.larger {
    line-height: 1.2;
  }

  .subhead-2.inner {
    width: 95%;
  }

  .button.smaller.colour5.round {
    width: 90%;
  }

  .amenity-block {
    border-bottom: 1px solid #0818193b;
    width: 100%;
  }

  .amenity-block.line-right {
    border-top-style: none;
  }

  .amenity-block.line-right._2 {
    border-top-style: none;
    border-right-style: none;
  }

  .amenity-block.line-right.last {
    border-bottom-style: none;
  }

  .amenity-block.line-left {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .categories-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .individual-category {
    width: 100%;
  }

  .hiw-number.darker {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 44px;
    transform: none;
  }

  .lower-footer-links.wide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lower-footer-links.right-links {
    margin-top: 17px;
  }

  .checkboxes-div {
    margin-left: 5%;
    margin-right: 5%;
  }

  .plan-checkbox, .plan-checkbox.left {
    justify-content: center;
    width: 100%;
  }

  .hiw-section {
    padding-bottom: 100px;
  }

  .split-left {
    width: 100%;
    display: none;
  }

  .hiw-block {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-wrap {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-msg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-bar {
    grid-template-columns: 1fr 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .faq {
    padding-left: 7%;
    padding-right: 7%;
  }

  .faq.inner._1 {
    padding-top: 60px;
  }

  .hiw-div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .faq-holder {
    margin-bottom: 65px;
  }

  .menu-button.w--open {
    transform: none;
  }

  .web-links-2.footer-logo {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .web-links-2.right {
    justify-content: center;
    padding-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 9px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link.last {
    margin-right: 20px;
  }

  .footer-link.left {
    margin-left: 20px;
  }

  .terms-privacy {
    margin-top: 25px;
  }

  .feature-title {
    font-size: 20px;
  }

  .services-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header2_list {
    grid-template-columns: 1fr;
  }

  .layout289_component {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .product-header2_modal-list, .product-header2_gallery {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-contact-block-two-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2rem;
    display: flex;
  }

  .rt-image-height-auto-2 {
    width: 32px;
    height: 32px;
  }

  .lnk.mod--register.mobile-no-margin-top {
    margin-top: 0;
  }

  .tabs-menu {
    grid-column-gap: 24px;
  }

  .tab-link {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .project-item {
    padding: 42px 24px;
  }

  .div-block-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-e6aa0092-07ff-7d7b-d2f6-d29154f11733-54f11732, #w-node-_7a5307fb-2899-2a51-9f03-1cfc0fa2be36-0fa2be35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7a5307fb-2899-2a51-9f03-1cfc0fa2be39-0fa2be35 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e6aa0092-07ff-7d7b-d2f6-d29154f1173f-54f11732 {
    place-self: center end;
  }

  #w-node-_7a5307fb-2899-2a51-9f03-1cfc0fa2be42-0fa2be35 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-LT-95-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Tiempos headline';
  src: url('../fonts/Tiempos-Headline---Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Thin.otf') format('opentype'), url('../fonts/Averta-Extrathin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype'), url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}