@charset "UTF-8";
/*----------------------------------------------------------------------------*/
/* #Point CSS Framework
/*----------------------------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  font-size: 14px;
  box-sizing: border-box;
}

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

* {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, "Source Han Sans", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #EEEEEE;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #888888;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  font-weight: normal;
}

h6 {
  font-size: 14px;
  font-weight: normal;
}

p {
  margin: 0 0 16px 0;
}

ins,
mark {
  background: #ffa;
}

hr {
  display: block;
  padding: 0;
  margin: 32px 0;
  height: 0;
  border: 0;
  border-top: 1px solid #e1e1e1;
  box-sizing: content-box;
}

a {
  color: #0073AA;
  text-decoration: none;
}

a:hover {
  color: #005177;
  text-decoration: none;
}

ul, ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 2em;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 8px;
}

dl {
  margin: 0 0 16px 0;
}

dt {
  font-weight: bold;
  margin: 8px 0 0 0;
}

dt:first-child {
  margin-top: 0;
}

dd {
  margin-left: 16px;
}

blockquote {
  border-left: 3px solid #ddd;
  padding: 6px 16px;
  margin: 0 0 16px 0;
}

blockquote cite {
  color: #888888;
}

blockquote > *:first-child {
  margin-top: 0;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

code, pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Source Code Pro", "Hack", "Monaco", "Inconsolata", monospace;
  line-height: 1.25;
}

code {
  background: #f5f7fa;
  color: #ed6c63;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 3px 3px;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 16px 20px;
  background: #f5f7fa;
  color: #69707a;
  font-size: 12px;
  overflow: auto;
}

pre code {
  color: inherit;
  font-size: inherit;
  padding: 0;
  border-radius: 0;
  white-space: pre-wrap;
  background: transparent;
}

sub,
sup {
  left: 0.1em;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: top;
}

th {
  text-align: left;
}

figure {
  margin: 0 0 16px 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 4px 0;
}

label {
  display: inline-block;
  margin: 0 0 4px 0;
}

textarea {
  resize: vertical;
}

input[type="date"],
input[type="time"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

abbr[title] {
  cursor: help;
}

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

[hidden] {
  display: none !important;
}

[disabled],
.is-disabled {
  cursor: not-allowed;
}

.l-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 600px) {
  .l-container {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .l-container {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .l-container {
    max-width: 1200px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .l-container {
    max-width: 1200px;
    width: 100%;
  }
}

.l-container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.l-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.l-row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.l-row.no-gutters > [class*="l-col"] {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.l-col,
.l-col-fixed, .l-col-1, .l-col-2, .l-col-3, .l-col-4, .l-col-5, .l-col-6, .l-col-7, .l-col-8, .l-col-9, .l-col-10, .l-col-11, .l-col-12, .l-col\@sm,
.l-col-fixed\@sm, .l-col-1\@sm, .l-col-2\@sm, .l-col-3\@sm, .l-col-4\@sm, .l-col-5\@sm, .l-col-6\@sm, .l-col-7\@sm, .l-col-8\@sm, .l-col-9\@sm, .l-col-10\@sm, .l-col-11\@sm, .l-col-12\@sm, .l-col\@md,
.l-col-fixed\@md, .l-col-1\@md, .l-col-2\@md, .l-col-3\@md, .l-col-4\@md, .l-col-5\@md, .l-col-6\@md, .l-col-7\@md, .l-col-8\@md, .l-col-9\@md, .l-col-10\@md, .l-col-11\@md, .l-col-12\@md, .l-col\@lg,
.l-col-fixed\@lg, .l-col-1\@lg, .l-col-2\@lg, .l-col-3\@lg, .l-col-4\@lg, .l-col-5\@lg, .l-col-6\@lg, .l-col-7\@lg, .l-col-8\@lg, .l-col-9\@lg, .l-col-10\@lg, .l-col-11\@lg, .l-col-12\@lg, .l-col\@xl,
.l-col-fixed\@xl, .l-col-1\@xl, .l-col-2\@xl, .l-col-3\@xl, .l-col-4\@xl, .l-col-5\@xl, .l-col-6\@xl, .l-col-7\@xl, .l-col-8\@xl, .l-col-9\@xl, .l-col-10\@xl, .l-col-11\@xl, .l-col-12\@xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.l-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0%;
  max-width: 100%;
}

.l-col-fixed {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.l-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333333%;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.l-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66666667%;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.l-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.l-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333333%;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.l-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66666667%;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.l-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.l-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333333%;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.l-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66666667%;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.l-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.l-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.l-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66666667%;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.l-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.l-col-offset-1 {
  margin-left: 8.33333333%;
}

.l-col-offset-2 {
  margin-left: 16.66666667%;
}

.l-col-offset-3 {
  margin-left: 25%;
}

.l-col-offset-4 {
  margin-left: 33.33333333%;
}

.l-col-offset-5 {
  margin-left: 41.66666667%;
}

.l-col-offset-6 {
  margin-left: 50%;
}

.l-col-offset-7 {
  margin-left: 58.33333333%;
}

.l-col-offset-8 {
  margin-left: 66.66666667%;
}

.l-col-offset-9 {
  margin-left: 75%;
}

.l-col-offset-10 {
  margin-left: 83.33333333%;
}

.l-col-offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 600px) {
  .l-col\@sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0%;
    max-width: 100%;
  }
  .l-col-fixed\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-col-1\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .l-col-2\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .l-col-3\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .l-col-4\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .l-col-5\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .l-col-6\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col-7\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .l-col-8\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .l-col-9\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .l-col-10\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .l-col-11\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .l-col-12\@sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .l-col-offset-1\@sm {
    margin-left: 8.33333333%;
  }
  .l-col-offset-2\@sm {
    margin-left: 16.66666667%;
  }
  .l-col-offset-3\@sm {
    margin-left: 25%;
  }
  .l-col-offset-4\@sm {
    margin-left: 33.33333333%;
  }
  .l-col-offset-5\@sm {
    margin-left: 41.66666667%;
  }
  .l-col-offset-6\@sm {
    margin-left: 50%;
  }
  .l-col-offset-7\@sm {
    margin-left: 58.33333333%;
  }
  .l-col-offset-8\@sm {
    margin-left: 66.66666667%;
  }
  .l-col-offset-9\@sm {
    margin-left: 75%;
  }
  .l-col-offset-10\@sm {
    margin-left: 83.33333333%;
  }
  .l-col-offset-11\@sm {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 900px) {
  .l-col\@md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0%;
    max-width: 100%;
  }
  .l-col-fixed\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-col-1\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .l-col-2\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .l-col-3\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .l-col-4\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .l-col-5\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .l-col-6\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col-7\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .l-col-8\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .l-col-9\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .l-col-10\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .l-col-11\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .l-col-12\@md {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .l-col-offset-1\@md {
    margin-left: 8.33333333%;
  }
  .l-col-offset-2\@md {
    margin-left: 16.66666667%;
  }
  .l-col-offset-3\@md {
    margin-left: 25%;
  }
  .l-col-offset-4\@md {
    margin-left: 33.33333333%;
  }
  .l-col-offset-5\@md {
    margin-left: 41.66666667%;
  }
  .l-col-offset-6\@md {
    margin-left: 50%;
  }
  .l-col-offset-7\@md {
    margin-left: 58.33333333%;
  }
  .l-col-offset-8\@md {
    margin-left: 66.66666667%;
  }
  .l-col-offset-9\@md {
    margin-left: 75%;
  }
  .l-col-offset-10\@md {
    margin-left: 83.33333333%;
  }
  .l-col-offset-11\@md {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .l-col\@lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0%;
    max-width: 100%;
  }
  .l-col-fixed\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-col-1\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .l-col-2\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .l-col-3\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .l-col-4\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .l-col-5\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .l-col-6\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col-7\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .l-col-8\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .l-col-9\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .l-col-10\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .l-col-11\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .l-col-12\@lg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .l-col-offset-1\@lg {
    margin-left: 8.33333333%;
  }
  .l-col-offset-2\@lg {
    margin-left: 16.66666667%;
  }
  .l-col-offset-3\@lg {
    margin-left: 25%;
  }
  .l-col-offset-4\@lg {
    margin-left: 33.33333333%;
  }
  .l-col-offset-5\@lg {
    margin-left: 41.66666667%;
  }
  .l-col-offset-6\@lg {
    margin-left: 50%;
  }
  .l-col-offset-7\@lg {
    margin-left: 58.33333333%;
  }
  .l-col-offset-8\@lg {
    margin-left: 66.66666667%;
  }
  .l-col-offset-9\@lg {
    margin-left: 75%;
  }
  .l-col-offset-10\@lg {
    margin-left: 83.33333333%;
  }
  .l-col-offset-11\@lg {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .l-col\@xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0%;
    max-width: 100%;
  }
  .l-col-fixed\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .l-col-1\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .l-col-2\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .l-col-3\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .l-col-4\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .l-col-5\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .l-col-6\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .l-col-7\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .l-col-8\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .l-col-9\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .l-col-10\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .l-col-11\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .l-col-12\@xl {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .l-col-offset-1\@xl {
    margin-left: 8.33333333%;
  }
  .l-col-offset-2\@xl {
    margin-left: 16.66666667%;
  }
  .l-col-offset-3\@xl {
    margin-left: 25%;
  }
  .l-col-offset-4\@xl {
    margin-left: 33.33333333%;
  }
  .l-col-offset-5\@xl {
    margin-left: 41.66666667%;
  }
  .l-col-offset-6\@xl {
    margin-left: 50%;
  }
  .l-col-offset-7\@xl {
    margin-left: 58.33333333%;
  }
  .l-col-offset-8\@xl {
    margin-left: 66.66666667%;
  }
  .l-col-offset-9\@xl {
    margin-left: 75%;
  }
  .l-col-offset-10\@xl {
    margin-left: 83.33333333%;
  }
  .l-col-offset-11\@xl {
    margin-left: 91.66666667%;
  }
}

.u-hidden {
  display: none !important;
}

.u-hiddenUp {
  display: none !important;
}

@media (max-width: 599px) {
  .u-hiddenDown {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .u-hiddenUp\@sm {
    display: none !important;
  }
}

@media (max-width: 899px) {
  .u-hiddenDown\@sm {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .u-hiddenUp\@md {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .u-hiddenDown\@md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-hiddenUp\@lg {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .u-hiddenDown\@lg {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .u-hiddenUp\@xl {
    display: none !important;
  }
}

.u-hiddenDown\@xl {
  display: none !important;
}

.u-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.u-last {
  -webkit-box-ordinal-group: 100000000 !important;
  -webkit-order: 99999999 !important;
      -ms-flex-order: 99999999 !important;
          order: 99999999 !important;
}

@media (min-width: 600px) {
  .u-first\@sm {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .u-last\@sm {
    -webkit-box-ordinal-group: 100000000 !important;
    -webkit-order: 99999999 !important;
        -ms-flex-order: 99999999 !important;
            order: 99999999 !important;
  }
}

@media (min-width: 900px) {
  .u-first\@md {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .u-last\@md {
    -webkit-box-ordinal-group: 100000000 !important;
    -webkit-order: 99999999 !important;
        -ms-flex-order: 99999999 !important;
            order: 99999999 !important;
  }
}

@media (min-width: 1200px) {
  .u-first\@lg {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .u-last\@lg {
    -webkit-box-ordinal-group: 100000000 !important;
    -webkit-order: 99999999 !important;
        -ms-flex-order: 99999999 !important;
            order: 99999999 !important;
  }
}

@media (min-width: 1600px) {
  .u-first\@xl {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .u-last\@xl {
    -webkit-box-ordinal-group: 100000000 !important;
    -webkit-order: 99999999 !important;
        -ms-flex-order: 99999999 !important;
            order: 99999999 !important;
  }
}

.l-level {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5px;
  margin-bottom: -5px;
}

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

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

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

.l-level > .l-level__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.l-level__left,
.l-level__center,
.l-level__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 5px;
}

.l-level__left.is-top,
.l-level__center.is-top,
.l-level__right.is-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-level__left.is-bottom,
.l-level__center.is-bottom,
.l-level__right.is-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-level__left > .l-level__item:not(:last-child),
.l-level__center > .l-level__item:not(:last-child),
.l-level__right > .l-level__item:not(:last-child) {
  margin-right: 16px;
}

.l-level__left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-level__center {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-level__right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-level__center ~ .l-level__left,
.l-level__center ~ .l-level__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.form-input, .multiselect__tags,
.form-select,
.form-textarea {
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  border: 1px solid #DFE3E9;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  box-shadow: none;
  /*
    -webkit-appearance: none;
    -moz-appearance: none;
  */
}

.form-input:focus, .multiselect__tags:focus, .form-input:active, .multiselect__tags:active, .form-input.is-focus, .is-focus.multiselect__tags, .form-input.is-active, .is-active.multiselect__tags,
.form-select:focus,
.form-select:active,
.form-select.is-focus,
.form-select.is-active,
.form-textarea:focus,
.form-textarea:active,
.form-textarea.is-focus,
.form-textarea.is-active {
  outline: none;
  /*border-color: #7872ff;*/
  border-color: #1e87db;
}

.form-input::-webkit-input-placeholder, .multiselect__tags::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}

.form-input::-moz-placeholder, .multiselect__tags::-moz-placeholder,
.form-select::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.form-input:-ms-input-placeholder, .multiselect__tags:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.form-input::placeholder, .multiselect__tags::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
  color: #888888;
  opacity: 1;
}

.form-input[readonly], [readonly].multiselect__tags, .form-input[disabled], [disabled].multiselect__tags,
.form-select[readonly],
.form-select[disabled],
.form-textarea[readonly],
.form-textarea[disabled] {
  background-color: #f2f2f2;
  opacity: 1;
}

.form-input:disabled, .multiselect__tags:disabled, .form-input[disabled], [disabled].multiselect__tags,
.form-select:disabled,
.form-select[disabled],
.form-textarea:disabled,
.form-textarea[disabled] {
  cursor: not-allowed;
}

.form-input.is-success, .is-success.multiselect__tags,
.form-select.is-success,
.form-textarea.is-success {
  border-color: #4caf50;
}

.form-input.is-danger, .is-danger.multiselect__tags,
.form-select.is-danger,
.form-textarea.is-danger {
  border-color: #f44336;
}

.form-input.is-warning, .is-warning.multiselect__tags,
.form-select.is-warning,
.form-textarea.is-warning {
  border-color: #ff9800;
}

.form-input, .multiselect__tags {
	width: 40%;
  height: 34px;
}



select.form-select {
	width: 40%;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
	select.form-select {
	width: 100%;
	}
}
select.form-select::-ms-expand {
  background-color: transparent;
  border: 0;
  display: none;
}
/*
select.form-select:not([multiple]),select.form-input:not([multiple]) {
  padding-right: 24px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='6' viewBox='0 1 8 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%239E9E9E' d='M0 0h8L4 5z' fill-rule='evenodd'/%3E%3C/svg%3E") right center no-repeat;
}*/

select.form-select[multiple] {
  padding: 4px;
  height: auto;
}

select.form-select[multiple] option {
  padding: 6px 12px;
  border-radius: 3px;
}

