*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

.movetxt span,
.js-fadeUp,
.js-fadeUp.is-show {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  transition-delay: 0;
}

.header__logo { min-width: 160px !important; max-width: 256px !important; height: auto !important;}

.footer,
.site-copy { display: none !important;}

img {
  max-width: 100% !important;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  break-after: avoid;
  page-break-after: avoid;
}

img,
table,
figure {
  break-inside: avoid;
  page-break-inside: avoid;
}

table {
  width: 100% !important;
  border-collapse: collapse;
}

.staff__name{
  position: static !important;
  margin-block: 8px 0 !important;
  left: auto !important;
  bottom: auto !important;
}

.btn{
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact
}
@page {
  margin:10mm 15mm;
}