@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/node_modules/slick-carousel/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("/node_modules/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("/node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("/node_modules/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide > div {
  height: 100%;
}

.slick-slide {
  height: 100%;
  overflow: hidden;
}

.slick-slide figure {
  height: 100%;
  position: relative;
}

.slick-slide figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #fff;
}

.slick-track .slick-slide img {
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  margin: 0 auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  color: black;
  background-color: #505050;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: #ffffff;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #FFFFFF;
  overflow-x: hidden;
  color: #212121;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-family: minerva-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bg-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.overlay {
  position: absolute;
  background-color: rgba(96, 92, 86, 0.85);
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.content {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}

.content-full {
  flex: 0 0 auto;
  width: 100%;
}

.full-width-image {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  font-size: 0;
}
.full-width-image img {
  width: 100%;
}

.heading-text {
  width: 100%;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .heading-text {
    padding: 60px 30px 0;
  }
}
.heading-text h2 {
  color: #FFFFFF;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 30px;
  padding: 0 60px;
}
@media (min-width: 768px) {
  .heading-text h2 {
    font-size: 40px;
    padding: 0 0px;
  }
}
@media (min-width: 992px) {
  .heading-text h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .heading-text h2 {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  .heading-text h2 {
    font-size: 60px;
  }
}
.heading-text h2 br {
  display: none;
}
@media (min-width: 768px) {
  .heading-text h2 br {
    display: block;
  }
}
.heading-text h3 {
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .heading-text h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .heading-text h3 {
    font-size: 26px;
  }
}
@media (min-width: 1500px) {
  .heading-text h3 {
    font-size: 30px;
  }
}
.heading-text p {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .heading-text p {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .heading-text p {
    font-size: 18px;
  }
}
.heading-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.heading-text.in-view > :nth-child(1) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0s, transform 1.4s 0s;
}
.heading-text.in-view > :nth-child(2) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.heading-text.in-view > :nth-child(3) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
.heading-text.in-view > :nth-child(4) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.9s, transform 1.4s 0.9s;
}
.heading-text.in-view > :nth-child(5) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.2s, transform 1.4s 1.2s;
}
.heading-text.in-view > :nth-child(6) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.5s, transform 1.4s 1.5s;
}
.heading-text.in-view > :nth-child(7) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.8s, transform 1.4s 1.8s;
}
.heading-text.in-view > :nth-child(8) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.1s, transform 1.4s 2.1s;
}
.heading-text.in-view > :nth-child(9) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.4s, transform 1.4s 2.4s;
}
.heading-text > * {
  opacity: 0;
  transform: translateY(10px);
}

