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

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 {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #384b26;
  border-bottom-right-radius: 100px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.map {
  opacity: 1;
  background-color: #e4e4e4;
  background-image: url('../images/img/Screenshot-2023-06-28-at-3.46.57-PM.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

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

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

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #384b26;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  min-width: 200px;
  color: #253617;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.button.cc-jumbo-button.cc-jumbo-white {
  min-width: 200px;
  color: #000;
  background-color: rgba(56, 75, 38, .83);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 0;
  text-decoration: none;
}

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

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

.button.cc-contact-us {
  z-index: 5;
  min-width: 120px;
  text-align: center;
  background-color: #384b26;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-decoration: none;
  position: relative;
}

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

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.search {
  border-bottom-left-radius: 25px;
  margin-top: 18px;
  width:100%;
}

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

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

.label.cc-light {
  opacity: .6;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.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: 1;
  color: #5f3909;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-light.san {
  font-family: Droid Sans, sans-serif;
}

.heading-jumbo {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 54px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #5f3909;
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Droid Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.heading-jumbo-small._2 {
  color: #fff;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
}

.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;*/
  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;
  flex-wrap: wrap;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 10px 50px;
  display: flex;
}
.navigation-item{
  margin:0;
  padding:0;
}
.navigation-item.nav-item a.nav-link {
  opacity: .6;
  color: #5f3909;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*padding-top: 9px;*/
  /*padding-bottom: 9px;*/
  padding:9px 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin:0;
  text-decoration: none;
}

.navigation-item.nav-item a.nav-link:hover {
  opacity: .9;
}

.navigation-item.nav-item a.nav-link:active {
  opacity: .8;
}

.navigation-item a.nav-link.active {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item a.nav-link.active:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item a.nav-link.active:active {
  opacity: .7;
  color: #32343a;
}
.navbar-collapse.menu.show{

}
.navbar-toggler{
  padding:0;
  background: none;
}
.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

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

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

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

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

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/img/001.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.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 {
  background-color: rgba(56, 75, 38, 0);
  border-top-right-radius: 60px;
  margin-bottom: 20px;
  padding-bottom: 26px;
}

.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: rgba(56, 75, 38, .83);
}

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

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

.contact-form-wrap {
  width: 100%;
  height: 100%;
  max-width: none;
  border: 1px solid #ddd;
  border-right-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 40px;
}

.contact-form-wrap.booking-list {
  width: 100%;
  height: auto;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0;
  padding-bottom: 80px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.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;
  font-family: Droid Sans, sans-serif;
}

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

.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 {
  color: #384b26;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  overflow: visible;
}

.map {
  height: 460px;
  opacity: 0;
  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/img/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/img/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/img/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: 45px;
  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: 400;
  line-height: 46px;
  text-decoration: none;
}

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

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

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
  font-family: Droid Sans, sans-serif;
}

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

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

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

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

.utility-page-wrap {
  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: 80px;
  margin-bottom: 120px;
}

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

.section-heading {
  color: #5f3909;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.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 {
  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 {
  color: #fff;
  letter-spacing: 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-2 {
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.heading {
  color: #5f3909;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.image {
  border-top-right-radius: 100px;
}

.image-2 {
  border-bottom-left-radius: 100px;
}

.image-3 {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
}

.body {
  padding-bottom: 100px;
}

.div-block {
  height: auto;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.div-block-2 {
  height: 100px;
}

.select-field {
  color: #5f3909;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  font-family: Droid Sans, sans-serif;
}

.field-label {
  color: #5f3909;
  font-family: Droid Sans, sans-serif;
}

.field-label-2, .field-label-3 {
  color: #384b26;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-left: 26px;
  display: flex;
}

.section-2.middle {
  align-items: center;
  padding-left: 0;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr .75fr .75fr .75fr 2fr;
  margin-top: 45px;
}

.grid._1 {
  grid-template-columns: .75fr 1fr .75fr .75fr .75fr 2fr 1fr .75fr;
  overflow: visible;
}

.div-block-3 {
  width: 900px;
  margin-top: 75px;
  margin-bottom: 220px;
  overflow: visible;
  margin-left:auto;
  margin-right:auto;
}

.div-block-3._1 {
  width: 1200px;
  overflow: visible;
}

.text-block-4 {
  color: #acacac;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-4 {
  height: 1px;
  background-color: #ddd;
}

.text-block-5 {
  color: #384b26;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 0;
  padding: 40px;
}

.grid-2 {
  width: 900px;
  margin: 0 auto;
}

.div-block-6 {
  background-color: #eff7e7;
  border-top-right-radius: 50px;
}

.body-2, .body-3, .body-4, .body-5 {
  padding-bottom: 100px;
}

.div-block-7 {
  height: 120px;
  background-color: #384b26;
}

.text-block-6 {
  color: #384b26;
  text-align: right;
  padding-right: 18px;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
/*补充css*/
.input-control{
  height: 44px;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 25px;
  font-family: Droid Sans, sans-serif;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
}
.input-control:focus{
  border: 1px solid #43464d;
  box-shadow: none;
}
.contact-heading._1{
  margin-bottom: 35px;
}
.div-block-3 .table th{
  color: #acacac;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 1rem 0;
  font-weight: normal;
}
.div-block-3 .table td{
  padding: 0.5rem 0;
  line-height: 38px;
}
.div-block-3 .table td .btn.btn-primary{
  border-radius: 0;
  background: #384b26;
  border:none;
}
/*分页*/
.table-pagination{
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 30px;
}
.table-pagination p,.table-pagination ul,.table-pagination ul li{
  margin:0;
}
.table-pagination p{
  margin-right:15px;
}
.page-link{
  padding:0 0.5rem;
  color: #384b26 !important;
}
.active>.page-link, .page-link.active {
  color: #fff !important;
  background-color: #384b26;
  border-color: #384b26;
}
@media screen and (max-width: 991px) {
  .section.cc-cta {
    border-bottom-right-radius: 50px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button {
    min-width: 160px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 0;
    text-decoration: none;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    min-width: 160px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 0;
  }

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

  .paragraph-light {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-jumbo {
    font-size: 28px;
    line-height: 40px;
  }

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

  .heading-jumbo-small._2 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    /*margin-left: 30px;*/
    /*position: static;*/
    position: absolute;
    left: -12px;
    right: -12px;
    top: 40px;
    width:auto;
    /*height: 190px;*/
  }
  .menu .navigation-items{
    flex: 1;
    justify-content: start;
  }

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

  .navigation {
    padding: 12px;
  }

  .navigation-item {
    text-align: center;
    transition: background-color .4s, opacity .4s, color .4s;
    margin:0;
    padding:0;
    width: 100%;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }
  .navigation-item.nav-item a.nav-link{
    padding: 15px 30px;
  }
  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    height: 400px;
    border-top-left-radius: 50px;
    margin-bottom: 20px;
  }

  .motto-wrap {
    margin-bottom: 20px;
  }

  .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 {
    border-style: solid;
    border-color: #ddd;
    padding: 20px;
  }

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

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

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

  .contact-heading {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 24px;
    overflow: visible;
  }

  .contact-heading._2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .section-heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }

  .image {
    border-top-right-radius: 50px;
  }

  .image-2 {
    border-bottom-left-radius: 50px;
  }

  .image-3 {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-2 {
    padding-top: 20px;
  }

  .grid._1 {
    overflow: visible;
  }

  .div-block-3 {
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: scroll;
  }

  .div-block-3._1 {
    object-fit: fill;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: scroll;
  }

  .div-block-5 {
    border-style: solid;
    border-color: #ddd;
    border-radius: 0;
    padding: 50px 20px 20px;
  }

  .grid-2 {
    width: 88%;
  }

  .div-block-6 {
    height: 30px;
  }
}

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

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

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

  .container {
    text-align: center;
  }

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

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

  .heading-jumbo {
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .navigation {
    padding: 12px;
  }

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

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

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

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

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

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

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

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

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    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;
  }
}

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

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

  .heading-jumbo {
    font-size: 28px;
    line-height: 40px;
  }

  .menu {
    margin-left: 0px;
  }

  .navigation {
    padding: 12px;
  }

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

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

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

  .our-contacts {
    width: 90%;
  }

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

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

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

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

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

#w-node-_86e64837-0616-515b-4568-76c147234d4c-295490fb, #w-node-c8355e54-8420-8040-3c35-1404bc0526b6-295490fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c8355e54-8420-8040-3c35-1404bc0526be-295490fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_23b101aa-2282-7419-a527-4448f043b205-295490fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23b101aa-2282-7419-a527-4448f043b21d-295490fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5f9089b-a2e3-b596-e60f-38e7b6d82930-d4a646b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d8951a5f-2f59-6177-677f-f52369811229-d4a646b8, #w-node-_2166af67-a436-76e5-a297-14ae79dd08c9-d4a646b8, #w-node-_00e1575a-a37c-ecaa-bb5b-b9eacb4f05c2-d4a646b8, #w-node-_61dda709-a39d-ab66-bb65-6fedb6193422-d4a646b8, #w-node-_70454cbb-c8a0-0c63-d3b8-5f012dd1fcec-d4a646b8, #w-node-fb4a5f6b-4aac-6719-8cd1-66be697ad70e-d4a646b8, #w-node-bfd7d6f1-46a3-ed27-808a-07949c0aa3fe-d4a646b8, #w-node-_90051369-cc7a-c20c-5d77-98f9bbc0887c-d4a646b8, #w-node-_61735bd4-f88a-c4be-cb9e-2ed8b7d611e0-d4a646b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5cfeb17-e4ba-8c99-3e4b-0da52f55013c-d4a646b8 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_94dc5290-4058-2ba0-19d8-63c8a5764896-1b5e0ab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_868c068a-6f58-2e8e-aad8-5423c0701e3e-1b5e0ab4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_868c068a-6f58-2e8e-aad8-5423c0701e40-1b5e0ab4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_868c068a-6f58-2e8e-aad8-5423c0701e42-1b5e0ab4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_868c068a-6f58-2e8e-aad8-5423c0701e44-1b5e0ab4 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_868c068a-6f58-2e8e-aad8-5423c0701e46-1b5e0ab4 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_868c068a-6f58-2e8e-aad8-5423c0701e48-1b5e0ab4 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_868c068a-6f58-2e8e-aad8-5423c0701e4e-1b5e0ab4 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_8db4fe86-9625-a0a2-9a14-34bf80bf0777-1b5e0ab4 {
  grid-area: 3 / 1 / 4 / 7;
  align-self: end;
}

#w-node-bc4b1b5e-682d-a216-1922-fefdb974012f-1b5e0ab4 {
  grid-area: 4 / 1 / 5 / 7;
  align-self: end;
}

#w-node-_950bc7d5-2676-04de-69b1-5a386f14d556-1b5e0ab4 {
  grid-area: 5 / 1 / 6 / 7;
  align-self: end;
}

#w-node-_57f1f088-2e4d-163a-42d5-e7965ed9e9ab-1b5e0ab4 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: end;
}

#w-node-cc1e3655-7c40-75d4-2cc6-71a65d80f573-1b5e0ab4 {
  grid-area: 7 / 1 / 8 / 7;
  align-self: end;
}

