@media print {
  html *:not(#content) {
    visibility: hidden !important;
  }
  html *:not(#content) ::after,
  html *:not(#content) ::before {
    visibility: hidden !important;
  }
  html *:not(#content) .headerWrapper {
    display: none;
  }
}
@media print and (min-width: 1px) {
  html *:not(#content) #content {
    padding-top: 0;
  }
}
@media print {
  html *:not(#content) #content > *:not(.contentWrapper) {
    display: none;
  }
  html *:not(#content) #content,
  html *:not(#content) .contentWrapper,
  html *:not(#content) .contentWrapper .container {
    visibility: visible !important;
  }
  html *:not(#content) .contentWrapper .container * {
    visibility: visible !important;
  }
  html *:not(#content) .contentWrapper .container * ::after,
  html *:not(#content) .contentWrapper .container * ::before {
    visibility: visible !important;
  }
}

/*# sourceMappingURL=privacy.css.map */
