.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.login-viewport {
  height: 100vh;
  padding: 60px;
  font-family: Ogg, sans-serif;
}

.content {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e8edf1;
}

.content.gradient-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../../images/Gradient-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 400;
}

.content.terms {
  overflow: scroll;
  height: auto;
  padding: 45px 25px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e8edf1;
}

.content.vertical-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.padding {
  display: block;
  overflow: scroll;
  height: 100%;
  max-height: 100%;
  padding: 30px 40px 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eceae5;
}

.content.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content.middle-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.login-block {
  margin-top: 65px;
}

.input {
  height: 54px;
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #867551;
  background-color: transparent;
  color: #867551;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.input:active {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: #867551;
  border-left-style: none;
}

.input:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: #867551;
  border-left-style: none;
}

.input::-webkit-input-placeholder {
  color: #867551;
}

.input:-ms-input-placeholder {
  color: #867551;
}

.input::-ms-input-placeholder {
  color: #867551;
}

.input::placeholder {
  color: #867551;
}

.input.hidden {
  display: none;
}

.input.smaller {
  font-size: 26px;
}

.form-block {
  margin-bottom: 0px;
  padding: 100px 52px 58px;
  background-color: #fff;
}

.form-block.less-pad {
  padding-top: 75px;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-holder.centred {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.light-link {
  font-family: Fractul, sans-serif;
  color: #807f80;
  font-weight: 400;
  text-decoration: none;
}

.light-link.hidden {
  display: none;
}

.button {
  padding-right: 40px;
  padding-left: 25px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  background-image: url('../../images/Right.svg');
  background-position: 79% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fractul Alt', sans-serif;
  color: #000;
  font-weight: 300;
}

.button:hover {
  background-position: 83% 50%;
}

.viewport {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.viewport.maxh {
  max-height: 100vh;
}

.logo-holder {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.h2 {
  margin-top: 0px;
  font-family: Ogg, sans-serif;
  color: #867551;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.h2.section-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 26px;
  line-height: 34px;
}

.h2.section-title.absolute {
  position: absolute;
  left: 60px;
  top: 15px;
  right: auto;
  bottom: auto;
  max-width: 300px;
}

.terms-holder {
  overflow: scroll;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  font-family: Fractul, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
}

.paragraph.small {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Fractul, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.paragraph.small.align-top {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 15%;
}

.paragraph.small.lower-paragraph {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 15%;
}

.paragraph.small.tenure {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0%;
}

.paragraph.small.tenure.lower-paragraph {
  margin-top: 25px;
}

.paragraph.reg {
  max-width: 30%;
  margin-right: 50px;
  margin-bottom: 0px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

.terms-content {
  overflow: scroll;
  height: 60vh;
  padding-right: 10px;
}

.agreement-holder {
  display: block;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e8edf1;
}

.checkbox-block {
  width: 100%;
  margin-bottom: 0px;
}

.checkbox-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkbox-field {
  width: 70%;
  margin-bottom: 0px;
  font-family: 'Fractul Alt', sans-serif;
  color: #867551;
  font-weight: 300;
}

.checkbox {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #867551;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  border-color: #867551;
  background-color: #867551;
  background-size: 11px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  margin-left: 5px;
  font-weight: 300;
}

.nav {
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fractul, sans-serif;
  color: #867551;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #53472d;
}

.nav-icon {
  margin-bottom: 6px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-spacer {
  width: 40%;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  padding-top: 24px;
}

.container.home-tiles {
  padding-top: 22px;
}

.h1 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-family: Ogg, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 135px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  height: 42vh;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e8edf1;
  background-image: url('../../images/280-BISHOPSGATE-0322_076.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.tile._1 {
  position: relative;
  top: -26px;
  background-image: url('../../images/Opportunity-img.jpg');
}

.tile._2 {
  position: relative;
  top: -67px;
  background-image: url('../../images/Location-img.jpg');
}

.tile._3 {
  position: relative;
  top: -14px;
  background-image: url('../../images/280-BISHOPSGATE-0322_023.jpg');
  background-position: 37% 50%;
}

.tile._4 {
  position: relative;
  top: -97px;
  background-image: url('../../images/280-BISHOPSGATE-0322_036.jpg');
}

.tile-title {
  position: relative;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 78px;
  padding: 16px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: Ogg, sans-serif;
  color: #867551;
  font-size: 26px;
  line-height: 28px;
  text-decoration: none;
}

.gold-arrow {
  width: 20px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tile-text {
  max-width: 80%;
  text-decoration: none;
}

.inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  padding-right: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: Ogg, sans-serif;
}

.inner.flooplan-modal {
  background-color: #eceae4;
}

.inner.default {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 100vh;
  min-height: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fractul Alt', sans-serif;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.close:hover {
  font-weight: 400;
}

.close.light {
  color: #fff;
}

.close-shape {
  margin-left: 10px;
}

.split-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item {
  margin-bottom: 14px;
  padding-left: 15px;
  font-family: Fractul, sans-serif;
  color: #000;
  line-height: 21px;
  font-weight: 400;
}

.list-item.end {
  margin-bottom: 0px;
}

.list {
  width: 100%;
  max-width: 295px;
  margin-bottom: 0px;
  padding-left: 18px;
}

.list.left {
  max-width: 300px;
}

.col-2 {
  width: 43%;
}

.right-split {
  width: 45%;
  min-height: 300px;
  padding-left: 20px;
  background-image: url('../../images/exterior-img.jpg');
  background-position: 59% 50%;
  background-size: cover;
}

.opportunity-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.explore-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 61px;
  bottom: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 26px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #867551;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  text-decoration: none;
}

.explore-btn:hover {
  background-color: #756440;
}

.explore-btn.z-index {
  right: 107px;
  bottom: 27px;
  z-index: 3;
}

.white-arrow {
  margin-left: 15px;
}

.full-tabs {
  width: 100%;
  height: 100%;
}

.absolute-tab-menu {
  position: absolute;
  left: 0%;
  top: 38px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  text-align: center;
}

.full-tab-content {
  height: 100%;
}

.tab-pane {
  height: 100%;
  background-color: #eceae5;
}

.tab-pane.img {
  background-image: linear-gradient(322deg, rgba(0, 0, 0, 0.25) 20%, hsla(0, 0%, 100%, 0) 38%), linear-gradient(180deg, rgba(229, 237, 240, 0.56), transparent 31%), url('../../images/Summary-background.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.tab-pane.light-background {
  background-color: #e8edf1;
}

.tab-pane.white-background {
  background-color: #fff;
}

.tab-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 0px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.tab-link.w--current {
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
}

.white-overlay-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 14%;
  bottom: 18%;
  max-width: 215px;
  font-family: Ogg, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.text-light {
  border-bottom: 1px solid transparent;
}

.text-light:hover {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

.text-colour {
  display: none;
  border-bottom: 1px solid transparent;
  color: #807f80;
}

.text-colour:hover {
  border-bottom-color: #807f80;
}

.inner-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-top: 120px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.full-height-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-pane {
  width: 100%;
}

.map-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.map-tabs {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 40%;
  display: flex;
}

.map-tab {
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #eceae4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fractul Alt', sans-serif;
  color: #000;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.map-tab:hover {
  background-color: #e0ded5;
}

.map-tab.w--current {
  background-color: #fff;
  color: #867551;
}

.map-left {
  width: 60%;
  background-color: #e0ded5;
  background-image: url('../../images/LocalArea-map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-left._2 {
  background-image: url('../../images/Area-map.jpg');
}

.map-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.map-content-right {
  width: 40%;
  padding-top: 11%;
  padding-right: 40px;
  padding-left: 40px;
}

.spacer {
  height: 20px;
}

.map-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.connectivity-content {
  position: relative;
  margin-top: 86px;
  padding: 34px 60px 0px;
}

.travel-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-travel-info {
  width: 20%;
  max-width: 195px;
}

.train-line {
  margin-bottom: 25px;
  color: #867551;
  font-size: 19px;
  line-height: 23px;
}

.train-line.last {
  margin-bottom: 0px;
}

.upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Fractul, sans-serif;
  color: #867551;
  font-size: 20px;
  font-weight: 300;
}

.upper.black {
  color: #000;
}

.gold-line {
  width: 100%;
  height: 1px;
  margin-top: 0.5px;
  margin-left: 5px;
  background-color: #867551;
}

.right-travel-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trainline-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trainline-icon {
  margin-top: 4px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.trainline-name {
  max-width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.travel-col {
  width: 20%;
  max-width: 195px;
  min-width: 195px;
  margin-left: 34px;
}

.travel-col._1 {
  margin-left: 0px;
}

.train-line-img {
  max-height: 45vh;
  max-width: 100%;
  margin-top: -70px;
}

.activity-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-holder {
  width: 30%;
  margin-bottom: 20px;
}

.black-line {
  width: 100%;
  height: 1px;
  margin-top: 0.5px;
  margin-left: 5px;
  background-color: #000;
}

.no-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #000;
  font-family: 'Fractul Alt', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.darker-tab {
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 0px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #807f80;
  font-size: 24px;
  line-height: 30px;
}

.darker-tab:hover {
  border-bottom-color: #807f80;
}

.darker-tab.w--current {
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
}

.pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 105px 60px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pane-content.right-pad {
  padding-top: 105px;
  padding-right: 0px;
  padding-bottom: 30px;
}

.pane-content.no-lower-pad {
  padding-bottom: 0px;
}

.pane-content.gallery {
  padding-bottom: 30px;
}

.pane-content.stackingp {
  padding-bottom: 10px;
}

.left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-col.spec {
  width: 44%;
  max-width: 100%;
}

.left-col.justify-top {
  width: 23%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.left-col.tenure {
  width: 30%;
  max-width: 30%;
  padding-right: 5%;
}

.right-col {
  width: 71%;
}

.right-col.img {
  background-image: url('../../images/280-BISHOPSGATE-0322_013.jpg');
  background-position: 50% 95%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-col.spaced-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-col.horizontal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right-col.horizontal-flex.wider {
  width: 76%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.right-col.half {
  width: 56%;
}

.right-col.tenancy-stacker {
  display: block;
  width: 72%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-col.tenancy-stacker.wider {
  width: 76%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.white-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.quarter-split {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  color: #867551;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.utility-page-wrap {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-wrap {
  margin: auto;
  text-align: center;
}

.link {
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fractul Alt', sans-serif;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #867551;
  color: #867551;
}

.quarter-logo {
  margin-bottom: 15px;
}

.lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-split {
  width: 296px;
}

.text-split.left {
  width: 280px;
  margin-right: 70px;
}

.split-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breeam-outstanding-logo {
  width: 103px;
  margin-right: 45px;
  margin-bottom: 15px;
}

.col-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  max-width: 500px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-3.stacker {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.top-img {
  height: 281px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../../images/280-BISHOPSGATE-0322_060.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lower-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-left {
  width: 55%;
  height: 236px;
  padding-top: 40px;
  padding-bottom: 59px;
  background-image: url('../../images/280-BISHOPSGATE-0322_061.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-right {
  width: 42%;
  padding-top: 40px;
  padding-bottom: 59px;
  background-image: url('../../images/Gym_Edited_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  max-width: 550px;
  margin-right: auto;
  padding-top: 5px;
  padding-right: 60px;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cycle-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #867551;
  font-size: 20px;
  line-height: 26px;
}

.smaller-header {
  max-width: 250px;
  margin-left: 20px;
}

.large-spacer {
  height: 35px;
}

.short-list-item {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url('../../images/Gold-plus.svg');
  background-position: 0% 8px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  font-family: Fractul, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.short-list-item.end {
  margin-bottom: 0px;
}

.short-list {
  width: 100%;
  max-width: 295px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.short-list.left {
  max-width: 300px;
}

.horizontal-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.horizontal-image {
  width: 66%;
  height: 100%;
  background-image: url('../../images/280-BISHOPSGATE-0322_083.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.horizontal-image._2 {
  background-image: url('../../images/Second-img.jpg');
}

.horizontal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #867551;
  font-size: 20px;
  line-height: 30px;
}

.horizontal-content.wider {
  width: 45%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-header {
  max-width: 180px;
}

.ms-logo {
  margin-bottom: 5px;
}

.spec-img-left {
  width: 100%;
  height: 85%;
  background-color: #dbd7cd;
  background-image: url('../../images/280-BISHOPSGATE-0322_040.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.spec-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 94.5%;
  padding: 26px 30px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.spec-box {
  width: 23%;
  margin-bottom: 18px;
  font-family: Fractul, sans-serif;
  color: #000;
  text-align: center;
}

.spec-icon {
  margin-bottom: 0px;
}

.spec-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-bottom: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gold-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #867551;
  font-family: 'Fractul Alt', sans-serif;
  color: #867551;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.gold-link:hover {
  border-bottom-color: #6b5c3d;
  color: #6b5c3d;
}

.gold-link.less-space {
  margin-top: 20px;
}

.gold-arrow-icon {
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.eye-icon {
  position: absolute;
  left: 65px;
  top: 25px;
  right: auto;
  bottom: auto;
  width: 34px;
  height: 34px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.eye-icon:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.eye-icon._2 {
  left: 295px;
  top: 25px;
}

.eye-icon._3 {
  left: 182px;
  top: 101px;
  display: none;
}

.eye-icon._4 {
  left: 266px;
  top: 101px;
  display: none;
}

.eye-icon._5 {
  left: 256px;
  top: 224px;
  display: none;
}

.eye-icon._6 {
  left: 182px;
  top: 284px;
}

.eye-icon._7 {
  left: 284px;
  top: 284px;
}

.eye-icon._8 {
  left: 22px;
  top: 443px;
  right: auto;
}

.eye-icon._9 {
  left: 116px;
  top: 443px;
  right: auto;
}

.eye-icon._10 {
  left: auto;
  top: 444px;
  right: 61px;
  bottom: auto;
  display: none;
}

.eye-icon._11 {
  left: 9%;
  top: 50%;
  right: auto;
  bottom: auto;
}

.eye-icon._12 {
  left: auto;
  top: auto;
  right: -18px;
  bottom: 80px;
}

.eye-icon._13 {
  left: 89%;
  top: 70%;
  right: auto;
  bottom: auto;
}

.eye-icon._14 {
  left: 9%;
  top: 48%;
  right: auto;
  bottom: auto;
}

.eye-icon._15 {
  left: auto;
  top: auto;
  right: 17%;
  bottom: 35px;
}

.eye-icon._16 {
  left: 17%;
  top: 23%;
  right: auto;
  bottom: auto;
}

.eye-icon._17 {
  left: 14%;
  top: auto;
  right: auto;
  bottom: 26.5%;
}

.eye-icon._18 {
  left: 11%;
  top: 50%;
  right: auto;
  bottom: auto;
}

.eye-icon._19 {
  left: auto;
  top: 65%;
  right: 18%;
  bottom: auto;
}

.eye-icon._11 {
  left: auto;
  top: 131px;
  right: 100px;
}

.stacker-img {
  width: 400px;
}

.col-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 66%;
  margin-right: 0px;
  margin-left: 30px;
  padding-top: 5px;
  padding-right: 40px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Fractul Alt', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.demise-col {
  width: 20%;
  font-size: 11px;
}

.col-header {
  margin-bottom: 0px;
  font-family: Fractul, sans-serif;
  color: #867551;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.col-header.right-aligned {
  text-align: right;
}

.col-text {
  margin-bottom: 0px;
  font-family: Fractul, sans-serif;
  line-height: 16px;
}

.col-text.right-aligned {
  text-align: right;
}

.col-text.blank {
  opacity: 0;
  color: transparent;
}

.col-text.tall {
  line-height: 19px;
}

.col-footer {
  margin-bottom: 0px;
  font-family: 'Fractul Alt', sans-serif;
  color: #867551;
  font-weight: 700;
}

.col-footer.right-aligned {
  text-align: right;
}

.footer-row {
  width: 100%;
}

.use-col {
  width: 37%;
  font-size: 11px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7.8px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.foot {
  margin-top: 0px;
  padding-top: 2px;
  padding-bottom: 12px;
}

.row.top {
  margin-bottom: 6px;
}

.area-col {
  width: 15%;
  font-size: 11px;
}

.area-col.mid {
  width: 15%;
  padding-right: 16px;
  text-align: right;
}

.plans-col {
  width: 13%;
}

.plans-col.right-aligned {
  font-size: 11px;
  text-align: right;
}

.plan-link {
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.plan-link:hover {
  border-bottom-color: #867551;
  color: #867551;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 29px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.86);
  opacity: 0;
}

.modal.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.floorplan-container {
  margin-top: auto;
  margin-bottom: auto;
}

.modal-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.fp-embed {
  background-color: #0a0a0a;
}

.light-text-modal {
  color: #fff;
}

.floorplans {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  height: 100vh;
  padding: 0px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}

.floorplan-tab-2 {
  margin-right: 16px;
  margin-left: 16px;
  padding: 2px 0px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #807f80;
  font-size: 24px;
  line-height: 30px;
}

.floorplan-tab-2:hover {
  border-bottom-color: #807f80;
}

.floorplan-tab-2.w--current {
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
}

.floorplan-tab-3 {
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 0px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #807f80;
  font-size: 24px;
  line-height: 30px;
}

.floorplan-tab-3:hover {
  border-bottom-color: #807f80;
}

.floorplan-tab-3.w--current {
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
}

.floorplan-tab-4 {
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 0px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #807f80;
  font-size: 24px;
  line-height: 30px;
}

.floorplan-tab-4:hover {
  border-bottom-color: #807f80;
}

.floorplan-tab-4.w--current {
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
}

.floorplan-tab-1 {
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 0px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #807f80;
  font-size: 24px;
  line-height: 30px;
}

.floorplan-tab-1:hover {
  border-bottom-color: #807f80;
}

.floorplan-tab-1.w--current {
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
}

.plan-link-4 {
  position: relative;
  top: -2px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.plan-link-4:hover {
  border-bottom-color: #867551;
  color: #867551;
}

.plan-link-1 {
  position: relative;
  top: -2px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.plan-link-1:hover {
  border-bottom-color: #867551;
  color: #867551;
}

.plan-link-2 {
  position: relative;
  top: -2px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.plan-link-2:hover {
  border-bottom-color: #867551;
  color: #867551;
}

.plan-link-3 {
  position: relative;
  top: -2px;
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.plan-link-3:hover {
  border-bottom-color: #867551;
  color: #867551;
}

.floorplan-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floorplan-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floorplan-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Fractul, sans-serif;
  color: #000;
  font-weight: 400;
}

.legend-circle {
  width: 13px;
  height: 13px;
  margin-right: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #535353;
  border-radius: 100%;
  background-color: #fff;
}

.legend-circle.filled {
  background-color: #a5baca;
}

.legend-circle.semi-filled {
  background-color: #e8eef1;
}

.legend-circle.blue-fill {
  background-color: #a5bac9;
}

.legend-circle.green-fill {
  background-color: rgba(155, 174, 136, 0.5);
}

.legend-circle.light-fill {
  background-color: #edf1c6;
}

.legend-circle.gold-fill {
  background-color: #b6ad9b;
}

.legend-circle.grey-fill {
  background-color: #d2d0d1;
}

.legend-circle.dark-green-fill {
  background-color: #9aad88;
}

.legend-circle.pastel-fill {
  background-color: #fff3e3;
}

.floorplan-image {
  display: block;
  width: 100%;
  max-width: 150%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overview-img {
  height: 281px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../../images/Exterior-2.jpg');
  background-position: 73% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  max-width: 500px;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-6.stacker {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  max-width: 550px;
  margin-right: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145%;
  height: 70%;
  margin-left: -45%;
  padding: 15px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.overview-content {
  width: 46%;
  margin-bottom: 13px;
  color: #867551;
  font-size: 20px;
  line-height: 30px;
}

.overview-content.last {
  margin-bottom: 0px;
}

.stacker-tenancy {
  display: block;
  max-height: 605px;
  margin-left: 0px;
}

.tenure-img {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../../images/Tenure-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 51%;
  margin-left: 4%;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-8.stacker {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  max-width: 550px;
  margin-right: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.birdseye-img {
  width: 100%;
  height: 66%;
  max-width: 330px;
  background-image: url('../../images/Tenure-birdseye.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-right {
  max-width: 330px;
}

.gallery-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  max-height: 64vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.gallery-lightbox {
  position: relative;
  width: 24.2%;
  margin-bottom: 14px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.gallery-lightbox.hide {
  opacity: 0;
}

.film-content {
  width: 100%;
}

.video-lb {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
}

.play-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.play-icon:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

._360-modal {
  width: 24.2%;
}

.lb-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.55;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
}

.lb-overlay:hover {
  opacity: 1;
}

.ts-container {
  font-family: 'Fractul Alt', sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 400;
}

.film-tab {
  margin-right: 20px;
  margin-left: 20px;
  padding: 2px 0px 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Ogg, sans-serif;
  color: #807f80;
  font-size: 24px;
  line-height: 30px;
}

.film-tab:hover {
  border-bottom-color: #807f80;
}

.film-tab.w--current {
  border-bottom-color: #000;
  background-color: transparent;
  color: #000;
}

.schedule-col-1 {
  width: 14%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-1.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.schedule-col-2 {
  width: 13%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-2.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-3 {
  width: 5%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
  text-align: right;
}

.schedule-col-3.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-4 {
  width: 5%;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
  text-align: right;
}

.schedule-col-4.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-5 {
  width: 4%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
  text-align: center;
}

.schedule-col-5.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-5.zero {
  border-bottom-color: transparent;
  opacity: 0;
}

.schedule-col-5.transparent {
  position: relative;
  top: 10px;
  border-bottom-color: transparent;
}

.schedule-col-5.lower-border {
  border-bottom-color: #867551;
  opacity: 1;
  color: transparent;
}

.schedule-col-5.middle-aligned {
  position: relative;
  top: 0px;
  border-bottom-color: transparent;
}

.schedule-col-6 {
  width: 6.5%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-6.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-6.zero {
  border-bottom-color: transparent;
  opacity: 0;
}

.schedule-col-6.transparent {
  position: relative;
  top: 10px;
  border-bottom-color: transparent;
}

.schedule-col-6.lower-border {
  color: transparent;
}

.schedule-col-6.middle-aligned {
  position: relative;
  top: 0px;
  border-bottom-color: transparent;
}

.schedule-col-7 {
  width: 7%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-7.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-7.transparent {
  position: relative;
  top: 10px;
  border-bottom-color: transparent;
}

.schedule-col-7.zero {
  border-bottom-color: transparent;
  opacity: 0;
}

.schedule-col-7.lower-border {
  color: transparent;
}

.schedule-col-7.middle-aligned {
  position: relative;
  top: 0px;
  border-bottom-color: transparent;
}

.schedule-col-8 {
  width: 7%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-8.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-8.transparent {
  position: relative;
  top: 10px;
  border-bottom-color: transparent;
}

.schedule-col-8.lower-border {
  color: transparent;
}

.schedule-col-8.zero {
  border-bottom-color: transparent;
  opacity: 0;
}

.schedule-col-8.middle-aligned {
  position: relative;
  top: 0px;
  border-bottom-color: transparent;
}

.schedule-col-9 {
  width: 6%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-9.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-9.transparent {
  position: relative;
  top: 10px;
  border-bottom-color: transparent;
}

.schedule-col-9.lower-border {
  color: transparent;
}

.schedule-col-9.zero {
  border-bottom-color: transparent;
  opacity: 0;
}

.schedule-col-9.middle-aligned {
  position: relative;
  top: 0px;
  border-bottom-color: transparent;
}

.schedule-col-10 {
  width: 7%;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-10.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-10.transparent {
  position: relative;
  top: 10px;
  border-bottom-color: transparent;
}

.schedule-col-10.lower-border {
  color: transparent;
}

.schedule-col-10.zero {
  opacity: 0;
}

.schedule-col-10.middle-aligned {
  position: relative;
  top: 0px;
  border-bottom-color: transparent;
}

.col-header-span {
  font-size: 9px;
}

.schedule-col-11 {
  width: 25.5%;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  border-bottom: 0.5px solid #867551;
}

.schedule-col-11.overlap {
  margin-bottom: -22px;
}

.schedule-col-11.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
}

.schedule-col-11.transparent {
  position: relative;
  top: 10px;
  border-bottom-color: transparent;
}

.schedule-col-11.lower-border {
  color: transparent;
}

.schedule-col-11.zero {
  opacity: 0;
}

.schedule-col-11.middle-aligned {
  position: relative;
  top: 0px;
  margin-top: -18px;
  margin-bottom: -18px;
  border-bottom-color: transparent;
}

.header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 7px 0px 7.8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #867551;
}

.header-row.foot {
  margin-top: 8px;
  padding-bottom: 0px;
}

.header-row.top {
  margin-bottom: 6px;
}

.schedule-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.schedule-row.foot {
  margin-top: 8px;
  padding-bottom: 0px;
}

.schedule-row.top {
  margin-bottom: 6px;
}

.schedule-row.total-row {
  background-color: #867551;
  color: #fff;
}

.schedule-row.total-row.lighter {
  background-color: rgba(134, 117, 81, 0.5);
}

.schedule-row.bold {
  border-bottom: 0.5px solid #867551;
}

.schedule-row.flex-mid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-text {
  opacity: 0;
  color: transparent;
}

.contact-right {
  width: 50%;
  background-image: url('../../images/012x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-left {
  width: 50%;
  padding: 6% 60px 20px;
}

.maxw-container {
  max-width: 360px;
  margin-bottom: 45px;
}

.contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Fractul Alt', sans-serif;
}

.contact-box {
  width: 48%;
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  line-height: 26px;
}

.contact-name {
  margin-bottom: 5px;
  font-family: Fractul, sans-serif;
  line-height: 18px;
  font-weight: 700;
}

.contact-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fractul, sans-serif;
  color: #000;
  text-decoration: none;
}

.contact-link:hover {
  color: #867551;
}

.arax-logo {
  margin-top: 12%;
}

.video-embed {
  width: 75%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.spacing-block {
  height: 10%;
  max-height: 100px;
}

.small-spacer {
  display: none;
}

.middle-spacer {
  height: 26px;
}

.tab-prev {
  position: absolute;
  left: -41px;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.tab-next {
  position: absolute;
  left: auto;
  top: 0%;
  right: -41px;
  bottom: 0%;
  height: 34px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hidden-label {
  display: none;
}

.text-block {
  font-family: Fractul, sans-serif;
}

.text-block-2 {
  font-family: Fractul, sans-serif;
}

.text-block-3 {
  font-family: Fractul, sans-serif;
}

.rooftop-img {
  display: none;
  width: 100%;
  padding-top: 47%;
  padding-bottom: 47%;
  background-image: url('../../images/280-BISHOPSGATE-0322_013.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e8edf1;
  font-family: Ogg, sans-serif;
}

.submit-btn {
  padding-right: 40px;
  padding-left: 25px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  background-image: url('../../images/Right.svg');
  background-position: 79% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Fractul, sans-serif;
  color: #000;
  font-weight: 300;
}

.submit-btn:hover {
  background-position: 83% 50%;
}

.modal-input {
  min-width: 400px;
}

.align-left-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.floorplan-opener {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #867551;
  font-family: 'Fractul Alt', sans-serif;
  color: #867551;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.floorplan-opener:hover {
  border-bottom-color: #6b5c3d;
  color: #6b5c3d;
}

.floorplan-opener.less-space {
  margin-top: 20px;
}

.modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .login-viewport {
    height: 100%;
    min-height: 100vh;
  }

  .content.gradient-bg {
    min-height: 85vh;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .content.terms {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .content.padding {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .content.contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.auto {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .content.whitebg {
    background-color: #fff;
  }

  .input {
    height: 50px;
    font-size: 26px;
    line-height: 36px;
  }

  .form-block {
    padding-top: 70px;
  }

  .viewport {
    height: 100%;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .h2.section-title {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
  }

  .terms-holder {
    width: 100%;
  }

  .paragraph.small.align-top {
    margin-left: 0%;
  }

  .terms-content {
    height: 64vh;
    padding-right: 0px;
  }

  .nav {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    margin-left: 25px;
  }

  .nav-menu {
    width: 30%;
  }

  .nav-menu.wide {
    width: 70%;
  }

  .left-spacer {
    width: 30%;
  }

  .left-spacer.hidden {
    display: none;
  }

  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.home-tiles {
    padding: 30px 20px 75px;
  }

  .tiles {
    margin-top: 115px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tile {
    width: 30%;
    height: 40vh;
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 190px;
  }

  .tile._1 {
    margin-top: 0px;
  }

  .tile._2 {
    margin-top: 0px;
  }

  .tile._3 {
    margin-top: 0px;
  }

  .tile._4 {
    top: 0px;
  }

  .tile-title {
    height: 70px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .gold-arrow {
    margin-left: 16px;
  }

  .inner {
    position: relative;
    height: 100%;
    min-height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .inner.flooplan-modal {
    padding-right: 60px;
    padding-left: 60px;
  }

  .split-container {
    padding-top: 40px;
    padding-left: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left-split {
    width: 70%;
    padding-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-1 {
    width: 100%;
    height: auto;
  }

  .list {
    max-width: 100%;
  }

  .list.left {
    max-width: 100%;
    margin-top: 35px;
  }

  .col-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .right-split {
    width: 100%;
    min-height: 400px;
    margin-bottom: 38px;
  }

  .explore-btn {
    font-size: 20px;
    line-height: 28px;
  }

  .explore-btn.z-index {
    bottom: 10px;
  }

  .full-tabs {
    height: auto;
    min-height: auto;
  }

  .full-tabs.auto {
    height: auto;
    min-height: auto;
  }

  .full-tab-content {
    height: auto;
  }

  .full-tab-content.auto {
    height: auto;
  }

  .tab-pane {
    height: auto;
  }

  .tab-pane.img {
    height: 87vh;
    background-position: 0px 0px, 0px 0px, 11% 50%;
  }

  .white-overlay-text {
    bottom: 36%;
  }

  .inner-tabs {
    margin-top: 110px;
  }

  .full-height-content {
    padding-bottom: 60px;
  }

  .map-tabs {
    width: 45%;
  }

  .map-tab {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .map-left {
    width: 55%;
  }

  .map-content-right {
    width: 45%;
    padding: 140px 30px 50px 35px;
  }

  .connectivity-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .travel-info {
    padding-bottom: 60px;
  }

  .left-travel-info {
    width: 33%;
    max-width: 33%;
  }

  .train-line {
    height: 136px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .right-travel-info {
    width: 66%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .travel-col {
    width: 47%;
    max-width: 50%;
    min-width: 48%;
    margin-left: 0px;
  }

  .train-line-img {
    max-height: 100%;
    margin-top: 30px;
  }

  .company-holder {
    width: 49%;
  }

  .no-div {
    margin-right: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .darker-tab {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .pane-content {
    height: auto;
    padding: 95px 35px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pane-content.right-pad {
    padding-right: 35px;
  }

  .pane-content.no-lower-pad {
    padding-bottom: 60px;
  }

  .pane-content.stackingp {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .pane-content.low-pad {
    padding-top: 70px;
  }

  .left-col {
    width: 100%;
    max-width: 100%;
    margin-top: 37px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .left-col.spec {
    width: 100%;
  }

  .left-col.justify-top {
    width: 100%;
  }

  .left-col.tenure {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding-right: 0%;
  }

  .right-col.img {
    width: 100%;
    margin-top: 36px;
    padding-top: 174px;
    padding-bottom: 174px;
  }

  .right-col.spaced-flex {
    width: 100%;
  }

  .right-col.horizontal-flex {
    width: 100%;
  }

  .right-col.horizontal-flex.wider {
    width: 100%;
    margin-top: 27px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .right-col.half {
    width: 100%;
    margin-top: 25px;
  }

  .right-col.tenancy-stacker {
    width: 100%;
    margin-top: 28px;
  }

  .white-banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lower {
    padding-bottom: 30px;
  }

  .split-logos {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .col-3 {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .top-img {
    height: 360px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-4 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cycle-info {
    margin-top: 15px;
    margin-bottom: 18px;
  }

  .horizontal-image {
    height: auto;
  }

  .horizontal-content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .col-5 {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .modal {
    padding-top: 28px;
    padding-right: 30px;
  }

  .modal.visible {
    padding-top: 28px;
    padding-right: 30px;
  }

  .floorplans {
    padding-right: 0px;
    padding-left: 0px;
  }

  .floorplan-right {
    width: 100%;
  }

  .floorplan-flex {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .floorplan-left {
    width: 100%;
    margin-top: 41px;
  }

  .legend-circle {
    margin-right: 7px;
    margin-left: 0px;
  }

  .legend-circle.blue-fill {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col-6 {
    width: 50%;
  }

  .white-box {
    height: auto;
    margin-top: 15px;
  }

  .stacker-tenancy {
    max-height: 100%;
  }

  .col-8 {
    width: 53%;
    margin-left: 0%;
  }

  .birdseye-img {
    padding-top: 131px;
    padding-bottom: 131px;
  }

  .gallery-content {
    max-height: 84vh;
  }

  .gallery-lightbox {
    width: 32%;
  }

  .ts-container {
    width: 150vw;
  }

  .header-row {
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .schedule-row.colour {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .table-content {
    padding-bottom: 45px;
  }

  .contact-right {
    width: 100%;
    margin-top: 20px;
    padding-top: 300px;
    padding-bottom: 300px;
    background-position: 50% 100%;
  }

  .contact-left {
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }

  .small-spacer {
    display: block;
    width: 100%;
    height: 28px;
  }

  .tab-prev {
    display: none;
  }

  .tab-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content.gradient-bg {
    padding-right: 30px;
    padding-left: 30px;
  }

  .pane-content.right-pad {
    padding-top: 130px;
  }

  .modal.visible {
    padding-top: 28px;
    padding-right: 30px;
  }

  .contact-right {
    padding-top: 200px;
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 479px) {
  .login-viewport {
    padding: 10px;
  }

  .content.terms {
    padding-top: 25px;
  }

  .input {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .form-block {
    padding: 30px 20px 40px;
  }

  .button-holder {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .light-link {
    margin-top: 20px;
  }

  .terms-content {
    height: 55vh;
  }

  .checkbox-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .checkbox-field {
    width: 100%;
  }

  .inner {
    height: auto;
    min-height: 100vh;
  }

  .modal {
    padding-top: 23px;
    padding-right: 27px;
  }

  .modal.visible {
    padding-top: 23px;
    padding-right: 27px;
  }

  .contact-left {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-box {
    width: 100%;
  }
}

@font-face {
  font-family: 'Ogg';
  src: url('../fonts/Ogg-Roman.woff2') format('woff2'), url('../fonts/Ogg-Roman.eot') format('embedded-opentype'), url('../fonts/Ogg-Roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/Fractul-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fractul Alt';
  src: url('https://onboard-assets.s3.eu-west-2.amazonaws.com/custom-site-assets/duo/fonts/FractulAlt-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}