.body {
  background-color: #ecece8;
  font-family: Neue Radial, sans-serif;
}

.section {
  height: auto;
  min-height: 100vh;
  position: relative;
}

.section.hero-section {
  height: 100vh;
  align-items: flex-end;
  display: flex;
}

.section.footer-contact-section {
  min-height: auto;
  background-color: #191b50;
  padding: 80px 75px;
  display: flex;
  line-height:1.7em;
}

.section.footer-contact-section a {color:#fff;text-decoration: underline !important;}

.section.misrep-section {
  min-height: auto;
  background-color: #fff;
  padding: 45px 75px;
}

.section.home-images-section,
.section.building-images-section {
  height: 1600px;
}

.section.left-margin {
  padding-left: 70px;
}

.section.detail-section {
  padding-bottom: 110px;
  padding-left: 70px;
  padding-right: 70px;
}

.section.content-section {
  min-height: auto;
  padding: 70px;
}

.section.spec-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px;
  display: flex;
}

.intro-video {
  background-image: url("../images/intro-video-placeholder.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-fade {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.8),
    rgba(255, 255, 255, 0) 81%
  );
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-play-button {
  width: 200px;
  height: 200px;
  cursor: pointer;
  background-image: url("../images/video-play-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.video-play-button:hover {
  background-image: url("../images/video-play-icon-hover.svg");
}

.nav {
  z-index: 100;
  width: 100%;
  height: 105px;
  justify-content: space-between;
  align-items: center;
  padding-left: 74px;
  padding-right: 74px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  width: 311px;
  height: 44px;
  background-image: url("../images/pentonville-logo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.burger-button {
  z-index: 120;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url("../images/burger-logo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.burger-button.burger-close {
  background-image: url("../images/burger-close-icon.svg");
}

.hero-img2 {
  width: 60%;
  height: 900px;
  background-image: url("../images/home-img2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 110px;
  right: 0;
}

.hero-img1 {
  width: 483px;
  height: 325px;
  background-image: url("../images/home-img1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 215px;
  left: 15%;
}

.heading-2 {
  color: #191b50;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.heading-2.home-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 632px;
  left: 128px;
}
.header-3.sub-title{
  font-weight: 400;
}

.hero-img3 {
  width: 382px;
  height: 573px;
  background-image: url("../images/home-img3.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 834px;
  left: 0;
}

.hero-img4 {
  width: 530px;
  height: 352px;
  max-width: 100%;
  background-image: url("../images/home-img4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1162px;
  left: 10%;
}

.hero-block {
  width: 400px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 75px;
  display: flex;
  position: absolute;
  top: 1192px;
  left: 63%;
}

.copy {
  color: #191b50;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.copy.page-section-copy {
  margin-top: 35px;
}

.button {
  color: #fff;
  background-color: #191b50;
  padding: 15px 20px;
  font-size: 17px;
}

.contact-left {
  width: 30%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  margin-right: 55px;
  display: flex;
}

.contact-right {
  width: 70%;
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 270px;
  height: 43px;
  background-image: url("../images/pentonville-logo.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.retrofit-logo {
  width: 200px;
  height: 71px;
  background-image: url("../images/retrofit-logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-label {
  width: 100%;
  color: #9c9bb5;
  font-size: 16px;
  margin-bottom: 35px;
}

.contact-col {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding-right:20px;
}

.bluebook-logo {
  width: 207px;
  height: 27px;
  background-image: url("../images/bluebook-logo.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-name {
  color: #fff;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 300;
}

.geraldeve-logo {
  width: 221px;
  height: 80px;
  background-image: url("../images/geraldeve-logo.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -54px;
  max-width:100%;
}

.made-logo {
  width: 100%;
  height: 60px;
  background-image: url("../images/made-logo.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.misrep {
  max-width: 960px;
  color: #191b50;
  font-size: 10px;
  line-height: 14px;
}

.page-hero-img {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.page-hero-img.building-hero {
  background-image: url("../images/building-hero.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-hero-img.location-hero {
  background-image: url("../images/location-hero-img.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-hero-img.detail-hero {
  background-image: url("../images/optimedImage2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-hero-img.spec-hero {
  background-image: url("../images/spec-hero.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-hero-img.contact-hero {
  background-image: url("../images/contact-hero.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-hero-fade {
  height: 40%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(255, 255, 255, 0)
  );
}

.page-hero-title {
  color: #fff;
  font-size: 88px;
  font-weight: 300;
  line-height: 90px;
  position: absolute;
  bottom: 75px;
  left: 75px;
}

.col-section-wrapper {
  padding-top: 125px;
  display: flex;
}

.arrival-left {
  width: 60%;
  padding-top: 260px;
}

.arrival-right {
  width: 40%;
  padding-left: 31px;
}

.building-img-1 {
  width: 638px;
  height: 425px;
  background-image: url("../images/building-img1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 106px;
  position: relative;
  left: -194px;
}

.building-img-2 {
  width: 800px;
  height: 616px;
  background-image: url("../images/building-img2.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  top: 0;
}

.arrival-text-wrapper {
  width: 340px;
}

.office-left {
  width: 40%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.office-right {
  width: 60%;
  padding-left: 75px;
}

.building-img-3 {
  width: 265px;
  height: 395px;
  background-image: url("../images/building-img3.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -180px;
  position: relative;
}

.office-text-wrapper {
  width: 390px;
  align-self: flex-start;
  margin-top: 90px;
  margin-left: 125px;
}

.building-gallery {
  width: 100%;
  height: 40vw;
  position: relative;
}

.gallery,
.gallery-wrapper,
.gallery-slide {
  width: 100%;
  height: 100%;
}

.gallery-slide.gallery-placeholder {
  background-image: url("../images/building-img4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-thumbs {
  padding-bottom: 10px;
  padding-left: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-thumb-list {
  display: flex;
}

.gallery-thumb {
  width: 26px;
  height: 26px;
  background-color: #fff;
  margin-right: 10px;
}

.gallery-thumb.thumb-active {
  background-color: #191b50;
}

.office-gallery-col {
  width: 80%;
  height: 60vw;
  position: relative;
}

.comfort-left {
  width: 60%;
  height: 40vw;
  position: relative;
}

.comfort-right {
  width: 40%;
}

.comfort-text-wrapper {
  width: 390px;
  align-self: flex-start;
  margin-top: 90px;
  margin-left: 80px;
}

.location-left-col {
  width: 40%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.location-right-col {
  width: 60%;
  padding-left: 100px;
}

.location-img1 {
  width: 100%;
  height: 55vw;
  background-image: url("../images/location-img1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.position-text-wrapper {
  width: 320px;
  align-self: flex-start;
  margin-top: 90px;
  margin-left: 25px;
}

.location-gallery {
  height: 40vw;
  margin-top: 100px;
  position: relative;
}

.location-img3 {
  width: 500px;
  height: 350px;
  background-image: url("../images/location-img3.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.location-img4 {
  width: 480px;
  height: 320px;
  background-image: url("../images/location-img4.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.location-map-wrapper {
  margin-top: 60px;
  display: flex;
}

.location-filters-list {
  margin-top: 40px;
  display: flex;
}

.location-filter-item {
  opacity: 0.3;
  color: #191b50;
  cursor: pointer;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.location-filter-item:hover,
.location-filter-item.location-filter-active {
  opacity: 1;
}

.location-info {
  width: 360px;
  flex: none;
  padding-right: 50px;
}

.location-info-list.hidden {
  display: none;
}

.location-info-item {
  color: #191b50;
  margin-bottom: 3px;
  list-style-type: decimal;
  display: flex;
}

.location-info-number {
  min-width: 30px;
}

.location-map {
  width: 100%;
  height: 50vw;
}

.location-map.map-food {
  background-image: url("../images/map-food.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail-col-left {
  width: 60vw;
  flex: none;
  padding-right: 30px;
}

.detail-col-right {
  width: 100%;
}

.schedule-item {
  border-bottom: 1px solid #191b50;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.schedule-item.total {
  border-bottom-style: none;
}

.schedule-label {
  width: 20%;
  color: #191b50;
  text-align: right;
  font-size: 20px;
  font-weight: 300;
}

.schedule-label.floor-label {
  width: 40%;
  text-align: left;
}

.schedule-label.floor-label.bold {
  font-weight: 700;
}

.schedule-label.light-blue {
  color: #9c9bb5;
}

.schedule-label.bold {
  font-weight: 700;
}

.plan-section {
  margin-top: 110px;
  position: relative;
}

.plan-ground {
  height: 30vw;
  background-image: url("../images/floor-ground-plan.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}

.plan-north {
  width: 40px;
  height: 45px;
  background-image: url("../images/plan-north.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.plan-typical {
  height: 30vw;
  background-image: url("../images/floor-typical-plan.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}

.plan-space-corporate {
  height: 30vw;
  background-image: url("../images/floor-space-corporate-plan.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}

.space-items {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.space-item {
  width: 30%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-right: 18%;
  display: flex;
}

.space-label {
  min-width: 290px;
  color: #191b50;
  font-size: 20px;
  font-weight: 300;
}

.spec-list {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.spec-item {
  width: 25%;
  margin-bottom: 70px;
}

.spec-icon {
  width: 90px;
  height: 120px;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.spec-icon.spec-reception-icon {
  background-image: url("../images/spec-style-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.spec-icon.spec-occ-icon {
  background-image: url("../images/spec-occ-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.spec-icon.spec-ac-icon {
  width: 81px;
  background-image: url("../images/spec-ac-icon.svg");
}

.spec-icon.spec-ceiling-icon {
  background-image: url("../images/spec-ceiling-icon.svg");
}

.spec-icon.spec-ceilingheight-icon {
  width: 80px;
  background-image: url("../images/spec-ceilingheight-icon.svg");
}

.spec-icon.spec-raised-icon {
  background-image: url("../images/spec-tile-icon.svg");
}

.spec-icon.spec-lifts-icon {
  background-image: url("../images/spec-lifts-icon.svg");
}

.spec-icon.spec-showers-icon {
  width: 78px;
  height: 120px;
  background-image: url("../images/spec-showers-icon.svg");
}

.spec-icon.spec-epc-icon {
  width: 75px;
  background-image: url("../images/spec-epc-icon.svg");
}

.spec-icon.spec-parking-icon {
  width: 80px;
  background-image: url("../images/spec-parking-icon.svg");
}

.spec-icon.spec-wc-icon {
  width: 80px;
  background-image: url("../images/spec-wc-icon.svg");
}

.spec-icon.spec-bike-icon {
  width: 80px;
  background-image: url("../images/spec-cycle-icon.svg");
}

.spec-icon.spec-air-icon {
  width: 80px;
  background-image: url("../images/spec-freshair-icon.svg");
}

.spec-icon.spec-water-icon {
  width: 72px;
  background-image: url("../images/spec-water-icon.svg");
}

.spec-icon.spec-motion-icon {
  background-image: url("../images/spec-motion-icon.svg");
}

.spec-icon.spec-concierge-icon {
  background-image: url("../images/spec-concierge-icon.svg");
}

.spec-label {
  color: #191b50;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.spec-wrapper {
  width: 60%;
}

.spec-title {
  margin-bottom: 5px;
  font-weight: 700;
}

.spec-copy {
  color: #191b50;
  margin-bottom: 5px;
}

.fullspec-list {
  width: 33%;
  flex-flow: wrap;
  align-content: flex-start;
  padding-left: 0%;
  padding-right: 20px;
}

.fullspec-item {
  margin-bottom: 40px;
  margin-right: 5px;
  padding-right: 30px;
}

.team-list {
  flex-wrap: wrap;
  margin-top: 70px;
  display: flex;
}

.team-item {
  width: 33.3%;
  margin-bottom: 70px;
}

.team-label {
  color: #191b50;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
}

.team-name {
  color: #191b50;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
}

.team-link {
  color: #191b50;
  margin-top: 20px;
  font-weight: 300;
  display: flex;
}

.team-link:hover {
  color: #5b5fbd;
}

.section.content-section.rulesection {padding-top:0;padding-bottom:0}
.rule {width:100%;height:1px;background:#191b50}

.nav-burger-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-burger-menu.hidden {
  display: none;
}

.burger-bg {
  background-image: url("../images/burger-bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.burger-list {
  z-index: 120;
  width: 600px;
  position: relative;
}

.burger-item {
  color: #191b50;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 38px;
  max-width: 100%;
}

.burger-item:hover {
  color: #9c9bb5;
}

.connection-details {
  display: flex;
}

.connection-col {
  width: 50%;
}

.connection-item {
  margin-bottom: 50px;
}

.connection-item.last-item {
  border-top: 1px solid #191b50;
  padding-top: 20px;
}

.connection-icons {
  display: flex;
}

.connection-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.connection-icon.rail-icon {
  background-image: url("../images/rail-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.connection-icon.tube-icon {
  background-image: url("../images/tube-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.connection-icon.eurostar-icon {
  width: 40px;
  background-image: url("../images/eurostar-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.station-title {
  margin-top: 5px;
  font-size: 16px;
}

.walk-time {
  color: #9c9bb5;
  background-image: url("../images/walk-icon.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.connection-times-list {
  margin-top: 20px;
}

.connection-times-item {
  color: #191b50;
  margin-bottom: 10px;
  line-height: 16px;
}

.pale-blue {
  color: #9c9bb5;
}

.underground-lines {
  margin-top: 30px;
}

.underground-title {
  color: #9c9bb5;
  background-image: url("../images/tube-alt-icon.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 23px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.underground-times-list {
  margin-top: 5px;
}

.underground-times-item {
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.underground-line {
  width: 10px;
  height: 2px;
  background-color: #191b50;
}

.underground-line.circle {
  background-color: #fc0;
}

.underground-line.hammersmith {
  background-color: #ef9cae;
}

.underground-line.metro {
  background-color: #891555;
}

.underground-line.northern {
  background-color: #000;
}

.underground-line.piccadilly {
  background-color: #243588;
}

.underground-line.victoria {
  background-color: #0397d4;
}

.underground-label {
  margin-left: 5px;
  font-size: 12px;
  line-height: 16px;
}

.plan-ground-office {
  height: 30vw;
  background-image: url("../images/floor-groundoffice-plan.svg");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}
.plan-second-office {
  height: 30vw;
  background-image: url("../images/floor-secondoffice-plan.svg");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}

.fullspec-wrapper {
  flex-wrap: wrap;
  margin-top: 70px;
  display: flex;
}

.plan-ground-space-office {
  height: 30vw;
  background-image: url("../images/floor-groundspace-plan.png");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}

.plan-space-media {
  height: 30vw;
  background-image: url("../images/floor-space-media-plan.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .section.footer-contact-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.home-images-section {
    height: 1600px;
  }

  .section.left-margin,
  .section.detail-section,
  .section.content-section,
  .section.spec-section,
  .nav {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-img2 {
    width: 50%;
    height: 540px;
    top: 227px;
  }

  .hero-img1 {
    top: 66px;
    left: 7%;
  }

  .heading-2.home-title {
    top: 579px;
    left: 73px;
  }

  .hero-img3 {
    width: 320px;
    height: 480px;
  }

  .hero-img4 {
    width: 400px;
    height: 280px;
    top: 809px;
    left: auto;
    right: 10%;
  }

  .hero-block {
    padding-right: 56px;
    left: 46%;
  }

  .footer-logo {
    width: 230px;
  }

  .retrofit-logo {
    width: 160px;
  }

  .bluebook-logo {
    width: 170px;
  }

  .geraldeve-logo {
    width: 170px;
    height: 66px;
    background-size: contain;
    margin-top: -39px;
  }

  .page-hero-title {
    font-size: 60px;
    line-height: 65px;
    left: 40px;
  }

  .col-section-wrapper {
    flex-direction: column;
    padding-top: 40px;
  }

  .arrival-left {
    width: 100%;
    padding-top: 0;
  }

  .arrival-right {
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .building-img-1 {
    width: 55%;
    height: 40vw;
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 39px;
    left: auto;
  }

  .building-img-2 {
    width: 80%;
    height: 70vw;
    background-size: cover;
  }

  .arrival-text-wrapper {
    width: 290px;
    margin-top: 71px;
    padding-left: 34px;
    padding-right: 25px;
  }

  .office-left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .office-right {
    padding-left: 0;
  }

  .building-img-3 {
    width: 40%;
    height: 65vw;
    order: 1;
    margin-top: 0;
  }

  .office-text-wrapper {
    margin-left: 40px;
  }

  .building-gallery {
    margin-top: 35px;
  }

  .office-gallery-col {
    width: 100%;
    height: 67vw;
  }

  .comfort-left {
    order: 1;
  }

  .comfort-text-wrapper {
    margin-top: 46px;
    margin-bottom: 74px;
  }

  .location-left-col {
    width: 100%;
    flex-direction: row;
  }

  .location-right-col {
    width: 100%;
    margin-bottom: 80px;
  }

  .location-img1 {
    width: 35%;
  }

  .location-gallery {
    height: 58vw;
  }

  .location-img3 {
    height: 55vw;
    margin-top: 0;
    margin-left: 26px;
  }

  .location-map-wrapper {
    flex-direction: column;
    padding-bottom: 70px;
  }

  .location-filter-item {
    font-size: 16px;
  }

  .location-info {
    width: 100%;
    order: 1;
    margin-top: 25px;
  }

  .location-info-list {
    flex-wrap: wrap;
    display: flex;
  }

  .location-info-item {
    width: 50%;
  }

  .location-map.map-food {
    height: 66vw;
    background-position: 29%;
    margin-left: -40px;
    margin-right: 0;
  }
  
  .detail-col-left {width:100%}

  .plan-ground {
    height: 40vw;
  }

  .plan-typical,
  .plan-space-corporate {
    height: 33vw;
  }

  .space-label {
    min-width: 200px;
    font-size: 16px;
  }

  .spec-item {
    width: 33.3%;
  }

  .fullspec-list,
  .team-item {
    width: 50%;
  }

  .plan-ground-office,
  .plan-ground-space-office {
    height: 40vw;
  }

  .plan-space-media {
    height: 33vw;
  }
}

@media screen and (max-width: 767px) {
  .section.footer-contact-section {
    flex-direction: column;
    padding: 60px 30px;
  }

  .section.misrep-section {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.home-images-section {
    height: 1690px;
  }

  .section.left-margin {
    padding-left: 30px;
    padding-right: 20px;
  }

  .section.detail-section {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.content-section,
  .section.spec-section,
  .nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-logo {
    width: 210px;
    height: 32px;
  }

  .hero-img2 {
    height: 50vw;
    top: 363px;
  }

  .hero-img1 {
    width: 70%;
    height: 49vw;
  }

  .heading-2.home-title {
    top: 679px;
    left: 30px;
  }

  .hero-img3 {
    display: none;
  }

  .hero-img4 {
    width: 400px;
    height: 340px;
    right: auto;
  }

  .hero-block {
    left: 40px;
  }

  .contact-left {
    width: 100%;
    flex-direction: row;
    order: 1;
    margin-top: 42px;
  }

  .contact-right {
    width: 100%;
  }

  .footer-logo {
    width: 190px;
    height: 31px;
    margin-top: 14px;
  }

  .retrofit-logo {
    height: 60px;
  }

  .page-hero-title {
    font-size: 50px;
    line-height: 43px;
    bottom: 50px;
    left: 30px;
  }

  .col-section-wrapper {
    padding-top: 60px;
  }

  .arrival-right {
    flex-direction: column;
  }

  .building-img-1 {
    width: 100%;
    height: 74vw;
    order: 1;
    margin-left: 0;
  }

  .building-img-2 {
    width: 100%;
  }

  .arrival-text-wrapper {
    width: 400px;
    margin-top: 40px;
    padding-left: 30px;
  }

  .office-left {
    flex-direction: column;
  }

  .building-img-3 {
    width: 80%;
    height: 121vw;
    order: 1;
    display: none;
  }

  .office-text-wrapper {
    order: -1;
    margin-top: 17px;
    margin-bottom: 37px;
    margin-left: 30px;
  }

  .building-gallery {
    display: none;
  }

  .office-gallery-col {
    height: 68vw;
  }

  .comfort-left {
    width: 100%;
    height: 68vw;
  }

  .comfort-text-wrapper {
    margin-left: 30px;
  }

  .location-right-col {
    padding-left: 0;
  }

  .location-img1 {
    height: 50vw;
  }

  .position-text-wrapper {
    margin-left: 30px;
  }

  .location-gallery {
    height: 68vw;
  }

  .location-img3 {
    width: 310px;
    height: 50vw;
    margin-left: 10px;
  }

  .location-img4 {
    width: 100%;
    height: 70vw;
    display: none;
  }

  .location-filter-item {
    margin-right: 10px;
    font-size: 12px;
  }

  .location-info {
    padding-right: 0;
  }

  .location-info-list {
    justify-content: space-between;
  }

  .location-info-item {
    padding-right: 11px;
  }

  .location-map.map-food {
    width: 125%;
    height: 82vw;
    margin-left: -68px;
  }

  .plan-ground {
    height: 62vw;
  }

  .plan-typical,
  .plan-space-corporate {
    height: 35vw;
  }

  .space-items {
    flex-direction: column;
    align-content: space-between;
  }

  .space-item {
    width: 100%;
  }

  .space-label {
    min-width: 150px;
  }

  .spec-item {
    width: 50%;
  }

  .fullspec-list {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    padding-left: 0%;
  }

  .team-label {
    font-size: 17px;
  }

  .team-name {
    margin-top: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .team-link {
    margin-top: 10px;
  }

  .plan-ground-office {
    height: 62vw;
  }

  .fullspec-wrapper {
    flex-direction: column;
  }

  .plan-ground-space-office {
    height: 62vw;
  }

  .plan-space-media {
    height: 35vw;
  }
}

@media screen and (max-width: 479px) {
  .section.footer-contact-section,
  .section.misrep-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.home-images-section {
    height: 1500px;
  }

  .section.left-margin {
    padding-left: 20px;
    display: none;
  }

  .section.detail-section,
  .section.content-section,
  .section.spec-section,
  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo {
    width: 190px;
  }

  .burger-button {
    width: 40px;
    height: 40px;
  }

  .hero-img2 {
    top: 288px;
  }

  .hero-img1 {
    top: 38px;
  }

  .heading-2 {
    padding-right: 87px;
    font-size: 23px;
    line-height: 23px;
  }

  .heading-2.home-title {
    top: 577px;
  }

  .hero-img4 {
    top: 722px;
  }

  .hero-block {
    width: 90%;
    top: 1129px;
    left: 20px;
  }

  .contact-right {
    flex-direction: column;
  }

  .footer-logo {
    display: none;
  }

  .contact-col {
    margin-bottom: 33px;
  }

  .page-hero-title {
    bottom: 30px;
    left: 20px;
  }

  .arrival-text-wrapper {
    width: 100%;
    padding-left: 20px;
  }

  .office-text-wrapper {
    width: 100%;
    margin-left: 20px;
    padding-right: 40px;
  }

  .comfort-right {
    width: 100%;
  }

  .comfort-text-wrapper {
    width: 90%;
  }

  .position-text-wrapper {
    margin-top: 45px;
  }

  .location-gallery {
    margin-top: 74px;
  }

  .fullspec-list {
    padding-right: 0;
  }
}

.managed-solution{
  display: flex;
  flex-direction: column;
  padding: 6rem 0 0 0;
}
.header{
  display: flex;
  flex-direction: column;
  > h2{
    font-size: 40px;
    font-weight: 700;
    color: #191b50;
    margin-bottom: 20px;
  }
  > h3{
    font-size: 24px;
    font-weight: 700;
    color: #191b50;
    margin-bottom: 20px;
  }
}

.managed-icons {
  display: flex;
  width: 100%;
  padding: 1.5rem 0 0 0;
  justify-content: space-between;
}

.allfloors{
  padding: 10rem 0;
}
.managed-image{
  padding-bottom: 1.5rem;
  height: 50px;
}
.managed-icon{
  width: 20%;
  padding: 1.5rem 0;
}

.managed-icon-title{
  font-size: 16px;
  font-weight: 700;
  color: #191b50;
  margin-top: 10px;
  text-transform: uppercase;
}
.managed-icon-copy{
  font-size: 16px;
  color: #191b50;
  margin-top: 10px;
  font-weight: 300;
  line-height: 18px;
  font-family: Neue Radial, sans-serif;
}
.section.hero-section{
  justify-content: flex-start;
  align-items: flex-start;
  
}
.new-video{
  width: 100%;
}
@media screen and (max-width: 991px) {
.new-video{
  width: 100vw;
}
.section.hero-section{
  justify-content: flex-start;
  align-items: flex-start;
  height: fit-content;
  min-height: unset;
}
}
@media screen and (max-width: 991px) {
  .team-list{
    flex-direction: column;
  }
  .managed-icons {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }
  .managed-icon{
    width: 100%;
  }
  .header{
    display: flex;
    flex-direction: column;
    > h2{
      font-size: 30px;
      font-weight: 700;
      color: #191b50;
      margin-bottom: 20px;
    }
    > h3{
      font-size: 20px;
      font-weight: 700;
      color: #191b50;
      margin-bottom: 20px;
    }
  }
  .allfloors{
    padding: 6rem 0 0 0;
  }
}



@font-face {
  font-family: "Neue Radial";
  src: url("../fonts/neueRadial-B-Light.woff2") format("woff2"),
  url("../fonts/neueRadial-B-Light.woff") format("woff"),
  url("../fonts/neueRadial-B-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Radial";
  src: url("../fonts/neueRadial-B-Regular.woff2") format("woff2"),
  url("../fonts/neueRadial-B-Regular.woff") format("woff"),
  url("../fonts/neueRadial-B-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Radial";
  src: url("../fonts/neueRadial-B-Bold.woff2") format("woff2"),
    url("../fonts/neueRadial-B-Bold.woff") format("woff"),
    url("../fonts/neueRadial-B-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
