<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
}

.members-brand {
  width: 100%;
  height: auto;
  margin-top: 14vw;
}

.brand-nav img {
  display: block;
  width: 100%;
  height: 41.6vw;
  object-fit: cover;
}

.brands-items {
  width: 89.7vw;
  height: auto;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0vw 0.78vw 4.55vw 0vw rgba(53, 81, 106, 0.13);
  border-radius: 1.82vw;
  margin: 0 auto;
  padding-bottom: 6.5vw;
  padding-top: 10px;
  margin-top: 5vw;
  margin-bottom: 20px;
}

.brands-items &gt; img {
  display: block;
  width: 36.79vw;
  height: 9.18vh;
  margin: 0px auto;
}

.brands-items p {
  width: 78.78vw;
  height: auto;
  font-size: 3.64vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 7vw;
  margin: 0px auto;
}

.official-website {
  width: 36.51vw;
  height: 6.21vh;
  border-radius: 31.55vw;
  border: 0.26vw solid rgba(238, 238, 238, 1);
  text-align: center;
  line-height: 6.21vh;
  margin: 0px auto;
  margin-top: 4.43vw;
}

.official-website img {
  display: inline-block;
  width: 4.25vw;
  height: 5.25vw;
  margin-top: 3.2vw;
}
.official-website a {
  text-decoration: none;
  display: inline-block;
  font-size: 3.12vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
}
.governance-structure-title {
  position: absolute;
  z-index: 888;
  text-align: center;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.governance-structure-title h3 {
  font-size: 7.2vw;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  line-height: 10vw;
  letter-spacing: 0.38vw;
}
.governance-structure-title p {
  font-size: 2.86vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  letter-spacing: 0.68vw;
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}</pre></body></html>