/**
 * Turret
 */

/*!
 * turretcss v4.1.0-beta
 * http://turretcss.com
 *
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * Copyright 2017 Bigfish
 * http://www.bigfish.tv
 */

/**
 * Normalize
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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"], /* 1 */
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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, /* 1 */
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;
}

/**
 * Colors
 */

:root {


  /**
   * Color
   */
  
  /* White */
  
  /* Black */


  /**
   * Shades
   */
  
  /* Light */
  
  /* Grey */
  
  /* Dark */
  

  /**
   * Palette
   */
  
  /* Primary */

  /* Secondary */

  /* Tertiary */


  /**
   * Indicators
   */
  
  /* Info */

  /* Error */

  /* Warning */

  /* Success */


}

/**
 * Globals
 */

:root {


  /**
   * Media Queries
   */


  /**
   * Root
   */


  /**
   * Focus Outline
   */


  /**
   * Gutter
   */


  /**
   * Container
   */


  /**
   * Color
   */


  /**
   * Background
   */


  /**
   * Border
   */


  /**
   * Box Shadow
   */


  /**
   * Z-Index
   */


  /**
   * Speed
   */


  /**
   * Height
   */

  
  /**
   * Slope
   */


  /**
   * Space
   */


  /**
   * Margin
   */


  /**
   * Padding
   */


  /**
   * Max Width
   */


  /**
   * Font
   */


  /**
   * Font Weights
   */


  /**
   * Font Sizes
   */


  /**
   * Line height
   */


  /**
   * Letter Spacing
   */

}

/**
 * Variables
 */

:root {


  /**
   * Body
   */


  /**
   * Icon
   */


  /**
   * Print
   */


  /**
   * Headings
   */


  /**
   * Headings Small
   */


  /**
   * Heading Font Sizes
   */


  /**
   * Display Title
   */
  

  /**
   * Big
   */


  /**
   * Small Caps
   */


  /**
   * Lead
   */


  /**
   * Paragraph
   */


  /**
   * Link
   */


  /**
   * Strong
   */


  /**
   * Emphasis
   */


  /**
   * Horizontal Rule
   */


  /**
   * Blockquote
   */


  /**
   * Cite
   */


  /**
   * List
   */


  /**
   * List Item
   */


  /**
   * Child List
   */


  /**
   * Unordered List
   */


  /** 
   * Definition List
   */


  /** 
   * Definition Term
   */


  /** 
   * Definition Description
   */


  /**
   * Code
   */


  /** 
   * Pre
   */


  /**
   * Kbd
   */


  /**
   * Mark
   */


  /**
   * Form Message
   */


  /** 
   * Field
   */


  /** 
   * Fieldset
   */


  /** 
   * Legend
   */


  /** 
   * Label
   */


  /** 
   * Input
   */


  /** 
   * Input Sizes
   */


  /**
   * Textarea
   */


  /**
   * Select
   */


  /** 
   * Select Sizes
   */


  /**
   * Control
   */


  /** 
   * Control Sizes
   */


  /** 
   * Range
   */
  

  /** 
   * Range Sizes
   */


  /** 
   * Progress
   */
  

  /** 
   * Progress Sizes
   */


  /**
   * Button
   */


  /** 
   * Button Sizes
   */


  /** 
   * Button Shades
   */


  /** 
   * Button Palette
   */


  /** 
   * Button Indicators
   */


  /** 
   * Button Icon
   */


  /**
   * Figure
   */


  /**
   * Media
   */


  /**
   * Nav
   */


  /**
   * Spinner
   */


  /**
   * Table
   */


}

/**
 * Mixins
 */

:root {


  /** 
   * Transition
   */


  /** 
   * Clearfix
   */


  /** 
   * Center
   */


  /** 
   * Cover
   */


  /** 
   * Text Hide
   */


  /** 
   * Hide Visually
   * Hide but keep in DOM for Screen Readers
   */


  /**
   * Truncate
   */


  /**
   * Font Smoothing
   */


  /**
   * Overflow Scroll
   */


  /**
   * Display Title
   */


  /**
   * Big
   */


  /**
   * Small Caps
   */


  /**
   * Lead
   */
}

/**
 * Base
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

:focus {
  outline: none;
  outline-offset: 1px;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

figure {
  margin: 0;
}

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

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child, dl:first-child, dd:first-child, dt:first-child, ul li:first-child, ol li:first-child, blockquote:first-child, cite:first-child, .field:first-child, fieldset:first-child, label:first-child, input:first-child, textarea:first-child, .select:first-child, .control:first-child, progress:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, dl:last-child, dd:last-child, dt:last-child, ul li:last-child, ol li:last-child, blockquote:last-child, cite:last-child, .field:last-child, fieldset:last-child, label:last-child, input:last-child, textarea:last-child, .select:last-child, .control:last-child, progress:last-child {
  margin-bottom: 0;
}

:root {
  font-size: 16px;
}

@media (min-width: 1680px) {

  :root {
    font-size: 16px;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  :root {
    font-size: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  :root {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  :root {
    font-size: 16px;
  }
}

@media (max-width: 767px) {

  :root {
    font-size: 16px;
  }
}

body {
  font-family: 'GT-Pressura-Mono-Regular', Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  color: rgb(47, 67, 106);
  line-height: 1.35;
  letter-spacing: 0;
  background: #e5ebff;
}

.container {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

@media (min-width: 1680px) {

  .container {
    max-width: 80rem;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .container {
    max-width: 60rem;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .container {
    max-width: 50rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

  .container {
    max-width: 100%;
  }
}

@page {
  size: A4;
  margin: 1.5cm 2cm;
}

@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    color: rgb(0, 0, 0) !important; /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a {
    text-decoration: underline !important;
  }

  a[href]::after {
    margin-left: 0.2em;
    content: attr(href);
  }

  a[href^="#"]:after {
    content: '';
  }

  abbr[title]::after {
    margin-left: 0.2em;
    content: attr(title);
  }

  pre {
    page-break-inside: avoid;
    border: 1px solid rgb(47, 67, 106) !important;
  }

  blockquote {
    page-break-inside: avoid;
  }

  .field,
  input,
  textarea,
  .control,
  .media {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  table {
    border-collapse: collapse !important;

    td,
    th {
      background-color: rgb(255, 255, 255) !important;
    }
  }
}

/**
 * Accessibility
 */

/**
 * Only display content to Screen Readers
 * See: http://a11yproject.com/posts/how-to-hide-content/
 */

.screen-reader {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/**
 * Use in conjunction with .screen-reader to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.screen-reader-focusable:active,
  .screen-reader-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Animation
 */

@-webkit-keyframes spin {

  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {

  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * Typography
 */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6, 
.h6 {
  margin: 2em 0 1em 0;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;

  small {
    font-family: inherit;
    font-weight: inherit;
    font-size: 0.6em;
    color: inherit;
  }
}

h1,
.h1 {
  font-size: 2.25rem
}

h1 + h2,
  h1 + .h2,
  .h1 + h2,
  .h1 + .h2 {
  margin-top: 0;
}

h2,
.h2 {
  font-size: 2rem
}

h2 + h3,
  h2 + .h3,
  .h2 + h3,
  .h2 + .h3 {
  margin-top: 0;
}

h3,
.h3 {
  font-size: 1.5rem
}

h3 + h4,
  h3 + .h4,
  .h3 + h4,
  .h3 + .h4 {
  margin-top: 0;
}

h4,
.h4 {
  font-size: 1.25rem
}

h4 + h5,
  h4 + .h5,
  .h4 + h5,
  .h4 + .h5 {
  margin-top: 0;
}

h5,
.h5 {
  font-size: 1.125rem
}

h5 + h6,
  h5 + .h6,
  .h5 + h6,
  .h5 + .h6 {
  margin-top: 0;
}

h6,
.h6 {
  font-size: 1rem;
}

.display-title {
  margin: 0;
  font-family: 'BFF-NSFW';
  font-weight: normal;
  font-size: 2.25rem;
  color: inherit;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.big {
  margin: 0.5em 0;
  font-family: 'BFF-NSFW';
  font-weight: normal;
  font-size: calc(26px + 3.125vw);
  line-height: 1.2;
}

.small-caps {
  margin: 0.5em 0;
  font-family: 'GT-Pressura-Mono-Regular', Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
}

.lead {
  margin: 0.5em 0 1em 0;
  font-family: 'GT-Pressura-Mono-Regular', Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: inherit;
  font-size: 1.25rem;
  color: inherit;
  line-height: 1.2;
}

p {
  margin: 1em 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  color: inherit;
  line-height: 1.5;
}

a {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: color 200ms ease-in-out, 
              background 200ms ease-in-out,
              border 200ms ease-in-out;
  transition: color 200ms ease-in-out, 
              background 200ms ease-in-out,
              border 200ms ease-in-out
}

a:hover,
  a:focus {
  color: currentColor;
  text-decoration: none;
}

strong {
  font-family: 'GT-Pressura-Mono-Bold', Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  color: inherit;
}

em {
  font-style: italic;
}

hr {
  clear: both;
  margin: 1.5rem auto;
  border: 0;
  height: 1px;
  background: #e5ebff;
}

blockquote {
  margin: 2em 0;
  padding: 0 1em;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.2;
  color: inherit
}

blockquote p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
}

cite {
  display: block;
  margin: 1em 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.875rem;
  font-style: normal;
  color: inherit;
  text-align: left;
}

ul,
ol {
  margin: 1em 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  color: inherit;
  line-height: 1.5
}

ul li, ol li {
  margin: 0.5em 0 0.5em 1.5em;
  padding: 0 0 0 0.5em;
}

ul li ul, ol li ul {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}

ul li ul li, ol li ul li {
  margin: 0.5em 0 0.5em 1.5em;
  padding: 0 0 0 0.5em;
}

ul {
  list-style: disc
}

ul li ul {
  list-style: disc;
}

ol li {
}

.list-unstyled {
  list-style: none
}

.list-unstyled li {
  margin-left: 0;
}

.list-inline li {
  display: inline-block;
}

dl {
  margin: 1em 0;
  padding: 0;
  font-size: 1rem;
}

dt {
  margin: 0.5em 0;
  font-family: 'GT-Pressura-Mono-Bold', Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  font-size: inherit;
  color: inherit;
}

dd {
  margin: 0 0 1em 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

code {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  font-size: 80%;
  color: rgb(29, 26, 55);
}

pre {
  margin: 1em 0;
  padding: 1em;
  overflow: auto;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  font-size: 80%;
  color: inherit;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  background: #e5ebff;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 0.125rem
}

pre code {
  font-size: inherit;
  color: rgb(29, 26, 55);
}

kbd {
  margin: 0 0.2em;
  padding: 0.2em 0.4em;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  font-size: 80%;
  color: rgb(29, 26, 55);
  background: #e5ebff;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 0.125rem;
}

mark {
  margin: 0;
  padding: 0.2em 0.4em;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background: yellow;
}

/**
 * Form
 */

.form-message {
  margin: 0.5em 0;
  font-family: 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: inherit;
  font-size: 0.75rem;
  color: inherit;
  line-height: 1.5
}

.form-message:empty {
  display: none;
}

.form-message.error {
  color: rgb(255, 70, 62);
}

.form-message.warning {
  color: rgb(255, 153, 0);
}

.form-message.success {
  color: rgb(0, 190, 148);
}

.form-message.info {
  color: rgb(0, 153, 232);
}

.field {
  margin: 1rem 0
}

.field label:first-child, .field input:first-child, .field textarea:first-child, .field .form-message:first-child, .field .select:first-child {
  margin-top: 0;
}

.field label:last-child, .field input:last-child, .field textarea:last-child, .field .form-message:last-child, .field .select:last-child {
  margin-bottom: 0;
}

.field-float-label {
  position: relative
}

.field-float-label input + label, .field-float-label textarea + label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0 1em;
  padding: 0.25em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  pointer-events: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.field-float-label input:not(:disabled):focus::-webkit-input-placeholder, .field-float-label textarea:not(:disabled):focus::-webkit-input-placeholder {
  opacity: 0;
}

.field-float-label input:not(:disabled):focus:-ms-input-placeholder, .field-float-label textarea:not(:disabled):focus:-ms-input-placeholder {
  opacity: 0;
}

.field-float-label input:not(:disabled):focus::-ms-input-placeholder, .field-float-label textarea:not(:disabled):focus::-ms-input-placeholder {
  opacity: 0;
}

.field-float-label input:not(:disabled):focus::placeholder, .field-float-label textarea:not(:disabled):focus::placeholder {
  opacity: 0;
}

.field-float-label input:not(:disabled):focus + label, .field-float-label textarea:not(:disabled):focus + label {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgb(255, 255, 255)));
  background-image: linear-gradient(to bottom, transparent 50%, rgb(255, 255, 255) 50%);
}

fieldset {
  display: block;
  margin: 1rem 0;
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 0.125rem;
}

legend {
  padding: 0.5em;
  font-family: inherit;
  font-weight: inherit;
  font-size: 1rem;
  color: inherit;
}

label {
  display: block;
  margin: 0.5em 0;
  font-family: 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
  font-size: 0.875rem;
  color: inherit;
  line-height: 1.5;
}

input,
textarea {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5em 0;
  padding: 0 1em;
  width: 100%;
  height: 3rem;
  font-family: 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: inherit;
  font-size: 1rem;
  color: rgb(47, 67, 106);
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  background: rgb(255, 255, 255);
  border-radius: 0.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgb(47, 67, 106);
  opacity: 0.5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgb(47, 67, 106);
  opacity: 0.5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgb(47, 67, 106);
  opacity: 0.5;
}

input::placeholder, textarea::placeholder {
  color: rgb(47, 67, 106);
  opacity: 0.5;
}

input:not(:disabled):hover, textarea:not(:disabled):hover {
  color: rgb(47, 67, 106);
  background: rgb(250, 250, 250);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:not(:disabled):focus, textarea:not(:disabled):focus {
  color: rgb(47, 67, 106);
  background: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input:disabled, textarea:disabled {
  cursor: no-drop;
  color: rgb(47, 67, 106);
  background: rgb(242, 242, 242);
  border-color: rgb(199, 208, 235);
}

input.error, textarea.error {
  color: rgb(255, 70, 62) !important;
  border-color: rgb(255, 70, 62) !important;
}

input.warning, textarea.warning {
  color: rgb(255, 153, 0) !important;
  border-color: rgb(255, 153, 0) !important;
}

input.success, textarea.success {
  color: rgb(0, 190, 148) !important;
  border-color: rgb(0, 190, 148) !important;
}

input.info, textarea.info {
  color: rgb(0, 153, 232) !important;
  border-color: rgb(0, 153, 232) !important;
}

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
}

input[type="file"] {
  padding: 0 !important;
  height: auto !important;
  font-size: 0.7em !important;
  background: transparent !important;
  border: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  height: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important
}

input[type="checkbox"] + p, input[type="radio"] + p {
  margin: 0;
  display: inline-block;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

input[type="color"] {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 3rem;
  -webkit-appearance: none
}

input[type="color"]::-moz-focus-inner {
  padding: 1px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 1px;
}

input[type="color"]::-moz-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

.input-xl {
  padding: 0 1em;
  height: 4rem;
  font-size: 1.25rem;
}

.input-l {
  padding: 0 1em;
  height: 3.5rem;
  font-size: 1.125rem;
}

.input-s {
  padding: 0 1em;
  height: 2.5rem;
  font-size: 0.875rem;
}

.input-xs {
  padding: 0 1em;
  height: 2rem;
  font-size: 0.75rem;
}

input[type="color"].input-xl {
  width: 4rem;
}

input[type="color"].input-l {
  width: 3.5rem;
}

input[type="color"].input-s {
  width: 2.5rem;
}

input[type="color"].input-xs {
  width: 2rem;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.input-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}

.input-group input:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group button,
  .input-group .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group input,
  .input-group button,
  .input-group .button {
  position: relative;
}

.input-group input:hover,
    .input-group input:focus,
    .input-group input:active,
    .input-group button:hover,
    .input-group button:focus,
    .input-group button:active,
    .input-group .button:hover,
    .input-group .button:focus,
    .input-group .button:active {
  z-index: 2;
}

.input-group input + input,
    .input-group input + button,
    .input-group input + .button,
    .input-group button + input,
    .input-group button + button,
    .input-group button + .button,
    .input-group .button + input,
    .input-group .button + button,
    .input-group .button + .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group input + button,
    .input-group input + .button,
    .input-group button + button,
    .input-group button + .button,
    .input-group .button + button,
    .input-group .button + .button {
  margin-left: -1px;
}

.input-group input + input, .input-group button + input, .input-group .button + input {
  margin-left: -1px;
}

textarea {
  padding: 1em;
  max-width: 100%;
  height: auto;
  line-height: inherit;
  -webkit-transition: color 200ms ease-in-out, 
              background 200ms ease-in-out,
              border 200ms ease-in-out;
  transition: color 200ms ease-in-out, 
              background 200ms ease-in-out,
              border 200ms ease-in-out;
}

select {
  display: block;
  width: 100%;
}

.select {
  position: relative;
  display: block;
  margin: 0.5em 0;
  font-family: 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: inherit;
  font-size: 1rem;
  line-height: auto
}

.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0 1em;
  height: 3rem;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: rgb(47, 67, 106);
  line-height: inherit;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 0.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;/*Undo the Firefox inner focus ring
 */
}

.select select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.select select {/*Hide the arrow in IE10 and up
 */
}

.select select::-ms-expand {
  display: none;
}

.select select:not(:disabled):hover {
  color: rgb(47, 67, 106);
  background: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select select:not(:disabled):focus {
  color: rgb(47, 67, 106);
  background: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
  outline: none;
  outline-offset: 1px;
}

.select select:disabled {
  cursor: no-drop;
  color: rgb(47, 67, 106);
  background: rgb(242, 242, 242);
  border-color: rgb(199, 208, 235);
}

.select.error select {
  color: rgb(255, 70, 62) !important;
  border-color: rgb(255, 70, 62) !important;
}

.select.error::after {
  border-top-color: rgb(255, 70, 62) !important;
}

.select.warning select {
  color: rgb(255, 153, 0) !important;
  border-color: rgb(255, 153, 0) !important;
}

.select.warning::after {
  border-top-color: rgb(255, 153, 0) !important;
}

.select.success select {
  color: rgb(0, 190, 148) !important;
  border-color: rgb(0, 190, 148) !important;
}

.select.success::after {
  border-top-color: rgb(0, 190, 148) !important;
}

.select.info select {
  color: rgb(0, 153, 232) !important;
  border-color: rgb(0, 153, 232) !important;
}

.select.info::after {
  border-top-color: rgb(0, 153, 232) !important;
}

.select {/*Dropdown Arrow
 */
}

.select::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 0.125em;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  border-top: 0.25em solid rgb(199, 208, 235);
}

/* Firefox hack to hide the arrow */

@moz-document url-prefix() {
  
  /* Firefox hack to hide the arrow (FF => 30) */
  .select::before {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    pointer-events: none;
    width: 1em;
    border-width: 1px 1px 1px 0px;
    border-color: rgb(199, 208, 235);
    border-style: solid;
    background: rgb(255, 255, 255);
  }
  
  .select.large::before {
    width: 1.5em;
  }
}

.select-xl select,
select.select-xl {
  padding: 0 1em;
  height: 4rem;
  font-size: 1.25rem;
}

.select-l select,
select.select-l {
  padding: 0 1em;
  height: 3.5rem;
  font-size: 1.125rem;
}

.select-s select,
select.select-s {
  padding: 0 1em;
  height: 2.5rem;
  font-size: 0.875rem;
}

.select-xs select,
select.select-xs {
  padding: 0 1em;
  height: 2rem;
  font-size: 0.75rem;
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0.5em 0;
  padding: 0;
  font-family: 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: normal;
  font-size: 0.875rem;
  color: rgb(47, 67, 106);
  line-height: 1.65;
  cursor: pointer
}

.control.control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 2rem;
}

.control:hover .control-indicator {
  background-color: rgb(250, 250, 250);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.control input[type="checkbox"],
  .control input[type="radio"] {
  z-index: -1;
  position: absolute;
  margin: 0;
  opacity: 0;
}

.control input[type="checkbox"]:focus ~ .control-indicator, .control input[type="radio"]:focus ~ .control-indicator {
  background-color: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
  outline: none;
  outline-offset: 1px;
}

.control input[type="checkbox"]:checked ~ .control-indicator, .control input[type="radio"]:checked ~ .control-indicator {
  background-color: rgb(106, 30, 204);
  border: 1px solid rgb(106, 30, 204);
}

.control input[type="checkbox"]:checked ~ .control-label, .control input[type="radio"]:checked ~ .control-label {
  color: inherit;
}

.control.checkbox .control-indicator {
  border-radius: 0.125rem;
}

.control.checkbox input[type="checkbox"]:checked ~ .control-indicator {
  background-color: rgb(106, 30, 204);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTIuOHB4IiBoZWlnaHQ9IjkuOHB4IiB2aWV3Qm94PSIwIDAgMTIuOCA5LjgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyLjggOS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTEuNCwwIDQuNCw3IDEuNCw0IDAsNS40IDMsOC40IDQuNCw5LjggNS44LDguNCAxMi44LDEuNCAiLz4NCjwvc3ZnPg0K');
}

.control.radio .control-indicator {
  border-radius: 1.5rem;
}

.control.radio input[type="radio"]:checked ~ .control-indicator::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  width: 0.5em;
  height: 0.5em;
  background: rgb(255, 255, 255);
  border-radius: 1.5rem;
}

.control.switch .control-indicator {
  width: 2em;
  border-radius: 1.5rem;
}

.control.switch .control-indicator::before {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  width: 1em;
  height: 1em;
  background-color: rgb(255, 255, 255);
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
  border-radius: 1.5rem;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.control.switch input[type="checkbox"]:checked ~ .control-indicator::before {
  left: calc(100% - 1em + 1px);
}

.control.error input:checked ~ .control-indicator {
  background-color: rgb(255, 70, 62) !important;
  border-color: rgb(255, 70, 62) !important;
}

.control.warning input:checked ~ .control-indicator {
  background-color: rgb(255, 153, 0) !important;
  border-color: rgb(255, 153, 0) !important;
}

.control.success input:checked ~ .control-indicator {
  background-color: rgb(0, 190, 148) !important;
  border-color: rgb(0, 190, 148) !important;
}

.control.info input:checked ~ .control-indicator {
  background-color: rgb(0, 153, 232) !important;
  border-color: rgb(0, 153, 232) !important;
}

.control-indicator {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  background-color: rgb(255, 255, 255);
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.control-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  margin: 0 0 0 1rem;
  color: inherit;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.control-xl {
  font-size: 1.25rem
}

.control-xl .control-indicator {
  font-size: 2rem;
}

.control-l {
  font-size: 1.125rem
}

.control-l .control-indicator {
  font-size: 1.75rem;
}

.control-s {
  font-size: 0.875rem
}

.control-s .control-indicator {
  font-size: 1.25rem;
}

.control-xs {
  font-size: 0.75rem
}

.control-xs .control-indicator {
  font-size: 1rem;
}

input[type="range"] {
  margin: 0.5em 0;
  padding: 0;
  width: 100%;
  font-size: 0.75rem;
  color: rgb(199, 208, 235);
  border: none;
  background: transparent;
  border-radius: 0.125rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}

input[type="range"]:disabled {
  cursor: no-drop;
  background: transparent;
  border: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -0.5em;
  height: 2em;
  width: 2em;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1em;
  cursor: pointer;
  background: currentColor;
  border-width: 0;
  border-style: none;
  border-color: none;
  border-radius: 0.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  height: 2em;
  width: 2em;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 50%;
  box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 1em;
  cursor: pointer;
  background: currentColor;
  border-width: 0;
  border-style: none;
  border-color: none;
  border-radius: 0.125rem;
  box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="range"]::-ms-thumb {
  height: 2em;
  width: 2em;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 50%;
  box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="range"]::-ms-fill-lower {
  width: 100%;
  height: 1em;
  cursor: pointer;
  background: currentColor;
  border-width: 0;
  border-style: none;
  border-color: none;
  border-radius: 0.125rem;
  box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="range"]::-ms-fill-upper {
  width: 100%;
  height: 1em;
  cursor: pointer;
  background: currentColor;
  border-width: 0;
  border-style: none;
  border-color: none;
  border-radius: 0.125rem;
  box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 1em;
  cursor: pointer;
  background: currentColor;
  border-width: 0;
  border-style: none;
  border-color: none;
  border-radius: 0.125rem;
  box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: transparent;
}

input[type="range"]:not(:disabled):hover {
  color: rgb(106, 30, 204);
  background: transparent;
}

input[type="range"]:not(:disabled):hover::-webkit-slider-thumb {
  background: rgb(250, 250, 250);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="range"]:not(:disabled):hover::-webkit-slider-runnable-track {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type="range"]:not(:disabled):hover::-moz-range-thumb {
  background: rgb(250, 250, 250);
  border-color: rgb(106, 30, 204);
  box-shadow: none;
}

input[type="range"]:not(:disabled):hover::-ms-thumb {
  background: rgb(250, 250, 250);
  border-color: rgb(106, 30, 204);
  box-shadow: none;
}

input[type="range"]:not(:disabled):hover::-ms-fill-lower {
  border-color: none;
  box-shadow: none;
}

input[type="range"]:not(:disabled):hover::-ms-fill-upper {
  border-color: none;
  box-shadow: none;
}

input[type="range"]:not(:disabled):hover::-ms-track {
  border-color: none;
  box-shadow: none;
}

input[type="range"]:not(:disabled):focus {
  color: rgb(106, 30, 204);
  background: transparent;
}

input[type="range"]:not(:disabled):focus::-webkit-slider-thumb {
  background: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  -webkit-box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"]:not(:disabled):focus::-webkit-slider-runnable-track {
  border-color: none;
  -webkit-box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"]:not(:disabled):focus::-moz-range-thumb {
  background: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"]:not(:disabled):focus::-moz-range-track {
  background: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"]:not(:disabled):focus::-ms-thumb {
  background: rgb(255, 255, 255);
  border-color: rgb(106, 30, 204);
  box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"]:not(:disabled):focus::-ms-fill-lower {
  border-color: none;
  box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"]:not(:disabled):focus::-ms-fill-upper {
  border-color: none;
  box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"]:not(:disabled):focus::-ms-track {
  border-color: none;
  box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

input[type="range"].error {
  color: rgb(255, 70, 62) !important;
}

input[type="range"].warning {
  color: rgb(255, 153, 0) !important;
}

input[type="range"].success {
  color: rgb(0, 190, 148) !important;
}

input[type="range"].info {
  color: rgb(0, 153, 232) !important;
}

input[type="range"].range-xl {
  font-size: 1rem;
}

input[type="range"].range-l {
  font-size: 0.875rem;
}

input[type="range"].range-s {
  font-size: 0.625rem;
}

input[type="range"].range-xs {
  font-size: 0.5rem;
}

progress {
  display: block;
  margin: 0.5em 0;
  width: 100%;
  height: 1rem;
}

progress[value] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Remove Firefox and Opera border */
  border: 0;
  /* IE10 uses `color` to set the bar background-color */
  color: rgb(106, 30, 204)
}

progress[value]::-webkit-progress-bar {
  background: rgb(199, 208, 235);
  border-width: 0;
  border-style: none;
  border-color: none;
  border-radius: 0.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

progress[value]::-webkit-progress-value {
  background: currentColor;
  border-radius: 0.125rem;
}

progress[value].error {
  color: rgb(255, 70, 62) !important;
}

progress[value].warning {
  color: rgb(255, 153, 0) !important;
}

progress[value].success {
  color: rgb(0, 190, 148) !important;
}

progress[value].info {
  color: rgb(0, 153, 232) !important;
}

@-moz-document url-prefix() {
  
  progress[value] {
  background: rgb(199, 208, 235);
  border-width: 0;
  border-style: none;
  border-color: none;
  border-radius: 0.125rem;
  box-shadow: none
  }
  
  progress[value]::-moz-progress-bar {
    background: currentColor;
    border-radius: 0.125rem;
  }
}

.progress-xl {
  height: 1.25rem;
}

.progress-l {
  height: 1.125rem;
}

.progress-s {
  height: 0.875rem;
}

.progress-xs {
  height: 0.75rem;
}

/**
 * Element
 */

button,
.button {
  display: inline-block;
  padding: calc(1.0625rem - 1px) 1.5em;
  min-width: 3rem;
  height: 3rem;
  font-family: 'GT-Pressura-Mono-Regular', Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-weight: normal;
  line-height: 1;
  font-size: 0.875rem;
  color: rgb(29, 26, 55);
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 0.125rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}

button:not(:disabled):hover,
  button:not(:disabled):focus,
  .button:not(:disabled):hover,
  .button:not(:disabled):focus {
  text-decoration: none;
  color: rgb(29, 26, 55);
  background: rgb(250, 250, 250);
  border-color: rgb(195, 204, 230);
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:not(:disabled):active, .button:not(:disabled):active {
  color: rgb(29, 26, 55);
  background: rgb(242, 242, 242);
  border-color: rgb(189, 198, 223);
  -webkit-box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
}

button.spinner::before, .button.spinner::before {
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
}

button svg, .button svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

button.error, .button.error {
  color: rgb(255, 255, 255);
  background: rgb(255, 70, 62);
  border-color: rgb(255, 70, 62);
}

button.error.button-border, .button.error.button-border {
  color: rgb(255, 70, 62);
  background: transparent;
}

button.error:not(:disabled):hover,
    button.error:not(:disabled):focus,
    .button.error:not(:disabled):hover,
    .button.error:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(255, 90, 82);
  border-color: rgb(255, 90, 82);
}

button.error:not(:disabled):active, .button.error:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(235, 46, 36);
  border-color: rgb(235, 46, 36);
}

button.warning, .button.warning {
  color: rgb(255, 255, 255);
  background: rgb(255, 153, 0);
  border-color: rgb(255, 153, 0);
}

button.warning.button-border, .button.warning.button-border {
  color: rgb(255, 153, 0);
  background: transparent;
}

button.warning:not(:disabled):hover,
    button.warning:not(:disabled):focus,
    .button.warning:not(:disabled):hover,
    .button.warning:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(255, 163, 26);
  border-color: rgb(255, 163, 26);
}

button.warning:not(:disabled):active, .button.warning:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(219, 132, 0);
  border-color: rgb(219, 132, 0);
}

button.success, .button.success {
  color: rgb(255, 255, 255);
  background: rgb(0, 190, 148);
  border-color: rgb(0, 190, 148);
}

button.success.button-border, .button.success.button-border {
  color: rgb(0, 190, 148);
  background: transparent;
}

button.success:not(:disabled):hover,
    button.success:not(:disabled):focus,
    .button.success:not(:disabled):hover,
    .button.success:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(15, 210, 168);
  border-color: rgb(15, 210, 168);
}

button.success:not(:disabled):active, .button.success:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(0, 163, 128);
  border-color: rgb(0, 163, 128);
}

