.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #225e3d;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.nav-menu {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cell-2 {
  background-image: url('../images/31942ed39e3657d56660e77f0608e5b3-3191976689.jpg');
  background-position: 0 0;
  background-size: auto;
}

.cell-3 {
  display: block;
}

.container {
  max-width: 100%;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.section {
  width: 100%;
  min-width: 100%;
  /* POTENTIAL PROBLEM 1: height: 100% - COMMENTED FOR TESTING */
  /* height: 100%; */
  min-height: 76%;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto !important;
    min-height: auto;
    overflow: visible !important;
  }
}

.section-2, .container-2 {
  width: 100%;
  height: 100%;
}

.container-3 {
  width: 100%;
  min-width: 100px;
  max-width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
}

.container-4 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.container-5 {
  background-color: #fff;
  width: 50%;
  max-width: none;
  height: 140%;
  padding-top: 129px;
  padding-right: 0;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-7 {
  max-width: 100%;
}

.heading {
  color: #fff;
  padding-top: 106px;
  padding-bottom: 100px;
  padding-left: 42px;
  font-size: 55px;
}

.flex-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 0;
  position: fixed;
}

.navbar {
  z-index: 7;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #e2101000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0 0 0%;
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    min-height: 60px;
    max-height: none;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    inset: auto;
  }
  
  .navbar .container-23,
  .navbar .flex-block-4,
  .navbar .navbar-2 {
    height: auto;
    min-height: auto;
  }
}

.nav-link {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 10px 170px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  transition: background-color 1s;
  display: flex;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  .nav-link {
    margin: 5px 0;
    padding: 15px 20px;
    font-size: 18px;
    width: 100%;
    min-height: 44px;
    box-sizing: border-box;
  }
}

.nav-link:hover {
  color: #fff;
  background-color: #225e3d;
}