#w-node-_53679a86-eaf3-3f8f-17fc-b838fc8336e1-1b5e0ab4 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a7c87fe0-3550-3950-3752-14f6c9a6d78d-1b5e0ab4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_221078bf-c24e-b939-ff33-a2dd9d3cc0de-1b5e0ab4 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-d33c6b49-0713-2630-d295-09126b5fbaef-1b5e0ab4 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-e25c93ec-0d30-f3ad-5645-1cc0747fe98d-1b5e0ab4 {
  grid-area: 3 / 5 / 4 / 6;
}

#w-node-_0d2fad20-fdd8-34e9-73da-12daba6bab0e-1b5e0ab4 {
  grid-area: 3 / 6 / 4 / 7;
}

#w-node-_3914b479-3d0d-6227-6780-c69d9d8c5eca-1b5e0ab4 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-ba1c3e63-906f-28b6-0dec-1504c8d8af59-1b5e0ab4 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_8006987b-b36d-9ccb-0f92-cd1684ed362c-1b5e0ab4 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-eb27931e-0c11-8518-2f7c-177019f0111a-1b5e0ab4 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_9ae6729e-cb57-b8db-87fa-fc3bbb76a78c-1b5e0ab4 {
  grid-area: 4 / 5 / 5 / 6;
}