button.info, .button.info {
  color: rgb(255, 255, 255);
  background: rgb(0, 153, 232);
  border-color: rgb(0, 153, 232);
}

button.info.button-border, .button.info.button-border {
  color: rgb(0, 153, 232);
  background: transparent;
}

button.info:not(:disabled):hover,
    button.info:not(:disabled):focus,
    .button.info:not(:disabled):hover,
    .button.info:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(14, 169, 246);
  border-color: rgb(14, 169, 246);
}

button.info:not(:disabled):active, .button.info:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(0, 133, 199);
  border-color: rgb(0, 133, 199);
}

button:disabled {
  cursor: no-drop;
  opacity: 0.65;
}

/* iOS "clickable elements" fix for role="button" */

[role="button"] {
  cursor: pointer;
}

.button-block {
  display: block;
  width: 100%;
  text-align: center;
}

.button-border {
  background: transparent;
}

.button-square {
  padding: calc(1.0625rem - 1px);
}

.button-pill {
  border-radius: 1.5rem;
}

.button-xl {
  padding: calc(1.4375rem - 1px) 1.5em;;
  min-width: 4rem;
  height: 4rem;
  font-size: 1.125rem
}

.button-xl svg {
  width: 1.125rem;
  height: 1.125rem;
}

.button-xl.button-square {
  padding: calc(1.4375rem - 1px);
}

.button-xl.button-pill {
  border-radius: 2rem;
}

.button-l {
  padding: calc(1.25rem - 1px) 1.5em;;
  min-width: 3.5rem;
  height: 3.5rem;
  font-size: 1rem
}

.button-l svg {
  width: 1rem;
  height: 1rem;
}

.button-l.button-square {
  padding: calc(1.25rem - 1px);
}

.button-l.button-pill {
  border-radius: 1.75rem;
}

.button-s {
  padding: calc(0.875rem - 1px) 1.5em;;
  min-width: 2.5rem;
  height: 2.5rem;
  font-size: 0.75rem
}

.button-s svg {
  width: 0.75rem;
  height: 0.75rem;
}

.button-s.button-square {
  padding: calc(0.875rem - 1px);
}

.button-s.button-pill {
  border-radius: 1.25rem;
}

.button-xs {
  padding: calc(0.625rem - 1px) 1.5em;;
  min-width: 2rem;
  height: 2rem;
  font-size: 0.75rem
}

.button-xs svg {
  width: 0.75rem;
  height: 0.75rem;
}

.button-xs.button-square {
  padding: calc(0.625rem - 1px);
}

.button-xs.button-pill {
  border-radius: 1rem;
}

.button-white {
  color: rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255)
}

.button-white.button-border {
  color: rgb(255, 255, 255);
  background: transparent;
}

.button-white:not(:disabled):hover,
  .button-white:not(:disabled):focus {
  color: rgb(0, 0, 0);
  background: rgb(242, 242, 242);
  border-color: rgb(242, 242, 242);
}

.button-white:not(:disabled):active {
  color: rgb(0, 0, 0);
  background: rgb(230, 230, 230);
  border-color: rgb(230, 230, 230);
}

.button-light {
  color: rgb(29, 26, 55);
  background: #e5ebff;
  border-color: #e5ebff
}

.button-light.button-border {
  color: #e5ebff;
  background: transparent;
}

.button-light:not(:disabled):hover,
  .button-light:not(:disabled):focus {
  color: rgb(29, 26, 55);
  background: rgb(229, 235, 255);
  border-color: rgb(229, 235, 255);
}

.button-light:not(:disabled):active {
  color: rgb(29, 26, 55);
  background: rgb(199, 208, 235);
  border-color: rgb(199, 208, 235);
}

.button-grey {
  color: rgb(255, 255, 255);
  background: rgb(47, 67, 106);
  border-color: rgb(47, 67, 106)
}

.button-grey.button-border {
  color: rgb(47, 67, 106);
  background: transparent;
}

.button-grey:not(:disabled):hover,
  .button-grey:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(68, 86, 121);
  border-color: rgb(68, 86, 121);
}

.button-grey:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(45, 64, 101);
  border-color: rgb(45, 64, 101);
}

.button-dark {
  color: rgb(255, 255, 255);
  background: rgb(29, 26, 55);
  border-color: rgb(29, 26, 55)
}

.button-dark.button-border {
  color: rgb(29, 26, 55);
  background: transparent;
}

.button-dark:not(:disabled):hover,
  .button-dark:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(52, 49, 75);
  border-color: rgb(52, 49, 75);
}

.button-dark:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(28, 25, 52);
  border-color: rgb(28, 25, 52);
}

.button-black {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0)
}

.button-black.button-border {
  color: rgb(0, 0, 0);
  background: transparent;
}

.button-black:not(:disabled):hover,
  .button-black:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(51, 51, 51);
  border-color: rgb(51, 51, 51);
}

.button-black:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(25, 25, 25);
  border-color: rgb(25, 25, 25);
}

.button-primary {
  color: rgb(255, 255, 255);
  background: rgb(106, 30, 204);
  border-color: rgb(106, 30, 204)
}

.button-primary.button-border {
  color: rgb(106, 30, 204);
  background: transparent;
}

.button-primary:not(:disabled):hover,
  .button-primary:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(118, 39, 221);
  border-color: rgb(118, 39, 221);
}

.button-primary:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(88, 11, 188);
  border-color: rgb(88, 11, 188);
}

.button-secondary {
  color: rgb(255, 255, 255);
  background: rgb(18, 206, 227);
  border-color: rgb(18, 206, 227)
}

.button-secondary.button-border {
  color: rgb(18, 206, 227);
  background: transparent;
}

.button-secondary:not(:disabled):hover,
  .button-secondary:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(28, 220, 242);
  border-color: rgb(28, 220, 242);
}

.button-secondary:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(0, 188, 209);
  border-color: rgb(0, 188, 209);
}

.button-tertiary {
  color: rgb(255, 255, 255);
  background: rgb(48, 108, 239);
  border-color: rgb(48, 108, 239)
}

.button-tertiary.button-border {
  color: rgb(48, 108, 239);
  background: transparent;
}

.button-tertiary:not(:disabled):hover,
  .button-tertiary:not(:disabled):focus {
  color: rgb(255, 255, 255);
  background: rgb(60, 121, 251);
  border-color: rgb(60, 121, 251);
}

.button-tertiary:not(:disabled):active {
  color: rgb(255, 255, 255);
  background: rgb(23, 86, 222);
  border-color: rgb(23, 86, 222);
}

.button-icon {
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px)
}

.button-icon.button-square {
  padding: calc(0.75rem - 1px);
}

.button-icon span {
  vertical-align: middle;
}

.button-icon svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.button-icon svg:not(:first-child) {
  margin-left: 1.5em;
}

.button-icon svg:not(:last-child) {
  margin-right: 1.5em;
}

.button-xs.button-icon {
  padding-top: calc(0.5rem - 1px);
  padding-bottom: calc(0.5rem - 1px)
}

.button-xs.button-icon.button-square {
  padding: calc(0.5rem - 1px);
}

.button-s.button-icon {
  padding-top: calc(0.625rem - 1px);
  padding-bottom: calc(0.625rem - 1px)
}

.button-s.button-icon.button-square {
  padding: calc(0.625rem - 1px);
}

.button-l.button-icon {
  padding-top: calc(0.875rem - 1px);
  padding-bottom: calc(0.875rem - 1px)
}

.button-l.button-icon.button-square {
  padding: calc(0.875rem - 1px);
}

.button-xl.button-icon {
  padding-top: calc(1rem - 1px);
  padding-bottom: calc(1rem - 1px)
}

.button-xl.button-icon.button-square {
  padding: calc(1rem - 1px);
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.button-group button,
  .button-group .button {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group button:hover,
    .button-group button:focus,
    .button-group button:active,
    .button-group .button:hover,
    .button-group .button:focus,
    .button-group .button:active {
  z-index: 2;
}

.button-group button + button,
    .button-group button + .button,
    .button-group .button + button,
    .button-group .button + .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.button-group-block {
  width: 100%
}

.button-group-block button,
  .button-group-block .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

figcaption {
  margin: 1em 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.875rem;
  color: inherit;
  text-align: left;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.125rem
}

.media > svg,
  .media > img,
  .media > video,
  .media > iframe,
  .media > canvas,
  .media > .media-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.media-1 {
  padding-top: 100%;
}

.media-1-2 {
  padding-top: 200%;
}

.media-9-16 {
  padding-top: 177.77778%;
}

.media-9-14 {
  padding-top: 155.55556%;
}

.media-2-3 {
  padding-top: 150%;
}

.media-3-4 {
  padding-top: 133.33333%;
}

.media-4-3 {
  padding-top: 75%;
}

.media-3-2 {
  padding-top: 66.66667%;
}

.media-16-9 {
  padding-top: 56.25%;
}

.media-2-1 {
  padding-top: 50%;
}

nav ul, .nav ul {
  margin: 0;
  list-style: none;
}

nav li, .nav li {
  margin: 1rem 0;
  padding: 0;
}

.nav-inline ul {
}

.nav-inline li {
  display: inline-block;
  margin: 0 1rem;
}

.spinner {
  position: relative
}

.spinner::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  width: 2rem;
  height: 2rem;
  content: '';
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: rgb(255, 255, 255);
  -webkit-animation: spin 500ms infinite linear;
          animation: spin 500ms infinite linear;
}

table {
  margin: 1em 0;
  width: 100%;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
  border-radius: 0.125rem;
  border-collapse: collapse;
}

caption {
  margin: 1em 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-align: left;
}

th {
  padding: 0.5em;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-align: left;
  text-transform: none;
  background: #e5ebff;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
}

td {
  padding: 0.5em;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 1.35;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 208, 235);
}

.table-responsive {
  margin: 1em 0;
  overflow-x: auto;
  min-height: 0.01%;
}

