@media print {
  header,
footer,
.bottom-menubar,
video {
    display: none;
  }
  @page {
    margin: 0.5cm;
  }
  @page :left {
    margin: 0.8cm;
  }
  @page :right {
    margin: 0.8cm;
  }
  h1 {
    font-size: 70pt;
    line-height: 77pt;
    color: #000 !important;
  }
  h2 {
    color: #000 !important;
  }
  h3 {
    color: #000 !important;
  }
  h5 {
    color: #000 !important;
  }
  h6 {
    color: #000 !important;
  }
  p {
    font-size: 10pt;
    line-height: 16pt;
    color: #000 !important;
  }
  a {
    color: #000 !important;
  }
  li {
    font-size: 12pt !important;
    color: #000 !important;
  }
  iframe {
    width: 100% !important;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .just-for-print {
    display: inline;
  }
  .just-for-print img {
    width: 80%;
  }
  .just-for-print .full-width {
    width: 100%;
  }
  .logos-to-print {
    display: flex;
    justify-content: flex-start;
  }
  .logos-to-print .ow-logo {
    height: 20px;
    width: auto;
    margin-bottom: 30px;
  }
  .text-white {
    color: #000 !important;
  }
  .sidebar, .sidebar-mobile, .social-bar, .social-bar-mobile, .main-banner, .sidebar-list, .video-banner-btn, .down-arrow {
    display: none;
  }
  .mt-180 {
    margin-top: 0px !important;
  }
  .pt-100 {
    padding-top: 0px !important;
  }
  .print-hidden {
    display: none !important;
  }
}/*# sourceMappingURL=print.css.map */