.logos2-wrapper {
  display: contents;
}
 
.logos2-container1 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.logos2-thq-max-width-elm {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.logos2-text1 {
  width: 45%;
  text-align: center;
  margin-bottom: var(--dl-layout-space-fourunits);
}
 
.logos2-container2 {
  width: 100%;
  align-self: center;
  justify-items: center;
  grid-template-columns: repeat(4, 1fr);
}
 
.logos2-thq-logo1-elm {
  object-fit: contain;
  animation-name: fadeIn;
  animation-delay: 1500s;
  text-decoration: none;
  animation-duration: 1500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.logos2-thq-logo2-elm {
  object-fit: contain;
  text-decoration: none;
}
 
.logos2-thq-logo3-elm {
  object-fit: contain;
  text-decoration: none;
}
 
.logos2-thq-logo4-elm {
  object-fit: contain;
  text-decoration: none;
}
 
.home-fragment {
  display: contents;
}
 
.home-text1 {
  color: rgb(218, 218, 218);
  display: inline-block;
  font-family: "Nunito";
}
 

 
@media(max-width: 991px) {
  .logos2-text1 {
    width: 100%;
    text-align: center;
  }
}
 
@media(max-width: 767px) {
  .logos2-container1 {
    gap: var(--dl-layout-space-twounits);
  }
  .logos2-thq-max-width-elm {
    gap: var(--dl-layout-space-twounits);
  }
}

.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
}
 
.home-image {
  width: 620px;
  height: 119px;
  object-fit: cover;
}
 
.home-fragment {
  display: contents;
}
 
.home-text1 {
  color: rgb(218, 218, 218);
  display: inline-block;
  font-family: "Nunito";
}
 
.home-link {
  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-text2 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 479px) {
  .home-image {
    width: 433px;
    height: 76px;
  }
}
