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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  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;
}

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

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

body {
  color: #1a1b1f;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

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

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

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

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: 1px;
}

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

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

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

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

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

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

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

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

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  letter-spacing: .125em;
  background-color: #fff;
  font-size: 1.5em;
}

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

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

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

.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;
  font-size: 12px;
  font-weight: 400;
}

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

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

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

.label.is--large {
  font-size: 1.2em;
}

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

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

.heading-jumbo {
  color: #0000;
  letter-spacing: .125em;
  -webkit-text-stroke-width: .02em;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.heading-jumbo.is--solid {
  color: #fff;
  -webkit-text-stroke-width: 0em;
  -webkit-text-stroke-color: transparent;
}

.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: 14px;
  line-height: 26px;
}

.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 {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: block;
}

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

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  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 {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.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;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  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 {
  z-index: 2;
  margin-top: 185px;
  margin-bottom: 72px;
  position: relative;
}

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

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

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

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

.service-icon {
  width: 5em;
  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 {
  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: sticky;
}

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

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

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

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

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

.text-field.is--digits {
  text-align: center;
  width: 48px;
  height: 36px;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 12px;
}

.text-field.is--multidigits {
  text-align: center;
  width: 150px;
  height: 36px;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0 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;
  margin-bottom: 100px;
  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;
  margin-bottom: 120px;
}

.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%;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.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: "." 28vw
                 "." 28vw
                 "." 28vw
                 / 1fr 1fr 1fr;
  grid-auto-rows: 28vw;
  margin-bottom: 60px;
}

.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: linear-gradient(#0000003d, #0000003d), url('../images/clem-onojeghuo-ZUE1ws2B0MY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-top: 94px;
  margin-bottom: 100px;
  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;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.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;
  margin-bottom: 120px;
}

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

.section-heading {
  letter-spacing: .125em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2;
}

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

.collection-list-wrapper {
  margin-bottom: 120px;
}

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

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

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

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-17 {
  z-index: 1;
  color: #fff;
  text-align: left;
  background-color: #0003;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px 22px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 141px;
  padding-right: 141px;
}

.text-field-2 {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.right-margin-field {
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer2-form-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.div-block-16 {
  object-fit: cover;
  object-position: 50% 50%;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  height: 100%;
  margin: 10px 37px;
}

.icon {
  display: none;
}

.div-block-5 {
  z-index: 1;
  background-image: linear-gradient(#00000047, #00000047);
  position: absolute;
  inset: 0%;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.spacer-section {
  justify-content: center;
  align-items: center;
}

.footer2-form {
  align-self: center;
  margin-bottom: 0;
}

.div-block-13 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  justify-content: center;
}

.page-wrapper {
  display: block;
  overflow: hidden;
}

.page-wrapper.is--afgan {
  background-image: url('../images/AdobeStock_131172862.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  font-size: .6rem;
  display: none;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 0% auto 0% -36px;
}

.div-block-14 {
  background-image: url('../images/samuel-ramos-yjvQhzX22tQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.footer2-form-wrap {
  display: flex;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.footer2-links-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: grid;
}

.heading {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.image-4 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer2 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.footer2-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-link:hover, .footer2-link.w--current {
  opacity: 1;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
}

.heading-2 {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.3rem;
  display: flex;
}

.footer2-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.slide {
  width: 31.25svw;
  height: 32.8svw;
  padding: 9px;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.mask {
  overflow: hidden;
}

.link-block {
  z-index: 4;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 46% auto 0% 0%;
}

.link-block.is--rght-arrow {
  inset: 46% 0% 0% auto;
  transform: rotate(180deg);
}

.right-arrow {
  top: 0%;
  bottom: 0%;
  right: -36px;
}

.list-item {
  color: #1a1b1f;
}

.list {
  opacity: .6;
}

.image-5 {
  object-fit: cover;
}

.quick-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 36px;
  padding: 0;
}

.select-field {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  transition: border-color .4s;
}

.flex-block {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-2 {
  text-align: center;
  letter-spacing: .256px;
  text-transform: uppercase;
  background-color: #000;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  font-family: Inconsolata, monospace;
  font-size: 1em;
  font-weight: 400;
  display: flex;
}

.button-2.is--hidden-desktop {
  display: none;
}

.div-block-9 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  display: flex;
}

.nav-container.is--nav2 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.div-block-3 {
  align-items: center;
  font-size: 1em;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .025em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  margin: 0 1em .4em;
  padding: .7em 0 .2em;
  font-size: 1em;
  line-height: 1;
  transition: box-shadow .2s;
}

.nav-link:hover {
  box-shadow: 0 1px #ffffffed;
}

.nav-link.is--fixednavlnk {
  color: #000;
}

.image {
  width: 17.5em;
}

.brand {
  align-items: center;
  display: flex;
}

.brand.is--on-dark {
  filter: invert();
}

.navbar {
  background-color: #fff0;
  width: 100%;
  display: block;
  position: absolute;
}

.navbar.is--fixed {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 20px 2px #0000001c;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell.is--horiz {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.field-label.is--horiz {
  margin-bottom: 0;
}

.div-block-19 {
  background-color: #fff;
  padding: 24px;
}

.link {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.link-2 {
  padding: 12px 24px;
}

@media screen and (min-width: 1280px) {
  .projects-grid {
    grid-template-rows: 331px 28vw auto;
  }

  .div-block-13 {
    justify-content: flex-end;
    align-items: center;
  }
}

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

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

  .button {
    justify-content: center;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

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

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

  .projects-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: 28vw 28vw auto;
  }

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

  .error-message {
    max-width: 738px;
  }

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

  .flex-block-2 {
    padding-left: 84px;
    padding-right: 84px;
  }

  .footer2-form-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .success-message {
    max-width: 738px;
  }

  .footer2-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content {
    max-width: 738px;
  }

  .wrapper.m0-50 {
    background-color: #fff;
  }

  .flex-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .button-2 {
    flex: 0 auto;
  }

  .button-2.is--hidden-desktop {
    margin-bottom: .4em;
    padding-left: 36px;
    padding-right: 36px;
    display: none;
  }

  .div-block-9 {
    flex: 0 auto;
    margin-left: 0;
  }

  .nav-container {
    z-index: 1;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 1em .5em 1em 3em;
    position: absolute;
  }

  .nav-container.is--nav2 {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 20px 2px #0000001c;
  }

  .menu-button-2 {
    z-index: 1;
    filter: invert();
    justify-content: space-between;
    padding: .5em;
    display: flex;
  }

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

  .menu-button-2.is--on-dark {
    filter: invert(0%);
  }

  .nav-link {
    color: #000;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 2em;
  }

  .image {
    width: 20em;
  }

  .hamburger-anim {
    width: 3rem;
    display: flex;
  }

  .brand.is--on-dark {
    flex: 1;
  }

  .navbar.is--fixed {
    position: fixed;
  }

  .nav-menu {
    z-index: 0;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 124px 2em 2em;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .container {
    text-align: center;
  }

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

  .error-message {
    width: 100%;
    max-width: none;
  }

  .flex-block-2 {
    padding-left: 83px;
    padding-right: 83px;
  }

  .footer2-form-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .success-message {
    width: 100%;
    max-width: none;
  }

  .footer2-links-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

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

  .slide {
    width: 45svw;
    height: 45svw;
  }

  .button-2 {
    margin-left: 1.5em;
    display: flex;
  }

  .nav-container {
    padding-left: 1em;
    padding-right: 0;
  }

  .hamburger-anim {
    width: 2.5rem;
  }
}

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

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

  .projects-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 78vw 78vw 78vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 78vw;
  }

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

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

  .flex-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-2.right-margin-field {
    margin-bottom: 10px;
  }

  .footer2-form-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .footer2-form-wrap {
    flex-direction: column;
  }

  .footer2-links-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide {
    width: 100%;
  }

  .button-2 {
    display: none;
  }

  .button-2.is--hidden-desktop {
    margin-left: 0;
    padding: 20px 24px;
    font-size: 24px;
    display: block;
  }

  .nav-container {
    padding: 0 0 0 1.5em;
  }

  .menu-button-2 {
    margin-left: 10px;
  }

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

  .image {
    margin-top: .5em;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    flex: 0 auto;
    width: 100vw;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-fddbf111 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-fddbf111, #w-node-_86e64837-0616-515b-4568-76c147234d41-fddbf111 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-fddbf111 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b336cf93-10c4-4bed-62ea-bd675bac4ee6-fddbf111, #w-node-bf8a3598-f6ae-b11b-e6bb-afc20b89363f-fddbf111 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830a1f31-907b-2340-516f-c6d7d8fa14f8-fddbf111 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_699e4493-b444-74b5-1b42-b195619838e1-619838dd {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_699e4493-b444-74b5-1b42-b195619838e3-619838dd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_699e4493-b444-74b5-1b42-b195619838f1-619838dd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_699e4493-b444-74b5-1b42-b195619838f2-619838dd, #w-node-_699e4493-b444-74b5-1b42-b195619838f9-619838dd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

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

#w-node-a6aa33f0-f32b-e8d1-4de4-df84e343eb88-fddbf116 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a6aa33f0-f32b-e8d1-4de4-df84e343eb89-fddbf116, #w-node-f28f4d75-ac2c-96c0-dab4-3751c2d58c3f-fddbf116 {
  grid-column: span 3 / span 3;
}

#w-node-_378a4946-132a-0a47-7a81-d3df3ff6d9a5-fddbf116, #w-node-_97ba2e62-b7ef-34b4-5db0-39b690e19885-fddbf116, #w-node-_37fc36b2-9d74-b5d5-2230-f20e71ce498f-fddbf116 {
  grid-column: span 6 / span 6;
}

#w-node-ad1ca2b7-745d-78f2-0e75-8fa76cbe96c1-fddbf116 {
  grid-column: span 3 / span 3;
}

#w-node-_58a72f5d-8aa8-8f66-b238-2f45abc5a240-fddbf116 {
  grid-column: span 2 / span 2;
}

#w-node-_7c62838a-ca72-1ac3-0783-a14a9fe91253-fddbf116 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fddbf118 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-fddbf118 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fddbf119 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-fddbf119 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-fddbf11a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-fddbf11a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04696afc-5122-d2ef-15ec-ed49b60a94aa-fddbf11b, #w-node-b2239b4b-d9da-3c3b-7c77-5b327061c6d2-fddbf11b, #w-node-_59f716d3-d095-8f0a-05e2-9f36ccba6299-fddbf11b, #w-node-ca974f7d-8a76-6934-8343-d4973dbfa1b5-fddbf11b, #w-node-e4af9a77-8188-8f15-b51b-c9041b79c67a-fddbf11b, #w-node-_8195d133-593a-e6f0-3aa3-e34c1885f0f9-fddbf11b, #w-node-ed1100b5-7052-0cf2-54a7-dbb55e3096a8-fddbf11b, #w-node-e19b4bff-5607-0175-ed71-a2d86c8cce85-fddbf11b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-a6aa33f0-f32b-e8d1-4de4-df84e343eb88-d6e08d2c {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a6aa33f0-f32b-e8d1-4de4-df84e343eb89-d6e08d2c, #w-node-f28f4d75-ac2c-96c0-dab4-3751c2d58c3f-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_378a4946-132a-0a47-7a81-d3df3ff6d9a5-d6e08d2c, #w-node-_97ba2e62-b7ef-34b4-5db0-39b690e19885-d6e08d2c, #w-node-_37fc36b2-9d74-b5d5-2230-f20e71ce498f-d6e08d2c {
  grid-column: span 6 / span 6;
}

#w-node-ad1ca2b7-745d-78f2-0e75-8fa76cbe96c1-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_58a72f5d-8aa8-8f66-b238-2f45abc5a240-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_3c78356a-a69f-538d-35d7-8ef52588d286-d6e08d2c, #w-node-_4668b042-a46d-7868-0e8d-98b62b387277-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_3bbc66ae-9950-4d8d-724a-a010624da295-d6e08d2c {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3bbc66ae-9950-4d8d-724a-a010624da296-d6e08d2c {
  grid-column: span 6 / span 6;
}

#w-node-_2cda41e0-019b-c52a-bd27-23007c06ba59-d6e08d2c, #w-node-_9fddf242-97c3-4961-c07b-3dd4b3f076a5-d6e08d2c, #w-node-_31802bdd-6070-6764-a12c-f3224a1357e4-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_3bbc66ae-9950-4d8d-724a-a010624da29e-d6e08d2c {
  grid-column: span 6 / span 6;
}

#w-node-d9b8b469-e967-c34f-99c8-f8588da19ee8-d6e08d2c, #w-node-_349a8788-6b56-145e-a323-66724d386197-d6e08d2c, #w-node-_47f8d132-7795-7969-3151-ea77d730e2a9-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_348cf7da-beca-f99a-05c1-d9d0095743e8-d6e08d2c {
  grid-column: span 6 / span 6;
}