.enquire-button {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 14px 26px;
  z-index: 0;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s ease all;
  background-color: #5D6966;
}
@media (min-width: 768px) {
  .enquire-button {
    padding: 14px 30px;
  }
}
@media (min-width: 992px) {
  .enquire-button {
    position: absolute;
  }
}
.enquire-button span {
  z-index: 1;
  position: relative;
}
.enquire-button:hover {
  color: #FFFFFF;
}
.enquire-button:focus {
  color: #FFFFFF;
}
.enquire-button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #F0705B;
  z-index: 0;
}
.enquire-button.desktop {
  display: none;
}
@media (min-width: 992px) {
  .enquire-button.desktop {
    display: inline-block;
  }
}
.enquire-button.mobile {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .enquire-button.mobile {
    display: none;
  }
}
.enquire-button:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.enquire-button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.text-button {
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  position: relative;
  padding: 14px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #212121;
  text-decoration: none;
  transition: 0.3s ease all;
  background-color: #FFFFFF;
  letter-spacing: 1.4px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .text-button {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .text-button {
    font-size: 18px;
    padding: 14px 30px;
  }
}
.text-button svg {
  width: 14px;
  height: 14px;
  margin-left: 20px;
  z-index: 1;
}
.text-button span {
  z-index: 1;
  position: relative;
}
.text-button:hover {
  color: #FFFFFF;
}
.text-button:hover svg .arrow {
  stroke: #FFFFFF;
}
.text-button:focus {
  color: #FFFFFF;
}
.text-button:focus svg .arrow {
  stroke: #FFFFFF;
}
.text-button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #605C56;
  z-index: 0;
}
.text-button:hover:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.text-button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.content-large {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .content-large {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}

.content-narrow {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-narrow {
    margin-left: 8.3333333333%;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
}
@media (min-width: 992px) {
  .content-narrow {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 1200px) {
  .content-narrow {
    margin-left: 25%;
    flex: 0 0 auto;
    width: 50%;
  }
}

.content-small {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.3333333333%;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
@media (min-width: 768px) {
  .content-small {
    margin-left: 16.6666666667%;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .content-small {
    margin-left: 29.1666666667%;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}

.scroll-icon {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .scroll-icon {
    bottom: 30px;
  }
}

.scroll-icon-bottom {
  padding-bottom: 100px !important;
}
@media (min-width: 1200px) {
  .scroll-icon-bottom {
    padding-bottom: 140px !important;
  }
}

.scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
}
.scroll-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #233D2F;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    top: 0;
    height: 0;
  }
  30% {
    top: 0;
    height: 100%;
  }
  100%, 70% {
    top: 100%;
    height: 100%;
  }
}
.annotation {
  text-align: left;
  color: #212121;
}

.scroll-text {
  display: block;
  margin-top: 10px;
  color: #233D2F;
  font-size: 16px;
}
@media (min-width: 768px) {
  .scroll-text {
    font-size: 18px;
  }
}

.section-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 200%;
  transform-origin: right top;
  transform: rotate(45deg);
  z-index: -1;
}
.section-line:after, .section-line:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #233D2F;
}
.section-line:before {
  top: 0;
}
.section-line:after {
  bottom: 0;
}

p {
  font-size: 12px;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  p {
    font-size: 18px;
  }
}

.down-arrow {
  position: absolute;
  bottom: 60px;
  z-index: 10;
  margin-top: 40px;
  cursor: pointer;
  width: 100%;
  height: 28px;
}
.down-arrow img {
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  .down-arrow {
    bottom: 30px;
  }
}

.left-top {
  background-position: left top !important;
}

.left-center {
  background-position: 22% center !important;
}

.left-bottom {
  background-position: left bottom !important;
}

.center-top {
  background-position: center top !important;
}

.center-center {
  background-position: center center !important;
}

.center-bottom {
  background-position: center bottom !important;
}

.right-top {
  background-position: right top !important;
}

.right-center {
  background-position: right center !important;
}

.right-bottom {
  background-position: right bottom !important;
}

.fancybox__backdrop {
  background: rgba(66, 68, 74, 0.85) !important;
}

header {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s ease;
  background-size: cover;
  background-position: left center;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  height: 185px;
  box-shadow: 0 0 30px 0 rgba(33, 33, 33, 0.6);
}
header.headroom--unpinned {
  transform: translateY(-100%);
}
@media (min-width: 992px) {
  header {
    background-size: cover;
    height: 235px;
  }
}
@media (min-width: 1200px) {
  header {
    background-size: cover;
  }
}

.header-top {
  height: 185px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top .left {
  width: 25%;
  height: 100%;
  position: relative;
  display: flex;
  z-index: 99;
  justify-content: flex-end;
}
.header-top .left img {
  height: 185px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  -o-object-position: top right;
     object-position: top right;
}
@media (min-width: 992px) {
  .header-top .left:before {
    content: "";
    background-color: #F0705B;
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
  }
}
.header-top .middle {
  z-index: 99;
}
.header-top .right {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.header-top .right img {
  height: 185px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media (min-width: 992px) {
  .header-top .right:before {
    content: "";
    background-color: #E5E2DB;
    position: absolute;
    display: block;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
  }
}

.nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-nav {
  width: auto;
  display: none;
  height: 0px;
  width: 100%;
  background-color: #9CB7C7;
  z-index: 200;
}
@media (min-width: 992px) {
  .header-nav {
    display: flex;
    height: 50px;
  }
}
.header-nav #menu-main-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-nav.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header-nav .menu-item {
  display: none;
}
.header-nav .menu-item ul.sub-menu {
  display: none;
}
.header-nav .menu-item.d-none {
  display: none;
}
@media (min-width: 992px) {
  .header-nav .menu-item {
    transition-duration: 0.5s;
    transition: all 1s ease;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
  }
}
.header-nav .menu-item a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "CeraPro-Regular";
  font-style: normal;
}
.header-nav .menu-item a:hover {
  background-color: #5D6966;
}
.header-nav .menu-item a.highlight {
  background-color: #5D6966;
}
.header-nav .menu-item a.highlight-last {
  background-color: #5D6966;
}
@media (min-width: 992px) {
  .header-nav .menu-item a {
    font-size: 12px;
    padding: 0 20px;
    display: flex;
    height: 100%;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .header-nav .menu-item a {
    padding: 0 20px;
    font-size: 16px;
  }
}
.header-nav .menu-item a.mPS2id-highlight:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 1px solid #212121;
  bottom: -5px;
  /* width: 100%; */
  left: 10px;
  right: 10px;
}
.header-nav .menu-item a {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.nav-logo {
  display: block;
  position: relative;
}
.nav-logo a {
  display: block;
}
.nav-logo img {
  display: block;
  width: 193px;
  height: 48px;
}
@media (min-width: 768px) {
  .nav-logo img {
    width: 260px;
    height: 65px;
  }
}
@media (min-width: 992px) {
  .nav-logo img {
    width: 260px;
    height: 65px;
  }
}

.nav-contact {
  display: none;
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 992px) {
  .nav-contact {
    display: block;
  }
}
@media (min-width: 1500px) {
  .nav-contact {
    font-size: 18px;
  }
}

.close-mobile-nav {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .close-mobile-nav {
    top: 30px;
    right: 30px;
  }
}
.close-mobile-nav:after, .close-mobile-nav:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 1px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}
.close-mobile-nav:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-mobile-nav:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
.nav-toggle {
  display: block;
  position: fixed;
  top: 30px;
  right: 20px;
  width: 36px;
  z-index: 100;
  background-color: #E5E2DB;
  padding: 5px;
}
@media (min-width: 768px) {
  .nav-toggle {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.mobile-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #9CB7C7;
  z-index: 101;
  transform: translateY(-100%);
  transition: transform 0.25s;
}
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav.active {
  transform: translateY(0);
  transition: transform 0.5s;
}
@media (min-width: 992px) {
  .mobile-nav.active {
    display: none;
  }
}
.mobile-nav li {
  display: flex;
  margin: 15px 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .mobile-nav li {
    margin: 30px 0;
  }
}
.mobile-nav li:first-of-type {
  margin-top: 0;
}
.mobile-nav li:last-of-type {
  margin-bottom: 0;
}
.mobile-nav li a {
  text-transform: uppercase;
  transition: color 0.2s;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "CeraPro-Regular";
  text-align: center;
  padding: 0 30px;
}
.mobile-nav li.d-none {
  display: none;
}
.mobile-nav .top-shape {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.mobile-nav .top-shape img {
  width: 70px;
  height: auto;
}
.mobile-nav .bottom-shape {
  width: 147px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
}
.mobile-nav .bottom-shape img {
  width: 147px;
  height: auto;
}

.mobile-logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.mobile-logo img {
  display: block;
  width: 150px;
  height: auto;
}

.mobile-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
}
.mobile-close img {
  display: block;
  width: 24px;
  height: auto;
}

body.page-template-page-home-v2 .home-header {
  overflow: hidden !important;
}
@media (min-width: 992px) {
  body.page-template-page-home-v2 .home-header {
    overflow: visible !important;
  }
}
body.page-template-page-home-v2 .mobile-nav li.d-none {
  display: block;
}
body.page-template-page-home-v2 .header-nav {
  display: block;
}
body.page-template-page-home-v2 .header-nav #menu-main-menu {
  display: none;
}
@media (min-width: 992px) {
  body.page-template-page-home-v2 .header-nav #menu-main-menu {
    display: block;
  }
}
body.page-template-page-home-v2 .header-nav .menu-item {
  display: inline-block;
}
body.page-template-page-home-v2 .header-nav .menu-item a {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 16.5px 10px;
}
@media (min-width: 1200px) {
  body.page-template-page-home-v2 .header-nav .menu-item a {
    padding: 14.5px 9px;
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  body.page-template-page-home-v2 .header-nav .menu-item a {
    padding: 14px 15px;
    font-size: 16px;
  }
}
body.page-template-page-home-v2 .header-nav .menu-item.d-none {
  display: inline-block;
}
body.page-template-page-home-v2 .header-nav .menu-item.d-none-important {
  display: none;
}
body.page-template-page-home-v2 .header-nav .menu-item ul.sub-menu {
  top: 100%;
  z-index: 999;
  display: none;
  min-width: 150px;
  position: absolute;
}
body.page-template-page-home-v2 .header-nav .menu-item ul.sub-menu .menu-item {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
body.page-template-page-home-v2 .header-nav .menu-item ul.sub-menu .menu-item a {
  padding: 10px 20px;
  background-color: #F0705B;
}
body.page-template-page-home-v2 .header-nav .menu-item ul.sub-menu .menu-item.current-menu-item a {
  background-color: #5d6966;
}
body.page-template-page-home-v2 .header-nav .menu-item ul.sub-menu .menu-item:hover a {
  background-color: #5d6966;
}
body.page-template-page-home-v2 .header-nav .menu-item ul.sub-menu .menu-item:last-of-type {
  border-bottom: 0px;
}
body.page-template-page-home-v2 .header-nav .menu-item:hover ul.sub-menu {
  display: block;
}

.footer {
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: #E5E2DB;
}
.footer .left-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .left-column {
    width: 40%;
    flex-direction: row;
    align-items: flex-end;
  }
}
.footer .left-column .footer-logo {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .left-column .footer-logo {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.footer .left-column .contact-details {
  width: 100%;
}
@media (min-width: 992px) {
  .footer .left-column .contact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer .left-column .contact-details {
    flex-direction: row;
    width: 100%;
    text-align: left;
  }
}
.footer .left-column .contact-details a,
.footer .left-column .contact-details p {
  color: #605C56;
  font-size: 11px;
}
.footer .left-column .contact-details a strong,
.footer .left-column .contact-details p strong {
  font-weight: 600;
}
.footer .left-column .contact-details .agent-details {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .left-column .contact-details .agent-details {
    width: 25%;
    margin-bottom: 0;
  }
}
.footer .left-column .contact-details strong {
  font-weight: 600;
}
.footer .right-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .right-column {
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .footer .right-column {
    width: 60%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .footer .right-column .footer-logo {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.footer .right-column a,
.footer .right-column p {
  color: #605C56;
  font-size: 11px;
}
.footer .right-column a strong,
.footer .right-column p strong {
  font-weight: 600;
}

.footer-content {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .footer-content {
    padding: 0;
  }
}

.logo-nav {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 992px) {
  .logo-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.logo-nav ul {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .logo-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }
}
.logo-nav li {
  margin-top: 10px;
  font-weight: 300;
  font-size: 11px;
  color: #605C56;
  text-transform: uppercase;
  text-align: center;
  font-family: gravesend-sans, sans-serif;
  font-weight: 500;
}
@media (min-width: 992px) {
  .logo-nav li {
    margin-top: 0;
    margin-left: 15px;
    font-size: 11px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .logo-nav li {
    margin-left: 30px;
    font-size: 12px;
  }
}
.logo-nav li:first-of-type {
  margin-top: 0;
}
.logo-nav li a {
  color: inherit;
}

.footer-inner {
  width: 100%;
  padding: 20px 30px;
}
@media (min-width: 992px) {
  .footer-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 60px 0;
    flex-wrap: wrap;
  }
}
.footer-inner .social {
  width: 100%;
  text-align: center;
  order: 1;
}
@media (min-width: 992px) {
  .footer-inner .social {
    text-align: left;
    order: 2;
    width: auto;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .footer-inner .social {
    margin-top: 0;
    margin-left: 30px;
  }
}
.footer-inner .social .social-icon {
  margin-right: 10px;
}
.footer-inner .social .social-icon img {
  width: auto;
  height: 18px;
  margin-top: 10px;
}
.footer-inner .social .social-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.footer-inner .social .social-link:first-of-type {
  margin-right: 10px;
}
.footer-inner .contact-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-inner .contact-details {
    justify-content: flex-start;
  }
}
.footer-inner .contact-details h2 {
  color: #605C56;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 992px) {
  .footer-inner .contact-details h2 {
    display: block;
  }
}
.footer-inner .contact-details a,
.footer-inner .contact-details p {
  color: #605C56;
  font-size: 11px;
}
.footer-inner .contact-details a strong,
.footer-inner .contact-details p strong {
  font-weight: 600;
}
.footer-inner .contact-details .split {
  order: 2;
  margin-top: 30px;
}
.footer-inner .contact-details .split:first-of-type {
  margin-left: 0;
}
@media (min-width: 992px) {
  .footer-inner .contact-details .split {
    order: 1;
    display: block;
    margin-left: 30px;
    margin-top: 0;
    text-align: left;
  }
}

.footer-split {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}
@media (min-width: 992px) {
  .footer-split {
    width: 50%;
    margin-top: 0;
    padding: 0;
  }
}
.footer-split:first-of-type {
  margin-top: 0;
}
.footer-split ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .footer-split ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-split li {
  margin-top: 10px;
  font-weight: 200;
  font-size: 11px;
  color: #605C56;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .footer-split li {
    margin: 0;
    padding: 0 20px;
    font-size: 11px;
    text-align: left;
  }
  .footer-split li:last-of-type {
    padding-right: 0;
  }
  .footer-split li:last-of-type:after {
    display: none;
  }
  .footer-split li:first-of-type {
    padding-left: 0;
  }
  .footer-split li:after {
    position: absolute;
    top: 2px;
    right: 0;
    content: "";
    height: 10px;
    width: 1px;
    background-color: #605C56;
    display: block;
  }
}
.footer-split li:first-of-type {
  margin-top: 0;
}
.footer-split li a {
  color: inherit;
}

.footer-split--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-split--flex {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer-split--flex p {
  font-weight: 200;
  font-size: 11px;
  color: #605C56;
}

.footer-logo {
  display: block;
}
.footer-logo img {
  display: block;
  width: 141px;
  height: auto;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .footer-logo img {
    margin-top: 0;
    width: 141px;
  }
}

.footer-desktop {
  display: none;
}
@media (min-width: 1500px) {
  .footer-desktop {
    display: flex;
    order: 3;
  }
}

.footer-mobile {
  display: flex;
  margin-top: 30px;
}
@media (min-width: 1500px) {
  .footer-mobile {
    display: none;
  }
}

.slider-outer {
  position: relative;
  width: 100%;
  min-height: 70vh;
}

.play {
  position: absolute;
  width: 54px !important;
  height: 54px !important;
  cursor: pointer;
  background-image: url("../../img/misc/play.png");
  background-size: cover;
}

.stopfade {
  opacity: 1;
}

.main-slider {
  width: 100%;
  margin-left: auto;
  height: 400px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .main-slider {
    width: 100%;
    height: 90vh;
  }
}
.main-slider .text-wrapper {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 0 20px;
}
.main-slider .text-wrapper .slick-list,
.main-slider .text-wrapper .slick-slider,
.main-slider .text-wrapper .slick-track {
  height: auto;
  padding: 0;
}
@media (min-width: 992px) {
  .main-slider .text-wrapper {
    padding: 0 50px;
  }
}
.main-slider .slider-text-content {
  width: 100%;
}
.main-slider .home-image-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-slider .home-image-slider .slick-list,
.main-slider .home-image-slider .slick-slider,
.main-slider .home-image-slider .slick-track {
  height: 100%;
  padding: 0;
}
.main-slider .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 992px) {
  .main-slider .background-image {
    padding: 0 50px;
    height: 100%;
  }
}
.main-slider .home-slide {
  height: 100%;
  width: 100%;
}
.main-slider .slider-nav {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 20px;
  right: 20px;
  z-index: 90;
}
@media (min-width: 992px) {
  .main-slider .slider-nav {
    padding: 0;
    bottom: 50px;
    right: 50px;
  }
}
.main-slider .next,
.main-slider .prev {
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .main-slider .next,
.main-slider .prev {
    height: 36px;
    width: 36px;
  }
}
.main-slider .prev {
  background-image: url("../../img/icons/prev.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
  margin-right: 10px;
}
.main-slider .next {
  background-image: url("../../img/icons/next.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  left: 0;
  width: 100%;
  padding: 0px;
  list-style: none;
  text-align: center;
  z-index: 100;
}
@media (min-width: 992px) {
  .main-slider .slick-dots {
    bottom: -60px;
    text-align: center;
    padding: 0px;
    margin: 0;
  }
}
.main-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.main-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  border: 1px solid #FFFFFF;
}
.main-slider .slick-dots li button:focus,
.main-slider .slick-dots li button:hover {
  outline: none;
  background: #FFFFFF;
}
.main-slider .slick-dots li button:focus:before,
.main-slider .slick-dots li button:hover:before {
  opacity: 1;
}
.main-slider .slick-dots li button:before {
  display: none;
}
.main-slider .slick-dots li.slick-active button {
  opacity: 1;
  background: #FFFFFF;
}

.top-intro {
  width: 100%;
  margin-left: auto;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .top-intro {
    width: 100%;
    height: 100vh;
  }
}
.top-intro.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.top-intro.in-view .text-content .logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.top-intro.in-view .text-content h1 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
  transition-delay: 1s;
}
.top-intro .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .top-intro .text-content {
    padding: 0 50px;
  }
}
.top-intro .text-content .logo {
  width: 163px;
  height: 185px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  margin-bottom: 120px;
}
.top-intro .text-content .logo img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .top-intro .text-content .logo {
    width: 200px;
    height: 227px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1500px) {
  .top-intro .text-content .logo {
    width: 284px;
    height: 323px;
    margin-bottom: 120px;
  }
}
.top-intro .text-content h1 {
  color: #605C56;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s, transform 1.4s;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .top-intro .text-content h1 {
    font-size: 22px;
  }
}
.top-intro .text-content h1 .large {
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 992px) {
  .top-intro .text-content h1 .large {
    font-size: 26px;
  }
}
.top-intro .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
@media (min-width: 992px) {
  .top-intro .background-image {
    padding: 0 50px;
  }
}

.class {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: #233D2F;
  overflow: hidden;
}
@media (min-width: 992px) {
  .class {
    width: 100%;
  }
}
.class.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.class.in-view .text-content .text > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.class.in-view .text-content h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
.class .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .class .text-content {
    padding: 0 50px;
    width: 50%;
  }
}
.class .text-content .text > * {
  opacity: 0;
  transform: translateY(10px);
}
.class .text-content h2 {
  color: #605C56;
  text-align: center;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 80px;
}
.class .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
@media (min-width: 992px) {
  .class .background-image {
    padding: 0 50px;
  }
}

.overview-slider {
  position: relative;
  width: 100%;
  background-color: #233D2F;
  padding-bottom: 100px;
  overflow: hidden;
  /* the parent */
}
@media (min-width: 992px) {
  .overview-slider {
    padding-top: 40px;
    padding-bottom: 140px;
  }
}
.overview-slider .slider-wrapper {
  position: relative;
  padding: 0;
  height: 200px;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .overview-slider .slider-wrapper {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .overview-slider .slider-wrapper {
    height: 400px;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .overview-slider .slider-wrapper {
    height: 600px;
  }
}
@media screen and (min-width: 769px) and (min-height: 900px) {
  .overview-slider .slider-wrapper {
    height: 600px;
  }
}
.overview-slider .left-gradient {
  position: absolute;
  left: 0;
  z-index: 50;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, rgb(35, 61, 47) 19%, rgba(35, 61, 47, 0) 100%);
  display: none;
}
@media (min-width: 992px) {
  .overview-slider .left-gradient {
    display: block;
  }
}
.overview-slider .right-gradient {
  position: absolute;
  right: 0;
  z-index: 50;
  width: 200px;
  height: 100%;
  background: linear-gradient(270deg, rgb(35, 61, 47) 19%, rgba(35, 61, 47, 0) 100%);
  display: none;
}
@media (min-width: 992px) {
  .overview-slider .right-gradient {
    display: block;
  }
}
.overview-slider .overview-image-slider {
  width: 100%;
  height: 100%;
}
.overview-slider .slick-next,
.overview-slider .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: calc(100% + 30px);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .overview-slider .slick-next,
.overview-slider .slick-prev {
    top: 50%;
    margin-top: -10px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
  }
}
.overview-slider .slick-next:focus, .overview-slider .slick-next:hover,
.overview-slider .slick-prev:focus,
.overview-slider .slick-prev:hover {
  outline: none;
}
.overview-slider .slick-next:before,
.overview-slider .slick-prev:before {
  display: none;
}
.overview-slider .slick-prev {
  left: 26px;
  background-image: url("../../img/misc/left-arrow-white.svg");
  background-position: left center;
  left: calc(50% - 25px);
}
.overview-slider .slick-prev:before {
  display: none;
}
@media (min-width: 992px) {
  .overview-slider .slick-prev {
    left: 240px;
  }
}
.overview-slider .slick-next {
  right: 26px;
  background-image: url("../../img/misc/right-arrow-white.svg");
  background-position: right center;
  right: calc(50% - 25px);
}
@media (min-width: 992px) {
  .overview-slider .slick-next {
    right: 240px;
  }
}
.overview-slider .home-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.overview-slider .home-slide .enlarge {
  width: 21px;
  height: 21px;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  z-index: 12;
}
.overview-slider .home-slide .enlarge img {
  width: 21px;
  height: 21px;
}
.overview-slider .home-slide .annotation {
  height: auto;
  text-align: left;
  font-size: 10px;
  height: auto;
  position: absolute;
  padding: 5px 10px;
  color: #233D2F;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .overview-slider .home-slide .annotation {
    height: auto;
    bottom: 0;
    right: 0;
    left: auto;
    font-size: 11px;
    padding: 10px 20px;
  }
}
.overview-slider .home-slide .description {
  height: auto;
  text-align: left;
  font-size: 13px;
  height: auto;
  position: absolute;
  padding: 5px 10px;
  color: #233D2F;
  top: 0;
  left: 0;
  z-index: 9;
  letter-spacing: 1px;
  font-family: minerva-modern, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .overview-slider .home-slide .description {
    font-size: 16px;
    height: auto;
    top: 0;
    left: 0;
    font-size: 20px;
    padding: 10px 20px;
  }
}
.overview-slider .overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #212121;
  z-index: 10;
  opacity: 0.7;
  transition: all 2s ease;
}
.overview-slider .slick-disabled {
  display: none !important;
}
.overview-slider .slick-center {
  transition: all 1s ease;
  opacity: 1;
}
.overview-slider .slick-center .overlay {
  opacity: 0;
  transition: all 2s ease;
}
.overview-slider .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: 60%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
@media (min-width: 992px) {
  .overview-slider .background-image {
    padding: 0 50px;
    height: 100%;
    background-position: center;
  }
}
.overview-slider .slick-list {
  overflow: unset;
}
@media (min-width: 992px) {
  .overview-slider .slick-list {
    overflow: hidden;
  }
}
.overview-slider .slick-slide {
  margin: 0 6px;
  overflow: unset;
}
@media (min-width: 768px) {
  .overview-slider .slick-slide {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .overview-slider .slick-slide {
    margin: 0 20px;
    overflow: hidden;
  }
}
.overview-slider .slick-list {
  margin: 0 -6px;
}
@media (min-width: 768px) {
  .overview-slider .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .overview-slider .slick-list {
    margin: 0 -20px;
  }
}
.overview-slider .slick-list,
.overview-slider .slick-slider,
.overview-slider .slick-track {
  height: 100%;
  padding: 0;
}
.overview-slider .slick-list {
  padding: 0;
}
@media (min-width: 992px) {
  .overview-slider .slick-list {
    padding: 0 26% 0 0;
  }
}
.overview-slider .slider-nav {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 90;
  order: 1;
}
@media (min-width: 992px) {
  .overview-slider .slider-nav {
    justify-content: flex-start;
    order: unset;
    padding: 30px 0 0;
  }
}
.overview-slider .slider-nav .nav-wrapper {
  display: flex;
}
.overview-slider .next,
.overview-slider .prev {
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 31px;
  width: 31px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .overview-slider .next,
.overview-slider .prev {
    height: 61px;
    width: 61px;
  }
}
.overview-slider .prev {
  background-image: url("../../img/misc/left-arrow-white.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
  margin-right: 10px;
}
.overview-slider .next {
  background-image: url("../../img/misc/right-arrow-white.svg");
  background-color: transparent;
  background-position: left center;
  text-indent: -99999px;
  padding: 0;
}
.overview-slider .slick-dots {
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 100;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .overview-slider .slick-dots {
    margin-top: 30px;
  }
}
.overview-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 2px;
  padding: 0;
  cursor: pointer;
}
.overview-slider .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .overview-slider .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 6px;
  }
}
.overview-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  outline: none;
  background: transparent;
}
@media (min-width: 992px) {
  .overview-slider .slick-dots li button {
    width: 13px;
    height: 13px;
    border: 2px solid #FFFFFF;
  }
}
.overview-slider .slick-dots li button:focus,
.overview-slider .slick-dots li button:hover {
  outline: none;
  border: 2px solid #FFFFFF;
  background: white;
}
.overview-slider .slick-dots li button:focus:before,
.overview-slider .slick-dots li button:hover:before {
  opacity: 1;
}
.overview-slider .slick-dots li button:before {
  display: none;
}
.overview-slider .slick-dots li.slick-active button {
  outline: none;
  background: white;
  border: 2px solid #FFFFFF;
}
.overview-slider .slick-dots li.slick-active button:after {
  content: "";
}

