@font-face {
  font-family: "InterRegular";
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "InterBold";
  src: url("/fonts/Inter-Bold.woff2") format("woff2");
  font-display: block;
  font-style: normal;
  font-weight: 700;
}
/*!
 * Minimal Mistakes Theme 4.22.0 by Michael Rose
 * Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
 * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
*/
button:focus,
a:focus {
  outline: thin dotted #353535;
  outline: 5px auto #353535;
  outline-offset: -2px;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  background-color: #f8f9fa;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 64em) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 80em) {
  html {
    font-size: 22px;
  }
}
body {
  margin: 0;
}
::-moz-selection {
  color: #fff;
  background: #000;
}
::selection {
  color: #fff;
  background: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
a {
  color: rgb(47.2, 124.8, 148.8);
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
html {
  position: relative;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 0.5em;
  line-height: 1.2;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
}
h1 {
  margin-top: 0;
  font-size: 1.563em;
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.0625em;
}
h5 {
  font-size: 1.03125em;
}
h6 {
  font-size: 1em;
}
small {
  font-size: 0.75em;
}
p {
  margin-bottom: 1.3em;
}
u,
ins {
  text-decoration: none;
  border-bottom: 1px solid #000;
}
u a,
ins a {
  color: inherit;
}
del a {
  color: inherit;
}
p,
pre,
blockquote,
ul,
ol,
dl,
figure,
table,
fieldset {
  orphans: 3;
  widows: 3;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted #000;
}
blockquote {
  margin-block: 2em;
  margin-inline-end: 1em;
  padding-inline: 1em;
  font-style: italic;
  border-inline-start: 0.25em solid #353535;
}
blockquote cite {
  font-style: italic;
}
blockquote cite::before {
  content: "—";
  padding-inline-end: 5px;
}
a:visited {
  color: rgb(78.37, 144.33, 164.73);
}
a:hover {
  color: rgb(35.4, 93.6, 111.6);
  outline: 0;
}
tt,
code,
kbd,
samp,
pre {
  font-family: Monaco, Consolas, "Lucida Console", monospace;
}
pre {
  overflow-x: auto;
}
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid hsl(0, 0%, 75%);
}
ul li,
ol li {
  margin-bottom: 0.5em;
}
li ul,
li ol {
  margin-top: 0.5em;
}
figure {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2em 0;
}
figure img,
figure iframe {
  margin-bottom: 1em;
}
figure img {
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
figure > a {
  display: block;
}
figcaption {
  width: 99%;
  margin-bottom: 0.5em;
  color: #000;
  font-family: Georgia, Times, serif;
  font-size: 0.75em;
  text-align: center;
}
figcaption a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
figcaption a:hover {
  color: rgb(35.4, 93.6, 111.6);
}
svg:not(:root) {
  overflow: hidden;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
}
nav a {
  text-decoration: none;
}
nav ul li,
nav ol li {
  margin-bottom: 0;
}
nav li ul,
nav li ol {
  margin-top: 0;
}
label,
input,
button,
select,
textarea {
  vertical-align: baseline;
}
input,
button,
select,
textarea {
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 0.25em;
  color: #000;
  cursor: pointer;
}
label small {
  font-size: 0.75em;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 0.25em;
  margin-bottom: 0.5em;
  color: #000;
  background-color: #f8f9fa;
  border: hsl(0, 0%, 75%);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  border: 0 \9;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: rgba(0, 0, 0, 0);
  background-color: initial;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
}
select {
  width: auto;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #353535;
  outline: 0;
  outline: thin dotted \9;
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.06),
    0 0 5px rgba(53, 53, 53, 0.7);
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
}
table {
  display: block;
  margin-bottom: 1em;
  width: 100%;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  border-collapse: collapse;
  overflow-x: auto;
}
table + table {
  margin-top: 1em;
}
thead {
  background-color: hsl(0, 0%, 75%);
  border-bottom: 2px solid hsl(0, 0%, 56.25%);
}
th {
  padding: 0.5em;
  font-weight: bold;
  text-align: start;
}
td {
  padding: 0.5em;
  border-bottom: 1px solid hsl(0, 0%, 56.25%);
}
tr,
td,
th {
  vertical-align: middle;
}

.btn {
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-width: 0;
  border-radius: 4px;
  cursor: pointer;
}
.btn--bluesky {
  background-color: #1083fe;
  color: #fff;
}
.btn--bluesky:visited {
  background-color: #1083fe;
  color: #fff;
}
.btn--bluesky:hover {
  background-color: rgb(12.8, 104.8, 203.2);
  color: #fff;
}
.btn--facebook {
  background-color: #3b5998;
  color: #fff;
}
.btn--facebook:visited {
  background-color: #3b5998;
  color: #fff;
}
.btn--facebook:hover {
  background-color: rgb(47.2, 71.2, 121.6);
  color: #fff;
}
.btn--linkedin {
  background-color: #007bb6;
  color: #fff;
}
.btn--linkedin:visited {
  background-color: #007bb6;
  color: #fff;
}
.btn--linkedin:hover {
  background-color: rgb(0, 98.4, 145.6);
  color: #fff;
}
.btn--x {
  background-color: #0f1419;
  color: #fff;
}
.btn--x:visited {
  background-color: #0f1419;
  color: #fff;
}
.btn--x:hover {
  background-color: #0c1014;
  color: #fff;
}
.header {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
  background-color: #fff;
  position: relative;
  z-index: 20;
  width: 100%;
}
.header__inner-wrap {
  padding-left: 2.5%;
  padding-right: 2.5%;
  height: 68px;
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.site-logo {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0%);
  margin: 0;
  clear: both;
}
.site-logo img {
  height: 40px;
}
.shop-button,
.shop-button:visited {
  clear: both;
  text-decoration: none;
  color: #000;
  display: inline;
  text-align: right;
  position: absolute;
  right: 2.5%;
  background: #86ff4e;
  padding: 0 18px;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  display: flex;
  -webkit-font-smoothing: antialiased;
  font-family: InterBold, sans-serif;
  font-weight: 600;
  height: 42px;
  outline: none;
  width: 78px;
}
.shop-button span {
  text-align: center;
  font-size: 16px;
}
.back,
.back:visited {
  clear: both;
  text-decoration: none;
  color: #000;
  display: inline;
  text-align: left;
  position: absolute;
  left: 2.5%;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 100px;
  display: flex;
  -webkit-font-smoothing: antialiased;
  font-family: InterRegular, sans-serif;
  font-weight: 600;
  height: 42px;
  outline: none;
}
.back span {
  text-align: center;
  font-size: 16px;
}
.pagination {
  clear: both;
  float: inline-start;
  margin-top: 1em;
  padding-top: 1em;
  width: 100%;
}
.pagination::after {
  clear: both;
  content: "";
  display: table;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
}
.pagination li {
  display: block;
  float: inline-start;
  margin-inline-start: -1px;
}
.pagination li a {
  display: block;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid hsl(0, 0%, 56.25%);
  border-radius: 0;
}
.pagination li a:hover {
  color: rgb(35.4, 93.6, 111.6);
}
.pagination li a.current,
.pagination li a.current.disabled {
  color: #fff;
  background: #353535;
}
.pagination li a.disabled {
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  cursor: not-allowed;
}
.pagination li:first-child {
  margin-inline-start: 0;
}
.pagination li:first-child a {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.pagination li:last-child a {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.pagination--pager {
  display: block;
  padding: 1em 2em;
  float: inline-start;
  width: 50%;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 1px solid hsl(0, 0%, 56.25%);
  border-radius: 4px;
}
.pagination--pager:hover {
  background-color: #000;
  color: #fff;
}
.pagination--pager:first-child {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.pagination--pager:last-child {
  margin-inline-start: -1px;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.pagination--pager.disabled {
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  cursor: not-allowed;
}
.page__content + .pagination,
.page__meta + .pagination,
.page__share + .pagination,
.page__comments + .pagination {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid hsl(0, 0%, 75%);
}
.page__footer {
  clear: both;
  float: inline-start;
  margin-inline: 0;
  width: 100%;
  margin-top: 3em;
  color: #fff;
  background-color: #353535;
}
.page__footer::after {
  clear: both;
  content: "";
  display: table;
}
.page__footer footer {
  clear: both;
  margin-inline: auto;
  margin-top: 2em;
  max-width: 100%;
  padding: 0 1em 2em;
}
.page__footer footer::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 80em) {
  .page__footer footer {
    max-width: 1280px;
  }
}
.page__footer a {
  color: inherit;
  text-decoration: none;
}
.page__footer a:hover {
  text-decoration: underline;
}
.page__footer-copyright {
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 0.6875em;
}
.page__footer-follow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page__footer-follow li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
}
.page__footer-follow li + li::before {
  content: "";
  padding-inline-end: 5px;
}
.page__footer-follow a {
  padding-inline-end: 10px;
  font-weight: bold;
}
.page__footer-follow .social-icons a {
  white-space: nowrap;
}
div.highlight {
  position: relative;
  margin-bottom: 1em;
  background: #263238;
  color: #eff;
  font-family: Monaco, Consolas, "Lucida Console", monospace;
  font-size: 0.75em;
  line-height: 1.8;
  border-radius: 4px;
}
[dir="rtl"] div.highlight {
  direction: ltr;
  text-align: start;
}
div.highlight > pre,
div.highlight pre.highlight {
  margin: 0;
  padding: 1em;
}
.highlight table {
  margin-bottom: 0;
  font-size: 1em;
  border: 0;
}
.highlight table td {
  padding: 0;
  width: calc(100% - 1em);
  border: 0;
}
.highlight table pre {
  margin: 0;
}
.highlight pre {
  width: 100%;
}
.highlight .hll {
  background-color: #eff;
}
.highlight .c {
  color: #b2ccd6;
}
.highlight .err {
  color: #f07178;
}
.highlight .k {
  color: #c792ea;
}
.highlight .l {
  color: #f78c6c;
}
.highlight .n {
  color: #eff;
}
.highlight .o {
  color: #89ddff;
}
.highlight .p {
  color: #eff;
}
.highlight .cm {
  color: #b2ccd6;
}
.highlight .cp {
  color: #b2ccd6;
}
.highlight .c1 {
  color: #b2ccd6;
}
.highlight .cs {
  color: #b2ccd6;
}
.highlight .gd {
  color: #f07178;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #eff;
  font-weight: bold;
}
.highlight .gi {
  color: #c3e88d;
}
.highlight .gp {
  color: #b2ccd6;
  font-weight: bold;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #89ddff;
  font-weight: bold;
}
.highlight .kc {
  color: #c792ea;
}
.highlight .kd {
  color: #c792ea;
}
.highlight .kn {
  color: #89ddff;
}
.highlight .kp {
  color: #c792ea;
}
.highlight .kr {
  color: #c792ea;
}
.highlight .kt {
  color: #ffcb6b;
}
.highlight .ld {
  color: #c3e88d;
}
.highlight .m {
  color: #f78c6c;
}
.highlight .s {
  color: #c3e88d;
}
.highlight .na {
  color: #82aaff;
}
.highlight .nb {
  color: #eff;
}
.highlight .nc {
  color: #ffcb6b;
}
.highlight .no {
  color: #f07178;
}
.highlight .nd {
  color: #89ddff;
}
.highlight .ni {
  color: #eff;
}
.highlight .ne {
  color: #f07178;
}
.highlight .nf {
  color: #82aaff;
}
.highlight .nl {
  color: #eff;
}
.highlight .nn {
  color: #ffcb6b;
}
.highlight .nx {
  color: #82aaff;
}
.highlight .py {
  color: #eff;
}
.highlight .nt {
  color: #89ddff;
}
.highlight .nv {
  color: #f07178;
}
.highlight .ow {
  color: #89ddff;
}
.highlight .w {
  color: #eff;
}
.highlight .mf {
  color: #f78c6c;
}
.highlight .mh {
  color: #f78c6c;
}
.highlight .mi {
  color: #f78c6c;
}
.highlight .mo {
  color: #f78c6c;
}
.highlight .sb {
  color: #c3e88d;
}
.highlight .sc {
  color: #eff;
}
.highlight .sd {
  color: #b2ccd6;
}
.highlight .s2 {
  color: #c3e88d;
}
.highlight .se {
  color: #f78c6c;
}
.highlight .sh {
  color: #c3e88d;
}
.highlight .si {
  color: #f78c6c;
}
.highlight .sx {
  color: #c3e88d;
}
.highlight .sr {
  color: #c3e88d;
}
.highlight .s1 {
  color: #c3e88d;
}
.highlight .ss {
  color: #c3e88d;
}
.highlight .bp {
  color: #eff;
}
.highlight .vc {
  color: #f07178;
}
.highlight .vg {
  color: #f07178;
}
.highlight .vi {
  color: #f07178;
}
.highlight .il {
  color: #f78c6c;
}
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  background: #fff;
  z-index: 100000;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.skip-links {
  position: fixed;
  z-index: 20;
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  white-space: nowrap;
}
.skip-links li {
  width: 0;
  height: 0;
  list-style: none;
}
.icon {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1.1em;
  line-height: 1;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
}
.responsive-video-container {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
}
#main {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 100%;
}
#main::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 48em) {
  #main {
    max-width: 692px;
  }
}
@media (min-width: 64em) {
  #main {
    max-width: 692px;
  }
}
@media (min-width: 80em) {
  #main {
    max-width: 1000px;
  }
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.initial-content {
  flex: 1 0 auto;
}
@media (min-width: 64em) {
  .page {
    float: right;
    width: 100%;
    padding-right: 0;
  }
}
.page .page__inner-wrap {
  float: left;
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
}
.page .page__inner-wrap .page__content,
.page .page__inner-wrap .page__meta,
.page .page__inner-wrap .page__share {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
}
.page__title {
  margin-top: 0;
  padding-top: 25px;
  line-height: 1;
}
.page__title + .page__meta {
  margin-top: -0.5em;
}
.page__content h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid hsl(0, 0%, 75%);
}
.page__content p,
.page__content li,
.page__content dl {
  font-size: 1em;
}
.page__content p {
  margin: 0 0 1.3em;
}
.page__content a:not(.btn):hover {
  text-decoration: underline;
}
.page__content a:not(.btn):hover img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.page__content dt {
  margin-top: 1em;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
}
.page__content dd {
  margin-left: 1em;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
}
.page__share {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid hsl(0, 0%, 75%);
}
@media (max-width: 37.5em) {
  .page__share .btn span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.page__share-title {
  margin-bottom: 10px;
  font-size: 0.75em;
  text-transform: uppercase;
}
.page__meta {
  margin-top: 2em;
  color: #000;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
}
.page__meta p {
  margin: 0;
}
.page__meta a {
  color: inherit;
}
.page__meta-sep::before {
  content: "•";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.page__comments {
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  clear: both;
}
.page__comments-title {
  margin-top: 2rem;
  margin-bottom: 10px;
  padding-top: 2rem;
  font-size: 0.75em;
  border-top: 1px solid hsl(0, 0%, 75%);
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .wide .page {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 80em) {
  .wide .page {
    padding-right: 12%;
    padding-left: 12%;
  }
}
.archive {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media (min-width: 64em) {
  .archive {
    float: right;
    width: 100%;
    padding-right: 0;
  }
}
.archive__item {
  position: relative;
}
.archive__item a {
  position: relative;
  z-index: 10;
}
.archive__item a[rel="permalink"] {
  position: static;
}
.archive__subtitle {
  margin: 1.414em 0 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  color: #000;
  border-bottom: 1px solid hsl(0, 0%, 75%);
}
.archive__item-title {
  margin: 0;
  margin-bottom: 0.25em;
  font-family:
    -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue",
    "Lucida Grande", Arial, sans-serif;
  line-height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive__item-title a {
  color: #000;
  text-decoration: none;
}
.archive__item-title a[rel="permalink"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.archive__item-title a + a {
  opacity: 0.5;
}
.page__content .archive__item-title {
  margin-top: 1em;
  border-bottom: none;
}
.archive__item-excerpt {
  margin-top: 1.5em;
  color: #6b6b6b;
  font-size: 0.75em;
}
.archive__item-excerpt + p {
  text-indent: 0;
}
.archive__item-excerpt a {
  position: relative;
}
.archive__item-teaser {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.archive__item-teaser img {
  width: 100%;
}
.list__item {
  border-bottom: 1px solid hsl(0, 0%, 75%);
  padding-top: 50px;
  padding-bottom: 50px;
}
.list__item .page__meta {
  margin: 0 0 4px;
  font-size: 0.6em;
}
.main_title {
  margin-top: 2em;
}
@media print {
  [hidden] {
    display: none;
  }
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    margin: 0;
    padding: 0;
    min-height: auto !important;
    font-size: 16px;
  }
  body {
    margin: 0 auto;
    background: #fff !important;
    color: #000 !important;
    font-size: 1rem;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    margin-top: 0;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
    word-wrap: break-word;
  }
  table {
    border-collapse: collapse;
  }
  thead {
    display: table-header-group;
  }
  table,
  th,
  td {
    border-bottom: 1px solid #000;
  }
  td,
  th {
    padding: 8px 16px;
  }
  img {
    border: 0;
    display: block;
    max-width: 100% !important;
    vertical-align: middle;
  }
  hr {
    border: 0;
    border-bottom: 2px solid #bbb;
    height: 0;
    margin: 2.25rem 0;
    padding: 0;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0;
    margin-bottom: 0.75rem;
  }
  abbr[title],
  acronym[title] {
    border: 0;
    text-decoration: none;
  }
  table,
  blockquote,
  pre,
  code,
  figure,
  li,
  hr,
  ul,
  ol,
  a,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  h4,
  p,
  a {
    orphans: 3;
    widows: 3;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1 + p,
  h2 + p,
  h3 + p {
    page-break-before: avoid;
  }
  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }
  pre {
    white-space: pre-wrap !important;
    word-wrap: break-word;
  }
  a[href^="http://"]:after,
  a[href^="https://"]:after,
  a[href^="ftp://"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }
  abbr[title]:after,
  acronym[title]:after {
    content: " (" attr(title) ")";
  }
  #main {
    max-width: 100%;
  }
  .page {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page__share,
  .pagination,
  .page__footer {
    display: none !important;
    height: 1px !important;
  }
}
article.page {
  width: 100%;
}
figure img {
  object-fit: contain;
  width: 100%;
  max-height: 600px;
}
.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
code {
  font-size: 90%;
}
:not(pre) > code {
  background: #263238;
  color: #fff;
  border-radius: 6px;
  padding: 0.2rem;
  font-size: 80%;
}
.page__content table:not([class]) {
  display: table;
  width: 100%;
  overflow-x: visible;
}
@media (max-width: 37.5em) {
  .page__content table:not([class]) {
    display: block;
    overflow-x: auto;
  }
}

/* Native MathML (Hugo transform.ToMath) — match KaTeX's size and centered display */
.page__content math {
  font-size: 1.21em;
}
.page__content math[display="block"] {
  display: block;
  width: fit-content;
  margin: 1em auto;
}
