.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-theme-secondary2);
}
 
.home-image {
  width: 218px;
  margin-top: var(--dl-layout-space-unit);
  object-fit: cover;
}
 
.home-container2 {
  width: 100%;
  height: 512px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-container3 {
  width: 95%;
  height: 415px;
  display: flex;
  position: relative;
  align-self: center;
  margin-top: 44px;
  align-items: flex-start;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-secondary2);
}
 
.home-form {
  gap: 8px;
  top: 6px;
  left: 0px;
  right: 0px;
  width: 95%;
  height: 242px;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: center;
  flex-direction: column;
}
 
.home-textinput1 {
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
 
.home-text1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: auto;
  position: absolute;
  font-size: 20px;
  margin-top: auto;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}
 
.home-text3 {
  color: #10b91f;
}
 
.home-text4 {
  color: #10b91f;
}
 
.home-text5 {
  color: #10b91f;
}
 
.home-textinput2 {
  top: 82px;
  left: 0px;
  right: 0px;
  height: 56px;
  margin: auto;
  position: absolute;
  padding-left: var(--dl-layout-space-threeunits);
}
 
.home-button {
  top: 149px;
  left: 0px;
  color: rgb(255, 255, 255);
  right: 0px;
  width: 100%;
  height: 55px;
  margin: auto;
  position: absolute;
  font-size: 16px;
  border-width: 0px;
  background-color: rgb(9, 148, 9);
}
 
.home-text8 {
  left: 0px;
  right: 0px;
  bottom: 6px;
  margin: auto;
  position: absolute;
  font-size: 12px;
  text-align: center;
}
 
.home-icon1 {
  top: 98px;
  left: 18px;
  margin: auto;
  position: absolute;
}
 
.home-navlink {
  top: 278px;
  left: 0px;
  right: 0px;
  width: 315px;
  height: 42px;
  margin: auto;
  position: absolute;
  align-self: center;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}
 
.home-link {
  display: contents;
}
 
.home-container4 {
  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-icon5 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text9 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
