<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.aboutUs-page {
  position: relative;
}
.aboutUs-page #header {
  background-color: #0C38DE;
}
.aboutUs-page main {
  min-height: calc(100vh - 50px);
  padding-bottom: 70px;
  background-color: #fff;
  background: url(../images/viewmore-bg.jpg) no-repeat top center;
  background-size: cover;
  margin-top: -300px !important;
}
.aboutUs-page main .aboutUs-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: 60px;
}
.aboutUs-page main .aboutUs-content h1 {
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 58px;
  letter-spacing: 2px;
  color: #282828;
  font-family: 'SOURCEHANSERIFCN-HEAVY';
}
.aboutUs-page main .aboutUs-content p {
  font-size: 16px;
  line-height: 36px;
  color: #272828;
  margin-bottom: 40px;
}
.aboutUs-page main .aboutUs-content .content-box p {
  line-height: 36px;
  margin-bottom: 20px;
}
.aboutUs-page main .aboutUs-content .content-box .small_tit {
  margin-bottom: 10px;
  color: #1b66e6;
  font-weight: bold;
}
.aboutUs-page #footer {
  margin-top: -80px;
}
</pre></body></html>