:root {
  --text-grey: #4d4d4d;
  --beige: #e4caca;
  --rose: #c79090;
  --burgondy: #6a3934;
  --white: #fff;
  --blue: #a6c4d0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.pagewrapper {
  color: var(--text-grey);
  font-family: filson-pro, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.eyebrow {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.eyebrow.beige {
  color: var(--beige);
}

.eyebrow.rose {
  color: var(--rose);
}

.section-head {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.section-head.burgondy {
  color: var(--burgondy);
}

.section-head.beige {
  color: var(--beige);
}

.container {
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
}

.container.gap-top {
  margin-top: 60px;
}

.button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--beige);
  max-width: 300px;
  height: 40px;
  color: var(--burgondy);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
}

.button.hero-reg {
  background-color: var(--white);
  height: 45px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.button.hero-reg:hover {
  background-color: var(--beige);
}

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

.button-cut {
  width: 22px;
  height: 40px;
  margin-bottom: -1px;
  margin-right: -1px;
}

.button-cut.white {
  color: #fff;
}

.button-cut.beige {
  color: var(--beige);
}

._2-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper {
  background-color: #e9e9e9;
  width: 100%;
  min-height: 200px;
  position: relative;
}

.image-wrapper.encroach {
  z-index: 1;
  min-height: 500px;
  margin-top: -120px;
}

.image-wrapper.square {
  max-height: 450px;
}

.image-cut {
  color: #fff;
  width: 66px;
  height: 120px;
  position: absolute;
  inset: auto -1px -1px auto;
  overflow: hidden;
}

.image-cut.large {
  z-index: 1;
  width: 200px;
  height: 250px;
  bottom: -1px;
  right: -1px;
}

.image-cut.large.beige {
  color: #faf7f7;
}

.image-cut.large.dark {
  color: #42221f;
}

.image-cut.large.white {
  color: #fff;
}

.image-cut.beige {
  color: #faf7f7;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cover.bottom {
  object-position: 50% 100%;
}

.burgondy {
  color: var(--burgondy);
}

.cta-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.hero {
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 129px;
  padding-bottom: 129px;
  display: flex;
  position: relative;
}

.hero.subhero {
  min-height: auto;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.beige {
  background-color: #e4caca26;
}

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

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

.section.footer {
  color: var(--white);
  background-color: #000;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.bg-gradient {
  background-image: linear-gradient(#0000, #000000bf);
  height: 500px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-logo {
  width: 100%;
  max-width: 450px;
  margin-top: 51px;
  margin-bottom: 51px;
}

.hero-brow {
  text-transform: uppercase;
  font-family: din-condensed;
  font-size: 20px;
  font-weight: 400;
}

.hero-head {
  color: var(--beige);
  margin-top: 0;
  font-size: 50px;
  line-height: 50px;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000006b;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.max-text-60 {
  max-width: 60ch;
}

.navlink {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  transition: all .2s;
}

.navlink:hover {
  color: var(--blue);
}

.navlink.w--current {
  color: var(--rose);
}

.navlink.reg {
  z-index: 9999;
  float: right;
  background-color: var(--beige);
  width: auto;
  color: var(--burgondy);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.navlink.reg:hover {
  background-color: var(--white);
}

.rotatior {
  margin-top: 40px;
  overflow: hidden;
}

.rotator {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 300vw;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.image-block-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.image-block-grid.six-col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.apt-slider {
  margin-top: 60px;
  margin-bottom: 0;
}

.mask {
  width: 33%;
  overflow: visible;
}

.slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 60px;
}

.slide-nav {
  inset: auto auto 0% 100px;
}

.amenity-box {
  width: 280px;
  height: 150px;
  color: var(--burgondy);
  text-transform: uppercase;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto -10px -10px auto;
}

.slide-box {
  height: 350px;
  position: relative;
}

.slide {
  margin-right: 40px;
}

.icon {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.arrow {
  width: 40px;
  height: 40px;
  inset: auto auto 0% 0%;
}

.arrow.right {
  left: 40px;
}

.arrow-brown {
  color: var(--burgondy);
}

.footer-logo {
  width: 180px;
}

.nav-menu {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6a3934ed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav-link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-button {
  z-index: 9999;
}

.menu-button.w--open {
  color: var(--blue);
  background-color: #c8c8c800;
}

.field {
  color: #333;
  border: 0 #000;
  border-radius: 10px;
  width: 100%;
  height: 45px;
}

.field.ta {
  height: 100px;
}

.checkbox-field {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 30px;
}

.heading-3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
}

.heading-3.no-margin-top {
  margin-top: 0;
}

.sign-up-form {
  background-color: #f8ece0;
  border-radius: 20px 20px 90px;
  width: 100%;
  max-width: 650px;
  margin-top: 40px;
  padding: 48px;
  position: relative;
  box-shadow: 0 2px 8px 4px #0003;
}

.sign-up-form.new {
  color: #fff;
  background-color: #656e7f;
  border-radius: 20px;
  box-shadow: 0 2px 15px 10px #0003;
}

.sign-up-form.new.alt {
  background-color: #fff;
  max-width: 500px;
  padding: 12px;
}

.input {
  color: #333;
  margin-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
}

.disc {
  margin-top: 8px;
}

.success {
  color: #fff;
  background-color: #e66042;
  border-radius: 10px;
  font-size: 18px;
}

.close {
  color: #e66042;
  cursor: pointer;
  background-color: #f8ece0;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 20px -20px auto auto;
  box-shadow: 0 2px 8px 4px #0003;
}

.close:hover {
  background-color: #fff;
}

.close.new {
  color: #86351f;
  background-color: #fff;
}

.modal {
  z-index: 9999;
  opacity: 0;
  background-color: #7e3222cc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal.new {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6a3934d6;
  display: none;
}

.new-submit {
  color: #ad765a;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #3898ec00;
  flex: 1;
  padding: 15px;
}

.up-arrow-icn {
  width: 14px;
  height: 15px;
}

.new-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #ad765a;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.new-button.submit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 15px 0 0;
}

.new-frame {
  border-radius: 30px;
  overflow: auto;
}

.checkbox {
  border: 1px solid #e66042;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -30px;
}

.checkbox.w--redirected-checked {
  background-color: #e66042;
}

.checkbox.new {
  border-color: #fff;
}

.cookie-consent {
  z-index: 9999;
  background-color: #291613;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  font-size: .9rem;
  display: none;
  position: fixed;
  inset: auto 0 0% auto;
}

.cookie-consent.show {
  display: block;
}

.cookie-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cookie-text-wrapper {
  flex: 1;
}

.priv-link {
  color: #ffffffd6;
}

.priv-link.w--current {
  color: #b6b3b3;
}

.cookie-buttons {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #494949;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.cookie-btn {
  background-color: #494949;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.cookie-btn.reject {
  background-color: #501e19;
  border-radius: 0;
}

.cookie-btn.reject:hover {
  background-color: #962f23;
}

.cookie-btn.accept {
  color: var(--burgondy);
  background-color: #e4caca;
  border-radius: 0;
}

.cookie-btn.accept:hover {
  background-color: #fff;
}

.footer-text-right {
  border-top: 1px solid var(--burgondy);
  text-align: left;
  padding-top: 9px;
}

.cookielink {
  color: var(--rose);
}

.grayling {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.priv-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.gray-logo {
  margin-bottom: -10px;
  margin-left: -34px;
}

.footer-text {
  margin-bottom: 0;
}

.heading-4 {
  color: var(--rose);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 100%;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  color: var(--beige);
}

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

.disclaimer {
  color: #ffffff8a;
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

.social-icon {
  width: 20px;
}

.mm-cap-logo {
  width: 100%;
  max-width: 150px;
}

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

.pattern {
  background-image: url('../images/pattern.png');
  background-position: 50%;
  background-size: 50px;
  width: 100%;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.pattern.short {
  height: 25px;
  margin-bottom: 0;
}

.table {
  border-top: 1px solid var(--rose);
  border-bottom: 1px dashed #000;
}

.table.reduce-text {
  font-size: 12px;
  line-height: 14px;
}

.table.gap-top {
  margin-top: 20px;
}

.row {
  justify-content: space-between;
  display: flex;
}

.row.underline {
  border-bottom: 1px solid var(--rose);
}

.row.floor {
  min-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.cell {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cell.short {
  border-bottom: 1px solid var(--beige);
  flex: none;
  width: 140px;
}

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

.summary-icon {
  object-fit: contain;
  width: 100px;
  height: 80px;
}

.summary-stat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e4caca2b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.small-head {
  margin-top: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.mini-head {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.economic-icon {
  width: 80px;
  height: 80px;
}

.div-block-4 {
  flex: 1;
}

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

.text-block {
  border-top: 1px solid var(--beige);
  border-bottom: 1px solid var(--beige);
  color: var(--beige);
  text-transform: none;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
}

.walk {
  width: 20px;
}

.div-block-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 500;
  display: flex;
}

.bike {
  width: 40px;
}

.transport-key {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: #00ad4d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.dot.red {
  background-color: #c01d6c;
}

.dot.dart {
  background-color: #906eb5;
}

.gallery-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-block-2 {
  color: var(--beige);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.image {
  margin-top: 56px;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.pro-logo {
  mix-blend-mode: multiply;
  width: 200px;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
}

.large {
  font-size: 18px;
  line-height: 24px;
}

.underline-head {
  border-bottom: 1px solid var(--beige);
  padding-bottom: 10px;
}

.kf {
  width: 200px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.ber {
  width: 100px;
  margin-top: 0;
  margin-bottom: 16px;
}

.reduce {
  font-size: 20px;
  line-height: 24px;
}

.chart {
  padding: 22px;
}

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

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sep-line {
  background-color: var(--rose);
  width: 2px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.email-link {
  color: var(--white);
}

.swiper-slide {
  min-height: 200px;
}

.slider-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-next, .slider-prev {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.return-arrow {
  z-index: 9999;
  background-color: var(--beige);
  width: 50px;
  height: 50px;
  color: var(--burgondy);
  cursor: pointer;
  border-radius: 50%;
  position: fixed;
  inset: auto 40px 40px auto;
  transform: translate(100px);
}

@media screen and (max-width: 991px) {
  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .image-wrapper.encroach {
    margin-top: 0;
  }

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

  .section.extra-padding {
    padding-bottom: 60px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-logo {
    margin-top: 20px;
  }

  .mask {
    width: 50%;
  }

  ._3-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .row.floor {
    min-height: auto;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chart-grid {
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sep-line {
    width: 100px;
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-logo {
    max-width: 300px;
  }

  .navlink {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }

  .rotator {
    width: 600vw;
  }

  .nav-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 86px;
  }

  .sign-up-form {
    width: 90%;
    padding: 28px;
  }

  .close {
    top: -20px;
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section-head.beige {
    font-size: 40px;
    line-height: 40px;
  }

  ._2-col-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-cut.large {
    width: 100px;
    height: 100px;
  }

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

  .bg-gradient {
    background-image: linear-gradient(#00000078, #000000bf);
    height: 100%;
  }

  .navlink {
    text-align: left;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
    line-height: 20px;
  }

  .rotator {
    width: 1000vw;
  }

  .mask {
    width: 100%;
  }

  .nav-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 76px;
  }

  .sign-up-form {
    padding: 22px 22px 39px;
  }

  .grayling {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gray-logo {
    margin-top: -8px;
    margin-left: -8px;
  }

  ._3-col-grid, .div-block {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .summary-icon {
    width: 80px;
    height: 60px;
  }

  .summary-stat {
    padding: 12px;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .transport-key {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_91897dd4-a7c0-0e93-3869-06bcbf086d96-49fbe53f, #w-node-_91897dd4-a7c0-0e93-3869-06bcbf086dcd-49fbe53f, #w-node-_5433475c-debc-1e45-9eb1-318327174d16-49fbe53f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_01d8a33f-9b38-e64a-fa45-97157486ce47-49fbe53f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d3032215-a041-efed-01a8-f96fc97a00e0-49fbe53f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b028e1e-6974-31c0-06e9-8e9dcc5fa1ba-49fbe53f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db0206f1-6888-e687-5389-878edba1f7fd-49fbe53f, #w-node-d4763381-67b9-8aa9-f1b8-c8477e41f84b-49fbe53f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e324a6f3-e404-4413-3671-64a90118fe3d-49fbe53f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_170ca034-e4ab-8849-4857-11301843c95b-49fbe53f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_170ca034-e4ab-8849-4857-11301843c95d-49fbe53f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_170ca034-e4ab-8849-4857-11301843c963-49fbe53f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c81be2b-7467-8306-06d0-6b80d1b62945-d1b62942 {
  align-self: start;
}

#w-node-_9d56106f-634d-acf0-21d1-f87b27055697-d1b62942 {
  place-self: start end;
}

#w-node-_8004bf48-6f39-1557-138b-75739a4034f9-d1b62942 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_8c81be2b-7467-8306-06d0-6b80d1b62945-d1b62942 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d56106f-634d-acf0-21d1-f87b27055697-d1b62942 {
    justify-self: start;
  }

  #w-node-_8004bf48-6f39-1557-138b-75739a4034f9-d1b62942 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8c81be2b-7467-8306-06d0-6b80d1b62945-d1b62942, #w-node-_8004bf48-6f39-1557-138b-75739a4034f9-d1b62942 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