.nav-link.w--current {
  color: #fff;
  background-color: #225e3d;
  justify-content: center;
  align-items: center;
  margin: 10px 170px 0;
  padding: 30px 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.container-8 {
  background-color: #fff0;
  margin-left: 43.422px;
  padding-top: 0;
}

.nav-menu-2 {
  background-color: #db1c1c00;
  padding-bottom: 0;
}

.nav-link-2 {
  padding-bottom: 71px;
  display: block;
}

.image {
  width: 76%;
  height: 55%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 24px;
  padding-right: 54px;
  display: grid;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  width: 100%;
}

.div-block-3 {
  width: 100%;
  height: 0%;
  padding-left: 0;
}

.div-block-4 {
  box-sizing: border-box;
  background-image: url('../images/focused_183038382-stock-photo-chinese-woman-sitting-sofa-living-68180538.jpg');
  background-position: 50%;
  background-size: 900px;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.container-9 {
  background-image: url('../images/focused_183038382-stock-photo-chinese-woman-sitting-sofa-living-68180538.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.section-3 {
  padding-bottom: 1500px;
}

.container-10 {
  box-sizing: content-box;
  float: right;
  clear: right;
  aspect-ratio: auto;
  background-color: #fff;
  width: 50%;
  min-width: auto;
  max-width: none;
  height: 1700px;
  position: sticky;
  left: 313px;
}

.image-3 {
  width: 22%;
  margin-top: 39px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0% auto auto 0%;
}

.nav-menu-3 {
  z-index: 7;
  background-color: #c8c8c800;
  width: 100%;
  margin-top: 40px;
  padding-top: 0%;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  right: auto;
}

.navbar-2 {
  background-color: #ddd0;
  width: 99.9999%;
  position: relative;
}

.menu-button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 15px 20px;
  z-index: 1001;
  cursor: pointer;
  left: auto;
}

.menu-button .w-icon-nav-menu {
  font-size: 28px;
  color: #225e3d;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .navbar-2 {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .navbar-2.w-nav[data-nav-menu-open]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .container-22 {
    position: static;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .brand {
    width: auto;
    max-width: 200px;
    margin: 0;
    display: block;
    padding: 15px;
    position: relative;
    flex: 0 0 auto;
    z-index: 10000;
  }

  .image-7 {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .nav-menu-3 {
    display: none !important;
  }

  .nav-menu-3[data-nav-menu-open] {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    padding: 100px 20px 40px;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 0;
  }

  .nav-menu-3[data-nav-menu-open] .nav-link {
    width: 100%;
    margin: 15px 0;
    padding: 18px 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    border: 2px solid #225e3d;
    border-radius: 8px;
    color: #225e3d;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .nav-menu-3[data-nav-menu-open] .nav-link:hover {
    background-color: #225e3d;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(34, 94, 61, 0.3);
  }

  .nav-menu-3[data-nav-menu-open] .nav-link.w--current {
    background-color: #225e3d;
    color: #fff;
  }

  .nav-menu-3[data-nav-menu-open] .div-block-13 {
    display: none !important;
  }

  .menu-button {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    padding: 12px 16px;
    z-index: 10000;
    background-color: transparent;
    border: none;
    margin: 0;
    transform: none;
  }

  .menu-button .w-icon-nav-menu {
    font-size: 32px;
    color: #225e3d;
  }

  .menu-button.w--open {
    z-index: 10000;
  }

  body.w-nav-open,
  html.w-nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
  html:not(.w-nav-open) {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
  }
  
  body:not(.w-nav-open) {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  body.w-nav-open .section-6,
  body.w-nav-open .section-10,
  body.w-nav-open .container-14,
  body.w-nav-open .div-block-5,
  body.w-nav-open .image-6 {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    pointer-events: none;
    transition: filter 0.3s ease;
  }

  body.w-nav-open .navbar-2::before {
    display: block;
  }
}

.container-13 {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 66%;
  height: auto;
  margin-top: 31px;
  margin-right: 35px;
  display: grid;
}

.button {
  clear: none;
  color: #929292;
  text-align: center;
  -webkit-text-stroke-color: #929292;
  background-color: #fff;
  border: 2px solid #929292;
  border-radius: 20px;
  margin-top: 0;
  padding: 19px 24px;
  font-size: 22px;
  text-decoration: none;
  position: static;
  display: inline-block;
  min-height: 44px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .button {
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    display: block;
  }
}

.button.nav-link {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 16px;
  position: static;
  left: auto;
}

.grid {
  z-index: 19;
  float: none;
  clear: none;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 11px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.list {
  list-style-type: decimal;
}

.quick-stack-2 {
  float: right;
  width: auto;
  overflow: auto;
}

.container-14 {
  float: none;
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.container-14.portfollio {
  height: auto;
}

.container-14.banner {
  background-color: #5ec78d;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .container-14 {
    height: auto !important;
    overflow: visible !important;
  }
  
  .container-14.banner {
    background-color: transparent;
    height: auto !important;
    overflow: visible !important;
  }
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.brand {
  width: 100%;
}

.section-4 {
  float: right;
  width: 78%;
  height: 100%;
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-color: #f30606;
  background-image: url('../images/Untitled---2025-02-26T152241.063.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .div-block-5 {
    background-color: transparent;
    background-image: url('../images/Untitled---2025-02-26T152241.063.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .div-block-5.home {
    background-image: url('../images/Untitled---2025-02-26T152241.063.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}

  .div-block-5.home {
    width: 100%;
    height: auto;
    min-height: 300px;
    text-align: center;
    overflow: visible;
  }
  
  /* Fix: Ensure animated elements contribute to height even when opacity: 0 */
  /* Elements with opacity: 0 still take up space, but transform might affect layout */
  .div-block-5.home [data-w-id],
  .container-14.banner [data-w-id] {
    visibility: visible !important;
  }
  
  /* Ensure buttons and links are always clickable */
  .div-block-5.home .button-2,
  .container-14.banner .button-2,
  .div-block-5.home a,
  .container-14.banner a {
    pointer-events: auto !important;
    cursor: pointer !important;
  }
  
  /* Ensure container-14.banner accounts for animated content */
  /* Set a minimum height that accounts for the animated content (187px transform + content height) */
  .container-14.banner,
  .div-block-5.home {
    min-height: 500px !important; /* Enough space for animated content */
    height: auto;
  }

.container-15 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 42px;
  padding-left: 96px;
}

@media screen and (max-width: 767px) {
  .container-15 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .container-15.mobile {
    padding: 0 !important;
    margin: 0 !important;
  }
}

.container-15._2 {
  background-color: #fff;
  height: auto;
  padding-top: 40px;
  padding-left: 11px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 386px;
}

.paragraph-2 {
  background-color: #77da26;
}

.button-2 {
  color: #000;
  background-color: #3898ec00;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  display: inline-block;
  min-height: 44px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .button-2 {
    padding: 15px 20px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    margin: 15px auto;
    display: block;
    text-align: center;
  }
}

.lower-link {
  float: none;
  clear: none;
  color: #fff;
  vertical-align: baseline;
  background-color: #f000;
  padding: 0 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
  position: relative;
}

.lower-link.w--current {
  color: #fff;
}

.nav-menu-4 {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  left: -591px;
}

.container-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer {
  box-sizing: border-box;
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #225e3d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  width: 100%;
  height: 5%;
  display: block;
  position: relative;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .footer .w-nav-button {
    display: none !important;
  }
}

.copyright {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
  display: flex;
  width: 100%;
}

.nav-link-4 {
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
}

.section-6 {
  z-index: 7;
  float: right;
  background-color: #fff;
  width: 67%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .section-6 {
    width: 100%;
    position: static;
    float: none;
    height: auto;
    min-height: 100vh;
    inset: auto;
    overflow: visible !important;
    padding-top: 80px; /* Space for fixed navbar */
    display: flex;
    flex-direction: column;
  }
  
  .section-10 {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
  }
}

.section-6.portfolio {
  height: 100%;
}

.paragraph-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-2 {
  margin-top: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-6 {
  transition: opacity .525s;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 20px;
  margin-left: 29px;
  margin-right: 20px;
  padding-bottom: 50px;
  font-size: 11px;
  transition: opacity .2s;
}

.paragraph-5, .paragraph-6 {
  font-size: 19px;
}

.container-17 {
  max-width: none;
}

.image-5 {
  z-index: auto;
  width: 100%;
  height: 113.596%;
  position: absolute;
}

.image-6 {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .image-6 {
    display: none;
  }
}

.paragraph-7 {
  height: 16.1207%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-8 {
  margin-bottom: 20px;
  margin-right: 100px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .paragraph-8 {
    margin-right: 0;
    padding: 0 20px;
  }
  
  .container-15.mobile {
    text-align: center;
  }
  
  .container-15.mobile .paragraph-8,
  .container-15.mobile .heading-14,
  .container-15.mobile .button-2 {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-15.mobile .heading-14 {
    text-align: center;
  }
  
  .container-15.mobile .paragraph-8 {
    text-align: center;
  }
  
  .container-15.mobile .button-2 {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.image-7 {
  width: 100%;
  height: 22%;
  margin: 0;
  padding: 40px 80px 35px;
}

.div-block-8 {
  background-color: #225e3d;
  width: 1px;
  height: 700px;
  max-height: 70%;
  margin-top: 74px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
  left: 117px;
}

.container-18 {
  width: 100%;
  height: 94%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 29px 40px 60px;
  position: relative;
  left: 0;
}

.heading-3 {
  font-size: 33px;
  font-weight: 400;
}

.heading-4 {
  color: #225e3d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.form-block {
  margin-right: 0;
  padding: 40px 19px 40px 0;
}

.heading-5 {
  color: #225e3d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  line-height: 25px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.heading-6 {
  color: #225e3d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  line-height: 35px;
}

.text-field {
  border-radius: 6px;
  height: 38px;
}

.text-field.message {
  height: 200px;
}

.field-label {
  color: #979797;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  font-size: 16px;
  line-height: 25px;
}

.div-block-9 {
  padding-top: 0;
}

.image-8 {
  color: #c98484;
}

.flex-block-2 {
  background-color: #fff;
  margin-bottom: 220px;
}

.nav-link-5, .nav-link-6, .nav-link-7 {
  font-size: 11px;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-10 {
  column-count: 4;
  column-gap: 9px;
  margin-bottom: 0;
  padding: 0 40px 0 10px;
}

.image-9 {
  margin-bottom: 10px;
}

.image-10 {
  margin-bottom: 20px;
}

.image_portfolio {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.image_portfolio.portfolio {
  width: auto;
}

.paragraph-9 {
  color: #225e3d;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-7 {
  margin-left: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
}

.nav-link-8, .nav-link-9 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
}

.image-11 {
  font-size: 11px;
}

.container-19 {
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  position: static;
}

.heading-8.dot {
  font-size: 22px;
}

.heading-9 {
  margin-top: 0;
  font-size: 22px;
}

.heading-9.dot {
  font-size: 22px;
}

.button-3 {
  color: #000000ad;
  -webkit-text-stroke-color: #000;
  background-color: #fff;
  border: 2px solid #225e3d40;
  border-radius: 3px;
  width: 250px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.button-3.leis {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  transition: color 1s;
  width: 100%;
  max-width: 100%;
}

.button-3.leis:hover {
  color: #225e3d;
  border-color: #225e3d;
}

.button-3.kontaktieren {
  color: #000;
  background-color: #fff;
  border-color: #225e3d;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
}

.section-8 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 220px;
}

.heading-10 {
  text-align: center;
  text-decoration: none;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  text-align: center;
}

.section-9 {
  background-color: #beffcb;
  padding: 20px;
}

.zertifikat {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.heading-11 {
  margin-bottom: 20px;
  font-size: 28px;
}

.div-block-11 {
  column-count: 3;
}

.kapital {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.grid-4 {
  grid-template: "Area-2 Area Area-15"
                 "Area-3 Area-4 Area-16"
                 "Area-6 Area-5 Area-17"
                 "Area-7 Area-8 Area-18"
                 "Area-9 Area-14 Area-19"
                 "Area-10 Area-13 ."
                 "Area-11 Area-12 ."
                 / 1fr .25fr .5fr;
  height: 100%;
  max-height: 100%;
  margin: 0 20px;
  padding-top: 0;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .grid-4 {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas: none !important;
    margin: 0 10px;
    padding: 15px 10px;
    display: flex !important;
    flex-direction: column;
  }

  .grid-4 > * {
    grid-area: auto !important;
    width: 100%;
  }

  #w-node-e4502f73-df61-62b4-8372-855a18d323cb-1b8c1ca5 {
    grid-area: auto !important;
    order: 1;
  }

  #w-node-_93456827-6b93-f86d-930e-b800b5b5e329-1b8c1ca5 {
    grid-area: auto !important;
    order: 2;
  }

  #w-node-_42c3be58-07b4-4152-19bb-3f256e347736-1b8c1ca5 {
    grid-area: auto !important;
    order: 3;
  }

  #w-node-e7c6a690-b569-ae9a-04f9-7d3145671856-1b8c1ca5 {
    grid-area: auto !important;
    order: 4;
  }

  #w-node-bbf5c00e-2792-7396-5241-9d9fd4734f14-1b8c1ca5 {
    grid-area: auto !important;
    order: 5;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
  }

  #w-node-c88b9576-6815-c1f6-4158-031f1ffbf2bb-1b8c1ca5 {
    grid-area: auto !important;
    order: 6;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }

  #w-node-_1657c53b-c387-6c2b-f574-c24bf9bdfddc-1b8c1ca5 {
    grid-area: auto !important;
    order: 7;
  }
}

.grid-4.tablet {
  margin-top: 40px;
}

.section-10 {
  height: auto;
  min-height: 100%;
}

@media screen and (max-width: 991px) {
  .section-10 {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
  }
}

.div-block-13 {
  z-index: 15;
  background-color: #8d8d8d80;
  border-radius: 9px;
  width: 95px;
  height: 250px;
  position: absolute;
  top: 205px;
  bottom: 0;
  left: -22px;
}

.div-block-13.slider {
  background-color: #fff;
  width: 75px;
  height: 220px;
  top: 19%;
  left: -5%;
}

.image-12 {
  margin-top: 60px;
}

.images {
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-13 {
  letter-spacing: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-12 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-14 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-13 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-14 {
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-15 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-15 {
  margin-top: 60px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .paragraph-15 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-align: center !important;
  }
  
  /* Reduce gap at top of contact page on mobile */
  .section-6 .section-10 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  .section-6 .container-14 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  .grid-4.tablet {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.paragraph-16 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 25px;
}

.container-20, .container-21, .flex-block-3 {
  width: 100%;
}

.container-25 {
  width: 100%;
  max-width: none;
  height: 59.4671%;
}

.icons {
  width: 30px;
  transition: width .525s;
}

.icons:hover {
  width: 45px;
}

.pfeil {
  background-color: #225e3d;
  border-radius: 3px;
  width: 20px;
  height: 60px;
  position: absolute;
  inset: 39% -24% 50% auto;
}

.image-13 {
  float: none;
  clear: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  position: absolute;
  inset: auto auto 0% 14%;
}

.gallery-columns-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 640px;
}

.gallery-image._2 {
  height: 440px;
}

.gallery-image._3 {
  height: 400px;
}

.gallery-image._4 {
  height: 680px;
}

.image-18 {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.container-26 {
  width: 100%;
  height: 100%;
}

.flex-block-5 {
  width: 100%;
}

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

.grid-6 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.grid-7 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-responsive {
  width: 80%;
  min-height: 100px;
}

.collection-list, .collection-item-2 {
  display: flex;
}

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

.image-19 {
  object-fit: cover;
  width: 250px;
  height: 300px;
  margin-bottom: 0;
  padding: 5px;
}

.container-27 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.collection-list-wrapper-2 {
  width: 100%;
  height: 100%;
}

.collection-list-2 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.empty-state {
  padding: 0;
}

.collection-item-3 {
  padding-left: 0;
  padding-right: 0;
}

.galery {
  background-color: #fff;
  width: 100%;
  height: auto;
}

.regular-s {
  font-size: 14px;
  line-height: 136%;
}

.regular-l {
  font-size: 28px;
  line-height: 132%;
}

.regular-l.text-color-white.margin-bottom-8 {
  color: #225e3d;
}

.success-message-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-4 {
  border-radius: 6px;
  padding: 9px 16px 10px;
  font-weight: 600;
}

.button-4.primary-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .25s ease-out, background-color .25s ease-out;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.button-4.primary-white:hover, .button-4.primary-white:focus {
  color: #000;
  background-color: #f5f5f5;
}

.regular-m.text-color-grey-50 {
  color: #225e3d;
}

.error-message {
  background-color: #333;
  border-radius: 10px;
  margin-top: 48px;
  padding: 16px 24px;
}

.form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 40px 24px;
}

.icon-size-28 {
  width: 28px;
  height: 28px;
}

.form-block-2 {
  margin-bottom: 0;
}

.inputs-wrapper {
  grid-column-gap: 24px;
  width: 100%;
  display: flex;
}

.input-area {
  color: #000;
  background-color: #fff;
  border: 1px #404040;
  border-bottom-style: solid;
  min-height: 70px;
  margin-bottom: 0;
  padding: 0 0 14px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  transition: color .2s ease-out, border-color .2s ease-out;
}

.input-area:hover {
  color: #ccc;
  border-bottom-color: gray;
}

.input-area:active {
  color: #fff;
  border-bottom-color: #fff;
}

.input-area:focus {
  color: #225e3d;
  border-bottom-color: #fff;
}

.input-area:focus-visible, .input-area[data-wf-focus-visible] {
  color: #000;
}

.input-area::placeholder {
  color: gray;
}

.input-area:lang(en) {
  color: #225e3d;
  background-color: #fafafa;
}

.input {
  color: #000;
  background-color: #fff;
  border: 1px #404040;
  border-bottom-style: solid;
  border-radius: 1px;
  flex: 1;
  height: 36px;
  margin-bottom: 0;
  padding: 0 0 14px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  transition: color .2s ease-out, border-color .2s ease-out;
}

.input:hover {
  color: #ccc;
  border-bottom-color: gray;
}

.input:active {
  color: #fff;
  border-bottom-color: #fff;
}

.input:focus {
  color: #000;
  border-bottom-color: #fff;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  color: #000;
}

.input::placeholder {
  color: gray;
}

.success-message-icon {
  background-color: #225e3d;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

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

.image-20, .image-21, .image-22, .image-23 {
  width: 217px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .image-20, .image-21, .image-22, .image-23 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-24 {
  width: 217px;
  margin-bottom: 10px;
}

.image-25 {
  width: 217px;
}

@media screen and (max-width: 767px) {
  .image-24, .image-25 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    z-index: 8;
    background-image: none;
    position: fixed;
  }

  .nav-link {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 10px 170px 0;
    padding: 30px 20px;
    transition: background-color 1s;
  }

  .nav-link:hover {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #225e3d;
    background-clip: border-box;
    transform: translate(0)translate(0);
  }

  .nav-link:active {
    color: #000;
    background-color: #fff;
  }

  .nav-link:visited {
    color: #000;
    text-align: left;
    background-color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
    text-align: center;
    background-color: #225e3d;
    margin: 10px 170px 0;
    padding: 30px 20px;
    transition: opacity .2s;
  }

  .nav-link.hover.w--current {
    background-color: #fff;
    transition-property: none;
  }

  .image-3 {
    width: 78%;
    max-width: none;
    height: 50%;
    margin: 0 auto 10px;
    padding-top: 0;
    padding-bottom: 25px;
    display: block;
    top: 48px;
    left: -10%;
    right: -73px;
  }

  .nav-menu-3 {
    z-index: 7;
    clear: none;
    width: 100%;
    margin-top: 40px;
    padding-top: 0%;
    padding-right: 0;
    left: auto;
  }

  .navbar-2 {
    z-index: 8;
    width: 100%;
  }

  .button.nav-link {
    padding-right: 10px;
  }

  .container-14 {
    float: right;
    width: 100%;
    max-width: none;
    /* DEACTIVATED: height: 100%; */
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-14.portfollio {
    height: auto;
  }

  .brand {
    width: 100%;
    left: auto;
  }

  .div-block-5 {
    float: right;
    background-color: #f3060600;
    width: 100%;
    height: 500px;
  }

  .container-15 {
    width: 100%;
    max-width: none;
  }

  .container-15._2 {
    float: right;
    background-color: #fff;
  }

  .button-2 {
    border-radius: 5px;
    transition: background-color 1s;
  }

  .button-2:hover {
    color: #fff;
    background-color: #225e3d;
    border-radius: 5px;
  }

  .lower-link {
    color: #fff;
    flex: 0 auto;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    transition: font-size .5s;
  }

  .lower-link:hover {
    font-size: 14px;
  }

  .nav-menu-4 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-16 {
    clear: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    clear: none;
    background-color: #225e3d;
    width: 100%;
    height: 6%;
    position: relative;
    margin-top: auto;
  }

  .copyright {
    color: #fff;
    justify-content: center;
    align-items: center;
  }

  .nav-link-4 {
    color: #fff;
  }

  .section-6 {
    z-index: 7;
    float: right;
    background-color: #fff;
    width: 67%;
    /* DEACTIVATED: height: 100%; */
    height: auto;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .section-6.portfolio {
    top: auto;
    bottom: auto;
  }

  .heading-2 {
    margin-top: 60px;
    padding-top: 0;
  }

  .heading-2.extra {
    margin-top: 20px;
  }

  .grid-2 {
    margin-left: 78px;
    margin-right: 120px;
  }

  .container-17 {
    float: right;
    width: 100%;
    max-width: 100%;
  }

  .section-7 {
    z-index: 10;
    background-image: url('../images/SYSTEMWOOD-b-b.jpg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100%;
  }

  .image-4 {
    z-index: 1;
    position: fixed;
  }

  .image-5 {
    position: fixed;
  }

  .image-6 {
    z-index: 3;
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .paragraph-8 {
    padding-right: 205px;
  }

  .image-7 {
    float: none;
    clear: none;
    object-position: 50% 50%;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 40px 80px 35px;
    position: relative;
  }

  .div-block-8 {
    height: 700px;
    margin-top: 64px;
    margin-left: 0;
    left: 89px;
  }

  .div-block-8.trennlinie {
    height: 660px;
    margin-left: 140px;
    top: 30px;
    left: 174px;
  }

  .container-18 {
    height: 100%;
  }

  .div-block-10 {
    width: 100%;
    height: 100%;
  }

  .nav-link-8, .nav-link-9 {
    color: #fff;
  }

  .button-3.leis {
    width: 100%;
    max-width: 100%;
    transition: font-size .5s, color 1s;
  }

  .button-3.leis:hover {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .kapital {
    font-size: 32px;
  }

  .grid-4 {
    grid-template: "Area-1 Area"
                   "Area-2 Area"
                   "Area-3 Area"
                   "Area-4 Area"
                   "Area-5 Area"
                   "Area-6 Area"
                   "Area-7 Area"
                   / 1.25fr .25fr .5fr;
    margin: 20px;
    padding-bottom: 0;
  }

  .div-block-12 {
    background-color: red;
    width: 1px;
    height: 33px;
  }

  .section-10 {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-13 {
    background-color: #225e3d69;
    width: 1px;
    height: 700px;
    margin-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-13.slider {
    background-color: #fff;
    width: 75px;
    height: 220px;
    margin-top: 0;
    inset: 19% auto auto -5%;
  }

  .image-12 {
    margin-top: 60px;
  }

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

  .container-20, .container-21 {
    width: 100%;
  }

  .container-22, .flex-block-4 {
    width: 100%;
  }

  .container-23 {
    width: 100%;
    max-width: none;
  }

  .container-24, .container-25 {
    width: 100%;
  }

  .icons {
    width: 30px;
  }

  .pfeil {
    z-index: 3;
    color: #3333330d;
    background-color: #225e3d;
    border-radius: 3px;
    width: 20px;
    height: 60px;
    top: 39%;
    right: -24%;
  }

  .div-block-14 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start;
    place-items: center stretch;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: 20px;
    display: grid;
  }

  .image-14, .image-15 {
    width: 300px;
  }

  .image-16 {
    width: 450px;
  }

  .porties {
    aspect-ratio: 1;
    object-fit: fill;
    border-radius: 10px;
  }

  .div-block-15 {
    flex-flow: column wrap;
    display: flex;
  }

  .gallery-columns-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .gallery-column {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    aspect-ratio: auto;
    object-fit: cover;
    flex-flow: column;
    width: auto;
    height: auto;
    display: flex;
  }

  .gallery-image {
    object-fit: cover;
    width: 100%;
    height: 450px;
  }

  .gallery-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-18 {
    object-fit: cover;
    width: 100%;
    height: 450px;
  }

  .div-block-16 {
    width: 100%;
    height: 100%;
  }

  .image-19.phone {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: contain;
    width: 100%;
    height: 100%;
    padding-bottom: 5px;
    display: inline-block;
    position: static;
    top: 0;
    overflow: visible;
  }

  .collection-list-wrapper-2 {
    width: 100%;
    height: 100%;
  }

  .collection-list-2 {
    flex-flow: column wrap;
    place-content: space-around center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .empty-state {
    width: 100%;
    height: 100%;
  }

  .collection-item-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: auto;
    display: block;
  }

  .galery {
    height: auto;
  }

  .input:active, .input:focus {
    color: #000;
  }

  .container-28 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-20 {
    object-fit: contain;
    width: 217px;
    height: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .image-21 {
    width: 217px;
    height: 100%;
    margin-bottom: 10px;
  }

  .image-22 {
    width: 217px;
    height: 100%;
    margin-bottom: 10px;
  }

  .image-23 {
    width: 217px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-3 {
    left: auto;
  }

  .button.nav-link {
    text-align: center;
    margin-left: 0;
    padding-right: 10px;
  }

  .container-14 {
    width: 100%;
    max-width: none;
    /* DEACTIVATED: height: 100%; */
    height: auto;
    margin-bottom: 0;
  }

  .container-14.portfollio {
    height: auto;
  }

  .container-14.banner {
    height: auto;
    background-color: transparent;
    min-height: 300px;
  }

  .brand {
    width: 100%;
    height: 44%;
    margin-top: 0;
    padding-top: 0;
  }

  .container-16 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .footer {
    float: none;
    clear: none;
    width: 100%;
    height: 5%;
    position: sticky;
    bottom: auto;
  }

  .section-6 {
    /* DEACTIVATED: height: 100%; */
    height: auto;
  }

  .section-6.portfolio {
    inset: 0% 0% 0% auto;
  }

  .image-5 {
    z-index: 2;
    width: 100%;
    height: 100%;
    inset: 0% auto auto 0%;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  .image-7 {
    width: 100%;
    height: 22%;
    margin-top: 0;
    margin-left: 0;
    padding: 40px 80px 35px;
  }

  .div-block-8 {
    width: 1px;
    margin-left: 0;
  }

  .div-block-8.trennlinie {
    margin-top: 0;
    margin-left: 0;
  }

  .container-18 {
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .form-block {
    margin-right: 0;
  }

  .text-field {
    padding-bottom: 43px;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .paragraph-9 {
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .div-block-13 {
    width: 95px;
    height: 250px;
  }

  .gallery-columns-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-27 {
    height: 670%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list-wrapper-2 {
    width: auto;
    height: auto;
  }

  .collection-list-2 {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .empty-state {
    padding: 0;
  }

  .collection-item-3 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .galery {
    width: auto;
    height: auto;
  }

  .input-area:hover {
    color: #272727;
  }

  .input-area:active, .input-area:focus {
    color: #000;
  }

  .input-area:focus-visible, .input-area[data-wf-focus-visible] {
    color: #225e3d;
  }

  .input:hover, .input:active, .input:focus {
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .container-4 {
    background-size: 100% 0%;
  }

  .body {
    background-image: none;
  }

  .navbar {
    width: 100%;
    height: auto;
    min-height: 60px;
    max-height: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    inset: auto;
  }
  
  .navbar .container-23,
  .navbar .flex-block-4,
  .navbar .navbar-2 {
    height: auto;
    min-height: auto;
  }

  .nav-link {
    margin: 5px 10px;
    padding: 15px 20px;
    font-size: 18px;
  }

  .nav-link.w--current {
    margin: 5px 10px;
  }

  .container-10 {
    float: none;
    clear: both;
    width: 100%;
    position: static;
    left: auto;
  }

  .container-11 {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    position: static;
    inset: auto;
  }

  .paragraph {
    float: none;
    clear: both;
    padding-left: 0;
    position: static;
  }

  .container-12 {
    float: none;
    width: 100%;
  }

  .image-3 {
    width: 100%;
    margin-top: 9px;
    padding: 0;
  }

  .nav-menu-3 {
    background-color: #bd8c8c00;
    padding-bottom: 0;
    display: none !important;
  }

  .nav-menu-3[data-nav-menu-open] {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    padding: 80px 20px 20px;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .navbar-2.w-nav[data-nav-menu-open]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .nav-menu-3[data-nav-menu-open] .nav-link {
    width: 100%;
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    border: 2px solid #225e3d;
    border-radius: 8px;
    color: #225e3d;
    display: block;
    transition: all 0.3s ease;
  }

  .nav-menu-3[data-nav-menu-open] .nav-link:hover,
  .nav-menu-3[data-nav-menu-open] .nav-link.w--current {
    background-color: #225e3d;
    color: #fff;
  }

  .nav-menu-3[data-nav-menu-open] .div-block-13 {
    display: none !important;
  }

  .grid {
    margin-left: 0;
    width: 100%;
  }

  .container-14 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-2 {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .container-22 {
    position: static;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .brand {
    width: auto;
    max-width: 200px;
    margin: 0;
    padding: 15px;
    flex: 0 0 auto;
  }

  .menu-button {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    padding: 12px 16px;
    z-index: 1002;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin: 0;
    float: none;
    clear: none;
    left: auto !important;
    transform: none;
  }

  .menu-button .w-icon-nav-menu {
    font-size: 32px;
    color: #225e3d;
    display: block;
  }

  .section-4 {
    width: 100%;
  }

  .div-block-5 {
    height: auto;
    background-color: transparent;
    background-image: url('../images/Untitled---2025-02-26T152241.063.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
  }

  .div-block-5.home {
    background-image: url('../images/Untitled---2025-02-26T152241.063.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    min-height: 300px;
  }

  .container-14.banner {
    background-color: transparent;
    height: auto;
    min-height: 300px;
  }

  .footer .w-nav-button {
    display: none !important;
  }

  .container-15 {
    max-width: none;
    height: auto;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .container-15.mobile {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .container-15.mobile.w-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .container-16 {
    width: 100%;
  }

  .footer {
    height: auto;
    position: relative;
    margin-top: auto;
  }

  .section-6 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: static;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px; /* Space for fixed navbar */
    display: flex;
    flex-direction: column;
  }

  .div-block-7 {
    width: 100%;
  }

  .image-7 {
    padding: 20px;
    width: 100%;
    max-width: 200px;
    height: auto;
  }

  .div-block-8 {
    display: none;
  }

  .grid-4 {
    height: auto;
    margin: 0 10px;
    padding: 20px 10px;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas: none !important;
    display: flex !important;
    flex-direction: column;
  }

  .grid-4 > * {
    grid-area: auto !important;
    width: 100%;
  }

  #w-node-e4502f73-df61-62b4-8372-855a18d323cb-1b8c1ca5 {
    order: 1;
  }

  #w-node-_93456827-6b93-f86d-930e-b800b5b5e329-1b8c1ca5 {
    order: 2;
  }

  #w-node-_42c3be58-07b4-4152-19bb-3f256e347736-1b8c1ca5 {
    order: 3;
  }

  #w-node-e7c6a690-b569-ae9a-04f9-7d3145671856-1b8c1ca5 {
    order: 4;
  }

  #w-node-bbf5c00e-2792-7396-5241-9d9fd4734f14-1b8c1ca5 {
    order: 5;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
  }

  #w-node-c88b9576-6815-c1f6-4158-031f1ffbf2bb-1b8c1ca5 {
    order: 6;
    width: 100%;
    max-width: 60%;
    margin: 20px auto;
  }

  #w-node-_1657c53b-c387-6c2b-f574-c24bf9bdfddc-1b8c1ca5 {
    order: 7;
  }

  .grid-4.tablet {
    height: auto;
  }

  .section-10 {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
  }

  .container-25 {
    max-width: none;
  }

  .form-block-2 {
    padding-top: 32px;
  }

  .image-6 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /* Remove gap between content and footer on mobile */
  .section-8 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .w-layout-layout {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
  /* Add padding below service list cell */
  .w-layout-cell {
    padding-bottom: 30px;
  }
  
  .section-6 .footer {
    margin-top: auto !important;
    padding-top: 0 !important;
  }
  
  .section-6 > .footer {
    margin-top: auto !important;
    padding-top: 0 !important;
  }

  .quick-stack-2 {
    box-sizing: border-box;
    float: none;
    object-fit: fill;
    width: 100%;
    overflow: visible;
  }

  .container-14 {
    float: none;
    width: 100%;
    position: static;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .container-14.banner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .container-14.banner.w-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .div-block-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  
  .div-block-5.home {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
  }

  .section-6 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: static;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px; /* Space for fixed navbar */
    display: flex;
    flex-direction: column;
  }

  .div-block-8 {
    display: none;
  }

  .section-10 {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
  }

  .regular-l {
    font-size: 20px;
  }

  .error-message {
    margin-top: 40px;
  }

  .form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form-block-2 {
    padding-top: 16px;
  }

  .inputs-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    margin: 0 10px;
    padding: 15px 10px;
  }

  .heading-2, .heading-13, .heading-14 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .paragraph-4, .paragraph-7, .paragraph-8 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .image-12 {
    width: 100%;
    max-width: 200px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
  }
  
  /* FIX: Ensure animated elements contribute to height calculation */
  /* This prevents the page from being too short during animation */
  /* The animated elements are transformed by 187px, so we need enough space */
  .container-14.banner,
  .div-block-5.home {
    min-height: 500px !important; /* Enough space for animated content (187px transform + content) */
    height: auto !important;
  }
  
  /* Make sure animated elements take up space even when opacity: 0 */
  [data-w-id][style*="opacity:0"] {
    visibility: visible !important;
  }
  
  /* Ensure section-6 and section-10 don't create scrollbars */
  .section-6 {
    overflow: visible !important;
    height: auto !important;
  }
  
  .section-10 {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
  }
  
  /* TEST 2: section-10 - COMMENTED OUT FOR TESTING */
  /*
  .section-10 {
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
  }
  */
  
  /* TEST 3: section-6 - COMMENTED OUT FOR TESTING */
  /*
  .section-6 {
    overflow: visible !important;
    height: auto !important;
    position: static !important;
    inset: auto !important;
    max-height: none !important;
  }
  */
  
  /* TEST 4: section-6:not(.portfolio) - COMMENTED OUT FOR TESTING */
  /*
  .section-6:not(.portfolio) {
    overflow: visible !important;
    height: auto !important;
  }
  */
  
  /* TEST 5: All containers - COMMENTED OUT FOR TESTING */
  /*
  .section,
  .section-6,
  .section-10,
  .container-14,
  .container-14.banner,
  .div-block-5,
  .div-block-5.home,
  .grid-4,
  .grid-4.mobile,
  .w-clearfix,
  .w-layout-blockcontainer,
  .w-layout-vflex,
  .w-layout-grid {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  */
  
  /* TEST 6: Universal max-height - COMMENTED OUT FOR TESTING */
  /*
  * {
    max-height: none !important;
  }
  */
  
  /* TEST 7: Body direct children - COMMENTED OUT FOR TESTING */
  /*
  body > *:not(script):not(style) {
    overflow: visible !important;
    height: auto !important;
  }
  
  body > section,
  body > div {
    overflow: visible !important;
    height: auto !important;
  }
  */

  .navbar {
    width: 100%;
    height: auto;
    min-height: 60px;
    max-height: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    inset: auto;
  }
  
  .navbar .container-23,
  .navbar .flex-block-4,
  .navbar .navbar-2 {
    height: auto;
    min-height: auto;
  }

  .image-3 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .grid {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
  }

  .nav-menu-3 {
    display: none !important;
  }

  .nav-menu-3[data-nav-menu-open] {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    padding: 80px 20px 20px;
    overflow-y: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .navbar-2.w-nav[data-nav-menu-open]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .nav-menu-3[data-nav-menu-open] .nav-link {
    width: 100%;
    margin: 10px 0;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    background-color: #fff;
    border: 2px solid #225e3d;
    border-radius: 8px;
    color: #225e3d;
    display: block;
    transition: all 0.3s ease;
  }

  .nav-menu-3[data-nav-menu-open] .nav-link:hover,
  .nav-menu-3[data-nav-menu-open] .nav-link.w--current {
    background-color: #225e3d;
    color: #fff;
  }

  .nav-menu-3[data-nav-menu-open] .div-block-13 {
    display: none !important;
  }

  body.w-nav-open,
  html.w-nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  
  html:not(.w-nav-open) {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
  }
  
  body:not(.w-nav-open) {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  body.w-nav-open .section-6,
  body.w-nav-open .section-10,
  body.w-nav-open .container-14,
  body.w-nav-open .div-block-5 {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    pointer-events: none;
    transition: filter 0.3s ease;
  }

  .quick-stack-2 {
    float: none;
    clear: both;
    width: 100%;
  }

  .container-14 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    position: static;
    padding-left: 15px;
    padding-right: 15px;
    height: auto !important;
    overflow: visible !important;
  }
  
  .container-14.banner {
    height: auto !important;
    overflow: visible !important;
  }

  .container-14.portfollio {
    margin-top: 0;
  }

  .navbar-2 {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .container-22 {
    position: static;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .brand {
    width: auto;
    max-width: 180px;
    margin: 0;
    padding: 15px;
    position: relative;
    flex: 0 0 auto;
  }

  .menu-button {
    margin: 0;
    padding: 12px 16px;
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    z-index: 1002;
    cursor: pointer;
    background-color: transparent;
    border: none;
    transform: none;
  }

  .menu-button .w-icon-nav-menu {
    font-size: 32px;
    color: #225e3d;
    display: block;
  }

  .image-7 {
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  .section-4 {
    float: none;
    width: 100%;
  }

  .container-15 {
    height: auto;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none;
  }
  
  .container-15.mobile {
    padding: 40px 20px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  
  .container-15.mobile.w-container {
    padding: 40px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    text-align: center;
  }
  
  .container-15.mobile .heading-14,
  .container-15.mobile .paragraph-8,
  .container-15.mobile .button-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .container-15.mobile .button-2 {
    display: block;
  }

  .container-15._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    padding: 12px 20px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }

  .section-5 {
    height: auto;
  }

  .section-6 {
    z-index: 1;
    width: 100%;
    position: static !important;
    inset: auto !important;
    margin: 0;
    padding: 0;
    padding-top: 80px !important; /* Space for fixed navbar */
    height: auto !important;
    overflow: visible !important;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .cell-6 {
    display: block;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  
  .heading-2.extra {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .div-block-6 {
    display: flex;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin: 0 10px;
    padding: 15px 10px;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 14px;
    line-height: 1.6;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .grid-4.mobile {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas: none !important;
    display: flex !important;
    flex-direction: column;
    margin: 0 10px;
    padding: 15px 10px;
  }
  
  /* Ensure all content in grid-4.mobile aligns to the left */
  .grid-4.mobile .heading-2,
  .grid-4.mobile .heading-13,
  .grid-4.mobile .paragraph-4,
  .grid-4.mobile .paragraph-7 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .grid-4.mobile > * {
    grid-area: auto !important;
    width: 100%;
  }

  .grid-4.mobile #w-node-e4502f73-df61-62b4-8372-855a18d323cb-1b8c1ca5 {
    order: 1;
  }

  .grid-4.mobile #w-node-_93456827-6b93-f86d-930e-b800b5b5e329-1b8c1ca5 {
    order: 2;
  }

  .grid-4.mobile #w-node-_42c3be58-07b4-4152-19bb-3f256e347736-1b8c1ca5 {
    order: 4;
  }

  .grid-4.mobile #w-node-e7c6a690-b569-ae9a-04f9-7d3145671856-1b8c1ca5 {
    order: 5;
  }

  .grid-4.mobile #w-node-bbf5c00e-2792-7396-5241-9d9fd4734f14-1b8c1ca5 {
    order: 6;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
  }

  .grid-4.mobile #w-node-c88b9576-6815-c1f6-4158-031f1ffbf2bb-1b8c1ca5 {
    order: 7;
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    display: block;
  }

  .grid-4.mobile #w-node-_1657c53b-c387-6c2b-f574-c24bf9bdfddc-1b8c1ca5 {
    order: 7;
    display: none;
  }

  .heading-13, .heading-14 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .image-12 {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
    display: block;
  }

  .image-19.phone {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
  }

  .inputs-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .input {
    flex: 1;
    width: 100%;
    min-width: 100%;
  }

  .bold-text {
    font-size: 14px;
  }

  .nav-link {
    margin: 5px;
    padding: 12px 15px;
    font-size: 16px;
    width: calc(100% - 10px);
    text-align: center;
  }

  .nav-link.w--current {
    margin: 5px;
    padding: 12px 15px;
  }

  .div-block-8 {
    display: none;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
  }

  .image-24, .image-25 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .container-28 {
    flex-direction: column;
    align-items: center;
  }

  .heading-7 {
    font-size: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  
  .heading-5 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .paragraph-9 {
    font-size: 14px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  
  /* Align portfolio title and paragraph with images */
  .container-14.portfollio .heading-7,
  .container-14.portfollio .paragraph-9 {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  
  /* Ensure images and text align at the same left point */
  .container-28,
  .div-block-17 {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  
  .container-28 .image-24,
  .div-block-17 .image-24 {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .container-18 {
    padding: 20px 15px;
  }

  .form-block {
    padding: 20px 15px;
  }

  .footer {
    padding: 20px 15px;
    margin-top: auto;
  }

  .footer .w-nav-button {
    display: none !important;
  }

  .div-block-5 {
    background-color: transparent;
    background-image: url('../images/Untitled---2025-02-26T152241.063.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .div-block-5.home {
    background-color: transparent;
    background-image: url('../images/Untitled---2025-02-26T152241.063.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center;
  }

  .container-14.banner {
    background-color: transparent;
    height: auto;
    min-height: 300px;
  }

  .nav-menu-4 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .lower-link {
    padding: 5px 10px;
    font-size: 12px;
  }
}

#w-node-_5985e3b8-299f-0338-81f0-b2e529608037-1b8c1ca5 {
  grid-area: Area-2;
}

#w-node-_5985e3b8-299f-0338-81f0-b2e52960803a-1b8c1ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4502f73-df61-62b4-8372-855a18d323cb-1b8c1ca5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_93456827-6b93-f86d-930e-b800b5b5e329-1b8c1ca5 {
  grid-area: Area-3;
}

#w-node-_42c3be58-07b4-4152-19bb-3f256e347736-1b8c1ca5 {
  grid-area: Area-6;
}

#w-node-c88b9576-6815-c1f6-4158-031f1ffbf2bb-1b8c1ca5 {
  grid-area: 1 / 3 / 6 / 3;
}

#w-node-e7c6a690-b569-ae9a-04f9-7d3145671856-1b8c1ca5 {
  grid-area: Area-7;
}

#w-node-bbf5c00e-2792-7396-5241-9d9fd4734f14-1b8c1ca5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: start;
}

#w-node-_1657c53b-c387-6c2b-f574-c24bf9bdfddc-1b8c1ca5 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-bd5744b1-4133-1325-b3b5-71f10c5ee18a-1b8c1ca6 {
  grid-area: Area-2;
}

#w-node-bd5744b1-4133-1325-b3b5-71f10c5ee18d-1b8c1ca6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4239d00e-856c-3205-ef80-b88b7cff9f0d-1b8c1ca6 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-b96ea155-64b2-d8db-7aee-734994ed8c0a-1b8c1ca7 {
  grid-area: Area-2;
}

#w-node-b96ea155-64b2-d8db-7aee-734994ed8c0d-1b8c1ca7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1fdfdb8-7ae6-7cb1-67d3-1e8012af45fb-1b8c1ca8 {
  grid-area: Area-2;
}

#w-node-a1fdfdb8-7ae6-7cb1-67d3-1e8012af45fe-1b8c1ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba56135e-ba9c-d032-c7e4-b7b38cf33a92-1b8c1ca8 {
  grid-area: 1 / 2 / 6 / 3;
}

#w-node-_790f859f-e8c7-27ab-35ba-c5948b3f490d-1b8c1ca8 {
  grid-area: 1 / 3 / 5 / 4;
}

#w-node-_267c7454-81af-bac5-1b75-e027b2d3d54f-1b8c1ca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd5744b1-4133-1325-b3b5-71f10c5ee18a-7b01f655 {
  grid-area: Area-2;
}

#w-node-bd5744b1-4133-1325-b3b5-71f10c5ee18d-7b01f655 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4239d00e-856c-3205-ef80-b88b7cff9f0d-7b01f655 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-bd5744b1-4133-1325-b3b5-71f10c5ee18a-e91c5998 {
  grid-area: Area-2;
}

#w-node-bd5744b1-4133-1325-b3b5-71f10c5ee18d-e91c5998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4239d00e-856c-3205-ef80-b88b7cff9f0d-e91c5998 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-e4502f73-df61-62b4-8372-855a18d323cb-1b8c1ca5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_93456827-6b93-f86d-930e-b800b5b5e329-1b8c1ca5 {
    grid-area: Area-2;
  }

  #w-node-_42c3be58-07b4-4152-19bb-3f256e347736-1b8c1ca5 {
    grid-area: Area-3;
  }

  #w-node-c88b9576-6815-c1f6-4158-031f1ffbf2bb-1b8c1ca5 {
    grid-area: 1 / 3 / 8 / 4;
    justify-self: end;
  }

  #w-node-e7c6a690-b569-ae9a-04f9-7d3145671856-1b8c1ca5 {
    grid-area: Area-4;
  }

  #w-node-bbf5c00e-2792-7396-5241-9d9fd4734f14-1b8c1ca5 {
    grid-area: Area-5;
  }

  #w-node-_1657c53b-c387-6c2b-f574-c24bf9bdfddc-1b8c1ca5, #w-node-ba56135e-ba9c-d032-c7e4-b7b38cf33a92-1b8c1ca8 {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4239d00e-856c-3205-ef80-b88b7cff9f0d-1b8c1ca6 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_790f859f-e8c7-27ab-35ba-c5948b3f490d-1b8c1ca8 {
    grid-area: Area-9;
  }

  #w-node-_966721b7-cf45-c388-2cfd-2eec5d2e67c7-1b8c1ca8 {
    grid-area: Area-2;
  }

  #w-node-ea0aa60d-77e9-9794-224c-81ec23741b50-1b8c1ca8 {
    grid-area: Area-3;
  }

  #w-node-_035f6173-e201-e4e5-83ff-9c6965364f83-1b8c1ca8 {
    grid-area: Area-6;
  }

  #w-node-_267c7454-81af-bac5-1b75-e027b2d3d54f-1b8c1ca8 {
    grid-area: Area-7;
  }

  #w-node-_4239d00e-856c-3205-ef80-b88b7cff9f0d-7b01f655, #w-node-_4239d00e-856c-3205-ef80-b88b7cff9f0d-e91c5998 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }
}


@font-face {
  font-family: 'Microsoft Himalaya';
  src: url('../fonts/microsoft-himalaya.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}