.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-leader {
  color: #000;
  text-align: center;
  margin-bottom: 5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.5;
}

.heading-leader.padding-top {
  margin-top: 1em;
  margin-bottom: 1em;
}

.section_intro {
  z-index: 10;
  flex-flow: column;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.wrapper_arrow {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% -81%;
}

.black-line {
  background-color: #000;
  width: 10em;
  height: 1px;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.wrapper_text {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrapper_text._900 {
  max-width: 900px;
}

.logo {
  width: 25em;
}

.section_middle {
  z-index: 1;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.logo-black {
  width: 20em;
  margin: 3em auto 2em;
}

.page_wrapper {
  overflow: hidden;
}

.text-block-centred {
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.3;
}

.text-block-centred.padding-bottom {
  margin-bottom: 1em;
  font-size: 1.4em;
}

.grid_properties {
  grid-column-gap: 3em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 8em;
}

.section_bottom {
  z-index: 5;
  background-color: #fff;
  flex-flow: column;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.wrapper_home-hero-logo {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  margin-top: 5em;
  margin-right: 5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-4 {
  text-align: center;
  margin-top: 1em;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  z-index: 20;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.dev-design-link {
  color: #000;
  text-decoration: none;
}

.dev-design-link:hover {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.div-block-5 {
  flex-flow: column;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper_lightbox_properties {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arrow {
  width: 1em;
}

.section_home-hero {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 2em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.slide-1 {
  background-image: linear-gradient(#000c, #000c), url('../images/Hotel-Charles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.lightbox-link {
  background-image: url('../images/Verge-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 35em;
  margin-bottom: 2em;
}

.lightbox-link:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hotel-Charles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.cradle-pavilions {
  background-image: url('../images/Pavilion_close_1Pavilion_close.webp');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link.cradle-pavilions:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Pavilion_close_1Pavilion_close.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.hotel-charles {
  background-image: url('../images/Hotel-Charles.jpg');
}

.lightbox-link.hotel-charles:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hotel-Charles.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.hotel-collins {
  background-image: url('../images/Hotel-Collins_2.jpg');
}

.lightbox-link.hotel-collins:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hotel-Collins_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.wilderness-village {
  background-image: url('../images/Cradle-Wilderness-Village.jpg');
}

.lightbox-link.wilderness-village:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Cradle-Wilderness-Village.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.swansea-beach-chalets {
  background-image: url('../images/1200_Waterfront-chalets-from-across-beach.jpg');
}

.lightbox-link.swansea-beach-chalets:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1200_Waterfront-chalets-from-across-beach.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.hobart-airport-hotel {
  background-image: url('../images/Hobart-Airport-Hotel.jpg');
}

.lightbox-link.hobart-airport-hotel:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hobart-Airport-Hotel.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lightbox-link.hotel-verge:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Verge-2.jpg');
}

.heading-_property {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
}

.text_property-location {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
}

.slide-2 {
  background-image: url('../images/Pavilion_close_1Pavilion_close.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8, .slide-9, .slide-10, .slide-11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-12 {
  background-image: url('../images/Hotel-Charles.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-hero_colour-overlay {
  z-index: 3;
  background-image: linear-gradient(219deg, #000000b8 15%, #fff0 51%);
  position: absolute;
  inset: 0%;
}

.section_grey {
  background-color: #f7f7f7;
  padding-top: 6em;
  padding-bottom: 6em;
}

.home-hero-fade-slider {
  background-color: #000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.hotel-charles {
  background-image: url('../images/Hotel-Charles.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.wilderness-village {
  background-image: url('../images/Cradle-Wilderness-Village_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Swansea-Beach-Chalets.png');
  background-position: 50%;
  background-size: cover;
}

.slide-16, .slide-17, .slide-18, .slide-19, .slide-20, .slide-21, .slide-22, .slide-23, .slide-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.swansea-beach-chalets {
  background-image: url('../images/Waterfront-chalets-from-across-beach.jpg');
  background-position: 50%;
  background-size: cover;
}

.cradle-mountain-pavilions {
  background-image: url('../images/pavilions_1pavilions.webp');
  background-position: 50%;
  background-size: cover;
}

.hotel-collins {
  background-image: url('../images/Hotel-Collins_3.jpg');
  background-position: 50%;
  background-size: cover;
}

.icon, .icon-2 {
  display: none;
}

.body {
  background-color: #000;
}

.hotel-verge {
  background-image: url('../images/Verge-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-italic_hero-slider {
  z-index: 5;
  color: #fff;
  text-shadow: 0 3px 3px #000;
  margin-bottom: 3em;
  margin-right: 5em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrapper_opaque-white {
  background-color: #ffffffb3;
  padding-top: 4em;
  padding-bottom: 4em;
}

@media screen and (max-width: 991px) {
  .heading-leader {
    margin-bottom: 3em;
  }

  .section_intro {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .wrapper_text {
    width: 80%;
  }

  .logo {
    width: 40vw;
    max-width: 500px;
  }

  .section_middle {
    padding-top: 5em;
  }

  .grid_properties {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    margin-bottom: 5em;
  }

  .wrapper_home-hero-logo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .container {
    width: 90%;
  }

  .div-block-5 {
    width: 70%;
  }

  .section_home-hero {
    min-height: 80vh;
  }

  .lightbox-link {
    height: 20em;
    margin-bottom: 1em;
  }

  .section_grey {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .text-italic_hero-slider {
    margin-bottom: 2em;
    margin-right: 3em;
  }

  .wrapper_opaque-white {
    padding-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .heading-leader {
    font-size: 1.5em;
    line-height: 1.4;
  }

  .section_intro {
    background-image: none;
  }

  .wrapper_text {
    width: 85%;
  }

  .logo {
    width: 60vw;
    max-width: 400px;
  }

  .logo-black {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .text-block-centred {
    width: 90%;
  }

  .div-block-5 {
    width: 80%;
  }

  .section_home-hero {
    min-height: 100vh;
  }

  .lightbox-link {
    height: 30vw;
  }

  .text-italic_hero-slider {
    margin-right: 2em;
  }
}

@media screen and (max-width: 479px) {
  .section_intro {
    padding-top: 5.1em;
    padding-bottom: 5.1em;
  }

  .black-line {
    width: 6em;
  }

  .logo {
    width: 70vw;
  }

  .section_middle {
    padding-bottom: 6em;
  }

  .logo-black {
    width: 15em;
  }

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

  .section_bottom {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  .container {
    width: 85%;
  }

  .lightbox-link {
    height: 65vw;
  }

  .heading-_property {
    font-size: 1.1em;
  }

  .section_grey {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }
}

#w-node-_416b4f57-e7cb-9ef7-685d-3864b5bfa175-78916983 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_416b4f57-e7cb-9ef7-685d-3864b5bfa187-78916983, #w-node-ca600868-3caf-493f-f27c-99404dc1aad1-78916983, #w-node-_3706ea7c-1fb6-5819-11e6-67bad9fc3c9c-78916983, #w-node-eb2390d9-719e-4c5e-d61b-b69267894d22-78916983, #w-node-e19848a3-af60-8526-ae99-c8de24dfce5c-78916983, #w-node-_3db43657-496e-3bf0-eda8-cd194d28ac9b-78916983 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_819c31f4-09b7-5296-4d5e-4d63d7378cd4-78916983 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_416b4f57-e7cb-9ef7-685d-3864b5bfa180-78916983 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_819c31f4-09b7-5296-4d5e-4d63d7378cd4-78916983 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


