:root {
  --blue: #2582ce;
  --red: #e20016;
  --white: white;
  --black: black;
}

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

body {
  color: #000;
  background-color: #e5e5e5;
  font-family: Montserrat, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1;
}

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

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.6em;
  font-weight: 700;
  line-height: 1.41;
}

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

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

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

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

p {
  font-size: 1.8em;
  line-height: 1.41;
}

a {
  color: #2582ce;
  border-bottom: 1px solid #2582ce54;
  text-decoration: none;
  transition: color .33s, border-color .33s, opacity .2s;
  display: inline-block;
}

a:hover {
  border-bottom-color: var(--blue);
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.8em;
  line-height: 1.41;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  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 var(--red);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

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

figcaption {
  text-align: left;
  margin-top: 0;
  font-size: 1.8em;
  line-height: 1.41;
}

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

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

.section {
  margin-left: 50px;
  margin-right: 50px;
}

.section.cc-cta {
  color: var(--white);
  background-color: #1a1b1f;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-hero-section {
  align-items: center;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.cc-nav-container {
  border-bottom: 2px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.paragraph-tiny {
  font-size: 1.2em;
  line-height: 1.6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.41;
}

.paragraph-bigger.cc-bigger-light {
  margin-top: 3vw;
  font-size: 2em;
  line-height: 1.6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cc1f2d;
  border-bottom-style: none;
  border-radius: 5px;
  padding: 17px 30px 16px;
  font-size: 1.4em;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #c2212e;
  border-bottom-style: none;
}

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

.button.cc-jumbo-button {
  padding: 20px 36px;
  font-size: 1.6em;
  line-height: 1.41;
}

.button.cc-jumbo-button:active {
  background-color: #c2212e;
  box-shadow: inset 0 2px 0 1px #0003;
}

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

.button.cc-contact-us:active {
  background-color: #c2212e;
}

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

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

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

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

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
}

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

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

.paragraph-light {
  opacity: .6;
  font-size: 1.8em;
  line-height: 1.41;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -3px;
  font-family: Montserrat, sans-serif;
  font-size: 5.6em;
  font-weight: 800;
  line-height: 1.08;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.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: 1.4em;
  line-height: 1.85;
}

.logo-link {
  z-index: 1;
  border-bottom-style: none;
}

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

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

.menu {
  z-index: 0;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
  inset: 0%;
}

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: block;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-style: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  border-bottom: 2px solid #000;
  font-weight: 600;
}

.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: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 1.6em;
  line-height: 2;
  display: grid;
}

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

.cta-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  background-color: #f4f4f4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

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

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

.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: var(--red);
  border-radius: 3px;
}

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

.contact-form-wrap {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

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

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

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

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.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;
  font-size: 1.8em;
  line-height: 1.41;
}

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

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

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

