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

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*  ------------------------------
    Settings
    ------------------------------ */
/*  ------------------------------
    Tools
    ------------------------------ */
/*  ------------------------------
    Generic
    ------------------------------ */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/*  ------------------------------
    Elements
    ------------------------------ */
body {
  background-image: url("bg1286.22dee3c5.svg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  shape-rendering: crispEdges;
}

@media screen and (min-width: 1286px) {
  body {
    background-size: auto;
  }
}
html {
  background-color: #1A1A1A;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #fff;
  font-family: Noto Sans, sans-serif;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: 1.25rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-size: 1.4rem;
  font-family: superclarendon, Lucida, Georgia, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
  background-color: #1A1A1A;
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

p {
  margin-bottom: 1.3rem;
  background-color: #1A1A1A;
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

a {
  color: #fff;
}

ul li {
  margin-bottom: 0.5rem;
}

ul {
  background-color: #1A1A1A;
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

/*  ------------------------------
    Objects
    ------------------------------ */
.o-wrapper {
  display: block;
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
}

.o-row {
  display: flex;
}

/*  ------------------------------
    Layout
    ------------------------------ */
.l-page-wrapper {
  max-width: 917px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.l-section {
  margin-bottom: 15rem;
}

.l-header {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-header nav {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .l-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }
  .l-header nav {
    margin-top: 0;
  }
}
.l-content-wrapper {
  padding-top: 4rem;
}

.l-footer-wrapper {
  position: relative;
  padding: 1rem 0;
  z-index: 100;
}
.l-footer-wrapper:after {
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #1A1A1A;
  border-top: 1px solid #fff;
}

.l-footer-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.l-footer-top .logo {
  order: 1;
  margin-top: 2rem;
  align-self: center;
}
.l-footer-top *:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.l-footer-top .contact {
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .l-footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
  }
  .l-footer-top .logo {
    align-self: auto;
    order: 0;
  }
  .l-footer-top .contact {
    flex: 1;
    margin-bottom: 0;
  }
}
.l-footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8rem;
}

.l-team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media screen and (min-width: 768px) {
  .l-team-row {
    justify-content: space-between;
  }
}
.l-team-row.l-team-row--center {
  display: flex;
  justify-content: center;
}

.l-team-row__item {
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-team-row__item {
    max-width: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .l-team-row__item.l-team-row__item--down {
    margin-top: 18rem;
  }
  .l-team-row__item.l-team-row__item--padded {
    max-width: 16rem;
    padding: 0 2.5rem;
  }

  .l-team-row--order .l-team-row__item:nth-of-type(1) {
    order: 0;
  }
  .l-team-row--order .l-team-row__item:nth-of-type(2) {
    order: 2;
  }
  .l-team-row--order .l-team-row__item:nth-of-type(3) {
    order: 1;
  }
}
/*  ------------------------------
    Components
    ------------------------------ */
.contact {
  font-size: 0.8rem;
  line-height: 2.5;
}

.contact__pointer {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
}
.contact__pointer img {
  margin-right: 0.75rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .contact {
    text-align: right;
  }
  .contact .contact__pointer img {
    display: inline-block;
    margin-right: 0.75rem;
  }
}
.accordion__item {
  border: 1px solid #fff;
  background-color: #1A1A1A;
  padding: 1.5rem 1.5rem;
}
.accordion__item:not(:first-child) {
  border-top: none;
}

.accordion__toggle {
  cursor: pointer;
  margin-bottom: 0;
  font-style: italic;
  font-size: 1rem;
  font-weight: normal;
  font-family: Noto Sans, sans-serif;
}

.accordion__content {
  overflow: hidden;
  transition: height 0.3s ease-out;
  height: auto;
}
.accordion__content *:last-of-type {
  margin-bottom: 0;
}

.accordion__content[data-collapsed=true] {
  height: 0;
}

.logo {
  width: 5.1333333333rem;
  background-color: #1A1A1A;
}

.logo.logo--md {
  width: 6.7rem;
}

.sub-logo {
  height: 2rem;
  background-color: #1A1A1A;
}

.main-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8rem;
}

.main-nav__item {
  display: inline-block;
  margin-right: 0.45rem;
}

.main-nav__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.main-nav__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 110%;
  left: 10%;
  right: 10%;
  height: 3px;
  background-color: #fff;
}

.main-nav__link.main-nav__link--red:after {
  background-color: #F28E8D;
}
.main-nav__link.main-nav__link--red:hover {
  color: #F28E8D;
}
.main-nav__link.main-nav__link--blue:after {
  background-color: #99A0E0;
}
.main-nav__link.main-nav__link--blue:hover {
  color: #99A0E0;
}
.main-nav__link.main-nav__link--green:after {
  background-color: #C3DDD2;
}
.main-nav__link.main-nav__link--green:hover {
  color: #C3DDD2;
}
.main-nav__link.main-nav__link--orange:after {
  background-color: #F7C09F;
}
.main-nav__link.main-nav__link--orange:hover {
  color: #F7C09F;
}
.main-nav__link.main-nav__link--yellow:after {
  background-color: #F4E2A9;
}
.main-nav__link.main-nav__link--yellow:hover {
  color: #F4E2A9;
}
.main-nav__link.main-nav__link--purple:after {
  background-color: #e0a5ff;
}
.main-nav__link.main-nav__link--purple:hover {
  color: #e0a5ff;
}

.meta-nav {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-type: none;
}
.meta-nav li {
  display: inline-block;
  margin-right: 1rem;
}
.meta-nav a {
  text-decoration: none;
  font-size: 0.8rem;
}
.meta-nav a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .meta-nav li {
    display: inline-block;
    margin-right: 0.45rem;
  }
}
.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.card__media {
  border: 1px solid #fff;
}
.card__media img {
  display: block;
}

.card__content {
  font-family: Source Code Pro, monospace, sans-serif;
  background-color: #1A1A1A;
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.card__title {
  margin-bottom: 0.35rem;
  font-family: inherit;
  font-size: 16px;
}

.card__text {
  font-size: 16px;
}
.card__text ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-position: outside;
}
.card__text li {
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
}

/*  ------------------------------
    Utilities
    ------------------------------ */
.u-heading {
  margin-bottom: 2.5rem;
  font-size: 2.1333333333rem;
  font-family: superclarendon, Lucida, Georgia, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
.u-heading span {
  background-color: #1A1A1A;
  padding: 0.5rem 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.u-serif {
  font-family: superclarendon, Lucida, Georgia, serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

.u-monospace {
  font-family: Source Code Pro, monospace, sans-serif;
}

.u-monospace-bold {
  font-weight: 700;
  font-family: Source Code Pro, monospace, sans-serif;
}

.u-mt {
  margin-top: 3.6rem;
}

/*# sourceMappingURL=main.c7107332.css.map */