:root {
  --black: black;
  --turquoise: #347192;
  --blue: #65757f;
  --green: #9e9e85;
  --white: white;
  --pinkish: #f1ecec;
  --blue-1: #465a70;
  --cream: #fffcf6;
  --neon-green: #375842;
}

.nav-link {
  color: var(--black);
  letter-spacing: .2px;
  text-transform: capitalize;
  cursor: pointer;
  margin-top: 0;
  margin-left: 27px;
  margin-right: 0;
  padding: 0;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link:hover {
  color: var(--turquoise);
}

.nav-link.w--current {
  color: var(--black);
  cursor: pointer;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.cta-2 {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 30px;
  padding: 18px 25px;
  font-family: Averta, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #03926e;
  border-radius: 200px;
  font-size: 12px;
}

.cta-2.colour5.bigger {
  border: 1px solid var(--green);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  margin-top: 30px;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.cta-2.colour5.bigger:hover {
  border: 0px solid var(--green);
  background-color: var(--turquoise);
  color: var(--white);
  font-weight: 600;
}

.cta-2.smaller {
  background-color: #0baa82;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 17px;
  font-weight: 600;
}

.cta-2.smaller:hover {
  background-color: #03926e;
}

.cta-2.smaller.colour5 {
  color: #03926e;
  background-color: #0000;
  border: 2px solid #03926e;
  border-radius: 2px;
  padding: 9px 22px;
}

.cta-2.smaller.colour5:hover {
  color: #fff;
  background-color: #03926e;
}

.cta-2.smaller.colour5.round {
  border: 1px solid var(--blue);
  color: var(--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-left: 12px;
  padding: 12px 14px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 10px;
  display: flex;
}

.cta-2.smaller.colour5.round:hover {
  background-color: var(--turquoise);
  color: var(--white);
  border-width: 0;
  border-color: #0000;
  font-family: Avenir, sans-serif;
  font-weight: 500;
}

.nav-right-2 {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  display: inline-flex;
}

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

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

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

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

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

.social-icons {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.footer-text---lighter-2 {
  color: var(--blue-1);
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

.nav-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  vertical-align: bottom;
  justify-content: space-between;
  align-items: stretch;
  height: 70px;
  padding: 10px 15px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-div {
  color: #102c38;
  align-items: center;
  margin-top: 2px;
  font-family: Avenir, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
}

.brand-div.w--current {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.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: 10px;
}

.web-links-2.right {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-link {
  opacity: .85;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

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

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

.footer-link.left.w--current {
  color: var(--black);
  font-family: Avenir, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.footer {
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 4% 30px;
  display: flex;
  box-shadow: 0 -1px 3px #272e350f;
}

.image {
  align-self: center;
  width: 200px;
  margin-top: 0;
  display: block;
}

.body {
  background-color: #f8f8f670;
}

.image-8 {
  max-width: 50%;
  max-height: 80px;
}

.section-9 {
  height: auto;
  margin-top: 0;
}

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

.container-3.article-container {
  width: auto;
  max-width: none;
  margin-left: 19px;
  margin-right: 13px;
}

.article {
  color: #000;
  margin-top: 30px;
  font-family: Avenir, sans-serif;
  line-height: 23px;
  text-decoration: none;
}

.date-text {
  opacity: .5;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Avenir, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.category {
  color: #c8a378;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #c8a378;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.category.category-space {
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

.heading-12 {
  letter-spacing: -.7px;
  text-transform: uppercase;
  font-family: Droid Serif, serif;
}

.content-section-2-copy {
  margin-top: 0;
  padding: 40px 0% 57px;
}

.image-31 {
  width: 200px;
}

.blog-header-copy {
  background-image: url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/67ad952881e63f3bf670b248_Gul%207.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
}

.image-37, .image-38, .image-39 {
  max-width: 90%;
  max-height: 40px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--blue);
    text-align: center;
    margin-bottom: 32px;
    margin-right: 40px;
    font-family: Avenir, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .nav-link:hover {
    color: var(--green);
  }

  .section-header {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-subhead {
    font-size: 14px;
  }

  .section-subhead.narrower-middle {
    width: 90%;
    font-size: 15px;
    line-height: 19px;
  }

  .section-3 {
    background-image: url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/678f1b93836eb37fff1265d7_27.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 700px;
    padding-top: 0;
    display: flex;
  }

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

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

  .hero-section-2.inner.faq {
    padding-bottom: 150px;
  }

  .hero-section-2.inner.hiw, .hero-section-2.inner.faq {
    padding-bottom: 150px;
  }

  .hero-section-2.inner.contact {
    background-image: linear-gradient(5deg, #474240, #322e326e 69%, #0f0e1b2e), url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/6784ce93c3ee59661c670f53_WhatsApp%20Image%202024-11-18%20at%2018.35.41%20(1).jpeg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .hero-section-2.spaced {
    background-image: linear-gradient(90deg, #272829ad, #8c888561 99%, #fff0), url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/678f1406216648af6feca400_22.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-left: 0;
    margin-right: 0;
    padding: 200px 5% 150px;
  }

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

  .div-content-hero.inner {
    margin-top: 65px;
    padding-top: 0;
  }

  .div-content-hero._60 {
    width: 100%;
    margin-top: 75px;
    padding-right: 160px;
  }

  .headline-2.responsive {
    display: none;
  }

  .headline-2.non-responsive {
    font-family: Alta Caption, Tahoma, sans-serif;
    font-size: 55px;
    line-height: 59px;
  }

  .cta-2.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: 16px;
    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;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 40px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .category-section {
    background-color: var(--pinkish);
    padding: 29px 5% 100px;
  }

  .individual-category {
    width: 46%;
  }

  .category-img._2 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .category-img._3, .category-img._4 {
    background-position: 50% 100%;
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .category-img._5, .category-img._6 {
    background-position: 50%;
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .category-img._7, .category-img._8, .category-img._1, .category-img._9, .category-img._10, .category-img._11, .category-img._12, .category-img._2 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .category-img._3, .category-img._4 {
    background-position: 50% 100%;
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .category-img._5, .category-img._6 {
    background-position: 50%;
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .category-img._7, .category-img._8, .category-img._1, .category-img._9, .category-img._10, .category-img._11, .category-img._12 {
    padding-top: 135px;
    padding-bottom: 135px;
  }

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

  .hiw-number.darker {
    font-size: 55px;
  }

  .green-content-left {
    flex-flow: column;
    display: flex;
  }

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

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

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

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

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

  .green-features {
    padding: 15px 2%;
  }

  .hiw-block.middle {
    margin-top: 15px;
  }

  .hiw-block.smaller {
    margin-top: 14px;
  }

  .collage-section {
    padding-top: 100px;
  }

  .wide-collage {
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-fixed {
    padding-top: 180px;
    padding-bottom: 180px;
  }

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

  .form-wrap {
    width: 90%;
    box-shadow: 0 1px 14px 4px #ddb29c26;
  }

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

  .subhead-3.home {
    width: 90%;
  }

  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .brand-div {
    margin-top: 11px;
  }

  .brand-div.w--current {
    margin-top: 8px;
  }

  .scrolling-nav {
    background-color: var(--cream);
    padding: 10px 15px 10px 10px;
    display: block;
  }

  .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 {
    color: #1d3857;
    vertical-align: bottom;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 11px;
    padding: 0;
    font-size: 48px;
    display: inline-flex;
  }

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

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

  .web-links-2.right {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    width: 100%;
    padding-bottom: 30px;
  }

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

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

  .terms-privacy {
    margin-top: 0;
    margin-left: 6%;
    margin-right: 6%;
    font-family: Averta, sans-serif;
  }

  .paragraph-2 {
    margin-top: 26px;
  }

  .image {
    width: 200px;
    margin-top: -10px;
  }

  .image-2 {
    width: 175px;
    margin-top: -10px;
  }

  .body {
    background-color: var(--white);
  }

  .icon {
    color: var(--blue);
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: -27px;
    padding-top: 0;
    display: flex;
  }

  .icon-2 {
    color: var(--green);
    margin-top: 31px;
  }

  .body-2 {
    margin-top: 70px;
  }

  .div-block {
    width: 700px;
    box-shadow: 0 1px 14px 4px #9e9e853d;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    height: auto;
    padding: 0;
  }

  .contact-div {
    padding: 0;
  }

  .heading-5 {
    font-size: 14px;
  }

  .contact-paragraph {
    font-size: 12px;
  }

  .bold-text-5 {
    font-size: 15px;
  }

  .section-4 {
    margin-bottom: 0;
  }

  .link {
    color: var(--black);
    text-decoration: none;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .section-5 {
    height: auto;
  }

  .div-block-copy {
    width: auto;
    height: auto;
    margin: 81px;
    padding: 16px;
  }

  .image-6 {
    width: 24px;
  }

  .image-7 {
    max-width: 65%;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 15px;
  }

  .section-7 {
    flex-flow: column;
    display: flex;
  }

  .slide-2 {
    background-position: 50%;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: auto;
    height: auto;
  }

  .grid {
    margin-top: 64px;
  }

  .about-us-type {
    padding: 27px;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .section-10 {
    padding: 7px 26px 26px;
  }

  .div-block-12 {
    padding: 27px;
  }

  .div-block-13 {
    margin: -26px;
  }

  .div-block-15 {
    flex-flow: column;
    display: flex;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-3.article-container {
    width: 92%;
  }

  .quick-stack-2 {
    height: 500px;
  }

  .content-section-2 {
    flex-flow: column;
    display: flex;
  }

  .category.category-space {
    padding-bottom: 1px;
    font-family: Varela, sans-serif;
  }

  .container-4 {
    flex-flow: column;
    padding-left: 23px;
    display: flex;
  }

  .featued-image-image {
    height: 380px;
  }

  .post-container {
    margin-top: 12px;
  }

  .image-31 {
    width: 220px;
  }

  .prefix.post-card {
    font-size: 12px;
    line-height: 18px;
  }

  .post-row {
    flex-flow: row;
    margin-left: 0;
    display: flex;
  }

  .post-column {
    text-align: center;
    flex-flow: column;
    padding: 8px;
    display: flex;
  }

  .post-image {
    text-align: center;
    padding: 0;
  }

  .heading-13 {
    font-size: 16px;
    line-height: 22px;
  }

  .column-7 {
    padding: 8px;
  }

  .image-32 {
    margin-top: 26px;
  }

  .section-13 {
    height: 380px;
  }

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

  .link-18 {
    color: var(--turquoise);
  }

  .image-36 {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    font-family: Avenir, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .section-header {
    padding: 18px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-subhead {
    margin-top: 51px;
    margin-bottom: 27px;
  }

  .section-3 {
    background-image: url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/678f1b93836eb37fff1265d7_27.png");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .circular-shape.green-pastel {
    width: 500px;
    height: 500px;
    padding-top: 101px;
    top: 135px;
    bottom: -213px;
    left: -41px;
  }

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

  .hero-section-2.inner.contact {
    background-image: linear-gradient(90deg, #8573697d, #0f0e1b2e), url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/678401a7b4860576aa643227_Screenshot%202024-11-19%20at%2011.17.52%E2%80%AFPM.png");
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

  .hero-section-2.spaced {
    background-image: linear-gradient(90deg, #49423e9c, #fff0), url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/678f1406216648af6feca400_22.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 180px 2% 120px;
  }

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

  .div-content-hero.inner {
    padding-top: 124px;
  }

  .div-content-hero._60 {
    text-align: left;
    margin-top: 97px;
    padding-left: 31px;
    padding-right: 42px;
  }

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

  .headline-2.responsive {
    text-align: left;
    text-transform: uppercase;
    font-family: Alta Caption, Tahoma, sans-serif;
    font-size: 52px;
    display: block;
  }

  .headline-2.non-responsive {
    display: none;
  }

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

  .cta-2.smaller.colour5.round {
    width: 50%;
    padding: 15px;
    font-size: 16px;
  }

  .amenity-block {
    flex-flow: column;
    display: flex;
  }

  .nav-right-2 {
    background-color: var(--white);
  }

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

  .category-info {
    font-weight: 400;
  }

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

  .hiw-number.darker {
    font-size: 55px;
  }

  .split-holder {
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-left {
    width: auto;
  }

  .green-features {
    flex-flow: column;
    display: flex;
  }

  .image-fixed {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .form-wrap {
    width: 90%;
    box-shadow: 0 1px 14px 4px #ddb29c26;
  }

  .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%;
  }

  .subhead-3.home {
    margin-left: 0;
    margin-right: auto;
    font-size: 15px;
    line-height: 22px;
  }

  .nav-bar {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 16px;
    display: inline-block;
  }

  .brand-div.w--current {
    margin-top: 0;
    padding-left: 0;
  }

  .scrolling-nav {
    background-color: var(--white);
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .faq {
    padding-top: 90px;
  }

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

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

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

  .menu-button {
    margin-top: 10px;
  }

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

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

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

  .image {
    width: 180px;
    margin-top: 0;
  }

  .image-2 {
    margin-top: 0;
  }

  .icon {
    color: var(--blue);
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .icon-2 {
    margin-top: 25px;
  }

  .div-block {
    width: 500px;
    height: 580px;
  }

  .paragraph-3 {
    text-transform: capitalize;
  }

  .div-block-2 {
    flex-flow: column;
    grid-template-areas: "Area Area-2 Area-3";
    width: auto;
    height: auto;
    margin-top: 30px;
    display: flex;
  }

  .contact-div {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 27px;
    padding: 0;
  }

  .heading-4 {
    color: var(--blue);
    font-size: 28px;
  }

  .heading-5 {
    color: var(--blue);
  }

  .image-4 {
    max-width: none;
    padding-bottom: 0;
  }

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

  .bold-text-5 {
    color: var(--blue);
  }

  .link {
    color: var(--black);
    text-decoration: none;
  }

  .icon-div {
    margin-bottom: 0;
  }

  .div-block-3 {
    grid-template: "Area Area-2"
                   "Area-6 Area-5"
                   "Area-7 Area-8"
                   / 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 53px;
    display: none;
  }

  .section-5 {
    height: auto;
    padding-bottom: 41px;
  }

  .div-block-copy {
    width: auto;
    height: auto;
    margin: 35px;
    padding: 20px;
    top: 0;
  }

  .bold-text-6 {
    color: var(--black);
  }

  .image-6 {
    width: 23px;
  }

  .section-6 {
    flex-flow: column;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: auto;
    height: auto;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .columns {
    flex-flow: column;
  }

  .column-2 {
    flex-flow: column;
    display: flex;
  }

  .section-10 {
    margin-bottom: 28px;
  }

  .image-22 {
    height: 80px;
  }

  .image-23 {
    border-radius: 200px;
    height: 80px;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .sticky-testimonial {
    position: static;
  }

  .image-26, .image-27, .image-28 {
    height: 80px;
  }

  .section-12 {
    display: flex;
  }

  .grid-6 {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: inline-flex;
  }

  .heading-10 {
    font-size: 15px;
  }

  .paragraph-7 {
    font-family: Avenir, sans-serif;
    font-size: 13px;
    font-weight: 400;
  }

  .button-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: static;
  }

  .section-title-copy, .heading-11 {
    font-size: 32px;
  }

  .div-block-16 {
    flex-flow: row;
    display: flex;
  }

  .blog-grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .subscription {
    padding-top: 7px;
  }

  .container-3.article-container {
    width: auto;
    margin-left: 12px;
    margin-right: 3px;
  }

  .content-section-2 {
    margin-top: 36px;
    margin-right: 0;
  }

  .heading-12 {
    font-size: 32px;
  }

  .post-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-4 {
    padding-left: 1px;
  }

  .heading {
    font-size: 32px;
  }

  .post-container {
    margin-bottom: 32px;
  }

  .next-post-row {
    margin-bottom: 1px;
    display: flex;
  }

  .image-31 {
    width: 220px;
  }

  .post {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
  }

  .prefix.post-card {
    font-size: 12px;
    line-height: 20px;
  }

  .post-image1 {
    flex: 1;
    align-self: center;
    margin-bottom: 11px;
    display: block;
  }

  .post-row {
    justify-content: center;
  }

  .post-column {
    padding: 0;
  }

  .post-image {
    flex-flow: column;
    margin-left: 1px;
    margin-right: 1px;
    padding: 11px;
    display: flex;
  }

  .post-card-title {
    padding-bottom: 7px;
  }

  .heading-13 {
    font-size: 15px;
  }

  .featued-image-image-copy {
    background-position: 0%;
    background-size: cover;
  }

  .image-34 {
    max-width: 50%;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    color: var(--blue);
    cursor: pointer;
  }

  .nav-link:hover, .nav-link:active {
    color: var(--green);
  }

  .section-header {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .section-title.smaller {
    font-weight: 700;
  }

  .section-subhead {
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }

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

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

  .section-3 {
    background-position: 0%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .circular-shape.green-pastel {
    background-color: #f1ececcf;
    border-radius: 0%;
    width: 100%;
    height: auto;
    margin-top: -117px;
    padding: 44px 20px 78px;
    bottom: 0;
    left: 0;
  }

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

  .hero-section-2.inner.maker {
    background-position: 0 0, 50%;
  }

  .hero-section-2.inner.faq {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .hero-section-2.inner.contact {
    background-position: 0 0, 0%;
    height: auto;
  }

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

  .hero-section-2.spaced {
    background-image: linear-gradient(94deg, #49423ec9 25%, #49423e96), url("https://cdn.prod.website-files.com/678401a7b4860576aa643182/678f1406216648af6feca400_22.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
    padding-bottom: 100px;
    padding-left: 0%;
  }

  .div-content-hero.inner {
    padding-top: 139px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-content-hero._60 {
    text-align: left;
    margin-top: 100px;
    padding-left: 17px;
    padding-right: 0;
  }

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

  .headline-2.responsive {
    text-align: left;
    text-align: left;
    font-family: Alta Caption, Tahoma, sans-serif;
    font-size: 44px;
    font-weight: 700;
  }

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

  .cta-2.smaller.colour5.round {
    width: 90%;
  }

  .cta-2.colour5.bigger {
    padding: 15px 25px;
    font-size: 14px;
  }

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

  .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;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .amenity-title.dark {
    margin-top: 14px;
  }

  .amenity-title.light {
    color: var(--black);
    font-family: Avenir, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .nav-right-2 {
    display: flex;
  }

  .individual-category {
    width: 100%;
  }

  .category-name {
    font-family: Alta Caption, Tahoma, sans-serif;
    font-weight: 700;
  }

  .category-info {
    font-family: Avenir, sans-serif;
  }

  .centred-cta {
    padding: 15px;
  }

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

  .hiw-number.darker.small {
    color: #74948c45;
    text-align: left;
    text-align: left;
    align-items: flex-start;
    width: 40px;
    height: 24px;
    margin-bottom: 11px;
    margin-right: 0;
    font-size: 24px;
    transform: none;
  }

  .footer---updated-link.second-set.last {
    font-size: 14px;
  }

  .lower-footer-links.wide {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

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

  .hiw-section {
    padding-bottom: 0;
  }

  .split-holder {
    margin-left: 0%;
    margin-right: 0%;
  }

  .split-left {
    width: 100%;
  }

  .green-features {
    color: var(--black);
  }

  .hiw-block, .hiw-block.smaller, .hiw-block.smaller {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .image-fixed {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .form-wrap {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 1px 14px 4px #ddb29c26;
  }

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

  .subhead-3 {
    width: 95%;
  }

  .subhead-3.home {
    font-family: Averta, sans-serif;
    font-size: 15px;
    line-height: 22px;
  }

  .nav-bar {
    padding-top: 6px;
    padding-left: 0;
    padding-right: 15px;
  }

  .brand-div.w--current {
    padding-left: 0;
  }

  .scrolling-nav {
    background-color: var(--white);
    padding: 0 15px 0 7px;
    display: block;
  }

  .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 {
    margin-top: 16px;
    padding-right: 0;
    display: block;
  }

  .menu-button.w--open {
    direction: ltr;
    text-align: center;
    display: block;
    position: relative;
    transform: none;
  }

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

  .web-links-2.right {
    flex-flow: column;
    justify-content: center;
    padding-bottom: 20px;
    font-family: Averta, sans-serif;
  }

  .footer-link {
    margin: 5px 20px 10px;
    font-family: Avenir, sans-serif;
  }

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

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

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

  .footer-link.left.w--current {
    font-family: Avenir, sans-serif;
  }

  .footer {
    flex-flow: column;
    padding-bottom: 40px;
  }

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

  .image {
    width: 180px;
    margin-top: 8px;
  }

  .image-2 {
    width: 150px;
    margin-top: 0;
  }

  .bold-text-2 {
    font-weight: 700;
  }

  .body {
    background-color: var(--white);
  }

  .icon {
    direction: ltr;
    width: auto;
    height: auto;
    margin-right: 0;
    display: block;
  }

  .icon:active {
    transform: rotate(0);
  }

  .icon-2 {
    color: var(--blue);
    margin-top: 21px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    width: 300px;
    height: 1050px;
    margin-bottom: 36px;
    padding: 24px 42px 42px;
  }

  .paragraph-3 {
    margin-bottom: 64px;
  }

  .div-block-2 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
    width: auto;
    margin-top: 0;
  }

  .contact-div {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    display: block;
  }

  .image-3 {
    padding-bottom: 0;
  }

  .contact-paragraph {
    text-transform: none;
    margin-bottom: 0;
    font-size: 13px;
  }

  .section-4 {
    margin-bottom: 35px;
  }

  .link {
    color: var(--black);
    font-size: 13px;
    text-decoration: none;
  }

  .icon-div {
    width: auto;
    margin-bottom: 0;
  }

  .heading-6 {
    font-size: 16px;
  }

  .div-block-3 {
    margin-top: 42px;
  }

  .section-5 {
    height: auto;
    margin-top: 9px;
    margin-bottom: 12px;
    padding-bottom: 1px;
  }

  .div-block-copy {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 40px;
    padding: 22px;
    top: 3px;
    bottom: 0;
  }

  .image-6 {
    width: 22px;
  }

  .section-6 {
    grid-template-columns: 1fr;
  }

  .slide-2 {
    background-position: 50%;
  }

  .heading-8 {
    margin-top: 22px;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-4 {
    margin-bottom: 2px;
  }

  .image-10, .image-11, .image-12, .image-13, .image-14, .image-15 {
    width: auto;
    height: auto;
  }

  .grid {
    margin-top: 77px;
  }

  .section-10 {
    flex-flow: column;
    margin-top: 24px;
    margin-bottom: 12px;
    display: flex;
  }

  .customer-testimonial {
    padding-left: 26px;
  }

  .grid-6 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-11 {
    text-align: right;
  }

  .button-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 43px;
  }

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

  .section-title-copy.smaller {
    font-weight: 700;
  }

  .button-2 {
    background-color: var(--pinkish);
  }

  .div-block-8-copy {
    padding: 34px 27px 11px 18px;
  }

  .div-block-12 {
    margin-bottom: 46px;
  }

  .div-block-13 {
    background-position: 69%;
    background-size: cover;
    order: -1;
  }

  .blog-image {
    width: 100%;
    max-width: 100%;
  }

  .featured-item {
    margin-bottom: 11px;
  }

  .blog-image-wrap {
    text-align: left;
  }

  .content-section {
    padding-top: 35px;
  }

  .blog-header {
    min-height: 275px;
  }

  .container-3.article-container {
    margin-left: 20px;
    margin-right: 10px;
    padding-left: 0;
  }

  .content-section-2 {
    margin-top: 8px;
    padding-bottom: 33px;
  }

  .heading-12 {
    font-family: Avenir, sans-serif;
    font-size: 32px;
    line-height: 42px;
  }

  .content-section-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-post-details {
    text-align: center;
    padding-right: 10px;
  }

  .featured-post-details.post-page {
    padding-left: 4px;
  }

  .post-header {
    text-align: center;
    padding: 18px 18px 18px 5px;
  }

  .catagories.after-post {
    margin-top: 30px;
  }

  .author-div {
    z-index: 2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -43px;
    position: relative;
  }

  .container-4 {
    padding-left: 0;
  }

  .author-postname, .hr-line {
    display: none;
  }

  .heading {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 37px;
  }

  .featued-image-image {
    height: 180px;
    margin-top: 0;
  }

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

  .next-post-title-tag, .catagory-2 {
    margin-top: 15px;
  }

  .post-container {
    text-align: center;
    margin-top: 0;
  }

  .next-post-title.rightside-post {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
  }

  .column-6 {
    display: none;
  }

  .post-container1 {
    text-align: center;
    width: 100%;
    margin-left: 7px;
    margin-right: 7px;
  }

  .rich-text-block {
    text-align: left;
    margin-bottom: 6px;
  }

  .image-31 {
    width: 220px;
  }

  .post {
    margin-top: 1px;
    margin-bottom: 13px;
  }

  .prefix {
    margin-top: 10px;
    margin-bottom: 9px;
  }

  .catagories-hover-1 {
    display: none;
  }

  .post-row {
    flex-flow: column;
    margin-top: 26px;
  }

  .post-column {
    padding-right: 10px;
  }

  .post-card-title {
    padding-bottom: 0;
  }

  .featued-image-image-copy {
    margin-top: 0;
  }

  .image-32 {
    margin-top: 20px;
  }

  .column-8, .column-9 {
    height: 180px;
  }

  .columns-3 {
    flex-flow: column;
    padding-left: 0;
  }

  .section-13 {
    height: 200px;
  }

  .paragraph-9 {
    height: 180px;
  }

  .image-34 {
    max-width: 85%;
  }

  .link-3, .link-4, .bold-text-9 {
    color: var(--black);
    text-decoration: underline;
  }

  .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
    color: var(--turquoise);
  }

  .image-35 {
    height: 100px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .list {
    padding-left: 14px;
  }
}
