@font-face {
  font-family: 'Roboto';
  src: url("/assets/Roboto/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto';
  font-weight: bold;
  src: url("/assets/Roboto/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Sahitya';
  src: url("/assets/Sahitya/Sahitya-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Sahitya';
  font-weight: bold;
  src: url("/assets/Sahitya/Sahitya-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/assets/icons/MaterialIcons-Regular.woff2) format("woff2"), url(/assets/icons/MaterialIcons-Regular.woff) format("woff"), url(/assets/icons/MaterialIcons-Regular.ttf) format("truetype"); }

.Icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility; }

/* Rules for sizing the icon. */
.Icon--xxtiny {
  font-size: 4px; }

.Icon--xtiny {
  font-size: 8px; }

.Icon--tiny {
  font-size: 12px; }

.Icon--xxs {
  font-size: 18px; }

.Icon--xs {
  font-size: 24px; }

.Icon--s {
  font-size: 28px; }

.Icon--m {
  font-size: 32px; }

.Icon--l {
  font-size: 36px; }

.Icon--xl {
  font-size: 48px; }

.Icon--xxl {
  font-size: 64px; }

/* Rules for using icons as black on a light background. */
.Icon--dark {
  color: rgba(0, 0, 0, 0.54); }

.Icon--dark-inactive {
  color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.Icon--light {
  color: white; }

.Icon--light-inactive {
  color: rgba(255, 255, 255, 0.3); }

/** Orange **/
.Icon--orange {
  color: #FB8C00; }

.Icon--orange-inactive {
  color: #fb8c00; }

/** Green **/
.Icon--green {
  color: #8CC63F; }

.Icon--green-inactive {
  color: #8cc63f; }

.CodeBlock {
  display: flex;
  font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
  line-height: 1.6; }
  .CodeBlock--light {
    /**
 * GitHub Gist Theme
 * Author : Anthony Attard - https://github.com/AnthonyAttard
 * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
 */
    color: black;
    background-color: #f9f9f9;
    border: 1px solid #DDD; }
    .CodeBlock--light .hljs {
      display: block;
      background: white;
      padding: 0.5em;
      color: #333333;
      overflow-x: auto; }
    .CodeBlock--light .hljs-comment,
    .CodeBlock--light .hljs-meta {
      color: #969896; }
    .CodeBlock--light .hljs-variable,
    .CodeBlock--light .hljs-template-variable,
    .CodeBlock--light .hljs-strong,
    .CodeBlock--light .hljs-emphasis,
    .CodeBlock--light .hljs-quote {
      color: #df5000; }
    .CodeBlock--light .hljs-keyword,
    .CodeBlock--light .hljs-selector-tag,
    .CodeBlock--light .hljs-type {
      color: #d73a49; }
    .CodeBlock--light .hljs-literal,
    .CodeBlock--light .hljs-symbol,
    .CodeBlock--light .hljs-bullet,
    .CodeBlock--light .hljs-attribute {
      color: #0086b3; }
    .CodeBlock--light .hljs-section,
    .CodeBlock--light .hljs-name {
      color: #63a35c; }
    .CodeBlock--light .hljs-tag {
      color: #333333; }
    .CodeBlock--light .hljs-title,
    .CodeBlock--light .hljs-attr,
    .CodeBlock--light .hljs-selector-id,
    .CodeBlock--light .hljs-selector-class,
    .CodeBlock--light .hljs-selector-attr,
    .CodeBlock--light .hljs-selector-pseudo {
      color: #6f42c1; }
    .CodeBlock--light .hljs-addition {
      color: #55a532;
      background-color: #eaffea; }
    .CodeBlock--light .hljs-deletion {
      color: #bd2c00;
      background-color: #ffecec; }
    .CodeBlock--light .hljs-link {
      text-decoration: underline; }
    .CodeBlock--light .hljs-number {
      color: #005cc5; }
    .CodeBlock--light .hljs-string {
      color: #032f62; }
  .CodeBlock--dark {
    /* Base16 Atelier Plateau Dark - Theme */
    /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */
    /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
    /* Atelier-Plateau Comment */
    /* Atelier-Plateau Red */
    /* Atelier-Plateau Orange */
    /* Atelier-Plateau Green */
    /* Atelier-Plateau Blue */
    /* Atelier-Plateau Purple */
    color: #BBB;
    background-color: #333;
    border: 1.5px solid #222; }
    .CodeBlock--dark .hljs-comment,
    .CodeBlock--dark .hljs-quote {
      color: #7e7777; }
    .CodeBlock--dark .hljs-variable,
    .CodeBlock--dark .hljs-template-variable,
    .CodeBlock--dark .hljs-attribute,
    .CodeBlock--dark .hljs-tag,
    .CodeBlock--dark .hljs-name,
    .CodeBlock--dark .hljs-regexp,
    .CodeBlock--dark .hljs-link,
    .CodeBlock--dark .hljs-name,
    .CodeBlock--dark .hljs-selector-id,
    .CodeBlock--dark .hljs-selector-class {
      color: #ca4949; }
    .CodeBlock--dark .hljs-number,
    .CodeBlock--dark .hljs-meta,
    .CodeBlock--dark .hljs-built_in,
    .CodeBlock--dark .hljs-builtin-name,
    .CodeBlock--dark .hljs-literal,
    .CodeBlock--dark .hljs-type,
    .CodeBlock--dark .hljs-params {
      color: #b45a3c; }
    .CodeBlock--dark .hljs-string,
    .CodeBlock--dark .hljs-symbol,
    .CodeBlock--dark .hljs-bullet {
      color: #4b8b8b; }
    .CodeBlock--dark .hljs-title,
    .CodeBlock--dark .hljs-section {
      color: #7272ca; }
    .CodeBlock--dark .hljs-keyword,
    .CodeBlock--dark .hljs-selector-tag {
      color: #8464c4; }
    .CodeBlock--dark .hljs-deletion,
    .CodeBlock--dark .hljs-addition {
      color: #1b1818;
      display: inline-block;
      width: 100%; }
    .CodeBlock--dark .hljs-deletion {
      background-color: #ca4949; }
    .CodeBlock--dark .hljs-addition {
      background-color: #4b8b8b; }
    .CodeBlock--dark .hljs {
      display: block;
      overflow-x: auto;
      background: #1b1818;
      color: #8a8585;
      padding: 0.5em; }
    .CodeBlock--dark .hljs-emphasis {
      font-style: italic; }
    .CodeBlock--dark .hljs-strong {
      font-weight: bold; }
  .CodeBlock__lineNumbers {
    padding: 0.5em; }
    .CodeBlock__lineNumbers--light {
      background-color: #DDD;
      opacity: 0.2; }
    .CodeBlock__lineNumbers--dark {
      color: #555;
      background-color: #222; }
  .CodeBlock__code {
    white-space: pre;
    overflow: auto;
    padding: 0.5em; }

html, body, #app {
  font-family: Roboto;
  margin: 0;
  padding: 0;
  min-height: 100%; }

#app {
  flex: 1;
  display: flex;
  flex-direction: column; }

a {
  cursor: pointer;
  text-decoration: none; }

a.link {
  font-weight: bolder;
  font-size: 0.95em;
  color: #638e2a;
  margin: 0 0.2em; }
  a.link--gray {
    color: #304618; }

.common__spacer {
  display: flex;
  flex-grow: 1; }

.bolder-text {
  font-weight: bolder;
  font-size: 0.95em;
  margin: 0 0.2em; }

.Message {
  padding: 1em;
  margin: 1em;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .Message {
      flex-direction: column; } }
  .Message--bad {
    background-color: #ff9999;
    border: 1px solid #ab2b2b;
    color: #791a1a; }
  .Message--good {
    background-color: #eaffe6;
    border: 1px solid #b7d7b0;
    color: #395735; }
  .Message__icon {
    max-width: 72px; }
  .Message__box {
    padding-left: 1em; }
  .Message__title {
    font-size: 1.25em; }
  .Message__info {
    opacity: 0.7; }

.PageBannerMenu {
  display: flex;
  flex-direction: row;
  align-content: center; }
  .PageBannerMenu__box {
    display: flex;
    flex-direction: row;
    align-content: center; }
    @media (max-width: 767px) {
      .PageBannerMenu__box {
        display: none; } }
  .PageBannerMenu__btn {
    color: white;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0.25em 0.75em;
    margin: 0 0.5em;
    opacity: 0.8;
    transition: opacity 0.5s ease; }
    .PageBannerMenu__btn:hover {
      opacity: 1; }
  .PageBannerMenu__iconBtn {
    opacity: 0.8;
    height: 32px;
    cursor: pointer;
    margin: 0 0.5em;
    transition: opacity 0.5s ease; }
    .PageBannerMenu__iconBtn:hover {
      opacity: 1; }

.PageBannerMenuDropdown {
  display: none; }
  @media (min-width: 768px) {
    .PageBannerMenuDropdown {
      display: none; } }
  .PageBannerMenuDropdown__wrapper {
    display: flex;
    justify-content: flex-end;
    background-color: black;
    color: white;
    padding: 0 1.0em; }
  .PageBannerMenuDropdown__aligner {
    display: flex;
    flex-direction: column; }
  .PageBannerMenuDropdown__btn {
    display: flex;
    align-items: center;
    color: white;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0.75em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .PageBannerMenuDropdown__btnIcon {
    height: 32px;
    margin-right: 0.5em; }

.PageBannerLogo {
  display: flex;
  align-items: center;
  flex-direction: row;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .PageBannerLogo__image {
    width: 32px;
    height: 32px; }
  .PageBannerLogo__title {
    color: white;
    font-size: 1.2em;
    padding-left: 0.5em; }

.PageBanner {
  background-color: black;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.5em; }
  .PageBanner__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 920px; }
  .PageBanner__spacer {
    display: flex;
    flex-grow: 1; }
  @media (min-width: 768px) {
    .PageBanner__toggleMenuBtn {
      display: none; } }
  .PageBanner__toggleMenuIcon {
    color: white; }

.PageFooter {
  background-color: black;
  padding-bottom: 2.0em; }
  .PageFooter__aligner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0.5em 1.0em; }
  .PageFooter__copyright {
    font-size: 0.8em;
    color: rgba(255, 255, 255, 0.4); }

.NotebookLink {
  display: flex;
  padding: 0.5em;
  border: 1px solid transparent;
  margin: 1em 0;
  transition: background-color 0.5s ease, border 0.5s ease; }
  @media (max-width: 767px) {
    .NotebookLink {
      flex-direction: column;
      align-items: center; } }
  .NotebookLink__thumbnail {
    max-width: 220px;
    border: 1px solid #CCC;
    overflow: hidden; }
    .NotebookLink__thumbnail img {
      width: 100%; }
  .NotebookLink__text {
    padding: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media (max-width: 767px) {
      .NotebookLink__text {
        padding: 1em 0; } }
  .NotebookLink__title {
    font-size: 2em;
    color: black; }
  .NotebookLink__summary {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6; }
  .NotebookLink:hover {
    background-color: #EEE;
    border: 1px solid #CCC; }

.ExternalLink {
  display: flex;
  margin: 1em 0 1em 2em;
  cursor: pointer;
  overflow: hidden; }
  @media (max-width: 479px) {
    .ExternalLink {
      flex-direction: column;
      margin: 1em 0; } }
  .ExternalLink:hover .ExternalLink__title {
    border-bottom: 2px solid #8CC63F;
    color: #8CC63F; }
  .ExternalLink:hover .ExternalLink__url {
    color: #577f2c; }
  .ExternalLink:hover .ExternalLink__iconBox {
    opacity: 0.5; }
  .ExternalLink__iconBox {
    display: flex;
    margin-right: 1em;
    opacity: 1;
    transition: opacity 0.5s ease; }
    @media (max-width: 479px) {
      .ExternalLink__iconBox {
        justify-content: center;
        margin: 0.5em 0; } }
  .ExternalLink__icon {
    height: 36px; }
  .ExternalLink__textBox {
    display: flex;
    flex-direction: column; }
    @media (max-width: 479px) {
      .ExternalLink__textBox {
        align-items: center; } }
  .ExternalLink__bar {
    display: flex; }
    @media (max-width: 479px) {
      .ExternalLink__bar {
        justify-content: center; } }
  .ExternalLink__shrinker {
    flex: 1; }
    @media (max-width: 479px) {
      .ExternalLink__shrinker {
        display: none; } }
  .ExternalLink__spacer {
    flex: 1; }
  .ExternalLink__title {
    font-size: 1.2em;
    font-weight: bold;
    color: #577f2c;
    border-bottom: 2px solid transparent;
    transition: color 0.5s ease, border-bottom 0.5s ease; }
  .ExternalLink__url {
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.7);
    transition: color 0.5s ease;
    text-overflow: ellipsis; }

.GreenButton {
  text-align: center;
  display: block;
  color: black;
  text-decoration: none;
  background-color: #8CC63F;
  border: 3px solid transparent;
  padding: 0.5em 2em;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease; }
  .GreenButton:hover {
    border: 3px solid #8CC63F;
    background-color: black;
    color: #8CC63F; }
  .GreenButton__box {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .GreenButton__textBox {
    display: flex;
    flex-direction: column; }
    .GreenButton__textBox--left {
      text-align: left; }
    .GreenButton__textBox--center {
      text-align: center; }
  .GreenButton__icon {
    margin-right: 0.5em; }
  .GreenButton__label {
    font-weight: bold; }
  .GreenButton__info {
    font-size: 0.7rem; }

.WhiteButton {
  text-align: center;
  display: block;
  color: #8a1318;
  text-decoration: none;
  background-color: white;
  border: 3px solid transparent;
  padding: 0.5em 2em;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease; }
  .WhiteButton:hover {
    border: 3px solid white;
    background-color: transparent;
    color: white; }
  .WhiteButton__box {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .WhiteButton__textBox {
    display: flex;
    flex-direction: column; }
    .WhiteButton__textBox--left {
      text-align: left; }
    .WhiteButton__textBox--center {
      text-align: center; }
  .WhiteButton__icon {
    margin-right: 0.5em; }
  .WhiteButton__label {
    font-weight: bold; }
  .WhiteButton__info {
    font-size: 0.7rem; }

.BlueButton {
  text-align: center;
  display: block;
  color: black;
  text-decoration: none;
  background-color: #96c4ed;
  border: 3px solid transparent;
  padding: 0.5em 2em;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease; }
  .BlueButton:hover {
    border: 3px solid #96c4ed;
    background-color: black;
    color: #96c4ed; }
  .BlueButton__box {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .BlueButton__textBox {
    display: flex;
    flex-direction: column; }
    .BlueButton__textBox--left {
      text-align: left; }
    .BlueButton__textBox--center {
      text-align: center; }
  .BlueButton__icon {
    margin-right: 0.5em; }
  .BlueButton__label {
    font-weight: bold; }
  .BlueButton__info {
    font-size: 0.7rem; }

.RedButton {
  text-align: center;
  display: block;
  color: white;
  text-decoration: none;
  background-color: #f23039;
  border: 3px solid transparent;
  padding: 0.5em 2em;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease; }
  .RedButton:hover {
    border: 3px solid #f23039;
    background-color: white;
    color: #f23039; }
  .RedButton__box {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center; }
  .RedButton__textBox {
    display: flex;
    flex-direction: column; }
    .RedButton__textBox--left {
      text-align: left; }
    .RedButton__textBox--center {
      text-align: center; }
  .RedButton__icon {
    margin-right: 0.5em; }
  .RedButton__label {
    font-weight: bold; }
  .RedButton__info {
    font-size: 0.7rem; }

.DownloadSection {
  margin: 3em 0; }
  .DownloadSection .Version {
    font-family: Roboto;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center; }
    .DownloadSection .Version__title {
      opacity: 0.6;
      font-size: 0.9em; }
    .DownloadSection .Version__box {
      font-size: 1.1em; }
    .DownloadSection .Version__revision {
      opacity: 0.4; }
    .DownloadSection .Version__separator {
      opacity: 0.8; }
      .DownloadSection .Version__separator--revision {
        opacity: 0.4; }
  .DownloadSection__icon {
    height: 28px;
    padding-right: 1em; }
    @media (max-width: 479px) {
      .DownloadSection__icon {
        padding: 1em 0; } }
  .DownloadSection__title {
    font-size: 1.5em;
    font-weight: bold; }
  .DownloadSection__row {
    display: flex;
    align-items: center;
    margin-bottom: 1em; }
    @media (max-width: 479px) {
      .DownloadSection__row {
        flex-direction: column; } }
    .DownloadSection__row--dark {
      font-family: Sahitya;
      background-color: #222;
      color: white;
      padding: 0.5em 1em;
      margin-bottom: 1em; }
  .DownloadSection__spacer {
    flex: 1; }
  .DownloadSection__textBox {
    flex: 2; }
  .DownloadSection__text {
    margin: 1.5em 0 0.5em 0; }
  .DownloadSection__requires {
    opacity: 0.7;
    margin: 1em 2em 0;
    padding-left: 1em;
    min-height: 2em; }
    @media (max-width: 479px) {
      .DownloadSection__requires {
        margin: 1em 0; } }
  .DownloadSection__button {
    margin-bottom: 0.5em; }
  .DownloadSection__list {
    line-height: 1.3em; }
    .DownloadSection__list li {
      margin: 0.75em 0; }
  .DownloadSection__alternatives {
    margin: 1em 0;
    padding: 1em; }
  .DownloadSection__installerButton {
    margin: 1em;
    flex: 1; }
    @media (max-width: 479px) {
      .DownloadSection__installerButton {
        width: 90%; } }
  .DownloadSection__installerInfo {
    flex: 2;
    font-size: 0.9em;
    opacity: 0.7; }
    @media (max-width: 479px) {
      .DownloadSection__installerInfo {
        flex: 1;
        width: 100%;
        margin-bottom: 1em; } }

.InstallSection {
  max-width: 920px;
  margin: 3em auto;
  padding: 0 1em; }
  .InstallSection__title {
    font-size: 2em;
    font-family: Sahitya;
    font-weight: bold; }
