<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  .wrapper {
    width: 1280px;
  }

  .header,
  .footer {
    display: none;
  }

  .intro--small .intro__content,
  .intro--landing .intro__content {
    padding: 0;
    margin: 0;
  }

  /* basic page */
  .intro {
    margin-bottom: 0px;
  }

  .intro__image,
  .section__aside,
  .breadcrumbs {
    display: none;
  }

  .section--contacts {
    background-image: none;
  }

  /* school landing */
  .intro--landing {
    min-height: 0;
  }

  /* tabs page */
  .tabs__head {
    display: none;
  }

  .tab {
    visibility: visible !important;
    display: block;
    opacity: 100;
    position: inherit;
  }

  .intro p {
    color: #000;
  }

  .tabs .tabs__body-inner {
    position: inherit;
    padding: 0;
    max-width: none;
    margin-right: auto;
  }

  /* Other styles added later... need to cleanup */
  .shell {
    max-width: 980px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  h1 strong {
    font-size: 90px;
    font-weight: 900;
    line-height: .89;
    color: #000;
    letter-spacing: .052em;
  }

  .section__body {
    padding: 0 !important;
  }

  .accordion__section * {
    padding: 0 !important;
    margin: 0 !important;
  }

  .accordion__body {
    display: inline !important;
  }

  .section--contacts {
    padding: 0;
    background-image: none;
  }

  .section--contacts .section__title {
    padding-left: 0;
    padding-bottom: 0;
  }

  h1 strong {
    font-size: 40px !important;
  }

  h2 strong {
    font-size: 30px !important;
  }

  .print-logo {
    display: block !important;
  }

  .print-logo img {
    width: 300px;
  }
}
</pre></body></html>