/*@import "ianstormtaylor-reset";*/
/*@import "@segment/aphrodite-variables";*/
/*@import "~@segment/aphrodite-base/style.css";*/
/*@import "./legacy.css";*/
/**
 * https://raw.githubusercontent.com/ianstormtaylor/reset/master/index.css
 * Add a few more `block` elements, since they're mostly treated that way.
 */
audio,
canvas,
img,
video {
  display: block;
}
/**
 * Reset line-height, since it makes aligning elements way easier.
 */
html {
  line-height: 1;
}
/**
 * Remove default heading styles.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
}
/**
 * Remove default link styles, since they get used for buttons, etc.
 */
a {
  color: inherit;
  text-decoration: none;
}
/**
 * Remove outline for links. You should style it, but not necessarily outline.
 */
a:focus {
  outline: 0;
}
/**
 * Remove default paragraph styles.
 */
p,
small {
  margin: 0;
  padding: 0;
}
/**
 * Remove default list styles, since they get used for navs, etc.
 */
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Remove default blockquote and quote styles.
 */
blockquote,
q {
  margin: 0;
}
/**
 * Remove default cite styles.
 */
cite {
  font-style: inherit;
}
/**
 * Remove default form styles.
 */
form {
  margin: 0;
}
/**
 * Remove default fieldset styles.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/**
 * Remove default pre styles.
 */
pre {
  margin: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/**
 * Breakpoints
 */
/**
 * Font families
 */
/**
 * Major (Spacing) Scale
 * Based on a 8px grid. Meaning everything is a multiple of 8.
 */
/**
 * Minor (Spacing) Scale
 * Sometimes the 8px grid is not enough.
 * Use only when major scale fails
 */
/**
 * Legacy
 */
/**
 * Colors
 */
:root {

  /* hsb(38, 3, 97) */

  /* hsb(45, 2, 98) */

  /* Segment Ui variable: --color-leaf */

  /* hsb(120, 55, 70) */

  /* hsb(145, 55, 80) */

  /* hsb(38, 8, 25) */

  /* Segment UI variable: --color-slate */
}
/**
 * Borders
 */
:root {
  /* hsb(38, 11, 93) */
}
/**
 * Text
 */
/**
 * Gradient colors
 */
/**
 * Copy
 */
/**
 * Copy Leading
 */
/**
 * Headings
 */
/**
 * Leading
 */
/**
 * Base
 */
/**
 * Spacing
 */
/**
 * Font Weights.
 */
/**
 * components-grid
 */
/**
 * suitcss/base
 */
/*@import "./aphrodite-highlight.css";*/
/**
 * Visual presentation of major and minor ranges:
 * major: ---palm----|----hand---|----lap----|---desk------*
 * minor: _s_|_m_|_l_|_s_|_m_|_l_|_s_|_m_|_l_|_s_|_m_|_l___*
 *
 *
 * Usage example:
 * .MyComponent {
 *
 *   @media (--range-hand) {
 *     margin: 40px 0;
 *   }
 *
 *   @media (--range-lap), (--range-desk) {
 *     margin: 120px 0;
 *   }
 * }
 */
/**
 * palm
 * major: 0-440
 * minor: 0-360-400-440
 * interval: 40px
 */
/**
 * hand
 * major: 440–620
 * minor: 440-500-560-620
 * interval: 60px
 */
/**
 * lap
 * major: 620–980
 * minor: 620–740–860–980
 * interval: 120px
 */
/**
 * desk
 * major: 980–*
 * minor: 980–1120–1260–1400–*
 * interval: 140px
 */
.Content-container {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .15),
              inset 0px -2px 6px -5px rgba(0, 0, 0, .15);
}
.Content {
  -webkit-font-smoothing: antialiased;
  margin-bottom: 64px;
}
.Content p {
  margin-bottom: 16px;
}
.Content i,
.Content em {
  font-style: normal;
}
.Content h1,
.Content h2,
.Content h3,
.Content h4,
.Content h5 {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  text-rendering: optimizeLegibility;
}
.Content h1,
.Content h2 {
}
@media   (max-width: 440px) {
  .Content h1,
.Content h2 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Content h1,
.Content h2 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 16px;
    margin-top: 48px;
  }
  }
@media (min-width: 621px) and (max-width: 740px), (min-width: 741px) and (max-width: 860px) {
  .Content h1,
.Content h2 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 16px;
    margin-top: 48px;
  }
  }
@media (min-width: 861px) and (max-width: 980px),    (min-width: 981px) {
  .Content h1,
.Content h2 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 16px;
    margin-top: 48px;
  }
  }
