:root {
  --dark-olive-green: #373c19;
  --334224: #373c19;
  --beige: #e8e6d2;
}

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

.body {
  padding: 15px;
}

.category-collection-item {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-button {
  cursor: pointer;
  background-color: #9a3718;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px 35px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-button:hover {
  background-color: #6a2009;
}

.logo {
  height: 60px;
  transition: transform .2s;
}

.logo:hover {
  transform: scale(.95);
}

.menu-button {
  background-color: #9a3718;
  justify-content: center;
  align-items: center;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 10px;
  display: flex;
  position: relative;
}

.brand.w--current {
  margin-right: 10px;
}

.text-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arvo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.nav-link {
  color: #374629;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 27px 12px;
  font-family: Arvo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #bac76a;
}

.nav-link.contact {
  display: none;
}

.navbar {
  z-index: 11;
  background-color: #fff;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 30px 28px auto;
  box-shadow: 0 10px 10px #2114141a;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  max-width: 1200px;
}

.secondary-button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #fff;
  border-bottom-right-radius: 25px;
  align-self: auto;
  width: 200px;
  padding: 13px 30px;
  font-family: Arvo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .3s;
}

.secondary-button:hover {
  color: #374629;
  background-color: #fff;
}

.heading-hero {
  color: #fff;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

.spacer {
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  width: 48px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.primary-button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9a3718;
  border: 3px solid #9a3718;
  border-bottom-right-radius: 25px;
  align-self: center;
  width: 240px;
  padding: 13px 30px;
  font-family: Arvo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.primary-button:hover {
  color: #fff;
  background-color: #6a2009;
  border-color: #6a2009;
}

.primary-button.centered {
  align-self: center;
}

.primary-button.sidebar {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
}

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

.paragraph {
  color: #546a40;
  max-width: none;
  margin-bottom: 36px;
  font-family: Arvo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.paragraph.large {
  font-size: 18px;
}

.paragraph.large.white {
  color: #fff;
  line-height: 170%;
}

.paragraph.no-margin-bottom {
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph.no-margin-bottom.white {
  color: #fff;
}

.paragraph.no-margin-bottom.service-100 {
  max-width: 100%;
  margin-top: 20px;
}

.section-hero-home {
  z-index: 10;
  background-image: linear-gradient(#00000059, #00000059), url('../images/Hero-1920-900-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 97vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.text-box {
  max-width: 800px;
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

._2-button-box {
  justify-content: space-between;
  max-width: 450px;
  display: flex;
}

.heading.h2 {
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 107%;
}

.heading.h2.white {
  color: #fff;
}

.heading.h2.white.location {
  font-size: 30px;
}

.heading.h1 {
  font-size: 58px;
}

.heading.h1.white {
  color: #fff;
  font-family: Merriweather, serif;
  line-height: 100%;
}

.heading.h3 {
  font-size: 32px;
}

.heading.h3.white {
  color: #fff;
}

.section {
  color: #374629;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  font-family: Arvo, sans-serif;
  display: flex;
}

.section.white-background {
  background-color: #fff;
}

.grid-stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.stats-block {
  margin: 18px;
}

.icon-stats-block {
  background-color: #bac76a33;
  margin-bottom: auto;
  margin-left: auto;
  padding: 10px;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.text-subtitle {
  color: #bac76a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arvo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.text-subtitle.white {
  color: #fff;
}

.stats {
  border: 2px solid #37462933;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.stats.full {
  border-bottom-right-radius: 0;
}

.icon {
  width: 50px;
  height: 50px;
}

.icon.category {
  width: 40px;
  height: 40px;
}

.icon.category.hover {
  position: absolute;
}

.numbers-stats {
  color: #374629;
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
}

.line-subtitle {
  background-color: #bac76a;
  width: 40px;
  height: 3px;
  margin-right: 12px;
}

.line-subtitle.white {
  background-color: #fff;
}

.line-subtitle.right {
  margin-left: 12px;
  margin-right: 0;
}

.subtitle {
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.single-grid-category {
  z-index: 20;
  background-image: linear-gradient(to top, #000c, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 180px 40px 40px;
  display: flex;
  position: relative;
}

.image-grid-category {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.category-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-item-box {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-description {
  color: #fff;
  max-width: 250px;
  font-family: Arvo, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.heading-category {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 36px;
  line-height: 107%;
}

.category-list-wrapper {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-full {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.section-full.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-front {
  z-index: 2;
  object-fit: cover;
  border-bottom-right-radius: 30px;
  align-self: flex-end;
  width: 50%;
  margin-left: -100%;
  position: relative;
  box-shadow: 8px 8px 14px #0000001a;
}

.image-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper.about {
  margin-top: 20px;
  margin-bottom: 70px;
}

.image-back {
  border-bottom-right-radius: 30px;
  width: 70%;
  margin-bottom: 15%;
  position: relative;
  box-shadow: 8px 8px 14px #0000001a;
}

.image-bg-accent {
  background-image: url('../images/Services-1000-750-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-accent {
  background-color: #546a40;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 160px 17%;
  display: flex;
}

._2-column-grid-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._4-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.expertise {
  border: 1px solid #37462933;
  border-bottom-right-radius: 25px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.expertise.full {
  border-bottom-right-radius: 0;
  padding: 25px;
}

.icon-expertise-block {
  background-color: #bac76a33;
  margin-bottom: 25px;
  padding: 10px;
}

.expertise-title {
  color: #374629;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.block-button-right {
  align-self: center;
}

.cta {
  text-align: center;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Hero-1920-700-01.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 17%;
  display: flex;
}

.cta-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 50px;
  line-height: 120%;
}

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

.logo-footer {
  max-width: 90%;
  height: auto;
  margin-bottom: 20px;
}

.text-detail-footer {
  color: #ffffffb3;
  font-family: Arvo, sans-serif;
  font-size: 13px;
  line-height: 130%;
}

.paragraph-footer {
  color: #ffffffb3;
  max-width: 350px;
  font-family: Arvo, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

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

.section-footer {
  background-color: #546a40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}

.detail-block-footer-content {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

.main-block-footer {
  background-color: #546a40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 110px 50px;
  display: flex;
}

.link-under-footer {
  color: #fff;
}

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

.block-footer.hhidden {
  display: none;
}

.detail-block-footer {
  background-color: #374629;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
  display: flex;
}

.link-footer {
  color: #ffffffb3;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Arvo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
}

.link-footer:hover {
  color: #fff;
}

.block-top-img {
  z-index: 10;
  background-image: linear-gradient(to top, #000, #0000007d 61%, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 150px 50px 50px;
  display: flex;
  position: relative;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-top-img {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 36vw;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.centered-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.about-image {
  border-bottom-right-radius: 40px;
  width: 60%;
  position: relative;
}

.about-image._02 {
  top: 70px;
  left: -21%;
}

.about-image._01 {
  z-index: 1;
}

.text-subtitle-2 {
  color: #bac76a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arvo, sans-serif;
  font-weight: 700;
}

.text-subtitle-2.white {
  color: #fff;
}

.paragraph-2 {
  color: #546a40;
  max-width: 500px;
  margin-bottom: 36px;
  font-family: Arvo, sans-serif;
  font-weight: 400;
}

.paragraph-2.no-margin-bottom {
  margin-bottom: 0;
}

.grid-stats-full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.image-bg-about {
  background-image: url('../images/Filler-square-1000.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 670px;
}

._2-column-grid-full-about {
  grid-template-rows: auto;
  width: 100%;
}

.line-full {
  background-color: #bac76a;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-link-details {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.icon-link {
  flex: none;
  position: relative;
  overflow: hidden;
}

.line-1px {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.grid-hero-categories {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.text-hero-contact-details {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arvo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.link-hero {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.line-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
  position: relative;
}

.form-error {
  color: #444;
  background-color: #ecd4d4;
  padding: 16px;
}

.success-text {
  color: #374629;
}

._2-column-grid-form {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.text-input {
  color: #546a40;
  border: 1px solid #37462933;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  transition: border-color .2s;
  box-shadow: 0 0 10px #00000003;
}

.text-input:hover, .text-input:focus {
  border-color: #bac76a;
}

.text-input::placeholder {
  color: #3746294d;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.form-success {
  color: #444;
  background-color: #546a4033;
  border: 1px solid #729b58;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.form-block {
  border-bottom-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.check-box {
  border-color: #37462933;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #bac76a;
  background-position: 50%;
  background-size: 16px;
  border-color: #e0a423;
}

.map-image, .contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._2-column-grid-full-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 15px;
  display: grid;
}

._3-column-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.block-accent-contact {
  background-color: #546a40;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 17%;
  display: flex;
}

.service-div-30-70 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.service-sidebar {
  background-color: #bac76a33;
  width: 30%;
  padding: 30px;
}

.service-content {
  width: 70%;
  padding: 30px 0 30px 30px;
}

.main-h2 {
  margin-top: 28px;
}

.main-h2.black {
  color: #000;
}

.main-h2.black.left {
  text-align: left;
  font-size: 22px;
}

.main-h2.black.left.no-padding-top {
  margin-top: 0;
}

._50-div {
  width: 50%;
}

._50-div.text-center {
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

._5050-div-holder-flex {
  display: flex;
}

._5050-div-holder-flex.services {
  margin-bottom: 21px;
}

.divider-div {
  border-top: 1px solid #000;
  width: 50px;
  margin: 16px auto;
}

.divider-div.services {
  width: 100px;
  margin-left: 0;
}

.main-button {
  color: #fff;
  text-align: center;
  background-color: #00924e;
  border: 2px solid #00924e;
  margin-top: 23px;
  padding-left: 29px;
  padding-right: 29px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
}

.main-button:hover {
  color: #00924e;
  background-color: #fff;
  border-color: #00924e;
}

._50-div-text-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  display: flex;
}

._50-div-text-holder.services {
  color: #374629;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
}

.main-text {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.main-text.left-align {
  text-align: left;
}

.main-text.left-align.black {
  color: #000;
  font-weight: 400;
}

.main-text.left-align.black.services {
  margin-top: 0;
}

.mainheaderh2centerservices-2 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin: 0 auto 20px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.privacy-container-1 {
  padding-bottom: 40px;
  display: block;
}

.privacy-container-1.no-padding-bottom {
  padding-bottom: 0;
}

.main-privacy-h1 {
  float: none;
  perspective-origin: 50%;
  color: #20272f;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  width: 48%;
  margin-top: 0;
  margin-bottom: 21px;
  margin-left: 0;
  font-family: Merriweather, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: block;
}

.section-3 {
  text-align: center;
  background-color: #fff;
  padding: 180px 10px 80px;
  position: relative;
}

.main-privacy-title {
  color: #192024;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.link-4 {
  color: var(--dark-olive-green);
  display: inline-block;
}

.main-privacy-text {
  float: none;
  color: #777;
  text-align: left;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.bold-text-pp {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-category-button {
  text-align: center;
  margin-top: 31px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .category-item-box {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }

  .category-list-wrapper {
    min-height: 400px;
  }

  .image-bg-accent {
    background-image: url('../images/Hero-1920-700-04.jpg');
  }

  .expertise.full {
    padding: 30px;
  }

  .image-bg-about {
    background-image: url('../images/Services-1000-750-04.jpg');
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding: 15px;
  }

  .nav-button {
    margin-left: 0;
    display: none;
  }

  .menu-button {
    cursor: pointer;
    border-bottom-right-radius: 25px;
    flex-direction: row;
    margin-right: 30px;
    padding: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #6a2009;
    border-radius: 0;
    transition: border-radius .4s;
  }

  .nav-link {
    transition: background-color .2s, color .3s;
  }

  .nav-link:hover {
    color: #374629;
    background-color: #e6ebc6;
  }

  .nav-link.contact {
    display: flex;
  }

  .navbar {
    background-color: #fff;
    border-bottom-right-radius: 40px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom-right-radius: 25px;
    flex-direction: row;
    display: flex;
    position: absolute;
    box-shadow: 9px 9px 20px #0000001a;
  }

  .hamburger-lottie {
    flex: 0 auto;
    align-self: center;
    width: 30px;
    height: 30px;
  }

  .secondary-button {
    cursor: pointer;
    transition: background-color .3s;
  }

  .secondary-button:hover {
    color: #374629;
    background-color: #fff;
  }

  .heading-hero {
    font-size: 60px;
  }

  .primary-button {
    cursor: pointer;
    transition: background-color .3s, border-color .3s;
  }

  .primary-button:hover {
    background-color: #6a2009;
    border-color: #6a2009;
  }

  .primary-button.sidebar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-hero-home {
    padding: 0 30px;
  }

  .heading {
    font-size: 40px;
    line-height: 110%;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .heading.h1 {
    font-size: 54px;
  }

  .heading.h3 {
    font-size: 39px;
  }

  .section {
    padding: 60px 30px;
  }

  .grid-stats {
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .icon.category {
    width: 30px;
    height: 30px;
  }

  .numbers-stats {
    font-size: 35px;
  }

  .single-grid-category {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-collection-list {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 100%;
  }

  .heading-category {
    font-size: 4vw;
  }

  .image-front {
    align-self: center;
    width: 60%;
    max-height: 300px;
    margin-top: 30%;
  }

  .image-wrapper {
    max-height: 550px;
  }

  .image-wrapper.about {
    margin-bottom: 50px;
  }

  .image-back {
    object-fit: cover;
    align-self: flex-start;
    width: 80%;
    max-height: 400px;
  }

  .image-bg-accent {
    min-height: 450px;
    display: none;
  }

  .block-accent {
    padding: 120px 14%;
  }

  ._2-column-grid-full {
    grid-template-columns: 1fr;
  }

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

  ._2-1-column-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .cta {
    padding: 120px 14%;
  }

  .cta-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .logo-footer {
    height: auto;
  }

  .title-footer {
    margin-top: 10px;
  }

  .grid-footer {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .main-block-footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .block-top-img {
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-top-img {
    min-height: 50vh;
  }

  .grid-stats-full {
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid-full-about {
    grid-template-columns: 1fr;
  }

  ._2-column-grid-form {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .contact-image {
    height: 250px;
  }

  ._3-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .block-accent-contact {
    padding: 120px 14%;
  }

  .main-h2.black {
    font-size: 29px;
  }

  ._50-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._50-div-text-holder.services {
    width: 90%;
  }

  .mainheaderh2centerservices-2 {
    width: 452px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .secondary-button {
    padding-left: 40px;
  }

  .heading-hero {
    font-size: 52px;
  }

  .spacer {
    height: 32px;
  }

  .primary-button {
    align-self: flex-start;
  }

  ._2-button-box {
    flex-direction: column;
  }

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

  .heading.h2.no-margin-bottom {
    margin-bottom: 0;
  }

  .heading.h1 {
    font-size: 48px;
  }

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

  .heading.h3.no-margin-bottom {
    margin-bottom: 0;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .numbers-stats {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .heading-category {
    font-size: 5vw;
  }

  .image-front {
    height: 200px;
    margin-top: 50%;
  }

  .image-wrapper.about {
    margin-bottom: 100px;
  }

  .image-back {
    height: 300px;
  }

  .image-bg-accent {
    min-height: 400px;
  }

  .block-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._2-column-grid-full, ._4-column-grid {
    grid-template-columns: 1fr;
  }

  ._2-1-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .expertise.full {
    padding: 40px;
  }

  .block-button-right {
    align-self: flex-start;
  }

  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo-footer {
    height: auto;
  }

  .text-detail-footer {
    font-size: 12px;
    line-height: 100%;
  }

  .detail-block-footer-content {
    flex-direction: column;
    justify-content: space-around;
    height: 40px;
  }

  .grid-footer {
    grid-template-columns: 2.5fr;
  }

  .main-block-footer {
    padding: 60px 7%;
  }

  .detail-block-footer {
    padding-left: 7%;
    padding-right: 7%;
  }

  .section-top-img {
    margin-bottom: 15px;
  }

  .section-top-img.contact {
    min-height: 58vh;
  }

  .centered-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-bg-about {
    min-height: 400px;
  }

  ._2-column-grid-full-about {
    grid-template-columns: 1fr;
  }

  .grid-hero-categories {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  ._2-column-grid-form {
    grid-template-columns: 1fr;
  }

  .field-block {
    min-height: auto;
  }

  .map-block {
    min-height: 400px;
  }

  ._2-column-grid-full-contact {
    grid-template-columns: 1fr;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .block-accent-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-div-30-70 {
    flex-direction: column-reverse;
  }

  .service-sidebar {
    width: 100%;
  }

  .service-content {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .main-h2 {
    font-size: 26px;
    line-height: 30px;
  }

  ._50-div {
    width: 100%;
  }

  ._50-div.text-center {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._5050-div-holder-flex {
    flex-direction: column;
  }

  .main-button {
    margin-top: 15px;
  }

  ._50-div-text-holder {
    width: 100%;
    padding: 31px 21px;
  }

  ._50-div-text-holder.services {
    width: 100%;
  }

  .mainheaderh2centerservices-2 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1 {
    width: 85%;
    padding-left: 0;
    font-size: 31px;
  }

  .main-privacy-title {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .main-privacy-text {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 50px;
  }

  .menu-button {
    margin-right: 10px;
    padding: 10px 15px;
  }

  .menu-button.w--open {
    margin-right: 19px;
    padding: 6px;
  }

  .brand {
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
  }

  .brand.w--current {
    margin-right: 5%;
  }

  .navbar {
    box-shadow: 0 7px 7px #21141412;
  }

  .secondary-button {
    width: 100%;
  }

  .heading-hero {
    font-size: 38px;
  }

  .spacer._32 {
    display: flex;
  }

  .primary-button {
    width: 100%;
    margin-right: 0;
  }

  .section-hero-home {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._2-button-box {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .heading {
    font-size: 30px;
  }

  .heading.h2 {
    font-size: 34px;
  }

  .heading.h1 {
    font-size: 38px;
  }

  .heading.h3 {
    font-size: 34px;
  }

  .section {
    padding: 50px 0;
  }

  .grid-stats {
    grid-template-columns: 1fr;
  }

  .numbers-stats {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .heading-category {
    font-size: 7vw;
  }

  .image-front {
    height: 150px;
  }

  .image-back {
    height: 250px;
  }

  .image-bg-accent {
    min-height: 350px;
  }

  .block-accent {
    padding: 65px 8%;
  }

  .expertise.full {
    padding: 25px;
  }

  .block-button-right {
    width: 100%;
  }

  .cta {
    padding: 65px 12%;
  }

  .cta-heading {
    font-size: 30px;
  }

  .logo-footer {
    height: auto;
  }

  .text-detail-footer {
    font-size: 12px;
    line-height: 140%;
  }

  .detail-block-footer-content {
    height: 50px;
  }

  .main-block-footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .block-top-img {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-top-img {
    min-height: 40vh;
  }

  .centered-block {
    padding-bottom: 0;
  }

  .about-image._02 {
    width: 80%;
    top: 90px;
    left: -61%;
  }

  .about-image._01 {
    width: 80%;
  }

  .grid-stats-full {
    grid-template-columns: 1fr;
  }

  .image-bg-about {
    min-height: 350px;
  }

  .text-hero-contact-details {
    font-size: 11px;
  }

  .text-input {
    width: 100%;
  }

  .map-block {
    min-height: 350px;
  }

  ._3-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .block-accent-contact {
    padding: 65px 12%;
  }

  ._50-div-text-holder {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._50-div-text-holder.services {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mainheaderh2centerservices-2 {
    width: 100%;
    font-size: 25px;
  }

  .privacy-container-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-privacy-h1 {
    width: 100%;
    font-size: 25px;
  }

  .main-privacy-title {
    font-size: 13px;
  }

  .main-privacy-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_046dfec0-3802-621f-f505-e8637aecff24-63a11463, #w-node-_046dfec0-3802-621f-f505-e8637aecff25-63a11463, #w-node-_046dfec0-3802-621f-f505-e8637aecff2d-63a11463, #w-node-_046dfec0-3802-621f-f505-e8637aecff35-63a11463, #w-node-_046dfec0-3802-621f-f505-e8637aecff3d-63a11463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_046dfec0-3802-621f-f505-e8637aecff45-63a11463 {
  align-self: center;
}

#w-node-_87ca811c-53b1-9561-87b5-e337c2940cc3-63a11463, #w-node-_87ca811c-53b1-9561-87b5-e337c2940ccd-63a11463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_947ad41f-1621-e69a-3dba-c766feebfb6f-63a11463 {
  align-self: center;
}

#w-node-_947ad41f-1621-e69a-3dba-c766feebfb7c-63a11463, #w-node-_75fd2053-0356-b23c-47ce-0fdcf76870cd-f76870c9, #w-node-_75fd2053-0356-b23c-47ce-0fdcf76870d1-f76870c9, #w-node-_75fd2053-0356-b23c-47ce-0fdcf76870de-f76870c9, #w-node-_75fd2053-0356-b23c-47ce-0fdcf76870e9-f76870c9, #w-node-_5bbd7ee9-812d-71c8-d3fa-309e24aae217-df227136, #w-node-_5bbd7ee9-812d-71c8-d3fa-309e24aae21e-df227136, #w-node-_5bbd7ee9-812d-71c8-d3fa-309e24aae225-df227136, #w-node-_5bbd7ee9-812d-71c8-d3fa-309e24aae22c-df227136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_848f32f7-138e-d9db-7bea-aae5bbb94b08-df227136 {
  align-self: center;
}

#w-node-_1fe8eae1-8fed-6d54-f227-f54097b81e04-cc1eaedf, #w-node-_7c0681e3-19df-5393-eedd-8f9361ddf2c6-cc1eaedf, #w-node-_7c0681e3-19df-5393-eedd-8f9361ddf2ce-cc1eaedf, #w-node-_7c0681e3-19df-5393-eedd-8f9361ddf2d1-cc1eaedf, #w-node-_7c0681e3-19df-5393-eedd-8f9361ddf2d3-cc1eaedf, #w-node-_7c0681e3-19df-5393-eedd-8f9361ddf2d5-cc1eaedf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_947ad41f-1621-e69a-3dba-c766feebfb7c-63a11463 {
    align-self: auto;
  }

  #w-node-_7c0681e3-19df-5393-eedd-8f9361ddf2d5-cc1eaedf {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c0681e3-19df-5393-eedd-8f9361ddf2d5-cc1eaedf {
    grid-column: span 1 / span 1;
  }
}