#w-node-_601a9f2b-ea84-eeea-4ab9-789d3300de99-1b5e0ab4 {
  grid-area: 4 / 6 / 5 / 7;
}

#w-node-_1c9c1974-3660-c58e-ab28-d7acd47eebfd-1b5e0ab4 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-b62597fd-7803-6876-8672-7a0e51eda205-1b5e0ab4 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_06944210-19b6-704d-cb64-7bf16c4a1afb-1b5e0ab4 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-beb86752-0226-089c-5ddf-2c9bfb993a67-1b5e0ab4 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-ec5964f2-8fe2-3ebc-1ebc-7d6cae5355a5-1b5e0ab4 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_1cc7741c-1bc4-1d7a-cbeb-e052c85fe8b7-1b5e0ab4 {
  grid-area: 5 / 6 / 6 / 7;
}

#w-node-cb1de9ba-5672-3ca8-86f6-b635a1ce63b3-1b5e0ab4 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_5dc6e1bf-f9be-8f3b-3a29-eab6f171cfee-1b5e0ab4 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_6a950660-bea6-3aac-c259-430d9a0b8356-1b5e0ab4 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_6f79b54c-6612-8086-b459-fd6cf6c4e4f1-1b5e0ab4 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-ea1e7b1f-8674-06cd-9749-2a739d7ed387-1b5e0ab4 {
  grid-area: 6 / 5 / 7 / 6;
}

