.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

.image-8 {
    display: none;
}

@keyframes moveToLeft {
     from {
        transform: translateX(0px);
      }
     to {
        transform: translateX(-5px);
      }
    }

.image-7:hover + .image-8 {
    display: block;
    animation: moveToLeft .5s forwards;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

.hero_secti {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #575757;
}

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

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

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

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

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

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

.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 {
  background-color: #fff;
  color: #000;
}

.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 {
  position: relative;
  z-index: 5;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

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

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

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

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

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

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

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

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

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

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

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

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding: 9px 30px;
  opacity: 0.6;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.navigation-item.w--current {
  padding-top: 29px;
  padding-bottom: 29px;
  background-image: url('../images/nav_link_bg.jpg');
  background-position: 50% 50%;
  background-size: 125px;
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

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

.navigation-item.active {
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: transparent;
  background-image: url('../images/nav_link_bg.jpg');
  background-position: 0px 0px;
  background-size: 145px;
  opacity: 1;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
}

.logo-image {
  display: block;
}

.navigation-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

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

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

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

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

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

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

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

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

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

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

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

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

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

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

.hero_section {
  display: block;
  width: auto;
  height: 95vh;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
  background-image: url('../images/hero_image_lawn_care-min.jpg');
  background-position: 50% 50%;
  background-size: 1512px;
  background-repeat: no-repeat;
}

.hero_section.services_page {
  height: 90vh;
  background-image: url('../images/hardscaping_services-min.jpg');
  background-size: 1512px;
  background-repeat: no-repeat;
}

.hero_heading {
  position: static;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 0px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.hero_heading.services_hero_container {
  padding-top: 0px;
}

.cta_primary {
  margin-right: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cta_primary.btn {
  width: 235px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #42d443;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.cta_primary.btn:hover {
  background-color: #00d501;
}

.cta_secondary {
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cta_secondary.btn {
  width: 147px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.cta_secondary.btn:hover {
  background-color: hsla(0, 0%, 100%, 0.29);
}

.paragraph {
  width: 45ch;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.paragraph.exp_paragraph {
  width: 61ch;
  margin-left: 10px;
  padding-left: 0px;
}

.paragraph.green_text {
  margin-bottom: 0px;
  color: #42d443;
}

.heading {
  width: 20ch;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 84px;
  font-weight: 700;
  text-transform: uppercase;
}

.form-block {
  position: relative;
  left: 700px;
  top: -300px;
  right: 0px;
  width: 365px;
  height: auto;
  background-color: #ececec;
  font-family: Roboto, sans-serif;
}

.form-block.services_page {
  top: -400px;
  margin-top: 280px;
}

.form-block.form_block_contact {
  left: auto;
  top: 0px;
  right: auto;
  width: 560px;
}

.form {
  width: 365px;
}

.heading-2 {
  font-size: 36px;
}

.heading-3 {
  font-size: 36px;
}

.heading-4 {
  font-size: 36px;
  text-align: center;
}

.form_header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: both;
  background-color: #f8cf25;
  color: #575757;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.form_header.form_contact_header {
  width: 560px;
}

.div-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 80px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.form_wrapper {
  padding: 15px;
}

.form_wrapper.form_wrapper_contact {
  width: 560px;
}

.submit-button {
  width: 100%;
  background-color: #42d443;
  font-size: 18px;
}

.submit-button:hover {
  background-color: #00d501;
}

.services_container_grey {
  height: 800px;
  margin-top: 100px;
  padding-top: 100px;
  clear: none;
  background-color: #e5e5e5;
  text-align: center;
}

.h2_heading {
  margin-top: 0px;
  padding-top: 0px;
  clear: both;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.h2_heading.white_font {
  margin-bottom: 40px;
  color: #fff;
  text-transform: uppercase;
}

.p_header {
  position: static;
  display: inline-block;
  width: 60ch;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.p_header.ch_size {
  width: 75ch;
}

.div-block-2 {
  clear: none;
}

.column {
  display: inline-block;
  padding-right: 40px;
  text-align: right;
}

.image {
  clear: both;
  background-image: url('../images/residential.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: fixed;
}

.service {
  display: inline-block;
  clear: both;
  text-align: center;
}

.heading-6 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.image-2 {
  float: none;
  clear: none;
}

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

.column-3 {
  padding-left: 40px;
}

.columns {
  padding-top: 60px;
}

.business_services {
  padding-top: 40px;
  text-align: center;
}

.service_item_container {
  max-width: 1280px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.service_item_container.service_item_container_2.services_item_container {
  margin-bottom: 100px;
}

.service_item_container.service_item_container_2.services_item_container.service_container_4 {
  padding-bottom: 40px;
}

.service_item_container.service_item_container_2.service_container_item_2 {
  padding-bottom: 40px;
}

.service_item_container.service_item_container_2.contact_form_wrapper {
  margin-bottom: 100px;
}

.service_item_container.services_page_service {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

.service_item_container.services_item_3 {
  padding-bottom: 40px;
}

.h2 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.p_green {
  font-family: Roboto, sans-serif;
  color: #36a536;
  font-size: 18px;
}

.lawn_mower_image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.phone_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  background-color: #42d443;
  text-align: center;
  text-decoration: none;
}

.phone_btn:hover {
  border-width: 1px;
  background-color: #00d501;
  color: #32343a;
}

.paragraph-3 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 10px;
  border: 1px none #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-2 {
  border: 1px none #000;
}

.p_black {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.p_black.services_p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.column-4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.service_item {
  min-width: 0px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  background-color: #fff;
}

.image-3 {
  display: inline-block;
}

.h3_header {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-weight: 700;
}

.decoration_btn {
  width: 170.6px;
  margin-top: 20px;
  background-color: #f8cf25;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 18px;
  font-weight: 700;
}

.decoration_btn.btn_services {
  margin-top: 12px;
}

.image-4 {
  width: 343px;
  min-width: 0px;
}

.image-5 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  display: inline-block;
  margin-top: -50px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: both;
  text-align: left;
}

.service_items_wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 10px;
  padding-left: 10px;
}

.column-5 {
  display: block;
}

.service_exp_container {
  display: block;
  height: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 220px;
  clear: none;
  background-image: url('../images/grass_bg-min-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Roboto, sans-serif;
  font-size: 24px;
}

.h2_white_heading {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.h2_white_heading.exp_text {
  width: 27ch;
  padding-right: 0px;
}

.columns-3 {
  clear: both;
  text-align: left;
}

.columns_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.text-span {
  color: #00f102;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 100px;
}

.white_badge_text {
  overflow: visible;
  width: 10ch;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-6 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-6.contact_column6 {
  display: inline;
  padding-right: 40px;
  padding-left: 40px;
}

.reviews_container {
  height: 820px;
  margin-top: 100px;
  padding-top: 100px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: url('../images/grass_bg_2-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.white_decoration_text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.heading-7 {
  text-align: center;
}

.div-block-5 {
  margin-right: 20px;
  margin-left: 20px;
}

.review_wraper {
  position: relative;
  width: auto;
  height: 205px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: none;
  clear: none;
  border-radius: 10px;
  background-color: #fff;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-6 {
  width: 25px;
  height: 25px;
}

.image-7 {
  margin-left: 10px;
}

.image-7:hover {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.image-8 {
  margin-left: 10px;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  line-height: 19px;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-6 {
  overflow: hidden;
  width: auto;
  height: 90px;
  color: #000;
}

.paragraph-6:hover {
  overflow: auto;
  width: 275px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 343px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-7 {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  clear: none;
}

.column-8 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-9 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-10 {
  padding-right: 5px;
  padding-left: 5px;
}

.columns-4 {
  position: static;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  clear: none;
}

.paragraph-7 {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.heading-8 {
  margin-top: 0px;
  border-bottom: 1px dotted #fff;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.list {
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  list-style-type: none;
}

.list-item {
  padding-left: 30px;
  background-image: url('../images/grass_icon.png');
  background-position: 0% 50%;
  background-size: 19px 25px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 18px;
  font-weight: 100;
}

.div-block-9 {
  position: relative;
  display: block;
  height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  background-color: #393939;
}

.paragraph-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}

.columns-5 {
  margin-bottom: 30px;
}

.text-span-2 {
  padding-left: 30px;
  background-image: url('../images/mail_icon.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.text-span-2.phone {
  background-image: url('../images/phone_icon_1.png');
  background-size: 15px 15px;
}

.text-span-2.mail {
  background-size: 22px 15px;
}

.text-span-2.location {
  background-image: url('../images/location_icon.png');
  background-size: 8px 15px;
}

.link {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
}

.column-11 {
  display: block;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.experience_container {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.services_hero_section {
  width: 100%;
  height: 95vh;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  padding-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
  background-image: url('../images/hardscaping_services-min.jpg');
  background-position: 50% 50%;
  background-size: 1512px;
  background-repeat: no-repeat;
}

.hero_services {
  position: relative;
  top: 93%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -6%;
}

.col1 {
  padding: 10px 40px;
  border: 1px solid #fff;
  background-color: rgba(66, 212, 67, 0.8);
}

.hero_services_text {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  margin-right: auto;
  margin-left: auto;
}

.all_services_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.all_services_service {
  text-align: center;
}

.all_services_text {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #575757;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.image-12 {
  display: inline;
  width: 80px;
  height: 80px;
}

.gallery_hero_section {
  height: 111px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/grass_header.jpg');
  background-position: 0px 0px;
  background-size: 1512px;
}

.white_header_text {
  position: relative;
  display: block;
  width: 40ch;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.header_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gallery_header_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.grid {
  display: -ms-grid;
  display: grid;
  margin: 20px 20px 100px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid.grid_2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.grid_1 {
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.contact_links {
  position: relative;
  height: 240px;
  margin: auto;
  padding: 60px 20px;
  background-color: #106110;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact_header {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact_main_links {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
}

.contact_main_links:hover {
  color: #fff;
  text-decoration: underline;
}

.contact_main_links.time {
  text-decoration: none;
}

.contact_link_wrapper {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
}

.column-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.links_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hours_contact {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}

.image-14 {
  position: static;
  left: 43%;
  top: 0%;
  right: 0px;
  bottom: 0%;
  margin-top: -50px;
}

.image-15 {
  margin-top: -50px;
  margin-left: 0px;
  padding-left: 0px;
  clear: none;
}

.image-16 {
  position: static;
  left: 14%;
  top: 0%;
  right: auto;
  bottom: 0px;
  z-index: 1;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

.image-16:hover {
  overflow: visible;
  mix-blend-mode: normal;
}

.image-16.spin {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.image-16.mulch {
  position: static;
  left: 0px;
  top: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  clear: none;
}

.image-16.sodding {
  position: static;
  left: 18%;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

.image-16.hardscaping {
  position: static;
  left: 16%;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

.div-block-10 {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0%;
  float: none;
  clear: none;
  border-radius: 81px;
  background-color: #575757;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed {
  width: auto;
  max-width: none;
}

.html-embed.map_container {
  width: auto;
}

.column-16 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-17 {
  margin-top: 20px;
}

.image-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

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

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

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

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

  .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;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .hero_section {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 0%;
    background-size: 1512px;
    background-repeat: no-repeat;
  }

  .hero_section.services_page {
    height: 1000px;
  }

  .hero_heading {
    padding-left: 0px;
  }

  .paragraph.exp_paragraph {
    margin-left: 0px;
  }

  .heading {
    width: 18ch;
  }

  .form-block {
    left: 25%;
    top: 120px;
    right: 25px;
  }

  .form-block.services_page {
    margin-top: 480px;
  }

  .services_container_grey {
    height: 1700px;
  }

  .p_header.ch_size {
    width: 67ch;
  }

  .phone_btn {
    margin-top: 20px;
  }

  .p_black {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .p_black.services_text_space {
    height: 66px;
  }

  .column-4 {
    padding-top: 100px;
  }

  .decoration_btn.btn_services {
    margin-top: 20px;
  }

  .image-4 {
    width: 100%;
  }

  .service_exp_container {
    height: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 50% 50%;
  }

  .columns_container {
    display: block;
  }

  .reviews_container {
    height: 1200px;
  }

  .review_wraper {
    margin-top: 10px;
  }

  .columns-4 {
    margin-top: -25px;
  }

  .hero_services {
    margin-left: -10px;
  }

  .contact_links {
    height: auto;
  }

  .links_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-16 {
    left: 11%;
  }

  .image-16.mulch {
    left: 16%;
  }

  .image-16.sodding {
    left: 15%;
  }

  .image-16.hardscaping {
    left: 13%;
  }

  .image-17 {
    width: 100%;
  }

  .image-18 {
    width: 100%;
  }

  .image-19 {
    width: 100%;
  }
}

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

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

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

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

  .container {
    text-align: center;
  }

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

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

  .text-field.cc-contact-field {
    text-align: left;
  }

  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .hero_section.services_page {
    height: 1100px;
  }

  .paragraph.exp_paragraph {
    width: 48ch;
  }

  .heading {
    width: 13ch;
  }

  .form-block {
    left: 17%;
  }

  .form-block.form_block_contact {
    width: auto;
  }

  .form {
    width: auto;
  }

  .form_header.form_contact_header {
    width: 100%;
  }

  .div-block {
    width: auto;
  }

  .form_wrapper.form_wrapper_contact {
    width: auto;
  }

  .p_header {
    width: 50ch;
  }

  .p_header.ch_size {
    width: 49ch;
  }

  .p_black.services_p {
    width: 47ch;
  }

  .h2_white_heading.exp_text {
    width: 26ch;
  }

  .column-6.contact_column6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .reviews_container {
    height: auto;
    padding-bottom: 100px;
  }

  .columns-4 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .column-11 {
    margin-bottom: 60px;
  }

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

  .white_header_text {
    width: 27ch;
  }

  .contact_col {
    padding-top: 40px;
  }

  .image-16 {
    left: 8%;
  }

  .image-16.mulch {
    left: 11%;
  }

  .image-16.sodding {
    left: 10%;
  }

  .image-16.hardscaping {
    left: 9%;
  }

  .column-15 {
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  
  .columns_container {
    margin-top: 350%;
  }

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

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

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero_section {
    padding-left: 8px;
  }

  .hero_section.services_page {
    height: 1200px;
    padding-top: 0px;
  }

  .hero_heading.services_hero_container {
    margin-top: -200px;
    padding-top: 0px;
  }

  .cta_primary.btn {
    margin-bottom: 20px;
  }

  .cta_secondary.btn {
    margin-left: 0px;
  }

  .paragraph {
    width: 27ch;
  }

  .paragraph.exp_paragraph {
    width: 25ch;
  }

  .heading {
    width: 12ch;
    font-size: 43px;
    line-height: 55px;
  }

  .form-block {
    left: 0%;
    right: 0px;
    width: auto;
  }

  .form {
    width: auto;
  }

  .form_header {
    width: auto;
  }

  .form_wrapper {
    margin-top: 44px;
  }

  .p_header {
    width: 27ch;
  }

  .p_header.ch_size {
    width: 27ch;
  }

  .column {
    padding-right: 10px;
    text-align: center;
  }

  .column-3 {
    padding-left: 10px;
    text-align: center;
  }

  .p_black.services_p {
    width: 25ch;
    margin-right: auto;
    margin-left: auto;
  }

  .h2_white_heading.exp_text {
    width: 14ch;
  }

  .columns-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero_services {
    top: 85%;
    display: block;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .all_services_container {
    padding-top: 100px;
  }

  .all_services_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .all_services_service {
    padding-top: 15px;
  }

  .gallery_hero_section {
    height: auto;
  }

  .white_header_text {
    margin-top: 40px;
  }

  .header_container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .gallery_container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact_link_wrapper {
    padding-top: 10px;
    padding-left: 0px;
  }

  .contact_col {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-16 {
    left: 14%;
  }

  .image-16.mulch {
    left: 21%;
  }

  .image-16.sodding {
    left: 19%;
  }

  .image-16.hardscaping {
    left: 16%;
  }
}

#w-node-_7eb88cce-a55e-ed86-a88c-73abe410daf0-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7eb88cce-a55e-ed86-a88c-73abe410daf2-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7eb88cce-a55e-ed86-a88c-73abe410daf4-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7eb88cce-a55e-ed86-a88c-73abe410daf7-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7bb527bf-4562-91b7-5827-b2bdbd131fb8-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_602a22ab-e5e1-62a3-5685-f52afbc843ed-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_494f6f48-267e-8577-3f33-b548720cdacc-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9bf04fd7-db3c-2975-9dfc-f9413dc5b1c8-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_95213e14-b473-adb0-9372-7d9ae9160606-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a86b2845-4513-84be-f7a8-4455701ae7fc-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5631f9c7-41b9-d197-e64d-257dca86a353-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4aa0d844-d5aa-26ba-dd23-498452a26843-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca8aa55d-4b5a-ffe8-ed43-fd1b61e2f315-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90732a08-20be-cc4a-b5ee-c8591295f8ab-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa1bfab2-602e-6d46-4564-953dfd005a79-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c81882fa-0089-b0b7-f4c7-ff9200512ea8-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2152c753-7121-8789-9910-f8e57449df44-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_313b92d3-67c0-4eec-54cb-a5df03e62864-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1dc3c90-68d4-8fbc-f2f3-77d3da4d3ff5-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a6b726cd-f93a-45fc-62e2-d7fe07895924-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc4abd36-a8d4-23bd-7886-db83d1eb0257-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e703291-f486-ee2a-caa5-f81c7a98b161-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd3b8bf5-8685-1165-1176-59c470426c07-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c05f687b-c924-8736-5848-309692bf44dc-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44b95e9c-4b5d-cb87-23a4-94207103ef47-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a97dea86-dfe6-21d8-e349-70ad0dcd9b94-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_83eb413b-9bdd-b461-3cbb-7e7109c3d802-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d4d764d5-8d2c-fce7-94b7-aae8eade5831-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4eaff4c3-7c7a-5a06-945b-72cb033b0afe-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90685c31-7da2-2036-8c2a-dbd89a14157a-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44e88969-68db-c0d4-fa59-156449289008-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a67352c-c1d4-ff49-5642-cf01858161ee-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc00520b-2b8a-8bc2-30c0-96ac740a82b1-8e6c7515 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

