:root {
  --white-overlay: rgba(248, 245, 245, .2);
  --white: #fff;
  --transparent-black: rgba(6, 6, 6, .6);
  --black: black;
  --none: rgba(66, 63, 63, 0);
  --dark-olive-green: rgba(43, 48, 7, .92);
  --black-overlay-video: rgba(0, 0, 0, .1);
  --dim-grey: #423f3f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 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;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  height: auto;
  text-transform: capitalize;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.section.cc-cta {
  height: 400px;
  background-color: rgba(116, 213, 161, .14);
  margin-top: 0;
  padding: 0 80px;
}

.section.cc-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.section.cc-store-home-wrap {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/greenleaf2.jpg'), url('../images/green---2.jpg');
  background-position: 0 0, 180% 68%, -20% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 70%, 70%;
  margin-top: -2px;
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1300px;
  justify-content: space-around;
  margin: 154px auto 50px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.paragraph-tiny {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.paragraph-bigger {
  opacity: 1;
  background-color: rgba(6, 6, 6, 0);
  margin-bottom: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  background-color: #ebf9f2;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: var(--white);
  background-color: rgba(6, 6, 6, .78);
  padding: 20px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(43, 48, 7, .49);
  border-radius: 0;
  padding: 16px 35px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--transparent-black);
  color: #fff;
}

.button:active {
  background-color: var(--transparent-black);
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  width: 200px;
  color: var(--white);
  background-color: rgba(116, 213, 161, .4);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: rgba(116, 213, 161, .67);
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: rgba(116, 213, 161, .4);
}

.button.cc-contact-us:hover {
  background-color: var(--transparent-black);
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  text-align: center;
  text-transform: none;
  word-break: normal;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700;
}

.heading-jumbo {
  background-color: var(--none);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 55px;
  font-weight: 500;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 1000;
  color: var(--white);
  background-color: rgba(0, 0, 0, .69);
  align-items: center;
  margin-top: 0;
  padding: 6px 50px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--transparent-black);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: rgba(255, 255, 255, .57);
  font-size: 15px;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--transparent-black);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 480px;
  margin-right: auto;
  display: flex;
}

