@charset "UTF-8";
/*! 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 {
  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 */
  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 design in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus design 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*  Consider removing this if you have
    a zillion elements in your page  */
*,
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
html {
  font-size: 1em;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
img {
  display: block;
  width: 100%;
}
a {
  text-decoration: none;
}
p:only-of-type:only-child {
  margin-top: 0;
  margin-bottom: 0;
}
button {
  vertical-align: baseline;
}
::-webkit-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder {
  opacity: 0.5;
}
input {
  outline: none;
}
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 5000px white inset;
}
input[type=date]::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
progress[value],
progress::-webkit-progress-value,
progress[value]::-webkit-progress-bar {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
ol {
  list-style-type: decimal;
}
ul {
  list-style-type: square;
}
::-webkit-details-marker {
  display: none;
}
details > summary:first-of-type {
  list-style-type: none;
}
pre,
code {
  margin: 0;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: unset;
  text-align: unset;
}
.ff-input,
.ff-input:focus,
.ff-input:active {
  border: none;
  outline: none;
}
.ff-input::placeholder {
  opacity: 0;
}
.ff-pill,
.ff-button {
  user-select: none;
}
.ff-button:not([class*=border]) {
  border: none;
}
.row,
.box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0;
}
.row > .portion,
.box > .portion {
  flex: 1 1 0;
  min-height: 8px;
  padding: 24px;
}
.box > .portion {
  margin-bottom: 16px;
}
@media all and (max-width: 1200px) {
  .row > .portion,
  .box > .portion {
    padding: 16px;
  }
}
@media all and (max-width: 900px) {
  .row > .portion,
  .box > .portion {
    padding: 8px;
  }
}
@media all and (max-width: 600px) {
  .row {
    padding: 0 2vmin;
  }
  .portion {
    padding: 0 !important;
  }
  .ff-card[class*=padding] {
    padding: 4vmin;
  }
}
.row > .portion:only-of-type,
.box > .portion:only-of-type {
  margin-bottom: 0;
}
.row.large-gutters > .portion,
.box.large-gutters > .portion {
  padding-left: 32px;
  padding-right: 32px;
}
.row.small-gutters > .portion,
.box.small-gutters > .portion {
  padding-left: 8px;
  padding-right: 8px;
}
.row.no-gutters > .portion,
.box.no-gutters > .portion {
  padding-left: 0;
  padding-right: 0;
}
.ff-card .row[class*=retain-layout] > .portion:first-of-type {
  padding-left: 0;
}
.ff-card .row[class*=retain-layout] > .portion:last-of-type {
  padding-right: 0;
}
.portion.whole {
  width: 100%;
}
.portion.half {
  width: 50%;
}
.portion.one-third {
  width: 33.3332%;
}
.portion.two-thirds {
  width: 66.6665%;
}
.portion.one-fourth {
  width: 25%;
}
.portion.three-fourths {
  width: 75%;
}
.portion.one-fifth {
  width: 20%;
}
.portion.two-fifths {
  width: 40%;
}
.portion.three-fifths {
  width: 60%;
}
.portion.four-fifths {
  width: 80%;
}
.portion.one-sixth {
  width: 16.6666%;
}
.portion.two-sixths {
  width: 33.3332%;
}
.portion.three-sixths {
  width: 50%;
}
.portion.four-sixths {
  width: 66.6665%;
}
.portion.five-sixths {
  width: 83.3332%;
}
.portion.one-seventh {
  width: 14.2856%;
}
.portion.two-sevenths {
  width: 28.5714%;
}
.portion.three-sevenths {
  width: 42.8571%;
}
.portion.four-sevenths {
  width: 57.1428%;
}
.portion.five-sevenths {
  width: 71.4285%;
}
.portion.six-sevenths {
  width: 85.7142%;
}
.portion.one-eighth {
  width: 12.5%;
}
.portion.two-eighths {
  width: 25%;
}
.portion.three-eighths {
  width: 37.5%;
}
.portion.four-eighths {
  width: 50%;
}
.portion.five-eighths {
  width: 62.5%;
}
.portion.six-eighths {
  width: 75%;
}
.portion.seven-eighths {
  width: 87.5%;
}
.portion.one-ninth {
  width: 11.1111%;
}
.portion.two-ninths {
  width: 22.2222%;
}
.portion.three-ninths {
  width: 33.3333%;
}
.portion.four-ninths {
  width: 44.4444%;
}
.portion.five-ninths {
  width: 55.5555%;
}
.portion.six-ninths {
  width: 66.6665%;
}
.portion.seven-ninths {
  width: 77.7778%;
}
.portion.eight-ninths {
  width: 88.8889%;
}
.portion.one-tenth {
  width: 10%;
}
.portion.two-tenths {
  width: 20%;
}
.portion.three-tenths {
  width: 30%;
}
.portion.four-tenths {
  width: 40%;
}
.portion.five-tenths {
  width: 50%;
}
.portion.six-tenths {
  width: 60%;
}
.portion.seven-tenths {
  width: 70%;
}
.portion.eight-tenths {
  width: 80%;
}
.portion.nine-tenths {
  width: 90%;
}
.portion.one-eleventh {
  width: 9.0909%;
}
.portion.two-elevenths {
  width: 18.1818%;
}
.portion.three-elevenths {
  width: 27.2727%;
}
.portion.four-elevenths {
  width: 36.3636%;
}
.portion.five-elevenths {
  width: 45.4545%;
}
.portion.six-elevenths {
  width: 54.5454%;
}
.portion.seven-elevenths {
  width: 63.6363%;
}
.portion.eight-elevenths {
  width: 72.7272%;
}
.portion.nine-elevenths {
  width: 81.8181%;
}
.portion.ten-elevenths {
  width: 90.909%;
}
.portion.one-twelfth {
  width: 8.3333%;
}
.portion.two-twelfths {
  width: 16.6667%;
}
.portion.three-twelfths {
  width: 25%;
}
.portion.four-twelfths {
  width: 33.3332%;
}
.portion.five-twelfths {
  width: 41.6667%;
}
.portion.six-twelfths {
  width: 50%;
}
.portion.seven-twelfths {
  width: 58.3333%;
}
.portion.eight-twelfths {
  width: 66.6667%;
}
.portion.nine-twelfths {
  width: 75%;
}
.portion.ten-twelfths {
  width: 83.3333%;
}
.portion.eleven-twelfths {
  width: 91.6667%;
}
.portion.one-thirteenth {
  width: 7.6923%;
}
.portion.two-thirteenths {
  width: 15.3846%;
}
.portion.three-thirteenths {
  width: 23.0769%;
}
.portion.four-thirteenths {
  width: 30.7692%;
}
.portion.five-thirteenths {
  width: 38.4615%;
}
.portion.six-thirteenths {
  width: 46.1538%;
}
.portion.seven-thirteenths {
  width: 53.8462%;
}
.portion.eight-thirteenths {
  width: 61.5385%;
}
.portion.nine-thirteenths {
  width: 69.2308%;
}
.portion.ten-thirteenths {
  width: 76.9231%;
}
.portion.eleven-thirteenths {
  width: 84.6154%;
}
.portion.twelve-thirteenths {
  width: 92.3077%;
}
.portion.one-fourteenth {
  width: 7.1429%;
}
.portion.two-fourteenths {
  width: 14.2857%;
}
.portion.three-fourteenths {
  width: 21.4286%;
}
.portion.four-fourteenths {
  width: 28.5714%;
}
.portion.five-fourteenths {
  width: 35.7143%;
}
.portion.six-fourteenths {
  width: 42.8571%;
}
.portion.seven-fourteenths {
  width: 50%;
}
.portion.eight-fourteenths {
  width: 57.1429%;
}
.portion.nine-fourteenths {
  width: 64.2857%;
}
.portion.ten-fourteenths {
  width: 71.4286%;
}
.portion.eleven-fourteenths {
  width: 78.5714%;
}
.portion.twelve-fourteenths {
  width: 85.7143%;
}
.portion.thirteen-fourteenths {
  width: 92.8571%;
}
.portion.one-fifteenth {
  width: 6.6667%;
}
.portion.two-fifteenths {
  width: 13.3333%;
}
.portion.three-fifteenths {
  width: 20%;
}
.portion.four-fifteenths {
  width: 26.6667%;
}
.portion.five-fifteenths {
  width: 33.3333%;
}
.portion.six-fifteenths {
  width: 40%;
}
.portion.seven-fifteenths {
  width: 46.6667%;
}
.portion.eight-fifteenths {
  width: 53.3333%;
}
.portion.nine-fifteenths {
  width: 60%;
}
.portion.ten-fifteenths {
  width: 66.6667%;
}
.portion.eleven-fifteenths {
  width: 73.3333%;
}
.portion.twelve-fifteenths {
  width: 80%;
}
.portion.thirteen-fifteenths {
  width: 86.6667%;
}
.portion.fourteen-fifteenths {
  width: 93.3333%;
}
.portion.one-sixteenth {
  width: 6.25%;
}
.portion.two-sixteenths {
  width: 12.5%;
}
.portion.three-sixteenths {
  width: 18.75%;
}
.portion.four-sixteenths {
  width: 25%;
}
.portion.five-sixteenths {
  width: 31.25%;
}
.portion.six-sixteenths {
  width: 37.5%;
}
.portion.seven-sixteenths {
  width: 43.75%;
}
.portion.eight-sixteenths {
  width: 50%;
}
.portion.nine-sixteenths {
  width: 56.25%;
}
.portion.ten-sixteenths {
  width: 62.5%;
}
.portion.eleven-sixteenths {
  width: 68.75%;
}
.portion.twelve-sixteenths {
  width: 75%;
}
.portion.thirteen-sixteenths {
  width: 81.25%;
}
.portion.fourteen-sixteenths {
  width: 87.5%;
}
.portion.fifteen-sixteenths {
  width: 93.75%;
}
.portion.whole,
.portion.half,
.portion.one-third,
.portion.two-thirds,
.portion.one-fourth,
.portion.three-fourths,
.portion.one-fifth,
.portion.two-fifths,
.portion.three-fifths,
.portion.four-fifths,
.portion.one-sixth,
.portion.two-sixths,
.portion.three-sixths,
.portion.four-sixths,
.portion.five-sixths,
.portion.one-seventh,
.portion.two-sevenths,
.portion.three-sevenths,
.portion.four-sevenths,
.portion.five-sevenths,
.portion.six-sevenths,
.portion.one-eighth,
.portion.two-eighths,
.portion.three-eighths,
.portion.four-eighths,
.portion.five-eighths,
.portion.six-eighths,
.portion.seven-eighths,
.portion.one-ninth,
.portion.two-ninths,
.portion.three-ninths,
.portion.four-ninths,
.portion.five-ninths,
.portion.six-ninths,
.portion.seven-ninths,
.portion.eight-ninths,
.portion.one-tenth,
.portion.two-tenths,
.portion.three-tenths,
.portion.four-tenths,
.portion.five-tenths,
.portion.six-tenths,
.portion.seven-tenths,
.portion.eight-tenths,
.portion.nine-tenths,
.portion.one-eleventh,
.portion.two-elevenths,
.portion.three-elevenths,
.portion.four-elevenths,
.portion.five-elevenths,
.portion.six-elevenths,
.portion.seven-elevenths,
.portion.eight-elevenths,
.portion.nine-elevenths,
.portion.ten-elevenths,
.portion.one-twelfth,
.portion.two-twelfths,
.portion.three-twelfths,
.portion.four-twelfths,
.portion.five-twelfths,
.portion.six-twelfths,
.portion.seven-twelfths,
.portion.eight-twelfths,
.portion.nine-twelfths,
.portion.ten-twelfths,
.portion.eleven-twelfths,
.portion.one-thirteenth,
.portion.two-thirteenths,
.portion.three-thirteenths,
.portion.four-thirteenths,
.portion.five-thirteenths,
.portion.six-thirteenths,
.portion.seven-thirteenths,
.portion.eight-thirteenths,
.portion.nine-thirteenths,
.portion.ten-thirteenths,
.portion.eleven-thirteenths,
.portion.twelve-thirteenths,
.portion.one-fourteenth,
.portion.two-fourteenths,
.portion.three-fourteenths,
.portion.four-fourteenths,
.portion.five-fourteenths,
.portion.six-fourteenths,
.portion.seven-fourteenths,
.portion.eight-fourteenths,
.portion.nine-fourteenths,
.portion.ten-fourteenths,
.portion.eleven-fourteenths,
.portion.twelve-fourteenths,
.portion.thirteen-fourteenths,
.portion.one-fifteenth,
.portion.two-fifteenths,
.portion.three-fifteenths,
.portion.four-fifteenths,
.portion.five-fifteenths,
.portion.six-fifteenths,
.portion.seven-fifteenths,
.portion.eight-fifteenths,
.portion.nine-fifteenths,
.portion.ten-fifteenths,
.portion.eleven-fifteenths,
.portion.twelve-fifteenths,
.portion.thirteen-fifteenths,
.portion.fourteen-fifteenths,
.portion.one-sixteenth,
.portion.two-sixteenths,
.portion.three-sixteenths,
.portion.four-sixteenths,
.portion.five-sixteenths,
.portion.six-sixteenths,
.portion.seven-sixteenths,
.portion.eight-sixteenths,
.portion.nine-sixteenths,
.portion.ten-sixteenths,
.portion.eleven-sixteenths,
.portion.twelve-sixteenths,
.portion.thirteen-sixteenths,
.portion.fourteen-sixteenths,
.portion.fifteen-sixteenths {
  flex: none;
}
.retain-layout-always .portion {
  flex: none !important;
}
@media all and (max-width: 600px) {
  .row.retain-layout-on-mobile > .portion {
    flex: none !important;
  }
}
@media all and (min-width: 601px) and (max-width: 900px) {
  .row.retain-layout-on-tab-pt > .portion {
    flex: none !important;
  }
}
@media all and (min-width: 901px) and (max-width: 1200px) {
  .row.retain-layout-on-tab-ls > .portion {
    flex: none !important;
  }
}
@media all and (max-width: 900px) {
  .row:not([class*=retain-layout]) > .portion {
    margin-bottom: 2vmax;
  }
}
@media all and (max-width: 600px) {
  .padded-content {
    padding: 0 2vw;
  }
}
@media all and (min-width: 600px) {
  .padded-content {
    padding: 0 4vw;
  }
}
@media all and (min-width: 900px) {
  .padded-content {
    padding: 0 8vw;
  }
}
@media all and (min-width: 1200px) {
  .padded-content {
    padding: 0 15vw;
  }
}
@media all and (min-width: 1800px) {
  .padded-content {
    padding: 0 15vw;
  }
}
@media all and (min-width: 2400px) {
  .padded-content {
    padding: 0 15vw;
  }
}
@media all and (max-width: 600px) {
  .row:not(.retain-layout-on-mobile) > .portion:not([class*=on-mobile]),
  .box:not(.retain-layout-on-mobile) > .portion:not([class*=on-mobile]) {
    width: 100%;
  }
  .portion.whole-on-mobile {
    width: 100%;
  }
  .portion.half-on-mobile {
    width: 50%;
  }
  .portion.one-third-on-mobile {
    width: 33.3332%;
  }
  .portion.two-thirds-on-mobile {
    width: 66.6665%;
  }
  .portion.one-fourth-on-mobile {
    width: 25%;
  }
  .portion.two-fourths-on-mobile {
    width: 50%;
  }
  .portion.three-fourths-on-mobile {
    width: 75%;
  }
  .portion.one-fifth-on-mobile {
    width: 20%;
  }
  .portion.two-fifths-on-mobile {
    width: 40%;
  }
  .portion.three-fifths-on-mobile {
    width: 60%;
  }
  .portion.four-fifths-on-mobile {
    width: 80%;
  }
  .portion.one-sixth-on-mobile {
    width: 16.6666%;
  }
  .portion.two-sixths-on-mobile {
    width: 33.3332%;
  }
  .portion.three-sixths-on-mobile {
    width: 50%;
  }
  .portion.four-sixths-on-mobile {
    width: 66.6665%;
  }
  .portion.five-sixths-on-mobile {
    width: 83.3332%;
  }
  .portion.one-seventh-on-mobile {
    width: 14.2856%;
  }
  .portion.two-sevenths-on-mobile {
    width: 28.5714%;
  }
  .portion.three-sevenths-on-mobile {
    width: 42.8571%;
  }
  .portion.four-sevenths-on-mobile {
    width: 57.1428%;
  }
  .portion.five-sevenths-on-mobile {
    width: 71.4285%;
  }
  .portion.six-sevenths-on-mobile {
    width: 85.7142%;
  }
  .portion.one-eighth-on-mobile {
    width: 12.5%;
  }
  .portion.two-eighths-on-mobile {
    width: 25%;
  }
  .portion.three-eighths-on-mobile {
    width: 37.5%;
  }
  .portion.four-eighths-on-mobile {
    width: 50%;
  }
  .portion.five-eighths-on-mobile {
    width: 62.5%;
  }
  .portion.six-eighths-on-mobile {
    width: 75%;
  }
  .portion.seven-eighths-on-mobile {
    width: 87.5%;
  }
  .portion.one-ninth-on-mobile {
    width: 11.1111%;
  }
  .portion.two-ninths-on-mobile {
    width: 22.2222%;
  }
  .portion.three-ninths-on-mobile {
    width: 33.3333%;
  }
  .portion.four-ninths-on-mobile {
    width: 44.4444%;
  }
  .portion.five-ninths-on-mobile {
    width: 55.5555%;
  }
  .portion.six-ninths-on-mobile {
    width: 66.6665%;
  }
  .portion.seven-ninths-on-mobile {
    width: 77.7778%;
  }
  .portion.eight-ninths-on-mobile {
    width: 88.8889%;
  }
  .portion.one-tenth-on-mobile {
    width: 10%;
  }
  .portion.two-tenths-on-mobile {
    width: 20%;
  }
  .portion.three-tenths-on-mobile {
    width: 30%;
  }
  .portion.four-tenths-on-mobile {
    width: 40%;
  }
  .portion.five-tenths-on-mobile {
    width: 50%;
  }
  .portion.six-tenths-on-mobile {
    width: 60%;
  }
  .portion.seven-tenths-on-mobile {
    width: 70%;
  }
  .portion.eight-tenths-on-mobile {
    width: 80%;
  }
  .portion.nine-tenths-on-mobile {
    width: 90%;
  }
  .portion.one-eleventh-on-mobile {
    width: 9.0909%;
  }
  .portion.two-elevenths-on-mobile {
    width: 18.1818%;
  }
  .portion.three-elevenths-on-mobile {
    width: 27.2727%;
  }
  .portion.four-elevenths-on-mobile {
    width: 36.3636%;
  }
  .portion.five-elevenths-on-mobile {
    width: 45.4545%;
  }
  .portion.six-elevenths-on-mobile {
    width: 54.5454%;
  }
  .portion.seven-elevenths-on-mobile {
    width: 63.6363%;
  }
  .portion.eight-elevenths-on-mobile {
    width: 72.7272%;
  }
  .portion.nine-elevenths-on-mobile {
    width: 81.8181%;
  }
  .portion.ten-elevenths-on-mobile {
    width: 90.909%;
  }
  .portion.one-twelfth-on-mobile {
    width: 8.3333%;
  }
  .portion.two-twelfths-on-mobile {
    width: 16.6667%;
  }
  .portion.three-twelfths-on-mobile {
    width: 25%;
  }
  .portion.four-twelfths-on-mobile {
    width: 36.3333%;
  }
  .portion.five-twelfths-on-mobile {
    width: 41.6667%;
  }
  .portion.six-twelfths-on-mobile {
    width: 50%;
  }
  .portion.seven-twelfths-on-mobile {
    width: 58.3333%;
  }
  .portion.eight-twelfths-on-mobile {
    width: 66.6667%;
  }
  .portion.nine-twelfths-on-mobile {
    width: 75%;
  }
  .portion.ten-twelfths-on-mobile {
    width: 83.3333%;
  }
  .portion.eleven-twelfths-on-mobile {
    width: 91.6667%;
  }
  .portion.one-thirteenth-on-mobile {
    width: 7.6923%;
  }
  .portion.two-thirteenths-on-mobile {
    width: 15.3846%;
  }
  .portion.three-thirteenths-on-mobile {
    width: 23.0769%;
  }
  .portion.four-thirteenths-on-mobile {
    width: 30.7692%;
  }
  .portion.five-thirteenths-on-mobile {
    width: 38.4615%;
  }
  .portion.six-thirteenths-on-mobile {
    width: 46.1538%;
  }
  .portion.seven-thirteenths-on-mobile {
    width: 53.8462%;
  }
  .portion.eight-thirteenths-on-mobile {
    width: 61.5385%;
  }
  .portion.nine-thirteenths-on-mobile {
    width: 69.2308%;
  }
  .portion.ten-thirteenths-on-mobile {
    width: 76.9231%;
  }
  .portion.eleven-thirteenths-on-mobile {
    width: 84.6154%;
  }
  .portion.twelve-thirteenths-on-mobile {
    width: 92.3077%;
  }
  .portion.one-fourteenth-on-mobile {
    width: 7.1429%;
  }
  .portion.two-fourteenths-on-mobile {
    width: 14.2857%;
  }
  .portion.three-fourteenths-on-mobile {
    width: 21.4286%;
  }
  .portion.four-fourteenths-on-mobile {
    width: 28.5714%;
  }
  .portion.five-fourteenths-on-mobile {
    width: 35.7143%;
  }
  .portion.six-fourteenths-on-mobile {
    width: 42.8571%;
  }
  .portion.seven-fourteenths-on-mobile {
    width: 50%;
  }
  .portion.eight-fourteenths-on-mobile {
    width: 57.1429%;
  }
  .portion.nine-fourteenths-on-mobile {
    width: 64.2857%;
  }
  .portion.ten-fourteenths-on-mobile {
    width: 71.4286%;
  }
  .portion.eleven-fourteenths-on-mobile {
    width: 78.5714%;
  }
  .portion.twelve-fourteenths-on-mobile {
    width: 85.7143%;
  }
  .portion.thirteen-fourteenths-on-mobile {
    width: 92.8571%;
  }
  .portion.one-fifteenth-on-mobile {
    width: 6.6667%;
  }
  .portion.two-fifteenths-on-mobile {
    width: 13.3333%;
  }
  .portion.three-fifteenths-on-mobile {
    width: 20%;
  }
  .portion.four-fifteenths-on-mobile {
    width: 26.6667%;
  }
  .portion.five-fifteenths-on-mobile {
    width: 33.3333%;
  }
  .portion.six-fifteenths-on-mobile {
    width: 40%;
  }
  .portion.seven-fifteenths-on-mobile {
    width: 46.6667%;
  }
  .portion.eight-fifteenths-on-mobile {
    width: 53.3333%;
  }
  .portion.nine-fifteenths-on-mobile {
    width: 60%;
  }
  .portion.ten-fifteenths-on-mobile {
    width: 66.6667%;
  }
  .portion.eleven-fifteenths-on-mobile {
    width: 73.3333%;
  }
  .portion.twelve-fifteenths-on-mobile {
    width: 80%;
  }
  .portion.thirteen-fifteenths-on-mobile {
    width: 86.6667%;
  }
  .portion.fourteen-fifteenths-on-mobile {
    width: 93.3333%;
  }
  .portion.one-sixteenth-on-mobile {
    width: 6.25%;
  }
  .portion.two-sixteenths-on-mobile {
    width: 12.5%;
  }
  .portion.three-sixteenths-on-mobile {
    width: 18.75%;
  }
  .portion.four-sixteenths-on-mobile {
    width: 25%;
  }
  .portion.five-sixteenths-on-mobile {
    width: 31.25%;
  }
  .portion.six-sixteenths-on-mobile {
    width: 37.5%;
  }
  .portion.seven-sixteenths-on-mobile {
    width: 43.75%;
  }
  .portion.eight-sixteenths-on-mobile {
    width: 50%;
  }
  .portion.nine-sixteenths-on-mobile {
    width: 56.25%;
  }
  .portion.ten-sixteenths-on-mobile {
    width: 62.5%;
  }
  .portion.eleven-sixteenths-on-mobile {
    width: 68.75%;
  }
  .portion.twelve-sixteenths-on-mobile {
    width: 75%;
  }
  .portion.thirteen-sixteenths-on-mobile {
    width: 81.25%;
  }
  .portion.fourteen-sixteenths-on-mobile {
    width: 87.5%;
  }
  .portion.fifteen-sixteenths-on-mobile {
    width: 93.75%;
  }
}
@media all and (min-width: 601px) and (max-width: 900px) {
  .row:not(.retain-layout-on-tab-pt) > .portion:not([class*=tab-pt]),
  .box:not(.retain-layout-on-tab-pt) > .portion:not([class*=tab-pt]) {
    width: 100%;
  }
  .portion.whole-on-tab-pt {
    width: 100%;
  }
  .portion.half-on-tab-pt {
    width: 50%;
  }
  .portion.one-third-on-tab-pt {
    width: 33.3332%;
  }
  .portion.two-thirds-on-tab-pt {
    width: 66.6665%;
  }
  .portion.one-fourth-on-tab-pt {
    width: 25%;
  }
  .portion.two-fourths-on-tab-pt {
    width: 50%;
  }
  .portion.three-fourths-on-tab-pt {
    width: 75%;
  }
  .portion.one-fifth-on-tab-pt {
    width: 20%;
  }
  .portion.two-fifths-on-tab-pt {
    width: 40%;
  }
  .portion.three-fifths-on-tab-pt {
    width: 60%;
  }
  .portion.four-fifths-on-tab-pt {
    width: 80%;
  }
  .portion.one-sixth-on-tab-pt {
    width: 16.6666%;
  }
  .portion.two-sixths-on-tab-pt {
    width: 33.3332%;
  }
  .portion.three-sixths-on-tab-pt {
    width: 50%;
  }
  .portion.four-sixths-on-tab-pt {
    width: 66.6665%;
  }
  .portion.five-sixths-on-tab-pt {
    width: 83.3332%;
  }
  .portion.one-seventh-on-tab-pt {
    width: 14.2856%;
  }
  .portion.two-sevenths-on-tab-pt {
    width: 28.5714%;
  }
  .portion.three-sevenths-on-tab-pt {
    width: 42.8571%;
  }
  .portion.four-sevenths-on-tab-pt {
    width: 57.1428%;
  }
  .portion.five-sevenths-on-tab-pt {
    width: 71.4285%;
  }
  .portion.six-sevenths-on-tab-pt {
    width: 85.7142%;
  }
  .portion.one-eighth-on-tab-pt {
    width: 12.5%;
  }
  .portion.two-eighths-on-tab-pt {
    width: 25%;
  }
  .portion.three-eighths-on-tab-pt {
    width: 37.5%;
  }
  .portion.four-eighths-on-tab-pt {
    width: 50%;
  }
  .portion.five-eighths-on-tab-pt {
    width: 62.5%;
  }
  .portion.six-eighths-on-tab-pt {
    width: 75%;
  }
  .portion.seven-eighths-on-tab-pt {
    width: 87.5%;
  }
  .portion.one-ninth-on-tab-pt {
    width: 11.1111%;
  }
  .portion.two-ninths-on-tab-pt {
    width: 22.2222%;
  }
  .portion.three-ninths-on-tab-pt {
    width: 33.3333%;
  }
  .portion.four-ninths-on-tab-pt {
    width: 44.4444%;
  }
  .portion.five-ninths-on-tab-pt {
    width: 55.5555%;
  }
  .portion.six-ninths-on-tab-pt {
    width: 66.6665%;
  }
  .portion.seven-ninths-on-tab-pt {
    width: 77.7778%;
  }
  .portion.eight-ninths-on-tab-pt {
    width: 88.8889%;
  }
  .portion.one-tenth-on-tab-pt {
    width: 10%;
  }
  .portion.two-tenths-on-tab-pt {
    width: 20%;
  }
  .portion.three-tenths-on-tab-pt {
    width: 30%;
  }
  .portion.four-tenths-on-tab-pt {
    width: 40%;
  }
  .portion.five-tenths-on-tab-pt {
    width: 50%;
  }
  .portion.six-tenths-on-tab-pt {
    width: 60%;
  }
  .portion.seven-tenths-on-tab-pt {
    width: 70%;
  }
  .portion.eight-tenths-on-tab-pt {
    width: 80%;
  }
  .portion.nine-tenths-on-tab-pt {
    width: 90%;
  }
  .portion.one-eleventh-on-tab-pt {
    width: 9.0909%;
  }
  .portion.two-elevenths-on-tab-pt {
    width: 18.1818%;
  }
  .portion.three-elevenths-on-tab-pt {
    width: 27.2727%;
  }
  .portion.four-elevenths-on-tab-pt {
    width: 36.3636%;
  }
  .portion.five-elevenths-on-tab-pt {
    width: 45.4545%;
  }
  .portion.six-elevenths-on-tab-pt {
    width: 54.5454%;
  }
  .portion.seven-elevenths-on-tab-pt {
    width: 63.6363%;
  }
  .portion.eight-elevenths-on-tab-pt {
    width: 72.7272%;
  }
  .portion.nine-elevenths-on-tab-pt {
    width: 81.8181%;
  }
  .portion.ten-elevenths-on-tab-pt {
    width: 90.909%;
  }
  .portion.one-twelfth-on-tab-pt {
    width: 8.3333%;
  }
  .portion.two-twelfths-on-tab-pt {
    width: 16.6667%;
  }
  .portion.three-twelfths-on-tab-pt {
    width: 25%;
  }
  .portion.four-twelfths-on-tab-pt {
    width: 36.3333%;
  }
  .portion.five-twelfths-on-tab-pt {
    width: 41.6667%;
  }
  .portion.six-twelfths-on-tab-pt {
    width: 50%;
  }
  .portion.seven-twelfths-on-tab-pt {
    width: 58.3333%;
  }
  .portion.eight-twelfths-on-tab-pt {
    width: 66.6667%;
  }
  .portion.nine-twelfths-on-tab-pt {
    width: 75%;
  }
  .portion.ten-twelfths-on-tab-pt {
    width: 83.3333%;
  }
  .portion.eleven-twelfths-on-tab-pt {
    width: 91.6667%;
  }
  .portion.one-thirteenth-on-tab-pt {
    width: 7.6923%;
  }
  .portion.two-thirteenths-on-tab-pt {
    width: 15.3846%;
  }
  .portion.three-thirteenths-on-tab-pt {
    width: 23.0769%;
  }
  .portion.four-thirteenths-on-tab-pt {
    width: 30.7692%;
  }
  .portion.five-thirteenths-on-tab-pt {
    width: 38.4615%;
  }
  .portion.six-thirteenths-on-tab-pt {
    width: 46.1538%;
  }
  .portion.seven-thirteenths-on-tab-pt {
    width: 53.8462%;
  }
  .portion.eight-thirteenths-on-tab-pt {
    width: 61.5385%;
  }
  .portion.nine-thirteenths-on-tab-pt {
    width: 69.2308%;
  }
  .portion.ten-thirteenths-on-tab-pt {
    width: 76.9231%;
  }
  .portion.eleven-thirteenths-on-tab-pt {
    width: 84.6154%;
  }
  .portion.twelve-thirteenths-on-tab-pt {
    width: 92.3077%;
  }
  .portion.one-fourteenth-on-tab-pt {
    width: 7.1429%;
  }
  .portion.two-fourteenths-on-tab-pt {
    width: 14.2857%;
  }
  .portion.three-fourteenths-on-tab-pt {
    width: 21.4286%;
  }
  .portion.four-fourteenths-on-tab-pt {
    width: 28.5714%;
  }
  .portion.five-fourteenths-on-tab-pt {
    width: 35.7143%;
  }
  .portion.six-fourteenths-on-tab-pt {
    width: 42.8571%;
  }
  .portion.seven-fourteenths-on-tab-pt {
    width: 50%;
  }
  .portion.eight-fourteenths-on-tab-pt {
    width: 57.1429%;
  }
  .portion.nine-fourteenths-on-tab-pt {
    width: 64.2857%;
  }
  .portion.ten-fourteenths-on-tab-pt {
    width: 71.4286%;
  }
  .portion.eleven-fourteenths-on-tab-pt {
    width: 78.5714%;
  }
  .portion.twelve-fourteenths-on-tab-pt {
    width: 85.7143%;
  }
  .portion.thirteen-fourteenths-on-tab-pt {
    width: 92.8571%;
  }
  .portion.one-fifteenth-on-tab-pt {
    width: 6.6667%;
  }
  .portion.two-fifteenths-on-tab-pt {
    width: 13.3333%;
  }
  .portion.three-fifteenths-on-tab-pt {
    width: 20%;
  }
  .portion.four-fifteenths-on-tab-pt {
    width: 26.6667%;
  }
  .portion.five-fifteenths-on-tab-pt {
    width: 33.3333%;
  }
  .portion.six-fifteenths-on-tab-pt {
    width: 40%;
  }
  .portion.seven-fifteenths-on-tab-pt {
    width: 46.6667%;
  }
  .portion.eight-fifteenths-on-tab-pt {
    width: 53.3333%;
  }
  .portion.nine-fifteenths-on-tab-pt {
    width: 60%;
  }
  .portion.ten-fifteenths-on-tab-pt {
    width: 66.6667%;
  }
  .portion.eleven-fifteenths-on-tab-pt {
    width: 73.3333%;
  }
  .portion.twelve-fifteenths-on-tab-pt {
    width: 80%;
  }
  .portion.thirteen-fifteenths-on-tab-pt {
    width: 86.6667%;
  }
  .portion.fourteen-fifteenths-on-tab-pt {
    width: 93.3333%;
  }
  .portion.one-sixteenth-on-tab-pt {
    width: 6.25%;
  }
  .portion.two-sixteenths-on-tab-pt {
    width: 12.5%;
  }
  .portion.three-sixteenths-on-tab-pt {
    width: 18.75%;
  }
  .portion.four-sixteenths-on-tab-pt {
    width: 25%;
  }
  .portion.five-sixteenths-on-tab-pt {
    width: 31.25%;
  }
  .portion.six-sixteenths-on-tab-pt {
    width: 37.5%;
  }
  .portion.seven-sixteenths-on-tab-pt {
    width: 43.75%;
  }
  .portion.eight-sixteenths-on-tab-pt {
    width: 50%;
  }
  .portion.nine-sixteenths-on-tab-pt {
    width: 56.25%;
  }
  .portion.ten-sixteenths-on-tab-pt {
    width: 62.5%;
  }
  .portion.eleven-sixteenths-on-tab-pt {
    width: 68.75%;
  }
  .portion.twelve-sixteenths-on-tab-pt {
    width: 75%;
  }
  .portion.thirteen-sixteenths-on-tab-pt {
    width: 81.25%;
  }
  .portion.fourteen-sixteenths-on-tab-pt {
    width: 87.5%;
  }
  .portion.fifteen-sixteenths-on-tab-pt {
    width: 93.75%;
  }
}
@media all and (min-width: 901px) and (max-width: 1200px) {
  .portion.whole-on-tab-ls {
    width: 100%;
  }
  .portion.half-on-tab-ls {
    width: 50%;
  }
  .portion.one-third-on-tab-ls {
    width: 33.3332%;
  }
  .portion.two-thirds-on-tab-ls {
    width: 66.6665%;
  }
  .portion.one-fourth-on-tab-ls {
    width: 25%;
  }
  .portion.two-fourths-on-tab-ls {
    width: 50%;
  }
  .portion.three-fourths-on-tab-ls {
    width: 75%;
  }
  .portion.one-fifth-on-tab-ls {
    width: 20%;
  }
  .portion.two-fifths-on-tab-ls {
    width: 40%;
  }
  .portion.three-fifths-on-tab-ls {
    width: 60%;
  }
  .portion.four-fifths-on-tab-ls {
    width: 80%;
  }
  .portion.one-sixth-on-tab-ls {
    width: 16.6666%;
  }
  .portion.two-sixths-on-tab-ls {
    width: 33.3332%;
  }
  .portion.three-sixths-on-tab-ls {
    width: 50%;
  }
  .portion.four-sixths-on-tab-ls {
    width: 66.6665%;
  }
  .portion.five-sixths-on-tab-ls {
    width: 83.3332%;
  }
  .portion.one-seventh-on-tab-ls {
    width: 14.2856%;
  }
  .portion.two-sevenths-on-tab-ls {
    width: 28.5714%;
  }
  .portion.three-sevenths-on-tab-ls {
    width: 42.8571%;
  }
  .portion.four-sevenths-on-tab-ls {
    width: 57.1428%;
  }
  .portion.five-sevenths-on-tab-ls {
    width: 71.4285%;
  }
  .portion.six-sevenths-on-tab-ls {
    width: 85.7142%;
  }
  .portion.one-eighth-on-tab-ls {
    width: 12.5%;
  }
  .portion.two-eighths-on-tab-ls {
    width: 25%;
  }
  .portion.three-eighths-on-tab-ls {
    width: 37.5%;
  }
  .portion.four-eighths-on-tab-ls {
    width: 50%;
  }
  .portion.five-eighths-on-tab-ls {
    width: 62.5%;
  }
  .portion.six-eighths-on-tab-ls {
    width: 75%;
  }
  .portion.seven-eighths-on-tab-ls {
    width: 87.5%;
  }
  .portion.one-ninth-on-tab-ls {
    width: 11.1111%;
  }
  .portion.two-ninths-on-tab-ls {
    width: 22.2222%;
  }
  .portion.three-ninths-on-tab-ls {
    width: 33.3333%;
  }
  .portion.four-ninths-on-tab-ls {
    width: 44.4444%;
  }
  .portion.five-ninths-on-tab-ls {
    width: 55.5555%;
  }
  .portion.six-ninths-on-tab-ls {
    width: 66.6665%;
  }
  .portion.seven-ninths-on-tab-ls {
    width: 77.7778%;
  }
  .portion.eight-ninths-on-tab-ls {
    width: 88.8889%;
  }
  .portion.one-tenth-on-tab-ls {
    width: 10%;
  }
  .portion.two-tenths-on-tab-ls {
    width: 20%;
  }
  .portion.three-tenths-on-tab-ls {
    width: 30%;
  }
  .portion.four-tenths-on-tab-ls {
    width: 40%;
  }
  .portion.five-tenths-on-tab-ls {
    width: 50%;
  }
  .portion.six-tenths-on-tab-ls {
    width: 60%;
  }
  .portion.seven-tenths-on-tab-ls {
    width: 70%;
  }
  .portion.eight-tenths-on-tab-ls {
    width: 80%;
  }
  .portion.nine-tenths-on-tab-ls {
    width: 90%;
  }
  .portion.one-eleventh-on-tab-ls {
    width: 9.0909%;
  }
  .portion.two-elevenths-on-tab-ls {
    width: 18.1818%;
  }
  .portion.three-elevenths-on-tab-ls {
    width: 27.2727%;
  }
  .portion.four-elevenths-on-tab-ls {
    width: 36.3636%;
  }
  .portion.five-elevenths-on-tab-ls {
    width: 45.4545%;
  }
  .portion.six-elevenths-on-tab-ls {
    width: 54.5454%;
  }
  .portion.seven-elevenths-on-tab-ls {
    width: 63.6363%;
  }
  .portion.eight-elevenths-on-tab-ls {
    width: 72.7272%;
  }
  .portion.nine-elevenths-on-tab-ls {
    width: 81.8181%;
  }
  .portion.ten-elevenths-on-tab-ls {
    width: 90.909%;
  }
  .portion.one-twelfth-on-tab-ls {
    width: 8.3333%;
  }
  .portion.two-twelfths-on-tab-ls {
    width: 16.6667%;
  }
  .portion.three-twelfths-on-tab-ls {
    width: 25%;
  }
  .portion.four-twelfths-on-tab-ls {
    width: 36.3333%;
  }
  .portion.five-twelfths-on-tab-ls {
    width: 41.6667%;
  }
  .portion.six-twelfths-on-tab-ls {
    width: 50%;
  }
  .portion.seven-twelfths-on-tab-ls {
    width: 58.3333%;
  }
  .portion.eight-twelfths-on-tab-ls {
    width: 66.6667%;
  }
  .portion.nine-twelfths-on-tab-ls {
    width: 75%;
  }
  .portion.ten-twelfths-on-tab-ls {
    width: 83.3333%;
  }
  .portion.eleven-twelfths-on-tab-ls {
    width: 91.6667%;
  }
  .portion.one-thirteenth-on-tab-ls {
    width: 7.6923%;
  }
  .portion.two-thirteenths-on-tab-ls {
    width: 15.3846%;
  }
  .portion.three-thirteenths-on-tab-ls {
    width: 23.0769%;
  }
  .portion.four-thirteenths-on-tab-ls {
    width: 30.7692%;
  }
  .portion.five-thirteenths-on-tab-ls {
    width: 38.4615%;
  }
  .portion.six-thirteenths-on-tab-ls {
    width: 46.1538%;
  }
  .portion.seven-thirteenths-on-tab-ls {
    width: 53.8462%;
  }
  .portion.eight-thirteenths-on-tab-ls {
    width: 61.5385%;
  }
  .portion.nine-thirteenths-on-tab-ls {
    width: 69.2308%;
  }
  .portion.ten-thirteenths-on-tab-ls {
    width: 76.9231%;
  }
  .portion.eleven-thirteenths-on-tab-ls {
    width: 84.6154%;
  }
  .portion.twelve-thirteenths-on-tab-ls {
    width: 92.3077%;
  }
  .portion.one-fourteenth-on-tab-ls {
    width: 7.1429%;
  }
  .portion.two-fourteenths-on-tab-ls {
    width: 14.2857%;
  }
  .portion.three-fourteenths-on-tab-ls {
    width: 21.4286%;
  }
  .portion.four-fourteenths-on-tab-ls {
    width: 28.5714%;
  }
  .portion.five-fourteenths-on-tab-ls {
    width: 35.7143%;
  }
  .portion.six-fourteenths-on-tab-ls {
    width: 42.8571%;
  }
  .portion.seven-fourteenths-on-tab-ls {
    width: 50%;
  }
  .portion.eight-fourteenths-on-tab-ls {
    width: 57.1429%;
  }
  .portion.nine-fourteenths-on-tab-ls {
    width: 64.2857%;
  }
  .portion.ten-fourteenths-on-tab-ls {
    width: 71.4286%;
  }
  .portion.eleven-fourteenths-on-tab-ls {
    width: 78.5714%;
  }
  .portion.twelve-fourteenths-on-tab-ls {
    width: 85.7143%;
  }
  .portion.thirteen-fourteenths-on-tab-ls {
    width: 92.8571%;
  }
  .portion.one-fifteenth-on-tab-ls {
    width: 6.6667%;
  }
  .portion.two-fifteenths-on-tab-ls {
    width: 13.3333%;
  }
  .portion.three-fifteenths-on-tab-ls {
    width: 20%;
  }
  .portion.four-fifteenths-on-tab-ls {
    width: 26.6667%;
  }
  .portion.five-fifteenths-on-tab-ls {
    width: 33.3333%;
  }
  .portion.six-fifteenths-on-tab-ls {
    width: 40%;
  }
  .portion.seven-fifteenths-on-tab-ls {
    width: 46.6667%;
  }
  .portion.eight-fifteenths-on-tab-ls {
    width: 53.3333%;
  }
  .portion.nine-fifteenths-on-tab-ls {
    width: 60%;
  }
  .portion.ten-fifteenths-on-tab-ls {
    width: 66.6667%;
  }
  .portion.eleven-fifteenths-on-tab-ls {
    width: 73.3333%;
  }
  .portion.twelve-fifteenths-on-tab-ls {
    width: 80%;
  }
  .portion.thirteen-fifteenths-on-tab-ls {
    width: 86.6667%;
  }
  .portion.fourteen-fifteenths-on-tab-ls {
    width: 93.3333%;
  }
  .portion.one-sixteenth-on-tab-ls {
    width: 6.25%;
  }
  .portion.two-sixteenths-on-tab-ls {
    width: 12.5%;
  }
  .portion.three-sixteenths-on-tab-ls {
    width: 18.75%;
  }
  .portion.four-sixteenths-on-tab-ls {
    width: 25%;
  }
  .portion.five-sixteenths-on-tab-ls {
    width: 31.25%;
  }
  .portion.six-sixteenths-on-tab-ls {
    width: 37.5%;
  }
  .portion.seven-sixteenths-on-tab-ls {
    width: 43.75%;
  }
  .portion.eight-sixteenths-on-tab-ls {
    width: 50%;
  }
  .portion.nine-sixteenths-on-tab-ls {
    width: 56.25%;
  }
  .portion.ten-sixteenths-on-tab-ls {
    width: 62.5%;
  }
  .portion.eleven-sixteenths-on-tab-ls {
    width: 68.75%;
  }
  .portion.twelve-sixteenths-on-tab-ls {
    width: 75%;
  }
  .portion.thirteen-sixteenths-on-tab-ls {
    width: 81.25%;
  }
  .portion.fourteen-sixteenths-on-tab-ls {
    width: 87.5%;
  }
  .portion.fifteen-sixteenths-on-tab-ls {
    width: 93.75%;
  }
}
.show-block {
  display: block !important;
}
.show-inline {
  display: inline-block !important;
}
.show-nothing {
  display: none !important;
}
.hide-this {
  visibility: hidden !important;
}
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
@media all and (max-width: 600px) {
  .full-width-on-mobile {
    width: 100% !important;
  }
  .full-height-on-mobile {
    height: 100% !important;
  }
}
@media all and (min-width: 601px) and (max-width: 900px) {
  .full-width-on-tab-pt {
    width: 100% !important;
  }
  .full-height-on-tab-pt {
    height: 100% !important;
  }
}
@media all and (min-width: 901px) and (max-width: 1200px) {
  .full-width-on-tab-ls {
    width: 100% !important;
  }
  .full-height-on-tab-ls {
    height: 100% !important;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear-both {
  clear: both;
}
.no-border {
  border: none !important;
}
.totally-centre-items,
.totally-center-items {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.vertically-centre-items,
.vertically-center-items {
  display: flex !important;
  align-items: center;
}
.vertically-centre-this,
.vertically-center-this {
  align-self: center;
}
.horizontally-centre-this,
.horizontally-center-this {
  position: relative;
  display: block;
  margin: 0 auto;
}
hr {
  border: 0;
  height: 1px;
  margin: 4vmax 0;
}
hr.primary {
  background: rgba(255, 200, 71, 0.8);
}
hr.secondary {
  background: rgba(255, 200, 71, 0.2);
}
.no-margin {
  margin: 0 !important;
}
.margin-all-fixed {
  margin: 8px;
}
.margin-all-tiny {
  margin: 2vmax;
}
.margin-all-small {
  margin: 4vmax;
}
.margin-all-medium {
  margin: 8vmax;
}
.margin-all-large {
  margin: 16vmax;
}
.margin-all-huge {
  margin: 24vmax;
}
.no-margin-top {
  margin-top: 0 !important;
}
.margin-top-fixed {
  margin-top: 8px;
}
.margin-top-tiny {
  margin-top: 2vmax;
}
.margin-top-small {
  margin-top: 4vmax;
}
.margin-top-medium {
  margin-top: 8vmax;
}
.margin-top-large {
  margin-top: 16vmax;
}
.margin-top-huge {
  margin-top: 24vmax;
}
.no-margin-right {
  margin-right: 0 !important;
}
.margin-right-fixed {
  margin-right: 8px;
}
.margin-right-tiny {
  margin-right: 2vmax;
}
.margin-right-small {
  margin-right: 4vmax;
}
.margin-right-medium {
  margin-right: 8vmax;
}
.margin-right-large {
  margin-right: 16vmax;
}
.margin-right-huge {
  margin-right: 24vmax;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.margin-bottom-fixed {
  margin-bottom: 8px;
}
.margin-bottom-tiny {
  margin-bottom: 2vmax;
}
.margin-bottom-small {
  margin-bottom: 4vmax;
}
.margin-bottom-medium {
  margin-bottom: 8vmax;
}
.margin-bottom-large {
  margin-bottom: 16vmax;
}
.margin-bottom-huge {
  margin-bottom: 24vmax;
}
.no-margin-left {
  margin-left: 0 !important;
}
.margin-left-fixed {
  margin-left: 8px;
}
.margin-left-tiny {
  margin-left: 2vmax;
}
.margin-left-small {
  margin-left: 4vmax;
}
.margin-left-medium {
  margin-left: 8vmax;
}
.margin-left-large {
  margin-left: 16vmax;
}
.margin-left-huge {
  margin-left: 24vmax;
}
.no-padding {
  padding: 0 !important;
}
.padding-all-fixed {
  padding: 8px;
}
.padding-all-tiny {
  padding: 2vmax;
}
.padding-all-small {
  padding: 4vmax;
}
.padding-all-medium {
  padding: 8vmax;
}
.padding-all-large {
  padding: 16vmax;
}
.padding-all-huge {
  padding: 24vmax;
}
.no-padding-top {
  padding-top: 0 !important;
}
.padding-top-fixed {
  padding-top: 8px;
}
.padding-top-tiny {
  padding-top: 2vmax;
}
.padding-top-small {
  padding-top: 4vmax;
}
.padding-top-medium {
  padding-top: 8vmax;
}
.padding-top-large {
  padding-top: 16vmax;
}
.padding-top-huge {
  padding-top: 24vmax;
}
.no-padding-right {
  padding-right: 0 !important;
}
.padding-right-fixed {
  padding-right: 8px;
}
.padding-right-tiny {
  padding-right: 2vmax;
}
.padding-right-small {
  padding-right: 4vmax;
}
.padding-right-medium {
  padding-right: 8vmax;
}
.padding-right-large {
  padding-right: 16vmax;
}
.padding-right-huge {
  padding-right: 24vmax;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.padding-bottom-fixed {
  padding-bottom: 8px;
}
.padding-bottom-tiny {
  padding-bottom: 2vmax;
}
.padding-bottom-small {
  padding-bottom: 4vmax;
}
.padding-bottom-medium {
  padding-bottom: 8vmax;
}
.padding-bottom-large {
  padding-bottom: 16vmax;
}
.padding-bottom-huge {
  padding-bottom: 24vmax;
}
.no-padding-left {
  padding-left: 0 !important;
}
.padding-left-fixed {
  padding-left: 8px;
}
.padding-left-tiny {
  padding-left: 2vmax;
}
.padding-left-small {
  padding-left: 4vmax;
}
.padding-left-medium {
  padding-left: 8vmax;
}
.padding-left-large {
  padding-left: 16vmax;
}
.padding-left-huge {
  padding-left: 24vmax;
}
.spacer-huge {
  display: block;
  width: 100%;
  height: 48vmin;
  clear: both;
}
.spacer-large {
  display: block;
  width: 100%;
  height: 32vmin;
  clear: both;
}
.spacer-medium {
  display: block;
  width: 100%;
  height: 16vmin;
  clear: both;
}
.spacer-small {
  display: block;
  width: 100%;
  height: 8vmin;
  clear: both;
}
.spacer-tiny {
  display: block;
  width: 100%;
  height: 4vmin;
  clear: both;
}
.shape-rounded {
  border-radius: 4px;
}
.shape-curved {
  border-radius: 40000px;
}
.shape-circular {
  border-radius: 50%;
}
.shadow-hard {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.24);
}
.shadow-soft {
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.32);
}
.shadow-mild {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.24);
}
.no-shadow {
  box-shadow: none !important;
}
/* == OPACITY ============================================================== */
.opacity-00 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
/* == ICONS ================================================================ */
.icon-tiny {
  width: 16px;
}
.icon-small {
  width: 24px;
}
.icon-medium {
  width: 32px;
}
.icon-large {
  width: 48px;
}
.icon-huge {
  width: 64px;
}
/* == CUSTOM INTERFACE ELEMENTS =========================================== */
.full-size-bg,
.full-size-bg.bg-fixed {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -5;
}
.full-size-bg.bg-fixed {
  position: fixed !important;
}
.show-only-on-mobile {
  display: none !important;
}
.show-only-on-tab-pt {
  display: none !important;
}
.show-only-on-tab-ls {
  display: none !important;
}
.hide-on-desktop {
  display: none !important;
}
@media all and (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
  .show-only-on-mobile {
    display: block !important;
  }
  .center-on-mobile,
  .centre-on-mobile {
    text-align: center !important;
  }
}
@media all and (min-width: 601px) and (max-width: 900px) {
  .hide-on-tab-pt {
    display: none !important;
  }
  .show-only-on-tab-pt {
    display: block !important;
  }
  .center-on-tab-pt,
  .centre-on-tab-pt {
    text-align: center !important;
  }
}
@media all and (min-width: 901px) and (max-width: 1200px) {
  .hide-on-tab-ls {
    display: none !important;
  }
  .show-only-on-tab-ls {
    display: block !important;
  }
  .center-on-tab-ls,
  .centre-on-tab-ls {
    text-align: center !important;
  }
}
/* == COLOURS ============================================================== */
.bg-hue {
  background-color: #ffc847;
}
.bg-tint {
  background-color: #f6f5f3;
}
.bg-analogue {
  background-color: #ffa947;
}
.bg-shade {
  background-color: #292929;
}
.bg-accent {
  background-color: #1a9e7b;
}
.bg-white {
  background-color: white;
}
.bg-black {
  background-color: black;
}
.bg-grey {
  background-color: #575757;
}
.bg-grey-90 {
  background-color: dimgray;
}
.bg-grey-80 {
  background-color: #7a7a7a;
}
.bg-grey-70 {
  background-color: #8c8c8c;
}
.bg-grey-60 {
  background-color: #9e9e9e;
}
.bg-grey-50 {
  background-color: #b0b0b0;
}
.bg-grey-40 {
  background-color: #c2c2c2;
}
.bg-grey-30 {
  background-color: #d4d4d4;
}
.bg-grey-20 {
  background-color: #e6e6e6;
}
.bg-grey-10 {
  background-color: #f7f7f7;
}
.bg-slate {
  background-color: #70808f;
}
.bg-slate-90 {
  background-color: #7e8c9a;
}
.bg-slate-80 {
  background-color: #8d99a5;
}
.bg-slate-70 {
  background-color: #9ba7b0;
}
.bg-slate-60 {
  background-color: #a9b3bc;
}
.bg-slate-50 {
  background-color: #b8bfc7;
}
.bg-slate-40 {
  background-color: #c5ccd3;
}
.bg-slate-30 {
  background-color: #d4d8dd;
}
.bg-slate-20 {
  background-color: #e2e6e9;
}
.bg-slate-10 {
  background-color: #f1f3f4;
}
.bg-red {
  background-color: #ef4343;
}
.bg-red-90 {
  background-color: #f05656;
}
.bg-red-80 {
  background-color: #f26969;
}
.bg-red-70 {
  background-color: #f47c7c;
}
.bg-red-60 {
  background-color: #f58e8e;
}
.bg-red-50 {
  background-color: #f7a1a1;
}
.bg-red-40 {
  background-color: #f8b4b4;
}
.bg-red-30 {
  background-color: #fac7c7;
}
.bg-red-20 {
  background-color: #fcd9d9;
}
.bg-red-10 {
  background-color: #fdecec;
}
.bg-orange {
  background-color: #f68a46;
}
.bg-orange-90 {
  background-color: #f79659;
}
.bg-orange-80 {
  background-color: #f8a26d;
}
.bg-orange-70 {
  background-color: #f9af80;
}
.bg-orange-60 {
  background-color: #fab88f;
}
.bg-orange-50 {
  background-color: #fbc4a2;
}
.bg-orange-40 {
  background-color: #fcd1b6;
}
.bg-orange-30 {
  background-color: #fcddc9;
}
.bg-orange-20 {
  background-color: #fde9dd;
}
.bg-orange-10 {
  background-color: #fef6f0;
}
.bg-amber {
  background-color: #fcb83b;
}
.bg-amber-90 {
  background-color: #fcc04f;
}
.bg-amber-80 {
  background-color: #fcc764;
}
.bg-amber-70 {
  background-color: #fcce73;
}
.bg-amber-60 {
  background-color: #fdd486;
}
.bg-amber-50 {
  background-color: #fddb9b;
}
.bg-amber-40 {
  background-color: #fde3af;
}
.bg-amber-30 {
  background-color: #fee9c3;
}
.bg-amber-20 {
  background-color: #fef1d7;
}
.bg-amber-10 {
  background-color: #fef8ec;
}
.bg-yellow {
  background-color: #ffd60a;
}
.bg-yellow-90 {
  background-color: #ffda24;
}
.bg-yellow-80 {
  background-color: #ffdf3d;
}
.bg-yellow-70 {
  background-color: #ffe357;
}
.bg-yellow-60 {
  background-color: #ffe770;
}
.bg-yellow-50 {
  background-color: #ffeb8a;
}
.bg-yellow-40 {
  background-color: #fff0a3;
}
.bg-yellow-30 {
  background-color: #fff4bd;
}
.bg-yellow-20 {
  background-color: #fff8d6;
}
.bg-yellow-10 {
  background-color: #fffcf0;
}
.bg-pistachio {
  background-color: #9fc743;
}
.bg-pistachio-90 {
  background-color: #a9cd56;
}
.bg-pistachio-80 {
  background-color: #b3d26a;
}
.bg-pistachio-70 {
  background-color: #bdd87d;
}
.bg-pistachio-60 {
  background-color: #c7de91;
}
.bg-pistachio-50 {
  background-color: #d1e4a5;
}
.bg-pistachio-40 {
  background-color: #dbeab8;
}
.bg-pistachio-30 {
  background-color: #e5f0cc;
}
.bg-pistachio-20 {
  background-color: #eff6e0;
}
.bg-pistachio-10 {
  background-color: #f9fbf3;
}
.bg-green {
  background-color: #36a168;
}
.bg-green-90 {
  background-color: #4baa77;
}
.bg-green-80 {
  background-color: #5fb487;
}
.bg-green-70 {
  background-color: #71bc94;
}
.bg-green-60 {
  background-color: #86c6a4;
}
.bg-green-50 {
  background-color: #9ad0b3;
}
.bg-green-40 {
  background-color: #afd9c3;
}
.bg-green-30 {
  background-color: #c1e2d0;
}
.bg-green-20 {
  background-color: #d5ece0;
}
.bg-green-10 {
  background-color: #eaf5ef;
}
.bg-teal {
  background-color: #2fc6b7;
}
.bg-teal-90 {
  background-color: #42cdbf;
}
.bg-teal-80 {
  background-color: #56d2c6;
}
.bg-teal-70 {
  background-color: #6bd6cc;
}
.bg-teal-60 {
  background-color: #82ded5;
}
.bg-teal-50 {
  background-color: #96e3db;
}
.bg-teal-40 {
  background-color: #abe8e2;
}
.bg-teal-30 {
  background-color: #bfeee8;
}
.bg-teal-20 {
  background-color: #d3f3f0;
}
.bg-teal-10 {
  background-color: #ebf9f7;
}
.bg-cyan {
  background-color: #33e6da;
}
.bg-cyan-90 {
  background-color: #46e7dc;
}
.bg-cyan-80 {
  background-color: #5deae0;
}
.bg-cyan-70 {
  background-color: #6fece4;
}
.bg-cyan-60 {
  background-color: #85efe8;
}
.bg-cyan-50 {
  background-color: #97f2ec;
}
.bg-cyan-40 {
  background-color: #aef4f0;
}
.bg-cyan-30 {
  background-color: #c0f7f3;
}
.bg-cyan-20 {
  background-color: #d7f9f8;
}
.bg-cyan-10 {
  background-color: #e9fcfb;
}
.bg-sky {
  background-color: #72ddfd;
}
.bg-sky-90 {
  background-color: #81e0fd;
}
.bg-sky-80 {
  background-color: #8be3fd;
}
.bg-sky-70 {
  background-color: #9be6fd;
}
.bg-sky-60 {
  background-color: #aaeafd;
}
.bg-sky-50 {
  background-color: #b9eefe;
}
.bg-sky-40 {
  background-color: #c8f1fe;
}
.bg-sky-30 {
  background-color: #d2f4fe;
}
.bg-sky-20 {
  background-color: #e1f8fe;
}
.bg-sky-10 {
  background-color: #f1fbfe;
}
.bg-blue {
  background-color: #0064d6;
}
.bg-blue-90 {
  background-color: #0072f5;
}
.bg-blue-80 {
  background-color: #1482ff;
}
.bg-blue-70 {
  background-color: #2e8fff;
}
.bg-blue-60 {
  background-color: #4da0ff;
}
.bg-blue-50 {
  background-color: #6bb0ff;
}
.bg-blue-40 {
  background-color: #8ac0ff;
}
.bg-blue-30 {
  background-color: #a8d1ff;
}
.bg-blue-20 {
  background-color: #c7e1ff;
}
.bg-blue-10 {
  background-color: #e6f1ff;
}
.bg-indigo {
  background-color: #3840d6;
}
.bg-indigo-90 {
  background-color: #4950da;
}
.bg-indigo-80 {
  background-color: #5e65de;
}
.bg-indigo-70 {
  background-color: #7379e2;
}
.bg-indigo-60 {
  background-color: #888de7;
}
.bg-indigo-50 {
  background-color: #9a9eea;
}
.bg-indigo-40 {
  background-color: #afb2ee;
}
.bg-indigo-30 {
  background-color: #c4c7f2;
}
.bg-indigo-20 {
  background-color: #d5d7f6;
}
.bg-indigo-10 {
  background-color: #ebebfa;
}
.bg-violet {
  background-color: #7c59cf;
}
.bg-violet-90 {
  background-color: #8b69d3;
}
.bg-violet-80 {
  background-color: #9779d8;
}
.bg-violet-70 {
  background-color: #a388dd;
}
.bg-violet-60 {
  background-color: #b29ce2;
}
.bg-violet-50 {
  background-color: #beace7;
}
.bg-violet-40 {
  background-color: #cbbceb;
}
.bg-violet-30 {
  background-color: #d7ccf0;
}
.bg-violet-20 {
  background-color: #e4dbf5;
}
.bg-violet-10 {
  background-color: #f3effa;
}
.bg-purple {
  background-color: #c256ae;
}
.bg-purple-90 {
  background-color: #c969b7;
}
.bg-purple-80 {
  background-color: #ce78bf;
}
.bg-purple-70 {
  background-color: #d58bc7;
}
.bg-purple-60 {
  background-color: #db9acf;
}
.bg-purple-50 {
  background-color: #e1add8;
}
.bg-purple-40 {
  background-color: #e7bcdf;
}
.bg-purple-30 {
  background-color: #eccae6;
}
.bg-purple-20 {
  background-color: #f3ddef;
}
.bg-purple-10 {
  background-color: #f8ecf6;
}
.bg-pink {
  background-color: #fc73aa;
}
.bg-pink-90 {
  background-color: #fc83b3;
}
.bg-pink-80 {
  background-color: #fc92bc;
}
.bg-pink-70 {
  background-color: #fc9cc2;
}
.bg-pink-60 {
  background-color: #fdaacb;
}
.bg-pink-50 {
  background-color: #fdbad5;
}
.bg-pink-40 {
  background-color: #fdc9de;
}
.bg-pink-30 {
  background-color: #fed7e6;
}
.bg-pink-20 {
  background-color: #fee1ed;
}
.bg-pink-10 {
  background-color: #fef1f6;
}
.bg-crimson {
  background-color: #b02754;
}
.bg-crimson-90 {
  background-color: #c92c60;
}
.bg-crimson-80 {
  background-color: #d53f71;
}
.bg-crimson-70 {
  background-color: #d95480;
}
.bg-crimson-60 {
  background-color: #df6d93;
}
.bg-crimson-50 {
  background-color: #e486a5;
}
.bg-crimson-40 {
  background-color: #ea9fb8;
}
.bg-crimson-30 {
  background-color: #eeb4c7;
}
.bg-crimson-20 {
  background-color: #f4cdda;
}
.bg-crimson-10 {
  background-color: #f9e6ec;
}
.bg-brown {
  background-color: #906447;
}
.bg-brown-90 {
  background-color: #9b7459;
}
.bg-brown-80 {
  background-color: #a7846c;
}
.bg-brown-70 {
  background-color: #b39480;
}
.bg-brown-60 {
  background-color: #bca18f;
}
.bg-brown-50 {
  background-color: #c8b1a3;
}
.bg-brown-40 {
  background-color: #d3c1b6;
}
.bg-brown-30 {
  background-color: #dfd1c8;
}
.bg-brown-20 {
  background-color: #e8dfd9;
}
.bg-brown-10 {
  background-color: #f4efec;
}
.bg-transparent {
  background-color: transparent;
}
.text-hue {
  color: #ffc847;
}
.text-tint {
  color: #f6f5f3;
}
.text-analogue {
  color: #ffa947;
}
.text-shade {
  color: #292929;
}
.text-accent {
  color: #1a9e7b;
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-grey {
  color: #575757;
}
.text-grey-90 {
  color: dimgray;
}
.text-grey-80 {
  color: #7a7a7a;
}
.text-grey-70 {
  color: #8c8c8c;
}
.text-grey-60 {
  color: #9e9e9e;
}
.text-grey-50 {
  color: #b0b0b0;
}
.text-grey-40 {
  color: #c2c2c2;
}
.text-grey-30 {
  color: #d4d4d4;
}
.text-grey-20 {
  color: #e6e6e6;
}
.text-grey-10 {
  color: #f7f7f7;
}
.text-slate {
  color: #70808f;
}
.text-slate-90 {
  color: #7e8c9a;
}
.text-slate-80 {
  color: #8d99a5;
}
.text-slate-70 {
  color: #9ba7b0;
}
.text-slate-60 {
  color: #a9b3bc;
}
.text-slate-50 {
  color: #b8bfc7;
}
.text-slate-40 {
  color: #c5ccd3;
}
.text-slate-30 {
  color: #d4d8dd;
}
.text-slate-20 {
  color: #e2e6e9;
}
.text-slate-10 {
  color: #f1f3f4;
}
.text-red {
  color: #ef4343;
}
.text-red-90 {
  color: #f05656;
}
.text-red-80 {
  color: #f26969;
}
.text-red-70 {
  color: #f47c7c;
}
.text-red-60 {
  color: #f58e8e;
}
.text-red-50 {
  color: #f7a1a1;
}
.text-red-40 {
  color: #f8b4b4;
}
.text-red-30 {
  color: #fac7c7;
}
.text-red-20 {
  color: #fcd9d9;
}
.text-red-10 {
  color: #fdecec;
}
.text-orange {
  color: #f68a46;
}
.text-orange-90 {
  color: #f79659;
}
.text-orange-80 {
  color: #f8a26d;
}
.text-orange-70 {
  color: #f9af80;
}
.text-orange-60 {
  color: #fab88f;
}
.text-orange-50 {
  color: #fbc4a2;
}
.text-orange-40 {
  color: #fcd1b6;
}
.text-orange-30 {
  color: #fcddc9;
}
.text-orange-20 {
  color: #fde9dd;
}
.text-orange-10 {
  color: #fef6f0;
}
.text-amber {
  color: #fcb83b;
}
.text-amber-90 {
  color: #fcc04f;
}
.text-amber-80 {
  color: #fcc764;
}
.text-amber-70 {
  color: #fcce73;
}
.text-amber-60 {
  color: #fdd486;
}
.text-amber-50 {
  color: #fddb9b;
}
.text-amber-40 {
  color: #fde3af;
}
.text-amber-30 {
  color: #fee9c3;
}
.text-amber-20 {
  color: #fef1d7;
}
.text-amber-10 {
  color: #fef8ec;
}
.text-yellow {
  color: #ffd60a;
}
.text-yellow-90 {
  color: #ffda24;
}
.text-yellow-80 {
  color: #ffdf3d;
}
.text-yellow-70 {
  color: #ffe357;
}
.text-yellow-60 {
  color: #ffe770;
}
.text-yellow-50 {
  color: #ffeb8a;
}
.text-yellow-40 {
  color: #fff0a3;
}
.text-yellow-30 {
  color: #fff4bd;
}
.text-yellow-20 {
  color: #fff8d6;
}
.text-yellow-10 {
  color: #fffcf0;
}
.text-pistachio {
  color: #9fc743;
}
.text-pistachio-90 {
  color: #a9cd56;
}
.text-pistachio-80 {
  color: #b3d26a;
}
.text-pistachio-70 {
  color: #bdd87d;
}
.text-pistachio-60 {
  color: #c7de91;
}
.text-pistachio-50 {
  color: #d1e4a5;
}
.text-pistachio-40 {
  color: #dbeab8;
}
.text-pistachio-30 {
  color: #e5f0cc;
}
.text-pistachio-20 {
  color: #eff6e0;
}
.text-pistachio-10 {
  color: #f9fbf3;
}
.text-green {
  color: #36a168;
}
.text-green-90 {
  color: #4baa77;
}
.text-green-80 {
  color: #5fb487;
}
.text-green-70 {
  color: #71bc94;
}
.text-green-60 {
  color: #86c6a4;
}
.text-green-50 {
  color: #9ad0b3;
}
.text-green-40 {
  color: #afd9c3;
}
.text-green-30 {
  color: #c1e2d0;
}
.text-green-20 {
  color: #d5ece0;
}
.text-green-10 {
  color: #eaf5ef;
}
.text-teal {
  color: #2fc6b7;
}
.text-teal-90 {
  color: #42cdbf;
}
.text-teal-80 {
  color: #56d2c6;
}
.text-teal-70 {
  color: #6bd6cc;
}
.text-teal-60 {
  color: #82ded5;
}
.text-teal-50 {
  color: #96e3db;
}
.text-teal-40 {
  color: #abe8e2;
}
.text-teal-30 {
  color: #bfeee8;
}
.text-teal-20 {
  color: #d3f3f0;
}
.text-teal-10 {
  color: #ebf9f7;
}
.text-cyan {
  color: #33e6da;
}
.text-cyan-90 {
  color: #46e7dc;
}
.text-cyan-80 {
  color: #5deae0;
}
.text-cyan-70 {
  color: #6fece4;
}
.text-cyan-60 {
  color: #85efe8;
}
.text-cyan-50 {
  color: #97f2ec;
}
.text-cyan-40 {
  color: #aef4f0;
}
.text-cyan-30 {
  color: #c0f7f3;
}
.text-cyan-20 {
  color: #d7f9f8;
}
.text-cyan-10 {
  color: #e9fcfb;
}
.text-sky {
  color: #72ddfd;
}
.text-sky-90 {
  color: #81e0fd;
}
.text-sky-80 {
  color: #8be3fd;
}
.text-sky-70 {
  color: #9be6fd;
}
.text-sky-60 {
  color: #aaeafd;
}
.text-sky-50 {
  color: #b9eefe;
}
.text-sky-40 {
  color: #c8f1fe;
}
.text-sky-30 {
  color: #d2f4fe;
}
.text-sky-20 {
  color: #e1f8fe;
}
.text-sky-10 {
  color: #f1fbfe;
}
.text-blue {
  color: #0064d6;
}
.text-blue-90 {
  color: #0072f5;
}
.text-blue-80 {
  color: #1482ff;
}
.text-blue-70 {
  color: #2e8fff;
}
.text-blue-60 {
  color: #4da0ff;
}
.text-blue-50 {
  color: #6bb0ff;
}
.text-blue-40 {
  color: #8ac0ff;
}
.text-blue-30 {
  color: #a8d1ff;
}
.text-blue-20 {
  color: #c7e1ff;
}
.text-blue-10 {
  color: #e6f1ff;
}
.text-indigo {
  color: #3840d6;
}
.text-indigo-90 {
  color: #4950da;
}
.text-indigo-80 {
  color: #5e65de;
}
.text-indigo-70 {
  color: #7379e2;
}
.text-indigo-60 {
  color: #888de7;
}
.text-indigo-50 {
  color: #9a9eea;
}
.text-indigo-40 {
  color: #afb2ee;
}
.text-indigo-30 {
  color: #c4c7f2;
}
.text-indigo-20 {
  color: #d5d7f6;
}
.text-indigo-10 {
  color: #ebebfa;
}
.text-violet {
  color: #7c59cf;
}
.text-violet-90 {
  color: #8b69d3;
}
.text-violet-80 {
  color: #9779d8;
}
.text-violet-70 {
  color: #a388dd;
}
.text-violet-60 {
  color: #b29ce2;
}
.text-violet-50 {
  color: #beace7;
}
.text-violet-40 {
  color: #cbbceb;
}
.text-violet-30 {
  color: #d7ccf0;
}
.text-violet-20 {
  color: #e4dbf5;
}
.text-violet-10 {
  color: #f3effa;
}
.text-purple {
  color: #c256ae;
}
.text-purple-90 {
  color: #c969b7;
}
.text-purple-80 {
  color: #ce78bf;
}
.text-purple-70 {
  color: #d58bc7;
}
.text-purple-60 {
  color: #db9acf;
}
.text-purple-50 {
  color: #e1add8;
}
.text-purple-40 {
  color: #e7bcdf;
}
.text-purple-30 {
  color: #eccae6;
}
.text-purple-20 {
  color: #f3ddef;
}
.text-purple-10 {
  color: #f8ecf6;
}
.text-pink {
  color: #fc73aa;
}
.text-pink-90 {
  color: #fc83b3;
}
.text-pink-80 {
  color: #fc92bc;
}
.text-pink-70 {
  color: #fc9cc2;
}
.text-pink-60 {
  color: #fdaacb;
}
.text-pink-50 {
  color: #fdbad5;
}
.text-pink-40 {
  color: #fdc9de;
}
.text-pink-30 {
  color: #fed7e6;
}
.text-pink-20 {
  color: #fee1ed;
}
.text-pink-10 {
  color: #fef1f6;
}
.text-crimson {
  color: #b02754;
}
.text-crimson-90 {
  color: #c92c60;
}
.text-crimson-80 {
  color: #d53f71;
}
.text-crimson-70 {
  color: #d95480;
}
.text-crimson-60 {
  color: #df6d93;
}
.text-crimson-50 {
  color: #e486a5;
}
.text-crimson-40 {
  color: #ea9fb8;
}
.text-crimson-30 {
  color: #eeb4c7;
}
.text-crimson-20 {
  color: #f4cdda;
}
.text-crimson-10 {
  color: #f9e6ec;
}
.text-brown {
  color: #906447;
}
.text-brown-90 {
  color: #9b7459;
}
.text-brown-80 {
  color: #a7846c;
}
.text-brown-70 {
  color: #b39480;
}
.text-brown-60 {
  color: #bca18f;
}
.text-brown-50 {
  color: #c8b1a3;
}
.text-brown-40 {
  color: #d3c1b6;
}
.text-brown-30 {
  color: #dfd1c8;
}
.text-brown-20 {
  color: #e8dfd9;
}
.text-brown-10 {
  color: #f4efec;
}
.text-transparent {
  color: transparent;
}
.border-hue {
  border: 2px solid #ffc847;
}
.border-tint {
  border: 2px solid #f6f5f3;
}
.border-analogue {
  border: 2px solid #ffa947;
}
.border-shade {
  border: 2px solid #292929;
}
.border-accent {
  border: 2px solid #1a9e7b;
}
.border-white {
  border: 2px solid white;
}
.border-black {
  border: 2px solid black;
}
.border-grey {
  border: 2px solid #575757;
}
.border-grey-90 {
  border: 2px solid dimgray;
}
.border-grey-80 {
  border: 2px solid #7a7a7a;
}
.border-grey-70 {
  border: 2px solid #8c8c8c;
}
.border-grey-60 {
  border: 2px solid #9e9e9e;
}
.border-grey-50 {
  border: 2px solid #b0b0b0;
}
.border-grey-40 {
  border: 2px solid #c2c2c2;
}
.border-grey-30 {
  border: 2px solid #d4d4d4;
}
.border-grey-20 {
  border: 2px solid #e6e6e6;
}
.border-grey-10 {
  border: 2px solid #f7f7f7;
}
.border-slate {
  border: 2px solid #70808f;
}
.border-slate-90 {
  border: 2px solid #7e8c9a;
}
.border-slate-80 {
  border: 2px solid #8d99a5;
}
.border-slate-70 {
  border: 2px solid #9ba7b0;
}
.border-slate-60 {
  border: 2px solid #a9b3bc;
}
.border-slate-50 {
  border: 2px solid #b8bfc7;
}
.border-slate-40 {
  border: 2px solid #c5ccd3;
}
.border-slate-30 {
  border: 2px solid #d4d8dd;
}
.border-slate-20 {
  border: 2px solid #e2e6e9;
}
.border-slate-10 {
  border: 2px solid #f1f3f4;
}
.border-red {
  border: 2px solid #ef4343;
}
.border-red-90 {
  border: 2px solid #f05656;
}
.border-red-80 {
  border: 2px solid #f26969;
}
.border-red-70 {
  border: 2px solid #f47c7c;
}
.border-red-60 {
  border: 2px solid #f58e8e;
}
.border-red-50 {
  border: 2px solid #f7a1a1;
}
.border-red-40 {
  border: 2px solid #f8b4b4;
}
.border-red-30 {
  border: 2px solid #fac7c7;
}
.border-red-20 {
  border: 2px solid #fcd9d9;
}
.border-red-10 {
  border: 2px solid #fdecec;
}
.border-orange {
  border: 2px solid #f68a46;
}
.border-orange-90 {
  border: 2px solid #f79659;
}
.border-orange-80 {
  border: 2px solid #f8a26d;
}
.border-orange-70 {
  border: 2px solid #f9af80;
}
.border-orange-60 {
  border: 2px solid #fab88f;
}
.border-orange-50 {
  border: 2px solid #fbc4a2;
}
.border-orange-40 {
  border: 2px solid #fcd1b6;
}
.border-orange-30 {
  border: 2px solid #fcddc9;
}
.border-orange-20 {
  border: 2px solid #fde9dd;
}
.border-orange-10 {
  border: 2px solid #fef6f0;
}
.border-amber {
  border: 2px solid #fcb83b;
}
.border-amber-90 {
  border: 2px solid #fcc04f;
}
.border-amber-80 {
  border: 2px solid #fcc764;
}
.border-amber-70 {
  border: 2px solid #fcce73;
}
.border-amber-60 {
  border: 2px solid #fdd486;
}
.border-amber-50 {
  border: 2px solid #fddb9b;
}
.border-amber-40 {
  border: 2px solid #fde3af;
}
.border-amber-30 {
  border: 2px solid #fee9c3;
}
.border-amber-20 {
  border: 2px solid #fef1d7;
}
.border-amber-10 {
  border: 2px solid #fef8ec;
}
.border-yellow {
  border: 2px solid #ffd60a;
}
.border-yellow-90 {
  border: 2px solid #ffda24;
}
.border-yellow-80 {
  border: 2px solid #ffdf3d;
}
.border-yellow-70 {
  border: 2px solid #ffe357;
}
.border-yellow-60 {
  border: 2px solid #ffe770;
}
.border-yellow-50 {
  border: 2px solid #ffeb8a;
}
.border-yellow-40 {
  border: 2px solid #fff0a3;
}
.border-yellow-30 {
  border: 2px solid #fff4bd;
}
.border-yellow-20 {
  border: 2px solid #fff8d6;
}
.border-yellow-10 {
  border: 2px solid #fffcf0;
}
.border-pistachio {
  border: 2px solid #9fc743;
}
.border-pistachio-90 {
  border: 2px solid #a9cd56;
}
.border-pistachio-80 {
  border: 2px solid #b3d26a;
}
.border-pistachio-70 {
  border: 2px solid #bdd87d;
}
.border-pistachio-60 {
  border: 2px solid #c7de91;
}
.border-pistachio-50 {
  border: 2px solid #d1e4a5;
}
.border-pistachio-40 {
  border: 2px solid #dbeab8;
}
.border-pistachio-30 {
  border: 2px solid #e5f0cc;
}
.border-pistachio-20 {
  border: 2px solid #eff6e0;
}
.border-pistachio-10 {
  border: 2px solid #f9fbf3;
}
.border-green {
  border: 2px solid #36a168;
}
.border-green-90 {
  border: 2px solid #4baa77;
}
.border-green-80 {
  border: 2px solid #5fb487;
}
.border-green-70 {
  border: 2px solid #71bc94;
}
.border-green-60 {
  border: 2px solid #86c6a4;
}
.border-green-50 {
  border: 2px solid #9ad0b3;
}
.border-green-40 {
  border: 2px solid #afd9c3;
}
.border-green-30 {
  border: 2px solid #c1e2d0;
}
.border-green-20 {
  border: 2px solid #d5ece0;
}
.border-green-10 {
  border: 2px solid #eaf5ef;
}
.border-teal {
  border: 2px solid #2fc6b7;
}
.border-teal-90 {
  border: 2px solid #42cdbf;
}
.border-teal-80 {
  border: 2px solid #56d2c6;
}
.border-teal-70 {
  border: 2px solid #6bd6cc;
}
.border-teal-60 {
  border: 2px solid #82ded5;
}
.border-teal-50 {
  border: 2px solid #96e3db;
}
.border-teal-40 {
  border: 2px solid #abe8e2;
}
.border-teal-30 {
  border: 2px solid #bfeee8;
}
.border-teal-20 {
  border: 2px solid #d3f3f0;
}
.border-teal-10 {
  border: 2px solid #ebf9f7;
}
.border-cyan {
  border: 2px solid #33e6da;
}
.border-cyan-90 {
  border: 2px solid #46e7dc;
}
.border-cyan-80 {
  border: 2px solid #5deae0;
}
.border-cyan-70 {
  border: 2px solid #6fece4;
}
.border-cyan-60 {
  border: 2px solid #85efe8;
}
.border-cyan-50 {
  border: 2px solid #97f2ec;
}
.border-cyan-40 {
  border: 2px solid #aef4f0;
}
.border-cyan-30 {
  border: 2px solid #c0f7f3;
}
.border-cyan-20 {
  border: 2px solid #d7f9f8;
}
.border-cyan-10 {
  border: 2px solid #e9fcfb;
}
.border-sky {
  border: 2px solid #72ddfd;
}
.border-sky-90 {
  border: 2px solid #81e0fd;
}
.border-sky-80 {
  border: 2px solid #8be3fd;
}
.border-sky-70 {
  border: 2px solid #9be6fd;
}
.border-sky-60 {
  border: 2px solid #aaeafd;
}
.border-sky-50 {
  border: 2px solid #b9eefe;
}
.border-sky-40 {
  border: 2px solid #c8f1fe;
}
.border-sky-30 {
  border: 2px solid #d2f4fe;
}
.border-sky-20 {
  border: 2px solid #e1f8fe;
}
.border-sky-10 {
  border: 2px solid #f1fbfe;
}
.border-blue {
  border: 2px solid #0064d6;
}
.border-blue-90 {
  border: 2px solid #0072f5;
}
.border-blue-80 {
  border: 2px solid #1482ff;
}
.border-blue-70 {
  border: 2px solid #2e8fff;
}
.border-blue-60 {
  border: 2px solid #4da0ff;
}
.border-blue-50 {
  border: 2px solid #6bb0ff;
}
.border-blue-40 {
  border: 2px solid #8ac0ff;
}
.border-blue-30 {
  border: 2px solid #a8d1ff;
}
.border-blue-20 {
  border: 2px solid #c7e1ff;
}
.border-blue-10 {
  border: 2px solid #e6f1ff;
}
.border-indigo {
  border: 2px solid #3840d6;
}
.border-indigo-90 {
  border: 2px solid #4950da;
}
.border-indigo-80 {
  border: 2px solid #5e65de;
}
.border-indigo-70 {
  border: 2px solid #7379e2;
}
.border-indigo-60 {
  border: 2px solid #888de7;
}
.border-indigo-50 {
  border: 2px solid #9a9eea;
}
.border-indigo-40 {
  border: 2px solid #afb2ee;
}
.border-indigo-30 {
  border: 2px solid #c4c7f2;
}
.border-indigo-20 {
  border: 2px solid #d5d7f6;
}
.border-indigo-10 {
  border: 2px solid #ebebfa;
}
.border-violet {
  border: 2px solid #7c59cf;
}
.border-violet-90 {
  border: 2px solid #8b69d3;
}
.border-violet-80 {
  border: 2px solid #9779d8;
}
.border-violet-70 {
  border: 2px solid #a388dd;
}
.border-violet-60 {
  border: 2px solid #b29ce2;
}
.border-violet-50 {
  border: 2px solid #beace7;
}
.border-violet-40 {
  border: 2px solid #cbbceb;
}
.border-violet-30 {
  border: 2px solid #d7ccf0;
}
.border-violet-20 {
  border: 2px solid #e4dbf5;
}
.border-violet-10 {
  border: 2px solid #f3effa;
}
.border-purple {
  border: 2px solid #c256ae;
}
.border-purple-90 {
  border: 2px solid #c969b7;
}
.border-purple-80 {
  border: 2px solid #ce78bf;
}
.border-purple-70 {
  border: 2px solid #d58bc7;
}
.border-purple-60 {
  border: 2px solid #db9acf;
}
.border-purple-50 {
  border: 2px solid #e1add8;
}
.border-purple-40 {
  border: 2px solid #e7bcdf;
}
.border-purple-30 {
  border: 2px solid #eccae6;
}
.border-purple-20 {
  border: 2px solid #f3ddef;
}
.border-purple-10 {
  border: 2px solid #f8ecf6;
}
.border-pink {
  border: 2px solid #fc73aa;
}
.border-pink-90 {
  border: 2px solid #fc83b3;
}
.border-pink-80 {
  border: 2px solid #fc92bc;
}
.border-pink-70 {
  border: 2px solid #fc9cc2;
}
.border-pink-60 {
  border: 2px solid #fdaacb;
}
.border-pink-50 {
  border: 2px solid #fdbad5;
}
.border-pink-40 {
  border: 2px solid #fdc9de;
}
.border-pink-30 {
  border: 2px solid #fed7e6;
}
.border-pink-20 {
  border: 2px solid #fee1ed;
}
.border-pink-10 {
  border: 2px solid #fef1f6;
}
.border-crimson {
  border: 2px solid #b02754;
}
.border-crimson-90 {
  border: 2px solid #c92c60;
}
.border-crimson-80 {
  border: 2px solid #d53f71;
}
.border-crimson-70 {
  border: 2px solid #d95480;
}
.border-crimson-60 {
  border: 2px solid #df6d93;
}
.border-crimson-50 {
  border: 2px solid #e486a5;
}
.border-crimson-40 {
  border: 2px solid #ea9fb8;
}
.border-crimson-30 {
  border: 2px solid #eeb4c7;
}
.border-crimson-20 {
  border: 2px solid #f4cdda;
}
.border-crimson-10 {
  border: 2px solid #f9e6ec;
}
.border-brown {
  border: 2px solid #906447;
}
.border-brown-90 {
  border: 2px solid #9b7459;
}
.border-brown-80 {
  border: 2px solid #a7846c;
}
.border-brown-70 {
  border: 2px solid #b39480;
}
.border-brown-60 {
  border: 2px solid #bca18f;
}
.border-brown-50 {
  border: 2px solid #c8b1a3;
}
.border-brown-40 {
  border: 2px solid #d3c1b6;
}
.border-brown-30 {
  border: 2px solid #dfd1c8;
}
.border-brown-20 {
  border: 2px solid #e8dfd9;
}
.border-brown-10 {
  border: 2px solid #f4efec;
}
.border-transparent {
  border: 2px solid transparent;
}
.fill-hue {
  fill: #ffc847;
}
.fill-tint {
  fill: #f6f5f3;
}
.fill-analogue {
  fill: #ffa947;
}
.fill-shade {
  fill: #292929;
}
.fill-accent {
  fill: #1a9e7b;
}
.fill-white {
  fill: white;
}
.fill-black {
  fill: black;
}
.fill-grey {
  fill: #575757;
}
.fill-grey-90 {
  fill: dimgray;
}
.fill-grey-80 {
  fill: #7a7a7a;
}
.fill-grey-70 {
  fill: #8c8c8c;
}
.fill-grey-60 {
  fill: #9e9e9e;
}
.fill-grey-50 {
  fill: #b0b0b0;
}
.fill-grey-40 {
  fill: #c2c2c2;
}
.fill-grey-30 {
  fill: #d4d4d4;
}
.fill-grey-20 {
  fill: #e6e6e6;
}
.fill-grey-10 {
  fill: #f7f7f7;
}
.fill-slate {
  fill: #70808f;
}
.fill-slate-90 {
  fill: #7e8c9a;
}
.fill-slate-80 {
  fill: #8d99a5;
}
.fill-slate-70 {
  fill: #9ba7b0;
}
.fill-slate-60 {
  fill: #a9b3bc;
}
.fill-slate-50 {
  fill: #b8bfc7;
}
.fill-slate-40 {
  fill: #c5ccd3;
}
.fill-slate-30 {
  fill: #d4d8dd;
}
.fill-slate-20 {
  fill: #e2e6e9;
}
.fill-slate-10 {
  fill: #f1f3f4;
}
.fill-red {
  fill: #ef4343;
}
.fill-red-90 {
  fill: #f05656;
}
.fill-red-80 {
  fill: #f26969;
}
.fill-red-70 {
  fill: #f47c7c;
}
.fill-red-60 {
  fill: #f58e8e;
}
.fill-red-50 {
  fill: #f7a1a1;
}
.fill-red-40 {
  fill: #f8b4b4;
}
.fill-red-30 {
  fill: #fac7c7;
}
.fill-red-20 {
  fill: #fcd9d9;
}
.fill-red-10 {
  fill: #fdecec;
}
.fill-orange {
  fill: #f68a46;
}
.fill-orange-90 {
  fill: #f79659;
}
.fill-orange-80 {
  fill: #f8a26d;
}
.fill-orange-70 {
  fill: #f9af80;
}
.fill-orange-60 {
  fill: #fab88f;
}
.fill-orange-50 {
  fill: #fbc4a2;
}
.fill-orange-40 {
  fill: #fcd1b6;
}
.fill-orange-30 {
  fill: #fcddc9;
}
.fill-orange-20 {
  fill: #fde9dd;
}
.fill-orange-10 {
  fill: #fef6f0;
}
.fill-amber {
  fill: #fcb83b;
}
.fill-amber-90 {
  fill: #fcc04f;
}
.fill-amber-80 {
  fill: #fcc764;
}
.fill-amber-70 {
  fill: #fcce73;
}
.fill-amber-60 {
  fill: #fdd486;
}
.fill-amber-50 {
  fill: #fddb9b;
}
.fill-amber-40 {
  fill: #fde3af;
}
.fill-amber-30 {
  fill: #fee9c3;
}
.fill-amber-20 {
  fill: #fef1d7;
}
.fill-amber-10 {
  fill: #fef8ec;
}
.fill-yellow {
  fill: #ffd60a;
}
.fill-yellow-90 {
  fill: #ffda24;
}
.fill-yellow-80 {
  fill: #ffdf3d;
}
.fill-yellow-70 {
  fill: #ffe357;
}
.fill-yellow-60 {
  fill: #ffe770;
}
.fill-yellow-50 {
  fill: #ffeb8a;
}
.fill-yellow-40 {
  fill: #fff0a3;
}
.fill-yellow-30 {
  fill: #fff4bd;
}
.fill-yellow-20 {
  fill: #fff8d6;
}
.fill-yellow-10 {
  fill: #fffcf0;
}
.fill-pistachio {
  fill: #9fc743;
}
.fill-pistachio-90 {
  fill: #a9cd56;
}
.fill-pistachio-80 {
  fill: #b3d26a;
}
.fill-pistachio-70 {
  fill: #bdd87d;
}
.fill-pistachio-60 {
  fill: #c7de91;
}
.fill-pistachio-50 {
  fill: #d1e4a5;
}
.fill-pistachio-40 {
  fill: #dbeab8;
}
.fill-pistachio-30 {
  fill: #e5f0cc;
}
.fill-pistachio-20 {
  fill: #eff6e0;
}
.fill-pistachio-10 {
  fill: #f9fbf3;
}
.fill-green {
  fill: #36a168;
}
.fill-green-90 {
  fill: #4baa77;
}
.fill-green-80 {
  fill: #5fb487;
}
.fill-green-70 {
  fill: #71bc94;
}
.fill-green-60 {
  fill: #86c6a4;
}
.fill-green-50 {
  fill: #9ad0b3;
}
.fill-green-40 {
  fill: #afd9c3;
}
.fill-green-30 {
  fill: #c1e2d0;
}
.fill-green-20 {
  fill: #d5ece0;
}
.fill-green-10 {
  fill: #eaf5ef;
}
.fill-teal {
  fill: #2fc6b7;
}
.fill-teal-90 {
  fill: #42cdbf;
}
.fill-teal-80 {
  fill: #56d2c6;
}
.fill-teal-70 {
  fill: #6bd6cc;
}
.fill-teal-60 {
  fill: #82ded5;
}
.fill-teal-50 {
  fill: #96e3db;
}
.fill-teal-40 {
  fill: #abe8e2;
}
.fill-teal-30 {
  fill: #bfeee8;
}
.fill-teal-20 {
  fill: #d3f3f0;
}
.fill-teal-10 {
  fill: #ebf9f7;
}
.fill-cyan {
  fill: #33e6da;
}
.fill-cyan-90 {
  fill: #46e7dc;
}
.fill-cyan-80 {
  fill: #5deae0;
}
.fill-cyan-70 {
  fill: #6fece4;
}
.fill-cyan-60 {
  fill: #85efe8;
}
.fill-cyan-50 {
  fill: #97f2ec;
}
.fill-cyan-40 {
  fill: #aef4f0;
}
.fill-cyan-30 {
  fill: #c0f7f3;
}
.fill-cyan-20 {
  fill: #d7f9f8;
}
.fill-cyan-10 {
  fill: #e9fcfb;
}
.fill-sky {
  fill: #72ddfd;
}
.fill-sky-90 {
  fill: #81e0fd;
}
.fill-sky-80 {
  fill: #8be3fd;
}
.fill-sky-70 {
  fill: #9be6fd;
}
.fill-sky-60 {
  fill: #aaeafd;
}
.fill-sky-50 {
  fill: #b9eefe;
}
.fill-sky-40 {
  fill: #c8f1fe;
}
.fill-sky-30 {
  fill: #d2f4fe;
}
.fill-sky-20 {
  fill: #e1f8fe;
}
.fill-sky-10 {
  fill: #f1fbfe;
}
.fill-blue {
  fill: #0064d6;
}
.fill-blue-90 {
  fill: #0072f5;
}
.fill-blue-80 {
  fill: #1482ff;
}
.fill-blue-70 {
  fill: #2e8fff;
}
.fill-blue-60 {
  fill: #4da0ff;
}
.fill-blue-50 {
  fill: #6bb0ff;
}
.fill-blue-40 {
  fill: #8ac0ff;
}
.fill-blue-30 {
  fill: #a8d1ff;
}
.fill-blue-20 {
  fill: #c7e1ff;
}
.fill-blue-10 {
  fill: #e6f1ff;
}
.fill-indigo {
  fill: #3840d6;
}
.fill-indigo-90 {
  fill: #4950da;
}
.fill-indigo-80 {
  fill: #5e65de;
}
.fill-indigo-70 {
  fill: #7379e2;
}
.fill-indigo-60 {
  fill: #888de7;
}
.fill-indigo-50 {
  fill: #9a9eea;
}
.fill-indigo-40 {
  fill: #afb2ee;
}
.fill-indigo-30 {
  fill: #c4c7f2;
}
.fill-indigo-20 {
  fill: #d5d7f6;
}
.fill-indigo-10 {
  fill: #ebebfa;
}
.fill-violet {
  fill: #7c59cf;
}
.fill-violet-90 {
  fill: #8b69d3;
}
.fill-violet-80 {
  fill: #9779d8;
}
.fill-violet-70 {
  fill: #a388dd;
}
.fill-violet-60 {
  fill: #b29ce2;
}
.fill-violet-50 {
  fill: #beace7;
}
.fill-violet-40 {
  fill: #cbbceb;
}
.fill-violet-30 {
  fill: #d7ccf0;
}
.fill-violet-20 {
  fill: #e4dbf5;
}
.fill-violet-10 {
  fill: #f3effa;
}
.fill-purple {
  fill: #c256ae;
}
.fill-purple-90 {
  fill: #c969b7;
}
.fill-purple-80 {
  fill: #ce78bf;
}
.fill-purple-70 {
  fill: #d58bc7;
}
.fill-purple-60 {
  fill: #db9acf;
}
.fill-purple-50 {
  fill: #e1add8;
}
.fill-purple-40 {
  fill: #e7bcdf;
}
.fill-purple-30 {
  fill: #eccae6;
}
.fill-purple-20 {
  fill: #f3ddef;
}
.fill-purple-10 {
  fill: #f8ecf6;
}
.fill-pink {
  fill: #fc73aa;
}
.fill-pink-90 {
  fill: #fc83b3;
}
.fill-pink-80 {
  fill: #fc92bc;
}
.fill-pink-70 {
  fill: #fc9cc2;
}
.fill-pink-60 {
  fill: #fdaacb;
}
.fill-pink-50 {
  fill: #fdbad5;
}
.fill-pink-40 {
  fill: #fdc9de;
}
.fill-pink-30 {
  fill: #fed7e6;
}
.fill-pink-20 {
  fill: #fee1ed;
}
.fill-pink-10 {
  fill: #fef1f6;
}
.fill-crimson {
  fill: #b02754;
}
.fill-crimson-90 {
  fill: #c92c60;
}
.fill-crimson-80 {
  fill: #d53f71;
}
.fill-crimson-70 {
  fill: #d95480;
}
.fill-crimson-60 {
  fill: #df6d93;
}
.fill-crimson-50 {
  fill: #e486a5;
}
.fill-crimson-40 {
  fill: #ea9fb8;
}
.fill-crimson-30 {
  fill: #eeb4c7;
}
.fill-crimson-20 {
  fill: #f4cdda;
}
.fill-crimson-10 {
  fill: #f9e6ec;
}
.fill-brown {
  fill: #906447;
}
.fill-brown-90 {
  fill: #9b7459;
}
.fill-brown-80 {
  fill: #a7846c;
}
.fill-brown-70 {
  fill: #b39480;
}
.fill-brown-60 {
  fill: #bca18f;
}
.fill-brown-50 {
  fill: #c8b1a3;
}
.fill-brown-40 {
  fill: #d3c1b6;
}
.fill-brown-30 {
  fill: #dfd1c8;
}
.fill-brown-20 {
  fill: #e8dfd9;
}
.fill-brown-10 {
  fill: #f4efec;
}
.fill-transparent {
  fill: transparent;
}
/*  Colour of highlight and text colour
    - for Firefox browsers  */
::-moz-selection {
  background: #f68a46;
  color: white;
}
::selection {
  background: #f68a46;
  color: white;
}
body {
  font-family: "Archia", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #292929;
  word-wrap: normal;
  text-rendering: optimizeLegibility;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
}
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}
h1 {
  font-size: 2.14358881em;
}
h2 {
  font-size: 1.771561em;
}
h3 {
  font-size: 1.4641em;
}
h4 {
  font-size: 1.331em;
}
h5 {
  font-size: 1.21em;
}
h6 {
  font-size: 1.1em;
}
p {
  color: #292929;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 32px;
}
.font-sans {
  font-family: "Archia", sans-serif;
}
.font-serif {
  font-family: "Crimson Text", serif;
}
.font-mono {
  font-family: "Space Mono", monospace;
}
p.font-serif {
  font-size: 1.1em;
  line-height: 1.4;
}
a {
  cursor: pointer;
  color: black;
  /*font-weight : bold;*/
  transition: all 0.2s;
  border-bottom: 1px solid #f68a46;
}
a:not(.ff-button):not(.ff-pill):hover {
  color: #f68a46;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
.text-tiny {
  font-size: 0.82644628em;
}
.text-small {
  font-size: 0.90909091em;
}
.text-medium {
  font-size: 1em;
}
.text-large {
  font-size: 1.21em;
}
.text-huge {
  font-size: 1.4641em;
}
.text-centre,
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-bold {
  font-weight: bold;
}
.no-line-height {
  line-height: 0;
}
.ff-form-unit {
  position: relative;
}
.ff-form .ff-form-unit,
.ff-form .ff-form-unit:not(:last-child) {
  margin-bottom: 40px;
}
.ff-form > .ff-form-unit:last-child {
  margin-bottom: 0;
}
.ff-form .portion {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (max-width: 600px) {
  .row.ff-form-multi-unit:not([class*=-mobile]) .portion:first-of-type,
  .row.ff-form-multi-unit:not([class*=-mobile]) .portion:last-of-type {
    padding: 0;
  }
}
@media all and (min-width: 601px) and (max-width: 900px) {
  .row.ff-form-multi-unit:not([class*=tab-pt]) .portion:first-of-type,
  .row.ff-form-multi-unit:not([class*=tab-pt]) .portion:last-of-type {
    padding: 0;
  }
}
@media all and (min-width: 901px) and (max-width: 1200px) {
  .row.ff-form-multi-unit:not([class*=tab-ls]) .portion:first-of-type,
  .row.ff-form-multi-unit:not([class*=tab-ls]) .portion:last-of-type {
    padding: 0;
  }
}
.ff-form-unit > label {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #c2c2c2;
  transition: all 0.16s;
  user-select: none;
}
.ff-input {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  background: white;
  font-family: "Archia", sans-serif;
  padding: 4px;
  border-bottom: 1px solid #d4d4d4;
  line-height: 1.35;
}
.ff-input:focus,
.ff-input:active {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffc847;
}
.ff-input[type=file],
.ff-input[type=image],
.ff-input[type=color],
.ff-input[type=reset],
.ff-input[type=submit] {
  border: none !important;
  outline: none !important;
}
.ff-input[type=password] {
  letter-spacing: 4px;
}
.ff-input.show-inline {
  width: inherit;
  height: inherit;
}
.ff-input.needs-validation {
  padding-right: 32px;
}
.ff-input.needs-validation:valid {
  background-size: 16px;
  background: url(../docs/icons/icon-check.svg) no-repeat 98% 8px;
}
.ff-input:required + label::after {
  position: absolute;
  top: -2px;
  content: " *";
  color: #c2c2c2;
  font-weight: normal;
  transition: all 0.16s;
}
.ff-input:required:invalid + label::after {
  color: #f58e8e;
  font-weight: bold;
}
.ff-input:invalid:focus,
.ff-input:invalid:active {
  padding-bottom: 3px;
}
.ff-input:invalid:not(:focus):not(:placeholder-shown) {
  border-bottom: 2px solid #ef4343;
}
.ff-input:focus + label {
  color: black;
  font-weight: bold;
}
.ff-input:focus + label,
.ff-input:not(:placeholder-shown) + label {
  top: -16px;
  font-size: 12px;
}
.ff-input:invalid:focus:not(:placeholder-shown) ~ .input-help {
  max-height: 200px;
  padding: 4px;
}
.input-help {
  max-height: 0;
  font-size: 12px;
  text-align: right;
  color: #ef4343;
  line-height: 1.4;
  margin: 0;
  transition: 0.16s;
  overflow: hidden;
}
.ff-checkbox,
.ff-switch,
.ff-radio {
  display: inline-block;
  margin-right: 24px;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
.ff-checkbox input[type=checkbox],
.ff-radio input[type=radio] {
  opacity: 0;
}
.ff-checkbox label,
.ff-switch label,
.ff-radio label {
  display: inline-block;
  position: relative;
  font-family: "Archia", sans-serif;
  color: #292929;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.6;
}
.ff-checkbox label,
.ff-radio label {
  padding-left: 24px;
}
.ff-switch label {
  padding-left: 40px;
}
.ff-checkbox label::before,
.ff-checkbox label::after,
.ff-switch label::before,
.ff-switch label::after,
.ff-radio label::before,
.ff-radio label::after {
  display: inline-block;
  position: absolute;
  content: "";
  transition: all 0.1s ease-out;
}
.ff-checkbox input[type=checkbox]:disabled + label::before,
.ff-switch input[type=checkbox]:disabled + label::before,
.ff-radio input[type=radio]:disabled + label::before,
.ff-checkbox label::before,
.ff-switch label::before,
.ff-radio label::before {
  background: #e6e6e6;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset;
}
.ff-checkbox:hover label::before,
.ff-switch:hover label::before,
.ff-radio:hover label::before {
  background: #d4d4d4;
}
.ff-checkbox label::after,
.ff-radio label::after {
  opacity: 0;
}
.ff-checkbox input[type=checkbox]:checked + label::before,
.ff-switch input[type=checkbox]:checked + label::before,
.ff-radio input[type=radio]:checked + label::before {
  background: #ffc847;
}
.ff-checkbox input[type=checkbox]:checked + label::after,
.ff-radio input[type=radio]:checked + label::after {
  opacity: 1;
}
.ff-checkbox input[type=checkbox]:disabled + label,
.ff-checkbox input[type=checkbox]:disabled:checked + label,
.ff-switch input[type=checkbox]:disabled + label,
.ff-switch input[type=checkbox]:disabled:checked + label,
.ff-radio input[type=radio]:disabled + label,
.ff-radio input[type=radio]:disabled:checked + label {
  pointer-events: none;
  cursor: default;
  opacity: 0.24;
}
.ff-checkbox label::before {
  height: 16px;
  width: 16px;
  top: 4px;
  left: 0;
  border-radius: 4px;
}
.ff-checkbox label::after {
  height: 6px;
  width: 12px;
  left: 2px;
  top: 8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
}
.ff-switch label::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 32px;
  height: 16px;
  border-radius: 8px;
  margin-right: 4px;
}
.ff-switch label::after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 6px;
  background: white;
  border-radius: 50%;
  content: "";
  transition: all 0.1s ease-out;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
}
.ff-switch input[type=checkbox]:checked + label::after {
  left: 18px;
}
.ff-radio label::before {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  border-radius: 50%;
}
.ff-radio label::after {
  opacity: 0;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}
.ff-select {
  border: none;
  outline: none;
  background: white;
  font-family: "Archia", sans-serif;
  padding: 4px 24px 4px 4px;
  border-bottom: 1px solid #d4d4d4;
  line-height: 1.35;
  background: url(../docs/icons/icon-dropdown.svg) no-repeat 98% 12px;
}
.progress-bar-title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
}
.progress-bar-value {
  display: inline-block;
  float: right;
  text-align: right;
  margin-bottom: 8px;
}
progress.ff-progress-bar[value] {
  position: relative;
  display: block;
  width: 100%;
  height: 16px;
  border-radius: 8000px;
  background: #f6f5f3;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset;
}
progress.ff-progress-bar[value]::-webkit-progress-bar {
  border-radius: 8000px;
  background: #f6f5f3;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset;
}
progress.ff-progress-bar::-webkit-progress-value {
  border-radius: 8000px;
  background: #ffc847;
}
progress.ff-progress-bar[value]::-moz-progress-bar {
  border-radius: 8000px;
  background: #ffc847;
}
.range-slider {
  width: 100%;
}
.slider-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #f7f7f7;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset;
  outline: none;
  padding: 0;
  margin: 0;
}
.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.slider-range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.slider-range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.slider-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.slider-range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.slider-range:active::-moz-range-thumb {
  background: #1abc9c;
}
::-moz-range-track {
  border: 0;
  background: rgba(0, 0, 0, 0);
}
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.ff-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 8px 24px;
  font-family: "Archia", sans-serif;
  text-align: center;
  transition: all 0.1s;
}
.ff-button:hover {
  transform: translateY(-1px);
}
.ff-button:active {
  transform: translateY(1px);
  box-shadow: none;
}
.ff-button.bg-gradient {
  background: -webkit-linear-gradient(-45deg, #ffc847 0%, #ffa947 100%);
  background: -moz-linear-gradient(-45deg, #ffc847 0%, #ffa947 100%);
  background: linear-gradient(135deg, #ffc847 0%, #ffa947 100%);
}
.ff-button.shape-circular {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%;
}
.ff-button.shape-circular img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.with-loader {
  color: transparent !important;
  box-shadow: none;
  user-select: none;
  pointer-events: none;
}
.with-loader::after {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 16px;
  width: 16px;
  border: 3px solid white;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  content: "";
  -webkit-animation: spinner 400ms infinite linear;
  animation: spinner 400ms infinite linear;
}
.size-tiny.with-loader::after,
.size-small.with-loader::after {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 8px;
  width: 8px;
  border: 2px solid white;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  content: "";
  -webkit-animation: spinner 400ms infinite linear;
  animation: spinner 400ms infinite linear;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.ff-button[disabled] {
  box-shadow: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.4;
}
.ff-button.size-tiny {
  padding: 4px 8px;
  font-size: 0.82644628em;
}
.ff-button.size-small {
  padding: 8px 16px;
  font-size: 0.90909091em;
}
.ff-button.size-large {
  padding: 16px 32px;
  font-size: 1.21em;
}
.ff-button.size-huge {
  padding: 24px 40px;
  font-size: 1.4641em;
}
.ff-button.button-plain {
  background: transparent;
}
.ff-pill {
  display: inline-block;
  position: relative;
  padding: 4px 16px;
  margin: 2px;
  font-size: 88%;
}
.ff-pill.with-delete::after {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 50%;
  content: "×";
  font-size: 16px;
  line-height: 0;
  font-weight: bold;
  transform: translateY(-50%);
}
.ff-pill.size-tiny {
  padding: 2px 8px;
  font-size: 0.82644628em;
}
.ff-pill.size-small {
  padding: 2px 12px;
  font-size: 0.90909091em;
}
.ff-pill.size-large {
  padding: 4px 24px;
  font-size: 1.21em;
}
.ff-pill.size-huge {
  padding: 8px 32px;
  font-size: 1.4641em;
}
.ff-pill.with-delete,
.ff-pill.size-tiny.with-delete,
.ff-pill.size-small.with-delete {
  padding-right: 24px !important;
}
.ff-pill.size-large.with-delete {
  padding-right: 40px !important;
}
.ff-pill.size-huge.with-delete {
  padding-right: 48px !important;
}
.ff-pill.size-large.with-delete::after,
.ff-pill.size-huge.with-delete::after {
  font-size: 24px;
  right: 16px;
}
.ff-header {
  display: flex;
  position: relative;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
}
.ff-header a {
  border: none;
  font-weight: normal;
}
.ff-content-container .ff-header {
  margin: 0 -2vmax;
}
#header-logo {
  max-width: 20%;
  height: 56px;
  justify-self: flex-start;
}
#header-logo img {
  width: auto;
  height: 100%;
}
.header-links {
  position: relative;
  background-color: transparent;
}
.header-links a:not(.ff-button) {
  color: black;
}
.header-links a:not(.ff-button):hover {
  color: #f68a46;
}
.nav-item {
  display: inline-block;
  padding: 0 24px;
}
.links-toggle {
  display: none;
  float: right;
  font-size: 48px;
  padding-right: 4vmin;
}
.links-toggle:hover {
  cursor: pointer;
}
footer {
  border-top: 1px solid #c2c2c2;
  padding: 12px 0;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  #header-logo {
    width: calc(100% - 56px);
  }
  .links-toggle {
    display: inline-block;
    padding: 16px;
  }
  .header-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    transform: translateY(0);
    background-color: #f7f7f7;
    box-shadow: 0 4px 8px rgba(10, 10, 10, 0.1);
  }
  .header-links .nav-item {
    border-top: 1px solid #e6e6e6;
  }
  .header-links .nav-item a {
    display: block;
    padding: 16px;
  }
  .header-links .ff-button {
    display: block;
    margin: 8px auto;
    width: 80%;
  }
  #menu-toggle:checked + .header-links {
    display: block;
  }
  .header-links .nav-item {
    width: 100%;
    display: block;
  }
}
.ff-card {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.ff-card.padding-tiny {
  padding: 8px;
}
.ff-card.padding-small {
  padding: 16px;
}
.ff-card.padding-medium {
  padding: 24px;
}
.ff-card.padding-large {
  padding: 32px;
}
.ff-card.padding-huge {
  padding: 48px;
}
.ff-card.shape-circular:before {
  content: "";
  display: block;
  padding: 100% 0 0 0;
}
.ff-card.shape-circular .circular-card-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circular-card-content * {
  text-align: center;
  margin: 0 auto;
}
pre code {
  padding: 24px;
}
@media (max-width: 600px) {
  pre code {
    padding: 16px;
  }
}
code,
:not(pre) > code {
  font-family: "Space Mono", monospace;
  color: black;
  font-size: 88%;
  font-weight: normal;
  background-color: #fef6f0;
  white-space: pre;
  margin: 0;
  border-radius: 4px;
  padding: 0 8px;
  border: none;
}
pre code,
pre[class*=language-],
code[class*=language-] {
  display: block;
  color: #9e9e9e;
  font-family: "Space Mono", monospace;
  line-height: 1.6;
  font-weight: 400;
  background-color: #f7f7f7;
  text-align: left;
  overflow: auto;
  direction: ltr;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  letter-spacing: -0.5px;
  font-variant-ligatures: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 8px;
  -moz-tab-size: 4;
  tab-size: 4;
}
code[class*=language-css],
code[class*=language-less],
code[class*=language-sass] {
  color: #f79659;
}
code[class*=language-scss] {
  color: #4baa77;
}
code[class*=language-html] {
  color: #575757;
}
code[class*=language-js] {
  color: #9779d8;
}
code[class*=language-json] .token.string {
  color: #2fc6b7;
}
.token.doctype,
.token.delimiter {
  color: dimgray;
}
.token.cdata,
.token.prolog,
.token.comment {
  color: #8c8c8c;
}
.token.hexcode {
  color: #36a168;
}
.token.string {
  color: #df6d93;
}
.token.operator {
  color: #9fc743;
}
.token.variable {
  color: #f8a26d;
}
.token.atrule {
  color: #42cdbf;
}
.token.keyword {
  color: #f79659;
}
.token.tag {
  color: #7c59cf;
}
.token.attr-name {
  color: #f05656;
}
.token.attr-value {
  color: #f8a26d;
}
.token.function {
  color: #2fc6b7;
}
.token.class-name {
  color: #0072f5;
}
.token.selector {
  color: #7c59cf;
}
.token.property {
  color: #f05656;
}
.token.punctuation {
  color: #9e9e9e;
}
.token.deleted {
  color: #f8a26d;
}
.token.boolean,
.token.constant,
.token.entity,
.token.inserted,
.token.number,
.token.regex,
.token.symbol,
.token.url {
  color: #5fb487;
}
.token.namespace {
  opacity: 0.72;
}
.token.italic {
  font-style: italic;
}
pre.bg-dark code,
pre.bg-dark[class*=language-] {
  background-color: #3a3645;
}
pre.bg-dark code[class*=language-html] {
  color: #e6e6e6;
}
pre.bg-dark code[class*=language-js] {
  color: #9779d8;
}
pre.bg-dark .token.tag {
  color: #9779d8;
}
pre.bg-dark .token.selector {
  color: #9779d8;
}
pre.bg-dark .token.class-name {
  color: #4da0ff;
}
pre::selection,
code::selection,
pre::-moz-selection,
code::-moz-selection,
pre[class*=language-]::selection,
code[class*=language-]::selection,
pre[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  text-shadow: none;
  color: white;
  background: rgba(124, 89, 207, 0.72) !important;
}
kbd {
  display: inline-block;
  font-family: "Space Mono", monospace;
  margin: 0 4px;
  padding: 4px 8px;
  color: #575757;
  background-color: #f7f7f7;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  text-shadow: 0 1px 0 white;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.16);
  user-select: none;
}
kbd:active {
  transform: translateY(3px);
  box-shadow: none;
}
@font-face {
  font-family: "Archia";
  font-weight: 400;
  src: url("../fonts/Archia-Regular.woff2") format("woff2"), url("../fonts/Archia-Regular.woff") format("woff");
}
@font-face {
  font-family: "Archia";
  font-weight: 600;
  src: url("../fonts/Archia-Bold.woff2") format("woff2"), url("../fonts/Archia-Bold.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h2,
h3,
h4,
h5,
h6 {
  margin-top: 30px;
}
section#article-list .portion {
  padding: 0;
  margin-bottom: 40px;
}
section#article-list h2 {
  margin-bottom: 10px;
}
section#article-list h3 {
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
}
section#article-list ul {
  padding-inline-start: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
}
aside.related {
  margin-top: 80px;
  margin-bottom: 80px;
}
aside.related h2 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (min-width: 700px) {
  img {
    width: 50%;
  }
}
table {
  background: #fff;
  margin: 1em 0;
  border: 1px solid #d0d0d0;
  box-shadow: none;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.8);
  border-collapse: separate;
  border-spacing: 0;
}
thead tr:first-child > th:first-child {
  border-radius: 0.25rem 0 0;
}
thead tr:first-child > th:last-child {
  border-radius: 0 0.25rem 0 0;
}
tr td:first-child,
tr th:first-child {
  border-left: none;
}
thead th {
  cursor: auto;
  background: #f0f0f0;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding: 0.7em 0.8em;
  vertical-align: middle;
  font-style: none;
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid #d4d4d5;
  border-left: none;
}
th {
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
td {
  padding: 0.7em 0.8em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #d4d4d5;
}
tr:last-child {
  border-bottom: none;
}
tr td,
tr th {
  border-left: 1px solid #d4d4d5;
}
/*p { color : rgba($colorShade, 0.72); }
strong { font-weight : 600; }

.text-regular { font-weight: 400; }
.text-bold    { font-weight: 600; }

section { margin-bottom: 12vmin; }

.border-thick {
    width      : 100%;
    height     : 3px;
    background : $colorShade;
}

.border-thin {
    width      : 100%;
    height     : 1px;
    background : $colorShade;
}

.border-gray {
    width      : 100%;
    height     : 1px;
    background : $colorGrey-20;
}

#opener h1:first-of-type {
    font-size   : 9vw;
    line-height : 0.92;
}

@media all and (max-width: 900px) {

    #opener h1:first-of-type { font-size : 16vw; }

}

section:first-of-type { margin-top: initial; }

#transparent-card {
    background-image    : linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size     : 22px 22px;
    background-position : 0 0, 0 11px, 11px -11px, -11px 0;
}

.ff-button.bg-gradient-eg {
    background  : -webkit-linear-gradient(-45deg, $buttonGradientStartColour-eg 0%, $buttonGradientEndColour-eg 100%);
    background  :    -moz-linear-gradient(-45deg, $buttonGradientStartColour-eg 0%, $buttonGradientEndColour-eg 100%);
    background  :         linear-gradient(135deg, $buttonGradientStartColour-eg 0%, $buttonGradientEndColour-eg 100%);
}

.code-box pre {
    height   : 600px;
    overflow : scroll;
}
