@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local('Libre Baskerville'), local('LibreBaskerville-Regular'),
    url('libre-baskerville.woff2') format('woff2'),
    url('libre-baskerville.woff2') format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local('Libre Baskerville Bold'), local('LibreBaskerville-Bold'),
    url(libre-baskerville-bold.woff2) format('woff2'),
    url(libre-baskerville-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: local('Libre Baskerville Italic'), local('LibreBaskerville-Italic'),
    url(libre-baskerville-italic.woff2) format('woff2'),
    url(libre-baskerville-italic.woff2) format('woff2');
}
html {
  font: 16px/180% 'Libre Baskerville', 'DejaVu Serif', 'Bitstream Vera Serif', 'Georgia', serif;
          text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
@media (max-width: 54em) {
  html { font-size: 14px; line-height: 160%; }
}
@media (max-width: 26em) {
  html { font-size: 12px; line-height: 150%; }
}
pre, code {
  font-family: 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Consolas', monospace;
}
pre {
  font-size: 14px;
  line-height: 130%;
}
h1, h2, h3, h4, h5, h6 {
  font-variant-ligatures: common-ligatures discretionary-ligatures;
  font-feature-settings: 'liga' on, 'dlig' on;
}
* {
  box-sizing: border-box;
}
*:target {
  background-color: #ff6;
}
html {
  background-color: #eee;
  color: #252525;
       tab-size: 4;
  -moz-tab-size: 4;
}
html, body {
  margin: 0;
}
.center, .page {
  max-width: 54rem;
  margin: .5rem auto;
  position: relative;
}
.page {
  padding: 1rem 4rem;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.2);
}
@media (max-width: 54em) {
  .page, .center {
    max-width: 100%;
    padding: 0 1rem;
  }
}
@page {
  margin: 0;
}
@media print {
  body {
    background-color: #fff;
  }
  .page, .center {
    box-shadow: none;
    padding: 0 1cm;
    margin: 0;
    max-width: none;
  }
  .page:first-child, .center:first-child {
    padding-top: 5mm;
  }
}
.page-a4, .page.page-a4 {
  width: 21cm;
  height: 29.7cm;
}
.page-letter, .page.page-letter {
  width: 8.5in;
  height: 11in;
}
a,
a code,
.link {
  color: #00f;
  text-decoration: none;
  transition: color .2s;
}
a:hover, .link:hover {
  text-decoration: underline;
  color: #6491ff;
}
a:hover code  {
  color: #6491ff;
}
form {
  display: inline;
  margin: 0;
  padding: 0;
}
.link {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  line-height: 1rem;
  display: inline;
  -moz-user-select: inherit;
  -webkit-appearance: none;
}
h1 {
  text-align: center;
  padding: .5em 0;
  font-size: 1.7em;
}
h2 {
  border-bottom: 1px solid #252525;
  padding-bottom: .2em;
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.1em;
}
h5, h6 {
  font-size: 1em;
}
p{
  text-align: justify;
  text-justify: inter-word;
}
blockquote {
  font-style: italic;
}
img {
  max-width: 100%;
}
figure {
  text-align: center;
  margin: 1rem 0;
}
figure.border {
  border: 1px solid #aaa;
  padding: 5px;
  margin: -5px;
}
@media (min-width: 54em) {
  figure.full {
    margin-left: -4rem;
    width: calc(100% + 8rem);
  }
  figure.full.border {
    border-left: none;
    border-right: none;
  }
}
code, pre, kbd, samp {
  background-color: #f5f5f5;
  color: #000;
}
pre {
  overflow: auto;
  max-height: 500px;
  padding: .5em 1em;
  border-radius: 2px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 54em) {
  pre.full {
    margin-left: -4rem;
    width: calc(100% + 8rem);
  }
}
code, kbd, samp {
  padding: 1px 2px;
}
pre > code {
  padding: 0;
  box-shadow: none;
  border: none;
}
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table + table {
  margin-top: 2em;
}
@media (min-width: 54em) {
  table.full {
    margin-left: -3.5rem;
    width: calc(100% + 7rem);
  }
}
caption {
  font-weight: bold;
}
tr {
  border-bottom: 1px solid #ddd;
}
table > tr:last-child, tbody tr:last-child, tfoot tr:last-child {
  border-bottom: none;
}
tfoot tr:first-child {
  border-top: 1px solid #ddd;
}
td, th {
  padding: .2em .5em;
  hyphens: none;
}
td.left, th.left  {
  text-align: left;
}
td.right, th.right {
  text-align: right;
}
table td.right {
    font-feature-settings: 'tnum' on;
    font-variant-numeric: tabular-nums;
    font-family: sans-serif;
}
sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
hr {
  border: none;
  text-align: center;
  font-size: 60px;
  color: #252525;
  opacity: .9;
}
hr:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMC4yIDkuMiIgaGVpZ2h0PSIzNC44IiB3aWR0aD0iMTE0LjMiPjxwYXRoIGQ9Ik0xMy4yIDBxMS4xIDAgMS4zIDEuMiAwIDEtLjcgMS4yLTEuOC40LTIgLjggMi42LjMgMy4yIDMuMWguMmwuMi44LS40LjFxLS4yIDEuOC0xLjggMS45LTEgMC0xLjMtMSAwLS44LjItLjguMi40LjguNC44IDAgMS0uOFExMSA2LjEgMTEgMy43cS0xLjQgMC0yLjEgMSAxLjQuNyAxLjQgMS44LS4xIDIuNS0zLjYgMi43US41IDkuMiAwIDUuNXEwLS42LjctLjcuNSAwIC42LjV2LjJsLS4xLjRxMCAxIDEuMSAxIDEgMCAxLS43UTQgMS4yIDcgMXEyIC4xIDIgMS43di4xcTAgLjQtLjQgMS41IDEtLjggMi0xIC42IDAgLjYtLjQuOC0xIDEuNi0xLjMuNi0uNC42LS44bC0uMi0uNHEtLjItLjMgMC0uNHptLTEuNiAzLjd2LjFxMCAxLjQgMi4zIDIuMi0uMy0yLTIuMy0yLjN6Ii8+PHBhdGggZD0iTTE3IDBxLTEgMC0xLjMgMS4yIDAgMSAuOCAxLjIgMS44LjQgMiAuOC0yLjcuMy0zLjIgMy4xSDE1bC0uMi44LjUuMXEuMiAxLjggMS44IDEuOSAxIDAgMS4yLTEgMC0uOC0uMi0uOC0uMS40LS43LjQtLjkgMC0xLS44IDIuNy0uOCAyLjgtMy4yIDEuNCAwIDIgMS0xLjMuNy0xLjMgMS44IDAgMi41IDMuNSAyLjcgNi40IDAgNi44LTMuNyAwLS42LS42LS43LS42IDAtLjcuNXYuMmwuMi40cTAgMS0xLjIgMS0uOSAwLTEtLjctLjYtNS0zLjctNS4yLTIgLjEtMiAxLjd2LjFxMCAuNC40IDEuNS0xLS44LTItMS0uNiAwLS42LS40LS43LTEtMS41LTEuMy0uNi0uNC0uNi0uOGwuMi0uNHEuMi0uMyAwLS40em0xLjcgMy43di4xcTAgMS40LTIuNCAyLjIuMy0yIDIuNC0yLjN6Ii8+PC9zdmc+);
}