:root {
  --white: white;
  --temperpine-orange: #f15925;
  --temperpine-brown: #6e380d;
  --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;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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: 20px;
  padding-bottom: 0;
}

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 {
  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 {
  color: #6e380d;
  height: 4px;
}

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

.section {
  background-color: var(--white);
  text-align: center;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-cta {
  background-color: var(--white);
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

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

.section.cc-store-home-wrap {
  background-color: var(--white);
  margin-top: 0;
  padding: 0;
}

.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;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container.footer {
  max-width: 900px;
}

.paragraph-tiny {
  margin-top: 0;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}

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

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

.paragraph-bigger.orange {
  color: var(--temperpine-orange);
  margin-bottom: 20px;
}

.primary-button {
  background-color: var(--temperpine-orange);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 15px 40px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  background-color: var(--temperpine-brown);
  color: #fff;
}

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

.primary-button.cc-jumbo-button {
  margin-bottom: 40px;
  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;
}

.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: #f15925;
  text-align: center;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: var(--temperpine-orange);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
}

.heading-jumbo-small.cta-header {
  font-size: 32px;
  font-weight: 500;
}

.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 {
  margin-bottom: 0;
  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: flex;
}

.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: flex-start;
  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: auto;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/1200.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  height: auto;
  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: 0;
  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-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: 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;
}

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

.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 {
  text-align: center;
  background-color: #fcf1ea;
  margin-top: 100px;
  padding: 60px;
}

.home-section-wrap {
  margin-bottom: 0;
}

.section-heading {
  color: var(--temperpine-orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.about-grid.cc-about-2 {
  background-color: var(--temperpine-brown);
  grid-template: ". ."
  / 2fr 1fr;
  margin-top: 140px;
  margin-bottom: 0;
  padding: 20px;
}

.about-grid.brown {
  grid-column-gap: 60px;
  background-color: var(--temperpine-brown);
  grid-template-columns: 4.25fr 2fr;
  margin-top: 100px;
  padding: 40px 40px 20px;
}

.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 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.work-heading.orange {
  color: var(--temperpine-orange);
}

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

.image {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.paragraph-bullets {
  margin-bottom: 15px;
  font-size: 18px;
}

.image-2 {
  width: auto;
  margin-top: 20px;
}

.bullet-list-reverse {
  color: #fff;
}

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

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

.list {
  text-align: left;
  margin-bottom: 40px;
  padding-right: 0;
}

.list.tight {
  padding-right: 40px;
}

.columns {
  background-color: var(--temperpine-brown);
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--temperpine-brown);
  grid-template-rows: auto;
}

.container-2 {
  max-width: 1140px;
  margin-top: 100px;
}

.text-block {
  line-height: 20%;
}

.image-3 {
  margin-bottom: 30px;
}

.grid-2 {
  grid-column-gap: 27px;
  grid-row-gap: 40px;
  text-align: left;
  flex: 0 auto;
  order: 0;
  grid-template: "Area Area-2 Area-5"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.paragraph {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 17px;
}

.paragraph.bullet-list {
  margin-bottom: 10px;
}

.container-3 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: static;
  left: 150px;
  right: 150px;
}

.bold-text-2 {
  text-align: left;
}

.grid-3 {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: repeat(auto-fit, minmax(250px, auto)) minmax(250px, auto) minmax(250px, auto);
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6";
  grid-auto-columns: 1fr;
}

.paragraph-small-copy {
  font-size: 14px;
  line-height: 26px;
}

.heading {
  display: block;
}

.container-4 {
  background-color: #f3f3f3;
  max-width: 1140px;
  margin-top: 100px;
  padding: 60px;
}

.div-block-2, .div-block-3, .div-block-4, .div-block-5, .div-block-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-7 {
  margin-top: 0;
}

.div-block-8 {
  border: 4px solid var(--temperpine-brown);
  object-fit: fill;
  border-radius: 20px;
  max-width: 700px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-2 {
  color: var(--temperpine-brown);
  letter-spacing: normal;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  left: auto;
  right: auto;
}

.text-icon {
  color: var(--temperpine-orange);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  text-transform: lowercase;
  font-family: Material Icons Round, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading-2 {
  margin-top: 10px;
}

.heading-2.brown, .brown {
  color: var(--temperpine-brown);
}

.bold-text-3 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-3 {
  letter-spacing: normal;
  text-transform: none;
  font-size: 21px;
}

.div-block-9 {
  max-width: 700px;
}

.section-4 {
  background-color: var(--white);
  text-align: center;
  border-top: 2px solid #eee;
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-4.cc-cta {
  background-color: var(--white);
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

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

.section-4.cc-store-home-wrap {
  background-color: var(--white);
  margin-top: 0;
  padding: 0;
}

.text-block-4 {
  background-color: var(--temperpine-brown);
  color: var(--white);
  border-radius: 10px;
  max-width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 21px;
}

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

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

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .heading-jumbo {
    margin-top: 60px;
    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;
  }

  .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: 20px 50px 40px;
  }

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

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

  .home-section-wrap {
    text-align: left;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    text-align: left;
  }

  .about-grid {
    grid-column-gap: 106px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: ". . ."
                   "Area Area Area" 1fr
                   / 1fr;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

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

  .youtube {
    margin-bottom: 60px;
  }

  .div-block {
    text-align: center;
    width: auto;
    margin-bottom: 60px;
  }

  .list {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: auto;
  }

  .container-2 {
    margin-top: 80px;
  }

  .image-3 {
    margin-bottom: 40px;
  }

  .paragraph {
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .container-3 {
    max-width: 550px;
  }

  .container-4 {
    margin-top: 80px;
  }

  .div-block-8 {
    margin-top: 60px;
  }

  .section-4.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    max-width: none;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

  .section.cc-cta {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 15px;
  }

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

  .container {
    text-align: center;
  }

  .paragraph-tiny {
    margin-top: 10px;
  }

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

  .primary-button {
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-jumbo {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
    line-height: 130%;
  }

  .heading-jumbo-small {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 130%;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .footer-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .cta-wrap {
    padding: 0 30px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    width: 90%;
  }

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

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

  .home-content-wrap {
    margin-top: 60px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-section-wrap {
    text-align: center;
  }

  .youtube {
    margin-bottom: 40px;
  }

  .list {
    left: auto;
  }

  .list.tight {
    margin-bottom: 20px;
  }

  .bold-text {
    line-height: 0;
  }

  .bold-text.brown {
    font-size: 21px;
  }

  .container-2 {
    margin-top: 60px;
  }

  .grid-2 {
    margin-left: 60px;
    display: block;
  }

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

  .bold-text-2.brown {
    font-size: 20px;
  }

  .grid-3 {
    grid-column-gap: 80px;
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto-fit, minmax(250px, auto)) minmax(250px, auto) minmax(250px, auto);
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .container-4 {
    margin-top: 60px;
    padding-bottom: 40px;
  }

  .div-block-3, .div-block-4, .div-block-5, .div-block-6, .div-block-7 {
    margin-bottom: 40px;
  }

  .div-block-8 {
    border-width: 3px;
    max-width: 90%;
    margin-top: 40px;
  }

  .text-block-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 21px;
  }

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

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

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

  .text-block-4 {
    font-size: 19px;
  }
}

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

  .section.cc-cta {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .paragraph-tiny {
    margin-top: 10px;
  }

  .primary-button {
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-jumbo {
    margin-top: 40px;
    font-size: 34px;
    line-height: 120%;
  }

  .heading-jumbo-small {
    font-size: 24px;
    line-height: 110%;
  }

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

  .motto-wrap {
    margin-top: 10px;
  }

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

  .home-content-wrap {
    margin-top: 50px;
    padding: 20px 0;
  }

  .home-section-wrap {
    text-align: center;
    width: 100%;
  }

  .section-heading {
    font-size: 26px;
    line-height: 130%;
  }

  .about-grid {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .work-heading.orange {
    font-size: 26px;
    line-height: 130%;
  }

  .list {
    padding-left: 20px;
  }

  .list.tight {
    padding-right: 20px;
  }

  .bold-text.brown {
    font-size: 18px;
  }

  .container-2 {
    margin-top: 40px;
  }

  .grid-2 {
    margin-right: 60px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .bold-text-2.brown {
    font-size: 18px;
  }

  .container-4 {
    margin-top: 60px;
    padding: 30px 30px 20px;
  }

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

  .text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 130%;
  }

  .brown {
    font-size: 26px;
    line-height: 130%;
  }
}

#w-node-c72b173b-d04c-8796-2c6e-a71430eb05ab-6dc34d9e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c72b173b-d04c-8796-2c6e-a71430eb059e-6dc34d9e {
  grid-area: Area-2;
}

#w-node-_57c42351-c4bb-0e4b-0a22-d74ea75728da-6dc34d9e {
  grid-area: Area;
}

#w-node-bcc3de5f-58f6-654d-02b5-09608e9714fe-6dc34d9e {
  order: 0;
}

#w-node-_1afde2b4-cf0b-5b5c-7cae-dabd2f16f6d9-6dc34d9e {
  grid-area: Area-2;
}

#w-node-_96d605c9-6234-eeaf-dfea-26f2174f58ed-6dc34d9e {
  order: 0;
}

#w-node-_6c99484e-443a-52f3-8f7c-5bdc6f76f607-6dc34d9e {
  grid-area: Area-3;
}

#w-node-_6cb1a789-1334-9cbf-30df-08106a018832-6dc34d9e {
  order: 0;
}

#w-node-_91c22525-0566-a3e3-4347-8936ab650a52-6dc34d9e {
  grid-area: Area-4;
}

#w-node-_5e42fe0d-5c6a-b66d-5fd1-1059a8306808-6dc34d9e {
  order: 0;
}

#w-node-_84db800a-6db0-c6c5-dcb6-09c571da348e-6dc34d9e {
  grid-area: Area-5;
}

#w-node-_3ce46c8e-5145-a83c-b6fc-9fd28daea713-6dc34d9e {
  order: 0;
}

#w-node-_53d2e7b4-1251-233b-eb13-e4f70acdd6b8-6dc34d9e {
  grid-area: Area-6;
}

#w-node-b6d983d8-8bb0-05be-358a-a890b715276d-6dc34d9e {
  order: 0;
}

#w-node-_97299a2c-e66d-2b7b-8913-aca8e7d5c652-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96466240-72c6-8e83-d28e-bad451e627ed-51e627e8 {
  grid-area: Area-2;
}

#w-node-f0a11633-7f93-b77e-4eb0-c93cd2726cad-51e627e8 {
  grid-area: Area-5;
}

@media screen and (max-width: 991px) {
  #w-node-c72b173b-d04c-8796-2c6e-a71430eb05ab-6dc34d9e {
    grid-area: 2 / 1 / 3 / 2;
  }
}


