@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Heavy.otf') format("opentype"), url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenirltstd book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenirltstd roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --snow: #fffbf7;
  --black: black;
  --black-2: #333;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #333;
  font-family: Avenirltstd, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2em;
}

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

p {
  margin-bottom: 10px;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

.hero-section {
  min-height: 90vh;
  display: block;
}

.navigation {
  z-index: 10;
  background-color: var(--snow);
  align-items: center;
  min-height: 10vh;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation.black {
  background-color: var(--black);
}

.slide-nav {
  display: none;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  width: 25px;
}

.slider {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.image-2 {
  width: 25px;
}

.consolidated-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-3 {
  z-index: 20;
  width: 420px;
  position: relative;
}

.banner__slide {
  opacity: 0;
  background-color: #0000;
  background-image: url('../images/final-6-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.banner__slide.m__uni {
  background-image: url('../images/final-2-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.banner__slide.m__uni2 {
  background-image: url('../images/New-Project-2.jpg');
  background-position: 50% 40%;
}

.slide-2 {
  background-image: url('../images/HE_Wayfinding_02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/DNCO_VA_WAYFINDING_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container {
  flex: 1;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

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

.image-4 {
  width: 170px;
  margin-bottom: 2px;
}

.hamburger-menu {
  padding: 10px;
}

.menu-line-top {
  background-color: var(--black);
  border-radius: 20px;
  width: 25px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-line-top.white {
  background-color: var(--snow);
}

.menu-line-middle {
  background-color: var(--black);
  border-radius: 20px;
  width: 25px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-line-middle.white {
  background-color: var(--snow);
}

.menu-line-bottom {
  background-color: var(--black);
  border-radius: 20px;
  width: 25px;
  height: 2px;
}

.menu-line-bottom.white, .section {
  background-color: var(--snow);
}

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

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

.content-container.footer {
  border-top: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-container.footer.black {
  border-top-color: var(--snow);
}

.content-container.padding-btm {
  padding-bottom: 120px;
}

.spacer {
  width: 100%;
  height: 80px;
}

.spacer.sml {
  height: 40px;
}

.about_slioe_2 {
  background-image: url('../images/173A3523.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  min-height: 600px;
}

.slide-nav-2 {
  display: none;
}

.about_slioe_1 {
  background-image: url('../images/173A2947.jpg');
  background-position: 0 0;
  background-size: cover;
}

.about_slioe_3 {
  background-image: url('../images/173A3316.jpg');
  background-position: 0 0;
  background-size: cover;
}

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

._2-col-grid._1 {
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  margin-bottom: 80px;
}

._2-col-grid._1.projects {
  margin-bottom: 0;
  padding-bottom: 80px;
}

._2-col-grid.about {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._2-col-grid.about.mrgn-btm {
  margin-bottom: 120px;
}

._2-col-grid.project {
  grid-template-rows: auto;
}

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

.content-block.line-bottom {
  border-bottom: 1px solid #000;
}

.content-block.flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-block.flex.project {
  color: var(--black);
  text-decoration: none;
}

.dropdown-container {
  color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: block;
}

.plus-icon {
  width: 15px;
  height: 15px;
  position: relative;
}

.vertical-line {
  background-color: var(--black-2);
  border-radius: 20px;
  width: 1px;
  height: 15px;
  position: absolute;
  inset: 0% 0% 0% 47%;
}

.no-mrgn {
  text-align: left;
  margin-bottom: 0;
}

.no-mrgn.dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-mrgn.lrg {
  margin-top: 20px;
}

.no-mrgn.lrg.in-line {
  display: inline-block;
}

.no-mrgn.mrgn-right {
  margin-right: 10px;
}

.no-mrgn._2-coll {
  column-count: 2;
}

.no-mrgn.in-line {
  display: inline;
}

.no-mrgn.sml {
  font-size: .8em;
}

.horizontal-line {
  background-color: var(--black-2);
  border-radius: 20px;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
}

.top-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.bottom-dropdown {
  overflow: hidden;
}

.project-thumbanil {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.project-thumbanil.sml {
  height: 35vh;
}

.in-line-link {
  color: #333;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-5 {
  width: 16px;
  margin-bottom: 2px;
}

.footer {
  background-color: var(--snow);
}

.footer.black {
  background-color: var(--black);
}

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

.footer-grid.top {
  text-align: left;
  margin-bottom: 20px;
}

.menu {
  z-index: 110;
  background-color: #fffbf799;
  width: 30%;
}

.menu-slide-out {
  z-index: 9999999;
  background-image: linear-gradient(to right, black, var(--black) 50%, #0000 50%);
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.body {
  background-color: #000;
  transform: translate(0);
}

.content-main {
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-content {
  flex: 1;
  transform: translate(40%);
}

.close-icon {
  align-items: center;
  max-width: 1100px;
  min-height: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.menu-link {
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.menu-link:hover, .menu-link.w--current {
  opacity: .5;
}

.white {
  color: #fff;
  text-decoration: none;
}

.menu-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 10vh;
}

.link-block {
  padding: 10px;
}

.div-block {
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.link {
  color: #333;
  text-decoration: none;
  transition: opacity .2s;
}

.link:hover {
  opacity: .5;
}

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

.about-us-content-block {
  border-top: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.about-us-content-block.last {
  border-bottom: 1px solid #000;
}

.image-6 {
  width: 340px;
}

.padding-right {
  padding-right: 80px;
}

.mrgn-top {
  margin-top: 0;
}

.project-slider {
  min-height: 600px;
}

.slide-project {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.gallery-of-images-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-images {
  width: 100%;
}

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

.link-to-project {
  color: #333;
  text-decoration: none;
  display: block;
}

.mrgn-topp {
  margin-top: 10px;
}

.collection-list-wrapper {
  padding-bottom: 80px;
}

.heading-white {
  color: var(--snow);
}

.paragraph-white {
  color: var(--snow);
  text-align: left;
}

.paragraph-grey {
  color: #bdbdbd;
}

.text-field {
  border: 1px solid var(--black-2);
  color: var(--snow);
  background-color: #0000;
  min-height: 50px;
  margin-bottom: 10px;
  transition: all .2s;
}

.text-field:hover {
  border-color: #fffbf780;
}

.text-field.lrg {
  min-height: 150px;
}

.button {
  border: 1px solid var(--black-2);
  color: var(--snow);
  background-color: #fffbf700;
  width: 100%;
  min-height: 50px;
  transition: all .2s;
}

.button:hover {
  color: var(--black);
  background-color: #fffbf7;
}

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

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

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

.client-image {
  max-width: 150px;
  max-height: 150px;
}

.client-image.opacity {
  opacity: .8;
}

.mask {
  opacity: .5;
}

.navbar {
  z-index: 999;
  opacity: 1;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.container-2 {
  width: 100%;
  padding: 100px 50px;
}

.container-2.c-nav {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 40px;
  display: flex;
}

.nav-links-wrapper {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: letter-spacing .35s;
}

.nav-link:hover {
  letter-spacing: .03em;
}

.menu-button {
  display: none;
}

.text-color-green {
  color: #09442f;
  font-size: 4.8rem;
}

.header-img_bottom {
  position: relative;
}

.icon_wrapper {
  justify-content: flex-end;
  padding-right: 2rem;
  display: flex;
}

.circle3 {
  background-color: #fff;
  border-radius: 2rem;
  width: .5rem;
  height: .5rem;
  display: none;
}

.img_scroll2 {
  z-index: 2;
  width: 100%;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.title_h2 {
  flex-direction: column;
  display: flex;
}

.line_hide {
  flex: 1;
  margin-left: 2rem;
  margin-right: 2rem;
  overflow: hidden;
}

.subtitle_content {
  flex-direction: column;
  display: flex;
}

.timeline_left-content {
  flex: none;
  width: 22rem;
  height: 35rem;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

.project_scroll-trigger {
  background-color: #09442f;
  width: 0;
  height: 300vh;
}

.circle4 {
  background-color: #fff;
  border-radius: 2rem;
  width: .5rem;
  height: .5rem;
  display: none;
}

.header-img_img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.ui2 {
  z-index: 5;
  width: 11rem;
  position: absolute;
  inset: auto -3rem 5rem auto;
}

.project_content {
  flex-direction: column;
  justify-content: space-between;
  width: 20rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.timeline_right-content {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  margin-left: 4rem;
  display: flex;
}

.ui3 {
  z-index: 5;
  width: 9rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section_cta8 {
  background-color: #e9f5f0;
}

.button_text {
  text-align: left;
  font-weight: 600;
}

.button_text.cta {
  color: #09442f;
  font-size: 2.5rem;
  font-weight: 400;
}

.timeline_mid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: grid;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  justify-content: flex-end;
  padding: .5rem 1rem;
  font-size: .9rem;
  display: flex;
}

.button-2.is-icon {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 1rem;
  display: flex;
}

.button-2.is-icon.is-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.heading-style-h6 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: .9;
}

.process_button-row {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.process_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.ui4 {
  z-index: 5;
  width: 10rem;
  position: absolute;
  inset: -1rem 1rem auto auto;
}

.img_wrapper2 {
  background-image: url('../images/img8_1img8.webp');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.milestone_wrapper {
  position: relative;
  overflow: hidden;
}

.award_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .75fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.award_list:hover {
  background-color: #0000;
}

.award_list.same-yearr-last {
  border-top-width: 0;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.award_list.same-year {
  border-top-width: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.project_sticky-wrapper {
  position: sticky;
  top: 3rem;
}

.arrow-45 {
  height: 100%;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.circle2 {
  background-color: #fff;
  border-radius: 2rem;
  width: .5rem;
  height: .5rem;
  display: none;
}

.timeline_milestone-text {
  opacity: .6;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
}

.arrow_90 {
  width: 1.2rem;
}

.header_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.circle1 {
  background-color: #fff;
  border-radius: 2rem;
  width: .5rem;
  height: .5rem;
  display: none;
}

.blog44_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.timeline_headline {
  color: #fff;
  font-size: 4.8rem;
}

.img_mid {
  width: 100%;
}

.header-img_ui-front {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 2rem;
  width: .5rem;
  height: .5rem;
}

.img_scroll3 {
  z-index: 1;
  width: 100%;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-large {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.timeline_img2 {
  width: 14rem;
}

.arrow_icon {
  width: 2rem;
}

.cta_button-row {
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.timeline_line-milestone {
  background-color: #fff;
  flex: 1;
  height: .08rem;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 4.3rem 0% 0%;
}

.timeline_text {
  color: #fff;
  width: 100%;
  max-width: 25rem;
  margin-left: 0;
  padding-left: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h5 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h5.milestone {
  color: #fff;
  width: 12rem;
  font-size: 1.4rem;
  font-weight: 300;
}

.heading-style-h5.is-white {
  color: #fff;
}

.main-wrapper {
  background-color: snow;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.process_component {
  border-bottom: 1px solid #000;
}

.process_question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-opacity-50 {
  opacity: .5;
}

.faq1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.img_wrapper {
  background-image: url('../images/img3_1img3.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.projects_component {
  position: relative;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-img_scroll-trigger {
  z-index: 99;
  background-color: #b51313;
  width: 0;
  height: 200vh;
  position: relative;
  inset: 0%;
}

.header-img_scroll-trigger.hide-tablet {
  z-index: -999;
  background-color: #b5131300;
  width: 2rem;
  display: block;
}

.projects_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.list_wrapper {
  height: 30rem;
  overflow: hidden;
}

.timeline_component {
  position: relative;
}

.timeline_line {
  background-color: #fff;
  flex: 1;
  height: .08rem;
}

.header-img_sticky-wraper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: sticky;
  top: 3rem;
}

.section_header-img {
  background-color: #09442f;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.achievement {
  margin-right: 1.5rem;
}

.cta8_content {
  flex: 1;
}

.content_bottom {
  margin-right: 0;
}

.faq1_answer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.img_wrapper3 {
  background-image: url('../images/img9_1img9.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.img_scroll1 {
  z-index: 3;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.project_list {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #e9f5f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: 30rem;
  display: grid;
  position: relative;
}

.project_list.is-blue {
  z-index: 3;
  background-color: #e9eef5;
}

.project_list.is-cream {
  z-index: 1;
  background-color: #f2f5e9;
}

.process_heading-wrapper-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: end;
  display: grid;
}

.timeline_milestone {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: static;
  overflow: hidden;
}

.timeline_img1 {
  background-image: url('../images/img10_1img10.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
}

.text-span {
  font-weight: 600;
}

.paragraph {
  font-weight: 300;
}

.cta8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  background-color: #e9f5f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 7rem 3rem;
  display: grid;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_timeline {
  overflow: hidden;
}

.arrow_45 {
  justify-content: flex-end;
  align-items: center;
  height: 1rem;
  display: flex;
}

.timeline_content-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.header-img_ui-back {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.projects_heading {
  flex: 1;
}

.ui1 {
  z-index: 3;
  width: 26rem;
  position: absolute;
  inset: -3% 0% 0% -4rem;
}

.div-block-2 {
  z-index: 999;
  padding: 0;
  position: fixed;
  inset: 0%;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 350px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
}

.button-3 {
  margin-top: 20px;
}

.container-2-copy {
  width: 100%;
  padding: 100px 50px;
}

.container-2-copy.c-nav {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-2-copy.c-nav-copy {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff4f;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 900;
}

.card-001_name {
  text-shadow: 0 1px 5px #000000e0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.card-001_home-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: snow;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  margin-top: 0;
  padding: 1rem 2rem;
  display: flex;
  transform: translate(0);
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.card-001_divider-line {
  background-color: #aaa;
  align-self: stretch;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-001_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-001_content {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 35%;
  padding: 1rem;
  display: flex;
  position: relative;
  -webkit-mask-image: linear-gradient(to top, #fff 60%, #0000 100%);
  mask-image: linear-gradient(to top, #fff 60%, #0000 100%);
}

.card-001_wrapper {
  aspect-ratio: 2.5 / 3.3;
  color: #fff;
  border: 1px solid #34343400;
  border-radius: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-001_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-001_image-copy242 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-001_image-copy {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-001_image-copy-copy {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #ae1219;
  border: 1px solid #ae1219;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 18px 40px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
  display: inline-block;
}

.button-5:hover {
  color: #ae1219;
  background-color: #0000;
  border-width: 1px;
  border-color: #ae1219;
}

.button-5.text-white {
  color: #f8f8f8;
}

.button-5.text-white:hover {
  border-color: #fff;
}

._4-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._4-grid._0-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.paragraph-2 {
  color: #585858;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-2.small-paragraph {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-2.small-paragraph.text-white {
  color: #fff;
}

.paragraph-2.medium-paragraph {
  font-size: 20px;
  line-height: 1.4em;
}

.subtitle {
  color: #ae1219;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 18px;
}

.subtitle.text-white {
  color: #fff;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-weight: 100;
}

.heading-2.h2 {
  color: #333;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.heading-2.h2.text-white {
  color: #fff;
}

.heading-2.h2.text-white.margin-bottom-30px {
  color: #000;
}

.project-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 600px;
}

.project-image-block.project1 {
  background-image: url('../images/final-4-1-1.jpg');
}

.project-image-block.project3 {
  background-image: url('../images/Bitmap.png');
}

.project-image-block.project2 {
  background-image: url('../images/Bitmap-2.png');
}

.project-image-block.project4 {
  background-image: url('../images/tomas-nozina-UP22zkjJGZo-unsplash.jpg');
}

.project-detail-block {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.card-title {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.4;
}

.subtitle-wrapper {
  align-items: center;
  display: flex;
}

.section-2 {
  background-image: url('../images/lines.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.bg-dark-slate-grey {
  color: #f8f8f8;
  background-image: none;
}

.section-2.bg-dark-slate-grey.bottom-padding-120px {
  background-color: snow;
  padding-top: 0;
  padding-bottom: 0;
}

.title-block.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-block.align-center.margin-bottom-60px.container {
  position: relative;
  top: 20px;
}

.heading-2-copy {
  color: #000;
  margin-top: 0;
  font-weight: 100;
}

.heading-2-copy.h2 {
  color: #333;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.heading-2-copy.h2.text-white {
  color: #fff;
}

.heading-2-copy.h2.text-white.margin-bottom-30px {
  color: #000;
  font-size: 40px;
}

.no-mrgn-copy {
  margin-top: 10px;
  margin-bottom: 0;
}

.image-8 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  display: inline-flex;
}

.content-block-copy {
  text-align: left;
}

.content-block-copy.line-bottom {
  border-bottom: 1px solid #000;
}

.content-block-copy.flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-block-copy.flex.project {
  color: var(--black);
  text-decoration: none;
}

.no-mrgn-copy {
  text-align: left;
  margin-bottom: 0;
}

.no-mrgn-copy.dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-mrgn-copy.lrg {
  margin-top: 20px;
}

.no-mrgn-copy.lrg.in-line {
  display: inline-block;
}

.no-mrgn-copy.mrgn-right {
  margin-right: 10px;
}

.no-mrgn-copy._2-coll {
  column-count: 2;
}

.no-mrgn-copy.in-line {
  display: inline;
}

.no-mrgn-copy.sml {
  font-size: .8em;
}

.no-mrgn-copy-copy {
  text-align: center;
  margin-bottom: 0;
}

.no-mrgn-copy-copy.dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-mrgn-copy-copy.lrg {
  margin-top: 20px;
}

.no-mrgn-copy-copy.lrg.in-line {
  display: inline-block;
}

.no-mrgn-copy-copy.mrgn-right {
  margin-right: 10px;
}

.no-mrgn-copy-copy._2-coll {
  column-count: 2;
}

.no-mrgn-copy-copy.in-line {
  display: inline;
}

.no-mrgn-copy-copy.sml {
  font-size: .8em;
}

.slide-4 {
  background-image: url('../images/final-6-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/final-2-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-nav-3 {
  display: none;
}

.slider-3 {
  background-color: #000;
  min-height: 100vh;
}

.slide-6 {
  background-image: url('../images/final-5-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/final-1-1-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask-2 {
  opacity: .6;
}

.slide-8 {
  background-image: url('../images/final-7-1.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .image-3 {
    width: 360px;
  }

  .container.flex {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-container {
    max-width: 738px;
  }

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

  .content-block.mobile {
    display: none;
  }

  .project-thumbanil {
    height: 40vh;
  }

  .menu-slide-out {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    padding-left: 20px;
  }

  .container-2.c-nav, .brand {
    z-index: 99;
    position: relative;
  }

  .nav-links-wrapper {
    z-index: 98;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #152e24;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: 100px 0% auto auto;
    overflow: hidden;
  }

  .nav-link {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .menu-button {
    z-index: 99;
    cursor: pointer;
    width: 40px;
    display: flex;
    position: relative;
  }

  .icon_wrapper {
    justify-content: flex-start;
  }

  .title_h2 {
    font-size: 3.6rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .header-img_img {
    height: 50vh;
    display: block;
  }

  .project_content {
    width: 15rem;
    margin-left: 1rem;
  }

  .timeline_right-content {
    flex: 1;
    margin-left: 0;
  }

  .timeline_mid {
    grid-template-columns: .5fr .5fr;
  }

  .button-2.is-icon.is-small {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h6 {
    font-size: 1.4rem;
  }

  .process_button-row {
    flex: none;
  }

  .ui4 {
    top: -2rem;
  }

  .award_list {
    grid-template-columns: .75fr 1fr 1fr .25fr;
  }

  .project_sticky-wrapper {
    position: static;
    top: 0;
  }

  .header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1.5fr;
  }

  .blog44_button-row {
    flex: none;
  }

  .timeline_headline {
    font-size: 3.6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta_button-row {
    flex: none;
  }

  .timeline_line-milestone {
    top: 4.3rem;
  }

  .heading-style-h5 {
    font-size: 1.8rem;
  }

  .heading-style-h5.milestone {
    width: 10rem;
    font-size: 1.4rem;
    font-weight: 300;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header-img_scroll-trigger {
    width: .4rem;
  }

  .projects_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .list_wrapper {
    height: auto;
    margin-bottom: 0;
    overflow: visible;
  }

  .cta8_content {
    margin-right: 0;
  }

  .project_list, .project_list.is-cream {
    margin-bottom: 3rem;
  }

  .process_heading-wrapper-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta8_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: stretch;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .arrow_45 {
    height: .8rem;
  }

  .projects_heading {
    margin-right: 3rem;
  }

  .ui1 {
    width: 20rem;
  }

  .container-2-copy.c-nav, .container-2-copy.c-nav-copy {
    z-index: 99;
    position: relative;
  }

  .card-001_grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .content-block-copy.mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    width: 320px;
  }

  .content-container {
    max-width: 548px;
  }

  .slider-2 {
    min-height: 380px;
  }

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

  ._2-col-grid._1.projects {
    grid-row-gap: 15px;
    grid-template-columns: 1.4fr;
  }

  ._2-col-grid.about {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .content-block.mobile {
    display: none;
  }

  .no-mrgn.lrg.in-line {
    margin-top: 0;
  }

  .project-thumbanil {
    height: 60vh;
  }

  .in-line-link {
    margin-top: 10px;
  }

  .about-us-content-block.last {
    border-bottom-style: none;
  }

  .heading {
    font-size: 1.8em;
  }

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

  .container-2 {
    padding: 70px 20px;
  }

  .text-color-green {
    font-size: 4.6rem;
  }

  .icon_wrapper {
    justify-content: flex-start;
  }

  .subtitle_content {
    width: 32rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .header-img_img {
    height: 25vh;
  }

  .project_content {
    align-items: stretch;
    width: auto;
  }

  .button_text.cta {
    font-size: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .process_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .img_wrapper2 {
    height: 18rem;
    overflow: visible;
  }

  .award_list {
    grid-template-columns: .5fr 1.5fr 1.5fr;
  }

  .max-width-small {
    font-weight: 300;
  }

  .header_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog44_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .timeline_headline {
    font-size: 3.2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .arrow_icon {
    width: 1.8rem;
  }

  .cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .timeline_line-milestone {
    top: 3.6rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h5.milestone {
    width: 8rem;
    font-size: 1.2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .process_question {
    grid-template-columns: 1fr 1fr .25fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .img_wrapper {
    height: 18rem;
    overflow: visible;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .projects_heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta8_content {
    margin-right: 0;
  }

  .content_bottom {
    width: 30rem;
  }

  .faq1_answer {
    grid-template-columns: 1fr 1fr .25fr;
  }

  .img_wrapper3 {
    height: 18rem;
    overflow: visible;
  }

  .project_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .project_list.is-cream {
    overflow: visible;
  }

  .process_heading-wrapper-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta8_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .arrow_45 {
    display: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .projects_heading {
    margin-right: 0;
  }

  .container-2-copy {
    padding: 70px 20px;
  }

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

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

  .paragraph-2.small-paragraph {
    font-size: 14px;
  }

  .paragraph-2.medium-paragraph {
    font-size: 18px;
  }

  .heading-2.h2 {
    font-size: 38px;
  }

  .project-image-block {
    height: 400px;
  }

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

  .heading-2-copy.h2 {
    font-size: 38px;
  }

  .content-block-copy.mobile {
    display: none;
  }

  .no-mrgn-copy.lrg.in-line, .no-mrgn-copy-copy.lrg.in-line {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .left-arrow {
    width: 50px;
  }

  .arrow {
    width: 15px;
  }

  .image-3 {
    width: 160px;
    display: none;
  }

  .content-container {
    max-width: none;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2-col-grid.clients {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .no-mrgn._2-coll {
    column-count: 1;
  }

  .project-thumbanil {
    height: 40vh;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .project-slider {
    min-height: 300px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 1.4em;
  }

  .text-color-green {
    font-size: 3.6rem;
  }

  .icon_wrapper {
    justify-content: flex-start;
  }

  .circle3 {
    display: flex;
    position: absolute;
    top: 13rem;
  }

  .title_h2 {
    font-size: 3rem;
  }

  .subtitle_content {
    width: auto;
  }

  .circle4 {
    display: flex;
    position: absolute;
    top: 19rem;
  }

  .button_text.cta {
    font-size: 1.6rem;
  }

  .timeline_mid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.75fr;
  }

  .button-2.is-icon {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline_top {
    flex-direction: column;
    align-items: flex-start;
  }

  .award_list {
    grid-template-columns: 2fr;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .award_list.same-yearr-last {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .award_list.same-year {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .circle2 {
    display: flex;
    position: absolute;
    top: 7rem;
  }

  .circle1 {
    display: block;
    position: absolute;
    inset: .5rem auto auto 0%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline_img2 {
    width: 10rem;
  }

  .arrow_icon {
    width: 1.5rem;
  }

  .timeline_line-milestone {
    width: .08rem;
    height: 30rem;
    top: .5rem;
    left: .2rem;
  }

  .process_question {
    grid-template-columns: 1fr 1.5fr .25fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .achievement {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }

  .content_bottom {
    width: auto;
  }

  .faq1_answer {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  .project_list.is-blue {
    height: auto;
    overflow: visible;
  }

  .project_list.is-cream {
    overflow: hidden;
  }

  .timeline_milestone {
    flex-direction: column;
  }

  .div-block-2 {
    padding-bottom: 19px;
  }

  .text-block-3 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 25px;
    line-height: .9em;
  }

  .card-001_wrapper {
    aspect-ratio: 2 / 3;
  }

  .card-001_grid, ._4-grid {
    grid-template-columns: 1fr;
  }

  .heading-2.h2 {
    font-size: 35px;
  }

  .heading-2.h2.text-white.margin-bottom-30px {
    font-size: 25px;
  }

  .section-2 {
    overflow: hidden;
  }

  .heading-2-copy.h2 {
    font-size: 35px;
  }

  .heading-2-copy.h2.text-white.margin-bottom-30px {
    font-size: 20px;
  }

  .image-8 {
    justify-content: flex-end;
    align-items: flex-end;
    display: none;
  }

  .no-mrgn-copy._2-coll {
    column-count: 1;
  }

  .no-mrgn-copy-copy {
    text-align: left;
  }

  .no-mrgn-copy-copy._2-coll {
    column-count: 1;
  }
}

#w-node-dc365d3f-d39b-a147-5453-b43bdeb71d7e-deb71d67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_08ee9986-1b80-52be-a7cb-65fadae28ab1-e2faf11e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64206e7c-0c9b-fac4-7370-51d5da878983-e2faf11e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-dc365d3f-d39b-a147-5453-b43bdeb71d7e-deb71d67 {
    justify-self: center;
  }

  #w-node-_08ee9986-1b80-52be-a7cb-65fadae28ab1-e2faf11e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype'), url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}