.key-features {
  background-color: #233D2F;
  position: relative;
  width: 100%;
  padding: 40px 0 30px;
}
@media (min-width: 768px) {
  .key-features {
    padding: 100px 0;
  }
}
.key-features.in-view .button {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.key-features .button {
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  margin-top: 30px;
}
.key-features .heading-text {
  margin-bottom: 50px;
  padding: 0 60px;
}
@media (min-width: 992px) {
  .key-features .heading-text {
    padding: 0;
  }
}
.key-features .heading-text h2 {
  color: #FFFFFF;
}
.key-features .heading-text p {
  color: #FFFFFF;
  width: 100%;
}
@media (min-width: 992px) {
  .key-features .heading-text p {
    width: 50%;
    margin: 0 auto;
  }
}
.key-features .heading-text.sustainability {
  margin-top: 80px;
  padding: 0 0px;
}
@media (min-width: 992px) {
  .key-features .heading-text.sustainability {
    padding: 0;
  }
}
.icons-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
.icons-wrapper.in-view > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.icons-wrapper.in-view > :nth-child(1) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0s, transform 1.4s 0s;
}
.icons-wrapper.in-view > :nth-child(2) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.icons-wrapper.in-view > :nth-child(3) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
.icons-wrapper.in-view > :nth-child(4) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.9s, transform 1.4s 0.9s;
}
.icons-wrapper.in-view > :nth-child(5) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.2s, transform 1.4s 1.2s;
}
.icons-wrapper.in-view > :nth-child(6) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.5s, transform 1.4s 1.5s;
}
.icons-wrapper.in-view > :nth-child(7) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.8s, transform 1.4s 1.8s;
}
.icons-wrapper.in-view > :nth-child(8) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.1s, transform 1.4s 2.1s;
}
.icons-wrapper.in-view > :nth-child(9) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.4s, transform 1.4s 2.4s;
}
.icons-wrapper > * {
  opacity: 0;
  transform: translateY(10px);
}
.icons-wrapper .icon-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .icons-wrapper .icon-block {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .icons-wrapper .icon-block {
    margin: 30px 0;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .icons-wrapper .icon-block {
    margin: 60px 0;
  }
}
.icons-wrapper .icon-block .icon {
  width: auto;
  height: 55px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .icons-wrapper .icon-block .icon {
    height: 116px;
  }
}
.icons-wrapper .icon-block .icon img {
  width: auto;
  height: 55px;
}
@media (min-width: 1200px) {
  .icons-wrapper .icon-block .icon img {
    height: 116px;
  }
}
.icons-wrapper .icon-block .text {
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .icons-wrapper .icon-block .text {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .icons-wrapper .icon-block .text {
    font-size: 18px;
  }
}

.full-screen-text-background {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .full-screen-text-background {
    width: 100%;
    height: 100vh;
  }
}
.full-screen-text-background.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.full-screen-text-background.in-view .lines {
  height: 100%;
  transition: height 4s;
}
.full-screen-text-background.in-view .text-content .text > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.full-screen-text-background.in-view .text-content h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
.full-screen-text-background .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .full-screen-text-background .text-content {
    padding: 0 50px;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .full-screen-text-background .text-content {
    width: 70%;
  }
}
@media (min-width: 1500px) {
  .full-screen-text-background .text-content {
    padding: 0 50px;
    width: 60%;
  }
}
.full-screen-text-background .text-content .text > * {
  opacity: 0;
  transform: translateY(10px);
}
.full-screen-text-background .text-content h2 {
  color: #FFFFFF;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .full-screen-text-background .text-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .full-screen-text-background .text-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  .full-screen-text-background .text-content h2 {
    margin-bottom: 60px;
    font-size: 80px;
  }
}
.full-screen-text-background .text-content p {
  color: #FFFFFF;
}
.full-screen-text-background .background-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
}
@media (min-width: 992px) {
  .full-screen-text-background .background-image {
    padding: 0 50px;
  }
}
.full-screen-text-background .annotation {
  color: #FFFFFF;
  position: absolute;
  font-size: 10px;
  bottom: 20px;
  left: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .full-screen-text-background .annotation {
    font-size: 12px;
    bottom: 40px;
    left: 40px;
  }
}
.full-screen-text-background .lines {
  background-size: cover;
  height: 0%;
  width: 100%;
  background-position: top right;
  padding: 0 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .full-screen-text-background .lines {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .full-screen-text-background .lines {
    width: 25%;
  }
}
@media (min-width: 1500px) {
  .full-screen-text-background .lines {
    width: 20%;
  }
}
.full-screen-text-background .lines.desktop {
  display: none;
}
@media (min-width: 992px) {
  .full-screen-text-background .lines.desktop {
    display: flex;
  }
}
.full-screen-text-background .lines.mobile {
  display: flex;
}
@media (min-width: 992px) {
  .full-screen-text-background .lines.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .full-screen-text-background.opposite .text-content {
    padding: 0 50px;
    width: 70%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .full-screen-text-background.opposite .text-content {
    width: 70%;
  }
}
@media (min-width: 1500px) {
  .full-screen-text-background.opposite .text-content {
    width: 70%;
  }
}
.full-screen-text-background.getting-around.in-view .lines {
  height: 100%;
  transition: height 4s;
}
.full-screen-text-background.getting-around .lines {
  background-size: cover;
  background-repeat: no-repeat;
  height: 0%;
  width: 100%;
  background-position: top center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .full-screen-text-background.getting-around .lines {
    width: 100%;
  }
}
.full-screen-text-background.destination-workplace.in-view .lines {
  height: 100%;
  transition: height 4s;
}
.full-screen-text-background.destination-workplace .lines {
  background-size: cover;
  background-repeat: no-repeat;
  height: 0%;
  width: 100%;
  background-position: top right;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .full-screen-text-background.destination-workplace .lines {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .full-screen-text-background.destination-workplace .lines {
    width: 55%;
  }
}
@media (min-width: 1500px) {
  .full-screen-text-background.destination-workplace .lines {
    width: 45%;
  }
}
.full-screen-text-background.experience.in-view .lines {
  height: 100%;
  transition: height 4s;
}
.full-screen-text-background.experience .annotation {
  color: #FFFFFF;
  position: absolute;
  font-size: 10px;
  bottom: 20px;
  left: auto;
  right: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .full-screen-text-background.experience .annotation {
    font-size: 12px;
    bottom: 40px;
    right: 40px;
  }
}
.full-screen-text-background.experience .lines {
  background-size: cover;
  background-repeat: no-repeat;
  height: 0%;
  width: 100%;
  background-position: top left;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .full-screen-text-background.experience .lines {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .full-screen-text-background.experience .lines {
    width: 30%;
  }
}
@media (min-width: 1500px) {
  .full-screen-text-background.experience .lines {
    width: 20%;
  }
}

.discover {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  align-items: center;
  background-color: #233D2F;
  overflow: hidden;
}
@media (min-width: 992px) {
  .discover {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
  }
}
.discover .amenities {
  width: 100%;
}
.discover .amenities .amenities-row {
  padding: 6px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 14px;
}
@media (min-width: 992px) {
  .discover .amenities .amenities-row {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .discover .amenities .amenities-row {
    font-size: 20px;
  }
}
.discover .amenities .amenities-row.titles {
  font-weight: 700;
  border-bottom: 1px solid #FFFFFF;
}
.discover .amenities .amenities-row.titles .distance {
  font-family: minerva-modern, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 992px) {
  .discover .amenities .amenities-row.titles .distance {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .discover .amenities .amenities-row.titles .distance {
    font-size: 20px;
  }
}
.discover .amenities .amenities-row.titles .name {
  font-weight: 700;
}
.discover .amenities .amenities-row .name {
  text-align: left;
  font-family: minerva-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.discover .amenities .amenities-row .distance {
  text-align: right;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 992px) {
  .discover .amenities .amenities-row .distance {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .discover .amenities .amenities-row .distance {
    font-size: 20px;
  }
}
.discover.in-view .lines {
  height: 100%;
  transition: height 4s;
}
.discover.in-view .text-content .text > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.discover.in-view .text-content h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
.discover .lines {
  background-size: contain;
  background-repeat: no-repeat;
  height: 0%;
  width: 100%;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media (min-width: 992px) {
  .discover .lines {
    padding: 0 50px;
  }
}
.discover .lines.desktop {
  display: none;
}
@media (min-width: 992px) {
  .discover .lines.desktop {
    display: flex;
  }
}
.discover .lines.mobile {
  display: flex;
}
@media (min-width: 992px) {
  .discover .lines.mobile {
    display: none;
  }
}
.discover .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 60px 30px 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .discover .text-content {
    padding: 0 50px;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .discover .text-content {
    padding: 0 50px;
    width: 50%;
    align-items: flex-start;
  }
}
@media (min-width: 1500px) {
  .discover .text-content {
    align-items: center;
  }
}
.discover .text-content .text {
  width: 100%;
}
@media (min-width: 768px) {
  .discover .text-content .text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .discover .text-content .text {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .discover .text-content .text {
    width: 60%;
  }
}
@media (min-width: 1500px) {
  .discover .text-content .text {
    width: 60%;
  }
}
.discover .text-content .text > * {
  opacity: 0;
  transform: translateY(10px);
}
.discover .text-content h2 {
  color: #605C56;
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .discover .text-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .discover .text-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  .discover .text-content h2 {
    margin-bottom: 60px;
    font-size: 80px;
  }
}
.discover .text-content p {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 992px) {
  .discover .text-content p {
    font-size: 18px;
  }
}
.discover .background-image {
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .discover .background-image {
    display: flex;
    height: 100%;
    width: 100%;
    background-position: left top;
    /* background-attachment: fixed; */
    position: absolute;
    left: 40%;
  }
}
@media (min-width: 1200px) {
  .discover .background-image {
    padding: 0 50px;
    display: flex;
    background-position: right center;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .discover .background-image {
    padding: 0 50px;
    display: flex;
    background-position: right center;
    left: auto;
  }
}
.discover .mobile-image {
  width: 100%;
  font-size: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .discover .mobile-image {
    display: none;
  }
}
.discover .mobile-image img {
  width: 100%;
  height: auto;
}

.explore {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .explore {
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    display: flex;
  }
}
.explore .amenities {
  width: 100%;
}
.explore .amenities .amenities-row {
  padding: 6px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #605C56;
  font-size: 14px;
}
@media (min-width: 992px) {
  .explore .amenities .amenities-row {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .explore .amenities .amenities-row {
    font-size: 20px;
  }
}
.explore .amenities .amenities-row.titles {
  font-weight: 700;
  border-bottom: 1px solid #605C56;
}
.explore .amenities .amenities-row.titles .distance {
  font-family: minerva-modern, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 992px) {
  .explore .amenities .amenities-row.titles .distance {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .explore .amenities .amenities-row.titles .distance {
    font-size: 20px;
  }
}
.explore .amenities .amenities-row.titles .name {
  font-weight: 700;
}
.explore .amenities .amenities-row .name {
  text-align: left;
  font-family: minerva-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.explore .amenities .amenities-row .distance {
  text-align: right;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 992px) {
  .explore .amenities .amenities-row .distance {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .explore .amenities .amenities-row .distance {
    font-size: 20px;
  }
}
.explore.in-view .lines {
  height: 100%;
  transition: height 4s;
}
.explore.in-view .text-content .text > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.explore.in-view .text-content h2 {
  text-transform: uppercase;
  color: #605C56;
}
.explore .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 60px 30px 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .explore .text-content {
    padding: 0 50px;
    width: 40%;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .explore .text-content {
    padding: 0 50px;
    width: 50%;
  }
}
.explore .text-content .text {
  width: 100%;
}
@media (min-width: 768px) {
  .explore .text-content .text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .explore .text-content .text {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .explore .text-content .text {
    width: 60%;
  }
}
@media (min-width: 1500px) {
  .explore .text-content .text {
    width: 60%;
  }
}
.explore .text-content .text > * {
  opacity: 0;
  transform: translateY(10px);
}
.explore .text-content h2 {
  color: #605C56;
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .explore .text-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .explore .text-content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1500px) {
  .explore .text-content h2 {
    margin-bottom: 60px;
    font-size: 80px;
  }
}
.explore .text-content p {
  color: #605C56;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 992px) {
  .explore .text-content p {
    font-size: 18px;
  }
}
.explore .background-image {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: left center;
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .explore .background-image {
    display: flex;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: right top;
    /* background-attachment: fixed; */
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .explore .background-image {
    padding: 0 50px;
    display: flex;
    width: 60%;
    background-size: cover;
    background-position: right center;
  }
}
@media (min-width: 1500px) {
  .explore .background-image {
    padding: 0 50px;
    display: flex;
    width: 100%;
    background-size: contain;
    background-position: left center;
  }
}
.explore .lines {
  background-size: contain;
  background-repeat: no-repeat;
  height: 0%;
  width: 100%;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: absolute;
  z-index: 1;
  top: 0;
}
@media (min-width: 992px) {
  .explore .lines {
    padding: 0 50px;
  }
}
.explore .lines.desktop {
  display: none;
}
@media (min-width: 992px) {
  .explore .lines.desktop {
    display: flex;
  }
}
.explore .lines.mobile {
  display: flex;
}
@media (min-width: 992px) {
  .explore .lines.mobile {
    display: none;
  }
}
.explore .mobile-image {
  width: 100%;
  font-size: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .explore .mobile-image {
    display: none;
  }
}
.explore .mobile-image img {
  width: 100%;
  height: auto;
}

.accommodation-schedule {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  background-color: #212121;
  overflow: hidden;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .accommodation-schedule {
    width: 100%;
    height: auto;
    padding: 100px 0;
  }
}
.accommodation-schedule .heading-text {
  margin-top: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .accommodation-schedule .heading-text {
    margin-bottom: 100px;
  }
}
.accommodation-schedule .heading-text h2 {
  padding: 0 !important;
  color: #605C56;
}
.accommodation-schedule .heading-text h2 br {
  display: block !important;
}
.accommodation-schedule .accommodation-wrapper {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation-wrapper {
    display: flex;
    padding: 0 0px;
    justify-content: space-between;
  }
}
.accommodation-schedule .stacker-accom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .accommodation-schedule .stacker-accom {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .accommodation-schedule .stacker-accom {
    padding-left: 16%;
    width: 60%;
  }
}
@media (min-width: 1500px) {
  .accommodation-schedule .stacker-accom {
    padding-left: 13%;
    width: 60%;
  }
}
.accommodation-schedule .stacker {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  display: flex;
  display: none;
}
@media (min-width: 1200px) {
  .accommodation-schedule .stacker {
    left: 0;
    display: flex;
    top: 13.5%;
  }
}
.accommodation-schedule .stacker svg {
  height: 283px;
  width: auto;
}
.accommodation-schedule .stacker .stack {
  fill-opacity: 0.22;
  fill: #233D2F;
}
.accommodation-schedule .stacker .stack.active {
  fill: #233D2F;
  fill-opacity: 1;
}
.accommodation-schedule .accommodation {
  width: 100%;
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation {
    width: 90%;
  }
}
.accommodation-schedule .accommodation-row, .accommodation-schedule .total-space, .accommodation-schedule .office-area-row {
  padding: 10px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  color: #605C56;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(96, 92, 86, 0.2);
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation-row, .accommodation-schedule .total-space, .accommodation-schedule .office-area-row {
    font-size: 16px;
  }
}
.accommodation-schedule .accommodation-row.active, .accommodation-schedule .total-space.active, .accommodation-schedule .office-area-row.active {
  color: #C8C5B6;
}
.accommodation-schedule .accommodation-row.active .office-area-row, .accommodation-schedule .total-space.active .office-area-row, .accommodation-schedule .office-area-row.active .office-area-row {
  color: #C8C5B6;
}
.accommodation-schedule .accommodation-row.active .arrow-right svg g, .accommodation-schedule .total-space.active .arrow-right svg g, .accommodation-schedule .office-area-row.active .arrow-right svg g {
  stroke: #C8C5B6;
}
.accommodation-schedule .accommodation-row.total-space, .accommodation-schedule .total-space.total-space, .accommodation-schedule .office-area-row.total-space {
  display: none;
  padding-top: 0;
  cursor: default;
  justify-content: flex-start;
}
.accommodation-schedule .accommodation-row.total-space .floor, .accommodation-schedule .total-space.total-space .floor, .accommodation-schedule .office-area-row.total-space .floor {
  font-weight: 700;
}
.accommodation-schedule .accommodation-row.total-space.active, .accommodation-schedule .total-space.total-space.active, .accommodation-schedule .office-area-row.total-space.active {
  display: flex;
  color: #605C56;
}
.accommodation-schedule .accommodation-row.total-space .sqm, .accommodation-schedule .total-space.total-space .sqm, .accommodation-schedule .office-area-row.total-space .sqm {
  width: auto !important;
}
.accommodation-schedule .accommodation-row .main-row-wrapper, .accommodation-schedule .total-space .main-row-wrapper, .accommodation-schedule .office-area-row .main-row-wrapper {
  width: 100%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.accommodation-schedule .accommodation-row.total-row, .accommodation-schedule .total-space.total-row, .accommodation-schedule .office-area-row.total-row {
  cursor: default;
}
.accommodation-schedule .accommodation-row.total-row .arrow-right, .accommodation-schedule .total-space.total-row .arrow-right, .accommodation-schedule .office-area-row.total-row .arrow-right {
  display: none;
}
.accommodation-schedule .accommodation-row.total-row .sqm, .accommodation-schedule .accommodation-row.total-row .sqft, .accommodation-schedule .total-space.total-row .sqm, .accommodation-schedule .total-space.total-row .sqft, .accommodation-schedule .office-area-row.total-row .sqm, .accommodation-schedule .office-area-row.total-row .sqft {
  font-weight: 600;
}
.accommodation-schedule .accommodation-row.titles, .accommodation-schedule .total-space.titles, .accommodation-schedule .office-area-row.titles {
  font-weight: 700;
  padding-top: 0;
  cursor: default;
}
.accommodation-schedule .accommodation-row.titles .floor, .accommodation-schedule .total-space.titles .floor, .accommodation-schedule .office-area-row.titles .floor {
  font-family: minerva-modern, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation-row.titles .floor, .accommodation-schedule .total-space.titles .floor, .accommodation-schedule .office-area-row.titles .floor {
    font-size: 16px;
  }
}
.accommodation-schedule .accommodation-row.titles .space, .accommodation-schedule .total-space.titles .space, .accommodation-schedule .office-area-row.titles .space {
  width: 40%;
  text-align: left;
  border-bottom: 1px solid rgba(96, 92, 86, 0.2);
  padding-bottom: 10px;
  font-family: minerva-modern, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.accommodation-schedule .accommodation-row.titles .sqft,
.accommodation-schedule .accommodation-row.titles .sqm, .accommodation-schedule .total-space.titles .sqft,
.accommodation-schedule .total-space.titles .sqm, .accommodation-schedule .office-area-row.titles .sqft,
.accommodation-schedule .office-area-row.titles .sqm {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation-row.titles .sqft,
.accommodation-schedule .accommodation-row.titles .sqm, .accommodation-schedule .total-space.titles .sqft,
.accommodation-schedule .total-space.titles .sqm, .accommodation-schedule .office-area-row.titles .sqft,
.accommodation-schedule .office-area-row.titles .sqm {
    font-size: 14px;
  }
}
.accommodation-schedule .accommodation-row.top, .accommodation-schedule .total-space.top, .accommodation-schedule .office-area-row.top {
  border-bottom: 0px solid rgba(96, 92, 86, 0.2);
}
.accommodation-schedule .accommodation-row .office-area-row, .accommodation-schedule .total-space .office-area-row, .accommodation-schedule .office-area-row .office-area-row {
  border-bottom: 0px solid rgba(96, 92, 86, 0.2);
}
.accommodation-schedule .accommodation-row .floor, .accommodation-schedule .total-space .floor, .accommodation-schedule .office-area-row .floor {
  text-align: left;
  font-family: minerva-modern, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 60%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.accommodation-schedule .accommodation-row .sqft,
.accommodation-schedule .accommodation-row .sqm, .accommodation-schedule .total-space .sqft,
.accommodation-schedule .total-space .sqm, .accommodation-schedule .office-area-row .sqft,
.accommodation-schedule .office-area-row .sqm {
  text-align: left;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  width: 20%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .accommodation-schedule .accommodation-row .sqft,
.accommodation-schedule .accommodation-row .sqm, .accommodation-schedule .total-space .sqft,
.accommodation-schedule .total-space .sqm, .accommodation-schedule .office-area-row .sqft,
.accommodation-schedule .office-area-row .sqm {
    font-size: 16px;
  }
}
.accommodation-schedule .accommodation-row .arrow-right, .accommodation-schedule .total-space .arrow-right, .accommodation-schedule .office-area-row .arrow-right {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
}
.accommodation-schedule .accommodation-row .arrow-right svg, .accommodation-schedule .total-space .arrow-right svg, .accommodation-schedule .office-area-row .arrow-right svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 1500px) {
  .accommodation-schedule .accommodation-row .arrow-right, .accommodation-schedule .total-space .arrow-right, .accommodation-schedule .office-area-row .arrow-right {
    width: 24px;
    height: 24px;
  }
  .accommodation-schedule .accommodation-row .arrow-right svg, .accommodation-schedule .total-space .arrow-right svg, .accommodation-schedule .office-area-row .arrow-right svg {
    width: 24px;
    height: 24px;
  }
}
.accommodation-schedule .floorplan {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .accommodation-schedule .floorplan {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .accommodation-schedule .floorplan {
    width: 40%;
  }
}
.accommodation-schedule .floorplan .floorplan-image {
  width: 100%;
  top: 0;
  height: 100%;
  display: none;
}
.accommodation-schedule .floorplan .floorplan-image img {
  width: 100%;
  height: auto;
}
.accommodation-schedule .floorplan .floorplan-image.active {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.accommodation-schedule.in-view .text-content .text > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.accommodation-schedule.in-view .text-content h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
.accommodation-schedule .text-content {
  z-index: 100;
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 200;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .accommodation-schedule .text-content {
    padding: 0 50px;
    width: 50%;
  }
}
.accommodation-schedule .text-content .text > * {
  opacity: 0;
  transform: translateY(10px);
}
.accommodation-schedule .text-content h2 {
  color: #605C56;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 80px;
}
.accommodation-schedule .text-content p {
  color: #FFFFFF;
}
.accommodation-schedule .background-image {
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background-attachment: fixed;
  position: absolute;
}
@media (min-width: 992px) {
  .accommodation-schedule .background-image {
    padding: 0 50px;
  }
}

.travel {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 992px) {
  .travel {
    display: flex;
    width: 100%;
    min-height: 100vh;
  }
}
.travel.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.travel.in-view .text-content .text > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.travel.in-view .text-content h2 {
  text-transform: uppercase;
  color: #FFFFFF;
}
.travel .text-content {
  z-index: 100;
  width: 100%;
  opacity: 1;
  z-index: 200;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #233D2F;
}
@media (min-width: 992px) {
  .travel .text-content {
    padding: 0 50px;
    width: 50%;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .travel .text-content {
    width: 40%;
    min-height: 100vh;
  }
}
@media (min-width: 1500px) {
  .travel .text-content {
    width: 40%;
    min-height: 100vh;
  }
}
.travel .text-content .text {
  padding: 40px 0;
}
@media (min-width: 1200px) {
  .travel .text-content .text {
    padding: 100px 0;
  }
}
.travel .text-content .text > * {
  opacity: 0;
  transform: translateY(10px);
}
.travel .text-content h2 {
  color: #FFFFFF;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .travel .text-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .travel .text-content h2 {
    font-size: 60px;
  }
}
@media (min-width: 1500px) {
  .travel .text-content h2 {
    margin-bottom: 40px;
    font-size: 80px;
  }
}
.travel .text-content p {
  color: #FFFFFF;
  padding: 0 5%;
}
@media (min-width: 1500px) {
  .travel .text-content p {
    padding: 0 10%;
  }
}
.travel .text-content .times {
  width: 100%;
  margin-top: 40px;
}
.travel .text-content .times h3 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .travel .text-content .times h3 {
    font-size: 30px;
  }
}
.travel .text-content .walking {
  margin-top: 60px;
}
.travel .text-content .times-wrapper {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .travel .text-content .times-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
.travel .text-content .times-wrapper .icon-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.travel .text-content .times-wrapper .minutes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.travel .text-content .times-wrapper .minutes h2 {
  font-size: 35px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .travel .text-content .times-wrapper .minutes h2 {
    font-size: 50px;
  }
}
.travel .text-content .times-wrapper .minutes h4 {
  margin-left: 10px;
  color: #FFFFFF;
  text-align: left;
  font-size: 10px;
}
.travel .text-content .times-wrapper .name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.travel .text-content .times-wrapper .name h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
}
@media (min-width: 1500px) {
  .travel .text-content .times-wrapper .name h3 {
    font-size: 18px;
  }
}
.travel .text-content .times-wrapper .name img {
  height: 12px;
  width: auto;
  margin-left: 10px;
}
.travel .text-content .times-wrapper .underground {
  display: flex;
  width: 100%;
  justify-content: center;
}
.travel .text-content .times-wrapper .underground img {
  height: 11px;
  width: auto;
}
.travel .map-image {
  position: relative;
  width: 100%;
  font-size: 0;
}
@media (min-width: 992px) {
  .travel .map-image {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .travel .map-image {
    width: 70%;
    min-height: 100vh;
  }
}
.travel .map-image img.map-mobile {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .travel .map-image img.map-mobile {
    display: none;
  }
}
.travel .background-image {
  background-size: cover;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  transform: scale(1.4);
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .travel .background-image {
    padding: 0 50px;
    display: flex;
  }
}

.building {
  background-color: #42444A;
  position: relative;
  width: 100%;
  padding: 80px 0 80px 0;
}
@media (min-width: 768px) {
  .building {
    padding: 100px 0;
  }
}
.building .bg-texture {
  background-image: url("../../img/building/building-texture.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .building .bg-texture {
    width: 80%;
  }
}
.building .heading-text {
  margin-bottom: 50px;
}
.building .building-images {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .building .building-images {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    flex-wrap: wrap;
  }
}
.building .building-images .building-image {
  position: relative;
  overflow: hidden;
  height: 258px;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .building .building-images .building-image {
    width: 32%;
    margin-bottom: 20px;
  }
}
.building .building-images .building-image.in-view .background-image {
  transform: scale(1);
  transition: transform 2s;
}
.building .building-images .background-image {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transform: scale(1.1);
  height: 100%;
  font-size: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .building .building-images .background-image {
    padding-bottom: 0;
  }
}

.agent-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .agent-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .agent-wrap {
    padding: 0;
    justify-content: flex-start;
  }
}

.developer {
  display: flex;
  flex-direction: column;
  width: 122px;
  margin-top: 60px;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .developer {
    margin-top: 0px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .developer {
    margin-bottom: 0px;
    margin-right: 60px;
  }
}
.developer p {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .developer p {
    text-align: left;
  }
}
.developer img {
  width: 122px;
  height: auto;
}

.agents {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .agents {
    align-items: flex-start;
    margin-top: 0px;
  }
}
.agents p {
  margin-bottom: 10px;
}

.agent {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .agent {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.agent:first-of-type {
  margin-top: 0;
}
.agent .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .agent .wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
}
.agent img {
  display: block;
  width: 89px;
  height: auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .agent img {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}

.contact-info {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-info {
    display: flex;
    width: 100%;
    text-align: left;
  }
}
.contact-info a,
.contact-info p {
  color: #605C56;
  font-size: 11px;
  margin-bottom: 0;
}
.contact-info a strong,
.contact-info p strong {
  font-weight: 600;
}
.contact-info .agent-details {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contact-info .agent-details {
    margin-bottom: 0;
    margin-right: 20px;
    margin-bottom: 0;
    width: 50%;
  }
}
.contact-info strong {
  font-weight: 600;
}
