.home-container {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/playground_assets/bg1-1500h.jpg");
  background-position: center;
}
.home-container1 {
  width: 100%;
  height: 135px;
  display: flex;
  margin-top: 2vh;
  align-items: center;
  margin-bottom: 2vh;
  justify-content: center;
}
.home-image {
  width: var(--dl-size-size-xlarge);
  object-fit: cover;
  margin-left: 0px;
  margin-right: var(--dl-space-space-threeunits);
}
.home-image01 {
  width: var(--dl-size-size-medium);
  object-fit: cover;
  margin-right: var(--dl-space-space-threeunits);
}
.home-image02 {
  width: var(--dl-size-size-large);
  object-fit: cover;
  margin-right: var(--dl-space-space-threeunits);
}
.home-image03 {
  width: var(--dl-size-size-large);
  object-fit: cover;
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-image04 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-image05 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-image06 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-image07 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-logo-mobile {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-image08 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-logo-logo {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.home-image09 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-image10 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-image11 {
  width: 100px;
  display: none;
  object-fit: cover;
}
.home-container4 {
  width: 100%;
  height: 86px;
  display: flex;
  align-items: center;
  margin-bottom: 4vh;
  justify-content: center;
}
.home-text {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  margin-left: 0px;
  text-transform: none;
  text-decoration: none;
}
.home-container5 {
  width: 100%;
  height: 484px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-container6 {
  flex: 0 0 auto;
  width: 647px;
  display: flex;
  align-items: flex-start;
  margin-left: opx;
  padding-left: 4vh;
  padding-right: 4vh;
  flex-direction: column;
}
.home-text1 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.home-text2 {
  font-size: 18px;
  font-style: italic;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.home-text3 {
  font-size: 18px;
  font-style: italic;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: var(--dl-space-space-unit);
  text-transform: none;
  text-decoration: none;
}
.home-text4 {
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.7;
  text-transform: none;
  text-decoration: none;
}
.home-image12 {
  height: 357px;
  object-fit: cover;
}
.home-container7 {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  align-items: flex-start;
}
.home-image13 {
  width: 100px;
  object-fit: cover;
}
@media(max-width: 991px) {
  .home-text {
    margin-left: 0px;
  }
  .home-container5 {
    height: auto;
    justify-content: center;
  }
  .home-container6 {
    width: 719px;
    margin-left: 0px;
  }
  .home-image12 {
    display: none;
  }
  .home-container7 {
    display: flex;
    justify-content: flex-end;
  }
  .home-image13 {
    width: 60%;
    margin-right: 2vh;
  }
}
@media(max-width: 767px) {
  .home-container {
    background-position: bottom;
  }
  .home-text {
    font-size: 28px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    margin-left: 0vh;
  }
  .home-container5 {
    height: auto;
  }
  .home-container6 {
    width: 542px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-image12 {
    display: none;
  }
}
@media(max-width: 479px) {
  .home-container1 {
    height: auto;
    display: none;
    margin-top: 2vh;
    margin-bottom: 2vh;
    justify-content: center;
  }
  .home-image {
    margin-left: 0px;
  }
  .home-container2 {
    border-style: hidden;
    justify-content: center;
  }
  .home-image04 {
    width: 40%;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-container3 {
    border-style: hidden;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
  }
  .home-image05 {
    width: var(--dl-size-size-small);
    margin-right: var(--dl-space-space-unit);
  }
  .home-image06 {
    margin-right: var(--dl-space-space-unit);
  }
  .home-logo-mobile {
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-image08 {
    width: var(--dl-size-size-large);
    display: flex;
  }
  .home-logo-logo {
    margin-bottom: var(--dl-space-space-unit);
    justify-content: center;
  }
  .home-image09 {
    width: var(--dl-size-size-small);
    display: flex;
    margin-right: var(--dl-space-space-unit);
  }
  .home-image10 {
    display: flex;
    margin-right: var(--dl-space-space-unit);
  }
  .home-image11 {
    display: flex;
  }
  .home-container4 {
    height: 57px;
    align-items: center;
    margin-bottom: 2vh;
    justify-content: center;
  }
  .home-text {
    font-size: 16px;
    align-self: center;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .home-container5 {
    padding-left: 2vh;
    margin-bottom: 2vh;
    padding-right: 2vh;
  }
  .home-container6 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-text1 {
    font-size: 16px;
    text-align: center;
  }
  .home-text2 {
    font-size: 16px;
    text-align: center;
  }
  .home-text3 {
    font-size: 16px;
    text-align: center;
  }
  .home-text4 {
    font-size: 16px;
    text-align: center;
  }
  .home-container7 {
    justify-content: center;
  }
  .home-image13 {
    width: 80%;
    margin-right: 0px;
  }
}
