.list-item-container {
  flex: 0 0 auto;
  display: flex;
  padding: 1rem;
  max-width: 500px;
  align-items: flex-start;
  flex-direction: column;
}
.list-item-text {
  color: var(--dl-color-secondary-600);
  font-size: 1rem;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
.list-item-text1 {
  font-size: 0.85rem;
}
.list-item-root-class-name {
  width: 33%;
}
.list-item-root-class-name1 {
  width: 33%;
}
.list-item-root-class-name2 {
  width: 33%;
}
@media(max-width: 767px) {
  .list-item-root-class-name {
    width: 100%;
    max-width: 100%;
  }
  .list-item-root-class-name1 {
    width: 100%;
    max-width: 100%;
  }
  .list-item-root-class-name2 {
    width: 100%;
    max-width: 100%;
  }
}
@media(max-width: 479px) {
  .list-item-root-class-name {
    width: 100%;
  }
  .list-item-root-class-name1 {
    width: 100%;
  }
  .list-item-root-class-name2 {
    width: 100%;
  }
}

.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #F0FAFF;
}
.home-hero {
  width: 100%;
  display: flex;
  max-width: 100%;
  padding-left: var(--dl-space-space-unitandahalfunit);
  padding-right: var(--dl-space-space-unitandahalfunit);
  justify-content: center;
}
.home-container1 {
  width: 787px;
  display: flex;
  position: relative;
  max-width: 1320px;
  min-height: 85vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.home-image {
  width: 241px;
  height: 48px;
  align-self: center;
  margin-top: 56px;
  object-fit: cover;
}
.home-card {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-doubleunit);
  z-index: 1;
  align-self: center;
  box-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06)!important;
  margin-top: 40px;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius1);
  flex-direction: column;
  padding-bottom: 2rem;
  backdrop-filter: saturate(200%) blur(30px);
  background-color: var(--dl-color-gray-white);
}
.home-text {
  color: var(--dl-color-secondary-700);
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-unitandahalfunit);
  letter-spacing: -0.025rem;
}
.home-image1 {
  width: 100%;
  height: auto;
  align-self: center;
  object-fit: cover;
  margin-bottom: var(--dl-space-space-doubleunit);
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.home-feature-card {
  width: 100%;
  display: flex;
  max-width: 1400px;
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: flex-start;
}
.home-text01 {
  align-self: center;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: var(--dl-space-space-doubleunit);
}
.home-container4 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text02 {
  color: rgb(103, 116, 142);
  padding: var(--dl-space-space-unit);
}
.home-text03 {
  font-style: normal;
  font-weight: 700;
}
.home-container5 {
  flex: 0 0 auto;
  width: 50%;
  height: 100px;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: flex-start;
  flex-direction: column;
}
.home-text08 {
  font-style: normal;
  font-weight: 600;
}
.home-text11 {
  font-style: normal;
  font-weight: 600;
}
.home-text14 {
  font-style: normal;
  font-weight: 600;
}
@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
  }
  .home-container1 {
    z-index: 100;
    max-width: 960px;
  }
  .home-card {
    width: 100%;
  }
  .home-text {
    color: var(--dl-color-secondary-700);
    letter-spacing: -0.025rem;
  }
  .home-image1 {
    height: auto;
  }
  .home-text02 {
    color: rgb(103, 116, 142);
  }
  .home-text03 {
    font-style: normal;
    font-weight: 700;
  }
  .home-text04 {
    font-style: normal;
    font-weight: 700;
  }
  .home-text08 {
    font-weight: 600;
  }
  .home-text11 {
    font-style: normal;
    font-weight: 600;
  }
  .home-text14 {
    font-style: normal;
    font-weight: 600;
  }
}
@media(max-width: 767px) {
  .home-hero {
    height: auto;
  }
  .home-card {
    align-items: center;
  }
  .home-container2 {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .home-container1 {
    width: 100%;
  }
  .home-card {
    height: auto;
    padding: var(--dl-space-space-unit);
  }
  .home-image1 {
    width: 100%;
    height: auto;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-container2 {
    flex-direction: column;
  }
  .home-text01 {
    font-style: normal;
    font-weight: 600;
  }
}
