.hero3-header9 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.hero1-max-width3 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero1-column {
  gap: 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hero1-content {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.hero1-container15 {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 35%;
  justify-content: flex-start;
}
.hero1-image1 {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  flex-grow: 1;
  object-fit: cover;
}
.hero1-text08 {
  font-weight: 700;
  text-transform: capitalize;
}
.hero1-root-class-name {
  margin-top: 0px;
  background-color: #ffffff;
}
@media(max-width: 991px) {
  .hero1-container14 {
    flex-direction: column;
  }
  .hero1-container15 {
    width: 100%;
    padding-top: 56.25%;
  }
}
@media(max-width: 767px) {
  .hero1-image1 {
    width: 100%;
  }
  .hero1-text07 {
    text-align: center;
  }
  .hero1-text08 {
    text-align: center;
  }
}

.banner3-container16 {
  gap: var(--dl-space-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  padding-bottom: 20px !important;
}
.banner3-image {
  width: 1080px !important;
  object-fit: contain;
}
.banner3-max-width4 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
.banner3-container17 {
  gap: var(--dl-space-space-halfunit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
}
.banner3-text08 {
  font-weight: 700;
  text-transform: capitalize;
}
@media(max-width: 767px) {
  .banner3-text07 {
    text-align: center;
  }
  .banner3-text08 {
    text-align: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  padding-bottom:30px;
}
