@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;
  --primary: #dc1d27;
  --light: #fafafa;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #333;
  --accent: #02b5fe;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
}

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

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

.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.primary {
  border-bottom: 2.5px solid var(--primary);
  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: 1.2;
}

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

.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-3 {
  background-image: linear-gradient(#fff0 22%, #06140c33 58%), url('../images/tyo-kattely-aurinko.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.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;
}

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

.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-title {
  color: var(--black);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 21px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

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

.section {
  padding: 150px 10%;
}

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

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

.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: 45px;
  display: flex;
}

.lower-footer-links.right-links {
  align-items: center;
  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: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
}

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

.split-right {
  width: 50%;
  padding-left: 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;
}

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

.subhead-3 {
  max-width: 540px;
  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;
}

.web-links-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-right: 0;
  padding-bottom: 45px;
  display: flex;
}

.web-links-2.right {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-bottom: 45px;
}

.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 {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 12% 45px;
  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: 110vh;
  max-height: 100%;
  display: flex;
}

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

.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-video {
  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(--primary);
}

.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-image-height-auto-2 {
  width: 42px;
  height: 42px;
  color: var(--primary);
  object-fit: contain;
}

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

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

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  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(--accent);
  border-radius: 62.5rem;
  height: 7.8125rem;
  margin-left: -1rem;
  margin-right: -1rem;
  transition: none;
  position: absolute;
  inset: 101% 0% 0%;
}

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

.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: #f3f3f3;
  border: 1px solid #f7f7f7;
  font-weight: 400;
}

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

.projects-rich h2 {
  line-height: 1.25;
}

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

.legal-rich h2 {
  font-size: 28px;
  line-height: 1.3;
}

.legal-rich h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.image-6 {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-link-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.service-overlay-2 {
  z-index: -1;
  opacity: .9;
  -webkit-backdrop-filter: contrast(120%) saturate(90%);
  backdrop-filter: contrast(120%) saturate(90%);
  background-image: linear-gradient(#08080866 60%, #080808e6);
  width: 100%;
  height: 100%;
  position: absolute;
}

.service-content-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.services-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.arrow-icon-2 {
  width: 16px;
}

.service-item-2 {
  z-index: 1;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-item-2.ratio-landscape {
  aspect-ratio: 5 / 3;
}

.code-embed-4 {
  width: 19px;
}

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

.check-flex {
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.service-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.check-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.space-8 {
  height: 8px;
}

.div-block-9 {
  background-color: #fff;
  border-radius: 8px;
  padding: 64px 42px;
}

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

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image-grid._1-col {
  grid-template-columns: 1fr;
}

.project-image-grid._2-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

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

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

.lightbox-link-2.wide {
  padding-top: 50%;
}

.project-item-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #f3f3f3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 54px;
  display: grid;
}

.projects-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.about-badge {
  height: 100px;
}

.div-block-10 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.icon-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fafafa;
  border-radius: 50px;
  align-items: center;
  margin-top: 32px;
  padding: 24px 32px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.icon-link:hover {
  background-color: #ffffff14;
}

.code-embed-3 {
  width: 14px;
  height: 16px;
  margin-top: -4px;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.nav-socials {
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.nav-link-block {
  color: #30c620;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

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

.code-embed-5 {
  width: 20px;
  height: 20px;
  color: var(--primary);
}

.image-7 {
  display: none;
}

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

  .check-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

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

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

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

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

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

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

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

  .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 {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .web-links-2.right {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
  }

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

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

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

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

  .footer-link-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-shape {
    display: none;
  }

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

  .services-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .service-item-2, .service-item-2.ratio-landscape {
    aspect-ratio: 3 / 2;
  }

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

  .nav-socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 10px;
  }

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

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

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

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

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

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

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

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

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

  .services-grid-2, .service-grid, .project-item-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 26px;
    line-height: 1.3;
  }

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

  .section-title {
    font-size: 36px;
    line-height: 1.3;
  }

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

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

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

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

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

  .web-links-2.right {
    justify-content: center;
  }

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

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

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

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

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

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

  .service-content-2 {
    padding-bottom: 42px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .service-item-2, .service-item-2.ratio-landscape {
    aspect-ratio: 1;
  }

  .section-subhead-2 {
    font-size: 18px;
    line-height: 27px;
  }

  .check-item {
    font-size: 16px;
  }

  .div-block-9 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 42px 24px;
  }

  .project-item-2 {
    grid-template-columns: 1fr;
    padding: 42px 24px;
  }

  .div-block-10 {
    flex-flow: column;
    margin-top: 16px;
  }

  .icon-link {
    margin-top: 16px;
  }
}

#w-node-_7f4688fd-7fd0-11fd-7600-34bdb38149d6-ddd75c71 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_7f4688fd-7fd0-11fd-7600-34bdb38149e2-ddd75c71, #w-node-_44c8311b-8906-629f-b696-b1eac86df48e-ddd75c71 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#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-_7f4688fd-7fd0-11fd-7600-34bdb38149d6-ddd75c71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f4688fd-7fd0-11fd-7600-34bdb38149e2-ddd75c71, #w-node-_44c8311b-8906-629f-b696-b1eac86df48e-ddd75c71 {
    grid-column: span 1 / span 1;
  }

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