select.form-select:hover {
  border-color: #c1c9d4;
}

.form-input--sm,
.form-select--sm,
.form-textarea--sm {
  font-size: 12px;
  line-height: 1.5;
  padding: 4px 8px;
  height: 28px;
}

.form-input--lg,
.form-select--lg,
.form-textarea--lg {
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 16px;
  height: 42px;
}

.form-input--rounded,
.form-select--rounded,
.form-textarea--rounded {
  border-radius: 1993px;
  padding-left: 17px;
  padding-right: 17px;
}

.form-checkbox {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 16px 8px 0;
}

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

.form-checkbox__indicator {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #DFE3E9;
  border-radius: 0;
}

.form-checkbox__indicator::after {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: transparent;
}

.form-checkbox input[type="checkbox"]:disabled + .form-checkbox__indicator {
  opacity: 0.75;
  background-color: #f2f2f2;
}

.form-checkbox input[type="checkbox"]:checked + .form-checkbox__indicator::after {
  background-color: #7872ff;
}

.form-radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 16px 8px 0;
}

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

.form-radio__indicator {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #DFE3E9;
}

.form-radio__indicator:after {
  content: ' ';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 4px;
  background-color: transparent;
}

.form-radio input[type="radio"]:disabled + .form-radio__indicator {
  opacity: 0.75;
  background-color: #f2f2f2;
}

.form-radio input[type="radio"]:checked + .form-radio__indicator:after {
  background-color: #7872ff;
}

.form-switch {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-switch input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.form-switch__indicator {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  background-color: #e4e4e3;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
}

.form-switch__indicator::after {
  content: ' ';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.form-switch input[type="checkbox"]:disabled + .form-switch__indicator {
  opacity: .75;
  cursor: not-allowed;
}

.form-switch input[type="checkbox"]:checked + .form-switch__indicator {
  background-color: #4caf50;
}

.form-switch input[type="checkbox"]:checked + .form-switch__indicator::after {
  left: calc(100% - 22px);
}

.form-radio__text,
.form-checkbox__text {
  margin-left: 6px;
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  display: block;
  color: #333333;
  margin-bottom: 4px;
}

.form-help {
  display: block;
  color: #888888;
  margin-top: 4px;
}

.form-control {
  position: relative;
}

.form-control.has-icon > .form-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 20;
}

.form-control.has-icon > .form-input, .form-control.has-icon > .multiselect__tags {
  padding-left: 32px;
}

.form-control.has-iconRight > .form-iconRight {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
       -o-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  z-index: 20;
}

.form-control.has-iconRight > .form-input, .form-control.has-iconRight > .multiselect__tags {
  padding-right: 32px;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form-flex > .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  z-index: 15;
}

.form-flex > .form-input, .form-flex > .multiselect__tags,
.form-flex > .form-select {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  z-index: 10;
}

.form-flex > .form-input:focus, .form-flex > .multiselect__tags:focus,
.form-flex > .form-select:focus {
  z-index: 25;
}

.form-flex > .form-addon {
  z-index: 5;
}

.form-flex > .form-addon.btn {
  z-index: 20;
}

.form-flex > .form-input, .form-flex > .multiselect__tags,
.form-flex > .form-select,
.form-flex > .form-addon {
  border-radius: 0;
}

.form-flex > .form-input:nth-child(n+2), .form-flex > .multiselect__tags:nth-child(n+2),
.form-flex > .form-select:nth-child(n+2),
.form-flex > .form-addon:nth-child(n+2) {
  margin-left: -1px;
}

.form-flex > .form-input:first-child, .form-flex > .multiselect__tags:first-child,
.form-flex > .form-select:first-child,
.form-flex > .form-addon:first-child {
  border-radius: 3px 0 0 3px;
}

.form-flex > .form-input:last-child, .form-flex > .multiselect__tags:last-child,
.form-flex > .form-select:last-child,
.form-flex > .form-addon:last-child {
  border-radius: 0 3px 3px 0;
}

.form-flex > .form-control > .form-input, .form-flex > .form-control > .multiselect__tags,
.form-flex > .form-control > .form-select {
  border-radius: 0;
}

.form-flex > .form-control:nth-child(n+2) {
  margin-left: -1px;
}

.form-flex > .form-control:first-child > .form-input, .form-flex > .form-control:first-child > .multiselect__tags,
.form-flex > .form-control:first-child > .form-select {
  border-radius: 3px 0 0 3px;
}

.form-flex > .form-control:last-child > .form-input, .form-flex > .form-control:last-child > .multiselect__tags,
.form-flex > .form-control:last-child > .form-select {
  border-radius: 0 3px 3px 0;
}

.form-addon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  line-height: 1.42857143;
  font-size: 14px;
  border: 1px solid #DFE3E9;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.form-static {
  display: block;
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}

