/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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 */
}

/* 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;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Main Stylesheet
 *
 * Do not code any styles within this file.
 *
 * USAGE:
 * Import all styles into this file. Start with
 * baseline styles at the top, site styles in the
 * middle, then mobile styles at the end.
 */
::-moz-selection {
  background: #86B674;
  color: #bfbfbf;
}
::selection {
  background: #86B674;
  color: #bfbfbf;
}
::moz-selection {
  background: #86B674;
  color: #bfbfbf;
}
/**
 * Site-wide color scheme
 */
/* near black, softer than pure black */
/* subtle layer separation */
/* primary text */
/* secondary / system tone */
/* interactive elements */
/* NOT red – neutral unease */
/**
 * Global mixins
 *
 * A general set of mixins for use in
 * various other places. More specific sets
 * should be put in their own file.
 */
/*:::: Border radius mixins ::::*/
/*:::: Transitions, transforms, gradients, and animation ::::*/
/**
 * Grid System
 *
 * TheFractionless grid is the Clever grid which is taken from [Sndicate](https://github.com/Sndicate/sndicate)
 * which itself is lifted from the [Semantic Grid System](http://semantic.gs)
 */
.container {
  padding: 0 1.5rem;
}
.row,
.form-row,
.row-loose {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
}
.row-loose {
  padding: 2.5rem 0;
}
.col-12,
.block-12 {
  grid-column: span 12;
}
.push-12 {
  grid-column-start: 13;
}
.pull-12 {
  position: relative;
  left: -100%;
}
.offset-12 {
  margin-left: 100%;
}
.col-11,
.block-11 {
  grid-column: span 11;
}
.push-11 {
  grid-column-start: 12;
}
.pull-11 {
  position: relative;
  left: -91.66666667%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.col-10,
.block-10 {
  grid-column: span 10;
}
.push-10 {
  grid-column-start: 11;
}
.pull-10 {
  position: relative;
  left: -83.33333333%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.col-9,
.block-9 {
  grid-column: span 9;
}
.push-9 {
  grid-column-start: 10;
}
.pull-9 {
  position: relative;
  left: -75%;
}
.offset-9 {
  margin-left: 75%;
}
.col-8,
.block-8 {
  grid-column: span 8;
}
.push-8 {
  grid-column-start: 9;
}
.pull-8 {
  position: relative;
  left: -66.66666667%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.col-7,
.block-7 {
  grid-column: span 7;
}
.push-7 {
  grid-column-start: 8;
}
.pull-7 {
  position: relative;
  left: -58.33333333%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.col-6,
.block-6 {
  grid-column: span 6;
}
.push-6 {
  grid-column-start: 7;
}
.pull-6 {
  position: relative;
  left: -50%;
}
.offset-6 {
  margin-left: 50%;
}
.col-5,
.block-5 {
  grid-column: span 5;
}
.push-5 {
  grid-column-start: 6;
}
.pull-5 {
  position: relative;
  left: -41.66666667%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.col-4,
.block-4 {
  grid-column: span 4;
}
.push-4 {
  grid-column-start: 5;
}
.pull-4 {
  position: relative;
  left: -33.33333333%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.col-3,
.block-3 {
  grid-column: span 3;
}
.push-3 {
  grid-column-start: 4;
}
.pull-3 {
  position: relative;
  left: -25%;
}
.offset-3 {
  margin-left: 25%;
}
.col-2,
.block-2 {
  grid-column: span 2;
}
.push-2 {
  grid-column-start: 3;
}
.pull-2 {
  position: relative;
  left: -16.66666667%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.col-1,
.block-1 {
  grid-column: span 1;
}
.push-1 {
  grid-column-start: 2;
}
.pull-1 {
  position: relative;
  left: -8.33333333%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.col-1-start-1 {
  grid-column: 1 / span 1;
}
.col-1-start-2 {
  grid-column: 2 / span 1;
}
.col-1-start-3 {
  grid-column: 3 / span 1;
}
.col-1-start-4 {
  grid-column: 4 / span 1;
}
.col-1-start-5 {
  grid-column: 5 / span 1;
}
.col-1-start-6 {
  grid-column: 6 / span 1;
}
.col-1-start-7 {
  grid-column: 7 / span 1;
}
.col-1-start-8 {
  grid-column: 8 / span 1;
}
.col-1-start-9 {
  grid-column: 9 / span 1;
}
.col-1-start-10 {
  grid-column: 10 / span 1;
}
.col-1-start-11 {
  grid-column: 11 / span 1;
}
.col-1-start-12 {
  grid-column: 12 / span 1;
}
.col-2-start-1 {
  grid-column: 1 / span 2;
}
.col-2-start-2 {
  grid-column: 2 / span 2;
}
.col-2-start-3 {
  grid-column: 3 / span 2;
}
.col-2-start-4 {
  grid-column: 4 / span 2;
}
.col-2-start-5 {
  grid-column: 5 / span 2;
}
.col-2-start-6 {
  grid-column: 6 / span 2;
}
.col-2-start-7 {
  grid-column: 7 / span 2;
}
.col-2-start-8 {
  grid-column: 8 / span 2;
}
.col-2-start-9 {
  grid-column: 9 / span 2;
}
.col-2-start-10 {
  grid-column: 10 / span 2;
}
.col-2-start-11 {
  grid-column: 11 / span 2;
}
.col-3-start-1 {
  grid-column: 1 / span 3;
}
.col-3-start-2 {
  grid-column: 2 / span 3;
}
.col-3-start-3 {
  grid-column: 3 / span 3;
}
.col-3-start-4 {
  grid-column: 4 / span 3;
}
.col-3-start-5 {
  grid-column: 5 / span 3;
}
.col-3-start-6 {
  grid-column: 6 / span 3;
}
.col-3-start-7 {
  grid-column: 7 / span 3;
}
.col-3-start-8 {
  grid-column: 8 / span 3;
}
.col-3-start-9 {
  grid-column: 9 / span 3;
}
.col-3-start-10 {
  grid-column: 10 / span 3;
}
.col-4-start-1 {
  grid-column: 1 / span 4;
}
.col-4-start-2 {
  grid-column: 2 / span 4;
}
.col-4-start-3 {
  grid-column: 3 / span 4;
}
.col-4-start-4 {
  grid-column: 4 / span 4;
}
.col-4-start-5 {
  grid-column: 5 / span 4;
}
.col-4-start-6 {
  grid-column: 6 / span 4;
}
.col-4-start-7 {
  grid-column: 7 / span 4;
}
.col-4-start-8 {
  grid-column: 8 / span 4;
}
.col-4-start-9 {
  grid-column: 9 / span 4;
}
.col-5-start-1 {
  grid-column: 1 / span 5;
}
.col-5-start-2 {
  grid-column: 2 / span 5;
}
.col-5-start-3 {
  grid-column: 3 / span 5;
}
.col-5-start-4 {
  grid-column: 4 / span 5;
}
.col-5-start-5 {
  grid-column: 5 / span 5;
}
.col-5-start-6 {
  grid-column: 6 / span 5;
}
.col-5-start-7 {
  grid-column: 7 / span 5;
}
.col-5-start-8 {
  grid-column: 8 / span 5;
}
.col-6-start-1 {
  grid-column: 1 / span 6;
}
.col-6-start-2 {
  grid-column: 2 / span 6;
}
.col-6-start-3 {
  grid-column: 3 / span 6;
}
.col-6-start-4 {
  grid-column: 4 / span 6;
}
.col-6-start-5 {
  grid-column: 5 / span 6;
}
.col-6-start-6 {
  grid-column: 6 / span 6;
}
.col-6-start-7 {
  grid-column: 7 / span 6;
}
.col-7-start-1 {
  grid-column: 1 / span 7;
}
.col-7-start-2 {
  grid-column: 2 / span 7;
}
.col-7-start-3 {
  grid-column: 3 / span 7;
}
.col-7-start-4 {
  grid-column: 4 / span 7;
}
.col-7-start-5 {
  grid-column: 5 / span 7;
}
.col-7-start-6 {
  grid-column: 6 / span 7;
}
.col-8-start-1 {
  grid-column: 1 / span 8;
}
.col-8-start-2 {
  grid-column: 2 / span 8;
}
.col-8-start-3 {
  grid-column: 3 / span 8;
}
.col-8-start-4 {
  grid-column: 4 / span 8;
}
.col-8-start-5 {
  grid-column: 5 / span 8;
}
.col-9-start-1 {
  grid-column: 1 / span 9;
}
.col-9-start-2 {
  grid-column: 2 / span 9;
}
.col-9-start-3 {
  grid-column: 3 / span 9;
}
.col-9-start-4 {
  grid-column: 4 / span 9;
}
.col-10-start-1 {
  grid-column: 1 / span 10;
}
.col-10-start-2 {
  grid-column: 2 / span 10;
}
.col-10-start-3 {
  grid-column: 3 / span 10;
}
.col-11-start-1 {
  grid-column: 1 / span 11;
}
.col-11-start-2 {
  grid-column: 2 / span 11;
}
.col-12-start-1 {
  grid-column: 1 / span 12;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
html {
  font-family: cofo-sans-mono-variable, monospace;
  font-weight: 400;
  font-size: 150;
  -webkit-font-smoothing: antialiased;
}
p,
dl dt,
dl dd {
  font-family: cofo-sans-mono-variable, monospace;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #e8e8e8;
}
p:first-child {
  margin-top: 0;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
ul li,
ol li {
  line-height: 1.5rem;
  color: #e8e8e8;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
dl dt {
  font-weight: 700;
}
dl.faq dt {
  font-size: 1.414rem;
  line-height: 1.999396rem;
  font-family: degular-mono, monospace !important;
}
dl.faq dd {
  font-size: 1rem;
  margin-left: 0;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: degular-mono, monospace;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  color: #888;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}
h2,
.h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
h3,
.h3 {
  font-size: 1.414rem;
}
h4,
.h4 {
  font-size: 1.414 / 1.5 * 1rem;
}
h5,
.h5 {
  font-size: 1.414 / 2.5 * 1rem;
}
h6,
.h6 {
  font-size: 1.414 / 3.5 * 1rem;
}
/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 36px;
}
code {
  vertical-align: bottom;
}
/* Leading paragraph text */
.lead {
  font-size: 1.414rem;
  line-height: 1.5;
}
/* Hug a the block above you */
.hug {
  margin-top: 0;
}
.light {
  font-weight: 300;
}
.slant {
  font-style: italic;
}
strong,
.strong {
  font-weight: 700;
}
strong em,
.strong em {
  font-style: italic;
}
.lg {
  font-size: 1.2rem;
  line-height: 1.6968rem;
}
.sans-serif {
  font-family: cofo-sans-mono-variable, monospace;
}
.serif {
  font-family: degular-mono, monospace;
}
.centered-text {
  text-align: center;
}
a {
  color: #bfbfbf;
  text-decoration: none;
}
a:visited {
  color: #cccccc;
}
a:hover {
  color: #b2b2b2;
}
body {
  background: #0a0a0a;
}
body main nav ul {
  list-style-type: none !important;
  padding-left: 0;
}
.prompt::before {
  content: ">";
  margin-right: 8px;
  color: #888;
}
.input {
  cursor: pointer;
}
.input:hover {
  color: #fff;
}
.input {
  cursor: pointer;
}
.subtle {
  color: #888;
}
.input:hover {
  color: #fff;
}
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(6px);
  display: none;
  z-index: 100;
}
/* visible state */
.menu-overlay.open {
  display: block;
}
.menu-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 20px;
}
.overflow {
  overflow-wrap: anywhere;
}
/*:::: Mobile Styles ::::*/
.mobile-show {
  display: none;
}
@media (max-width: 768px) {
  mobile-show {
    display: block;
  }
  [class*="col-"] {
    grid-column: span 12;
  }
}

