.navbar81-wrapper {
  display: contents;
}
 
.navbar81-container1 {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1000;
  position: sticky;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar81-navbar-interactive {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-layout-size-maxwidth);
  min-width: 100%;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.navbar81-image1 {
  width: 1314px;
  height: 188px;
}
 
.navbar81-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar81-buttons {
  gap: var(--dl-layout-space-twounits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.navbar81-action1 {
  color: #ffffff;
  width: 214px;
  height: 54px;
  display: flex;
  transition: 0.3s;
  border-color: #000000;
  border-width: 4px;
  flex-direction: row;
  text-decoration: none;
  background-color: #788376;
}
 
.navbar81-action1:hover {
  border-color: #000000;
  border-width: 2px;
  background-color: #d6aa69;
}
 
.navbar81-burger-menu {
  display: none;
}
 
.navbar81-icon1 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar81-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar81-container2 {
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.navbar81root-class-name {
  background-color: #414840;
}
 
@media(max-width: 767px) {
  .navbar81-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar81-desktop-menu {
    display: none;
  }
  .navbar81-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar81-mobile-menu {
    padding-top: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-oneandhalfunits);
  }
}
 
@media(max-width: 479px) {
  .navbar81-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar81-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero2-wrapper {
  display: contents;
}
 
.hero2-header5 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.hero2-image {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
 
.hero2-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.hero2-max-width {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: flex-start;
}
 
.hero2-column {
  gap: 24px;
  width: auto;
  display: flex;
  z-index: 1;
  max-width: 560px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero2-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeInLeftBig;
  flex-direction: column;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.hero2-text2 {
  width: 790px;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  color: #ffffff;
  display: inline-block;
}
 
@media(max-width: 767px) {
  .hero2-header5 {
    justify-content: center;
  }
  .hero2-max-width {
    justify-content: center;
  }
  .hero2-column {
    width: 100%;
  }
  .hero2-text1 {
    text-align: center;
  }
  .hero2-text2 {
    text-align: center;
  }
}

.features252-wrapper {
  display: contents;
}
 
.features252-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features252-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features252-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features252-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features252-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features252-content1 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features252-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features252-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features252-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features252-content2 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features252-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features252-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features252-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features252-content3 {
  gap: 16px;
  flex: 1;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features252-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features252-image {
  border-radius: 45px;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.features252root-class-name {
  background-color: #788376;
}
 
@media(max-width: 991px) {
  .features252-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features252-tabs-menu {
    order: 2;
  }
}

.features920-wrapper {
  display: contents;
}
 
.features920-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features920-text1 {
  z-index: 2;
  text-align: center;
}
 
.features920-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text19 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.features920root-class-name {
  background-color: #788376;
}

.features26-wrapper {
  display: contents;
}
 
.features26-layout300 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  border-radius: 35px;
  flex-direction: column;
}
 
.features26-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.features26-section-title {
  gap: 16px;
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features26-content1 {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.features26-text10 {
  text-align: center;
}
 
.features26-container {
  width: 1372px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.features26-text11 {
  text-align: center;
}
 
.features26-content2 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.features26-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.features26-feature1 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features26-feature1-image {
  border-radius: 35px;
}
 
.features26-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features26-feature1-title {
  text-align: center;
}
 
.features26-feature2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features26-feature2-image {
  border-radius: 35px;
}
 
.features26-content4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features26-feature3 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features26-feature3-image {
  border-radius: 35px;
}
 
.features26-content5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text23 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text24 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text26 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text27 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.features26root-class-name {
  background-color: #909c8e;
}
 
@media(max-width: 991px) {
  .features26-section-title {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .features26-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .features26-section-title {
    width: auto;
  }
  .features26-text10 {
    text-align: center;
  }
  .features26-row {
    flex-direction: column;
  }
  .features26-feature2 {
    width: auto;
  }
  .features26-feature3 {
    width: auto;
  }
}

.features1710-wrapper {
  display: contents;
}
 
.features1710-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features1710-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features1710-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features1710-placeholder-image {
  border-radius: 36px;
}
 
.features1710-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1710-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1710-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
  font-size: 25px;
}
 
.features1710root-class-name {
  background-color: #909c8e;
}
 
@media(max-width: 991px) {
  .features1710-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.features188-wrapper {
  display: contents;
}
 
.features188-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features188-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features188-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features188-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features188-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features188-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features188-placeholder-image {
  border-radius: 36px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text40 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.features188root-class-name {
  background-color: #788376;
}
 
@media(max-width: 991px) {
  .features188-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column-reverse;
  }
}

.features921-wrapper {
  display: contents;
}
 
.features921-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features921-text1 {
  z-index: 2;
  text-align: center;
}
 
.features921-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text43 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.features921root-class-name {
  background-color: #788376;
}

.features1711-wrapper {
  display: contents;
}
 
.features1711-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features1711-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features1711-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features1711-placeholder-image {
  border-radius: 36px;
}
 
.features1711-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1711-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1711-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features1711-text2 {
  width: 723px;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text50 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.features1711root-class-name {
  background-color: #788376;
}
 
@media(max-width: 991px) {
  .features1711-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.features922-wrapper {
  display: contents;
}
 
.features922-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features922-text1 {
  z-index: 2;
  text-align: center;
}
 
.features922-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text51 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.features922root-class-name {
  background-color: #909c8e;
}

.gallery55-wrapper {
  display: contents;
}
 
.gallery55-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.gallery55-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.gallery55-container1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.gallery55-content {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
 
.gallery55-container2 {
  gap: HalfUnits;
  flex: 1;
  width: 100%;
  height: 902px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.gallery55-container3 {
  width: 100%;
  height: 40%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: center;
}
 
.gallery55-image1 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  align-self: center;
  max-height: 700px;
  border-radius: 36px;
}
 
.gallery55-image2 {
  width: 100%;
  height: 60%;
  max-height: 700px;
  object-fit: cover;
  border-radius: 36px;
}
 
.gallery55-container4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.gallery55-image3 {
  width: 100%;
  height: 440px;
  max-height: 700px;
  object-fit: cover;
  border-radius: 36px;
}
 
.gallery55-image4 {
  width: 100%;
  height: 440px;
  max-height: 700px;
  object-fit: cover;
  border-radius: 36px;
}
 
.gallery55root-class-name {
  background-color: #788376;
}
 
@media(max-width: 991px) {
  .gallery55-content {
    align-items: center;
    flex-direction: column;
  }
  .gallery55-container2 {
    height: auto;
  }
  .gallery55-image1 {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
  }
  .gallery55-image2 {
    height: 100%;
  }
  .gallery55-container4 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .gallery55-image2 {
    max-height: 400px;
  }
}

.content-list65-wrapper {
  display: contents;
}
 
.content-list65-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.content-list65-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  flex-direction: row;
}
 
.content-list65-container2 {
  width: auto;
  padding: var(--dl-layout-space-twounits);
  align-items: flex-start;
}
 
.content-list65-container3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.content-list65-ul1 {
  align-items: flex-start;
}
 
.content-list65-li1 {
  align-items: flex-start;
}
 
.content-list65-heading7 {
  align-self: center;
  text-align: center;
}
 
.content-list65-ul2 {
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text55 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text56 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text62 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.content-list65root-class-name {
  background-color: #788376;
}
 
@media(max-width: 767px) {
  .content-list65-max-width {
    align-items: center;
    flex-direction: column;
  }
  .content-list65-container2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-list65-ul2 {
    padding-left: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 479px) {
  .content-list65-max-width {
    flex-direction: column;
  }
  .content-list65-ul2 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
  }
}

.features923-wrapper {
  display: contents;
}
 
.features923-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features923-text1 {
  z-index: 2;
  text-align: center;
}
 
.features923-text2 {
  z-index: 2;
  text-align: center;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text63 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text64 {
  display: inline-block;
}
 
.features923root-class-name {
  background-color: #909c8e;
}

.contact-form113-wrapper {
  display: contents;
}
 
.contact-form113-contact11 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
 
.contact-form113-max-width {
  display: flex;
  flex-direction: column;
}
 
.contact-form113-row {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact-form113-content1 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-icon1 {
  width: 32px;
  height: 32px;
}
 
.contact-form113-contact-info1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-email {
  text-align: center;
  text-decoration: none;
}
 
.contact-form113-content2 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-icon3 {
  width: 32px;
  height: 32px;
}
 
.contact-form113-contact-info2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-phone {
  text-align: center;
  text-decoration: none;
}
 
.contact-form113-content3 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-icon5 {
  width: 32px;
  height: 32px;
}
 
.contact-form113-contact-info3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form113-address {
  text-align: center;
}
 
.contact-form113-content4 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.contact-form113-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.contact-form113-container {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form113-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-input3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-text-input3 {
  background-color: var(--dl-color-theme-neutral-light);
}
 
.contact-form113-input4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form113-button {
  color: #000000;
  width: 1342px;
  height: 83px;
  transition: 0.3s;
  border-color: #000000;
  border-width: 3px;
  background-color: #414840;
}
 
.contact-form113-button:hover {
  color: #000000;
  width: 1351px;
  height: 71px;
  border-color: #000000;
  border-width: 2px;
  background-color: #6e7a6d;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text67 {
  display: inline-block;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text70 {
  display: inline-block;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text74 {
  display: inline-block;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text75 {
  display: inline-block;
}
 
.contact-form113root-class-name {
  background-color: #909c8e;
}
 
@media(max-width: 991px) {
  .contact-form113-content1 {
    width: 50%;
  }
  .contact-form113-content2 {
    width: 50%;
  }
  .contact-form113-content3 {
    width: 50%;
  }
  .contact-form113-form {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .contact-form113-container {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .contact-form113-row {
    flex-direction: column;
  }
  .contact-form113-content1 {
    width: 100%;
  }
  .contact-form113-content2 {
    width: 100%;
  }
  .contact-form113-content3 {
    width: 100%;
  }
  .contact-form113-content4 {
    flex-direction: column;
  }
  .contact-form113-form {
    width: 100%;
  }
}

.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #3E3232;
}
 
.footer4-max-width {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-content {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.footer4-logo1 {
  gap: 24px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer4-logo2 {
  width: 751px;
  height: 103px;
  margin-left: 255px;
}
 
.footer4-credits {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.footer4-divider {
  background-color: #909c8e;
}
 
.footer4-text {
  color: #909c8e;
}
 
.footer4-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer4-container {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
}
 
.footer4root-class-name {
  background-color: #414840;
}
 
@media(max-width: 767px) {
  .footer4-row {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .footer4-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #D9D9D9;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  color: #ffffff;
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text13 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text14 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text15 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text16 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text17 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text18 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text19 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text20 {
  display: inline-block;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text23 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text24 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text26 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text27 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text32 {
  display: inline-block;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text33 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text36 {
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text37 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text40 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text43 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text44 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text47 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text50 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text51 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text52 {
  display: inline-block;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text55 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text56 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text57 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text60 {
  display: inline-block;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text61 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text62 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text63 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text64 {
  display: inline-block;
}
 
.home-fragment47 {
  display: contents;
}
 
.home-text67 {
  display: inline-block;
}
 
.home-fragment48 {
  display: contents;
}
 
.home-text70 {
  display: inline-block;
}
 
.home-fragment49 {
  display: contents;
}
 
.home-text74 {
  display: inline-block;
}
 
.home-fragment50 {
  display: contents;
}
 
.home-text75 {
  display: inline-block;
}
 
.home-link {
  display: contents;
}
 
.home-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text76 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
