:root {
  --white: white;
  --black: black;
}

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


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

.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;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-right: 0;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 3px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-family: 'Montserrat', sans-serif;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  font-family: 'Montserrat', sans-serif;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  font-family: 'Montserrat', sans-serif;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
  color: #1a1b1f;
  text-align: justify;
  flex-flow: column;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  font-family: 'Montserrat', sans-serif;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  font-family: 'Montserrat', sans-serif;
}

.heading-jumbo-small {
  color: #d41a1f;
  letter-spacing: 1px;
  text-transform: none;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  font-family: 'Montserrat', sans-serif;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 9999;
  -webkit-text-stroke-color: silver;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 1px;
  flex-flow: row;
  align-items: center;
  padding: 10px 50px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px 1px #f0f0f0;
}

.navigation-item {
  opacity: .6;
  color: #1a1b1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
}

.navigation-item:hover {
  opacity: .9;
  border: 2px solid #f0f0f0;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  font-weight: 500;
  transition-property: none;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  font-size: 18px;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.footer-wrap.footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-header {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 10px auto 80px;
}

.our-services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr;
  grid-auto-flow: row;
  place-content: start end;
  place-items: center;
  margin-top: 20px;
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 4px solid #eee;
  border-radius: 4px;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
  font-family: 'Montserrat', sans-serif;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  opacity: 1;
  color: #000;
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.slide {
  overflow-wrap: normal;
  background-image: url('../images/side-logo.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  background-image: url('../images/bg5.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  box-sizing: border-box;
  text-align: left;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  transition: opacity .2s;
  display: block;
  position: relative;
  left: 0;
}

.mask {
  box-sizing: border-box;
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
}

.slide-4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 33.33%;
}

.slide-5 {
  background-image: url('../images/fuj2.png');
  background-position: 0 0;
  background-size: cover;
  width: 33.33%;
}

.slide-6 {
  background-image: url('../images/fuj3.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33.33%;
}

.image {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 50px;
}

.section-2 {
  background-image: url('../images/shadow.jpg');
  background-position: 0 0;
  background-size: auto;
}

.shadow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/shadow.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 50px;
  padding-bottom: 0;
  display: block;
}

.section-3 {
  width: 33.33%;
  height: 300px;
  margin-top: 50px;
}

.div-block {
  clear: both;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: baseline center;
  width: 100%;
  max-width: 1075px;
  min-height: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-4 {
  width: 33.33%;
  margin-right: 20px;
  padding-right: 0;
  display: block;
  position: static;
}

.section-5 {
  width: 33.33%;
  margin-right: 20px;
}

.section-6 {
  width: 33.33%;
}

.slide-nav-2 {
  font-size: 16px;
}

.paragraph {
font-family: 'Montserrat', sans-serif;
  transform-origin: 100% 100%;
  text-align: justify;
  mix-blend-mode: normal;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .8s;
}

.paragraph-2 {
  text-align: justify;
  width: 100%;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

.list {
  width: 80%;
}

.mask-2 {
  background-color: #181c34;
}

.slider-2 {
  border: 1px solid #777676;
  border-radius: 0;
}

.slide-7 {
  background-image: url('../images/nook.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33.33%;
}

.slide-8 {
  background-image: url('../images/qouz2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33.33%;
}

.slide-9 {
  background-image: url('../images/jge1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33.33%;
}

.heading, .heading-2 {
  color: #d41a1f;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 45px;
  font-family: 'Montserrat', sans-serif;
}

.paragraph-3 {
  text-align: justify;
  width: 100%;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  height: 20px;
  margin-top: 20px;
  line-height: 0;
  display: inline-block;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background-color: #1a1b1f;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  display: inline-flex;
  font-family: 'Montserrat', sans-serif;
}

.footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.flex-vertical {
  flex-direction: column;
}

.flex-layout.flex-vertical.x-center {
  align-items: center;
}

.flex-layout.flex-vertical.x-center.flex-gap-s {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 40px;
  padding-top: 0;
}

.flex-layout.x-center {
  justify-content: center;
}

.flex-layout.flex-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-layout.wrap {
  flex-wrap: wrap;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.utility-padding-all-0 {
  padding: 0;
}

.text-link {
  text-decoration: underline;
  display: inline;
  font-family: 'Montserrat', sans-serif;
}

.utility-text-decoration-none {
  text-decoration: none;
}

.dropdown {
  opacity: 1;
  color: #1a1b1f;
}

.text-block-2 {
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.text-block-3 {
  color: #767679;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-list {
  background-color: #fff;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/bg5.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100px;
  display: block;
}

.section-8 {
  background-image: url('../images/bg5.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  width: 100%;
  height: 300px;
  display: flex;
}

.group_owner {
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: center;
  height: auto;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f0f0f0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.js {
  background-image: url('../images/juma_alsayegh.png');
  background-position: 0 0;
  background-size: contain;
}

.icon {
  color: #d41a1f;
}

.chairman {
  width: 100%;
  margin-top: 60px;
}

.heading-jumbo-small-copy {
  color: #d41a1f;
  letter-spacing: 1px;
  text-transform: none;
  flex-flow: row;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  font-family: 'Montserrat', sans-serif;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;

}

.paragraph-4 {
  text-align: justify;
  margin-left: 0;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.executive_management {
  background-color: #f0f0f0;
  margin-top: 60px;
}

.section-9 {
  letter-spacing: 1px;
  flex-flow: column;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.grid {
  grid-row-gap: 91px;
  grid-template-rows: auto auto auto auto auto;
}

.heading-3 {
  color: #d41a1f;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
}

.section-10 {
  width: 100%;
  height: 40px;
}

.client_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 15px;
  display: block;
}

.icons_div {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.project_gallery_icon {
  cursor: pointer;
  margin-right: 10px;
  transition: transform .4s;
}

.project_gallery_icon:hover {
  transform: scale(1.3);
}

.client_thumbnail {
  transition: transform .4s;
}

.client_thumbnail:hover {
  transform: scale(1.3);
}

.details_div {
  margin-top: 10px;
}

.paragraph-5 {
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.project_location_icon {
  cursor: pointer;
  transition: transform .2s;
}

.project_location_icon:hover {
  transform: scale(1.3);
}

.projects_div {
  border: 4px solid #f0f0f0;
  border-radius: 4px;
  padding: 20px;
  transition: background-color .4s;
}

.projects_div:hover {
  background-color: #f0f0f0;
}

.paragraph-6 {
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
}

.milestones {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.assets {
  background-color: #f0f0f0;
  margin-top: 100px;
  display: block;
}

.assets_grid {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.paragraph-7 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.container-5 {
  flex-flow: column;
  display: flex;
}

.awards_div {
  cursor: pointer;
  border: 0 solid #f0f0f0;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.date_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 5px solid #f0f0f0;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.link {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-block;
}

.paragraph-8 {
  text-align: center;
  vertical-align: middle;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 26px;
  display: inline-flex;
}

.news_div {
  margin-top: 40px;
  margin-bottom: 40px;
}

.news_div_highlighted {
  margin-bottom: 40px;
}

.container-6 {
  display: flex;
}

.container-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.text-block-4 {
  color: #d41a1f;
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.list-2, .list-3 {
  line-height: 24px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  margin-bottom: 5px;
}

.civil_mep_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.labor_accom_div {
  background-color: #f0f0f0;
}

.paragraph-9 {
  text-align: justify;
  margin-top: 10px;
}

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

.button {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: inline-flex;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-6 {
  border-right: 2px solid #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
  display: flex;
}

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.milestones_div {
  border-right: 2px solid #f0f0f0;
  margin-right: 60px;
  padding-right: 60px;
  display: block;
}

.assets_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: block;
}

.image-2 {
  opacity: 1;
  display: inline-block;
}

.image-3, .image-4, .image-5 {
  display: inline-block;
}

.image-6 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-8, .div-block-9 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-8 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.photos_and_videos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-3 {
  background-color: #fff;
  display: block;
}

.slide-10, .slide-11 {
  background-color: #fff;
  width: 25%;
}

.slide-12, .slide-13, .slide-14, .slide-15 {
  width: 25%;
}

.project_pic {
  mix-blend-mode: normal;
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  height: auto;
  margin: 10px 0;
  padding: 10px;
  display: block;
  box-shadow: 2px 2px 5px #0003;
}

.big_view {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: url('../images/fuj1.jpg');
  background-repeat: repeat-y;
  background-size: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.slider-4 {
  background-color: #fff;
  width: 100%;
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.slide-16 {
  background-image: url('../images/hamilton.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #f0f0f0;
  width: 25%;
  margin: 10px 5px 10px 10px;
  padding: 0;
  box-shadow: 1px 1px 2px 1px #0003;
}

.div-block-11 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #f0f0f0;
  justify-content: center;
  align-items: flex-start;
  height: 500px;
  min-height: 0;
  display: flex;
  position: static;
  inset: 50% 0 0 50%;
}

.slide-17 {
  background-image: url('../images/fuj1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 2px solid #f0f0f0;
  width: 25%;
  margin: 10px 5px;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 1px 1px 2px 1px #0003;
}

.slide-18 {
  background-image: url('../images/fuj3.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #f0f0f0;
  width: 25%;
  margin: 10px 5px;
  box-shadow: 1px 1px 2px 1px #0003;
}

.slide-19 {
  background-image: url('../images/nook.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #f0f0f0;
  width: 25%;
  margin: 10px 10px 10px 5px;
  box-shadow: 1px 1px 2px 1px #0003;
}

.mask-3 {
  padding-bottom: 50px;
}

.slide-20 {
  background-image: url('../images/fuj2.png');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #f0f0f0;
  width: 25%;
  margin: 10px 5px;
  box-shadow: 1px 1px 2px 1px #0003;
}

.slide-21 {
  width: 25%;
}

.image-7 {
  border: 2px solid #f0f0f0;
  border-radius: 2px;
  margin: 10px 5px;
  box-shadow: 1px 1px 2px 1px #0003;
}

.div-block-12 {
  border-right: 2px solid #f0f0f0;
  padding-right: 30px;
}

.div-block-13 {
  margin-left: 30px;
}

.paragraph-10 {
  font-weight: 400;
  line-height: 38px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.slide-nav-3 {
  font-size: 0;
}

.text-span-6 {
  text-decoration: underline;
  font-family: 'Montserrat', sans-serif;
}

.paragraph-15 {
  letter-spacing: 1px;
}

.container-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}


@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .paragraph-light {
    justify-content: center;
    align-items: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
	font-family: 'Montserrat', sans-serif;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .section-4 {
    padding-left: 5px;
  }

  .paragraph-3 {
    padding-right: 5px;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .dropdown {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .projects_div {
    padding: 10px 5px;
  }

  .container-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-12 {
    padding-left: 10px;
  }

  .dropdown-link {
    display: inline-block;
  }

  .dropdown-link-2 {
    vertical-align: baseline;
    display: inline-block;
  }

  .dropdown-link-2.w--current {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }
  
    .container-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
	font-family: 'Montserrat', sans-serif;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
	font-family: 'Montserrat', sans-serif;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
	font-family: 'Montserrat', sans-serif;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .slide-4, .slide-5, .slide-6 {
    width: 100%;
  }

  .div-block {
    flex-flow: column;
  }

  .section-4, .section-5 {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-6 {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .slide-7, .slide-8, .slide-9 {
    width: 100%;
  }

  .div-block-2 {
    margin-top: 30px;
  }

  .flex-layout.flex-vertical.x-center.flex-gap-s {
    margin-top: 100px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .heading-jumbo-small-copy {
    font-size: 30px;
    line-height: 52px;
	font-family: 'Montserrat', sans-serif;
  }

  .section-9 {
    margin-bottom: 0;
  }

  .container-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .heading-3 {
    margin-bottom: 0;
    display: block;
	font-family: 'Montserrat', sans-serif;
  }

  .projects_div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
  }

  .assets_grid {
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .paragraph-9 {
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 0;
  }

  .container-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-12 {
    border-right-width: 0;
  }

  .dropdown-link, .dropdown-link-2 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: justify;
    margin-top: 10px;
    margin-right: 5px;
    padding-left: 5px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
	font-family: 'Montserrat', sans-serif;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .flex-layout.flex-vertical.x-center.flex-gap-s {
    height: 130px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-padding-all-0 {
    padding: 0;
  }

  .group_owner {
    margin-top: 20px;
  }

  .container-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-jumbo-small-copy {
    text-align: center;
	font-family: 'Montserrat', sans-serif;
  }

  .container-3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	display: flex;

  }

  .paragraph-4 {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .projects_div {
    border-width: 0;
    border-radius: 0;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .milestones_div {
    border: 0 solid #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-right: 0;
    display: flex;
  }

  .assets_div {
    margin-top: 30px;
    margin-left: 5px;
  }

  .slide-17, .slide-18, .slide-19, .slide-20, .slide-21 {
    width: 100%;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
  }

  .paragraph-10 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .text-block-5 {
    text-align: center;
	font-family: 'Montserrat', sans-serif;
  }

  .paragraph-11 {
    text-align: justify;
    margin-top: 10px;
    margin-right: 5px;
    padding-left: 5px;
	font-family: 'Montserrat', sans-serif;
  }

  .bold-text {
    text-align: center;
	font-family: 'Montserrat', sans-serif;
  }

  .paragraph-12, .paragraph-13, .paragraph-14 {
    text-align: justify;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
	font-family: 'Montserrat', sans-serif;
  }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-ab43f311 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-ab43f311 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ab43f311 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: stretch center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-ab43f311 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-ab43f311 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-ab43f311 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: auto center;
}

#w-node-_9dcf3612-81a5-ae45-119d-904b02b52438-ab43f311 {
  place-self: center;
}

#w-node-fa94e018-0da7-d6df-409d-8303e3652224-ab43f311 {
  place-self: auto;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-ab43f313 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-ab43f313 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-ab43f317 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-ab43f317 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-ab43f317 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_497b4296-4a5f-c623-3d38-f4a5ed6810e3-5fae6972 {
  place-self: auto center;
}

#w-node-d424c2b1-f606-539d-8fe4-15ec81f58b45-5fae6972 {
  justify-self: center;
}

#w-node-_093d2bd8-f506-b28e-9905-8386ec905cec-5fae6972 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ab43f311 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-ab43f311 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-ab43f311 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-ab43f311 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-ab43f313 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-ab43f311 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-ab43f311 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-ab43f311 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-ab43f311 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-ab43f311 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9dcf3612-81a5-ae45-119d-904b02b52438-ab43f311, #w-node-fa94e018-0da7-d6df-409d-8303e3652224-ab43f311 {
    place-self: auto center;
  }

  #w-node-aaf34572-825d-1d93-0f36-fa1a141f9b36-ab43f311, #w-node-_59579e4a-bdf7-260d-1238-93de0bef4b0f-ab43f311 {
    justify-self: center;
  }

  #w-node-_6c44b336-1458-09bc-070a-0b79cee8d5a6-b58b7fa9, #w-node-fe34a279-8000-0277-a800-643df2068371-b58b7fa9 {
    place-self: auto center;
  }

  #w-node-a49a7b23-0736-7cc7-c1cd-38343edd71bc-b58b7fa9, #w-node-_87c4646b-5847-6edf-6c79-b6a45fc5ffc6-b58b7fa9, #w-node-_5aab32b3-5ea1-dd32-3489-29601a2fb0e9-b58b7fa9, #w-node-df2b6f21-09b8-f1dd-f237-6ec98093a45e-b58b7fa9, #w-node-d3785918-ce5d-6a7c-9165-fbe6124dbf76-b58b7fa9, #w-node-_2505c15b-7df9-fdbf-3bdf-1d1ab663cbd8-b58b7fa9, #w-node-_30fe601e-6cd5-4f2b-c61b-7fdf8f298356-b58b7fa9, #w-node-_61a4474e-c0eb-444e-4af8-6275fe03b551-b58b7fa9, #w-node-ce50f69d-d828-69ba-618d-18a71b33d1fd-b58b7fa9 {
    justify-self: center;
  }

  #w-node-_497b4296-4a5f-c623-3d38-f4a5ed6810e3-5fae6972, #w-node-d424c2b1-f606-539d-8fe4-15ec81f58b45-5fae6972 {
    place-self: auto center;
  }

  #w-node-_093d2bd8-f506-b28e-9905-8386ec905cec-5fae6972 {
    justify-self: center;
  }
  
   .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
  }

  .paragraph-10 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .text-block-5 {
    text-align: center;
  }

  .paragraph-11 {
    text-align: justify;
    margin-top: 10px;
    margin-right: 5px;
    padding-left: 5px;
  }

  .bold-text {
    text-align: center;
  }

  .paragraph-12, .paragraph-13, .paragraph-14 {
    text-align: justify;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-_9dcf3612-81a5-ae45-119d-904b02b52438-ab43f311 {
  place-self: center;
}

#w-node-fa94e018-0da7-d6df-409d-8303e3652224-ab43f311 {
  place-self: auto;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-ab43f313 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-ab43f313 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-ab43f317 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-ab43f317 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-ab43f317 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_497b4296-4a5f-c623-3d38-f4a5ed6810e3-5fae6972 {
  place-self: auto center;
}

#w-node-d424c2b1-f606-539d-8fe4-15ec81f58b45-5fae6972 {
  justify-self: center;
}

#w-node-_093d2bd8-f506-b28e-9905-8386ec905cec-5fae6972 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-ab43f313 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9dcf3612-81a5-ae45-119d-904b02b52438-ab43f311, #w-node-fa94e018-0da7-d6df-409d-8303e3652224-ab43f311 {
    place-self: auto center;
  }

  #w-node-aaf34572-825d-1d93-0f36-fa1a141f9b36-ab43f311, #w-node-_59579e4a-bdf7-260d-1238-93de0bef4b0f-ab43f311 {
    justify-self: center;
  }

  #w-node-_6c44b336-1458-09bc-070a-0b79cee8d5a6-b58b7fa9, #w-node-fe34a279-8000-0277-a800-643df2068371-b58b7fa9 {
    place-self: auto center;
  }

  #w-node-a49a7b23-0736-7cc7-c1cd-38343edd71bc-b58b7fa9, #w-node-_87c4646b-5847-6edf-6c79-b6a45fc5ffc6-b58b7fa9, #w-node-_5aab32b3-5ea1-dd32-3489-29601a2fb0e9-b58b7fa9, #w-node-df2b6f21-09b8-f1dd-f237-6ec98093a45e-b58b7fa9, #w-node-d3785918-ce5d-6a7c-9165-fbe6124dbf76-b58b7fa9, #w-node-_2505c15b-7df9-fdbf-3bdf-1d1ab663cbd8-b58b7fa9, #w-node-_30fe601e-6cd5-4f2b-c61b-7fdf8f298356-b58b7fa9, #w-node-_61a4474e-c0eb-444e-4af8-6275fe03b551-b58b7fa9, #w-node-ce50f69d-d828-69ba-618d-18a71b33d1fd-b58b7fa9 {
    justify-self: center;
  }

  #w-node-_497b4296-4a5f-c623-3d38-f4a5ed6810e3-5fae6972, #w-node-d424c2b1-f606-539d-8fe4-15ec81f58b45-5fae6972 {
    place-self: auto center;
  }

  #w-node-_093d2bd8-f506-b28e-9905-8386ec905cec-5fae6972 {
    justify-self: center;
  }
}


.div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin-bottom: 40px;
  display: flex;
}

.div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin-bottom: 40px;
  display: flex;
}



















}


