.header-container {
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header-container img {
  width: 200px;
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-image {
  width: 200px;
  margin-top: 80px;
  object-fit: cover;
}
.home-text001 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 40px;
  line-height: 150%;
}
.home-container1 {
  gap: 10px;
  flex: 0 0 auto;
  width: 90%;
  height: auto;
  display: flex;
  max-width: 650px;
  align-self: center;
  margin-top: 50px;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  flex-direction: column;
  padding-bottom: 30px;
  justify-content: center;
  background-color: rgba(217,224,235,0.5);
}
.home-link {
  text-decoration: none;
}
.home-link1 {
  text-decoration: none;
}
.home-link2 {
  text-decoration: none;
}
.home-link3 {
  padding-left: 20px;
  text-decoration: none;
}
.home-link4 {
  padding-left: 20px;
  text-decoration: none;
}
.home-link5 {
  padding-left: 20px;
  text-decoration: none;
}
.home-link6 {
  padding-bottom: 10px;
  text-decoration: none;
}
.home-link7 {
  text-decoration: none;
}
.home-text024 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 30px;
  line-height: 150%;
}
.home-text030 {
  width: 90%;
  font-size: 20px;
  max-width: 650px;
  margin-top: 80px;
}
.home-text031 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 30px;
  line-height: 150%;
}
.home-text037 {
  width: 90%;
  font-size: 20px;
  max-width: 650px;
  margin-top: 80px;
}
.home-text038 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 30px;
  line-height: 150%;
}
.home-container2 {
  flex: 0 0 auto;
  width: 90%;
  height: AUTO;
  display: flex;
  max-width: 650px;
  align-items: flex-start;
  flex-direction: column;
}
.home-image1 {
  width: 24px;
  margin-top: 40px;
  object-fit: cover;
}
.home-text047 {
  font-size: 18px;
}
.home-text048 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 10px;
  line-height: 150%;
}
.home-image2 {
  width: 30px;
  margin-top: 40px;
  object-fit: cover;
}
.home-text064 {
  font-size: 18px;
}
.home-text065 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 10px;
  line-height: 150%;
}
.home-image3 {
  width: 30px;
  margin-top: 40px;
  object-fit: cover;
}
.home-text086 {
  font-size: 18px;
}
.home-text087 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 10px;
  line-height: 150%;
}
.home-image4 {
  width: 30px;
  margin-top: 40px;
  object-fit: cover;
}
.home-text099 {
  font-size: 18px;
}
.home-text100 {
  width: 90%;
  font-size: 14px;
  max-width: 650px;
  margin-top: 10px;
  line-height: 150%;
}
.home-text117 {
  width: 90%;
  font-size: 20px;
  max-width: 650px;
  margin-top: 80px;
}

.home-link8 {
  font-size: 12px;
}


.footer {
  background-color: #181f2c;
  padding: 50px 20px 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.footer > img {
  width: 30px;
  align-self: center;
  object-fit: cover;
}

.footer > a {
  color: #fff;
}

.social {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}

.social a {
  display: inline-block;
  margin: 0 10px;
}

.social a img {
  width: 20px;
}