.form-horizontal .form-label {
  font-size: 14px;
  line-height: 1.42857143;
  padding-top: 6px;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form-inline .form-group {
  margin-bottom: 0;
}

.form-inline .form-group:not(:last-child) {
  margin-right: 16px;
}

.form-inline .form-label {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 14px;
  line-height: 1.42857143;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-inline .form-input, .form-inline .multiselect__tags,
.form-inline .form-control {
  display: inline-block;
  width: auto;
}

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

.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #0073AA;
  height: 34px;
  min-width: 34px;
  border: 1px solid transparent;
  /*border-radius: 3px;*/
  cursor: pointer;
  background: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn.is-loading {
  color: transparent;
  cursor: not-allowed;
}

.btn.is-loading:after {
  -webkit-animation: spin-around 500ms infinite linear;
       -o-animation: spin-around 500ms infinite linear;
          animation: spin-around 500ms infinite linear;
  border: 2px solid #888888;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.btn--default {
  color: #333333;
  border-color: #ddd;
  background-color: #fff;
}

.btn--default:hover, .btn--default.is-hover {
  color: #333333;
  border-color: #d2d2d2;
  background-color: #f2f2f2;
}

.btn--default:active, .btn--default.is-active {
  color: #333333;
  border-color: #c7c7c7;
  background-color: #e6e6e6;
}

.btn--default[disabled], .btn--default[disabled]:hover, .btn--default[disabled].is-hover, .btn--default[disabled]:active, .btn--default[disabled].is-active, .btn--default.is-disabled, .btn--default.is-disabled:hover, .btn--default.is-disabled.is-hover, .btn--default.is-disabled:active, .btn--default.is-disabled.is-active,
fieldset[disabled] .btn--default,
fieldset[disabled] .btn--default:hover,
fieldset[disabled] .btn--default.is-hover,
fieldset[disabled] .btn--default:active,
fieldset[disabled] .btn--default.is-active {
  background-color: white;
  border-color: #e0e0e0;
  color: #333333;
  opacity: .65;
  cursor: not-allowed;
}

.btn--default.is-loading {
  color: transparent;
}

.btn--default.is-loading:after {
  border-left-color: #333333 !important;
  border-bottom-color: #333333 !important;
}

.btn--default.is-loading:active, .btn--default.is-loading:hover {
  color: transparent;
}

.btn--primary {
  color: #fff;
  border-color: #7872ff;
  background-color: #7872ff;
}

.btn--primary:hover, .btn--primary.is-hover {
  color: #fff;
  border-color: #726cf2;
  background-color: #726cf2;
}

.btn--primary:active, .btn--primary.is-active {
  color: #fff;
  border-color: #6c67e6;
  background-color: #6c67e6;
}

.btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled].is-hover, .btn--primary[disabled]:active, .btn--primary[disabled].is-active, .btn--primary.is-disabled, .btn--primary.is-disabled:hover, .btn--primary.is-disabled.is-hover, .btn--primary.is-disabled:active, .btn--primary.is-disabled.is-active,
fieldset[disabled] .btn--primary,
fieldset[disabled] .btn--primary:hover,
fieldset[disabled] .btn--primary.is-hover,
fieldset[disabled] .btn--primary:active,
fieldset[disabled] .btn--primary.is-active {
  background-color: #8680ff;
  border-color: #8680ff;
  color: #fff;
  opacity: .65;
  cursor: not-allowed;
}

.btn--primary.is-loading {
  color: transparent;
}

.btn--primary.is-loading:after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

.btn--primary.is-loading:active, .btn--primary.is-loading:hover {
  color: transparent;
}

.btn--primary.btn--outline {
  /*color: #7872ff;
  background-color: transparent;
  border-color: #7872ff;*/
  color: #005aa2;
  background-color: transparent;
  border-color:#005aa2;
  
}

.btn--primary.btn--outline:active, .btn--primary.btn--outline.is-active {
  color: #fff;
  /*background-color: #6c67e6;
  border-color: #6c67e6;*/
  background-color: transparent;
   border-color: #1e87db;
}

.btn--primary.btn--outline:hover, .btn--primary.btn--outline.is-hover {
  color: #fff;
  /*background-color: #7872ff;
  border-color: #7872ff;*/
  background-color: #1e87db;
   border-color: #1e87db;
}

.btn--primary.btn--outline[disabled], .btn--primary.btn--outline[disabled]:hover, .btn--primary.btn--outline[disabled].is-hover, .btn--primary.btn--outline[disabled]:active, .btn--primary.btn--outline[disabled].is-active, .btn--primary.btn--outline.is-disabled, .btn--primary.btn--outline.is-disabled:hover, .btn--primary.btn--outline.is-disabled.is-hover, .btn--primary.btn--outline.is-disabled:active, .btn--primary.btn--outline.is-disabled.is-active,
fieldset[disabled] .btn--primary.btn--outline,
fieldset[disabled] .btn--primary.btn--outline:hover,
fieldset[disabled] .btn--primary.btn--outline.is-hover,
fieldset[disabled] .btn--primary.btn--outline:active,
fieldset[disabled] .btn--primary.btn--outline.is-active {
  border-color: #8680ff;
  color: #8680ff;
  background-color: transparent;
  cursor: not-allowed;
}

.btn--primary.btn--outline.is-loading {
  color: transparent;
  background-color: transparent;
}

.btn--primary.btn--outline.is-loading:after {
  border-left-color: #7872ff !important;
  border-bottom-color: #7872ff !important;
}

.btn--primary.btn--outline.is-loading:active, .btn--primary.btn--outline.is-loading:hover {
  color: transparent;
  background-color: transparent;
}

.btn--info {
  color: #fff;
  border-color: #2196f3;
  /*background-color: #2196f3;*/
  background-color: #0e64a9;
}

.btn--info:hover, .btn--info.is-hover {
  color: #fff;
  border-color: #1f8fe7;
  background-color: #1f8fe7;
}

.btn--info:active, .btn--info.is-active {
  color: #fff;
  border-color: #1e87db;
  background-color: #1e87db;
}

.btn--info[disabled], .btn--info[disabled]:hover, .btn--info[disabled].is-hover, .btn--info[disabled]:active, .btn--info[disabled].is-active, .btn--info.is-disabled, .btn--info.is-disabled:hover, .btn--info.is-disabled.is-hover, .btn--info.is-disabled:active, .btn--info.is-disabled.is-active,
fieldset[disabled] .btn--info,
fieldset[disabled] .btn--info:hover,
fieldset[disabled] .btn--info.is-hover,
fieldset[disabled] .btn--info:active,
fieldset[disabled] .btn--info.is-active {
  background-color: #37a1f4;
  border-color: #37a1f4;
  color: #fff;
  opacity: .65;
  cursor: not-allowed;
}

.btn--info.is-loading {
  color: transparent;
}

.btn--info.is-loading:after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

.btn--info.is-loading:active, .btn--info.is-loading:hover {
  color: transparent;
}

.btn--info.btn--outline {
  color: #2196f3;
  background-color: transparent;
  border-color: #2196f3;
}

.btn--info.btn--outline:active, .btn--info.btn--outline.is-active {
  color: #fff;
  background-color: #1e87db;
  border-color: #1e87db;
}

.btn--info.btn--outline:hover, .btn--info.btn--outline.is-hover {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.btn--info.btn--outline[disabled], .btn--info.btn--outline[disabled]:hover, .btn--info.btn--outline[disabled].is-hover, .btn--info.btn--outline[disabled]:active, .btn--info.btn--outline[disabled].is-active, .btn--info.btn--outline.is-disabled, .btn--info.btn--outline.is-disabled:hover, .btn--info.btn--outline.is-disabled.is-hover, .btn--info.btn--outline.is-disabled:active, .btn--info.btn--outline.is-disabled.is-active,
fieldset[disabled] .btn--info.btn--outline,
fieldset[disabled] .btn--info.btn--outline:hover,
fieldset[disabled] .btn--info.btn--outline.is-hover,
fieldset[disabled] .btn--info.btn--outline:active,
fieldset[disabled] .btn--info.btn--outline.is-active {
  border-color: #37a1f4;
  color: #37a1f4;
  background-color: transparent;
  cursor: not-allowed;
}

.btn--info.btn--outline.is-loading {
  color: transparent;
  background-color: transparent;
}

.btn--info.btn--outline.is-loading:after {
  border-left-color: #2196f3 !important;
  border-bottom-color: #2196f3 !important;
}

.btn--info.btn--outline.is-loading:active, .btn--info.btn--outline.is-loading:hover {
  color: transparent;
  background-color: transparent;
}

.btn--success {
  color: #fff;
  border-color: #4caf50;
  background-color: #4caf50;
}

.btn--success:hover, .btn--success.is-hover {
  color: #fff;
  border-color: #48a64c;
  background-color: #48a64c;
}

.btn--success:active, .btn--success.is-active {
  color: #fff;
  border-color: #449e48;
  background-color: #449e48;
}

.btn--success[disabled], .btn--success[disabled]:hover, .btn--success[disabled].is-hover, .btn--success[disabled]:active, .btn--success[disabled].is-active, .btn--success.is-disabled, .btn--success.is-disabled:hover, .btn--success.is-disabled.is-hover, .btn--success.is-disabled:active, .btn--success.is-disabled.is-active,
fieldset[disabled] .btn--success,
fieldset[disabled] .btn--success:hover,
fieldset[disabled] .btn--success.is-hover,
fieldset[disabled] .btn--success:active,
fieldset[disabled] .btn--success.is-active {
  background-color: #5eb762;
  border-color: #5eb762;
  color: #fff;
  opacity: .65;
  cursor: not-allowed;
}

.btn--success.is-loading {
  color: transparent;
}

.btn--success.is-loading:after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

.btn--success.is-loading:active, .btn--success.is-loading:hover {
  color: transparent;
}

.btn--success.btn--outline {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}

.btn--success.btn--outline:active, .btn--success.btn--outline.is-active {
  color: #fff;
  background-color: #449e48;
  border-color: #449e48;
}

.btn--success.btn--outline:hover, .btn--success.btn--outline.is-hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}

.btn--success.btn--outline[disabled], .btn--success.btn--outline[disabled]:hover, .btn--success.btn--outline[disabled].is-hover, .btn--success.btn--outline[disabled]:active, .btn--success.btn--outline[disabled].is-active, .btn--success.btn--outline.is-disabled, .btn--success.btn--outline.is-disabled:hover, .btn--success.btn--outline.is-disabled.is-hover, .btn--success.btn--outline.is-disabled:active, .btn--success.btn--outline.is-disabled.is-active,
fieldset[disabled] .btn--success.btn--outline,
fieldset[disabled] .btn--success.btn--outline:hover,
fieldset[disabled] .btn--success.btn--outline.is-hover,
fieldset[disabled] .btn--success.btn--outline:active,
fieldset[disabled] .btn--success.btn--outline.is-active {
  border-color: #5eb762;
  color: #5eb762;
  background-color: transparent;
  cursor: not-allowed;
}

.btn--success.btn--outline.is-loading {
  color: transparent;
  background-color: transparent;
}

.btn--success.btn--outline.is-loading:after {
  border-left-color: #4caf50 !important;
  border-bottom-color: #4caf50 !important;
}

.btn--success.btn--outline.is-loading:active, .btn--success.btn--outline.is-loading:hover {
  color: transparent;
  background-color: transparent;
}

.btn--danger {
  color: #fff;
  border-color: #f44336;
  background-color: #f44336;
}

.btn--danger:hover, .btn--danger.is-hover {
  color: #fff;
  border-color: #e84033;
  background-color: #e84033;
}

.btn--danger:active, .btn--danger.is-active {
  color: #fff;
  border-color: #dc3c31;
  background-color: #dc3c31;
}

.btn--danger[disabled], .btn--danger[disabled]:hover, .btn--danger[disabled].is-hover, .btn--danger[disabled]:active, .btn--danger[disabled].is-active, .btn--danger.is-disabled, .btn--danger.is-disabled:hover, .btn--danger.is-disabled.is-hover, .btn--danger.is-disabled:active, .btn--danger.is-disabled.is-active,
fieldset[disabled] .btn--danger,
fieldset[disabled] .btn--danger:hover,
fieldset[disabled] .btn--danger.is-hover,
fieldset[disabled] .btn--danger:active,
fieldset[disabled] .btn--danger.is-active {
  background-color: #f5564a;
  border-color: #f5564a;
  color: #fff;
  opacity: .65;
  cursor: not-allowed;
}

.btn--danger.is-loading {
  color: transparent;
}

.btn--danger.is-loading:after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

.btn--danger.is-loading:active, .btn--danger.is-loading:hover {
  color: transparent;
}

.btn--danger.btn--outline {
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}

.btn--danger.btn--outline:active, .btn--danger.btn--outline.is-active {
  color: #fff;
  background-color: #dc3c31;
  border-color: #dc3c31;
}

.btn--danger.btn--outline:hover, .btn--danger.btn--outline.is-hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

.btn--danger.btn--outline[disabled], .btn--danger.btn--outline[disabled]:hover, .btn--danger.btn--outline[disabled].is-hover, .btn--danger.btn--outline[disabled]:active, .btn--danger.btn--outline[disabled].is-active, .btn--danger.btn--outline.is-disabled, .btn--danger.btn--outline.is-disabled:hover, .btn--danger.btn--outline.is-disabled.is-hover, .btn--danger.btn--outline.is-disabled:active, .btn--danger.btn--outline.is-disabled.is-active,
fieldset[disabled] .btn--danger.btn--outline,
fieldset[disabled] .btn--danger.btn--outline:hover,
fieldset[disabled] .btn--danger.btn--outline.is-hover,
fieldset[disabled] .btn--danger.btn--outline:active,
fieldset[disabled] .btn--danger.btn--outline.is-active {
  border-color: #f5564a;
  color: #f5564a;
  background-color: transparent;
  cursor: not-allowed;
}

.btn--danger.btn--outline.is-loading {
  color: transparent;
  background-color: transparent;
}

.btn--danger.btn--outline.is-loading:after {
  border-left-color: #f44336 !important;
  border-bottom-color: #f44336 !important;
}

.btn--danger.btn--outline.is-loading:active, .btn--danger.btn--outline.is-loading:hover {
  color: transparent;
  background-color: transparent;
}

.btn--warning {
  color: #fff;
  border-color: #ff9800;
  background-color: #ff9800;
}

.btn--warning:hover, .btn--warning.is-hover {
  color: #fff;
  border-color: #f29000;
  background-color: #f29000;
}

.btn--warning:active, .btn--warning.is-active {
  color: #fff;
  border-color: #e68900;
  background-color: #e68900;
}

.btn--warning[disabled], .btn--warning[disabled]:hover, .btn--warning[disabled].is-hover, .btn--warning[disabled]:active, .btn--warning[disabled].is-active, .btn--warning.is-disabled, .btn--warning.is-disabled:hover, .btn--warning.is-disabled.is-hover, .btn--warning.is-disabled:active, .btn--warning.is-disabled.is-active,
fieldset[disabled] .btn--warning,
fieldset[disabled] .btn--warning:hover,
fieldset[disabled] .btn--warning.is-hover,
fieldset[disabled] .btn--warning:active,
fieldset[disabled] .btn--warning.is-active {
  background-color: #ffa21a;
  border-color: #ffa21a;
  color: #fff;
  opacity: .65;
  cursor: not-allowed;
}

.btn--warning.is-loading {
  color: transparent;
}

.btn--warning.is-loading:after {
  border-left-color: #fff !important;
  border-bottom-color: #fff !important;
}

.btn--warning.is-loading:active, .btn--warning.is-loading:hover {
  color: transparent;
}

.btn--warning.btn--outline {
  color: #ff9800;
  background-color: transparent;
  border-color: #ff9800;
}

.btn--warning.btn--outline:active, .btn--warning.btn--outline.is-active {
  color: #fff;
  background-color: #e68900;
  border-color: #e68900;
}

.btn--warning.btn--outline:hover, .btn--warning.btn--outline.is-hover {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
}

.btn--warning.btn--outline[disabled], .btn--warning.btn--outline[disabled]:hover, .btn--warning.btn--outline[disabled].is-hover, .btn--warning.btn--outline[disabled]:active, .btn--warning.btn--outline[disabled].is-active, .btn--warning.btn--outline.is-disabled, .btn--warning.btn--outline.is-disabled:hover, .btn--warning.btn--outline.is-disabled.is-hover, .btn--warning.btn--outline.is-disabled:active, .btn--warning.btn--outline.is-disabled.is-active,
fieldset[disabled] .btn--warning.btn--outline,
fieldset[disabled] .btn--warning.btn--outline:hover,
fieldset[disabled] .btn--warning.btn--outline.is-hover,
fieldset[disabled] .btn--warning.btn--outline:active,
fieldset[disabled] .btn--warning.btn--outline.is-active {
  border-color: #ffa21a;
  color: #ffa21a;
  background-color: transparent;
  cursor: not-allowed;
}

.btn--warning.btn--outline.is-loading {
  color: transparent;
  background-color: transparent;
}

.btn--warning.btn--outline.is-loading:after {
  border-left-color: #ff9800 !important;
  border-bottom-color: #ff9800 !important;
}

.btn--warning.btn--outline.is-loading:active, .btn--warning.btn--outline.is-loading:hover {
  color: transparent;
  background-color: transparent;
}

.btn--smart {
  padding-left: 24px;
  padding-right: 24px;
}

.btn--sm {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 4px 8px;
  height: 28px;
  min-width: 28px;
}

.btn--sm.btn--smart {
  padding-left: 16px;
  padding-right: 16px;
}

.btn--lg {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 5px;
  padding: 8px 16px;
  height: 42px;
  min-width: 42px;
}

.btn--lg.btn--smart {
  padding-left: 32px;
  padding-right: 32px;
}

.btn--block {
  display: block;
  width: 100%;
}

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

.btnGroup .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.btnGroup .btn.is-active {
  z-index: 15;
}

.btnGroup .btn:not(:first-of-type) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btnGroup .btn:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btnGroup--block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.table {
  width: 100%;
  padding: 0;
  margin: 0 0 16px 0;
}

.table th, .table td {
  text-align: left;
  padding: 8px 16px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table thead th, .table thead td {
  border-top: 0;
}

.table tbody + tbody {
  margin-top: 8px;
}

.table--striped th,
.table--striped td {
  border: 0;
}

.table--striped thead tr {
  background-color: #f2f2f2;
}

.table--striped tbody tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.table--bordered {
  border: 1px solid #ddd;
}

.table--bordered th,
.table--bordered td {
  border: 1px solid #ddd;
}

.table--hover tbody tr:hover {
  background-color: #ededed;
}

@media (max-width: 900px) {
  .table--responsive thead {
    display: none;
  }
  .table--responsive tr {
    display: block;
  }
  .table--responsive tr:not(:last-child) {
    border-bottom: 3px solid #e1e1e1;
  }
  .table--responsive th, .table--responsive td {
    display: block;
    width: 100% !important;
    text-align: right;
  }
  .table--responsive th:before, .table--responsive td:before {
    float: left;
    color: #888888;
    content: attr(data-label);
  }
}

.badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1;
  color: #333333;
  background-color: #f2f2f2;
  text-align: center;
  vertical-align: middle;
  padding: 4px 8px;
  border-radius: 1993px;
  white-space: nowrap;
}

.badge:empty {
  width: 8px;
  height: 8px;
  padding: 0;
}

.badge--primary {
  color: #fff;
  background-color: #7872ff;
}

.badge--info {
  color: #fff;
  background-color: #2196f3;
}

.badge--success {
  color: #fff;
  background-color: #4caf50;
}

.badge--danger {
  color: #fff;
  background-color: #f44336;
}

.badge--warning {
  color: #fff;
  background-color: #ff9800;
}

.badge--floatTL,
.badge--floatTR,
.badge--floatBL,
.badge--floatBR {
  position: absolute;
  z-index: 15;
}

.badge--floatTL {
  left: 0;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.badge--floatTR {
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%) translateY(-50%);
       -o-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

.badge--floatBL {
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
       -o-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
}

.badge--floatBR {
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%) translateY(50%);
       -o-transform: translateX(50%) translateY(50%);
          transform: translateX(50%) translateY(50%);
}

.hint {
  position: relative;
  overflow: visible;
}

.hint:before, .hint:after {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
}

.hint:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  left: calc(50% - 5px);
  bottom: 100%;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

.hint:after {
  content: attr(data-label);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  left: 50%;
  bottom: calc(100% + 5px);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hint.hint--always:before, .hint.hint--always:after, .hint:hover:before, .hint:hover:after, .hint:active:before, .hint:active:after {
  opacity: 1;
  visibility: visible;
}

.hint.hint--always:before, .hint:hover:before, .hint:active:before {
  -webkit-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
}

.hint.hint--always:after, .hint:hover:after, .hint:active:after {
  -webkit-transform: translateX(-50%) translateY(-4px);
       -o-transform: translateX(-50%) translateY(-4px);
          transform: translateX(-50%) translateY(-4px);
}

.hint--sm:after {
  white-space: normal;
  width: 120px;
}

.hint--md:after {
  white-space: normal;
  width: 160px;
}

.hint--lg:after {
  white-space: normal;
  width: 260px;
}

.hint--left:before {
  top: calc(50% - 5px);
  left: auto;
  right: 100%;
  bottom: auto;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}

.hint--left:after {
  top: 50%;
  left: auto;
  right: calc(100% + 5px);
  bottom: auto;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hint--left.hint--always:before, .hint--left:hover:before, .hint--left:active:before {
  -webkit-transform: translateX(-4px);
       -o-transform: translateX(-4px);
          transform: translateX(-4px);
}

.hint--left.hint--always:after, .hint--left:hover:after, .hint--left:active:after {
  -webkit-transform: translateX(-4px) translateY(-50%);
       -o-transform: translateX(-4px) translateY(-50%);
          transform: translateX(-4px) translateY(-50%);
}

.hint--right:before {
  top: calc(50% - 5px);
  right: auto;
  bottom: auto;
  left: 100%;
  border-width: 5px 5px 5px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

.hint--right:after {
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(100% + 5px);
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hint--right.hint--always:before, .hint--right:hover:before, .hint--right:active:before {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}

.hint--right.hint--always:after, .hint--right:hover:after, .hint--right:active:after {
  -webkit-transform: translateX(4px) translateY(-50%);
       -o-transform: translateX(4px) translateY(-50%);
          transform: translateX(4px) translateY(-50%);
}

.hint--bottom:before {
  top: 100%;
  right: auto;
  bottom: auto;
  left: calc(50% - 5px);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.hint--bottom:after {
  top: calc(100% + 5px);
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hint--bottom.hint--always:before, .hint--bottom:hover:before, .hint--bottom:active:before {
  -webkit-transform: translateY(4px);
       -o-transform: translateY(4px);
          transform: translateY(4px);
}

.hint--bottom.hint--always:after, .hint--bottom:hover:after, .hint--bottom:active:after {
  -webkit-transform: translateX(-50%) translateY(4px);
       -o-transform: translateX(-50%) translateY(4px);
          transform: translateX(-50%) translateY(4px);
}

.progress {
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  border: none;
  border-radius: 6px;
  margin: 0 0 16px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}

.progress[value]::-ms-fill {
  border: none;
  background-color: #4caf50;
}

.progress[value]::-webkit-progress-bar {
  background-color: #f2f2f2;
}

.progress[value]::-webkit-progress-value {
  background-color: #4caf50;
}

.progress[value]::-moz-progress-bar {
  background-color: #4caf50;
}

.progress--striped[value]::-webkit-progress-value {
  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-size: 8px 8px;
}

.progress--striped[value]::-moz-progress-bar {
  background-image: -moz-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: 8px 8px;
}

.progress--primary[value]::-moz-progress-bar {
  background-color: #7872ff;
}

.progress--primary[value]::-webkit-progress-value {
  background-color: #7872ff;
}

.progress--primary[value]::-ms-fill {
  background-color: #7872ff;
}

.progress--info[value]::-moz-progress-bar {
  background-color: #2196f3;
}

.progress--info[value]::-webkit-progress-value {
  background-color: #2196f3;
}

.progress--info[value]::-ms-fill {
  background-color: #2196f3;
}

.progress--success[value]::-moz-progress-bar {
  background-color: #4caf50;
}

.progress--success[value]::-webkit-progress-value {
  background-color: #4caf50;
}

.progress--success[value]::-ms-fill {
  background-color: #4caf50;
}

.progress--danger[value]::-moz-progress-bar {
  background-color: #f44336;
}

.progress--danger[value]::-webkit-progress-value {
  background-color: #f44336;
}

.progress--danger[value]::-ms-fill {
  background-color: #f44336;
}

.progress--warning[value]::-moz-progress-bar {
  background-color: #ff9800;
}

.progress--warning[value]::-webkit-progress-value {
  background-color: #ff9800;
}

.progress--warning[value]::-ms-fill {
  background-color: #ff9800;
}

.progress--sm {
  height: 4px;
}

.progress--sm .progress--striped[value]::-webkit-progress-value {
  background-size: 4px 4px;
}

.progress--sm .progress--striped[value]::-moz-progress-bar {
  background-size: 4px 4px;
}

.progress--lg {
  height: 12px;
}

.progress--lg .progress--striped[value]::-webkit-progress-value {
  background-size: 12px 12px;
}

.progress--lg .progress--striped[value]::-moz-progress-bar {
  background-size: 12px 12px;
}

.i-sort {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  color: #000;
  opacity: 0.5;
}

.i-sort:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  opacity: 0.35;
  border-color: transparent transparent currentColor transparent;
}

.i-sort:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  opacity: 0.35;
  border-color: currentColor transparent transparent transparent;
}

.i-sort.is-up:before {
  opacity: 1;
}

.i-sort.is-down:after {
  opacity: 1;
}

.i-sort--light {
  color: #fff;
  opacity: 0.9;
}

.i-arrowDown {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  opacity: 0.5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
}

.i-arrowDown--light {
  color: #fff;
  opacity: 0.9;
}

.i-arrowUp {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  opacity: 0.5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent currentColor transparent;
}

.i-arrowUp--light {
  color: #fff;
  opacity: 0.9;
}

.i-arrowLeft {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  opacity: 0.5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent currentColor transparent transparent;
}

.i-arrowLeft--light {
  color: #fff;
  opacity: 0.9;
}

.i-arrowRight {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  opacity: 0.5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent currentColor;
}

.i-arrowRight--light {
  color: #fff;
  opacity: 0.9;
}

.i-caret,
.i-arrowDown {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  opacity: 0.5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
}

.i-caret--light,
.i-arrowDown--light {
  color: #fff;
  opacity: 0.9;
}

.i-remove {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0.5;
  color: #000;
}

.i-remove:before, .i-remove:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}

.i-remove:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.i-remove:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.i-remove--light {
  color: #fff;
  opacity: 0.9;
}

.i-spinner {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  color: #000;
  opacity: 0.5;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spin-around 500ms infinite linear;
       -o-animation: spin-around 500ms infinite linear;
          animation: spin-around 500ms infinite linear;
}

.i-spinner--light {
  color: #fff;
  opacity: 0.9;
}

.i-menu {
  color: #000;
  opacity: 0.5;
  position: relative;
  display: inline-block;
  height: 2px;
  width: 18px;
  margin: 6px 0;
  background-color: currentColor;
}

.i-menu:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.i-menu:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.i-menu--light {
  color: #fff;
  opacity: 0.9;
}

.i-plus {
  position: relative;
  display: inline-block;
  color: #000;
  width: 14px;
  height: 14px;
  opacity: 0.5;
}

.i-plus:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 2px;
  background-color: currentColor;
}

.i-plus:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  width: 2px;
  height: 14px;
  background-color: currentColor;
}

.i-plus--light {
  color: #fff;
  opacity: 0.9;
}

.i-minus {
  position: relative;
  display: inline-block;
  color: #000;
  width: 14px;
  height: 14px;
  opacity: 0.5;
}

.i-minus:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 2px;
  background-color: currentColor;
}

.i-minus--light {
  color: #fff;
  opacity: 0.9;
}

.img-fluid {
  max-width: 100% !important;
  height: auto !important;
}

.img-rounded {
  border-radius: 3px !important;
}

.img-circle {
  border-radius: 1993px !important;
}

.avatar {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  border-radius: 1993px;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.avatar--sm {
  width: 28px;
  height: 28px;
}

.avatar--lg {
  width: 48px;
  height: 48px;
}

.embed-fluid {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-fluid:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-fluid video,
.embed-fluid iframe,
.embed-fluid object,
.embed-fluid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 600;
}

.c-note {
  position: relative;
  border-radius: 3px;
  padding: 16px;
  margin-bottom: 32px;
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
}

.c-note.has-close {
  padding-right: 30px;
}

.c-note > *:first-child {
  margin-top: 0;
}

.c-note > *:last-child {
  margin-bottom: 0;
}

.c-note__close {
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.3;
}

.c-note--danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

.c-note--danger a {
  color: #973d3b;
}

.c-note--danger a:hover {
  color: #8c3837;
}

.c-note--info {
  color: #31708f;
  border-color: #bde2fb;
  background-color: #d9edf7;
}

.c-note--info a {
  color: #2a617c;
}

.c-note--info a:hover {
  color: #275871;
}

.c-note--success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

.c-note--success a {
  color: #336534;
}

.c-note--success a:hover {
  color: #2e5b2f;
}

.c-note--warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3;
}

.c-note--warning a {
  color: #785f33;
}

.c-note--warning a:hover {
  color: #6d562f;
}

.c-box {
  position: relative;
  margin-bottom: 32px;
  border-radius: 3px;
}

.c-box__heading {
  color: #333333;
  line-height: 1.2;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
}

.c-box__body {
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.c-box__inner {
  padding: 10px;
}

.c-box--danger .c-box__heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.c-box--danger .c-box__body {
  border-color: #ebccd1;
}

.c-box--info .c-box__heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bde2fb;
}

.c-box--info .c-box__body {
  border-color: #bde2fb;
}

.c-box--success .c-box__heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.c-box--success .c-box__body {
  border-color: #d6e9c6;
}

.c-box--warning .c-box__heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.c-box--warning .c-box__body {
  border-color: #faebcc;
}

.c-list {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}

.c-list__item,
.c-list__link {
  position: relative;
  display: block;
  padding: 8px 0;
  background-color: #fff;
}

.c-list__item:not(:first-child),
.c-list__link:not(:first-child) {
  border-top: 1px solid #ddd;
}

.c-list__item.is-disabled,
.c-list__link.is-disabled {
  cursor: not-allowed;
  opacity: .65;
}

.c-list__link {
  color: inherit;
  cursor: pointer;
}

.c-list__link:hover {
  background-color: #f2f2f2;
}

.c-list__link.is-active {
  color: #fff;
  background-color: #7872ff !important;
  border-color: #7872ff !important;
  z-index: 2;
}

.c-list--inset .c-list__item,
.c-list--inset .c-list__link {
  padding-left: 16px;
  padding-right: 16px;
}

.c-list--bordered .c-list__item,
.c-list--bordered .c-list__link {
  padding: 8px 16px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}

.c-list--bordered .c-list__item:first-child,
.c-list--bordered .c-list__link:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.c-list--bordered .c-list__item:last-child,
.c-list--bordered .c-list__link:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.c-list--transparent .c-list__item,
.c-list--transparent .c-list__link {
  background-color: transparent;
}

.c-list--sm .c-list__item,
.c-list--sm .c-list__link {
  padding: 6px 0;
}

.c-list--sm.c-list--bordered .c-list__item, .c-list--sm.c-list--inset .c-list__item {
  padding: 6px 12px;
}

.c-list--lg .c-list__item,
.c-list--lg .c-list__link {
  padding: 28px 0;
}

.c-list--lg.c-list--bordered .c-list__item,
.c-list--lg.c-list--bordered .c-list__link, .c-list--lg.c-list--inset .c-list__item,
.c-list--lg.c-list--inset .c-list__link {
  padding: 14px 28px;
}

.c-nav {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-nav__link {
  display: block;
  line-height: 1.42857143;
  font-size: 14px;
}

.c-nav__link[disabled], .c-nav__link.is-disabled {
  opacity: .65;
  cursor: not-allowed;
}

.c-nav--menus > .c-nav__item:not(:last-child) {
  margin-bottom: 2px;
}

.c-nav--menus > .c-nav__item > .c-nav__link {
  color: #333333;
  padding: 6px 12px;
  border-radius: 3px;
}

.c-nav--menus > .c-nav__item > .c-nav__link:hover {
  background-color: #f2f2f2;
}

.c-nav--menus > .c-nav__item > .c-nav__link.is-active {
  color: #fff;
  background-color: #7872ff;
}

.c-nav--menus > .c-nav__divider {
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #e1e1e1;
}

.c-nav--menus .c-nav--menus {
  margin: 2px 0 2px 8px;
}

.c-nav--pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-nav--pills > .c-nav__item:not(:last-child) {
  margin-right: 4px;
}

.c-nav--pills > .c-nav__item > .c-nav__link {
  color: #333333;
  text-align: center;
  padding: 6px 12px;
  border-radius: 3px;
}

.c-nav--pills > .c-nav__item > .c-nav__link:hover {
  background-color: #f2f2f2;
}

.c-nav--pills > .c-nav__item > .c-nav__link.is-active {
  color: #fff;
  background-color: #7872ff;
}

.c-nav--tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.c-nav--tabs > .c-nav__item {
  margin-bottom: -1px;
}

.c-nav--tabs > .c-nav__item:not(:last-child) {
  margin-right: 4px;
}

.c-nav--tabs > .c-nav__item > .c-nav__link {
  color: #888888;
  padding: 6px 12px;
  border-radius: 0 0 0 0;
  border: 1px solid transparent;
}

.c-nav--tabs > .c-nav__item > .c-nav__link:hover {
  color: #333333;
}

.c-nav--tabs > .c-nav__item > .c-nav__link.is-active {
  color: #333333;
  border-color: #ddd #ddd #fff;
  background-color: #fff;
}

.c-nav--sm.c-nav--menus > .c-nav__item > .c-nav__link {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}

.c-nav--sm.c-nav--pills > .c-nav__item > .c-nav__link {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}

.c-nav--sm.c-nav--tabs > .c-nav__item > .c-nav__link {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 0 0 0 0;
}

.c-navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}

.c-navbar__left,
.c-navbar__center,
.c-navbar__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-navbar__left {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-navbar__center {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-navbar__right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-navbar__center ~ .c-navbar__left,
.c-navbar__center ~ .c-navbar__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.c-navbar__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-size: 14px;
}

.breadcrumb {
	    font-size: 18px;
	
}

.c-navbar__item:not(:last-child) {
  margin-right: 16px;
}

.c-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #888888;
}

.c-breadcrumb:before, .c-breadcrumb:after {
  content: " ";
  display: table;
}

.c-breadcrumb:after {
  clear: both;
}

.c-breadcrumb__item {
  float: left;
}

.c-breadcrumb__item:nth-child(n+2):before {
  content: '/';
  padding-left: 8px;
  padding-right: 8px;
  color: #888888;
}

.c-breadcrumb__link {
  color: #333333;
}

.c-drop {
  position: relative;
  display: inline-block;
}

.c-drop.is-open > .c-drop__content {
  display: block;
}

.c-drop__toggle:focus + .c-drop__content {
  display: block;
}

.c-drop__content {
  position: absolute;
  display: none;
  font-size: 14px;
  color: #333333;
  text-align: left;
  min-width: 160px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  z-index: 400;
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 4px 0 0 0;
}

.c-drop__content--always {
  display: block;
}

.c-drop__content--topStart {
  top: auto;
  left: 0;
  right: auto;
  bottom: 100%;
  margin: 0 0 4px 0;
}

.c-drop__content--top {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 100%;
  margin: 0 0 4px 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-drop__content--topEnd {
  top: auto;
  left: auto;
  right: 0;
  bottom: 100%;
  margin: 0 0 4px 0;
}

.c-drop__content--rightStart {
  top: 0;
  left: 100%;
  right: auto;
  bottom: auto;
  margin: 0 0 0 4px;
}

.c-drop__content--right {
  top: 50%;
  left: 100%;
  right: auto;
  bottom: auto;
  margin: 0 0 0 4px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-drop__content--rightEnd {
  top: auto;
  left: 100%;
  right: auto;
  bottom: 0;
  margin: 0 0 0 4px;
}

.c-drop__content--bottomStart {
  top: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 4px 0 0 0;
}

.c-drop__content--bottom {
  top: 100%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin: 4px 0 0 0;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-drop__content--bottomEnd {
  top: 100%;
  left: auto;
  right: 0;
  bottom: auto;
  margin: 4px 0 0 0;
}

.c-drop__content--leftStart {
  top: 0;
  left: auto;
  right: 100%;
  bottom: auto;
  margin: 0 4px 0 0;
}

.c-drop__content--left {
  top: 50%;
  left: 100%;
  right: auto;
  bottom: auto;
  margin: 0 4px 0 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-drop__content--leftEnd {
  top: auto;
  left: 100%;
  right: auto;
  bottom: 0;
  margin: 0 4px 0 0;
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-pagination__item {
  position: relative;
  display: block;
  min-width: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #0073AA;
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.c-pagination__item:hover {
  background-color: #f2f2f2;
}

.c-pagination__item.is-active {
  color: #fff;
  font-style: normal;
  background-color: #7872ff;
  border-color: #7872ff !important;
  background-color: #7872ff;
  z-index: 15;
}

.c-pagination__item.is-disabled {
  color: rgba(0, 115, 170, 0.65);
  cursor: not-allowed;
}

.c-pagination--bordered .c-pagination__item {
  min-width: 34px;
  border-color: #ddd;
  margin-left: -1px;
  background-color: #fff;
}

.c-pagination--bordered .c-pagination__item:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.c-pagination--bordered .c-pagination__item:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-pagination--bordered .c-pagination__item:nth-child(n+2):nth-last-child(n+2) {
  border-radius: 0;
}

.c-pagination--bordered .c-pagination__item.is-active {
  color: #fff;
  background-color: #7872ff;
}

.c-pagination--bordered .c-pagination__item.is-disabled {
  background-color: #f2f2f2;
}

.c-pagination--sm .c-pagination__item {
  min-width: 26px;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}

.c-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  z-index: 800;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.c-modal::-webkit-scrollbar {
  display: none;
}

.c-modal.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-modal__content {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.c-modal--always {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-modalCard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(120, 130, 140, 0.1);
}

.c-modalCard__header {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e1e1e1;
}

.c-modalCard__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-modalCard__close {
  font-size: 22px;
  line-height: 1;
  opacity: 0.75;
  cursor: pointer;
}

.c-modalCard__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 16px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.c-modalCard__footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 16px;
  border-top: 1px solid #e1e1e1;
  text-align: right;
}

.c-modal--sm .c-modal__content {
  max-width: 480px;
}

.c-modal--lg .c-modal__content {
  max-width: 900px;
}

.u-rounded {
  border-radius: 3px !important;
}

.u-circle {
  border-radius: 1993px !important;
}

.u-bb-0 {
  border-bottom: 0 !important;
}

.u-bl-0 {
  border-left: 0 !important;
}

.u-bt-0 {
  border-top: 0 !important;
}

.u-br-0 {
  border-right: 0 !important;
}

.u-b-0 {
  border: 0 !important;
}

.u-clearfix:before, .u-clearfix:after,
.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-clearfix:after,
.u-cf:after {
  clear: both;
}

.u-m0 {
  margin: 0 !important;
}

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

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

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

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

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

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-m-0 {
  margin: 0px !important;
}

.u-m-5 {
  margin: 5px !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-m-15 {
  margin: 15px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-m-25 {
  margin: 25px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-m-35 {
  margin: 35px !important;
}

.u-m-40 {
  margin: 40px !important;
}

.u-m-45 {
  margin: 45px !important;
}

.u-m-50 {
  margin: 50px !important;
}

.u-m-55 {
  margin: 55px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-p0 {
  padding: 0 !important;
}

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

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

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

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

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

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

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

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-p-0 {
  padding: 0px !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-p-55 {
  padding: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-bg-black {
  background-color: #000 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-primary {
  background-color: #7872ff !important;
}

.u-bg-info {
  background-color: #2196f3 !important;
}

.u-bg-success {
  background-color: #4caf50 !important;
}

.u-bg-danger {
  background-color: #f44336 !important;
}

.u-bg-warning {
  background-color: #ff9800 !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-black {
  color: #000 !important;
}

.u-color-muted {
  color: #888888 !important;
}

.u-color-primary {
  color: #7872ff !important;
}

.u-color-info {
  color: #2196f3 !important;
}

.u-color-success {
  color: #4caf50 !important;
}

.u-color-danger {
  color: #f44336 !important;
}

.u-color-warning {
  color: #ff9800 !important;
}

.u-textMuted {
  color: #888888 !important;
}

.u-textCenter {
  text-align: center !important;
}


.u-textRight {
  text-align: right !important;
}

.u-textLeft {
  text-align: left !important;
}

.u-textTruncated,
.u-textOneLine {
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.u-textBreak {
  white-space: normal;
  word-wrap: break-word;
}

.u-textNowrap {
  white-space: nowrap;
}

.u-textInherit {
  color: inherit !important;
}

.u-bolder {
  font-weight: bolder !important;
}

.u-textDone {
  color: #888888;
  text-decoration: line-through;
}

.u-h1 {
  font-size: 32px !important;
  line-height: 1.2;
}

.u-h2 {
  font-size: 28px !important;
  line-height: 1.2;
}

.u-h3 {
  font-size: 24px !important;
  line-height: 1.2;
}

.u-h4 {
  font-size: 20px !important;
  line-height: 1.2;
}

.u-h5 {
  font-size: 18px !important;
  line-height: 1.2;
}

.u-h6 {
  font-size: 14px !important;
  line-height: 1.2;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-48 {
  font-size: 48px !important;
}

.u-fs-64 {
  font-size: 64px !important;
}

.u-fs-128 {
  font-size: 128px !important;
}

.u-textRight {
  text-align: right !important;
}

.u-textCenter {
  text-align: center !important;
}

@media (min-width: 600px) {
  .u-textRight\@sm {
    text-align: right !important;
  }
  .u-textCenter\@sm {
    text-align: center !important;
  }
}

@media (min-width: 900px) {
  .u-textRight\@md {
    text-align: right !important;
  }
  .u-textCenter\@md {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .u-textRight\@lg {
    text-align: right !important;
  }
  .u-textCenter\@lg {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .u-textRight\@xl {
    text-align: right !important;
  }
  .u-textCenter\@xl {
    text-align: center !important;
  }
}

.u-scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

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

.u-centerBlock {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

.u-floatRight {
  float: right !important;
}

.u-floatLeft {
  float: left !important;
}

@-webkit-keyframes spin-around {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-o-keyframes spin-around {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

@keyframes spin-around {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

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

.u-inlineFlex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.u-flexCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flexMiddle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-inlineFlexMiddle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 auto !important;
      -ms-flex: 0 0 auto !important;
          flex: 0 0 auto !important;
}

.u-flex-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.c-nav--actions {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-nav--actions > .c-nav__item:not(:first-child) {
  margin-left: 8px;
}

.c-nav--actions > .c-nav__item > .c-nav__link {
  color: inherit;
  padding: 0;
  line-height: 1;
}

.c-nav--underline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.c-nav--underline > .c-nav__item {
  position: relative;
  margin-bottom: -1px;
  z-index: 15;
}

.c-nav--underline > .c-nav__item > .c-nav__link {
  color: #333333;
  padding: 0 12px 6px 12px;
  border-bottom: 2px solid transparent;
}

.c-nav--underline > .c-nav__item > .c-nav__link:hover {
  color: #7872ff;
}

.c-nav--underline > .c-nav__item > .c-nav__link.is-active {
  color: #7872ff;
  border-bottom-color: #7872ff;
}

.c-nav--gap:before, .c-nav--gap:after,
.c-nav--dot:before,
.c-nav--dot:after {
  content: " ";
  display: table;
}

.c-nav--gap:after,
.c-nav--dot:after {
  clear: both;
}

.c-nav--gap > .c-nav__item,
.c-nav--dot > .c-nav__item {
  position: relative;
  float: left;
}

.c-nav--gap > .c-nav__item:not(:last-child),
.c-nav--dot > .c-nav__item:not(:last-child) {
  padding-right: 12px;
  margin-right: 12px;
}

.c-nav--gap > .c-nav__item > .c-nav__link,
.c-nav--dot > .c-nav__item > .c-nav__link {
  color: #333333;
  padding-left: 0;
  padding-right: 0;
}

.c-nav--gap > .c-nav__item > .c-nav__link:hover,
.c-nav--dot > .c-nav__item > .c-nav__link:hover {
  color: #0073AA;
}

.c-nav--gap > .c-nav__item > .c-nav__link.is-active,
.c-nav--dot > .c-nav__item > .c-nav__link.is-active {
  color: #7872ff;
}

.c-nav--gap > .c-nav__item:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 31%;
  width: 1px;
  height: 38%;
  background-color: #e1e1e1;
}

.c-nav--dot > .c-nav__item:not(:last-child):after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  background-color: #888888;
}

.c-nav--lineBefore,
.c-nav--lineAfter,
.c-nav--lineAround {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.c-nav--lineBefore:before {
  content: " ";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  margin-right: 8px;
  background-color: #e1e1e1;
}

.c-nav--lineAfter:after {
  content: " ";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  margin-left: 8px;
  background-color: #e1e1e1;
}

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

.c-nav--lineAround:before {
  content: " ";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  margin-right: 8px;
  background-color: #e1e1e1;
}

.c-nav--lineAround:after {
  content: " ";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  margin-left: 8px;
  background-color: #e1e1e1;
}

.c-navbar--light .c-navbar__item {
  color: rgba(255, 255, 255, 0.9);
}

.c-navbar--light .c-navbar__item:hover {
  color: #fff;
}

.c-navbar--light .c-navbar__form .form-input, .c-navbar--light .c-navbar__form .multiselect__tags {
  color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.15);
}

.c-navbar a {
  color: inherit;
}

.c-navbar a:hover {
  color: inherit;
}

.c-navbar__item:not(:last-child) {
  margin-right: 16px;
}

.c-drop__content {
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.08);
}

.c-drop__content .c-nav--menus {
  padding: 4px 0;
}

.c-drop__content .c-nav--menus > .c-nav__item {
  padding-left: 4px;
  padding-right: 4px;
}

.btn {
  -webkit-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.btn--sharp {
  border-radius: 0;
}

.btn--rounded {
  border-radius: 1993px;
}

.btn--fade {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}

.btn--fade:hover, .btn--fade.is-hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.24);
  background-color: rgba(0, 0, 0, 0.24);
}

.btn--fade:active, .btn--fade.is-active {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.28);
  background-color: rgba(0, 0, 0, 0.28);
}

.btn--fade[disabled], .btn--fade[disabled]:hover, .btn--fade[disabled].is-hover, .btn--fade[disabled]:active, .btn--fade[disabled].is-active, .btn--fade.is-disabled, .btn--fade.is-disabled:hover, .btn--fade.is-disabled.is-hover, .btn--fade.is-disabled:active, .btn--fade.is-disabled.is-active,
fieldset[disabled] .btn--fade,
fieldset[disabled] .btn--fade:hover,
fieldset[disabled] .btn--fade.is-hover,
fieldset[disabled] .btn--fade:active,
fieldset[disabled] .btn--fade.is-active {
  background-color: rgba(128, 128, 128, 0.28);
  border-color: rgba(128, 128, 128, 0.28);
  color: rgba(255, 255, 255, 0.8);
  opacity: .65;
  cursor: not-allowed;
}

.btn--fade.is-loading {
  color: transparent;
}

.btn--fade.is-loading:after {
  border-left-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: rgba(255, 255, 255, 0.8) !important;
}

.btn--fade.is-loading:active, .btn--fade.is-loading:hover {
  color: transparent;
}

.btn--fade.btn--outline {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.2);
}

.btn--fade.btn--outline:hover, .btn--fade.btn--outline.is-hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(173, 173, 173, 0.24);
  background-color: rgba(0, 0, 0, 0.24);
}

.btn--fade.btn--outline:active, .btn--fade.btn--outline.is-active {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(128, 128, 128, 0.28);
  background-color: rgba(0, 0, 0, 0.28);
}

.btn--fade.btn--outline[disabled], .btn--fade.btn--outline[disabled]:hover, .btn--fade.btn--outline[disabled].is-hover, .btn--fade.btn--outline[disabled]:active, .btn--fade.btn--outline[disabled].is-active, .btn--fade.btn--outline.is-disabled, .btn--fade.btn--outline.is-disabled:hover, .btn--fade.btn--outline.is-disabled.is-hover, .btn--fade.btn--outline.is-disabled:active, .btn--fade.btn--outline.is-disabled.is-active,
fieldset[disabled] .btn--fade.btn--outline,
fieldset[disabled] .btn--fade.btn--outline:hover,
fieldset[disabled] .btn--fade.btn--outline.is-hover,
fieldset[disabled] .btn--fade.btn--outline:active,
fieldset[disabled] .btn--fade.btn--outline.is-active {
  background-color: rgba(128, 128, 128, 0.28);
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.8);
  opacity: .65;
  cursor: not-allowed;
}

.btn--fade.btn--outline.is-loading {
  color: transparent;
}

.btn--fade.btn--outline.is-loading:after {
  border-left-color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: rgba(255, 255, 255, 0.8) !important;
}

.btn--fade.btn--outline.is-loading:active, .btn--fade.btn--outline.is-loading:hover {
  color: transparent;
}

.btn--upload {
  overflow: hidden;
}

.btn--upload .btn__bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.btn--upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 1000px;
  font-size: 100px;
  opacity: 0;
  cursor: pointer;
  z-index: 15;
}

.btn--upload:disabled {
  pointer-events: none;
}

.btn--upload:disabled input {
  pointer-events: none;
}

.form-file {
  position: relative;
}

.form-file .form-input, .form-file .multiselect__tags {
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-file input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 30;
}

.form-file input[type="file"].is-disabled, .form-file input[type="file"][disabled] {
  cursor: not-allowed;
}

.form-file__icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 10px;
  border: 1px solid #333333;
  background-color: transparent;
}

.form-file__icon::before {
  content: '';
  position: absolute;
  left: -1px;
  top: -3px;
  width: 6px;
  height: 3px;
  display: block;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #333333;
}

.form-file__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.c-note--sharp {
  border-radius: 0;
}

.c-modalCard--unbordered .c-modalCard__header {
  border-bottom: 0;
  padding-bottom: 0;
}

.c-modalCard--unbordered .c-modalCard__footer {
  border-top: 0;
  padding-top: 0;
}

.c-modal--alert .c-modal__content {
  max-width: 480px;
}

.c-modal.fade-enter-active, .c-modal.fade-leave-active {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.c-modal.fade-enter, .c-modal.fade-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}

.backdrop.fade-enter-active, .backdrop.fade-leave-active {
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.backdrop.fade-enter, .backdrop.fade-leave-active {
  opacity: 0;
}

.c-list--gap .c-list__item,
.c-list--gap .c-list__link {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 4px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.table--simple th,
.table--simple td {
  padding: 4px 8px;
}

.table--simple th:first-child,
.table--simple td:first-child {
  padding-left: 0;
}

.table--simple th:last-child,
.table--simple td:last-child {
  padding-right: 0;
}

.table--simple thead th,
.table--simple thead td,
.table--simple tfoot th,
.table--simple tfoot td {
  font-weight: normal;
  border-bottom: 1px solid #ddd;
}

.table--simple tbody th,
.table--simple tbody td {
  border: 0;
}

.table--middle tbody th, .table--middle tbody td {
  vertical-align: middle;
}

.table--data {
  background-color: #fff;
  margin-bottom: 0;
}

.table--data thead th,
.table--data thead td,
.table--data tfoot th,
.table--data tfoot td {
  font-weight: 500;
  color: #333333;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #f2f2f2;
}

.table--data thead th,
.table--data thead td {
  border-top: 1px solid #e4e4e3;
}

.table--data th,
.table--data td {
  border-bottom: 1px solid #e4e4e3;
}

@media (max-width: 900px) {
  .table--data thead,
  .table--data tfoot {
    display: none;
  }
  .table--data tr {
    display: block;
    background-color: transparent !important;
    border-bottom: 3px solid #ddd;
  }
  .table--data tr:last-child {
    border-bottom: 0;
  }
  .table--data th, .table--data td {
    position: relative;
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding-left: 30% !important;
    padding-right: 8px;
  }
  .table--data th:before, .table--data td:before {
    position: absolute;
    display: block;
    text-align: left;
    left: 8px;
    width: 25%;
    color: #888888;
    content: attr(data-label);
    overflow: hidden;
  }
}

/*----------------------------------------------------------------------------*/
/* #Cover UI Kit
/*----------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

h6 {
  font-weight: bolder;
  margin-bottom: 0;
}

.l-area {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.l-area:before {
  content: "";
  display: block;
}

.l-area > div,
.l-area > section {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}

@media (min-width: 600px) {
  .l-area\@sm {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .l-area\@sm:before {
    content: "";
    display: block;
  }
  .l-area\@sm > div,
  .l-area\@sm > section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

@media (min-width: 900px) {
  .l-area\@md {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .l-area\@md:before {
    content: "";
    display: block;
  }
  .l-area\@md > div,
  .l-area\@md > section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .l-area\@lg {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .l-area\@lg:before {
    content: "";
    display: block;
  }
  .l-area\@lg > div,
  .l-area\@lg > section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

@media (min-width: 1600px) {
  .l-area\@xl {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .l-area\@xl:before {
    content: "";
    display: block;
  }
  .l-area\@xl > div,
  .l-area\@xl > section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

.l-area--1x1:before {
  padding-top: calc(100% + 0px);
}

.l-area--1x2:before {
  padding-top: calc(200% + 16px);
}

.l-area--1x3:before {
  padding-top: calc(300% + 32px);
}

.l-area--1x4:before {
  padding-top: calc(400% + 48px);
}

.l-area--1x5:before {
  padding-top: calc(500% + 64px);
}

.l-area--1x6:before {
  padding-top: calc(600% + 80px);
}

.l-area--1x7:before {
  padding-top: calc(700% + 96px);
}

.l-area--1x8:before {
  padding-top: calc(800% + 112px);
}

.l-area--1x9:before {
  padding-top: calc(900% + 128px);
}

.l-area--1x10:before {
  padding-top: calc(1000% + 144px);
}

.l-area--1x11:before {
  padding-top: calc(1100% + 160px);
}

.l-area--1x12:before {
  padding-top: calc(1200% + 176px);
}

.l-area--2x1:before {
  padding-top: calc(50% + -8px);
}

.l-area--2x2:before {
  padding-top: calc(100% + 0px);
}

.l-area--2x3:before {
  padding-top: calc(150% + 8px);
}

.l-area--2x4:before {
  padding-top: calc(200% + 16px);
}

.l-area--2x5:before {
  padding-top: calc(250% + 24px);
}

.l-area--2x6:before {
  padding-top: calc(300% + 32px);
}

.l-area--2x7:before {
  padding-top: calc(350% + 40px);
}

.l-area--2x8:before {
  padding-top: calc(400% + 48px);
}

.l-area--2x9:before {
  padding-top: calc(450% + 56px);
}

.l-area--2x10:before {
  padding-top: calc(500% + 64px);
}

.l-area--2x11:before {
  padding-top: calc(550% + 72px);
}

.l-area--2x12:before {
  padding-top: calc(600% + 80px);
}

.l-area--3x1:before {
  padding-top: calc(33.33333333% + -10.66666667px);
}

.l-area--3x2:before {
  padding-top: calc(66.66666667% + -5.33333333px);
}

.l-area--3x3:before {
  padding-top: calc(100% + 0px);
}

.l-area--3x4:before {
  padding-top: calc(133.33333333% + 5.33333333px);
}

.l-area--3x5:before {
  padding-top: calc(166.66666667% + 10.66666667px);
}

.l-area--3x6:before {
  padding-top: calc(200% + 16px);
}

.l-area--3x7:before {
  padding-top: calc(233.33333333% + 21.33333333px);
}

.l-area--3x8:before {
  padding-top: calc(266.66666667% + 26.66666667px);
}

.l-area--3x9:before {
  padding-top: calc(300% + 32px);
}

.l-area--3x10:before {
  padding-top: calc(333.33333333% + 37.33333333px);
}

.l-area--3x11:before {
  padding-top: calc(366.66666667% + 42.66666667px);
}

.l-area--3x12:before {
  padding-top: calc(400% + 48px);
}

.l-area--4x1:before {
  padding-top: calc(25% + -12px);
}

.l-area--4x2:before {
  padding-top: calc(50% + -8px);
}

.l-area--4x3:before {
  padding-top: calc(75% + -4px);
}

.l-area--4x4:before {
  padding-top: calc(100% + 0px);
}

.l-area--4x5:before {
  padding-top: calc(125% + 4px);
}

.l-area--4x6:before {
  padding-top: calc(150% + 8px);
}

.l-area--4x7:before {
  padding-top: calc(175% + 12px);
}

.l-area--4x8:before {
  padding-top: calc(200% + 16px);
}

.l-area--4x9:before {
  padding-top: calc(225% + 20px);
}

.l-area--4x10:before {
  padding-top: calc(250% + 24px);
}

.l-area--4x11:before {
  padding-top: calc(275% + 28px);
}

.l-area--4x12:before {
  padding-top: calc(300% + 32px);
}

.l-area--5x1:before {
  padding-top: calc(20% + -12.8px);
}

.l-area--5x2:before {
  padding-top: calc(40% + -9.6px);
}

.l-area--5x3:before {
  padding-top: calc(60% + -6.4px);
}

.l-area--5x4:before {
  padding-top: calc(80% + -3.2px);
}

.l-area--5x5:before {
  padding-top: calc(100% + 0px);
}

.l-area--5x6:before {
  padding-top: calc(120% + 3.2px);
}

.l-area--5x7:before {
  padding-top: calc(140% + 6.4px);
}

.l-area--5x8:before {
  padding-top: calc(160% + 9.6px);
}

.l-area--5x9:before {
  padding-top: calc(180% + 12.8px);
}

.l-area--5x10:before {
  padding-top: calc(200% + 16px);
}

.l-area--5x11:before {
  padding-top: calc(220% + 19.2px);
}

.l-area--5x12:before {
  padding-top: calc(240% + 22.4px);
}

.l-area--6x1:before {
  padding-top: calc(16.66666667% + -13.33333333px);
}

.l-area--6x2:before {
  padding-top: calc(33.33333333% + -10.66666667px);
}

.l-area--6x3:before {
  padding-top: calc(50% + -8px);
}

.l-area--6x4:before {
  padding-top: calc(66.66666667% + -5.33333333px);
}

.l-area--6x5:before {
  padding-top: calc(83.33333333% + -2.66666667px);
}

.l-area--6x6:before {
  padding-top: calc(100% + 0px);
}

.l-area--6x7:before {
  padding-top: calc(116.66666667% + 2.66666667px);
}

.l-area--6x8:before {
  padding-top: calc(133.33333333% + 5.33333333px);
}

.l-area--6x9:before {
  padding-top: calc(150% + 8px);
}

.l-area--6x10:before {
  padding-top: calc(166.66666667% + 10.66666667px);
}

.l-area--6x11:before {
  padding-top: calc(183.33333333% + 13.33333333px);
}

.l-area--6x12:before {
  padding-top: calc(200% + 16px);
}

.l-area--7x1:before {
  padding-top: calc(14.28571429% + -13.71428571px);
}

.l-area--7x2:before {
  padding-top: calc(28.57142857% + -11.42857143px);
}

.l-area--7x3:before {
  padding-top: calc(42.85714286% + -9.14285714px);
}

.l-area--7x4:before {
  padding-top: calc(57.14285714% + -6.85714286px);
}

.l-area--7x5:before {
  padding-top: calc(71.42857143% + -4.57142857px);
}

.l-area--7x6:before {
  padding-top: calc(85.71428571% + -2.28571429px);
}

.l-area--7x7:before {
  padding-top: calc(100% + 0px);
}

.l-area--7x8:before {
  padding-top: calc(114.28571429% + 2.28571429px);
}

.l-area--7x9:before {
  padding-top: calc(128.57142857% + 4.57142857px);
}

.l-area--7x10:before {
  padding-top: calc(142.85714286% + 6.85714286px);
}

.l-area--7x11:before {
  padding-top: calc(157.14285714% + 9.14285714px);
}

.l-area--7x12:before {
  padding-top: calc(171.42857143% + 11.42857143px);
}

.l-area--8x1:before {
  padding-top: calc(12.5% + -14px);
}

.l-area--8x2:before {
  padding-top: calc(25% + -12px);
}

.l-area--8x3:before {
  padding-top: calc(37.5% + -10px);
}

.l-area--8x4:before {
  padding-top: calc(50% + -8px);
}

.l-area--8x5:before {
  padding-top: calc(62.5% + -6px);
}

.l-area--8x6:before {
  padding-top: calc(75% + -4px);
}

.l-area--8x7:before {
  padding-top: calc(87.5% + -2px);
}

.l-area--8x8:before {
  padding-top: calc(100% + 0px);
}

.l-area--8x9:before {
  padding-top: calc(112.5% + 2px);
}

.l-area--8x10:before {
  padding-top: calc(125% + 4px);
}

.l-area--8x11:before {
  padding-top: calc(137.5% + 6px);
}

.l-area--8x12:before {
  padding-top: calc(150% + 8px);
}

.l-area--9x1:before {
  padding-top: calc(11.11111111% + -14.22222222px);
}

.l-area--9x2:before {
  padding-top: calc(22.22222222% + -12.44444444px);
}

.l-area--9x3:before {
  padding-top: calc(33.33333333% + -10.66666667px);
}

.l-area--9x4:before {
  padding-top: calc(44.44444444% + -8.88888889px);
}

.l-area--9x5:before {
  padding-top: calc(55.55555556% + -7.11111111px);
}

.l-area--9x6:before {
  padding-top: calc(66.66666667% + -5.33333333px);
}

.l-area--9x7:before {
  padding-top: calc(77.77777778% + -3.55555556px);
}

.l-area--9x8:before {
  padding-top: calc(88.88888889% + -1.77777778px);
}

.l-area--9x9:before {
  padding-top: calc(100% + 0px);
}

.l-area--9x10:before {
  padding-top: calc(111.11111111% + 1.77777778px);
}

.l-area--9x11:before {
  padding-top: calc(122.22222222% + 3.55555556px);
}

.l-area--9x12:before {
  padding-top: calc(133.33333333% + 5.33333333px);
}

.l-area--10x1:before {
  padding-top: calc(10% + -14.4px);
}

.l-area--10x2:before {
  padding-top: calc(20% + -12.8px);
}

.l-area--10x3:before {
  padding-top: calc(30% + -11.2px);
}

.l-area--10x4:before {
  padding-top: calc(40% + -9.6px);
}

.l-area--10x5:before {
  padding-top: calc(50% + -8px);
}

.l-area--10x6:before {
  padding-top: calc(60% + -6.4px);
}

.l-area--10x7:before {
  padding-top: calc(70% + -4.8px);
}

.l-area--10x8:before {
  padding-top: calc(80% + -3.2px);
}

.l-area--10x9:before {
  padding-top: calc(90% + -1.6px);
}

.l-area--10x10:before {
  padding-top: calc(100% + 0px);
}

.l-area--10x11:before {
  padding-top: calc(110% + 1.6px);
}

.l-area--10x12:before {
  padding-top: calc(120% + 3.2px);
}

.l-area--11x1:before {
  padding-top: calc(9.09090909% + -14.54545455px);
}

.l-area--11x2:before {
  padding-top: calc(18.18181818% + -13.09090909px);
}

.l-area--11x3:before {
  padding-top: calc(27.27272727% + -11.63636364px);
}

.l-area--11x4:before {
  padding-top: calc(36.36363636% + -10.18181818px);
}

.l-area--11x5:before {
  padding-top: calc(45.45454545% + -8.72727273px);
}

.l-area--11x6:before {
  padding-top: calc(54.54545455% + -7.27272727px);
}

.l-area--11x7:before {
  padding-top: calc(63.63636364% + -5.81818182px);
}

.l-area--11x8:before {
  padding-top: calc(72.72727273% + -4.36363636px);
}

.l-area--11x9:before {
  padding-top: calc(81.81818182% + -2.90909091px);
}

.l-area--11x10:before {
  padding-top: calc(90.90909091% + -1.45454545px);
}

.l-area--11x11:before {
  padding-top: calc(100% + 0px);
}

.l-area--11x12:before {
  padding-top: calc(109.09090909% + 1.45454545px);
}

.l-area--12x1:before {
  padding-top: calc(8.33333333% + -14.66666667px);
}

.l-area--12x2:before {
  padding-top: calc(16.66666667% + -13.33333333px);
}

.l-area--12x3:before {
  padding-top: calc(25% + -12px);
}

.l-area--12x4:before {
  padding-top: calc(33.33333333% + -10.66666667px);
}

.l-area--12x5:before {
  padding-top: calc(41.66666667% + -9.33333333px);
}

.l-area--12x6:before {
  padding-top: calc(50% + -8px);
}

.l-area--12x7:before {
  padding-top: calc(58.33333333% + -6.66666667px);
}

.l-area--12x8:before {
  padding-top: calc(66.66666667% + -5.33333333px);
}

.l-area--12x9:before {
  padding-top: calc(75% + -4px);
}

.l-area--12x10:before {
  padding-top: calc(83.33333333% + -2.66666667px);
}

.l-area--12x11:before {
  padding-top: calc(91.66666667% + -1.33333333px);
}

.l-area--12x12:before {
  padding-top: calc(100% + 0px);
}

.l-app {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

.l-app__sidebar {
  position: relative;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  background-color: #333;
  -webkit-transition: width .25s ease, margin .25s ease;
  -o-transition: width .25s ease, margin .25s ease;
  transition: width .25s ease, margin .25s ease;
  z-index: 15;
}

.l-app__sidebar__toggle {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.l-app__sidebar__toggle:after {
  opacity: 0.3;
  position: absolute;
  content: '';
  width: 14px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -7px;
  background-image: -webkit-linear-gradient(bottom, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff);
  background-image: -o-linear-gradient(bottom, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff);
  background-image: linear-gradient(0deg, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff);
}

.l-app__sidebar__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-height: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.l-app__sidebar__content::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}

.l-app__sidebar.is-fold, .l-app__sidebar--fold {
  width: 64px;
}

.l-app__sidebar.is-fold .l-app__sidebar__toggle:after, .l-app__sidebar--fold .l-app__sidebar__toggle:after {
  width: 10px;
  margin-left: -5px;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.l-app__sidebar.is-fold .l-app__sidebar__content, .l-app__sidebar--fold .l-app__sidebar__content {
  overflow: visible;
}

.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu .c-menu, .l-app__sidebar--fold .l-app__sidebar__content > .c-menu .c-menu {
  background-color: #333;
}

.l-app__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: margin .25s ease;
  -o-transition: margin .25s ease;
  transition: margin .25s ease;
  z-index: 10;
}

.l-app__topbar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #7872ff;
}

.l-app__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.l-app__main {
  padding: 16px;
}

.l-app__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 12px;
  color: #888888;
  padding: 10px 0;
}

.l-app__footer p {
  margin: 0;
}

.l-app__center {
  margin: auto;
}

@media (max-width: 899px) {
  .l-app__topbar {
    padding-left: 8px;
    padding-right: 8px;
  }
  .l-app__main {
    padding: 8px;
  }
  .l-app__sidebar {
    margin-left: -200px;
  }
  .l-app__sidebar.is-fold,
  .l-app__sidebar--fold {
    margin-left: -64px;
  }
  .is-sidebar-open .l-app__sidebar {
    margin-left: 0;
  }
  .is-sidebar-open .l-app__sidebar.is-fold + .l-app__content,
  .is-sidebar-open .l-app__sidebar--fold + .l-app__content {
    margin-right: -64px;
  }
  .is-sidebar-open .l-app__content {
    margin-right: -200px;
  }
}

.meta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  line-height: 1.2;
  color: #888888;
}

.meta > i {
  margin-right: 5px;
}

.metaList {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.metaList .meta:not(:last-child):after {
  content: '·';
  padding: 0 4px;
}

.divider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.divider:before {
  content: " ";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  background-color: #e1e1e1;
}

.divider:after {
  content: " ";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  background-color: #e1e1e1;
}

.divider > span {
  padding: 0 8px;
}

.divider--y {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.divider--y:before {
  width: 1px;
  height: auto;
  min-height: 16px;
}

.divider--y:after {
  width: 1px;
  height: auto;
  min-height: 16px;
}

.divider--y > span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 8px 0;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25;
}

.list li:not(:last-child) {
  margin-bottom: 2px;
}

.logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}

.img-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar--xl {
  width: 96px;
  height: 96px;
}

.avatar--xs {
  width: 16px;
  height: 16px;
}

.shadow-box {
  min-height: 42px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  word-wrap: break-word;
  white-space: normal;
}

.shadow-box.is-3 {
  min-height: 126px;
}

.shadow-box.is-2 {
  min-height: 84px;
}

.overlay-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.c-menu {
  margin: 0;
  padding: 6px 0;
  font-size: 14px;
  list-style: none;
}

.c-menu__category {
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0 15px;
  color: inherit;
  opacity: 0.85;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-menu__divider {
  position: relative;
  display: block;
  margin: 15px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.c-menu__item {
  position: relative;
}

.c-menu__item.has-sub > .c-menu__link {
  padding-right: 23px;
}

.c-menu__item.has-sub > .c-menu__link:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.35);
}

.c-menu__item.is-open > .c-menu__link:after {
  margin-top: -2px;
  margin-right: -2px;
  border-width: 4px 4px 0 4px;
  border-color: rgba(0, 0, 0, 0.35) transparent transparent transparent;
}

.c-menu__item.is-open > .c-menu {
  display: block;
}

.c-menu__item .c-menu {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

.c-menu__item .c-menu .c-menu__link {
  padding-left: 47px;
}

.c-menu__item .c-menu .c-menu__icon {
  display: none;
}

.c-menu__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 0 15px;
  cursor: pointer;
}

.c-menu__link:hover {
  color: #7872ff;
}

.c-menu__link.is-active {
  box-shadow: inset 3px 0 0 #7872ff;
}

.c-menu__icon {
  width: 32px;
}

.c-menu__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-menu__after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 4px;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu,
.c-menu.is-fold,
.c-menu--fold {
  width: 64px;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__category,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__category,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__category,
.c-menu.is-fold > .c-menu__category,
.c-menu--fold > .c-menu__category {
  display: none;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link,
.c-menu.is-fold > .c-menu__item > .c-menu__link,
.c-menu--fold > .c-menu__item > .c-menu__link {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 64px;
  font-size: 12px;
  padding: 6px 4px !important;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link:after,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link:after,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link:after,
.c-menu.is-fold > .c-menu__item > .c-menu__link:after,
.c-menu--fold > .c-menu__item > .c-menu__link:after {
  display: none;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__icon,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__icon,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__icon,
.c-menu.is-fold > .c-menu__item > .c-menu__link .c-menu__icon,
.c-menu--fold > .c-menu__item > .c-menu__link .c-menu__icon {
  width: 64px;
  margin-bottom: 4px;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__text,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__text,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__text,
.c-menu.is-fold > .c-menu__item > .c-menu__link .c-menu__text,
.c-menu--fold > .c-menu__item > .c-menu__link .c-menu__text {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__text:first-child,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__text:first-child,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__text:first-child,
.c-menu.is-fold > .c-menu__item > .c-menu__link .c-menu__text:first-child,
.c-menu--fold > .c-menu__item > .c-menu__link .c-menu__text:first-child {
  padding-left: 0;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__after,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__after,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item > .c-menu__link .c-menu__after,
.c-menu.is-fold > .c-menu__item > .c-menu__link .c-menu__after,
.c-menu--fold > .c-menu__item > .c-menu__link .c-menu__after {
  display: none !important;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item .c-menu,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item .c-menu,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item .c-menu,
.c-menu.is-fold > .c-menu__item .c-menu,
.c-menu--fold > .c-menu__item .c-menu {
  position: absolute;
  width: 120px;
  left: 100%;
  top: 0;
  z-index: 15;
}

.is-sidebar-fold .l-app__sidebar__content > .c-menu > .c-menu__item .c-menu .c-menu__link,
.l-app__sidebar.is-fold .l-app__sidebar__content > .c-menu > .c-menu__item .c-menu .c-menu__link,
.l-app__sidebar--fold .l-app__sidebar__content > .c-menu > .c-menu__item .c-menu .c-menu__link,
.c-menu.is-fold > .c-menu__item .c-menu .c-menu__link,
.c-menu--fold > .c-menu__item .c-menu .c-menu__link {
  padding: 0 15px;
}

.c-menu--light {
  color: rgba(255, 255, 255, 0.75);
}

.c-menu--light .c-menu__category {
  opacity: 0.9;
}

.c-menu--light .c-menu__divider {
  background-color: rgba(255, 255, 255, 0.08);
}

.c-menu--light .c-menu__item.has-sub > .c-menu__link:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.35);
}

.c-menu--light .c-menu__item.is-open {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-menu--light .c-menu__item.is-open > .c-menu__link:after {
  border-color: rgba(255, 255, 255, 0.35) transparent transparent transparent;
}

.c-menu--light .c-menu__item.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-menu--light .c-menu__link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.c-menu--light .c-menu__link.is-active {
  color: #fff;
  box-shadow: none;
}

.c-menu--dark {
  color: #969696;
}

.c-menu--dark .c-menu__category {
  opacity: 0.9;
}

.c-menu--dark .c-menu__divider {
  background-color: rgba(255, 255, 255, 0.08);
}

.c-menu--dark .c-menu__item.has-sub > .c-menu__link:after {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.35);
}

.c-menu--dark .c-menu__item.is-open {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-menu--dark .c-menu__item.is-open > .c-menu__link:after {
  border-color: rgba(255, 255, 255, 0.35) transparent transparent transparent;
}

.c-menu--dark .c-menu__item.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-menu--dark .c-menu__link:hover {
  color: #a3a3a3;
}

.c-panel {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  margin-bottom: 16px;
}

.c-panel__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 8px 16px;
}

.c-panel__header:after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background-color: #ddd;
}

.c-panel__title {
  font-size: 14px;
  color: #333333;
  margin: 0;
  line-height: 1;
}

.c-panel__title small {
  font-size: 12px;
  color: #888888;
  margin-left: 8px;
}

.c-panel__title span {
  display: block;
  font-size: 12px;
  color: #888888;
}

.c-panel__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #888888;
  line-height: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-panel__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 16px;
}

.c-panel__body > *:first-child {
  margin-top: 0;
}

.c-panel__body > *:last-child {
  margin-bottom: 0;
}

.c-panel__footer {
  position: relative;
  padding: 16px;
}

.c-panel__footer:after {
  content: '';
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background-color: #ddd;
}

.c-panel--ghost {
  background-color: transparent;
}

.c-panel--ghost > .c-panel__header,
.c-panel--ghost > .c-panel__body,
.c-panel--ghost > .c-panel__footer {
  padding-left: 0;
  padding-right: 0;
}

.c-panel--ghost > .c-panel__header:after {
  left: 0;
  right: 0;
}

.l-row.l-panelGroup > [class*="l-col"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-toolbar {
  position: relative;
  padding: 16px;
  background-color: #fff;
  margin-bottom: 16px;
}

.c-toolbar__group:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.c-toolbar__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
}

.c-toolbar__title span {
  display: block;
  font-size: 14px;
  margin-top: 4px;
  color: #888888;
}

.c-toolbar__title small {
  margin-left: 8px;
  font-size: 14px;
  color: #888888;
}

.c-toolbar--ghost {
  padding: 0;
  background-color: transparent;
}

.c-account {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
}

.c-account__media + .c-account__content {
  margin-left: 8px;
}

.c-account__content {
  text-align: left;
  margin-left: 8px;
}

.c-account__title {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-account__meta {
  color: #888888;
  font-size: 75%;
  white-space: nowrap;
}

.c-account__after {
  margin-left: 8px;
}

.c-sign {
  position: relative;
  width: 360px;
}

.c-sign__header {
  text-align: center;
  margin-bottom: 32px;
}

.c-sign__body {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 20px;
  background-color: #fff;
}

.c-sign__footer {
  margin-top: 16px;
}

.c-sign__title {
  margin: 0 0 8px 0;
  font-weight: normal;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
}

.c-sign__text {
  color: #888888;
  text-align: center;
}

.c-tabs {
  position: relative;
}

.c-tabs__pane {
  display: none;
}

.c-tabs__pane.is-active {
  display: block;
}

.c-tabs--cards > .c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.c-tabs--cards > .c-nav::-webkit-scrollbar {
  display: none;
}

.c-tabs--cards > .c-nav > .c-nav__item:not(:last-child) {
  margin-right: 4px;
}

.c-tabs--cards > .c-nav > .c-nav__item > .c-nav__link {
  color: #888888;
  padding: 8px 16px;
}

.c-tabs--cards > .c-nav > .c-nav__item > .c-nav__link:hover {
  color: #333333;
}

.c-tabs--cards > .c-nav > .c-nav__item > .c-nav__link.is-active {
  color: #333333;
  background-color: #fff;
}

.c-tabs--cards > .c-tabs__content > .c-tabs__pane {
  padding: 16px;
  background-color: #fff;
}

.c-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-steps__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: 8px;
}

.c-steps__item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 0;
}

.c-steps__item:last-child .c-steps__title:after {
  display: none;
}

.c-steps__item.is-finished .c-steps__count {
  color: #fff;
  background-color: #7872ff;
  border-color: #7872ff;
}

.c-steps__item.is-finished .c-steps__title:after {
  background-color: #7872ff;
}

.c-steps__item.is-active .c-steps__count {
  color: #fff;
  background-color: #7872ff;
  border-color: #7872ff;
}

.c-steps__item.is-active .c-steps__title {
  color: #333333;
}

.c-steps__media {
  margin-right: 8px;
}

.c-steps__count {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #888888;
  border: 1px solid #888888;
}

.c-steps__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
}

.c-steps__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #888888;
  line-height: 26px;
  font-weight: 500;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-steps__title:after {
  content: '';
  margin-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  height: 1px;
  background-color: #e1e1e1;
}

.c-steps__desc {
  font-size: 12px;
  color: #888888;
}

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

.c-steps--y .c-steps__title:after {
  display: none;
}

.c-steps--y .c-steps__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-steps--y .c-steps__media:after {
  content: '';
  margin-top: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-height: 0;
  width: 1px;
  background-color: #e1e1e1;
}

.c-steps--y .c-steps__item {
  margin-right: 0;
  margin-bottom: 8px;
}

.c-steps--y .c-steps__item:last-child .c-steps__media:after {
  display: none;
}

.c-steps--y .c-steps__item.is-finished .c-steps__media:after {
  background-color: #7872ff;
}

.c-count__label {
  color: #888888;
}

.c-count__content {
  line-height: 1.2;
  font-size: 32px;
  color: #333333;
}

.c-count--sm .c-count__label {
  font-size: 12px;
}

.c-count--sm .c-count__content {
  font-size: 20px;
}

.c-count--lg .c-count__label {
  font-size: 16px;
}

.c-count--lg .c-count__content {
  font-size: 48px;
}

.c-count--xl .c-count__label {
  font-size: 20px;
  font-weight: normal;
}

.c-count--xl .c-count__content {
  font-size: 144px;
  font-weight: lighter;
}

@media (max-width: 1199px) {
  .c-count--xl .c-count__label {
    font-size: 16px;
  }
  .c-count--xl .c-count__content {
    font-size: 48px;
    font-weight: normal;
  }
}

.c-cellList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-cellList .c-cell:not(:last-child) {
  margin-bottom: 8px;
}

.c-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cell__media {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 1.2;
}

.c-cell__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
}

.c-cell__media + .c-cell__content,
.c-cell__content + .c-cell__media {
  margin-left: 12px;
}

.c-cell__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-cell__title {
  color: #333333;
  line-height: 1.2;
  margin: 0;
}

.c-cell__body {
  font-size: 14px;
  line-height: 18px;
}

.c-cell__body p {
  margin-bottom: 8px;
}

.c-cell__after {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 6px;
  color: #888888;
  font-size: 75%;
}

.c-cell__header .c-cell__leading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-cell__header .c-cell__leading .c-cell__title {
  font-weight: bolder;
  margin-right: 8px;
}

.c-cell__header .c-cell__after {
  margin-left: 4px;
}

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

.c-cell--start > .c-cell__after {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.c-cell--xs .c-cell__media + .c-cell__content,
.c-cell--xs .c-cell__content + .c-cell__media {
  margin-left: 4px;
}

.c-cell--xs .c-cell__after {
  margin-left: 2px;
}

.c-cell--sm .c-cell__media + .c-cell__content,
.c-cell--sm .c-cell__content + .c-cell__media {
  margin-left: 8px;
}

.c-cell--sm .c-cell__after {
  margin-left: 4px;
}

.c-cell--lg .c-cell__media + .c-cell__content,
.c-cell--lg .c-cell__content + .c-cell__media {
  margin-left: 16px;
}

.c-cell--lg .c-cell__after {
  margin-left: 8px;
}

.c-cell--xl .c-cell__media + .c-cell__content,
.c-cell--xl .c-cell__content + .c-cell__media {
  margin-left: 32px;
}

.c-cell--xl .c-cell__after {
  margin-left: 16px;
}

.c-card {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 16px;
}

.c-card > *:first-child {
  margin-top: 0;
}

.c-card > *:last-child {
  margin-bottom: 0;
}

.c-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
  margin-bottom: 6px;
}

.c-card__leading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
}

.c-card__title {
  line-height: 1.2;
  margin-bottom: 4px;
}

.c-card__leading .c-card__title {
  margin: 0;
  max-width: 100%;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.c-card__control {
  margin-left: 4px;
}

.c-card__shot {
  position: relative;
  display: block;
  width: 100%;
  min-height: 1px;
  padding-bottom: 75%;
  margin-bottom: 6px;
  background-color: #f2f2f2;
  background-position: center center;
  background-size: cover;
}

.c-card__shot:hover .c-card__over {
  opacity: 1;
}

.c-card__over {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  opacity: 0;
  color: #333333;
  font-size: 13px;
  line-height: 16px;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 15;
  overflow: hidden;
}

.c-card__over p {
  margin-bottom: 6px;
}

.c-card__content {
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-card__content p {
  margin-bottom: 6px;
}

.c-card__footer {
  padding-top: 10px;
  margin-top: 6px;
  border-top: 1px solid #e1e1e1;
}

.c-card--ghost {
  padding: 0;
  background-color: transparent;
}

.c-shot {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-bottom: 75%;
  background-color: #fafafa;
  background-size: cover;
  background-position: center center;
}

.c-shot__content,
.c-shot__over {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #333333;
  font-size: 13px;
  line-height: 16px;
  z-index: 15;
  overflow: hidden;
}

.c-shot__content p,
.c-shot__over p {
  margin-bottom: 6px;
}

.c-shot__over {
  opacity: 0;
  color: #888888;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  background-color: rgba(255, 255, 255, 0.9);
}

.c-shot:hover .c-shot__over {
  opacity: 1;
}

.c-shot--16x9 {
  padding-bottom: 56.25%;
}

.c-shot--16x10 {
  padding-bottom: 62.5%;
}

.c-shot--2x3 {
  padding-bottom: 150%;
}

.c-shot--5x4 {
  padding-bottom: 80%;
}

.c-shot--3x2 {
  padding-bottom: 66.66666667%;
}

.c-message {
  position: relative;
  text-align: center;
  padding-top: 45px;
  margin-bottom: 32px;
}

.c-message__media {
  margin-bottom: 16px;
}

.c-message__title {
  color: #333333;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
  margin: 0 0 16px 0;
}

.c-message__content {
  color: #4D4C4C;
  font-size: 16px;
  margin-bottom: 16px;
}

.c-notificationList {
  position: fixed;
  top: 0;
  right: 0;
  margin: 15px;
  padding: 0;
  list-style: none;
  z-index: 3000;
}

.c-notification {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  width: 280px;
  min-height: 50px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.c-notification__close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 15;
}

.c-notification__media {
  margin-right: 10px;
}

.c-notification__media [class*="icon-"] {
  font-size: 32px;
}

.c-notification__media img,
.c-notification__media svg {
  width: 36px;
  height: 36px;
}

.c-notification__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-notification__title {
  position: relative;
  top: -0.1em;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  margin: 0;
}

.c-notification__text {
  color: #888888;
  font-size: 12px;
}

.c-notification.is-enter-active, .c-notification.is-leave-active {
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.3, 0.13, 1);
  -o-transition: all 600ms cubic-bezier(0.25, 0.3, 0.13, 1);
  transition: all 600ms cubic-bezier(0.25, 0.3, 0.13, 1);
}

.c-notification.is-leave-active {
  opacity: 0;
  position: absolute;
}

.c-notification.is-enter {
  opacity: 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-notification.is-move {
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  -o-transition: -o-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms, -o-transform 600ms;
}

.c-alert {
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-left: 4px #7872ff solid;
  font-size: 14px;
}

.c-alert > *:first-child {
  margin-top: 0;
}

.c-alert > *:last-child {
  margin-bottom: 0;
}

.c-alert.has-close {
  padding-right: 40px;
}

.c-alert__close {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;
}

.c-alert--primary {
  color: #fff;
  background-color: #7872ff;
  border-left-color: #6c67e6;
}

.c-alert--info {
  color: #fff;
  background-color: #2196f3;
  border-left-color: #1e87db;
}

.c-alert--success {
  color: #fff;
  background-color: #4caf50;
  border-left-color: #449e48;
}

.c-alert--danger {
  color: #fff;
  background-color: #f44336;
  border-left-color: #dc3c31;
}

.c-alert--warning {
  color: #fff;
  background-color: #ff9800;
  border-left-color: #e68900;
}

.c-stream {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-stream__item {
  position: relative;
  padding: 0 0 16px 24px;
}

.c-stream__item:last-child {
  padding-bottom: 0;
}

.c-stream__item:last-child:before {
  display: none;
}

.c-stream__item:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 2px;
  bottom: -2px;
  width: 1px;
  background-color: #e1e1e1;
}

.c-stream__item:after {
  content: '';
  position: absolute;
  left: 1px;
  top: 2px;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: #e1e1e1;
}

.c-stream__badge {
  position: absolute;
  left: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  z-index: 15;
}

.c-stream--sm .c-stream__item {
  padding-left: 16px;
}

.c-stream--sm .c-stream__item:before {
  left: 2px;
}

.c-stream--sm .c-stream__item:after {
  width: 5px;
  height: 5px;
}

.c-stream--sm .c-stream__badge {
  width: 5px;
  height: 5px;
}

.c-stream--lg .c-stream__item {
  padding-left: 32px;
}

.c-dropzone {
  position: relative;
  width: 100%;
  min-height: 220px;
  text-align: center;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px dashed #ddd;
  background-color: rgba(0, 0, 0, 0.03);
}

.c-slider {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #ECECEC;
}

.c-slider__bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background-color: #4caf50;
  z-index: 5;
}

.c-slider__dot {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.c-slider__handle {
  position: absolute;
  top: -7px;
  left: 0;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  -webkit-transition: border-color 0.2s ease, -webkit-transform;
  transition: border-color 0.2s ease, -webkit-transform;
  -o-transition: border-color 0.2s ease, -o-transform;
  transition: transform, border-color 0.2s ease;
  transition: transform, border-color 0.2s ease, -webkit-transform, -o-transform;
  z-index: 15;
}

.c-slider__handle:active {
  -webkit-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

.c-circleChart {
  position: relative;
  display: inline-block;
}

.c-circleChart__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-content h1 {
  font-size: 24px;
  font-weight: lighter;
  line-height: 1.2;
}

.c-content h2 {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 8px 0;
}

.c-content h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 6px 0;
}

.c-content h4 {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.2;
  margin: 0 0 4px 0;
}

.c-content h5 {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.2;
  margin: 0 0 2px 0;
}

.c-content h6 {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.2;
  margin: 0;
}

.c-content p {
  margin-bottom: 16px;
}

.c-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
}

.c-page__panel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 250px;
  background-color: #fff;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  overflow: hidden;
}

.c-page__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.c-page__content ~ .c-page__panel {
  border-width: 0 0 0 1px;
}

.c-page__panel > *:not(.c-page__panel__content) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-page__panel__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.c-page__panel__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.flatpickr-calendar {
  position: absolute;
  width: 250px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 1000;
}

.flatpickr-calendar.inline {
  position: relative;
  display: block;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #ddd;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  border-radius: 3px 3px 0 0;
  color: #333333;
  -webkit-filter: #333333;
          filter: #333333;
  height: 36px;
  padding: 8px;
  line-height: 20px;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  line-height: 16px;
  height: 36px;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  padding: 10px calc(3.57% - 1.5px);
  top: 0;
  z-index: 3;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #0073AA;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #0073AA;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper:hover span {
  opacity: 1;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid #e1e1e1;
}

.numInputWrapper span:hover {
  background-color: #f2f2f2;
}

.numInputWrapper span:active {
  background-color: #e4e4e3;
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #4D4C4C;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  margin-top: -1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #4D4C4C;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: #333333;
}

.flatpickr-current-month {
  display: inline-block;
  position: absolute;
  left: 12.5%;
  width: 75%;
  font-size: 135%;
  line-height: 1;
  font-weight: 300;
  color: inherit;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
          transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-weight: 600;
  display: inline-block;
  margin-left: 6px;
}

.flatpickr-current-month span.cur-month:hover {
  background-color: #f2f2f2;
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp {
  right: -5px;
}

.flatpickr-current-month .numInputWrapper span.arrowDown {
  right: -5px;
}

.flatpickr-current-month input.cur-year {
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: 1;
  height: initial;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 0 0 0.5ch;
  background: transparent;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  width: 232px;
  -webkit-flex-basis: 232px;
      -ms-flex-preferred-size: 232px;
          flex-basis: 232px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
}

.flatpickr-weekday {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  color: #888888;
  text-align: center;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.flatpickr-days {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.dayContainer {
  width: 232px;
  -webkit-flex-basis: 232px;
      -ms-flex-preferred-size: 232px;
          flex-basis: 232px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft, .flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
          transform: translate3d(-100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
          transform: translate3d(100%, 0px, 0px);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
       -o-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  position: relative;
  display: inline-block;
  width: 14.2857143%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.2857143%;
      -ms-flex: 0 0 14.2857143%;
          flex: 0 0 14.2857143%;
  line-height: 28px;
  height: 28px;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.flatpickr-day.inRange, .flatpickr-day.today.inRange, .flatpickr-day:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.nextMonthDay:focus {
  background-color: #f2f2f2;
}

.flatpickr-day.today:before {
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #7872ff;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 15;
}

.flatpickr-day.selected, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background-color: #7872ff;
  color: #fff;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 3px 0 0 3px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 3px 3px 0;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 3px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  background-color: #f2f2f2;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  pointer-events: none;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background-color: transparent;
  cursor: default;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
  padding: 0 8px;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 18px;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 18px;
  max-width: none;
}

.flatpickr-innerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 8px;
}

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

.flatpickr-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  outline: 0;
  height: 0;
  text-align: center;
  line-height: 34px;
  max-height: 34px;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: height 0.3s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 0 0 3px 3px;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  width: 40%;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-sizing: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: inherit;
  cursor: pointer;
  position: relative;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  display: inline-block;
  float: left;
  line-height: inherit;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background-color: #f2f2f2;
}

.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-input {
  cursor: pointer;
}

.flatpickr-input[readonly] {
  background-color: #fff;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}

@-o-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-o-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@-o-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}

@-o-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.multiselect {
  display: block;
  position: relative;
  width: 100%;
  min-height: 34px;
  text-align: left;
  color: #333333;
}

.multiselect:focus {
  outline: none;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-size: 14px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.multiselect__spinner {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 48px;
  height: 35px;
  margin-top: -17px;
}

.multiselect__spinner:before, .multiselect__spinner:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #7872ff transparent transparent;
  border-style: solid;
  border-width: 2px;
}

.multiselect__spinner:before {
  -webkit-animation: spin-around 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
       -o-animation: spin-around 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: spin-around 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: spin-around 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
       -o-animation: spin-around 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: spin-around 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: 0;
  padding: 2px 0 2px 8px;
  border-radius: 0;
  width: 100%;
  -webkit-transition: border 0.1s ease;
  -o-transition: border 0.1s ease;
  transition: border 0.1s ease;
  background-image: none;
  background-clip: padding-box;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.multiselect__input::-webkit-input-placeholder,
.multiselect__single::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}

.multiselect__input::-moz-placeholder,
.multiselect__single::-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.multiselect__input:-ms-input-placeholder,
.multiselect__single:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.multiselect__input::placeholder,
.multiselect__single::placeholder {
  color: #888888;
  opacity: 1;
}

.multiselect__tag ~ .multiselect__input {
  padding-left: 0;
}

.multiselect__tags {
  height: auto;
  min-height: 34px;
  padding: 4px 40px 0 4px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 2px 22px 2px 10px;
  margin: 0 4px 4px 0;
  border-radius: 3px;
  line-height: 20px;
  color: #fff;
  height: 24px;
  background-color: #7872ff;
  white-space: nowrap;
}

.multiselect__tag-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: normal;
  font-style: initial;
  width: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.multiselect__tag-icon:after {
  position: relative;
  top: -.1em;
  display: block;
  content: "×";
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__select {
  line-height: 16px;
  display: block;
  position: absolute;
  width: 40px;
  height: 34px;
  right: 60%;
  top: 0;
  padding: 4px 8px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease;
}

@media only screen and (max-width: 960px){
	.multiselect__select {
		right: 0;
	}
}
.multiselect__select:before {
  content: "";
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-top: -1px;
  color: #888888;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #888888 transparent transparent transparent;
}

.multiselect__placeholder {
  color: #888888;
  display: inline-block;
  margin-bottom: 4px;
}

.multiselect__content {
  position: absolute;
  list-style: none;
  display: block;
  background-color: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #DFE3E9;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 50;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
}

.multiselect__option--disabled {
  color: #888888;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background-color: #f2f2f2 !important;
}

.multiselect__option--highlight {
  background-color: #7872ff;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  color: rgba(255, 255, 255, 0.8);
}

.multiselect__option--selected {
  background-color: #f2f2f2;
  color: #333333;
  font-weight: bold;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: #888888;
}

.multiselect--disabled {
  background-color: #f2f2f2;
  pointer-events: none;
}

.multiselect--disabled .multiselect__select {
  color: #888888;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active .multiselect__input,
.multiselect--active .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotateZ(180deg);
       -o-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.mutiselect--above.multiselect--active .multiselect__input,
.mutiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mutiselect--above .multiselect__content {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
  border-top: 1px solid #DFE3E9;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.ql-container {
  position: relative;
  height: 100%;
  margin: 0;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  cursor: text;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 16px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #fff;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: black;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #ff9900;
}

.ql-editor .ql-bg-yellow {
  background-color: yellow;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #0066cc;
}

.ql-editor .ql-bg-purple {
  background-color: #9933ff;
}

.ql-editor .ql-color-white {
  color: white;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #ff9900;
}

.ql-editor .ql-color-yellow {
  color: yellow;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #0066cc;
}

.ql-editor .ql-color-purple {
  color: #9933ff;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

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

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

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover, .ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #333;
}

.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #333;
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #333;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-button,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #888;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #888;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #888;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-picker {
  color: #888;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
  color: #333333;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ddd;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ddd;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ddd;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  top: 100%;
  margin-top: 4px;
  z-index: 1;
}

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 16px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ddd;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ddd;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 5px #e4e4e3;
  color: #333333;
  padding: 6px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip:before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ddd;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ddd;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ddd;
}

.u-color-red {
  color: #f44336 !important;
}

.u-color-pink {
  color: #e91e63 !important;
}

.u-color-purple {
  color: #9c27b0 !important;
}

.u-color-deepPurple {
  color: #673ab7 !important;
}

.u-color-indigo {
  color: #3f51b5 !important;
}

.u-color-blue {
  color: #2196f3 !important;
}

.u-color-lightBlue {
  color: #03a9f4 !important;
}

.u-color-cyan {
  color: #00bcd4 !important;
}

.u-color-teal {
  color: #009688 !important;
}

.u-color-green {
  color: #4caf50 !important;
}

.u-color-lightGreen {
  color: #8bc34a !important;
}

.u-color-lime {
  color: #cddc39 !important;
}

.u-color-yellow {
  color: #ffeb3b !important;
}

.u-color-amber {
  color: #ffc107 !important;
}

.u-color-orange {
  color: #ff9800 !important;
}

.u-color-deepOrange {
  color: #ff5722 !important;
}

.u-color-brown {
  color: #795548 !important;
}

.u-color-blueGrey {
  color: #607d8b !important;
}

.u-color-light {
  color: rgba(255, 255, 255, 0.75);
}

.u-bg-red {
  background-color: #f44336 !important;
}

.u-bg-pink {
  background-color: #e91e63 !important;
}

.u-bg-purple {
  background-color: #9c27b0 !important;
}

.u-bg-deepPurple {
  background-color: #673ab7 !important;
}

.u-bg-indigo {
  background-color: #3f51b5 !important;
}

.u-bg-blue {
  background-color: #2196f3 !important;
}

.u-bg-lightBlue {
  background-color: #03a9f4 !important;
}

.u-bg-cyan {
  background-color: #00bcd4 !important;
}

.u-bg-teal {
  background-color: #009688 !important;
}

.u-bg-green {
  background-color: #4caf50 !important;
}

.u-bg-lightGreen {
  background-color: #8bc34a !important;
}

.u-bg-lime {
  background-color: #cddc39 !important;
}

.u-bg-yellow {
  background-color: #ffeb3b !important;
}

.u-bg-amber {
  background-color: #ffc107 !important;
}

.u-bg-orange {
  background-color: #ff9800 !important;
}

.u-bg-deepOrange {
  background-color: #ff5722 !important;
}

.u-bg-brown {
  background-color: #795548 !important;
}

.u-bg-blueGrey {
  background-color: #607d8b !important;
}

.u-bg-grey {
  background-color: #f2f2f2 !important;
}

[v-cloak] {
  display: none;
}

.u-hidden {
  display: none !important;
}

.u-scrollX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.u-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

@media (min-width: 900px) {
  .u-hover .u-hover__target {
    visibility: hidden;
  }
  .u-hover:hover .u-hover__target {
    visibility: visible;
  }
}

.u-cf:before, .u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-posAbs {
  position: absolute !important;
}

.u-posFixed {
  position: fixed !important;
}

.u-postRelative {
  position: relative !important;
}

.u-posStatic {
  position: static !important;
}

.u-linkBlock, .u-linkBlock:hover, .u-linkBlock:focus, .u-linkBlock:active {
  display: block !important;
  text-decoration: none !important;
}

.u-linkClean, .u-linkClean:hover, .u-linkClean:focus, .u-linkClean:active {
  text-decoration: none !important;
}

.u-linkInherit {
  color: inherit !important;
}

.u-w-180 {
  width: 180px;
}

.u-w-220 {
  width: 220px;
}

.u-w-280 {
  width: 280px;
}

.u-w-320 {
  width: 320px;
}

.u-w-360 {
  width: 360px;
}

.u-w--auto {
  width: auto !important;
}

.u-h-180 {
  height: 180px;
}

.u-h-220 {
  height: 220px;
}

.u-h-280 {
  height: 280px;
}

.u-h-320 {
  height: 320px;
}

.u-h-360 {
  height: 360px;
}

.u-h--auto {
  height: auto !important;
}

.u-fs-144 {
  font-size: 144px;
}