@media (min-width: 768px) and (max-width: 1023px) {

  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(199, 208, 235);
  }

  .table-responsive > table {
    margin: 0;
    border: none;
  }

  .table-responsive > table th,
      .table-responsive > table td {
    white-space: nowrap;
  }

  .table-responsive > table th:first-child, .table-responsive > table td:first-child {
    border-left: none;
  }

  .table-responsive > table th:last-child, .table-responsive > table td:last-child {
    border-right: none;
  }

  .table-responsive > table tr:first-child {

    > th,
        > td {
          border-top: none;
    }
  }

  .table-responsive > table tr:last-child {

    > th,
        > td {
          border-bottom: none;
    }
  }
}

/**
 * Utility
 */

.background-repeat {
  background-repeat: repeat;
}

.background-no-repeat {
  background-repeat: no-repeat;
}

.background-fixed {
  background-attachment: fixed;
}

.background-cover {
  background-size: cover;
}

.background-center {
  background-position: center;
}

.background-transparent {
  background: transparent;
}

.background-current-color {
  background-color: currentColor;
}

.background-inherit {
  background-color: inherit;
}

.background-white {
  background-color: rgb(255, 255, 255);
}

.background-black {
  background-color: rgb(0, 0, 0);
}

.background-light {
  background-color: #e5ebff;
}

.background-light-50 {
    background-color: rgb(250, 251, 255);
  }

.background-light-100 {
    background-color: rgb(245, 247, 255);
  }

.background-light-200 {
    background-color: rgb(240, 243, 255);
  }

.background-light-300 {
    background-color: rgb(235, 239, 255);
  }

.background-light-400 {
    background-color: rgb(229, 235, 255);
  }

.background-light-500 {
    background-color: #e5ebff;
  }

.background-light-600 {
    background-color: rgb(199, 208, 235);
  }

.background-light-700 {
    background-color: rgb(177, 187, 216);
  }

.background-light-800 {
    background-color: rgb(144, 156, 187);
  }

.background-light-900 {
    background-color: rgb(109, 123, 156);
  }

.background-grey {
  background-color: rgb(47, 67, 106);
}

.background-grey-50 {
    background-color: rgb(189, 195, 207);
  }

.background-grey-100 {
    background-color: rgb(160, 169, 187);
  }

.background-grey-200 {
    background-color: rgb(128, 140, 164);
  }

.background-grey-300 {
    background-color: rgb(96, 111, 141);
  }

.background-grey-400 {
    background-color: rgb(68, 86, 121);
  }

.background-grey-500 {
    background-color: rgb(47, 67, 106);
  }

.background-grey-600 {
    background-color: rgb(45, 64, 101);
  }

.background-grey-700 {
    background-color: rgb(41, 58, 91);
  }

.background-grey-800 {
    background-color: rgb(35, 49, 77);
  }

.background-grey-900 {
    background-color: rgb(28, 39, 62);
  }

.background-dark {
  background-color: rgb(29, 26, 55);
}

.background-dark-50 {
    background-color: rgb(183, 182, 191);
  }

.background-dark-100 {
    background-color: rgb(152, 150, 164);
  }

.background-dark-200 {
    background-color: rgb(117, 115, 133);
  }

.background-dark-300 {
    background-color: rgb(82, 80, 102);
  }

.background-dark-400 {
    background-color: rgb(52, 49, 75);
  }

.background-dark-500 {
    background-color: rgb(29, 26, 55);
  }

.background-dark-600 {
    background-color: rgb(28, 25, 52);
  }

.background-dark-700 {
    background-color: rgb(25, 23, 47);
  }

.background-dark-800 {
    background-color: rgb(21, 20, 40);
  }

.background-dark-900 {
    background-color: rgb(17, 16, 32);
  }

.background-primary {
  background-color: rgb(106, 30, 204);
}

.background-primary-50 {
    background-color: rgb(238, 224, 255);
  }

.background-primary-100 {
    background-color: rgb(209, 173, 255);
  }

.background-primary-200 {
    background-color: rgb(177, 117, 255);
  }

.background-primary-300 {
    background-color: rgb(143, 63, 248);
  }

.background-primary-400 {
    background-color: rgb(118, 39, 221);
  }

.background-primary-500 {
    background-color: rgb(106, 30, 204);
  }

.background-primary-600 {
    background-color: rgb(88, 11, 188);
  }

.background-primary-700 {
    background-color: rgb(69, 0, 158);
  }

.background-primary-800 {
    background-color: rgb(51, 0, 117);
  }

.background-primary-900 {
    background-color: rgb(35, 0, 82);
  }

.background-secondary {
  background-color: rgb(18, 206, 227);
}

.background-secondary-50 {
    background-color: rgb(229, 252, 255);
  }

.background-secondary-100 {
    background-color: rgb(184, 248, 255);
  }

.background-secondary-200 {
    background-color: rgb(117, 241, 255);
  }

.background-secondary-300 {
    background-color: rgb(61, 236, 255);
  }

.background-secondary-400 {
    background-color: rgb(28, 220, 242);
  }

.background-secondary-500 {
    background-color: rgb(18, 206, 227);
  }

.background-secondary-600 {
    background-color: rgb(0, 188, 209);
  }

.background-secondary-700 {
    background-color: rgb(0, 151, 168);
  }

.background-secondary-800 {
    background-color: rgb(0, 115, 128);
  }

.background-secondary-900 {
    background-color: rgb(0, 83, 92);
  }

.background-tertiary {
  background-color: rgb(48, 108, 239);
}

.background-tertiary-50 {
    background-color: rgb(235, 241, 255);
  }

.background-tertiary-100 {
    background-color: rgb(199, 217, 255);
  }

.background-tertiary-200 {
    background-color: rgb(143, 178, 255);
  }

.background-tertiary-300 {
    background-color: rgb(97, 147, 255);
  }

.background-tertiary-400 {
    background-color: rgb(60, 121, 251);
  }

.background-tertiary-500 {
    background-color: rgb(48, 108, 239);
  }

.background-tertiary-600 {
    background-color: rgb(23, 86, 222);
  }

.background-tertiary-700 {
    background-color: rgb(0, 61, 194);
  }

.background-tertiary-800 {
    background-color: rgb(0, 47, 148);
  }

.background-tertiary-900 {
    background-color: rgb(0, 32, 102);
  }

.background-error {
  background-color: rgb(255, 70, 62);
}

.background-error-50 {
    background-color: rgb(255, 235, 235);
  }

.background-error-100 {
    background-color: rgb(255, 211, 209);
  }

.background-error-200 {
    background-color: rgb(255, 163, 158);
  }

.background-error-300 {
    background-color: rgb(255, 124, 117);
  }

.background-error-400 {
    background-color: rgb(255, 90, 82);
  }

.background-error-500 {
    background-color: rgb(255, 70, 62);
  }

.background-error-600 {
    background-color: rgb(235, 46, 36);
  }

.background-error-700 {
    background-color: rgb(212, 18, 8);
  }

.background-error-800 {
    background-color: rgb(163, 8, 0);
  }

.background-error-900 {
    background-color: rgb(112, 6, 0);
  }

.background-warning {
  background-color: rgb(255, 153, 0);
}

.background-warning-50 {
    background-color: rgb(255, 244, 229);
  }

.background-warning-100 {
    background-color: rgb(255, 231, 194);
  }

.background-warning-200 {
    background-color: rgb(255, 204, 128);
  }

.background-warning-300 {
    background-color: rgb(255, 182, 71);
  }

.background-warning-400 {
    background-color: rgb(255, 163, 26);
  }

.background-warning-500 {
    background-color: rgb(255, 153, 0);
  }

.background-warning-600 {
    background-color: rgb(219, 132, 0);
  }

.background-warning-700 {
    background-color: rgb(173, 104, 0);
  }

.background-warning-800 {
    background-color: rgb(128, 77, 0);
  }

.background-warning-900 {
    background-color: rgb(92, 55, 0);
  }

.background-success {
  background-color: rgb(0, 190, 148);
}

.background-success-50 {
    background-color: rgb(224, 255, 248);
  }

.background-success-100 {
    background-color: rgb(173, 255, 237);
  }

.background-success-200 {
    background-color: rgb(92, 255, 220);
  }

.background-success-300 {
    background-color: rgb(39, 241, 197);
  }

.background-success-400 {
    background-color: rgb(15, 210, 168);
  }

.background-success-500 {
    background-color: rgb(0, 190, 148);
  }

.background-success-600 {
    background-color: rgb(0, 163, 128);
  }

.background-success-700 {
    background-color: rgb(0, 128, 100);
  }

.background-success-800 {
    background-color: rgb(0, 97, 76);
  }

.background-success-900 {
    background-color: rgb(0, 66, 52);
  }

.background-info {
  background-color: rgb(0, 153, 232);
}

.background-info-50 {
    background-color: rgb(229, 246, 255);
  }

.background-info-100 {
    background-color: rgb(184, 231, 255);
  }

.background-info-200 {
    background-color: rgb(117, 209, 255);
  }

.background-info-300 {
    background-color: rgb(56, 189, 255);
  }

.background-info-400 {
    background-color: rgb(14, 169, 246);
  }

.background-info-500 {
    background-color: rgb(0, 153, 232);
  }

.background-info-600 {
    background-color: rgb(0, 133, 199);
  }

.background-info-700 {
    background-color: rgb(0, 105, 158);
  }

.background-info-800 {
    background-color: rgb(0, 78, 117);
  }

.background-info-900 {
    background-color: rgb(0, 54, 82);
  }

.border {
  border: 1px solid rgb(199, 208, 235);
}

.border-vertical {
    border-top: 1px solid rgb(199, 208, 235);
    border-bottom: 1px solid rgb(199, 208, 235);
  }

.border-horizontal {
    border-left: 1px solid rgb(199, 208, 235);
    border-right: 1px solid rgb(199, 208, 235);
  }

.border-top {
    border-top: 1px solid rgb(199, 208, 235);
  }

.border-right {
    border-right: 1px solid rgb(199, 208, 235);
  }

.border-bottom {
    border-bottom: 1px solid rgb(199, 208, 235);
  }

.border-left {
    border-left: 1px solid rgb(199, 208, 235);
  }

.current-color {
  color: currentColor;
}

.color-inherit {
  color: inherit;
}

.color-white {
  color: rgb(255, 255, 255);
}

.color-black {
  color: rgb(0, 0, 0);
}

.color-light {
  color: #e5ebff;
}

.color-light-50 {
    color: rgb(250, 251, 255);
  }

.color-light-100 {
    color: rgb(245, 247, 255);
  }

.color-light-200 {
    color: rgb(240, 243, 255);
  }

.color-light-300 {
    color: rgb(235, 239, 255);
  }

.color-light-400 {
    color: rgb(229, 235, 255);
  }

.color-light-500 {
    color: #e5ebff;
  }

.color-light-600 {
    color: rgb(199, 208, 235);
  }

.color-light-700 {
    color: rgb(177, 187, 216);
  }

.color-light-800 {
    color: rgb(144, 156, 187);
  }

.color-light-900 {
    color: rgb(109, 123, 156);
  }

.color-grey {
  color: rgb(47, 67, 106);
}

.color-grey-50 {
    color: rgb(189, 195, 207);
  }

.color-grey-100 {
    color: rgb(160, 169, 187);
  }

.color-grey-200 {
    color: rgb(128, 140, 164);
  }

.color-grey-300 {
    color: rgb(96, 111, 141);
  }

.color-grey-400 {
    color: rgb(68, 86, 121);
  }

.color-grey-500 {
    color: rgb(47, 67, 106);
  }

.color-grey-600 {
    color: rgb(45, 64, 101);
  }

.color-grey-700 {
    color: rgb(41, 58, 91);
  }

.color-grey-800 {
    color: rgb(35, 49, 77);
  }

.color-grey-900 {
    color: rgb(28, 39, 62);
  }

.color-dark {
  color: rgb(29, 26, 55);
}

.color-dark-50 {
    color: rgb(183, 182, 191);
  }

.color-dark-100 {
    color: rgb(152, 150, 164);
  }

.color-dark-200 {
    color: rgb(117, 115, 133);
  }

.color-dark-300 {
    color: rgb(82, 80, 102);
  }

.color-dark-400 {
    color: rgb(52, 49, 75);
  }

.color-dark-500 {
    color: rgb(29, 26, 55);
  }

.color-dark-600 {
    color: rgb(28, 25, 52);
  }

.color-dark-700 {
    color: rgb(25, 23, 47);
  }

.color-dark-800 {
    color: rgb(21, 20, 40);
  }

.color-dark-900 {
    color: rgb(17, 16, 32);
  }

.color-primary {
  color: rgb(106, 30, 204);
}

.color-primary-50 {
    color: rgb(238, 224, 255);
  }

.color-primary-100 {
    color: rgb(209, 173, 255);
  }

.color-primary-200 {
    color: rgb(177, 117, 255);
  }

.color-primary-300 {
    color: rgb(143, 63, 248);
  }

.color-primary-400 {
    color: rgb(118, 39, 221);
  }

.color-primary-500 {
    color: rgb(106, 30, 204);
  }

.color-primary-600 {
    color: rgb(88, 11, 188);
  }

.color-primary-700 {
    color: rgb(69, 0, 158);
  }

.color-primary-800 {
    color: rgb(51, 0, 117);
  }

.color-primary-900 {
    color: rgb(35, 0, 82);
  }

.color-secondary {
  color: rgb(18, 206, 227);
}

.color-secondary-50 {
    color: rgb(229, 252, 255);
  }

.color-secondary-100 {
    color: rgb(184, 248, 255);
  }

.color-secondary-200 {
    color: rgb(117, 241, 255);
  }

.color-secondary-300 {
    color: rgb(61, 236, 255);
  }

.color-secondary-400 {
    color: rgb(28, 220, 242);
  }

.color-secondary-500 {
    color: rgb(18, 206, 227);
  }

.color-secondary-600 {
    color: rgb(0, 188, 209);
  }

.color-secondary-700 {
    color: rgb(0, 151, 168);
  }

.color-secondary-800 {
    color: rgb(0, 115, 128);
  }

.color-secondary-900 {
    color: rgb(0, 83, 92);
  }

.color-tertiary {
  color: rgb(48, 108, 239);
}

.color-tertiary-50 {
    color: rgb(235, 241, 255);
  }

.color-tertiary-100 {
    color: rgb(199, 217, 255);
  }

.color-tertiary-200 {
    color: rgb(143, 178, 255);
  }

.color-tertiary-300 {
    color: rgb(97, 147, 255);
  }

.color-tertiary-400 {
    color: rgb(60, 121, 251);
  }

.color-tertiary-500 {
    color: rgb(48, 108, 239);
  }

.color-tertiary-600 {
    color: rgb(23, 86, 222);
  }

.color-tertiary-700 {
    color: rgb(0, 61, 194);
  }

.color-tertiary-800 {
    color: rgb(0, 47, 148);
  }

.color-tertiary-900 {
    color: rgb(0, 32, 102);
  }

.color-error {
  color: rgb(255, 70, 62);
}

.color-error-50 {
    color: rgb(255, 235, 235);
  }

.color-error-100 {
    color: rgb(255, 211, 209);
  }

.color-error-200 {
    color: rgb(255, 163, 158);
  }

.color-error-300 {
    color: rgb(255, 124, 117);
  }

.color-error-400 {
    color: rgb(255, 90, 82);
  }

.color-error-500 {
    color: rgb(255, 70, 62);
  }

.color-error-600 {
    color: rgb(235, 46, 36);
  }

.color-error-700 {
    color: rgb(212, 18, 8);
  }

.color-error-800 {
    color: rgb(163, 8, 0);
  }

.color-error-900 {
    color: rgb(112, 6, 0);
  }

.color-warning {
  color: rgb(255, 153, 0);
}

.color-warning-50 {
    color: rgb(255, 244, 229);
  }

.color-warning-100 {
    color: rgb(255, 231, 194);
  }

.color-warning-200 {
    color: rgb(255, 204, 128);
  }

.color-warning-300 {
    color: rgb(255, 182, 71);
  }

.color-warning-400 {
    color: rgb(255, 163, 26);
  }

.color-warning-500 {
    color: rgb(255, 153, 0);
  }

.color-warning-600 {
    color: rgb(219, 132, 0);
  }

.color-warning-700 {
    color: rgb(173, 104, 0);
  }

.color-warning-800 {
    color: rgb(128, 77, 0);
  }

.color-warning-900 {
    color: rgb(92, 55, 0);
  }

.color-success {
  color: rgb(0, 190, 148);
}

.color-success-50 {
    color: rgb(224, 255, 248);
  }

.color-success-100 {
    color: rgb(173, 255, 237);
  }

.color-success-200 {
    color: rgb(92, 255, 220);
  }

.color-success-300 {
    color: rgb(39, 241, 197);
  }

.color-success-400 {
    color: rgb(15, 210, 168);
  }

.color-success-500 {
    color: rgb(0, 190, 148);
  }

.color-success-600 {
    color: rgb(0, 163, 128);
  }

.color-success-700 {
    color: rgb(0, 128, 100);
  }

.color-success-800 {
    color: rgb(0, 97, 76);
  }

.color-success-900 {
    color: rgb(0, 66, 52);
  }

.color-info {
  color: rgb(0, 153, 232);
}

.color-info-50 {
    color: rgb(229, 246, 255);
  }

.color-info-100 {
    color: rgb(184, 231, 255);
  }

.color-info-200 {
    color: rgb(117, 209, 255);
  }

.color-info-300 {
    color: rgb(56, 189, 255);
  }

.color-info-400 {
    color: rgb(14, 169, 246);
  }

.color-info-500 {
    color: rgb(0, 153, 232);
  }

.color-info-600 {
    color: rgb(0, 133, 199);
  }

.color-info-700 {
    color: rgb(0, 105, 158);
  }

.color-info-800 {
    color: rgb(0, 78, 117);
  }

.color-info-900 {
    color: rgb(0, 54, 82);
  }

.border-radius {
  border-radius: 0.125rem;
}

.border-color-white {
  border-color: rgb(255, 255, 255);
}

.border-color-black {
  border-color: rgb(0, 0, 0);
}

.border-color-light {
  border-color: #e5ebff;
}

.border-color-light-50 {
    border-color: rgb(250, 251, 255);
  }

.border-color-light-100 {
    border-color: rgb(245, 247, 255);
  }

.border-color-light-200 {
    border-color: rgb(240, 243, 255);
  }

.border-color-light-300 {
    border-color: rgb(235, 239, 255);
  }

.border-color-light-400 {
    border-color: rgb(229, 235, 255);
  }

.border-color-light-500 {
    border-color: #e5ebff;
  }

.border-color-light-600 {
    border-color: rgb(199, 208, 235);
  }

.border-color-light-700 {
    border-color: rgb(177, 187, 216);
  }

.border-color-light-800 {
    border-color: rgb(144, 156, 187);
  }

.border-color-light-900 {
    border-color: rgb(109, 123, 156);
  }

.border-color-grey {
  border-color: rgb(47, 67, 106);
}

.border-color-grey-50 {
    border-color: rgb(189, 195, 207);
  }

.border-color-grey-100 {
    border-color: rgb(160, 169, 187);
  }

.border-color-grey-200 {
    border-color: rgb(128, 140, 164);
  }

.border-color-grey-300 {
    border-color: rgb(96, 111, 141);
  }

.border-color-grey-400 {
    border-color: rgb(68, 86, 121);
  }

.border-color-grey-500 {
    border-color: rgb(47, 67, 106);
  }

.border-color-grey-600 {
    border-color: rgb(45, 64, 101);
  }

.border-color-grey-700 {
    border-color: rgb(41, 58, 91);
  }

.border-color-grey-800 {
    border-color: rgb(35, 49, 77);
  }

.border-color-grey-900 {
    border-color: rgb(28, 39, 62);
  }

.border-color-dark {
  border-color: rgb(29, 26, 55);
}

.border-color-dark-50 {
    border-color: rgb(183, 182, 191);
  }

.border-color-dark-100 {
    border-color: rgb(152, 150, 164);
  }

.border-color-dark-200 {
    border-color: rgb(117, 115, 133);
  }

.border-color-dark-300 {
    border-color: rgb(82, 80, 102);
  }

.border-color-dark-400 {
    border-color: rgb(52, 49, 75);
  }

.border-color-dark-500 {
    border-color: rgb(29, 26, 55);
  }

