:root {
  --_apps---colors--background: #e5e4e4;
  --_apps---colors--card: var(--white);
  --black: black;
  --white: white;
  --_apps---typography--heading-font: Georgia, Times, "Times New Roman", serif;
  --_apps---typography--body-font: Montserrat, sans-serif;
  --_apps---typography--button-font: Georgia, Times, "Times New Roman", serif;
  --_apps---sizes--radius: 0px;
  --_apps---colors--foreground: #030303;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d7d7d7;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #88280e;
  --_apps---colors--primary-foreground: #fff6f4;
  --_apps---colors--secondary: #fccfc3;
  --_apps---colors--secondary-foreground: #120c0a;
  --_apps---colors--muted: #dedede;
  --_apps---colors--muted-foreground: #666263;
  --_apps---colors--accent: #cacaca;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #d1d1d1;
  --_apps---colors--input: #d4d4d4;
  --_apps---colors--ring: #7b3624;
  --_apps---charts--chart-1: #88280e;
  --_apps---charts--chart-2: #985443;
  --_apps---charts--chart-3: #7c0b00;
  --_apps---charts--chart-4: #611200;
  --_apps---charts--chart-5: #4c0000;
  --_apps---sidebar--sidebar: #dedede;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #88280e;
  --_apps---sidebar--sidebar-primary-foreground: #fff6f4;
  --_apps---sidebar--sidebar-accent: #cacaca;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #d1d1d1;
  --_apps---sidebar--sidebar-ring: #7b3624;
  --_apps---colors--background-dark: #1a1b1f;
  --_apps---colors--foreground-dark: #f8f8f9;
  --_apps---colors--card-dark: #303135;
  --_apps---colors--card-foreground-dark: #f8f8f9;
  --_apps---colors--popover-dark: #303135;
  --_apps---colors--popover-foreground-dark: #f8f8f9;
  --_apps---colors--primary-dark: #d87157;
  --_apps---colors--primary-foreground-dark: #150a08;
  --_apps---colors--secondary-dark: #50251a;
  --_apps---colors--secondary-foreground-dark: #fff6f4;
  --_apps---colors--muted-dark: #111216;
  --_apps---colors--muted-foreground-dark: #ababae;
  --_apps---colors--accent-dark: #484848;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6d82;
  --_apps---colors--border-dark: #a83a1d1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #cf816d;
  --_apps---charts--chart-1-dark: #d87157;
  --_apps---charts--chart-2-dark: #f8ac98;
  --_apps---charts--chart-3-dark: #cd5d41;
  --_apps---charts--chart-4-dark: #ee9983;
  --_apps---charts--chart-5-dark: #b15841;
  --_apps---sidebar--sidebar-dark: #212226;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f9;
  --_apps---sidebar--sidebar-primary-dark: #d87157;
  --_apps---sidebar--sidebar-primary-foreground-dark: #150a08;
  --_apps---sidebar--sidebar-accent-dark: #484848;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #cf816d;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.container {
  justify-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-bigger {
  opacity: 1;
  color: #fff;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger.cc-bigger-light {
  opacity: .85;
  color: #000;
  margin-bottom: 32px;
  padding-top: 44px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  display: flex;
  transform: translate(0);
}

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

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

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

.primary-button.cc-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;
}

.primary-button.cc-jumbo-button {
  background-color: #88280e;
  padding: 16px 35px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #a53415;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
  position: static;
}

.paragraph-light {
  opacity: .6;
  color: #0a2540;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
}

.paragraph-light.utility-margin-bottom-2rem {
  text-align: center;
}

.paragraph-light.seo-content-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.heading-jumbo {
  z-index: auto;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #fffffff7;
  text-align: center;
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0a254000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 99px auto 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  display: flex;
  position: static;
  overflow: visible;
  transform: translate(0);
}

.heading-jumbo-small {
  color: #000;
  text-align: center;
  text-transform: none;
  background-color: #fff0;
  flex-flow: column;
  align-items: center;
  margin: 40px auto auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  position: static;
}

.logo-link {
  z-index: 1;
  box-sizing: border-box;
  color: var(--_apps---colors--background);
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  margin-right: -404px;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: inline-flex;
  position: static;
}

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

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

.logo-link.w--current {
  color: #fff;
  order: 0;
  margin-left: auto;
  margin-right: -458px;
  padding-left: 4px;
  padding-right: 0;
  font-size: 10px;
  line-height: 21px;
  display: block;
  position: static;
}

.menu-icon {
  color: #fff;
  -webkit-text-stroke-color: #f7f9ff;
  -webkit-text-fill-color: inherit;
  background-color: #0c0c0c;
  background-clip: border-box;
  border-radius: 0;
}

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  text-overflow: clip;
  background-color: #0009;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  color: #fff;
  background-color: #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.navigation {
  z-index: 999;
  color: #fff;
  background-color: #0c0c0ce6;
  border: 1px solid #a83a1d;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  display: flex;
  position: static;
  top: 0;
}

