.navbar4-wrapper {
  display: contents;
}
 
.navbar4-container1 {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar4-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  min-width: 100%;
  align-items: center;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-twounits);
  justify-content: space-between;
}
 
.navbar4-image1 {
  width: 1124px;
  height: 161px;
}
 
.navbar4-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
 
.navbar4-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
 
.navbar4-burger-menu {
  display: none;
}
 
.navbar4-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;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.navbar4root-class-name {
  background-color: #aa816f;
}
 
@media(max-width: 767px) {
  .navbar4-navbar-interactive {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .navbar4-desktop-menu {
    display: none;
  }
  .navbar4-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .navbar4-navbar-interactive {
    padding: var(--dl-layout-space-unit);
  }
  .navbar4-mobile-menu {
    padding: var(--dl-layout-space-unit);
  }
}

.hero32-wrapper {
  display: contents;
}
 
.hero32-header9 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.hero32-content {
  display: flex;
  justify-content: center;
}
 
.hero32-max-width {
  align-self: center;
  align-items: center;
}
 
.hero32-column1 {
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero32-column2 {
  gap: var(--dl-layout-space-twounits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.hero32-actions {
  gap: var(--dl-layout-space-unit);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
 
.hero32-button {
  color: #000000;
  width: 317px;
  height: 58px;
  transition: 0.3s;
  border-color: #000000;
  border-width: 3px;
  text-decoration: none;
  background-color: #f5cab8;
}
 
.hero32-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 1px;
  background-color: #ffe0d3;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  display: inline-block;
}
 
.hero32root-class-name {
  background-color: #aa816f;
}
 
@media(max-width: 991px) {
  .hero32-column1 {
    width: 100%;
  }
  .hero32-column2 {
    width: auto;
  }
  .hero32-button {
    flex: 1;
  }
}
 
@media(max-width: 767px) {
  .hero32-max-width {
    flex-direction: column;
  }
  .hero32-text1 {
    text-align: center;
  }
  .hero32-text2 {
    text-align: center;
  }
  .hero32-actions {
    width: 100%;
    justify-content: center;
  }
}
 
@media(max-width: 479px) {
  .hero32-actions {
    flex-direction: column;
  }
  .hero32-button {
    width: 100%;
  }
}

.features251-wrapper {
  display: contents;
}
 
.features251-container2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  position: relative;
  grid-template-columns: 1fr 1fr;
}
 
.features251-tabs-menu {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
.features251-tab-horizontal1 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features251-divider-container1 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features251-container3 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features251-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;
}
 
.features251-tab-horizontal2 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features251-divider-container2 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features251-container4 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features251-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;
}
 
.features251-tab-horizontal3 {
  gap: var(--dl-layout-space-twounits);
  cursor: pointer;
  display: flex;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.features251-divider-container3 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.features251-container5 {
  width: 2px;
  align-self: stretch;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.features251-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;
}
 
.features251-image-container {
  height: 100%;
  display: flex;
  position: relative;
}
 
.features251-image {
  border-radius: 31px;
  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;
}
 
.features251root-class-name {
  background-color: #f5cab8;
}
 
@media(max-width: 991px) {
  .features251-container2 {
    grid-gap: var(--dl-layout-space-twounits);
    grid-template-columns: 1fr;
  }
  .features251-tabs-menu {
    order: 2;
  }
}

.features99-wrapper {
  display: contents;
}
 
.features99-layout186 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}
 
.features99-text1 {
  z-index: 2;
  text-align: center;
}
 
.features99-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;
}
 
.features99root-class-name {
  background-color: #f5cab8;
}

.features174-wrapper {
  display: contents;
}
 
.features174-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features174-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features174-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features174-placeholder-image {
  border-radius: 25px;
}
 
.features174-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features174-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features174-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment21 {
  display: contents;
}
 
.home-text21 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text22 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.features174root-class-name {
  background-color: #f5cab8;
}
 
@media(max-width: 991px) {
  .features174-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.features186-wrapper {
  display: contents;
}
 
.features186-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features186-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features186-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features186-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features186-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features186-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features186-placeholder-image {
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  border-radius: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text24 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features186root-class-name {
  background-color: #f5cab8;
}
 
@media(max-width: 991px) {
  .features186-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column-reverse;
  }
}

.features163-wrapper {
  display: contents;
}
 
.features163-layout300 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features163-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.features163-section-title {
  gap: 16px;
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.features163-content1 {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.features163-text10 {
  text-align: center;
}
 
.features163-text11 {
  text-align: center;
}
 
.features163-content2 {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.features163-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.features163-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;
}
 
.features163-feature1-image {
  border-radius: 31px;
}
 
.features163-content3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features163-feature1-title {
  text-align: center;
}
 
.features163-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;
}
 
.features163-feature2-image {
  border-radius: 31px;
}
 
.features163-content4 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features163-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;
}
 
.features163-feature3-image {
  border-radius: 31px;
}
 
.features163-content5 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text26 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text28 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text30 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text32 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.features163root-class-name {
  background-color: #aa816f;
}
 
@media(max-width: 991px) {
  .features163-section-title {
    width: 100%;
  }
}
 
@media(max-width: 767px) {
  .features163-max-width {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .features163-section-title {
    width: auto;
  }
  .features163-text10 {
    text-align: center;
  }
  .features163-row {
    flex-direction: column;
  }
  .features163-feature2 {
    width: auto;
  }
  .features163-feature3 {
    width: auto;
  }
}

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

.features175-wrapper {
  display: contents;
}
 
.features175-layout349 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.features175-max-width {
  gap: var(--dl-layout-space-fiveunits);
  display: flex;
  align-items: center;
}
 
.features175-image-container {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
}
 
.features175-placeholder-image {
  border-radius: 25px;
}
 
.features175-content1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.features175-section-title {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.features175-content2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text36 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.features175root-class-name {
  background-color: #f5cab8;
}
 
@media(max-width: 991px) {
  .features175-max-width {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
}

.gallery4-wrapper {
  display: contents;
}
 
.gallery4-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.gallery4-max-width {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.gallery4-container1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.gallery4-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;
}
 
.gallery4-container2 {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.gallery4-image1 {
  width: 100%;
  height: 904px;
  max-width: 100%;
  align-self: center;
  border-radius: 31px;
}
 
.gallery4-container3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.gallery4-image2 {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 31px;
}
 
.gallery4-image3 {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 31px;
}
 
.gallery4root-class-name {
  background-color: #aa816f;
}
 
@media(max-width: 991px) {
  .gallery4-content {
    align-items: center;
    flex-direction: column;
  }
  .gallery4-image1 {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .gallery4-container3 {
    width: 100%;
  }
  .gallery4-image2 {
    height: 100%;
  }
  .gallery4-image3 {
    height: 100%;
  }
}
 
@media(max-width: 479px) {
  .gallery4-gallery3 {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
}

.content-list62-wrapper {
  display: contents;
}
 
.content-list62-container1 {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.content-list62-max-width {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  flex-direction: row;
}
 
.content-list62-container2 {
  width: auto;
  padding: var(--dl-layout-space-twounits);
  align-items: flex-start;
}
 
.content-list62-container3 {
  align-self: stretch;
  align-items: flex-start;
}
 
.content-list62-ul1 {
  align-items: flex-start;
}
 
.content-list62-li1 {
  align-items: flex-start;
}
 
.content-list62-heading7 {
  align-self: center;
  text-align: center;
}
 
.content-list62-ul2 {
  align-items: flex-start;
  padding-left: var(--dl-layout-space-fiveunits);
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text37 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text38 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text42 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.content-list62root-class-name {
  background-color: #f5cab8;
}
 
@media(max-width: 767px) {
  .content-list62-max-width {
    align-items: center;
    flex-direction: column;
  }
  .content-list62-container2 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-list62-ul2 {
    padding-left: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 479px) {
  .content-list62-max-width {
    flex-direction: column;
  }
  .content-list62-ul2 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
  }
}

.contact-form112-wrapper {
  display: contents;
}
 
.contact-form112-contact11 {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  overflow: hidden;
  position: relative;
  flex-direction: column;
}
 
.contact-form112-max-width {
  display: flex;
  flex-direction: column;
}
 
.contact-form112-row {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.contact-form112-content1 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form112-icon1 {
  width: 32px;
  height: 32px;
}
 
.contact-form112-contact-info1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form112-email {
  text-align: center;
  text-decoration: none;
}
 
.contact-form112-content2 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form112-icon3 {
  width: 32px;
  height: 32px;
}
 
.contact-form112-contact-info2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form112-phone {
  text-align: center;
  text-decoration: none;
}
 
.contact-form112-content3 {
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.contact-form112-icon5 {
  width: 32px;
  height: 32px;
}
 
.contact-form112-contact-info3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-form112-address {
  text-align: center;
}
 
.contact-form112-content4 {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
}
 
.contact-form112-form {
  gap: var(--dl-layout-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.contact-form112-container {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-form112-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form112-text-input1 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #f3e4de;
}
 
.contact-form112-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form112-text-input2 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #f3e4de;
}
 
.contact-form112-input3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form112-text-input3 {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #f3e4de;
}
 
.contact-form112-input4 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-form112-textarea {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  background-color: #f3e4de;
}
 
.contact-form112-button {
  color: #000000;
  width: 1342px;
  height: 70px;
  transition: 0.3s;
  border-color: #000000;
  border-width: 3px;
  background-color: #f9c2ab;
}
 
.contact-form112-button:hover {
  color: #000000;
  border-color: #000000;
  border-width: 1px;
  background-color: #f3ccbc;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text51 {
  display: inline-block;
}
 
.contact-form112root-class-name {
  background-color: #aa816f;
}
 
@media(max-width: 991px) {
  .contact-form112-content1 {
    width: 50%;
  }
  .contact-form112-content2 {
    width: 50%;
  }
  .contact-form112-content3 {
    width: 50%;
  }
  .contact-form112-form {
    width: 50%;
  }
}
 
@media(max-width: 767px) {
  .contact-form112-container {
    flex-direction: column;
  }
}
 
@media(max-width: 479px) {
  .contact-form112-row {
    flex-direction: column;
  }
  .contact-form112-content1 {
    width: 100%;
  }
  .contact-form112-content2 {
    width: 100%;
  }
  .contact-form112-content3 {
    width: 100%;
  }
  .contact-form112-content4 {
    flex-direction: column;
  }
  .contact-form112-form {
    width: 100%;
  }
}

.footer4-wrapper {
  display: contents;
}
 
.footer4-footer7 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #e9eef2;
}
 
.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: 697px;
  height: 99px;
  margin-left: 300px;
}
 
.footer4-text {
  color: rgb(0, 0, 0);
  font-size: 14px;
}
 
.footer4root-class-name {
  background-color: #aa816f;
}
 
@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;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text12 {
  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-text21 {
  display: inline-block;
}
 
.home-fragment22 {
  display: contents;
}
 
.home-text22 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment23 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment24 {
  display: contents;
}
 
.home-text24 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment25 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment26 {
  display: contents;
}
 
.home-text26 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment27 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment28 {
  display: contents;
}
 
.home-text28 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment29 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment30 {
  display: contents;
}
 
.home-text30 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment31 {
  display: contents;
}
 
.home-text31 {
  display: inline-block;
}
 
.home-fragment32 {
  display: contents;
}
 
.home-text32 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment33 {
  display: contents;
}
 
.home-text33 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment34 {
  display: contents;
}
 
.home-text34 {
  display: inline-block;
}
 
.home-fragment35 {
  display: contents;
}
 
.home-text35 {
  display: inline-block;
}
 
.home-fragment36 {
  display: contents;
}
 
.home-text36 {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment37 {
  display: contents;
}
 
.home-text37 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment38 {
  display: contents;
}
 
.home-text38 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment39 {
  display: contents;
}
 
.home-text39 {
  display: inline-block;
}
 
.home-fragment40 {
  display: contents;
}
 
.home-text40 {
  display: inline-block;
}
 
.home-fragment41 {
  display: contents;
}
 
.home-text41 {
  display: inline-block;
}
 
.home-fragment42 {
  display: contents;
}
 
.home-text42 {
  color: #000000;
  display: inline-block;
  font-size: 25px;
}
 
.home-fragment43 {
  display: contents;
}
 
.home-text43 {
  display: inline-block;
}
 
.home-fragment44 {
  display: contents;
}
 
.home-text46 {
  display: inline-block;
}
 
.home-fragment45 {
  display: contents;
}
 
.home-text50 {
  display: inline-block;
}
 
.home-fragment46 {
  display: contents;
}
 
.home-text51 {
  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-text52 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
