/* Generated on: Mon Mar 27 2023 20:45:28 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
   html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
  }
  
  body {
    margin: 0
  }
  
  footer,
  header,
  main,
  nav,
  section {
    display: block
  }
  
  a {
    background-color: transparent
  }
  
  a:active,
  a:hover {
    outline: 0
  }
  
  strong {
    font-weight: bold
  }
  
  h1 {
    font-size: 2em;
    margin: .67em 0
  }
  
  img {
    border: 0
  }
  
  button,
  input,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0
  }
  
  button {
    overflow: visible
  }
  
  button {
    text-transform: none
  }
  
  button {
    -webkit-appearance: button;
    cursor: pointer
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0
  }
  
  input {
    line-height: normal
  }
  
  input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0
  }
  
  textarea {
    overflow: auto
  }

   @font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  html {
    height: 100%
  }

  body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
  }

  img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
  }

  .w-inline-block {
    max-width: 100%;
    display: inline-block
  }

  .w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
  }

  input.w-button {
    -webkit-appearance: button
  }

  h1,
  h2,
  h3 {
    font-weight: bold;
    margin-bottom: 10px
  }

  h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
  }

  h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
  }

  p {
    margin-top: 0;
    margin-bottom: 10px
  }

  ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px
  }

  button {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button
  }

  .w-form {
    margin: 0 0 15px
  }

  label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
  }

  .w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc
  }

  .w-input:-moz-placeholder {
    color: #999
  }

  .w-input::-moz-placeholder {
    color: #999;
    opacity: 1
  }

  .w-input:-ms-input-placeholder {
    color: #999
  }

  .w-input::-webkit-input-placeholder {
    color: #999
  }

  .w-input:focus {
    border-color: #3898EC;
    outline: 0
  }

  textarea.w-input {
    height: auto
  }

  .w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000
  }

  .w-nav:before,
  .w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
  }

  .w-nav:after {
    clear: both
  }

  .w-nav-menu {
    position: relative;
    float: right;
      }

  .w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%
  }

  .w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }

  .w-nav-button:focus {
    outline: 0
  }

   .w-layout-grid {
     display: -ms-grid;
     display: grid;
     grid-auto-columns: 1fr;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
     grid-row-gap: 16px;
     grid-column-gap: 16px;
   }
   
   body {
     font-family: "Inter", sans-serif;
     color: #546a40;
     font-size: 16px;
     line-height: 170%;
     letter-spacing: 0.1px;
   }
   
   h1 {
     margin-top: 0px;
     margin-bottom: 28px;
     font-family: "Inter", serif;
     color: #374629;
     font-size: 60px;
     line-height: 100%;
     font-weight: 700;
   }
   
   h2 {
     margin-top: 0px;
     margin-bottom: 26px;
     font-family: Inter, serif;
     color: #374629;
     font-size: 42px;
     line-height: 107%;
     font-weight: 700;
   }
   
   h3 {
     margin-top: 0px;
     margin-bottom: 22px;
     font-family: Inter, serif;
     color: #374629;
     font-size: 36px;
     line-height: 110%;
     font-weight: 700;
   }
   
   p {
     margin-bottom: 28px;
   }
   
   a {
     transition: color 200ms ease;
     color: #905304;
     font-weight: 400;
     text-decoration: underline;
   }
   
   a:hover {
     color: #8f5304;
   }
   
   ul {
     margin-top: 0px;
     margin-bottom: 28px;
     padding-left: 36px;
   }
   
   img {
     display: inline-block;
     max-width: 100%;
   }
   
   label {
     display: block;
     margin-bottom: 5px;
     font-weight: 700;
     text-align: left;
   }

   .nav-menu  {
    display: flex;
    flex-direction: row;
   }
   
   .section-hero-home {
     position: relative;
     z-index: 10;
     display: flex;
     width: 100%;
     min-height: 800px;
     padding-right: 50px;
     padding-left: 50px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.477)), url("../images/photo-1.webp");
     background-position: 0px 0px, 50% 50%;
     background-size: auto, cover;
     background-repeat: repeat, no-repeat;
   }
   
   .heading-hero {
     max-width: 700px;
     margin-top: 0px;
     margin-bottom: 30px;
     font-family: Inter, serif;
     color: #fff;
     font-size: 60px;
     line-height: 110%;
     font-weight: 700;
   }
   
   ._2-button-box {
     display: flex;
     max-width: 380px;
     justify-content: space-between;
   }
   
   .primary-button {
     width: fit-content;
     padding: 13px 30px;
     -ms-grid-row-align: center;
     align-self: center;
     border-style: solid;
     border-width: 3px;
     border-color: #905304;

     background-color: #905304;
     transition: border-color 300ms ease, background-color 300ms ease;
     font-family: Inter, sans-serif;
     font-size: 13px;
     font-weight: 700;
     text-align: center;
     letter-spacing: 2px;
     text-transform: uppercase;
     cursor: pointer;
   }
   
   .primary-button:hover {
     border-color: #664315;
     background-color: #664315;
     color: #fff;
   }
   
   .primary-button.centered {
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   .secondary-button {
     width: fit-content;
     padding: 13px 30px;
     -ms-grid-row-align: auto;
     align-self: auto;
     border-style: solid;
     border-width: 3px;
     border-color: #fff;

     background-color: transparent;
     transition: background-color 300ms ease;
     font-family: Inter, sans-serif;
     font-size: 13px;
     font-weight: 700;
     text-align: center;
     letter-spacing: 2px;
     text-transform: uppercase;
     cursor: pointer;
   }
   
   .secondary-button:hover {
     background-color: #fff;
     color: #374629;
   }
   
   .navbar {
     position: fixed;
     left: 28px;
     top: 30px;
     right: 28px;
     bottom: auto;
     z-index: 11;
     display: flex;
     max-width: 1200px;
     margin-right: auto;
     margin-left: auto;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     border-bottom-right-radius: 25px;
     background-color: #fff;
     box-shadow: 0 10px 10px 0 rgba(33, 20, 20, 0.1);
   }
   
   .nav-block {
     display: flex;
     width: 100%;
     justify-content: space-between;
     align-items: center;
   }
   
   .nav-left {
     display: flex;
     justify-content: center;
     align-items: center;
   }
   
   .nav-right {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
   }
   
   .brand {
     position: relative;
     display: flex;
     margin-right: 18px;
     margin-left: 18px;
     padding: 10px;
     justify-content: center;
     align-items: center;
   }
   
   .brand.w--current {
     margin-right: 10px;
   }
   
   .logo {
     height: 60px;
     transition: transform 200ms ease;
   }
   
   .logo:hover {
     transform: scale(0.95);
   }

   
   .menu-button {
     justify-content: center;
     align-items: center;
     background-color: #905304;
   }
   
   .nav-link {
     position: relative;
     display: flex;
     padding: 27px 12px;
     justify-content: center;
     align-items: center;
     transition: color 300ms ease;
     font-family: Inter, sans-serif;
     color: #374629;
     font-size: 13px;
     line-height: 130%;
     font-weight: 700;
     text-align: center;
     letter-spacing: 0.7px;
     text-decoration: none;
     text-transform: uppercase;
   }
   
   .nav-link:hover {
     color: #7f8a40;
   }
   
   .nav-link.contact {
     display: none;
   }
   
   .nav-button {
     display: flex;
     margin-left: 30px;
     padding: 32px 35px;
     justify-content: center;
     align-items: center;

     background-color: #905304;
     transition: background-color 300ms ease;
     text-decoration: none;
     cursor: pointer;
   }
   
   .nav-button:hover {
     background-color: #8f5304;
   }
   
   .text-button {
     font-family: Inter, sans-serif;
     color: #fff;
     font-size: 13px;
     line-height: 130%;
     font-weight: 700;
     text-align: center;
     letter-spacing: 2px;
     text-decoration: none;
     text-transform: uppercase;
   }
   
   .section {
     display: flex;
     width: 100%;
     padding: 100px 50px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     font-family: Inter, sans-serif;
     color: #374629;
   }
   
   .section.white-background {
     background-color: #fff;
   }
   
   .content {
     width: 100%;
     max-width: 1200px;
   }
   
   ._2-column-grid {
     width: 100%;
     grid-auto-flow: row;
     grid-column-gap: 40px;
     grid-row-gap: 40px;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   ._2-column-grid.process {
     -ms-grid-columns:r 1fr;
     grid-template-columns:  1fr;
   }
   
   .grid-stats {
     grid-column-gap: 30px;
     grid-row-gap: 30px;
   }
   
   .stats {
     display: flex;
     padding: 10px;
     flex-direction: column;
     justify-content: flex-end;
     align-items: flex-start;
     border-style: solid;
     border-width: 2px;
     border-color: rgba(55, 70, 41, 0.2);

   }
   
   .icon-stats-block {
     margin-bottom: auto;
     margin-left: auto;
     padding: 10px;
     border-radius: 50%;
     background-color: rgba(186, 199, 106, 0.2);
   }
   
   .stats-block {
     margin: 18px;
   }
   
   .icon {
     width: 50px;
     height: 50px;
   }
   
   .numbers-stats {
     margin-bottom: 25px;
     font-family: Inter, serif;
     color: #374629;
     font-size: 40px;
     line-height: 100%;
     font-weight: 900;
   }
   
   .subtitle {
     display: flex;
     margin-bottom: 30px;
     flex-direction: row;
     align-items: center;
   }
   
   .line-subtitle {
     width: 40px;
     height: 3px;
     margin-right: 12px;
     background-color: #7f8a40;
   }
   
   .line-subtitle.white {
     background-color: #fff;
   }
   
   .text-subtitle {
     font-family: Inter, sans-serif;
     color: #7f8a40;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
   }
   
   .text-subtitle.white {
     color: #fff;
   }
   
   .text-subtitle.center {
     margin-right: 12px;
   }
   
   .heading.white {
     color: #fff;
   }
   
   .heading.h1 {
     font-size: 58px;
   }
   
   .heading.h2 {
     font-size: 42px;
   }
   
   .paragraph {
     max-width: 500px;
     margin-bottom: 36px;
     font-family: Inter, sans-serif;
     color: #546a40;
     font-weight: 400;
   }
   
   .paragraph.white {
     color: #fff;
   }
   
   .paragraph.large {
     font-size: 18px;
   }
   
   .paragraph.large.white {
     color: #fff;
   }
   
   .paragraph.no-margin-bottom {
     margin-bottom: 0px;
   }
   
   ._3-column-grid {
     width: 100%;
     grid-column-gap: 15px;
     grid-row-gap: 15px;
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .category-list-wrapper {
     display: flex;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-self: stretch;
     flex: 1;
     text-decoration: none;
   }
   
   .category-collection-item {
     position: relative;
     display: block;
     overflow: hidden;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-items: flex-end;
     background-color: #fff;
     text-decoration: none;
   }
   
   .single-grid-category {
     position: relative;
     z-index: 20;
     display: flex;
     width: 100%;
     padding: 180px 40px 40px;
     flex-direction: column;
     justify-content: flex-end;
     align-items: flex-start;
     background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
   }
   
   .image-grid-category {
     position: absolute;
     z-index: 10;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .heading-category {
     font-family: Inter, serif;
     color: #fff;
     line-height: 107%;
   }
   
   .category-description {
     max-width: 250px;
     font-family: Inter, sans-serif;
     color: #fff;
   }
   
   .image-wrapper {
     display: flex;
     width: 100%;
     justify-content: space-between;
     align-items: flex-start;
   }
   
   .image-wrapper.about {
     margin-top: 20px;
     margin-bottom: 70px;
   }
   
   .image-front {
     position: relative;
     z-index: 2;
     width: 50%;
     margin-left: -100%;
     align-self: flex-end;

     box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.1);
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .image-back {
     position: relative;
     width: 70%;
     margin-bottom: 15%;
     max-height: 700px;
     
     box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.1);
   }
   
   .section-full {
     display: flex;
     width: 100%;
     margin-top: 0px;
     margin-bottom: 15px;
     flex-direction: column;
     justify-content: center;
     align-items: stretch;
     align-self: stretch;
   }
   
   ._2-column-grid-full {
     display: -ms-grid;
     display: grid;
     width: 100%;
     grid-auto-columns: 1fr;
     grid-column-gap: 16px;
     grid-row-gap: 16px;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
     max-width: 1400px;
     margin: 0 auto;
   }
   
   .block-accent {
     display: flex;
     padding: 160px 17%;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
     background-color: #546a40;
   }
   
   .image-bg-accent {

     background-position: 50% 50%;
     background-size: cover;
     background-repeat: no-repeat;
   }

   .home-quality {
    & .image-bg-accent {
      background-image: url("../images/photo-16.webp");

    }
   }

   .about-philosophy {
    & .image-bg-accent {
      background-image: url("../images/photo-18.webp");

    }
   }

   .delivery-across {
    & .image-bg-accent {
      background-image: url("../images/photo-29.webp");

    }
   }

   
   ._4-column-grid {
     width: 100%;
     -ms-grid-columns: 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .expertise {
     display: flex;
     padding: 30px;
     flex-direction: column;
     align-items: flex-start;
     border-style: solid;
     border-width: 1px;
     border-color: rgba(55, 70, 41, 0.2);
   }
   
   .icon-expertise-block {
     margin-bottom: 25px;
     padding: 10px;
     border-radius: 50%;
     background-color: rgba(186, 199, 106, 0.2);
   }
   
   .expertise-title {
     max-width: 150px;
     margin-top: 0px;
     margin-bottom: 20px;
     font-family: Inter, serif;
     color: #374629;
     font-size: 26px;
     line-height: 120%;
     font-weight: 700;
   }
   
   .block-button-right {
     -ms-grid-row-align: center;
     align-self: center;
     display: flex;
     justify-content: end;
   }
   
   .cta {
     display: flex;
     padding: 160px 17%;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.429), rgba(0, 0, 0, 0.505)), url("../images/photo-15.webp");
     background-position: 0px 0px, 50% 50%;
     background-size: auto, cover;
     background-repeat: repeat, no-repeat;
     text-align: center;
   }
   
   .cta-heading {
     margin-top: 0px;
     margin-bottom: 30px;
     font-family: Inter, serif;
     color: #fff;
     font-size: 50px;
     line-height: 120%;
     text-align: center;
   }
   
   .section-footer {
     display: flex;
     width: 100%;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-color: #546a40;
   }
   
   .grid-footer {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
     grid-template-columns: 2.5fr 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .detail-footer-content {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
   }
   
   .block-footer {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
   }
   
   .logo-footer {
     height: 80px;
     margin-bottom: 20px;
   }
   
   .paragraph-footer {
     max-width: 350px;
     font-family: Inter, sans-serif;
     color: hsla(0, 0%, 100%, 0.7);
     font-size: 14px;
     line-height: 140%;
   }
   
   .title-footer {
     margin-top: 10px;
     margin-bottom: 20px;
     font-family: Inter, sans-serif;
     color: #fff;
     font-size: 14px;
     line-height: 130%;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
   }
   
   .link-footer {
     padding-top: 5px;
     padding-bottom: 5px;
     transition: color 300ms ease;
     font-family: Inter, sans-serif;
     color: hsla(0, 0%, 100%, 0.7);
     font-size: 14px;
     line-height: 130%;
     font-weight: 400;
     text-decoration: none;
   }
   
   .link-footer:hover {
     color: #fff;
   }
   
   .detail-block-footer {
     display: flex;
     width: 100%;
     padding: 20px 50px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-color: #374629;
   }
   
   .text-detail-footer {
     font-family: Inter, sans-serif;
     color: hsla(0, 0%, 100%, 0.7);
     font-size: 13px;
     line-height: 130%;
   }
   
   .detail-block-footer-content {
     display: flex;
     width: 100%;
     max-width: 1200px;
     justify-content: space-between;
   }
   
   .main-block-footer {
     display: flex;
     width: 100%;
     padding: 110px 50px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-color: #546a40;
   }
   
   .section-top-img {
     position: relative;
     display: flex;
     width: 100%;
     min-height: 600px;
     margin-bottom: 15px;
     flex-direction: column;
     justify-content: flex-end;
     align-items: center;
     padding: 0;
   }
   
   .block-top-img {
     position: relative;
     z-index: 10;
     display: flex;
     width: 100%;
     padding: 150px 50px 50px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.49) 61%, transparent);
   }
   
   .background-image {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .centered-block {
     display: flex;
     padding-top: 50px;
     padding-bottom: 50px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
   }
   
   .about-image {
     position: relative;
     width: 60%;
   }
   
   .about-image._02 {
     left: -40px;
     top: 70px;
   }
   
   .about-image._01 {
     z-index: 1;
   }
   
   .team-member-card {
     position: relative;
     border-style: solid;
     border-width: 1px;
     border-color: rgba(55, 70, 41, 0.2);
     box-shadow: 13px 13px 11px -6px rgba(0, 0, 0, 0.1);
   }
   
   .team-member-image-box {
     overflow: hidden;
     width: 100%;
     height: 100%;
   }
   
   .team-member-image {
     transition: transform 500ms ease;
   }
   
   .team-member-image:hover {
     transform: scale(1.1);
   }
   
   .team-member-details {
     position: absolute;
     top: auto;
     bottom: 0px;
     display: flex;
     width: 100%;
     min-height: 140px;
     padding-right: 20px;
     padding-left: 20px;
     flex-direction: column;
     justify-content: center;
     background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(31, 31, 31, 0.7) 50%, hsla(0, 0%, 100%, 0));
   }
   
   .team-member-title {
     margin-top: 0px;
     font-family: Inter, serif;
     color: #fff;
     font-size: 33px;
     line-height: 120%;
   }
   
   .team-member-text {
     font-family: Inter, sans-serif;
     color: #fff;
     font-size: 18px;
     line-height: 110%;
   }
   
   .process-cards {
     position: relative;
     display: -ms-grid;
     display: grid;
     width: 100%;
     flex-direction: column;
     justify-content: space-between;
     grid-auto-columns: 1fr;
     grid-column-gap: 0px;
     grid-row-gap: 60px;
     -ms-grid-columns: 1fr;
     grid-template-columns: 1fr;
     -ms-grid-rows: auto auto;
     grid-template-rows: auto auto;
   }
   
   .process-wrapper {
     width: 100%;
     height: 100%;
   }
   
   .process-card {
     display: flex;
     flex-direction: row;
     justify-content: space-between;
   }
   
   .process-card-details {
     display: flex;
     width: 60%;
     padding: 40px;
     flex-direction: column;
     align-items: flex-start;
     border-style: solid;
     border-width: 1px;
     border-color: rgba(55, 70, 41, 0.2);
   }
   
   .process-image-box {
     overflow: hidden;
     width: 40%;
     height: 350px;

   }
   
   .process-image {
     display: block;
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .process-number {
     position: relative;
     margin-bottom: 15px;
     font-family: Inter, serif;
     color: #7f8a40;
     font-size: 60px;
     line-height: 110%;
   }
   
   .process-title {
     margin-bottom: 15px;
     font-family: Inter, sans-serif;
     font-size: 18px;
     font-weight: 700;
     letter-spacing: 1px;
     text-transform: uppercase;
   }
   
   .product-image-block {
     overflow: hidden;
     width: 100%;
     flex: 1;
   }
   
   .product-image {
     width: 100%;
     height: 100%;
     max-height: 350px;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .product {
     display: flex;
     flex-direction: column;
     justify-content: space-between;

     box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.1);
     text-decoration: none;
   }
   
   .product-detail-block {
     display: flex;
     flex-direction: row;
     justify-content: space-between;

   }
   
   .product-detail-left {
     width: 60%;
     padding: 30px;
     border-style: solid;
     border-width: 1px;
     border-color: rgba(55, 70, 41, 0.2);
   }
   
   .product-detail-right {
     display: flex;
     width: 40%;
     padding: 20px;
     justify-content: center;
     align-items: center;
     border-top: 1px solid rgba(55, 70, 41, 0.2);
     border-right: 1px solid rgba(55, 70, 41, 0.2);
     border-bottom: 1px solid rgba(55, 70, 41, 0.2);

   }
   
   .product-name {
     font-family: Inter, serif;
     color: #374629;
     font-size: 19px;
     line-height: 120%;
     font-weight: 700;
     margin-bottom: 10px;
   }
   
   .product-price {
     font-family: Inter, serif;
     color: #374629;
     font-size: 25px;
     font-weight: 700;
   }
   
   ._3-column-grid-products {
     display: -ms-grid;
     display: grid;
     width: 100%;
     margin-top: 100px;
     margin-bottom: 100px;
     grid-auto-columns: 1fr;
     grid-column-gap: 15px;
     grid-row-gap: 15px;
     -ms-grid-columns: 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .section-full-products {
     display: flex;
     width: 100%;
     margin-top: 15px;
     margin-bottom: 15px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
   }
   
   .plus-icon-line-1 {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     width: 0.1rem;
     height: 1.5rem;
     margin: auto;
     background-color: #7f8a40;
   }
   
   .plus-icon-line-2 {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     width: 1.5rem;
     height: 0.1rem;
     margin: auto;
     background-color: #7f8a40;
   }
   
   .accordion-tab-button {
     display: flex;
     padding: 1rem;
     justify-content: space-between;
     border-style: solid;
     border-width: 2px;
     border-color: hsla(0, 0%, 100%, 0.25);

     transition: background-color 400ms ease;
     cursor: pointer;
   }
   
   .accordion-tab-button:hover {
     border-color: #374629;
     background-color: #374629;
   }
   
   .accordion-tab-button.faq {
     border-color: rgba(55, 70, 41, 0.2);
   }
   
   .accordion-tab-button.faq:hover {
     background-color: rgba(84, 106, 64, 0.1);
   }
   
   .plus-icon {
    position: relative;
    display: flex;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    justify-content: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: rgba(255, 223, 141, 0.3);
    transition: border-color 400ms ease, transform 300ms ease;
    cursor: pointer;
  }
  
   
   .plus-icon:hover {
     border-color: #ffdf8d;
   }
   
   .accordion-item-wrapper {
     max-width: 700px;
     margin-right: auto;
     margin-bottom: 40px;
     margin-left: auto;
     cursor: pointer;
   }
   
   .accordion-item-wrapper.last-benefit {
     margin-bottom: 0px;
   }
   
   .benefit-title {
     margin-top: 0px;
     margin-bottom: 0px;
     -ms-grid-row-align: center;
     align-self: center;
     font-family: Inter, serif;
     color: #fff;
     font-size: 20px;
     line-height: 140%;
     font-weight: 400;
   }
   
   .benefit-title.faq {
     color: #374629;
     text-align: left;
   }
   
   .accordion-answer {
     overflow: hidden;
   }
   
   .accordion-content {
     margin-bottom: 0px;
     padding: 1rem 3rem 1rem 1rem;
     font-family: Inter, sans-serif;
     color: #fff;
     font-size: 16px;
     line-height: 140%;
     font-weight: 400;
     text-align: left;
   }
   
   .accordion-content.faq {
     color: #374629;
   }
   
   .form-block {
     display: flex;
     width: 100%;
     height: 100%;
     flex-direction: column;
     justify-content: center;
     align-items: stretch;
     border-bottom-right-radius: 25px;
   }
   
   ._2-column-grid-form {
     width: 100%;
     grid-auto-flow: row;
     grid-column-gap: 14px;
     grid-row-gap: 14px;
     -ms-grid-columns: 1fr 1fr;
     grid-template-columns: 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .faq-accordions {
     margin-top: 30px;
   }
   
   .product-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
    transition: transform 0.3s ease;
  }
  
  .product-card:hover,
  .product-card:focus {
    transform: translateY(-10px);

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
   
   .field-block {
     z-index: 1;
     display: flex;
     min-height: 20px;
     min-width: 50px;
     margin-bottom: 8px;
     flex-direction: column;
     align-items: stretch;
     flex: 1;
     border: 1px solid transparent;
   }
   
   .text-box {
     max-width: 750px;
   }
   
   .text-box._600px {
     max-width: 600px;
     min-height: 64px;
   }
   
   .text-box._500px {
     max-width: 500px;
     min-height: 64px;
   }
   
   .text-box._700px {
     max-width: 700px;
     min-height: 64px;
   }
   
   ._2-1-column-grid {
     position: relative;
     display: -ms-grid;
     display: grid;
     width: 100%;
     flex-direction: column;
     justify-content: center;
     align-items: stretch;
     grid-auto-columns: 1fr;
     grid-column-gap: 24px;
     grid-row-gap: 24px;
     -ms-grid-columns: 2fr 1fr;
     grid-template-columns: 2fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
   }
   
   .spacer {
     height: 48px;
   }
   
   .spacer._48 {
     width: 48px;
     background-color: transparent;
   }
   
   .spacer._24 {
     width: 24px;
     height: 24px;
     background-color: transparent;
     text-transform: uppercase;
   }
   
   .spacer._32 {
     width: 32px;
     height: 32px;
     border-radius: 6px;
     background-color: transparent;
   }
   
   .text-input {
     padding: 24px 16px;
     border-style: solid;
     border-width: 1px;
     border-color: rgba(55, 70, 41, 0.2);
     box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
     transition: border-color 200ms ease;
     color: #546a40;
     font-size: 15px;
     line-height: 1.4px;
   }
   
   .text-input:hover {
     border-color: #7f8a40;
   }
   
   .text-input:focus {
     border-color: #7f8a40;
   }
   
   .text-input::-moz-placeholder {
     color: rgba(55, 70, 41, 0.3);
   }
   
   .text-input::-ms-input-placeholder {
     color: rgba(55, 70, 41, 0.3);
   }
   
   .text-input.form {
     min-height: 120px;
     padding-top: 16px;
     padding-bottom: 16px;
     line-height: 1.4em;
   }
   
   .category-collection-list {
     display: -ms-grid;
     display: grid;
     flex: 1;
     grid-auto-columns: 1fr;
     grid-column-gap: 16px;
     grid-row-gap: 16px;
     -ms-grid-columns: 1fr 1fr 1fr 1fr;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     -ms-grid-rows: auto;
     grid-template-rows: auto;
     max-width: 1200px;
   }
   
   .category-item-box {
     position: relative;
     display: flex;
     overflow: hidden;
     width: 100%;
     height: 100%;
     justify-content: center;
     align-items: flex-end;
   }
   
   @media screen and (min-width: 1280px) {
     .category-list-wrapper {
       min-height: 400px;
     }
   
     .category-item-box {
       flex-direction: row;
       justify-content: center;
       align-items: flex-end;
     }
   }
   
   @media screen and (max-width: 991px) {
     h1 {
       font-size: 50px;
     }
   
     h2 {
       font-size: 38px;
     }
   
     h3 {
       font-size: 33px;
     }
   
     .section-hero-home {
       padding: 0px 30px;
     }
   
     .heading-hero {
       font-size: 60px;
     }
   
     .primary-button {
       transition: background-color 300ms ease, border-color 300ms ease;
       cursor: pointer;
     }
   
     .primary-button:hover {
       border-color: #8f5304;
       background-color: #8f5304;
     }
   
     .secondary-button {
       transition: background-color 300ms ease;
       cursor: pointer;
     }
   
     .secondary-button:hover {
       background-color: #fff;
       color: #374629;
     }
   
     .navbar {
       border-bottom-right-radius: 40px;
       background-color: #fff;
     }

   
     .menu-button {
       display: flex;
       padding: 40px;
       cursor: pointer;
     }
   
     .nav-link {
       transition: background-color 200ms ease, color 300ms ease;
     }
   
     .nav-link:hover {
       background-color: #e6ebc6;
       color: #374629;
     }
   
     .nav-link.contact {
       display: flex;
     }
   
     .nav-button {
       display: none;
       margin-left: 0px;
     }
   
     .section {
       padding: 60px 30px;
     }

     section {
      padding: 60px 30px;
     }
   
     ._2-column-grid {
       align-items: center;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     ._2-column-grid.process {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .grid-stats {
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .numbers-stats {
       font-size: 35px;
     }
   
     .heading {
       font-size: 40px;
       line-height: 110%;
     }
   
     .heading.h1 {
       font-size: 54px;
     }
   
     .heading.h2 {
       font-size: 39px;
     }
   
     ._3-column-grid {
       grid-column-gap: 15px;
       grid-row-gap: 15px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .single-grid-category {
       padding-right: 20px;
       padding-bottom: 20px;
       padding-left: 20px;
     }
   
     .heading-category {
       font-size: 4vw;
     }
   
     .image-wrapper {
       max-height: 550px;
     }
   
     .image-wrapper.about {
       margin-bottom: 50px;
     }
   
     .image-front {
       width: 60%;
       max-height: 300px;
       margin-top: 30%;
       -ms-grid-row-align: center;
       align-self: center;
     }
   
     .image-back {
       width: 80%;
       max-height: 400px;
       align-self: flex-start;
       -o-object-fit: cover;
       object-fit: cover;
     }
   
     ._2-column-grid-full {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .block-accent {
       padding: 120px 14%;
     }
   
     .image-bg-accent {
       min-height: 450px;
     }
   
     ._4-column-grid {
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .cta {
       padding: 120px 14%;
     }
   
     .cta-heading {
       font-size: 40px;
       line-height: 110%;
     }
   
     .grid-footer {
       -ms-grid-columns: 2fr 1fr 1fr 1fr;
       grid-template-columns: 2fr 1fr 1fr 1fr;
     }
   
     .title-footer {
       margin-top: 10px;
     }
   
     .main-block-footer {
       padding-top: 90px;
       padding-bottom: 90px;
     }
   
   
     .block-top-img {
       padding-right: 40px;
       padding-bottom: 30px;
       padding-left: 40px;
     }
   
     .team-member-details {
       min-height: 100px;
     }
   
     .team-member-title {
       font-size: 24px;
     }
   
     .team-member-text {
       font-size: 14px;
     }
   
     ._3-column-grid-products {
       margin-top: 15px;
       margin-bottom: 0px;
       grid-column-gap: 15px;
       grid-row-gap: 15px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
     }
   
     .section-full-products {
       margin-bottom: 15px;
     }
   
     .benefit-title {
       display: flex;
       align-items: center;
       line-height: 25px;
     }
   
     ._2-column-grid-form {
       align-items: center;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     ._2-1-column-grid {
       margin-left: 0px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .category-collection-list {
       width: 100%;
       grid-template-areas: ".";
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: auto auto auto;
       grid-template-rows: auto auto auto;
     }
   
     .category-items {
       height: 250px;
     }
   }
   
   @media screen and (max-width: 767px) {
    .image-wrapper.about {
      display: none;
    }
 
     h1 {
       font-size: 45px;
     }
   
     h2 {
       font-size: 36px;
     }
   
     h3 {
       font-size: 30px;
     }
   
     .heading-hero {
       font-size: 52px;
     }
   
     ._2-button-box {
       flex-wrap: wrap;
     }
   
     .primary-button {
       align-self: flex-start;
     }
   
     .secondary-button {
       padding-left: 40px;
     }
   
     .section {
       padding-top: 70px;
       padding-bottom: 70px;
     }
   
     .section.white-background {
       padding-bottom: 20px;
     }
   
     ._2-column-grid {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     ._2-column-grid.process {
       grid-column-gap: 20px;
       grid-row-gap: 20px;
     }
   
     .numbers-stats {
       margin-bottom: 15px;
       font-size: 32px;
     }
   
     .heading.h1 {
       font-size: 48px;
     }
   
     .heading.h2 {
       font-size: 36px;
     }
   
     .heading.h2.no-margin-bottom {
       margin-bottom: 0px;
     }
   
     ._3-column-grid {
       grid-auto-flow: row;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .heading-category {
       font-size: 5vw;
     }
   
     .image-wrapper.about {
       margin-bottom: 100px;
     }
   
     .image-front {
       height: 400px;
       margin-top: 50%;
     }
   
     .image-back {
       height: 300px;
     }
   
     ._2-column-grid-full {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .block-accent {
       padding-top: 80px;
       padding-bottom: 80px;
     }
   
     .image-bg-accent {
       min-height: 400px;
     }
   
     ._4-column-grid {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .block-button-right {
       align-self: flex-start;
     }
   
     .cta {
       padding-top: 80px;
       padding-bottom: 80px;
     }
   
     .grid-footer {
       -ms-grid-columns: 2.5fr;
       grid-template-columns: 2.5fr;
     }
   
     .detail-block-footer {
       padding-right: 7%;
       padding-left: 7%;
     }
   
     .text-detail-footer {
       font-size: 12px;
       line-height: 100%;
     }
   
     .detail-block-footer-content {
       height: 40px;
       flex-direction: column;
       justify-content: space-around;
     }
   
     .main-block-footer {
       padding: 60px 7%;
     }
   
     .centered-block {
       padding-top: 0px;
       padding-bottom: 0px;
     }
   
     .team-member-card {
       height: 400px;
       min-height: 400px;
     }
   
     .team-member-details {
       min-height: 140px;
     }
   
     .team-member-title {
       font-size: 30px;
     }
   
     .team-member-text {
       font-size: 18px;
     }
   
     .process-cards {
       grid-row-gap: 40px;
     }
   
     .process-card {
       flex-direction: column-reverse;
       justify-content: flex-end;
     }
   
     .process-card-details {
       width: 100%;
     }
   
     .process-image-box {
       width: 100%;
       height: 300px;
       border-bottom-right-radius: 0px;
     }
   
     .process-number {
       font-size: 50px;
     }
   
     .product-image {
       height: 300px;
       min-height: 300px;
     }
   
     ._3-column-grid-products {
       grid-auto-flow: row;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .plus-icon {
       margin-right: 0rem;
     }
   
     .benefit-title {
       line-height: 25px;
     }
   
     .accordion-content {
       padding-right: 1rem;
     }
   
     ._2-column-grid-form {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .field-block {
       min-height: auto;
     }
   
     ._2-1-column-grid {
       margin-left: 0px;
       -ms-grid-columns: 2fr;
       grid-template-columns: 2fr;
     }
   
     .spacer {
       height: 32px;
     }
   }
   
   @media screen and (max-width: 479px) {
     h1 {
       font-size: 38px;
     }
   
     h2 {
       font-size: 34px;
     }
   
     h3 {
       font-size: 28px;
     }
   
     .section-hero-home {
       padding-right: 15px;
       padding-left: 15px;
     }
   
     .heading-hero {
       font-size: 38px;
     }
   
     ._2-button-box {
       width: 100%;
       max-width: none;
       flex-direction: column;
       align-items: flex-start;
     }
   
     .primary-button {
       width: 100%;
       margin-right: 0px;
     }
   
     .secondary-button {
       width: 100%;
     }
   
     .navbar {
       box-shadow: 0 7px 7px 0 rgba(33, 20, 20, 0.07);
     }
   
     .brand {
       width: 140px;
       margin-left: 5px;
     }
   
     .brand.w--current {
       margin-right: 5%;
     }
   
     .menu-button {
       padding: 15px;
     }
   
     .section {
       padding: 50px 20px;
     }
   
     ._2-column-grid.process {
       grid-column-gap: 20px;
       grid-row-gap: 20px;
     }
   
     .grid-stats {
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .numbers-stats {
       margin-bottom: 15px;
       font-size: 30px;
     }
   
     .heading {
       font-size: 30px;
     }
   
     .heading.h1 {
       font-size: 38px;
     }
   
     .heading.h2 {
       font-size: 34px;
     }
   
     ._3-column-grid {
       grid-column-gap: 15px;
       grid-row-gap: 15px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .heading-category {
       font-size: 7vw;
     }
   
     .image-front {
       height: 150px;
     }
   
     .image-back {
       height: 250px;
     }
   
     .block-accent {
       padding: 65px 8%;
     }
   
     .image-bg-accent {
       min-height: 350px;
     }
   
     .block-button-right {
       width: 100%;
     }
   
     .cta {
       padding: 65px 12%;
     }
   
     .cta-heading {
       font-size: 30px;
     }
   
     .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-right: 30px;
       padding-left: 30px;
     }
   
     .centered-block {
       padding-bottom: 0px;
     }
   
     .about-image._02 {
       left: -61%;
       top: 90px;
       width: 80%;
     }
   
     .about-image._01 {
       width: 80%;
     }
   
     .team-member-card {
       height: 300px;
       min-height: 300px;
     }
   
     .team-member-details {
       min-height: 120px;
     }
   
     .team-member-title {
       font-size: 26px;
     }
   
     .team-member-text {
       font-size: 16px;
     }
   
     .process-cards {
       grid-row-gap: 30px;
     }
   
     .process-card-details {
       padding: 25px;
     }
   
     .process-number {
       font-size: 40px;
     }
   
     .product-image {
       height: 250px;
       max-height: 300px;
       min-height: 250px;
     }
   
     .product {
       margin-bottom: 0px;
     }
   
     .product-detail-left {
       display: flex;
       width: 50%;
       padding: 15px;
       justify-content: start;
       align-items: start;
       flex-direction: column;
     }
   
     .product-detail-right {
       width: 50%;
     }
   
     .product-name {
       display: flex;
       align-items: stretch;
       font-size: 16px;
     }
   
  .gallery-grid {
    grid-template-columns: 1fr;
  }
   
     ._3-column-grid-products {
       grid-column-gap: 6px;
       grid-row-gap: 20px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
     }
   
     .accordion-tab-button {
       align-items: center;
     }
   
     .benefit-title {
       line-height: 25px;
     }
   
     .accordion-content {
       width: 100%;
       padding-right: 1rem;
     }
   
     .spacer._32 {
       display: flex;
     }
   
     .text-input {
       width: 100%;
     }
   }
   
   #w-node-_5bc3918b-81f9-3b10-5e6e-4586ebe3d056-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-bb058c74-ad37-950f-9480-b3881d0bc3c3-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_3808ec23-d3eb-c83b-6c44-3b799d1e3758-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_4b4fdb65-3179-0c0a-4ef4-73cd15125499-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-a8f3f76a-0cd1-5d2f-0f3a-062206cdf344-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-aa1e6a8a-ff7d-8c22-b836-0eb9ab0ed8ef-35eb3ce9 {
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   #w-node-_3c715165-d14f-3508-4647-53c60a4d0e1c-35eb3ce9 {
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   #w-node-_5df98f42-ad19-ce3c-a103-7c6e7266346d-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_6ed7a8ee-149e-9233-f1dc-30d796ec0ba7-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-c636761f-5cbf-8f37-b538-ad8e03877835-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_700023e1-85d7-795d-c214-fd6bcab32c29-35eb3ce9 {
     -ms-grid-column-align: end;
     justify-self: end;
   }
   
   #w-node-_7a98a392-89b7-97d3-37d8-5970f44d2024-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_2015ae4d-0421-853c-6978-d5e03caa1d9d-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_75f3be84-9840-5ba5-faf2-c3e0033e93e7-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_18236d0e-6063-123e-9446-cf5be65317db-35eb3ce9 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_85c8044c-6d07-5e26-df37-4bab250124ef-250124eb {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_85c8044c-6d07-5e26-df37-4bab250124f3-250124eb {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_85c8044c-6d07-5e26-df37-4bab250124fe-250124eb {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_85c8044c-6d07-5e26-df37-4bab25012509-250124eb {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_4b3f0639-99b2-bd8e-570a-f02a23065c7f-23065c7e {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-_7e7ed153-14bf-5168-1857-f5b866fe8389-8ca02187 {
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   #w-node-_8b818272-02f9-88db-da3d-92371a7c82be-47f1489e {
     -ms-grid-row-align: center;
     align-self: center;
   }
   
   #w-node-_8b818272-02f9-88db-da3d-92371a7c82c9-47f1489e {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   #w-node-cc987260-77e1-40f1-77fb-84e71a2299e3-93309583 {
     -ms-grid-column: span 1;
     grid-column-start: span 1;
     -ms-grid-column-span: 1;
     grid-column-end: span 1;
     -ms-grid-row: span 1;
     grid-row-start: span 1;
     -ms-grid-row-span: 1;
     grid-row-end: span 1;
   }
   
   @media screen and (max-width: 991px) {
     #w-node-_5df98f42-ad19-ce3c-a103-7c6e7266346d-35eb3ce9 {
       -ms-grid-row-align: auto;
       align-self: auto;
     }
   
     #w-node-_700023e1-85d7-795d-c214-fd6bcab32c29-35eb3ce9 {
       -ms-grid-column-align: start;
       justify-self: start;
     }
   
     #w-node-_8b818272-02f9-88db-da3d-92371a7c82c9-47f1489e {
       -ms-grid-row-align: auto;
       align-self: auto;
     }
   }
    @media screen and (max-width: 991px) {
      .delivery-support {
        & .image-back {
          width: 100%;
        }
      }
      .nav-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
 
      }

      .menu-button {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        padding: 26px;
      }
      
      .nav-menu.open {
        max-height: 500px;
      }
   
      
      .burger-line {
        width: 40px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
      }

      .nav-link {
        padding: 20px;
      }
      
    }



  .gallery-section {
    background-color: #fff;
    padding: 60px 30px;
  }
  .gallery-section .subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .gallery-section .line-subtitle {
    width: 50px;
    height: 3px;
    background-color: #4caf50;
    margin-right: 12px;
  }
  .gallery-section .text-subtitle {
    font-weight: 600;
    text-transform: uppercase;
    color: #4caf50;
    font-size: 14px;
  }
  .gallery-section .heading.h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .gallery-item {
    overflow: hidden;
    max-height: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.1);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.15);
  }
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  .gallery-item-large-1 {
    grid-column: 1 / 3;
  }
  .gallery-item-large-2 {
    grid-column: 2 / 4;
  }
  @media (max-width: 768px) {
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .gallery-item-large-1,
    .gallery-item-large-2 {
      grid-column: auto;
    }
  }


  .review-card {
    background: #f9fff9;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
  }
  
  .review-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
  
  .review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 2px solid #4caf50; 
  }
  
  .avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .reviewer-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0;
    color: #2c3e50;
  }
  
  .review-meta {
    font-size: 0.9rem;
    color: #888;
    margin: 5px 0 15px 0;
  }
  
  .review-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #444;
    font-style: italic;
  }

  .section-full-products {
    .search-box {
      margin-bottom: 30px;
      margin-top: 30px;
    }

    input {
      padding: 0.75rem 1rem;
      font-size: 1rem;
      width: 100%;
      max-width: 400px;
      border: 1px solid #ccc;
      border-radius: 8px;
    }
    
  }

  .delivery-support {
    & .image-back {
      width: 90%;
    }
  }

  .contacts-info {
    .paragraph {
      margin-bottom: 10px;
    }
    & .paragraph {
      a {
        font-size: 20px;
      }
    }

    & .heading {
      margin-bottom: 40px;
    }
  }

  .legal {
    padding-top: 220px;

    & ._2-column-grid {
      grid-template-columns: 1fr;
    }

    & .text-box._700px,
    & .paragraph {
      max-width: 100%;
    }

    h3 {
      font-size: 20px;
    }
  }

  .accordion-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .dop-style {
    padding: 150px 80px;
    padding-bottom: 50px;
    text-align: center;
  
    margin: 0 auto;
    max-width: 1200px;
  
    h1 {
        margin-bottom: 30px;
        line-height: 150%;
        font-size: 50px;
        color: #333;
        font-weight: 600;
    }
  
    h2 {
        margin-bottom: 40px;
        line-height: 150%;
        font-size: 25px;
        color: #333;
    }
  
    p {
        max-width: 1000px;
        line-height: 150%;
        color: #333;
    }
  
    div {
        margin-bottom: 50px;
    }
  
   
a {
  color: #fff;
  text-decoration: none;
}
  
    @media screen and (max-width: 479px) {
      .products-grid {
        grid-template-columns: 1fr;
      }
  
        padding: 150px 30px;
  
        h1 {
            font-size: 30px;
        }
  
        h2 {
            font-size: 20px;
        }
    }
    
  }
  
  .thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  @media screen and (max-width: 991px) {
    .delivery-support {
      & .image-back {
        width: 100%;
        margin-bottom: 30px;
      }
    }
  }

 
  @media screen and (max-width: 479px) {
    .gallery-grid {
      grid-template-columns: 1fr;
    }

    .product-description {
      font-size: 14px;
    }

    .product-name {
      margin-top: 20px;
    }
  }

  .checkbox-label {
    input {
      margin-right: 10px;
    }
  }