@charset "UTF-8";
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Untitled Serif Test";
  src: url("/UntitledSerifTest-Regular.5b868bfb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Serif Test";
  src: url("/UntitledSerifTest-Medium.7b4aca41.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk Test";
  src: url("/FoundersGrotTest-Regular.508a0537.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Founders Grotesk Test";
  src: url("/FoundersGrotTest-Bold.0f5a5c64.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  padding-bottom: 0 !important;
  overflow-x: hidden;
}
html.noscroll {
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

header {
  position: fixed;
  padding: 1rem 2rem;
  left: 0;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
header a, header button, header .overlay {
  pointer-events: auto;
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  header {
    padding: 1rem;
  }
}

.header__bottom_right {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 0.5rem 2rem;
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .header__bottom_right {
    padding: 0.5rem 1rem;
  }
}

main {
  min-height: 90vh;
}

footer {
  padding: 1rem 2rem 2rem;
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  footer {
    padding: 1rem 1rem 2rem;
  }
}

.turbolinks-progress-bar {
  height: 2px;
  background-color: #E14B3C;
  z-index: 20;
}

.shopify-preview-bar,
#preview-bar-iframe {
  display: none !important;
}

.max_width, .hero__content {
  max-width: 33rem;
}
.max_width.max_width--center, .hero__content {
  margin-right: auto;
  margin-left: auto;
}
.max_width.max_width--big, .max_width--big.hero__content {
  max-width: 66rem;
}

.padded, .card, .overlay__container, .hero__content {
  padding: 2rem;
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .padded, .card, .overlay__container, .hero__content {
    padding: 2rem 1rem;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .padded, .card, .overlay__container, .hero__content {
    padding: 1.5rem 0.5rem;
  }
}
.padded.padded--thick, .padded--thick.card, .padded--thick.overlay__container, .padded--thick.hero__content {
  padding: 4rem;
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .padded.padded--thick, .padded--thick.card, .padded--thick.overlay__container, .padded--thick.hero__content {
    padding: 3rem 1.5rem;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .padded.padded--thick, .padded--thick.card, .padded--thick.overlay__container, .padded--thick.hero__content {
    padding: 1.5rem 1rem;
  }
}
.padded.padded--tight, .card, .padded--tight.overlay__container, .padded--tight.hero__content {
  padding: 1rem 2rem;
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .padded.padded--tight, .card, .padded--tight.overlay__container, .padded--tight.hero__content {
    padding: 1rem 1rem;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .padded.padded--tight, .card, .padded--tight.overlay__container, .padded--tight.hero__content {
    padding: 0.5rem 0.5rem;
  }
}
.padded.padded--big_top, .padded--big_top.card, .padded--big_top.overlay__container, .padded--big_top.hero__content {
  padding-top: 8rem;
}
.padded.padded--flat_top, .padded--flat_top.card, .padded--flat_top.overlay__container, .padded--flat_top.hero__content {
  padding-top: 0;
}
.padded.padded--flat_bottom, .padded--flat_bottom.card, .padded--flat_bottom.overlay__container, .padded--flat_bottom.hero__content {
  padding-bottom: 0;
}

.full-height {
  height: 100vh !important;
}

.big_bottom {
  margin-bottom: 4rem;
}

.medium_bottom {
  margin-bottom: 2rem;
}

.normal_bottom {
  margin-bottom: 1rem;
}

.small_bottom {
  margin-bottom: 0.5rem;
}

.flat_bottom {
  margin-bottom: 0 !important;
}

@media all and (max-device-width:600px), all and (max-width:600px) {
  .flat_bottom_on_phone {
    margin-bottom: 0 !important;
  }
}

.flat_top {
  margin-top: 0 !important;
}

.small_top {
  margin-top: 0.5rem;
}

.normal_top {
  margin-top: 1rem;
}

.medium_top {
  margin-top: 2rem;
}

.overflow_top {
  margin-top: -2rem;
}

.border_top {
  border-top: 1px solid #ddd;
}

.border_bottom {
  border-bottom: 1px solid #ddd;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.absolute.absolute--top-left {
  top: 0;
  left: 0;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.block {
  display: block;
}

.inline_block {
  display: inline-block;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.grow {
  flex-grow: 1;
}

.scroll {
  overflow: scroll;
}

html {
  font: 20px/1.66rem "Untitled Serif Test", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #111;
  background-color: #FFF;
}

::selection {
  background: #ddd;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Untitled Serif Test", serif;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.01em;
  color: inherit;
  margin: 0 0 0.5em;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
  color: #FFF;
}
h1 em, h1 i, h2 em, h2 i, h3 em, h3 i, h4 em, h4 i, h5 em, h5 i, h6 em, h6 i {
  font-family: "Untitled Serif Test", serif;
  font-style: normal;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 20px;
}

h1 {
  font-size: 2.6rem;
  line-height: 2rem;
}
h1.h1--massive {
  font-size: 4.4rem;
  line-height: 3rem;
}
h1.h1--medium {
  font-size: 1.4rem;
  line-height: 1rem;
}
h1.h1--logo {
  font-size: 14vw;
}

h2 {
  font-size: 2.6rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 20px;
  margin-bottom: 0.5em;
}

h5, h6 {
  font-size: 0.9rem;
}

p {
  margin: 0 0 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  position: relative;
  outline: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  text-decoration-skip: ink;
}
.underline_links a {
  text-decoration: underline;
}
a:focus, a:hover, a.a--focus {
  color: #000;
}
.black_back a:focus, .black_back a:hover, .black_back a.a--focus {
  color: #f1f1f1;
}
a:active {
  top: 1px;
}
a.a--anchor {
  display: block;
  position: relative;
  top: -2rem;
  visibility: hidden;
}
a[disabled] {
  pointer-events: none;
  text-decoration: line-through;
}

ol,
ul {
  margin: 0 0 1rem;
  padding-left: 1rem;
}

hr {
  display: inline-block;
  border: none;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.2;
  margin: 0.5rem auto;
}

blockquote {
  position: relative;
  font-style: italic;
  margin: 0 0 1rem;
  padding: 0.25rem;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  right: 100%;
  font-size: 6em;
  font-style: normal;
  line-height: 1;
}

code {
  font-family: monospace;
  font-size: 20px;
  display: inline-block;
  padding: 0.125rem;
}

sup,
sub {
  font-size: 0.5em;
  vertical-align: middle;
}

.black {
  color: #111;
}

.white {
  color: #FFF;
}

.grey {
  color: #999;
}

.green {
  color: #14AF6E;
}

.red {
  color: #E14B3C;
}

.blue {
  color: #1B52DD;
}

.yellow {
  color: #CC9900;
}

.green_on_hover:hover, .green_on_hover:focus {
  color: #14AF6E;
}

.red_on_hover:hover, .red_on_hover:focus {
  color: #E14B3C;
}

.blue_on_hover:hover, .blue_on_hover:focus {
  color: #1B52DD;
}

.yellow_on_hover:hover, .yellow_on_hover:focus {
  color: #CC9900;
}

.white_back {
  background-color: #FFF;
}

.black_back {
  background-color: #111;
  color: #FFF;
}

.green_back {
  background-color: #14AF6E;
}

.grey_back {
  background-color: #ddd;
}

.light_grey_back {
  background-color: #f1f1f1;
}

.red_back {
  background-color: #E14B3C;
}

.blue_back {
  background-color: #1B52DD;
}

.yellow_back {
  background-color: #CC9900;
}

.icon {
  height: 1.4rem;
  width: 1.4rem;
  display: inline-block;
  fill: currentColor;
  vertical-align: bottom;
}
.icon.icon--big {
  height: 2.6rem;
  width: 2.6rem;
}
.icon.icon--small {
  height: 0.9rem;
  width: 0.9rem;
}

iframe {
  display: block;
}

small,
.small {
  font-size: 0.9rem;
}

.big {
  font-size: 2.6rem;
}

.medium {
  font-size: 1.4rem;
}

.alternate {
  font-family: "Founders Grotesk Test", sans-serif;
}

b,
strong,
.strong,
em strong {
  font-weight: 500;
}

em,
.em {
  font-style: normal;
  font-family: "Founders Grotesk Test", sans-serif;
}

.thin {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 3px;
}

.shadowed {
  box-shadow: 0 0 10px rgba(17, 17, 17, 0.1);
}

.big_desktop_only {
  display: none;
}

@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .big_desktop_only {
    display: inline-block;
  }

  .hide_on_big_desktop {
    display: none !important;
  }
}
.tablet_landscape_only {
  display: none;
}

@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .tablet_landscape_only {
    display: inline-block;
  }

  .hide_on_tablet_landscape {
    display: none !important;
  }
}
.tablet_portrait_only {
  display: none;
}

@media all and (max-device-width:900px), all and (max-width:900px) {
  .tablet_portrait_only {
    display: inline-block;
  }

  .hide_on_tablet_portrait {
    display: none !important;
  }
}
.phone_only {
  display: none;
}

@media all and (max-device-width:600px), all and (max-width:600px) {
  .phone_only {
    display: inline-block;
  }

  .hide_on_phone {
    display: none !important;
  }
}
.grid, .overlay, .hero, input[type=checkbox] + label,
input[type=radio] + label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.grid.grid--column, .grid--column.overlay, .grid--column.hero, input[type=checkbox] + label.grid--column,
input[type=radio] + label.grid--column {
  flex-direction: column;
}
.grid.grid--center, .overlay, .hero, input[type=checkbox] + label.grid--center, input[type=checkbox] + label.overlay, input[type=checkbox] + label.hero,
input[type=radio] + label.grid--center,
input[type=radio] + label.overlay,
input[type=radio] + label.hero {
  justify-content: center;
}
.grid.grid--right, .grid--right.overlay, .grid--right.hero, input[type=checkbox] + label.grid--right,
input[type=radio] + label.grid--right {
  justify-content: flex-end;
}
.grid.grid--spaced, .grid--spaced.overlay, .grid--spaced.hero, input[type=checkbox] + label.grid--spaced,
input[type=radio] + label.grid--spaced {
  justify-content: space-between;
}
.grid.grid--spaced_around, .grid--spaced_around.overlay, .grid--spaced_around.hero, input[type=checkbox] + label.grid--spaced_around,
input[type=radio] + label.grid--spaced_around {
  justify-content: space-around;
}
.grid.grid--vertically_spaced, .grid--vertically_spaced.overlay, .grid--vertically_spaced.hero, input[type=checkbox] + label.grid--vertically_spaced,
input[type=radio] + label.grid--vertically_spaced {
  align-content: space-between;
}
.grid.grid--vertically_spaced_around, .grid--vertically_spaced_around.overlay, .grid--vertically_spaced_around.hero, input[type=checkbox] + label.grid--vertically_spaced_around,
input[type=radio] + label.grid--vertically_spaced_around {
  align-content: space-around;
}
.grid.grid--vertically_centered, .grid--vertically_centered.overlay, .grid--vertically_centered.hero, input[type=checkbox] + label.grid--vertically_centered,
input[type=radio] + label.grid--vertically_centered {
  align-content: center;
}
.grid.grid--stretch, .grid--stretch.overlay, .grid--stretch.hero, input[type=checkbox] + label.grid--stretch,
input[type=radio] + label.grid--stretch {
  align-items: stretch;
}
.grid.grid--middle, .overlay, .hero, input[type=checkbox] + label,
input[type=radio] + label {
  align-items: center;
}
.grid.grid--top, .grid--top.overlay, .grid--top.hero, input[type=checkbox] + label.grid--top,
input[type=radio] + label.grid--top {
  align-items: flex-start;
}
.grid.grid--bottom, .grid--bottom.overlay, .grid--bottom.hero, input[type=checkbox] + label.grid--bottom,
input[type=radio] + label.grid--bottom {
  align-items: flex-end;
}
.grid.grid--reverse, .grid--reverse.overlay, .grid--reverse.hero, input[type=checkbox] + label.grid--reverse,
input[type=radio] + label.grid--reverse {
  flex-direction: row-reverse;
}
.grid.grid--nowrap, .grid--nowrap.overlay, .grid--nowrap.hero, input[type=checkbox] + label,
input[type=radio] + label {
  flex-wrap: nowrap;
}
.grid.grid--full, .grid--full.overlay, .grid--full.hero, input[type=checkbox] + label.grid--full,
input[type=radio] + label.grid--full {
  width: 100%;
}
.grid.grid--grow *:first-child, .grid--grow.overlay *:first-child, .grid--grow.hero *:first-child, input[type=checkbox] + label.grid--grow *:first-child,
input[type=radio] + label.grid--grow *:first-child {
  flex-grow: 1;
}
.grid.grid--guttered, .grid--guttered.overlay, .grid--guttered.hero, input[type=checkbox] + label.grid--guttered,
input[type=radio] + label.grid--guttered {
  width: auto;
  margin-left: -1rem;
  margin-bottom: -1rem;
}
.grid.grid--guttered.medium_bottom, .grid--guttered.medium_bottom.overlay, .grid--guttered.medium_bottom.hero, input[type=checkbox] + label.grid--guttered.medium_bottom,
input[type=radio] + label.grid--guttered.medium_bottom {
  margin-bottom: 0;
}
.grid.grid--guttered.big_bottom, .grid--guttered.big_bottom.overlay, .grid--guttered.big_bottom.hero, input[type=checkbox] + label.grid--guttered.big_bottom,
input[type=radio] + label.grid--guttered.big_bottom {
  margin-bottom: 1rem;
}
.grid.grid--guttered > .col, .grid--guttered.overlay > .col, .grid--guttered.hero > .col, input[type=checkbox] + label.grid--guttered > .col,
input[type=radio] + label.grid--guttered > .col {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.grid.grid--tight_guttered, .grid--tight_guttered.overlay, .grid--tight_guttered.hero, input[type=checkbox] + label.grid--tight_guttered,
input[type=radio] + label.grid--tight_guttered {
  width: auto;
  margin-left: -0.5rem;
  margin-bottom: -0.5rem;
}
.grid.grid--tight_guttered.medium_bottom, .grid--tight_guttered.medium_bottom.overlay, .grid--tight_guttered.medium_bottom.hero, input[type=checkbox] + label.grid--tight_guttered.medium_bottom,
input[type=radio] + label.grid--tight_guttered.medium_bottom {
  margin-bottom: 0;
}
.grid.grid--tight_guttered.big_bottom, .grid--tight_guttered.big_bottom.overlay, .grid--tight_guttered.big_bottom.hero, input[type=checkbox] + label.grid--tight_guttered.big_bottom,
input[type=radio] + label.grid--tight_guttered.big_bottom {
  margin-bottom: 1rem;
}
.grid.grid--tight_guttered > .col, .grid--tight_guttered.overlay > .col, .grid--tight_guttered.hero > .col, input[type=checkbox] + label.grid--tight_guttered > .col,
input[type=radio] + label.grid--tight_guttered > .col {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
}

.col.col--middle {
  align-self: center;
}
.col.col--bottom {
  align-self: flex-end;
}
.col.col--1of12 {
  width: 8.3333333333%;
}
.col.col--2of12 {
  width: 16.6666666667%;
}
.col.col--3of12 {
  width: 25%;
}
.col.col--4of12 {
  width: 33.3333333333%;
}
.col.col--5of12 {
  width: 41.6666666667%;
}
.col.col--6of12 {
  width: 50%;
}
.col.col--7of12 {
  width: 58.3333333333%;
}
.col.col--8of12 {
  width: 66.6666666667%;
}
.col.col--9of12 {
  width: 75%;
}
.col.col--10of12 {
  width: 83.3333333333%;
}
.col.col--11of12 {
  width: 91.6666666667%;
}
.col.col--12of12 {
  width: 100%;
}
.col.col--1of3 {
  width: 33.3333333333%;
}
.col.col--2of3 {
  width: 66.6666666667%;
}
.col.col--3of3 {
  width: 100%;
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--first {
    order: -1;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--last {
    order: 99;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--1of3 {
    width: 33.3333333333%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--2of3 {
    width: 66.6666666667%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--3of3 {
    width: 100%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--1of12 {
    width: 8.3333333333%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--2of12 {
    width: 16.6666666667%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--3of12 {
    width: 25%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--4of12 {
    width: 33.3333333333%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--5of12 {
    width: 41.6666666667%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--6of12 {
    width: 50%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--7of12 {
    width: 58.3333333333%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--8of12 {
    width: 66.6666666667%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--9of12 {
    width: 75%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--10of12 {
    width: 83.3333333333%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--11of12 {
    width: 91.6666666667%;
  }
}
@media all and (min-device-width:1800px), all and (min-width:1800px) {
  .col.col--big_desktop--12of12 {
    width: 100%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--first {
    order: -1;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--last {
    order: 99;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--1of3 {
    width: 33.3333333333%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--2of3 {
    width: 66.6666666667%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--3of3 {
    width: 100%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--1of12 {
    width: 8.3333333333%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--2of12 {
    width: 16.6666666667%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--3of12 {
    width: 25%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--4of12 {
    width: 33.3333333333%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--5of12 {
    width: 41.6666666667%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--6of12 {
    width: 50%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--7of12 {
    width: 58.3333333333%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--8of12 {
    width: 66.6666666667%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--9of12 {
    width: 75%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--10of12 {
    width: 83.3333333333%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--11of12 {
    width: 91.6666666667%;
  }
}
@media all and (max-device-width:1200px), all and (max-width:1200px) {
  .col.col--tablet_landscape--12of12 {
    width: 100%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--first {
    order: -1;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--last {
    order: 99;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--1of3 {
    width: 33.3333333333%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--2of3 {
    width: 66.6666666667%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--3of3 {
    width: 100%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--1of12 {
    width: 8.3333333333%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--2of12 {
    width: 16.6666666667%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--3of12 {
    width: 25%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--4of12 {
    width: 33.3333333333%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--5of12 {
    width: 41.6666666667%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--6of12 {
    width: 50%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--7of12 {
    width: 58.3333333333%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--8of12 {
    width: 66.6666666667%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--9of12 {
    width: 75%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--10of12 {
    width: 83.3333333333%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--11of12 {
    width: 91.6666666667%;
  }
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .col.col--tablet_portrait--12of12 {
    width: 100%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--first {
    order: -1;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--last {
    order: 99;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--1of3 {
    width: 33.3333333333%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--2of3 {
    width: 66.6666666667%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--3of3 {
    width: 100%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--1of12 {
    width: 8.3333333333%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--2of12 {
    width: 16.6666666667%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--3of12 {
    width: 25%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--4of12 {
    width: 33.3333333333%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--5of12 {
    width: 41.6666666667%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--6of12 {
    width: 50%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--7of12 {
    width: 58.3333333333%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--8of12 {
    width: 66.6666666667%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--9of12 {
    width: 75%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--10of12 {
    width: 83.3333333333%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--11of12 {
    width: 91.6666666667%;
  }
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  .col.col--phone--12of12 {
    width: 100%;
  }
}

.button,
button {
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #111;
  text-decoration: none;
  font-size: 20px;
  font-family: "Founders Grotesk Test", sans-serif;
  text-align: center;
  background: #FFF;
  padding: 0.6666666667rem 2rem;
  line-height: 1.5rem;
  border: 1px solid #999;
  border-radius: 3px;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  color: #000;
  border-color: #111;
  text-decoration: none;
}
.button:active,
button:active {
  top: 1px;
}
.button.button--small,
button.button--small {
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem;
}
.button.button--transparent,
button.button--transparent {
  color: inherit;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.button.button--transparent:hover, .button.button--transparent:focus,
button.button--transparent:hover,
button.button--transparent:focus {
  color: #111;
}
.button.button--full,
button.button--full {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.button.button--faded,
button.button--faded {
  opacity: 0.33;
}
.button.button--faded:hover, .button.button--faded:focus,
button.button--faded:hover,
button.button--faded:focus {
  opacity: 1;
}
.button[disabled],
button[disabled] {
  pointer-events: none;
  opacity: 0.2;
}

form {
  margin-bottom: 1rem;
}

label,
.label {
  cursor: pointer;
  position: relative;
  display: block;
  color: inherit;
  font-family: "Founders Grotesk Test", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 0.1666666667rem;
}

[contenteditable] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.25rem;
}
[contenteditable]:active {
  top: 1px;
}

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=file],
input[type=date],
input[type=datetime-local],
optgroup,
select,
textarea,
.input {
  position: relative;
  width: 100%;
  font-family: "Founders Grotesk Test", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #111;
  background: transparent;
  padding: 0.7518796992rem 1rem;
  border: 1px solid #999;
  border-radius: 3px;
}
input[type=text]:active,
input[type=password]:active,
input[type=url]:active,
input[type=email]:active,
input[type=tel]:active,
input[type=number]:active,
input[type=search]:active,
input[type=file]:active,
input[type=date]:active,
input[type=datetime-local]:active,
optgroup:active,
select:active,
textarea:active,
.input:active {
  top: 1px;
}
input[type=text]:disabled, form:disabled input[type=text],
input[type=password]:disabled,
form:disabled input[type=password],
input[type=url]:disabled,
form:disabled input[type=url],
input[type=email]:disabled,
form:disabled input[type=email],
input[type=tel]:disabled,
form:disabled input[type=tel],
input[type=number]:disabled,
form:disabled input[type=number],
input[type=search]:disabled,
form:disabled input[type=search],
input[type=file]:disabled,
form:disabled input[type=file],
input[type=date]:disabled,
form:disabled input[type=date],
input[type=datetime-local]:disabled,
form:disabled input[type=datetime-local],
optgroup:disabled,
form:disabled optgroup,
select:disabled,
form:disabled select,
textarea:disabled,
form:disabled textarea,
.input:disabled,
form:disabled .input {
  opacity: 0.8;
  background: transparent;
  border: none;
  pointer-events: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=file]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
optgroup:focus,
select:focus,
textarea:focus,
.input:focus {
  color: #000;
  border-color: #111;
}
input[type=text].input--tight,
input[type=password].input--tight,
input[type=url].input--tight,
input[type=email].input--tight,
input[type=tel].input--tight,
input[type=number].input--tight,
input[type=search].input--tight,
input[type=file].input--tight,
input[type=date].input--tight,
input[type=datetime-local].input--tight,
optgroup.input--tight,
select.input--tight,
textarea.input--tight,
.input.input--tight {
  padding: 0.25rem 0.3333333333rem;
}
input[type=text].input--transparent,
input[type=password].input--transparent,
input[type=url].input--transparent,
input[type=email].input--transparent,
input[type=tel].input--transparent,
input[type=number].input--transparent,
input[type=search].input--transparent,
input[type=file].input--transparent,
input[type=date].input--transparent,
input[type=datetime-local].input--transparent,
optgroup.input--transparent,
select.input--transparent,
textarea.input--transparent,
.input.input--transparent {
  border: none;
  margin-bottom: 0;
}
input[type=text].input--inline,
input[type=password].input--inline,
input[type=url].input--inline,
input[type=email].input--inline,
input[type=tel].input--inline,
input[type=number].input--inline,
input[type=search].input--inline,
input[type=file].input--inline,
input[type=date].input--inline,
input[type=datetime-local].input--inline,
optgroup.input--inline,
select.input--inline,
textarea.input--inline,
.input.input--inline {
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding: 0;
}
.input_group input[type=text],
.input_group input[type=password],
.input_group input[type=url],
.input_group input[type=email],
.input_group input[type=tel],
.input_group input[type=number],
.input_group input[type=search],
.input_group input[type=file],
.input_group input[type=date],
.input_group input[type=datetime-local],
.input_group optgroup,
.input_group select,
.input_group textarea,
.input_group .input {
  margin-bottom: 0;
}

textarea {
  padding: 0.5rem;
}
textarea.textarea--one_line {
  padding: 0.25rem;
  height: auto;
}

select {
  cursor: pointer;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  position: relative;
  display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  font-size: inherit;
  color: #999;
}
input[type=checkbox] + label:hover, input:focus + input[type=checkbox] + label,
input[type=radio] + label:hover,
input:focus + input[type=radio] + label {
  color: #999;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  content: "";
  display: inline-block;
  margin: 0 0.25rem 0 0;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid;
  border-radius: 3px;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  color: #FFF;
  width: 1.5em;
  text-align: center;
}
input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
  color: #111;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: #111;
}
input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  content: "✔";
}
input[type=checkbox]:active,
input[type=radio]:active {
  top: 1px;
}

input[type=radio] + label:before, input[type=radio] + label:after {
  border-radius: 50%;
}

input[type=file] {
  display: block;
}

:focus {
  outline: none;
  -moz-outline-style: none;
}

::-webkit-input-placeholder, ::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

:-moz-placeholder, :-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}

img {
  display: block;
  max-width: 100%;
}
.full_images img, img.img--full {
  width: 100%;
}

.scrolling-table {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

table {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: visible;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #ddd;
}
table tr:first-child {
  font-weight: bold;
  border-top: 2px solid #ddd;
}
table tr:last-child {
  border-width: 2px;
}
table tr.tr--updated {
  background-color: rgba(27, 82, 221, 0.2);
}
table th {
  text-align: left;
}
table td {
  min-width: 12em;
  max-width: 12em;
  overflow: visible;
  position: relative;
}
table td.td--updated {
  background-color: rgba(27, 82, 221, 0.2);
}
.hero {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

@media all and (max-device-width:900px), all and (max-width:900px) {
  .hero__content {
    padding-top: 3rem;
  }
}

.hero__topright {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
@media all and (max-device-width:900px), all and (max-width:900px) {
  .hero__topright {
    top: 0.25rem;
    right: 0.25rem;
  }
}

.pill,
.tag {
  display: inline-block;
  color: #111;
  padding: 0.1666666667rem 0.3333333333rem;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin: 0.1rem 0.1666666667rem 0.1rem 0;
}
.pill label,
.tag label {
  margin-bottom: 0;
}

.pill {
  border-radius: 1em;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 400;
}

button.overlay__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background: rgba(17, 17, 17, 0.6);
  border: none;
  border-radius: 0;
}

button.overlay__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
}
@media all and (max-device-width:600px), all and (max-width:600px) {
  button.overlay__close {
    padding: 0.5rem;
  }
}

.overlay__container {
  position: relative;
  width: 100%;
  max-width: 33rem;
  max-height: 90vh;
  overflow-y: auto;
  border: none;
  border-radius: 3px;
  background-color: #FFF;
  box-shadow: 0 2px 4px rgba(17, 17, 17, 0.1);
}
.overlay__container.overlay__container--wider {
  max-width: 66rem;
}

.alert {
  font-family: "Founders Grotesk Test", sans-serif;
  color: #FFF;
  background-color: #E14B3C;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(225, 75, 60, 0.5);
  padding: 0.5rem 1rem;
  margin: 1rem 0;
}

.card {
  background-color: #FFF;
  border-radius: 3px;
}

.tab-bar {
  display: flex;
}
.tab-bar .tab {
  padding: 0.5rem 1rem;
}
.tab-bar .tab.tab--active {
  font-weight: bold;
  border-radius: 3px;
  background-color: #ddd;
}