.protected-wrap {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-left: 50px;
  margin-right: 50px;
  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 {
  max-width: 560px;
  margin-bottom: 20px;
}

.intro-text {
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: auto;
}

.text-link {
  color: #2582ce;
  border-bottom: 1px solid #2582ce54;
  text-decoration: none;
  transition: border-color .2s, color .2s, opacity .2s;
  display: inline;
}

.text-link:hover {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.text-link.silent-text-link {
  color: #000;
  border-bottom-style: none;
}

.text-link.silent-text-link:hover {
  border-bottom-style: none;
}

.footer-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-item-heading {
  margin-bottom: 1.125em;
}

.instant-callback-wrapper {
  z-index: 10;
  position: fixed;
  bottom: 70px;
  right: 0;
}

.details-wrap {
  margin-bottom: -30px;
  position: sticky;
  top: 50px;
}

.contact-sticky {
  position: sticky;
  top: 50px;
}

.burger-bar-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.burger {
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bar1 {
  background-color: #000;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.bar2 {
  background-color: #000;
  border-radius: 2px;
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bar3 {
  float: right;
  background-color: #000;
  border-radius: 2px;
  width: 18px;
  height: 4px;
}

.project-services-grid {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.project-services-grid.cc-all-projects {
  display: none;
}

.project-services-link {
  color: #000;
  border-bottom: 1px solid #00000054;
  font-size: 1.6em;
  line-height: 1.41;
  text-decoration: none;
  transition-property: border-color;
  transition-duration: .33s;
  display: inline;
}

.project-services-link:hover {
  border-bottom-color: #000;
}

.project-services-link:active {
  opacity: .8;
}

.project-services-link.w--current {
  background-color: var(--black);
  color: var(--white);
  cursor: default;
  border-bottom-style: none;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.projects-list-wrapper {
  width: 100%;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.project-item {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 1fr;
  grid-auto-columns: 1fr;
}

.project-item-link-block {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  perspective: 1000px;
  border-bottom-style: none;
  grid-template-rows: repeat(auto-fit, 100%);
  grid-template-columns: 5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.project-item-link-block:hover {
  border-bottom-style: none;
}

.project-item-link-block.cc-project-item-pinned {
  grid-template-rows: repeat(auto-fit, minmax(540px, 1fr));
  grid-template-columns: 4fr minmax(300px, 1fr);
  margin-bottom: 3vw;
}

.project-h2 {
  color: red;
}

.project-item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 35px 1px #2582ce73;
}

.project-item-heading {
  color: var(--black);
  border-bottom: 1px solid #00000054;
  font-size: 300%;
  line-height: 1.41;
  display: inline;
}

.project-item-heading:hover {
  border-bottom-color: var(--black);
}

.project-item-heading-wrapper {
  margin-top: -9px;
  margin-bottom: 1.6em;
}

.project-item-description {
  color: var(--black);
  font-size: 1.6em;
}

.projects-list-empty-state {
  background-color: #0000;
  padding: 0;
  font-size: 2em;
}

.projects-list-empty-state.cc-pinned-empty-state {
  display: none;
}

.project-item-image-highlight {
  opacity: .1;
  filter: blur(50px);
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.services-item {
  margin-bottom: 100px;
}

.second-text {
  margin-bottom: 100px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.41em;
}

.project-main-image {
  width: 100%;
  margin-top: 30px;
}

.project-divider {
  width: 100%;
  height: 50px;
}

.link-block {
  border-bottom-style: none;
  width: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
  text-decoration: none;
}

.chat-wrapper {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: -10px;
  display: flex;
}

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

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

  .paragraph-bigger.cc-bigger-light {
    font-size: 2.4em;
  }

  .button {
    justify-content: center;
  }

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

  .heading-jumbo {
    letter-spacing: -1px;
    font-size: 5em;
  }

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

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

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

  .navigation {
    padding: 15px 50px;
  }

  .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;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }

  .footer-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    min-height: 0;
  }

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

  .project-details-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-top: 60px;
    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%;
  }

  .intro-text {
    width: auto;
  }

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

  .contact-sticky {
    position: static;
  }

  .project-services-link.w--current {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-item-link-block {
    grid-row-gap: 30px;
    grid-template-rows: repeat(auto-fit, minmax(200px, 2fr)) minmax(100px, 1fr);
    grid-template-columns: 5fr;
  }

  .project-item-link-block.cc-project-item-pinned {
    grid-template-columns: 4fr minmax(220px, 1fr);
  }

  .link-block {
    width: 50px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.8em;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

  .paragraph-bigger.cc-bigger-light {
    font-size: 2em;
  }

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

  .heading-jumbo {
    margin-left: -2px;
    font-size: 4.2em;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 15px;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    text-align: left;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
  }

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

  .intro-header {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-content {
    width: 80%;
  }

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

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

  .protected-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

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

  .project-item-link-block.cc-project-item-pinned {
    grid-template-rows: 200px;
    grid-template-columns: 1fr;
  }

  .second-text {
    font-size: 2.8em;
  }
}

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

  h2 {
    font-size: 2.4em;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 1.8em;
  }

  .button.cc-jumbo-button {
    text-align: center;
  }

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

  .heading-jumbo {
    letter-spacing: .1px;
    margin-left: -2px;
    font-size: 3.2em;
  }

  .menu {
    margin-left: 15px;
  }

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

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

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

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

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid, .project-details-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

  .project-item-link-block {
    grid-template-rows: repeat(auto-fit, 200px);
  }

  .second-text {
    font-size: 2em;
  }

  .link-block {
    margin-bottom: 10px;
  }
}

#w-node-_315d47aa-c74f-2399-65ed-cdc67c823abc-51e627e8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4c0d1032-1120-620b-0530-f5dcc912a10a-51e627e8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce88e4b8-fefb-62f0-bc35-745bf00d91a4-51e627e8 {
  grid-area: 1 / 3 / 2 / 4;
}

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

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

#w-node-_41024e4c-6947-909d-bdc4-7ef4368a3a2d-8c92ace9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_41024e4c-6947-909d-bdc4-7ef4368a3a38-8c92ace9 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4c0d1032-1120-620b-0530-f5dcc912a10a-51e627e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ce88e4b8-fefb-62f0-bc35-745bf00d91a4-51e627e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

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

  #w-node-_41024e4c-6947-909d-bdc4-7ef4368a3a2d-8c92ace9 {
    grid-row: 2 / 3;
  }

  #w-node-_41024e4c-6947-909d-bdc4-7ef4368a3a38-8c92ace9 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_315d47aa-c74f-2399-65ed-cdc67c823abc-51e627e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4c0d1032-1120-620b-0530-f5dcc912a10a-51e627e8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ce88e4b8-fefb-62f0-bc35-745bf00d91a4-51e627e8 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c0d1032-1120-620b-0530-f5dcc912a10a-51e627e8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce88e4b8-fefb-62f0-bc35-745bf00d91a4-51e627e8 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


