app-root > div {
  overflow: visible !important;
}

.componentViewport .content {
  height: auto;
  overflow: visible !important;
}

.legal {
  background-color: #fff;
  height: auto;
  overflow-y: visible !important;
}

.legal h1,
.legal h2,
.legal p,
.legal li {
  color: #000 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}

.legal h2 {
  font-size: 14pt;
  page-break-before: auto;
}

.legal p {
  font-size: 12pt;
}

.legal li {
  font-size: 12pt;
}

app-footer-nav {
  display: none;
}
