@charset "UTF-8";
/* Boba 1.7.2 */
/* Note that none of these flags affect boba-core */
/* boba-core will always have these flags set to false */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(../fonts/Archia_Font_Web/02.Archia-Light-webfont/stylesheet.css);
@import url(../fonts/Archia_Font_Web/05.Archia-Semibold-webfont/stylesheet.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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 styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
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; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5; }

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

img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

p {
  margin: 0 0 1rem; }
  p:last-child {
    margin-bottom: 0; }

pre {
  margin: 0; }

.bg-blue {
  background: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-blue.lighten-bg-1 {
    background: #87acf7 !important; }
  .bg-blue.lighten-bg-2 {
    background: #adc7f9 !important; }
  .bg-blue.lighten-bg-3 {
    background: #d3e1fc !important; }
  .bg-blue.darken-bg-1 {
    background: #3b78f1 !important; }
  .bg-blue.darken-bg-2 {
    background: #155def !important; }
  .bg-blue.darken-bg-3 {
    background: #0e4ecc !important; }

.bg-hover-blue:not(:active):hover, .bg-hover-blue:not(:active):focus {
  background: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-blue:not(:active):hover.lighten-bg-hover-1, .bg-hover-blue:not(:active):focus.lighten-bg-hover-1 {
    background: #87acf7 !important; }
  .bg-hover-blue:not(:active):hover.lighten-bg-hover-2, .bg-hover-blue:not(:active):focus.lighten-bg-hover-2 {
    background: #adc7f9 !important; }
  .bg-hover-blue:not(:active):hover.lighten-bg-hover-3, .bg-hover-blue:not(:active):focus.lighten-bg-hover-3 {
    background: #d3e1fc !important; }
  .bg-hover-blue:not(:active):hover.darken-bg-hover-1, .bg-hover-blue:not(:active):focus.darken-bg-hover-1 {
    background: #3b78f1 !important; }
  .bg-hover-blue:not(:active):hover.darken-bg-hover-2, .bg-hover-blue:not(:active):focus.darken-bg-hover-2 {
    background: #155def !important; }
  .bg-hover-blue:not(:active):hover.darken-bg-hover-3, .bg-hover-blue:not(:active):focus.darken-bg-hover-3 {
    background: #0e4ecc !important; }

.bg-active-blue:active {
  background: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-blue:active.lighten-bg-active-1 {
    background: #87acf7 !important; }
  .bg-active-blue:active.lighten-bg-active-2 {
    background: #adc7f9 !important; }
  .bg-active-blue:active.lighten-bg-active-3 {
    background: #d3e1fc !important; }
  .bg-active-blue:active.darken-bg-active-1 {
    background: #3b78f1 !important; }
  .bg-active-blue:active.darken-bg-active-2 {
    background: #155def !important; }
  .bg-active-blue:active.darken-bg-active-3 {
    background: #0e4ecc !important; }

.bg-green {
  background: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-green.lighten-bg-1 {
    background: #95dd9b !important; }
  .bg-green.lighten-bg-2 {
    background: #b4e7b8 !important; }
  .bg-green.lighten-bg-3 {
    background: #d3f1d5 !important; }
  .bg-green.darken-bg-1 {
    background: #57c961 !important; }
  .bg-green.darken-bg-2 {
    background: #3cbb47 !important; }
  .bg-green.darken-bg-3 {
    background: #329c3b !important; }

.bg-hover-green:not(:active):hover, .bg-hover-green:not(:active):focus {
  background: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-green:not(:active):hover.lighten-bg-hover-1, .bg-hover-green:not(:active):focus.lighten-bg-hover-1 {
    background: #95dd9b !important; }
  .bg-hover-green:not(:active):hover.lighten-bg-hover-2, .bg-hover-green:not(:active):focus.lighten-bg-hover-2 {
    background: #b4e7b8 !important; }
  .bg-hover-green:not(:active):hover.lighten-bg-hover-3, .bg-hover-green:not(:active):focus.lighten-bg-hover-3 {
    background: #d3f1d5 !important; }
  .bg-hover-green:not(:active):hover.darken-bg-hover-1, .bg-hover-green:not(:active):focus.darken-bg-hover-1 {
    background: #57c961 !important; }
  .bg-hover-green:not(:active):hover.darken-bg-hover-2, .bg-hover-green:not(:active):focus.darken-bg-hover-2 {
    background: #3cbb47 !important; }
  .bg-hover-green:not(:active):hover.darken-bg-hover-3, .bg-hover-green:not(:active):focus.darken-bg-hover-3 {
    background: #329c3b !important; }

.bg-active-green:active {
  background: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-green:active.lighten-bg-active-1 {
    background: #95dd9b !important; }
  .bg-active-green:active.lighten-bg-active-2 {
    background: #b4e7b8 !important; }
  .bg-active-green:active.lighten-bg-active-3 {
    background: #d3f1d5 !important; }
  .bg-active-green:active.darken-bg-active-1 {
    background: #57c961 !important; }
  .bg-active-green:active.darken-bg-active-2 {
    background: #3cbb47 !important; }
  .bg-active-green:active.darken-bg-active-3 {
    background: #329c3b !important; }

.bg-yellow {
  background: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-yellow.lighten-bg-1 {
    background: #fbe29c !important; }
  .bg-yellow.lighten-bg-2 {
    background: #fcedc3 !important; }
  .bg-yellow.lighten-bg-3 {
    background: #fef9ea !important; }
  .bg-yellow.darken-bg-1 {
    background: #f7ca4e !important; }
  .bg-yellow.darken-bg-2 {
    background: #f6bf27 !important; }
  .bg-yellow.darken-bg-3 {
    background: #e9ae0a !important; }

.bg-hover-yellow:not(:active):hover, .bg-hover-yellow:not(:active):focus {
  background: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-yellow:not(:active):hover.lighten-bg-hover-1, .bg-hover-yellow:not(:active):focus.lighten-bg-hover-1 {
    background: #fbe29c !important; }
  .bg-hover-yellow:not(:active):hover.lighten-bg-hover-2, .bg-hover-yellow:not(:active):focus.lighten-bg-hover-2 {
    background: #fcedc3 !important; }
  .bg-hover-yellow:not(:active):hover.lighten-bg-hover-3, .bg-hover-yellow:not(:active):focus.lighten-bg-hover-3 {
    background: #fef9ea !important; }
  .bg-hover-yellow:not(:active):hover.darken-bg-hover-1, .bg-hover-yellow:not(:active):focus.darken-bg-hover-1 {
    background: #f7ca4e !important; }
  .bg-hover-yellow:not(:active):hover.darken-bg-hover-2, .bg-hover-yellow:not(:active):focus.darken-bg-hover-2 {
    background: #f6bf27 !important; }
  .bg-hover-yellow:not(:active):hover.darken-bg-hover-3, .bg-hover-yellow:not(:active):focus.darken-bg-hover-3 {
    background: #e9ae0a !important; }

.bg-active-yellow:active {
  background: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-yellow:active.lighten-bg-active-1 {
    background: #fbe29c !important; }
  .bg-active-yellow:active.lighten-bg-active-2 {
    background: #fcedc3 !important; }
  .bg-active-yellow:active.lighten-bg-active-3 {
    background: #fef9ea !important; }
  .bg-active-yellow:active.darken-bg-active-1 {
    background: #f7ca4e !important; }
  .bg-active-yellow:active.darken-bg-active-2 {
    background: #f6bf27 !important; }
  .bg-active-yellow:active.darken-bg-active-3 {
    background: #e9ae0a !important; }

.bg-red {
  background: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-red.lighten-bg-1 {
    background: #fd8a89 !important; }
  .bg-red.lighten-bg-2 {
    background: #feb2b1 !important; }
  .bg-red.lighten-bg-3 {
    background: #fed9d9 !important; }
  .bg-red.darken-bg-1 {
    background: #fb3a39 !important; }
  .bg-red.darken-bg-2 {
    background: #fa1211 !important; }
  .bg-red.darken-bg-3 {
    background: #de0604 !important; }

.bg-hover-red:not(:active):hover, .bg-hover-red:not(:active):focus {
  background: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-red:not(:active):hover.lighten-bg-hover-1, .bg-hover-red:not(:active):focus.lighten-bg-hover-1 {
    background: #fd8a89 !important; }
  .bg-hover-red:not(:active):hover.lighten-bg-hover-2, .bg-hover-red:not(:active):focus.lighten-bg-hover-2 {
    background: #feb2b1 !important; }
  .bg-hover-red:not(:active):hover.lighten-bg-hover-3, .bg-hover-red:not(:active):focus.lighten-bg-hover-3 {
    background: #fed9d9 !important; }
  .bg-hover-red:not(:active):hover.darken-bg-hover-1, .bg-hover-red:not(:active):focus.darken-bg-hover-1 {
    background: #fb3a39 !important; }
  .bg-hover-red:not(:active):hover.darken-bg-hover-2, .bg-hover-red:not(:active):focus.darken-bg-hover-2 {
    background: #fa1211 !important; }
  .bg-hover-red:not(:active):hover.darken-bg-hover-3, .bg-hover-red:not(:active):focus.darken-bg-hover-3 {
    background: #de0604 !important; }

.bg-active-red:active {
  background: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-red:active.lighten-bg-active-1 {
    background: #fd8a89 !important; }
  .bg-active-red:active.lighten-bg-active-2 {
    background: #feb2b1 !important; }
  .bg-active-red:active.lighten-bg-active-3 {
    background: #fed9d9 !important; }
  .bg-active-red:active.darken-bg-active-1 {
    background: #fb3a39 !important; }
  .bg-active-red:active.darken-bg-active-2 {
    background: #fa1211 !important; }
  .bg-active-red:active.darken-bg-active-3 {
    background: #de0604 !important; }

.bg-purple {
  background: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-purple.lighten-bg-1 {
    background: #ad93e9 !important; }
  .bg-purple.lighten-bg-2 {
    background: #c7b5f0 !important; }
  .bg-purple.lighten-bg-3 {
    background: #e0d7f7 !important; }
  .bg-purple.darken-bg-1 {
    background: #794fdb !important; }
  .bg-purple.darken-bg-2 {
    background: #5f2dd4 !important; }
  .bg-purple.darken-bg-3 {
    background: #5025b4 !important; }

.bg-hover-purple:not(:active):hover, .bg-hover-purple:not(:active):focus {
  background: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-purple:not(:active):hover.lighten-bg-hover-1, .bg-hover-purple:not(:active):focus.lighten-bg-hover-1 {
    background: #ad93e9 !important; }
  .bg-hover-purple:not(:active):hover.lighten-bg-hover-2, .bg-hover-purple:not(:active):focus.lighten-bg-hover-2 {
    background: #c7b5f0 !important; }
  .bg-hover-purple:not(:active):hover.lighten-bg-hover-3, .bg-hover-purple:not(:active):focus.lighten-bg-hover-3 {
    background: #e0d7f7 !important; }
  .bg-hover-purple:not(:active):hover.darken-bg-hover-1, .bg-hover-purple:not(:active):focus.darken-bg-hover-1 {
    background: #794fdb !important; }
  .bg-hover-purple:not(:active):hover.darken-bg-hover-2, .bg-hover-purple:not(:active):focus.darken-bg-hover-2 {
    background: #5f2dd4 !important; }
  .bg-hover-purple:not(:active):hover.darken-bg-hover-3, .bg-hover-purple:not(:active):focus.darken-bg-hover-3 {
    background: #5025b4 !important; }

.bg-active-purple:active {
  background: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-purple:active.lighten-bg-active-1 {
    background: #ad93e9 !important; }
  .bg-active-purple:active.lighten-bg-active-2 {
    background: #c7b5f0 !important; }
  .bg-active-purple:active.lighten-bg-active-3 {
    background: #e0d7f7 !important; }
  .bg-active-purple:active.darken-bg-active-1 {
    background: #794fdb !important; }
  .bg-active-purple:active.darken-bg-active-2 {
    background: #5f2dd4 !important; }
  .bg-active-purple:active.darken-bg-active-3 {
    background: #5025b4 !important; }

.bg-orange {
  background: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-orange.lighten-bg-1 {
    background: #ffbd8e !important; }
  .bg-orange.lighten-bg-2 {
    background: #ffd5b7 !important; }
  .bg-orange.lighten-bg-3 {
    background: #ffeddf !important; }
  .bg-orange.darken-bg-1 {
    background: #ff8d3c !important; }
  .bg-orange.darken-bg-2 {
    background: #ff7513 !important; }
  .bg-orange.darken-bg-3 {
    background: #ea6100 !important; }

.bg-hover-orange:not(:active):hover, .bg-hover-orange:not(:active):focus {
  background: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-orange:not(:active):hover.lighten-bg-hover-1, .bg-hover-orange:not(:active):focus.lighten-bg-hover-1 {
    background: #ffbd8e !important; }
  .bg-hover-orange:not(:active):hover.lighten-bg-hover-2, .bg-hover-orange:not(:active):focus.lighten-bg-hover-2 {
    background: #ffd5b7 !important; }
  .bg-hover-orange:not(:active):hover.lighten-bg-hover-3, .bg-hover-orange:not(:active):focus.lighten-bg-hover-3 {
    background: #ffeddf !important; }
  .bg-hover-orange:not(:active):hover.darken-bg-hover-1, .bg-hover-orange:not(:active):focus.darken-bg-hover-1 {
    background: #ff8d3c !important; }
  .bg-hover-orange:not(:active):hover.darken-bg-hover-2, .bg-hover-orange:not(:active):focus.darken-bg-hover-2 {
    background: #ff7513 !important; }
  .bg-hover-orange:not(:active):hover.darken-bg-hover-3, .bg-hover-orange:not(:active):focus.darken-bg-hover-3 {
    background: #ea6100 !important; }

.bg-active-orange:active {
  background: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-orange:active.lighten-bg-active-1 {
    background: #ffbd8e !important; }
  .bg-active-orange:active.lighten-bg-active-2 {
    background: #ffd5b7 !important; }
  .bg-active-orange:active.lighten-bg-active-3 {
    background: #ffeddf !important; }
  .bg-active-orange:active.darken-bg-active-1 {
    background: #ff8d3c !important; }
  .bg-active-orange:active.darken-bg-active-2 {
    background: #ff7513 !important; }
  .bg-active-orange:active.darken-bg-active-3 {
    background: #ea6100 !important; }

.bg-teal {
  background: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-teal.lighten-bg-1 {
    background: #89eaec !important; }
  .bg-teal.lighten-bg-2 {
    background: #acf0f1 !important; }
  .bg-teal.lighten-bg-3 {
    background: #cff7f7 !important; }
  .bg-teal.darken-bg-1 {
    background: #43dee0 !important; }
  .bg-teal.darken-bg-2 {
    background: #23d4d7 !important; }
  .bg-teal.darken-bg-3 {
    background: #1db2b4 !important; }

.bg-hover-teal:not(:active):hover, .bg-hover-teal:not(:active):focus {
  background: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-teal:not(:active):hover.lighten-bg-hover-1, .bg-hover-teal:not(:active):focus.lighten-bg-hover-1 {
    background: #89eaec !important; }
  .bg-hover-teal:not(:active):hover.lighten-bg-hover-2, .bg-hover-teal:not(:active):focus.lighten-bg-hover-2 {
    background: #acf0f1 !important; }
  .bg-hover-teal:not(:active):hover.lighten-bg-hover-3, .bg-hover-teal:not(:active):focus.lighten-bg-hover-3 {
    background: #cff7f7 !important; }
  .bg-hover-teal:not(:active):hover.darken-bg-hover-1, .bg-hover-teal:not(:active):focus.darken-bg-hover-1 {
    background: #43dee0 !important; }
  .bg-hover-teal:not(:active):hover.darken-bg-hover-2, .bg-hover-teal:not(:active):focus.darken-bg-hover-2 {
    background: #23d4d7 !important; }
  .bg-hover-teal:not(:active):hover.darken-bg-hover-3, .bg-hover-teal:not(:active):focus.darken-bg-hover-3 {
    background: #1db2b4 !important; }

.bg-active-teal:active {
  background: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-teal:active.lighten-bg-active-1 {
    background: #89eaec !important; }
  .bg-active-teal:active.lighten-bg-active-2 {
    background: #acf0f1 !important; }
  .bg-active-teal:active.lighten-bg-active-3 {
    background: #cff7f7 !important; }
  .bg-active-teal:active.darken-bg-active-1 {
    background: #43dee0 !important; }
  .bg-active-teal:active.darken-bg-active-2 {
    background: #23d4d7 !important; }
  .bg-active-teal:active.darken-bg-active-3 {
    background: #1db2b4 !important; }

.bg-pink {
  background: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-pink.lighten-bg-1 {
    background: #fea0c1 !important; }
  .bg-pink.lighten-bg-2 {
    background: #ffc8db !important; }
  .bg-pink.lighten-bg-3 {
    background: #fff1f6 !important; }
  .bg-pink.darken-bg-1 {
    background: #fe4e8b !important; }
  .bg-pink.darken-bg-2 {
    background: #fd2671 !important; }
  .bg-pink.darken-bg-3 {
    background: #f90258 !important; }

.bg-hover-pink:not(:active):hover, .bg-hover-pink:not(:active):focus {
  background: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-pink:not(:active):hover.lighten-bg-hover-1, .bg-hover-pink:not(:active):focus.lighten-bg-hover-1 {
    background: #fea0c1 !important; }
  .bg-hover-pink:not(:active):hover.lighten-bg-hover-2, .bg-hover-pink:not(:active):focus.lighten-bg-hover-2 {
    background: #ffc8db !important; }
  .bg-hover-pink:not(:active):hover.lighten-bg-hover-3, .bg-hover-pink:not(:active):focus.lighten-bg-hover-3 {
    background: #fff1f6 !important; }
  .bg-hover-pink:not(:active):hover.darken-bg-hover-1, .bg-hover-pink:not(:active):focus.darken-bg-hover-1 {
    background: #fe4e8b !important; }
  .bg-hover-pink:not(:active):hover.darken-bg-hover-2, .bg-hover-pink:not(:active):focus.darken-bg-hover-2 {
    background: #fd2671 !important; }
  .bg-hover-pink:not(:active):hover.darken-bg-hover-3, .bg-hover-pink:not(:active):focus.darken-bg-hover-3 {
    background: #f90258 !important; }

.bg-active-pink:active {
  background: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-pink:active.lighten-bg-active-1 {
    background: #fea0c1 !important; }
  .bg-active-pink:active.lighten-bg-active-2 {
    background: #ffc8db !important; }
  .bg-active-pink:active.lighten-bg-active-3 {
    background: #fff1f6 !important; }
  .bg-active-pink:active.darken-bg-active-1 {
    background: #fe4e8b !important; }
  .bg-active-pink:active.darken-bg-active-2 {
    background: #fd2671 !important; }
  .bg-active-pink:active.darken-bg-active-3 {
    background: #f90258 !important; }

.bg-indigo {
  background: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-indigo.lighten-bg-1 {
    background: #9493ef !important; }
  .bg-indigo.lighten-bg-2 {
    background: #b7b6f4 !important; }
  .bg-indigo.lighten-bg-3 {
    background: #dadafa !important; }
  .bg-indigo.darken-bg-1 {
    background: #4e4be5 !important; }
  .bg-indigo.darken-bg-2 {
    background: #2b28e0 !important; }
  .bg-indigo.darken-bg-3 {
    background: #1f1cc2 !important; }

.bg-hover-indigo:not(:active):hover, .bg-hover-indigo:not(:active):focus {
  background: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-indigo:not(:active):hover.lighten-bg-hover-1, .bg-hover-indigo:not(:active):focus.lighten-bg-hover-1 {
    background: #9493ef !important; }
  .bg-hover-indigo:not(:active):hover.lighten-bg-hover-2, .bg-hover-indigo:not(:active):focus.lighten-bg-hover-2 {
    background: #b7b6f4 !important; }
  .bg-hover-indigo:not(:active):hover.lighten-bg-hover-3, .bg-hover-indigo:not(:active):focus.lighten-bg-hover-3 {
    background: #dadafa !important; }
  .bg-hover-indigo:not(:active):hover.darken-bg-hover-1, .bg-hover-indigo:not(:active):focus.darken-bg-hover-1 {
    background: #4e4be5 !important; }
  .bg-hover-indigo:not(:active):hover.darken-bg-hover-2, .bg-hover-indigo:not(:active):focus.darken-bg-hover-2 {
    background: #2b28e0 !important; }
  .bg-hover-indigo:not(:active):hover.darken-bg-hover-3, .bg-hover-indigo:not(:active):focus.darken-bg-hover-3 {
    background: #1f1cc2 !important; }

.bg-active-indigo:active {
  background: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-indigo:active.lighten-bg-active-1 {
    background: #9493ef !important; }
  .bg-active-indigo:active.lighten-bg-active-2 {
    background: #b7b6f4 !important; }
  .bg-active-indigo:active.lighten-bg-active-3 {
    background: #dadafa !important; }
  .bg-active-indigo:active.darken-bg-active-1 {
    background: #4e4be5 !important; }
  .bg-active-indigo:active.darken-bg-active-2 {
    background: #2b28e0 !important; }
  .bg-active-indigo:active.darken-bg-active-3 {
    background: #1f1cc2 !important; }

.bg-dark {
  background: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-dark.lighten-bg-1 {
    background: #515c7c !important; }
  .bg-dark.lighten-bg-2 {
    background: #616f94 !important; }
  .bg-dark.lighten-bg-3 {
    background: #7884a6 !important; }
  .bg-dark.darken-bg-1 {
    background: #31384a !important; }
  .bg-dark.darken-bg-2 {
    background: #212532 !important; }
  .bg-dark.darken-bg-3 {
    background: #101319 !important; }

.bg-hover-dark:not(:active):hover, .bg-hover-dark:not(:active):focus {
  background: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-dark:not(:active):hover.lighten-bg-hover-1, .bg-hover-dark:not(:active):focus.lighten-bg-hover-1 {
    background: #515c7c !important; }
  .bg-hover-dark:not(:active):hover.lighten-bg-hover-2, .bg-hover-dark:not(:active):focus.lighten-bg-hover-2 {
    background: #616f94 !important; }
  .bg-hover-dark:not(:active):hover.lighten-bg-hover-3, .bg-hover-dark:not(:active):focus.lighten-bg-hover-3 {
    background: #7884a6 !important; }
  .bg-hover-dark:not(:active):hover.darken-bg-hover-1, .bg-hover-dark:not(:active):focus.darken-bg-hover-1 {
    background: #31384a !important; }
  .bg-hover-dark:not(:active):hover.darken-bg-hover-2, .bg-hover-dark:not(:active):focus.darken-bg-hover-2 {
    background: #212532 !important; }
  .bg-hover-dark:not(:active):hover.darken-bg-hover-3, .bg-hover-dark:not(:active):focus.darken-bg-hover-3 {
    background: #101319 !important; }

.bg-active-dark:active {
  background: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-dark:active.lighten-bg-active-1 {
    background: #515c7c !important; }
  .bg-active-dark:active.lighten-bg-active-2 {
    background: #616f94 !important; }
  .bg-active-dark:active.lighten-bg-active-3 {
    background: #7884a6 !important; }
  .bg-active-dark:active.darken-bg-active-1 {
    background: #31384a !important; }
  .bg-active-dark:active.darken-bg-active-2 {
    background: #212532 !important; }
  .bg-active-dark:active.darken-bg-active-3 {
    background: #101319 !important; }

.bg-light {
  background: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-light.lighten-bg-1 {
    background: #fefefe !important; }
  .bg-light.lighten-bg-2 {
    background: white !important; }
  .bg-light.lighten-bg-3 {
    background: white !important; }
  .bg-light.darken-bg-1 {
    background: #d6d6d6 !important; }
  .bg-light.darken-bg-2 {
    background: #c1c1c1 !important; }
  .bg-light.darken-bg-3 {
    background: #adadad !important; }

.bg-hover-light:not(:active):hover, .bg-hover-light:not(:active):focus {
  background: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-hover-light:not(:active):hover.lighten-bg-hover-1, .bg-hover-light:not(:active):focus.lighten-bg-hover-1 {
    background: #fefefe !important; }
  .bg-hover-light:not(:active):hover.lighten-bg-hover-2, .bg-hover-light:not(:active):focus.lighten-bg-hover-2 {
    background: white !important; }
  .bg-hover-light:not(:active):hover.lighten-bg-hover-3, .bg-hover-light:not(:active):focus.lighten-bg-hover-3 {
    background: white !important; }
  .bg-hover-light:not(:active):hover.darken-bg-hover-1, .bg-hover-light:not(:active):focus.darken-bg-hover-1 {
    background: #d6d6d6 !important; }
  .bg-hover-light:not(:active):hover.darken-bg-hover-2, .bg-hover-light:not(:active):focus.darken-bg-hover-2 {
    background: #c1c1c1 !important; }
  .bg-hover-light:not(:active):hover.darken-bg-hover-3, .bg-hover-light:not(:active):focus.darken-bg-hover-3 {
    background: #adadad !important; }

.bg-active-light:active {
  background: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .bg-active-light:active.lighten-bg-active-1 {
    background: #fefefe !important; }
  .bg-active-light:active.lighten-bg-active-2 {
    background: white !important; }
  .bg-active-light:active.lighten-bg-active-3 {
    background: white !important; }
  .bg-active-light:active.darken-bg-active-1 {
    background: #d6d6d6 !important; }
  .bg-active-light:active.darken-bg-active-2 {
    background: #c1c1c1 !important; }
  .bg-active-light:active.darken-bg-active-3 {
    background: #adadad !important; }

.bg-black {
  background: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.bg-hover-black:not(:active):hover, .bg-hover-black:not(:active):focus {
  background: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.bg-active-black:active {
  background: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.bg-white {
  background: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.bg-hover-white:not(:active):hover, .bg-hover-white:not(:active):focus {
  background: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.bg-active-white:active {
  background: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.text-blue {
  color: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-blue.lighten-text-1 {
    color: #87acf7 !important; }
  .text-blue.lighten-text-2 {
    color: #adc7f9 !important; }
  .text-blue.lighten-text-3 {
    color: #d3e1fc !important; }
  .text-blue.darken-text-1 {
    color: #3b78f1 !important; }
  .text-blue.darken-text-2 {
    color: #155def !important; }
  .text-blue.darken-text-3 {
    color: #0e4ecc !important; }

.text-hover-blue:not(:active):hover, .text-hover-blue:not(:active):focus {
  color: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-blue:not(:active):hover.lighten-text-hover-1, .text-hover-blue:not(:active):focus.lighten-text-hover-1 {
    color: #87acf7 !important; }
  .text-hover-blue:not(:active):hover.lighten-text-hover-2, .text-hover-blue:not(:active):focus.lighten-text-hover-2 {
    color: #adc7f9 !important; }
  .text-hover-blue:not(:active):hover.lighten-text-hover-3, .text-hover-blue:not(:active):focus.lighten-text-hover-3 {
    color: #d3e1fc !important; }
  .text-hover-blue:not(:active):hover.darken-text-hover-1, .text-hover-blue:not(:active):focus.darken-text-hover-1 {
    color: #3b78f1 !important; }
  .text-hover-blue:not(:active):hover.darken-text-hover-2, .text-hover-blue:not(:active):focus.darken-text-hover-2 {
    color: #155def !important; }
  .text-hover-blue:not(:active):hover.darken-text-hover-3, .text-hover-blue:not(:active):focus.darken-text-hover-3 {
    color: #0e4ecc !important; }

.text-active-blue:active {
  color: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-blue:active.lighten-text-active-1 {
    color: #87acf7 !important; }
  .text-active-blue:active.lighten-text-active-2 {
    color: #adc7f9 !important; }
  .text-active-blue:active.lighten-text-active-3 {
    color: #d3e1fc !important; }
  .text-active-blue:active.darken-text-active-1 {
    color: #3b78f1 !important; }
  .text-active-blue:active.darken-text-active-2 {
    color: #155def !important; }
  .text-active-blue:active.darken-text-active-3 {
    color: #0e4ecc !important; }

.text-green {
  color: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-green.lighten-text-1 {
    color: #95dd9b !important; }
  .text-green.lighten-text-2 {
    color: #b4e7b8 !important; }
  .text-green.lighten-text-3 {
    color: #d3f1d5 !important; }
  .text-green.darken-text-1 {
    color: #57c961 !important; }
  .text-green.darken-text-2 {
    color: #3cbb47 !important; }
  .text-green.darken-text-3 {
    color: #329c3b !important; }

.text-hover-green:not(:active):hover, .text-hover-green:not(:active):focus {
  color: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-green:not(:active):hover.lighten-text-hover-1, .text-hover-green:not(:active):focus.lighten-text-hover-1 {
    color: #95dd9b !important; }
  .text-hover-green:not(:active):hover.lighten-text-hover-2, .text-hover-green:not(:active):focus.lighten-text-hover-2 {
    color: #b4e7b8 !important; }
  .text-hover-green:not(:active):hover.lighten-text-hover-3, .text-hover-green:not(:active):focus.lighten-text-hover-3 {
    color: #d3f1d5 !important; }
  .text-hover-green:not(:active):hover.darken-text-hover-1, .text-hover-green:not(:active):focus.darken-text-hover-1 {
    color: #57c961 !important; }
  .text-hover-green:not(:active):hover.darken-text-hover-2, .text-hover-green:not(:active):focus.darken-text-hover-2 {
    color: #3cbb47 !important; }
  .text-hover-green:not(:active):hover.darken-text-hover-3, .text-hover-green:not(:active):focus.darken-text-hover-3 {
    color: #329c3b !important; }

.text-active-green:active {
  color: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-green:active.lighten-text-active-1 {
    color: #95dd9b !important; }
  .text-active-green:active.lighten-text-active-2 {
    color: #b4e7b8 !important; }
  .text-active-green:active.lighten-text-active-3 {
    color: #d3f1d5 !important; }
  .text-active-green:active.darken-text-active-1 {
    color: #57c961 !important; }
  .text-active-green:active.darken-text-active-2 {
    color: #3cbb47 !important; }
  .text-active-green:active.darken-text-active-3 {
    color: #329c3b !important; }

.text-yellow {
  color: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-yellow.lighten-text-1 {
    color: #fbe29c !important; }
  .text-yellow.lighten-text-2 {
    color: #fcedc3 !important; }
  .text-yellow.lighten-text-3 {
    color: #fef9ea !important; }
  .text-yellow.darken-text-1 {
    color: #f7ca4e !important; }
  .text-yellow.darken-text-2 {
    color: #f6bf27 !important; }
  .text-yellow.darken-text-3 {
    color: #e9ae0a !important; }

.text-hover-yellow:not(:active):hover, .text-hover-yellow:not(:active):focus {
  color: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-yellow:not(:active):hover.lighten-text-hover-1, .text-hover-yellow:not(:active):focus.lighten-text-hover-1 {
    color: #fbe29c !important; }
  .text-hover-yellow:not(:active):hover.lighten-text-hover-2, .text-hover-yellow:not(:active):focus.lighten-text-hover-2 {
    color: #fcedc3 !important; }
  .text-hover-yellow:not(:active):hover.lighten-text-hover-3, .text-hover-yellow:not(:active):focus.lighten-text-hover-3 {
    color: #fef9ea !important; }
  .text-hover-yellow:not(:active):hover.darken-text-hover-1, .text-hover-yellow:not(:active):focus.darken-text-hover-1 {
    color: #f7ca4e !important; }
  .text-hover-yellow:not(:active):hover.darken-text-hover-2, .text-hover-yellow:not(:active):focus.darken-text-hover-2 {
    color: #f6bf27 !important; }
  .text-hover-yellow:not(:active):hover.darken-text-hover-3, .text-hover-yellow:not(:active):focus.darken-text-hover-3 {
    color: #e9ae0a !important; }

.text-active-yellow:active {
  color: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-yellow:active.lighten-text-active-1 {
    color: #fbe29c !important; }
  .text-active-yellow:active.lighten-text-active-2 {
    color: #fcedc3 !important; }
  .text-active-yellow:active.lighten-text-active-3 {
    color: #fef9ea !important; }
  .text-active-yellow:active.darken-text-active-1 {
    color: #f7ca4e !important; }
  .text-active-yellow:active.darken-text-active-2 {
    color: #f6bf27 !important; }
  .text-active-yellow:active.darken-text-active-3 {
    color: #e9ae0a !important; }

.text-red {
  color: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-red.lighten-text-1 {
    color: #fd8a89 !important; }
  .text-red.lighten-text-2 {
    color: #feb2b1 !important; }
  .text-red.lighten-text-3 {
    color: #fed9d9 !important; }
  .text-red.darken-text-1 {
    color: #fb3a39 !important; }
  .text-red.darken-text-2 {
    color: #fa1211 !important; }
  .text-red.darken-text-3 {
    color: #de0604 !important; }

.text-hover-red:not(:active):hover, .text-hover-red:not(:active):focus {
  color: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-red:not(:active):hover.lighten-text-hover-1, .text-hover-red:not(:active):focus.lighten-text-hover-1 {
    color: #fd8a89 !important; }
  .text-hover-red:not(:active):hover.lighten-text-hover-2, .text-hover-red:not(:active):focus.lighten-text-hover-2 {
    color: #feb2b1 !important; }
  .text-hover-red:not(:active):hover.lighten-text-hover-3, .text-hover-red:not(:active):focus.lighten-text-hover-3 {
    color: #fed9d9 !important; }
  .text-hover-red:not(:active):hover.darken-text-hover-1, .text-hover-red:not(:active):focus.darken-text-hover-1 {
    color: #fb3a39 !important; }
  .text-hover-red:not(:active):hover.darken-text-hover-2, .text-hover-red:not(:active):focus.darken-text-hover-2 {
    color: #fa1211 !important; }
  .text-hover-red:not(:active):hover.darken-text-hover-3, .text-hover-red:not(:active):focus.darken-text-hover-3 {
    color: #de0604 !important; }

.text-active-red:active {
  color: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-red:active.lighten-text-active-1 {
    color: #fd8a89 !important; }
  .text-active-red:active.lighten-text-active-2 {
    color: #feb2b1 !important; }
  .text-active-red:active.lighten-text-active-3 {
    color: #fed9d9 !important; }
  .text-active-red:active.darken-text-active-1 {
    color: #fb3a39 !important; }
  .text-active-red:active.darken-text-active-2 {
    color: #fa1211 !important; }
  .text-active-red:active.darken-text-active-3 {
    color: #de0604 !important; }

.text-purple {
  color: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-purple.lighten-text-1 {
    color: #ad93e9 !important; }
  .text-purple.lighten-text-2 {
    color: #c7b5f0 !important; }
  .text-purple.lighten-text-3 {
    color: #e0d7f7 !important; }
  .text-purple.darken-text-1 {
    color: #794fdb !important; }
  .text-purple.darken-text-2 {
    color: #5f2dd4 !important; }
  .text-purple.darken-text-3 {
    color: #5025b4 !important; }

.text-hover-purple:not(:active):hover, .text-hover-purple:not(:active):focus {
  color: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-purple:not(:active):hover.lighten-text-hover-1, .text-hover-purple:not(:active):focus.lighten-text-hover-1 {
    color: #ad93e9 !important; }
  .text-hover-purple:not(:active):hover.lighten-text-hover-2, .text-hover-purple:not(:active):focus.lighten-text-hover-2 {
    color: #c7b5f0 !important; }
  .text-hover-purple:not(:active):hover.lighten-text-hover-3, .text-hover-purple:not(:active):focus.lighten-text-hover-3 {
    color: #e0d7f7 !important; }
  .text-hover-purple:not(:active):hover.darken-text-hover-1, .text-hover-purple:not(:active):focus.darken-text-hover-1 {
    color: #794fdb !important; }
  .text-hover-purple:not(:active):hover.darken-text-hover-2, .text-hover-purple:not(:active):focus.darken-text-hover-2 {
    color: #5f2dd4 !important; }
  .text-hover-purple:not(:active):hover.darken-text-hover-3, .text-hover-purple:not(:active):focus.darken-text-hover-3 {
    color: #5025b4 !important; }

.text-active-purple:active {
  color: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-purple:active.lighten-text-active-1 {
    color: #ad93e9 !important; }
  .text-active-purple:active.lighten-text-active-2 {
    color: #c7b5f0 !important; }
  .text-active-purple:active.lighten-text-active-3 {
    color: #e0d7f7 !important; }
  .text-active-purple:active.darken-text-active-1 {
    color: #794fdb !important; }
  .text-active-purple:active.darken-text-active-2 {
    color: #5f2dd4 !important; }
  .text-active-purple:active.darken-text-active-3 {
    color: #5025b4 !important; }

.text-orange {
  color: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-orange.lighten-text-1 {
    color: #ffbd8e !important; }
  .text-orange.lighten-text-2 {
    color: #ffd5b7 !important; }
  .text-orange.lighten-text-3 {
    color: #ffeddf !important; }
  .text-orange.darken-text-1 {
    color: #ff8d3c !important; }
  .text-orange.darken-text-2 {
    color: #ff7513 !important; }
  .text-orange.darken-text-3 {
    color: #ea6100 !important; }

.text-hover-orange:not(:active):hover, .text-hover-orange:not(:active):focus {
  color: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-orange:not(:active):hover.lighten-text-hover-1, .text-hover-orange:not(:active):focus.lighten-text-hover-1 {
    color: #ffbd8e !important; }
  .text-hover-orange:not(:active):hover.lighten-text-hover-2, .text-hover-orange:not(:active):focus.lighten-text-hover-2 {
    color: #ffd5b7 !important; }
  .text-hover-orange:not(:active):hover.lighten-text-hover-3, .text-hover-orange:not(:active):focus.lighten-text-hover-3 {
    color: #ffeddf !important; }
  .text-hover-orange:not(:active):hover.darken-text-hover-1, .text-hover-orange:not(:active):focus.darken-text-hover-1 {
    color: #ff8d3c !important; }
  .text-hover-orange:not(:active):hover.darken-text-hover-2, .text-hover-orange:not(:active):focus.darken-text-hover-2 {
    color: #ff7513 !important; }
  .text-hover-orange:not(:active):hover.darken-text-hover-3, .text-hover-orange:not(:active):focus.darken-text-hover-3 {
    color: #ea6100 !important; }

.text-active-orange:active {
  color: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-orange:active.lighten-text-active-1 {
    color: #ffbd8e !important; }
  .text-active-orange:active.lighten-text-active-2 {
    color: #ffd5b7 !important; }
  .text-active-orange:active.lighten-text-active-3 {
    color: #ffeddf !important; }
  .text-active-orange:active.darken-text-active-1 {
    color: #ff8d3c !important; }
  .text-active-orange:active.darken-text-active-2 {
    color: #ff7513 !important; }
  .text-active-orange:active.darken-text-active-3 {
    color: #ea6100 !important; }

.text-teal {
  color: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-teal.lighten-text-1 {
    color: #89eaec !important; }
  .text-teal.lighten-text-2 {
    color: #acf0f1 !important; }
  .text-teal.lighten-text-3 {
    color: #cff7f7 !important; }
  .text-teal.darken-text-1 {
    color: #43dee0 !important; }
  .text-teal.darken-text-2 {
    color: #23d4d7 !important; }
  .text-teal.darken-text-3 {
    color: #1db2b4 !important; }

.text-hover-teal:not(:active):hover, .text-hover-teal:not(:active):focus {
  color: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-teal:not(:active):hover.lighten-text-hover-1, .text-hover-teal:not(:active):focus.lighten-text-hover-1 {
    color: #89eaec !important; }
  .text-hover-teal:not(:active):hover.lighten-text-hover-2, .text-hover-teal:not(:active):focus.lighten-text-hover-2 {
    color: #acf0f1 !important; }
  .text-hover-teal:not(:active):hover.lighten-text-hover-3, .text-hover-teal:not(:active):focus.lighten-text-hover-3 {
    color: #cff7f7 !important; }
  .text-hover-teal:not(:active):hover.darken-text-hover-1, .text-hover-teal:not(:active):focus.darken-text-hover-1 {
    color: #43dee0 !important; }
  .text-hover-teal:not(:active):hover.darken-text-hover-2, .text-hover-teal:not(:active):focus.darken-text-hover-2 {
    color: #23d4d7 !important; }
  .text-hover-teal:not(:active):hover.darken-text-hover-3, .text-hover-teal:not(:active):focus.darken-text-hover-3 {
    color: #1db2b4 !important; }

.text-active-teal:active {
  color: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-teal:active.lighten-text-active-1 {
    color: #89eaec !important; }
  .text-active-teal:active.lighten-text-active-2 {
    color: #acf0f1 !important; }
  .text-active-teal:active.lighten-text-active-3 {
    color: #cff7f7 !important; }
  .text-active-teal:active.darken-text-active-1 {
    color: #43dee0 !important; }
  .text-active-teal:active.darken-text-active-2 {
    color: #23d4d7 !important; }
  .text-active-teal:active.darken-text-active-3 {
    color: #1db2b4 !important; }

.text-pink {
  color: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-pink.lighten-text-1 {
    color: #fea0c1 !important; }
  .text-pink.lighten-text-2 {
    color: #ffc8db !important; }
  .text-pink.lighten-text-3 {
    color: #fff1f6 !important; }
  .text-pink.darken-text-1 {
    color: #fe4e8b !important; }
  .text-pink.darken-text-2 {
    color: #fd2671 !important; }
  .text-pink.darken-text-3 {
    color: #f90258 !important; }

.text-hover-pink:not(:active):hover, .text-hover-pink:not(:active):focus {
  color: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-pink:not(:active):hover.lighten-text-hover-1, .text-hover-pink:not(:active):focus.lighten-text-hover-1 {
    color: #fea0c1 !important; }
  .text-hover-pink:not(:active):hover.lighten-text-hover-2, .text-hover-pink:not(:active):focus.lighten-text-hover-2 {
    color: #ffc8db !important; }
  .text-hover-pink:not(:active):hover.lighten-text-hover-3, .text-hover-pink:not(:active):focus.lighten-text-hover-3 {
    color: #fff1f6 !important; }
  .text-hover-pink:not(:active):hover.darken-text-hover-1, .text-hover-pink:not(:active):focus.darken-text-hover-1 {
    color: #fe4e8b !important; }
  .text-hover-pink:not(:active):hover.darken-text-hover-2, .text-hover-pink:not(:active):focus.darken-text-hover-2 {
    color: #fd2671 !important; }
  .text-hover-pink:not(:active):hover.darken-text-hover-3, .text-hover-pink:not(:active):focus.darken-text-hover-3 {
    color: #f90258 !important; }

.text-active-pink:active {
  color: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-pink:active.lighten-text-active-1 {
    color: #fea0c1 !important; }
  .text-active-pink:active.lighten-text-active-2 {
    color: #ffc8db !important; }
  .text-active-pink:active.lighten-text-active-3 {
    color: #fff1f6 !important; }
  .text-active-pink:active.darken-text-active-1 {
    color: #fe4e8b !important; }
  .text-active-pink:active.darken-text-active-2 {
    color: #fd2671 !important; }
  .text-active-pink:active.darken-text-active-3 {
    color: #f90258 !important; }

.text-indigo {
  color: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-indigo.lighten-text-1 {
    color: #9493ef !important; }
  .text-indigo.lighten-text-2 {
    color: #b7b6f4 !important; }
  .text-indigo.lighten-text-3 {
    color: #dadafa !important; }
  .text-indigo.darken-text-1 {
    color: #4e4be5 !important; }
  .text-indigo.darken-text-2 {
    color: #2b28e0 !important; }
  .text-indigo.darken-text-3 {
    color: #1f1cc2 !important; }

.text-hover-indigo:not(:active):hover, .text-hover-indigo:not(:active):focus {
  color: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-indigo:not(:active):hover.lighten-text-hover-1, .text-hover-indigo:not(:active):focus.lighten-text-hover-1 {
    color: #9493ef !important; }
  .text-hover-indigo:not(:active):hover.lighten-text-hover-2, .text-hover-indigo:not(:active):focus.lighten-text-hover-2 {
    color: #b7b6f4 !important; }
  .text-hover-indigo:not(:active):hover.lighten-text-hover-3, .text-hover-indigo:not(:active):focus.lighten-text-hover-3 {
    color: #dadafa !important; }
  .text-hover-indigo:not(:active):hover.darken-text-hover-1, .text-hover-indigo:not(:active):focus.darken-text-hover-1 {
    color: #4e4be5 !important; }
  .text-hover-indigo:not(:active):hover.darken-text-hover-2, .text-hover-indigo:not(:active):focus.darken-text-hover-2 {
    color: #2b28e0 !important; }
  .text-hover-indigo:not(:active):hover.darken-text-hover-3, .text-hover-indigo:not(:active):focus.darken-text-hover-3 {
    color: #1f1cc2 !important; }

.text-active-indigo:active {
  color: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-indigo:active.lighten-text-active-1 {
    color: #9493ef !important; }
  .text-active-indigo:active.lighten-text-active-2 {
    color: #b7b6f4 !important; }
  .text-active-indigo:active.lighten-text-active-3 {
    color: #dadafa !important; }
  .text-active-indigo:active.darken-text-active-1 {
    color: #4e4be5 !important; }
  .text-active-indigo:active.darken-text-active-2 {
    color: #2b28e0 !important; }
  .text-active-indigo:active.darken-text-active-3 {
    color: #1f1cc2 !important; }

.text-dark {
  color: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-dark.lighten-text-1 {
    color: #515c7c !important; }
  .text-dark.lighten-text-2 {
    color: #616f94 !important; }
  .text-dark.lighten-text-3 {
    color: #7884a6 !important; }
  .text-dark.darken-text-1 {
    color: #31384a !important; }
  .text-dark.darken-text-2 {
    color: #212532 !important; }
  .text-dark.darken-text-3 {
    color: #101319 !important; }

.text-hover-dark:not(:active):hover, .text-hover-dark:not(:active):focus {
  color: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-dark:not(:active):hover.lighten-text-hover-1, .text-hover-dark:not(:active):focus.lighten-text-hover-1 {
    color: #515c7c !important; }
  .text-hover-dark:not(:active):hover.lighten-text-hover-2, .text-hover-dark:not(:active):focus.lighten-text-hover-2 {
    color: #616f94 !important; }
  .text-hover-dark:not(:active):hover.lighten-text-hover-3, .text-hover-dark:not(:active):focus.lighten-text-hover-3 {
    color: #7884a6 !important; }
  .text-hover-dark:not(:active):hover.darken-text-hover-1, .text-hover-dark:not(:active):focus.darken-text-hover-1 {
    color: #31384a !important; }
  .text-hover-dark:not(:active):hover.darken-text-hover-2, .text-hover-dark:not(:active):focus.darken-text-hover-2 {
    color: #212532 !important; }
  .text-hover-dark:not(:active):hover.darken-text-hover-3, .text-hover-dark:not(:active):focus.darken-text-hover-3 {
    color: #101319 !important; }

.text-active-dark:active {
  color: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-dark:active.lighten-text-active-1 {
    color: #515c7c !important; }
  .text-active-dark:active.lighten-text-active-2 {
    color: #616f94 !important; }
  .text-active-dark:active.lighten-text-active-3 {
    color: #7884a6 !important; }
  .text-active-dark:active.darken-text-active-1 {
    color: #31384a !important; }
  .text-active-dark:active.darken-text-active-2 {
    color: #212532 !important; }
  .text-active-dark:active.darken-text-active-3 {
    color: #101319 !important; }

.text-light {
  color: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-light.lighten-text-1 {
    color: #fefefe !important; }
  .text-light.lighten-text-2 {
    color: white !important; }
  .text-light.lighten-text-3 {
    color: white !important; }
  .text-light.darken-text-1 {
    color: #d6d6d6 !important; }
  .text-light.darken-text-2 {
    color: #c1c1c1 !important; }
  .text-light.darken-text-3 {
    color: #adadad !important; }

.text-hover-light:not(:active):hover, .text-hover-light:not(:active):focus {
  color: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-hover-light:not(:active):hover.lighten-text-hover-1, .text-hover-light:not(:active):focus.lighten-text-hover-1 {
    color: #fefefe !important; }
  .text-hover-light:not(:active):hover.lighten-text-hover-2, .text-hover-light:not(:active):focus.lighten-text-hover-2 {
    color: white !important; }
  .text-hover-light:not(:active):hover.lighten-text-hover-3, .text-hover-light:not(:active):focus.lighten-text-hover-3 {
    color: white !important; }
  .text-hover-light:not(:active):hover.darken-text-hover-1, .text-hover-light:not(:active):focus.darken-text-hover-1 {
    color: #d6d6d6 !important; }
  .text-hover-light:not(:active):hover.darken-text-hover-2, .text-hover-light:not(:active):focus.darken-text-hover-2 {
    color: #c1c1c1 !important; }
  .text-hover-light:not(:active):hover.darken-text-hover-3, .text-hover-light:not(:active):focus.darken-text-hover-3 {
    color: #adadad !important; }

.text-active-light:active {
  color: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }
  .text-active-light:active.lighten-text-active-1 {
    color: #fefefe !important; }
  .text-active-light:active.lighten-text-active-2 {
    color: white !important; }
  .text-active-light:active.lighten-text-active-3 {
    color: white !important; }
  .text-active-light:active.darken-text-active-1 {
    color: #d6d6d6 !important; }
  .text-active-light:active.darken-text-active-2 {
    color: #c1c1c1 !important; }
  .text-active-light:active.darken-text-active-3 {
    color: #adadad !important; }

.text-black {
  color: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.text-hover-black:not(:active):hover, .text-hover-black:not(:active):focus {
  color: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.text-active-black:active {
  color: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.text-white {
  color: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.text-hover-white:not(:active):hover, .text-hover-white:not(:active):focus {
  color: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.text-active-white:active {
  color: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out; }

.border-blue {
  border-color: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-blue.lighten-border-1 {
    border-color: #87acf7 !important; }
  .border-blue.lighten-border-2 {
    border-color: #adc7f9 !important; }
  .border-blue.lighten-border-3 {
    border-color: #d3e1fc !important; }
  .border-blue.darken-border-1 {
    border-color: #3b78f1 !important; }
  .border-blue.darken-border-2 {
    border-color: #155def !important; }
  .border-blue.darken-border-3 {
    border-color: #0e4ecc !important; }

.border-hover-blue:not(:active):hover, .border-hover-blue:not(:active):focus {
  border-color: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-blue:not(:active):hover.lighten-border-hover-1, .border-hover-blue:not(:active):focus.lighten-border-hover-1 {
    border-color: #87acf7 !important; }
  .border-hover-blue:not(:active):hover.lighten-border-hover-2, .border-hover-blue:not(:active):focus.lighten-border-hover-2 {
    border-color: #adc7f9 !important; }
  .border-hover-blue:not(:active):hover.lighten-border-hover-3, .border-hover-blue:not(:active):focus.lighten-border-hover-3 {
    border-color: #d3e1fc !important; }
  .border-hover-blue:not(:active):hover.darken-border-hover-1, .border-hover-blue:not(:active):focus.darken-border-hover-1 {
    border-color: #3b78f1 !important; }
  .border-hover-blue:not(:active):hover.darken-border-hover-2, .border-hover-blue:not(:active):focus.darken-border-hover-2 {
    border-color: #155def !important; }
  .border-hover-blue:not(:active):hover.darken-border-hover-3, .border-hover-blue:not(:active):focus.darken-border-hover-3 {
    border-color: #0e4ecc !important; }

.border-active-blue:active {
  border-color: #6192F4 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-blue:active.lighten-border-active-1 {
    border-color: #87acf7 !important; }
  .border-active-blue:active.lighten-border-active-2 {
    border-color: #adc7f9 !important; }
  .border-active-blue:active.lighten-border-active-3 {
    border-color: #d3e1fc !important; }
  .border-active-blue:active.darken-border-active-1 {
    border-color: #3b78f1 !important; }
  .border-active-blue:active.darken-border-active-2 {
    border-color: #155def !important; }
  .border-active-blue:active.darken-border-active-3 {
    border-color: #0e4ecc !important; }

.border-green {
  border-color: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-green.lighten-border-1 {
    border-color: #95dd9b !important; }
  .border-green.lighten-border-2 {
    border-color: #b4e7b8 !important; }
  .border-green.lighten-border-3 {
    border-color: #d3f1d5 !important; }
  .border-green.darken-border-1 {
    border-color: #57c961 !important; }
  .border-green.darken-border-2 {
    border-color: #3cbb47 !important; }
  .border-green.darken-border-3 {
    border-color: #329c3b !important; }

.border-hover-green:not(:active):hover, .border-hover-green:not(:active):focus {
  border-color: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-green:not(:active):hover.lighten-border-hover-1, .border-hover-green:not(:active):focus.lighten-border-hover-1 {
    border-color: #95dd9b !important; }
  .border-hover-green:not(:active):hover.lighten-border-hover-2, .border-hover-green:not(:active):focus.lighten-border-hover-2 {
    border-color: #b4e7b8 !important; }
  .border-hover-green:not(:active):hover.lighten-border-hover-3, .border-hover-green:not(:active):focus.lighten-border-hover-3 {
    border-color: #d3f1d5 !important; }
  .border-hover-green:not(:active):hover.darken-border-hover-1, .border-hover-green:not(:active):focus.darken-border-hover-1 {
    border-color: #57c961 !important; }
  .border-hover-green:not(:active):hover.darken-border-hover-2, .border-hover-green:not(:active):focus.darken-border-hover-2 {
    border-color: #3cbb47 !important; }
  .border-hover-green:not(:active):hover.darken-border-hover-3, .border-hover-green:not(:active):focus.darken-border-hover-3 {
    border-color: #329c3b !important; }

.border-active-green:active {
  border-color: #76D37E !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-green:active.lighten-border-active-1 {
    border-color: #95dd9b !important; }
  .border-active-green:active.lighten-border-active-2 {
    border-color: #b4e7b8 !important; }
  .border-active-green:active.lighten-border-active-3 {
    border-color: #d3f1d5 !important; }
  .border-active-green:active.darken-border-active-1 {
    border-color: #57c961 !important; }
  .border-active-green:active.darken-border-active-2 {
    border-color: #3cbb47 !important; }
  .border-active-green:active.darken-border-active-3 {
    border-color: #329c3b !important; }

.border-yellow {
  border-color: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-yellow.lighten-border-1 {
    border-color: #fbe29c !important; }
  .border-yellow.lighten-border-2 {
    border-color: #fcedc3 !important; }
  .border-yellow.lighten-border-3 {
    border-color: #fef9ea !important; }
  .border-yellow.darken-border-1 {
    border-color: #f7ca4e !important; }
  .border-yellow.darken-border-2 {
    border-color: #f6bf27 !important; }
  .border-yellow.darken-border-3 {
    border-color: #e9ae0a !important; }

.border-hover-yellow:not(:active):hover, .border-hover-yellow:not(:active):focus {
  border-color: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-yellow:not(:active):hover.lighten-border-hover-1, .border-hover-yellow:not(:active):focus.lighten-border-hover-1 {
    border-color: #fbe29c !important; }
  .border-hover-yellow:not(:active):hover.lighten-border-hover-2, .border-hover-yellow:not(:active):focus.lighten-border-hover-2 {
    border-color: #fcedc3 !important; }
  .border-hover-yellow:not(:active):hover.lighten-border-hover-3, .border-hover-yellow:not(:active):focus.lighten-border-hover-3 {
    border-color: #fef9ea !important; }
  .border-hover-yellow:not(:active):hover.darken-border-hover-1, .border-hover-yellow:not(:active):focus.darken-border-hover-1 {
    border-color: #f7ca4e !important; }
  .border-hover-yellow:not(:active):hover.darken-border-hover-2, .border-hover-yellow:not(:active):focus.darken-border-hover-2 {
    border-color: #f6bf27 !important; }
  .border-hover-yellow:not(:active):hover.darken-border-hover-3, .border-hover-yellow:not(:active):focus.darken-border-hover-3 {
    border-color: #e9ae0a !important; }

.border-active-yellow:active {
  border-color: #F9D675 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-yellow:active.lighten-border-active-1 {
    border-color: #fbe29c !important; }
  .border-active-yellow:active.lighten-border-active-2 {
    border-color: #fcedc3 !important; }
  .border-active-yellow:active.lighten-border-active-3 {
    border-color: #fef9ea !important; }
  .border-active-yellow:active.darken-border-active-1 {
    border-color: #f7ca4e !important; }
  .border-active-yellow:active.darken-border-active-2 {
    border-color: #f6bf27 !important; }
  .border-active-yellow:active.darken-border-active-3 {
    border-color: #e9ae0a !important; }

.border-red {
  border-color: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-red.lighten-border-1 {
    border-color: #fd8a89 !important; }
  .border-red.lighten-border-2 {
    border-color: #feb2b1 !important; }
  .border-red.lighten-border-3 {
    border-color: #fed9d9 !important; }
  .border-red.darken-border-1 {
    border-color: #fb3a39 !important; }
  .border-red.darken-border-2 {
    border-color: #fa1211 !important; }
  .border-red.darken-border-3 {
    border-color: #de0604 !important; }

.border-hover-red:not(:active):hover, .border-hover-red:not(:active):focus {
  border-color: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-red:not(:active):hover.lighten-border-hover-1, .border-hover-red:not(:active):focus.lighten-border-hover-1 {
    border-color: #fd8a89 !important; }
  .border-hover-red:not(:active):hover.lighten-border-hover-2, .border-hover-red:not(:active):focus.lighten-border-hover-2 {
    border-color: #feb2b1 !important; }
  .border-hover-red:not(:active):hover.lighten-border-hover-3, .border-hover-red:not(:active):focus.lighten-border-hover-3 {
    border-color: #fed9d9 !important; }
  .border-hover-red:not(:active):hover.darken-border-hover-1, .border-hover-red:not(:active):focus.darken-border-hover-1 {
    border-color: #fb3a39 !important; }
  .border-hover-red:not(:active):hover.darken-border-hover-2, .border-hover-red:not(:active):focus.darken-border-hover-2 {
    border-color: #fa1211 !important; }
  .border-hover-red:not(:active):hover.darken-border-hover-3, .border-hover-red:not(:active):focus.darken-border-hover-3 {
    border-color: #de0604 !important; }

.border-active-red:active {
  border-color: #FC6261 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-red:active.lighten-border-active-1 {
    border-color: #fd8a89 !important; }
  .border-active-red:active.lighten-border-active-2 {
    border-color: #feb2b1 !important; }
  .border-active-red:active.lighten-border-active-3 {
    border-color: #fed9d9 !important; }
  .border-active-red:active.darken-border-active-1 {
    border-color: #fb3a39 !important; }
  .border-active-red:active.darken-border-active-2 {
    border-color: #fa1211 !important; }
  .border-active-red:active.darken-border-active-3 {
    border-color: #de0604 !important; }

.border-purple {
  border-color: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-purple.lighten-border-1 {
    border-color: #ad93e9 !important; }
  .border-purple.lighten-border-2 {
    border-color: #c7b5f0 !important; }
  .border-purple.lighten-border-3 {
    border-color: #e0d7f7 !important; }
  .border-purple.darken-border-1 {
    border-color: #794fdb !important; }
  .border-purple.darken-border-2 {
    border-color: #5f2dd4 !important; }
  .border-purple.darken-border-3 {
    border-color: #5025b4 !important; }

.border-hover-purple:not(:active):hover, .border-hover-purple:not(:active):focus {
  border-color: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-purple:not(:active):hover.lighten-border-hover-1, .border-hover-purple:not(:active):focus.lighten-border-hover-1 {
    border-color: #ad93e9 !important; }
  .border-hover-purple:not(:active):hover.lighten-border-hover-2, .border-hover-purple:not(:active):focus.lighten-border-hover-2 {
    border-color: #c7b5f0 !important; }
  .border-hover-purple:not(:active):hover.lighten-border-hover-3, .border-hover-purple:not(:active):focus.lighten-border-hover-3 {
    border-color: #e0d7f7 !important; }
  .border-hover-purple:not(:active):hover.darken-border-hover-1, .border-hover-purple:not(:active):focus.darken-border-hover-1 {
    border-color: #794fdb !important; }
  .border-hover-purple:not(:active):hover.darken-border-hover-2, .border-hover-purple:not(:active):focus.darken-border-hover-2 {
    border-color: #5f2dd4 !important; }
  .border-hover-purple:not(:active):hover.darken-border-hover-3, .border-hover-purple:not(:active):focus.darken-border-hover-3 {
    border-color: #5025b4 !important; }

.border-active-purple:active {
  border-color: #9371E2 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-purple:active.lighten-border-active-1 {
    border-color: #ad93e9 !important; }
  .border-active-purple:active.lighten-border-active-2 {
    border-color: #c7b5f0 !important; }
  .border-active-purple:active.lighten-border-active-3 {
    border-color: #e0d7f7 !important; }
  .border-active-purple:active.darken-border-active-1 {
    border-color: #794fdb !important; }
  .border-active-purple:active.darken-border-active-2 {
    border-color: #5f2dd4 !important; }
  .border-active-purple:active.darken-border-active-3 {
    border-color: #5025b4 !important; }

.border-orange {
  border-color: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-orange.lighten-border-1 {
    border-color: #ffbd8e !important; }
  .border-orange.lighten-border-2 {
    border-color: #ffd5b7 !important; }
  .border-orange.lighten-border-3 {
    border-color: #ffeddf !important; }
  .border-orange.darken-border-1 {
    border-color: #ff8d3c !important; }
  .border-orange.darken-border-2 {
    border-color: #ff7513 !important; }
  .border-orange.darken-border-3 {
    border-color: #ea6100 !important; }

.border-hover-orange:not(:active):hover, .border-hover-orange:not(:active):focus {
  border-color: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-orange:not(:active):hover.lighten-border-hover-1, .border-hover-orange:not(:active):focus.lighten-border-hover-1 {
    border-color: #ffbd8e !important; }
  .border-hover-orange:not(:active):hover.lighten-border-hover-2, .border-hover-orange:not(:active):focus.lighten-border-hover-2 {
    border-color: #ffd5b7 !important; }
  .border-hover-orange:not(:active):hover.lighten-border-hover-3, .border-hover-orange:not(:active):focus.lighten-border-hover-3 {
    border-color: #ffeddf !important; }
  .border-hover-orange:not(:active):hover.darken-border-hover-1, .border-hover-orange:not(:active):focus.darken-border-hover-1 {
    border-color: #ff8d3c !important; }
  .border-hover-orange:not(:active):hover.darken-border-hover-2, .border-hover-orange:not(:active):focus.darken-border-hover-2 {
    border-color: #ff7513 !important; }
  .border-hover-orange:not(:active):hover.darken-border-hover-3, .border-hover-orange:not(:active):focus.darken-border-hover-3 {
    border-color: #ea6100 !important; }

.border-active-orange:active {
  border-color: #FFA565 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-orange:active.lighten-border-active-1 {
    border-color: #ffbd8e !important; }
  .border-active-orange:active.lighten-border-active-2 {
    border-color: #ffd5b7 !important; }
  .border-active-orange:active.lighten-border-active-3 {
    border-color: #ffeddf !important; }
  .border-active-orange:active.darken-border-active-1 {
    border-color: #ff8d3c !important; }
  .border-active-orange:active.darken-border-active-2 {
    border-color: #ff7513 !important; }
  .border-active-orange:active.darken-border-active-3 {
    border-color: #ea6100 !important; }

.border-teal {
  border-color: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-teal.lighten-border-1 {
    border-color: #89eaec !important; }
  .border-teal.lighten-border-2 {
    border-color: #acf0f1 !important; }
  .border-teal.lighten-border-3 {
    border-color: #cff7f7 !important; }
  .border-teal.darken-border-1 {
    border-color: #43dee0 !important; }
  .border-teal.darken-border-2 {
    border-color: #23d4d7 !important; }
  .border-teal.darken-border-3 {
    border-color: #1db2b4 !important; }

.border-hover-teal:not(:active):hover, .border-hover-teal:not(:active):focus {
  border-color: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-teal:not(:active):hover.lighten-border-hover-1, .border-hover-teal:not(:active):focus.lighten-border-hover-1 {
    border-color: #89eaec !important; }
  .border-hover-teal:not(:active):hover.lighten-border-hover-2, .border-hover-teal:not(:active):focus.lighten-border-hover-2 {
    border-color: #acf0f1 !important; }
  .border-hover-teal:not(:active):hover.lighten-border-hover-3, .border-hover-teal:not(:active):focus.lighten-border-hover-3 {
    border-color: #cff7f7 !important; }
  .border-hover-teal:not(:active):hover.darken-border-hover-1, .border-hover-teal:not(:active):focus.darken-border-hover-1 {
    border-color: #43dee0 !important; }
  .border-hover-teal:not(:active):hover.darken-border-hover-2, .border-hover-teal:not(:active):focus.darken-border-hover-2 {
    border-color: #23d4d7 !important; }
  .border-hover-teal:not(:active):hover.darken-border-hover-3, .border-hover-teal:not(:active):focus.darken-border-hover-3 {
    border-color: #1db2b4 !important; }

.border-active-teal:active {
  border-color: #66E4E6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-teal:active.lighten-border-active-1 {
    border-color: #89eaec !important; }
  .border-active-teal:active.lighten-border-active-2 {
    border-color: #acf0f1 !important; }
  .border-active-teal:active.lighten-border-active-3 {
    border-color: #cff7f7 !important; }
  .border-active-teal:active.darken-border-active-1 {
    border-color: #43dee0 !important; }
  .border-active-teal:active.darken-border-active-2 {
    border-color: #23d4d7 !important; }
  .border-active-teal:active.darken-border-active-3 {
    border-color: #1db2b4 !important; }

.border-pink {
  border-color: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-pink.lighten-border-1 {
    border-color: #fea0c1 !important; }
  .border-pink.lighten-border-2 {
    border-color: #ffc8db !important; }
  .border-pink.lighten-border-3 {
    border-color: #fff1f6 !important; }
  .border-pink.darken-border-1 {
    border-color: #fe4e8b !important; }
  .border-pink.darken-border-2 {
    border-color: #fd2671 !important; }
  .border-pink.darken-border-3 {
    border-color: #f90258 !important; }

.border-hover-pink:not(:active):hover, .border-hover-pink:not(:active):focus {
  border-color: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-pink:not(:active):hover.lighten-border-hover-1, .border-hover-pink:not(:active):focus.lighten-border-hover-1 {
    border-color: #fea0c1 !important; }
  .border-hover-pink:not(:active):hover.lighten-border-hover-2, .border-hover-pink:not(:active):focus.lighten-border-hover-2 {
    border-color: #ffc8db !important; }
  .border-hover-pink:not(:active):hover.lighten-border-hover-3, .border-hover-pink:not(:active):focus.lighten-border-hover-3 {
    border-color: #fff1f6 !important; }
  .border-hover-pink:not(:active):hover.darken-border-hover-1, .border-hover-pink:not(:active):focus.darken-border-hover-1 {
    border-color: #fe4e8b !important; }
  .border-hover-pink:not(:active):hover.darken-border-hover-2, .border-hover-pink:not(:active):focus.darken-border-hover-2 {
    border-color: #fd2671 !important; }
  .border-hover-pink:not(:active):hover.darken-border-hover-3, .border-hover-pink:not(:active):focus.darken-border-hover-3 {
    border-color: #f90258 !important; }

.border-active-pink:active {
  border-color: #fE77A6 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-pink:active.lighten-border-active-1 {
    border-color: #fea0c1 !important; }
  .border-active-pink:active.lighten-border-active-2 {
    border-color: #ffc8db !important; }
  .border-active-pink:active.lighten-border-active-3 {
    border-color: #fff1f6 !important; }
  .border-active-pink:active.darken-border-active-1 {
    border-color: #fe4e8b !important; }
  .border-active-pink:active.darken-border-active-2 {
    border-color: #fd2671 !important; }
  .border-active-pink:active.darken-border-active-3 {
    border-color: #f90258 !important; }

.border-indigo {
  border-color: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-indigo.lighten-border-1 {
    border-color: #9493ef !important; }
  .border-indigo.lighten-border-2 {
    border-color: #b7b6f4 !important; }
  .border-indigo.lighten-border-3 {
    border-color: #dadafa !important; }
  .border-indigo.darken-border-1 {
    border-color: #4e4be5 !important; }
  .border-indigo.darken-border-2 {
    border-color: #2b28e0 !important; }
  .border-indigo.darken-border-3 {
    border-color: #1f1cc2 !important; }

.border-hover-indigo:not(:active):hover, .border-hover-indigo:not(:active):focus {
  border-color: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-indigo:not(:active):hover.lighten-border-hover-1, .border-hover-indigo:not(:active):focus.lighten-border-hover-1 {
    border-color: #9493ef !important; }
  .border-hover-indigo:not(:active):hover.lighten-border-hover-2, .border-hover-indigo:not(:active):focus.lighten-border-hover-2 {
    border-color: #b7b6f4 !important; }
  .border-hover-indigo:not(:active):hover.lighten-border-hover-3, .border-hover-indigo:not(:active):focus.lighten-border-hover-3 {
    border-color: #dadafa !important; }
  .border-hover-indigo:not(:active):hover.darken-border-hover-1, .border-hover-indigo:not(:active):focus.darken-border-hover-1 {
    border-color: #4e4be5 !important; }
  .border-hover-indigo:not(:active):hover.darken-border-hover-2, .border-hover-indigo:not(:active):focus.darken-border-hover-2 {
    border-color: #2b28e0 !important; }
  .border-hover-indigo:not(:active):hover.darken-border-hover-3, .border-hover-indigo:not(:active):focus.darken-border-hover-3 {
    border-color: #1f1cc2 !important; }

.border-active-indigo:active {
  border-color: #716FEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-indigo:active.lighten-border-active-1 {
    border-color: #9493ef !important; }
  .border-active-indigo:active.lighten-border-active-2 {
    border-color: #b7b6f4 !important; }
  .border-active-indigo:active.lighten-border-active-3 {
    border-color: #dadafa !important; }
  .border-active-indigo:active.darken-border-active-1 {
    border-color: #4e4be5 !important; }
  .border-active-indigo:active.darken-border-active-2 {
    border-color: #2b28e0 !important; }
  .border-active-indigo:active.darken-border-active-3 {
    border-color: #1f1cc2 !important; }

.border-dark {
  border-color: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-dark.lighten-border-1 {
    border-color: #515c7c !important; }
  .border-dark.lighten-border-2 {
    border-color: #616f94 !important; }
  .border-dark.lighten-border-3 {
    border-color: #7884a6 !important; }
  .border-dark.darken-border-1 {
    border-color: #31384a !important; }
  .border-dark.darken-border-2 {
    border-color: #212532 !important; }
  .border-dark.darken-border-3 {
    border-color: #101319 !important; }

.border-hover-dark:not(:active):hover, .border-hover-dark:not(:active):focus {
  border-color: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-dark:not(:active):hover.lighten-border-hover-1, .border-hover-dark:not(:active):focus.lighten-border-hover-1 {
    border-color: #515c7c !important; }
  .border-hover-dark:not(:active):hover.lighten-border-hover-2, .border-hover-dark:not(:active):focus.lighten-border-hover-2 {
    border-color: #616f94 !important; }
  .border-hover-dark:not(:active):hover.lighten-border-hover-3, .border-hover-dark:not(:active):focus.lighten-border-hover-3 {
    border-color: #7884a6 !important; }
  .border-hover-dark:not(:active):hover.darken-border-hover-1, .border-hover-dark:not(:active):focus.darken-border-hover-1 {
    border-color: #31384a !important; }
  .border-hover-dark:not(:active):hover.darken-border-hover-2, .border-hover-dark:not(:active):focus.darken-border-hover-2 {
    border-color: #212532 !important; }
  .border-hover-dark:not(:active):hover.darken-border-hover-3, .border-hover-dark:not(:active):focus.darken-border-hover-3 {
    border-color: #101319 !important; }

.border-active-dark:active {
  border-color: #414A63 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-dark:active.lighten-border-active-1 {
    border-color: #515c7c !important; }
  .border-active-dark:active.lighten-border-active-2 {
    border-color: #616f94 !important; }
  .border-active-dark:active.lighten-border-active-3 {
    border-color: #7884a6 !important; }
  .border-active-dark:active.darken-border-active-1 {
    border-color: #31384a !important; }
  .border-active-dark:active.darken-border-active-2 {
    border-color: #212532 !important; }
  .border-active-dark:active.darken-border-active-3 {
    border-color: #101319 !important; }

.border-light {
  border-color: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-light.lighten-border-1 {
    border-color: #fefefe !important; }
  .border-light.lighten-border-2 {
    border-color: white !important; }
  .border-light.lighten-border-3 {
    border-color: white !important; }
  .border-light.darken-border-1 {
    border-color: #d6d6d6 !important; }
  .border-light.darken-border-2 {
    border-color: #c1c1c1 !important; }
  .border-light.darken-border-3 {
    border-color: #adadad !important; }

.border-hover-light:not(:active):hover, .border-hover-light:not(:active):focus {
  border-color: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-hover-light:not(:active):hover.lighten-border-hover-1, .border-hover-light:not(:active):focus.lighten-border-hover-1 {
    border-color: #fefefe !important; }
  .border-hover-light:not(:active):hover.lighten-border-hover-2, .border-hover-light:not(:active):focus.lighten-border-hover-2 {
    border-color: white !important; }
  .border-hover-light:not(:active):hover.lighten-border-hover-3, .border-hover-light:not(:active):focus.lighten-border-hover-3 {
    border-color: white !important; }
  .border-hover-light:not(:active):hover.darken-border-hover-1, .border-hover-light:not(:active):focus.darken-border-hover-1 {
    border-color: #d6d6d6 !important; }
  .border-hover-light:not(:active):hover.darken-border-hover-2, .border-hover-light:not(:active):focus.darken-border-hover-2 {
    border-color: #c1c1c1 !important; }
  .border-hover-light:not(:active):hover.darken-border-hover-3, .border-hover-light:not(:active):focus.darken-border-hover-3 {
    border-color: #adadad !important; }

.border-active-light:active {
  border-color: #EAEAEA !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }
  .border-active-light:active.lighten-border-active-1 {
    border-color: #fefefe !important; }
  .border-active-light:active.lighten-border-active-2 {
    border-color: white !important; }
  .border-active-light:active.lighten-border-active-3 {
    border-color: white !important; }
  .border-active-light:active.darken-border-active-1 {
    border-color: #d6d6d6 !important; }
  .border-active-light:active.darken-border-active-2 {
    border-color: #c1c1c1 !important; }
  .border-active-light:active.darken-border-active-3 {
    border-color: #adadad !important; }

.border-black {
  border-color: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }

.border-hover-black:not(:active):hover, .border-hover-black:not(:active):focus {
  border-color: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }

.border-active-black:active {
  border-color: #252627 !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }

.border-white {
  border-color: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }

.border-hover-white:not(:active):hover, .border-hover-white:not(:active):focus {
  border-color: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }

.border-active-white:active {
  border-color: #FFFFFF !important;
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out;
  border-width: 1px;
  border-style: solid; }

.bg-tint-blue {
  background: #f0f3f8 !important; }

.bg-tint-green {
  background: #f2f6f2 !important; }

.bg-tint-yellow {
  background: #f8f6f1 !important; }

.bg-tint-red {
  background: #f8f1f0 !important; }

.bg-tint-purple {
  background: #f3f1f7 !important; }

.bg-tint-orange {
  background: #f8f4f1 !important; }

.bg-tint-teal {
  background: #f1f7f7 !important; }

.bg-tint-pink {
  background: #f8f2f4 !important; }

.bg-tint-indigo {
  background: #f1f1f7 !important; }

.bg-tint-dark {
  background: #efeff1 !important; }

.bg-tint-light {
  background: #f8f8f8 !important; }

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
  max-height: 100%;
  max-width: 100%; }

hr {
  display: block;
  background: #414A63;
  margin: 1.5rem 0;
  height: 1px;
  border: none; }
  hr.blue {
    background: #6192F4; }
  hr.green {
    background: #76D37E; }
  hr.yellow {
    background: #F9D675; }
  hr.red {
    background: #FC6261; }
  hr.purple {
    background: #9371E2; }
  hr.orange {
    background: #FFA565; }
  hr.teal {
    background: #66E4E6; }
  hr.pink {
    background: #fE77A6; }
  hr.indigo {
    background: #716FEA; }
  hr.dark {
    background: #414A63; }
  hr.light {
    background: #EAEAEA; }
  hr.black {
    background: #252627; }
  hr.white {
    background: #FFFFFF; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #252627; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #252627;
  font-weight: 600;
  margin: 0 0 0.5rem;
  word-break: break-word; }
  h1.header, .h1.header,
  h2.header, .h2.header,
  h3.header, .h3.header,
  h4.header, .h4.header,
  h5.header, .h5.header,
  h6.header, .h6.header {
    margin-bottom: 0; }
    h1.header + .subheader, .h1.header + .subheader,
    h2.header + .subheader, .h2.header + .subheader,
    h3.header + .subheader, .h3.header + .subheader,
    h4.header + .subheader, .h4.header + .subheader,
    h5.header + .subheader, .h5.header + .subheader,
    h6.header + .subheader, .h6.header + .subheader {
      margin-top: 0.25rem;
      margin-bottom: 0.75rem; }
      h1.header + .subheader:last-child, .h1.header + .subheader:last-child,
      h2.header + .subheader:last-child, .h2.header + .subheader:last-child,
      h3.header + .subheader:last-child, .h3.header + .subheader:last-child,
      h4.header + .subheader:last-child, .h4.header + .subheader:last-child,
      h5.header + .subheader:last-child, .h5.header + .subheader:last-child,
      h6.header + .subheader:last-child, .h6.header + .subheader:last-child {
        margin-bottom: 0; }
  h1.thin, .h1.thin,
  h2.thin, .h2.thin,
  h3.thin, .h3.thin,
  h4.thin, .h4.thin,
  h5.thin, .h5.thin,
  h6.thin, .h6.thin {
    font-weight: 400; }
  h1.less-margin, .h1.less-margin,
  h2.less-margin, .h2.less-margin,
  h3.less-margin, .h3.less-margin,
  h4.less-margin, .h4.less-margin,
  h5.less-margin, .h5.less-margin,
  h6.less-margin, .h6.less-margin {
    margin-bottom: 0.25rem !important; }
  h1.no-margin, .h1.no-margin,
  h2.no-margin, .h2.no-margin,
  h3.no-margin, .h3.no-margin,
  h4.no-margin, .h4.no-margin,
  h5.no-margin, .h5.no-margin,
  h6.no-margin, .h6.no-margin {
    margin-bottom: 0 !important; }

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1; }

h2, .h2 {
  font-size: 2rem;
  line-height: 1; }

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1; }

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1; }

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

.text-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #252627;
  margin: 0.5rem 0px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .text-divider:before, .text-divider:after {
    background: #414A63;
    content: "";
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .text-divider:before {
    margin: 0 1rem 0 0; }
  .text-divider:after {
    margin: 0 0 0 1rem; }
  .text-divider h1, .text-divider .h1,
  .text-divider h2, .text-divider .h2,
  .text-divider h3, .text-divider .h3,
  .text-divider h4, .text-divider .h4,
  .text-divider h5, .text-divider .h5,
  .text-divider h6, .text-divider .h6 {
    margin-bottom: 0px; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.bold {
  font-weight: 700; }

.normal {
  font-weight: 400; }

.thin {
  font-weight: 300; }

.italic {
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.hover-grow:hover, .hover-grow:focus {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hover-shrink:hover, .hover-shrink:focus {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hover-float:hover, .hover-float:focus {
  -webkit-transform: translateY(-0.35em);
  -ms-transform: translateY(-0.35em);
  transform: translateY(-0.35em);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hover-sink:hover, .hover-sink:focus {
  -webkit-transform: translateY(0.35em);
  -ms-transform: translateY(0.35em);
  transform: translateY(0.35em);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.hover-pulse:hover, .hover-pulse:focus {
  -webkit-animation: pulse 1s linear;
  animation: pulse 1s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  75% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  75% {
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.hover-hop:hover, .hover-hop:focus {
  -webkit-animation: hop 1s ease-in-out;
  animation: hop 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hop {
  0% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); }
  50% {
    -webkit-transform: translateY(-0.55em);
    transform: translateY(-0.55em); }
  100% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); } }

@keyframes hop {
  0% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); }
  50% {
    -webkit-transform: translateY(-0.55em);
    transform: translateY(-0.55em); }
  100% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); } }

.hover-bob:hover, .hover-bob:focus {
  -webkit-animation: bob 1s ease-in-out;
  animation: bob 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes bob {
  0% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); }
  50% {
    -webkit-transform: translateY(0.55em);
    transform: translateY(0.55em); }
  100% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); } }

@keyframes bob {
  0% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); }
  50% {
    -webkit-transform: translateY(0.55em);
    transform: translateY(0.55em); }
  100% {
    -webkit-transform: translateY(0em);
    transform: translateY(0em); } }

@media screen and (min-width: 575px) {
  .hide-after-xs {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .hide-after-sm {
    display: none !important; } }

@media screen and (min-width: 991px) {
  .hide-after-md {
    display: none !important; } }

@media screen and (min-width: 1279px) {
  .hide-after-lg {
    display: none !important; } }

@media screen and (min-width: 11999px) {
  .hide-after-xl {
    display: none !important; } }

@media screen and (max-width: 0px) {
  .hide-until-xs {
    display: none !important; } }

@media screen and (max-width: 576px) {
  .hide-until-sm {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .hide-until-md {
    display: none !important; } }

@media screen and (max-width: 992px) {
  .hide-until-lg {
    display: none !important; } }

@media screen and (max-width: 1280px) {
  .hide-until-xl {
    display: none !important; } }

@media screen and (min-width: 0px) and (max-width: 576px) {
  .hide-xs {
    display: none !important; } }

@media screen and (min-width: 576px) and (max-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .hide-md {
    display: none !important; } }

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .hide-lg {
    display: none !important; } }

@media screen and (min-width: 1280px) and (max-width: 12000px) {
  .hide-xl {
    display: none !important; } }

.hide {
  display: none !important; }

.display-block {
  display: block !important; }

.display-inline {
  display: inline !important; }

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

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.display-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.align-content-top {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.align-content-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.align-content-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.align-content-space-evenly {
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-items-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-stretch {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

.justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-no-wrap {
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap; }

.border-dotted {
  border-style: dotted; }

.border-dashed {
  border-style: dashed; }

.border-thick {
  border-width: 0.2em; }

.border-thin {
  border-width: 0.05em; }

.border-transparent {
  border-color: transparent !important; }

.border-none {
  border: none !important; }

.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.m-0 {
  margin: 0em !important; }

.mt-0 {
  margin-top: 0em !important; }

.mb-0 {
  margin-bottom: 0em !important; }

.ml-0 {
  margin-left: 0em !important; }

.mr-0 {
  margin-right: 0em !important; }

.mv-0 {
  margin: 0em 0 !important; }

.mh-0 {
  margin: 0 0em !important; }

.m-1 {
  margin: 0.5em !important; }

.mt-1 {
  margin-top: 0.5em !important; }

.mb-1 {
  margin-bottom: 0.5em !important; }

.ml-1 {
  margin-left: 0.5em !important; }

.mr-1 {
  margin-right: 0.5em !important; }

.mv-1 {
  margin: 0.5em 0 !important; }

.mh-1 {
  margin: 0 0.5em !important; }

.m-2 {
  margin: 1em !important; }

.mt-2 {
  margin-top: 1em !important; }

.mb-2 {
  margin-bottom: 1em !important; }

.ml-2 {
  margin-left: 1em !important; }

.mr-2 {
  margin-right: 1em !important; }

.mv-2 {
  margin: 1em 0 !important; }

.mh-2 {
  margin: 0 1em !important; }

.m-3 {
  margin: 1.5em !important; }

.mt-3 {
  margin-top: 1.5em !important; }

.mb-3 {
  margin-bottom: 1.5em !important; }

.ml-3 {
  margin-left: 1.5em !important; }

.mr-3 {
  margin-right: 1.5em !important; }

.mv-3 {
  margin: 1.5em 0 !important; }

.mh-3 {
  margin: 0 1.5em !important; }

.m-4 {
  margin: 2em !important; }

.mt-4 {
  margin-top: 2em !important; }

.mb-4 {
  margin-bottom: 2em !important; }

.ml-4 {
  margin-left: 2em !important; }

.mr-4 {
  margin-right: 2em !important; }

.mv-4 {
  margin: 2em 0 !important; }

.mh-4 {
  margin: 0 2em !important; }

.p-0 {
  padding: 0em !important; }

.pt-0 {
  padding-top: 0em !important; }

.pb-0 {
  padding-bottom: 0em !important; }

.pl-0 {
  padding-left: 0em !important; }

.pr-0 {
  padding-right: 0em !important; }

.pv-0 {
  padding: 0em 0 !important; }

.ph-0 {
  padding: 0 0em !important; }

.p-1 {
  padding: 0.5em !important; }

.pt-1 {
  padding-top: 0.5em !important; }

.pb-1 {
  padding-bottom: 0.5em !important; }

.pl-1 {
  padding-left: 0.5em !important; }

.pr-1 {
  padding-right: 0.5em !important; }

.pv-1 {
  padding: 0.5em 0 !important; }

.ph-1 {
  padding: 0 0.5em !important; }

.p-2 {
  padding: 1em !important; }

.pt-2 {
  padding-top: 1em !important; }

.pb-2 {
  padding-bottom: 1em !important; }

.pl-2 {
  padding-left: 1em !important; }

.pr-2 {
  padding-right: 1em !important; }

.pv-2 {
  padding: 1em 0 !important; }

.ph-2 {
  padding: 0 1em !important; }

.p-3 {
  padding: 1.5em !important; }

.pt-3 {
  padding-top: 1.5em !important; }

.pb-3 {
  padding-bottom: 1.5em !important; }

.pl-3 {
  padding-left: 1.5em !important; }

.pr-3 {
  padding-right: 1.5em !important; }

.pv-3 {
  padding: 1.5em 0 !important; }

.ph-3 {
  padding: 0 1.5em !important; }

.p-4 {
  padding: 2em !important; }

.pt-4 {
  padding-top: 2em !important; }

.pb-4 {
  padding-bottom: 2em !important; }

.pl-4 {
  padding-left: 2em !important; }

.pr-4 {
  padding-right: 2em !important; }

.pv-4 {
  padding: 2em 0 !important; }

.ph-4 {
  padding: 0 2em !important; }

.shape-rounded {
  border-radius: 0.2em; }

.shape-circular {
  border-radius: 50%; }

.shape-pill {
  border-radius: 9999px; }

.shape-no-radius {
  border-radius: 0 !important; }

.shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.shadow-hover-1 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .shadow-hover-1:hover, .shadow-hover-1:focus {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.shadow-hover-2 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .shadow-hover-2:hover, .shadow-hover-2:focus {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.shadow-hover-3 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .shadow-hover-3:hover, .shadow-hover-3:focus {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.shadow-hover-4 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .shadow-hover-4:hover, .shadow-hover-4:focus {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.shadow-hover-5 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .shadow-hover-5:hover, .shadow-hover-5:focus {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.soft-shadow-1 {
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2); }

.soft-shadow-2 {
  -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.25); }

.soft-shadow-3 {
  -webkit-box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.3); }

.soft-shadow-hover-1 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .soft-shadow-hover-1:hover, .soft-shadow-hover-1:focus {
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.2); }

.soft-shadow-hover-2 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .soft-shadow-hover-2:hover, .soft-shadow-hover-2:focus {
    -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.25); }

.soft-shadow-hover-3 {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .soft-shadow-hover-3:hover, .soft-shadow-hover-3:focus {
    -webkit-box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 48px rgba(0, 0, 0, 0.3); }

/* Alignment of 'row' */
.row-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.row-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.row-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.row-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.row-align-space-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.row-align-space-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.row-align-space-evenly {
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly; }

.row-justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.row-justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.row-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.row-justify-stretch {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }

.row-justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.row-justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.row-justify-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.row.row-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.row.row-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.row.row-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.row.row-direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* Alignment of 'col' */
.col-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.col-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

/* Alignment of content inside a column */
.vertical-center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

section, .section {
  padding: 2.5rem 1.5rem; }

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1em 0 0 -1em;
  /* Gutters */ }
  .row:not(:last-child) {
    padding-bottom: 1em; }
  .row + hr {
    margin-top: 0.75em; }
  .row .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1em 0 0 1em;
    min-width: 0;
    max-width: 100%; }
  .row.no-vertical-spacing {
    padding-bottom: 0; }
  .row.gapless {
    margin: 0; }
    .row.gapless .col {
      padding: 0; }

@media screen and (min-width: 0px) {
  .row .col.xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%; }
  .row .col.offset-xs-1 {
    margin-left: 8.33333%; }
  .row .col.xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%; }
  .row .col.offset-xs-2 {
    margin-left: 16.66667%; }
  .row .col.xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .row .col.offset-xs-3 {
    margin-left: 25%; }
  .row .col.xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
  .row .col.offset-xs-4 {
    margin-left: 33.33333%; }
  .row .col.xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%; }
  .row .col.offset-xs-5 {
    margin-left: 41.66667%; }
  .row .col.xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .row .col.offset-xs-6 {
    margin-left: 50%; }
  .row .col.xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%; }
  .row .col.offset-xs-7 {
    margin-left: 58.33333%; }
  .row .col.xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%; }
  .row .col.offset-xs-8 {
    margin-left: 66.66667%; }
  .row .col.xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .row .col.offset-xs-9 {
    margin-left: 75%; }
  .row .col.xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%; }
  .row .col.offset-xs-10 {
    margin-left: 83.33333%; }
  .row .col.xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%; }
  .row .col.offset-xs-11 {
    margin-left: 91.66667%; }
  .row .col.xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .row .col.offset-xs-12 {
    margin-left: 100%; } }

@media screen and (min-width: 576px) {
  .row .col.sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%; }
  .row .col.offset-sm-1 {
    margin-left: 8.33333%; }
  .row .col.sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%; }
  .row .col.offset-sm-2 {
    margin-left: 16.66667%; }
  .row .col.sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .row .col.offset-sm-3 {
    margin-left: 25%; }
  .row .col.sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
  .row .col.offset-sm-4 {
    margin-left: 33.33333%; }
  .row .col.sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%; }
  .row .col.offset-sm-5 {
    margin-left: 41.66667%; }
  .row .col.sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .row .col.offset-sm-6 {
    margin-left: 50%; }
  .row .col.sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%; }
  .row .col.offset-sm-7 {
    margin-left: 58.33333%; }
  .row .col.sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%; }
  .row .col.offset-sm-8 {
    margin-left: 66.66667%; }
  .row .col.sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .row .col.offset-sm-9 {
    margin-left: 75%; }
  .row .col.sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%; }
  .row .col.offset-sm-10 {
    margin-left: 83.33333%; }
  .row .col.sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%; }
  .row .col.offset-sm-11 {
    margin-left: 91.66667%; }
  .row .col.sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .row .col.offset-sm-12 {
    margin-left: 100%; } }

@media screen and (min-width: 768px) {
  .row .col.md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%; }
  .row .col.offset-md-1 {
    margin-left: 8.33333%; }
  .row .col.md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%; }
  .row .col.offset-md-2 {
    margin-left: 16.66667%; }
  .row .col.md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .row .col.offset-md-3 {
    margin-left: 25%; }
  .row .col.md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
  .row .col.offset-md-4 {
    margin-left: 33.33333%; }
  .row .col.md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%; }
  .row .col.offset-md-5 {
    margin-left: 41.66667%; }
  .row .col.md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .row .col.offset-md-6 {
    margin-left: 50%; }
  .row .col.md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%; }
  .row .col.offset-md-7 {
    margin-left: 58.33333%; }
  .row .col.md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%; }
  .row .col.offset-md-8 {
    margin-left: 66.66667%; }
  .row .col.md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .row .col.offset-md-9 {
    margin-left: 75%; }
  .row .col.md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%; }
  .row .col.offset-md-10 {
    margin-left: 83.33333%; }
  .row .col.md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%; }
  .row .col.offset-md-11 {
    margin-left: 91.66667%; }
  .row .col.md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .row .col.offset-md-12 {
    margin-left: 100%; } }

@media screen and (min-width: 992px) {
  .row .col.lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%; }
  .row .col.offset-lg-1 {
    margin-left: 8.33333%; }
  .row .col.lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%; }
  .row .col.offset-lg-2 {
    margin-left: 16.66667%; }
  .row .col.lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .row .col.offset-lg-3 {
    margin-left: 25%; }
  .row .col.lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
  .row .col.offset-lg-4 {
    margin-left: 33.33333%; }
  .row .col.lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%; }
  .row .col.offset-lg-5 {
    margin-left: 41.66667%; }
  .row .col.lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .row .col.offset-lg-6 {
    margin-left: 50%; }
  .row .col.lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%; }
  .row .col.offset-lg-7 {
    margin-left: 58.33333%; }
  .row .col.lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%; }
  .row .col.offset-lg-8 {
    margin-left: 66.66667%; }
  .row .col.lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .row .col.offset-lg-9 {
    margin-left: 75%; }
  .row .col.lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%; }
  .row .col.offset-lg-10 {
    margin-left: 83.33333%; }
  .row .col.lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%; }
  .row .col.offset-lg-11 {
    margin-left: 91.66667%; }
  .row .col.lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .row .col.offset-lg-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1280px) {
  .row .col.xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%; }
  .row .col.offset-xl-1 {
    margin-left: 8.33333%; }
  .row .col.xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%; }
  .row .col.offset-xl-2 {
    margin-left: 16.66667%; }
  .row .col.xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .row .col.offset-xl-3 {
    margin-left: 25%; }
  .row .col.xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%; }
  .row .col.offset-xl-4 {
    margin-left: 33.33333%; }
  .row .col.xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%; }
  .row .col.offset-xl-5 {
    margin-left: 41.66667%; }
  .row .col.xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .row .col.offset-xl-6 {
    margin-left: 50%; }
  .row .col.xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%; }
  .row .col.offset-xl-7 {
    margin-left: 58.33333%; }
  .row .col.xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%; }
  .row .col.offset-xl-8 {
    margin-left: 66.66667%; }
  .row .col.xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%; }
  .row .col.offset-xl-9 {
    margin-left: 75%; }
  .row .col.xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%; }
  .row .col.offset-xl-10 {
    margin-left: 83.33333%; }
  .row .col.xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%; }
  .row .col.offset-xl-11 {
    margin-left: 91.66667%; }
  .row .col.xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .row .col.offset-xl-12 {
    margin-left: 100%; } }

/* header */
.navbar {
  background-color: #414A63;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  /* menu button */ }
  .navbar.fixed {
    position: fixed; }
  .navbar.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .navbar a {
    color: #FFFFFF; }
  .navbar .navbar-menu-items {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    clear: both;
    max-height: 0;
    -webkit-transition: max-height .4s ease-out;
    -o-transition: max-height .4s ease-out;
    transition: max-height .4s ease-out;
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .navbar .navbar-menu-items {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .navbar .navbar-menu-items li {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .navbar .navbar-menu-items li {
          width: 100%; } }
      .navbar .navbar-menu-items li a {
        display: block;
        padding: 1.25em 1.25em;
        text-decoration: none; }
        .navbar .navbar-menu-items li a:hover, .navbar .navbar-menu-items li a:focus, .navbar .navbar-menu-items li a:active {
          color: #FFFFFF; }
      .navbar .navbar-menu-items li:hover, .navbar .navbar-menu-items li:focus {
        background-color: #31384a; }
      .navbar .navbar-menu-items li:active {
        background-color: #212532; }
  .navbar .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2em;
    padding: 0.3em 0.6em;
    text-decoration: none; }
  .navbar .navbar-menu-toggle {
    cursor: pointer;
    margin-left: auto;
    padding: 1.75em 1.25em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .navbar .navbar-menu-toggle .navbar-icon {
      background: #FFFFFF;
      display: block;
      height: 0.125em;
      position: relative;
      -webkit-transition: background .2s ease-out;
      -o-transition: background .2s ease-out;
      transition: background .2s ease-out;
      width: 1.125em; }
      .navbar .navbar-menu-toggle .navbar-icon:before, .navbar .navbar-menu-toggle .navbar-icon:after {
        background: #FFFFFF;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        width: 100%; }
      .navbar .navbar-menu-toggle .navbar-icon:before {
        top: 0.3em; }
      .navbar .navbar-menu-toggle .navbar-icon:after {
        top: -0.3em; }
  .navbar .navbar-menu-target {
    clip: rect(0 0 0 0);
    position: absolute !important; }
    .navbar .navbar-menu-target:focus + .navbar-menu-toggle {
      outline: -webkit-focus-ring-color auto 5px; }

@-moz-document url-prefix() {
  .navbar .navbar-menu-target:focus + .navbar-menu-toggle {
    outline: #ffffff dotted 1px; } }
    .navbar .navbar-menu-target:checked ~ .navbar-menu-items {
      max-height: 30em; }
    .navbar .navbar-menu-target:checked ~ .navbar-menu-toggle {
      background: none; }
      .navbar .navbar-menu-target:checked ~ .navbar-menu-toggle .navbar-icon {
        background: transparent; }
        .navbar .navbar-menu-target:checked ~ .navbar-menu-toggle .navbar-icon:before {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .navbar .navbar-menu-target:checked ~ .navbar-menu-toggle .navbar-icon:after {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .navbar .navbar-menu-target:checked ~ .navbar-menu-toggle:not(.steps) .navbar-icon:before, .navbar .navbar-menu-target:checked ~ .navbar-menu-toggle:not(.steps) .navbar-icon:after {
        top: 0; }
  @media screen and (min-width: 768px) {
    .navbar .navbar-menu-target {
      display: none; }
    .navbar .navbar-menu-toggle {
      display: none; } }
  @media screen and (min-width: 768px) {
    .navbar .navbar-menu-items {
      clear: none;
      max-height: none;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
      .navbar .navbar-menu-items.menu-items-right {
        margin-left: auto; }
    .navbar li {
      float: left; }
    .navbar a {
      padding: 1.25em 1.875em; } }
  .navbar.blue {
    background-color: #6192F4; }
    .navbar.blue .navbar-menu-items li:hover, .navbar.blue .navbar-menu-items li:focus {
      background-color: #3b78f1; }
    .navbar.blue .navbar-menu-items li:active {
      background-color: #155def; }
  .navbar.green {
    background-color: #76D37E; }
    .navbar.green .navbar-menu-items li:hover, .navbar.green .navbar-menu-items li:focus {
      background-color: #57c961; }
    .navbar.green .navbar-menu-items li:active {
      background-color: #3cbb47; }
  .navbar.yellow {
    background-color: #F9D675; }
    .navbar.yellow .navbar-menu-items li:hover, .navbar.yellow .navbar-menu-items li:focus {
      background-color: #f7ca4e; }
    .navbar.yellow .navbar-menu-items li:active {
      background-color: #f6bf27; }
  .navbar.red {
    background-color: #FC6261; }
    .navbar.red .navbar-menu-items li:hover, .navbar.red .navbar-menu-items li:focus {
      background-color: #fb3a39; }
    .navbar.red .navbar-menu-items li:active {
      background-color: #fa1211; }
  .navbar.purple {
    background-color: #9371E2; }
    .navbar.purple .navbar-menu-items li:hover, .navbar.purple .navbar-menu-items li:focus {
      background-color: #794fdb; }
    .navbar.purple .navbar-menu-items li:active {
      background-color: #5f2dd4; }
  .navbar.orange {
    background-color: #FFA565; }
    .navbar.orange .navbar-menu-items li:hover, .navbar.orange .navbar-menu-items li:focus {
      background-color: #ff8d3c; }
    .navbar.orange .navbar-menu-items li:active {
      background-color: #ff7513; }
  .navbar.teal {
    background-color: #66E4E6; }
    .navbar.teal .navbar-menu-items li:hover, .navbar.teal .navbar-menu-items li:focus {
      background-color: #43dee0; }
    .navbar.teal .navbar-menu-items li:active {
      background-color: #23d4d7; }
  .navbar.pink {
    background-color: #fE77A6; }
    .navbar.pink .navbar-menu-items li:hover, .navbar.pink .navbar-menu-items li:focus {
      background-color: #fe4e8b; }
    .navbar.pink .navbar-menu-items li:active {
      background-color: #fd2671; }
  .navbar.indigo {
    background-color: #716FEA; }
    .navbar.indigo .navbar-menu-items li:hover, .navbar.indigo .navbar-menu-items li:focus {
      background-color: #4e4be5; }
    .navbar.indigo .navbar-menu-items li:active {
      background-color: #2b28e0; }
  .navbar.dark {
    background-color: #414A63; }
    .navbar.dark .navbar-menu-items li:hover, .navbar.dark .navbar-menu-items li:focus {
      background-color: #31384a; }
    .navbar.dark .navbar-menu-items li:active {
      background-color: #212532; }
  .navbar.light {
    background-color: #EAEAEA; }
    .navbar.light .navbar-menu-items li:hover, .navbar.light .navbar-menu-items li:focus {
      background-color: #d6d6d6; }
    .navbar.light .navbar-menu-items li:active {
      background-color: #c1c1c1; }
  .navbar.black {
    background-color: #252627; }
    .navbar.black .navbar-menu-items li:hover, .navbar.black .navbar-menu-items li:focus {
      background-color: #111212; }
    .navbar.black .navbar-menu-items li:active {
      background-color: black; }
  .navbar.white {
    background-color: #FFFFFF; }
    .navbar.white .navbar-menu-items li:hover, .navbar.white .navbar-menu-items li:focus {
      background-color: #ebebeb; }
    .navbar.white .navbar-menu-items li:active {
      background-color: #d6d6d6; }

.message {
  font-size: 1em;
  margin-bottom: 1em;
  border-radius: 0.2em;
  background-color: #e3e4e8; }
  .message.bordered .message-body {
    border-color: #414A63; }
  .message .message-header {
    border: solid 1px rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.3em 1em;
    line-height: 1.25;
    position: relative;
    background-color: #414A63;
    color: #FFFFFF; }
    .message .message-header + .message-body {
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .message .message-body {
    border: solid 1px rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    padding: 1em 1.25em;
    color: #414A63; }
  .message.blue {
    background-color: #e7effd; }
    .message.blue .message-header {
      border-color: #6192F4;
      background-color: #6192F4; }
    .message.blue .message-body {
      color: #0e4ecc; }
    .message.blue.bordered .message-body {
      border-color: #6192F4; }
  .message.green {
    background-color: #eaf8ec; }
    .message.green .message-header {
      border-color: #76D37E;
      background-color: #76D37E; }
    .message.green .message-body {
      color: #329c3b; }
    .message.green.bordered .message-body {
      border-color: #76D37E; }
  .message.yellow {
    background-color: #fef9ea; }
    .message.yellow .message-header {
      border-color: #F9D675;
      background-color: #F9D675; }
    .message.yellow .message-body {
      color: #e9ae0a; }
    .message.yellow.bordered .message-body {
      border-color: #F9D675; }
  .message.red {
    background-color: #ffe7e7; }
    .message.red .message-header {
      border-color: #FC6261;
      background-color: #FC6261; }
    .message.red .message-body {
      color: #de0604; }
    .message.red.bordered .message-body {
      border-color: #FC6261; }
  .message.purple {
    background-color: #efeafb; }
    .message.purple .message-header {
      border-color: #9371E2;
      background-color: #9371E2; }
    .message.purple .message-body {
      color: #5025b4; }
    .message.purple.bordered .message-body {
      border-color: #9371E2; }
  .message.orange {
    background-color: #fff2e8; }
    .message.orange .message-header {
      border-color: #FFA565;
      background-color: #FFA565; }
    .message.orange .message-body {
      color: #ea6100; }
    .message.orange.bordered .message-body {
      border-color: #FFA565; }
  .message.teal {
    background-color: #e8fbfb; }
    .message.teal .message-header {
      border-color: #66E4E6;
      background-color: #66E4E6; }
    .message.teal .message-body {
      color: #1db2b4; }
    .message.teal.bordered .message-body {
      border-color: #66E4E6; }
  .message.pink {
    background-color: #ffebf2; }
    .message.pink .message-header {
      border-color: #fE77A6;
      background-color: #fE77A6; }
    .message.pink .message-body {
      color: #f90258; }
    .message.pink.bordered .message-body {
      border-color: #fE77A6; }
  .message.indigo {
    background-color: #eae9fc; }
    .message.indigo .message-header {
      border-color: #716FEA;
      background-color: #716FEA; }
    .message.indigo .message-body {
      color: #1f1cc2; }
    .message.indigo.bordered .message-body {
      border-color: #716FEA; }
  .message.dark {
    background-color: #e3e4e8; }
    .message.dark .message-header {
      border-color: #414A63;
      background-color: #414A63; }
    .message.dark .message-body {
      color: #101319; }
    .message.dark.bordered .message-body {
      border-color: #414A63; }
  .message.light {
    background-color: #f8f8f8; }
    .message.light .message-header {
      border-color: #EAEAEA;
      background-color: #EAEAEA; }
    .message.light .message-body {
      color: #adadad; }
    .message.light.bordered .message-body {
      border-color: #EAEAEA; }
  .message.black {
    background-color: #dededf; }
    .message.black .message-header {
      border-color: #252627;
      background-color: #252627; }
    .message.black .message-body {
      color: black; }
    .message.black.bordered .message-body {
      border-color: #252627; }
  .message.white {
    background-color: white; }
    .message.white .message-header {
      border-color: #FFFFFF;
      background-color: #FFFFFF; }
    .message.white .message-body {
      color: #c2c2c2; }
    .message.white.bordered .message-body {
      border-color: #FFFFFF; }

.card {
  position: relative;
  color: #252627;
  background-color: #FFFFFF;
  max-width: 100%;
  margin-bottom: 1em;
  border-radius: 0.2em;
  border: 0.075rem solid #d6d6d6; }
  .card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 0.075rem solid #d6d6d6; }
    .card .card-header .card-header-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-weight: 700;
      padding: 1.5em; }
    .card .card-header .card-header-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1.5em;
      cursor: pointer; }
    .card .card-header + .card-image img {
      border-radius: 0; }
    .card .card-header.borderless {
      border-bottom: none; }
      .card .card-header.borderless .card-header-title {
        padding-bottom: 0; }
  .card .card-image {
    display: block;
    position: relative; }
    .card .card-image img {
      display: block;
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      border-top-left-radius: 0.2em;
      border-top-right-radius: 0.2em; }
  .card .card-content {
    padding: 1.5em; }
    .card .card-content.no-top-padding {
      padding-top: 0; }
  .card .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 0.075rem solid #d6d6d6; }
    .card .card-footer .card-footer-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
      flex: 1 0 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0.75em; }
      .card .card-footer .card-footer-item:not(:last-child) {
        border-right: 0.075rem solid #d6d6d6; }
    .card .card-footer.borderless {
      border-top: 0; }
      .card .card-footer.borderless .card-footer-item {
        padding-top: 0;
        border: 0; }
    .card .card-footer.align-items-left {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .card .card-footer.align-items-left .card-footer-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0.75em 1.5em;
        border-right: none; }
    .card .card-footer.align-items-right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .card .card-footer.align-items-right .card-footer-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0.75em 1.5em;
        border-right: none; }

.button, button, input[type="submit"],
input[type="reset"], input[type="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  height: 3em;
  padding: 0 2em;
  margin: 0 0.2em;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: 0.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #414A63;
  border: 1px solid #414A63;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out; }
  .button.inverted, .button.outlined, button.inverted, button.outlined, input[type="submit"].inverted, input[type="submit"].outlined,
  input[type="reset"].inverted,
  input[type="reset"].outlined, input[type="button"].inverted, input[type="button"].outlined {
    color: #414A63;
    border-color: #414A63;
    background-color: rgba(0, 0, 0, 0); }
  .button:not(.no-hover):hover, .button:not(.no-focus):focus, button:not(.no-hover):hover, button:not(.no-focus):focus, input[type="submit"]:not(.no-hover):hover, input[type="submit"]:not(.no-focus):focus,
  input[type="reset"]:not(.no-hover):hover,
  input[type="reset"]:not(.no-focus):focus, input[type="button"]:not(.no-hover):hover, input[type="button"]:not(.no-focus):focus {
    color: #FFFFFF;
    background-color: #31384a;
    border-color: #31384a;
    outline: 0; }
  .button:active, button:active, input[type="submit"]:active,
  input[type="reset"]:active, input[type="button"]:active {
    background-color: #212532;
    border-color: #212532;
    outline: 0; }
  .button[disabled], button[disabled], input[type="submit"][disabled],
  input[type="reset"][disabled], input[type="button"][disabled] {
    color: #FFFFFF;
    background-color: #414A63;
    border: 1px solid #414A63;
    opacity: 0.5;
    cursor: not-allowed; }
  .button.rounded, button.rounded, input[type="submit"].rounded,
  input[type="reset"].rounded, input[type="button"].rounded {
    border-radius: 9999px; }
  .button.outlined:hover, .button.outlined:focus, button.outlined:hover, button.outlined:focus, input[type="submit"].outlined:hover, input[type="submit"].outlined:focus,
  input[type="reset"].outlined:hover,
  input[type="reset"].outlined:focus, input[type="button"].outlined:hover, input[type="button"].outlined:focus {
    color: #31384a;
    border-color: #31384a;
    background-color: rgba(0, 0, 0, 0); }
  .button.outlined:active, button.outlined:active, input[type="submit"].outlined:active,
  input[type="reset"].outlined:active, input[type="button"].outlined:active {
    color: #212532;
    border-color: #212532;
    background-color: rgba(0, 0, 0, 0); }
  .button.inverted[disabled], .button.outlined[disabled], button.inverted[disabled], button.outlined[disabled], input[type="submit"].inverted[disabled], input[type="submit"].outlined[disabled],
  input[type="reset"].inverted[disabled],
  input[type="reset"].outlined[disabled], input[type="button"].inverted[disabled], input[type="button"].outlined[disabled] {
    color: #414A63;
    border-color: #414A63;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.5; }
  .button.blue, button.blue, input[type="submit"].blue,
  input[type="reset"].blue, input[type="button"].blue {
    background-color: #6192F4;
    border: 1px solid #6192F4; }
    .button.blue.inverted, .button.blue.outlined, button.blue.inverted, button.blue.outlined, input[type="submit"].blue.inverted, input[type="submit"].blue.outlined,
    input[type="reset"].blue.inverted,
    input[type="reset"].blue.outlined, input[type="button"].blue.inverted, input[type="button"].blue.outlined {
      color: #6192F4;
      border-color: #6192F4;
      background-color: rgba(0, 0, 0, 0); }
    .button.blue:hover, .button.blue:focus, button.blue:hover, button.blue:focus, input[type="submit"].blue:hover, input[type="submit"].blue:focus,
    input[type="reset"].blue:hover,
    input[type="reset"].blue:focus, input[type="button"].blue:hover, input[type="button"].blue:focus {
      color: #FFFFFF;
      background-color: #3b78f1;
      border-color: #3b78f1; }
    .button.blue:active, button.blue:active, input[type="submit"].blue:active,
    input[type="reset"].blue:active, input[type="button"].blue:active {
      background-color: #155def;
      border-color: #155def;
      outline: 0; }
    .button.blue[disabled], button.blue[disabled], input[type="submit"].blue[disabled],
    input[type="reset"].blue[disabled], input[type="button"].blue[disabled] {
      color: #FFFFFF;
      background-color: #6192F4;
      border: 1px solid #6192F4; }
    .button.blue.outlined:hover, .button.blue.outlined:focus, button.blue.outlined:hover, button.blue.outlined:focus, input[type="submit"].blue.outlined:hover, input[type="submit"].blue.outlined:focus,
    input[type="reset"].blue.outlined:hover,
    input[type="reset"].blue.outlined:focus, input[type="button"].blue.outlined:hover, input[type="button"].blue.outlined:focus {
      color: #3b78f1;
      border-color: #3b78f1;
      background-color: rgba(0, 0, 0, 0); }
    .button.blue.outlined:active, button.blue.outlined:active, input[type="submit"].blue.outlined:active,
    input[type="reset"].blue.outlined:active, input[type="button"].blue.outlined:active {
      color: #155def;
      border-color: #155def;
      background-color: rgba(0, 0, 0, 0); }
    .button.blue.inverted[disabled], .button.blue.outlined[disabled], button.blue.inverted[disabled], button.blue.outlined[disabled], input[type="submit"].blue.inverted[disabled], input[type="submit"].blue.outlined[disabled],
    input[type="reset"].blue.inverted[disabled],
    input[type="reset"].blue.outlined[disabled], input[type="button"].blue.inverted[disabled], input[type="button"].blue.outlined[disabled] {
      color: #6192F4;
      border-color: #6192F4;
      background-color: rgba(0, 0, 0, 0); }
  .button.green, button.green, input[type="submit"].green,
  input[type="reset"].green, input[type="button"].green {
    background-color: #76D37E;
    border: 1px solid #76D37E; }
    .button.green.inverted, .button.green.outlined, button.green.inverted, button.green.outlined, input[type="submit"].green.inverted, input[type="submit"].green.outlined,
    input[type="reset"].green.inverted,
    input[type="reset"].green.outlined, input[type="button"].green.inverted, input[type="button"].green.outlined {
      color: #76D37E;
      border-color: #76D37E;
      background-color: rgba(0, 0, 0, 0); }
    .button.green:hover, .button.green:focus, button.green:hover, button.green:focus, input[type="submit"].green:hover, input[type="submit"].green:focus,
    input[type="reset"].green:hover,
    input[type="reset"].green:focus, input[type="button"].green:hover, input[type="button"].green:focus {
      color: #FFFFFF;
      background-color: #57c961;
      border-color: #57c961; }
    .button.green:active, button.green:active, input[type="submit"].green:active,
    input[type="reset"].green:active, input[type="button"].green:active {
      background-color: #3cbb47;
      border-color: #3cbb47;
      outline: 0; }
    .button.green[disabled], button.green[disabled], input[type="submit"].green[disabled],
    input[type="reset"].green[disabled], input[type="button"].green[disabled] {
      color: #FFFFFF;
      background-color: #76D37E;
      border: 1px solid #76D37E; }
    .button.green.outlined:hover, .button.green.outlined:focus, button.green.outlined:hover, button.green.outlined:focus, input[type="submit"].green.outlined:hover, input[type="submit"].green.outlined:focus,
    input[type="reset"].green.outlined:hover,
    input[type="reset"].green.outlined:focus, input[type="button"].green.outlined:hover, input[type="button"].green.outlined:focus {
      color: #57c961;
      border-color: #57c961;
      background-color: rgba(0, 0, 0, 0); }
    .button.green.outlined:active, button.green.outlined:active, input[type="submit"].green.outlined:active,
    input[type="reset"].green.outlined:active, input[type="button"].green.outlined:active {
      color: #3cbb47;
      border-color: #3cbb47;
      background-color: rgba(0, 0, 0, 0); }
    .button.green.inverted[disabled], .button.green.outlined[disabled], button.green.inverted[disabled], button.green.outlined[disabled], input[type="submit"].green.inverted[disabled], input[type="submit"].green.outlined[disabled],
    input[type="reset"].green.inverted[disabled],
    input[type="reset"].green.outlined[disabled], input[type="button"].green.inverted[disabled], input[type="button"].green.outlined[disabled] {
      color: #76D37E;
      border-color: #76D37E;
      background-color: rgba(0, 0, 0, 0); }
  .button.yellow, button.yellow, input[type="submit"].yellow,
  input[type="reset"].yellow, input[type="button"].yellow {
    background-color: #F9D675;
    border: 1px solid #F9D675; }
    .button.yellow.inverted, .button.yellow.outlined, button.yellow.inverted, button.yellow.outlined, input[type="submit"].yellow.inverted, input[type="submit"].yellow.outlined,
    input[type="reset"].yellow.inverted,
    input[type="reset"].yellow.outlined, input[type="button"].yellow.inverted, input[type="button"].yellow.outlined {
      color: #F9D675;
      border-color: #F9D675;
      background-color: rgba(0, 0, 0, 0); }
    .button.yellow:hover, .button.yellow:focus, button.yellow:hover, button.yellow:focus, input[type="submit"].yellow:hover, input[type="submit"].yellow:focus,
    input[type="reset"].yellow:hover,
    input[type="reset"].yellow:focus, input[type="button"].yellow:hover, input[type="button"].yellow:focus {
      color: #FFFFFF;
      background-color: #f7ca4e;
      border-color: #f7ca4e; }
    .button.yellow:active, button.yellow:active, input[type="submit"].yellow:active,
    input[type="reset"].yellow:active, input[type="button"].yellow:active {
      background-color: #f6bf27;
      border-color: #f6bf27;
      outline: 0; }
    .button.yellow[disabled], button.yellow[disabled], input[type="submit"].yellow[disabled],
    input[type="reset"].yellow[disabled], input[type="button"].yellow[disabled] {
      color: #FFFFFF;
      background-color: #F9D675;
      border: 1px solid #F9D675; }
    .button.yellow.outlined:hover, .button.yellow.outlined:focus, button.yellow.outlined:hover, button.yellow.outlined:focus, input[type="submit"].yellow.outlined:hover, input[type="submit"].yellow.outlined:focus,
    input[type="reset"].yellow.outlined:hover,
    input[type="reset"].yellow.outlined:focus, input[type="button"].yellow.outlined:hover, input[type="button"].yellow.outlined:focus {
      color: #f7ca4e;
      border-color: #f7ca4e;
      background-color: rgba(0, 0, 0, 0); }
    .button.yellow.outlined:active, button.yellow.outlined:active, input[type="submit"].yellow.outlined:active,
    input[type="reset"].yellow.outlined:active, input[type="button"].yellow.outlined:active {
      color: #f6bf27;
      border-color: #f6bf27;
      background-color: rgba(0, 0, 0, 0); }
    .button.yellow.inverted[disabled], .button.yellow.outlined[disabled], button.yellow.inverted[disabled], button.yellow.outlined[disabled], input[type="submit"].yellow.inverted[disabled], input[type="submit"].yellow.outlined[disabled],
    input[type="reset"].yellow.inverted[disabled],
    input[type="reset"].yellow.outlined[disabled], input[type="button"].yellow.inverted[disabled], input[type="button"].yellow.outlined[disabled] {
      color: #F9D675;
      border-color: #F9D675;
      background-color: rgba(0, 0, 0, 0); }
  .button.red, button.red, input[type="submit"].red,
  input[type="reset"].red, input[type="button"].red {
    background-color: #FC6261;
    border: 1px solid #FC6261; }
    .button.red.inverted, .button.red.outlined, button.red.inverted, button.red.outlined, input[type="submit"].red.inverted, input[type="submit"].red.outlined,
    input[type="reset"].red.inverted,
    input[type="reset"].red.outlined, input[type="button"].red.inverted, input[type="button"].red.outlined {
      color: #FC6261;
      border-color: #FC6261;
      background-color: rgba(0, 0, 0, 0); }
    .button.red:hover, .button.red:focus, button.red:hover, button.red:focus, input[type="submit"].red:hover, input[type="submit"].red:focus,
    input[type="reset"].red:hover,
    input[type="reset"].red:focus, input[type="button"].red:hover, input[type="button"].red:focus {
      color: #FFFFFF;
      background-color: #fb3a39;
      border-color: #fb3a39; }
    .button.red:active, button.red:active, input[type="submit"].red:active,
    input[type="reset"].red:active, input[type="button"].red:active {
      background-color: #fa1211;
      border-color: #fa1211;
      outline: 0; }
    .button.red[disabled], button.red[disabled], input[type="submit"].red[disabled],
    input[type="reset"].red[disabled], input[type="button"].red[disabled] {
      color: #FFFFFF;
      background-color: #FC6261;
      border: 1px solid #FC6261; }
    .button.red.outlined:hover, .button.red.outlined:focus, button.red.outlined:hover, button.red.outlined:focus, input[type="submit"].red.outlined:hover, input[type="submit"].red.outlined:focus,
    input[type="reset"].red.outlined:hover,
    input[type="reset"].red.outlined:focus, input[type="button"].red.outlined:hover, input[type="button"].red.outlined:focus {
      color: #fb3a39;
      border-color: #fb3a39;
      background-color: rgba(0, 0, 0, 0); }
    .button.red.outlined:active, button.red.outlined:active, input[type="submit"].red.outlined:active,
    input[type="reset"].red.outlined:active, input[type="button"].red.outlined:active {
      color: #fa1211;
      border-color: #fa1211;
      background-color: rgba(0, 0, 0, 0); }
    .button.red.inverted[disabled], .button.red.outlined[disabled], button.red.inverted[disabled], button.red.outlined[disabled], input[type="submit"].red.inverted[disabled], input[type="submit"].red.outlined[disabled],
    input[type="reset"].red.inverted[disabled],
    input[type="reset"].red.outlined[disabled], input[type="button"].red.inverted[disabled], input[type="button"].red.outlined[disabled] {
      color: #FC6261;
      border-color: #FC6261;
      background-color: rgba(0, 0, 0, 0); }
  .button.purple, button.purple, input[type="submit"].purple,
  input[type="reset"].purple, input[type="button"].purple {
    background-color: #9371E2;
    border: 1px solid #9371E2; }
    .button.purple.inverted, .button.purple.outlined, button.purple.inverted, button.purple.outlined, input[type="submit"].purple.inverted, input[type="submit"].purple.outlined,
    input[type="reset"].purple.inverted,
    input[type="reset"].purple.outlined, input[type="button"].purple.inverted, input[type="button"].purple.outlined {
      color: #9371E2;
      border-color: #9371E2;
      background-color: rgba(0, 0, 0, 0); }
    .button.purple:hover, .button.purple:focus, button.purple:hover, button.purple:focus, input[type="submit"].purple:hover, input[type="submit"].purple:focus,
    input[type="reset"].purple:hover,
    input[type="reset"].purple:focus, input[type="button"].purple:hover, input[type="button"].purple:focus {
      color: #FFFFFF;
      background-color: #794fdb;
      border-color: #794fdb; }
    .button.purple:active, button.purple:active, input[type="submit"].purple:active,
    input[type="reset"].purple:active, input[type="button"].purple:active {
      background-color: #5f2dd4;
      border-color: #5f2dd4;
      outline: 0; }
    .button.purple[disabled], button.purple[disabled], input[type="submit"].purple[disabled],
    input[type="reset"].purple[disabled], input[type="button"].purple[disabled] {
      color: #FFFFFF;
      background-color: #9371E2;
      border: 1px solid #9371E2; }
    .button.purple.outlined:hover, .button.purple.outlined:focus, button.purple.outlined:hover, button.purple.outlined:focus, input[type="submit"].purple.outlined:hover, input[type="submit"].purple.outlined:focus,
    input[type="reset"].purple.outlined:hover,
    input[type="reset"].purple.outlined:focus, input[type="button"].purple.outlined:hover, input[type="button"].purple.outlined:focus {
      color: #794fdb;
      border-color: #794fdb;
      background-color: rgba(0, 0, 0, 0); }
    .button.purple.outlined:active, button.purple.outlined:active, input[type="submit"].purple.outlined:active,
    input[type="reset"].purple.outlined:active, input[type="button"].purple.outlined:active {
      color: #5f2dd4;
      border-color: #5f2dd4;
      background-color: rgba(0, 0, 0, 0); }
    .button.purple.inverted[disabled], .button.purple.outlined[disabled], button.purple.inverted[disabled], button.purple.outlined[disabled], input[type="submit"].purple.inverted[disabled], input[type="submit"].purple.outlined[disabled],
    input[type="reset"].purple.inverted[disabled],
    input[type="reset"].purple.outlined[disabled], input[type="button"].purple.inverted[disabled], input[type="button"].purple.outlined[disabled] {
      color: #9371E2;
      border-color: #9371E2;
      background-color: rgba(0, 0, 0, 0); }
  .button.orange, button.orange, input[type="submit"].orange,
  input[type="reset"].orange, input[type="button"].orange {
    background-color: #FFA565;
    border: 1px solid #FFA565; }
    .button.orange.inverted, .button.orange.outlined, button.orange.inverted, button.orange.outlined, input[type="submit"].orange.inverted, input[type="submit"].orange.outlined,
    input[type="reset"].orange.inverted,
    input[type="reset"].orange.outlined, input[type="button"].orange.inverted, input[type="button"].orange.outlined {
      color: #FFA565;
      border-color: #FFA565;
      background-color: rgba(0, 0, 0, 0); }
    .button.orange:hover, .button.orange:focus, button.orange:hover, button.orange:focus, input[type="submit"].orange:hover, input[type="submit"].orange:focus,
    input[type="reset"].orange:hover,
    input[type="reset"].orange:focus, input[type="button"].orange:hover, input[type="button"].orange:focus {
      color: #FFFFFF;
      background-color: #ff8d3c;
      border-color: #ff8d3c; }
    .button.orange:active, button.orange:active, input[type="submit"].orange:active,
    input[type="reset"].orange:active, input[type="button"].orange:active {
      background-color: #ff7513;
      border-color: #ff7513;
      outline: 0; }
    .button.orange[disabled], button.orange[disabled], input[type="submit"].orange[disabled],
    input[type="reset"].orange[disabled], input[type="button"].orange[disabled] {
      color: #FFFFFF;
      background-color: #FFA565;
      border: 1px solid #FFA565; }
    .button.orange.outlined:hover, .button.orange.outlined:focus, button.orange.outlined:hover, button.orange.outlined:focus, input[type="submit"].orange.outlined:hover, input[type="submit"].orange.outlined:focus,
    input[type="reset"].orange.outlined:hover,
    input[type="reset"].orange.outlined:focus, input[type="button"].orange.outlined:hover, input[type="button"].orange.outlined:focus {
      color: #ff8d3c;
      border-color: #ff8d3c;
      background-color: rgba(0, 0, 0, 0); }
    .button.orange.outlined:active, button.orange.outlined:active, input[type="submit"].orange.outlined:active,
    input[type="reset"].orange.outlined:active, input[type="button"].orange.outlined:active {
      color: #ff7513;
      border-color: #ff7513;
      background-color: rgba(0, 0, 0, 0); }
    .button.orange.inverted[disabled], .button.orange.outlined[disabled], button.orange.inverted[disabled], button.orange.outlined[disabled], input[type="submit"].orange.inverted[disabled], input[type="submit"].orange.outlined[disabled],
    input[type="reset"].orange.inverted[disabled],
    input[type="reset"].orange.outlined[disabled], input[type="button"].orange.inverted[disabled], input[type="button"].orange.outlined[disabled] {
      color: #FFA565;
      border-color: #FFA565;
      background-color: rgba(0, 0, 0, 0); }
  .button.teal, button.teal, input[type="submit"].teal,
  input[type="reset"].teal, input[type="button"].teal {
    background-color: #66E4E6;
    border: 1px solid #66E4E6; }
    .button.teal.inverted, .button.teal.outlined, button.teal.inverted, button.teal.outlined, input[type="submit"].teal.inverted, input[type="submit"].teal.outlined,
    input[type="reset"].teal.inverted,
    input[type="reset"].teal.outlined, input[type="button"].teal.inverted, input[type="button"].teal.outlined {
      color: #66E4E6;
      border-color: #66E4E6;
      background-color: rgba(0, 0, 0, 0); }
    .button.teal:hover, .button.teal:focus, button.teal:hover, button.teal:focus, input[type="submit"].teal:hover, input[type="submit"].teal:focus,
    input[type="reset"].teal:hover,
    input[type="reset"].teal:focus, input[type="button"].teal:hover, input[type="button"].teal:focus {
      color: #FFFFFF;
      background-color: #43dee0;
      border-color: #43dee0; }
    .button.teal:active, button.teal:active, input[type="submit"].teal:active,
    input[type="reset"].teal:active, input[type="button"].teal:active {
      background-color: #23d4d7;
      border-color: #23d4d7;
      outline: 0; }
    .button.teal[disabled], button.teal[disabled], input[type="submit"].teal[disabled],
    input[type="reset"].teal[disabled], input[type="button"].teal[disabled] {
      color: #FFFFFF;
      background-color: #66E4E6;
      border: 1px solid #66E4E6; }
    .button.teal.outlined:hover, .button.teal.outlined:focus, button.teal.outlined:hover, button.teal.outlined:focus, input[type="submit"].teal.outlined:hover, input[type="submit"].teal.outlined:focus,
    input[type="reset"].teal.outlined:hover,
    input[type="reset"].teal.outlined:focus, input[type="button"].teal.outlined:hover, input[type="button"].teal.outlined:focus {
      color: #43dee0;
      border-color: #43dee0;
      background-color: rgba(0, 0, 0, 0); }
    .button.teal.outlined:active, button.teal.outlined:active, input[type="submit"].teal.outlined:active,
    input[type="reset"].teal.outlined:active, input[type="button"].teal.outlined:active {
      color: #23d4d7;
      border-color: #23d4d7;
      background-color: rgba(0, 0, 0, 0); }
    .button.teal.inverted[disabled], .button.teal.outlined[disabled], button.teal.inverted[disabled], button.teal.outlined[disabled], input[type="submit"].teal.inverted[disabled], input[type="submit"].teal.outlined[disabled],
    input[type="reset"].teal.inverted[disabled],
    input[type="reset"].teal.outlined[disabled], input[type="button"].teal.inverted[disabled], input[type="button"].teal.outlined[disabled] {
      color: #66E4E6;
      border-color: #66E4E6;
      background-color: rgba(0, 0, 0, 0); }
  .button.pink, button.pink, input[type="submit"].pink,
  input[type="reset"].pink, input[type="button"].pink {
    background-color: #fE77A6;
    border: 1px solid #fE77A6; }
    .button.pink.inverted, .button.pink.outlined, button.pink.inverted, button.pink.outlined, input[type="submit"].pink.inverted, input[type="submit"].pink.outlined,
    input[type="reset"].pink.inverted,
    input[type="reset"].pink.outlined, input[type="button"].pink.inverted, input[type="button"].pink.outlined {
      color: #fE77A6;
      border-color: #fE77A6;
      background-color: rgba(0, 0, 0, 0); }
    .button.pink:hover, .button.pink:focus, button.pink:hover, button.pink:focus, input[type="submit"].pink:hover, input[type="submit"].pink:focus,
    input[type="reset"].pink:hover,
    input[type="reset"].pink:focus, input[type="button"].pink:hover, input[type="button"].pink:focus {
      color: #FFFFFF;
      background-color: #fe4e8b;
      border-color: #fe4e8b; }
    .button.pink:active, button.pink:active, input[type="submit"].pink:active,
    input[type="reset"].pink:active, input[type="button"].pink:active {
      background-color: #fd2671;
      border-color: #fd2671;
      outline: 0; }
    .button.pink[disabled], button.pink[disabled], input[type="submit"].pink[disabled],
    input[type="reset"].pink[disabled], input[type="button"].pink[disabled] {
      color: #FFFFFF;
      background-color: #fE77A6;
      border: 1px solid #fE77A6; }
    .button.pink.outlined:hover, .button.pink.outlined:focus, button.pink.outlined:hover, button.pink.outlined:focus, input[type="submit"].pink.outlined:hover, input[type="submit"].pink.outlined:focus,
    input[type="reset"].pink.outlined:hover,
    input[type="reset"].pink.outlined:focus, input[type="button"].pink.outlined:hover, input[type="button"].pink.outlined:focus {
      color: #fe4e8b;
      border-color: #fe4e8b;
      background-color: rgba(0, 0, 0, 0); }
    .button.pink.outlined:active, button.pink.outlined:active, input[type="submit"].pink.outlined:active,
    input[type="reset"].pink.outlined:active, input[type="button"].pink.outlined:active {
      color: #fd2671;
      border-color: #fd2671;
      background-color: rgba(0, 0, 0, 0); }
    .button.pink.inverted[disabled], .button.pink.outlined[disabled], button.pink.inverted[disabled], button.pink.outlined[disabled], input[type="submit"].pink.inverted[disabled], input[type="submit"].pink.outlined[disabled],
    input[type="reset"].pink.inverted[disabled],
    input[type="reset"].pink.outlined[disabled], input[type="button"].pink.inverted[disabled], input[type="button"].pink.outlined[disabled] {
      color: #fE77A6;
      border-color: #fE77A6;
      background-color: rgba(0, 0, 0, 0); }
  .button.indigo, button.indigo, input[type="submit"].indigo,
  input[type="reset"].indigo, input[type="button"].indigo {
    background-color: #716FEA;
    border: 1px solid #716FEA; }
    .button.indigo.inverted, .button.indigo.outlined, button.indigo.inverted, button.indigo.outlined, input[type="submit"].indigo.inverted, input[type="submit"].indigo.outlined,
    input[type="reset"].indigo.inverted,
    input[type="reset"].indigo.outlined, input[type="button"].indigo.inverted, input[type="button"].indigo.outlined {
      color: #716FEA;
      border-color: #716FEA;
      background-color: rgba(0, 0, 0, 0); }
    .button.indigo:hover, .button.indigo:focus, button.indigo:hover, button.indigo:focus, input[type="submit"].indigo:hover, input[type="submit"].indigo:focus,
    input[type="reset"].indigo:hover,
    input[type="reset"].indigo:focus, input[type="button"].indigo:hover, input[type="button"].indigo:focus {
      color: #FFFFFF;
      background-color: #4e4be5;
      border-color: #4e4be5; }
    .button.indigo:active, button.indigo:active, input[type="submit"].indigo:active,
    input[type="reset"].indigo:active, input[type="button"].indigo:active {
      background-color: #2b28e0;
      border-color: #2b28e0;
      outline: 0; }
    .button.indigo[disabled], button.indigo[disabled], input[type="submit"].indigo[disabled],
    input[type="reset"].indigo[disabled], input[type="button"].indigo[disabled] {
      color: #FFFFFF;
      background-color: #716FEA;
      border: 1px solid #716FEA; }
    .button.indigo.outlined:hover, .button.indigo.outlined:focus, button.indigo.outlined:hover, button.indigo.outlined:focus, input[type="submit"].indigo.outlined:hover, input[type="submit"].indigo.outlined:focus,
    input[type="reset"].indigo.outlined:hover,
    input[type="reset"].indigo.outlined:focus, input[type="button"].indigo.outlined:hover, input[type="button"].indigo.outlined:focus {
      color: #4e4be5;
      border-color: #4e4be5;
      background-color: rgba(0, 0, 0, 0); }
    .button.indigo.outlined:active, button.indigo.outlined:active, input[type="submit"].indigo.outlined:active,
    input[type="reset"].indigo.outlined:active, input[type="button"].indigo.outlined:active {
      color: #2b28e0;
      border-color: #2b28e0;
      background-color: rgba(0, 0, 0, 0); }
    .button.indigo.inverted[disabled], .button.indigo.outlined[disabled], button.indigo.inverted[disabled], button.indigo.outlined[disabled], input[type="submit"].indigo.inverted[disabled], input[type="submit"].indigo.outlined[disabled],
    input[type="reset"].indigo.inverted[disabled],
    input[type="reset"].indigo.outlined[disabled], input[type="button"].indigo.inverted[disabled], input[type="button"].indigo.outlined[disabled] {
      color: #716FEA;
      border-color: #716FEA;
      background-color: rgba(0, 0, 0, 0); }
  .button.dark, button.dark, input[type="submit"].dark,
  input[type="reset"].dark, input[type="button"].dark {
    background-color: #414A63;
    border: 1px solid #414A63; }
    .button.dark.inverted, .button.dark.outlined, button.dark.inverted, button.dark.outlined, input[type="submit"].dark.inverted, input[type="submit"].dark.outlined,
    input[type="reset"].dark.inverted,
    input[type="reset"].dark.outlined, input[type="button"].dark.inverted, input[type="button"].dark.outlined {
      color: #414A63;
      border-color: #414A63;
      background-color: rgba(0, 0, 0, 0); }
    .button.dark:hover, .button.dark:focus, button.dark:hover, button.dark:focus, input[type="submit"].dark:hover, input[type="submit"].dark:focus,
    input[type="reset"].dark:hover,
    input[type="reset"].dark:focus, input[type="button"].dark:hover, input[type="button"].dark:focus {
      color: #FFFFFF;
      background-color: #31384a;
      border-color: #31384a; }
    .button.dark:active, button.dark:active, input[type="submit"].dark:active,
    input[type="reset"].dark:active, input[type="button"].dark:active {
      background-color: #212532;
      border-color: #212532;
      outline: 0; }
    .button.dark[disabled], button.dark[disabled], input[type="submit"].dark[disabled],
    input[type="reset"].dark[disabled], input[type="button"].dark[disabled] {
      color: #FFFFFF;
      background-color: #414A63;
      border: 1px solid #414A63; }
    .button.dark.outlined:hover, .button.dark.outlined:focus, button.dark.outlined:hover, button.dark.outlined:focus, input[type="submit"].dark.outlined:hover, input[type="submit"].dark.outlined:focus,
    input[type="reset"].dark.outlined:hover,
    input[type="reset"].dark.outlined:focus, input[type="button"].dark.outlined:hover, input[type="button"].dark.outlined:focus {
      color: #31384a;
      border-color: #31384a;
      background-color: rgba(0, 0, 0, 0); }
    .button.dark.outlined:active, button.dark.outlined:active, input[type="submit"].dark.outlined:active,
    input[type="reset"].dark.outlined:active, input[type="button"].dark.outlined:active {
      color: #212532;
      border-color: #212532;
      background-color: rgba(0, 0, 0, 0); }
    .button.dark.inverted[disabled], .button.dark.outlined[disabled], button.dark.inverted[disabled], button.dark.outlined[disabled], input[type="submit"].dark.inverted[disabled], input[type="submit"].dark.outlined[disabled],
    input[type="reset"].dark.inverted[disabled],
    input[type="reset"].dark.outlined[disabled], input[type="button"].dark.inverted[disabled], input[type="button"].dark.outlined[disabled] {
      color: #414A63;
      border-color: #414A63;
      background-color: rgba(0, 0, 0, 0); }
  .button.light, button.light, input[type="submit"].light,
  input[type="reset"].light, input[type="button"].light {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA; }
    .button.light.inverted, .button.light.outlined, button.light.inverted, button.light.outlined, input[type="submit"].light.inverted, input[type="submit"].light.outlined,
    input[type="reset"].light.inverted,
    input[type="reset"].light.outlined, input[type="button"].light.inverted, input[type="button"].light.outlined {
      color: #EAEAEA;
      border-color: #EAEAEA;
      background-color: rgba(0, 0, 0, 0); }
    .button.light:hover, .button.light:focus, button.light:hover, button.light:focus, input[type="submit"].light:hover, input[type="submit"].light:focus,
    input[type="reset"].light:hover,
    input[type="reset"].light:focus, input[type="button"].light:hover, input[type="button"].light:focus {
      color: #FFFFFF;
      background-color: #d6d6d6;
      border-color: #d6d6d6; }
    .button.light:active, button.light:active, input[type="submit"].light:active,
    input[type="reset"].light:active, input[type="button"].light:active {
      background-color: #c1c1c1;
      border-color: #c1c1c1;
      outline: 0; }
    .button.light[disabled], button.light[disabled], input[type="submit"].light[disabled],
    input[type="reset"].light[disabled], input[type="button"].light[disabled] {
      color: #FFFFFF;
      background-color: #EAEAEA;
      border: 1px solid #EAEAEA; }
    .button.light.outlined:hover, .button.light.outlined:focus, button.light.outlined:hover, button.light.outlined:focus, input[type="submit"].light.outlined:hover, input[type="submit"].light.outlined:focus,
    input[type="reset"].light.outlined:hover,
    input[type="reset"].light.outlined:focus, input[type="button"].light.outlined:hover, input[type="button"].light.outlined:focus {
      color: #d6d6d6;
      border-color: #d6d6d6;
      background-color: rgba(0, 0, 0, 0); }
    .button.light.outlined:active, button.light.outlined:active, input[type="submit"].light.outlined:active,
    input[type="reset"].light.outlined:active, input[type="button"].light.outlined:active {
      color: #c1c1c1;
      border-color: #c1c1c1;
      background-color: rgba(0, 0, 0, 0); }
    .button.light.inverted[disabled], .button.light.outlined[disabled], button.light.inverted[disabled], button.light.outlined[disabled], input[type="submit"].light.inverted[disabled], input[type="submit"].light.outlined[disabled],
    input[type="reset"].light.inverted[disabled],
    input[type="reset"].light.outlined[disabled], input[type="button"].light.inverted[disabled], input[type="button"].light.outlined[disabled] {
      color: #EAEAEA;
      border-color: #EAEAEA;
      background-color: rgba(0, 0, 0, 0); }
  .button.black, button.black, input[type="submit"].black,
  input[type="reset"].black, input[type="button"].black {
    background-color: #252627;
    border: 1px solid #252627; }
    .button.black.inverted, .button.black.outlined, button.black.inverted, button.black.outlined, input[type="submit"].black.inverted, input[type="submit"].black.outlined,
    input[type="reset"].black.inverted,
    input[type="reset"].black.outlined, input[type="button"].black.inverted, input[type="button"].black.outlined {
      color: #252627;
      border-color: #252627;
      background-color: rgba(0, 0, 0, 0); }
    .button.black:hover, .button.black:focus, button.black:hover, button.black:focus, input[type="submit"].black:hover, input[type="submit"].black:focus,
    input[type="reset"].black:hover,
    input[type="reset"].black:focus, input[type="button"].black:hover, input[type="button"].black:focus {
      color: #FFFFFF;
      background-color: #111212;
      border-color: #111212; }
    .button.black:active, button.black:active, input[type="submit"].black:active,
    input[type="reset"].black:active, input[type="button"].black:active {
      background-color: black;
      border-color: black;
      outline: 0; }
    .button.black[disabled], button.black[disabled], input[type="submit"].black[disabled],
    input[type="reset"].black[disabled], input[type="button"].black[disabled] {
      color: #FFFFFF;
      background-color: #252627;
      border: 1px solid #252627; }
    .button.black.outlined:hover, .button.black.outlined:focus, button.black.outlined:hover, button.black.outlined:focus, input[type="submit"].black.outlined:hover, input[type="submit"].black.outlined:focus,
    input[type="reset"].black.outlined:hover,
    input[type="reset"].black.outlined:focus, input[type="button"].black.outlined:hover, input[type="button"].black.outlined:focus {
      color: #111212;
      border-color: #111212;
      background-color: rgba(0, 0, 0, 0); }
    .button.black.outlined:active, button.black.outlined:active, input[type="submit"].black.outlined:active,
    input[type="reset"].black.outlined:active, input[type="button"].black.outlined:active {
      color: black;
      border-color: black;
      background-color: rgba(0, 0, 0, 0); }
    .button.black.inverted[disabled], .button.black.outlined[disabled], button.black.inverted[disabled], button.black.outlined[disabled], input[type="submit"].black.inverted[disabled], input[type="submit"].black.outlined[disabled],
    input[type="reset"].black.inverted[disabled],
    input[type="reset"].black.outlined[disabled], input[type="button"].black.inverted[disabled], input[type="button"].black.outlined[disabled] {
      color: #252627;
      border-color: #252627;
      background-color: rgba(0, 0, 0, 0); }
  .button.white, button.white, input[type="submit"].white,
  input[type="reset"].white, input[type="button"].white {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .button.white.inverted, .button.white.outlined, button.white.inverted, button.white.outlined, input[type="submit"].white.inverted, input[type="submit"].white.outlined,
    input[type="reset"].white.inverted,
    input[type="reset"].white.outlined, input[type="button"].white.inverted, input[type="button"].white.outlined {
      color: #FFFFFF;
      border-color: #FFFFFF;
      background-color: rgba(0, 0, 0, 0); }
    .button.white:hover, .button.white:focus, button.white:hover, button.white:focus, input[type="submit"].white:hover, input[type="submit"].white:focus,
    input[type="reset"].white:hover,
    input[type="reset"].white:focus, input[type="button"].white:hover, input[type="button"].white:focus {
      color: #FFFFFF;
      background-color: #ebebeb;
      border-color: #ebebeb; }
    .button.white:active, button.white:active, input[type="submit"].white:active,
    input[type="reset"].white:active, input[type="button"].white:active {
      background-color: #d6d6d6;
      border-color: #d6d6d6;
      outline: 0; }
    .button.white[disabled], button.white[disabled], input[type="submit"].white[disabled],
    input[type="reset"].white[disabled], input[type="button"].white[disabled] {
      color: #FFFFFF;
      background-color: #FFFFFF;
      border: 1px solid #FFFFFF; }
    .button.white.outlined:hover, .button.white.outlined:focus, button.white.outlined:hover, button.white.outlined:focus, input[type="submit"].white.outlined:hover, input[type="submit"].white.outlined:focus,
    input[type="reset"].white.outlined:hover,
    input[type="reset"].white.outlined:focus, input[type="button"].white.outlined:hover, input[type="button"].white.outlined:focus {
      color: #ebebeb;
      border-color: #ebebeb;
      background-color: rgba(0, 0, 0, 0); }
    .button.white.outlined:active, button.white.outlined:active, input[type="submit"].white.outlined:active,
    input[type="reset"].white.outlined:active, input[type="button"].white.outlined:active {
      color: #d6d6d6;
      border-color: #d6d6d6;
      background-color: rgba(0, 0, 0, 0); }
    .button.white.inverted[disabled], .button.white.outlined[disabled], button.white.inverted[disabled], button.white.outlined[disabled], input[type="submit"].white.inverted[disabled], input[type="submit"].white.outlined[disabled],
    input[type="reset"].white.inverted[disabled],
    input[type="reset"].white.outlined[disabled], input[type="button"].white.inverted[disabled], input[type="button"].white.outlined[disabled] {
      color: #FFFFFF;
      border-color: #FFFFFF;
      background-color: rgba(0, 0, 0, 0); }
  .button.large, button.large, input[type="submit"].large,
  input[type="reset"].large, input[type="button"].large {
    height: 3.4em;
    padding: 0 2.4em;
    font-size: 1.1em; }
  .button.medium, button.medium, input[type="submit"].medium,
  input[type="reset"].medium, input[type="button"].medium {
    height: 3.2em;
    padding: 0 2.2em;
    font-size: 0.9em; }
  .button.small, button.small, input[type="submit"].small,
  input[type="reset"].small, input[type="button"].small {
    height: 2.8em;
    padding: 0 1.8em;
    font-size: 0.5em; }

.form-control .checkbox, .form-control .radio, .form-control .switch {
  display: block;
  position: relative;
  margin: 0 0 0.75em;
  line-height: 1.125;
  -webkit-box-sizing: initial;
  box-sizing: initial; }

.form-control .checkbox input[type="checkbox"], .form-control .radio input[type="radio"], .form-control .switch input[type="checkbox"] {
  clip: rect(0 0 0 0);
  position: absolute !important; }
  .form-control .checkbox input[type="checkbox"] + label, .form-control .radio input[type="radio"] + label, .form-control .switch input[type="checkbox"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1em; }
    .form-control .checkbox input[type="checkbox"] + label:before, .form-control .checkbox input[type="checkbox"] + label:after, .form-control .radio input[type="radio"] + label:before, .form-control .radio input[type="radio"] + label:after, .form-control .switch input[type="checkbox"] + label:before, .form-control .switch input[type="checkbox"] + label:after {
      cursor: pointer; }
  .form-control .checkbox input[type="checkbox"][disabled], .form-control .radio input[type="radio"][disabled], .form-control .switch input[type="checkbox"][disabled] {
    cursor: not-allowed; }
    .form-control .checkbox input[type="checkbox"][disabled] + label, .form-control .radio input[type="radio"][disabled] + label, .form-control .switch input[type="checkbox"][disabled] + label {
      cursor: not-allowed;
      color: #c2c7d7; }
      .form-control .checkbox input[type="checkbox"][disabled] + label:before, .form-control .checkbox input[type="checkbox"][disabled] + label:after, .form-control .radio input[type="radio"][disabled] + label:before, .form-control .radio input[type="radio"][disabled] + label:after, .form-control .switch input[type="checkbox"][disabled] + label:before, .form-control .switch input[type="checkbox"][disabled] + label:after {
        cursor: not-allowed; }

.form-control .checkbox input[type="checkbox"]:focus + label:before, .form-control .radio input[type="radio"]:focus + label:before {
  outline: -webkit-focus-ring-color auto 5px; }

@-moz-document url-prefix() {
  .form-control .checkbox input[type="checkbox"]:focus + label:before, .form-control .radio input[type="radio"]:focus + label:before {
    outline: #ffffff dotted 1px; } }

.form-control .checkbox input[type="checkbox"][disabled]:checked + label:before, .form-control .radio input[type="radio"][disabled]:checked + label:before {
  border-color: #c2c7d7; }

.form-control .switch input[type="checkbox"]:focus + label:after {
  outline: -webkit-focus-ring-color auto 5px; }

@-moz-document url-prefix() {
  .form-control .switch input[type="checkbox"]:focus + label:after {
    outline: #ffffff dotted 1px; } }

.form-control .switch input[type="checkbox"][disabled] {
  cursor: not-allowed; }
  .form-control .switch input[type="checkbox"][disabled]:checked + label:after {
    border-color: #c2c7d7; }

.form-control .checkbox input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 0.75rem;
  width: 1em;
  height: 1em;
  left: 0;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 0.2em;
  -webkit-transition: background 0.15s ease-in-out, border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border 0.15s ease-in-out, color 0.15s ease-in-out; }

.form-control .checkbox input[type="checkbox"]:checked + label:before {
  background: #414A63;
  border-color: #414A63; }

.form-control .checkbox input[type="checkbox"]:checked + label:after {
  content: "✓";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2px;
  color: #FFFFFF; }

.form-control .checkbox input[type="checkbox"][disabled]:checked + label:before {
  background: #c2c7d7; }

.form-control .checkbox.large {
  font-size: 1.4em; }
  .form-control .checkbox.large input[type="checkbox"]:checked + label:after {
    top: -1px;
    left: 3px; }

.form-control .checkbox.medium {
  font-size: 1.2em; }

.form-control .checkbox.small {
  font-size: 0.8em; }

.form-control .radio input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 0.75rem;
  width: 1em;
  height: 1em;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.form-control .radio input[type="radio"] + label:after {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  background: #414A63;
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: background 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }

.form-control .radio input[type="radio"]:checked + label:before {
  background: #FFFFFF;
  border-color: #414A63; }

.form-control .radio input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.form-control .radio input[type="radio"]:checked[disabled]:checked + label:after {
  background: #c2c7d7; }

.form-control .radio.large {
  font-size: 1.4em; }
  .form-control .radio.large input[type="radio"] + label:before {
    height: 1.125em;
    width: 1.125em; }
  .form-control .radio.large input[type="radio"] + label:after {
    width: 17px;
    height: 17px;
    top: 5px;
    left: 5px; }

.form-control .radio.medium {
  font-size: 1.2em; }
  .form-control .radio.medium input[type="radio"] + label:after {
    width: 13px;
    height: 13px; }

.form-control .radio.small {
  font-size: 0.8em; }
  .form-control .radio.small input[type="radio"] + label:before {
    height: 1.125em;
    width: 1.125em; }
  .form-control .radio.small input[type="radio"] + label:after {
    width: 8px;
    height: 8px; }

.form-control .switch input[type="checkbox"] + label:before {
  content: "";
  height: 1.25em;
  width: 2.4em;
  border-radius: 9999px;
  margin-right: 0.75rem;
  background: #E9ECEF;
  -webkit-transition: background 0.15s ease-in-out, border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border 0.15s ease-in-out, color 0.15s ease-in-out; }

.form-control .switch input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  background: #FFFFFF;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  left: 0.2em;
  top: 0.125em;
  -webkit-transition: left 0.15s ease-in-out;
  -o-transition: left 0.15s ease-in-out;
  transition: left 0.15s ease-in-out; }

.form-control .switch input[type="checkbox"]:checked + label:before {
  background-color: #414A63; }

.form-control .switch input[type="checkbox"]:checked + label:after {
  left: 1.2em; }

.form-control .switch input[type="checkbox"][disabled]:checked + label:before {
  background: #c2c7d7; }

.form-control .switch.large {
  font-size: 1.5em; }

.form-control .switch.medium {
  font-size: 1.25em; }
  .form-control .switch.medium input[type="checkbox"] + label:before {
    height: 1.625rem; }

.form-control .switch.small {
  font-size: 0.8em; }
  .form-control .switch.small input[type="checkbox"] + label:after {
    top: 0.125rem;
    height: 0.75rem; }

.form-control .checkbox.blue input[type="checkbox"]:checked + label:before {
  background: #6192F4;
  border-color: #6192F4; }

.form-control .checkbox.blue input[type="checkbox"][disabled]:checked + label:before {
  background: #adc7f9;
  border-color: #adc7f9; }

.form-control .radio.blue input[type="radio"] + label:after {
  background: #6192F4; }

.form-control .radio.blue input[type="radio"]:checked + label:before {
  border-color: #6192F4; }

.form-control .radio.blue input[type="radio"][disabled]:checked + label:before {
  border-color: #adc7f9; }

.form-control .radio.blue input[type="radio"][disabled]:checked + label:after {
  background: #adc7f9; }

.form-control .switch.blue input[type="checkbox"]:checked + label:before {
  background: #6192F4; }

.form-control .switch.blue input[type="checkbox"][disabled]:checked + label:before {
  background: #adc7f9;
  border-color: #adc7f9; }

.form-control .checkbox.green input[type="checkbox"]:checked + label:before {
  background: #76D37E;
  border-color: #76D37E; }

.form-control .checkbox.green input[type="checkbox"][disabled]:checked + label:before {
  background: #b4e7b8;
  border-color: #b4e7b8; }

.form-control .radio.green input[type="radio"] + label:after {
  background: #76D37E; }

.form-control .radio.green input[type="radio"]:checked + label:before {
  border-color: #76D37E; }

.form-control .radio.green input[type="radio"][disabled]:checked + label:before {
  border-color: #b4e7b8; }

.form-control .radio.green input[type="radio"][disabled]:checked + label:after {
  background: #b4e7b8; }

.form-control .switch.green input[type="checkbox"]:checked + label:before {
  background: #76D37E; }

.form-control .switch.green input[type="checkbox"][disabled]:checked + label:before {
  background: #b4e7b8;
  border-color: #b4e7b8; }

.form-control .checkbox.yellow input[type="checkbox"]:checked + label:before {
  background: #F9D675;
  border-color: #F9D675; }

.form-control .checkbox.yellow input[type="checkbox"][disabled]:checked + label:before {
  background: #fcedc3;
  border-color: #fcedc3; }

.form-control .radio.yellow input[type="radio"] + label:after {
  background: #F9D675; }

.form-control .radio.yellow input[type="radio"]:checked + label:before {
  border-color: #F9D675; }

.form-control .radio.yellow input[type="radio"][disabled]:checked + label:before {
  border-color: #fcedc3; }

.form-control .radio.yellow input[type="radio"][disabled]:checked + label:after {
  background: #fcedc3; }

.form-control .switch.yellow input[type="checkbox"]:checked + label:before {
  background: #F9D675; }

.form-control .switch.yellow input[type="checkbox"][disabled]:checked + label:before {
  background: #fcedc3;
  border-color: #fcedc3; }

.form-control .checkbox.red input[type="checkbox"]:checked + label:before {
  background: #FC6261;
  border-color: #FC6261; }

.form-control .checkbox.red input[type="checkbox"][disabled]:checked + label:before {
  background: #feb2b1;
  border-color: #feb2b1; }

.form-control .radio.red input[type="radio"] + label:after {
  background: #FC6261; }

.form-control .radio.red input[type="radio"]:checked + label:before {
  border-color: #FC6261; }

.form-control .radio.red input[type="radio"][disabled]:checked + label:before {
  border-color: #feb2b1; }

.form-control .radio.red input[type="radio"][disabled]:checked + label:after {
  background: #feb2b1; }

.form-control .switch.red input[type="checkbox"]:checked + label:before {
  background: #FC6261; }

.form-control .switch.red input[type="checkbox"][disabled]:checked + label:before {
  background: #feb2b1;
  border-color: #feb2b1; }

.form-control .checkbox.purple input[type="checkbox"]:checked + label:before {
  background: #9371E2;
  border-color: #9371E2; }

.form-control .checkbox.purple input[type="checkbox"][disabled]:checked + label:before {
  background: #c7b5f0;
  border-color: #c7b5f0; }

.form-control .radio.purple input[type="radio"] + label:after {
  background: #9371E2; }

.form-control .radio.purple input[type="radio"]:checked + label:before {
  border-color: #9371E2; }

.form-control .radio.purple input[type="radio"][disabled]:checked + label:before {
  border-color: #c7b5f0; }

.form-control .radio.purple input[type="radio"][disabled]:checked + label:after {
  background: #c7b5f0; }

.form-control .switch.purple input[type="checkbox"]:checked + label:before {
  background: #9371E2; }

.form-control .switch.purple input[type="checkbox"][disabled]:checked + label:before {
  background: #c7b5f0;
  border-color: #c7b5f0; }

.form-control .checkbox.orange input[type="checkbox"]:checked + label:before {
  background: #FFA565;
  border-color: #FFA565; }

.form-control .checkbox.orange input[type="checkbox"][disabled]:checked + label:before {
  background: #ffd5b7;
  border-color: #ffd5b7; }

.form-control .radio.orange input[type="radio"] + label:after {
  background: #FFA565; }

.form-control .radio.orange input[type="radio"]:checked + label:before {
  border-color: #FFA565; }

.form-control .radio.orange input[type="radio"][disabled]:checked + label:before {
  border-color: #ffd5b7; }

.form-control .radio.orange input[type="radio"][disabled]:checked + label:after {
  background: #ffd5b7; }

.form-control .switch.orange input[type="checkbox"]:checked + label:before {
  background: #FFA565; }

.form-control .switch.orange input[type="checkbox"][disabled]:checked + label:before {
  background: #ffd5b7;
  border-color: #ffd5b7; }

.form-control .checkbox.teal input[type="checkbox"]:checked + label:before {
  background: #66E4E6;
  border-color: #66E4E6; }

.form-control .checkbox.teal input[type="checkbox"][disabled]:checked + label:before {
  background: #acf0f1;
  border-color: #acf0f1; }

.form-control .radio.teal input[type="radio"] + label:after {
  background: #66E4E6; }

.form-control .radio.teal input[type="radio"]:checked + label:before {
  border-color: #66E4E6; }

.form-control .radio.teal input[type="radio"][disabled]:checked + label:before {
  border-color: #acf0f1; }

.form-control .radio.teal input[type="radio"][disabled]:checked + label:after {
  background: #acf0f1; }

.form-control .switch.teal input[type="checkbox"]:checked + label:before {
  background: #66E4E6; }

.form-control .switch.teal input[type="checkbox"][disabled]:checked + label:before {
  background: #acf0f1;
  border-color: #acf0f1; }

.form-control .checkbox.pink input[type="checkbox"]:checked + label:before {
  background: #fE77A6;
  border-color: #fE77A6; }

.form-control .checkbox.pink input[type="checkbox"][disabled]:checked + label:before {
  background: #ffc8db;
  border-color: #ffc8db; }

.form-control .radio.pink input[type="radio"] + label:after {
  background: #fE77A6; }

.form-control .radio.pink input[type="radio"]:checked + label:before {
  border-color: #fE77A6; }

.form-control .radio.pink input[type="radio"][disabled]:checked + label:before {
  border-color: #ffc8db; }

.form-control .radio.pink input[type="radio"][disabled]:checked + label:after {
  background: #ffc8db; }

.form-control .switch.pink input[type="checkbox"]:checked + label:before {
  background: #fE77A6; }

.form-control .switch.pink input[type="checkbox"][disabled]:checked + label:before {
  background: #ffc8db;
  border-color: #ffc8db; }

.form-control .checkbox.indigo input[type="checkbox"]:checked + label:before {
  background: #716FEA;
  border-color: #716FEA; }

.form-control .checkbox.indigo input[type="checkbox"][disabled]:checked + label:before {
  background: #b7b6f4;
  border-color: #b7b6f4; }

.form-control .radio.indigo input[type="radio"] + label:after {
  background: #716FEA; }

.form-control .radio.indigo input[type="radio"]:checked + label:before {
  border-color: #716FEA; }

.form-control .radio.indigo input[type="radio"][disabled]:checked + label:before {
  border-color: #b7b6f4; }

.form-control .radio.indigo input[type="radio"][disabled]:checked + label:after {
  background: #b7b6f4; }

.form-control .switch.indigo input[type="checkbox"]:checked + label:before {
  background: #716FEA; }

.form-control .switch.indigo input[type="checkbox"][disabled]:checked + label:before {
  background: #b7b6f4;
  border-color: #b7b6f4; }

.form-control .checkbox.dark input[type="checkbox"]:checked + label:before {
  background: #414A63;
  border-color: #414A63; }

.form-control .checkbox.dark input[type="checkbox"][disabled]:checked + label:before {
  background: #616f94;
  border-color: #616f94; }

.form-control .radio.dark input[type="radio"] + label:after {
  background: #414A63; }

.form-control .radio.dark input[type="radio"]:checked + label:before {
  border-color: #414A63; }

.form-control .radio.dark input[type="radio"][disabled]:checked + label:before {
  border-color: #616f94; }

.form-control .radio.dark input[type="radio"][disabled]:checked + label:after {
  background: #616f94; }

.form-control .switch.dark input[type="checkbox"]:checked + label:before {
  background: #414A63; }

.form-control .switch.dark input[type="checkbox"][disabled]:checked + label:before {
  background: #616f94;
  border-color: #616f94; }

.form-control .checkbox.light input[type="checkbox"]:checked + label:before {
  background: #EAEAEA;
  border-color: #EAEAEA; }

.form-control .checkbox.light input[type="checkbox"][disabled]:checked + label:before {
  background: white;
  border-color: white; }

.form-control .radio.light input[type="radio"] + label:after {
  background: #EAEAEA; }

.form-control .radio.light input[type="radio"]:checked + label:before {
  border-color: #EAEAEA; }

.form-control .radio.light input[type="radio"][disabled]:checked + label:before {
  border-color: white; }

.form-control .radio.light input[type="radio"][disabled]:checked + label:after {
  background: white; }

.form-control .switch.light input[type="checkbox"]:checked + label:before {
  background: #EAEAEA; }

.form-control .switch.light input[type="checkbox"][disabled]:checked + label:before {
  background: white;
  border-color: white; }

.form-control .checkbox.black input[type="checkbox"]:checked + label:before {
  background: #252627;
  border-color: #252627; }

.form-control .checkbox.black input[type="checkbox"][disabled]:checked + label:before {
  background: #4d4f51;
  border-color: #4d4f51; }

.form-control .radio.black input[type="radio"] + label:after {
  background: #252627; }

.form-control .radio.black input[type="radio"]:checked + label:before {
  border-color: #252627; }

.form-control .radio.black input[type="radio"][disabled]:checked + label:before {
  border-color: #4d4f51; }

.form-control .radio.black input[type="radio"][disabled]:checked + label:after {
  background: #4d4f51; }

.form-control .switch.black input[type="checkbox"]:checked + label:before {
  background: #252627; }

.form-control .switch.black input[type="checkbox"][disabled]:checked + label:before {
  background: #4d4f51;
  border-color: #4d4f51; }

.form-control .checkbox.white input[type="checkbox"]:checked + label:before {
  background: #FFFFFF;
  border-color: #FFFFFF; }

.form-control .checkbox.white input[type="checkbox"][disabled]:checked + label:before {
  background: white;
  border-color: white; }

.form-control .radio.white input[type="radio"] + label:after {
  background: #FFFFFF; }

.form-control .radio.white input[type="radio"]:checked + label:before {
  border-color: #FFFFFF; }

.form-control .radio.white input[type="radio"][disabled]:checked + label:before {
  border-color: white; }

.form-control .radio.white input[type="radio"][disabled]:checked + label:after {
  background: white; }

.form-control .switch.white input[type="checkbox"]:checked + label:before {
  background: #FFFFFF; }

.form-control .switch.white input[type="checkbox"][disabled]:checked + label:before {
  background: white;
  border-color: white; }

.form-control label {
  display: block;
  font-size: 0.95em; }

.form-control input[type="email"], .form-control input[type="number"], .form-control input[type="search"], .form-control input[type="text"], .form-control input[type="tel"], .form-control input[type="url"], .form-control input[type="password"], .form-control input[type="color"], .form-control input[type="date"], .form-control select, .form-control textarea {
  width: 100%;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2.4em;
  padding: 0.3rem 1rem;
  border-radius: 0.2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  background-color: #FFFFFF;
  border: 1px solid #414A63; }
  .form-control input[type="email"]::-webkit-input-placeholder, .form-control input[type="number"]::-webkit-input-placeholder, .form-control input[type="search"]::-webkit-input-placeholder, .form-control input[type="text"]::-webkit-input-placeholder, .form-control input[type="tel"]::-webkit-input-placeholder, .form-control input[type="url"]::-webkit-input-placeholder, .form-control input[type="password"]::-webkit-input-placeholder, .form-control input[type="color"]::-webkit-input-placeholder, .form-control input[type="date"]::-webkit-input-placeholder, .form-control select::-webkit-input-placeholder, .form-control textarea::-webkit-input-placeholder {
    opacity: 0.33;
    color: #101319; }
  .form-control input[type="email"]:-ms-input-placeholder, .form-control input[type="number"]:-ms-input-placeholder, .form-control input[type="search"]:-ms-input-placeholder, .form-control input[type="text"]:-ms-input-placeholder, .form-control input[type="tel"]:-ms-input-placeholder, .form-control input[type="url"]:-ms-input-placeholder, .form-control input[type="password"]:-ms-input-placeholder, .form-control input[type="color"]:-ms-input-placeholder, .form-control input[type="date"]:-ms-input-placeholder, .form-control select:-ms-input-placeholder, .form-control textarea:-ms-input-placeholder {
    opacity: 0.33;
    color: #101319; }
  .form-control input[type="email"]::-ms-input-placeholder, .form-control input[type="number"]::-ms-input-placeholder, .form-control input[type="search"]::-ms-input-placeholder, .form-control input[type="text"]::-ms-input-placeholder, .form-control input[type="tel"]::-ms-input-placeholder, .form-control input[type="url"]::-ms-input-placeholder, .form-control input[type="password"]::-ms-input-placeholder, .form-control input[type="color"]::-ms-input-placeholder, .form-control input[type="date"]::-ms-input-placeholder, .form-control select::-ms-input-placeholder, .form-control textarea::-ms-input-placeholder {
    opacity: 0.33;
    color: #101319; }
  .form-control input[type="email"]::placeholder, .form-control input[type="number"]::placeholder, .form-control input[type="search"]::placeholder, .form-control input[type="text"]::placeholder, .form-control input[type="tel"]::placeholder, .form-control input[type="url"]::placeholder, .form-control input[type="password"]::placeholder, .form-control input[type="color"]::placeholder, .form-control input[type="date"]::placeholder, .form-control select::placeholder, .form-control textarea::placeholder {
    opacity: 0.33;
    color: #101319; }
  .form-control input[type="email"][disabled], .form-control input[type="number"][disabled], .form-control input[type="search"][disabled], .form-control input[type="text"][disabled], .form-control input[type="tel"][disabled], .form-control input[type="url"][disabled], .form-control input[type="password"][disabled], .form-control input[type="color"][disabled], .form-control input[type="date"][disabled], .form-control select[disabled], .form-control textarea[disabled] {
    cursor: not-allowed;
    background-color: #c2c7d7;
    border-color: #c2c7d7; }
  .form-control input[type="email"].blue, .form-control input[type="number"].blue, .form-control input[type="search"].blue, .form-control input[type="text"].blue, .form-control input[type="tel"].blue, .form-control input[type="url"].blue, .form-control input[type="password"].blue, .form-control input[type="color"].blue, .form-control input[type="date"].blue, .form-control select.blue, .form-control textarea.blue {
    border: solid 1px #6192F4; }
    .form-control input[type="email"].blue[disabled], .form-control input[type="number"].blue[disabled], .form-control input[type="search"].blue[disabled], .form-control input[type="text"].blue[disabled], .form-control input[type="tel"].blue[disabled], .form-control input[type="url"].blue[disabled], .form-control input[type="password"].blue[disabled], .form-control input[type="color"].blue[disabled], .form-control input[type="date"].blue[disabled], .form-control select.blue[disabled], .form-control textarea.blue[disabled] {
      background-color: #adc7f9;
      border-color: #adc7f9; }
  .form-control input[type="email"].green, .form-control input[type="number"].green, .form-control input[type="search"].green, .form-control input[type="text"].green, .form-control input[type="tel"].green, .form-control input[type="url"].green, .form-control input[type="password"].green, .form-control input[type="color"].green, .form-control input[type="date"].green, .form-control select.green, .form-control textarea.green {
    border: solid 1px #76D37E; }
    .form-control input[type="email"].green[disabled], .form-control input[type="number"].green[disabled], .form-control input[type="search"].green[disabled], .form-control input[type="text"].green[disabled], .form-control input[type="tel"].green[disabled], .form-control input[type="url"].green[disabled], .form-control input[type="password"].green[disabled], .form-control input[type="color"].green[disabled], .form-control input[type="date"].green[disabled], .form-control select.green[disabled], .form-control textarea.green[disabled] {
      background-color: #b4e7b8;
      border-color: #b4e7b8; }
  .form-control input[type="email"].yellow, .form-control input[type="number"].yellow, .form-control input[type="search"].yellow, .form-control input[type="text"].yellow, .form-control input[type="tel"].yellow, .form-control input[type="url"].yellow, .form-control input[type="password"].yellow, .form-control input[type="color"].yellow, .form-control input[type="date"].yellow, .form-control select.yellow, .form-control textarea.yellow {
    border: solid 1px #F9D675; }
    .form-control input[type="email"].yellow[disabled], .form-control input[type="number"].yellow[disabled], .form-control input[type="search"].yellow[disabled], .form-control input[type="text"].yellow[disabled], .form-control input[type="tel"].yellow[disabled], .form-control input[type="url"].yellow[disabled], .form-control input[type="password"].yellow[disabled], .form-control input[type="color"].yellow[disabled], .form-control input[type="date"].yellow[disabled], .form-control select.yellow[disabled], .form-control textarea.yellow[disabled] {
      background-color: #fcedc3;
      border-color: #fcedc3; }
  .form-control input[type="email"].red, .form-control input[type="number"].red, .form-control input[type="search"].red, .form-control input[type="text"].red, .form-control input[type="tel"].red, .form-control input[type="url"].red, .form-control input[type="password"].red, .form-control input[type="color"].red, .form-control input[type="date"].red, .form-control select.red, .form-control textarea.red {
    border: solid 1px #FC6261; }
    .form-control input[type="email"].red[disabled], .form-control input[type="number"].red[disabled], .form-control input[type="search"].red[disabled], .form-control input[type="text"].red[disabled], .form-control input[type="tel"].red[disabled], .form-control input[type="url"].red[disabled], .form-control input[type="password"].red[disabled], .form-control input[type="color"].red[disabled], .form-control input[type="date"].red[disabled], .form-control select.red[disabled], .form-control textarea.red[disabled] {
      background-color: #feb2b1;
      border-color: #feb2b1; }
  .form-control input[type="email"].purple, .form-control input[type="number"].purple, .form-control input[type="search"].purple, .form-control input[type="text"].purple, .form-control input[type="tel"].purple, .form-control input[type="url"].purple, .form-control input[type="password"].purple, .form-control input[type="color"].purple, .form-control input[type="date"].purple, .form-control select.purple, .form-control textarea.purple {
    border: solid 1px #9371E2; }
    .form-control input[type="email"].purple[disabled], .form-control input[type="number"].purple[disabled], .form-control input[type="search"].purple[disabled], .form-control input[type="text"].purple[disabled], .form-control input[type="tel"].purple[disabled], .form-control input[type="url"].purple[disabled], .form-control input[type="password"].purple[disabled], .form-control input[type="color"].purple[disabled], .form-control input[type="date"].purple[disabled], .form-control select.purple[disabled], .form-control textarea.purple[disabled] {
      background-color: #c7b5f0;
      border-color: #c7b5f0; }
  .form-control input[type="email"].orange, .form-control input[type="number"].orange, .form-control input[type="search"].orange, .form-control input[type="text"].orange, .form-control input[type="tel"].orange, .form-control input[type="url"].orange, .form-control input[type="password"].orange, .form-control input[type="color"].orange, .form-control input[type="date"].orange, .form-control select.orange, .form-control textarea.orange {
    border: solid 1px #FFA565; }
    .form-control input[type="email"].orange[disabled], .form-control input[type="number"].orange[disabled], .form-control input[type="search"].orange[disabled], .form-control input[type="text"].orange[disabled], .form-control input[type="tel"].orange[disabled], .form-control input[type="url"].orange[disabled], .form-control input[type="password"].orange[disabled], .form-control input[type="color"].orange[disabled], .form-control input[type="date"].orange[disabled], .form-control select.orange[disabled], .form-control textarea.orange[disabled] {
      background-color: #ffd5b7;
      border-color: #ffd5b7; }
  .form-control input[type="email"].teal, .form-control input[type="number"].teal, .form-control input[type="search"].teal, .form-control input[type="text"].teal, .form-control input[type="tel"].teal, .form-control input[type="url"].teal, .form-control input[type="password"].teal, .form-control input[type="color"].teal, .form-control input[type="date"].teal, .form-control select.teal, .form-control textarea.teal {
    border: solid 1px #66E4E6; }
    .form-control input[type="email"].teal[disabled], .form-control input[type="number"].teal[disabled], .form-control input[type="search"].teal[disabled], .form-control input[type="text"].teal[disabled], .form-control input[type="tel"].teal[disabled], .form-control input[type="url"].teal[disabled], .form-control input[type="password"].teal[disabled], .form-control input[type="color"].teal[disabled], .form-control input[type="date"].teal[disabled], .form-control select.teal[disabled], .form-control textarea.teal[disabled] {
      background-color: #acf0f1;
      border-color: #acf0f1; }
  .form-control input[type="email"].pink, .form-control input[type="number"].pink, .form-control input[type="search"].pink, .form-control input[type="text"].pink, .form-control input[type="tel"].pink, .form-control input[type="url"].pink, .form-control input[type="password"].pink, .form-control input[type="color"].pink, .form-control input[type="date"].pink, .form-control select.pink, .form-control textarea.pink {
    border: solid 1px #fE77A6; }
    .form-control input[type="email"].pink[disabled], .form-control input[type="number"].pink[disabled], .form-control input[type="search"].pink[disabled], .form-control input[type="text"].pink[disabled], .form-control input[type="tel"].pink[disabled], .form-control input[type="url"].pink[disabled], .form-control input[type="password"].pink[disabled], .form-control input[type="color"].pink[disabled], .form-control input[type="date"].pink[disabled], .form-control select.pink[disabled], .form-control textarea.pink[disabled] {
      background-color: #ffc8db;
      border-color: #ffc8db; }
  .form-control input[type="email"].indigo, .form-control input[type="number"].indigo, .form-control input[type="search"].indigo, .form-control input[type="text"].indigo, .form-control input[type="tel"].indigo, .form-control input[type="url"].indigo, .form-control input[type="password"].indigo, .form-control input[type="color"].indigo, .form-control input[type="date"].indigo, .form-control select.indigo, .form-control textarea.indigo {
    border: solid 1px #716FEA; }
    .form-control input[type="email"].indigo[disabled], .form-control input[type="number"].indigo[disabled], .form-control input[type="search"].indigo[disabled], .form-control input[type="text"].indigo[disabled], .form-control input[type="tel"].indigo[disabled], .form-control input[type="url"].indigo[disabled], .form-control input[type="password"].indigo[disabled], .form-control input[type="color"].indigo[disabled], .form-control input[type="date"].indigo[disabled], .form-control select.indigo[disabled], .form-control textarea.indigo[disabled] {
      background-color: #b7b6f4;
      border-color: #b7b6f4; }
  .form-control input[type="email"].dark, .form-control input[type="number"].dark, .form-control input[type="search"].dark, .form-control input[type="text"].dark, .form-control input[type="tel"].dark, .form-control input[type="url"].dark, .form-control input[type="password"].dark, .form-control input[type="color"].dark, .form-control input[type="date"].dark, .form-control select.dark, .form-control textarea.dark {
    border: solid 1px #414A63; }
    .form-control input[type="email"].dark[disabled], .form-control input[type="number"].dark[disabled], .form-control input[type="search"].dark[disabled], .form-control input[type="text"].dark[disabled], .form-control input[type="tel"].dark[disabled], .form-control input[type="url"].dark[disabled], .form-control input[type="password"].dark[disabled], .form-control input[type="color"].dark[disabled], .form-control input[type="date"].dark[disabled], .form-control select.dark[disabled], .form-control textarea.dark[disabled] {
      background-color: #616f94;
      border-color: #616f94; }
  .form-control input[type="email"].light, .form-control input[type="number"].light, .form-control input[type="search"].light, .form-control input[type="text"].light, .form-control input[type="tel"].light, .form-control input[type="url"].light, .form-control input[type="password"].light, .form-control input[type="color"].light, .form-control input[type="date"].light, .form-control select.light, .form-control textarea.light {
    border: solid 1px #EAEAEA; }
    .form-control input[type="email"].light[disabled], .form-control input[type="number"].light[disabled], .form-control input[type="search"].light[disabled], .form-control input[type="text"].light[disabled], .form-control input[type="tel"].light[disabled], .form-control input[type="url"].light[disabled], .form-control input[type="password"].light[disabled], .form-control input[type="color"].light[disabled], .form-control input[type="date"].light[disabled], .form-control select.light[disabled], .form-control textarea.light[disabled] {
      background-color: white;
      border-color: white; }
  .form-control input[type="email"].black, .form-control input[type="number"].black, .form-control input[type="search"].black, .form-control input[type="text"].black, .form-control input[type="tel"].black, .form-control input[type="url"].black, .form-control input[type="password"].black, .form-control input[type="color"].black, .form-control input[type="date"].black, .form-control select.black, .form-control textarea.black {
    border: solid 1px #252627; }
    .form-control input[type="email"].black[disabled], .form-control input[type="number"].black[disabled], .form-control input[type="search"].black[disabled], .form-control input[type="text"].black[disabled], .form-control input[type="tel"].black[disabled], .form-control input[type="url"].black[disabled], .form-control input[type="password"].black[disabled], .form-control input[type="color"].black[disabled], .form-control input[type="date"].black[disabled], .form-control select.black[disabled], .form-control textarea.black[disabled] {
      background-color: #4d4f51;
      border-color: #4d4f51; }
  .form-control input[type="email"].white, .form-control input[type="number"].white, .form-control input[type="search"].white, .form-control input[type="text"].white, .form-control input[type="tel"].white, .form-control input[type="url"].white, .form-control input[type="password"].white, .form-control input[type="color"].white, .form-control input[type="date"].white, .form-control select.white, .form-control textarea.white {
    border: solid 1px #FFFFFF; }
    .form-control input[type="email"].white[disabled], .form-control input[type="number"].white[disabled], .form-control input[type="search"].white[disabled], .form-control input[type="text"].white[disabled], .form-control input[type="tel"].white[disabled], .form-control input[type="url"].white[disabled], .form-control input[type="password"].white[disabled], .form-control input[type="color"].white[disabled], .form-control input[type="date"].white[disabled], .form-control select.white[disabled], .form-control textarea.white[disabled] {
      background-color: white;
      border-color: white; }

.form-control input[type="email"].rounded, .form-control input[type="number"].rounded, .form-control input[type="search"].rounded, .form-control input[type="text"].rounded, .form-control input[type="tel"].rounded, .form-control input[type="url"].rounded, .form-control input[type="password"].rounded, .form-control input[type="color"].rounded, .form-control input[type="date"].rounded, .form-control select.rounded {
  border-radius: 9999px; }

.form-control textarea {
  min-height: 4em;
  padding: 0.75rem 1rem; }

.form-control .select-icon {
  display: block;
  position: relative;
  vertical-align: top; }
  .form-control .select-icon::after {
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0.5em;
    margin-top: -0.375em;
    right: 1.125em;
    top: 50%;
    z-index: 4;
    border: 1px solid #414A63;
    border-right: 0;
    border-top: 0; }

.form-control .form-group {
  margin: 1rem 0 0.75rem; }

.form-control input[type="email"].large, .form-control input[type="number"].large, .form-control input[type="search"].large, .form-control input[type="text"].large, .form-control input[type="tel"].large, .form-control input[type="url"].large, .form-control input[type="password"].large, .form-control input[type="color"].large, .form-control input[type="date"].large, .form-control select.large, .form-control textarea.large {
  font-size: 1.4em; }

.form-control input[type="email"].large.rounded, .form-control input[type="number"].large.rounded, .form-control input[type="search"].large.rounded, .form-control input[type="text"].large.rounded, .form-control input[type="tel"].large.rounded, .form-control input[type="url"].large.rounded, .form-control input[type="password"].large.rounded, .form-control input[type="color"].large.rounded, .form-control input[type="date"].large.rounded, .form-control select.large.rounded {
  padding: 0 0.3rem 1rem0.4em; }

.form-control input[type="email"].medium, .form-control input[type="number"].medium, .form-control input[type="search"].medium, .form-control input[type="text"].medium, .form-control input[type="tel"].medium, .form-control input[type="url"].medium, .form-control input[type="password"].medium, .form-control input[type="color"].medium, .form-control input[type="date"].medium, .form-control select.medium, .form-control textarea.medium {
  font-size: 1.2em; }

.form-control input[type="email"].medium.rounded, .form-control input[type="number"].medium.rounded, .form-control input[type="search"].medium.rounded, .form-control input[type="text"].medium.rounded, .form-control input[type="tel"].medium.rounded, .form-control input[type="url"].medium.rounded, .form-control input[type="password"].medium.rounded, .form-control input[type="color"].medium.rounded, .form-control input[type="date"].medium.rounded, .form-control select.medium.rounded {
  padding: 0 0.3rem 1rem0.2em; }

.form-control input[type="email"].small, .form-control input[type="number"].small, .form-control input[type="search"].small, .form-control input[type="text"].small, .form-control input[type="tel"].small, .form-control input[type="url"].small, .form-control input[type="password"].small, .form-control input[type="color"].small, .form-control input[type="date"].small, .form-control select.small, .form-control textarea.small {
  font-size: 0.8em; }

.form-control input[type="email"].small.rounded, .form-control input[type="number"].small.rounded, .form-control input[type="search"].small.rounded, .form-control input[type="text"].small.rounded, .form-control input[type="tel"].small.rounded, .form-control input[type="url"].small.rounded, .form-control input[type="password"].small.rounded, .form-control input[type="color"].small.rounded, .form-control input[type="date"].small.rounded, .form-control select.small.rounded {
  padding: 0 0.3rem 1rem-0.2em; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9em;
  line-height: 1.125; }

code.inline {
  background: whitesmoke;
  color: #fb3a39;
  padding: 0.1em 0.3em;
  border-radius: 0.2em; }

kbd {
  background: #414A63;
  border-radius: 0.2em;
  color: #FFFFFF;
  padding: 0.1em 0.3em; }

.code-block {
  max-width: 100%; }
  .code-block code {
    color: #414A63;
    background: #f9fafb;
    border: 1px solid #d6d6d6;
    border-radius: 0.2em;
    white-space: nowrap; }
  .code-block pre {
    overflow: auto; }
    .code-block pre > code {
      display: block;
      padding: 1em 1.5em;
      white-space: pre;
      direction: ltr;
      text-align: left;
      word-spacing: normal;
      word-break: normal;
      white-space: pre;
      overflow-x: auto; }

ul, ol {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem; }
  ul ul, ul ol, ol ul, ol ol {
    font-size: 0.9rem;
    margin: 0 0 0.25rem; }
  ul li, ol li {
    padding-left: 0.2rem;
    margin: 0 0 0.25rem; }
  ul.inverted-bullets, ol.inverted-bullets {
    list-style-type: circle; }
  ul.square-bullets, ol.square-bullets {
    list-style-type: square; }
  ul.no-bullets, ol.no-bullets {
    list-style-type: none; }

ul {
  list-style: disc outside; }

ol {
  list-style: decimal outside; }
  ol li:before {
    content: ""; }

.tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs ul {
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0; }
  .tabs li {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0.2em 0.2em 0 0; }
    .tabs li.active a {
      border-bottom-color: #414A63;
      color: #414A63; }
    .tabs li.active:hover a, .tabs li.active:focus a, .tabs li.active:active a {
      color: #FFFFFF; }
    .tabs li:hover, .tabs li:focus {
      background-color: #414A63; }
      .tabs li:hover a, .tabs li:focus a {
        color: #FFFFFF; }
    .tabs li:active {
      background: #31384a;
      border-color: #31384a; }
    .tabs li a {
      cursor: pointer;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: -1px;
      padding: 0.5em 1em;
      vertical-align: top;
      border-bottom: 1px solid #d6d6d6;
      color: #252627;
      border-radius: 0.2em 0.2em 0 0; }
      .tabs li a:hover, .tabs li a:focus {
        border-color: #414A63; }
      .tabs li a:active {
        border-color: #31384a; }
  .tabs.boxed li:hover, .tabs.boxed li:focus {
    background: #414A63;
    border-color: #414A63; }
  .tabs.boxed li:active {
    background: #31384a;
    border-color: #31384a; }
  .tabs.boxed li.active a {
    background: transparent;
    border: 1px solid #414A63;
    border-bottom-color: transparent !important;
    color: #414A63; }
    .tabs.boxed li.active a:hover, .tabs.boxed li.active a:focus {
      background-color: #414A63;
      color: #FFFFFF; }
    .tabs.boxed li.active a:active {
      background: #31384a;
      border-color: #31384a; }
  .tabs.large {
    font-size: 1.4em; }
  .tabs.medium {
    font-size: 1.2em; }
  .tabs.default {
    font-size: 1em; }
  .tabs.small {
    font-size: 0.8em; }
  .tabs.blue li.active a {
    border-bottom-color: #6192F4;
    color: #6192F4; }
    .tabs.blue li.active a:hover, .tabs.blue li.active a:focus {
      color: #FFFFFF; }
  .tabs.blue li:hover, .tabs.blue li:focus {
    background: #6192F4; }
  .tabs.blue li:active {
    background: #3b78f1; }
  .tabs.blue li a:hover, .tabs.blue li a:focus {
    border-bottom-color: #6192F4; }
  .tabs.blue li a:active {
    border-bottom-color: #3b78f1; }
  .tabs.blue.boxed li.active a {
    color: #6192F4;
    border-color: #6192F4; }
    .tabs.blue.boxed li.active a:hover, .tabs.blue.boxed li.active a:focus {
      color: #FFFFFF;
      background: #6192F4; }
    .tabs.blue.boxed li.active a:active {
      background: #3b78f1;
      border-color: #3b78f1; }
  .tabs.green li.active a {
    border-bottom-color: #76D37E;
    color: #76D37E; }
    .tabs.green li.active a:hover, .tabs.green li.active a:focus {
      color: #FFFFFF; }
  .tabs.green li:hover, .tabs.green li:focus {
    background: #76D37E; }
  .tabs.green li:active {
    background: #57c961; }
  .tabs.green li a:hover, .tabs.green li a:focus {
    border-bottom-color: #76D37E; }
  .tabs.green li a:active {
    border-bottom-color: #57c961; }
  .tabs.green.boxed li.active a {
    color: #76D37E;
    border-color: #76D37E; }
    .tabs.green.boxed li.active a:hover, .tabs.green.boxed li.active a:focus {
      color: #FFFFFF;
      background: #76D37E; }
    .tabs.green.boxed li.active a:active {
      background: #57c961;
      border-color: #57c961; }
  .tabs.yellow li.active a {
    border-bottom-color: #F9D675;
    color: #F9D675; }
    .tabs.yellow li.active a:hover, .tabs.yellow li.active a:focus {
      color: #FFFFFF; }
  .tabs.yellow li:hover, .tabs.yellow li:focus {
    background: #F9D675; }
  .tabs.yellow li:active {
    background: #f7ca4e; }
  .tabs.yellow li a:hover, .tabs.yellow li a:focus {
    border-bottom-color: #F9D675; }
  .tabs.yellow li a:active {
    border-bottom-color: #f7ca4e; }
  .tabs.yellow.boxed li.active a {
    color: #F9D675;
    border-color: #F9D675; }
    .tabs.yellow.boxed li.active a:hover, .tabs.yellow.boxed li.active a:focus {
      color: #FFFFFF;
      background: #F9D675; }
    .tabs.yellow.boxed li.active a:active {
      background: #f7ca4e;
      border-color: #f7ca4e; }
  .tabs.red li.active a {
    border-bottom-color: #FC6261;
    color: #FC6261; }
    .tabs.red li.active a:hover, .tabs.red li.active a:focus {
      color: #FFFFFF; }
  .tabs.red li:hover, .tabs.red li:focus {
    background: #FC6261; }
  .tabs.red li:active {
    background: #fb3a39; }
  .tabs.red li a:hover, .tabs.red li a:focus {
    border-bottom-color: #FC6261; }
  .tabs.red li a:active {
    border-bottom-color: #fb3a39; }
  .tabs.red.boxed li.active a {
    color: #FC6261;
    border-color: #FC6261; }
    .tabs.red.boxed li.active a:hover, .tabs.red.boxed li.active a:focus {
      color: #FFFFFF;
      background: #FC6261; }
    .tabs.red.boxed li.active a:active {
      background: #fb3a39;
      border-color: #fb3a39; }
  .tabs.purple li.active a {
    border-bottom-color: #9371E2;
    color: #9371E2; }
    .tabs.purple li.active a:hover, .tabs.purple li.active a:focus {
      color: #FFFFFF; }
  .tabs.purple li:hover, .tabs.purple li:focus {
    background: #9371E2; }
  .tabs.purple li:active {
    background: #794fdb; }
  .tabs.purple li a:hover, .tabs.purple li a:focus {
    border-bottom-color: #9371E2; }
  .tabs.purple li a:active {
    border-bottom-color: #794fdb; }
  .tabs.purple.boxed li.active a {
    color: #9371E2;
    border-color: #9371E2; }
    .tabs.purple.boxed li.active a:hover, .tabs.purple.boxed li.active a:focus {
      color: #FFFFFF;
      background: #9371E2; }
    .tabs.purple.boxed li.active a:active {
      background: #794fdb;
      border-color: #794fdb; }
  .tabs.orange li.active a {
    border-bottom-color: #FFA565;
    color: #FFA565; }
    .tabs.orange li.active a:hover, .tabs.orange li.active a:focus {
      color: #FFFFFF; }
  .tabs.orange li:hover, .tabs.orange li:focus {
    background: #FFA565; }
  .tabs.orange li:active {
    background: #ff8d3c; }
  .tabs.orange li a:hover, .tabs.orange li a:focus {
    border-bottom-color: #FFA565; }
  .tabs.orange li a:active {
    border-bottom-color: #ff8d3c; }
  .tabs.orange.boxed li.active a {
    color: #FFA565;
    border-color: #FFA565; }
    .tabs.orange.boxed li.active a:hover, .tabs.orange.boxed li.active a:focus {
      color: #FFFFFF;
      background: #FFA565; }
    .tabs.orange.boxed li.active a:active {
      background: #ff8d3c;
      border-color: #ff8d3c; }
  .tabs.teal li.active a {
    border-bottom-color: #66E4E6;
    color: #66E4E6; }
    .tabs.teal li.active a:hover, .tabs.teal li.active a:focus {
      color: #FFFFFF; }
  .tabs.teal li:hover, .tabs.teal li:focus {
    background: #66E4E6; }
  .tabs.teal li:active {
    background: #43dee0; }
  .tabs.teal li a:hover, .tabs.teal li a:focus {
    border-bottom-color: #66E4E6; }
  .tabs.teal li a:active {
    border-bottom-color: #43dee0; }
  .tabs.teal.boxed li.active a {
    color: #66E4E6;
    border-color: #66E4E6; }
    .tabs.teal.boxed li.active a:hover, .tabs.teal.boxed li.active a:focus {
      color: #FFFFFF;
      background: #66E4E6; }
    .tabs.teal.boxed li.active a:active {
      background: #43dee0;
      border-color: #43dee0; }
  .tabs.pink li.active a {
    border-bottom-color: #fE77A6;
    color: #fE77A6; }
    .tabs.pink li.active a:hover, .tabs.pink li.active a:focus {
      color: #FFFFFF; }
  .tabs.pink li:hover, .tabs.pink li:focus {
    background: #fE77A6; }
  .tabs.pink li:active {
    background: #fe4e8b; }
  .tabs.pink li a:hover, .tabs.pink li a:focus {
    border-bottom-color: #fE77A6; }
  .tabs.pink li a:active {
    border-bottom-color: #fe4e8b; }
  .tabs.pink.boxed li.active a {
    color: #fE77A6;
    border-color: #fE77A6; }
    .tabs.pink.boxed li.active a:hover, .tabs.pink.boxed li.active a:focus {
      color: #FFFFFF;
      background: #fE77A6; }
    .tabs.pink.boxed li.active a:active {
      background: #fe4e8b;
      border-color: #fe4e8b; }
  .tabs.indigo li.active a {
    border-bottom-color: #716FEA;
    color: #716FEA; }
    .tabs.indigo li.active a:hover, .tabs.indigo li.active a:focus {
      color: #FFFFFF; }
  .tabs.indigo li:hover, .tabs.indigo li:focus {
    background: #716FEA; }
  .tabs.indigo li:active {
    background: #4e4be5; }
  .tabs.indigo li a:hover, .tabs.indigo li a:focus {
    border-bottom-color: #716FEA; }
  .tabs.indigo li a:active {
    border-bottom-color: #4e4be5; }
  .tabs.indigo.boxed li.active a {
    color: #716FEA;
    border-color: #716FEA; }
    .tabs.indigo.boxed li.active a:hover, .tabs.indigo.boxed li.active a:focus {
      color: #FFFFFF;
      background: #716FEA; }
    .tabs.indigo.boxed li.active a:active {
      background: #4e4be5;
      border-color: #4e4be5; }
  .tabs.dark li.active a {
    border-bottom-color: #414A63;
    color: #414A63; }
    .tabs.dark li.active a:hover, .tabs.dark li.active a:focus {
      color: #FFFFFF; }
  .tabs.dark li:hover, .tabs.dark li:focus {
    background: #414A63; }
  .tabs.dark li:active {
    background: #31384a; }
  .tabs.dark li a:hover, .tabs.dark li a:focus {
    border-bottom-color: #414A63; }
  .tabs.dark li a:active {
    border-bottom-color: #31384a; }
  .tabs.dark.boxed li.active a {
    color: #414A63;
    border-color: #414A63; }
    .tabs.dark.boxed li.active a:hover, .tabs.dark.boxed li.active a:focus {
      color: #FFFFFF;
      background: #414A63; }
    .tabs.dark.boxed li.active a:active {
      background: #31384a;
      border-color: #31384a; }
  .tabs.light li.active a {
    border-bottom-color: #EAEAEA;
    color: #EAEAEA; }
    .tabs.light li.active a:hover, .tabs.light li.active a:focus {
      color: #FFFFFF; }
  .tabs.light li:hover, .tabs.light li:focus {
    background: #EAEAEA; }
  .tabs.light li:active {
    background: #d6d6d6; }
  .tabs.light li a:hover, .tabs.light li a:focus {
    border-bottom-color: #EAEAEA; }
  .tabs.light li a:active {
    border-bottom-color: #d6d6d6; }
  .tabs.light.boxed li.active a {
    color: #EAEAEA;
    border-color: #EAEAEA; }
    .tabs.light.boxed li.active a:hover, .tabs.light.boxed li.active a:focus {
      color: #FFFFFF;
      background: #EAEAEA; }
    .tabs.light.boxed li.active a:active {
      background: #d6d6d6;
      border-color: #d6d6d6; }
  .tabs.black li.active a {
    border-bottom-color: #252627;
    color: #252627; }
    .tabs.black li.active a:hover, .tabs.black li.active a:focus {
      color: #FFFFFF; }
  .tabs.black li:hover, .tabs.black li:focus {
    background: #252627; }
  .tabs.black li:active {
    background: #111212; }
  .tabs.black li a:hover, .tabs.black li a:focus {
    border-bottom-color: #252627; }
  .tabs.black li a:active {
    border-bottom-color: #111212; }
  .tabs.black.boxed li.active a {
    color: #252627;
    border-color: #252627; }
    .tabs.black.boxed li.active a:hover, .tabs.black.boxed li.active a:focus {
      color: #FFFFFF;
      background: #252627; }
    .tabs.black.boxed li.active a:active {
      background: #111212;
      border-color: #111212; }
  .tabs.white li.active a {
    border-bottom-color: #FFFFFF;
    color: #FFFFFF; }
    .tabs.white li.active a:hover, .tabs.white li.active a:focus {
      color: #FFFFFF; }
  .tabs.white li:hover, .tabs.white li:focus {
    background: #FFFFFF; }
  .tabs.white li:active {
    background: #ebebeb; }
  .tabs.white li a:hover, .tabs.white li a:focus {
    border-bottom-color: #FFFFFF; }
  .tabs.white li a:active {
    border-bottom-color: #ebebeb; }
  .tabs.white.boxed li.active a {
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .tabs.white.boxed li.active a:hover, .tabs.white.boxed li.active a:focus {
      color: #FFFFFF;
      background: #FFFFFF; }
    .tabs.white.boxed li.active a:active {
      background: #ebebeb;
      border-color: #ebebeb; }

table {
  background-color: #FFFFFF;
  margin-bottom: 1em;
  border-spacing: 0px;
  border-collapse: collapse;
  max-width: 100%;
  display: block;
  overflow-x: auto; }
  table caption {
    font-size: 0.8em;
    font-style: italic;
    text-align: left; }
  table td, table th {
    border: 1px solid #EAEAEA;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
    table td.narrow, table th.narrow {
      white-space: nowrap;
      width: 1%; }
    table td.vertical-align-top, table th.vertical-align-top {
      vertical-align: top; }
    table td.vertical-align-middle, table th.vertical-align-middle {
      vertical-align: middle; }
    table td.vertical-align-bottom, table th.vertical-align-bottom {
      vertical-align: bottom; }
  table th {
    text-align: left; }
  table.hoverable tbody tr:hover {
    background-color: #f7f7f7; }
  table thead td, table thead th {
    border-width: 0 0 2px;
    color: #414A63; }
  table tfoot td, table tfoot th {
    border-width: 2px 0 0;
    color: #414A63; }
  table tbody tr:last-child td, table tbody tr:last-child th {
    border-bottom-width: 0; }
  table.narrow td, table.narrow th {
    padding: 0.25em 0.5em; }
  table.bordered thead td, table.bordered thead th {
    border-width: 1px 1px 2px 1px; }
  table.bordered tfoot td, table.bordered tfoot th {
    border-width: 2px 1px 1px 1px; }
  table.bordered tbody td, table.bordered tbody th {
    border-width: 1px; }
  table.bordered tbody tr:last-child td, table.bordered tbody tr:last-child th {
    border-bottom-width: 1px; }
  table.striped tbody tr:nth-child(odd) {
    background-color: #f7f7f7; }
  table.striped.hoverable tbody tr:hover {
    background-color: #efefef; }
  table.blue td, table.blue th {
    border-color: #9ab9f8; }
  table.blue.hoverable tbody tr:hover {
    background-color: #d3e1fc; }
  table.blue.striped tbody tr:nth-child(odd) {
    background-color: #d3e1fc; }
  table.blue.striped.hoverable tbody tr:hover {
    background-color: #adc7f9; }
  table.green td, table.green th {
    border-color: #a4e2aa; }
  table.green.hoverable tbody tr:hover {
    background-color: #d3f1d5; }
  table.green.striped tbody tr:nth-child(odd) {
    background-color: #d3f1d5; }
  table.green.striped.hoverable tbody tr:hover {
    background-color: #b4e7b8; }
  table.yellow td, table.yellow th {
    border-color: #fce7b0; }
  table.yellow.hoverable tbody tr:hover {
    background-color: #fef9ea; }
  table.yellow.striped tbody tr:nth-child(odd) {
    background-color: #fef9ea; }
  table.yellow.striped.hoverable tbody tr:hover {
    background-color: #fcedc3; }
  table.red td, table.red th {
    border-color: #fd9e9d; }
  table.red.hoverable tbody tr:hover {
    background-color: #fed9d9; }
  table.red.striped tbody tr:nth-child(odd) {
    background-color: #fed9d9; }
  table.red.striped.hoverable tbody tr:hover {
    background-color: #feb2b1; }
  table.purple td, table.purple th {
    border-color: #baa4ec; }
  table.purple.hoverable tbody tr:hover {
    background-color: #e0d7f7; }
  table.purple.striped tbody tr:nth-child(odd) {
    background-color: #e0d7f7; }
  table.purple.striped.hoverable tbody tr:hover {
    background-color: #c7b5f0; }
  table.orange td, table.orange th {
    border-color: #ffc9a2; }
  table.orange.hoverable tbody tr:hover {
    background-color: #ffeddf; }
  table.orange.striped tbody tr:nth-child(odd) {
    background-color: #ffeddf; }
  table.orange.striped.hoverable tbody tr:hover {
    background-color: #ffd5b7; }
  table.teal td, table.teal th {
    border-color: #9bedef; }
  table.teal.hoverable tbody tr:hover {
    background-color: #cff7f7; }
  table.teal.striped tbody tr:nth-child(odd) {
    background-color: #cff7f7; }
  table.teal.striped.hoverable tbody tr:hover {
    background-color: #acf0f1; }
  table.pink td, table.pink th {
    border-color: #feb4ce; }
  table.pink.hoverable tbody tr:hover {
    background-color: #fff1f6; }
  table.pink.striped tbody tr:nth-child(odd) {
    background-color: #fff1f6; }
  table.pink.striped.hoverable tbody tr:hover {
    background-color: #ffc8db; }
  table.indigo td, table.indigo th {
    border-color: #a6a4f2; }
  table.indigo.hoverable tbody tr:hover {
    background-color: #dadafa; }
  table.indigo.striped tbody tr:nth-child(odd) {
    background-color: #dadafa; }
  table.indigo.striped.hoverable tbody tr:hover {
    background-color: #b7b6f4; }
  table.dark td, table.dark th {
    border-color: #596688; }
  table.dark.hoverable tbody tr:hover {
    background-color: #7884a6; }
  table.dark.striped tbody tr:nth-child(odd) {
    background-color: #7884a6; }
  table.dark.striped.hoverable tbody tr:hover {
    background-color: #616f94; }
  table.light td, table.light th {
    border-color: white; }
  table.light.hoverable tbody tr:hover {
    background-color: white; }
  table.light.striped tbody tr:nth-child(odd) {
    background-color: white; }
  table.light.striped.hoverable tbody tr:hover {
    background-color: white; }
  table.black td, table.black th {
    border-color: #434546; }
  table.black.hoverable tbody tr:hover {
    background-color: #616366; }
  table.black.striped tbody tr:nth-child(odd) {
    background-color: #616366; }
  table.black.striped.hoverable tbody tr:hover {
    background-color: #4d4f51; }
  table.white td, table.white th {
    border-color: white; }
  table.white.hoverable tbody tr:hover {
    background-color: white; }
  table.white.striped tbody tr:nth-child(odd) {
    background-color: white; }
  table.white.striped.hoverable tbody tr:hover {
    background-color: white; }

.full-width-table {
  width: 100%;
  overflow-x: auto; }
  .full-width-table table {
    display: table;
    width: 100%; }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EAEAEA;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .banner .banner-header, .banner .banner-footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.5em; }
  .banner .banner-body {
    padding: 3em 1.5em; }
  .banner h1, .banner .h1,
  .banner h2, .banner .h2,
  .banner h3, .banner .h3,
  .banner h4, .banner .h4,
  .banner h5, .banner .h5,
  .banner h6, .banner .h6 {
    margin-bottom: 0; }
    .banner h1.subheader, .banner .h1.subheader,
    .banner h2.subheader, .banner .h2.subheader,
    .banner h3.subheader, .banner .h3.subheader,
    .banner h4.subheader, .banner .h4.subheader,
    .banner h5.subheader, .banner .h5.subheader,
    .banner h6.subheader, .banner .h6.subheader {
      margin-bottom: 0; }
  .banner.large .banner-body {
    padding-top: 9em;
    padding-bottom: 9em; }
  .banner.medium .banner-body {
    padding-top: 6em;
    padding-bottom: 6em; }
  .banner.default .banner-body {
    padding-top: 3em;
    padding-bottom: 3em; }
  .banner.small .banner-body {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .banner.fullscreen {
    min-height: 100vh; }
    .banner.fullscreen .banner-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

span.label, a.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.8em 0.6em;
  border-radius: 0.2em;
  border: 1px solid #414A63;
  background: #414A63;
  color: #FFFFFF;
  font-size: 0.8em;
  line-height: 0.8em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.4em;
  text-decoration: none; }
  span.label.rounded, a.label.rounded {
    border-radius: 9999px; }
  span.label.outlined, a.label.outlined {
    background-color: rgba(0, 0, 0, 0);
    color: #414A63; }
  span.label.blue, a.label.blue {
    background: #6192F4;
    border-color: #6192F4; }
    span.label.blue.outlined, a.label.blue.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #6192F4; }
  span.label.green, a.label.green {
    background: #76D37E;
    border-color: #76D37E; }
    span.label.green.outlined, a.label.green.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #76D37E; }
  span.label.yellow, a.label.yellow {
    background: #F9D675;
    border-color: #F9D675; }
    span.label.yellow.outlined, a.label.yellow.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #F9D675; }
  span.label.red, a.label.red {
    background: #FC6261;
    border-color: #FC6261; }
    span.label.red.outlined, a.label.red.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #FC6261; }
  span.label.purple, a.label.purple {
    background: #9371E2;
    border-color: #9371E2; }
    span.label.purple.outlined, a.label.purple.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #9371E2; }
  span.label.orange, a.label.orange {
    background: #FFA565;
    border-color: #FFA565; }
    span.label.orange.outlined, a.label.orange.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #FFA565; }
  span.label.teal, a.label.teal {
    background: #66E4E6;
    border-color: #66E4E6; }
    span.label.teal.outlined, a.label.teal.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #66E4E6; }
  span.label.pink, a.label.pink {
    background: #fE77A6;
    border-color: #fE77A6; }
    span.label.pink.outlined, a.label.pink.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #fE77A6; }
  span.label.indigo, a.label.indigo {
    background: #716FEA;
    border-color: #716FEA; }
    span.label.indigo.outlined, a.label.indigo.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #716FEA; }
  span.label.dark, a.label.dark {
    background: #414A63;
    border-color: #414A63; }
    span.label.dark.outlined, a.label.dark.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #414A63; }
  span.label.light, a.label.light {
    background: #EAEAEA;
    border-color: #EAEAEA; }
    span.label.light.outlined, a.label.light.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #EAEAEA; }
  span.label.black, a.label.black {
    background: #252627;
    border-color: #252627; }
    span.label.black.outlined, a.label.black.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #252627; }
  span.label.white, a.label.white {
    background: #FFFFFF;
    border-color: #FFFFFF; }
    span.label.white.outlined, a.label.white.outlined {
      background-color: rgba(0, 0, 0, 0);
      color: #FFFFFF; }

.label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .label-group .label, .label-group .join-labels {
    margin-right: 0.5rem; }

.join-labels {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .join-labels .label {
    margin-right: 0; }
    .join-labels .label:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-left: 0px; }
    .join-labels .label:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border-right: 0px; }
    .join-labels .label.rounded:first-child {
      padding-left: 0.8em; }
    .join-labels .label.rounded:last-child {
      padding-right: 0.8em; }

span.label.large, a.label.large {
  font-size: 1.2em;
  height: 1.8em;
  line-height: 1.8em;
  padding: 1.2em 1em; }

.join-labels .label.large.rounded:first-child {
  padding-left: 1.2em; }

.join-labels .label.large.rounded:last-child {
  padding-right: 1.2em; }

span.label.medium, a.label.medium {
  font-size: 1em;
  height: 1.6em;
  line-height: 1.6em;
  padding: 1em 0.8em; }

.join-labels .label.medium.rounded:first-child {
  padding-left: 1em; }

.join-labels .label.medium.rounded:last-child {
  padding-right: 1em; }

span.label.small, a.label.small {
  font-size: 0.6em;
  height: 1.2em;
  line-height: 1.2em;
  padding: 0.6em 0.4em; }

.join-labels .label.small.rounded:first-child {
  padding-left: 0.6em; }

.join-labels .label.small.rounded:last-child {
  padding-right: 0.6em; }

.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: auto;
  margin: 0 0 1em; }
  .counter > .value {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1em;
    color: #252627;
    text-transform: uppercase;
    text-align: center; }
  .counter > .description {
    font-size: 1em;
    font-weight: 600;
    color: #252627;
    text-transform: uppercase;
    text-align: center; }
  .counter.large > .value {
    font-size: 3.5em; }
  .counter.medium > .value {
    font-size: 3em; }
  .counter.default > .value {
    font-size: 2.5em; }
  .counter.small > .value {
    font-size: 2em; }

.notification {
  border-radius: 0.2em;
  padding: 1em 1.25em;
  font-size: 1em;
  margin-bottom: 1em;
  background-color: #e3e4e8;
  border: solid 1px rgba(0, 0, 0, 0);
  color: #414A63; }
  .notification.filled {
    background-color: #414A63;
    color: #FFFFFF; }
  .notification.bordered {
    border-color: #414A63; }
  .notification.outlined {
    border-color: #414A63;
    background-color: rgba(0, 0, 0, 0); }
  .notification.blue {
    background-color: #e7effd;
    color: #0e4ecc; }
    .notification.blue.filled {
      background-color: #6192F4;
      color: #FFFFFF; }
    .notification.blue.bordered {
      border-color: #6192F4; }
    .notification.blue.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #6192F4;
      color: #6192F4; }
  .notification.green {
    background-color: #eaf8ec;
    color: #329c3b; }
    .notification.green.filled {
      background-color: #76D37E;
      color: #FFFFFF; }
    .notification.green.bordered {
      border-color: #76D37E; }
    .notification.green.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #76D37E;
      color: #76D37E; }
  .notification.yellow {
    background-color: #fef9ea;
    color: #e9ae0a; }
    .notification.yellow.filled {
      background-color: #F9D675;
      color: #FFFFFF; }
    .notification.yellow.bordered {
      border-color: #F9D675; }
    .notification.yellow.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #F9D675;
      color: #F9D675; }
  .notification.red {
    background-color: #ffe7e7;
    color: #de0604; }
    .notification.red.filled {
      background-color: #FC6261;
      color: #FFFFFF; }
    .notification.red.bordered {
      border-color: #FC6261; }
    .notification.red.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #FC6261;
      color: #FC6261; }
  .notification.purple {
    background-color: #efeafb;
    color: #5025b4; }
    .notification.purple.filled {
      background-color: #9371E2;
      color: #FFFFFF; }
    .notification.purple.bordered {
      border-color: #9371E2; }
    .notification.purple.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #9371E2;
      color: #9371E2; }
  .notification.orange {
    background-color: #fff2e8;
    color: #ea6100; }
    .notification.orange.filled {
      background-color: #FFA565;
      color: #FFFFFF; }
    .notification.orange.bordered {
      border-color: #FFA565; }
    .notification.orange.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #FFA565;
      color: #FFA565; }
  .notification.teal {
    background-color: #e8fbfb;
    color: #1db2b4; }
    .notification.teal.filled {
      background-color: #66E4E6;
      color: #FFFFFF; }
    .notification.teal.bordered {
      border-color: #66E4E6; }
    .notification.teal.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #66E4E6;
      color: #66E4E6; }
  .notification.pink {
    background-color: #ffebf2;
    color: #f90258; }
    .notification.pink.filled {
      background-color: #fE77A6;
      color: #FFFFFF; }
    .notification.pink.bordered {
      border-color: #fE77A6; }
    .notification.pink.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #fE77A6;
      color: #fE77A6; }
  .notification.indigo {
    background-color: #eae9fc;
    color: #1f1cc2; }
    .notification.indigo.filled {
      background-color: #716FEA;
      color: #FFFFFF; }
    .notification.indigo.bordered {
      border-color: #716FEA; }
    .notification.indigo.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #716FEA;
      color: #716FEA; }
  .notification.dark {
    background-color: #e3e4e8;
    color: #101319; }
    .notification.dark.filled {
      background-color: #414A63;
      color: #FFFFFF; }
    .notification.dark.bordered {
      border-color: #414A63; }
    .notification.dark.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #414A63;
      color: #414A63; }
  .notification.light {
    background-color: #f8f8f8;
    color: #adadad; }
    .notification.light.filled {
      background-color: #EAEAEA;
      color: #FFFFFF; }
    .notification.light.bordered {
      border-color: #EAEAEA; }
    .notification.light.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #EAEAEA;
      color: #EAEAEA; }
  .notification.black {
    background-color: #dededf;
    color: black; }
    .notification.black.filled {
      background-color: #252627;
      color: #FFFFFF; }
    .notification.black.bordered {
      border-color: #252627; }
    .notification.black.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #252627;
      color: #252627; }
  .notification.white {
    background-color: white;
    color: #c2c2c2; }
    .notification.white.filled {
      background-color: #FFFFFF;
      color: #FFFFFF; }
    .notification.white.bordered {
      border-color: #FFFFFF; }
    .notification.white.outlined {
      background-color: rgba(0, 0, 0, 0);
      border-color: #FFFFFF;
      color: #FFFFFF; }

.pagination {
  display: inline-block;
  margin-bottom: 1.5em; }
  .pagination a {
    border-radius: 0.2em;
    padding: 0.375em 0.75em;
    font-size: 0.9em;
    text-decoration: none;
    color: #252627; }
    .pagination a.active {
      background-color: #414A63;
      color: #FFFFFF; }
    .pagination a:hover, .pagination a:focus {
      background-color: #31384a;
      color: #FFFFFF; }
    .pagination a:active {
      background-color: #212532; }
  .pagination.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.inverted a.active {
      border: 1px solid #414A63;
      background-color: rgba(0, 0, 0, 0);
      color: #414A63;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .pagination.inverted a:hover, .pagination.inverted a:focus {
      border-color: #31384a;
      background-color: #31384a;
      color: #FFFFFF; }
    .pagination.inverted a:active {
      border-color: #212532;
      background-color: #212532; }
  .pagination.bordered a {
    border: 1px solid #414A63; }
    .pagination.bordered a:hover, .pagination.bordered a:focus {
      border-color: #31384a; }
    .pagination.bordered a:active {
      border-color: #212532; }
  .pagination.more-spacing a {
    margin: 0em 0.5em; }
  .pagination.rounded a {
    border-radius: 9999px; }
  .pagination.blue a.active {
    background-color: #6192F4;
    color: #FFFFFF; }
  .pagination.blue a:hover, .pagination.blue a:focus {
    background-color: #3b78f1; }
  .pagination.blue a:active {
    background-color: #155def; }
  .pagination.blue.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.blue.inverted a.active {
      color: #6192F4;
      border: 1px solid #6192F4;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.blue.inverted a:hover, .pagination.blue.inverted a:focus {
      background-color: #3b78f1;
      border-color: #3b78f1;
      color: #FFFFFF; }
    .pagination.blue.inverted a:active {
      border: 1px solid #155def;
      background-color: #155def; }
  .pagination.blue.bordered a {
    border: 1px solid #6192F4; }
    .pagination.blue.bordered a:hover, .pagination.blue.bordered a:focus {
      border-color: #3b78f1; }
    .pagination.blue.bordered a:active {
      border-color: #155def; }
  .pagination.green a.active {
    background-color: #76D37E;
    color: #FFFFFF; }
  .pagination.green a:hover, .pagination.green a:focus {
    background-color: #57c961; }
  .pagination.green a:active {
    background-color: #3cbb47; }
  .pagination.green.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.green.inverted a.active {
      color: #76D37E;
      border: 1px solid #76D37E;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.green.inverted a:hover, .pagination.green.inverted a:focus {
      background-color: #57c961;
      border-color: #57c961;
      color: #FFFFFF; }
    .pagination.green.inverted a:active {
      border: 1px solid #3cbb47;
      background-color: #3cbb47; }
  .pagination.green.bordered a {
    border: 1px solid #76D37E; }
    .pagination.green.bordered a:hover, .pagination.green.bordered a:focus {
      border-color: #57c961; }
    .pagination.green.bordered a:active {
      border-color: #3cbb47; }
  .pagination.yellow a.active {
    background-color: #F9D675;
    color: #FFFFFF; }
  .pagination.yellow a:hover, .pagination.yellow a:focus {
    background-color: #f7ca4e; }
  .pagination.yellow a:active {
    background-color: #f6bf27; }
  .pagination.yellow.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.yellow.inverted a.active {
      color: #F9D675;
      border: 1px solid #F9D675;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.yellow.inverted a:hover, .pagination.yellow.inverted a:focus {
      background-color: #f7ca4e;
      border-color: #f7ca4e;
      color: #FFFFFF; }
    .pagination.yellow.inverted a:active {
      border: 1px solid #f6bf27;
      background-color: #f6bf27; }
  .pagination.yellow.bordered a {
    border: 1px solid #F9D675; }
    .pagination.yellow.bordered a:hover, .pagination.yellow.bordered a:focus {
      border-color: #f7ca4e; }
    .pagination.yellow.bordered a:active {
      border-color: #f6bf27; }
  .pagination.red a.active {
    background-color: #FC6261;
    color: #FFFFFF; }
  .pagination.red a:hover, .pagination.red a:focus {
    background-color: #fb3a39; }
  .pagination.red a:active {
    background-color: #fa1211; }
  .pagination.red.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.red.inverted a.active {
      color: #FC6261;
      border: 1px solid #FC6261;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.red.inverted a:hover, .pagination.red.inverted a:focus {
      background-color: #fb3a39;
      border-color: #fb3a39;
      color: #FFFFFF; }
    .pagination.red.inverted a:active {
      border: 1px solid #fa1211;
      background-color: #fa1211; }
  .pagination.red.bordered a {
    border: 1px solid #FC6261; }
    .pagination.red.bordered a:hover, .pagination.red.bordered a:focus {
      border-color: #fb3a39; }
    .pagination.red.bordered a:active {
      border-color: #fa1211; }
  .pagination.purple a.active {
    background-color: #9371E2;
    color: #FFFFFF; }
  .pagination.purple a:hover, .pagination.purple a:focus {
    background-color: #794fdb; }
  .pagination.purple a:active {
    background-color: #5f2dd4; }
  .pagination.purple.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.purple.inverted a.active {
      color: #9371E2;
      border: 1px solid #9371E2;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.purple.inverted a:hover, .pagination.purple.inverted a:focus {
      background-color: #794fdb;
      border-color: #794fdb;
      color: #FFFFFF; }
    .pagination.purple.inverted a:active {
      border: 1px solid #5f2dd4;
      background-color: #5f2dd4; }
  .pagination.purple.bordered a {
    border: 1px solid #9371E2; }
    .pagination.purple.bordered a:hover, .pagination.purple.bordered a:focus {
      border-color: #794fdb; }
    .pagination.purple.bordered a:active {
      border-color: #5f2dd4; }
  .pagination.orange a.active {
    background-color: #FFA565;
    color: #FFFFFF; }
  .pagination.orange a:hover, .pagination.orange a:focus {
    background-color: #ff8d3c; }
  .pagination.orange a:active {
    background-color: #ff7513; }
  .pagination.orange.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.orange.inverted a.active {
      color: #FFA565;
      border: 1px solid #FFA565;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.orange.inverted a:hover, .pagination.orange.inverted a:focus {
      background-color: #ff8d3c;
      border-color: #ff8d3c;
      color: #FFFFFF; }
    .pagination.orange.inverted a:active {
      border: 1px solid #ff7513;
      background-color: #ff7513; }
  .pagination.orange.bordered a {
    border: 1px solid #FFA565; }
    .pagination.orange.bordered a:hover, .pagination.orange.bordered a:focus {
      border-color: #ff8d3c; }
    .pagination.orange.bordered a:active {
      border-color: #ff7513; }
  .pagination.teal a.active {
    background-color: #66E4E6;
    color: #FFFFFF; }
  .pagination.teal a:hover, .pagination.teal a:focus {
    background-color: #43dee0; }
  .pagination.teal a:active {
    background-color: #23d4d7; }
  .pagination.teal.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.teal.inverted a.active {
      color: #66E4E6;
      border: 1px solid #66E4E6;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.teal.inverted a:hover, .pagination.teal.inverted a:focus {
      background-color: #43dee0;
      border-color: #43dee0;
      color: #FFFFFF; }
    .pagination.teal.inverted a:active {
      border: 1px solid #23d4d7;
      background-color: #23d4d7; }
  .pagination.teal.bordered a {
    border: 1px solid #66E4E6; }
    .pagination.teal.bordered a:hover, .pagination.teal.bordered a:focus {
      border-color: #43dee0; }
    .pagination.teal.bordered a:active {
      border-color: #23d4d7; }
  .pagination.pink a.active {
    background-color: #fE77A6;
    color: #FFFFFF; }
  .pagination.pink a:hover, .pagination.pink a:focus {
    background-color: #fe4e8b; }
  .pagination.pink a:active {
    background-color: #fd2671; }
  .pagination.pink.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.pink.inverted a.active {
      color: #fE77A6;
      border: 1px solid #fE77A6;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.pink.inverted a:hover, .pagination.pink.inverted a:focus {
      background-color: #fe4e8b;
      border-color: #fe4e8b;
      color: #FFFFFF; }
    .pagination.pink.inverted a:active {
      border: 1px solid #fd2671;
      background-color: #fd2671; }
  .pagination.pink.bordered a {
    border: 1px solid #fE77A6; }
    .pagination.pink.bordered a:hover, .pagination.pink.bordered a:focus {
      border-color: #fe4e8b; }
    .pagination.pink.bordered a:active {
      border-color: #fd2671; }
  .pagination.indigo a.active {
    background-color: #716FEA;
    color: #FFFFFF; }
  .pagination.indigo a:hover, .pagination.indigo a:focus {
    background-color: #4e4be5; }
  .pagination.indigo a:active {
    background-color: #2b28e0; }
  .pagination.indigo.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.indigo.inverted a.active {
      color: #716FEA;
      border: 1px solid #716FEA;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.indigo.inverted a:hover, .pagination.indigo.inverted a:focus {
      background-color: #4e4be5;
      border-color: #4e4be5;
      color: #FFFFFF; }
    .pagination.indigo.inverted a:active {
      border: 1px solid #2b28e0;
      background-color: #2b28e0; }
  .pagination.indigo.bordered a {
    border: 1px solid #716FEA; }
    .pagination.indigo.bordered a:hover, .pagination.indigo.bordered a:focus {
      border-color: #4e4be5; }
    .pagination.indigo.bordered a:active {
      border-color: #2b28e0; }
  .pagination.dark a.active {
    background-color: #414A63;
    color: #FFFFFF; }
  .pagination.dark a:hover, .pagination.dark a:focus {
    background-color: #31384a; }
  .pagination.dark a:active {
    background-color: #212532; }
  .pagination.dark.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.dark.inverted a.active {
      color: #414A63;
      border: 1px solid #414A63;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.dark.inverted a:hover, .pagination.dark.inverted a:focus {
      background-color: #31384a;
      border-color: #31384a;
      color: #FFFFFF; }
    .pagination.dark.inverted a:active {
      border: 1px solid #212532;
      background-color: #212532; }
  .pagination.dark.bordered a {
    border: 1px solid #414A63; }
    .pagination.dark.bordered a:hover, .pagination.dark.bordered a:focus {
      border-color: #31384a; }
    .pagination.dark.bordered a:active {
      border-color: #212532; }
  .pagination.light a.active {
    background-color: #EAEAEA;
    color: #FFFFFF; }
  .pagination.light a:hover, .pagination.light a:focus {
    background-color: #d6d6d6; }
  .pagination.light a:active {
    background-color: #c1c1c1; }
  .pagination.light.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.light.inverted a.active {
      color: #EAEAEA;
      border: 1px solid #EAEAEA;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.light.inverted a:hover, .pagination.light.inverted a:focus {
      background-color: #d6d6d6;
      border-color: #d6d6d6;
      color: #FFFFFF; }
    .pagination.light.inverted a:active {
      border: 1px solid #c1c1c1;
      background-color: #c1c1c1; }
  .pagination.light.bordered a {
    border: 1px solid #EAEAEA; }
    .pagination.light.bordered a:hover, .pagination.light.bordered a:focus {
      border-color: #d6d6d6; }
    .pagination.light.bordered a:active {
      border-color: #c1c1c1; }
  .pagination.black a.active {
    background-color: #252627;
    color: #FFFFFF; }
  .pagination.black a:hover, .pagination.black a:focus {
    background-color: #111212; }
  .pagination.black a:active {
    background-color: black; }
  .pagination.black.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.black.inverted a.active {
      color: #252627;
      border: 1px solid #252627;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.black.inverted a:hover, .pagination.black.inverted a:focus {
      background-color: #111212;
      border-color: #111212;
      color: #FFFFFF; }
    .pagination.black.inverted a:active {
      border: 1px solid black;
      background-color: black; }
  .pagination.black.bordered a {
    border: 1px solid #252627; }
    .pagination.black.bordered a:hover, .pagination.black.bordered a:focus {
      border-color: #111212; }
    .pagination.black.bordered a:active {
      border-color: black; }
  .pagination.white a.active {
    background-color: #FFFFFF;
    color: #FFFFFF; }
  .pagination.white a:hover, .pagination.white a:focus {
    background-color: #ebebeb; }
  .pagination.white a:active {
    background-color: #d6d6d6; }
  .pagination.white.inverted a {
    border: 1px solid rgba(0, 0, 0, 0); }
    .pagination.white.inverted a.active {
      color: #FFFFFF;
      border: 1px solid #FFFFFF;
      background-color: rgba(0, 0, 0, 0); }
    .pagination.white.inverted a:hover, .pagination.white.inverted a:focus {
      background-color: #ebebeb;
      border-color: #ebebeb;
      color: #FFFFFF; }
    .pagination.white.inverted a:active {
      border: 1px solid #d6d6d6;
      background-color: #d6d6d6; }
  .pagination.white.bordered a {
    border: 1px solid #FFFFFF; }
    .pagination.white.bordered a:hover, .pagination.white.bordered a:focus {
      border-color: #ebebeb; }
    .pagination.white.bordered a:active {
      border-color: #d6d6d6; }
  .pagination.large {
    font-size: 1.3em; }
  .pagination.medium {
    font-size: 1.1em; }
  .pagination.small {
    font-size: 0.7em; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .breadcrumb ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin-bottom: 1rem; }
    .breadcrumb ul li {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0; }
      .breadcrumb ul li::before {
        content: '/'; }
      .breadcrumb ul li:first-child::before {
        content: ''; }
      .breadcrumb ul li.active a {
        color: #252627;
        cursor: default;
        pointer-events: none; }
      .breadcrumb ul li:first-child a {
        padding-left: 0; }
      .breadcrumb ul li a {
        text-decoration: none;
        color: #6192F4;
        padding: 0 0.75em; }
        .breadcrumb ul li a:hover, .breadcrumb ul li a:focus {
          color: #3b78f1;
          text-decoration: underline; }
  .breadcrumb.pointer-separators ul li::before {
    content: "»"; }
  .breadcrumb.pointer-separators ul li:first-child::before {
    content: ''; }
  .breadcrumb.arrow-separators ul li::before {
    content: "\2192"; }
  .breadcrumb.arrow-separators ul li:first-child::before {
    content: ''; }
  .breadcrumb.triangle-separators ul li::before {
    content: "\25b6"; }
  .breadcrumb.triangle-separators ul li:first-child::before {
    content: ''; }
  .breadcrumb.dash-separators ul li::before {
    content: "\2013"; }
  .breadcrumb.dash-separators ul li:first-child::before {
    content: ''; }
  .breadcrumb.bullet-separators ul li::before {
    content: "\2022"; }
  .breadcrumb.bullet-separators ul li:first-child::before {
    content: ''; }
  .breadcrumb.left ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .breadcrumb.center ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .breadcrumb.right ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .breadcrumb.blue {
    background-color: #6192F4;
    border: 1px solid #6192F4; }
    .breadcrumb.blue.inverted, .breadcrumb.blue.outlined {
      color: #6192F4;
      border-color: #6192F4;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.blue:hover, .breadcrumb.blue:focus {
      color: #FFFFFF;
      background-color: #3b78f1;
      border-color: #3b78f1; }
    .breadcrumb.blue:active {
      background-color: #155def;
      border-color: #155def;
      outline: 0; }
    .breadcrumb.blue[disabled] {
      color: #FFFFFF;
      background-color: #6192F4;
      border: 1px solid #6192F4; }
    .breadcrumb.blue.outlined:hover, .breadcrumb.blue.outlined:focus {
      color: #3b78f1;
      border-color: #3b78f1;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.blue.outlined:active {
      color: #155def;
      border-color: #155def;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.blue.inverted[disabled], .breadcrumb.blue.outlined[disabled] {
      color: #6192F4;
      border-color: #6192F4;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.green {
    background-color: #76D37E;
    border: 1px solid #76D37E; }
    .breadcrumb.green.inverted, .breadcrumb.green.outlined {
      color: #76D37E;
      border-color: #76D37E;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.green:hover, .breadcrumb.green:focus {
      color: #FFFFFF;
      background-color: #57c961;
      border-color: #57c961; }
    .breadcrumb.green:active {
      background-color: #3cbb47;
      border-color: #3cbb47;
      outline: 0; }
    .breadcrumb.green[disabled] {
      color: #FFFFFF;
      background-color: #76D37E;
      border: 1px solid #76D37E; }
    .breadcrumb.green.outlined:hover, .breadcrumb.green.outlined:focus {
      color: #57c961;
      border-color: #57c961;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.green.outlined:active {
      color: #3cbb47;
      border-color: #3cbb47;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.green.inverted[disabled], .breadcrumb.green.outlined[disabled] {
      color: #76D37E;
      border-color: #76D37E;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.yellow {
    background-color: #F9D675;
    border: 1px solid #F9D675; }
    .breadcrumb.yellow.inverted, .breadcrumb.yellow.outlined {
      color: #F9D675;
      border-color: #F9D675;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.yellow:hover, .breadcrumb.yellow:focus {
      color: #FFFFFF;
      background-color: #f7ca4e;
      border-color: #f7ca4e; }
    .breadcrumb.yellow:active {
      background-color: #f6bf27;
      border-color: #f6bf27;
      outline: 0; }
    .breadcrumb.yellow[disabled] {
      color: #FFFFFF;
      background-color: #F9D675;
      border: 1px solid #F9D675; }
    .breadcrumb.yellow.outlined:hover, .breadcrumb.yellow.outlined:focus {
      color: #f7ca4e;
      border-color: #f7ca4e;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.yellow.outlined:active {
      color: #f6bf27;
      border-color: #f6bf27;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.yellow.inverted[disabled], .breadcrumb.yellow.outlined[disabled] {
      color: #F9D675;
      border-color: #F9D675;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.red {
    background-color: #FC6261;
    border: 1px solid #FC6261; }
    .breadcrumb.red.inverted, .breadcrumb.red.outlined {
      color: #FC6261;
      border-color: #FC6261;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.red:hover, .breadcrumb.red:focus {
      color: #FFFFFF;
      background-color: #fb3a39;
      border-color: #fb3a39; }
    .breadcrumb.red:active {
      background-color: #fa1211;
      border-color: #fa1211;
      outline: 0; }
    .breadcrumb.red[disabled] {
      color: #FFFFFF;
      background-color: #FC6261;
      border: 1px solid #FC6261; }
    .breadcrumb.red.outlined:hover, .breadcrumb.red.outlined:focus {
      color: #fb3a39;
      border-color: #fb3a39;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.red.outlined:active {
      color: #fa1211;
      border-color: #fa1211;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.red.inverted[disabled], .breadcrumb.red.outlined[disabled] {
      color: #FC6261;
      border-color: #FC6261;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.purple {
    background-color: #9371E2;
    border: 1px solid #9371E2; }
    .breadcrumb.purple.inverted, .breadcrumb.purple.outlined {
      color: #9371E2;
      border-color: #9371E2;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.purple:hover, .breadcrumb.purple:focus {
      color: #FFFFFF;
      background-color: #794fdb;
      border-color: #794fdb; }
    .breadcrumb.purple:active {
      background-color: #5f2dd4;
      border-color: #5f2dd4;
      outline: 0; }
    .breadcrumb.purple[disabled] {
      color: #FFFFFF;
      background-color: #9371E2;
      border: 1px solid #9371E2; }
    .breadcrumb.purple.outlined:hover, .breadcrumb.purple.outlined:focus {
      color: #794fdb;
      border-color: #794fdb;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.purple.outlined:active {
      color: #5f2dd4;
      border-color: #5f2dd4;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.purple.inverted[disabled], .breadcrumb.purple.outlined[disabled] {
      color: #9371E2;
      border-color: #9371E2;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.orange {
    background-color: #FFA565;
    border: 1px solid #FFA565; }
    .breadcrumb.orange.inverted, .breadcrumb.orange.outlined {
      color: #FFA565;
      border-color: #FFA565;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.orange:hover, .breadcrumb.orange:focus {
      color: #FFFFFF;
      background-color: #ff8d3c;
      border-color: #ff8d3c; }
    .breadcrumb.orange:active {
      background-color: #ff7513;
      border-color: #ff7513;
      outline: 0; }
    .breadcrumb.orange[disabled] {
      color: #FFFFFF;
      background-color: #FFA565;
      border: 1px solid #FFA565; }
    .breadcrumb.orange.outlined:hover, .breadcrumb.orange.outlined:focus {
      color: #ff8d3c;
      border-color: #ff8d3c;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.orange.outlined:active {
      color: #ff7513;
      border-color: #ff7513;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.orange.inverted[disabled], .breadcrumb.orange.outlined[disabled] {
      color: #FFA565;
      border-color: #FFA565;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.teal {
    background-color: #66E4E6;
    border: 1px solid #66E4E6; }
    .breadcrumb.teal.inverted, .breadcrumb.teal.outlined {
      color: #66E4E6;
      border-color: #66E4E6;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.teal:hover, .breadcrumb.teal:focus {
      color: #FFFFFF;
      background-color: #43dee0;
      border-color: #43dee0; }
    .breadcrumb.teal:active {
      background-color: #23d4d7;
      border-color: #23d4d7;
      outline: 0; }
    .breadcrumb.teal[disabled] {
      color: #FFFFFF;
      background-color: #66E4E6;
      border: 1px solid #66E4E6; }
    .breadcrumb.teal.outlined:hover, .breadcrumb.teal.outlined:focus {
      color: #43dee0;
      border-color: #43dee0;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.teal.outlined:active {
      color: #23d4d7;
      border-color: #23d4d7;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.teal.inverted[disabled], .breadcrumb.teal.outlined[disabled] {
      color: #66E4E6;
      border-color: #66E4E6;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.pink {
    background-color: #fE77A6;
    border: 1px solid #fE77A6; }
    .breadcrumb.pink.inverted, .breadcrumb.pink.outlined {
      color: #fE77A6;
      border-color: #fE77A6;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.pink:hover, .breadcrumb.pink:focus {
      color: #FFFFFF;
      background-color: #fe4e8b;
      border-color: #fe4e8b; }
    .breadcrumb.pink:active {
      background-color: #fd2671;
      border-color: #fd2671;
      outline: 0; }
    .breadcrumb.pink[disabled] {
      color: #FFFFFF;
      background-color: #fE77A6;
      border: 1px solid #fE77A6; }
    .breadcrumb.pink.outlined:hover, .breadcrumb.pink.outlined:focus {
      color: #fe4e8b;
      border-color: #fe4e8b;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.pink.outlined:active {
      color: #fd2671;
      border-color: #fd2671;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.pink.inverted[disabled], .breadcrumb.pink.outlined[disabled] {
      color: #fE77A6;
      border-color: #fE77A6;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.indigo {
    background-color: #716FEA;
    border: 1px solid #716FEA; }
    .breadcrumb.indigo.inverted, .breadcrumb.indigo.outlined {
      color: #716FEA;
      border-color: #716FEA;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.indigo:hover, .breadcrumb.indigo:focus {
      color: #FFFFFF;
      background-color: #4e4be5;
      border-color: #4e4be5; }
    .breadcrumb.indigo:active {
      background-color: #2b28e0;
      border-color: #2b28e0;
      outline: 0; }
    .breadcrumb.indigo[disabled] {
      color: #FFFFFF;
      background-color: #716FEA;
      border: 1px solid #716FEA; }
    .breadcrumb.indigo.outlined:hover, .breadcrumb.indigo.outlined:focus {
      color: #4e4be5;
      border-color: #4e4be5;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.indigo.outlined:active {
      color: #2b28e0;
      border-color: #2b28e0;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.indigo.inverted[disabled], .breadcrumb.indigo.outlined[disabled] {
      color: #716FEA;
      border-color: #716FEA;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.dark {
    background-color: #414A63;
    border: 1px solid #414A63; }
    .breadcrumb.dark.inverted, .breadcrumb.dark.outlined {
      color: #414A63;
      border-color: #414A63;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.dark:hover, .breadcrumb.dark:focus {
      color: #FFFFFF;
      background-color: #31384a;
      border-color: #31384a; }
    .breadcrumb.dark:active {
      background-color: #212532;
      border-color: #212532;
      outline: 0; }
    .breadcrumb.dark[disabled] {
      color: #FFFFFF;
      background-color: #414A63;
      border: 1px solid #414A63; }
    .breadcrumb.dark.outlined:hover, .breadcrumb.dark.outlined:focus {
      color: #31384a;
      border-color: #31384a;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.dark.outlined:active {
      color: #212532;
      border-color: #212532;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.dark.inverted[disabled], .breadcrumb.dark.outlined[disabled] {
      color: #414A63;
      border-color: #414A63;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.light {
    background-color: #EAEAEA;
    border: 1px solid #EAEAEA; }
    .breadcrumb.light.inverted, .breadcrumb.light.outlined {
      color: #EAEAEA;
      border-color: #EAEAEA;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.light:hover, .breadcrumb.light:focus {
      color: #FFFFFF;
      background-color: #d6d6d6;
      border-color: #d6d6d6; }
    .breadcrumb.light:active {
      background-color: #c1c1c1;
      border-color: #c1c1c1;
      outline: 0; }
    .breadcrumb.light[disabled] {
      color: #FFFFFF;
      background-color: #EAEAEA;
      border: 1px solid #EAEAEA; }
    .breadcrumb.light.outlined:hover, .breadcrumb.light.outlined:focus {
      color: #d6d6d6;
      border-color: #d6d6d6;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.light.outlined:active {
      color: #c1c1c1;
      border-color: #c1c1c1;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.light.inverted[disabled], .breadcrumb.light.outlined[disabled] {
      color: #EAEAEA;
      border-color: #EAEAEA;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.black {
    background-color: #252627;
    border: 1px solid #252627; }
    .breadcrumb.black.inverted, .breadcrumb.black.outlined {
      color: #252627;
      border-color: #252627;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.black:hover, .breadcrumb.black:focus {
      color: #FFFFFF;
      background-color: #111212;
      border-color: #111212; }
    .breadcrumb.black:active {
      background-color: black;
      border-color: black;
      outline: 0; }
    .breadcrumb.black[disabled] {
      color: #FFFFFF;
      background-color: #252627;
      border: 1px solid #252627; }
    .breadcrumb.black.outlined:hover, .breadcrumb.black.outlined:focus {
      color: #111212;
      border-color: #111212;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.black.outlined:active {
      color: black;
      border-color: black;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.black.inverted[disabled], .breadcrumb.black.outlined[disabled] {
      color: #252627;
      border-color: #252627;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.white {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    .breadcrumb.white.inverted, .breadcrumb.white.outlined {
      color: #FFFFFF;
      border-color: #FFFFFF;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.white:hover, .breadcrumb.white:focus {
      color: #FFFFFF;
      background-color: #ebebeb;
      border-color: #ebebeb; }
    .breadcrumb.white:active {
      background-color: #d6d6d6;
      border-color: #d6d6d6;
      outline: 0; }
    .breadcrumb.white[disabled] {
      color: #FFFFFF;
      background-color: #FFFFFF;
      border: 1px solid #FFFFFF; }
    .breadcrumb.white.outlined:hover, .breadcrumb.white.outlined:focus {
      color: #ebebeb;
      border-color: #ebebeb;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.white.outlined:active {
      color: #d6d6d6;
      border-color: #d6d6d6;
      background-color: rgba(0, 0, 0, 0); }
    .breadcrumb.white.inverted[disabled], .breadcrumb.white.outlined[disabled] {
      color: #FFFFFF;
      border-color: #FFFFFF;
      background-color: rgba(0, 0, 0, 0); }
  .breadcrumb.large {
    font-size: 1.4em; }
  .breadcrumb.medium {
    font-size: 1.2em; }
  .breadcrumb.small {
    font-size: 0.8em; }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #E9ECEF;
  border-radius: 0.2em;
  font-size: 0.7em;
  height: 1.6em; }
  .progress .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #414A63;
    color: #fff; }
    .progress .progress-bar.striped {
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 1.6em 1.6em; }
    .progress .progress-bar.outlined {
      color: #414A63;
      border-style: solid;
      border-width: 2px;
      border-color: #414A63;
      background-color: #FFFFFF; }
    .progress .progress-bar.blue {
      background-color: #6192F4;
      border: 1px solid #6192F4; }
      .progress .progress-bar.blue.outlined {
        color: #6192F4;
        border-style: solid;
        border-width: 2px;
        border-color: #6192F4;
        background-color: #FFFFFF; }
    .progress .progress-bar.green {
      background-color: #76D37E;
      border: 1px solid #76D37E; }
      .progress .progress-bar.green.outlined {
        color: #76D37E;
        border-style: solid;
        border-width: 2px;
        border-color: #76D37E;
        background-color: #FFFFFF; }
    .progress .progress-bar.yellow {
      background-color: #F9D675;
      border: 1px solid #F9D675; }
      .progress .progress-bar.yellow.outlined {
        color: #F9D675;
        border-style: solid;
        border-width: 2px;
        border-color: #F9D675;
        background-color: #FFFFFF; }
    .progress .progress-bar.red {
      background-color: #FC6261;
      border: 1px solid #FC6261; }
      .progress .progress-bar.red.outlined {
        color: #FC6261;
        border-style: solid;
        border-width: 2px;
        border-color: #FC6261;
        background-color: #FFFFFF; }
    .progress .progress-bar.purple {
      background-color: #9371E2;
      border: 1px solid #9371E2; }
      .progress .progress-bar.purple.outlined {
        color: #9371E2;
        border-style: solid;
        border-width: 2px;
        border-color: #9371E2;
        background-color: #FFFFFF; }
    .progress .progress-bar.orange {
      background-color: #FFA565;
      border: 1px solid #FFA565; }
      .progress .progress-bar.orange.outlined {
        color: #FFA565;
        border-style: solid;
        border-width: 2px;
        border-color: #FFA565;
        background-color: #FFFFFF; }
    .progress .progress-bar.teal {
      background-color: #66E4E6;
      border: 1px solid #66E4E6; }
      .progress .progress-bar.teal.outlined {
        color: #66E4E6;
        border-style: solid;
        border-width: 2px;
        border-color: #66E4E6;
        background-color: #FFFFFF; }
    .progress .progress-bar.pink {
      background-color: #fE77A6;
      border: 1px solid #fE77A6; }
      .progress .progress-bar.pink.outlined {
        color: #fE77A6;
        border-style: solid;
        border-width: 2px;
        border-color: #fE77A6;
        background-color: #FFFFFF; }
    .progress .progress-bar.indigo {
      background-color: #716FEA;
      border: 1px solid #716FEA; }
      .progress .progress-bar.indigo.outlined {
        color: #716FEA;
        border-style: solid;
        border-width: 2px;
        border-color: #716FEA;
        background-color: #FFFFFF; }
    .progress .progress-bar.dark {
      background-color: #414A63;
      border: 1px solid #414A63; }
      .progress .progress-bar.dark.outlined {
        color: #414A63;
        border-style: solid;
        border-width: 2px;
        border-color: #414A63;
        background-color: #FFFFFF; }
    .progress .progress-bar.light {
      background-color: #EAEAEA;
      border: 1px solid #EAEAEA; }
      .progress .progress-bar.light.outlined {
        color: #EAEAEA;
        border-style: solid;
        border-width: 2px;
        border-color: #EAEAEA;
        background-color: #FFFFFF; }
    .progress .progress-bar.black {
      background-color: #252627;
      border: 1px solid #252627; }
      .progress .progress-bar.black.outlined {
        color: #252627;
        border-style: solid;
        border-width: 2px;
        border-color: #252627;
        background-color: #FFFFFF; }
    .progress .progress-bar.white {
      background-color: #FFFFFF;
      border: 1px solid #FFFFFF; }
      .progress .progress-bar.white.outlined {
        color: #FFFFFF;
        border-style: solid;
        border-width: 2px;
        border-color: #FFFFFF;
        background-color: #FFFFFF; }
  .progress.large {
    height: 2em;
    font-size: 1.1em; }
  .progress.medium {
    height: 1.8em;
    font-size: 0.9em; }
  .progress.small {
    height: 1.4em;
    font-size: 0.5em; }

.sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%; }
  .sidebar-layout .sb-top-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #414A63; }
    .sidebar-layout .sb-top-navbar.fixed {
      position: fixed;
      z-index: 4; }
    .sidebar-layout .sb-top-navbar.sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 4; }
  .sidebar-layout .sb-side-navbar {
    position: fixed;
    overflow-y: auto;
    background: #f9fafb;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 14rem;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    z-index: 7; }
    .sidebar-layout .sb-side-navbar:target, .sidebar-layout .sb-side-navbar.active {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .sidebar-layout .sb-side-navbar:target ~ .sb-main-overlay,
    .sidebar-layout .sb-side-navbar.active ~ .sb-main-overlay {
      display: block;
      z-index: 6; }
    .sidebar-layout .sb-side-navbar a {
      color: #252627;
      text-decoration: none; }
    .sidebar-layout .sb-side-navbar .sb-side-sticky-region {
      background: #f9fafb;
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      font-size: 2em;
      padding: 1rem 1.8rem 0.5rem;
      z-index: 5; }
      .sidebar-layout .sb-side-navbar .sb-side-sticky-region + .sb-side-scroll-region {
        padding-top: 0.5rem; }
    .sidebar-layout .sb-side-navbar .sb-side-scroll-region {
      position: relative;
      overflow-y: auto;
      padding: 1rem 1.8rem; }
  .sidebar-layout .sb-main-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    max-width: 100%; }
  .sidebar-layout .sb-main-overlay {
    background: #414A63;
    opacity: 0.3;
    border-color: transparent;
    border-radius: 0;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .sidebar-layout .sb-side-navbar-toggle {
    display: inline-block;
    position: relative;
    padding: 1.6em 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  @media screen and (min-width: 992px) {
    .sidebar-layout .sb-top-navbar {
      display: none; }
    .sidebar-layout .sb-side-navbar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      position: fixed;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .sidebar-layout .sb-main-content {
      padding-left: 14rem; }
    .sidebar-layout .sb-side-navbar-toggle {
      display: none; } }

.sb-menu-icon {
  display: block;
  position: relative;
  background: #FFFFFF;
  height: 0.125em;
  width: 1.125em; }
  .sb-menu-icon:before, .sb-menu-icon:after {
    background: #FFFFFF;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%; }
  .sb-menu-icon:before {
    top: 0.3em; }
  .sb-menu-icon:after {
    top: -0.3em; }

blockquote {
  border-left: 0.3rem solid #414A63;
  margin: 0 0 1em;
  padding: 1em 1.5em; }
  blockquote:last-child {
    margin-bottom: 0; }
  blockquote .blockquote-footer {
    color: #adadad; }
    blockquote .blockquote-footer:before {
      content: "\2014 \00A0"; }
  blockquote.blue {
    border-color: #6192F4; }
  blockquote.green {
    border-color: #76D37E; }
  blockquote.yellow {
    border-color: #F9D675; }
  blockquote.red {
    border-color: #FC6261; }
  blockquote.purple {
    border-color: #9371E2; }
  blockquote.orange {
    border-color: #FFA565; }
  blockquote.teal {
    border-color: #66E4E6; }
  blockquote.pink {
    border-color: #fE77A6; }
  blockquote.indigo {
    border-color: #716FEA; }
  blockquote.dark {
    border-color: #414A63; }
  blockquote.light {
    border-color: #EAEAEA; }
  blockquote.black {
    border-color: #252627; }
  blockquote.white {
    border-color: #FFFFFF; }

.collapsible {
  margin: 0 0 0.5rem; }
  .collapsible:last-child {
    margin-bottom: 0; }
  .collapsible .collapsible-toggle {
    clip: rect(0 0 0 0);
    position: absolute !important; }
    .collapsible .collapsible-toggle:focus + .collapsible-header {
      outline: -webkit-focus-ring-color auto 5px; }

@-moz-document url-prefix() {
  .collapsible .collapsible-toggle:focus + .collapsible-header {
    outline: #ffffff dotted 1px; } }
    .collapsible .collapsible-toggle:checked ~ .collapsible-body {
      max-height: 30em; }
  .collapsible .collapsible-header {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0.5rem; }
  .collapsible .collapsible-body {
    margin-bottom: 0.5rem;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .35s ease-in-out;
    -o-transition: max-height .35s ease-in-out;
    transition: max-height .35s ease-in-out; }
    .collapsible .collapsible-body ul.collapsible-submenu {
      margin-top: 0;
      margin-bottom: 0em;
      padding-left: 1.25em;
      list-style: none; }
      .collapsible .collapsible-body ul.collapsible-submenu li {
        padding: 0;
        cursor: pointer;
        margin: 0 0 0.5em; }
        .collapsible .collapsible-body ul.collapsible-submenu li:last-child {
          margin-bottom: 0; }
  .collapsible .collapsible .collapsible-header {
    margin-bottom: 0;
    padding: 0; }
  .collapsible .collapsible .collapsible-body {
    margin-bottom: 0; }
    .collapsible .collapsible .collapsible-body ul.collapsible-submenu {
      padding-top: 0.5em;
      margin-bottom: 0; }
      .collapsible .collapsible .collapsible-body ul.collapsible-submenu li:last-child, .collapsible .collapsible .collapsible-body ul.collapsible-submenu li:only-child {
        margin-bottom: 0; }
  .collapsible.styled.blue .collapsible-header {
    background: #6192F4; }
    .collapsible.styled.blue .collapsible-header:hover, .collapsible.styled.blue .collapsible-header:focus {
      background: #3b78f1;
      border-color: #3b78f1; }
    .collapsible.styled.blue .collapsible-header:active {
      background: #155def;
      border-color: #155def; }
  .collapsible.styled.blue .collapsible-body {
    border-color: #6192F4; }
  .collapsible.styled.green .collapsible-header {
    background: #76D37E; }
    .collapsible.styled.green .collapsible-header:hover, .collapsible.styled.green .collapsible-header:focus {
      background: #57c961;
      border-color: #57c961; }
    .collapsible.styled.green .collapsible-header:active {
      background: #3cbb47;
      border-color: #3cbb47; }
  .collapsible.styled.green .collapsible-body {
    border-color: #76D37E; }
  .collapsible.styled.yellow .collapsible-header {
    background: #F9D675; }
    .collapsible.styled.yellow .collapsible-header:hover, .collapsible.styled.yellow .collapsible-header:focus {
      background: #f7ca4e;
      border-color: #f7ca4e; }
    .collapsible.styled.yellow .collapsible-header:active {
      background: #f6bf27;
      border-color: #f6bf27; }
  .collapsible.styled.yellow .collapsible-body {
    border-color: #F9D675; }
  .collapsible.styled.red .collapsible-header {
    background: #FC6261; }
    .collapsible.styled.red .collapsible-header:hover, .collapsible.styled.red .collapsible-header:focus {
      background: #fb3a39;
      border-color: #fb3a39; }
    .collapsible.styled.red .collapsible-header:active {
      background: #fa1211;
      border-color: #fa1211; }
  .collapsible.styled.red .collapsible-body {
    border-color: #FC6261; }
  .collapsible.styled.purple .collapsible-header {
    background: #9371E2; }
    .collapsible.styled.purple .collapsible-header:hover, .collapsible.styled.purple .collapsible-header:focus {
      background: #794fdb;
      border-color: #794fdb; }
    .collapsible.styled.purple .collapsible-header:active {
      background: #5f2dd4;
      border-color: #5f2dd4; }
  .collapsible.styled.purple .collapsible-body {
    border-color: #9371E2; }
  .collapsible.styled.orange .collapsible-header {
    background: #FFA565; }
    .collapsible.styled.orange .collapsible-header:hover, .collapsible.styled.orange .collapsible-header:focus {
      background: #ff8d3c;
      border-color: #ff8d3c; }
    .collapsible.styled.orange .collapsible-header:active {
      background: #ff7513;
      border-color: #ff7513; }
  .collapsible.styled.orange .collapsible-body {
    border-color: #FFA565; }
  .collapsible.styled.teal .collapsible-header {
    background: #66E4E6; }
    .collapsible.styled.teal .collapsible-header:hover, .collapsible.styled.teal .collapsible-header:focus {
      background: #43dee0;
      border-color: #43dee0; }
    .collapsible.styled.teal .collapsible-header:active {
      background: #23d4d7;
      border-color: #23d4d7; }
  .collapsible.styled.teal .collapsible-body {
    border-color: #66E4E6; }
  .collapsible.styled.pink .collapsible-header {
    background: #fE77A6; }
    .collapsible.styled.pink .collapsible-header:hover, .collapsible.styled.pink .collapsible-header:focus {
      background: #fe4e8b;
      border-color: #fe4e8b; }
    .collapsible.styled.pink .collapsible-header:active {
      background: #fd2671;
      border-color: #fd2671; }
  .collapsible.styled.pink .collapsible-body {
    border-color: #fE77A6; }
  .collapsible.styled.indigo .collapsible-header {
    background: #716FEA; }
    .collapsible.styled.indigo .collapsible-header:hover, .collapsible.styled.indigo .collapsible-header:focus {
      background: #4e4be5;
      border-color: #4e4be5; }
    .collapsible.styled.indigo .collapsible-header:active {
      background: #2b28e0;
      border-color: #2b28e0; }
  .collapsible.styled.indigo .collapsible-body {
    border-color: #716FEA; }
  .collapsible.styled.dark .collapsible-header {
    background: #414A63; }
    .collapsible.styled.dark .collapsible-header:hover, .collapsible.styled.dark .collapsible-header:focus {
      background: #31384a;
      border-color: #31384a; }
    .collapsible.styled.dark .collapsible-header:active {
      background: #212532;
      border-color: #212532; }
  .collapsible.styled.dark .collapsible-body {
    border-color: #414A63; }
  .collapsible.styled.light .collapsible-header {
    background: #EAEAEA; }
    .collapsible.styled.light .collapsible-header:hover, .collapsible.styled.light .collapsible-header:focus {
      background: #d6d6d6;
      border-color: #d6d6d6; }
    .collapsible.styled.light .collapsible-header:active {
      background: #c1c1c1;
      border-color: #c1c1c1; }
  .collapsible.styled.light .collapsible-body {
    border-color: #EAEAEA; }
  .collapsible.styled.black .collapsible-header {
    background: #252627; }
    .collapsible.styled.black .collapsible-header:hover, .collapsible.styled.black .collapsible-header:focus {
      background: #111212;
      border-color: #111212; }
    .collapsible.styled.black .collapsible-header:active {
      background: black;
      border-color: black; }
  .collapsible.styled.black .collapsible-body {
    border-color: #252627; }
  .collapsible.styled.white .collapsible-header {
    background: #FFFFFF; }
    .collapsible.styled.white .collapsible-header:hover, .collapsible.styled.white .collapsible-header:focus {
      background: #ebebeb;
      border-color: #ebebeb; }
    .collapsible.styled.white .collapsible-header:active {
      background: #d6d6d6;
      border-color: #d6d6d6; }
  .collapsible.styled.white .collapsible-body {
    border-color: #FFFFFF; }
  .collapsible.styled .collapsible-toggle:not(:checked) ~ .collapsible-header {
    border-radius: 0.2em; }
  .collapsible.styled .collapsible-toggle:not(:checked) ~ .collapsible-body {
    border: none;
    padding: 0;
    -webkit-transition: max-height 0.25s ease-in-out, padding 0.4s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out, padding 0.4s ease-in-out;
    transition: max-height 0.25s ease-in-out, padding 0.4s ease-in-out; }
  .collapsible.styled .collapsible-header {
    display: block;
    padding: 0.6rem 0 0.6rem 1rem;
    margin-bottom: 0;
    background: #414A63;
    color: #FFFFFF;
    border-radius: 0.2em 0.2em 0 0;
    -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out; }
    .collapsible.styled .collapsible-header:hover, .collapsible.styled .collapsible-header:focus {
      background: #31384a;
      border-color: #31384a; }
    .collapsible.styled .collapsible-header:active {
      background: #212532;
      border-color: #212532; }
  .collapsible.styled .collapsible-body {
    border: 1px solid #414A63;
    border-top: 0;
    border-radius: 0 0 0.2em 0.2em;
    padding: 1.25rem 1.75rem; }
    .collapsible.styled .collapsible-body .collapsible-submenu {
      padding-left: 0; }
  .collapsible.styled .collapsible .collapsible-header {
    border: none;
    border-radius: 0;
    color: #252627;
    background: #FFFFFF;
    padding: 0;
    display: inline-block; }
    .collapsible.styled .collapsible .collapsible-header:hover, .collapsible.styled .collapsible .collapsible-header:focus, .collapsible.styled .collapsible .collapsible-header:active {
      background: transparent;
      border-color: none; }
  .collapsible.styled .collapsible .collapsible-body {
    border: none;
    padding: 0; }
    .collapsible.styled .collapsible .collapsible-body .collapsible-submenu {
      padding-left: 1.25em; }

dl {
  margin: 0 0 1rem; }
  dl > dt {
    font-weight: 700; }
  dl > dd {
    margin-left: 0; }
    dl > dd:not(:last-child) {
      margin-bottom: 1rem; }
  dl.indented > dd {
    padding-left: 2em; }
  dl.dividers > dd:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: #EAEAEA 1px solid; }

/* Custom Styles */
/* Variables */
/* Archia Web Fonts */
body {
  font-family: 'archialight', sans-serif;
  font-size: .85rem;
  color: #FFFFFF; }

h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: 'archiasemibold', 'sans-serif';
  color: #FFFFFF; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'archialight', sans-serif;
  color: #FFFFFF;
  font-weight: normal; }

/* Transitions */
/* Media Queries - https://mediag.com/news/popular-screen-resolutions-designing-for-all/ */
a {
  text-decoration: none;
  color: #009e89; }
  a:hover {
    text-decoration: underline; }

section {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.md-btn {
  background-color: #070707;
  border-color: #FFFFFF;
  border-radius: 0px; }
  .md-btn:hover, .md-btn:focus {
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
    color: #070707 !important;
    text-decoration: none; }

input, select, textarea {
  background-color: #070707 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #9D9D9D !important;
  border-color: #9D9D9D !important;
  border-radius: 0 !important; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9D9D9D !important;
    opacity: 1 !important; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9D9D9D !important;
    opacity: 1 !important; }
  input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #9D9D9D !important;
    opacity: 1 !important; }
  input::placeholder, select::placeholder, textarea::placeholder {
    color: #9D9D9D !important;
    opacity: 1 !important; }
  input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    color: #FFFFFF !important;
    border-color: #FFFFFF !important; }

.form-message--success {
  color: #009e89; }

.form-message--error {
  color: LightSalmon; }

.form-accept-privacy {
  color: #9D9D9D; }
  .form-accept-privacy a {
    color: #9D9D9D;
    text-decoration: underline; }

.form-required-fields {
  color: #9D9D9D;
  float: right; }

.pagination a {
  color: #9D9D9D; }
  .pagination a.active {
    background-color: #009e89;
    border-radius: 0px; }
    .pagination a.active:hover {
      border: 0;
      background-color: #009e89; }
  .pagination a:hover, .pagination a:active, .pagination a:focus {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #9D9D9D;
    border-radius: 0px; }

.block__gallery-slider {
  width: 100%;
  margin: 0 auto; }
  .block__gallery-slider-slide {
    padding: 0 8px;
    height: 500px !important;
    overflow: hidden; }
  .block__gallery-slider img {
    width: 100%;
    height: auto;
    position: relative; }

.slick-dots {
  bottom: -60px !important; }
  @media (max-width: 575px) {
    .slick-dots {
      bottom: -50px !important; } }

.slick-dots li.slick-active button::before {
  color: #009e89 !important; }

.slick-dots li button {
  -webkit-transition: opacity 500ms ease-in-out !important;
  -o-transition: opacity 500ms ease-in-out !important;
  transition: opacity 500ms ease-in-out !important; }

.slick-dots li button::before {
  color: #FFFFFF !important;
  opacity: 1 !important; }

.slick-dots li button:hover {
  background-color: #070707 !important;
  border-color: #070707 !important;
  opacity: .5 !important; }

.slick-dots li button:focus {
  background-color: #070707 !important;
  border-color: #070707 !important; }

.p-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
  @media (max-width: 575px) {
    .p-60 {
      padding-top: 30px !important;
      padding-bottom: 30px !important; } }

.p-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }
  @media (max-width: 575px) {
    .p-80 {
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }

.p-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }
  @media (max-width: 575px) {
    .p-100 {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }

.p-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }
  @media (max-width: 575px) {
    .p-200 {
      padding-top: 100px !important;
      padding-bottom: 100px !important; } }

/* WordPress Core Styles */
/* =WordPress Core
/* https://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Custom Templates */
.header {
  height: 100vh;
  position: relative; }
  .header__mobile-menu {
    width: 100%;
    height: 100vh;
    z-index: 2;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background-color: #070707;
    position: relative; }
    .header__mobile-menu-topbar {
      height: 5vh; }
      .header__mobile-menu-topbar-close {
        width: 24px;
        height: 24px;
        cursor: pointer; }
        .header__mobile-menu-topbar-close path {
          fill: #FFFFFF; }
    .header__mobile-menu-body {
      height: 80vh; }
    .header__mobile-menu-footer {
      height: 15vh; }
    .header__mobile-menu-nav {
      font-size: 2rem; }
    .header__mobile-menu-list {
      list-style: none;
      padding-left: 0; }
      .header__mobile-menu-list-item {
        padding-left: 0; }
    .header__mobile-menu-social {
      list-style: none;
      padding-left: 0; }
      .header__mobile-menu-social-item {
        display: inline-block;
        margin: 0 12px; }
        .header__mobile-menu-social-item-link {
          color: #FFFFFF;
          text-decoration: underline; }
  .header__front {
    margin-bottom: 100px; }
  .header__page {
    height: 10vh; }
  .header__top-bar {
    padding-top: 16px;
    height: 5vh;
    margin-top: 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 576px) and (max-width: 767px) {
      .header__top-bar {
        height: 5vh; } }
  .header__logo {
    width: auto;
    height: 38px !important; }
    .header__logo-path {
      opacity: 0;
      -webkit-transition: opacity 1s;
      -o-transition: opacity 1s;
      transition: opacity 1s; }
    .header__logo:hover .header__logo-path {
      opacity: 1; }
  .header__nav {
    color: #FFFFFF;
    text-align: right;
    height: 32px; }
  .header__mobile-hamburger {
    float: right;
    cursor: pointer; }
    .header__mobile-hamburger path {
      fill: #FFFFFF; }
  .header__list {
    list-style: none; }
    .header__list-item {
      display: inline-block;
      margin-left: 40px;
      margin-bottom: 0;
      text-transform: uppercase; }
      .header__list-item-link:hover {
        text-decoration: none; }
      .header__list-item-link::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #009e89;
        -webkit-transition: width .3s;
        -o-transition: width .3s;
        transition: width .3s; }
      .header__list-item-link:hover::after {
        width: 100%; }
  .header__parallax {
    width: 100%;
    height: 70vh;
    margin-top: 5vh;
    z-index: -1;
    position: relative; }
    @media (min-width: 576px) and (max-width: 767px) {
      .header__parallax {
        height: 70vh; } }
    .header__parallax-scene {
      width: 100%;
      height: 100%;
      position: relative; }
    .header__parallax-image {
      position: absolute !important; }
    .header__parallax-layer {
      width: 100%;
      height: 100%;
      position: absolute !important; }
      .header__parallax-layer-1-image-1 {
        width: 1187px;
        height: 699px;
        top: 50%;
        left: 50%;
        margin-top: -350px;
        /* Half the height */
        margin-left: -593px;
        /* Half the width */ }
        @media (max-width: 575px) {
          .header__parallax-layer-1-image-1 {
            width: 400px;
            height: 407px;
            margin-top: -200px;
            /* Half the height */
            margin-left: -203.5px;
            /* Half the width */ } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-1-image-1 {
            width: 650px;
            height: 661px;
            margin-top: -325px;
            /* Half the height */
            margin-left: -330.5px;
            /* Half the width */ } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-1-image-1 {
            width: 760px;
            height: 448px;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            text-align: center; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-1-image-1 {
            width: 960px;
            height: 565px;
            margin: auto;
            left: 0;
            right: 0;
            top: -10%;
            text-align: center; } }
      .header__parallax-layer-1-image-2 {
        width: 182px;
        height: 221px;
        right: 0;
        top: 15%; }
        @media (max-width: 575px) {
          .header__parallax-layer-1-image-2 {
            width: 100px;
            height: 121px;
            top: 20%; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-1-image-2 {
            width: 152px;
            height: 185px;
            right: 5%;
            top: 20%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-1-image-2 {
            width: 152px;
            height: 185px;
            right: 15%;
            top: 10%; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-1-image-2 {
            width: 152px;
            height: 185px;
            right: 7%;
            top: 5%; } }
      .header__parallax-layer-1-image-3 {
        width: 95px;
        height: 292px;
        right: 22.5%;
        top: 0; }
        @media (max-width: 575px) {
          .header__parallax-layer-1-image-3 {
            width: 65px;
            height: 200px;
            top: 13%;
            right: 20%; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-1-image-3 {
            top: 15%;
            right: 20%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-1-image-3 {
            right: 30%; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-1-image-3 {
            top: -5%;
            right: 20%; } }
      .header__parallax-layer-2-image-1 {
        width: 341px;
        height: 332px;
        top: 25%;
        right: 8%; }
        @media (max-width: 575px) {
          .header__parallax-layer-2-image-1 {
            width: 141px;
            height: 137px;
            top: 45%;
            right: 0; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-2-image-1 {
            width: 300px;
            height: 292px;
            top: 40%;
            right: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-2-image-1 {
            width: 241px;
            height: 235px;
            top: 55%;
            right: 10%; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-2-image-1 {
            width: 241px;
            height: 235px;
            top: 55%;
            right: 10%; } }
      .header__parallax-layer-2-image-2 {
        width: 453px;
        height: 319px;
        left: 0;
        top: 0; }
        @media (max-width: 575px) {
          .header__parallax-layer-2-image-2 {
            width: 245px;
            height: 173px;
            top: 3%;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg); } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-2-image-2 {
            width: 353px;
            height: 249px;
            left: 3%;
            top: 6%;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg); } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-2-image-2 {
            width: 253px;
            height: 178px;
            left: 10%;
            top: 0;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg); } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-2-image-2 {
            width: 253px;
            height: 178px;
            left: 10%;
            top: 0;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg); } }
      .header__parallax-layer-2-image-3 {
        width: 196px;
        height: 170px;
        left: 10%;
        top: 35%; }
        @media (max-width: 575px) {
          .header__parallax-layer-2-image-3 {
            width: 106px;
            height: 92px;
            left: 5%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-2-image-3 {
            width: 136px;
            height: 118px;
            left: 15%;
            top: 45%; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-2-image-3 {
            width: 136px;
            height: 118px;
            left: 15%;
            top: 45%; } }
      .header__parallax-layer-3-image-1 {
        width: 514px;
        height: 514px;
        top: 50%;
        left: 50%;
        margin-top: -257px;
        /* Half the height */
        margin-left: -257px;
        /* Half the width */ }
        @media (max-width: 575px) {
          .header__parallax-layer-3-image-1 {
            width: 160px;
            height: 160px;
            margin-top: -80px;
            /* Half the height */
            margin-left: -80px;
            /* Half the width */ } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-3-image-1 {
            width: 314px;
            height: 314px;
            margin-top: -157px;
            /* Half the height */
            margin-left: -157px;
            /* Half the width */ } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-3-image-1 {
            width: 284px;
            height: 284px;
            margin-top: -142px;
            /* Half the height */
            margin-left: -142px;
            /* Half the width */
            top: 60%; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-3-image-1 {
            width: 414px;
            height: 414px;
            margin-top: -207px;
            /* Half the height */
            margin-left: -207px;
            /* Half the width */
            top: 60%; } }
      .header__parallax-layer-4-image-1 {
        width: 275px;
        height: 151px;
        top: 0;
        left: 50%;
        margin-left: -137.5px;
        /* Half the width */ }
        @media (max-width: 575px) {
          .header__parallax-layer-4-image-1 {
            width: 175px;
            height: 96px;
            margin-left: -87.5px;
            /* Half the width */ } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-4-image-1 {
            width: 200px;
            height: 110px;
            margin-left: -100px;
            /* Half the width */ } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-4-image-1 {
            width: 200px;
            height: 110px;
            margin-left: -100px;
            /* Half the width */ } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-4-image-1 {
            width: 200px;
            height: 110px;
            margin-left: -100px;
            /* Half the width */ } }
      .header__parallax-layer-4-image-2 {
        width: 619px;
        height: 308px;
        bottom: 0;
        left: 16%; }
        @media (max-width: 575px) {
          .header__parallax-layer-4-image-2 {
            width: 359px;
            height: 179px;
            left: 6%; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-4-image-2 {
            left: 5%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-4-image-2 {
            width: 359px;
            height: 179px;
            left: 20%;
            bottom: -20%; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-4-image-2 {
            width: 359px;
            height: 179px;
            left: 20%;
            bottom: -20%; } }
      .header__parallax-layer-4-image-3 {
        width: 230px;
        height: 222px;
        top: 0;
        left: 0; }
        @media (max-width: 575px) {
          .header__parallax-layer-4-image-3 {
            width: 130px;
            height: 125px; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__parallax-layer-4-image-3 {
            width: 180px;
            height: 174px;
            left: 3%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .header__parallax-layer-4-image-3 {
            width: 130px;
            height: 125px;
            left: 10%; } }
        @media (min-width: 992px) and (max-width: 1279px) {
          .header__parallax-layer-4-image-3 {
            width: 130px;
            height: 125px;
            left: 10%; } }
  .header__caption {
    height: 20vh;
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 24px; }
    .header__caption-title {
      font-size: 1.6rem;
      line-height: 2rem; }
      @media (max-width: 575px) {
        .header__caption-title {
          font-size: 1.4rem; } }
    .header__caption #scroll {
      -webkit-animation: scroll 2s;
      animation: scroll 2s;
      animation-direction: alternate-reverse;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

@-webkit-keyframes scroll {
  0%, 10% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90%, 100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes scroll {
  0%, 10% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90%, 100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
  .header__about-body {
    height: 75vh; }
    .header__about-body-title {
      font-size: 1.25rem;
      margin-bottom: 32px; }
    .header__about-body-caption {
      font-size: 2rem; }
      @media (max-width: 575px) {
        .header__about-body-caption {
          font-size: 1.5rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .header__about-body-caption {
          font-size: 1.5rem; } }
      @media (min-width: 992px) and (max-width: 1279px) {
        .header__about-body-caption {
          font-size: 1.5rem; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .header__labs {
      height: auto; } }
  .header__labs-body {
    height: 75vh;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px; }
    @media (min-width: 576px) and (max-width: 767px) {
      .header__labs-body {
        height: auto; } }
    .header__labs-body-back {
      display: block;
      margin-bottom: 40px; }
    .header__labs-body-date {
      display: block;
      margin-bottom: 32px; }
    .header__labs-body-title {
      margin-bottom: 16px; }
      .header__labs-body-title span {
        font-family: 'archialight', sans-serif !important;
        font-weight: 100; }
    .header__labs-body-speaker {
      display: block;
      margin-top: 32px; }
    .header__labs-body-event {
      height: 100%;
      position: relative; }
      @media (max-width: 575px) {
        .header__labs-body-event {
          height: 55%; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .header__labs-body-event {
          height: 25vh; } }
      .header__labs-body-event-wrapper {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      .header__labs-body-event-info {
        width: 50%;
        margin-left: auto;
        margin-right: 0;
        padding: 32px;
        background-color: #009e89; }
        @media (max-width: 575px) {
          .header__labs-body-event-info {
            width: 70%; } }
        @media (min-width: 576px) and (max-width: 767px) {
          .header__labs-body-event-info {
            width: 70%; } }
        .header__labs-body-event-info-date {
          display: block;
          margin-bottom: 16px; }
        .header__labs-body-event-info-title {
          margin-bottom: 16px; }
        .header__labs-body-event-info-link {
          color: #FFFFFF;
          text-decoration: underline; }
  @media (min-width: 576px) and (max-width: 767px) {
    .header__labs-caption {
      display: none !important; } }
  .header__projects {
    height: 65vh; }
    @media (min-width: 576px) and (max-width: 767px) {
      .header__projects {
        height: auto; } }
    .header__projects-body {
      height: 60vh;
      position: relative; }
      @media (min-width: 576px) and (max-width: 767px) {
        .header__projects-body {
          height: 30vh; } }
      .header__projects-body-parallax-scene {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -2; }
        .header__projects-body-parallax-scene-layer-1 {
          width: 100%;
          height: 100%;
          position: relative; }
          .header__projects-body-parallax-scene-layer-1-image-1 {
            position: absolute;
            width: 600px;
            height: 350px;
            top: -200px;
            right: 350px; }
            @media (max-width: 575px) {
              .header__projects-body-parallax-scene-layer-1-image-1 {
                width: 300px;
                height: 175px;
                top: -100px;
                right: 200px; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .header__projects-body-parallax-scene-layer-1-image-1 {
                width: 300px;
                height: 175px;
                top: -100px;
                right: 200px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .header__projects-body-parallax-scene-layer-1-image-1 {
                width: 300px;
                height: 175px;
                top: -100px;
                right: 200px; } }
            @media (min-width: 992px) and (max-width: 1279px) {
              .header__projects-body-parallax-scene-layer-1-image-1 {
                width: 400px;
                height: 233px;
                top: -150px;
                right: 300px; } }
        .header__projects-body-parallax-scene-layer-2 {
          width: 100%;
          height: 100%;
          position: relative; }
          .header__projects-body-parallax-scene-layer-2-image-1 {
            position: absolute;
            width: 540px;
            height: 600px;
            right: 0; }
            @media (max-width: 575px) {
              .header__projects-body-parallax-scene-layer-2-image-1 {
                width: 300px;
                height: 333px;
                right: 0; } }
            @media (min-width: 576px) and (max-width: 767px) {
              .header__projects-body-parallax-scene-layer-2-image-1 {
                width: 300px;
                height: 333px;
                right: 0; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .header__projects-body-parallax-scene-layer-2-image-1 {
                width: 300px;
                height: 333px;
                right: 0; } }
            @media (min-width: 992px) and (max-width: 1279px) {
              .header__projects-body-parallax-scene-layer-2-image-1 {
                width: 400px;
                height: 444px;
                right: 0; } }
  .header__portfolio {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative; }
    .header__portfolio::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #070707;
      opacity: .3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .header__portfolio-back {
      height: 65vh;
      position: relative;
      z-index: 1; }
      .header__portfolio-back a {
        color: #FFFFFF;
        text-decoration: underline; }
    .header__portfolio-title {
      height: 20vh;
      position: relative;
      z-index: 1; }

.page__service-body-previous-service-icon, .page__service-body-next-service-icon {
  margin-top: 10rem; }
  .page__service-body-previous-service-icon path, .page__service-body-next-service-icon path {
    fill: #9D9D9D; }
  .page__service-body-previous-service-icon:hover path, .page__service-body-next-service-icon:hover path {
    fill: #FFFFFF; }

.page__service-body-next-service {
  text-align: right; }

.page__service-parallax-scene-layer-1 {
  position: relative; }
  .page__service-parallax-scene-layer-1-image-1 {
    width: 100%;
    height: auto; }

.page__service-parallax-scene-layer-2 {
  position: relative; }
  .page__service-parallax-scene-layer-2-image-1 {
    width: 100%;
    height: auto; }

.page__contact {
  padding-bottom: 32px !important; }
  .page__contact-caption {
    margin-bottom: 32px; }
  .page__contact-title {
    margin-bottom: 80px; }
  @media (max-width: 575px) {
    .page__contact-form {
      margin-bottom: 80px; } }
  .page__contact-copyright {
    margin-top: 100px; }
    @media (max-width: 575px) {
      .page__contact-copyright {
        margin-top: 32px; } }
  .page__contact-address, .page__contact-contacts {
    list-style: none;
    padding-left: 0;
    margin-bottom: 60px; }
    .page__contact-address span, .page__contact-contacts span {
      color: #9D9D9D; }
    .page__contact-address a, .page__contact-contacts a {
      color: #FFFFFF; }
  .page__contact-social {
    list-style: none;
    padding-left: 0; }
    .page__contact-social li {
      display: inline-block;
      margin-right: 40px; }
      .page__contact-social li a {
        color: #FFFFFF;
        text-decoration: underline; }

.page__services-list {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  font-size: 1.25rem; }
  .page__services-list-item {
    color: #FFFFFF;
    -webkit-transition: color 500ms ease-in-out;
    -o-transition: color 500ms ease-in-out;
    transition: color 500ms ease-in-out; }
    .page__services-list-item:hover {
      color: #009e89;
      text-decoration: none;
      cursor: url("../img/btn-ver-mais.svg"), auto; }

.page__services-image {
  width: 584px;
  height: 160px;
  margin-left: -50%;
  margin-top: 60px; }

.block__content {
  color: #9D9D9D; }

.block__projects-scroll-header {
  margin-bottom: 80px; }
  .block__projects-scroll-header-description {
    color: #9D9D9D; }

.block__projects-scroll-body-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none !important;
  /* Internet Explorer 10+ */
  scrollbar-width: none !important;
  /* Firefox */ }
  .block__projects-scroll-body-wrapper::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

.block__projects-scroll-body-project {
  height: 400px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .block__projects-scroll-body-project-link:hover {
    text-decoration: none; }
  .block__projects-scroll-body-project-wrapper {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 40px;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .block__projects-scroll-body-project-wrapper::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 7, 7, 0.2)), to(#070707));
      background: -webkit-linear-gradient(top, rgba(7, 7, 7, 0.2), #070707);
      background: -o-linear-gradient(top, rgba(7, 7, 7, 0.2), #070707);
      background: linear-gradient(to bottom, rgba(7, 7, 7, 0.2), #070707);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .9; }
    .block__projects-scroll-body-project-wrapper:hover {
      opacity: .8; }
  .block__projects-scroll-body-project-content {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .block__projects-scroll-body-project-category, .block__projects-scroll-body-project-title {
    position: relative;
    z-index: 1; }
  .block__projects-scroll-body-project-category {
    font-size: .8rem;
    margin-bottom: 8px;
    display: block; }
  .block__projects-scroll-body-project-title {
    margin-bottom: 0; }

.block__projects-listing-menu-list {
  list-style: none;
  padding-left: 0; }
  .block__projects-listing-menu-list-item {
    display: inline-block;
    margin-right: 40px;
    padding-left: 0; }
    @media (max-width: 575px) {
      .block__projects-listing-menu-list-item {
        margin-right: 20px; } }
    .block__projects-listing-menu-list-item-link {
      color: #9D9D9D; }
      .block__projects-listing-menu-list-item-link:hover {
        color: #FFFFFF;
        padding-bottom: 6px;
        border-bottom: 1px solid #009e89;
        text-decoration: none; }
    .block__projects-listing-menu-list-item--selected a {
      color: #FFFFFF !important;
      padding-bottom: 6px;
      border-bottom: 1px solid #009e89; }

.block__projects-listing-body-project {
  height: 400px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .block__projects-listing-body-project-link:hover {
    text-decoration: none; }
  .block__projects-listing-body-project-wrapper {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 40px;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .block__projects-listing-body-project-wrapper::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 7, 7, 0.2)), to(#070707));
      background: -webkit-linear-gradient(top, rgba(7, 7, 7, 0.2), #070707);
      background: -o-linear-gradient(top, rgba(7, 7, 7, 0.2), #070707);
      background: linear-gradient(to bottom, rgba(7, 7, 7, 0.2), #070707);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .9; }
    .block__projects-listing-body-project-wrapper:hover {
      opacity: .8; }
  .block__projects-listing-body-project-content {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .block__projects-listing-body-project-category, .block__projects-listing-body-project-title {
    position: relative;
    z-index: 1; }
  .block__projects-listing-body-project-category {
    font-size: .8rem;
    margin-bottom: 8px;
    display: block; }
  .block__projects-listing-body-project-title {
    margin-bottom: 0; }

.block__project-areas {
  color: #9D9D9D; }
  .block__project-areas a {
    color: #9D9D9D; }

.block__services-description {
  color: #9D9D9D; }

.block__services-parallax-scene-layer-1-image-1 {
  width: 100%;
  height: auto; }

.block__services-parallax-scene-layer-2-image-1 {
  width: 100%;
  height: auto; }

.block__labs-image {
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: cover; }

.block__labs-title span {
  font-family: 'archialight', sans-serif !important;
  font-weight: 100; }

.block__labs-description {
  color: #9D9D9D;
  margin-bottom: 16px; }

.block__help-title {
  font-size: 3rem;
  line-height: 3rem; }

.block__help-link {
  font-size: 1.5rem; }
  .block__help-link a {
    color: #9D9D9D;
    text-decoration: underline;
    -webkit-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease; }
    .block__help-link a:hover {
      color: #FFFFFF; }

.block__service-subservices-list {
  list-style: none;
  padding-left: 0; }
  .block__service-subservices-list-item {
    padding: 32px 0;
    border-bottom: 1px solid #9D9D9D; }
    .block__service-subservices-list-item span {
      float: right;
      margin-right: 32px; }
    .block__service-subservices-list-item:hover {
      cursor: pointer; }
    .block__service-subservices-list-item:last-child {
      border-bottom: 0; }
  .block__service-subservices-list-sublist {
    list-style: none;
    padding-left: 0; }
    .block__service-subservices-list-sublist-item {
      padding-left: 0;
      padding-top: 16px;
      color: #9D9D9D; }

.block__image-full-container img {
  width: 100%;
  height: auto;
  margin-bottom: 16px; }
  .block__image-full-container img:last-child {
    margin-bottom: 0; }

.block__image-grid-4 img, .block__image-grid-5 img {
  width: 100%;
  height: auto; }

.block__image-fullwidth {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .block__image-fullwidth-img {
    width: 100%;
    height: auto;
    display: block; }

.block__video-full-container-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }

.block__video-full-container-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.block__team-title {
  margin-bottom: 100px; }

.block__team-members-list {
  list-style: none;
  padding-left: 0;
  width: 100%;
  text-align: center; }
  @media (max-width: 575px) {
    .block__team-members-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .block__team-members-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .block__team-members-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto; } }
  @media (min-width: 992px) and (max-width: 1279px) {
    .block__team-members-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      overflow-x: auto; } }
  .block__team-members-list-member {
    display: inline-block;
    text-align: center;
    padding: 16px 16px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out; }
    @media (max-width: 575px) {
      .block__team-members-list-member {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        opacity: 1; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .block__team-members-list-member {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        opacity: 1; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .block__team-members-list-member {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        opacity: 1; } }
    @media (min-width: 992px) and (max-width: 1279px) {
      .block__team-members-list-member {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        opacity: 1; } }
    .block__team-members-list-member:hover {
      opacity: 1; }
    .block__team-members-list-member-photo {
      width: 200px;
      height: auto;
      margin-bottom: 40px; }
    .block__team-members-list-member-name {
      font-weight: bold;
      margin-bottom: 16px; }

.block__image-left-content-right-offset-1-right img, .block__content-left-image-right-offset-1 img {
  width: 100%; }

.block__labs-events-title {
  margin-bottom: 40px; }

.block__labs-events-event-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #9D9D9D;
  padding: 32px;
  background-color: #070707;
  -webkit-transition: background 500ms ease-in-out;
  -o-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out; }
  .block__labs-events-event-wrapper:hover {
    background-color: #009e89;
    border: 1px solid #009e89; }

.block__labs-events-event-date {
  display: block;
  margin-bottom: 60px; }

.block__labs-events-event-title {
  margin-bottom: 32px; }

.block__labs-events-event-link {
  color: #FFFFFF;
  text-decoration: underline; }

.block__labs-events-event--finished {
  opacity: .5; }

.block__labs-event-speaker-photo {
  width: 100%;
  height: auto; }
  @media (max-width: 575px) {
    .block__labs-event-speaker-photo {
      margin-top: 24px; } }

.block__labs-event-speaker-name-position {
  margin-top: 32px;
  list-style: none;
  padding-left: 0; }
  .block__labs-event-speaker-name-position li {
    padding-left: 0; }

.block__labs-event-info {
  list-style: none;
  padding-left: 0; }
  @media (max-width: 575px) {
    .block__labs-event-info {
      margin-top: 24px; } }
  .block__labs-event-info li {
    padding-left: 0;
    margin-bottom: 32px; }
  .block__labs-event-info span {
    color: #9D9D9D;
    display: block; }

.block__next-project-subtitle {
  color: #9D9D9D; }

.block__next-project-title {
  color: #FFFFFF; }
  .block__next-project-title:hover {
    color: #FFFFFF; }

.footer {
  margin-top: 200px; }
  .footer a {
    color: #FFFFFF; }
  .footer__title h6 {
    color: #9D9D9D; }
  @media (max-width: 575px) {
    .footer__address, .footer-contacts {
      margin-bottom: 32px !important; } }
  .footer__contacts-data-list {
    list-style: none;
    padding-left: 0; }
    @media (max-width: 575px) {
      .footer__contacts-data-list {
        margin-bottom: 32px; } }
    .footer__contacts-data-list li {
      padding-left: 0; }
  .footer__social {
    width: 100%;
    height: 100%; }
    @media (max-width: 575px) {
      .footer__social {
        text-align: center !important; } }
    .footer__social-list {
      list-style: none;
      padding-left: 0;
      margin: 0;
      text-align: right; }
      @media (max-width: 575px) {
        .footer__social-list {
          text-align: left; } }
      .footer__social-list li {
        display: inline-block;
        padding-left: 40px;
        margin-bottom: 0; }
        @media (max-width: 575px) {
          .footer__social-list li {
            padding-left: 0;
            padding-right: 40px; } }
  .footer__divider {
    width: 100%;
    height: 1px;
    background-color: #9D9D9D; }
  .footer__copyright {
    color: #9D9D9D;
    margin-bottom: 32px; }
  .footer__contact {
    margin-top: 0; }

body {
  height: 100%;
  background-color: #070707;
  position: relative;
  overflow-x: hidden !important; }
