@media print {
  @font-face {
    font-family: 'rocgrotesk';
    src: url('../asset/font/rocgrotesk/medium/rocgrotesk-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
  }
  @page {
    size: auto;
    margin: 0;
  }
  html,
  body {
    display: block;
    margin: 0;
    padding: 0;
    background: #ffffff;
    background-color: #ffffff;
  }
  body {
    width: 8.5in;
    height: 11in;
    font-family: 'rocgrotesk', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1em;
    color: #1d252e;
    font-kerning: normal;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  h1, p {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  p:last-of-type {
    margin-bottom: 0;
  }
  .no-wrap {
    white-space: nowrap;
  }
  svg.modeb,
  footer {
    display: none;
  }
  main {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  article {
    width: 12rem;
    margin: auto 1.5rem 2.21875rem auto;
  }
  article h1 {
    margin: 0 0 -0.9375rem 0;
  }
  svg.logo {
    width: 12rem;
    height: 12rem;
    fill: #1d252e;
  }
  article p {
    margin-bottom: 0.5625rem;
    padding-left: 2.25rem;
    font-size: 1.90625rem;
    line-height: 1.180327868852459em;
  }
  article p a {
    padding: 0.1875rem 0 0.1875rem 0;
    text-decoration: underline;
    text-decoration-color: #1d252e;
    text-underline-position: auto;
    text-underline-offset: 0.4375rem;
    text-decoration-thickness: 0.1875rem;
  }
}
