.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
 
.home-image1 {
  top: 171px;
  left: 0px;
  right: 0px;
  width: 736px;
  height: 312px;
  margin: auto;
  position: absolute;
  object-fit: cover;
}
 
.home-text1 {
  top: -23px;
  left: 614px;
  color: rgb(255, 255, 255);
  width: var(--dl-layout-size-maxwidth);
  height: auto;
  position: fixed;
  font-size: 140px;
  font-family: "Open Sans";
}
 
.home-text2 {
  top: 571px;
  left: 1163px;
  color: rgb(255, 255, 255);
  margin: auto;
  position: absolute;
}
 
.home-link1 {
  display: contents;
}
 
.home-image2 {
  top: 636px;
  left: 1247px;
  width: 46px;
  height: 46px;
  margin: auto;
  position: absolute;
  object-fit: cover;
  text-decoration: none;
}
 
.home-text3 {
  top: 603px;
  left: 1199px;
  color: rgb(255, 255, 255);
  margin: auto;
  position: absolute;
}
 
.home-link2 {
  display: contents;
}
 
.home-container2 {
  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-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text4 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