#w-node-_6296399b-737e-84dd-21e1-49a4b0c5825e-1b5e0ab4 {
  grid-area: 6 / 6 / 7 / 7;
}

#w-node-_58490125-a741-c6cd-2f56-0a805648251b-1b5e0ab4 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_47071773-61b5-c1bc-bfd0-ce4766c94b41-1b5e0ab4 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_5f542e9c-0948-3296-9b7b-2ae4a8b89e2b-1b5e0ab4 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_698544f7-2193-f092-8627-e21495865ab8-1b5e0ab4 {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-d5561b7c-b188-3757-fc5e-2724ff8e6cc5-1b5e0ab4 {
  grid-area: 7 / 5 / 8 / 6;
}

#w-node-ac256d17-8025-3d5b-83d0-e7626bcb1fe2-1b5e0ab4 {
  grid-area: 7 / 6 / 8 / 7;
}

#w-node-_0dcb077c-3922-1ce6-75f6-cb143cda3f8b-a83a3ca8, #w-node-_6e64783c-a109-048d-52d5-dd23e1d9d3a0-c01bc46f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23b101aa-2282-7419-a527-4448f043b205-b8c7fabc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23b101aa-2282-7419-a527-4448f043b21d-b8c7fabc {
  grid-area: 1 / 2 / 2 / 3;
}

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

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

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

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

  #w-node-c8355e54-8420-8040-3c35-1404bc0526b6-295490fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8355e54-8420-8040-3c35-1404bc0526be-295490fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_23b101aa-2282-7419-a527-4448f043b21d-295490fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a5f9089b-a2e3-b596-e60f-38e7b6d82930-d4a646b8 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-d8951a5f-2f59-6177-677f-f52369811229-d4a646b8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_868c068a-6f58-2e8e-aad8-5423c0701e27-1b5e0ab4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_94dc5290-4058-2ba0-19d8-63c8a5764896-1b5e0ab4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0dcb077c-3922-1ce6-75f6-cb143cda3f79-a83a3ca8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0dcb077c-3922-1ce6-75f6-cb143cda3f8b-a83a3ca8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6e64783c-a109-048d-52d5-dd23e1d9d38d-c01bc46f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6e64783c-a109-048d-52d5-dd23e1d9d3a0-c01bc46f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_23b101aa-2282-7419-a527-4448f043b21d-b8c7fabc {
    grid-area: 2 / 1 / 3 / 2;
  }
}


