@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,700');
/*! de-style.css v1.0.5 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
}
/**
 * Remove all Style fro select elements. Does not quite work cross-browser
 */
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Fix placeholder font properties inheritance.
 */
::-webkit-input-placeholder {
  font: inherit;
}
:-ms-input-placeholder {
  font: inherit;
}
::-ms-input-placeholder {
  font: inherit;
}
::placeholder {
  font: inherit;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.animate {
  transition: all 1024ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
.animate:hover {
  transition: all 128ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
.anim-fadein {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grid {
  display: grid;
  grid-gap: 32px;
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-span-1 {
  grid-column: span 1;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-span-2 {
  grid-column: span 2;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-span-3 {
  grid-column: span 3;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-span-4 {
  grid-column: span 4;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-span-5 {
  grid-column: span 5;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-span-6 {
  grid-column: span 6;
}
.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid-span-7 {
  grid-column: span 7;
}
.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid-span-8 {
  grid-column: span 8;
}
.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid-span-9 {
  grid-column: span 9;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}
.grid-span-10 {
  grid-column: span 10;
}
.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}
.grid-span-11 {
  grid-column: span 11;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}
.grid-span-12 {
  grid-column: span 12;
}
.grid-cols-13 {
  grid-template-columns: repeat(13, 1fr);
}
.grid-span-13 {
  grid-column: span 13;
}
.grid-cols-14 {
  grid-template-columns: repeat(14, 1fr);
}
.grid-span-14 {
  grid-column: span 14;
}
.grid-cols-15 {
  grid-template-columns: repeat(15, 1fr);
}
.grid-span-15 {
  grid-column: span 15;
}
.grid-cols-16 {
  grid-template-columns: repeat(16, 1fr);
}
.grid-span-16 {
  grid-column: span 16;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/SpaceGrotesk-Bold.otf");
  font-weight: bold;
  font-display: swap;
}
body {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Roboto Mono", monospace;
  color: #333333;
  font-weight: normal;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Roboto Mono", monospace;
  color: #333333;
  font-weight: normal;
  margin: 0 0 2rem 0;
}
b,
strong {
  font-weight: bold;
  color: #000000;
}
i,
em,
blockquote {
  font-style: italic;
}
a {
  text-decoration: underline;
  color: inherit;
}
p a {
  color: #0000ff;
}
small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Roboto Mono", monospace;
  color: #333333;
  font-weight: normal;
}
pre,
code {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Roboto Mono", monospace;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
  color: #000000;
  margin: 2em 0 1em 0;
  font-weight: bold;
}
h1 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
h3,
h4,
h5,
h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}
html {
  height: 100%;
  transform: translate3d(0);
}
body {
  height: 100%;
  margin: 0 auto;
}
svg {
  color: inherit;
  fill: currentcolor;
}
a {
  transition: all 1024ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
a:hover {
  transition: all 128ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border: 0;
  height: 0;
  width: 48px;
  border-top-width: 2px;
  border-top-style: solid;
}
ul,
ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
li > ul,
li > ol {
  padding-left: 2rem;
}
ul {
  list-style-type: square;
}
ol {
  list-style-type: decimal;
}
li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wrapper {
  position: relative;
}
.section {
  position: relative;
  padding: 48px;
}
.section > *:first-child {
  margin-top: 0;
}
.section > *:last-child {
  margin-bottom: 0;
}
.section .article {
  position: relative;
}
.section .article * {
  max-width: 640px;
}
.section .article > *:first-child {
  margin-top: 0;
}
.section .article > *:last-child {
  margin-bottom: 0;
}
.section .article .pullquote {
  font-family: "Roboto Mono", monospace;
  color: #333333;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: italic;
  margin: 2rem;
}
.section .article .wide {
  max-width: 100%;
}
.section .article .narrow {
  max-width: auto;
}
.section .article figure {
  position: relative;
  margin: 2rem 0;
  max-width: auto;
}
.section .article figure img {
  max-width: 100%;
}
.section .article figure figcaption {
  margin: 8px auto 16px auto;
  max-width: inherit;
  color: #808080;
}
.section .article figure.padded {
  background-color: rgba(128, 128, 128, 0.1);
  text-align: center;
  padding: 1rem 0;
}
.section .article figure.padded img {
  padding: 6rem 1rem 3rem 1rem;
}
.section .article figure.padded figcaption {
  margin: 0 auto;
  padding: 0 16px;
}
.section .article figure.video {
  position: relative;
  max-width: 100%;
  height: 80vh;
}
.section .article figure.video iframe {
  min-width: 100%;
  height: 100%;
}
.section .article img {
  max-width: 100%;
}
.section .article blockquote {
  border-left: 2px solid grey;
  padding-left: 2rem;
}
.section .article .grid > * {
  margin: 0;
}
.accent-line:before {
  display: block;
  content: "";
  width: 48px;
  height: 2px;
  background-color: #808080;
  opacity: 0.33;
  position: absolute;
  top: 0;
}
div.admin {
  padding: 24px;
  background: black;
  color: yellow;
  border: 2px dotted yellow;
}
.invisible {
  opacity: 0;
  position: relative !important;
}
.invisible * {
  position: relative !important;
}
.cover {
  min-height: 88%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1000;
  background-color: #1a1a1a;
  overflow: hidden;
  margin-bottom: 0;
}
.cover .menu {
  z-index: 1000;
  position: relative;
}
.cover .menu nav {
  background-color: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.cover .overlay {
  z-index: 1;
  position: absolute;
  margin-top: 72px;
}
.cover > img,
.cover > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cover + .invisible {
  display: none;
}
.footer .anthology > h2:first-child {
  margin-top: 0;
}
.footer .anthology a {
  position: relative;
  background-color: transparent;
  text-decoration: none;
  padding: 16px;
  margin: -16px;
}
.footer .anthology a:hover {
  background-color: #0000ff;
}
.footer .anthology a:hover figure {
  background-color: rgba(26, 26, 26, 0);
}
.footer .anthology a h1 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Roboto Mono", monospace;
  color: #333333;
  font-weight: normal;
  font-weight: bold;
  color: inherit;
  margin: 0;
}
.footer .anthology a p {
  margin: 0;
}
.footer .bottom {
  padding-bottom: 24px;
  display: flex;
}
.footer .bottom a:hover {
  color: #ffffff;
  background-color: #0000ff;
}
.footer .bottom .scroll-to-top {
  display: inline-block;
  padding: 8px 8px;
  margin-top: -8px;
  line-height: 24px;
}
.footer .bottom .have-a-nice-day svg {
  width: 160px;
  height: 40px;
}
.footer .bottom .scroll-to-top svg {
  display: block;
  margin: auto;
  height: 24px;
}
.footer .bottom .left,
.footer .bottom .right {
  flex: 100 0px;
  word-break: keep-all;
  word-wrap: normal;
}
.footer .bottom .center {
  flex: 1 auto;
  text-align: center;
}
.footer .bottom .right {
  text-align: right;
}
.list .item {
  position: relative;
  background-color: transparent;
  text-decoration: none;
  padding: 16px;
  margin: -16px;
  transition: all 320ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
.list .item:hover {
  transition: all 128ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
.list .item:hover {
  color: #ffffff;
  background-color: #0000ff;
}
.list .item h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: inherit;
  margin: 0;
}
.list .item p {
  margin: 0;
  margin-top: 8px;
}
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.menu nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 320ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
.menu nav div {
  display: flex;
}
.menu nav a.logo svg {
  display: block;
  margin: auto;
  height: 24px;
}
.menu nav a {
  display: block;
  text-decoration: none;
  padding: 8px 16px;
  line-height: 24px;
}
.menu nav a:first-child {
  margin-left: -16px;
}
.menu nav a:hover {
  color: #ffffff;
  background-color: #0000ff;
}
.menu nav a.active {
  text-decoration: underline;
}
.tiles .tile {
  position: relative;
  background-color: transparent;
  text-decoration: none;
  padding: 16px;
  margin: -16px;
  transition: all 1024ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
.tiles .tile:hover {
  transition: all 128ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
.tiles .tile:hover {
  color: #ffffff;
  background-color: #0000ff;
}
.tiles .tile:hover figure {
  background-color: rgba(26, 26, 26, 0);
}
.tiles .tile figure {
  transition: inherit;
  padding: 16px;
  height: 300px;
  background-color: #1a1a1a;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 1rem;
}
.tiles .tile figure:hover {
  transition: inherit;
}
.tiles .tile figure img {
  width: 100%;
  height: 100%;
  display: inline;
  vertical-align: middle;
  object-position: -99999px 99999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.tiles .tile h1 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Roboto Mono", monospace;
  color: #333333;
  font-weight: normal;
  font-weight: bold;
  color: inherit;
  margin: 0;
}
.tiles .tile p {
  margin: 0;
}
.tiles.grid-cols-1 figure {
  height: 66vh;
}
.tiles.grid-cols-2 figure {
  height: 49.5vh;
}
.tiles.grid-cols-3 figure {
  height: 44vh;
}
.tiles.grid-cols-4 figure {
  height: 41.25vh;
}
.tiles.grid-cols-5 figure {
  height: 39.6vh;
}
.tiles.grid-cols-6 figure {
  height: 38.5vh;
}
.tiles.grid-cols-7 figure {
  height: 37.71428571vh;
}
.tiles.grid-cols-8 figure {
  height: 37.125vh;
}
.tiles.grid-cols-9 figure {
  height: 36.66666667vh;
}
.tiles.grid-cols-10 figure {
  height: 36.3vh;
}
.tiles.grid-cols-11 figure {
  height: 36vh;
}
.tiles.grid-cols-12 figure {
  height: 35.75vh;
}
.tiles.grid-cols-13 figure {
  height: 35.53846154vh;
}
.tiles.grid-cols-14 figure {
  height: 35.35714286vh;
}
.tiles.grid-cols-15 figure {
  height: 35.2vh;
}
.tiles.grid-cols-16 figure {
  height: 35.0625vh;
}
.theme-dark,
.theme-light .theme-dark,
.theme-dark > body,
.theme-light .theme-dark > body {
  background: #000000;
  color: #cccccc;
}
.theme-dark p,
.theme-light .theme-dark p {
  color: inherit;
}
.theme-dark b,
.theme-light .theme-dark b,
.theme-dark strong,
.theme-light .theme-dark strong {
  color: #ffffff;
}
.theme-dark h1,
.theme-light .theme-dark h1,
.theme-dark h2,
.theme-light .theme-dark h2,
.theme-dark h3,
.theme-light .theme-dark h3,
.theme-dark h4,
.theme-light .theme-dark h4,
.theme-dark h5,
.theme-light .theme-dark h5,
.theme-dark h6,
.theme-light .theme-dark h6 {
  color: #ffffff;
}
.theme-dark p a,
.theme-light .theme-dark p a,
.theme-dark ol a,
.theme-light .theme-dark ol a,
.theme-dark ul a,
.theme-light .theme-dark ul a {
  color: #ffffff;
}
.theme-dark p a:hover,
.theme-light .theme-dark p a:hover,
.theme-dark ol a:hover,
.theme-light .theme-dark ol a:hover,
.theme-dark ul a:hover,
.theme-light .theme-dark ul a:hover {
  color: #ffffff;
  background-color: #0000ff;
}
.theme-dark pre,
.theme-light .theme-dark pre,
.theme-dark code,
.theme-light .theme-dark code {
  color: #4d4d4d;
}
.theme-dark hr,
.theme-light .theme-dark hr {
  border-top-color: #1a1a1a;
}
.theme-dark body > .menu nav,
.theme-light .theme-dark body > .menu nav {
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-light,
.theme-dark .theme-light,
.theme-light > body,
.theme-dark .theme-light > body {
  background: #ffffff;
  color: #333333;
}
.theme-light p,
.theme-dark .theme-light p {
  color: inherit;
}
.theme-light b,
.theme-dark .theme-light b,
.theme-light strong,
.theme-dark .theme-light strong {
  color: #000000;
}
.theme-light h1,
.theme-dark .theme-light h1,
.theme-light h2,
.theme-dark .theme-light h2,
.theme-light h3,
.theme-dark .theme-light h3,
.theme-light h4,
.theme-dark .theme-light h4,
.theme-light h5,
.theme-dark .theme-light h5,
.theme-light h6,
.theme-dark .theme-light h6 {
  color: #000000;
}
.theme-light p a,
.theme-dark .theme-light p a,
.theme-light ol a,
.theme-dark .theme-light ol a,
.theme-light ul a,
.theme-dark .theme-light ul a {
  color: #0000ff;
}
.theme-light p a:hover,
.theme-dark .theme-light p a:hover,
.theme-light ol a:hover,
.theme-dark .theme-light ol a:hover,
.theme-light ul a:hover,
.theme-dark .theme-light ul a:hover {
  color: #ffffff;
  background-color: #0000ff;
}
.theme-light pre,
.theme-dark .theme-light pre,
.theme-light code,
.theme-dark .theme-light code {
  color: #b3b3b3;
}
.theme-light hr,
.theme-dark .theme-light hr {
  border-top-color: #cccccc;
}
.theme-light body > .menu nav,
.theme-dark .theme-light body > .menu nav {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 960px) {
  body {
    background: red;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-8 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-9 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-10 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-11 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-12 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-13 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-14 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-15 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-16 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (max-width: 620px) {
  body {
    background: red;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .section {
    padding: 24px;
  }
  .grid-cols-1 {
    grid-template-columns: 1fr;
  }
  .grid-cols-2 {
    grid-template-columns: 1fr;
  }
  .grid-cols-3 {
    grid-template-columns: 1fr;
  }
  .grid-cols-4 {
    grid-template-columns: 1fr;
  }
  .grid-cols-5 {
    grid-template-columns: 1fr;
  }
  .grid-cols-6 {
    grid-template-columns: 1fr;
  }
  .grid-cols-7 {
    grid-template-columns: 1fr;
  }
  .grid-cols-8 {
    grid-template-columns: 1fr;
  }
  .grid-cols-9 {
    grid-template-columns: 1fr;
  }
  .grid-cols-10 {
    grid-template-columns: 1fr;
  }
  .grid-cols-11 {
    grid-template-columns: 1fr;
  }
  .grid-cols-12 {
    grid-template-columns: 1fr;
  }
  .grid-cols-13 {
    grid-template-columns: 1fr;
  }
  .grid-cols-14 {
    grid-template-columns: 1fr;
  }
  .grid-cols-15 {
    grid-template-columns: 1fr;
  }
  .grid-cols-16 {
    grid-template-columns: 1fr;
  }
}
.js-ghost nav {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.js-hidden {
  top: -100px !important;
}
.js-fadein-hide {
  opacity: 0;
  position: relative;
  transform: translateY(3rem);
}
.js-fadein-show {
  opacity: 1;
  position: relative;
  transform: translateY(0);
  transition: all 320ms cubic-bezier(0.09, 0.01, 0.01, 0.99);
}