.border-color-dark-600 {
    border-color: rgb(28, 25, 52);
  }

.border-color-dark-700 {
    border-color: rgb(25, 23, 47);
  }

.border-color-dark-800 {
    border-color: rgb(21, 20, 40);
  }

.border-color-dark-900 {
    border-color: rgb(17, 16, 32);
  }

.border-color-primary {
  border-color: rgb(106, 30, 204);
}

.border-color-primary-50 {
    border-color: rgb(238, 224, 255);
  }

.border-color-primary-100 {
    border-color: rgb(209, 173, 255);
  }

.border-color-primary-200 {
    border-color: rgb(177, 117, 255);
  }

.border-color-primary-300 {
    border-color: rgb(143, 63, 248);
  }

.border-color-primary-400 {
    border-color: rgb(118, 39, 221);
  }

.border-color-primary-500 {
    border-color: rgb(106, 30, 204);
  }

.border-color-primary-600 {
    border-color: rgb(88, 11, 188);
  }

.border-color-primary-700 {
    border-color: rgb(69, 0, 158);
  }

.border-color-primary-800 {
    border-color: rgb(51, 0, 117);
  }

.border-color-primary-900 {
    border-color: rgb(35, 0, 82);
  }

.border-color-secondary {
  border-color: rgb(18, 206, 227);
}

.border-color-secondary-50 {
    border-color: rgb(229, 252, 255);
  }

.border-color-secondary-100 {
    border-color: rgb(184, 248, 255);
  }

.border-color-secondary-200 {
    border-color: rgb(117, 241, 255);
  }

.border-color-secondary-300 {
    border-color: rgb(61, 236, 255);
  }

.border-color-secondary-400 {
    border-color: rgb(28, 220, 242);
  }

.border-color-secondary-500 {
    border-color: rgb(18, 206, 227);
  }

.border-color-secondary-600 {
    border-color: rgb(0, 188, 209);
  }

.border-color-secondary-700 {
    border-color: rgb(0, 151, 168);
  }

.border-color-secondary-800 {
    border-color: rgb(0, 115, 128);
  }

.border-color-secondary-900 {
    border-color: rgb(0, 83, 92);
  }

.border-color-tertiary {
  border-color: rgb(48, 108, 239);
}

.border-color-tertiary-50 {
    border-color: rgb(235, 241, 255);
  }

.border-color-tertiary-100 {
    border-color: rgb(199, 217, 255);
  }

.border-color-tertiary-200 {
    border-color: rgb(143, 178, 255);
  }

.border-color-tertiary-300 {
    border-color: rgb(97, 147, 255);
  }

.border-color-tertiary-400 {
    border-color: rgb(60, 121, 251);
  }

.border-color-tertiary-500 {
    border-color: rgb(48, 108, 239);
  }

.border-color-tertiary-600 {
    border-color: rgb(23, 86, 222);
  }

.border-color-tertiary-700 {
    border-color: rgb(0, 61, 194);
  }

.border-color-tertiary-800 {
    border-color: rgb(0, 47, 148);
  }

.border-color-tertiary-900 {
    border-color: rgb(0, 32, 102);
  }

.border-color-error {
  border-color: rgb(255, 70, 62);
}

.border-color-error-50 {
    border-color: rgb(255, 235, 235);
  }

.border-color-error-100 {
    border-color: rgb(255, 211, 209);
  }

.border-color-error-200 {
    border-color: rgb(255, 163, 158);
  }

.border-color-error-300 {
    border-color: rgb(255, 124, 117);
  }

.border-color-error-400 {
    border-color: rgb(255, 90, 82);
  }

.border-color-error-500 {
    border-color: rgb(255, 70, 62);
  }

.border-color-error-600 {
    border-color: rgb(235, 46, 36);
  }

.border-color-error-700 {
    border-color: rgb(212, 18, 8);
  }

.border-color-error-800 {
    border-color: rgb(163, 8, 0);
  }

.border-color-error-900 {
    border-color: rgb(112, 6, 0);
  }

.border-color-warning {
  border-color: rgb(255, 153, 0);
}

.border-color-warning-50 {
    border-color: rgb(255, 244, 229);
  }

.border-color-warning-100 {
    border-color: rgb(255, 231, 194);
  }

.border-color-warning-200 {
    border-color: rgb(255, 204, 128);
  }

.border-color-warning-300 {
    border-color: rgb(255, 182, 71);
  }

.border-color-warning-400 {
    border-color: rgb(255, 163, 26);
  }

.border-color-warning-500 {
    border-color: rgb(255, 153, 0);
  }

.border-color-warning-600 {
    border-color: rgb(219, 132, 0);
  }

.border-color-warning-700 {
    border-color: rgb(173, 104, 0);
  }

.border-color-warning-800 {
    border-color: rgb(128, 77, 0);
  }

.border-color-warning-900 {
    border-color: rgb(92, 55, 0);
  }

.border-color-success {
  border-color: rgb(0, 190, 148);
}

.border-color-success-50 {
    border-color: rgb(224, 255, 248);
  }

.border-color-success-100 {
    border-color: rgb(173, 255, 237);
  }

.border-color-success-200 {
    border-color: rgb(92, 255, 220);
  }

.border-color-success-300 {
    border-color: rgb(39, 241, 197);
  }

.border-color-success-400 {
    border-color: rgb(15, 210, 168);
  }

.border-color-success-500 {
    border-color: rgb(0, 190, 148);
  }

.border-color-success-600 {
    border-color: rgb(0, 163, 128);
  }

.border-color-success-700 {
    border-color: rgb(0, 128, 100);
  }

.border-color-success-800 {
    border-color: rgb(0, 97, 76);
  }

.border-color-success-900 {
    border-color: rgb(0, 66, 52);
  }

.border-color-info {
  border-color: rgb(0, 153, 232);
}

.border-color-info-50 {
    border-color: rgb(229, 246, 255);
  }

.border-color-info-100 {
    border-color: rgb(184, 231, 255);
  }

.border-color-info-200 {
    border-color: rgb(117, 209, 255);
  }

.border-color-info-300 {
    border-color: rgb(56, 189, 255);
  }

.border-color-info-400 {
    border-color: rgb(14, 169, 246);
  }

.border-color-info-500 {
    border-color: rgb(0, 153, 232);
  }

.border-color-info-600 {
    border-color: rgb(0, 133, 199);
  }

.border-color-info-700 {
    border-color: rgb(0, 105, 158);
  }

.border-color-info-800 {
    border-color: rgb(0, 78, 117);
  }

.border-color-info-900 {
    border-color: rgb(0, 54, 82);
  }

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fill-current-color,
svg.fill-current-color {
  fill: currentColor;
}

.fill-inherit,
svg.fill-inherit {
  fill: inherit;
}

.fill-white,
svg.fill-white {
  fill: rgb(255, 255, 255);
}

.fill-black,
svg.fill-black {
  fill: rgb(0, 0, 0);
}

.fill-light,
svg.fill-light {
  fill: #e5ebff;
}

.fill-light-50,
  svg.fill-light-50 {
    fill: rgb(250, 251, 255);
  }

.fill-light-100,
  svg.fill-light-100 {
    fill: rgb(245, 247, 255);
  }

.fill-light-200,
  svg.fill-light-200 {
    fill: rgb(240, 243, 255);
  }

.fill-light-300,
  svg.fill-light-300 {
    fill: rgb(235, 239, 255);
  }

.fill-light-400,
  svg.fill-light-400 {
    fill: rgb(229, 235, 255);
  }

.fill-light-500,
  svg.fill-light-500 {
    fill: #e5ebff;
  }

.fill-light-600,
  svg.fill-light-600 {
    fill: rgb(199, 208, 235);
  }

.fill-light-700,
  svg.fill-light-700 {
    fill: rgb(177, 187, 216);
  }

.fill-light-800,
  svg.fill-light-800 {
    fill: rgb(144, 156, 187);
  }

.fill-light-900,
  svg.fill-light-900 {
    fill: rgb(109, 123, 156);
  }

.fill-grey,
svg.fill-grey {
  fill: rgb(47, 67, 106);
}

.fill-grey-50,
  svg.fill-grey-50 {
    fill: rgb(189, 195, 207);
  }

.fill-grey-100,
  svg.fill-grey-100 {
    fill: rgb(160, 169, 187);
  }

.fill-grey-200,
  svg.fill-grey-200 {
    fill: rgb(128, 140, 164);
  }

.fill-grey-300,
  svg.fill-grey-300 {
    fill: rgb(96, 111, 141);
  }

.fill-grey-400,
  svg.fill-grey-400 {
    fill: rgb(68, 86, 121);
  }

.fill-grey-500,
  svg.fill-grey-500 {
    fill: rgb(47, 67, 106);
  }

.fill-grey-600,
  svg.fill-grey-600 {
    fill: rgb(45, 64, 101);
  }

.fill-grey-700,
  svg.fill-grey-700 {
    fill: rgb(41, 58, 91);
  }

.fill-grey-800,
  svg.fill-grey-800 {
    fill: rgb(35, 49, 77);
  }

.fill-grey-900,
  svg.fill-grey-900 {
    fill: rgb(28, 39, 62);
  }

.fill-dark,
svg.fill-dark {
  fill: rgb(29, 26, 55);
}

.fill-dark-50,
  svg.fill-dark-50 {
    fill: rgb(183, 182, 191);
  }

.fill-dark-100,
  svg.fill-dark-100 {
    fill: rgb(152, 150, 164);
  }

.fill-dark-200,
  svg.fill-dark-200 {
    fill: rgb(117, 115, 133);
  }

.fill-dark-300,
  svg.fill-dark-300 {
    fill: rgb(82, 80, 102);
  }

.fill-dark-400,
  svg.fill-dark-400 {
    fill: rgb(52, 49, 75);
  }

.fill-dark-500,
  svg.fill-dark-500 {
    fill: rgb(29, 26, 55);
  }

.fill-dark-600,
  svg.fill-dark-600 {
    fill: rgb(28, 25, 52);
  }

.fill-dark-700,
  svg.fill-dark-700 {
    fill: rgb(25, 23, 47);
  }

.fill-dark-800,
  svg.fill-dark-800 {
    fill: rgb(21, 20, 40);
  }

.fill-dark-900,
  svg.fill-dark-900 {
    fill: rgb(17, 16, 32);
  }

.fill-primary,
svg.fill-primary {
  fill: rgb(106, 30, 204);
}

.fill-primary-50,
  svg.fill-primary-50 {
    fill: rgb(238, 224, 255);
  }

.fill-primary-100,
  svg.fill-primary-100 {
    fill: rgb(209, 173, 255);
  }

.fill-primary-200,
  svg.fill-primary-200 {
    fill: rgb(177, 117, 255);
  }

.fill-primary-300,
  svg.fill-primary-300 {
    fill: rgb(143, 63, 248);
  }

.fill-primary-400,
  svg.fill-primary-400 {
    fill: rgb(118, 39, 221);
  }

.fill-primary-500,
  svg.fill-primary-500 {
    fill: rgb(106, 30, 204);
  }

.fill-primary-600,
  svg.fill-primary-600 {
    fill: rgb(88, 11, 188);
  }

.fill-primary-700,
  svg.fill-primary-700 {
    fill: rgb(69, 0, 158);
  }

.fill-primary-800,
  svg.fill-primary-800 {
    fill: rgb(51, 0, 117);
  }

.fill-primary-900,
  svg.fill-primary-900 {
    fill: rgb(35, 0, 82);
  }

.fill-secondary,
svg.fill-secondary {
  fill: rgb(18, 206, 227);
}

.fill-secondary-50,
  svg.fill-secondary-50 {
    fill: rgb(229, 252, 255);
  }

.fill-secondary-100,
  svg.fill-secondary-100 {
    fill: rgb(184, 248, 255);
  }

.fill-secondary-200,
  svg.fill-secondary-200 {
    fill: rgb(117, 241, 255);
  }

.fill-secondary-300,
  svg.fill-secondary-300 {
    fill: rgb(61, 236, 255);
  }

.fill-secondary-400,
  svg.fill-secondary-400 {
    fill: rgb(28, 220, 242);
  }

.fill-secondary-500,
  svg.fill-secondary-500 {
    fill: rgb(18, 206, 227);
  }

.fill-secondary-600,
  svg.fill-secondary-600 {
    fill: rgb(0, 188, 209);
  }

.fill-secondary-700,
  svg.fill-secondary-700 {
    fill: rgb(0, 151, 168);
  }

.fill-secondary-800,
  svg.fill-secondary-800 {
    fill: rgb(0, 115, 128);
  }

.fill-secondary-900,
  svg.fill-secondary-900 {
    fill: rgb(0, 83, 92);
  }

.fill-tertiary,
svg.fill-tertiary {
  fill: rgb(48, 108, 239);
}

.fill-tertiary-50,
  svg.fill-tertiary-50 {
    fill: rgb(235, 241, 255);
  }

.fill-tertiary-100,
  svg.fill-tertiary-100 {
    fill: rgb(199, 217, 255);
  }

.fill-tertiary-200,
  svg.fill-tertiary-200 {
    fill: rgb(143, 178, 255);
  }

.fill-tertiary-300,
  svg.fill-tertiary-300 {
    fill: rgb(97, 147, 255);
  }

.fill-tertiary-400,
  svg.fill-tertiary-400 {
    fill: rgb(60, 121, 251);
  }

.fill-tertiary-500,
  svg.fill-tertiary-500 {
    fill: rgb(48, 108, 239);
  }

.fill-tertiary-600,
  svg.fill-tertiary-600 {
    fill: rgb(23, 86, 222);
  }

.fill-tertiary-700,
  svg.fill-tertiary-700 {
    fill: rgb(0, 61, 194);
  }

.fill-tertiary-800,
  svg.fill-tertiary-800 {
    fill: rgb(0, 47, 148);
  }

.fill-tertiary-900,
  svg.fill-tertiary-900 {
    fill: rgb(0, 32, 102);
  }

.fill-error,
svg.fill-error {
  fill: rgb(255, 70, 62);
}

.fill-error-50,
  svg.fill-error-50 {
    fill: rgb(255, 235, 235);
  }

.fill-error-100,
  svg.fill-error-100 {
    fill: rgb(255, 211, 209);
  }

.fill-error-200,
  svg.fill-error-200 {
    fill: rgb(255, 163, 158);
  }

.fill-error-300,
  svg.fill-error-300 {
    fill: rgb(255, 124, 117);
  }

.fill-error-400,
  svg.fill-error-400 {
    fill: rgb(255, 90, 82);
  }

.fill-error-500,
  svg.fill-error-500 {
    fill: rgb(255, 70, 62);
  }

.fill-error-600,
  svg.fill-error-600 {
    fill: rgb(235, 46, 36);
  }

.fill-error-700,
  svg.fill-error-700 {
    fill: rgb(212, 18, 8);
  }

.fill-error-800,
  svg.fill-error-800 {
    fill: rgb(163, 8, 0);
  }

.fill-error-900,
  svg.fill-error-900 {
    fill: rgb(112, 6, 0);
  }

.fill-warning,
svg.fill-warning {
  fill: rgb(255, 153, 0);
}

.fill-warning-50,
  svg.fill-warning-50 {
    fill: rgb(255, 244, 229);
  }

.fill-warning-100,
  svg.fill-warning-100 {
    fill: rgb(255, 231, 194);
  }

.fill-warning-200,
  svg.fill-warning-200 {
    fill: rgb(255, 204, 128);
  }

.fill-warning-300,
  svg.fill-warning-300 {
    fill: rgb(255, 182, 71);
  }

.fill-warning-400,
  svg.fill-warning-400 {
    fill: rgb(255, 163, 26);
  }

.fill-warning-500,
  svg.fill-warning-500 {
    fill: rgb(255, 153, 0);
  }

.fill-warning-600,
  svg.fill-warning-600 {
    fill: rgb(219, 132, 0);
  }

.fill-warning-700,
  svg.fill-warning-700 {
    fill: rgb(173, 104, 0);
  }

.fill-warning-800,
  svg.fill-warning-800 {
    fill: rgb(128, 77, 0);
  }

.fill-warning-900,
  svg.fill-warning-900 {
    fill: rgb(92, 55, 0);
  }

.fill-success,
svg.fill-success {
  fill: rgb(0, 190, 148);
}

.fill-success-50,
  svg.fill-success-50 {
    fill: rgb(224, 255, 248);
  }

.fill-success-100,
  svg.fill-success-100 {
    fill: rgb(173, 255, 237);
  }

.fill-success-200,
  svg.fill-success-200 {
    fill: rgb(92, 255, 220);
  }

.fill-success-300,
  svg.fill-success-300 {
    fill: rgb(39, 241, 197);
  }

.fill-success-400,
  svg.fill-success-400 {
    fill: rgb(15, 210, 168);
  }

.fill-success-500,
  svg.fill-success-500 {
    fill: rgb(0, 190, 148);
  }

.fill-success-600,
  svg.fill-success-600 {
    fill: rgb(0, 163, 128);
  }

.fill-success-700,
  svg.fill-success-700 {
    fill: rgb(0, 128, 100);
  }

.fill-success-800,
  svg.fill-success-800 {
    fill: rgb(0, 97, 76);
  }

.fill-success-900,
  svg.fill-success-900 {
    fill: rgb(0, 66, 52);
  }

.fill-info,
svg.fill-info {
  fill: rgb(0, 153, 232);
}

.fill-info-50,
  svg.fill-info-50 {
    fill: rgb(229, 246, 255);
  }

.fill-info-100,
  svg.fill-info-100 {
    fill: rgb(184, 231, 255);
  }

.fill-info-200,
  svg.fill-info-200 {
    fill: rgb(117, 209, 255);
  }

.fill-info-300,
  svg.fill-info-300 {
    fill: rgb(56, 189, 255);
  }

.fill-info-400,
  svg.fill-info-400 {
    fill: rgb(14, 169, 246);
  }

.fill-info-500,
  svg.fill-info-500 {
    fill: rgb(0, 153, 232);
  }

.fill-info-600,
  svg.fill-info-600 {
    fill: rgb(0, 133, 199);
  }

.fill-info-700,
  svg.fill-info-700 {
    fill: rgb(0, 105, 158);
  }

.fill-info-800,
  svg.fill-info-800 {
    fill: rgb(0, 78, 117);
  }

.fill-info-900,
  svg.fill-info-900 {
    fill: rgb(0, 54, 82);
  }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-inline {
  display: flex-inline;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; /* Equal to flex: 1 1 auto; as per the spec */
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; /* Equal to flex: 0 0 auto; as per the spec */
}

.flex-1-1-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-1-0-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-0-1-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-0-0-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.justify-content-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-content-flex-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-flex-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.right {
  float: right;
}

