.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #F0F5F8;
}
.home-container01 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: flex-start;
}
.home-text {
  color: #ff3c00;
  width: 100%;
  font-size: 65px;
  font-style: normal;
  text-align: center;
  font-family: Roboto Condensed;
  font-weight: 500;
}
.home-container02 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text1 {
  width: 100%;
  font-size: 40px;
  align-self: center;
  text-align: center;
  font-family: Roboto Condensed;
}
.home-container03 {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-container04 {
  flex: 0 0 auto;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-container05 {
  flex: 0 0 auto;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.home-link {
  display: contents;
}
.home-image {
  width: 365px;
  height: 167px;
  object-fit: cover;
  text-decoration: none;
}
.home-container06 {
  flex: 0 0 auto;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-container55 {
  flex: 0 0 auto;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-link1 {
  display: contents;
}
.home-image1 {
  width: 365px;
  height: 170px;
  object-fit: cover;
  text-decoration: none;
}
.home-container07 {
  width: 100%;
  height: 548px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-container08 {
  flex: 0 0 auto;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: var(--dl-space-space-sixunits);
  flex-direction: column;
  justify-content: center;
}
.home-image2 {
  width: 310px;
  height: 100%;
  object-fit: cover;
}
.home-container09 {
  flex: 0 0 auto;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-image3 {
  width: 310px;
  height: 100%;
  object-fit: cover;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
}
.home-container10 {
  flex: 0 0 auto;
  width: 33%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-image4 {
  width: 310px;
  height: 100%;
  object-fit: cover;
  padding-bottom: var(--dl-space-space-sixunits);
}
.home-container11 {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.home-image5 {
  width: 347px;
  height: 47px;
  margin-right: 50px;
  object-fit: cover;
}
.home-image6 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
