@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 {
  --black: black;
  --white: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-link {
  color: #242f3b;
  letter-spacing: .2px;
  text-transform: none;
  margin-top: 1px;
  margin-left: 40px;
  padding: 0;
  font-family: Averta, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link:hover {
  color: #101822;
}

.nav-link.w--current {
  color: #057167;
}

.nav-link.contact, .nav-link.contact.w--current {
  color: #242f3b;
}

.section-header {
  margin-bottom: 60px;
}

.upper-head {
  color: #e2ac22;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.upper-head.green {
  color: #057167;
}

.section-title {
  color: #18394c;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Circularstd, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}

.section-title.smaller {
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 38px;
}

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

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

.section-subhead {
  color: #556f80;
  text-align: center;
  margin-top: 10px;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

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

.section-subhead.narrower-middle {
  color: #556f80;
  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/CLA_S.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: #edfdfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 164px;
  padding-left: 60px;
  padding-right: 60px;
  bottom: -180px;
}

.hero-section-2 {
  background-image: linear-gradient(to right, #050c14ad, #fff0), url('../images/partnerimg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 290px 10% 250px;
}

.hero-section-2.inner {
  text-align: center;
  background-image: linear-gradient(to right, #050c14b3, #0f0e1b2e), url('../images/candles-wider.jpg');
  background-repeat: repeat, no-repeat;
  margin-left: 0;
  margin-right: 0;
  padding-top: 205px;
  padding-bottom: 205px;
}

.hero-section-2.inner.maker {
  background-image: linear-gradient(to right, #050c14b3, #0f0e1b2e), url('../images/image-lotion.jpg');
  background-position: 0 0, 50%;
}

.hero-section-2.inner.faq {
  background-image: linear-gradient(to right, #050c14b3, #0f0e1b2e), url('../images/retail2.jpg');
  padding-bottom: 180px;
}

.hero-section-2.inner.contact {
  background-image: linear-gradient(90deg, #050c14b3, #0f0e1b2e), url('../images/Contact_S.jpg');
  background-position: 0 0, 50% 0;
}

.hero-section-2.inner.hiw {
  background-image: linear-gradient(to right, #050c14b3, #0f0e1b2e), url('../images/flippedimg.jpg');
  background-position: 0 0, 50%;
  padding-bottom: 180px;
}

.hero-section-2.spaced {
  background-image: linear-gradient(90deg, #050c14b3 10%, #fff0), url('../images/Cover2S.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 0;
  margin-right: 0;
  padding-top: 250px;
  padding-bottom: 260px;
}

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

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

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

.headline-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 77px;
  line-height: 82px;
}

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

.headline-2.non-responsive {
  font-size: 65px;
}

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

.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.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 {
  color: #057167;
  border: 1px solid #057167;
  border-radius: 200px;
}

.cta-2.smaller.colour5.round:hover {
  color: #fff;
  background-color: #057167;
  border-color: #057167;
}

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

.cta-2.colour5.bigger {
  color: #fff;
  text-align: center;
  background-color: #057167;
  border-radius: 200px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 13px;
}

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

.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-left {
  border-right: 1px solid #0818193b;
  width: 25%;
}

.amenity-title {
  color: #fff;
  margin-top: 21px;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.amenity-title.dark {
  color: #18394c;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.amenity-title.light {
  margin-top: 0;
  font-family: Circularstd, sans-serif;
  font-weight: 500;
}

.nav-right-2 {
  align-items: center;
  margin-top: 1px;
  display: flex;
}

.category-section {
  background-color: #fff;
  padding: 150px 5% 90px;
}

.categories-holder {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.individual-category {
  border-radius: 20px;
  width: 32%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.category-img {
  background-color: #f5f5f5;
  background-image: url('../images/home-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.category-img._2 {
  background-image: url('../images/oXMVetBmIOfVcw6KKF9IIuESc.jpeg');
  background-position: 50%;
}

.category-img._3 {
  background-image: url('../images/outdoor.jpg');
  background-position: 50%;
}

.category-img._4 {
  background-image: url('../images/OW8U8ESiUZyDNCu0kxqTm6TkoA.jpeg');
  background-position: 50%;
}

.category-img._5 {
  background-image: url('../images/xMw3HLNMyGaKTsbpp7QFL1a5c.jpeg');
}

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

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

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

.category-img.test {
  z-index: 1;
  background-color: #4d506d;
  background-image: url('../images/InjectionS.jpg');
  background-repeat: repeat;
  position: relative;
}

.category-img.test.dia {
  background-image: url('../images/DiabetologyS.jpg');
  background-position: 40%;
}

.category-img.test.diagno {
  background-image: url('../images/DiagnosticsS.jpg');
  background-position: 100%;
}

.category-img.test.icu {
  background-image: url('../images/ICUS.jpg');
}

.category-img.grad {
  background-image: url('../images/ICU_S.jpg');
  background-position: 50% 100%;
  position: relative;
}

.category-img.grad.inje {
  background-image: url('../images/Injection_S.jpg');
}

.category-img.grad.diab {
  background-image: url('../images/Diabetology_S.jpg');
}

.category-img.grad.diag {
  background-image: url('../images/Diagnostics_S.jpg');
  background-position: 100% 100%;
}

.category-img.grad.ortho {
  background-image: url('../images/Ortho_S.jpg');
}

.category-img.grad.hygo {
  background-image: url('../images/Hygiene_S.jpg');
}

.category-img.grad.sur {
  background-image: url('../images/Surgical_S.jpg');
}

.category-img.grad.wound {
  background-image: url('../images/Wound_S.jpg');
}

.category-img.grad.net {
  background-image: url('../images/NET_S.jpg');
  background-position: 0 100%;
}

.category-name {
  color: #293b46;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

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

.centred-cta {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.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-family: Tiempos headline, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
  transform: rotate(-90deg);
}

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

.hiw-number.darker.small {
  margin-right: 15px;
  font-size: 48px;
}

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

.paragraph-light.darker {
  color: #556f80;
  font-size: 17px;
  line-height: 21px;
}

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

.paragraph-light.darker.less-margin {
  margin-top: 5px;
}

.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: #0b3646;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

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

.footer---updated-link.second-set {
  color: #0b3646cc;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
}

.footer---updated-link.second-set:hover {
  color: #03926e;
}

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

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

.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: #0b3646a3;
  font-family: Avenir, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
}

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

.plan-checkbox {
  color: #313b53;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Averta, sans-serif;
  font-size: 15px;
  display: flex;
}

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

.plan-text {
  color: #435f72;
  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;
}

.hiw-section.less-space {
  padding-top: 80px;
}

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

.split-holder.dva {
  flex-flow: row-reverse;
  margin-left: 10px;
  margin-right: 0%;
}

.split-holder.second {
  flex-flow: row-reverse;
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 0%;
}

.split-left {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

.green-features {
  background-color: #057167;
  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;
}

.hiw-block.smaller {
  padding-bottom: 26px;
}

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

.amenity-title-2 {
  color: #cce6e3;
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.collage-section {
  text-align: center;
  padding-top: 140px;
}

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

.wide-collage {
  max-width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}

.image-fixed {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/candles-wider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  padding-top: 220px;
  padding-bottom: 220px;
}

.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 {
  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: #057167;
  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: #fffffff7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Avenir, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

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

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

.nav-bar {
  background-color: #fff;
  padding: 20px 25px;
  position: absolute;
  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;
}

.scrolling-nav {
  background-color: #fff;
  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;
}

.faq.inner._2 {
  padding-top: 70px;
  padding-bottom: 80px;
}

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

.link-style {
  color: #03926e;
  text-decoration: none;
}

.link-style:hover {
  color: #007255;
}

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

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

.hiw-blocks {
  border-top: 1px solid #15426f12;
  padding-top: 30px;
}

.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 {
  opacity: .85;
  color: #465a70;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Averta, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

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

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

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

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

.title-header {
  color: #293b46;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-2 {
  color: #4d6472;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block, .div-block-2 {
  margin-right: 30px;
}

.scrolling {
  background-image: url('../images/Roll_pic.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 220px;
  position: static;
}

.scrolling.fade-on-load-clean {
  padding-top: 260px;
  padding-bottom: 260px;
}

.div-block-3, .div-block-4, .text-block {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  z-index: 10;
  color: #fff0;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  overflow: visible;
}

.text-block-2:hover {
  color: #fff;
  background-color: #00000080;
  display: flex;
}

.div-block-5 {
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  transition: all .35s;
  display: flex;
  position: absolute;
}

.div-block-5:hover {
  background-color: #0000004d;
}

.text-block-3 {
  color: #fff0;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  font-family: Avenir, sans-serif;
  font-size: 18px;
  transition: all .35s;
  display: flex;
}

.text-block-3:hover {
  color: #fff;
}

.text-block-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  font-family: Circularstd, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-top: 39px;
  font-family: Circularstd, sans-serif;
}

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 (max-width: 991px) {
  .nav-link {
    text-align: center;
    margin-bottom: 32px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 28px;
  }

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

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

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

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

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

  .hero-section-2.spaced {
    margin-left: 0;
    margin-right: 0;
    padding: 200px 5% 150px;
  }

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

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

  .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: 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: 25%;
    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-top-style: none;
    border-left-style: solid;
    border-right: 1px #0818193b;
  }

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

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

  .nav-right-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    box-shadow: 0 3px 3px #0000000f;
  }

  .category-section {
    padding: 100px 5%;
  }

  .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-holder.second {
    flex-flow: column-reverse;
    margin-left: 0%;
  }

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

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

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

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

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

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

  .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 {
    color: #1d3857;
    padding: 6px 0;
    font-size: 48px;
  }

  .menu-button.w--open {
    color: #1d3857;
    background-color: #fff;
    transform: rotate(90deg);
  }

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

  .image-2 {
    margin-bottom: 40px;
  }

  .text-block-3 {
    color: #fff;
  }
}

@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-section-2.inner {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .hero-section-2.spaced {
    padding: 180px 2% 120px;
  }

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

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

  .headline-2.responsive {
    font-size: 58px;
    display: block;
  }

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

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

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

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

  .amenity-block.line-left {
    border-bottom-style: solid;
    border-bottom-color: #0818193b;
    border-right-style: none;
    border-right-color: #0818193b;
    width: 100%;
  }

  .individual-category {
    width: 100%;
  }

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

  .features-content {
    flex-flow: column;
  }

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

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

  .subhead-3.home {
    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;
  }

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

@media screen and (max-width: 479px) {
  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

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

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

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

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

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

  .hero-section-2.spaced {
    background-image: linear-gradient(94deg, #050c14b3 10%, #fff0), url('../images/Cover2S.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
    padding-bottom: 100px;
  }

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

  .headline-2.responsive {
    font-size: 44px;
  }

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

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

  .amenities-holder.vertical.less-width {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .amenity-title.dark {
    text-align: center;
  }

  .individual-category {
    width: 100%;
  }

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

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

  .paragraph-light.darker {
    text-align: center;
  }

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

  .split-left {
    width: 100%;
  }

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

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

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

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

  .subhead-3 {
    width: 95%;
  }

  .nav-bar {
    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;
  }

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

  .div-block {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
    max-width: 30%;
  }
}


@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;
}