.Content h3 {
}
@media   (max-width: 440px) {
  .Content h3 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Content h3 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 16px;
    margin-top: 48px;
  }
  }
@media (min-width: 621px) and (max-width: 740px), (min-width: 741px) and (max-width: 860px) {
  .Content h3 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 16px;
    margin-top: 48px;
  }
  }
@media (min-width: 861px) and (max-width: 980px),    (min-width: 981px) {
  .Content h3 {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  }
.Content h4 {
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  margin-top: 16px;
  margin-bottom: 4px;
}
.Content strong {
  color: #293C4B;
  font-weight: 500;
}
.Content a {
  border-bottom: 1px solid rgba(61, 85, 107, .3);
  color: inherit;
  transition: all .16s ease-in-out;
}
.Content a:hover {
  color: #49B882;
  border-color: #49B882;
}
.Content pre {
  background: white;
  border: 1px solid #DAE4ED;
  box-shadow: 0 2px 6px 0 #EFF5FA;
  border-radius: 8px
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .Content pre {
    padding: 8px;
    margin-bottom: 8px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px),    (min-width: 981px) {
  .Content pre {
    padding: 32px;
    margin: 32px -65px;
  }
  }
.Content pre,
.Content code {
  -webkit-font-smoothing: auto;
  border-radius: 5px;
  overflow: scroll
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .Content pre,
.Content code {
    font-family: 'Droid Sans Mono', Monaco, 'Lucida Console', monospace;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px),    (min-width: 981px) {
  .Content pre,
.Content code {
    font-family: 'Droid Sans Mono', Monaco, 'Lucida Console', monospace;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  }
.Content p code {
  /*font-size: 15px;*/
  /*line-height: 1.5;*/

}
.Content pre code {
  padding: 0;
}
.Content code {
  padding: 2px 4px;
}
.Content ul {
  list-style: disc;
  margin: 24px 0;
}
.Content ol {
  list-style: decimal;
  margin-bottom: 21px;
}
.Content li {
  -webkit-font-smoothing: antialiased;
  margin-left: 23px;
  margin-bottom: 8px;
}
.Content li:last-child {
  margin-bottom: 0;
}
.Content blockquote {
  border-left: 2px solid #DAE4ED;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin: 16px 0 16px;
  margin: 1rem 0 1rem;
}
.Content cite {
  display: block;
  font-size: 16px;
  margin: 0 0 64px 16px;
  margin: 0 0 4rem 1rem;
  text-align: right;
}
.Content cite:before {
  content: '— ';
  margin-left: -1em;
}
.Content hr {
  background-color: #DAE4ED;
  border: 0;
  height: 1px;
  margin: 80px auto;
  margin: 5rem auto;
  width: 35%;
}
.Content img {
  max-width: 100%;
  border: 1px solid #DAE4ED;
  display: block;
  margin: 40px 0;
}
.Content figure {
  margin: 0;
}
.Content img {

  position: relative;
  left: 50%;
  transform: translateX(-50%)
}
@media   (max-width: 440px) {
  .Content img {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
  }
@media (min-width: 861px) and (max-width: 980px) {
  .Content img {
    max-width: calc(100% + 130px);
  }
  }
@media  (min-width: 981px) and (max-width: 1120px) {
  .Content img {
    max-width: calc(100% + 130px);
  }
  }
@media  (min-width: 1121px) and (max-width: 1260px),  (min-width: 1261px) and (max-width: 1400px), (min-width: 1401px) {
  .Content img {
    max-width: calc(100% + 130px);
  }
  }
.fellowship-alert {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 11px 16px;
  background: rgba(255, 255, 255, .1);
  color: #DAF0FF;
  transition: background .2s ease-out;
  -ms-flex-align: center;
      align-items: center
}
@media   (max-width: 440px) {
  .fellowship-alert {
    border-radius: 8px;
    padding-top: 16px;
    line-height: 24px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .fellowship-alert {
    border-radius: 8px;
    padding-top: 16px;
    line-height: 24px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .fellowship-alert {
    border-radius: 100px;
  }
  }
@media    (min-width: 981px) {
  .fellowship-alert {
    border-radius: 100px;
  }
  }
.fellowship-alert:hover {
  background: rgba(255, 255, 255, .15);
  color: white;
}
.fellowship-alert:active {
  background: rgba(255, 255, 255, .05);
  color: white;
}
.badge {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 2px;
  display: inline-block;
  width: 40px;
  height: 18px;
  line-height: 19px;
  vertical-align: top;
  text-align: center;
  font-size: 10px;
  border-radius: 100px;
  background: #43AE79;
  color: white;
  font-weight: 600;
}
.fellowship-alert .badge {
  margin-right: 8px
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .fellowship-alert .badge {
    position: absolute;
    left: 15px;
    top: -9px;
  }
  }
.fellowship-alert .badge {

}
html, body {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  height: 100%;
  color: #395368;
  -webkit-font-smoothing: antialiased;
  margin: 0
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  html, body {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  }
.Page-alignment {
  margin: 0 auto;
  max-width: 640px;
  position: relative
}
@media   (max-width: 440px) {
  .Page-alignment {
    padding: 0 16px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Page-alignment {
    padding: 0 24px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Page-alignment {
    padding: 0 32px;
  }
  }
@media    (min-width: 981px) {
  .Page-alignment {
    padding: 0 40px;
  }
  }
h1, h2, h3, h4, h5, h6 {
  color: #293C4B;
}
.Hero {
  background: linear-gradient(125deg, #062849, #1d5f5c)
}
.Hero:after,
  .Hero:before {
  content: "";
  display: table;
  clear: both;
}
@media   (max-width: 440px) {
  .Hero {
    margin-bottom: 80px;/*padding: 0 16px;*/
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Hero {
    margin-bottom: 80px;/*padding: 0 20px;*/
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Hero {
    margin-bottom: 176px;/*padding: 0 40px;*/
  }
  }
@media    (min-width: 981px) {
  .Hero {
    margin-bottom: 176px;
  }
  }
.Hero--no-margin {
  margin: 0 !important;
}
.Hero--fellowship {
  padding-bottom: 120px;
  text-align: center
}
.Hero--fellowship .Hero-logo {
  margin-top: 32px;
}
.Hero--fellowship .Hero-titleGroup {
  margin-top: 56px;
}
.Hero--fellowship .Hero-titleGroupTitle {
  margin-bottom: 24px;
}
.Hero-logo {
  margin-top: 24px;
  text-align: center
}
@media   (max-width: 440px) {
  .Hero-logo {
    margin-top: 24px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Hero-logo {
    margin-top: 24px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Hero-logo {
    margin-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Hero-logo {
    margin-top: 32px;
  }
  }
.Hero-logoLink {
  display: inline-block
}
.Hero-logoLink svg {
  display: block;
}
.Hero-logoLinkSubTitle {
  @apply --body-2;
  position: relative;
  top: -6px;
  color: #395368;
  margin-left: 4px;
}
.Hero .Hero-logoLinkSubTitle {
  color: #bed5e3;
}
.Hero-titleGroup {
  margin-top: 80px;
  margin: 0 auto;
  max-width: 100%;
  width: 760px
}
@media   (max-width: 440px) {
  .Hero-titleGroup {
    margin-top: 32px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Hero-titleGroup {
    margin-top: 48px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Hero-titleGroup {
    text-align: center;
    margin-top: 80px;
  }
  }
@media    (min-width: 981px) {
  .Hero-titleGroup {
    text-align: center;
    margin-top: 80px;
  }
  }
.Hero-titleGroupTitle {
  color: white
}
@media   (max-width: 440px) {
  .Hero-titleGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Hero-titleGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Hero-titleGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.4px;
  }
  }
@media    (min-width: 981px) {
  .Hero-titleGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.4px;
  }
  }
.Hero-titleGroupSubTitle {
  color: #deefff
}
@media   (max-width: 440px) {
  .Hero-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Hero-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Hero-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 24px;
  }
  }
@media    (min-width: 981px) {
  .Hero-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 24px;
  }
  }
.Hero-titleGroupSubTitle .underline {
  text-decoration: underline;
}
.Hero-subCTALink {
  margin: 40px auto;
  @apply --body-2;
  color: #5CCC8B;
}
.Hero-fellowship {
}
@media   (max-width: 440px) {
  .Hero-fellowship {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Hero-fellowship {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Hero-fellowship {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px;
  }
  }
@media    (min-width: 981px) {
  .Hero-fellowship {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 80px;
  }
  }
.RepoSection {

}
.RepoSection-item {
  width: 316px
}
@media   (max-width: 440px) {
  .RepoSection-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 16px 8px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .RepoSection-item {
    width: 100%;
    padding: 16px 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .RepoSection-item {
    width: 50%;
    padding: 16px 8px;
  }
  }
@media    (min-width: 981px) {
  .RepoSection-item {
    width: 316px;
    margin: 0 8px 16px;
  }
  }
.repo-special-section-item {
}
@media    (min-width: 981px) {
  .repo-special-section-item {
    width: 316px;
    margin: 16px 8px;
  }
  }
.fo-shadow {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .09), inset 0px -2px 6px -5px rgba(0, 0, 0, .09);
}
.fo-shadow-2 {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .15), inset 0px -2px 6px -5px rgba(0, 0, 0, .15);
}
.Avatar {
  background: white;
  border-radius: 999px;
  box-shadow: 0 0 0 2px white;
}
.Avatar {
  display: inline-block;
  margin-left: -6px;
}
.RepoSection-grid {
  width: 996px;
  max-width: 100%;
  margin: 0 auto
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .RepoSection-grid {
    overflow-x: scroll;
  }
  }
.RepoSection-grid--header {
}
@media   (max-width: 440px) {
  .RepoSection-grid--header {
    margin-bottom: -40px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .RepoSection-grid--header {
    margin-bottom: -40px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .RepoSection-grid--header {
    margin-bottom: -96px;
  }
  }
@media    (min-width: 981px) {
  .RepoSection-grid--header {
    margin-bottom: -96px;
  }
  }
.RepoSection-cards {
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .RepoSection-cards {
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 0 16px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .RepoSection-cards {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
  }
@media    (min-width: 981px) {
  .RepoSection-cards {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
  }
.RepoCard {
  text-align: center;
  position: relative;
  height: 200px;
  background: white;
  border-color: #d9e3ed !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: transform .2s ease-out;
}
.RepoCard:hover {
  transform: translateY(-4px);
}
.RepoCard:active {
  transform: scale(.95) translateY(4px);
}
.RepoCard-authors {
  text-align: center;
  margin-top: -16px;
  position: absolute;
  width: 100%;
}
.RepoCard-content {
  padding: 16px;
  padding-top: 40px;
  -ms-flex: 1;
      flex: 1;
}
.RepoCard-name {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  font-weight: 500;
  color: #49B882;
}
.RepoCard-description {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.RepoCard-stats {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  /*margin-top: var(--major-scale-1);*/
}
.RepoCard-stats-langauageLabel {
  display: inline-block;
}
.RepoCard-stats-box {
  height: 40px;
  width: 50%;
  line-height: 40px;
  display: inline-block;
}
.RepoCard-stats-divide {
  display: inline-block;
  height: 40px;
  margin: 0 18px 0;
  content: '';
  border-left: 1px solid #e7eef6;
}
.RepoCard-stats-starIcon {
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  margin-right: 8px;
}
.RepoCard-stats-starsLabel {
  vertical-align: middle;
}
.RepoCard-stats-forkIcon {
vertical-align: middle;
}
.RepoCard-stats-forkLabel {
  vertical-align: middle;

}
.Tabs {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
}
.Tabs-item {
  cursor: pointer;
  width: 140px;
  text-align: center;
  border-right: 1px solid #D9E3ED;
}
.Tabs-item:last-of-type {
  border-right: none;
}
.Tabs-item.active,
.Tabs-item:hover {
  color: #006CD1;
}
.Tabs-item-image {
  height: 64px;
  width: 64px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.Tabs-item-image img {
  display: block;
}
.Tabs-item-name {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  font-weight: 500;
  color: inherit;
}
.Tabs-item-repos {
  color: #8BA2B5;
}
.TitleGroup {
  max-width: 800px;
  margin: 0 auto 16px
}
@media   (max-width: 440px) {
  .TitleGroup {
}

  }
@media   (min-width: 441px) and (max-width: 620px) {
  .TitleGroup {
}

  }
@media   (min-width: 621px) and (max-width: 980px) {
  .TitleGroup {
    text-align: center;
  }
  }
@media    (min-width: 981px) {
  .TitleGroup {
    text-align: center;
  }
  }
.TitleGroup--openFellowship {
}
@media   (max-width: 440px) {
  .TitleGroup--openFellowship {
    margin-top: 40px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .TitleGroup--openFellowship {
    margin-top: 40px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .TitleGroup--openFellowship {
    margin-top: 40px;
  }
  }
@media    (min-width: 981px) {
  .TitleGroup--openFellowship {
    margin-top: 120px;
  }
  }
.TitleGroup-title {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 16px;
}
.TitleGroup-description {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #395368;
}
.TitleGroup-caps {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #8BA2B5;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}
.TitleGroup-actions {
}
@media   (max-width: 440px) {
  .TitleGroup-actions {
    padding-bottom: 40px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .TitleGroup-actions {
    padding-bottom: 208px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .TitleGroup-actions {
    padding-bottom: 208px;
  }
  }
@media    (min-width: 981px) {
  .TitleGroup-actions {
    padding-bottom: 208px;
  }
  }
.TitleGroup-actions button {
  margin: 40px 0 24px;
  font-size: 16px;
}
.Topics-select {
}
@media   (min-width: 621px) and (max-width: 980px),    (min-width: 981px) {
  .Topics-select {
    display: none;
  }
  }
.Topics-tabs {
  margin-top: 40px;
  margin-bottom: 32px
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .Topics-tabs {
    display: none;
  }
  }
.Project-body {
  width: 100%;
  overflow: hidden;
  background: #fafbfc
}
@media   (max-width: 440px) {
  .Project-body {
    padding: 0 18px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-body {
    padding: 0 18px;
  }
  }
.Project-body.Project--niffy:before {
  position: absolute;
  width: 100%;
  min-height: 100%;
  content: ' ';
  background: url(/bg-bubbles.svg) no-repeat;
  background-position: 0 10px;
  background-size: cover
}
@media   (max-width: 440px) {
  .Project-body.Project--niffy:before {
    display: none;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-body.Project--niffy:before {
    display: none;
  }
  }
.Project-titleContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}
.Project-titleGroup {
  padding-top: 32px;
  margin: 0 auto;
  max-width: 100%;
  width: 760px
}
@media   (max-width: 440px) {
  .Project-titleGroup {
    padding-top: 32px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-titleGroup {
    padding-top: 32px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-titleGroup {
    text-align: center;
    padding-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Project-titleGroup {
    text-align: center;
    padding-top: 32px;
  }
  }
.Project-titleGroupLogo {
  width: 160px;
  margin: 0 auto;
}
.Project-titleGroupIcon {
  width: 40px;
  margin: 0 auto;
}
.Project-titleGroupTitle {
}
@media   (max-width: 440px) {
  .Project-titleGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-titleGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-titleGroupTitle {
    font-size: 62px;
    font-weight: 900;
  }
  }
@media    (min-width: 981px) {
  .Project-titleGroupTitle {
    font-size: 72px;
    font-weight: 900;
  }
  }
.Project--niffy .Project-titleGroupTitle,
.Project--niffy .Project-installGroupTitle {
  color: #E365A6;
}
.Project--next .Project-titleGroupTitle {
  color: #0a1818;
}
.Project-titleGroupSubTitle {
  color: #395368
}
@media   (max-width: 440px) {
  .Project-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 16px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 16px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 16px;
  }
  }
@media    (min-width: 981px) {
  .Project-titleGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 16px;
  }
  }
.Project-titleGroupSubTitle br {
}
@media   (max-width: 440px) {
  .Project-titleGroupSubTitle br {
    display: none;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-titleGroupSubTitle br {
    display: none;
  }
  }
.Project-githubCTA {
  display: block;
  position: absolute;
  top: 25px;
  right: -50px;
  padding: .8em 1.5em;
  width: 15em;
  text-align: center;
  background-color: #0a1818;
  font-size: .8em;
  font-weight: 500;
  color: #fefefe;
  text-decoration: none;
  white-space: nowrap;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: all .2s
}
@media   (max-width: 440px) {
  .Project-githubCTA {
    display: none;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-githubCTA {
    display: none;
  }
  }
.Project--niffy .Project-githubCTA:hover {
  background-color: #E365A6;
}
.Project--next .Project-githubCTA:hover {
  background: white;
  color: #0a1818;
  box-shadow: 0 0 20px rgba(0, 0, 0, .125);
}
.Project-exampleGroup {
  margin-top: 32px;
  margin: 0 auto;
  max-width: 100%;
  width: 600px
}
@media   (max-width: 440px) {
  .Project-exampleGroup {
    margin-top: 32px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleGroup {
    margin-top: 48px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleGroup {
    text-align: center;
    margin-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Project-exampleGroup {
    text-align: center;
    margin-top: 32px;
  }
  }
.Project--next .Project-exampleGroup {
  width: 760px
}
@media   (min-width: 621px) and (max-width: 980px) {
  .Project--next .Project-exampleGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Project--next .Project-exampleGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 32px;
  }
  }
.Project--next .Project-exampleGroup.Project-exampleGroup--images {
  width: auto;
  max-width: 940px;
}
.Project-exampleGroupExplainer {
  max-width: 300px;
  text-align: left;
}
.Project-exampleGroupTitle {
  font-weight: 600;
  line-height: 30px;
}
.Project-exampleGroupCode {
  width: 100%
}
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleGroupCode {
    transform: translateX(-5%);
  }
  }
@media    (min-width: 981px) {
  .Project-exampleGroupCode {
    transform: translateX(-25%);
  }
  }
.Project--next .Project-exampleGroupCode {
  margin: 16px 0 0 auto;
  display: inline-block;
  width: auto;
  transform: none
}
@media   (max-width: 440px) {
  .Project--next .Project-exampleGroupCode {
    width: 100%;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project--next .Project-exampleGroupCode {
    width: 100%;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project--next .Project-exampleGroupCode {
    margin-top: 16px;
  }
  }
@media    (min-width: 981px) {
  .Project--next .Project-exampleGroupCode {
    margin-top: 16px;
  }
  }
.Project-exampleGroupCode pre {
  font-size: 16px;
  background: white !important;
  color: #395368 !important;
}
.Project--next .Project-exampleGroupCode pre {
  padding: 22px 30px !important;
  font-size: 22px;
  text-align: center;
  overflow: hidden;
  font-weight: 600 !important
}
@media   (max-width: 440px) {
  .Project--next .Project-exampleGroupCode pre {
    padding: 16px 20px !important;
    font-size: 12px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project--next .Project-exampleGroupCode pre {
    padding: 16px 20px !important;
    font-size: 12px;
  }
  }
.Project-exampleGroupDemo {
  width: 100%;
  margin-top: 32px
}
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleGroupDemo {
    margin-top: -180px;
    transform: translateX(5%);
  }
  }
@media    (min-width: 981px) {
  .Project-exampleGroupDemo {
    margin-top: -340px;
    transform: translateX(30%);
  }
  }
.Project-exampleGroupDemo video,
.Project-exampleGroupDemo img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  overflow: hidden;
}
.Project-installGroup {
  margin-top: 32px;
  margin: 0 auto;
  max-width: 100%;
  width: 760px
}
@media   (max-width: 440px) {
  .Project-installGroup {
    margin-top: 32px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-installGroup {
    margin-top: 32px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-installGroup {
    text-align: center;
    margin-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Project-installGroup {
    text-align: center;
    margin-top: 32px;
  }
  }
.Project-installGroupTitle {
  color: #0a1818
}
@media   (max-width: 440px) {
  .Project-installGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-installGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-installGroupTitle {
    margin-top: 48px;
    font-size: 32px;
    font-weight: 900;
  }
  }
@media    (min-width: 981px) {
  .Project-installGroupTitle {
    margin-top: 48px;
    font-size: 52px;
    font-weight: 900;
  }
  }
.Project-installGroupSubTitle {
  color: #395368
}
@media   (max-width: 440px) {
  .Project-installGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-installGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-installGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Project-installGroupSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
    margin-top: 32px;
  }
  }
.Project-installGroupCode {
  display: inline-block;
  color: #395368
}
@media   (max-width: 440px) {
  .Project-installGroupCode {
    margin-top: 16px;
    width: 100%;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-installGroupCode {
    margin-top: 16px;
    width: 100%;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-installGroupCode {
    margin-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Project-installGroupCode {
    margin-top: 32px;
  }
  }
.Project-installGroupCode pre {
  background: white !important;
  color: #395368 !important;
  padding: 22px 30px !important;
  font-size: 22px;
  text-align: center;
  overflow: hidden;
  font-weight: 600 !important
}
@media   (max-width: 440px) {
  .Project-installGroupCode pre {
    padding: 20px 18px !important;
    font-size: 12px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-installGroupCode pre {
    padding: 20px 18px !important;
    font-size: 12px;
  }
  }
.Project-exampleGroupImages {
  width: 50%
}
@media   (max-width: 440px) {
  .Project-exampleGroupImages {
    margin-top: 16px;
    width: 100%;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleGroupImages {
    margin-top: 16px;
    width: 100%;
  }
  }
.Project-exampleGroupImages img {
  width: 100%;
}
.Project-exampleListGroup {
  margin-top: 32px;
  margin: 0 auto;
  max-width: 100%
}
@media   (max-width: 440px) {
  .Project-exampleListGroup {
    margin-top: 32px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleListGroup {
    margin-top: 32px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleListGroup {
    text-align: center;
    margin-top: 32px;
  }
  }
@media    (min-width: 981px) {
  .Project-exampleListGroup {
    text-align: center;
    margin-top: 32px;
  }
  }
.Project-exampleListGroupTitle {
  color: #0a1818
}
@media   (max-width: 440px) {
  .Project-exampleListGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleListGroupTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 37px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleListGroupTitle {
    margin-top: 48px;
    font-size: 32px;
    font-weight: 900;
  }
  }
@media    (min-width: 981px) {
  .Project-exampleListGroupTitle {
    margin-top: 48px;
    font-size: 52px;
    font-weight: 900;
  }
  }
.Project-exampleListGallery {

  /*@media (--range-lap) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
  }

  @media (--range-desk) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 720px;
    margin: 0 auto;
  }*/
}
.Project-exampleList {
  margin: 24px auto;
  width: 100%;
  max-width: 320px;
  max-height: 217px;
  overflow-y: auto;
  border-top: 1px solid #d9e3ed;
  border-bottom: 1px solid #d9e3ed;
}
.Project-exampleListItem {
  width: 100%;
  padding: 12px;
  height: 54px;
  cursor: pointer;
  position: relative;
  background: white;
  border: 1px solid #d9e3ed;
  border-top: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box
}
.Project-exampleListItem:hover .Project-exampleListItemTitle {
  color: #067df7;
}
.Project-exampleListItem:last-of-type {
  border-bottom: 0;
}
.Project-exampleListItemTitle {
  position: relative;
  color: #395368;
  transition: transform .2s ease-out
}
@media   (max-width: 440px) {
  .Project-exampleListItemTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleListItemTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleListItemTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  }
@media    (min-width: 981px) {
  .Project-exampleListItemTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  }
.Project-exampleListItemTitle > a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Project-exampleListItemSubTitle {
  color: #8BA2B5
}
@media   (max-width: 440px) {
  .Project-exampleListItemSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleListItemSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleListItemSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
  }
@media    (min-width: 981px) {
  .Project-exampleListItemSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
  }
.Project-exampleListSearchGroup {
  width: 100%
}
@media   (min-width: 621px) and (max-width: 980px) {
  .Project-exampleListSearchGroup {
    margin: 24px auto;
    width: 40%;
  }
  }
@media    (min-width: 981px) {
  .Project-exampleListSearchGroup {
    margin: 24px auto;
    width: 40%;
  }
  }
.Project-exampleListSearchInput,
.Project-exampleListSearchCode {
}
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleListSearchInput,
.Project-exampleListSearchCode {
    margin: 24px 0;
  }
  }
@media   (max-width: 440px) {
  .Project-exampleListSearchInput,
.Project-exampleListSearchCode {
    margin: 24px 0;
  }
  }
.Project-exampleListSearchCode pre {
  font-size: 16px;
  background: white !important;
  color: #395368 !important;
  font-weight: 600 !important
}
@media   (min-width: 441px) and (max-width: 620px) {
  .Project-exampleListSearchCode pre {
    font-size: 11px;
    text-align: center;
  }
  }
@media   (max-width: 440px) {
  .Project-exampleListSearchCode pre {
    font-size: 11px;
    text-align: center;
  }
  }
.Project-exampleListSearchInputHelp {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #8BA2B5;
}
.Link--primary {
  display: inline-block;
  position: relative;
  color: #49B882;
}
.Link--primary.Link--animatedHover::after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #49B882;
  transition: all .3s;
}
.Link--primary.Link--animatedHover:hover::after {
  width: 100%;
}
.Link--twitter,
.Link--muted {
  transition: color 0.16s;
}
.Link--twitter {
  color: #1DA1F2;
}
.Link--twitter:hover {
  color: #0c84cf;
}
.Link--twitter:active {
  color: #126497;
}
.Link--twitter svg {
  position: relative;
  top: 3px;
  margin-left: 4px;
}
.Link--muted {
  color: #8BA2B5;
}
.Link--muted .icon-back-arrow {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.Link--muted:hover {
  color: #395368;
}
.Link--muted:active {
  color: #293C4B;
}
.Navigation {
  font-size: 16px;
  position: relative;
  /* HACK visually align */
  margin-top: -4px;
  z-index: 10
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px),   (min-width: 621px) and (max-width: 980px) {
  .Navigation {
    background-color: white;
    margin-bottom: 48px;
  }
  }
@media   (max-width: 440px) {
  .Navigation {
    margin-bottom: 32px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Navigation {
    margin-bottom: 40px;
  }
  }
.Navigation-body {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 24px;
  margin: auto
}
@media   (max-width: 440px) {
  .Navigation-body {
    padding: 16px;
  }
  }
.Navigation-logoSubTitle {
  color: #8BA2B5;
  margin-left: 2px
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .Navigation-logoSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px),    (min-width: 981px) {
  .Navigation-logoSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
  }
  }
@media   (max-width: 440px) {
  .Navigation-logoSubTitle {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
  }
.Navigation-left,
.Navigation-middle,
.Navigation-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
}
.Navigation-middle {
  -ms-flex-pack: center;
      justify-content: center;
}
.Navigation-right {
  -ms-flex-pack: end;
      justify-content: flex-end
}
.Navigation-right .Link--primary {
}
@media   (max-width: 440px) {
  .Navigation-right .Link--primary {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.Navigation-logo {
  display: inline-block;
  position: relative;
  background: url('../css/logo.svg') center no-repeat;
  background-size: contain;
  text-indent: -9999px
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .Navigation-logo {
    width: 93px;
    height: 20px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px),    (min-width: 981px) {
  .Navigation-logo {
    width: 111px;
    height: 24px;
  }
  }
.Navigation-left .Navigation-logo {
  /* align with Blog */
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .Navigation-left .Navigation-logo {
    top: -2px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px),    (min-width: 981px) {
  .Navigation-left .Navigation-logo {
    top: -5px;
  }
  }
.Navigation-LinkList {
  display: none;
}
.NavigationLinks {
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px),   (min-width: 621px) and (max-width: 980px) {
  .NavigationLinks {
    position: absolute;
    width: 100%;
    left: 0;
    top: 72px;
    text-align: center;
    overflow: visible;
    border-bottom: 1px solid #DAE4ED;
    background-color: white;
  }
  }
@media   (max-width: 440px) {
  .NavigationLinks {
    top: 54px;
  }
  }
.NavigationLinks-link {
  color: #8BA2B5;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
.NavigationLinks-link.active {
  color: #395368;
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px),   (min-width: 621px) and (max-width: 980px) {
  .NavigationLinks-link {
    display: inline-block;
    padding: 8px 0;
    margin: 0 8px;
  }
  .NavigationLinks-link.active {
    box-shadow: 0 1px #8BA2B5;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .NavigationLinks-link {
    padding: 12px 0;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .NavigationLinks-link {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
  }
@media   (max-width: 440px) {
  .NavigationLinks-link {
    font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    font-size: 12px;
    padding: 4px 0;
  }
  }
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .NavigationLinks-link {
}
  .NavigationLinks-link:active {
    color: #395368;
  }
  }
@media (max-width: 360px) {
  .NavigationLinks-link {
    font-size: 12px;
    margin: 0 4px;
  }
  }
.muted-text {
  color: #8BA2B5;
}
.hide-on-mobile {
}
@media   (max-width: 440px),   (min-width: 441px) and (max-width: 620px) {
  .hide-on-mobile {
    display: none;
  }
  }
.ViewAllProjects a {
  font-size: 16px;
}
.applications-close {
  font-family: 'Segment Circular Std', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8BA2B5;
}
.padding-x {
}
@media   (max-width: 440px) {
  .padding-x {
    padding-left: 32px;
    padding-right: 32px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .padding-x {
    padding-left: 32px;
    padding-right: 32px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .padding-x {
    padding-left: 40px;
    padding-right: 40px;
  }
  }
.padding-btm {
  padding-bottom: 32px
}
@media   (min-width: 621px) and (max-width: 980px) {
  .padding-btm {
    padding-bottom: 40px;
  }
  }
.Container {
  max-width: 100%;
  width: 768px;
  margin: 0 auto;
  background: white;
  margin-bottom: 80px;
  padding-bottom: 80px
}
.Container:before,
  .Container:after {
  content: '';
  display: table;
  clear: both;
}
@media   (min-width: 621px) and (max-width: 980px) {
  .Container {
    border-radius: 8px;
    max-width: calc(100% - 16px);
  }
  }
@media    (min-width: 981px) {
  .Container {
    border-radius: 8px;
    max-width: 100%;
  }
  }
.Container--bringUp {
}
@media   (max-width: 440px) {
  .Container--bringUp {
    margin-top: -180px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Container--bringUp {
    margin-top: -180px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Container--bringUp {
    margin-top: -280px;
  }
  }
@media    (min-width: 981px) {
  .Container--bringUp {
    margin-top: -280px;
  }
  }
.Container-inner {
}
@media   (max-width: 440px) {
  .Container-inner {
    margin: 16px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Container-inner {
    margin: 40px;
  }
  }
@media   (min-width: 621px) and (max-width: 980px) {
  .Container-inner {
    margin: 80px;
  }
  }
@media    (min-width: 981px) {
  .Container-inner {
    margin: 80px;
  }
  }
.Content-cta {
}
@media   (max-width: 440px) {
  .Content-cta {
    margin-top: 40px;
  }
  }
@media   (min-width: 441px) and (max-width: 620px) {
  .Content-cta {
    margin-top: 40px;
  }
  }
.field {
  position: relative;
  height: 100px;
  margin: 10px 0;
  perspective: 1000px;
}
.ball,
.ball2,
.ball3 {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.ball img,
.ball2 img {
  width: 100%;
}
.ball3 img {
  width: 140%;
}
hr {
  width: 40%;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #d8e2ec;
}
