:root {
  --body-white: #fcf9f5;
  --charcoal: #364752;
  --paynes-grey: #61737a;
  --accent-red: #d14836;
  --renee-blue: #081c27;
  --pure-white: white;
  --french-grey: #bdc7cf;
  --alice-blue: #ebf5fa;
  --cadet-grey: #8f9ea6;
  --renee-beige: #f7edde;
  --pure-black: black;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--body-white);
  color: var(--charcoal);
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 102px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--paynes-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  color: var(--paynes-grey);
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.6em;
}

a {
  color: var(--charcoal);
  text-decoration: none;
}

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

.navbar.underline {
  z-index: 2000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: sticky;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.navbar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.container.heroslider {
  z-index: 0;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container.about {
  align-items: stretch;
}

.container.works {
  align-items: stretch;
  overflow: visible;
}

.container.services {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container.services.title {
  display: none;
}

.container.footer {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
}

.container.purpose {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.container.vision {
  flex-direction: row;
  align-items: stretch;
}

.container.values {
  align-items: stretch;
}

.container.rena {
  flex-direction: row;
  align-items: stretch;
}

.container.team {
  align-items: stretch;
  padding-top: 150px;
  padding-bottom: 150px;
}

.container.contact {
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.container.join__us {
  align-items: stretch;
}

.container.works__collection {
  grid-row-gap: 0px;
  align-items: center;
  max-width: none;
}

.container.works__template {
  justify-content: flex-end;
  align-items: stretch;
}

.container.comingsoon {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container.buz {
  margin-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.container.buz__info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 80px;
  padding-bottom: 40px;
}

.container.buz__map {
  z-index: 5;
  align-items: flex-end;
  position: relative;
}

.container.buz__area {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.container.buz__arch {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
}

.container.culturehouse__text {
  align-items: flex-end;
}

.container.residential__text {
  align-items: flex-start;
}

.container.park__text {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 120px;
  margin-bottom: 40px;
}

.container.works__buz {
  max-width: none;
}

.container.news__highlights {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  display: block;
}

.container.news__content {
  align-items: center;
}

.navbar__home {
  flex: 0 auto;
}

.navbar__menu {
  z-index: auto;
  grid-column-gap: 40px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu__link {
  padding: 0;
}

.menu__link.link {
  z-index: auto;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1), color .2s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.menu__link.link:hover {
  color: var(--accent-red);
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  text-decoration: none;
}

.menu__link.link:active {
  transform: scale(.95);
}

.menu__link.link.w--current {
  z-index: auto;
  color: var(--accent-red);
  font-weight: 500;
  position: relative;
}

.menu__link.link.news {
  display: none;
}

.menu__link.link.mobile {
  color: var(--charcoal);
  align-self: auto;
  display: none;
}

.menu__link.link.mobile.w--current {
  align-self: center;
}

.home__logo {
  min-width: 100px;
}

.underline {
  border-bottom: 1px solid var(--paynes-grey);
}

.h1 {
  z-index: 1;
  text-align: center;
  font-size: 68px;
  font-weight: 500;
  line-height: 125%;
  position: relative;
}

.h2 {
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 125%;
}

.h2.buz {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2.buz.dev {
  color: #fcf9f5cc;
  margin-bottom: 80px;
}

.h2.buz.dev.moveup_50 {
  margin-bottom: 60px;
}

.h2.buz.moveup_50 {
  margin-bottom: 0;
}

.h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.h3.tahmazov, .h3.tahmazov.moveup_50, .h3.culturehouse, .h3.culturehouse.moveup_50, .h3.residential, .h3.residential.moveup_50 {
  margin-bottom: 40px;
}

.h3.park {
  margin-bottom: 0;
}

.h3.park.moveup_50 {
  text-align: left;
}

.h3.strtdesign, .h3.sust {
  margin-bottom: 40px;
}

.h3.moveup_50 {
  margin-bottom: 0;
}

.h4 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.h5.buz {
  margin-bottom: 20px;
}

.h5.arch__subtitle {
  align-self: center;
  margin-bottom: 0;
}

.body {
  text-align: justify;
  margin-bottom: 40px;
}

.body.dev {
  color: #fcf9f5b3;
  margin-bottom: 0;
}

.body.tahmazov, .body.culturehouse, .body.residential, .body.park {
  margin-bottom: 0;
}

.body.buz_summary {
  margin-bottom: 20px;
}

.bodysmall {
  margin-bottom: 0;
  font-size: 14px;
}

.link {
  font-size: 14px;
  font-weight: 400;
}

.eyebrow {
  color: var(--paynes-grey);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.button {
  border: 1px solid var(--paynes-grey);
  color: var(--charcoal);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  align-self: auto;
  padding: 1em 3em;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .2s cubic-bezier(.215, .61, .355, 1), color .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1), transform .2s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  background-color: var(--renee-blue);
  color: var(--body-white);
  border-style: solid;
  border-color: #0000;
  transform: scale(1.05);
}

.button:active {
  transform: scale(1);
}

.button.is-blue {
  background-color: var(--renee-blue);
  color: var(--body-white);
  border-style: none;
}

.button.is-white {
  background-color: var(--pure-white);
  outline-offset: 0px;
  border-style: none;
  outline: 3px #364752;
}

.button.is-white.hero {
  z-index: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  color: var(--renee-blue);
  background-color: #ffffffb3;
  outline: 3px #364752;
  font-size: 16px;
  position: relative;
}

.button.is-white.hero:hover {
  color: var(--renee-blue);
  background-color: #ffffffe6;
  border-style: solid;
}

.button.worksslider {
  z-index: 100;
  align-self: flex-start;
  font-size: 16px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button.worksslider.mobile {
  display: none;
}

.button.is-red {
  background-color: var(--accent-red);
  color: var(--renee-blue);
  border-style: none;
  align-self: center;
}

.button.is-light {
  border-color: var(--french-grey);
  color: var(--french-grey);
  align-self: center;
}

.button.is-light:hover {
  border-style: solid;
  border-color: var(--renee-blue);
  background-color: #3647524d;
}

.button.navbar {
  padding: .5em 1.5em;
}

.button.media {
  align-self: center;
}

.button.submit {
  flex: 0 auto;
  align-self: center;
}

.button.unsolicited {
  align-self: flex-start;
  font-size: 20px;
}

.section {
  padding-left: 40px;
  padding-right: 40px;
}

.section.hero__slider {
  z-index: 0;
  background-color: #0000;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.section.land-home {
  background-image: url('../images/graphics_re_paynes.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: 60vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 40px;
}

.section.land-home.underline {
  background-attachment: fixed;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.land-works {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.land-services, .section.footer {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.footer.is-blue {
  background-color: var(--renee-blue);
  padding-top: 80px;
  padding-bottom: 80px;
  position: static;
}

.section.purpose, .section.vision {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.vision.is-blue {
  background-image: url('../images/graphics_repattern_charcoal.svg');
  background-position: -30%;
  background-repeat: no-repeat;
  background-size: 60vw;
}

.section.values {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.rena {
  background-image: url('../images/about_aboutrena.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.section.media {
  padding-top: 151px;
  padding-bottom: 151px;
  display: none;
  overflow: visible;
}

.section.contact {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
  display: flex;
}

.section.works__collection {
  padding-top: 40px;
  padding-bottom: 80px;
}

.section.works__template {
  padding-top: 150px;
  padding-bottom: 40px;
}

.section.works__template.intro {
  padding-bottom: 40px;
}

.section.works__template.hero__img {
  object-fit: fill;
  background-image: url('../images/v1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 0;
}

.section.works__ilghtbox {
  padding-bottom: 160px;
}

.section.intro.home {
  position: sticky;
  top: 78px;
}

.section.buz__hero {
  padding-left: 0;
  padding-right: 0;
}

.section.loc_hist {
  background-image: linear-gradient(#fcf9f580, #fcf9f580), url('../images/hist_buildings_collage.svg');
  background-position: 0 0, 50vw;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  align-items: center;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}

.section.buz__church-img {
  padding-left: 0;
  padding-right: 0;
}

.section.buz__map {
  height: 80vh;
  margin-top: 80px;
  position: relative;
}

.section.buz__map.mobile {
  display: none;
}

.section.buz__area {
  flex-direction: row;
  align-items: center;
  margin-top: 120px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.section.buz__area.mobile {
  display: none;
}

.section.buz__dev {
  background-color: var(--renee-blue);
  background-image: linear-gradient(#081c2780, #081c2780), url('../images/Asset-11.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 60vw;
  background-attachment: scroll, fixed;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section.buz__arch {
  padding-top: 0;
  padding-bottom: 0;
}

.section.culturehouse__img {
  padding-left: 0;
  padding-right: 0;
}

.section.residential {
  padding-top: 120px;
}

.section.resdiential {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.park {
  justify-content: flex-end;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.urbanism {
  margin-bottom: 180px;
  padding-bottom: 0;
}

.section.buz__suggestions {
  margin-bottom: 120px;
}

.section.works__buzovna {
  margin-top: 40px;
}

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

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

.section.news__hero {
  padding-top: 120px;
  padding-bottom: 80px;
}

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

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

.hero__intro.h1 {
  text-align: center;
}

.hero__intro.h1.moveup_50 {
  position: static;
}

.hero__intro.h1.moveup_50.scrollup_shrink {
  margin-bottom: 0;
}

.heroslider__mask {
  z-index: -1;
}

.heroslide {
  background-image: linear-gradient(#0003, #0003), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heroslide._1 {
  background-image: none;
}

.heroslider__leftarrow, .heroslider__rightarrow, .heroslider__nav, .icon, .icon-2 {
  display: none;
}

.about.h2 {
  margin-bottom: 40px;
}

.about.body {
  margin-bottom: 60px;
}

.about__text {
  max-width: 50%;
}

.slide-nav {
  display: none;
}

.works__slider {
  flex: 1;
  min-height: 75vh;
}

.works__slider-mask {
  z-index: auto;
  position: relative;
  overflow: visible;
}

.works__slider-leftarrow {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto 30% 0%;
}

.works__slider-leftarrow.moveup_50 {
  bottom: 25%;
}

.works__slider-rightarrow {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
  inset: auto auto 30% 8%;
}

.works__slider-rightarrow.moveup_50 {
  bottom: 25%;
  left: 8%;
}

.works_slide {
  z-index: auto;
}

.works__slider-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: -60%;
  background-size: cover;
  flex-direction: row;
  min-height: 75vh;
  display: flex;
}

.works__slider-info {
  border-right: 1px none var(--paynes-grey);
  background-color: var(--body-white);
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 30%;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.works__slider-title.h2 {
  color: var(--charcoal);
  margin-bottom: 20px;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
}

.works__slider-title.h2:hover {
  color: var(--accent-red);
}

.works__slider-title.h2:active {
  transform: scale(.98);
}

.works__slider-eyebrow.eyebrow {
  margin-bottom: 10px;
}

.span__vertical {
  background-color: var(--pure-white);
  width: 1px;
  position: relative;
  inset: 0% auto 0% 0%;
}

.span__vertical.works {
  background-color: var(--paynes-grey);
}

.span__wrap {
  background-color: var(--body-white);
  justify-content: center;
  align-self: stretch;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.span__wrap.rena {
  background-color: #0000;
}

.leftarrow__icon {
  width: 30px;
  transform: rotate(180deg);
}

.arrow__button {
  border: 1px solid var(--paynes-grey);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform .5s cubic-bezier(.075, .82, .165, 1), background-color .5s cubic-bezier(.075, .82, .165, 1);
  display: flex;
}

.arrow__button:hover {
  background-color: var(--pure-white);
}

.arrow__button:active {
  transform: scale(.95);
}

.arrow__button.purpose {
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: background-color .2s cubic-bezier(.785, .135, .15, .86);
  display: flex;
}

.arrow__button.purpose:hover {
  background-color: var(--pure-white);
}

.arrow__button.purpose:active {
  transform: none;
}

.arrow__button.mobile__slider, .arrow__button.services__expand {
  transform-style: preserve-3d;
}

.rightarrow__icon {
  width: 30px;
}

.rightarrow__icon.purpose {
  width: 20px;
  transform: rotate(90deg);
}

.services__header.h2 {
  text-align: center;
  margin-bottom: 150px;
}

.services__wrap {
  grid-column-gap: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.services__img {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  max-width: 50%;
  padding-bottom: 0;
}

.services__info-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.services__name.h3 {
  flex-direction: column;
  margin-bottom: 0;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.services__name.h3:hover {
  color: var(--accent-red);
}

.footer__header {
  color: var(--alice-blue);
}

.footer__header.h2 {
  margin-bottom: 20px;
  display: block;
}

.span__horizontal {
  background-color: var(--paynes-grey);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer__button-wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.some__link {
  border: 1px solid var(--french-grey);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  transition: transform .2s cubic-bezier(.215, .61, .355, 1), border-color .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.some__link:hover {
  background-color: #3647524d;
  border-color: #0000;
  transform: scale(1.05);
}

.some__link:active {
  transform: scale(1);
}

.some__icon-ig {
  color: #0000;
  max-height: 20px;
}

.some__icon-in {
  max-height: 20px;
}

.image-2 {
  max-width: 20px;
  max-height: 20px;
}

.is-blue {
  background-color: var(--renee-blue);
  color: var(--body-white);
}

.footer__link {
  color: var(--french-grey);
  align-self: center;
  text-decoration: none;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
}

.footer__link:hover {
  color: var(--paynes-grey);
}

.footer__link.credits {
  transition-property: none;
}

.footer__link.credits:hover {
  color: var(--french-grey);
}

.purpose__text {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.purpose__text.body {
  margin-top: 0;
  margin-bottom: 20px;
}

.purpose__text.body.expand {
  margin-bottom: 0;
  overflow: visible;
}

.purpose__img {
  background-image: url('../images/arturo-castaneyra-o-dkYSvidB4-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-left: 40px;
  padding-left: 0;
}

.purpose__img.mobile {
  display: none;
}

.purpose__header.h2 {
  margin-bottom: 40px;
}

.expand__wrap {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.expand__wrap.purpose {
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 20px;
}

.readmore {
  color: var(--paynes-grey);
  cursor: pointer;
  font-size: 16px;
  transition: color .2s cubic-bezier(.785, .135, .15, .86);
}

.readmore:hover {
  color: var(--accent-red);
}

.vision__heading.h2 {
  color: var(--french-grey);
  margin-bottom: 40px;
}

.vision__text.body {
  color: var(--french-grey);
}

.vision__text-wrap {
  width: 50%;
}

.values__heading.h2 {
  margin-bottom: 80px;
}

.red__highlight {
  color: var(--accent-red);
}

.values__text-wrap {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.values__text {
  align-self: auto;
  width: 50%;
}

.values__text.body {
  flex: 0 auto;
  height: auto;
}

.rena__heading.h2 {
  color: var(--pure-white);
  margin-bottom: 40px;
}

.rena__text.body {
  color: var(--pure-white);
}

.rena__text-wrap {
  width: 50%;
}

.team__heading.h2 {
  text-align: center;
  margin-bottom: 80px;
}

.team__card {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.team__img {
  background-image: linear-gradient(to bottom, var(--pure-white), var(--pure-white));
  object-fit: cover;
  border-radius: 1000px;
  flex: none;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

.team__name.h5 {
  margin-bottom: 5px;
}

.team__occup.bodysmall {
  color: var(--paynes-grey);
  text-align: center;
  align-self: auto;
}

.media__heading.h2 {
  text-align: center;
  margin-bottom: 80px;
}

.media__wrap {
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.media__wrap.underline {
  margin-bottom: 40px;
}

.media__date.eyebrow {
  margin-bottom: 5px;
  line-height: 125%;
}

.media__title.h4 {
  width: 75%;
}

.contact__intro.h1 {
  text-align: center;
}

.contact__intro.h1.moveup_50 {
  margin-bottom: 0;
}

.contact__tab {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.tab__menu {
  border: 1px solid var(--paynes-grey);
  border-radius: 100px;
  margin-bottom: 80px;
}

.contacttab__link {
  background-color: #0000;
  padding: 1em 2em;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.contacttab__link:hover {
  background-color: var(--pure-white);
  border-radius: 100px;
}

.contacttab__link.w--current {
  color: var(--body-white);
  background-color: #0000;
  border-radius: 100px;
  padding: 1em 2em;
}

.contacttab__link.contactus {
  border-radius: 100px;
  width: 160px;
}

.contacttab__link.contactus.w--current {
  width: 160px;
}

.contacttab__link.joinus {
  border-radius: 100px;
  width: 155px;
}

.tab__link-text {
  z-index: 2;
  text-align: center;
  transition: color .2s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.contact__tabs-content {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.contactus__heading.h2 {
  text-align: center;
  margin-bottom: 150px;
}

.contact__info-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact__card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact__info-title.h4 {
  margin-bottom: 10px;
}

.contact__info-link {
  color: var(--paynes-grey);
  margin-bottom: 5px;
  text-decoration: none;
}

.contact__info-link.moveup_50 {
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
}

.contact__info-link.moveup_50:hover {
  color: var(--cadet-grey);
  text-decoration: underline;
}

.verticalspan {
  background-color: var(--cadet-grey);
  align-self: stretch;
  width: 1px;
  margin-left: 40px;
  margin-right: 40px;
}

.verticalspan.loc_date {
  margin-left: 10px;
  margin-right: 10px;
}

.horizontalspan {
  background-color: var(--french-grey);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.horizontalspan.home__services {
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.horizontalspan.works__seemore {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.horizontalspan.openpos {
  margin-top: 20px;
  margin-bottom: 0;
}

.horizontalspan.latestnews {
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontalspan.news {
  margin-top: 80px;
  margin-bottom: 0;
}

.contact__office-wrap {
  justify-content: space-between;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.office__into-wrap {
  flex: 1;
}

.office__img {
  background-image: url('/images/contactus_office.jpeg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  min-width: 70%;
}

.office__heading.h3 {
  margin-bottom: 20px;
}

.office__text {
  margin-bottom: 0;
}

.office__text.body {
  color: var(--paynes-grey);
  margin-bottom: 40px;
}

.form__container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.input__field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--cadet-grey);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 80px;
  padding: 0;
  overflow: auto;
}

.form__input-wrap {
  grid-column-gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form__heading.h3 {
  margin-bottom: 40px;
}

.join__intro.h2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.join__hero-left {
  flex: 0 auto;
  width: 50vw;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.join__hero-right {
  width: 50vw;
  max-width: none;
  margin-right: 0;
  position: static;
  inset: 0% 0% 0% auto;
}

.joinus, .contactus {
  margin-left: auto;
  margin-right: auto;
}

.join__hero-edge {
  min-width: 100vw;
  margin-bottom: 80px;
  overflow: hidden;
}

.join__into-wrap {
  justify-content: center;
  display: flex;
}

.nojob__text {
  width: 50%;
  margin-bottom: 20px;
}

.joinus__wrap {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  margin-bottom: 150px;
  display: flex;
}

.unsolicited__heading.h3 {
  margin-bottom: 40px;
}

.paragraph {
  width: 50%;
  margin-bottom: 40px;
}

.seciton {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.seciton.services {
  background-image: url('/images/riccardo-oliva-C5DLhUkEWfM-unsplash.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.seciton.services.leftaligned {
  background-image: url('/images/daniel-faro_DTS-Greece_R1-08292-026A_highres.jpg');
  background-position: 100% 0;
  background-attachment: fixed;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 150px;
  display: flex;
}

.seciton.services.leftaligned.arch {
  border-top: 1px solid var(--paynes-grey);
  background-position: 100%;
  background-attachment: fixed;
  margin-top: 0;
}

.seciton.services.leftaligned.land {
  background-image: url('/images/karl-muscat-MiWGoGARyDQ-unsplash.jpg');
  background-position: 100% 100%;
  margin-top: 0;
}

.seciton.services.leftaligned.auth {
  background-image: url('/images/serv_authsup.jpg');
  background-position: 100%;
  margin-top: 0;
}

.seciton.services.leftaligned.mep {
  background-image: url('/images/services_MEP-1.webp');
  background-position: 100%;
  background-size: 50%;
}

.seciton.services.rightaligned {
  background-image: url('/images/daniel-faro_DTS-Greece_R1-08290-027A_highres.jpg');
  background-position: 0 100%;
  background-attachment: fixed;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.seciton.services.rightaligned.int {
  background-position: 0 70%;
  background-size: 50%;
  margin-top: 0;
}

.seciton.services.rightaligned.boq {
  background-image: url('/images/serv_authsup_2.jpg');
  background-position: 0%;
  margin-top: 0;
}

.seciton.services.rightaligned.auth {
  background-image: url('/images/serv_authsup.jpg');
}

.seciton.intro {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.seciton.buz__church {
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.services__heading.h1 {
  text-align: center;
}

.services__heading.h1.moveup_50 {
  margin-bottom: 0;
}

.services__heading.h2 {
  margin-bottom: 20px;
}

.service__detail-wrap {
  width: 50%;
  padding-right: 150px;
}

.service__detail-wrap.rightaligned {
  align-self: flex-end;
  padding-left: 100px;
  padding-right: 0;
}

.service_nr {
  color: var(--paynes-grey);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}

.service__subhader.h3 {
  color: var(--cadet-grey);
  margin-bottom: 40px;
}

.services__typologies {
  color: var(--paynes-grey);
  font-size: 14px;
}

.blue-highlight {
  color: var(--charcoal);
  font-weight: 500;
}

.home__services-link {
  color: var(--charcoal);
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.home__services-expand {
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.home__services-text.body {
  margin-top: 0;
}

.mobile__menu-wrap {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.home__works-slider.mobile {
  display: none;
}

.works__intro.h1 {
  text-align: center;
}

.works__intro.h1.moveup_50 {
  margin-bottom: 0;
}

.collection__filter {
  z-index: 500;
  grid-column-gap: 40px;
  border-top: 1px solid var(--paynes-grey);
  border-bottom: 1px solid var(--paynes-grey);
  background-color: var(--body-white);
  flex-flow: wrap;
  place-content: flex-start center;
  align-self: center;
  align-items: center;
  min-width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: sticky;
  top: 78px;
}

.collection__card {
  cursor: pointer;
  border: 20px #0000;
  border-radius: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection__img {
  z-index: -10;
  cursor: pointer;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.works__collection {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
}

.works__collection.view_on_scroll {
  cursor: auto;
}

.collection__info {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: #00000040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.collection__category {
  text-align: center;
}

.collection__category.eyebrow {
  color: var(--pure-white);
}

.collection__title {
  text-align: center;
}

.collection__title.h3 {
  color: var(--pure-white);
  margin-bottom: 0;
}

.collection__date {
  color: var(--pure-white);
  text-align: center;
}

.work__title-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.worktitle.h1 {
  margin-bottom: 20px;
}

.worktitle.h1.moveup_50 {
  text-align: left;
  margin-bottom: 0;
}

.works__date {
  color: var(--paynes-grey);
  flex: none;
  display: inline;
}

.works__loc {
  color: var(--paynes-grey);
  object-fit: fill;
  flex-direction: row;
  flex: none;
  display: block;
}

.loc__date-wrap {
  grid-column-gap: 10px;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.loc__date-wrap.mobile {
  display: none;
}

.title__cat-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.work__category {
  color: var(--accent-red);
  flex-direction: row;
  display: inline;
}

.work__category.eyebrow {
  width: 100%;
}

.work__category.eyebrow.moveup_50 {
  margin-bottom: 10px;
  display: block;
}

.work__category.eyebrow.buzovna.moveup_50 {
  flex: 0 auto;
  width: auto;
  margin-bottom: 0;
}

.template__slogan.h2 {
  margin-bottom: 40px;
}

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

.info__grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  align-self: flex-start;
  width: 50%;
}

.info__eyebrow.eyebrow {
  color: var(--cadet-grey);
}

.info__content.h4 {
  white-space: normal;
  word-break: normal;
}

.info__title.h3.moveup_50 {
  margin-bottom: 20px;
}

.info__text.body {
  margin-bottom: 0;
}

.works__moredetail-wrap {
  align-self: stretch;
}

.seemore__text {
  color: var(--paynes-grey);
}

.seemore__text.h4 {
  color: var(--charcoal);
}

.works__seemore-button {
  grid-column-gap: 20px;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.seemore__expand {
  overflow: hidden;
}

.info__text-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.seemore__img {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 400px;
}

.seemore__text-wrap {
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cell-14 {
  justify-content: center;
}

.lightbox__main-img {
  object-fit: cover;
  width: 100%;
  max-height: 75vh;
  margin-bottom: 40px;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
}

.lightbox__main-img:hover {
  transform: scale(1.02);
}

.lightbox__main-img.moveup_50 {
  transition-property: none;
}

.lightbox__main-img.moveup_50:hover {
  transform: none;
}

.thumbnail__img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

.thumbnail__img:hover {
  transform: scale(1.1);
}

.thumbnail__img:active {
  transform: none;
}

.works__cta-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.works__cta-text.h3 {
  width: 70%;
}

.relatedwork__wrap {
  align-self: auto;
}

.relatedwork__text.h4 {
  margin-bottom: 40px;
}

.relatedworkd__img {
  object-fit: cover;
  width: 340px;
  min-width: auto;
  max-width: 100%;
  height: 340px;
  min-height: auto;
  max-height: 100%;
  display: inline-block;
  position: relative;
}

.relatedworks__wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.relatedworks__info-wrap {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.relatedworks__title.h4 {
  color: var(--body-white);
  text-align: center;
}

.relatedworks__cat.eyebrow {
  color: var(--alice-blue);
  text-align: center;
  width: 54%;
}

.relatedworks__date.eyebrow {
  color: var(--french-grey);
}

.body__comingsoon {
  background-image: linear-gradient(#fcf9f5e6, #fcf9f5e6), url('/images/graphics_re_paynes.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 130vw;
}

.comingsoon_content-wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.comingsoon_heading.h1 {
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 40px;
}

.comingsoon_text {
  text-align: left;
}

.comingsoon_text.h4 {
  color: var(--charcoal);
  text-align: center;
  max-width: 80%;
  margin-bottom: 80px;
}

.some__wrap {
  grid-column-gap: 20px;
  flex-direction: row;
  display: flex;
}

.comingsoon_subheader.h5 {
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 20px;
}

.image-8 {
  max-width: 15%;
  margin-bottom: 80px;
}

.utility-page-wrap {
  background-color: var(--renee-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.backtotop {
  height: 0;
  display: block;
}

.works__lightbox-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;

}

.works__lightbox-list {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.works__lightbox-list.moveup_50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.works__lightbox-selector {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.relatedworks__item {
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.relatedworkd__list {
  grid-column-gap: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.works__grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works__item {
  cursor: pointer;
  flex-direction: column;
  display: block;
  overflow: hidden;
}

.hero__featured-img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.collection-list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  display: block;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: flex-start stretch;
  margin-left: 0;
  display: flex;
}

.collection-item {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.purpose_expand {
  overflow: hidden;
}

.vision__circle-wrap {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.vision__circle {
  background-color: var(--accent-red);
  color: var(--accent-red);
  border-radius: 50%;
  align-self: center;
  width: 150px;
  height: 150px;
  position: relative;
  inset: 0%;
}

.vision__circle._2 {
  background-color: #d14836bf;
  position: absolute;
  inset: 0%;
}

.vision__circle._3 {
  background-color: #d1483680;
  position: absolute;
  inset: 0%;
}

.arrow {
  flex: 0 auto;
  align-self: center;
  height: 140px;
}

.arrow.moveright-50 {
  align-self: flex-start;
}

.job__button {
  grid-column-gap: 40px;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.job__button-text {
  margin-right: 0;
}

.job__button-text.h4 {
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.job__button-text.h4:hover {
  color: var(--accent-red);
}

.openpos__wrap {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.empty-state {
  background-color: #0000;
  padding: 0;
}

.tab__menu-switch {
  z-index: 1;
  background-color: var(--renee-blue);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

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

.text_sizeup {
  overflow: hidden;
}

.collection__info-mobile {
  display: none;
}

.vision__cicle-group {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.success__message-wrap {
  background-color: #0000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.success__text.h4 {
  color: var(--charcoal);
}

.errormessage__wrap {
  background-color: #0000;
  margin-top: 40px;
}

.error__text.h4 {
  color: var(--accent-red);
  text-align: center;
}

.intro {
  padding: 150px 40px;
}

.pagenotfound {
  color: var(--body-white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagenotfound.h1 {
  text-align: left;
  margin-top: 80px;
}

.pagenotfound__detail {
  color: var(--french-grey);
}

.pagenotfound__detail.h3 {
  text-align: left;
}

.lottie-animation {
  filter: grayscale();
}

.buz__det-wrap {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.buz__title-wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.buz_hero-wrap {
  margin-top: -100px;
}

.buz__hero {
  width: 100vw;
  max-width: none;
  display: block;
}

.buz__info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.info__buz-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.summary__buz-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.buz__intro {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buzovna__title {
  width: 100%;
  max-width: none;
  position: static;
}

.buz__intro-wrap {
  z-index: -1;
  object-fit: fill;
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  top: 179px;
}

.lochist__content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.buz_heading {
  margin-bottom: 40px;
  font-family: Melodrama Variable, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1em;
}

.buz_heading.arch {
  margin-bottom: 80px;
}

.buz_heading.arch.moveup_50 {
  margin-bottom: -80px;
}

.buz_heading.urbanism {
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.image-11 {
  width: 40%;
}

.buz__church-img.moveup_50 {
  width: 100vw;
  max-width: none;
}

.map__dot {
  width: 120vw;
  max-width: none;
  position: absolute;
  inset: 0% auto 0% -30%;
}

.map__dot.park {
  z-index: -1;
}

.buildings__wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.map_building {
  object-fit: cover;
  background-color: #3647521a;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.building__name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.buz__area-map {
  z-index: -1;
  width: 100vw;
  max-width: none;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.area__text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  width: 50%;
  height: 35%;
  margin-top: 0;
  display: flex;
}

.image-12 {
  width: 40px;
  max-width: none;
}

.area__marker-wrap {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: auto;
  display: flex;
}

.marker__line {
  background-color: var(--accent-red);
  width: 2px;
  height: 28vw;
  margin-top: -9px;
  padding-top: 0;
}

.dev__content-wrap {
  width: 60%;
}

.dev_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.dev_content._2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.dev_content._2.scrollin_moveleft, .dev_content.scrollin_moveright {
  align-items: center;
}

.arrownumber {
  width: 33%;
}

.bold-text {
  white-space: normal;
  word-break: normal;
}

.tahmazov__wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.culturehouse__text-wrap {
  flex: 0 auto;
  width: 50%;
  position: sticky;
  top: 33vh;
}

.tahmazov__img-wrap {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: static;
  top: 20px;
}

.tahmazov__img._1 {
  position: absolute;
  inset: 0% 0% auto;
}

.tahmazov__img._1.moveup_50 {
  position: relative;
  top: 0;
}

.tahmazov__img._2 {
  position: absolute;
  inset: 10vh 0% auto;
}

.tahmazov__img._2.moveup_50 {
  z-index: -1;
  margin-top: -100px;
  position: relative;
  top: 0;
}

.bath {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.museum__text-wrap {
  flex: 0 auto;
  width: 40%;
  position: static;
  top: 33vh;
}

.museum__img {
  object-fit: cover;
  width: 60%;
}

.arch__subheader-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.arch__subheader-wrap.preserve {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.preserve, .museum {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.preserve__img, .bath__img {
  object-fit: cover;
  width: 60%;
}

.aux_house {
  width: 95vw;
  max-width: none;
  margin-top: -40px;
}

.residential__text-wrap {
  flex: 0 auto;
  width: 50%;
  position: static;
  top: 33vh;
}

.residential__img {
  width: 95vw;
  max-width: none;
  margin-top: 40px;
}

.park__text-wrap {
  flex: 0 auto;
  width: 50%;
  position: static;
  top: 33vh;
}

.park_img {
  text-align: left;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: auto;
  width: 100vw;
  max-width: none;
}

.urbanism__title-wrap {
  align-self: flex-end;
  width: 50%;
  margin-bottom: 120px;
}

.urb__strt-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
  display: flex;
}

.strt__text-wrap {
  width: 50%;
}

.strt__img {
  width: 60%;
}

.urb__sust-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sust__text-wrap {
  width: 50%;
}

.sust__img {
  object-fit: cover;
  align-self: stretch;
  width: 60%;
}

.buz__cta-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buz__cta-text.h3 {
  width: 70%;
}

.buz__suggest-works {
  align-self: auto;
}

.buz_sugg-text.h4 {
  margin-bottom: 40px;
}

.buz__sugg-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.buz__sugg-list {
  grid-column-gap: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.sugg__item {
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.sugg__item-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.sugg__info-wrap-copy {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tahmazov_text-wrap {
  flex: 0 auto;
  align-self: center;
  width: 50%;
  position: static;
  top: 33vh;
}

.works__buz-wrap {
  background-image: linear-gradient(#abc7d880, #fff 50%);
  padding-top: 0;
  position: relative;
}

.works_buz-img {
  object-fit: cover;
  object-position: 50% 55%;
  width: 100%;
  max-width: none;
  height: 250px;
  margin-top: 0;
}

.image-17 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.works__buz-overlay {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-image: linear-gradient(#00000040, #00000040);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.buz__inf {
  color: var(--body-white);
}

.buz__overlay-info {
  color: var(--pure-white);
  font-size: 12px;
}

.hightlights__card {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.highlights_img-wrap {
  object-fit: fill;
  height: 400px;
  overflow: hidden;
}

.highlights__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.highlights__img:hover {
  object-position: 50% 50%;
  transform: scale(1.1);
}

.highlights__info-wrap {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.public__year.eyebrow {
  margin-bottom: 10px;
}

.public__title.h3 {
  flex: 0 auto;
  align-self: auto;
  max-width: 100%;
}

.public__title.h4 {
  width: 80%;
  margin-bottom: 0;
}

.public__title.h5 {
  width: 80%;
  margin-bottom: 0;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.public__title.h5:hover {
  color: var(--accent-red);
}

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

.news__highlights-header.h2 {
  margin-bottom: 40px;
}

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

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

.news__latest-text {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.news__headers.h2 {
  margin-bottom: 80px;
}

.news__headers.h3 {
  margin-bottom: 40px;
}

.news_loadmore-wrap {
  cursor: pointer;
  align-self: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.loadmore.h3 {
  color: var(--charcoal);
  margin-bottom: 0;
  margin-right: 20px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.loadmore.h3:hover {
  color: var(--accent-red);
}

.latest__expand-wrap {
  overflow: hidden;
}

.highlights__collection-item {
  padding-left: 0;
  padding-right: 0;
}

.highlights__collectionlist {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.news__hero-text {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  display: flex;
}

.news__hero-text.moveup_50 {
  margin-bottom: 80px;
}

.heading {
  width: 60%;
}

.news__heading.h1 {
  text-align: left;
}

.news__heading.h2 {
  text-align: left;
  width: 80%;
  margin-bottom: 0;
}

.news__img-hero {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 70vh;
}

.news__content-text {
  width: 60%;
}

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

.news__sugg-img {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 250px;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.news__sugg-img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.news__sugg-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.sugg__date.eyebrow {
  margin-bottom: 5px;
}

.sugg__title.h5 {
  margin-bottom: 0;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.sugg__title.h5:hover {
  color: var(--accent-red);
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.image-19 {
  object-fit: cover;
  width: 250px;
  height: 250px;
}

.components__container {
  width: auto;
  max-width: 1100px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.heading-2 {
  font-size: 27px;
  line-height: 1.5em;
}

.paragraph-2 {
  line-height: 1.5em;
}

.link-2 {
  color: var(--charcoal);
  text-decoration: none;
}

.news__highlights-title.h3 {
  flex: 0 auto;
  align-self: auto;
  max-width: 100%;
}

.news__highlights-title.h4 {
  width: 100%;
  margin-bottom: 0;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.news__highlights-title.h4:hover {
  color: var(--accent-red);
}

.news__highlights-title.h5 {
  width: 80%;
}

.loadmore__text {
  color: var(--cadet-grey);
}

.loadmore__empty {
  background-color: #ddd0;
  padding: 0;
}

.news__sugg-imgwrap {
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .container.works__buz {
    max-width: none;
  }

  .section.vision.is-blue {
    background-position: -26%;
    background-size: 60vw;
  }

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

  .vision__text-wrap {
    width: 50%;
  }

  .buz_hero-wrap {
    margin-top: -120px;
  }

  .news__content-text {
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: var(--body-white);
    color: var(--charcoal);
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
  }

  .container {
    max-width: 1500px;
  }

  .container.comingsoon {
    align-items: center;
  }

  .container.buz__area {
    flex-direction: column;
    justify-content: center;
  }

  .section.works__template {
    padding-bottom: 40px;
  }

  .section.works__template.intro {
    padding-bottom: 80px;
  }

  .section.works__template.hero__img {
    padding: 0;
  }

  .section.loc_hist {
    background-size: 48vw;
    height: 100vh;
  }

  .section.buz__area {
    align-items: center;
    display: flex;
  }

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

  .works__slider-rightarrow {
    margin-left: 0%;
    left: 6%;
  }

  .works__slider-rightarrow.moveup_50 {
    left: 6%;
  }

  .works__slider-location.body {
    max-width: 70%;
  }

  .vision__text-wrap {
    width: 50%;
  }

  .join__intro.h2 {
    max-width: 1500px;
  }

  .seciton {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .seciton.services {
    height: auto;
    min-height: 70vh;
  }

  .services__heading.h1 {
    text-align: center;
  }

  .collection__img {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .work__category.eyebrow {
    font-size: 16px;
  }

  .relatedworkd__img {
    width: 500px;
  }

  .collection-item {
    width: 20%;
  }

  .arrow {
    height: 120px;
  }

  .image-11 {
    width: 30%;
  }

  .works_buz-img {
    height: 30vh;
  }

  .news__content-text {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 20px;
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 16px;
  }

  h6, p {
    font-size: 14px;
  }

  a {
    text-decoration: none;
  }

  .navbar.underline {
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    inset: 0% 0% auto;
  }

  .container {
    align-items: flex-start;
    max-width: none;
  }

  .container.works {
    overflow: visible;
  }

  .container.services.title {
    display: none;
  }

  .container.team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.join__us {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.works__collection {
    grid-column-gap: 0px;
  }

  .container.buz {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.buz__info {
    padding-top: 80px;
  }

  .container.buz__map {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container.buz__arch {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .container.park__text {
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 0;
  }

  .navbar__home, .navbar__home.w--current {
    z-index: 2000;
  }

  .navbar__menu {
    z-index: auto;
    grid-column-gap: 0px;
    background-color: var(--body-white);
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .menu__link.link {
    color: var(--charcoal);
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    display: block;
  }

  .menu__link.link:hover {
    font-size: 40px;
  }

  .menu__link.link.news {
    display: block;
  }

  .menu__link.link.mobile {
    color: var(--charcoal);
    text-align: center;
    -webkit-text-stroke-color: transparent;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    display: block;
  }

  .navbar__menu-button {
    text-align: center;
    border: 1px #000;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    display: flex;
  }

  .navbar__menu-button.w--open {
    z-index: 2000;
    border: 1px none var(--paynes-grey);
    background-color: #0000;
    border-radius: 100px;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: relative;
  }

  .h2.buz.dev.moveup_50 {
    margin-bottom: 40px;
  }

  .h2.buz.moveup_50 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .h3.culturehouse.moveup_50, .h3.residential.moveup_50 {
    margin-bottom: 40px;
  }

  .h3.park.moveup_50 {
    margin-bottom: 0;
  }

  .h3.strtdesign.scrollin_moveleft, .h3.sust.scrollin_moveright, .h3.moveup_50 {
    font-size: 30px;
  }

  .h4 {
    font-size: 20px;
  }

  .h5.buz.moveup_50 {
    font-size: 18px;
  }

  .h5.building__name {
    font-size: 16px;
  }

  .body.area__text, .body.dev, .body.tahmazov.scrollin_moveleft, .body.tahmazov.scrollin_moveright {
    font-size: 14px;
  }

  .body.strtdesign.scrollin_moveleft {
    margin-bottom: 0;
    font-size: 14px;
  }

  .body.sust.scrollin_moveright, .body.buz_summary.moveup_50, .body.moveup_50 {
    font-size: 14px;
  }

  .button:hover {
    transform: scale(1.02);
  }

  .button:active {
    transform: scale(1);
  }

  .button.is-white.hero {
    font-size: 14px;
  }

  .button.worksslider {
    z-index: 0;
    align-self: flex-end;
    display: block;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .button.worksslider.mobile {
    z-index: 50;
    display: block;
  }

  .button.worksslider.mobile:hover {
    transform: scale(1.02);
  }

  .button.worksslider.mobile:active {
    transform: scale(1);
  }

  .button.navbar.is-blue {
    display: none;
  }

  .button.unsolicited {
    font-size: 16px;
  }

  .section.land-home.underline {
    background-position: 100%;
    background-size: 50vw;
    background-attachment: scroll;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.land-works.underline {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .section.land-services, .section.footer.is-blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.purpose.underline {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.vision.is-blue {
    background-position: -80%;
    background-size: 70vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.values {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.rena {
    background-position: 80%;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.media {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.contact {
    padding-bottom: 80px;
  }

  .section.works__collection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.works__template {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.works__template.intro {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.works__template.hero__img {
    max-height: 50vh;
  }

  .section.works__ilghtbox {
    padding-bottom: 80px;
  }

  .section.intro.home {
    position: static;
  }

  .section.loc_hist {
    background-image: linear-gradient(#fcf9f580, #fcf9f580), url('/images/hist_buildings_collage.svg');
    background-position: 0 0, 50vw;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.buz__map.desktop {
    display: none;
  }

  .section.buz__map.mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 40px;
    display: none;
    position: relative;
  }

  .section.buz__area.desktop {
    display: none;
    overflow: visible;
  }

  .section.buz__area.mobile {
    display: block;
  }

  .section.buz__dev {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.buz__arch {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.residential {
    padding-top: 80px;
  }

  .section.park {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.park.img {
    padding-left: 0;
    padding-right: 0;
  }

  .section.urbanism {
    margin-bottom: 120px;
  }

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

  .section.news__latest {
    padding-top: 40px;
  }

  .section.news__hero {
    padding-top: 80px;
  }

  .hero__intro.h1 {
    font-size: 40px;
  }

  .about.h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .about.body {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .about__text {
    max-width: 60%;
  }

  .works__slider.desktop {
    display: none;
  }

  .works__slider-mask {
    min-height: 60vh;
    overflow: hidden;
  }

  .works__slider-leftarrow, .works__slider-rightarrow {
    margin-top: 450px;
  }

  .works_slide._1 {
    background-image: none;
    min-height: 60vh;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    inset: 0%;
  }

  .works__slider-wrap {
    flex-direction: row;
    justify-content: flex-start;
  }

  .arrow__button {
    width: 40px;
    height: 40px;
  }

  .arrow__button:active {
    transform: scale(.95);
  }

  .arrow__button.purpose {
    width: 35px;
    height: 35px;
    transform: none;
  }

  .arrow__button.mobile__slider {
    border: 1px solid var(--body-white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #0000;
    background-color: #ffffff26;
    width: 60px;
    height: 60px;
    margin-right: 0;
    transform: none;
  }

  .arrow__button.mobile__slider:hover {
    transform: scale3d(1none, 1none, 1none);
    background-color: #fff6;
  }

  .arrow__button.mobile__slider.left {
    transform: rotate(180deg);
  }

  .arrow__button.mobile__slider.left:active {
    transform: scale(.95)rotate(180deg);
  }

  .arrow__button.services__expand {
    border: 1px none var(--body-white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #0000;
    background-color: #ffffff26;
    width: 60px;
    height: 60px;
    margin-right: 0;
    transform: none;
  }

  .arrow__button.services__expand:hover {
    transform: scale3d(1none, 1none, 1none);
    background-color: #fff6;
  }

  .rightarrow__icon {
    color: #0000;
    -webkit-text-stroke-color: transparent;
    background-color: #0000;
    width: 20px;
  }

  .services__header.h2 {
    margin-bottom: 80px;
    font-size: 30px;
  }

  .services__wrap {
    grid-column-gap: 40px;
    min-height: 100px;
  }

  .services__info-wrap {
    align-self: stretch;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services__name.h3 {
    font-size: 25px;
  }

  .footer__header.h2 {
    font-size: 30px;
  }

  .footer__link, .purpose__text.body {
    font-size: 14px;
  }

  .purpose__img.mobile {
    display: none;
  }

  .purpose__header.h2, .vision__heading.h2 {
    font-size: 40px;
  }

  .vision__text.body {
    font-size: 14px;
  }

  .vision__text-wrap {
    width: 60%;
  }

  .values__heading.h2 {
    margin-bottom: 80px;
    font-size: 40px;
  }

  .values__text-wrap {
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    position: static;
  }

  .values__text.body {
    flex: 0 auto;
    width: 70%;
    font-size: 14px;
  }

  .rena__heading.h2 {
    font-size: 40px;
  }

  .rena__text.body {
    font-size: 14px;
  }

  .team__heading.h2 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .team__card {
    justify-content: center;
  }

  .team__img {
    width: 150px;
    height: 150px;
  }

  .team__name.h5 {
    font-size: 20px;
  }

  .team__occup.bodysmall {
    font-size: 14px;
  }

  .media__heading.h2 {
    font-size: 40px;
  }

  .media__title.h4 {
    font-size: 20px;
  }

  .contact__intro.h1 {
    font-size: 40px;
  }

  .tab__link-text {
    font-size: 14px;
  }

  .contactus__heading.h2 {
    margin-bottom: 80px;
    font-size: 30px;
  }

  .contact__info-title.h4 {
    text-align: center;
    font-size: 20px;
  }

  .contact__info-link {
    font-size: 14px;
  }

  .horizontalspan.home__services {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .horizontalspan.moveup_50 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact__office-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .office__heading.h3 {
    font-size: 30px;
  }

  .office__text.body, .input__field {
    font-size: 14px;
  }

  .form__heading.h3 {
    font-size: 30px;
  }

  .join__intro.h2 {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 30px;
  }

  .nojob__text {
    font-size: 14px;
  }

  .joinus__wrap {
    align-self: stretch;
    margin-bottom: 80px;
  }

  .unsolicited__heading.h3 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .paragraph {
    font-size: 14px;
  }

  .seciton.services.leftaligned.arch {
    background-position: 50vw;
    background-size: contain;
    background-attachment: scroll;
    min-height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .seciton.services.leftaligned.land {
    background-position: 50vw 100%;
    background-size: contain;
    background-attachment: scroll;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .seciton.services.leftaligned.auth {
    background-position: 50vw;
    background-size: contain;
    background-attachment: scroll;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .seciton.services.leftaligned.mep {
    background-position: 50vw;
    background-size: cover;
    background-attachment: scroll;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .seciton.services.rightaligned {
    background-position: -30vw;
    background-size: contain;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .seciton.services.rightaligned.int {
    background-position: -50vw;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .seciton.services.rightaligned.boq {
    background-position: -50vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .seciton.services.rightaligned.auth {
    background-image: url('/images/serv_authsup.jpg');
    background-position: -50vw;
    background-size: cover;
    background-attachment: scroll;
  }

  .seciton.intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .seciton.buz__church {
    margin-bottom: 40px;
  }

  .services__heading.h1 {
    font-size: 40px;
  }

  .services__heading.h2 {
    font-size: 30px;
  }

  .service__detail-wrap.leftaligned {
    width: 50%;
    padding-right: 40px;
  }

  .service__detail-wrap.rightaligned {
    padding-left: 40px;
  }

  .service_nr {
    font-size: 12px;
  }

  .service__subhader.h3 {
    font-size: 20px;
  }

  .service__text.body {
    text-align: justify;
    font-size: 14px;
  }

  .home__services-expand {
    margin-bottom: 0;
    display: block;
  }

  .home__services-text.body {
    font-size: 14px;
    overflow: visible;
  }

  .mobile__menu-wrap {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 80px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .home__works-slider.mobile {
    min-height: 70vh;
    margin-bottom: 20px;
    display: block;
  }

  .mobile__slider-mask {
    overflow: hidden;
  }

  .mobile__slider-slide {
    overflow: visible;
  }

  .slide-nav-2 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .slide__wrap {
    min-height: 100%;
    padding: 0;
    position: relative;
    overflow: visible;
  }

  .slide__title.h2 {
    color: var(--charcoal);
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 30px;
    text-decoration: none;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    display: inline-block;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .slide__title.h2:hover {
    color: var(--accent-red);
  }

  .slide__title.h2:active {
    transform: scale(.98);
  }

  .info__button-wrap {
    background-color: var(--body-white);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 20%;
    margin-bottom: 0;
    padding: 40px 10px 10px 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .right-arrow {
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    display: flex;
    inset: 0% 0% 20% auto;
    overflow: visible;
  }

  .image-6 {
    width: 50%;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    display: flex;
    inset: 0% auto 20% 0%;
    overflow: visible;
  }

  .menu__button-wrap {
    z-index: 2000;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .menu__button-span {
    background-color: var(--charcoal);
    width: 18px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu__button-span.top {
    z-index: 2001;
    background-color: var(--charcoal);
    position: relative;
    inset: 0% auto auto 0%;
  }

  .menu__button-span.middle {
    z-index: 2000;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .menu__button-span.bottom {
    z-index: 2002;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .works__intro.h1 {
    font-size: 40px;
  }

  .collection__card {
    flex-direction: row;
    align-items: center;
    text-decoration: none;
  }

  .collection__img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 80%;
    position: absolute;
  }

  .works__collection.view_on_scroll {
    flex: 0 auto;
  }

  .collection__info {
    display: none;
  }

  .collection__title.h3 {
    font-size: 30px;
  }

  .collection__title.h3.mobile {
    color: var(--charcoal);
    -webkit-text-stroke-color: #36475200;
    text-decoration: none;
  }

  .collection__date.mobile {
    color: var(--paynes-grey);
    font-style: normal;
    text-decoration: none;
  }

  .worktitle.h1 {
    font-size: 40px;
  }

  .works__date {
    font-size: 14px;
  }

  .works__loc {
    text-align: right;
    font-size: 14px;
    text-decoration: none;
  }

  .loc__date-wrap.mobile {
    display: none;
  }

  .template__slogan.h2 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .info__content.h4 {
    font-size: 20px;
  }

  .info__title.h3.moveup_50 {
    font-size: 30px;
  }

  .info__text.body {
    font-size: 14px;
  }

  .seemore__text.h4 {
    font-size: 20px;
  }

  .seemore__img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
  }

  .thumbnail__img:hover {
    transform: scale(1.2);
  }

  .works__cta-text.h3 {
    font-size: 30px;
  }

  .relatedwork__text.h4 {
    font-size: 20px;
  }

  .relatedworkd__img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .relatedworks__title.h4 {
    font-size: 20px;
  }

  .slider__img {
    object-fit: cover;
    object-position: 50% -10vh;
    width: 100%;
    height: 70vh;
    display: inline-block;
  }

  .slider__text-wrap {
    max-width: 60%;
  }

  .comingsoon_heading.h1 {
    font-size: 40px;
  }

  .comingsoon_text.h4 {
    margin-bottom: 80px;
    font-size: 20px;
  }

  .comingsoon_subheader.h5 {
    font-size: 16px;
  }

  .image-8 {
    max-width: 20%;
  }

  .utility-page-content {
    align-items: flex-start;
    width: auto;
  }

  .works__lightbox-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .works__lightbox-list.moveup_50 {
    width: 100%;
  }

  .works__grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .collection-list {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
  }

  .collection-item {
    width: 50%;
  }

  .vision__circle {
    width: 130px;
    height: 130px;
  }

  .arrow {
    align-self: flex-start;
    height: 100px;
  }

  .collection__info-mobile {
    background-color: var(--body-white);
    object-fit: fill;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    height: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .intro {
    padding: 80px 40px;
  }

  .pagenotfound.h1 {
    text-align: left;
    font-size: 40px;
  }

  .pagenotfound__detail.h3 {
    text-align: left;
    font-size: 25px;
  }

  .buz__det-wrap {
    flex: 0 auto;
    width: 100%;
  }

  .buz__title-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .buz_hero-wrap {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .buz__info.moveup_50 {
    width: 50%;
  }

  .summary__buz-wrap {
    flex: 0 auto;
    width: 50%;
  }

  .buz__intro-wrap {
    padding-left: 0;
    padding-right: 0;
    top: 120px;
  }

  .lochist__content {
    width: 80%;
  }

  .buz_heading.arch.moveup_50 {
    margin-bottom: -40px;
  }

  .buz_heading.moveup_50 {
    font-size: 80px;
  }

  .image-11.scrollin_moveright {
    width: 30%;
  }

  .map__dot.axudov, .map__dot.hamam, .map__dot.park.moveup_50 {
    width: 150vw;
    margin-left: -60vw;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .map__dot.none {
    align-self: center;
    width: 150vw;
    margin-bottom: 250px;
    margin-left: -70vw;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .buildings__wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
  }

  .map_building {
    order: -1;
  }

  .building__name-wrap.moveup_50 {
    flex-direction: column;
    order: 0;
  }

  .area__text-wrap {
    padding-right: 40px;
  }

  .dev__content-wrap {
    width: 80%;
  }

  .dev_content._2.scrollin_moveleft, .dev_content.scrollin_moveright, .tahmazov__wrap {
    align-items: center;
  }

  .culturehouse__text-wrap {
    width: 100%;
  }

  .tahmazov__img-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-self: center;
    width: 50%;
    height: auto;
    display: flex;
  }

  .tahmazov__img._1.moveup_50 {
    position: static;
  }

  .tahmazov__img._2.moveup_50 {
    margin-top: 0;
    position: static;
  }

  .bath {
    align-items: stretch;
  }

  .museum__img.scrollin_moveright {
    object-fit: cover;
    width: 50%;
    height: auto;
  }

  .preserve, .museum {
    align-items: stretch;
  }

  .bath__img.scrollin_moveright {
    width: 50%;
  }

  .aux_house.moveup_50 {
    margin-top: 40px;
  }

  .residential__text-wrap {
    width: 100%;
  }

  .park__text-wrap {
    width: auto;
    margin-bottom: 40px;
  }

  .urbanism__title-wrap {
    margin-bottom: 80px;
  }

  .urb__strt-cont {
    margin-bottom: 120px;
  }

  .strt__img.scrollin_moveright {
    width: 50%;
  }

  .urb__sust-cont {
    flex-direction: row;
  }

  .sust__img.scrollin_moveleft {
    width: 50%;
  }

  .buz__cta-text.h3 {
    font-size: 30px;
  }

  .buz_sugg-text.h4 {
    font-size: 20px;
  }

  .buz_sugg-text.h4.moveup_50 {
    margin-top: 20px;
  }

  .tahmazov_text-wrap {
    width: 50%;
  }

  .works__buz-wrap {
    height: 50vh;
  }

  .works_buz-img {
    height: 80%;
  }

  .highlights_img-wrap {
    height: 300px;
  }

  .public__title.h5 {
    font-size: 18px;
  }

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

  .news__headers.h2.moveup_50 {
    margin-bottom: 40px;
    font-size: 35px;
  }

  .loadmore.h3 {
    margin-right: 10px;
    font-size: 20px;
  }

  .highlights__collectionlist, .highlights__collectionlist.moveup_50 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .news__heading.h2 {
    font-size: 40px;
  }

  .news__content-text {
    width: 80%;
  }

  .news__sugg-img {
    height: 200px;
  }

  .components__container {
    width: auto;
    max-width: 1100px;
  }

  .loadmore__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 14px;
  }

  h6, p {
    font-size: 12px;
  }

  .navbar.underline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    align-items: flex-start;
  }

  .container.heroslider {
    min-height: 100vh;
  }

  .container.services {
    padding: 0;
  }

  .container.services.title {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: url('/images/services_01_arch.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 auto;
    align-self: flex-start;
    min-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    display: block;
  }

  .container.services.title.arch {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: linear-gradient(#0006, #0006), url('/images/services_01_arch.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.services.title.arch.moveup_50 {
    background-image: linear-gradient(#0000, #0000), url('/images/daniel-faro_DTS-Greece_R1-08292-026A_highres.jpg');
    background-position: 0 0, 50% 30%;
  }

  .container.services.title.int {
    background-image: linear-gradient(#0000004d, #0000004d), url('/images/services_02_int.jpeg');
    background-size: auto, cover;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.services.title.int.moveup_50 {
    background-image: linear-gradient(#00000012, #00000012), url('/images/daniel-faro_DTS-Greece_R1-08290-027A_highres.jpg');
    background-position: 0 0, 50% 60%;
  }

  .container.services.title.land {
    background-image: linear-gradient(#00000040, #00000040), url('/images/services_03_land.jpeg');
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.services.title.land.moveup_50 {
    background-image: linear-gradient(#00000024, #00000024), url('/images/karl-muscat-MiWGoGARyDQ-unsplash.jpg');
    background-position: 0 0, 50%;
  }

  .container.services.title.est {
    background-image: linear-gradient(#00000040, #00000040), url('/images/services_04_auth.jpeg');
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.services.title.est.moveup_50 {
    background-image: linear-gradient(#0000, #0000), url('/images/serv_authsup_2.jpg');
    background-position: 0 0, 50% 20%;
  }

  .container.services.title.auth {
    background-image: linear-gradient(#00000040, #00000040), url('/images/servcies_05_est.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.services.title.auth.moveup_50 {
    background-image: linear-gradient(#0000, #0000), url('/images/serv_authsup_4.jpg');
    background-position: 0 0, 50% 10%;
  }

  .container.services.title.mep {
    background-image: linear-gradient(#00000040, #00000040), url('/images/servcies_05_est.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.services.title.mep.moveup_50 {
    background-image: linear-gradient(#0000004f, #0000004f), url('/images/elimende-inagella-JUDPnpHHRqs-unsplash-2.jpg');
    background-position: 0 0, 50% 70%;
  }

  .container.services.content {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 40px 20px;
    overflow: hidden;
  }

  .container.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.join__us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.works__lightbox {
    align-items: center;
  }

  .container.buz {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.buz__info {
    padding-top: 40px;
  }

  .container.buz__area {
    position: relative;
  }

  .container.buz__arch {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .navbar__home {
    padding-left: 0;
  }

  .menu__link.link, .menu__link.link:hover, .menu__link.link.mobile, .h2.buz.moveup_50 {
    font-size: 25px;
  }

  .h3.buz__church.moveup_50 {
    margin-bottom: 0;
  }

  .h3.moveup_50 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .h4, .h5.buz.moveup_50 {
    font-size: 16px;
  }

  .h5.building__name {
    text-align: center;
    align-self: auto;
  }

  .h5.arch__subtitle {
    font-size: 18px;
  }

  .body.area__text {
    width: 60%;
    margin-bottom: 0;
    font-size: 12px;
  }

  .body.dev, .body.tahmazov.scrollin_moveleft, .body.tahmazov.scrollin_moveright, .body.strtdesign.scrollin_moveleft, .body.sust.scrollin_moveright {
    font-size: 12px;
  }

  .body.buz_summary.moveup_50 {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .body.moveup_50, .button, .button.is-white.hero, .button.worksslider {
    font-size: 12px;
  }

  .button.unsolicited {
    align-self: center;
    font-size: 14px;
  }

  .section.hero__slider {
    min-height: 100vh;
  }

  .section.land-home.underline {
    min-height: auto;
    padding: 40px 20px;
  }

  .section.land-works.underline, .section.land-services, .section.footer.is-blue {
    padding: 40px 20px;
  }

  .section.purpose.underline {
    margin-top: 0;
    padding: 40px 20px;
  }

  .section.vision.is-blue {
    background-position: -25%;
    background-size: 50vw;
    padding: 40px 20px;
  }

  .section.values, .section.rena {
    padding: 40px 20px;
  }

  .section.team.underline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.contact {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.works__collection {
    padding: 40px 20px;
  }

  .section.works__template {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.works__template.intro {
    padding: 40px 20px;
  }

  .section.works__ilghtbox {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.buz {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.loc_hist {
    min-height: auto;
    padding: 40px 20px;
  }

  .section.buz__map.mobile {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .section.buz__area.mobile {
    margin-top: 40px;
  }

  .section.buz__dev {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.buz__arch {
    padding: 80px 20px;
  }

  .section.culturehouse, .section.residential, .section.park {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.urbanism {
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.works__buzovna, .section.news__highlights, .section.news__latest {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section.news__content {
    padding-bottom: 40px;
  }

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

  .hero__intro.h1 {
    font-size: 35px;
  }

  .about.h2 {
    font-size: 25px;
  }

  .about__text {
    max-width: 80%;
  }

  .arrow__button.services__expand {
    border-style: solid;
    transform: rotate(90deg);
  }

  .services__header.h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .services__wrap {
    grid-column-gap: 20px;
  }

  .services__name.h3 {
    max-width: 70%;
    font-size: 20px;
  }

  .footer__header.h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .footer__header.h3.moveup_50 {
    font-size: 25px;
  }

  .span__horizontal {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer__link, .purpose__text.body {
    font-size: 12px;
  }

  .purpose__img.moveup_50 {
    margin-left: 20px;
  }

  .purpose__header.h2 {
    font-size: 30px;
  }

  .readmore {
    font-size: 14px;
  }

  .vision__heading.h2 {
    font-size: 30px;
  }

  .vision__text.body {
    font-size: 12px;
  }

  .values__heading.h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .values__text-wrap {
    grid-column-gap: 20px;
  }

  .values__text.body {
    font-size: 12px;
  }

  .rena__heading.h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .rena__text.body {
    font-size: 12px;
  }

  .team__heading.h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .team__name.h5 {
    font-size: 16px;
  }

  .team__occup.bodysmall {
    font-size: 12px;
  }

  .contact__intro.h1 {
    font-size: 30px;
  }

  .tab__menu {
    margin-bottom: 40px;
  }

  .tab__link-text {
    font-size: 12px;
  }

  .contactus__heading.h2 {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .contact__info-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .contact__card {
    width: 50%;
    margin-bottom: 0;
  }

  .contact__info-title.h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contact__info-link {
    border: 1px solid var(--paynes-grey);
    text-align: center;
    border-radius: 100px;
    align-self: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1em;
    font-size: 12px;
  }

  .contact__info-link.moveup_50:hover {
    border-color: var(--paynes-grey);
    color: var(--paynes-grey);
    background-color: #0000;
    text-decoration: none;
  }

  .contact__info-link.moveup_50:active {
    background-color: var(--renee-blue);
    color: var(--body-white);
    border-color: #0000;
    transform: scale(.98);
  }

  .verticalspan {
    margin: 0 20px;
  }

  .verticalspan.contactus {
    flex: 0 auto;
    width: auto;
    height: 1px;
    margin: 20px 0;
  }

  .verticalspan.loc_date {
    display: none;
  }

  .horizontalspan {
    background-color: var(--french-grey);
    color: var(--paynes-grey);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .horizontalspan.works__seemore {
    align-self: center;
    width: 100%;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .horizontalspan.before__expand, .horizontalspan.services, .horizontalspan.works__template {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .horizontalspan.news {
    margin-top: 40px;
  }

  .contact__office-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .office__img {
    min-width: 50%;
  }

  .office__heading.h3 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .office__text.body {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .input__field {
    margin-bottom: 40px;
  }

  .form__input-wrap {
    grid-column-gap: 40px;
  }

  .form__heading.h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .join__intro.h2 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .join__hero-edge {
    margin-bottom: 80px;
  }

  .nojob__text {
    text-align: left;
    width: 100%;
    font-size: 12px;
  }

  .joinus__wrap {
    flex-direction: column;
    flex: 0 auto;
    align-self: stretch;
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .unsolicited__heading.h3 {
    text-align: center;
    align-self: auto;
    font-size: 25px;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }

  .seciton {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seciton.services.leftaligned.arch {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-image: none;
    background-clip: border-box;
    border: 1px #000;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding: 0;
  }

  .seciton.services.leftaligned.land, .seciton.services.leftaligned.auth, .seciton.services.leftaligned.mep, .seciton.services.rightaligned.int, .seciton.services.rightaligned.boq, .seciton.services.rightaligned.auth {
    background-image: none;
    flex-direction: column;
    padding: 0;
  }

  .services__heading.h1 {
    font-size: 30px;
  }

  .services__heading.h2 {
    color: var(--pure-white);
    display: none;
  }

  .services__heading.h2.mobile {
    margin-bottom: 10px;
    font-size: 25px;
    display: block;
  }

  .service__detail-wrap.leftaligned {
    width: 100%;
    padding-right: 0;
  }

  .service__detail-wrap.rightaligned {
    width: 100%;
    padding-left: 0;
  }

  .service_nr {
    color: var(--alice-blue);
    display: none;
  }

  .service_nr.mobile {
    color: var(--body-white);
    display: block;
  }

  .service__subhader.h3 {
    color: var(--alice-blue);
    display: none;
  }

  .service__subhader.h3.mobile {
    color: var(--body-white);
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .service__text.body {
    color: var(--charcoal);
  }

  .service__text.body.moveup_50 {
    margin-bottom: 0;
  }

  .services__typologies {
    color: var(--charcoal);
  }

  .blue-highlight {
    color: var(--renee-blue);
  }

  .home__services-expand {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .home__services-text.body {
    font-size: 12px;
  }

  .mobile__menu-wrap {
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home__works-slider.mobile {
    min-height: 70vh;
  }

  .slide__title.h2 {
    font-size: 20px;
  }

  .info__button-wrap {
    padding-top: 20px;
  }

  .works__intro.h1 {
    font-size: 30px;
  }

  .works__intro.h1.moveup_50 {
    font-size: 35px;
  }

  .collection__card {
    height: 100vh;
  }

  .works__collection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .collection__title.h3 {
    font-size: 25px;
  }

  .worktitle.h1 {
    max-width: 80%;
    font-size: 35px;
  }

  .loc__date-wrap {
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
  }

  .loc__date-wrap.mobile {
    display: none;
  }

  .work__category.eyebrow.buzovna.moveup_50 {
    width: 50%;
  }

  .template__slogan.h2 {
    font-size: 25px;
  }

  .info__grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .info__content.h4 {
    font-size: 16px;
  }

  .info__title.h3.moveup_50 {
    font-size: 25px;
  }

  .info__text.body {
    font-size: 12px;
  }

  .seemore__text {
    color: var(--charcoal);
    font-size: 14px;
  }

  .seemore__text.h4 {
    font-size: 18px;
  }

  .works__seemore-button {
    justify-content: flex-start;
    align-self: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .works__seemore-button.template {
    padding-left: 0;
    padding-right: 0;
  }

  .seemore__img {
    min-height: 250px;
  }

  .seemore__text-wrap {
    text-align: justify;
  }

  .thumbnail__img {
    width: 100px;
    height: 100px;
  }

  .thumbnail__img:hover {
    transform: scale(1.1);
  }

  .works__cta-text.h3 {
    font-size: 25px;
  }

  .relatedwork__text.h4 {
    margin-bottom: 20px;
  }

  .relatedworkd__img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .relatedworks__title.h4 {
    font-size: 16px;
  }

  .relatedworks__cat.eyebrow, .relatedworks__date.eyebrow {
    font-size: 10px;
  }

  .comingsoon_heading.h1 {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .comingsoon_text.h4, .image-8 {
    margin-bottom: 40px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .works__lightbox-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .relatedworkd__list {
    grid-column-gap: 20px;
  }

  .vision__circle {
    width: 110px;
    height: 110px;
  }

  .job__button {
    justify-content: space-between;
  }

  .job__button-text.h4 {
    font-size: 20px;
  }

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

  .servicesinfo__wrap-mobile {
    flex: 1;
  }

  .servicesmobile__expand {
    flex: 0 auto;
    margin-left: 20px;
    display: none;
    transform: translate(0);
  }

  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagenotfound.h1 {
    text-align: left;
    margin-top: 40px;
  }

  .pagenotfound__detail.h3 {
    text-align: left;
  }

  .buz__title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .info__buz-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .summary__buz-wrap {
    grid-row-gap: 0px;
  }

  .buz_heading.arch.moveup_50 {
    margin-bottom: 40px;
  }

  .buz_heading.moveup_50 {
    font-size: 60px;
  }

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

  .buz__area-map {
    aspect-ratio: auto;
    object-fit: fill;
    margin-top: -150px;
  }

  .area__text-wrap {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12, .marker__line {
    display: none;
  }

  .dev_content._2.scrollin_moveleft, .dev_content.scrollin_moveright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tahmazov__wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 80px;
  }

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

  .preserve, .museum, .urb__strt-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 80px;
  }

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

  .buz__cta-text.h3 {
    font-size: 25px;
  }

  .buz_sugg-text.h4 {
    margin-bottom: 20px;
  }

  .buz__sugg-list {
    grid-column-gap: 20px;
  }

  .highlights_img-wrap {
    width: 100%;
    height: 200px;
  }

  .public__title.h5 {
    font-size: 14px;
  }

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

  .news__headers.h2.moveup_50 {
    font-size: 30px;
  }

  .news_loadmore-wrap.moveup_50 {
    margin-bottom: 20px;
  }

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

  .highlights__collectionlist.moveup_50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .news__heading.h2 {
    font-size: 35px;
  }

  .news__img-hero {
    height: 400px;
  }

  .news__content-text {
    width: 80%;
  }

  .news__sugg-img {
    height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
  }

  .container.heroslider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.services {
    padding: 0;
  }

  .container.purpose {
    flex-direction: column;
  }

  .container.team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.join__us {
    align-items: stretch;
  }

  .container.buz {
    margin-top: 0;
  }

  .container.buz__info {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container.buz__area {
    margin-bottom: 40px;
    position: static;
  }

  .container.news__latest {
    align-items: center;
  }

  .h2.buz.moveup_50 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .h3.tahmazov.moveup_50 {
    float: none;
    clear: none;
    flex-direction: column;
    margin-bottom: 40px;
    display: block;
  }

  .h3.strtdesign.scrollin_moveleft, .h3.sust.scrollin_moveright {
    font-size: 25px;
  }

  .h3.moveup_50 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .body.area__text {
    width: 100%;
  }

  .body.tahmazov.moveup_50 {
    margin-bottom: 40px;
  }

  .body.strtdesign.scrollin_moveleft, .body.sust.scrollin_moveright {
    margin-bottom: 20px;
  }

  .body.moveup_50 {
    margin-bottom: 0;
  }

  .button {
    background-color: var(--body-white);
    align-self: stretch;
  }

  .button.worksslider.mobile, .button.is-red {
    align-self: stretch;
  }

  .button.is-red.w--current:hover {
    transform: scale(1.05);
  }

  .button.is-light {
    background-color: #0000;
    align-self: stretch;
  }

  .button.is-light:hover {
    transform: scale(1.05);
  }

  .button.visitus {
    justify-content: center;
    display: flex;
  }

  .button.visitus.moveup_50 {
    margin-top: 20px;
  }

  .button.submit.is-blue {
    align-self: stretch;
  }

  .button.submit.is-blue:hover {
    transform: scale(1.05);
  }

  .button.unsolicited {
    align-self: stretch;
    font-size: 14px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.land-home.underline {
    background-image: url('/images/graphics_re_beige.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 50vh;
    background-attachment: scroll;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.land-works.underline {
    padding-bottom: 40px;
  }

  .section.purpose.underline {
    text-align: center;
  }

  .section.vision.is-blue {
    background-position: 100%;
    background-size: auto 90vh;
  }

  .section.rena {
    background-image: linear-gradient(#00000040, #00000040), url('/images/about_aboutrena.png');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.works__template.intro {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .section.comingsoon {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.buz__hero {
    margin-top: 80px;
  }

  .section.buz {
    margin-bottom: 40px;
  }

  .section.loc_hist {
    background-image: linear-gradient(#fcf9f5bf, #fcf9f5bf), url('/images/hist_buildings_collage.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.buz__map.mobile {
    display: none;
  }

  .section.culturehouse__img {
    margin-bottom: 80px;
  }

  .section.residential {
    padding-top: 0;
  }

  .section.news__hero {
    padding-top: 40px;
  }

  .hero__intro.h1 {
    font-size: 30px;
  }

  .about.h2 {
    text-align: left;
  }

  .about.body {
    text-align: justify;
  }

  .about.body.moveup_50 {
    margin-bottom: 40px;
  }

  .about__text {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .span__wrap.rena {
    display: none;
  }

  .arrow__button {
    margin-left: 20px;
    display: none;
  }

  .arrow__button.mobile__slider {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #fff0;
    width: 50px;
    height: 50px;
    transform: none;
  }

  .arrow__button.mobile__slider.left {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #fff0;
    width: 50px;
    height: 50px;
  }

  .arrow__button.services__expand {
    width: 50px;
    height: 50px;
  }

  .services__header.h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .services__wrap {
    flex-direction: column;
    flex: 0 auto;
    align-self: stretch;
    margin-bottom: 20px;
  }

  .services__img {
    max-width: 100%;
  }

  .services__info-wrap {
    align-items: flex-start;
    max-width: 100%;
  }

  .footer__header.h2 {
    text-align: left;
    font-size: 30px;
  }

  .footer__header.h3.moveup_50 {
    text-align: center;
    font-size: 20px;
  }

  .span__horizontal {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer__wrap {
    flex-direction: column;
  }

  .footer__button-wrap {
    justify-content: center;
    margin-bottom: 0;
  }

  .footer__button-wrap.cotnact {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .footer__button-wrap.links {
    flex-direction: column;
  }

  .footer__link {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer__link.w--current, .footer__link.credits {
    margin-bottom: 10px;
  }

  .purpose__text {
    text-align: center;
  }

  .purpose__text.body, .purpose__text.body.expand {
    text-align: justify;
  }

  .purpose__img {
    background-position: 50%;
    margin-left: 10px;
    display: block;
  }

  .purpose__img.mobile {
    min-height: 40vh;
    margin-bottom: 40px;
    margin-left: 0;
    display: block;
  }

  .purpose__header.h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .expand__wrap.purpose {
    align-self: center;
  }

  .vision__heading.h2 {
    text-align: left;
    font-size: 30px;
  }

  .vision__text.body {
    text-align: justify;
  }

  .vision__text-wrap {
    width: 100%;
  }

  .values__heading.h2 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .values__text-wrap {
    flex-direction: column;
    align-items: center;
  }

  .values__text.body {
    text-align: justify;
    width: 100%;
  }

  .rena__heading.h2 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .rena__text.body {
    text-align: justify;
  }

  .rena__text-wrap {
    width: 100%;
  }

  .team__heading.h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .team__card {
    padding: 10px;
  }

  .tab__menu {
    flex-direction: row;
    display: flex;
  }

  .contacttab__link.contactus, .contacttab__link.contactus.w--current, .contacttab__link.joinus {
    width: 140px;
  }

  .contact__info-wrap {
    align-items: center;
  }

  .contact__card {
    flex: 0 auto;
    align-self: stretch;
    align-items: center;
    width: auto;
  }

  .contact__info-title.h4 {
    margin-bottom: 20px;
  }

  .contact__info-link {
    text-align: center;
    border: 1px solid #000;
    border-radius: 100px;
    flex: 0 auto;
    align-self: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1em;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  }

  .contact__info-link:hover {
    background-color: var(--renee-blue);
    color: var(--body-white);
  }

  .contact__info-link:active {
    transform: scale(.97);
  }

  .verticalspan {
    background-color: var(--french-grey);
    width: auto;
    height: 1px;
    margin: 40px 0;
  }

  .verticalspan.works__template, .verticalspan.contactus {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .horizontalspan {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .horizontalspan.home__services {
    margin-top: 0;
  }

  .horizontalspan.works__seemore {
    margin-top: 20px;
  }

  .horizontalspan.before__expand {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .horizontalspan.openpos {
    margin-top: 10px;
  }

  .horizontalspan.moveup_50 {
    display: block;
  }

  .horizontalspan.moveup_50.bottom {
    display: none;
  }

  .horizontalspan.latestnews {
    margin-bottom: 20px;
  }

  .contact__office-wrap {
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .office__into-wrap {
    text-align: center;
    align-self: stretch;
  }

  .office__img {
    display: none;
  }

  .office__heading.h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .office__text.body {
    text-align: center;
  }

  .form__input-wrap {
    flex-direction: column;
  }

  .form__heading.h3 {
    text-align: center;
    margin-bottom: 40px;
  }

  .join__hero-edge {
    margin-bottom: 40px;
  }

  .unsolicited__heading.h3 {
    text-align: left;
    margin-bottom: 20px;
  }

  .paragraph {
    text-align: justify;
    margin-bottom: 20px;
  }

  .seciton.services.leftaligned.arch {
    margin-top: 0;
  }

  .seciton.buz__church {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services__heading.h1 {
    font-size: 30px;
  }

  .services__heading.h2.mobile {
    font-size: 25px;
  }

  .service__subhader.h3.mobile {
    font-size: 16px;
  }

  .service__text.body, .services__typologies {
    font-size: 12px;
  }

  .home__services-expand {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .home__services-text.body {
    display: block;
  }

  .mobile__menu-wrap {
    grid-row-gap: 60px;
    justify-content: center;
    padding-top: 70px;
  }

  .home__works-slider.mobile {
    min-height: 70vh;
  }

  .mobile__slider-mask {
    overflow: visible;
  }

  .info__button-wrap {
    flex-direction: column;
    min-height: 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .right-arrow {
    height: auto;
    margin-top: auto;
    padding-right: 0;
    inset: 0% 0% 25% auto;
  }

  .left-arrow {
    margin-top: 0%;
    padding-left: 0;
    inset: 0% auto 25% 0%;
  }

  .menu__button-wrap {
    z-index: 2000;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    display: flex;
    position: relative;
  }

  .menu__button-span {
    background-color: var(--charcoal);
    border-radius: 10px;
    align-self: stretch;
    width: 18px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .works__intro.h1, .works__intro.h1.moveup_50 {
    font-size: 30px;
  }

  .collection__card {
    height: 50vh;
  }

  .collection__title.h3 {
    font-size: 25px;
  }

  .work__title-wrap {
    flex-direction: column;
    align-self: stretch;
  }

  .worktitle.h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .worktitle.h1.moveup_50 {
    margin-bottom: 10px;
  }

  .loc__date-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .loc__date-wrap.mobile {
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .title__cat-wrap {
    align-self: stretch;
  }

  .work__category.eyebrow.buzovna.moveup_50 {
    text-align: center;
    order: 1;
    width: 100%;
  }

  .template__slogan.h2 {
    text-align: left;
    font-size: 25px;
  }

  .template__info-wrap {
    flex-direction: column;
  }

  .info__grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-self: stretch;
    margin-bottom: 0;
  }

  .info__title.h3.moveup_50 {
    text-align: left;
  }

  .info__text.body {
    margin-bottom: 0;
  }

  .seemore__text {
    color: var(--charcoal);
    font-size: 14px;
  }

  .seemore__text.h4 {
    flex: 0 auto;
    justify-content: flex-start;
    font-size: 16px;
    display: block;
  }

  .seemore__text.moveup_50 {
    font-size: 14px;
  }

  .works__seemore-button {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .seemore__expand, .seemore__img {
    margin-bottom: 0;
  }

  .seemore__text-wrap {
    padding-bottom: 0;
  }

  .lightbox__main-img {
    min-height: 50vh;
    max-height: none;
    margin-bottom: 40px;
  }

  .thumbnail__link {
    object-fit: fill;
  }

  .thumbnail__img {
    object-fit: cover;
    width: 40vw;
    max-width: 100%;
    height: 35vw;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .thumbnail__img:hover {
    transform: scale(1.05);
  }

  .works__cta-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .works__cta-text.h3 {
    width: 100%;
    font-size: 20px;
  }

  .relatedworkd__img {
    width: auto;
    min-width: 200px;
    height: 200px;
    min-height: 200px;
  }

  .slider__text-wrap {
    align-self: stretch;
    max-width: none;
    margin-bottom: 20px;
  }

  .body__comingsoon {
    background-image: linear-gradient(#fcf9f5e6, #fcf9f5e6), url('/images/graphics_re_paynes.svg');
    background-position: 0 0, 50%;
    background-size: auto, auto 100vh;
  }

  .comingsoon_heading.h1 {
    margin-bottom: 20px;
  }

  .comingsoon_text.h4 {
    font-size: 16px;
  }

  .comingsoon_subheader.h5 {
    margin-bottom: 40px;
  }

  .image-8 {
    max-width: 40%;
  }

  .works__lightbox-item {
    object-fit: fill;
  }

  .works__lightbox-list {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .works__lightbox-list.moveup_50 {
    grid-column-gap: 20px;
    flex-direction: row;
  }

  .works__lightbox-selector {
    flex-wrap: nowrap;
  }

  .relatedworkd__list {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .collection-item {
    width: 100%;
  }

  .vision__circle-wrap {
    display: none;
  }

  .arrow {
    margin-bottom: 20px;
    display: none;
    transform: rotate(0);
  }

  .job__button {
    grid-column-gap: 20px;
  }

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

  .servicesmobile__expand {
    margin-left: 20px;
  }

  .pagenotfound.h1 {
    text-align: left;
    font-size: 30px;
  }

  .pagenotfound__detail.h3 {
    text-align: left;
    font-size: 20px;
  }

  .buz__det-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .buz__title-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .buz_hero-wrap {
    margin-top: -30px;
  }

  .buz__info.moveup_50, .summary__buz-wrap {
    width: 100%;
  }

  .buz__intro {
    flex-direction: column;
  }

  .buz__intro-wrap {
    margin-bottom: 40px;
    top: 0;
  }

  .lochist__content {
    width: 100%;
  }

  .buz_heading.arch.moveup_50 {
    font-size: 50px;
  }

  .buz_heading.urbanism.moveup_50 {
    justify-content: flex-end;
    font-size: 50px;
  }

  .buz_heading.moveup_50 {
    font-size: 50px;
    line-height: 1.3em;
  }

  .image-11.scrollin_moveright {
    display: none;
  }

  .buz__area-map {
    margin-top: 0;
  }

  .area__text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .image-12 {
    width: 30px;
    display: none;
  }

  .dev__content-wrap {
    width: 100%;
  }

  .dev_content._2.scrollin_moveleft {
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .dev_content.scrollin_moveright {
    align-items: flex-start;
  }

  .arrownumber {
    width: 25%;
  }

  .tahmazov__wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .tahmazov__img-wrap {
    order: -1;
    width: 100%;
  }

  .tahmazov__img._1.moveup_50 {
    flex: 1;
  }

  .bath {
    flex-direction: column;
  }

  .museum__text-wrap {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .museum__img.scrollin_moveright {
    width: 100%;
    height: 250px;
  }

  .arch__subheader-wrap.preserve.scrollin_moveright {
    flex-direction: row;
    justify-content: flex-start;
  }

  .preserve {
    flex-direction: column;
  }

  .museum {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .preserve__img.scrollin_moveleft {
    order: -1;
    width: 100%;
    height: 250px;
  }

  .bath__img.scrollin_moveright {
    width: 100%;
    height: 250px;
  }

  .aux_house.moveup_50 {
    margin-bottom: 40px;
  }

  .urbanism__title-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .urb__strt-cont {
    flex-direction: column;
  }

  .strt__text-wrap {
    width: 100%;
  }

  .strt__img.scrollin_moveright {
    order: 1;
    width: 100%;
  }

  .urb__sust-cont {
    flex-direction: column;
  }

  .sust__text-wrap {
    width: 100%;
  }

  .sust__img.scrollin_moveleft {
    order: 1;
    width: 100%;
    height: 250px;
  }

  .buz__cta-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .buz__cta-text.h3 {
    width: 100%;
    font-size: 20px;
  }

  .buz__sugg-list {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tahmazov_text-wrap {
    order: -1;
    width: 100%;
  }

  .image-13, .image-14, .image-15 {
    display: none;
  }

  .public__title.h5 {
    width: 100%;
    margin-right: 0;
  }

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

  .latest__img {
    height: 100px;
  }

  .news__latest-text {
    align-items: center;
  }

  .news__headers.h2.moveup_50 {
    align-self: flex-start;
    font-size: 25px;
  }

  .news__headers.h3 {
    text-align: left;
    font-size: 20px;
  }

  .news_loadmore-wrap.moveup_50 {
    align-self: center;
  }

  .news__hero-text {
    flex-direction: column-reverse;
    align-items: center;
  }

  .news__heading.h2 {
    text-align: center;
    width: 100%;
    font-size: 30px;
  }

  .news__date.eyebrow {
    margin-bottom: 20px;
  }

  .news__img-hero {
    height: 400px;
  }

  .news__content-text {
    width: 100%;
    font-size: 12px;
  }

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

  .news__sugg-img {
    height: 125px;
  }

  .sugg__title.h5 {
    font-size: 18px;
  }

  .loadmore__text {
    justify-content: flex-start;
    display: block;
  }
}

#w-node-_3d7246e6-b5df-7e35-a818-c311bef64f35-e5239a81, #w-node-_57a10f3f-8cf8-c3fc-175d-0f92563f13ec-e5239a81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-b1761e9e-6585-f326-f70e-496c04eab4c5-f1af6b89, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b73-15c3ab7a, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b78-15c3ab7a, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b7d-15c3ab7a, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b82-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed949c7a-2451-dff5-cef9-93f3f0173b87-15c3ab7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed949c7a-2451-dff5-cef9-93f3f0173b8d-15c3ab7a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-ed949c7a-2451-dff5-cef9-93f3f0173b8e-15c3ab7a, #w-node-_23c92469-deea-c053-ee3f-cb0f6baffad4-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d937716-b0bc-118a-cc38-d6bdc588efc0-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_7cb92eb0-6108-b00f-06c5-1b17fec2ea60-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1b6ab834-4913-4e16-e351-5f5398af6c02-15c3ab7a, #w-node-fe7c12b1-c975-fbcf-8039-088fab5e5be0-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05639f91-1c64-b0b6-7021-86451d350354-15c3ab7a, #w-node-_02b44165-cdb5-e522-3cb1-a11d34158ab6-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_257b5e62-b994-4f44-391b-6d6e74d22b1a-15c3ab7a, #w-node-db5cd78f-96bc-2156-53e8-1d1a25114d15-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_920f8f4a-1be9-0105-ec6e-e60d96c8298e-15c3ab7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0c5cc6d5-b2ef-c237-f422-0592ad51de5c-abf824cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c5f2478-de48-9eb5-4f1a-a303a6434983-abf824cc, #w-node-a860c233-dc32-af75-0495-da35201fa421-abf824cc, #w-node-a860c233-dc32-af75-0495-da35201fa422-abf824cc, #w-node-_76cee078-71f2-97f5-d496-44f664a58224-abf824cc, #w-node-_76cee078-71f2-97f5-d496-44f664a58225-abf824cc, #w-node-_046a6365-761e-a3d1-1c3d-756a4c9aac44-abf824cc, #w-node-_046a6365-761e-a3d1-1c3d-756a4c9aac45-abf824cc, #w-node-_17f0ca8a-64b3-2a70-b720-570b059f9637-abf824cc, #w-node-_17f0ca8a-64b3-2a70-b720-570b059f9638-abf824cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_773768a0-f811-cfed-7741-9550e190a4a9-abf824cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_773768a0-f811-cfed-7741-9550e190a4aa-abf824cc, #w-node-_534a21de-87c1-bd49-1dc7-156b7e3fe9d9-84df4914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23a17d61-08d0-6f9a-acc8-8d9d0ed6a155-84df4914 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec50c20a-5abb-9bec-1324-51b41e69b2f9-84df4914 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec50c20a-5abb-9bec-1324-51b41e69b2fa-84df4914 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b73-15c3ab7a, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b78-15c3ab7a, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b7d-15c3ab7a, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b82-15c3ab7a, #w-node-ed949c7a-2451-dff5-cef9-93f3f0173b87-15c3ab7a {
    justify-self: start;
  }

  #w-node-_23c92469-deea-c053-ee3f-cb0f6baffad4-15c3ab7a {
    order: 1;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d937716-b0bc-118a-cc38-d6bdc588efc0-15c3ab7a {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7cb92eb0-6108-b00f-06c5-1b17fec2ea60-15c3ab7a {
    order: 4;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b6ab834-4913-4e16-e351-5f5398af6c02-15c3ab7a {
    order: 3;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe7c12b1-c975-fbcf-8039-088fab5e5be0-15c3ab7a {
    order: 5;
  }

  #w-node-_05639f91-1c64-b0b6-7021-86451d350354-15c3ab7a {
    order: 6;
  }

  #w-node-_02b44165-cdb5-e522-3cb1-a11d34158ab6-15c3ab7a {
    order: 8;
  }

  #w-node-_257b5e62-b994-4f44-391b-6d6e74d22b1a-15c3ab7a {
    order: 7;
  }

  #w-node-db5cd78f-96bc-2156-53e8-1d1a25114d15-15c3ab7a {
    order: 9;
  }

  #w-node-_920f8f4a-1be9-0105-ec6e-e60d96c8298e-15c3ab7a {
    order: 10;
  }

  #w-node-_534a21de-87c1-bd49-1dc7-156b7e3fe9d9-84df4914 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Melodrama Variable';
  src: url('/fonts/Melodrama-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}