body {
  background-color: #fff;
}

p {
  color: #000;
}

a {
  color: #000;
}

.topBanner {
  position: relative;
}

.page_topbanner_title {
  position: absolute;
  color: #fff;
  font-size: 4vw;
  font-family: serif;
  line-height: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 480px) {
  .page_topbanner_title {
    line-height: initial;
  }
}

@media (max-width: 480px) {
  .topBanner img {
    height: initial;
  }
}

.appendix
a {
  color: #000 !important;
}

.copyrightText {
  color: #000 !important;
}
/*# sourceMappingURL=privacy.css.map */