/* stylelint-disable */
/*! normalize.css v8.0.0 | 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;
}
/**
 * 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;
}
/**
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * 1. Prevent padding and border from affecting element width
 *    https://goo.gl/pYtbK7.
 * 2. Change the default font family in all browsers (opinionated).
 */
html {
  box-sizing: border-box;
  /* 1 */
  font-family: sans-serif;
  /* 2 */
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}
button {
  background: transparent;
  border: 0;
  padding: 0;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex='-1']:focus {
  outline: none !important;
}
/**
 * Custom resets
 */
li {
  line-height: 1.75rem;
}
p {
  line-height: 1.2em;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}
button,
[role='button'] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
@font-face {
  font-family: 'Simplon Mono';
  src: url(/./fonts/SimplonMono-Bold-fbd7a3c23081fd68259017015d0ebb2a.otf);
  font-weight: 700;
  font-display: auto;
}
@font-face {
  font-family: 'Simplon Mono';
  src: url(/./fonts/SimplonMono-Light-f734baeb7b638715d0cf9aac400f76ad.otf);
  font-weight: 200;
  font-display: auto;
}
@font-face {
  font-family: 'Simplon Mono';
  src: url(/./fonts/SimplonMono-Medium-8dd6f7eceb92eb613c920dc8876df5f4.otf);
  font-weight: 500;
  font-display: auto;
}
@font-face {
  font-family: 'Simplon Mono';
  src: url(/./fonts/SimplonMono-Regular-eb046b64fe6abccb30fd04570017e40a.otf);
  font-weight: 400;
  font-display: auto;
}
/* Heading Sizes */
h1,
.h1 {
  font-size: 3rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.fs-xxl {
  font-size: 1.75rem;
}
.fs-xl {
  font-size: 1.25rem;
}
.fs-lg {
  font-size: 1.125rem;
}
.fs-base {
  font-size: 1rem;
}
.fs-sm {
  font-size: 0.875rem;
}
.fs-xs {
  font-size: 0.75rem;
}
/* Font Weights */
.fw-100,
.fw-thin {
  font-weight: 100;
}
.fw-200,
.fw-extra-light {
  font-weight: 200;
}
.fw-300,
.fw-light {
  font-weight: 300;
}
.fw-400,
.fw-regular {
  font-weight: 400;
}
.fw-500,
.fw-medium {
  font-weight: 500;
}
.fw-600,
.fw-semibold {
  font-weight: 600;
}
.fw-700,
.fw-bold {
  font-weight: 700;
}
.fw-800,
.fw-extra-bold {
  font-weight: 800;
}
.fw-900,
.fw-black {
  font-weight: 900;
}
/* Font Styles */
.fs-normal {
  font-style: normal;
}
.fs-italic {
  font-style: italic;
}
/* Text Align */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* Text Transforms */
.text-lowercase,
.lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.uppercase {
  text-transform: uppercase;
}
.text-capitalize,
.capitalize {
  text-transform: capitalize;
}
/* Truncate Text */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Letter Spacing */
.tracking-tight,
.ls-sm {
  letter-spacing: -0.05em;
}
.tracking-normal,
.ls-md {
  letter-spacing: 0;
}
.tracking-wide,
.ls-lg {
  letter-spacing: 0.05em;
}
.leading-tight,
.lh-sm {
  line-height: 1.25;
}
.leading-normal,
.lh-md {
  line-height: 1.5;
}
.leading-wide,
.lh-lg {
  line-height: 2;
}
/* Primary Font Families */
.ff-display {
  font-family: 'Simplon Mono', system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --ff-text: 'Simplon Mono', system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.ff-body {
  font-family: 'Simplon Mono', system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --ff-text: 'Simplon Mono', system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.ff-ui,
.ff-condensed {
  font-family: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --ff-text: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.ff-mono {
  font-family: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --ff-text: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.ff-serif {
  font-family: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  --ff-text: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
}
.ff-native {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --ff-text: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
:root {
  --ff-native: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --ff-serif: Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  --ff-mono: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --ff-ui: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --ff-display: 'Simplon Mono', system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --ff-body: 'Simplon Mono', system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --ff-input: 'Simplon Mono', system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  --ff-button: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
:root {
  --screen-xs: 30em;
  --screen-sm: 48em;
  --screen-md: 62em;
  --screen-lg: 75em;
  --screen-xl: 100em;
  --gutter-width: 1rem;
  --outer-margin: 2rem;
  --gutter-compensation: calc(var(--gutter-width) / -2);
  --half-gutter-width: calc(var(--gutter-width) / 2);
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation);
  margin-left: var(--gutter-compensation);
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width);
  padding-left: var(--half-gutter-width);
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media print, only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width);
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media print, only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width);
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media print, only screen and (min-width: 75em) {
  .container {
    width: 71rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width);
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media print, only screen and (min-width: 100em) {
  .container {
    width: 91rem;
  }
  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width);
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xl-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xl-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-xl-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-xl-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.667%;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    justify-content: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
/* Spacing Helper Utils */
.pad-0 {
  padding: 0;
}
.pad-1 {
  padding: 0.5rem;
}
.pad-2 {
  padding: 1rem;
}
.pad-3 {
  padding: 1.5rem;
}
.pad-4 {
  padding: 2rem;
}
.pad-0-top {
  padding-top: 0;
}
.pad-1-top {
  padding-top: 0.5rem;
}
.pad-2-top {
  padding-top: 1rem;
}
.pad-3-top {
  padding-top: 1.5rem;
}
.pad-4-top {
  padding-top: 2rem;
}
.pad-0-right {
  padding-right: 0;
}
.pad-1-right {
  padding-right: 0.5rem;
}
.pad-2-right {
  padding-right: 1rem;
}
.pad-3-right {
  padding-right: 1.5rem;
}
.pad-4-right {
  padding-right: 2rem;
}
.pad-0-bottom {
  padding-bottom: 0;
}
.pad-1-bottom {
  padding-bottom: 0.5rem;
}
.pad-2-bottom {
  padding-bottom: 1rem;
}
.pad-3-bottom {
  padding-bottom: 1.5rem;
}
.pad-4-bottom {
  padding-bottom: 2rem;
}
.pad-0-left {
  padding-left: 0;
}
.pad-1-left {
  padding-left: 0.5rem;
}
.pad-2-left {
  padding-left: 1rem;
}
.pad-3-left {
  padding-left: 1.5rem;
}
.pad-4-left {
  padding-left: 2rem;
}
.pad-0-x {
  padding-left: 0;
  padding-right: 0;
}
.pad-1-x {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pad-2-x {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pad-3-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pad-4-x {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pad-0-y {
  padding-top: 0;
  padding-bottom: 0;
}
.pad-1-y {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pad-2-y {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pad-3-y {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pad-4-y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.margin-0 {
  margin: 0;
}
.margin-1 {
  margin: 0.5rem;
}
.margin-2 {
  margin: 1rem;
}
.margin-3 {
  margin: 1.5rem;
}
.margin-4 {
  margin: 2rem;
}
.margin-0-top {
  margin-top: 0;
}
.margin-1-top {
  margin-top: 0.5rem;
}
.margin-2-top {
  margin-top: 1rem;
}
.margin-3-top {
  margin-top: 1.5rem;
}
.margin-4-top {
  margin-top: 2rem;
}
.margin-0-right {
  margin-right: 0;
}
.margin-1-right {
  margin-right: 0.5rem;
}
.margin-2-right {
  margin-right: 1rem;
}
.margin-3-right {
  margin-right: 1.5rem;
}
.margin-4-right {
  margin-right: 2rem;
}
.margin-0-bottom {
  margin-bottom: 0;
}
.margin-1-bottom {
  margin-bottom: 0.5rem;
}
.margin-2-bottom {
  margin-bottom: 1rem;
}
.margin-3-bottom {
  margin-bottom: 1.5rem;
}
.margin-4-bottom {
  margin-bottom: 2rem;
}
.margin-0-left {
  margin-left: 0;
}
.margin-1-left {
  margin-left: 0.5rem;
}
.margin-2-left {
  margin-left: 1rem;
}
.margin-3-left {
  margin-left: 1.5rem;
}
.margin-4-left {
  margin-left: 2rem;
}
.margin-0-x {
  margin-left: 0;
  margin-right: 0;
}
.margin-1-x {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.margin-2-x {
  margin-left: 1rem;
  margin-right: 1rem;
}
.margin-3-x {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.margin-4-x {
  margin-left: 2rem;
  margin-right: 2rem;
}
.margin-0-y {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-1-y {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.margin-2-y {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.margin-3-y {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.margin-4-y {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.margin-auto {
  margin: auto;
}
.margin-auto-x {
  margin-left: auto;
  margin-right: auto;
}
.margin-auto-y {
  margin-top: auto;
  margin-bottom: auto;
}
.margin-auto-top {
  margin-top: auto;
}
.margin-auto-right {
  margin-right: auto;
}
.margin-auto-bottom {
  margin-bottom: auto;
}
.margin-auto-left {
  margin-left: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.fill-parent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--top, 0);
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Display Utils */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
}
.display-none {
  display: none;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
/* Width */
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-auto {
  width: auto;
}
/* Height */
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-auto {
  height: auto;
}
.grid {
  display: grid;
  grid-gap: var(--gutter-width, 1rem);
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}
.grid .g-col-1 {
  grid-column-end: span 1;
}
.grid .g-col-2 {
  grid-column-end: span 2;
}
.grid .g-col-3 {
  grid-column-end: span 3;
}
.grid .g-col-4 {
  grid-column-end: span 4;
}
.grid .g-col-5 {
  grid-column-end: span 5;
}
.grid .g-col-6 {
  grid-column-end: span 6;
}
.grid .g-col-7 {
  grid-column-end: span 7;
}
.grid .g-col-8 {
  grid-column-end: span 8;
}
.grid .g-col-9 {
  grid-column-end: span 9;
}
.grid .g-col-10 {
  grid-column-end: span 10;
}
.grid .g-col-11 {
  grid-column-end: span 11;
}
.grid .g-col-12 {
  grid-column-end: span 12;
}
.grid .g-row-1 {
  grid-row-end: span 1;
}
.grid .g-row-2 {
  grid-row-end: span 2;
}
.grid .g-row-3 {
  grid-row-end: span 3;
}
.grid .g-row-4 {
  grid-row-end: span 4;
}
.grid .g-row-5 {
  grid-row-end: span 5;
}
.grid .g-row-6 {
  grid-row-end: span 6;
}
.grid .g-row-7 {
  grid-row-end: span 7;
}
.grid .g-row-8 {
  grid-row-end: span 8;
}
.grid .g-row-9 {
  grid-row-end: span 9;
}
.grid .g-row-10 {
  grid-row-end: span 10;
}
.grid .g-row-11 {
  grid-row-end: span 11;
}
.grid .g-row-12 {
  grid-row-end: span 12;
}
.border {
  box-shadow: var(--border-color) 0 0 0 1px;
}
.border-top {
  box-shadow: var(--border-color) 0 -1px;
}
.border-right {
  box-shadow: var(--border-color) 1px 0;
}
.border-bottom {
  box-shadow: var(--border-color) 0 1px;
}
.border-left {
  box-shadow: var(--border-color) -1px 0;
}
.border-x {
  box-shadow: var(--border-color) -1px 0, var(--border-color) 1px 0;
}
.border-y {
  box-shadow: var(--border-color) 0 -1px, var(--border-color) 0 1px;
}
.border-dark {
  box-shadow: var(--border-color-dark) 0 0 0 1px;
}
.border-dark-top {
  box-shadow: var(--border-color-dark) 0 -1px;
}
.border-dark-right {
  box-shadow: var(--border-color-dark) 1px 0;
}
.border-dark-bottom {
  box-shadow: var(--border-color-dark) 0 1px;
}
.border-dark-left {
  box-shadow: var(--border-color-dark) -1px 0;
}
.border-dark-x {
  box-shadow: var(--border-color-dark) -1px 0, var(--border-color-dark) 1px 0;
}
.border-dark-y {
  box-shadow: var(--border-color-dark) 0 -1px, var(--border-color-dark) 0 1px;
}
.border-light {
  box-shadow: var(--border-color-light) 0 0 0 1px;
}
.border-light-top {
  box-shadow: var(--border-color-light) 0 -1px;
}
.border-light-right {
  box-shadow: var(--border-color-light) 1px 0;
}
.border-light-bottom {
  box-shadow: var(--border-color-light) 0 1px;
}
.border-light-left {
  box-shadow: var(--border-color-light) -1px 0;
}
.border-light-x {
  box-shadow: var(--border-color-light) -1px 0, var(--border-color-light) 1px 0;
}
.border-light-y {
  box-shadow: var(--border-color-light) 0 -1px, var(--border-color-light) 0 1px;
}
.rounded-0,
.rounded-none {
  border-radius: 0;
}
.rounded-1 {
  border-radius: 0.125rem;
}
.rounded-2,
.rounded {
  border-radius: 0.25rem;
}
.rounded-3 {
  border-radius: 0.375rem;
}
.rounded-4 {
  border-radius: 0.5rem;
}
.rounded-pill,
.rounded-circle {
  border-radius: 999rem;
}
.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.visible {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
.bg-image-fill {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.border-0,
.border-none {
  border: 0;
}
.border-1,
.border {
  border: 1px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-2 {
  border: 2px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-3 {
  border: 3px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-4 {
  border: 4px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-0-top {
  border-top: 0 solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-1-top {
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-2-top {
  border-top: 2px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-3-top {
  border-top: 3px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-4-top {
  border-top: 4px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-0-right {
  border-right: 0 solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-1-right {
  border-right: 1px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-2-right {
  border-right: 2px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-3-right {
  border-right: 3px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-4-right {
  border-right: 4px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-0-bottom {
  border-bottom: 0 solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-1-bottom {
  border-bottom: 1px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-2-bottom {
  border-bottom: 2px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-3-bottom {
  border-bottom: 3px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-4-bottom {
  border-bottom: 4px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-0-left {
  border-left: 0 solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-1-left {
  border-left: 1px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-2-left {
  border-left: 2px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-3-left {
  border-left: 3px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.border-4-left {
  border-left: 4px solid var(--border-color, rgba(0, 0, 0, 0.1));
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
kbd {
  font-family: var(--ff-native, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  background: var(--light-grey-5, #f2f3f5);
  box-shadow: 0 0 0 1px var(--border-color, rgba(0, 0, 0, 0.1)) inset, 0 2px 0 var(--border-color-light, rgba(0, 0, 0, 0.1));
  margin: 0 0.25rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
:root {
  --chrome-size: 20px;
}
.chrome {
  --size: var(--chrome-size, 20px);
  --dot-offset: calc(var(--size) * 1.5);
  --dot-offset-2x: calc(var(--dot-offset) * 2);
  padding-top: var(--size);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05), 0 3px 4px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  position: relative;
}
.chrome:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0;
  border-radius: 2px 2px 0 0;
  padding-top: var(--size);
  background-color: rgba(200, 200, 200, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}
.chrome:after {
  position: absolute;
  content: '';
  width: var(--size);
  height: var(--size);
  background-color: #fff;
  top: 0;
  left: 0;
  border-radius: 99rem;
  box-shadow: var(--dot-offset) 0 #ffffff, var(--dot-offset-2x) 0 #ffffff;
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.zoom {
  cursor: zoom-in;
}
.shadow-sm,
.shadow {
  box-shadow: 0 0.5px 3px 0.5px rgba(0, 18, 41, 0.1);
}
.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-none {
  box-shadow: none;
}
.lines {
  --grid-color: rgba(255, 255, 255, 0.1);
  --spacing: var(--grid-spacing, 10rem);
  --line-size: 1px;
  background-image: linear-gradient(var(--grid-color) var(--line-size), transparent var(--line-size)), linear-gradient(90deg, var(--grid-color) var(--line-size), transparent var(--line-size));
  background-size: var(--spacing) var(--spacing), var(--spacing) var(--spacing);
  background-position: 50% 0;
}
.lines-2 {
  --grid-color: rgba(255, 255, 255, 0.075);
  --grid-color2: rgba(255, 255, 255, 0.025);
  --sp: 4rem;
  --sp2: 2rem;
  --line-size: 1px;
  background-image: linear-gradient(var(--grid-color) var(--line-size), transparent var(--line-size)), linear-gradient(90deg, var(--grid-color) var(--line-size), transparent var(--line-size)), linear-gradient(var(--grid-color2) var(--line-size), transparent var(--line-size)), linear-gradient(90deg, var(--grid-color2) var(--line-size), transparent var(--line-size));
  background-size: var(--sp) var(--sp);
  background-position: 0 0, 0 0, var(--sp2) var(--sp2), var(--sp2) var(--sp2);
}
.column-lines {
  background-image: repeating-linear-gradient(90deg, var(--color, #ffffff), var(--color, #ffffff) 1px, transparent 1px, transparent var(--spacing, 25%)), repeating-linear-gradient(90deg, var(--color2, rgba(255, 255, 255, 0.5)), var(--color2, rgba(255, 255, 255, 0.5)) 1px, transparent 1px, transparent var(--spacing2, 12.5%));
}
.layout-lines:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: var(--max-width, 1280px);
  margin: 0 auto;
  content: '';
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, var(--color, #ffffff), var(--color, #ffffff) 1px, transparent 1px, transparent var(--spacing, 25%)), repeating-linear-gradient(90deg, var(--color2, rgba(255, 255, 255, 0.5)), var(--color2, rgba(255, 255, 255, 0.5)) 1px, transparent 1px, transparent var(--spacing2, 12.5%));
  box-shadow: 1px 0 var(--color, #ffffff);
  opacity: 0.05;
}
.iphone-5 {
  position: relative;
  margin-top: 116px;
  margin-bottom: 100px;
}
.iphone-5:before {
  background-image: url(/dist/images/white-iphone5-594b7390019f4aada7199e4748f4a58d.png);
  background-size: 384px auto;
  content: '';
  width: 384px;
  height: 804px;
  position: absolute;
  z-index: 1;
  left: -35px;
  top: -116px;
}
.iphone-5 .project__image {
  position: relative;
  z-index: 10;
}
.row-reverse > .row {
  flex-direction: row-reverse;
}
.button {
  /* unset browser defaults */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  outline: none;
  /* type defaults */
  font-family: var(--ff-text, 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25em;
  /* color defaults */
  color: var(--text-color, #323237);
  background: #fff;
  box-shadow: 0 0 0 1px var(--border-color, rgba(0, 0, 0, 0.05)) inset;
  /* display, size, and spacing  defaults */
  display: inline-flex;
  align-items: center;
  padding: 0 0.75em;
  height: 2.25em;
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.1s ease-out;
  /* Default :hover and :active states */
}
.button:hover {
  background: #eee;
  box-shadow: 0 0 0 1px var(--border-color-dark, rgba(0, 0, 0, 0.1)) inset;
}
.button:active,
.button.active {
  background: var(--light-grey-4);
}
.button:focus {
  outline: none;
}
.button:disabled,
.button.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.button.block {
  display: block;
  width: 100%;
}
:root {
  scroll-behavior: smooth;
}
html,
body {
  background-color: #0b1112;
  width: 100%;
  min-height: 100vh;
}
body {
  font-family: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --ff-text: 'Simplon Mono', Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  color: #0b1112;
}
.main {
  --gutter-width: 3rem;
  --gutter-compensation: calc(var(--gutter-width) / -2);
  --half-gutter-width: calc(var(--gutter-width) / 2);
}
.scroll-lock {
  overflow: hidden;
}
.section {
  padding-top: 6rem;
  padding-bottom: 2rem;
  min-height: 100vh;
  position: relative;
  background-color: #fefefe;
}
.section.section--dark {
  background-color: #0b1112;
  color: #fff;
}
.section.section--dark .card {
  background-color: transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  color: #fff;
}
.project-group__sentinel {
  position: absolute;
  height: 2px;
  width: 20px;
  z-index: 10001;
  margin-left: 2rem;
}
.project-group__sentinel.sentinel-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.project-group__sentinel.sentinel-bottom {
  bottom: 0;
  margin-left: 1rem;
}
.section-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
@media only screen and (max-width: 48em) {
  .section-inner {
    max-width: 100vw;
    padding: 0 0.5rem;
    overflow: hidden;
  }
}
.heading {
  font-weight: 500;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.text {
  font-size: 1rem;
}
.meta-text {
  font-size: 0.875rem;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}
.meta-text.description {
  opacity: 0.75;
}
.card-shadow {
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.card-shadow > * {
  position: relative;
}
.card-shadow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  border-radius: inherit;
}
.card-shadow:hover {
  text-decoration: none;
}
.card-shadow:hover:before {
  opacity: 1;
}
.card {
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 2rem;
  color: #0b1112;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  background-color: #fff;
}
.card > * {
  position: relative;
}
.card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  border-radius: inherit;
}
.card:hover {
  text-decoration: none;
}
.card:hover:before {
  opacity: 1;
}
.card-info {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.card-info .tags {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-meta {
  padding-top: 1rem;
  font-size: 0.75rem;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.card-container {
  margin-bottom: 2rem;
}
.cover-image-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 1rem 5rem 3rem;
  flex: 1 0 auto;
}
.cover-image-bg.logo {
  opacity: 0.8;
}
.cover-image-bg.project-image {
  margin: 0 0 2rem;
  background-size: cover;
  background-position: center 0;
}
.cover-img {
  display: block;
  height: 120px;
  visibility: hidden;
}
.nav {
  height: 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--bg-color, #fff);
  color: var(--text-color, inherit);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 2px 9px 2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.1s ease-out;
  will-change: background-color;
}
.nav a:hover {
  text-decoration: none;
}
.nav .section-inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
.nav-item {
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.7;
  margin-right: 1.5rem;
  text-decoration: none;
  line-height: 1rem;
}
.nav-item.active {
  box-shadow: 0 2px;
  opacity: 1;
}
@media only screen and (max-width: 48em) {
  .nav .section-inner {
    padding-left: 0.5rem;
  }
}
p {
  line-height: 1.5rem;
}
.section-label {
  font-size: 0.75rem;
  margin-right: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section--intro {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 4rem);
  padding-top: 2rem;
  padding-bottom: 0;
}
.section--intro * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.section--intro .text {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
}
.section--intro p {
  line-height: inherit;
}
.section--intro .heading,
.section--intro .sub-heading,
.section--intro .text,
.section--intro .elsewhere {
  opacity: 0;
  -webkit-transform: translate3d(0, 1rem, 0);
          transform: translate3d(0, 1rem, 0);
  -webkit-animation: intro-slide-in 0.75s ease-out 0.75s;
          animation: intro-slide-in 0.75s ease-out 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.section--intro .text,
.section--intro .sub-heading {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.section--intro .elsewhere {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.section--intro .section-title {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin: 0 0 1rem;
  text-transform: uppercase;
  opacity: 0.75;
}
.section--intro .sub-heading {
  font-weight: 500;
  margin-bottom: 3rem;
}
.section--intro .project-group__sentinel.sentinel-bottom {
  bottom: auto;
  top: calc(100vh - 4rem);
}
.elsewhere-list {
  -webkit-column-count: 4;
          column-count: 4;
  opacity: 1;
  -webkit-column-gap: 0;
          column-gap: 0;
}
.elsewhere-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 1rem;
}
.elsewhere-link {
  opacity: 0.5;
  transition: 0.1s ease-out;
  display: inline-block;
  box-shadow: 0 0 inset;
}
.elsewhere-link:hover {
  text-decoration: none;
  opacity: 1;
  box-shadow: 0 -2px inset;
}
.intro--outer {
  z-index: 5;
  align-self: flex-end;
  padding-bottom: 6rem;
  background-image: linear-gradient(rgba(11, 17, 18, 0), rgba(11, 17, 18, 0.8) 40%);
  width: 100%;
}
.vector-field {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.vector-field .svg-container {
  position: absolute;
}
.vf-canvas {
  pointer-events: none;
}
.sub-heading {
  display: flex;
  align-content: baseline;
  flex-wrap: wrap;
  --word-index: 0;
}
.sub-heading .heading__prefix {
  margin-right: 0.75rem;
  flex: 1 0 100%;
}
.sub-heading .heading__list {
  position: relative;
  font-size: 1.5rem;
}
.sub-heading .heading__list-item {
  display: none;
  line-height: inherit;
  flex-wrap: wrap;
}
.sub-heading .heading__list-item.active {
  position: absolute;
  display: flex;
}
.sub-heading .heading__list-item.placeholder {
  display: flex;
  color: transparent;
  pointer-events: none;
  visibility: hidden;
}
.sub-heading .heading__list-item--word {
  margin-bottom: 0.5rem;
  margin-right: 0.75rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 0.35rem, 0);
          transform: translate3d(0, 0.35rem, 0);
  -webkit-animation: intro-slide-in 0.35s cubic-bezier(0.18, 0.89, 0.46, 1.43) calc(var(--word-index) * 0.05s);
          animation: intro-slide-in 0.35s cubic-bezier(0.18, 0.89, 0.46, 1.43) calc(var(--word-index) * 0.05s);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes intro-slide-in {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes intro-slide-in {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 75em) {
  .intro--outer {
    margin-top: 50vh;
  }
}
@media only screen and (max-width: 48em) {
  .intro--outer {
    margin-top: 50vh;
  }
  .elsewhere-list {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .section--intro .heading {
    font-size: 2.5rem;
  }
  .sub-heading {
    font-size: 1.25rem;
    flex-wrap: wrap;
  }
  .heading__prefix {
    flex: 1 0 100%;
  }
}
.section--projects {
  background-color: #f5f5f5;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.section--projects .card-info .description {
  display: none;
}
.section--labs {
  --max-width: 1328px;
  --spacing: 33.333%;
  --spacing2: 16.6665%;
}
.section--labs:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: var(--max-width, 1280px);
  margin: 0 auto;
  content: '';
  z-index: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, var(--color, #ffffff), var(--color, #ffffff) 1px, transparent 1px, transparent var(--spacing, 25%)), repeating-linear-gradient(90deg, var(--color2, rgba(255, 255, 255, 0.5)), var(--color2, rgba(255, 255, 255, 0.5)) 1px, transparent 1px, transparent var(--spacing2, 12.5%));
  box-shadow: 1px 0 var(--color, #ffffff);
  opacity: 0.05;
}
.section--labs .card-info .description {
  display: none;
}
.mobile-link {
  display: none;
}
.is-external-link {
  position: relative;
}
.is-external-link .external-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 100;
}
.is-external-link a.card {
  pointer-events: none;
}
.is-external-link .svg-icon {
  margin-left: 1rem;
  opacity: 0.5;
}
@media only screen and (max-width: 48em) {
  .mobile-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 100;
  }
  .card-container {
    position: relative;
  }
  .section--labs a.card {
    pointer-events: none;
  }
  .section--labs .card-info .description {
    display: block;
  }
  .desktop-only {
    pointer-events: none;
    opacity: 0.5;
  }
}
.resume__heading {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  padding-top: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.resume__title {
  font-size: 1.125rem;
  font-weight: 500;
}
.resume__subtitle {
  font-size: 1rem;
  font-weight: 400;
}
.resume__meta {
  font-size: 0.75rem;
  font-weight: 400;
}
.resume__list-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.resume__list {
  line-height: 1.5rem;
}
.resume__list li {
  position: relative;
  padding-left: 1rem;
  line-height: 1.5rem;
}
.resume__list li:before {
  content: "\2022";
  margin-top: -1px;
  top: 0;
  position: absolute;
  left: 0;
  height: 10px;
}
.resume__label {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.resume-section__item {
  margin-bottom: 1.5rem;
}
.resume-page {
  color: #273c3f;
  -webkit-font-smoothing: auto;
  max-width: 1024px;
  font-size: 0.825rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.resume-page p {
  line-height: inherit;
}
.resume-page .resume-header {
  align-items: center;
}
.resume-page .contact__item {
  display: flex;
  margin-bottom: 0.25rem;
  align-items: baseline;
}
.resume-page .contact__item .resume__label {
  width: 4rem;
  margin-right: 0.25rem;
  flex: 0 0 auto;
}
.resume-page .work__item-header {
  display: flex;
  align-items: flex-end;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.resume-page .work__item-header .resume__title {
  margin-right: 1rem;
}
.resume-page .work__item-header .resume__meta {
  margin-left: auto;
}
.resume-page .left-column .resume-section {
  margin-bottom: 1rem;
}
.resume-page .work-item {
  margin-bottom: 2rem;
}
.resume-page .work-item-heading {
  display: flex;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  align-items: baseline;
}
.resume-page .work-item-heading .position {
  flex: 0 0 auto;
}
.resume-page .work-item-heading .company {
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: normal;
  font-size: 1rem;
}
.resume-page .work-item-heading .date {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 400;
  font-size: 0.75rem;
}
.section--resume {
  background-color: #f1f1f1;
}
.section--resume .page {
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-color: #fff;
  padding: 5rem 4rem 4rem;
  color: #0b1112;
}
.section--resume .page > * {
  position: relative;
}
.section--resume .page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  border-radius: inherit;
}
.section--resume .page:hover {
  text-decoration: none;
}
.section--resume .page:hover:before {
  opacity: 1;
}
.section--resume .page:before {
  opacity: 1;
}
@media only screen and (max-width: 48em) {
  .resume-page .left-column {
    order: 10;
  }
  .resume-page .left-column .resume-section {
    padding-right: 0;
  }
  .resume-page .resume-header .text-right {
    text-align: left;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .resume-page .work__item-header {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .resume-page .page .work__item-header .resume__title {
    flex: 1 0 100%;
  }
  .resume-page .page .work__item-header > * {
    margin-bottom: 0.25rem;
  }
  .section.resume-section .page {
    padding: 5rem 1.5rem 4rem;
  }
}
.timeline-container {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
}
.timeline-item {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  white-space: nowrap;
  border-radius: 30rem;
  font-weight: 500;
  z-index: 100;
}
.timeline-work {
  text-align: center;
  box-shadow: 0 0 0 2px inset;
  background-color: #fff;
}
.timeline-project {
  padding: 0;
  margin-left: -6px;
  display: flex;
  align-items: center;
  height: 24px;
}
.timeline-project__text {
  display: none;
  padding-left: 0.5rem;
}
.timeline-project:hover {
  z-index: 1000;
}
.timeline-project:hover.is-project {
  background-color: #000;
}
.timeline-project:hover .timeline-project__text {
  display: block;
}
.timeline-project:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
}
.timeline-project.is-project {
  color: #fff;
  padding-left: 0.25rem;
  padding-right: 1rem;
  margin-left: -10px;
}
.timeline-project.is-project:before {
  box-shadow: 0 0 0 2px #000 inset;
  background-color: #fff;
}
.timeline-project.is-contract {
  padding-left: 0.25rem;
  padding-right: 1rem;
  margin-left: -10px;
}
.timeline-project.is-contract:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  background-color: #f1f1f1;
}
.timeline-project.is-lab {
  margin-left: 0.75rem;
}
.timeline-project.is-lab:before {
  margin: 0;
  padding-left: 0;
  border-radius: 0;
  box-shadow: 0 0 0 2px #000 inset;
  background-color: #fff;
}
.timeline-year {
  flex: 1 1 auto;
  box-shadow: 1px 0 #000 inset;
}
.timeline-year:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media only screen and (max-width: 48em) {
  .timeline-container {
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .timeline-inner {
    min-width: 1280px;
  }
}
@media print {
  nav.nav {
    display: none;
  }
  section.section {
    display: none;
  }
  section.section.resume-section {
    display: block;
  }
  .resume-page {
    padding: 0;
    font-size: 0.75rem;
  }
  .resume-page li {
    line-height: 1.25rem;
  }
  .resume-page .work__item-header,
  .resume-page .resume__title {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .resume-page .left-column {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
  .resume-page .left-column li {
    line-height: 1.25rem;
  }
  .resume-page .contact__item .resume__label {
    font-size: 0.625rem;
  }
  .resume-header__name {
    font-size: 1.5rem;
  }
  .resume-section__item {
    margin-bottom: 1rem;
  }
  .resume__subtitle {
    font-size: 0.75rem;
  }
  .section--resume {
    padding: 0;
    background-color: #fff;
  }
  .section--resume .page {
    box-shadow: none;
    padding: 0;
  }
  .section--resume .page:before {
    display: none;
  }
  .resume__heading {
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 0.75rem;
    padding-top: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.project-view {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
  overflow: hidden;
  --gutter-width: 3rem;
  --half-gutter-width: 1.5rem;
}
.project-view.transition:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0;
  -webkit-animation: fade-in 0.5s ease-in forwards;
          animation: fade-in 0.5s ease-in forwards;
}
@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
.project__info {
  display: flex;
  min-height: 50vh;
  flex-direction: column;
  justify-content: center;
}
.project__description {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.project__image-container {
  padding-top: var(--half-gutter-width);
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project__image-inner.chrome .project__image {
  border-radius: 0 0 3px 3px;
  position: relative;
}
.project__image-inner.zoom {
  transition: -webkit-transform 0.15s cubic-bezier(0, 0.39, 0.02, 0.99);
  transition: transform 0.15s cubic-bezier(0, 0.39, 0.02, 0.99);
  transition: transform 0.15s cubic-bezier(0, 0.39, 0.02, 0.99), -webkit-transform 0.15s cubic-bezier(0, 0.39, 0.02, 0.99);
  will-change: transform;
}
.project__image-inner.zoom:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}
.project__image {
  max-width: 100%;
  display: block;
  height: auto;
}
.project-view__image-zoom {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.project-view__image-zoom--inner {
  -webkit-transform: scale3d(0.9, 0.9, 1);
          transform: scale3d(0.9, 0.9, 1);
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
          animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: content-zoom;
          animation-name: content-zoom;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@-webkit-keyframes content-zoom {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes content-zoom {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
            transform: scale3d(0.9, 0.9, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.project__button {
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
}
.project__button.disabled {
  pointer-events: none;
}
.project-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  border-radius: 999rem;
}
.project-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 1rem;
}
.project-prev {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 1rem;
}
.project-view__outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
.project-view.transition .project-view__inner.project-info {
  will-change: transform;
  -webkit-transform: translate3d(0, -50vh, 0);
          transform: translate3d(0, -50vh, 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
          animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: slide-in--intro;
          animation-name: slide-in--intro;
}
.project-view.transition .project-groups {
  will-change: transform;
  -webkit-transform: translate3d(0, 50vh, 0);
          transform: translate3d(0, 50vh, 0);
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
          animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: slide-in--intro;
          animation-name: slide-in--intro;
}
.project-view.transition-to-next .project-view__inner .project__title,
.project-view.transition-to-prev .project-view__inner .project__title,
.project-view.transition-to-next .project-view__inner .project__description,
.project-view.transition-to-prev .project-view__inner .project__description {
  will-change: transform;
  opacity: 0;
  -webkit-transform: translate3d(0, 2rem, 0);
          transform: translate3d(0, 2rem, 0);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
          animation-timing-function: cubic-bezier(0, 0.75, 0.15, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: slide-fade-in--intro;
          animation-name: slide-fade-in--intro;
}
.project-view.transition-to-next .project-view__inner .project__description,
.project-view.transition-to-prev .project-view__inner .project__description {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.project-view__inner {
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-left: var(--half-gutter-width, 1rem);
  padding-right: var(--half-gutter-width, 1rem);
  box-sizing: content-box;
}
.project-view__inner.project-info {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
.project__title {
  font-size: 2.5rem;
}
.project__title,
.project-group__header {
  font-weight: 500;
  margin-bottom: 1rem;
}
.project-groups {
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1);
  z-index: 5;
  background: #fff;
  position: relative;
}
.project-group {
  position: relative;
  padding: 2rem;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}
.project-group.dark {
  color: #fff;
  background-color: #1c1c1f;
}
.project-group:last-child {
  padding-bottom: 5rem;
}
.show-layout *[class*="col-"] {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.show-layout .project-group:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.25);
  content: '';
  margin: 2rem;
}
.show-layout .project-group:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  box-shadow: -1px 0 rgba(255, 0, 0, 0.25), 1px 0 rgba(255, 0, 0, 0.25);
  content: '';
  margin: 0 3rem;
}
.project-group__header {
  font-size: 2rem;
}
.project-group__text {
  line-height: 1.75rem;
  margin-bottom: 1rem;
}
@-webkit-keyframes slide-in--intro {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-in--intro {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-fade-in--intro {
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-fade-in--intro {
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.project__media-info {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.section-inner--project {
  height: 100%;
}
.mw {
  max-width: var(--max-width, 1280px);
}
.project__image-group--images {
  align-items: flex-start;
}
.flex-row {
  align-items: flex-start;
}
@media only screen and (max-width: 48em) {
  .project__title {
    font-size: 2rem;
  }
  .project__description,
  .project-group__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .project-view__outer {
    margin: 0;
  }
  .project-group {
    padding: 2rem 0;
  }
  .project-next,
  .project-prev {
    display: none;
  }
  .project-view__inner {
    overflow: hidden;
  }
}
.project-group--split-h.exfm-player .split-h__images {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.project-group--split-h.exfm-player .project__image-container {
  justify-content: flex-end;
  padding-bottom: 0;
}
@media only screen and (max-width: 48em) {
  .project-group--split-h.exfm-player .project__image {
    max-width: 100%;
  }
}
.project-group--split-h.exfm-extension .project__image-container {
  justify-content: flex-start;
  padding-left: 0;
}
@media only screen and (max-width: 48em) {
  .project-group--split-h.exfm-extension .project__image {
    max-width: 100%;
  }
}
.project-group--split-h .row-reverse .split-h__info {
  margin-right: auto;
  margin-left: 0;
}
.split-h__info {
  max-width: 640px;
  align-self: center;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.press-quote {
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 2rem;
  color: #0b1112;
  height: 100%;
  padding-bottom: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
}
.press-quote > * {
  position: relative;
}
.press-quote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  border-radius: inherit;
}
.press-quote:hover {
  text-decoration: none;
}
.press-quote:hover:before {
  opacity: 1;
}
.press-quote .project__image {
  flex: 0 0 auto;
  align-self: center;
  margin-bottom: 2rem;
}
.press-quote .project__image--title {
  font-size: 0.8rem;
  margin-top: 1rem;
}
.press-quote .project__image--text {
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  flex: 1 1 auto;
  text-indent: -0.6em;
}
.press-quote .project__image-info {
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
  flex: 1 1 auto;
}
.exfm-press .project__image-group--images {
  align-items: stretch;
}
.sticky-project-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 125%, 0);
          transform: translate3d(-50%, 125%, 0);
  z-index: 999;
  background: #fff;
  display: inline-flex;
  margin: 1rem 0;
  padding: 0.5rem;
  align-items: center;
  border-radius: 2px;
  opacity: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.sticky-project-nav.is-showing {
  transition: opacity 0.15s ease-out, -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out, opacity 0.15s ease-out;
  transition: transform 0.25s ease-out, opacity 0.15s ease-out, -webkit-transform 0.25s ease-out;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  opacity: 1;
}
.sticky-project-title {
  margin: 0 1.5rem;
  white-space: nowrap;
}
.project-group--carousel {
  padding: 0;
}
.project-group--carousel .project-view__inner {
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-sizing: border-box;
}
.project-group--carousel .project-group__header {
  margin-bottom: 2rem;
}
.carousel .slider {
  display: flex;
}
.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height 0.15s ease-in;
}
.carousel .carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
}
.carousel .carousel-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  will-change: transform;
  -webkit-transform: scale(0.975);
          transform: scale(0.975);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.36, 1);
}
.carousel .selected > .carousel-slide {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.carousel .control-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.carousel .control-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 999rem;
  background: #fff;
  margin: 0 0.25rem;
  opacity: 0.4;
  cursor: pointer;
}
.carousel .control-dots .dot.selected {
  opacity: 1;
}
.carousel .project__image {
  pointer-events: none;
}
.carousel .project__image-container {
  padding: 0 0 1rem;
}
.project-group--masonry {
  min-height: 50vh;
}
.masonry {
  display: grid;
  grid-gap: 1rem 3rem;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-auto-rows: 1rem;
  grid-row-end: span 1;
}
.masonry .masonry-item {
  padding-top: 0;
  padding-bottom: 0;
}
.masonry .masonry-item.project__image-container {
  opacity: 0;
}
.masonry .masonry-item.project__image-container.masonry-item--loaded {
  opacity: 1;
}
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-gap: var(--gutter-width);
}
@media only screen and (max-width: 48em) {
  .masonry-grid {
    grid-gap: normal;
  }
}
.grid-col-xs-1 {
  grid-column: span 1;
}
.grid-col-xs-2 {
  grid-column: span 2;
}
.grid-col-xs-3 {
  grid-column: span 3;
}
.grid-col-xs-4 {
  grid-column: span 4;
}
.grid-col-xs-5 {
  grid-column: span 5;
}
.grid-col-xs-6 {
  grid-column: span 6;
}
.grid-col-xs-7 {
  grid-column: span 7;
}
.grid-col-xs-8 {
  grid-column: span 8;
}
.grid-col-xs-9 {
  grid-column: span 9;
}
.grid-col-xs-10 {
  grid-column: span 10;
}
.grid-col-xs-11 {
  grid-column: span 11;
}
.grid-col-xs-12 {
  grid-column: span 12;
}
.grid-col-xs-auto {
  grid-column: auto;
}
.grid-row-xs-1 {
  grid-row: span 1;
}
.grid-row-xs-2 {
  grid-row: span 2;
}
.grid-row-xs-3 {
  grid-row: span 3;
}
.grid-row-xs-4 {
  grid-row: span 4;
}
.grid-row-xs-5 {
  grid-row: span 5;
}
.grid-row-xs-6 {
  grid-row: span 6;
}
.grid-row-xs-7 {
  grid-row: span 7;
}
.grid-row-xs-8 {
  grid-row: span 8;
}
.grid-row-xs-9 {
  grid-row: span 9;
}
.grid-row-xs-10 {
  grid-row: span 10;
}
.grid-row-xs-11 {
  grid-row: span 11;
}
.grid-row-xs-12 {
  grid-row: span 12;
}
.grid-row-xs-auto {
  grid-row: auto;
}
@media only screen and (min-width: 48em) {
  .grid-col-sm-1 {
    grid-column: span 1;
  }
  .grid-col-sm-2 {
    grid-column: span 2;
  }
  .grid-col-sm-3 {
    grid-column: span 3;
  }
  .grid-col-sm-4 {
    grid-column: span 4;
  }
  .grid-col-sm-5 {
    grid-column: span 5;
  }
  .grid-col-sm-6 {
    grid-column: span 6;
  }
  .grid-col-sm-7 {
    grid-column: span 7;
  }
  .grid-col-sm-8 {
    grid-column: span 8;
  }
  .grid-col-sm-9 {
    grid-column: span 9;
  }
  .grid-col-sm-10 {
    grid-column: span 10;
  }
  .grid-col-sm-11 {
    grid-column: span 11;
  }
  .grid-col-sm-12 {
    grid-column: span 12;
  }
  .grid-col-sm-auto {
    grid-column: auto;
  }
  .grid-row-sm-1 {
    grid-row: span 1;
  }
  .grid-row-sm-2 {
    grid-row: span 2;
  }
  .grid-row-sm-3 {
    grid-row: span 3;
  }
  .grid-row-sm-4 {
    grid-row: span 4;
  }
  .grid-row-sm-5 {
    grid-row: span 5;
  }
  .grid-row-sm-6 {
    grid-row: span 6;
  }
  .grid-row-sm-7 {
    grid-row: span 7;
  }
  .grid-row-sm-8 {
    grid-row: span 8;
  }
  .grid-row-sm-9 {
    grid-row: span 9;
  }
  .grid-row-sm-10 {
    grid-row: span 10;
  }
  .grid-row-sm-11 {
    grid-row: span 11;
  }
  .grid-row-sm-12 {
    grid-row: span 12;
  }
  .grid-row-sm-auto {
    grid-row: auto;
  }
}
.lab-view {
  background-color: #fff;
}
.lab-view__outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: none;
  display: flex;
  flex-direction: column;
}
.lab-iframe-container {
  overflow: hidden;
  padding: 0;
  flex: 1 0;
}
.lab-iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.lab-info {
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 0 1px;
  flex: 0 0 auto;
}
.lab-info__description {
  margin-top: 0.5rem;
}
.lab-info__inner {
  display: flex;
}
.lab-navigation {
  display: flex;
  flex-direction: column;
}
.lab-info__text {
  padding: 1rem;
  box-shadow: -1px 0;
}
.lab-info__text:hover .lab-info__description {
  display: block;
}
.button.lab__button {
  margin: 0.5rem;
  background: #000;
  color: #fff;
}
.button.lab__button:last-of-type {
  margin-top: 0;
}
.button.lab__button.project-close {
  position: absolute;
  margin: 0;
  top: 50%;
  top: 0;
  margin-top: 1.5rem;
}