@media (max-width: 767px) {

  .right-xs {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .right-s {
    float: right;
  }
}

@media (min-width: 768px) {

  .right-s-up {
    float: right;
  }
}

@media (max-width: 1023px) {

  .right-s-down {
    float: right;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .right-m {
    float: right;
  }
}

@media (min-width: 1024px) {

  .right-m-up {
    float: right;
  }
}

@media (max-width: 1279px) {

  .right-m-down {
    float: right;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .right-l {
    float: right;
  }
}

@media (min-width: 1280px) {

  .right-l-up {
    float: right;
  }
}

@media (max-width: 1679px) {

  .right-l-down {
    float: right;
  }
}

@media (min-width: 1680px) {

  .right-xl {
    float: right;
  }
}

.left {
  float: left;
}

@media (max-width: 767px) {

  .left-xs {
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .left-s {
    float: left;
  }
}

@media (min-width: 768px) {

  .left-s-up {
    float: left;
  }
}

@media (max-width: 1023px) {

  .left-s-down {
    float: left;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .left-m {
    float: left;
  }
}

@media (min-width: 1024px) {

  .left-m-up {
    float: left;
  }
}

@media (max-width: 1279px) {

  .left-m-down {
    float: left;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .left-l {
    float: left;
  }
}

@media (min-width: 1280px) {

  .left-l-up {
    float: left;
  }
}

@media (max-width: 1679px) {

  .left-l-down {
    float: left;
  }
}

@media (min-width: 1680px) {

  .left-xl {
    float: left;
  }
}

.font-family-system {
  font-family: 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.font-family-sans-serif {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.font-family-serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.font-family-monospace {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}

.font-weight-thin {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-black {
  font-weight: 800;
}

.font-size-xl {
  font-size: 1.25rem;
}

.font-size-l {
  font-size: 1.125rem;
}

.font-size-m {
  font-size: 1rem;
}

.font-size-s {
  font-size: 0.875rem;
}

.font-size-xs {
  font-size: 0.75rem;
}

.line-height-xl {
  line-height: 1.8;
}

.line-height-l {
  line-height: 1.65;
}

.line-height-m {
  line-height: 1.5;
}

.line-height-s {
  line-height: 1.35;
}

.line-height-xs {
  line-height: 1.2;
}

.letter-spacing-xl {
  letter-spacing: 0.15em;
}

.letter-spacing-l {
  letter-spacing: 0.1em;
}

.letter-spacing-m {
  letter-spacing: 0.05em;
}

.letter-spacing-s {
  letter-spacing: 0.025em;
}

.letter-spacing-xs {
  letter-spacing: 0.01em;
}

.no-gutter {
  padding: 0;
}

.gutter {
  padding: 1rem;
}

.gutter-vertical {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gutter-top {
  padding-top: 1rem;
}

.gutter-bottom {
  padding-bottom: 1rem;
}

.gutter-horizontal {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gutter-left {
  padding-left: 1rem;
}

.gutter-right {
  padding-right: 1rem;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.no-margin-right {
  margin-right: 0 !important;
}

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

.no-margin-left {
  margin-left: 0 !important;
}

.margin-auto {
  margin: auto;
}

.margin-horizontal-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-vertical-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-bottom-auto {
  margin-bottom: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-xl {
  margin: 5rem;
}

.margin-horizontal-xl {
  margin-left: 5rem;
  margin-right: 5rem;
}

.margin-vertical-xl {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.margin-top-xl {
  margin-top: 5rem;
}

.margin-bottom-xl {
  margin-bottom: 5rem;
}

.margin-left-xl {
  margin-left: 5rem;
}

.margin-right-xl {
  margin-right: 5rem;
}

.margin-l {
  margin: 4rem;
}

.margin-horizontal-l {
  margin-left: 4rem;
  margin-right: 4rem;
}

.margin-vertical-l {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.margin-top-l {
  margin-top: 4rem;
}

.margin-bottom-l {
  margin-bottom: 4rem;
}

.margin-left-l {
  margin-left: 4rem;
}

.margin-right-l {
  margin-right: 4rem;
}

.margin-m {
  margin: 3rem;
}

.margin-horizontal-m {
  margin-left: 3rem;
  margin-right: 3rem;
}

.margin-vertical-m {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.margin-top-m {
  margin-top: 3rem;
}

.margin-bottom-m {
  margin-bottom: 3rem;
}

.margin-left-m {
  margin-left: 3rem;
}

.margin-right-m {
  margin-right: 3rem;
}

.margin-s {
  margin: 1.5rem;
}

.margin-horizontal-s {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.margin-vertical-s {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.margin-top-s {
  margin-top: 1.5rem;
}

.margin-bottom-s {
  margin-bottom: 1.5rem;
}

.margin-left-s {
  margin-left: 1.5rem;
}

.margin-right-s {
  margin-right: 1.5rem;
}

.margin-xs {
  margin: 1rem;
}

.margin-horizontal-xs {
  margin-left: 1rem;
  margin-right: 1rem;
}

.margin-vertical-xs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-top-xs {
  margin-top: 1rem;
}

.margin-bottom-xs {
  margin-bottom: 1rem;
}

.margin-left-xs {
  margin-left: 1rem;
}

.margin-right-xs {
  margin-right: 1rem;
}

.max-width-xl {
  max-width: 80rem;
}

.max-width-l {
  max-width: 70rem;
}

.max-width-m {
  max-width: 60rem;
}

.max-width-s {
  max-width: 50rem;
}

.max-width-xs {
  max-width: 40rem;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.padding-xl {
  padding: 5rem;
}

.padding-horizontal-xl {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-vertical-xl {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-top-xl {
  padding-top: 5rem;
}

.padding-bottom-xl {
  padding-bottom: 5rem;
}

.padding-left-xl {
  padding-left: 5rem;
}

.padding-right-xl {
  padding-right: 5rem;
}

.padding-l {
  padding: 4rem;
}

.padding-horizontal-l {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-vertical-l {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-top-l {
  padding-top: 4rem;
}

.padding-bottom-l {
  padding-bottom: 4rem;
}

.padding-left-l {
  padding-left: 4rem;
}

.padding-right-l {
  padding-right: 4rem;
}

.padding-m {
  padding: 3rem;
}

.padding-horizontal-m {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-vertical-m {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top-m {
  padding-top: 3rem;
}

.padding-bottom-m {
  padding-bottom: 3rem;
}

.padding-left-m {
  padding-left: 3rem;
}

.padding-right-m {
  padding-right: 3rem;
}

.padding-s {
  padding: 1.5rem;
}

.padding-horizontal-s {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-vertical-s {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-top-s {
  padding-top: 1.5rem;
}

.padding-bottom-s {
  padding-bottom: 1.5rem;
}

.padding-left-s {
  padding-left: 1.5rem;
}

.padding-right-s {
  padding-right: 1.5rem;
}

.padding-xs {
  padding: 1rem;
}

.padding-horizontal-xs {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-vertical-xs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-top-xs {
  padding-top: 1rem;
}

.padding-bottom-xs {
  padding-bottom: 1rem;
}

.padding-left-xs {
  padding-left: 1rem;
}

.padding-right-xs {
  padding-right: 1rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.stroke-current-color,
svg.stroke-current-color {
  stroke: currentColor;
}

.stroke-inherit,
svg.stroke-inherit {
  stroke: inherit;
}

.stroke-white,
svg.stroke-white {
  stroke: rgb(255, 255, 255);
}

.stroke-black,
svg.stroke-black {
  stroke: rgb(0, 0, 0);
}

.stroke-light,
svg.stroke-light {
  stroke: #e5ebff;
}

.stroke-light-50,
  svg.stroke-light-50 {
    stroke: rgb(250, 251, 255);
  }

.stroke-light-100,
  svg.stroke-light-100 {
    stroke: rgb(245, 247, 255);
  }

.stroke-light-200,
  svg.stroke-light-200 {
    stroke: rgb(240, 243, 255);
  }

.stroke-light-300,
  svg.stroke-light-300 {
    stroke: rgb(235, 239, 255);
  }

.stroke-light-400,
  svg.stroke-light-400 {
    stroke: rgb(229, 235, 255);
  }

.stroke-light-500,
  svg.stroke-light-500 {
    stroke: #e5ebff;
  }

.stroke-light-600,
  svg.stroke-light-600 {
    stroke: rgb(199, 208, 235);
  }

.stroke-light-700,
  svg.stroke-light-700 {
    stroke: rgb(177, 187, 216);
  }

.stroke-light-800,
  svg.stroke-light-800 {
    stroke: rgb(144, 156, 187);
  }

.stroke-light-900,
  svg.stroke-light-900 {
    stroke: rgb(109, 123, 156);
  }

.stroke-grey,
svg.stroke-grey {
  stroke: rgb(47, 67, 106);
}

.stroke-grey-50,
  svg.stroke-grey-50 {
    stroke: rgb(189, 195, 207);
  }

.stroke-grey-100,
  svg.stroke-grey-100 {
    stroke: rgb(160, 169, 187);
  }

.stroke-grey-200,
  svg.stroke-grey-200 {
    stroke: rgb(128, 140, 164);
  }

.stroke-grey-300,
  svg.stroke-grey-300 {
    stroke: rgb(96, 111, 141);
  }

.stroke-grey-400,
  svg.stroke-grey-400 {
    stroke: rgb(68, 86, 121);
  }

.stroke-grey-500,
  svg.stroke-grey-500 {
    stroke: rgb(47, 67, 106);
  }

.stroke-grey-600,
  svg.stroke-grey-600 {
    stroke: rgb(45, 64, 101);
  }

.stroke-grey-700,
  svg.stroke-grey-700 {
    stroke: rgb(41, 58, 91);
  }

.stroke-grey-800,
  svg.stroke-grey-800 {
    stroke: rgb(35, 49, 77);
  }

.stroke-grey-900,
  svg.stroke-grey-900 {
    stroke: rgb(28, 39, 62);
  }

.stroke-dark,
svg.stroke-dark {
  stroke: rgb(29, 26, 55);
}

.stroke-dark-50,
  svg.stroke-dark-50 {
    stroke: rgb(183, 182, 191);
  }

.stroke-dark-100,
  svg.stroke-dark-100 {
    stroke: rgb(152, 150, 164);
  }

.stroke-dark-200,
  svg.stroke-dark-200 {
    stroke: rgb(117, 115, 133);
  }

.stroke-dark-300,
  svg.stroke-dark-300 {
    stroke: rgb(82, 80, 102);
  }

.stroke-dark-400,
  svg.stroke-dark-400 {
    stroke: rgb(52, 49, 75);
  }

.stroke-dark-500,
  svg.stroke-dark-500 {
    stroke: rgb(29, 26, 55);
  }

.stroke-dark-600,
  svg.stroke-dark-600 {
    stroke: rgb(28, 25, 52);
  }

.stroke-dark-700,
  svg.stroke-dark-700 {
    stroke: rgb(25, 23, 47);
  }

.stroke-dark-800,
  svg.stroke-dark-800 {
    stroke: rgb(21, 20, 40);
  }

.stroke-dark-900,
  svg.stroke-dark-900 {
    stroke: rgb(17, 16, 32);
  }

.stroke-primary,
svg.stroke-primary {
  stroke: rgb(106, 30, 204);
}

.stroke-primary-50,
  svg.stroke-primary-50 {
    stroke: rgb(238, 224, 255);
  }

.stroke-primary-100,
  svg.stroke-primary-100 {
    stroke: rgb(209, 173, 255);
  }

.stroke-primary-200,
  svg.stroke-primary-200 {
    stroke: rgb(177, 117, 255);
  }

.stroke-primary-300,
  svg.stroke-primary-300 {
    stroke: rgb(143, 63, 248);
  }

.stroke-primary-400,
  svg.stroke-primary-400 {
    stroke: rgb(118, 39, 221);
  }

.stroke-primary-500,
  svg.stroke-primary-500 {
    stroke: rgb(106, 30, 204);
  }

.stroke-primary-600,
  svg.stroke-primary-600 {
    stroke: rgb(88, 11, 188);
  }

.stroke-primary-700,
  svg.stroke-primary-700 {
    stroke: rgb(69, 0, 158);
  }

.stroke-primary-800,
  svg.stroke-primary-800 {
    stroke: rgb(51, 0, 117);
  }

.stroke-primary-900,
  svg.stroke-primary-900 {
    stroke: rgb(35, 0, 82);
  }

.stroke-secondary,
svg.stroke-secondary {
  stroke: rgb(18, 206, 227);
}

.stroke-secondary-50,
  svg.stroke-secondary-50 {
    stroke: rgb(229, 252, 255);
  }

.stroke-secondary-100,
  svg.stroke-secondary-100 {
    stroke: rgb(184, 248, 255);
  }

.stroke-secondary-200,
  svg.stroke-secondary-200 {
    stroke: rgb(117, 241, 255);
  }

.stroke-secondary-300,
  svg.stroke-secondary-300 {
    stroke: rgb(61, 236, 255);
  }

.stroke-secondary-400,
  svg.stroke-secondary-400 {
    stroke: rgb(28, 220, 242);
  }

.stroke-secondary-500,
  svg.stroke-secondary-500 {
    stroke: rgb(18, 206, 227);
  }

.stroke-secondary-600,
  svg.stroke-secondary-600 {
    stroke: rgb(0, 188, 209);
  }

.stroke-secondary-700,
  svg.stroke-secondary-700 {
    stroke: rgb(0, 151, 168);
  }

.stroke-secondary-800,
  svg.stroke-secondary-800 {
    stroke: rgb(0, 115, 128);
  }

.stroke-secondary-900,
  svg.stroke-secondary-900 {
    stroke: rgb(0, 83, 92);
  }

.stroke-tertiary,
svg.stroke-tertiary {
  stroke: rgb(48, 108, 239);
}

.stroke-tertiary-50,
  svg.stroke-tertiary-50 {
    stroke: rgb(235, 241, 255);
  }

.stroke-tertiary-100,
  svg.stroke-tertiary-100 {
    stroke: rgb(199, 217, 255);
  }

.stroke-tertiary-200,
  svg.stroke-tertiary-200 {
    stroke: rgb(143, 178, 255);
  }

.stroke-tertiary-300,
  svg.stroke-tertiary-300 {
    stroke: rgb(97, 147, 255);
  }

.stroke-tertiary-400,
  svg.stroke-tertiary-400 {
    stroke: rgb(60, 121, 251);
  }

.stroke-tertiary-500,
  svg.stroke-tertiary-500 {
    stroke: rgb(48, 108, 239);
  }

.stroke-tertiary-600,
  svg.stroke-tertiary-600 {
    stroke: rgb(23, 86, 222);
  }

.stroke-tertiary-700,
  svg.stroke-tertiary-700 {
    stroke: rgb(0, 61, 194);
  }

.stroke-tertiary-800,
  svg.stroke-tertiary-800 {
    stroke: rgb(0, 47, 148);
  }

.stroke-tertiary-900,
  svg.stroke-tertiary-900 {
    stroke: rgb(0, 32, 102);
  }

.stroke-error,
svg.stroke-error {
  stroke: rgb(255, 70, 62);
}

.stroke-error-50,
  svg.stroke-error-50 {
    stroke: rgb(255, 235, 235);
  }

.stroke-error-100,
  svg.stroke-error-100 {
    stroke: rgb(255, 211, 209);
  }

.stroke-error-200,
  svg.stroke-error-200 {
    stroke: rgb(255, 163, 158);
  }

.stroke-error-300,
  svg.stroke-error-300 {
    stroke: rgb(255, 124, 117);
  }

.stroke-error-400,
  svg.stroke-error-400 {
    stroke: rgb(255, 90, 82);
  }

.stroke-error-500,
  svg.stroke-error-500 {
    stroke: rgb(255, 70, 62);
  }

.stroke-error-600,
  svg.stroke-error-600 {
    stroke: rgb(235, 46, 36);
  }

.stroke-error-700,
  svg.stroke-error-700 {
    stroke: rgb(212, 18, 8);
  }

.stroke-error-800,
  svg.stroke-error-800 {
    stroke: rgb(163, 8, 0);
  }

.stroke-error-900,
  svg.stroke-error-900 {
    stroke: rgb(112, 6, 0);
  }

.stroke-warning,
svg.stroke-warning {
  stroke: rgb(255, 153, 0);
}

.stroke-warning-50,
  svg.stroke-warning-50 {
    stroke: rgb(255, 244, 229);
  }

.stroke-warning-100,
  svg.stroke-warning-100 {
    stroke: rgb(255, 231, 194);
  }

.stroke-warning-200,
  svg.stroke-warning-200 {
    stroke: rgb(255, 204, 128);
  }

.stroke-warning-300,
  svg.stroke-warning-300 {
    stroke: rgb(255, 182, 71);
  }

.stroke-warning-400,
  svg.stroke-warning-400 {
    stroke: rgb(255, 163, 26);
  }

.stroke-warning-500,
  svg.stroke-warning-500 {
    stroke: rgb(255, 153, 0);
  }

.stroke-warning-600,
  svg.stroke-warning-600 {
    stroke: rgb(219, 132, 0);
  }

.stroke-warning-700,
  svg.stroke-warning-700 {
    stroke: rgb(173, 104, 0);
  }

.stroke-warning-800,
  svg.stroke-warning-800 {
    stroke: rgb(128, 77, 0);
  }

.stroke-warning-900,
  svg.stroke-warning-900 {
    stroke: rgb(92, 55, 0);
  }

.stroke-success,
svg.stroke-success {
  stroke: rgb(0, 190, 148);
}

.stroke-success-50,
  svg.stroke-success-50 {
    stroke: rgb(224, 255, 248);
  }

.stroke-success-100,
  svg.stroke-success-100 {
    stroke: rgb(173, 255, 237);
  }

.stroke-success-200,
  svg.stroke-success-200 {
    stroke: rgb(92, 255, 220);
  }

.stroke-success-300,
  svg.stroke-success-300 {
    stroke: rgb(39, 241, 197);
  }

.stroke-success-400,
  svg.stroke-success-400 {
    stroke: rgb(15, 210, 168);
  }

.stroke-success-500,
  svg.stroke-success-500 {
    stroke: rgb(0, 190, 148);
  }

.stroke-success-600,
  svg.stroke-success-600 {
    stroke: rgb(0, 163, 128);
  }

.stroke-success-700,
  svg.stroke-success-700 {
    stroke: rgb(0, 128, 100);
  }

.stroke-success-800,
  svg.stroke-success-800 {
    stroke: rgb(0, 97, 76);
  }

.stroke-success-900,
  svg.stroke-success-900 {
    stroke: rgb(0, 66, 52);
  }

.stroke-info,
svg.stroke-info {
  stroke: rgb(0, 153, 232);
}

.stroke-info-50,
  svg.stroke-info-50 {
    stroke: rgb(229, 246, 255);
  }

.stroke-info-100,
  svg.stroke-info-100 {
    stroke: rgb(184, 231, 255);
  }

.stroke-info-200,
  svg.stroke-info-200 {
    stroke: rgb(117, 209, 255);
  }

.stroke-info-300,
  svg.stroke-info-300 {
    stroke: rgb(56, 189, 255);
  }

.stroke-info-400,
  svg.stroke-info-400 {
    stroke: rgb(14, 169, 246);
  }

.stroke-info-500,
  svg.stroke-info-500 {
    stroke: rgb(0, 153, 232);
  }

.stroke-info-600,
  svg.stroke-info-600 {
    stroke: rgb(0, 133, 199);
  }

.stroke-info-700,
  svg.stroke-info-700 {
    stroke: rgb(0, 105, 158);
  }

.stroke-info-800,
  svg.stroke-info-800 {
    stroke: rgb(0, 78, 117);
  }

.stroke-info-900,
  svg.stroke-info-900 {
    stroke: rgb(0, 54, 82);
  }

.icon,
svg.icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-xs,
svg.icon-xs {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.icon-s,
svg.icon-s {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-m,
svg.icon-m {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-l,
svg.icon-l {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
}

.icon-xl,
svg.icon-xl {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.transition-fast {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.transition-medium {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.transition-slow {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.clearfix::before,
    .clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.circle {
  border-radius: 50%;
}

.full-height {
  height: 100%;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}

.no-border {
  border: none !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.hidden {
  visibility: hidden !important;
}

.visible-print {
  display: none !important;
}

@media print {

  .visible-print {
    display: block !important;
  }
}

@media print {

  .hidden-print {
    display: none !important;
  }
}

.visible-screen {
  display: none !important;
}

@media screen {

  .visible-screen {
    display: block !important;
  }
}

@media screen {

  .hidden-screen {
    display: none !important;
  }
}

.hide-visually {
  position: absolute;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.text-hide {
  font: ~"0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media (max-width: 767px) {

  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .hidden-s {
    display: none !important;
  }
}

@media (min-width: 768px) {

  .hidden-s-up {
    display: none !important;
  }
}

@media (max-width: 1023px) {

  .hidden-s-down {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .hidden-m {
    display: none !important;
  }
}

@media (min-width: 1024px) {

  .hidden-m-up {
    display: none !important;
  }
}

@media (max-width: 1279px) {

  .hidden-m-down {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .hidden-l {
    display: none !important;
  }
}

@media (min-width: 1280px) {

  .hidden-l-up {
    display: none !important;
  }
}

@media (max-width: 1679px) {

  .hidden-l-down {
    display: none !important;
  }
}

@media (min-width: 1680px) {

  .hidden-xl {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {

  .visible-xs {
    display: block !important;
  }
}

.visible-s {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {

  .visible-s {
    display: block !important;
  }
}

.visible-s-up {
  display: none !important;
}

@media (min-width: 768px) {

  .visible-s-up {
    display: block !important;
  }
}

.visible-s-down {
  display: none !important;
}

@media (max-width: 1023px) {

  .visible-s-down {
    display: block !important;
  }
}

.visible-m {
  display: none !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {

  .visible-m {
    display: block !important;
  }
}

.visible-m-up {
  display: none !important;
}

@media (min-width: 1024px) {

  .visible-m-up {
    display: block !important;
  }
}

.visible-m-down {
  display: none !important;
}

@media (max-width: 1279px) {

  .visible-m-down {
    display: block !important;
  }
}

.visible-l {
  display: none !important;
}

@media (min-width: 1280px) and (max-width: 1679px) {

  .visible-l {
    display: block !important;
  }
}

.visible-l-up {
  display: none !important;
}

@media (min-width: 1280px) {

  .visible-l-up {
    display: block !important;
  }
}

.visible-l-down {
  display: none !important;
}

@media (max-width: 1679px) {

  .visible-l-down {
    display: block !important;
  }
}

.visible-xl {
  display: none !important;
}

@media (min-width: 1680px) {

  .visible-xl {
    display: block !important;
  }
}

/**
 * Colors
 */

:root {
  /**
   * Color
   */

  /* White */

  /* Black */

  /**
   * Shades
   */

  /* Light */

  /* Grey */

  /* Dark */

  /**
   * Palette
   */

  /* Primary */

  /* Secondary */

  /* Tertiary */ /* Changed to match QMA logo A */ /*rgb(46, 100, 220)*/

  /**
   * Indicators
   */

  /* Info */

  /* Error */

  /* Warning */

  /* Success */
}

/**
 * Globals
 */

:root {
  /**
   * Media Queries
   */

  /**
   * Root
   */

  /**
   * Focus Outline
   */

  /**
   * Gutter
   */

  /**
   * Container
   */

  /**
   * Color
   */

  /**
   * Background
   */

  /**
   * Border
   */

  /**
   * Box Shadow
   */

  /**
   * Z-Index
   */

  /**
   * Speed
   */

  /**
   * Height
   */

  /**
   * Slope
   */

  /**
   * Space
   */

  /**
   * Margin
   */

  /**
   * Padding
   */

  /**
   * Max Width
   */

  /**
   * Font
   */

  /**
   * Font Weights
   */

  /**
   * Font Sizes
   */

  /**
   * Line height
   */

  /**
   * Letter Spacing
   */
}

/**
 * Variables
 */

:root {
  /**
   * Body
   */

  /**
   * Icon
   */

  /**
   * Print
   */

  /**
   * Headings
   */

  /**
   * Headings Small
   */

  /**
   * Heading Font Sizes
   */

  /**
   * Display Title
   */

  /**
   * Big
   */

  /**
   * Small Caps
   */

  /**
   * Lead
   */

  /**
   * Paragraph
   */

  /**
   * Link
   */

  /**
   * Strong
   */

  /**
   * Emphasis
   */

  /**
   * Horizontal Rule
   */

  /**
   * Blockquote
   */

  /**
   * Cite
   */

  /**
   * List
   */

  /**
   * List Item
   */

  /**
   * Child List
   */

  /**
   * Unordered List
   */

  /** 
   * Definition List
   */

  /** 
   * Definition Term
   */

  /** 
   * Definition Description
   */

  /**
   * Code
   */

  /** 
   * Pre
   */

  /**
   * Kbd
   */

  /**
   * Mark
   */

  /**
   * Form Message
   */

  /** 
   * Field
   */

  /** 
   * Fieldset
   */

  /** 
   * Legend
   */

  /** 
   * Label
   */

  /** 
   * Input
   */

  /** 
   * Input Sizes
   */

  /**
   * Textarea
   */

  /**
   * Select
   */

  /** 
   * Select Sizes
   */

  /**
   * Control
   */

  /** 
   * Control Sizes
   */

  /** 
   * Range
   */

  /** 
   * Range Sizes
   */

  /** 
   * Progress
   */

  /** 
   * Progress Sizes
   */

  /**
   * Button
   */

  /** 
   * Button Sizes
   */

  /** 
   * Button Shades
   */

  /** 
   * Button Palette
   */

  /** 
   * Button Indicators
   */

  /** 
   * Button Icon
   */

  /**
   * Figure
   */

  /**
   * Media
   */

  /**
   * Nav
   */

  /**
   * Spinner
   */

  /**
   * Table
   */
}

/**
 * Font
 */

@font-face {
  font-family: 'GT-Pressura-Mono-Bold';
  src: url('/assets/fonts/GT-Pressura-Mono-Bold.eot');
  src: url('/assets/fonts/GT-Pressura-Mono-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GT-Pressura-Mono-Bold.woff2') format('woff2'),
    url('/assets/fonts/GT-Pressura-Mono-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GT-Pressura-Mono-Regular';
  src: url('/assets/fonts/GT-Pressura-Mono-Regular.eot');
  src: url('/assets/fonts/GT-Pressura-Mono-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/GT-Pressura-Mono-Regular.woff2') format('woff2'),
    url('/assets/fonts/GT-Pressura-Mono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BFF-NSFW';
  src: url('/assets/fonts/BFF-NSFW.eot');
  src: url('/assets/fonts/BFF-NSFW.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/BFF-NSFW.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Thin/Roboto-Thin.woff2?v=2.137') format('woff2'), url('/assets/fonts/Thin/Roboto-Thin.woff?v=2.137') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/ThinItalic/Roboto-ThinItalic.woff2?v=2.137') format('woff2'), url('/assets/fonts/ThinItalic/Roboto-ThinItalic.woff?v=2.137') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Light/Roboto-Light.woff2?v=2.137') format('woff2'), url('/assets/fonts/Light/Roboto-Light.woff?v=2.137') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/LightItalic/Roboto-LightItalic.woff2?v=2.137') format('woff2'), url('/assets/fonts/LightItalic/Roboto-LightItalic.woff?v=2.137') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Regular/Roboto-Regular.woff2?v=2.137') format('woff2'), url('/assets/fonts/Regular/Roboto-Regular.woff?v=2.137') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Regular/Roboto-Regular.woff2?v=2.137') format('woff2'), url('/assets/fonts/Regular/Roboto-Regular.woff?v=2.137') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Italic/Roboto-Italic.woff2?v=2.137') format('woff2'), url('/assets/fonts/Italic/Roboto-Italic.woff?v=2.137') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Italic/Roboto-Italic.woff2?v=2.137') format('woff2'), url('/assets/fonts/Italic/Roboto-Italic.woff?v=2.137') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Medium/Roboto-Medium.woff2?v=2.137') format('woff2'), url('/assets/fonts/Medium/Roboto-Medium.woff?v=2.137') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/MediumItalic/Roboto-MediumItalic.woff2?v=2.137') format('woff2'), url('/assets/fonts/MediumItalic/Roboto-MediumItalic.woff?v=2.137') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Bold/Roboto-Bold.woff2?v=2.137') format('woff2'), url('/assets/fonts/Bold/Roboto-Bold.woff?v=2.137') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Bold/Roboto-Bold.woff2?v=2.137') format('woff2'), url('/assets/fonts/Bold/Roboto-Bold.woff?v=2.137') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137') format('woff2'), url('/assets/fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137') format('woff2'), url('/assets/fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Black/Roboto-Black.woff2?v=2.137') format('woff2'), url('/assets/fonts/Black/Roboto-Black.woff?v=2.137') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/BlackItalic/Roboto-BlackItalic.woff2?v=2.137') format('woff2'), url('/assets/fonts/BlackItalic/Roboto-BlackItalic.woff?v=2.137') format('woff');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Run Wild';
  src: url('/assets/fonts/RunWild/RunWild.woff2') format('woff2'), url('/assets/fonts/RunWild/RunWild.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/**
 * Slick
 */

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/**
 * Slick Arrows
 */

.arrows {
  position: relative;
  z-index: 2;
  margin-top: -4rem;
}

.columns-carousel:not(.columns-carousel-highlight) + .arrows {
  margin-top: -2em;
}

.slick-prev,
.slick-next {
  display: block;
  padding: 0.5rem;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  color: currentColor;
  line-height: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev svg, .slick-next svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.slick-prev:not(:disabled):hover,
  .slick-prev:not(:disabled):focus,
  .slick-next:not(:disabled):hover,
  .slick-next:not(:disabled):focus {
  color: currentColor;
  outline: none;
  background: transparent;
  border-color: currentColor;
}

.slick-prev:active, .slick-next:active {
  color: currentColor;
  background: transparent;
  border-color: currentColor;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev {
}

.slick-next {
}

.slides-controls-white .slick-prev,
  .slides-controls-white .slick-next,
  .slides-controls-white .slick-dots {
  color: rgb(255, 255, 255) !important;
}

.slides-controls-dark .slick-prev,
  .slides-controls-dark .slick-next,
  .slides-controls-dark .slick-dots {
  color: rgb(47, 67, 106) !important;
}

.slick-arrow.slick-hidden {
  display: inline-block;
  opacity: 0.5;
}

/**
 * Slick Dots
 */

@media (min-width: 768px) {

  .slick-dotted.slick-slider {
    padding-bottom: 2rem;
  }
}

.slick-dots {
  z-index: 99;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2rem;
  padding: 0;
  margin: 0;
  color: currentColor;
  list-style: none;
  text-align: center;
}

@media (max-width: 767px) {

  .slick-dots {
    display: none !important;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots button {
  display: block;
  padding: 0;
  min-width: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0;
  color: inherit;
  line-height: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.slick-dots button:not(:disabled):hover,
    .slick-dots button:not(:disabled):focus,
    .slick-dots button:not(:disabled):active {
  color: inherit;
  background: currentColor;
  border-color: currentColor;
}

.slick-dots li.slick-active button {
  color: inherit;
  background: currentColor;
  border-color: currentColor;
}

/**
 * Slick Slide
 */

.slick-slide {
  outline: none;
}

.slick-list {
  padding-bottom: 1.5rem;
}

/*
.slick-initialized .slick-slide {
  position: relative;
  & > div {
    position: relative;
    margin-top: 67%;
    transform: translateY(-50%);
  }
}
*/

/**
 * Grid
 */

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {

  .columns-align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.column {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 1rem 1rem 2rem 1rem;
}

@media (min-width: 768px) {

  .column-justify .column-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {

  .columns-1-2 .column {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .columns-1-3 .column {
    width: 50%;
  }
}

@media (min-width: 1024px) {

  .columns-1-3 .column {
    width: 33.33333%;
  }

  .columns-1-3 .column.column-1-2 {
    width: 66.66666%;
  }
}

@media (min-width: 768px) {

  .columns-1-4 .column {
    width: 50%;
  }
}

@media (min-width: 1280px) {

  .columns-1-4 .column {
    width: 25%;
  }

  .columns-1-4 .column.column-1-2 {
    width: 50%;
  }

  .columns-1-4 .column.column-1-3 {
    width: 75%;
  }
}

@media (min-width: 768px) {

  .columns-1-5 .column {
    width: 33.33333%;
  }
}

@media (min-width: 1680px) {

  .columns-1-5 .column {
    width: 20%;
  }

  .columns-1-5 .column.column-1-2 {
    width: 50%;
  }

  .columns-1-5 .column.column-1-3 {
    width: 75%;
  }

  .columns-1-5 .column.column-1-4 {
    width: 80%;
  }
}

.columns-1-6 .column {
  width: 50%;
}

@media (min-width: 768px) {

  .columns-1-6 .column {
    width: 33.33333%;
  }
}

@media (min-width: 1024px) {

  .columns-1-6 .column {
    width: 16.66667%;
  }

  .columns-1-6 .column.column-1-2 {
    width: 33.33333%;
  }

  .columns-1-6 .column.column-1-3 {
    width: 50%;
  }

  .columns-1-6 .column.column-1-4 {
    width: 66.66666%;
  }

  .columns-1-6 .column.column-1-5 {
    width: 83.33335%;
  }
}

@media (min-width: 768px) {
  .column.column-1-1 {
    width: 100%;
  }
  .column.column-1-2 {
    width: 50%;
  }
  .column.column-1-3 {
    width: 33.33333%;
  }
  .column.column-2-3 {
    width: 66.66667%;
  }
  .column.column-1-4 {
    width: 25%;
  }
}

.columns-carousel-highlight.columns-1-3 .slick-slide {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.columns-carousel-highlight.columns-1-3 .slick-slide.slick-active + .slick-slide.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.columns-carousel-highlight.columns-1-3 .slick-slide.slick-active + .slick-slide.slick-active + .slick-slide.slick-active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media (min-width: 768px) {

  .columns.stagger-vertical.columns-1-2 .column:nth-child(2n) {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }

  .columns.stagger-vertical.columns-1-3 .column:nth-child(3n - 1) {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }

  .columns.stagger-vertical.columns-1-4 .column:nth-child(2n) {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
}

/**
 * Template
 */

body.open {
  overflow: hidden;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.navigation ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}

.navigation a {
  position: relative;
  display: block;
  padding: 1em;
  color: rgb(47, 67, 106);
  text-decoration: none;
}

.navigation a span {
  position: relative;
  z-index: 2;
}

.navigation a::before {
  z-index: 1;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 1em;
  height: 0;
  content: '';
  background: rgb(18, 206, 227);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.navigation a.active,
    .navigation a:hover,
    .navigation a:focus {
  color: rgb(106, 30, 204);
}

.navigation a:hover::before, .navigation a:focus::before {
  height: 0.5em;
}

.menu {
  z-index: 999;
  position: fixed
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.menu a {
  position: relative;
  display: block;
  color: currentColor;
  -webkit-transition: none !important;
  transition: none !important;
}

.menu a:hover,
    .menu a:focus {
  color: rgb(106, 30, 204);
}

.menu a.active {
  color: rgb(106, 30, 204);
}

.menu-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}

@media (min-width: 1024px) {

  .menu-button {
    top: 1rem;
    right: 1rem;
  }
}

@media (max-width: 1279px) {
  .menu {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgb(29, 26, 55);
    padding-top: 1rem;
    padding-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;

    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    pointer-events: none
  }
  .menu.open {
    opacity: 1;
    pointer-events: auto;
  }
  .menu ul {
    display: block;
  }
  .menu li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: block;
    font-family: 'BFF-NSFW';
    text-transform: uppercase;
  }
  .menu a {
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgb(106, 30, 204);
  }

  .menu-nav li {
    font-size: 4rem;
    margin-right: 0.25em;
  }

  .menu-secondary-nav li {
    font-size: 2rem;
  }

  .menu-secondary-nav a {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
  }
}

@media (max-width: 767px) {
  .menu-nav li {
    font-size: 3rem;
  }
  .menu-nav li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .menu-secondary-nav li {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .menu {
    top: 50vh;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
  }
  .menu .invert-active a.active,
      .menu .invert-active a:hover {
    color: rgb(18, 206, 227);
  }
  .menu li {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .menu a {
    padding-left: 1rem;
  }
  .menu a.active::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.25rem;
    content: '';
    background: currentColor;
  }

  .menu-secondary-nav li {
    font-size: 1rem;/*border-bottom: var(--border-width) var(--border-style) currentColor;
 */
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;/*&:first-child {
        border-top: var(--border-width) var(--border-style) currentColor;
      }
 */
  }

  .menu-secondary-nav a {
    padding-top: 0.125em;
    padding-bottom: 0.125em;
  }
}

main {
  min-height: 80vh;
}

.section {
  /*position: relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-title {
  font-family: 'BFF-NSFW';
  font-size: 2.25rem
}

.section-title.title-overlap,
  .section-title.title-underlap {
  margin-bottom: 0;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  margin-top: -0.2em;
}

.section-title.title-overlap {
  position: relative;
  z-index: 1;
}

.section-inner {
  /* z-index: 1; */
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-size: cover;
  background-position: center center
}

.section-inner .container {
  position: relative;
}

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

.section-header,
.section-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.flex-column > .section-header,
.flex-column > .section-body {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/*
  These classes allow for the menu color changer to still detect the would-be background color, as it only looks at the rgb (not a) values
 */

.ignore-background.background-primary {
  background-color: rgba(106, 30, 204, 0);
}

.ignore-background.background-secondary {
  background-color: rgba(18, 206, 227, 0);
}

.ignore-background.background-tertiary {
  background-color: rgba(48, 108, 239, 0);
}

.ignore-background.background-light {
  background-color: rgba(229, 235, 255, 0);
}

.ignore-background.background-light-50 {
  background-color: rgba(250, 251, 255, 0);
}

.ignore-background.background-dark {
  background-color: rgba(29, 26, 55, 0);
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5em;
  padding: 0;
  list-style: none;
}

.social li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
  padding: 0;
  color: currentColor;
}

.social a {
  display: block;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  color: currentColor;
}

.social svg {
  display: block;
  margin: 0 auto;
  fill: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

/* */

/**
 * Typography
 */

.title,
.pullout {
  margin: 0;
  font-family: 'BFF-NSFW';
  font-weight: normal;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: 0.025em;
}

.pullout {
  line-height: 1;
}

.title-xs {
  font-size: 1.25rem;
  line-height: 1;
}

@media (min-width: 768px) {

  .title-xs {
    font-size: 1.5rem;
  }
}

@media (min-width: 1280px) {

  .title-xs {
    font-size: 2rem;
  }
}

.title-s {
  font-size: 2rem;
}

@media (min-width: 768px) {

  .title-s {
    font-size: 3rem;
  }
}

@media (min-width: 1280px) {

  .title-s {
    font-size: 4rem;
  }
}

.title-m {
  font-size: 3rem;
}

@media (min-width: 768px) {

  .title-m {
    font-size: 4rem;
  }
}

@media (min-width: 1280px) {

  .title-m {
    font-size: 5rem;
  }
}

.title-l {
  font-size: 4rem;
}

@media (min-width: 768px) {

  .title-l {
    font-size: 5rem;
  }
}

@media (min-width: 1280px) {

  .title-l {
    font-size: 6rem;
  }
}

.title-xl {
  font-size: 5rem;
}

@media (max-width: 767px) {

  .title-xl {
    word-break: break-word;
  }
}

@media (min-width: 768px) {

  .title-xl {
    font-size: 6.5rem;
  }
}

@media (min-width: 1280px) {

  .title-xl {
    font-size: 8rem;
  }
}

@media (min-width: 1024px) {

  .inner-overlap-before {
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
    margin-bottom: 1.5rem !important;
  }
}

@media (min-width: 1024px) {

  .inner-overlap-after {
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
    margin-bottom: 1.5rem !important;
  }
}

.panel-title {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -0.1em !important;
}

.list-tick {
  margin: 0;
  list-style: none
}

.list-tick li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding: 0;
}

.list-tick svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  margin-right: 0.75rem;
}

.text-inner table {
  border: none;
}

.text-inner table td {
  border: none;
}

.text-inner table tr {
  border-bottom: 1px solid rgb(199, 208, 235);
}

.text-inner table tbody tr:last-child {
  border-bottom: none;
}

.text-background {
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto
}

.text-background text {
  margin: 0;
  font-family: 'BFF-NSFW';
  font-weight: normal;
  line-height: 1;
  fill: rgb(255, 255, 255);
  text-transform: uppercase;
}

.text-background-center {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.text-background-top {
  height: 100vh;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.background-primary .text-background text {
  fill: rgb(88, 11, 188);
}

.background-secondary .text-background text {
  fill: rgb(0, 188, 209);
}

.background-dark .text-background text {
  fill: rgb(21, 20, 40);
}

.text-background + .section-body {
  z-index: 1;
}

/**
 * Form
 */

.audio-trim {
	position: relative;
	width: 100%;
	height: 160px;
}

.audio-trim-area {
		position: absolute;
		width: 100%;
		height: 160px;
		background-color: rgb(240, 243, 255);
	}

.audio-trim-loading-bar {
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			background-color: rgba(0, 0, 0, .2);
			-webkit-transition: width 200ms ease-in-out;
			transition: width 200ms ease-in-out;
		}

.audio-trim-play-bar {
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			background-color: rgba(0, 0, 0, .2);
		}

.audio-trim-underlay {
			position: absolute;
			left: 0;
			top: 0;
			height: 100%;
			background-color: rgb(106, 30, 204);
		}

.audio-trim-waveform {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}

.audio-trim-region {
			position: absolute;
			cursor: -webkit-grab;
			cursor: grab;
			top: 0;
			left: 0;
			height: 160px;
			border-left: 1px solid rgb(255, 255, 255);
			border-right: 1px solid rgb(255, 255, 255)
		}

.audio-trim-region.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.audio-trim-button {
			position: absolute;
			bottom: 0;
			left: 0;
		}

.dropdown-menu.open {
	overflow: auto;
}

.autosuggest-container {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto
}

.autosuggest-container .spinner {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

/*
 * Dropdown
 */

.dropup,
.dropdown {
	position: relative
}

.dropup ul, .dropdown ul {
  list-style: none;
  text-align: left;
  overflow: hidden;
}

.dropup ul:not(.dropdown-menu), .dropdown ul:not(.dropdown-menu) {
  margin: 0;
  padding: 0;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-toggle:active + .dropdown-menu {
  display: block;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	padding: 0;
	margin: 2px 0px;
	min-width: 160px;
	max-height: 300px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(199, 208, 235);
	border-radius: 0.125rem;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
	        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
	background-clip: padding-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.dropdown-menu.open {
  display: block;
  z-index: 999;
}

.dropdown-menu:empty {
  display: none;
}

.dropdown-menu .divider {
  margin: 0;
  padding: 0;
  height: 1px;
  background: #e5ebff;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-menu-block {
	left: 0;
	right: 0;
}

.dropdown-menu-title {
	margin: 0;
	padding: 1em;
	color: rgb(47, 67, 106);
	text-transform: uppercase;
	border-bottom: 1px solid rgb(199, 208, 235);
}

.dropdown-menu-item {
	display: block;
	margin: 0;
	padding: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	line-height: 1.5;
	cursor: pointer;
	white-space: nowrap
}

.dropdown-menu-item .status {
  display: inline-block;
}

.dropdown-menu-item.disabled {
  color: rgb(47, 67, 106);
  cursor: default;
}

.dropdown-menu-item.focused,
	.dropdown-menu-item:not(.disabled):hover,
	.dropdown-menu-item:not(.disabled):focus {
  color: rgb(29, 26, 55);
  background-color: rgb(250, 250, 250);
}

.dropdown-menu-item.selected {
  color: rgb(29, 26, 55);
  background-color: rgb(250, 250, 250);
}

.cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem
}

.cell .delete-button {
  top: 25px;
  right: -1px;
}

.cell img {
  display: block;
  width: 3rem;
  height: 3rem;
}

.cell-fixed {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto
}

.cell-fixed + .cell-flex {
  padding-left: 1rem;
}

.cell-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0
}

.cell-flex + .cell-fixed {
  padding-left: 1rem;
}

.cell-title {
  display: block;
  word-break: break-word;
}

.cell-input {
  height: 3rem;
  margin: 0.5em 0;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  border: 1px solid rgb(199, 208, 235);
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5em 0.125em rgba(52, 49, 75, 0.05)
}

.cell-input .cell-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  margin-right: 0.5rem;
}

.cell-input .cell-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.cell-input .cell-control {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
}

.cell-input .cell-control .button {
  width: 30px;
  height: 30px;
  min-width: 0;
  padding: 0;
  border: none;
  background: none;
}

.cells > .cell {
  padding: 0;
}

.cells > .cell > .cell-content {
  padding: 1rem;
  width: 100%;
}

.cells > .cell > .cell-control {
  position: relative;
}

.cells > .cell.inline-cell > .cell-content {
  padding: 1rem 0;
}

.delete-button {
  position: absolute;
  top: 0;
  right: 0;
}

.file-drop-container {
	position: relative;
	width: 100%
}

.file-drop-container.dragging .file-drop-overlay {
  z-index: 500;
  pointer-events: auto;
  background: rgb(29, 26, 55);
  border-color: rgb(106, 30, 204);
  color: rgb(255, 255, 255);
}

.file-drop-container.dragging .hide-drag {
  opacity: 0;
}

.file-drop-container.dragging.over .file-drop-overlay {
  background: rgb(106, 30, 204);
}

.file-drop-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	pointer-events: none;
	-webkit-transition: background 200ms ease-in-out,
				border 200ms ease-in-out,
				outline 200ms ease-in-out;
	transition: background 200ms ease-in-out,
				border 200ms ease-in-out,
				outline 200ms ease-in-out
}

label {
  letter-spacing: -0.05em;
}

.form-input .button + .button {
  margin-left: 1rem;
}

.form-input .button-group .button + .button {
  margin-left: 0.5em;
}

.form-input-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}

.form-input-inline label {
  margin: 0;
  margin-right: @margin-small;
}

.form-input-inline input,
  .form-input-inline label,
  .form-input-inline textarea,
  .form-input-inline .inputs-inline,
  .form-input-inline .cell,
  .form-input-inline p {
  margin-top: 0;
  margin-bottom: 0;
}

.form-input-inline .checkbox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 0.5rem;
}

.form-fields.form-fields-xs .form-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {

  .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .form-fields .form-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .form-fields .form-input:first-child {
    margin-left: 0;
  }

  .form-fields .form-input:last-child {
    margin-right: 0;
  }
}

.form-input .form-input,
  .form-input .control-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.field-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline
}

.field-inline label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.field-inline pre {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
  background: none;
  font-weight: bold;
}

.form-fields + .form-fields {
  margin-top: 1rem;
}

@media (min-width: 768px) {

  .form-footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form-footer-inner button,
    .form-footer-inner .button {
    margin-right: 1rem;
  }
}

@media (max-width: 767px) {

  .form-footer-inner button,
    .form-footer-inner .button {
    display: block;
    width: 100%;
  }

  .form-footer-inner button:not(:last-child), .form-footer-inner .button:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {

  .form-footer-flex {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {

  .form-footer-fixed {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .form-footer-fixed .button:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }

  .form-footer-fixed .button:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 1rem;
  }
}

@media (max-width: 767px) {

  .form-footer-fixed + .form-footer-flex:not(:empty) {
    margin-top: 2rem;
  }
}

.control.checkbox.disabled input[type='checkbox'] ~ .control-indicator,
    .control.checkbox.disabled input[type='checkbox']:checked ~ .control-indicator {/*background-color: var(--grey-100);
 */
  opacity: 0.4;
}

.form-detail {
  margin-top: 1em;
  margin-bottom: 1em
}

.form-detail:first-child {
  margin-top: 0;
}

.form-detail:last-child {
  margin-bottom: 0;
}

.form-detail dd {
  overflow: hidden;
}

@media (min-width: 768px) {

  .form-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .form-detail dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
    margin: 0;
    margin-right: 1em;
    text-align: right;
  }

  .form-detail dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.form-input {
  margin: 1rem 0
}

.form-input:first-child {
  margin-top: 0;
}

.form-input:last-child {
  margin-bottom: 0;
}

.form-input label:first-child, .form-input input:first-child, .form-input textarea:first-child, .form-input .form-message:first-child, .form-input .select:first-child {
  margin-top: 0;
}

.form-input label:last-child, .form-input input:last-child, .form-input textarea:last-child, .form-input .form-message:last-child, .form-input .select:last-child {
  margin-bottom: 0;
}

.signature-pad {
	position: relative;
	width: 700px;
	height: 400px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.signature-pad-body {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	max-width: 100%;
	padding-top: 56.25%
}

.signature-pad-body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(199, 208, 235);
}

.signature-pad-footer {
	position: relative;
	// left: 0;
	// right: 0;
	// bottom: 20px;
	// height: 40px;
}

@media (max-width: 1023px) {
	.signature-pad {
		width: 100%;
		height: 56.25vw;
	}
}

@media (min-width: 768px) {

  .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.step {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  font-family: 'GT-Pressura-Mono-Bold', Monaco, Menlo, Consolas, 'Courier New', monospace;
  color: rgb(106, 30, 204);
}

@media (min-width: 768px) {

  .step {
    text-align: center;
  }
}

@media (max-width: 767px) {

  .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .step:not(:last-child) {
    margin-bottom: 1rem;
  }

  .step {

    .step-number {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
    }

    .step-title {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
    }
  }
}

.step:hover,
  .step:focus {
  color: rgb(18, 206, 227);
}

.step:hover .step-number, .step:focus .step-number {
  color: #e5ebff;
  background-color: rgb(18, 206, 227);
}

.step.active .step-number {
  color: rgb(245, 247, 255);
  background-color: rgb(106, 30, 204);
}

.step.success {
  color: rgb(143, 63, 248);
}

.step.success .step-number {
  color: rgb(245, 247, 255);
  background-color: rgb(143, 63, 248);
}

.step.success .step-inner .step-number {
  background-color: rgb(143, 63, 248);
}

.step-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(2rem + 2vw);
  height: calc(2rem + 2vw);
  font-size: 2.85rem;
  color: currentColor;
  background-color: rgb(245, 247, 255);
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out;
  transition: color 200ms ease-in-out, background 200ms ease-in-out
}

.step-number span {
  -webkit-transform: translateY(-0.04em);
          transform: translateY(-0.04em);
}

@media (min-width: 768px) {

  .step-number {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media (max-width: 767px) {

  .step-number {
    margin-right: 1rem;
  }
}

.step-title {
  display: block;
  font-size: 0.875rem;
  color: currentColor;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

@media (min-width: 768px) {

  .step-title {
    margin: 0 auto;
    max-width: 6rem;
  }
}

.media-slabs {

}

.media-slab {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 5rem
}

.media-slab .media-slab-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: rgb(106, 30, 204);
}

.media-slab .media-slab-number h1 {
  margin-top: -0.2em;
}

.media-slab .media-slab-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: rgb(255, 255, 255);
}

.media-slab .media-slab-status {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 0.75rem;
}

.media-slab .media-slab-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.media-slab:not(:last-child) {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.upload.dragging {
  border-color: rgb(106, 30, 204);
}

.upload.invalid {
  border-color: rgb(255, 70, 62);
}

.upload h3 + p {
  margin-top: 0;
}

.upload h3,
  .upload h4 {
  margin: 0;
}

.form-input:not(:last-child) .upload .upload-buttom-container {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

/**
 * Nav
 */

.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  list-style: none;
}

.breadcrumb li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-weight: inherit;
  font-size: inherit;
}

.breadcrumb a {
  display: block;
  color: currentColor;
}

.breadcrumb svg {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

/**
 * Section
 */

@media (min-width: 1280px) {
  .hero-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .hero-flex .hero-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .hero-flex .hero-action {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 20rem;
  }
}

.hero-footer ul {
  list-style: none;
  margin: 0;
}

.hero-footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.hero-footer ul li + li {
  margin-left: 1rem;
}

.hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.hero-video video {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (min-width: 1680px) {

  .hero-video video {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}

.hero-title-bg {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1;
  height: 1em;
  overflow: hidden;
  -webkit-transform: translateY(calc(-50% - 0.04em));
          transform: translateY(calc(-50% - 0.04em));
  font-size: 30vw;
}

@media (min-width: 1024px) {

  .hero-title-bg {
    font-size: 15vw;
  }
}

.hero-links {
  margin: -0.5rem
}

.hero-links .button {
  margin: 0.5rem;
}

.divider {
  z-index: 10;
  position: relative;
  width: 100%;
  left: 0;
  top: 0
}

.divider .divider-pattern {
  position: absolute;
  width: 100%;
  height: auto;
}

.divider svg {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 120px;
  min-height: 75px;
}

.divider.paper-tear-multicolor svg, .divider.paper-tear-dark-1 svg, .divider.paper-tear-dark-2 svg, .divider.paper-tear-blue-1 svg, .divider.paper-tear-blue-2 svg, .divider.paper-tear-red-1 svg, .divider.paper-tear-red-2 svg {
  max-height: 170px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.divider.paper-tear-multicolor.pattern-top svg, .divider.paper-tear-dark-1.pattern-top svg, .divider.paper-tear-dark-2.pattern-top svg, .divider.paper-tear-blue-1.pattern-top svg, .divider.paper-tear-blue-2.pattern-top svg, .divider.paper-tear-red-1.pattern-top svg, .divider.paper-tear-red-2.pattern-top svg {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

@media (max-width: 767px) {

  .divider.paper-tear-multicolor svg, .divider.paper-tear-dark-1 svg, .divider.paper-tear-dark-2 svg, .divider.paper-tear-blue-1 svg, .divider.paper-tear-blue-2 svg, .divider.paper-tear-red-1 svg, .divider.paper-tear-red-2 svg {
    min-height: 40px;
  }
}

.divider.paper-tear-multicolor .divider-pattern::after {
  content: '';
  background-image: url('/assets/patterns/texture-bottom.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 800px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 12.07vw;
  max-height: 170px;
  min-height: 75px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: url(#multicolor_tear);
          clip-path: url(#multicolor_tear);
}

.divider.paper-tear-multicolor.pattern-top .divider-pattern::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}

.divider.paper-tear-1 svg path, .divider.paper-tear-2 svg path, .divider.paper-tear-3 svg path, .divider.paper-tear-4 svg path, .divider.paper-tear-5 svg path {
  fill: currentColor;
}

.divider.paper-tear-1.pattern-bottom svg, .divider.paper-tear-2.pattern-bottom svg, .divider.paper-tear-3.pattern-bottom svg, .divider.paper-tear-4.pattern-bottom svg, .divider.paper-tear-5.pattern-bottom svg {
  bottom: -1px;
}

.divider.paper-tear-1.pattern-top svg, .divider.paper-tear-2.pattern-top svg, .divider.paper-tear-3.pattern-top svg, .divider.paper-tear-4.pattern-top svg, .divider.paper-tear-5.pattern-top svg {
  -webkit-transform: translateY(-1px) scaleY(-1);
          transform: translateY(-1px) scaleY(-1);
}

@media (max-width: 767px) {

  .divider.paper-tear-1 svg, .divider.paper-tear-2 svg, .divider.paper-tear-3 svg, .divider.paper-tear-4 svg, .divider.paper-tear-5 svg {
    min-height: 40px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .divider .divider-pattern::after {
    display: none;
  }
}

@supports (-ms-accelerator: true) {
  .divider .divider-pattern::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .quote-text {
    font-size: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.map {
  position: relative;
}

.zoom-controls {
  z-index: 99;
  position: absolute;
  top: 1rem;
  right: 1rem
}

.zoom-controls button + button {
  margin-left: 0.2rem;
}

.zoom-controls button {
  display: inline-block;
}

.map-action {
  z-index: 99;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.twitter-video {
  margin: 0 !important;
  max-width: inherit !important
}

.twitter-video > *:first-child {
  margin: -16px 6px 0 6px !important;
}

@media (max-width: 767px) {

  .twitter-video {
    min-width: inherit !important;
    max-width: 100% !important;
  }
}

[data-background-target] {
  transition: background-image 0.2s linear;
  -webkit-transition: background-image 0.2s linear;
}

.background-links .background-link:not(:last-child) {
  margin-right: 1.5rem;
}

.background-links .background-link .title {
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  border-bottom: 5px solid currentColor;
}

.background-links .background-link .background-link-subtitle {
  opacity: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.background-links .background-link .background-link-subtitle svg {
  width: 1em;
  height: 1em;
  vertical-align: sub;
}

.background-links .background-link .background-link-subtitle svg path {
  fill: currentColor;
}

.background-links .background-link:hover .background-link-subtitle {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/**
 * Component
 */

a.anchor-icon {
  display: inline-block;
  margin-left: -2rem;
  margin-right: 0.5rem;
  color: inherit;
  opacity: 0;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}

a.anchor-icon:not(.button):hover,
  a.anchor-icon:not(.button):focus {
  color: inherit;
  opacity: 1;
  text-decoration: none;
}

.audio-circle figure {
  position: relative;
}

.audio-circle-controls {
  position: absolute
}

.audio-circle-controls.display-block {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.audio-circle-controls.display-block .audio-circle-play-pause::after {
  -webkit-animation-name: rotate50;
          animation-name: rotate50;
}

.audio-circle-controls .audio-circle-play-pause,
  .audio-circle-controls .audio-circle-loader,
  .audio-circle-controls .audio-circle-playhead,
  .audio-circle-controls .audio-circle-playhead svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 100%;
}

.audio-circle-controls.display-inline {
  left: 1rem;
  bottom: 1rem;
}

.audio-circle-controls.display-inline .audio-circle-play-pause,
    .audio-circle-controls.display-inline .audio-circle-loader {
  top: inherit;
  bottom: 0;
}

.audio-circle-controls .audio-circle-loader,
  .audio-circle-controls .audio-circle-playhead {
  opacity: 0;
  -webkit-transform: scaleY(-1) rotateZ(90deg);
          transform: scaleY(-1) rotateZ(90deg);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.audio-circle-controls .audio-circle-loader circle, .audio-circle-controls .audio-circle-playhead circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.15s ease-in-out;
  transition: stroke-dashoffset 0.15s ease-in-out;
}

.audio-circle-controls .audio-circle-loader {
  cursor: crosshair;
}

.audio-circle-controls .audio-circle-loader::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}

.audio-circle-controls .audio-circle-loader.loading {
  opacity: 1;
}

.audio-circle-controls .audio-circle-playhead {
  pointer-events: none;
}

.audio-circle-controls .audio-circle-playhead.playing {
  opacity: 1;
}

.audio-circle-controls.spinner::before {
  width: 100%;
  height: 100%;
  margin-top: -50%;
  margin-left: -50%;
}

.audio-circle-controls .audio-circle-play-pause {
  cursor: pointer;
  border: 1px solid currentColor;
}

.audio-circle-controls .audio-circle-play-pause::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% + 2px);
  -webkit-transform-origin: -50% 50%;
          transform-origin: -50% 50%;
  width: 4px;
  height: 10px;
  background-color: currentColor;
  -webkit-animation: 3s linear 0s rotate34;
          animation: 3s linear 0s rotate34;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.audio-circle-controls .audio-circle-play-pause.playing::after {
  opacity: 1;
}

@-webkit-keyframes rotate34 {
  from {
    -webkit-transform: rotate(0deg) translateX(14px);
            transform: rotate(0deg) translateX(14px);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(14px);
            transform: rotate(360deg) translateX(14px);
  }
}

@keyframes rotate34 {
  from {
    -webkit-transform: rotate(0deg) translateX(14px);
            transform: rotate(0deg) translateX(14px);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(14px);
            transform: rotate(360deg) translateX(14px);
  }
}

@-webkit-keyframes rotate50 {
  from {
    -webkit-transform: rotate(0deg) translateX(23px);
            transform: rotate(0deg) translateX(23px);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(23px);
            transform: rotate(360deg) translateX(23px);
  }
}

@keyframes rotate50 {
  from {
    -webkit-transform: rotate(0deg) translateX(23px);
            transform: rotate(0deg) translateX(23px);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(23px);
            transform: rotate(360deg) translateX(23px);
  }
}

.audio-block {
  position: relative
}

.audio-block .audio-block-play-pause,
  .audio-block .audio-block-loader,
  .audio-block .audio-block-playhead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.audio-block .media {
  border: 1px solid #e5ebff;
  border-bottom: none;
}

.audio-block .audio-block-play-pause {
  cursor: pointer;
}

.audio-block .audio-block-controls {
  position: relative;
  width: 100%;
  height: 12px;
  border: 1px solid #e5ebff;
}

.audio-block .audio-block-controls.buffering {
  background: linear-gradient(
        135deg,
        rgb(18, 206, 227) 0%,
        rgb(18, 206, 227) 24.9%,
        rgb(48, 108, 239) 25%,
        rgb(48, 108, 239) 49.9%,
        rgb(18, 206, 227) 50%,
        rgb(18, 206, 227) 74.9%,
        rgb(48, 108, 239) 75%,
        rgb(48, 108, 239) 100%
      );
  background-size: 10px 10px;
  background-position: 0px 0px;
  -webkit-animation: 1s linear 0s backgroundloop;
          animation: 1s linear 0s backgroundloop;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.audio-block .audio-block-loader,
  .audio-block .audio-block-playhead {
  width: 0%;
  cursor: col-resize;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.audio-block .audio-block-loader {
  background-color: rgb(106, 30, 204);
}

.audio-block .audio-block-loader.loading {
  opacity: 1;
}

.audio-block .audio-block-playhead {
  background-color: rgb(255, 255, 255);
}

.audio-block .audio-block-playhead.playing {
  opacity: 1;
}

@media (max-width: 767px) {

  .audio-block {
    width: 180px !important;
  }

  .audio-block .media {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 180px !important;
            flex: 1 0 180px !important;
  }
}

@-webkit-keyframes backgroundloop {
  from {
    background-position: 0px 0px;
  }

  to {
    background-position: 0px 10px;
  }
}

@keyframes backgroundloop {
  from {
    background-position: 0px 0px;
  }

  to {
    background-position: 0px 10px;
  }
}

.music-player {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.music-player-background {
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  left: -50px;
  top: -50px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="25" /></filter></svg>#filter');
  -webkit-filter: blur(25px);
          filter: blur(25px);
  background-size: cover;
  background-position: center;
  background-color: rgb(18, 206, 227);
  background-blend-mode: multiply;
}

.audio-player-app {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.audio-player-app .audio-player .audio-player-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35vh;
  height: 35vh;
  cursor: pointer;
  color: rgb(48, 108, 239);
}

.audio-player-app .audio-player .audio-player-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.audio-player-app .audio-player .audio-player-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 0px 50px 10px rgba(0, 0, 0, .7);
          box-shadow: inset 0px 0px 50px 10px rgba(0, 0, 0, .7);
}

.audio-player-app .audio-player .audio-player-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.audio-player-app .audio-player .audio-player-image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.5)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .5));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .5));
}

.audio-player-app .audio-player .audio-player-canvas-wrapper {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-player-app .audio-player .audio-player-canvas-wrapper canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-player-controls {
  position: fixed;
  z-index: 100;
  right: 1rem;
  bottom: 1rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  padding: 1rem;
  background-color: rgb(199, 208, 235);
  border-radius: 4px
}

.audio-player-controls .audio-player-controls-media {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 4rem;
  margin-right: 1rem;
}

.audio-player-controls .audio-player-controls-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}

.audio-player-controls .audio-player-controls-info h6 {
  opacity: 0.5;
}

.audio-player-controls .audio-player-controls-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.5rem;
}

@media (min-width: 768px) {

  .audio-player-controls {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 28rem;
  }
}

@media (max-width: 767px) {

  .audio-player-controls {
    border-radius: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0.7rem;
  }

  .audio-player-controls .audio-player-controls-media {
    width: 3.5rem;
  }

  .audio-player-controls .audio-player-controls-info h4 {
    margin-bottom: 0.3rem;
  }

  .audio-player-controls .audio-player-controls-info h5 {
    font-size: 0.875rem;
  }

  .audio-player-controls .audio-player-controls-buttons {
    padding-right: 0.5rem;
  }
}

button:not(.button-square) svg, .button:not(.button-square) svg {
  margin-top: -0.2em;
}

.button-rounded {
  border-radius: 6px;
}

.button-light-100 {
  color: rgb(29, 26, 55);
  background: rgb(245, 247, 255);
  border: none;
  text-transform: none
}

.button-light-100:not(:disabled):hover,
  .button-light-100:not(:disabled):focus {
  color: rgb(29, 26, 55);
  background: rgb(255, 255, 255);
}

.button-light-100:not(:disabled):active {
  color: rgb(29, 26, 55);
  background: rgb(255, 255, 255);
}

.button-circle {
  position: relative;
  border-radius: 100%;
  width: 3rem;
  height: 3rem
}

.button-circle svg {
  position: absolute;
  width: 50% !important;
  height: 50% !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button-circle.button-xs {
  width: 2rem;
  height: 2rem;
}

.button-circle.button-s {
  width: 2.5rem;
  height: 2.5rem;
}

.button-circle.button-l {
  width: 3.5rem;
  height: 3.5rem;
}

.button-circle.button-xl {
  width: 4rem;
  height: 4rem;
}

.button-group button + button.button-circle,
  .button-group button + .button.button-circle,
  .button-group .button + button.button-circle,
  .button-group .button + .button.button-circle {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.meta {
}

.meta-divide {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/* Tooltip */

[data-tooltip] {
	position: relative;
	display: inline-block;
	margin-left: 0.4rem;
	cursor: pointer;
	vertical-align: text-bottom;
	-webkit-transition: color 200ms linear;
	transition: color 200ms linear
}

[data-tooltip] svg {
  fill: currentcolor;
}

[data-tooltip]::before,
	[data-tooltip]::after {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition:
			opacity 200ms linear,
			visibility 200ms linear;
  transition:
			opacity 200ms linear,
			visibility 200ms linear;
  pointer-events: none;
}

[data-tooltip]::before {
  z-index: 1001;
  border: 6px solid transparent;
  content: '';
  background: transparent;
}

[data-tooltip]::after {
  z-index: 1000;
  padding: 0.8rem 1rem;
  min-width: 14rem;
  max-width: 24rem;
  content: attr(data-tooltip);
  font-size: 0.875rem;
  color: rgb(255, 255, 255);
  line-height: 1.35;
  background: rgb(29, 26, 55);
}

[data-tooltip]:hover,
	[data-tooltip]:focus {
  color: rgb(29, 26, 55);
}

[data-tooltip]:hover::before,
		[data-tooltip]:hover::after,
		[data-tooltip]:focus::before,
		[data-tooltip]:focus::after {
  visibility: visible;
  opacity: 1;
}

/* Tooltip Direction Top */

[data-tooltip-direction="top"]::before,
	[data-tooltip-direction="top"]::after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip-direction="top"]::before {
  border-top-color: rgb(29, 26, 55);
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

[data-tooltip-direction="top"]::after {
  text-align: center;
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}

/* Tooltip Direction Right */

[data-tooltip-direction="right"]::before,
	[data-tooltip-direction="right"]::after {
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[data-tooltip-direction="right"]::before {
  margin-left: -6px;
  border-right-color: rgb(29, 26, 55);
}

[data-tooltip-direction="right"]::after {
  margin-left: 6px;
  text-align: left;
}

/* Tooltip Direction Bottom */

[data-tooltip-direction="bottom"]::before,
	[data-tooltip-direction="bottom"]::after {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

[data-tooltip-direction="bottom"]::before {
  margin-top: -(6px * 2);
  border-bottom-color: rgb(29, 26, 55);
}

[data-tooltip-direction="bottom"]::after {
  margin-top: 6px;
  text-align: center;
}

/* Tooltip Direction Left */

[data-tooltip-direction="left"]::before,
	[data-tooltip-direction="left"]::after {
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[data-tooltip-direction="left"]::before {
  margin-right: -6px;
  border-left-color: rgb(29, 26, 55);
}

[data-tooltip-direction="left"]::after {
  margin-right: 6px;
  text-align: left;
}

.input-underline {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid currentColor
}

.input-underline:focus,
  .input-underline:hover {
  border-color: currentColor !important;
}

.input-underline:focus {
  border-width: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pagination {
  position: relative;
  text-align: center
}

.pagination ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: rgb(255, 255, 255);
}

.pagination li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
}

.pagination li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  min-width: 3rem;
  text-align: center;
  text-decoration: none;
  color: rgb(29, 26, 55);
}

.pagination li a:hover,
      .pagination li a:focus {
  color: rgb(29, 26, 55);
  background: rgb(160, 169, 187);
}

.pagination li.active a {
  background: rgb(106, 30, 204);
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {

  .pagination li {
    display: none;
  }

  .pagination li.first,
      .pagination li.prev,
      .pagination li.active,
      .pagination li.next,
      .pagination li.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.user-nav-dropdown {
  position: relative;
  color: rgb(106, 30, 204)
}

.user-nav-dropdown.expanded {
  background-color: rgb(0, 83, 92);
}

.user-nav-dropdown.expanded .user-nav-dropdown-links {
  background-color: rgb(0, 83, 92);
}

.user-nav-dropdown-button {
  display: block;
  padding: 0.75rem;
}

.user-nav-dropdown-links {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  margin: 0;
  list-style: none;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear
}

.user-nav-dropdown-links li {
  margin: 0;
  padding: 0;
}

.user-nav-dropdown-links a {
  display: block;
  padding: 0.5em 1em;
}

.user-nav-dropdown-links a:hover,
    .user-nav-dropdown-links a:focus {
  color: white;
}

.header.collapsed .user-nav-dropdown .user-nav-dropdown-links {
  pointer-events: none;
  opacity: 0;
}

/**
 * Collection
 */

@media (max-width: 1279px) {

  .collection-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .collection-inline .collection-inline-inner {
    padding: 0;
    padding-bottom: 1rem;
  }

  .collection-inline .collection-inline-right {
}
}

@media (min-width: 1280px) {

  .collection-inline .collection-inline-inner {
    padding: 0;
    padding-right: 2rem;
  }

  .collection-inline .collection-inline-inner.order-2 {
    padding-right: 0;
    padding-left: 2rem;
  }

  .collection-inline .collection-media-1-4 {
    width: 25%;
  }

  .collection-inline .collection-media-1-3 {
    width: 33.33333%;
  }

  .collection-inline .collection-media-1-2 {
    width: 50%;
  }

  .collection-inline .collection-media-2-3 {
    width: 66.66667%;
  }

  .collection-inline .collection-media-3-4 {
    width: 75%;
  }
}

.event-item[class*='background-'] {
  position: relative;
  margin-bottom: 50px;
}

.event-item[class*='background-'] .divider {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.event-item[class*='background-'] .divider svg {
  min-height: 50px;
}

.event-item:not([class*='background-']) {
  border: 1px solid rgb(255, 255, 255);
}

/**
 * Utility
 */

.align-left {
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  margin-left: auto;
}

.height-25 {
  min-height: 25vh;
}

.height-33 {
  min-height: 33vh;
}

.height-50 {
  min-height: 50vh;
}

.height-66 {
  min-height: 66vh;
}

.height-75 {
  min-height: 75vh;
}

.height-100 {
  min-height: 100vh;
}

.height-full {
  height: 100%;
}

.margin-vertical-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-vertical-1-2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.margin-vertical-1-4 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.margin-negative-xs {
  margin: -1rem;
}

.margin-negative-s {
  margin: -1.5rem;
}

.margin-negative-m {
  margin: -3rem;
}

.margin-negative-l {
  margin: -4rem;
}

.margin-negative-xl {
  margin: -5rem;
}

.padding-vertical-xxl {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding-top-xxl {
  padding-top: 9rem;
}

.padding-bottom-xxl {
  padding-bottom: 9rem;
}

.media.media-5-4 {
  padding-bottom: 80%;
}

.media.media-4-5 {
  padding-bottom: 125%;
}

a.media img {
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

a.media img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 768px) {

  .order-1,
.order-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {

  .order-2,
.order-middle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {

  .order-3,
.order-last {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.width-xs {
  width: 4rem;
}

.width-s {
  width: 6rem;
}

.width-m {
  width: 8rem;
}

.width-l {
  width: 10rem;
}

.width-xl {
  width: 15rem;
}

.width-10rem {
  width: 10rem;
}

.width-1 {
  width: 100%;
}

.width-1-4 {
  width: 25%;
}

.width-1-3 {
  width: 33.33333%;
}

.width-1-2 {
  width: 50%;
}

.width-2-3 {
  width: 66.66667%;
}

.width-3-4 {
  width: 75%;
}

.max-width-10rem {
  max-width: 10rem;
}

.max-width-15rem {
  max-width: 15rem;
}

.max-width-20rem {
  max-width: 20rem;
}

.max-width-25rem {
  max-width: 25rem;
}

.max-width-30rem {
  max-width: 30rem;
}

@media (min-width: 768px) {
  .max-width-20 {
    max-width: 20%;
  }

  .max-width-25 {
    max-width: 25%;
  }

  .max-width-33 {
    max-width: 33.33333%;
  }

  .max-width-40 {
    max-width: 40%;
  }

  .max-width-50 {
    max-width: 50%;
  }

  .max-width-60 {
    max-width: 60%;
  }

  .max-width-66 {
    max-width: 66.66667%;
  }

  .max-width-75 {
    max-width: 75%;
  }

  .max-width-80 {
    max-width: 80%;
  }
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.shadow-xs {
  -webkit-box-shadow: 0 0 0.25em 0.125em rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.25em 0.125em rgba(52, 49, 75, 0.05);
}

.shadow-s {
  -webkit-box-shadow: 0 0 0.375rem 0.125rem rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.375rem 0.125rem rgba(52, 49, 75, 0.05);
}

.shadow,
.shadow-m {
  -webkit-box-shadow: 0 0 0.5rem 0.25rem rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.5rem 0.25rem rgba(52, 49, 75, 0.05);
}

.shadow-l {
  -webkit-box-shadow: 0 0 0.75rem 0.375rem rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 0.75rem 0.375rem rgba(52, 49, 75, 0.05);
}

.shadow-xl {
  -webkit-box-shadow: 0 0 1rem 0.5rem rgba(52, 49, 75, 0.05);
          box-shadow: 0 0 1rem 0.5rem rgba(52, 49, 75, 0.05);
}

.spacer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.spacer-gutter {
  width: 1rem;
  height: 1rem;
}

.spacer-xs {
  width: 1rem;
  height: 1rem;
}

.spacer-s {
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-m {
  width: 3rem;
  height: 3rem;
}

.spacer-l {
  width: 4rem;
  height: 4rem;
}

.spacer-xl {
  width: 5rem;
  height: 5rem;
}

/* @import './utility/pattern'; */

.flex-basis-12rem {
  -ms-flex-preferred-size: 12rem;
      flex-basis: 12rem;
}

@media (max-width: 767px) {

  .no-flex-xs {
    display: inline;
  }
}

@media (max-width: 1023px) {

  .no-flex-s-down {
    display: inline;
  }
}

@media (max-width: 1279px) {

  .no-flex-m-down {
    display: inline;
  }
}

@media (max-width: 1679px) {

  .no-flex-l-down {
    display: inline;
  }
}

@media (max-width: 1023px) {

  .flex-inline-m-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .flex-inline-m-up figure[class*='width-'] {
    width: 100%;
  }
}

@media (min-width: 1024px) {

  .flex-inline-s-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {

  .flex-end-s-up {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 1023px) {

  .flex-inline-m-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1024px) {

  .flex-inline-s-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1rem;
}

.flex-group-item {
  padding: 1rem;
}

.roboto {
  font-family: 'Roboto', 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: normal;
}

.text-roboto p,
  .text-roboto ul li,
  .text-roboto ol li {
  font-family: 'Roboto', 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: normal;
}

.text-roboto p strong, .text-roboto ul li strong, .text-roboto ol li strong {
  font-family: 'Roboto', 'Rototo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: bold;
}

.text-roboto .lead {
  font-family: 'GT-Pressura-Mono-Regular', Monaco, Menlo, Consolas, 'Courier New', monospace;
}

.border-primary {
  border-color: rgb(106, 30, 204);
}

.border-secondary {
  border-color: rgb(18, 206, 227);
}

.border-tertiary {
  border-color: rgb(48, 108, 239);
}

.background-secondary-gradient {
  background: rgb(18, 206, 227);
  background: linear-gradient(135deg, rgb(18, 206, 227) 0%, rgb(48, 108, 239) 100%);
}

.active-color-primary .active,
  .active-color-primary :active {
  color: rgb(106, 30, 204);
}

.active-color-secondary .active,
  .active-color-secondary :active {
  color: rgb(18, 206, 227);
}

.active-color-tertiary .active,
  .active-color-tertiary :active {
  color: rgb(48, 108, 239);
}

.active-color-light .active,
  .active-color-light :active {
  color: #e5ebff;
}

.active-color-dark .active,
  .active-color-dark :active {
  color: rgb(29, 26, 55);
}

section .text-inner a, section .form a, .section .text-inner a, .section .form a {
  border-bottom: 1px solid currentColor;
}

.text-underline {
  text-decoration: underline;
}

.text-underline-hover:focus,
  .text-underline-hover:hover {
  text-decoration: underline;
}

/**
 * Temp
 */

.border-color-current-color {
  border-color: currentColor;
}

.small-caps:first-child {
  margin-top: 0;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /*box-shadow: 0 1px 1px color(var(--dark) a(10%));*/
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

.header button,
  .header .button {
  border-radius: 0;
}

.header.header-items-hidden {
  pointer-events: none;
}

.header.header-items-hidden .logo {
  pointer-events: auto;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
  height: 3rem;
}

@media (min-width: 1024px) {

  .header-inner {
    height: 5rem;
    padding-right: 1rem;
  }
}

.header-inner .logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.header-inner .navigation {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.logo img,
  .logo svg {
  height: 2rem;
  width: 5.45rem;
}

.logo img path, .logo svg path {
  -webkit-transition: fill 0.12s linear;
  transition: fill 0.12s linear;
}

@media (min-width: 1024px) {

  .logo img,
    .logo svg {
    height: 3rem;
    width: 8.2rem;
  }
}

.judges-portal pre {
  font-size: 0.75rem;
  background-color: transparent;
  border: none;
  line-height: 1.5;
  padding: 0;
  white-space: pre-wrap;
}

.judges-portal .round-done {
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.judges-portal .round-panel {
  position: relative;
}

.judges-portal .round-panel .round-done {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.judging-interface {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh
}

.judging-interface > .song-view {
  width: 50vw;
  overflow: auto;
}

.judging-interface > .songs-list {
  width: 50vw;
}

.judging-interface > .songs-list .songs-list-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (max-width: 767px) {

  .judging-interface > .song-view {
    width: 100vw;
  }

  .judging-interface > .song-view:not(.song-view.empty) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .judging-interface > .songs-list {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 100%;
    top: 0;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  }

  .judging-interface > .songs-list.open {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 998;
  }

  .judging-interface > .songs-list:not(.open) {
    z-index: 1000;
  }

  .judging-interface > .songs-list .menu-button {
    position: absolute;
    top: 0;
    right: 100%;
    width: 3rem;
    height: 3rem;
  }

  .judging-interface > .songs-list .close-button {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
  }

  .judging-interface > .songs-list .songs-list-wrapper > .songs-list-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .judging-interface > .songs-list .songs-list-wrapper > .songs-list-header h3 {
    font-size: 1.1rem;
    font-weight: 600;
  }
}

.songs-list-item {
  padding: 0.5rem 0
}

.songs-list-item.active {
  background-color: rgb(28, 220, 242);
}

.songs-list-item .song-list-item-status {
  width: 80px;
}

.songs-list-item .song-list-item-image a {
  overflow: hidden;
}

.songs-list-item .song-list-item-image a img {
  width: 80px;
  height: 80px;
  display: block;
  -webkit-transform: scale(1.38);
          transform: scale(1.38);
}

.songs-list-item .song-list-item-actions > * + * {
  margin-left: 1rem;
}

@media (max-width: 767px) {

  .songs-list-item .song-list-item-status {
    width: 45px;
  }

  .songs-list-item .song-list-item-image img {
    width: 50px;
    height: 50px;
  }

  .songs-list-item .song-list-item-title h4 {
    font-size: 0.85rem;
  }

  .songs-list-item .song-list-item-title h5 {
    font-size: 1rem;
  }
}

.song-view {
  max-height: 100vh;
  overflow: auto
}

.song-view .button-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.song-view .button-group button,
    .song-view .button-group .button {
  margin: 0.25rem !important;
}

@media (max-width: 767px) {

  .song-view .button-group {
    max-width: 200px;
    margin: 0 auto;
  }
}

.song-view-overlay {
  z-index: 10;
  opacity: 0;
  max-height: 100vh;
  overflow: auto;
  pointer-events: none;
  background-color: rgba(37, 11, 71, 0.9);
  -webkit-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear
}

.song-view-overlay .container {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.song-view-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.song-view-overlay.open .container {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.song-view-overlay .close-button {
  position: fixed;
  top: 1rem;
  right: calc(50vw + 1rem);
}

@media (max-width: 767px) {

  .song-view-overlay .close-button {
    top: auto;
    top: initial;
    right: 1rem;
    bottom: 1rem;
  }
}

.footer {
  position: relative;
  z-index: 1
}

.footer a {
  text-decoration: none;
}

.footer a:hover,
    .footer a:focus {
  color: rgb(106, 30, 204);
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none
}

.footer-logo svg path[fill='#1D1A37'] {
  fill: #210d6b;
}

.footer-logos {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none
}

.footer-logos .bigsound-logo img {
  width: 108px;
}

.footer-logos .qmusic-logo img {
  width: 64px;
}

@media (min-width: 768px) {

  .footer-logos {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {
  .footer-logo,
  .footer-logos {
    min-width: 210px;
  }
}

@media (min-width: 768px) {

  .footer-social {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {

  .footer-social {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    margin-top: 1rem;
  }
}

.footer-body {
}

@media (min-width: 768px) {

  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-copyright {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
}

.footer-links {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none
}

.footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
}

.footer-links li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.footer-links li + li {
  margin-left: 0.75em;
}

.footer-links a {
  display: block;
}

.qma-splash {
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  min-height: 150vh;
  overflow: hidden
}

.qma-splash .qma-splash-background {
  z-index: -1;
  position: fixed;/*top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
 */
  width: calc(100vw + 50px);
  height: calc(100vh + 50px);
  left: -25px;
  top: -25px;
  background-size: cover;
  background-position: center 100%;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}

.qma-splash .qma-splash-background.blurred-background {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="25" /></filter></svg>#filter');
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