#w-node-c1172838-ba44-cdd6-a3d7-5b88c7610af8-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_1652379e-68a4-6d2a-c88a-f75706d47145-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_6ae45106-f2dd-84d6-2f28-2d8e86500c56-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-d4da5eec-83e7-1f7d-08d0-ef08ca6fe897-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_7e1f0594-2669-8b15-59c2-a93822caa39a-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_7c926a11-93c7-0288-0ca2-d105576c5fca-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-e9bf8908-21b4-7005-0529-729507be39ee-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_0c097bc3-942d-63ff-4940-760faf21fcfe-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_01058323-dfa6-0abb-a524-af7d1ce5d4e6-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_9a0e3459-f633-8bc8-c527-0c76f7efc75a-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_1d365f9b-e210-a575-2fc4-ed060689cd40-d6e08d2c {
  grid-column: span 3 / span 3;
}

#w-node-_743db930-7b28-a42c-2113-b1837b1155ab-d6e08d2c {
  grid-column: span 2 / span 2;
}

#w-node-_428ac583-128b-5035-ce48-b23da1f6bab0-d6e08d2c {
  grid-column: span 6 / span 6;
}

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

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

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

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

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

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

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

#w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f58-bda62024 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f5e-bda62024 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f64-bda62024 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f6a-bda62024 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f70-bda62024 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f77-bda62024 {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-fddbf111 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-fddbf111 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-fddbf111 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-fddbf111 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_699e4493-b444-74b5-1b42-b195619838e1-619838dd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_699e4493-b444-74b5-1b42-b195619838f2-619838dd, #w-node-_699e4493-b444-74b5-1b42-b195619838f9-619838dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_7c62838a-ca72-1ac3-0783-a14a9fe91253-fddbf116 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-fddbf118, #w-node-_421df62a-c217-12af-eee8-27f88a387928-fddbf119, #w-node-_421df62a-c217-12af-eee8-27f88a387928-fddbf11a, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-d6e08d2c, #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-eb7adcd0 {
    grid-area: 2 / 1 / 3 / 2;
  }

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

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

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

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f64-bda62024 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f6a-bda62024 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f70-bda62024 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f77-bda62024 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_699e4493-b444-74b5-1b42-b195619838e1-619838dd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

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

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

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

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

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

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f5e-bda62024 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f64-bda62024 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f6a-bda62024 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f70-bda62024 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e646b2e6-fc5e-d127-c2bf-a687e9aa2f77-bda62024 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_699e4493-b444-74b5-1b42-b195619838e1-619838dd, #w-node-_699e4493-b444-74b5-1b42-b195619838e3-619838dd, #w-node-_699e4493-b444-74b5-1b42-b195619838f2-619838dd, #w-node-_699e4493-b444-74b5-1b42-b195619838f9-619838dd {
    grid-column: span 4 / span 4;
  }
}