.footer-wrap {
  width: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.paradise-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.paradise-link:hover {
  opacity: 1;
}

.paradise-link:active {
  opacity: .8;
}

.im-logo {
  margin-top: -1px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 24px;
  display: flex;
}

.hero {
  width: 100%;
  height: 600px;
  color: #fff;
  background-color: rgba(33, 30, 30, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/landscaping-web2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.hero.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  background-color: rgba(116, 213, 161, .11);
  border: 1px solid #eee;
  margin-bottom: -153px;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 70px;
  margin-bottom: 20px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-contact-field:focus {
  border-width: 2px;
  border-color: var(--transparent-black);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: 100px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 24px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  text-align: left;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: .61;
  color: #77de8f;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 43px;
  font-weight: 700;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
  margin-right: 8px;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 0;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-bottom: 43px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.text-block {
  font-size: 15px;
  font-weight: 600;
}

.body {
  background-color: var(--white);
  color: var(--dark-olive-green);
  padding-left: 0;
}

.body-2 {
  color: var(--dark-olive-green);
}

.body-3 {
  color: var(--dark-olive-green);
  margin-top: 174px;
}

.text-block-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: block;
}

.paragraph {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block {
  width: 250px;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  width: 300px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.div-block-2 {
  width: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  color: rgba(43, 48, 7, .79);
  margin-top: 17px;
  padding-bottom: 0;
  font-size: 20px;
  display: flex;
}

.video {
  height: 50%;
}

.div-block-3 {
  height: 70vh;
}

.section-2 {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.background-video {
  z-index: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--black-overlay-video), var(--black-overlay-video));
  object-fit: scale-down;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  opacity: .93;
  background-color: rgba(0, 0, 0, .62);
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  border: 1px #000;
  border-radius: 0;
  box-shadow: -1px 8px 4px 3px rgba(0, 0, 0, .2);
}

.image:active {
  filter: blur(5px);
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-4 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 75px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 105px;
}

.heading {
  text-align: center;
  display: block;
}

.work-heading-2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.background-video-2 {
  z-index: auto;
  width: 100%;
  height: 100vh;
  background-color: var(--none);
  object-fit: scale-down;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work-heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

.container-4 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.service-wrapper {
  height: auto;
  margin-bottom: 77px;
  padding-top: 25px;
  padding-left: 23px;
  padding-right: 142px;
}

.wrapper-text {
  padding-left: 12px;
  padding-right: 58px;
}

.image-2 {
  opacity: .93;
  background-color: rgba(0, 0, 0, .86);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 0;
  box-shadow: -1px 2px 5px 5px rgba(0, 0, 0, .2);
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.div-block-4 {
  text-align: center;
  margin-left: -36px;
  margin-right: 30px;
  padding-left: 0;
}

.div-block-5 {
  text-align: center;
  margin-right: -30px;
  padding-left: 34px;
}

.div-block-6 {
  margin-top: 55px;
}

.div-block-7 {
  width: 100%;
  height: 500px;
  margin: 20px 0;
}

.team-circles {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 35px 0;
  display: flex;
  position: relative;
}

.container-5 {
  width: 100%;
  height: 50%;
  max-width: 700px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.centered-heading {
  color: var(--dark-olive-green);
  text-align: center;
  text-transform: uppercase;
  margin-top: -40px;
  margin-bottom: 79px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.centered-subheading {
  max-width: 940px;
  color: var(--dark-olive-green);
  text-align: center;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
}

.team-grid {
  width: 100%;
  max-width: 700px;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 0 50px;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(66, 63, 63, .24);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name-2 {
  width: 300px;
  border-top: 1px #000;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: block;
}

.team-member-position {
  width: 300px;
  outline-offset: 0px;
  color: var(--dark-olive-green);
  border: 1px #000;
  border-top-width: .5px;
  border-radius: 0;
  outline: 3px #1a1b1f;
  margin-top: 0;
  margin-bottom: -4px;
  padding-top: 9px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.team-slider {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--white-overlay), var(--white-overlay)), url('../images/greenleaf2.jpg');
  background-position: 0 0, -150% 0;
  background-size: auto, 90% 70%;
  border-top: 1px dotted rgba(0, 0, 0, .3);
  border-bottom: 1px solid #e4ebf3;
  border-right: 1px #000;
  padding: 50px 30px 2px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: rgba(255, 255, 255, .73);
  padding-bottom: 0;
}

.team-member-image-two {
  width: 600px;
  text-align: center;
  margin-bottom: 0;
}

.team-block-info {
  height: 500px;
  max-height: 700px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  width: 300px;
  color: var(--dark-olive-green);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  width: 250px;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: block;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 7px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-memeber {
  width: 250px;
  border-top: 1px #000;
  border-bottom: 1px #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-5 {
  border-top: 1px #000;
  margin-top: -1px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-6 {
  border-top: 1px #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-7, .paragraph-8 {
  width: 250px;
  border-top: 1px #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-9 {
  border-top: 1px dotted #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-8 {
  text-align: center;
  margin-top: 20px;
  margin-left: -45px;
  margin-right: -15px;
  padding-left: 48px;
  padding-right: 89px;
}

.div-block-9 {
  width: 315px;
  border-top: 1px dotted #000;
  margin-top: 15px;
  padding-top: 0;
}

.div-block-10 {
  width: 315px;
  border-top: 1px dotted #000;
  margin-top: 6px;
}

.div-block-11 {
  width: 315px;
  border-top: 1px dotted #000;
  margin-top: 15px;
}

.heading-2 {
  margin-bottom: -54px;
  font-weight: 700;
}

.mask {
  margin-bottom: 0;
  padding-bottom: 0;
}

.background-video-3 {
  height: 180px;
}

.bold-text-4 {
  color: var(--dark-olive-green);
  font-size: 14px;
}

.paradise-logo {
  width: 120px;
}

.paragraph-10 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.cell {
  border: 1px solid rgba(0, 0, 0, .2);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.bold-text-5 {
  font-size: 20px;
}

.quick-stack {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-size: 20px;
}

.text-block-4 {
  font-weight: 600;
}

.text-block-5 {
  font-size: 15px;
  font-weight: 700;
}

.bold-text-12 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-block-6 {
  font-size: 15px;
  font-weight: 700;
}

.copyright {
  color: var(--transparent-black);
  font-size: 10px;
}

@media screen and (min-width: 1280px) {
  .section {
    width: 100%;
    margin-top: 0;
  }

  .paragraph-light {
    text-align: center;
  }

  .body-3 {
    margin-top: 0;
  }

  .team-circles {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .container-5 {
    height: 0%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .team-grid {
    margin-left: 0;
  }

  .team-card {
    width: 302px;
    margin-left: 0;
    margin-right: 0;
  }

  .team-member-position {
    width: 500px;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-5 {
    font-size: 15px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  .section, .container {
    margin-top: 0;
  }

  .label, .paragraph-light {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 65px;
    line-height: 90px;
  }

  .menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item, .navigation-item.w--current {
    font-size: 16px;
  }

  .navigation-items {
    margin-left: 550px;
  }

  .im-logo {
    width: 50px;
    margin-top: 1px;
  }

  .contact-email-link {
    text-align: left;
  }

  .text-block {
    font-size: 16px;
  }

  .background-video-2 {
    margin-top: 0;
  }

  .team-grid {
    margin-left: -666px;
    padding-left: 140px;
  }

  .team-card {
    width: 400px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-position {
    width: 400px;
    font-size: 20px;
  }

  .div-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-4 {
    font-size: 15px;
  }

  .paradise-logo {
    width: 150px;
  }

  .text-block-5 {
    font-size: 15px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
    margin-left: 0;
    display: flex;
  }

  .container {
    max-width: 1550px;
    margin-top: 35px;
    margin-left: auto;
    padding-left: 0;
  }

  .paragraph-tiny {
    font-size: 18px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    padding: 20px;
    font-size: 30px;
  }

  .button.cc-jumbo-button {
    font-size: 18px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 250px;
    font-size: 18px;
  }

  .button.cc-contact-us {
    font-size: 18px;
  }

  .label {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-light {
    text-align: center;
    font-size: 20px;
    line-height: 38px;
  }

  .heading-jumbo {
    width: 70%;
    direction: ltr;
    font-size: 80px;
    line-height: 130px;
  }

  .heading-jumbo-small {
    font-size: 46px;
  }

  .menu {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .navigation {
    background-color: rgba(0, 0, 0, .69);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-item, .navigation-item.w--current {
    font-size: 18px;
  }

  .navigation-items {
    margin-left: 931px;
    padding-left: 0;
  }

  .contact-form-wrap {
    margin-left: 131px;
  }

  .contact-form-grid {
    margin-left: -3px;
  }

  .section-heading {
    font-size: 46px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 38px;
  }

  .div-block-2 {
    width: 300px;
  }

  .bold-text {
    font-size: 30px;
    line-height: 30px;
  }

  .background-video-2 {
    margin-top: -52px;
  }

  .team-circles {
    width: 100%;
    margin-right: 0;
  }

  .container-5 {
    margin-left: 259px;
  }

  .centered-heading {
    font-size: 36px;
  }

  .centered-subheading {
    font-size: 20px;
  }

  .team-grid {
    padding-left: 0;
  }

  .team-card {
    width: 400px;
  }

  .team-member-position {
    font-size: 20px;
    line-height: 42px;
  }

  .team-slider {
    padding-bottom: 1px;
  }

  .container-6 {
    max-height: 2500px;
    max-width: 1300px;
    min-width: auto;
  }

  .team-member-image-two {
    height: 230px;
  }

  .div-block-8 {
    margin-left: -16px;
    margin-right: 5px;
    padding-left: 30px;
  }

  .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    margin: 20px 0;
    padding-left: 0;
  }

  .container-7 {
    width: 100%;
  }

  .bold-text-11 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 0;
  }

  .section.cc-cta {
    margin-top: 57px;
    margin-bottom: 90px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-top: 5px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    margin-top: 20px;
    margin-bottom: -36px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .paragraph-light {
    width: 550px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    color: rgba(43, 48, 7, .7);
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .menu-icon:hover {
    box-shadow: 0 7px 9px 1px rgba(116, 213, 161, .58);
  }

  .menu {
    border: 1px none var(--black);
    opacity: 1;
    mix-blend-mode: normal;
    margin-left: 30px;
    position: static;
  }

  .menu:hover {
    color: var(--transparent-black);
  }

  .navigation-wrap {
    color: rgba(43, 48, 7, .75);
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    width: 100%;
    background-color: rgba(0, 0, 0, .69);
    padding: 25px 30px;
    position: fixed;
  }

  .navigation-item {
    color: var(--white);
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    margin-left: -31px;
    margin-right: -31px;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
    position: relative;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-image {
    width: 50px;
  }

  .navigation-items {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, .69);
    margin-top: 0;
    margin-left: -32px;
    margin-right: -32px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .hero.cc-subpage {
    margin-top: 78px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-wrap {
    width: 100%;
    padding-top: 97px;
  }

  .contact-form-grid {
    width: 100%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .details-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-heading-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    display: flex;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-top: 0;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 44px;
    margin-right: 0;
    padding-left: 0;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    align-content: stretch;
    justify-items: center;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .body, .body-3 {
    margin-top: 0;
  }

  .section-2, .background-video {
    height: 100vh;
  }

  .image {
    margin-top: 0;
  }

  .service-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-right: 92px;
    font-size: 12px;
    display: flex;
  }

  .wrapper-text {
    padding-left: 0;
    padding-right: 12px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 25px;
  }

  .div-block-4 {
    margin-left: 18px;
  }

  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
    display: flex;
  }

  .div-block-6 {
    margin-top: -24px;
  }

  .container-5 {
    max-width: 728px;
    margin-left: 45px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-card {
    width: 250px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-member-position {
    width: 200px;
    font-size: 15px;
  }

  .team-slider {
    background-position: -10%;
    background-size: 80%;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-8 {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 1px;
    padding-top: 89px;
    padding-bottom: 0;
  }

  .text-block-4 {
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .section {
    border-top: 1px #000;
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 187px 15px 15px;
  }

  .section.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.w--current {
    margin-top: 15px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light {
    width: 450px;
  }

  .heading-jumbo {
    margin-top: 59px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    margin-top: -5px;
    padding-top: 0;
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation {
    padding: 20px 30px;
  }

  .footer-wrap {
    text-align: left;
    padding-top: 37px;
  }

  .cta-wrap {
    padding: 0 30px 42px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .contact-form-heading-wrap {
    width: 500px;
  }

  .contact-heading {
    margin-top: 37px;
  }

  .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;
  }

  .about-grid {
    margin-bottom: 44px;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block {
    margin-top: 39px;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .bold-text {
    font-size: 14px;
  }

  .container-2 {
    text-align: center;
  }

  .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-4 {
    margin-left: 49px;
    padding-right: 104px;
  }

  .container-3 {
    text-align: center;
  }

  .background-video-2 {
    width: auto;
  }

  .service-wrapper {
    text-align: left;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .container-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .centered-heading {
    font-size: 32px;
  }

  .centered-subheading {
    font-size: 15px;
  }

  .team-grid {
    grid-column-gap: 27px;
    grid-template-columns: .25fr .25fr;
    grid-template-areas: "Area";
  }

  .team-card {
    margin: 0;
  }

  .team-slider {
    background-position: -10% 70%;
    padding: 60px 15px;
  }

  .team-slide-wrapper {
    width: 49%;
    margin-right: 3%;
  }

  .team-block {
    width: 100%;
  }

  .team-block-info {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-member-name-two {
    font-size: 25px;
  }

  .team-member-text {
    text-align: center;
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 18px;
  }

  .quick-stack {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-size: 18px;
  }

  .text-block-4 {
    font-weight: 600;
  }

  .text-block-5 {
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .section.cc-cta {
    height: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .section.cc-home-wrap {
    height: 60vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section.cc-store-home-wrap {
    background-position: 0 40%, 10% 105%;
    background-size: 700px, 700px;
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .paragraph-bigger {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
  }

  .paragraph-bigger.cc-bigger-light {
    padding-top: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button {
    margin-left: 27px;
  }

  .button.cc-jumbo-button {
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 50%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 12px;
  }

  .button.cc-jumbo-button.cc-jumbo-white.w--current {
    margin-top: -12px;
    margin-bottom: 20px;
    padding: 15px 20px;
  }

  .label {
    max-width: 220px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    margin-left: 0;
    padding-left: 6px;
    display: flex;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    width: 100%;
    background-color: rgba(255, 255, 255, .94);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px 0;
    font-size: 14px;
  }

  .heading-jumbo {
    text-align: center;
    letter-spacing: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 179px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
  }

  .heading-jumbo-small {
    margin-top: 32px;
    font-size: 25px;
    line-height: 30px;
  }

  .menu-icon {
    border: 1px #fcfafa;
  }

  .menu-icon:hover {
    box-shadow: 0 13px 12px rgba(116, 213, 161, .58);
  }

  .menu {
    border-style: none;
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-item {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 70px;
  }

  .navigation-items {
    width: 100vh;
    max-width: 0;
    background-color: rgba(0, 0, 0, .69);
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-wrap {
    width: 200px;
    height: 0;
    flex-direction: column;
    margin-top: 16px;
    padding-top: 52px;
    padding-bottom: 43px;
  }

  .im-logo {
    margin-top: 0;
  }

  .cta-wrap {
    margin-top: -22px;
    padding: 0;
  }

  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/landscaping-web2.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-form-grid {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .details-wrap {
    margin-left: 0;
    padding-left: 0;
  }

  .get-in-touch-form {
    max-width: 220px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .contact-form {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-heading-wrap {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .contact-heading {
    max-width: 220px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 13px;
    padding-right: 0;
    font-size: 25px;
    display: flex;
  }

  .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;
  }

  .contact-email-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -72px;
    padding-left: 59px;
    display: flex;
  }

  .home-section-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1px;
    display: flex;
  }

  .section-heading {
    font-size: 25px;
  }

  .about-grid {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 20px 0 0;
    padding-left: 0;
    display: flex;
  }

  .about-grid.cc-about-2 {
    margin-bottom: -5px;
  }

  .div-block {
    width: 100%;
  }

  .paragraph-3 {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
  }

  .section-2, .background-video {
    height: 100%;
  }

  .image {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .background-video-2 {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: -78px;
    padding-top: 0;
    display: flex;
  }

  .work-heading-3 {
    font-size: 28px;
  }

  .text-block-3 {
    font-weight: 700;
  }

  .div-block-4 {
    margin-top: -3px;
  }

  .div-block-5 {
    margin-left: 8px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-6 {
    margin-top: 0;
  }

  .team-circles {
    width: 100%;
    margin-top: -5px;
    margin-right: 0;
    padding: 61px 0 0;
  }

  .container-5 {
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: grid;
  }

  .centered-heading {
    color: var(--black);
    margin-top: -46px;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 30px;
  }

  .centered-subheading {
    width: auto;
    height: 200px;
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 -33px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    display: flex;
  }

  .team-grid {
    grid-column-gap: 10px;
    grid-row-gap: 56px;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: grid;
  }

  .team-card {
    width: 100%;
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
  }

  .team-member-position {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .team-slider {
    background-position: 20% -50%;
    background-size: 200%;
    padding-bottom: 0;
  }

  .container-6 {
    max-width: none;
    margin-top: -34px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-image-two {
    margin-top: 9px;
  }

  .team-block-info {
    height: 400px;
  }

  .team-member-name-two {
    font-weight: 700;
  }

  .team-member-text {
    width: auto;
    text-align: center;
    font-weight: 700;
  }

  .div-block-8 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px 0 0;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .body-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .bold-text-4 {
    width: 100%;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-size: 16px;
  }

  .text-block-4 {
    font-weight: 600;
  }

  .text-block-5 {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
  }

  .bold-text-11 {
    color: #0a0a0a;
  }

  .text-block-6 {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }

  .bold-text-13 {
    line-height: 30px;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-28643896 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-28643896, #w-node-_86e64837-0616-515b-4568-76c147234d41-28643896 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-28643896, #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-2864389b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2864389b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2864389d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2864389d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2864389e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2864389e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-2864389f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-2864389f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-286438a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-286438a0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-286438a0 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_108cf336-98aa-7a27-61e8-a4f4dbc0de99-286438a2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_108cf336-98aa-7a27-61e8-a4f4dbc0de99-286438a2 {
    grid-template-rows: auto;
    grid-template-columns: 1000fr 1000fr 1000fr 1000fr 1000fr 5fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-28643896 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-28643896 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-28643896 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-28643896 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2864389b, #w-node-_421df62a-c217-12af-eee8-27f88a387928-2864389d, #w-node-_421df62a-c217-12af-eee8-27f88a387928-2864389e, #w-node-_421df62a-c217-12af-eee8-27f88a387928-2864389f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_108cf336-98aa-7a27-61e8-a4f4dbc0de99-286438a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_108cf336-98aa-7a27-61e8-a4f4dbc0de99-286438a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-28643896, #w-node-_86e64837-0616-515b-4568-76c147234d4c-28643896 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-2864389b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-2864389b {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_108cf336-98aa-7a27-61e8-a4f4dbc0de99-286438a2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