.navigation-item {
  aspect-ratio: auto;
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  border: 1px solid #000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  display: inline-flex;
  position: static;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  order: 0;
  font-weight: 600;
  display: flex;
}

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

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

.menu-button {
  display: flex;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.intro-header {
  color: #fff;
  text-align: center;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68bf358300683f8f0cd080ca/698d746aa67b51fce416f2c8_20220128-IMG_9082.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  padding-top: 34px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68bf358300683f8f0cd080ca/6902708d68e049aa4c689bf1_IMG_8751.avif");
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 480px;
}

.intro-header.cc-subpage.decks-header {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68bf358300683f8f0cd080ca/68f2983ecf9f07debdd0c734_IMG_3234-copy.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.intro-header.cc-subpage.landscaping-head {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68bf358300683f8f0cd080ca/698d745d5aec17e7dc9ab899_20250905-IMG_0604.avif");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
}

.intro-header.cc-subpage.outdoor-head {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/68bf358300683f8f0cd080ca/698d74581a646441204e0ed8_20220315-IMG_0655_HEIC.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column;
  margin-bottom: 140px;
}

.intro-content {
  text-align: center;
}

.intro-content.cc-homepage {
  margin-top: 100px;
  margin-bottom: 220px;
}

.motto-wrap {
  text-align: center;
  flex-flow: column;
  width: 80%;
  margin: 0 auto;
  display: flex;
}

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

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

.section-heading {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 400;
}

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

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #88280e;
  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;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  font-family: Verdana, Geneva, sans-serif;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: auto;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url("https://cdn.prod.website-files.com/62434fa732124a0fb112aab4/62434fa732124a29b112aac4_ic%20Arrow%20Go.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  font-family: Georgia, Times, Times New Roman, serif;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: 600;
}

.image {
  width: 300px;
}

.link-block {
  text-decoration: none;
}

.italic-text-2 {
  color: var(--white);
  font-family: Georgia, Times, Times New Roman, serif;
}

.image-2 {
  object-fit: fill;
  margin-right: 0;
  font-family: Saira, sans-serif;
}

.body-2 {
  background-color: #fff;
}

.image-4 {
  flex-flow: column;
  width: 30%;
  padding-left: 20px;
  display: inline-flex;
}

.navbar {
  border-color: #a83a1d00;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

  .heading-jumbo {
    box-sizing: border-box;
    aspect-ratio: auto;
    white-space: normal;
    object-fit: scale-down;
    align-items: flex-start;
    max-width: none;
    max-height: none;
    font-size: 56px;
    line-height: 70px;
    display: flex;
    position: static;
  }

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    opacity: 1;
    color: #000;
    -webkit-text-stroke-color: #fff0;
    background-color: #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    position: static;
  }

  .navigation-item {
    text-align: center;
    mix-blend-mode: normal;
    background-color: #f7f8f9;
    flex-flow: row;
    flex: 0 auto;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: inline-flex;
  }

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

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

  .menu-button {
    padding: 0;
  }

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

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .project-overview-header.automatic-gates-head {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/68bf358300683f8f0cd080ca/698d7469d28690f699407260_20220117-IMG_8732.avif");
    width: 100%;
    height: 200%;
    overflow: visible;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .image-4 {
    display: block;
  }

  .navbar {
    opacity: 1;
  }
}

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

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    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 {
    box-sizing: border-box;
    clear: none;
    opacity: .87;
    outline-offset: 0px;
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
    mix-blend-mode: luminosity;
    object-fit: contain;
    outline: 3px #eef0f4f7;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 64px;
    display: flex;
    position: static;
    overflow: visible;
    transform: none;
  }

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

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .italic-text-2, .italic-text-4 {
    font-family: Georgia, Times, Times New Roman, serif;
  }

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

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .utility-margin-bottom-8rem {
    margin-bottom: 3rem;
  }

  .masonry-layout.mobile-landscape-1-column {
    column-count: 1;
    column-count: 1;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .grid-gap-s-parent.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mobile-landscape-1-column-parent.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }
}

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

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

  .paragraph-light {
    margin-left: auto;
  }

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

  .logo-link {
    box-sizing: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    background-clip: border-box;
    margin-right: 0;
  }

  .menu, .navigation-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation {
    background-color: var(--_apps---colors--card);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .navigation-items {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .our-contacts {
    width: 90%;
  }

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

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

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

  .section-heading {
    margin-left: auto;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .desktop-5-column-parent.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }
}

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

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

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

#w-node-_1312c23f-7e67-9e43-262e-aa5aec0ae611-0cd0812c, #w-node-e1a23176-613c-8717-f8ee-1428169beceb-0cd0812c, #w-node-c0ef03ed-31e1-0a3d-bea3-4e7fada183e5-0cd0812c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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