@import url(../public/bower_components/mdi/css/materialdesignicons.css);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(../public/bower_components/bootstrap/dist/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

abbr[title],
dfn[title] {
  cursor: help; }

u,
ins {
  text-decoration: none; }

ins {
  border-bottom: 1px solid; }

html {
  font-size: 1em;
  line-height: 1.5;
  background-color: #EEEEEE;
  color: rgba(0, 0, 0, 0.87);
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

img {
  display: block;
  max-width: 100%;
  font-style: italic; }

.gm-style img,
img[width],
img[height] {
  max-width: none; }

.img-round {
  border-radius: 50%; }

.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph h6,
.paragraph ul, .paragraph ol, .paragraph dl,
.paragraph blockquote, .paragraph p, .paragraph address,
.paragraph table,
.paragraph fieldset, .paragraph figure,
.paragraph pre {
  margin-bottom: 24px; }
.paragraph ul, .paragraph ol, .paragraph dd {
  margin-left: 48px; }
.paragraph p:last-child,
.paragraph ul:last-child {
  margin-bottom: 0; }
.paragraph a {
  color: #3F51B5;
  text-decoration: none; }
  .paragraph a:hover {
    text-decoration: underline; }

.fs-caption,
.checkbox__help,
.radio-button__help,
.switch__help {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px; }

@media screen and (max-width: 1023px) {
  .fs-body-1,
  .fs-body-2 {
    font-size: 14px;
    font-size: 0.875rem; } }
@media screen and (min-width: 1024px) {
  .fs-body-1,
  .fs-body-2 {
    font-size: 13px;
    font-size: 0.8125rem; } }

.fs-body-1 {
  font-weight: 400;
  line-height: 20px; }

.fs-body-2 {
  font-weight: 500;
  line-height: 24px; }

.fs-subhead,
.list-subheader {
  font-weight: 400;
  line-height: 24px; }
  @media screen and (max-width: 1023px) {
    .fs-subhead,
    .list-subheader {
      font-size: 16px;
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .fs-subhead,
    .list-subheader {
      font-size: 15px;
      font-size: 0.9375rem; } }

.fs-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 28px; }

.fs-headline {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px; }

.fs-display-1 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 40px; }

.fs-display-2 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px; }

.fs-display-3 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -2px; }

.fs-display-4 {
  font-size: 112px;
  font-size: 7rem;
  font-weight: 300;
  line-height: 128px;
  letter-spacing: -5px; }

.tc-red-500 {
  color: #F44336 !important; }

.tc-pink-500 {
  color: #E91E63 !important; }

.tc-purple-500 {
  color: #9C27B0 !important; }

.tc-deep-purple-500 {
  color: #673AB7 !important; }

.tc-indigo-500 {
  color: #3F51B5 !important; }

.tc-blue-500 {
  color: #2196F3 !important; }

.tc-light-blue-500 {
  color: #00BCD4 !important; }

.tc-teal-500 {
  color: #009688 !important; }

.tc-green-500 {
  color: #4CAF50 !important; }

.tc-light-green-500 {
  color: #8BC34A !important; }

.tc-lime-500 {
  color: #CDDC39 !important; }

.tc-yellow-500 {
  color: #FFEB3B !important; }

.tc-amber-500 {
  color: #FFC107 !important; }

.tc-orange-500 {
  color: #FF9800 !important; }

.tc-deep-orange-500 {
  color: #FF5722 !important; }

.tc-brown-500 {
  color: #795548 !important; }

.tc-grey-500 {
  color: #9E9E9E !important; }

.tc-blue-grey-500 {
  color: #607D8B !important; }

.tc-red-50 {
  color: #FFEBEE !important; }

.tc-pink-50 {
  color: #FCE4EC !important; }

.tc-purple-50 {
  color: #F3E5F5 !important; }

.tc-deep-purple-50 {
  color: #EDE7F6 !important; }

.tc-indigo-50 {
  color: #E8EAF6 !important; }

.tc-blue-50 {
  color: #E3F2FD !important; }

.tc-light-blue-50 {
  color: #E0F7FA !important; }

.tc-teal-50 {
  color: #E0F2F1 !important; }

.tc-green-50 {
  color: #E8F5E9 !important; }

.tc-light-green-50 {
  color: #F1F8E9 !important; }

.tc-lime-50 {
  color: #F9FBE7 !important; }

.tc-yellow-50 {
  color: #FFFDE7 !important; }

.tc-amber-50 {
  color: #FFF8E1 !important; }

.tc-orange-50 {
  color: #FFF3E0 !important; }

.tc-deep-orange-50 {
  color: #FBE9E7 !important; }

.tc-brown-50 {
  color: #EFEBE9 !important; }

.tc-grey-50 {
  color: #FAFAFA !important; }

.tc-blue-grey-50 {
  color: #ECEFF1 !important; }

.tc-red-100 {
  color: #FFCDD2 !important; }

.tc-pink-100 {
  color: #F8BBD0 !important; }

.tc-purple-100 {
  color: #E1BEE7 !important; }

.tc-deep-purple-100 {
  color: #D1C4E9 !important; }

.tc-indigo-100 {
  color: #C5CAE9 !important; }

.tc-blue-100 {
  color: #BBDEFB !important; }

.tc-light-blue-100 {
  color: #B2EBF2 !important; }

.tc-teal-100 {
  color: #B2DFDB !important; }

.tc-green-100 {
  color: #C8E6C9 !important; }

.tc-light-green-100 {
  color: #DCEDC8 !important; }

.tc-lime-100 {
  color: #F0F4C3 !important; }

.tc-yellow-100 {
  color: #FFF9C4 !important; }

.tc-amber-100 {
  color: #FFECB3 !important; }

.tc-orange-100 {
  color: #FFE0B2 !important; }

.tc-deep-orange-100 {
  color: #FFCCBC !important; }

.tc-brown-100 {
  color: #D7CCC8 !important; }

.tc-grey-100 {
  color: #F5F5F5 !important; }

.tc-blue-grey-100 {
  color: #CFD8DC !important; }

.tc-red-200 {
  color: #EF9A9A !important; }

.tc-pink-200 {
  color: #F48FB1 !important; }

.tc-purple-200 {
  color: #CE93D8 !important; }

.tc-deep-purple-200 {
  color: #B39DDB !important; }

.tc-indigo-200 {
  color: #9FA8DA !important; }

.tc-blue-200 {
  color: #90CAF9 !important; }

.tc-light-blue-200 {
  color: #80DEEA !important; }

.tc-teal-200 {
  color: #80CBC4 !important; }

.tc-green-200 {
  color: #A5D6A7 !important; }

.tc-light-green-200 {
  color: #C5E1A5 !important; }

.tc-lime-200 {
  color: #E6EE9C !important; }

.tc-yellow-200 {
  color: #FFF59D !important; }

.tc-amber-200 {
  color: #FFE082 !important; }

.tc-orange-200 {
  color: #FFCC80 !important; }

.tc-deep-orange-200 {
  color: #FFAB91 !important; }

.tc-brown-200 {
  color: #BCAAA4 !important; }

.tc-grey-200 {
  color: #EEEEEE !important; }

.tc-blue-grey-200 {
  color: #B0BEC5 !important; }

.tc-red-300 {
  color: #E57373 !important; }

.tc-pink-300 {
  color: #F06292 !important; }

.tc-purple-300 {
  color: #BA68C8 !important; }

.tc-deep-purple-300 {
  color: #9575CD !important; }

.tc-indigo-300 {
  color: #7986CB !important; }

.tc-blue-300 {
  color: #64B5F6 !important; }

.tc-light-blue-300 {
  color: #4DD0E1 !important; }

.tc-teal-300 {
  color: #4DB6AC !important; }

.tc-green-300 {
  color: #81C784 !important; }

.tc-light-green-300 {
  color: #AED581 !important; }

.tc-lime-300 {
  color: #DCE775 !important; }

.tc-yellow-300 {
  color: #FFF176 !important; }

.tc-amber-300 {
  color: #FFD54F !important; }

.tc-orange-300 {
  color: #FFB74D !important; }

.tc-deep-orange-300 {
  color: #FF8A65 !important; }

.tc-brown-300 {
  color: #A1887F !important; }

.tc-grey-300 {
  color: #E0E0E0 !important; }

.tc-blue-grey-300 {
  color: #90A4AE !important; }

.tc-red-400 {
  color: #EF5350 !important; }

.tc-pink-400 {
  color: #EC407A !important; }

.tc-purple-400 {
  color: #AB47BC !important; }

.tc-deep-purple-400 {
  color: #7E57C2 !important; }

.tc-indigo-400 {
  color: #5C6BC0 !important; }

.tc-blue-400 {
  color: #42A5F5 !important; }

.tc-light-blue-400 {
  color: #26C6DA !important; }

.tc-teal-400 {
  color: #26A69A !important; }

.tc-green-400 {
  color: #66BB6A !important; }

.tc-light-green-400 {
  color: #9CCC65 !important; }

.tc-lime-400 {
  color: #D4E157 !important; }

.tc-yellow-400 {
  color: #FFEE58 !important; }

.tc-amber-400 {
  color: #FFCA28 !important; }

.tc-orange-400 {
  color: #FFA726 !important; }

.tc-deep-orange-400 {
  color: #FF7043 !important; }

.tc-brown-400 {
  color: #8D6E63 !important; }

.tc-grey-400 {
  color: #BDBDBD !important; }

.tc-blue-grey-400 {
  color: #78909C !important; }

.tc-red-500 {
  color: #F44336 !important; }

.tc-pink-500 {
  color: #E91E63 !important; }

.tc-purple-500 {
  color: #9C27B0 !important; }

.tc-deep-purple-500 {
  color: #673AB7 !important; }

.tc-indigo-500 {
  color: #3F51B5 !important; }

.tc-blue-500 {
  color: #2196F3 !important; }

.tc-light-blue-500 {
  color: #00BCD4 !important; }

.tc-teal-500 {
  color: #009688 !important; }

.tc-green-500 {
  color: #4CAF50 !important; }

.tc-light-green-500 {
  color: #8BC34A !important; }

.tc-lime-500 {
  color: #CDDC39 !important; }

.tc-yellow-500 {
  color: #FFEB3B !important; }

.tc-amber-500 {
  color: #FFC107 !important; }

.tc-orange-500 {
  color: #FF9800 !important; }

.tc-deep-orange-500 {
  color: #FF5722 !important; }

.tc-brown-500 {
  color: #795548 !important; }

.tc-grey-500 {
  color: #9E9E9E !important; }

.tc-blue-grey-500 {
  color: #607D8B !important; }

.tc-red-600 {
  color: #E53935 !important; }

.tc-pink-600 {
  color: #D81B60 !important; }

.tc-purple-600 {
  color: #8E24AA !important; }

.tc-deep-purple-600 {
  color: #5E35B1 !important; }

.tc-indigo-600 {
  color: #3949AB !important; }

.tc-blue-600 {
  color: #1E88E5 !important; }

.tc-light-blue-600 {
  color: #00ACC1 !important; }

.tc-teal-600 {
  color: #00897B !important; }

.tc-green-600 {
  color: #43A047 !important; }

.tc-light-green-600 {
  color: #7CB342 !important; }

.tc-lime-600 {
  color: #C0CA33 !important; }

.tc-yellow-600 {
  color: #FDD835 !important; }

.tc-amber-600 {
  color: #FFB300 !important; }

.tc-orange-600 {
  color: #FB8C00 !important; }

.tc-deep-orange-600 {
  color: #F4511E !important; }

.tc-brown-600 {
  color: #6D4C41 !important; }

.tc-grey-600 {
  color: #757575 !important; }

.tc-blue-grey-600 {
  color: #546E7A !important; }

.tc-red-700 {
  color: #D32F2F !important; }

.tc-pink-700 {
  color: #C2185B !important; }

.tc-purple-700 {
  color: #7B1FA2 !important; }

.tc-deep-purple-700 {
  color: #512DA8 !important; }

.tc-indigo-700 {
  color: #303F9F !important; }

.tc-blue-700 {
  color: #1976D2 !important; }

.tc-light-blue-700 {
  color: #0097A7 !important; }

.tc-teal-700 {
  color: #00796B !important; }

.tc-green-700 {
  color: #388E3C !important; }

.tc-light-green-700 {
  color: #689F38 !important; }

.tc-lime-700 {
  color: #AFB42B !important; }

.tc-yellow-700 {
  color: #FBC02D !important; }

.tc-amber-700 {
  color: #FFA000 !important; }

.tc-orange-700 {
  color: #F57C00 !important; }

.tc-deep-orange-700 {
  color: #E64A19 !important; }

.tc-brown-700 {
  color: #5D4037 !important; }

.tc-grey-700 {
  color: #616161 !important; }

.tc-blue-grey-700 {
  color: #455A64 !important; }

.tc-red-800 {
  color: #C62828 !important; }

.tc-pink-800 {
  color: #AD1457 !important; }

.tc-purple-800 {
  color: #6A1B9A !important; }

.tc-deep-purple-800 {
  color: #4527A0 !important; }

.tc-indigo-800 {
  color: #283593 !important; }

.tc-blue-800 {
  color: #1565C0 !important; }

.tc-light-blue-800 {
  color: #00838F !important; }

.tc-teal-800 {
  color: #00695C !important; }

.tc-green-800 {
  color: #2E7D32 !important; }

.tc-light-green-800 {
  color: #558B2F !important; }

.tc-lime-800 {
  color: #9E9D24 !important; }

.tc-yellow-800 {
  color: #F9A825 !important; }

.tc-amber-800 {
  color: #FF8F00 !important; }

.tc-orange-800 {
  color: #EF6C00 !important; }

.tc-deep-orange-800 {
  color: #D84315 !important; }

.tc-brown-800 {
  color: #4E342E !important; }

.tc-grey-800 {
  color: #424242 !important; }

.tc-blue-grey-800 {
  color: #37474F !important; }

.tc-red-900 {
  color: #B71C1C !important; }

.tc-pink-900 {
  color: #880E4F !important; }

.tc-purple-900 {
  color: #4A148C !important; }

.tc-deep-purple-900 {
  color: #311B92 !important; }

.tc-indigo-900 {
  color: #1A237E !important; }

.tc-blue-900 {
  color: #0D47A1 !important; }

.tc-light-blue-900 {
  color: #006064 !important; }

.tc-teal-900 {
  color: #004D40 !important; }

.tc-green-900 {
  color: #1B5E20 !important; }

.tc-light-green-900 {
  color: #33691E !important; }

.tc-lime-900 {
  color: #827717 !important; }

.tc-yellow-900 {
  color: #F57F17 !important; }

.tc-amber-900 {
  color: #FF6F00 !important; }

.tc-orange-900 {
  color: #E65100 !important; }

.tc-deep-orange-900 {
  color: #BF360C !important; }

.tc-brown-900 {
  color: #3E2723 !important; }

.tc-grey-900 {
  color: #212121 !important; }

.tc-blue-grey-900 {
  color: #263238 !important; }

.tc-red-A100 {
  color: #FF8A80 !important; }

.tc-pink-A100 {
  color: #FF80AB !important; }

.tc-purple-A100 {
  color: #EA80FC !important; }

.tc-deep-purple-A100 {
  color: #B388FF !important; }

.tc-indigo-A100 {
  color: #8C9EFF !important; }

.tc-blue-A100 {
  color: #82B1FF !important; }

.tc-light-blue-A100 {
  color: #84FFFF !important; }

.tc-teal-A100 {
  color: #A7FFEB !important; }

.tc-green-A100 {
  color: #B9F6CA !important; }

.tc-light-green-A100 {
  color: #CCFF90 !important; }

.tc-lime-A100 {
  color: #F4FF81 !important; }

.tc-yellow-A100 {
  color: #FFFF8D !important; }

.tc-amber-A100 {
  color: #FFE57F !important; }

.tc-orange-A100 {
  color: #FFD180 !important; }

.tc-deep-orange-A100 {
  color: #FF9E80 !important; }

.tc-red-A200 {
  color: #FF5252 !important; }

.tc-pink-A200 {
  color: #FF4081 !important; }

.tc-purple-A200 {
  color: #E040FB !important; }

.tc-deep-purple-A200 {
  color: #7C4DFF !important; }

.tc-indigo-A200 {
  color: #536DFE !important; }

.tc-blue-A200 {
  color: #448AFF !important; }

.tc-light-blue-A200 {
  color: #18FFFF !important; }

.tc-teal-A200 {
  color: #64FFDA !important; }

.tc-green-A200 {
  color: #69F0AE !important; }

.tc-light-green-A200 {
  color: #B2FF59 !important; }

.tc-lime-A200 {
  color: #EEFF41 !important; }

.tc-yellow-A200 {
  color: #FFFF00 !important; }

.tc-amber-A200 {
  color: #FFD740 !important; }

.tc-orange-A200 {
  color: #FFAB40 !important; }

.tc-deep-orange-A200 {
  color: #FF6E40 !important; }

.tc-red-A400 {
  color: #FF1744 !important; }

.tc-pink-A400 {
  color: #F50057 !important; }

.tc-purple-A400 {
  color: #D500F9 !important; }

.tc-deep-purple-A400 {
  color: #651FFF !important; }

.tc-indigo-A400 {
  color: #3D5AFE !important; }

.tc-blue-A400 {
  color: #2979FF !important; }

.tc-light-blue-A400 {
  color: #00E5FF !important; }

.tc-teal-A400 {
  color: #1DE9B6 !important; }

.tc-green-A400 {
  color: #00E676 !important; }

.tc-light-green-A400 {
  color: #76FF03 !important; }

.tc-lime-A400 {
  color: #C6FF00 !important; }

.tc-yellow-A400 {
  color: #FFEA00 !important; }

.tc-amber-A400 {
  color: #FFC400 !important; }

.tc-orange-A400 {
  color: #FF9100 !important; }

.tc-deep-orange-A400 {
  color: #FF3D00 !important; }

.tc-red-A700 {
  color: #D50000 !important; }

.tc-pink-A700 {
  color: #C51162 !important; }

.tc-purple-A700 {
  color: #AA00FF !important; }

.tc-deep-purple-A700 {
  color: #6200EA !important; }

.tc-indigo-A700 {
  color: #304FFE !important; }

.tc-blue-A700 {
  color: #2962FF !important; }

.tc-light-blue-A700 {
  color: #00B8D4 !important; }

.tc-teal-A700 {
  color: #00BFA5 !important; }

.tc-green-A700 {
  color: #00C853 !important; }

.tc-light-green-A700 {
  color: #64DD17 !important; }

.tc-lime-A700 {
  color: #AEEA00 !important; }

.tc-yellow-A700 {
  color: #FFD600 !important; }

.tc-amber-A700 {
  color: #FFAB00 !important; }

.tc-orange-A700 {
  color: #FF6D00 !important; }

.tc-deep-orange-A700 {
  color: #DD2C00 !important; }

.tc-black {
  color: #000000 !important; }

.tc-black-1 {
  color: rgba(0, 0, 0, 0.87) !important; }

.tc-black-2 {
  color: rgba(0, 0, 0, 0.54) !important; }

.tc-black-3 {
  color: rgba(0, 0, 0, 0.26) !important; }

.tc-black-4 {
  color: rgba(0, 0, 0, 0.12) !important; }

.tc-white {
  color: #FFFFFF !important; }

.tc-white-1 {
  color: #FFFFFF !important; }

.tc-white-2 {
  color: rgba(255, 255, 255, 0.7) !important; }

.tc-white-3 {
  color: rgba(255, 255, 255, 0.3) !important; }

.tc-white-4 {
  color: rgba(255, 255, 255, 0.12) !important; }

.bgc-red-500 {
  background-color: #F44336 !important; }

.bgc-pink-500 {
  background-color: #E91E63 !important; }

.bgc-purple-500 {
  background-color: #9C27B0 !important; }

.bgc-deep-purple-500 {
  background-color: #673AB7 !important; }

.bgc-indigo-500 {
  background-color: #3F51B5 !important; }

.bgc-blue-500 {
  background-color: #2196F3 !important; }

.bgc-light-blue-500 {
  background-color: #00BCD4 !important; }

.bgc-teal-500 {
  background-color: #009688 !important; }

.bgc-green-500 {
  background-color: #4CAF50 !important; }

.bgc-light-green-500 {
  background-color: #8BC34A !important; }

.bgc-lime-500 {
  background-color: #CDDC39 !important; }

.bgc-yellow-500 {
  background-color: #FFEB3B !important; }

.bgc-amber-500 {
  background-color: #FFC107 !important; }

.bgc-orange-500 {
  background-color: #FF9800 !important; }

.bgc-deep-orange-500 {
  background-color: #FF5722 !important; }

.bgc-brown-500 {
  background-color: #795548 !important; }

.bgc-grey-500 {
  background-color: #9E9E9E !important; }

.bgc-blue-grey-500 {
  background-color: #607D8B !important; }

.bgc-red-50 {
  background-color: #FFEBEE !important; }

.bgc-pink-50 {
  background-color: #FCE4EC !important; }

.bgc-purple-50 {
  background-color: #F3E5F5 !important; }

.bgc-deep-purple-50 {
  background-color: #EDE7F6 !important; }

.bgc-indigo-50 {
  background-color: #E8EAF6 !important; }

.bgc-blue-50 {
  background-color: #E3F2FD !important; }

.bgc-light-blue-50 {
  background-color: #E0F7FA !important; }

.bgc-teal-50 {
  background-color: #E0F2F1 !important; }

.bgc-green-50 {
  background-color: #E8F5E9 !important; }

.bgc-light-green-50 {
  background-color: #F1F8E9 !important; }

.bgc-lime-50 {
  background-color: #F9FBE7 !important; }

.bgc-yellow-50 {
  background-color: #FFFDE7 !important; }

.bgc-amber-50 {
  background-color: #FFF8E1 !important; }

.bgc-orange-50 {
  background-color: #FFF3E0 !important; }

.bgc-deep-orange-50 {
  background-color: #FBE9E7 !important; }

.bgc-brown-50 {
  background-color: #EFEBE9 !important; }

.bgc-grey-50 {
  background-color: #FAFAFA !important; }

.bgc-blue-grey-50 {
  background-color: #ECEFF1 !important; }

.bgc-red-100 {
  background-color: #FFCDD2 !important; }

.bgc-pink-100 {
  background-color: #F8BBD0 !important; }

.bgc-purple-100 {
  background-color: #E1BEE7 !important; }

.bgc-deep-purple-100 {
  background-color: #D1C4E9 !important; }

.bgc-indigo-100 {
  background-color: #C5CAE9 !important; }

.bgc-blue-100 {
  background-color: #BBDEFB !important; }

.bgc-light-blue-100 {
  background-color: #B2EBF2 !important; }

.bgc-teal-100 {
  background-color: #B2DFDB !important; }

.bgc-green-100 {
  background-color: #C8E6C9 !important; }

.bgc-light-green-100 {
  background-color: #DCEDC8 !important; }

.bgc-lime-100 {
  background-color: #F0F4C3 !important; }

.bgc-yellow-100 {
  background-color: #FFF9C4 !important; }

.bgc-amber-100 {
  background-color: #FFECB3 !important; }

.bgc-orange-100 {
  background-color: #FFE0B2 !important; }

.bgc-deep-orange-100 {
  background-color: #FFCCBC !important; }

.bgc-brown-100 {
  background-color: #D7CCC8 !important; }

.bgc-grey-100 {
  background-color: #F5F5F5 !important; }

.bgc-blue-grey-100 {
  background-color: #CFD8DC !important; }

.bgc-red-200 {
  background-color: #EF9A9A !important; }

.bgc-pink-200 {
  background-color: #F48FB1 !important; }

.bgc-purple-200 {
  background-color: #CE93D8 !important; }

.bgc-deep-purple-200 {
  background-color: #B39DDB !important; }

.bgc-indigo-200 {
  background-color: #9FA8DA !important; }

.bgc-blue-200 {
  background-color: #90CAF9 !important; }

.bgc-light-blue-200 {
  background-color: #80DEEA !important; }

.bgc-teal-200 {
  background-color: #80CBC4 !important; }

.bgc-green-200 {
  background-color: #A5D6A7 !important; }

.bgc-light-green-200 {
  background-color: #C5E1A5 !important; }

.bgc-lime-200 {
  background-color: #E6EE9C !important; }

.bgc-yellow-200 {
  background-color: #FFF59D !important; }

.bgc-amber-200 {
  background-color: #FFE082 !important; }

.bgc-orange-200 {
  background-color: #FFCC80 !important; }

.bgc-deep-orange-200 {
  background-color: #FFAB91 !important; }

.bgc-brown-200 {
  background-color: #BCAAA4 !important; }

.bgc-grey-200 {
  background-color: #EEEEEE !important; }

.bgc-blue-grey-200 {
  background-color: #B0BEC5 !important; }

.bgc-red-300 {
  background-color: #E57373 !important; }

.bgc-pink-300 {
  background-color: #F06292 !important; }

.bgc-purple-300 {
  background-color: #BA68C8 !important; }

.bgc-deep-purple-300 {
  background-color: #9575CD !important; }

.bgc-indigo-300 {
  background-color: #7986CB !important; }

.bgc-blue-300 {
  background-color: #64B5F6 !important; }

.bgc-light-blue-300 {
  background-color: #4DD0E1 !important; }

.bgc-teal-300 {
  background-color: #4DB6AC !important; }

.bgc-green-300 {
  background-color: #81C784 !important; }

.bgc-light-green-300 {
  background-color: #AED581 !important; }

.bgc-lime-300 {
  background-color: #DCE775 !important; }

.bgc-yellow-300 {
  background-color: #FFF176 !important; }

.bgc-amber-300 {
  background-color: #FFD54F !important; }

.bgc-orange-300 {
  background-color: #FFB74D !important; }

.bgc-deep-orange-300 {
  background-color: #FF8A65 !important; }

.bgc-brown-300 {
  background-color: #A1887F !important; }

.bgc-grey-300 {
  background-color: #E0E0E0 !important; }

.bgc-blue-grey-300 {
  background-color: #90A4AE !important; }

.bgc-red-400 {
  background-color: #EF5350 !important; }

.bgc-pink-400 {
  background-color: #EC407A !important; }

.bgc-purple-400 {
  background-color: #AB47BC !important; }

.bgc-deep-purple-400 {
  background-color: #7E57C2 !important; }

.bgc-indigo-400 {
  background-color: #5C6BC0 !important; }

.bgc-blue-400 {
  background-color: #42A5F5 !important; }

.bgc-light-blue-400 {
  background-color: #26C6DA !important; }

.bgc-teal-400 {
  background-color: #26A69A !important; }

.bgc-green-400 {
  background-color: #66BB6A !important; }

.bgc-light-green-400 {
  background-color: #9CCC65 !important; }

.bgc-lime-400 {
  background-color: #D4E157 !important; }

.bgc-yellow-400 {
  background-color: #FFEE58 !important; }

.bgc-amber-400 {
  background-color: #FFCA28 !important; }

.bgc-orange-400 {
  background-color: #FFA726 !important; }

.bgc-deep-orange-400 {
  background-color: #FF7043 !important; }

.bgc-brown-400 {
  background-color: #8D6E63 !important; }

.bgc-grey-400 {
  background-color: #BDBDBD !important; }

.bgc-blue-grey-400 {
  background-color: #78909C !important; }

.bgc-red-500 {
  background-color: #F44336 !important; }

.bgc-pink-500 {
  background-color: #E91E63 !important; }

.bgc-purple-500 {
  background-color: #9C27B0 !important; }

.bgc-deep-purple-500 {
  background-color: #673AB7 !important; }

.bgc-indigo-500 {
  background-color: #3F51B5 !important; }

.bgc-blue-500 {
  background-color: #2196F3 !important; }

.bgc-light-blue-500 {
  background-color: #00BCD4 !important; }

.bgc-teal-500 {
  background-color: #009688 !important; }

.bgc-green-500 {
  background-color: #4CAF50 !important; }

.bgc-light-green-500 {
  background-color: #8BC34A !important; }

.bgc-lime-500 {
  background-color: #CDDC39 !important; }

.bgc-yellow-500 {
  background-color: #FFEB3B !important; }

.bgc-amber-500 {
  background-color: #FFC107 !important; }

.bgc-orange-500 {
  background-color: #FF9800 !important; }

.bgc-deep-orange-500 {
  background-color: #FF5722 !important; }

.bgc-brown-500 {
  background-color: #795548 !important; }

.bgc-grey-500 {
  background-color: #9E9E9E !important; }

.bgc-blue-grey-500 {
  background-color: #607D8B !important; }

.bgc-red-600 {
  background-color: #E53935 !important; }

.bgc-pink-600 {
  background-color: #D81B60 !important; }

.bgc-purple-600 {
  background-color: #8E24AA !important; }

.bgc-deep-purple-600 {
  background-color: #5E35B1 !important; }

.bgc-indigo-600 {
  background-color: #3949AB !important; }

.bgc-blue-600 {
  background-color: #1E88E5 !important; }

.bgc-light-blue-600 {
  background-color: #00ACC1 !important; }

.bgc-teal-600 {
  background-color: #00897B !important; }

.bgc-green-600 {
  background-color: #43A047 !important; }

.bgc-light-green-600 {
  background-color: #7CB342 !important; }

.bgc-lime-600 {
  background-color: #C0CA33 !important; }

.bgc-yellow-600 {
  background-color: #FDD835 !important; }

.bgc-amber-600 {
  background-color: #FFB300 !important; }

.bgc-orange-600 {
  background-color: #FB8C00 !important; }

.bgc-deep-orange-600 {
  background-color: #F4511E !important; }

.bgc-brown-600 {
  background-color: #6D4C41 !important; }

.bgc-grey-600 {
  background-color: #757575 !important; }

.bgc-blue-grey-600 {
  background-color: #546E7A !important; }

.bgc-red-700 {
  background-color: #D32F2F !important; }

.bgc-pink-700 {
  background-color: #C2185B !important; }

.bgc-purple-700 {
  background-color: #7B1FA2 !important; }

.bgc-deep-purple-700 {
  background-color: #512DA8 !important; }

.bgc-indigo-700 {
  background-color: #303F9F !important; }

.bgc-blue-700 {
  background-color: #1976D2 !important; }

.bgc-light-blue-700 {
  background-color: #0097A7 !important; }

.bgc-teal-700 {
  background-color: #00796B !important; }

.bgc-green-700 {
  background-color: #388E3C !important; }

.bgc-light-green-700 {
  background-color: #689F38 !important; }

.bgc-lime-700 {
  background-color: #AFB42B !important; }

.bgc-yellow-700 {
  background-color: #FBC02D !important; }

.bgc-amber-700 {
  background-color: #FFA000 !important; }

.bgc-orange-700 {
  background-color: #F57C00 !important; }

.bgc-deep-orange-700 {
  background-color: #E64A19 !important; }

.bgc-brown-700 {
  background-color: #5D4037 !important; }

.bgc-grey-700 {
  background-color: #616161 !important; }

.bgc-blue-grey-700 {
  background-color: #455A64 !important; }

.bgc-red-800 {
  background-color: #C62828 !important; }

.bgc-pink-800 {
  background-color: #AD1457 !important; }

.bgc-purple-800 {
  background-color: #6A1B9A !important; }

.bgc-deep-purple-800 {
  background-color: #4527A0 !important; }

.bgc-indigo-800 {
  background-color: #283593 !important; }

.bgc-blue-800 {
  background-color: #1565C0 !important; }

.bgc-light-blue-800 {
  background-color: #00838F !important; }

.bgc-teal-800 {
  background-color: #00695C !important; }

.bgc-green-800 {
  background-color: #2E7D32 !important; }

.bgc-light-green-800 {
  background-color: #558B2F !important; }

.bgc-lime-800 {
  background-color: #9E9D24 !important; }

.bgc-yellow-800 {
  background-color: #F9A825 !important; }

.bgc-amber-800 {
  background-color: #FF8F00 !important; }

.bgc-orange-800 {
  background-color: #EF6C00 !important; }

.bgc-deep-orange-800 {
  background-color: #D84315 !important; }

.bgc-brown-800 {
  background-color: #4E342E !important; }

.bgc-grey-800 {
  background-color: #424242 !important; }

.bgc-blue-grey-800 {
  background-color: #37474F !important; }

.bgc-red-900 {
  background-color: #B71C1C !important; }

.bgc-pink-900 {
  background-color: #880E4F !important; }

.bgc-purple-900 {
  background-color: #4A148C !important; }

.bgc-deep-purple-900 {
  background-color: #311B92 !important; }

.bgc-indigo-900 {
  background-color: #1A237E !important; }

.bgc-blue-900 {
  background-color: #0D47A1 !important; }

.bgc-light-blue-900 {
  background-color: #006064 !important; }

.bgc-teal-900 {
  background-color: #004D40 !important; }

.bgc-green-900 {
  background-color: #1B5E20 !important; }

.bgc-light-green-900 {
  background-color: #33691E !important; }

.bgc-lime-900 {
  background-color: #827717 !important; }

.bgc-yellow-900 {
  background-color: #F57F17 !important; }

.bgc-amber-900 {
  background-color: #FF6F00 !important; }

.bgc-orange-900 {
  background-color: #E65100 !important; }

.bgc-deep-orange-900 {
  background-color: #BF360C !important; }

.bgc-brown-900 {
  background-color: #3E2723 !important; }

.bgc-grey-900 {
  background-color: #212121 !important; }

.bgc-blue-grey-900 {
  background-color: #263238 !important; }

.bgc-red-A100 {
  background-color: #FF8A80 !important; }

.bgc-pink-A100 {
  background-color: #FF80AB !important; }

.bgc-purple-A100 {
  background-color: #EA80FC !important; }

.bgc-deep-purple-A100 {
  background-color: #B388FF !important; }

.bgc-indigo-A100 {
  background-color: #8C9EFF !important; }

.bgc-blue-A100 {
  background-color: #82B1FF !important; }

.bgc-light-blue-A100 {
  background-color: #84FFFF !important; }

.bgc-teal-A100 {
  background-color: #A7FFEB !important; }

.bgc-green-A100 {
  background-color: #B9F6CA !important; }

.bgc-light-green-A100 {
  background-color: #CCFF90 !important; }

.bgc-lime-A100 {
  background-color: #F4FF81 !important; }

.bgc-yellow-A100 {
  background-color: #FFFF8D !important; }

.bgc-amber-A100 {
  background-color: #FFE57F !important; }

.bgc-orange-A100 {
  background-color: #FFD180 !important; }

.bgc-deep-orange-A100 {
  background-color: #FF9E80 !important; }

.bgc-red-A200 {
  background-color: #FF5252 !important; }

.bgc-pink-A200 {
  background-color: #FF4081 !important; }

.bgc-purple-A200 {
  background-color: #E040FB !important; }

.bgc-deep-purple-A200 {
  background-color: #7C4DFF !important; }

.bgc-indigo-A200 {
  background-color: #536DFE !important; }

.bgc-blue-A200 {
  background-color: #448AFF !important; }

.bgc-light-blue-A200 {
  background-color: #18FFFF !important; }

.bgc-teal-A200 {
  background-color: #64FFDA !important; }

.bgc-green-A200 {
  background-color: #69F0AE !important; }

.bgc-light-green-A200 {
  background-color: #B2FF59 !important; }

.bgc-lime-A200 {
  background-color: #EEFF41 !important; }

.bgc-yellow-A200 {
  background-color: #FFFF00 !important; }

.bgc-amber-A200 {
  background-color: #FFD740 !important; }

.bgc-orange-A200 {
  background-color: #FFAB40 !important; }

.bgc-deep-orange-A200 {
  background-color: #FF6E40 !important; }

.bgc-red-A400 {
  background-color: #FF1744 !important; }

.bgc-pink-A400 {
  background-color: #F50057 !important; }

.bgc-purple-A400 {
  background-color: #D500F9 !important; }

.bgc-deep-purple-A400 {
  background-color: #651FFF !important; }

.bgc-indigo-A400 {
  background-color: #3D5AFE !important; }

.bgc-blue-A400 {
  background-color: #2979FF !important; }

.bgc-light-blue-A400 {
  background-color: #00E5FF !important; }

.bgc-teal-A400 {
  background-color: #1DE9B6 !important; }

.bgc-green-A400 {
  background-color: #00E676 !important; }

.bgc-light-green-A400 {
  background-color: #76FF03 !important; }

.bgc-lime-A400 {
  background-color: #C6FF00 !important; }

.bgc-yellow-A400 {
  background-color: #FFEA00 !important; }

.bgc-amber-A400 {
  background-color: #FFC400 !important; }

.bgc-orange-A400 {
  background-color: #FF9100 !important; }

.bgc-deep-orange-A400 {
  background-color: #FF3D00 !important; }

.bgc-red-A700 {
  background-color: #D50000 !important; }

.bgc-pink-A700 {
  background-color: #C51162 !important; }

.bgc-purple-A700 {
  background-color: #AA00FF !important; }

.bgc-deep-purple-A700 {
  background-color: #6200EA !important; }

.bgc-indigo-A700 {
  background-color: #304FFE !important; }

.bgc-blue-A700 {
  background-color: #2962FF !important; }

.bgc-light-blue-A700 {
  background-color: #00B8D4 !important; }

.bgc-teal-A700 {
  background-color: #00BFA5 !important; }

.bgc-green-A700 {
  background-color: #00C853 !important; }

.bgc-light-green-A700 {
  background-color: #64DD17 !important; }

.bgc-lime-A700 {
  background-color: #AEEA00 !important; }

.bgc-yellow-A700 {
  background-color: #FFD600 !important; }

.bgc-amber-A700 {
  background-color: #FFAB00 !important; }

.bgc-orange-A700 {
  background-color: #FF6D00 !important; }

.bgc-deep-orange-A700 {
  background-color: #DD2C00 !important; }

.bgc-black {
  background-color: #000000 !important; }

.bgc-black-1 {
  background-color: rgba(0, 0, 0, 0.87) !important; }

.bgc-black-2 {
  background-color: rgba(0, 0, 0, 0.54) !important; }

.bgc-black-3 {
  background-color: rgba(0, 0, 0, 0.26) !important; }

.bgc-black-4 {
  background-color: rgba(0, 0, 0, 0.12) !important; }

.bgc-white {
  background-color: #FFFFFF !important; }

.bgc-white-1 {
  background-color: #FFFFFF !important; }

.bgc-white-2 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bgc-white-3 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bgc-white-4 {
  background-color: rgba(255, 255, 255, 0.12) !important; }

.zero-whole {
  width: 0 !important; }

.one-whole {
  width: 100% !important; }

.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important; }

.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important; }

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important; }

.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important; }

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important; }

.one-fifth,
.two-tenths {
  width: 20% !important; }

.two-fifths,
.four-tenths {
  width: 40% !important; }

.three-fifths,
.six-tenths {
  width: 60% !important; }

.four-fifths,
.eight-tenths {
  width: 80% !important; }

.one-sixth,
.two-twelfths {
  width: 16.6666666% !important; }

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important; }

.one-eighth {
  width: 12.5% !important; }

.three-eighths {
  width: 37.5% !important; }

.five-eighths {
  width: 62.5% !important; }

.seven-eighths {
  width: 87.5% !important; }

.one-ninth {
  width: 11.1111111% !important; }

.two-ninths {
  width: 22.2222222% !important; }

.four-ninths {
  width: 44.4444444% !important; }

.five-ninths {
  width: 55.5555555% !important; }

.seven-ninths {
  width: 77.7777777% !important; }

.eight-ninths {
  width: 88.8888888% !important; }

.one-tenth {
  width: 10% !important; }

.three-tenths {
  width: 30% !important; }

.seven-tenths {
  width: 70% !important; }

.nine-tenths {
  width: 90% !important; }

.one-twelfth {
  width: 8.3333333% !important; }

.five-twelfths {
  width: 41.6666666% !important; }

.seven-twelfths {
  width: 58.3333333% !important; }

.eleven-twelfths {
  width: 91.6666666% !important; }

.m {
  margin: 8px !important; }

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

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

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

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

.mh {
  margin-right: 8px !important;
  margin-left: 8px !important; }

.mv {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.m- {
  margin: 4px !important; }

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

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

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

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

.mh- {
  margin-right: 4px !important;
  margin-left: 4px !important; }

.mv- {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.m\+ {
  margin: 16px !important; }

.mt\+ {
  margin-top: 16px !important; }

.mr\+ {
  margin-right: 16px !important; }

.mb\+ {
  margin-bottom: 16px !important; }

.ml\+ {
  margin-left: 16px !important; }

.mh\+ {
  margin-right: 16px !important;
  margin-left: 16px !important; }

.mv\+ {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.m\+\+ {
  margin: 24px !important; }

.mt\+\+ {
  margin-top: 24px !important; }

.mr\+\+ {
  margin-right: 24px !important; }

.mb\+\+ {
  margin-bottom: 24px !important; }

.ml\+\+ {
  margin-left: 24px !important; }

.mh\+\+ {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.mv\+\+ {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.m\+\+\+ {
  margin: 32px !important; }

.mt\+\+\+ {
  margin-top: 32px !important; }

.mr\+\+\+ {
  margin-right: 32px !important; }

.mb\+\+\+ {
  margin-bottom: 32px !important; }

.ml\+\+\+ {
  margin-left: 32px !important; }

.mh\+\+\+ {
  margin-right: 32px !important;
  margin-left: 32px !important; }

.mv\+\+\+ {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p {
  padding: 8px !important; }

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

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

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

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

.ph {
  padding-right: 8px !important;
  padding-left: 8px !important; }

.pv {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.p- {
  padding: 4px !important; }

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

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

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

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

.ph- {
  padding-right: 4px !important;
  padding-left: 4px !important; }

.pv- {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.p\+ {
  padding: 16px !important; }

.pt\+ {
  padding-top: 16px !important; }

.pr\+ {
  padding-right: 16px !important; }

.pb\+ {
  padding-bottom: 16px !important; }

.pl\+ {
  padding-left: 16px !important; }

.ph\+ {
  padding-right: 16px !important;
  padding-left: 16px !important; }

.pv\+ {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.p\+\+ {
  padding: 24px !important; }

.pt\+\+ {
  padding-top: 24px !important; }

.pr\+\+ {
  padding-right: 24px !important; }

.pb\+\+ {
  padding-bottom: 24px !important; }

.pl\+\+ {
  padding-left: 24px !important; }

.ph\+\+ {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.pv\+\+ {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.p\+\+\+ {
  padding: 32px !important; }

.pt\+\+\+ {
  padding-top: 32px !important; }

.pr\+\+\+ {
  padding-right: 32px !important; }

.pb\+\+\+ {
  padding-bottom: 32px !important; }

.pl\+\+\+ {
  padding-left: 32px !important; }

.ph\+\+\+ {
  padding-right: 32px !important;
  padding-left: 32px !important; }

.pv\+\+\+ {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

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

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

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

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

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

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

.display-block {
  display: block; }

.visuallyhidden,
.checkbox__input,
.radio-button__input,
.switch__input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@-moz-keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@keyframes jelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }
.bare-list,
.dropdown-menu ul,
.list,
.tabs__links {
  margin: 0;
  padding: 0;
  list-style: none; }

.divider {
  height: 1px; }

.divider--dark {
  background-color: rgba(0, 0, 0, 0.12); }

.divider--light {
  background-color: rgba(255, 255, 255, 0.12); }

.has-divider {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.has-divider--dark {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.has-divider--light {
  border-bottom-color: rgba(255, 255, 255, 0.12); }

.z-depth1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.z-depth2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }

.z-depth3 {
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.5); }

.btn {
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  background-color: transparent;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  .btn, .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    outline: none; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn .ripple {
    z-index: -1; }

.btn--xs {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px; }

.btn--s {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 30px; }

.btn--m {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 36px; }

.btn--l {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px; }

.btn--xl {
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 56px; }

.btn[disabled],
.btn--is-disabled {
  box-shadow: none !important;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.26) !important; }
  .btn[disabled].btn--raised, .btn[disabled].btn--fab,
  .btn--is-disabled.btn--raised,
  .btn--is-disabled.btn--fab {
    background-color: #E0E0E0 !important; }

.btn--flat.btn--red,
.btn--icon.btn--red {
  color: #F44336; }
  .btn--flat.btn--red .ripple,
  .btn--icon.btn--red .ripple {
    background-color: #F44336; }

.btn--flat.btn--pink,
.btn--icon.btn--pink {
  color: #E91E63; }
  .btn--flat.btn--pink .ripple,
  .btn--icon.btn--pink .ripple {
    background-color: #E91E63; }

.btn--flat.btn--purple,
.btn--icon.btn--purple {
  color: #9C27B0; }
  .btn--flat.btn--purple .ripple,
  .btn--icon.btn--purple .ripple {
    background-color: #9C27B0; }

.btn--flat.btn--deep-purple,
.btn--icon.btn--deep-purple {
  color: #673AB7; }
  .btn--flat.btn--deep-purple .ripple,
  .btn--icon.btn--deep-purple .ripple {
    background-color: #673AB7; }

.btn--flat.btn--indigo,
.btn--icon.btn--indigo {
  color: #3F51B5; }
  .btn--flat.btn--indigo .ripple,
  .btn--icon.btn--indigo .ripple {
    background-color: #3F51B5; }

.btn--flat.btn--blue,
.btn--icon.btn--blue {
  color: #2196F3; }
  .btn--flat.btn--blue .ripple,
  .btn--icon.btn--blue .ripple {
    background-color: #2196F3; }

.btn--flat.btn--light-blue,
.btn--icon.btn--light-blue {
  color: #00BCD4; }
  .btn--flat.btn--light-blue .ripple,
  .btn--icon.btn--light-blue .ripple {
    background-color: #00BCD4; }

.btn--flat.btn--teal,
.btn--icon.btn--teal {
  color: #009688; }
  .btn--flat.btn--teal .ripple,
  .btn--icon.btn--teal .ripple {
    background-color: #009688; }

.btn--flat.btn--green,
.btn--icon.btn--green {
  color: #4CAF50; }
  .btn--flat.btn--green .ripple,
  .btn--icon.btn--green .ripple {
    background-color: #4CAF50; }

.btn--flat.btn--light-green,
.btn--icon.btn--light-green {
  color: #8BC34A; }
  .btn--flat.btn--light-green .ripple,
  .btn--icon.btn--light-green .ripple {
    background-color: #8BC34A; }

.btn--flat.btn--lime,
.btn--icon.btn--lime {
  color: #CDDC39; }
  .btn--flat.btn--lime .ripple,
  .btn--icon.btn--lime .ripple {
    background-color: #CDDC39; }

.btn--flat.btn--yellow,
.btn--icon.btn--yellow {
  color: #FFEB3B; }
  .btn--flat.btn--yellow .ripple,
  .btn--icon.btn--yellow .ripple {
    background-color: #FFEB3B; }

.btn--flat.btn--amber,
.btn--icon.btn--amber {
  color: #FFC107; }
  .btn--flat.btn--amber .ripple,
  .btn--icon.btn--amber .ripple {
    background-color: #FFC107; }

.btn--flat.btn--orange,
.btn--icon.btn--orange {
  color: #FF9800; }
  .btn--flat.btn--orange .ripple,
  .btn--icon.btn--orange .ripple {
    background-color: #FF9800; }

.btn--flat.btn--deep-orange,
.btn--icon.btn--deep-orange {
  color: #FF5722; }
  .btn--flat.btn--deep-orange .ripple,
  .btn--icon.btn--deep-orange .ripple {
    background-color: #FF5722; }

.btn--flat.btn--brown,
.btn--icon.btn--brown {
  color: #795548; }
  .btn--flat.btn--brown .ripple,
  .btn--icon.btn--brown .ripple {
    background-color: #795548; }

.btn--flat.btn--grey,
.btn--icon.btn--grey {
  color: #9E9E9E; }
  .btn--flat.btn--grey .ripple,
  .btn--icon.btn--grey .ripple {
    background-color: #9E9E9E; }

.btn--flat.btn--blue-grey,
.btn--icon.btn--blue-grey {
  color: #607D8B; }
  .btn--flat.btn--blue-grey .ripple,
  .btn--icon.btn--blue-grey .ripple {
    background-color: #607D8B; }

.btn--flat.btn--black,
.btn--icon.btn--black {
  color: #000000; }
  .btn--flat.btn--black .ripple,
  .btn--icon.btn--black .ripple {
    background-color: #000000; }

.btn--flat.btn--white,
.btn--icon.btn--white {
  color: #FFFFFF; }
  .btn--flat.btn--white .ripple,
  .btn--icon.btn--white .ripple {
    background-color: #FFFFFF; }

.btn--raised,
.btn--fab {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .btn--raised:hover,
  .btn--fab:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4); }

.btn--raised.btn--red,
.btn--fab.btn--red {
  color: #FFFFFF;
  background-color: #F44336; }
  .btn--raised.btn--red .ripple,
  .btn--fab.btn--red .ripple {
    background-color: #290502; }

.btn--raised.btn--pink,
.btn--fab.btn--pink {
  color: #FFFFFF;
  background-color: #E91E63; }
  .btn--raised.btn--pink .ripple,
  .btn--fab.btn--pink .ripple {
    background-color: #070103; }

.btn--raised.btn--purple,
.btn--fab.btn--purple {
  color: #FFFFFF;
  background-color: #9C27B0; }
  .btn--raised.btn--purple .ripple,
  .btn--fab.btn--purple .ripple {
    background-color: black; }

.btn--raised.btn--deep-purple,
.btn--fab.btn--deep-purple {
  color: #FFFFFF;
  background-color: #673AB7; }
  .btn--raised.btn--deep-purple .ripple,
  .btn--fab.btn--deep-purple .ripple {
    background-color: black; }

.btn--raised.btn--indigo,
.btn--fab.btn--indigo {
  color: #FFFFFF;
  background-color: #3F51B5; }
  .btn--raised.btn--indigo .ripple,
  .btn--fab.btn--indigo .ripple {
    background-color: black; }

.btn--raised.btn--blue,
.btn--fab.btn--blue {
  color: #FFFFFF;
  background-color: #2196F3; }
  .btn--raised.btn--blue .ripple,
  .btn--fab.btn--blue .ripple {
    background-color: #010c14; }

.btn--raised.btn--light-blue,
.btn--fab.btn--light-blue {
  color: #FFFFFF;
  background-color: #00BCD4; }
  .btn--raised.btn--light-blue .ripple,
  .btn--fab.btn--light-blue .ripple {
    background-color: black; }

.btn--raised.btn--teal,
.btn--fab.btn--teal {
  color: #FFFFFF;
  background-color: #009688; }
  .btn--raised.btn--teal .ripple,
  .btn--fab.btn--teal .ripple {
    background-color: black; }

.btn--raised.btn--green,
.btn--fab.btn--green {
  color: #FFFFFF;
  background-color: #4CAF50; }
  .btn--raised.btn--green .ripple,
  .btn--fab.btn--green .ripple {
    background-color: black; }

.btn--raised.btn--light-green,
.btn--fab.btn--light-green {
  color: #FFFFFF;
  background-color: #8BC34A; }
  .btn--raised.btn--light-green .ripple,
  .btn--fab.btn--light-green .ripple {
    background-color: #070b03; }

.btn--raised.btn--lime,
.btn--fab.btn--lime {
  color: #FFFFFF;
  background-color: #CDDC39; }
  .btn--raised.btn--lime .ripple,
  .btn--fab.btn--lime .ripple {
    background-color: #111303; }

.btn--raised.btn--yellow,
.btn--fab.btn--yellow {
  color: #FFFFFF;
  background-color: #FFEB3B; }
  .btn--raised.btn--yellow .ripple,
  .btn--fab.btn--yellow .ripple {
    background-color: #3b3500; }

.btn--raised.btn--amber,
.btn--fab.btn--amber {
  color: #FFFFFF;
  background-color: #FFC107; }
  .btn--raised.btn--amber .ripple,
  .btn--fab.btn--amber .ripple {
    background-color: #070500; }

.btn--raised.btn--orange,
.btn--fab.btn--orange {
  color: #FFFFFF;
  background-color: #FF9800; }
  .btn--raised.btn--orange .ripple,
  .btn--fab.btn--orange .ripple {
    background-color: black; }

.btn--raised.btn--deep-orange,
.btn--fab.btn--deep-orange {
  color: #FFFFFF;
  background-color: #FF5722; }
  .btn--raised.btn--deep-orange .ripple,
  .btn--fab.btn--deep-orange .ripple {
    background-color: #220800; }

.btn--raised.btn--brown,
.btn--fab.btn--brown {
  color: #FFFFFF;
  background-color: #795548; }
  .btn--raised.btn--brown .ripple,
  .btn--fab.btn--brown .ripple {
    background-color: black; }

.btn--raised.btn--grey,
.btn--fab.btn--grey {
  color: #FFFFFF;
  background-color: #9E9E9E; }
  .btn--raised.btn--grey .ripple,
  .btn--fab.btn--grey .ripple {
    background-color: #1f1f1f; }

.btn--raised.btn--blue-grey,
.btn--fab.btn--blue-grey {
  color: #FFFFFF;
  background-color: #607D8B; }
  .btn--raised.btn--blue-grey .ripple,
  .btn--fab.btn--blue-grey .ripple {
    background-color: black; }

.btn--raised.btn--black,
.btn--fab.btn--black {
  color: #FFFFFF;
  background-color: #000000; }
  .btn--raised.btn--black .ripple,
  .btn--fab.btn--black .ripple {
    background-color: black; }

.btn--raised.btn--white,
.btn--fab.btn--white {
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF; }
  .btn--raised.btn--white .ripple,
  .btn--fab.btn--white .ripple {
    background-color: gray; }

.btn--icon,
.btn--fab {
  border-radius: 50%; }

.btn--icon.btn--xs,
.btn--fab.btn--xs {
  height: 24px;
  width: 24px;
  padding: 0; }
  .btn--icon.btn--xs .mdi,
  .btn--fab.btn--xs .mdi {
    vertical-align: top;
    line-height: 24px; }

.btn--icon.btn--xs {
  font-size: 13px;
  font-size: 0.8125rem; }

.btn--fab.btn--xs {
  font-size: 15px;
  font-size: 0.9375rem; }

.btn--icon.btn--s,
.btn--fab.btn--s {
  height: 30px;
  width: 30px;
  padding: 0; }
  .btn--icon.btn--s .mdi,
  .btn--fab.btn--s .mdi {
    vertical-align: top;
    line-height: 30px; }

.btn--icon.btn--s {
  font-size: 15px;
  font-size: 0.9375rem; }

.btn--fab.btn--s {
  font-size: 15px;
  font-size: 0.9375rem; }

.btn--icon.btn--m,
.btn--fab.btn--m {
  height: 36px;
  width: 36px;
  padding: 0; }
  .btn--icon.btn--m .mdi,
  .btn--fab.btn--m .mdi {
    vertical-align: top;
    line-height: 36px; }

.btn--icon.btn--m {
  font-size: 20px;
  font-size: 1.25rem; }

.btn--fab.btn--m {
  font-size: 17px;
  font-size: 1.0625rem; }

.btn--icon.btn--l,
.btn--fab.btn--l {
  height: 40px;
  width: 40px;
  padding: 0; }
  .btn--icon.btn--l .mdi,
  .btn--fab.btn--l .mdi {
    vertical-align: top;
    line-height: 40px; }

.btn--icon.btn--l {
  font-size: 24px;
  font-size: 1.5rem; }

.btn--fab.btn--l {
  font-size: 18px;
  font-size: 1.125rem; }

.btn--icon.btn--xl,
.btn--fab.btn--xl {
  height: 56px;
  width: 56px;
  padding: 0; }
  .btn--icon.btn--xl .mdi,
  .btn--fab.btn--xl .mdi {
    vertical-align: top;
    line-height: 56px; }

.btn--icon.btn--xl {
  font-size: 28px;
  font-size: 1.75rem; }

.btn--fab.btn--xl {
  font-size: 20px;
  font-size: 1.25rem; }

.card {
  border-radius: 2px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

.card__img--top {
  position: relative; }
  .card__img--top span, .card__img--top strong,
  .card__img--top h1, .card__img--top h2, .card__img--top h3, .card__img--top h4, .card__img--top h5, .card__img--top h6 {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px; }

.card__img--left img {
  max-height: 100%; }

.card__actions {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.checkbox__input:not(:checked) + .checkbox__label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.checkbox__input:not(:checked) + .checkbox__label:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.checkbox__input:checked + .checkbox__label:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.checkbox__input:checked + .checkbox__label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.checkbox__input[disabled] + .checkbox__label {
  cursor: not-allowed; }
  .checkbox__input[disabled] + .checkbox__label:before, .checkbox__input[disabled] + .checkbox__label:after {
    color: rgba(0, 0, 0, 0.26); }

.checkbox__label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox__label:before, .checkbox__label:after {
    font-family: MaterialDesignIcons;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .checkbox__label:before {
    content: '\f1d3'; }
  .checkbox__label:after {
    content: '\f1d4';
    color: #009688; }

.checkbox__help {
  display: block;
  padding-left: 32px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }

.data-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.data-table {
  width: 100%;
  margin: 0; }
  .data-table > thead > tr > th, .data-table > tbody > tr > td {
    height: 64px;
    padding: 8px 16px; }
  .data-table > thead > tr > th {
    font-weight: 400;
    text-align: left;
    white-space: nowrap; }

.data-table--has-primary > thead > tr > th:first-child, .data-table--has-primary > tbody > tr > td:first-child {
  width: 104px;
  padding-left: 32px;
  padding-right: 32px; }
.data-table--has-primary > tbody > tr > td:first-child img,
.data-table--has-primary > tbody > tr > td:first-child .thumbnail {
  border-radius: 50%;
  overflow: hidden; }
.data-table--has-primary > thead > tr > th:nth-child(2), .data-table--has-primary > tbody > tr > td:nth-child(2) {
  padding-left: 0; }

.data-table--has-secondary > thead > tr > th:last-child, .data-table--has-secondary > tbody > tr > td:last-child {
  padding: 0 8px;
  width: 56px; }

.data-table__clickable-row {
  cursor: pointer; }
  .data-table__clickable-row:hover {
    background-color: #F5F5F5; }

.lx-date {
  position: relative; }

.lx-date--fixed-label .text-field {
  padding-top: 8px; }
.lx-date--fixed-label .text-field--is-active .text-field__label {
  display: none; }
.lx-date--fixed-label .text-field__label {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.lx-date--with-icon {
  margin-left: 64px; }

.lx-date-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-date-filter--is-shown {
  opacity: 1; }

.lx-date-input,
.lx-date-input input {
  cursor: pointer !important; }

.lx-date-picker {
  display: none;
  position: fixed;
  top: 32px;
  left: 50%;
  z-index: 1000;
  width: 280px;
  margin-left: -140px;
  background-color: #FFFFFF;
  opacity: 0;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.lx-date-picker--is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.lx-date-picker__current-day-of-week {
  background-color: #00796B; }
  .lx-date-picker__current-day-of-week span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize; }

.lx-date-picker__current-date {
  padding: 8px 0;
  background-color: #009688; }
  .lx-date-picker__current-date span,
  .lx-date-picker__current-date strong,
  .lx-date-picker__current-date a {
    display: block;
    font-weight: 400;
    text-align: center; }
  .lx-date-picker__current-date span,
  .lx-date-picker__current-date a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px; }
  .lx-date-picker__current-date span {
    text-transform: uppercase; }
  .lx-date-picker__current-date strong {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1; }
  .lx-date-picker__current-date a {
    cursor: pointer;
    font-style: normal; }

.lx-date-picker__nav {
  position: relative; }
  .lx-date-picker__nav span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize; }
  .lx-date-picker__nav button {
    position: absolute !important;
    top: 8px; }
    .lx-date-picker__nav button:first-child {
      left: 16px; }
    .lx-date-picker__nav button:last-child {
      right: 16px; }

.lx-date-picker__days-of-week {
  padding: 0 16px; }
  .lx-date-picker__days-of-week span {
    display: inline-block;
    vertical-align: top;
    width: 14.28571%;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    line-height: 24px;
    text-align: center;
    text-transform: uppercase; }

.lx-date-picker__days {
  padding: 0 16px; }

.lx-date-picker__day {
  display: inline-block;
  vertical-align: top;
  width: 14.28571%;
  padding: 4px 0; }
  .lx-date-picker__day a {
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 32px;
    text-align: center; }

.lx-date-picker__day--is-today a {
  font-weight: 500;
  color: #00796B; }

.lx-date-picker__day a:hover,
.lx-date-picker__day--is-selected a {
  cursor: pointer;
  background-color: #009688;
  color: #FFFFFF; }

.lx-date-picker__year-selector {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.lx-date-picker__year {
  display: block;
  cursor: pointer; }
  .lx-date-picker__year span {
    display: block;
    height: 65px;
    width: 65px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 16px;
    font-size: 1rem;
    line-height: 65px;
    text-align: center; }

.lx-date-picker__year:hover span {
  color: #00796B; }

.lx-date-picker__year--is-active span {
  background-color: #009688;
  color: #FFFFFF !important; }

.lx-date-picker__actions {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center; }

.dialog-filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.dialog-filter--is-shown {
  opacity: 1; }

.dialog {
  display: none;
  position: fixed;
  top: 32px;
  left: 50%;
  z-index: 1000;
  background-color: #FFFFFF;
  opacity: 0;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.dialog--alert {
  width: 400px;
  margin-left: -200px; }

@media screen and (min-width: 1024px) {
  .dialog--l {
    width: 800px;
    margin-left: -400px; } }
@media screen and (max-width: 1023px) {
  .dialog--l {
    width: 80%;
    margin-left: -40%; } }

.dialog--is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.dialog--is-fixed {
  bottom: 32px; }
  .dialog--is-fixed .dialog__header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .dialog--is-fixed .dialog__scrollable {
    position: absolute;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; }
  .dialog--is-fixed .dialog__actions {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12); }

.dialog__actions {
  padding: 8px 16px;
  text-align: right; }

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  border-radius: 2px;
  background-color: #FFFFFF;
  text-align: left;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  .dropdown-menu ul > li {
    position: relative; }

.dropdown__menu--is-dropped .dropdown-menu__content {
  opacity: 1; }

.dropdown-menu__content {
  padding: 8px 0;
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.dropdown-divider {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.12); }

.dropdown-link {
  display: block;
  height: 32px;
  padding: 0 16px;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px;
  text-decoration: none;
  white-space: nowrap; }
  .dropdown-link:not(.dropdown-link--is-header):hover {
    background-color: #EEEEEE; }

.dropdown-link--is-header {
  color: rgba(0, 0, 0, 0.26);
  cursor: default; }

.fab {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .fab:hover .fab__primary .mdi:nth-of-type(1) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .fab:hover .fab__primary .mdi:last-child {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .fab:hover .fab__actions {
    pointer-events: auto; }
    .fab:hover .fab__actions .btn {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.fab__primary .mdi {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .fab__primary .mdi:last-child {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

.fab__actions {
  z-index: 999;
  pointer-events: none; }
  .fab__actions .btn {
    display: block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.fab__actions--up .btn:nth-child(1),
.fab__actions--left .btn:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.fab__actions--up .btn:nth-child(2),
.fab__actions--left .btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.fab__actions--up .btn:nth-child(3),
.fab__actions--left .btn:nth-child(3) {
  -webkit-transition-delay: 0.06667s;
  -moz-transition-delay: 0.06667s;
  transition-delay: 0.06667s; }
.fab__actions--up .btn:nth-child(4),
.fab__actions--left .btn:nth-child(4) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.fab__actions--up .btn:nth-child(5),
.fab__actions--left .btn:nth-child(5) {
  -webkit-transition-delay: 0.04s;
  -moz-transition-delay: 0.04s;
  transition-delay: 0.04s; }
.fab__actions--up .btn:nth-child(6),
.fab__actions--left .btn:nth-child(6) {
  -webkit-transition-delay: 0.03333s;
  -moz-transition-delay: 0.03333s;
  transition-delay: 0.03333s; }
.fab__actions--up .btn:nth-child(7),
.fab__actions--left .btn:nth-child(7) {
  -webkit-transition-delay: 0.02857s;
  -moz-transition-delay: 0.02857s;
  transition-delay: 0.02857s; }
.fab__actions--up .btn:nth-child(8),
.fab__actions--left .btn:nth-child(8) {
  -webkit-transition-delay: 0.025s;
  -moz-transition-delay: 0.025s;
  transition-delay: 0.025s; }
.fab__actions--up .btn:nth-child(9),
.fab__actions--left .btn:nth-child(9) {
  -webkit-transition-delay: 0.02222s;
  -moz-transition-delay: 0.02222s;
  transition-delay: 0.02222s; }
.fab__actions--up .btn:nth-child(10),
.fab__actions--left .btn:nth-child(10) {
  -webkit-transition-delay: 0.02s;
  -moz-transition-delay: 0.02s;
  transition-delay: 0.02s; }

.fab__actions--down .btn:nth-child(1),
.fab__actions--right .btn:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  transition-delay: 0.05s; }
.fab__actions--down .btn:nth-child(2),
.fab__actions--right .btn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.fab__actions--down .btn:nth-child(3),
.fab__actions--right .btn:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s; }
.fab__actions--down .btn:nth-child(4),
.fab__actions--right .btn:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }
.fab__actions--down .btn:nth-child(5),
.fab__actions--right .btn:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  transition-delay: 0.25s; }
.fab__actions--down .btn:nth-child(6),
.fab__actions--right .btn:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.fab__actions--down .btn:nth-child(7),
.fab__actions--right .btn:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  transition-delay: 0.35s; }
.fab__actions--down .btn:nth-child(8),
.fab__actions--right .btn:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }
.fab__actions--down .btn:nth-child(9),
.fab__actions--right .btn:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  transition-delay: 0.45s; }
.fab__actions--down .btn:nth-child(10),
.fab__actions--right .btn:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.fab__actions--left,
.fab__actions--right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.fab__actions--up {
  position: absolute;
  bottom: 56px;
  left: 7px; }
  .fab__actions--up .btn {
    margin-bottom: 8px; }

.fab__actions--down {
  position: absolute;
  top: 56px;
  left: 7px; }
  .fab__actions--down .btn {
    margin-top: 8px; }

.fab__actions--left {
  position: absolute;
  right: 56px;
  bottom: 7px; }
  .fab__actions--left .btn {
    margin-right: 8px; }

.fab__actions--right {
  position: absolute;
  bottom: 7px;
  left: 56px; }
  .fab__actions--right .btn {
    margin-left: 8px; }

.input-file {
  position: relative;
  padding-top: 32px;
  padding-bottom: 8px; }
  .input-file:before, .input-file:after {
    content: ''; }
  .input-file:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .input-file:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background-color: #2196F3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.input-file--is-active .input-file__label {
  -webkit-transform: scale(0.75) translateY(0);
  -moz-transform: scale(0.75) translateY(0);
  -ms-transform: scale(0.75) translateY(0);
  -o-transform: scale(0.75) translateY(0);
  transform: scale(0.75) translateY(0); }
.input-file--is-active .input-file__filename {
  opacity: 1; }

.input-file--is-focused:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.input-file--is-focused .input-file__label {
  color: #2196F3; }

.input-file__label {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  color: rgba(0, 0, 0, 0.26);
  line-height: 32px;
  pointer-events: none;
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.input-file__filename {
  display: block;
  height: 32px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.input-file__input {
  position: absolute;
  top: 32px;
  left: 0;
  height: 32px;
  width: 100%;
  opacity: 0;
  cursor: pointer; }

@media screen and (min-width: 1024px) {
  [flex-container] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }

[flex-wrap] {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (min-width: 1024px) {
  [flex-align="center"],
  [flex-align="center center"],
  [flex-align="center start"],
  [flex-align="center end"] {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

@media screen and (min-width: 1024px) {
  [flex-align="end"],
  [flex-align="end center"],
  [flex-align="end start"],
  [flex-align="end end"] {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; } }

@media screen and (min-width: 1024px) {
  [flex-align="space-around"],
  [flex-align="space-around center"],
  [flex-align="space-around start"],
  [flex-align="space-around end"] {
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; } }

@media screen and (min-width: 1024px) {
  [flex-align="space-between"],
  [flex-align="space-between center"],
  [flex-align="space-between start"],
  [flex-align="space-between end"] {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

@media screen and (min-width: 1024px) {
  [flex-align="center center"],
  [flex-align="start center"],
  [flex-align="end center"],
  [flex-align="space-between center"],
  [flex-align="space-around center"] {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

@media screen and (min-width: 1024px) {
  [flex-align="center start"],
  [flex-align="start start"],
  [flex-align="end start"],
  [flex-align="space-between start"],
  [flex-align="space-around start"] {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; } }

@media screen and (min-width: 1024px) {
  [flex-align="center end"],
  [flex-align="start end"],
  [flex-align="end end"],
  [flex-align="space-between end"],
  [flex-align="space-around end"] {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; } }

@media screen and (min-width: 1024px) {
  [flex-gutter="8"] {
    margin: 0 -4px; } }
@media screen and (max-width: 1023px) {
  [flex-gutter="8"] > [flex-item] {
    margin-bottom: 8px; } }
@media screen and (min-width: 1024px) {
  [flex-gutter="8"] > [flex-item] {
    padding: 0 4px; } }

@media screen and (min-width: 1024px) {
  [flex-gutter="16"] {
    margin: 0 -8px; } }
@media screen and (max-width: 1023px) {
  [flex-gutter="16"] > [flex-item] {
    margin-bottom: 16px; } }
@media screen and (min-width: 1024px) {
  [flex-gutter="16"] > [flex-item] {
    padding: 0 8px; } }

@media screen and (min-width: 1024px) {
  [flex-gutter="24"] {
    margin: 0 -12px; } }
@media screen and (max-width: 1023px) {
  [flex-gutter="24"] > [flex-item] {
    margin-bottom: 24px; } }
@media screen and (min-width: 1024px) {
  [flex-gutter="24"] > [flex-item] {
    padding: 0 12px; } }

@media screen and (min-width: 1024px) {
  [flex-gutter="32"] {
    margin: 0 -16px; } }
@media screen and (max-width: 1023px) {
  [flex-gutter="32"] > [flex-item] {
    margin-bottom: 32px; } }
@media screen and (min-width: 1024px) {
  [flex-gutter="32"] > [flex-item] {
    padding: 0 16px; } }

@media screen and (min-width: 1024px) {
  [flex-item] {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="1"] {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="1"] {
    flex: 0 0 8.33333%;
    max-height: 8.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="2"] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="2"] {
    flex: 0 0 16.66667%;
    max-height: 16.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="3"] {
    flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="3"] {
    flex: 0 0 25%;
    max-height: 25%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="4"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="4"] {
    flex: 0 0 33.33333%;
    max-height: 33.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="5"] {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="5"] {
    flex: 0 0 41.66667%;
    max-height: 41.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="6"] {
    flex: 0 0 50%;
    max-width: 50%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="6"] {
    flex: 0 0 50%;
    max-height: 50%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="7"] {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="7"] {
    flex: 0 0 58.33333%;
    max-height: 58.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="8"] {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="8"] {
    flex: 0 0 66.66667%;
    max-height: 66.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="9"] {
    flex: 0 0 75%;
    max-width: 75%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="9"] {
    flex: 0 0 75%;
    max-height: 75%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="10"] {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="10"] {
    flex: 0 0 83.33333%;
    max-height: 83.33333%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="11"] {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="11"] {
    flex: 0 0 91.66667%;
    max-height: 91.66667%; } }

@media screen and (min-width: 1024px) {
  [flex-container="row"] > [flex-item="12"] {
    flex: 0 0 100%;
    max-width: 100%; } }

@media screen and (min-width: 1024px) {
  [flex-container="column"] > [flex-item="12"] {
    flex: 0 0 100%;
    max-height: 100%; } }

@media screen and (min-width: 1024px) {
  [flex-item-align="center"] {
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center;
    -ms-flex-item-align: center; } }

@media screen and (min-width: 1024px) {
  [flex-item-align="start"] {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-item-align: start; } }

@media screen and (min-width: 1024px) {
  [flex-item-align="end"] {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-item-align: end; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="1"] {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="2"] {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="3"] {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="4"] {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    box-ordinal-group: 4;
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="5"] {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    box-ordinal-group: 5;
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
    -ms-flex-order: 5; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="6"] {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    box-ordinal-group: 6;
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
    -ms-flex-order: 6; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="7"] {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    box-ordinal-group: 7;
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
    -ms-flex-order: 7; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="8"] {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    box-ordinal-group: 8;
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
    -ms-flex-order: 8; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="9"] {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    box-ordinal-group: 9;
    -webkit-order: 9;
    -moz-order: 9;
    order: 9;
    -ms-flex-order: 9; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="10"] {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    box-ordinal-group: 10;
    -webkit-order: 10;
    -moz-order: 10;
    order: 10;
    -ms-flex-order: 10; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="11"] {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    box-ordinal-group: 11;
    -webkit-order: 11;
    -moz-order: 11;
    order: 11;
    -ms-flex-order: 11; } }

@media screen and (min-width: 1024px) {
  [flex-item-order="12"] {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    box-ordinal-group: 12;
    -webkit-order: 12;
    -moz-order: 12;
    order: 12;
    -ms-flex-order: 12; } }

.icon {
  vertical-align: top;
  text-align: center; }

.icon--xs {
  height: 24px;
  width: 24px;
  line-height: 24px !important; }
  .icon--xs.icon--circled {
    font-size: 10px;
    font-size: 0.625rem; }
  .icon--xs.icon--flat {
    font-size: 18px;
    font-size: 1.125rem; }

.icon--s {
  height: 30px;
  width: 30px;
  line-height: 30px !important; }
  .icon--s.icon--circled {
    font-size: 12px;
    font-size: 0.75rem; }
  .icon--s.icon--flat {
    font-size: 24px;
    font-size: 1.5rem; }

.icon--m {
  height: 36px;
  width: 36px;
  line-height: 36px !important; }
  .icon--m.icon--circled {
    font-size: 14px;
    font-size: 0.875rem; }
  .icon--m.icon--flat {
    font-size: 30px;
    font-size: 1.875rem; }

.icon--l {
  height: 40px;
  width: 40px;
  line-height: 40px !important; }
  .icon--l.icon--circled {
    font-size: 18px;
    font-size: 1.125rem; }
  .icon--l.icon--flat {
    font-size: 34px;
    font-size: 2.125rem; }

.icon--xl {
  height: 56px;
  width: 56px;
  line-height: 56px !important; }
  .icon--xl.icon--circled {
    font-size: 26px;
    font-size: 1.625rem; }
  .icon--xl.icon--flat {
    font-size: 50px;
    font-size: 3.125rem; }

.icon--circled.icon--red {
  color: #FFFFFF;
  background-color: #F44336; }

.icon--flat.icon--red {
  color: #F44336; }

.icon--circled.icon--pink {
  color: #FFFFFF;
  background-color: #E91E63; }

.icon--flat.icon--pink {
  color: #E91E63; }

.icon--circled.icon--purple {
  color: #FFFFFF;
  background-color: #9C27B0; }

.icon--flat.icon--purple {
  color: #9C27B0; }

.icon--circled.icon--deep-purple {
  color: #FFFFFF;
  background-color: #673AB7; }

.icon--flat.icon--deep-purple {
  color: #673AB7; }

.icon--circled.icon--indigo {
  color: #FFFFFF;
  background-color: #3F51B5; }

.icon--flat.icon--indigo {
  color: #3F51B5; }

.icon--circled.icon--blue {
  color: #FFFFFF;
  background-color: #2196F3; }

.icon--flat.icon--blue {
  color: #2196F3; }

.icon--circled.icon--light-blue {
  color: #FFFFFF;
  background-color: #00BCD4; }

.icon--flat.icon--light-blue {
  color: #00BCD4; }

.icon--circled.icon--teal {
  color: #FFFFFF;
  background-color: #009688; }

.icon--flat.icon--teal {
  color: #009688; }

.icon--circled.icon--green {
  color: #FFFFFF;
  background-color: #4CAF50; }

.icon--flat.icon--green {
  color: #4CAF50; }

.icon--circled.icon--light-green {
  color: #FFFFFF;
  background-color: #8BC34A; }

.icon--flat.icon--light-green {
  color: #8BC34A; }

.icon--circled.icon--lime {
  color: #FFFFFF;
  background-color: #CDDC39; }

.icon--flat.icon--lime {
  color: #CDDC39; }

.icon--circled.icon--yellow {
  color: #FFFFFF;
  background-color: #FFEB3B; }

.icon--flat.icon--yellow {
  color: #FFEB3B; }

.icon--circled.icon--amber {
  color: #FFFFFF;
  background-color: #FFC107; }

.icon--flat.icon--amber {
  color: #FFC107; }

.icon--circled.icon--orange {
  color: #FFFFFF;
  background-color: #FF9800; }

.icon--flat.icon--orange {
  color: #FF9800; }

.icon--circled.icon--deep-orange {
  color: #FFFFFF;
  background-color: #FF5722; }

.icon--flat.icon--deep-orange {
  color: #FF5722; }

.icon--circled.icon--brown {
  color: #FFFFFF;
  background-color: #795548; }

.icon--flat.icon--brown {
  color: #795548; }

.icon--circled.icon--grey {
  color: #FFFFFF;
  background-color: #9E9E9E; }

.icon--flat.icon--grey {
  color: #9E9E9E; }

.icon--circled.icon--blue-grey {
  color: #FFFFFF;
  background-color: #607D8B; }

.icon--flat.icon--blue-grey {
  color: #607D8B; }

.icon--circled.icon--black {
  color: #FFFFFF;
  background-color: #000000; }

.icon--flat.icon--black {
  color: #000000; }

.icon--circled.icon--white {
  color: #FFFFFF;
  background-color: #FFFFFF; }

.icon--flat.icon--white {
  color: #FFFFFF; }

.icon--circled {
  border-radius: 50%; }

.list-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  position: relative;
  padding: 0 16px; }
  .list-row.list-row--multi-line .list-row__primary,
  .list-row.list-row--multi-line .list-row__secondary,
  .list-row.list-row--multi-line .list-primary-tile,
  .list-row.list-row--multi-line .list-secondary-tile {
    padding: 16px 0; }
  .list-row:not(.list-row--multi-line) .list-row__primary,
  .list-row:not(.list-row--multi-line) .list-row__content,
  .list-row:not(.list-row--multi-line) .list-row__secondary,
  .list-row:not(.list-row--multi-line) .list-primary-tile,
  .list-row:not(.list-row--multi-line) .list-content-tile,
  .list-row:not(.list-row--multi-line) .list-secondary-tile {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .list-row:not(.list-row--multi-line) .list-row__primary,
  .list-row:not(.list-row--multi-line) .list-row__secondary,
  .list-row:not(.list-row--multi-line) .list-primary-tile,
  .list-row:not(.list-row--multi-line) .list-secondary-tile {
    padding: 8px 0; }

.list-row--has-separator .list-row__content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12); }
.list-row--has-separator:last-child .list-row__content:after {
  display: none; }

.list-row--is-clickable {
  cursor: pointer; }

.list-row--is-clickable:hover,
.list-row--is-active {
  background-color: #F5F5F5; }

.list-row__primary,
.list-row__content,
.list-row__secondary,
.list-primary-tile,
.list-content-tile,
.list-secondary-tile {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.list-row__primary,
.list-primary-tile {
  width: 56px; }

.list-row__content,
.list-content-tile {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 0; }

.list-row__secondary,
.list-secondary-tile {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  width: 40px; }

.list-divider {
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.12); }

.list-divider--is-pushed {
  margin-left: 72px; }

.list-subheader {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.54); }

.list-subheader--is-pushed {
  margin-left: 56px; }

.notification {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1001;
  max-width: 300px;
  padding: 16px 24px;
  border-radius: 2px;
  background-color: #323232;
  cursor: pointer;
  -webkit-animation: jelly 1000ms linear both;
  -moz-animation: jelly 1000ms linear both;
  animation: jelly 1000ms linear both;
  -webkit-transition: margin-bottom 0.2s ease-in-out;
  -moz-transition: margin-bottom 0.2s ease-in-out;
  transition: margin-bottom 0.2s ease-in-out; }

.notification__content {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 20px; }

.notification--has-icon .notification__content {
  padding-left: 32px; }

.notification__icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFFFFF;
  line-height: 20px !important; }

.notification--red .notification__icon {
  color: #F44336; }

.notification--pink .notification__icon {
  color: #E91E63; }

.notification--purple .notification__icon {
  color: #9C27B0; }

.notification--deep-purple .notification__icon {
  color: #673AB7; }

.notification--indigo .notification__icon {
  color: #3F51B5; }

.notification--blue .notification__icon {
  color: #2196F3; }

.notification--light-blue .notification__icon {
  color: #00BCD4; }

.notification--teal .notification__icon {
  color: #009688; }

.notification--green .notification__icon {
  color: #4CAF50; }

.notification--light-green .notification__icon {
  color: #8BC34A; }

.notification--lime .notification__icon {
  color: #CDDC39; }

.notification--yellow .notification__icon {
  color: #FFEB3B; }

.notification--amber .notification__icon {
  color: #FFC107; }

.notification--orange .notification__icon {
  color: #FF9800; }

.notification--deep-orange .notification__icon {
  color: #FF5722; }

.notification--brown .notification__icon {
  color: #795548; }

.notification--grey .notification__icon {
  color: #9E9E9E; }

.notification--blue-grey .notification__icon {
  color: #607D8B; }

.notification--black .notification__icon {
  color: #000000; }

.notification--white .notification__icon {
  color: #FFFFFF; }

.progress-circular-container {
  position: relative;
  height: 50px; }

.progress-circular {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px; }

.progress-circular--is-small {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.progress-circular--is-shown .progress-circular__path {
  stroke-width: 6; }

.progress-circular__svg {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.progress-circular__path {
  stroke-width: 0;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: circular 1.5s ease-in-out infinite;
  -moz-animation: circular 1.5s ease-in-out infinite;
  animation: circular 1.5s ease-in-out infinite;
  -webkit-transition-property: stroke-width;
  -moz-transition-property: stroke-width;
  transition-property: stroke-width;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }

@-webkit-keyframes circular {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@-moz-keyframes circular {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
@keyframes circular {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124; } }
.progress-linear {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 4px;
  overflow: hidden;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center; }

.progress-linear--is-shown {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.progress-linear__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4; }

.progress-linear__bar {
  -webkit-transform: scale(1) translateX(50%);
  -moz-transform: scale(1) translateX(50%);
  -ms-transform: scale(1) translateX(50%);
  -o-transform: scale(1) translateX(50%);
  transform: scale(1) translateX(50%); }

.progress-linear__bar--first {
  position: absolute;
  top: -12px;
  height: 24px;
  width: 100%;
  -webkit-animation: bar1 2s linear infinite;
  -moz-animation: bar1 2s linear infinite;
  animation: bar1 2s linear infinite; }

.progress-linear__bar--second {
  position: absolute;
  top: -48px;
  height: 96px;
  width: 100%;
  -webkit-animation: bar2 2s linear infinite;
  -moz-animation: bar2 2s linear infinite;
  animation: bar2 2s linear infinite; }

@-webkit-keyframes bar1 {
  0% {
    -webkit-transform: scale(0.5) translateX(-150%); }
  37.5% {
    -webkit-transform: scale(0.75) translateX(0%); }
  75% {
    -webkit-transform: scale(0.5) translateX(150%); }
  100% {
    -webkit-transform: scale(0.5) translateX(150%); } }
@-moz-keyframes bar1 {
  0% {
    -moz-transform: scale(0.5) translateX(-150%); }
  37.5% {
    -moz-transform: scale(0.75) translateX(0%); }
  75% {
    -moz-transform: scale(0.5) translateX(150%); }
  100% {
    -moz-transform: scale(0.5) translateX(150%); } }
@keyframes bar1 {
  0% {
    -webkit-transform: scale(0.5) translateX(-150%);
    -moz-transform: scale(0.5) translateX(-150%);
    -ms-transform: scale(0.5) translateX(-150%);
    -o-transform: scale(0.5) translateX(-150%);
    transform: scale(0.5) translateX(-150%); }
  37.5% {
    -webkit-transform: scale(0.75) translateX(0%);
    -moz-transform: scale(0.75) translateX(0%);
    -ms-transform: scale(0.75) translateX(0%);
    -o-transform: scale(0.75) translateX(0%);
    transform: scale(0.75) translateX(0%); }
  75% {
    -webkit-transform: scale(0.5) translateX(150%);
    -moz-transform: scale(0.5) translateX(150%);
    -ms-transform: scale(0.5) translateX(150%);
    -o-transform: scale(0.5) translateX(150%);
    transform: scale(0.5) translateX(150%); }
  100% {
    -webkit-transform: scale(0.5) translateX(150%);
    -moz-transform: scale(0.5) translateX(150%);
    -ms-transform: scale(0.5) translateX(150%);
    -o-transform: scale(0.5) translateX(150%);
    transform: scale(0.5) translateX(150%); } }
@-webkit-keyframes bar2 {
  0% {
    -webkit-transform: scale(0.5) translateX(-250%); }
  40% {
    -webkit-transform: scale(0.5) translateX(-250%); }
  55% {
    -webkit-transform: scale(0.5) translateX(-150%); }
  70% {
    -webkit-transform: scale(0.5) translateX(-50%); }
  85% {
    -webkit-transform: scale(0.25) translateX(150%); }
  100% {
    -webkit-transform: scale(0.25) translateX(250%); } }
@-moz-keyframes bar2 {
  0% {
    -moz-transform: scale(0.5) translateX(-250%); }
  40% {
    -moz-transform: scale(0.5) translateX(-250%); }
  55% {
    -moz-transform: scale(0.5) translateX(-150%); }
  70% {
    -moz-transform: scale(0.5) translateX(-50%); }
  85% {
    -moz-transform: scale(0.25) translateX(150%); }
  100% {
    -moz-transform: scale(0.25) translateX(250%); } }
@keyframes bar2 {
  0% {
    -webkit-transform: scale(0.5) translateX(-250%);
    -moz-transform: scale(0.5) translateX(-250%);
    -ms-transform: scale(0.5) translateX(-250%);
    -o-transform: scale(0.5) translateX(-250%);
    transform: scale(0.5) translateX(-250%); }
  40% {
    -webkit-transform: scale(0.5) translateX(-250%);
    -moz-transform: scale(0.5) translateX(-250%);
    -ms-transform: scale(0.5) translateX(-250%);
    -o-transform: scale(0.5) translateX(-250%);
    transform: scale(0.5) translateX(-250%); }
  55% {
    -webkit-transform: scale(0.5) translateX(-150%);
    -moz-transform: scale(0.5) translateX(-150%);
    -ms-transform: scale(0.5) translateX(-150%);
    -o-transform: scale(0.5) translateX(-150%);
    transform: scale(0.5) translateX(-150%); }
  70% {
    -webkit-transform: scale(0.5) translateX(-50%);
    -moz-transform: scale(0.5) translateX(-50%);
    -ms-transform: scale(0.5) translateX(-50%);
    -o-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%); }
  85% {
    -webkit-transform: scale(0.25) translateX(150%);
    -moz-transform: scale(0.25) translateX(150%);
    -ms-transform: scale(0.25) translateX(150%);
    -o-transform: scale(0.25) translateX(150%);
    transform: scale(0.25) translateX(150%); }
  100% {
    -webkit-transform: scale(0.25) translateX(250%);
    -moz-transform: scale(0.25) translateX(250%);
    -ms-transform: scale(0.25) translateX(250%);
    -o-transform: scale(0.25) translateX(250%);
    transform: scale(0.25) translateX(250%); } }
.radio-group .radio-button {
  margin-bottom: 8px; }

.radio-button__input:not(:checked) + .radio-button__label:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.radio-button__input:not(:checked) + .radio-button__label:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.radio-button__input:checked + .radio-button__label:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.radio-button__input:checked + .radio-button__label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.radio-button__input[disabled] + .radio-button__label {
  cursor: not-allowed; }
  .radio-button__input[disabled] + .radio-button__label:before, .radio-button__input[disabled] + .radio-button__label:after {
    color: rgba(0, 0, 0, 0.26); }

.radio-button__label {
  display: block;
  position: relative;
  padding-left: 32px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .radio-button__label:before, .radio-button__label:after {
    font-family: MaterialDesignIcons;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .radio-button__label:before {
    content: '\f3db'; }
  .radio-button__label:after {
    content: '\f3dc';
    color: #009688; }

.radio-button__help {
  display: block;
  padding-left: 32px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }

.ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none; }

.ripple--is-animated {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@media screen and (max-width: 1023px) {
  .scrollbar-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
@media screen and (min-width: 1024px) {
  .scrollbar-container {
    position: relative;
    overflow: hidden; } }

.scrollbar-container:hover .scrollbar-y-axis__handle,
.scrollbar-y-axis--is-dragging .scrollbar-y-axis__handle {
  opacity: 1; }

.scrollbar-y-axis {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px; }
  .scrollbar-y-axis:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.scrollbar-y-axis:hover:before,
.scrollbar-y-axis--is-dragging:before {
  opacity: 1; }

.scrollbar-y-axis__handle {
  position: absolute;
  top: 0;
  left: 2px;
  width: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.search-filter {
  position: relative;
  overflow: hidden; }

.search-filter--is-closed {
  width: 40px; }

.search-filter--is-focused .search-filter__cancel {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.search-filter--dark-theme .search-filter__label {
  color: #FFFFFF; }
.search-filter--dark-theme .search-filter__input {
  color: #FFFFFF; }
.search-filter--dark-theme .search-filter__cancel {
  color: #FFFFFF; }

.search-filter--light-theme .search-filter__label {
  color: rgba(0, 0, 0, 0.87); }
.search-filter--light-theme .search-filter__input {
  color: rgba(0, 0, 0, 0.87); }
.search-filter--light-theme .search-filter__cancel {
  color: rgba(0, 0, 0, 0.87); }

.search-filter__container {
  position: relative;
  height: 40px;
  width: 240px;
  padding: 0 40px 0 56px; }

.search-filter__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  cursor: pointer; }
  .search-filter__label .mdi {
    position: absolute;
    top: 9px;
    left: 8px; }

.search-filter__input {
  display: block;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none; }
  .search-filter__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .search-filter__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .search-filter__input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input:-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .search-filter__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26); }
    .search-filter--dark-theme .search-filter__input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }

.search-filter__cancel {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .search-filter__cancel .mdi {
    line-height: 40px; }

.lx-select {
  position: relative;
  margin-top: 32px;
  padding-bottom: 8px; }
  .lx-select:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .lx-select .dropdown {
    display: block; }

.lx-select__floating-label {
  color: rgba(0, 0, 0, 0.26);
  position: absolute;
  top: -20px;
  left: 0;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left; }

.lx-select__selected {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
  white-space: nowrap; }
  .lx-select__selected:after {
    font-family: MaterialDesignIcons;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f340';
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.26);
    line-height: 16px; }
  .lx-select__selected:hover .lx-select__close {
    opacity: 1; }
  .lx-select__selected .ripple {
    background-color: #9E9E9E; }

.lx-select__selected--is-unique {
  line-height: 32px; }

.lx-select__selected--is-multiple {
  padding-top: 6px;
  padding-bottom: 2px; }

.lx-select__selected--placeholder {
  padding-top: 0 !important;
  color: rgba(0, 0, 0, 0.26);
  line-height: 32px !important; }

.lx-select__close {
  display: block;
  position: absolute;
  top: 8px;
  right: 24px;
  opacity: 0;
  line-height: 32px;
  -webkit-transition-property: opacity, color;
  -moz-transition-property: opacity, color;
  transition-property: opacity, color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .lx-select__close:hover {
    color: #F44336; }

.lx-select__tag {
  position: relative;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #F5F5F5;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .lx-select__tag:last-child {
    margin-right: 0; }

.lx-select__choices {
  margin-left: -16px;
  margin-top: -12px; }
  .lx-select__choices .dropdown-menu__content {
    padding-top: 0; }

.lx-select__choice--is-multiple {
  position: relative;
  padding-left: 40px; }
  .lx-select__choice--is-multiple:before, .lx-select__choice--is-multiple:after {
    font-family: MaterialDesignIcons;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .lx-select__choice--is-multiple:before {
    content: '\f1d3';
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .lx-select__choice--is-multiple:after {
    content: '\f1d4';
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    color: #009688; }

.lx-select__choice--is-selected:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.lx-select__choice--is-selected:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.lx-select__help {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.26);
  line-height: 32px;
  white-space: nowrap; }

.lx-select__loader {
  height: 32px;
  line-height: 32px;
  text-align: center; }
  .lx-select__loader .mdi {
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

.lx-select__chosen {
  display: block;
  min-height: 56px;
  padding: 0 40px 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 56px; }

.lx-select__chosen--is-multiple {
  padding-top: 18px;
  padding-bottom: 14px; }
  .lx-select__chosen--is-multiple::after {
    clear: both;
    content: "";
    display: table; }

.lx-select__filter {
  padding: 2px 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

/*------------------------------------*\
   #OBJECTS-SWITCH
\*------------------------------------*/
.switch__input:not(:checked) + .switch__label:before {
  background-color: rgba(0, 0, 0, 0.26); }
.switch__input:not(:checked) + .switch__label:after {
  background-color: #FAFAFA; }
.switch__input:checked + .switch__label:before {
  background-color: rgba(0, 150, 136, 0.5); }
.switch__input:checked + .switch__label:after {
  background-color: #009688;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px); }
.switch__input[disabled] + .switch__label {
  cursor: not-allowed; }
  .switch__input[disabled] + .switch__label:before {
    background-color: rgba(0, 0, 0, 0.12); }
  .switch__input[disabled] + .switch__label:after {
    background-color: #BDBDBD; }

.switch__label {
  display: block;
  position: relative;
  padding-left: 45px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch__label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    height: 14px;
    width: 35px;
    border-radius: 7px;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  .switch__label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 2;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; }

.switch__help {
  display: block;
  padding-left: 45px;
  color: rgba(0, 0, 0, 0.54);
  text-align: left; }

.tabs {
  position: relative; }
  .tabs:after {
    content: '';
    position: absolute;
    top: 47px;
    right: 0;
    left: 0;
    height: 1px; }

.tabs--theme-light:after {
  background-color: rgba(255, 255, 255, 0.7); }
.tabs--theme-light .tabs-link {
  color: rgba(255, 255, 255, 0.7); }
.tabs--theme-light .tabs-link:hover,
.tabs--theme-light .tabs-link--is-active {
  color: #FFFFFF !important; }

.tabs--theme-dark:after {
  background-color: rgba(0, 0, 0, 0.12); }
.tabs--theme-dark .tabs-link {
  color: rgba(0, 0, 0, 0.54); }

.tabs--layout-full .tabs__links {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center; }
  .tabs--layout-full .tabs__links li {
    display: table-cell; }

.tabs--layout-inline .tabs__links li {
  display: inline-block;
  vertical-align: top; }
@media screen and (max-width: 480px) {
  .tabs--layout-inline .tabs-link {
    padding-left: 12px;
    padding-right: 12px; } }
@media screen and (min-width: 481px) {
  .tabs--layout-inline .tabs-link {
    padding-left: 24px;
    padding-right: 24px; } }

.tabs--no-divider:after {
  display: none; }

.tabs__links {
  position: relative; }

.tabs__indicator {
  position: absolute;
  top: 46px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2px; }

.tabs-link {
  display: block;
  height: 48px;
  cursor: pointer;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  @media screen and (max-width: 1023px) {
    .tabs-link {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 1024px) {
    .tabs-link {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .tabs-link .mdi {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 48px; }

.text-field {
  position: relative;
  padding-top: 32px;
  padding-bottom: 8px; }
  .text-field:before, .text-field:after {
    content: ''; }
  .text-field:before {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  .text-field:after {
    position: absolute;
    right: 0;
    bottom: 6px;
    left: 0;
    height: 2px;
    background-color: #2196F3;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.text-field--is-active .text-field__label {
  -webkit-transform: scale(0.75) translateY(0);
  -moz-transform: scale(0.75) translateY(0);
  -ms-transform: scale(0.75) translateY(0);
  -o-transform: scale(0.75) translateY(0);
  transform: scale(0.75) translateY(0); }

.text-field--is-focused:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.text-field--is-focused .text-field__label {
  color: #2196F3; }
.text-field--is-focused.text-field--dark-theme .text-field__label {
  color: #2196F3; }

.text-field--is-disabled:before {
  border-bottom-style: dashed; }
.text-field--is-disabled .text-field__input {
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed; }
.text-field--is-disabled.text-field--dark-theme .text-field__input {
  color: rgba(255, 255, 255, 0.3); }

.text-field--has-error:after {
  background-color: #F44336;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.text-field--has-error .text-field__label {
  color: #F44336; }
.text-field--has-error.text-field--dark-theme .text-field__label {
  color: #F44336; }

.text-field--fixed-label {
  padding-top: 8px; }
  .text-field--fixed-label .text-field__label {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .text-field--fixed-label.text-field--is-focused .text-field__label {
    color: rgba(0, 0, 0, 0.26); }
  .text-field--fixed-label.text-field--dark-theme.text-field--is-focused .text-field__label {
    color: rgba(255, 255, 255, 0.3); }

.text-field--label-hidden .text-field__label {
  display: none; }

.text-field--is-valid .text-field__label {
  color: #4CAF50; }
.text-field--is-valid:after {
  background-color: #4CAF50;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.text-field--is-valid.text-field--dark-theme .text-field__label {
  color: #4CAF50; }

.text-field--dark-theme:before {
  border-color: rgba(255, 255, 255, 0.3); }

.text-field--with-icon {
  margin-left: 64px; }

.text-field__label {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  color: rgba(0, 0, 0, 0.26);
  line-height: 32px;
  pointer-events: none;
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  -o-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition-property: -webkit-transform, color;
  -moz-transition-property: -moz-transform, color;
  transition-property: transform, color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .text-field--dark-theme .text-field__label {
    color: rgba(255, 255, 255, 0.3); }

.text-field__input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  resize: none;
  font-weight: 400;
  cursor: text;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none; }
  .text-field__input:focus {
    outline: none; }
  .text-field--dark-theme .text-field__input {
    color: #FFFFFF; }

input.text-field__input {
  height: 32px;
  line-height: 32px; }

textarea.text-field__input {
  height: 24px;
  margin: 4px 0; }

.text-field__icon {
  position: absolute;
  top: 2px;
  left: -68px;
  height: 44px;
  width: 48px;
  line-height: 44px;
  font-size: 24px;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .text-field--dark-theme .text-field__icon {
    color: #FFFFFF; }
  .text-field--is-focused .text-field__icon {
    color: #2196F3; }
  .text-field--has-error .text-field__icon {
    color: #F44336; }
  .text-field--is-valid .text-field__icon {
    color: #4CAF50; }

.toolbar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 0 16px; }
  @media screen and (max-width: 1023px) {
    .toolbar {
      height: 56px;
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media screen and (min-width: 1024px) {
    .toolbar {
      height: 64px;
      padding-top: 12px;
      padding-bottom: 12px; } }

.toolbar__left {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row; }

.toolbar__right {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.toolbar__label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 40px; }

.tooltip {
  position: absolute;
  z-index: 999;
  border-radius: 2px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.tooltip--is-active {
  opacity: 1; }
  .tooltip--is-active.tooltip--top {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }
  .tooltip--is-active.tooltip--bottom {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }
  .tooltip--is-active.tooltip--left {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px); }
  .tooltip--is-active.tooltip--right {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px); }

.tooltip__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0) translateY(50%);
  -moz-transform: scale(0) translateY(50%);
  -ms-transform: scale(0) translateY(50%);
  -o-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.tooltip__label {
  display: block;
  padding: 0 8px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 22px;
  white-space: nowrap; }

.tooltip--black .tooltip__background {
  background-color: #757575; }
.tooltip--black .tooltip__label {
  color: #FFFFFF; }

.tooltip--white .tooltip__background {
  background-color: #EEEEEE; }
.tooltip--white .tooltip__label {
  color: rgba(0, 0, 0, 0.87); }

.tooltip--top .tooltip__background {
  -webkit-transform: scale(0) translateY(50%);
  -moz-transform: scale(0) translateY(50%);
  -ms-transform: scale(0) translateY(50%);
  -o-transform: scale(0) translateY(50%);
  transform: scale(0) translateY(50%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

.tooltip--top.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateY(50%);
  -moz-transform: scale(3) translateY(50%);
  -ms-transform: scale(3) translateY(50%);
  -o-transform: scale(3) translateY(50%);
  transform: scale(3) translateY(50%); }

.tooltip--bottom .tooltip__background {
  -webkit-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -ms-transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }

.tooltip--bottom.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateY(-50%);
  -moz-transform: scale(3) translateY(-50%);
  -ms-transform: scale(3) translateY(-50%);
  -o-transform: scale(3) translateY(-50%);
  transform: scale(3) translateY(-50%); }

.tooltip--left .tooltip__background {
  -webkit-transform: scale(0) translateX(50%);
  -moz-transform: scale(0) translateX(50%);
  -ms-transform: scale(0) translateX(50%);
  -o-transform: scale(0) translateX(50%);
  transform: scale(0) translateX(50%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

.tooltip--left.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateX(50%);
  -moz-transform: scale(3) translateX(50%);
  -ms-transform: scale(3) translateX(50%);
  -o-transform: scale(3) translateX(50%);
  transform: scale(3) translateX(50%); }

.tooltip--right .tooltip__background {
  -webkit-transform: scale(0) translateX(-50%);
  -moz-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  -o-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.tooltip--right.tooltip--is-active .tooltip__background {
  -webkit-transform: scale(3) translateX(-50%);
  -moz-transform: scale(3) translateX(-50%);
  -ms-transform: scale(3) translateX(-50%);
  -o-transform: scale(3) translateX(-50%);
  transform: scale(3) translateX(-50%); }

html {
  background: #FFFFFF;
  font-size: 62.5%; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 100; }

button,
img,
input,
textarea {
  border: none;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  resize: none;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important; }

::-moz-selection {
  color: #607D8B;
  background: #BDBDBD; }

::selection {
  color: #607D8B;
  background: #BDBDBD; }

/* Let's get this party started */
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #455A64;
  -webkit-box-shadow: inset 0 0 6px #263238; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #37474F; }

.fade-view.ng-enter {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: 0; }

.fade-view.ng-enter.ng-enter-active {
  opacity: 1; }

.fade-view.ng-leave {
  -webkit-transition: all 700ms ease-out;
  -moz-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 1; }

.fade-view.ng-leave.ng-leave-active {
  opacity: 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.menu-option.ng-enter {
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  transition: all 1s ease-in;
  opacity: 0; }

.menu-option.ng-enter.ng-enter-active {
  opacity: 5px; }

.menu-option.ng-leave {
  -webkit-transition: all 700ms ease-out;
  -moz-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  opacity: 5px; }

.menu-option.ng-leave.ng-leave-active {
  opacity: 0; }

.notification__content {
  font-size: 1.25rem; }

.notification__icon {
  font-size: 2rem; }

.pagination {
  margin: 0.7rem 0;
  webkit-border-radius: 0;
  border-radius: 0; }
  .pagination li a, .pagination li span {
    background-color: #ababab;
    border: 1px solid #EEEEEE;
    color: #212121;
    cursor: pointer; }
    .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
      background-color: #424242 !important;
      color: #07B4A1 !important; }
    .pagination li a:first-child, .pagination li a:last-child, .pagination li span:first-child, .pagination li span:last-child {
      webkit-border-radius: 0;
      border-radius: 0; }
  .pagination li.current a {
    background-color: #424242 !important;
    color: #07B4A1 !important; }

aside.side-desktop {
  background-color: #a2acab;
  height: 100%;
  position: fixed;
  top: 0;
  width: 26rem;
  z-index: 999; }
  aside.side-desktop .btn-menu {
    display: none; }
  aside.side-desktop menu {
    max-height: 40rem;
    overflow: auto; }
    aside.side-desktop menu ul {
      /** Secciones **/ }
      aside.side-desktop menu ul li {
        border-bottom: 1px solid #757575;
        list-style: none;
        position: relative;
        /** Obras **/ }
        aside.side-desktop menu ul li .row-cont {
          position: relative; }
        aside.side-desktop menu ul li.change-language, aside.side-desktop menu ul li.btn-cerrar {
          display: none; }
        aside.side-desktop menu ul li .caret {
          bottom: 0;
          margin: auto;
          position: absolute;
          right: 16px;
          top: 0; }
        aside.side-desktop menu ul li .item-cont {
          display: block;
          position: relative; }
        aside.side-desktop menu ul li .toggle-btn {
          cursor: pointer;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 40px; }
        aside.side-desktop menu ul li .item-cont a,
        aside.side-desktop menu ul li a {
          -webkit-transition: color 200ms ease-in, padding-left 200ms ease-in;
          -moz-transition: color 200ms ease-in, padding-left 200ms ease-in;
          transition: color 200ms ease-in, padding-left 200ms ease-in;
          margin-right: 40px;
          padding: 0.7rem 2.4rem;
          position: relative; }
          aside.side-desktop menu ul li .item-cont a .caret,
          aside.side-desktop menu ul li a .caret {
            border-bottom: 0px dashed;
            border-top: 4px dashed; }
          aside.side-desktop menu ul li .item-cont a .selected,
          aside.side-desktop menu ul li a .selected {
            height: 100%;
            display: none;
            position: absolute;
            right: -40px;
            top: 0;
            width: 4px; }
          aside.side-desktop menu ul li .item-cont a:hover,
          aside.side-desktop menu ul li a:hover {
            color: #212121 !important;
            padding-left: 2.7rem;
            text-decoration: none; }
          aside.side-desktop menu ul li .item-cont a:active, aside.side-desktop menu ul li .item-cont a:focus,
          aside.side-desktop menu ul li a:active,
          aside.side-desktop menu ul li a:focus {
            text-decoration: none; }
        aside.side-desktop menu ul li > ul {
          display: none;
          background-color: #919B9A !important; }
          aside.side-desktop menu ul li > ul > li {
            /** Series **/ }
            aside.side-desktop menu ul li > ul > li:last-of-type {
              border-bottom: 0; }
            aside.side-desktop menu ul li > ul > li .item-cont a {
              padding-left: 4.4rem; }
              aside.side-desktop menu ul li > ul > li .item-cont a:hover {
                padding-left: 4.7rem; }
            aside.side-desktop menu ul li > ul > li > ul {
              background-color: #889494 !important; }
              aside.side-desktop menu ul li > ul > li > ul > li {
                /** Subseries **/ }
                aside.side-desktop menu ul li > ul > li > ul > li .item-cont a {
                  padding-left: 6.4rem; }
                  aside.side-desktop menu ul li > ul > li > ul > li .item-cont a:hover {
                    padding-left: 6.7rem; }
                aside.side-desktop menu ul li > ul > li > ul > li > ul {
                  background-color: #7A8686 !important; }
                  aside.side-desktop menu ul li > ul > li > ul > li > ul > li a {
                    padding-left: 8.4rem; }
                    aside.side-desktop menu ul li > ul > li > ul > li > ul > li a:hover {
                      padding-left: 8.7rem; }
        aside.side-desktop menu ul li:first-of-type {
          border-top: 1px solid #9E9E9E; }
        aside.side-desktop menu ul li.active > a,
        aside.side-desktop menu ul li.active .item-cont a {
          color: #212121 !important; }
          aside.side-desktop menu ul li.active > a .caret,
          aside.side-desktop menu ul li.active .item-cont a .caret {
            border-bottom: 4px dashed;
            border-top: 0px dashed; }
          aside.side-desktop menu ul li.active > a .selected,
          aside.side-desktop menu ul li.active .item-cont a .selected {
            display: block; }
        aside.side-desktop menu ul li.active > ul {
          display: block; }
  aside.side-desktop .side-footer {
    bottom: 0;
    position: absolute; }
    aside.side-desktop .side-footer .switch-language {
      border-top: 1px solid #757575; }
    aside.side-desktop .side-footer .sociales ul {
      max-width: 11.7rem; }
      aside.side-desktop .side-footer .sociales ul a {
        background-position: left top;
        background-repeat: no-repeat;
        height: 2.5rem;
        width: 2.6rem; }
        aside.side-desktop .side-footer .sociales ul a.fb {
          background-image: url("../images/face.png"); }
        aside.side-desktop .side-footer .sociales ul a.twitter {
          background-image: url("../images/twitter.png"); }
        aside.side-desktop .side-footer .sociales ul a.google {
          background-image: url("../images/google.png"); }
        aside.side-desktop .side-footer .sociales ul a:hover {
          background-position: left bottom; }
    aside.side-desktop .side-footer .legales {
      border-top: 1px solid #757575; }
      aside.side-desktop .side-footer .legales p {
        font-size: 1.1rem;
        line-height: 1.3rem; }
        aside.side-desktop .side-footer .legales p a {
          text-decoration: underline; }
      aside.side-desktop .side-footer .legales small {
        line-height: 1.5rem; }

section {
  padding-left: 26rem; }

footer {
  display: none; }

.home .layout {
  background-color: #464646; }
  .home .layout .top {
    background-image: url("../images/front-home2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20rem;
    opacity: 0.1; }
.home .slick-slider .slick-dots {
  bottom: 0;
  display: block;
  margin: -50px auto auto auto;
  max-width: 3rem;
  right: 0;
  top: 50%; }
  .home .slick-slider .slick-dots li {
    display: block;
    height: 15px; }
    .home .slick-slider .slick-dots li button {
      color: #EEEEEE;
      opacity: 1; }
      .home .slick-slider .slick-dots li button:before {
        color: #EEEEEE;
        font-size: 0.7rem;
        opacity: 1; }
      .home .slick-slider .slick-dots li button:hover:before {
        color: #FFFFFF; }
    .home .slick-slider .slick-dots li.slick-active button {
      color: #07B4A1;
      opacity: 1; }
      .home .slick-slider .slick-dots li.slick-active button:before {
        color: #07B4A1;
        font-size: 0.7rem;
        opacity: 1; }
.home .slick-slider .slick-slide {
  position: relative; }
  .home .slick-slider .slick-slide figure {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .home .slick-slider .slick-slide .text {
    position: absolute;
    right: 1.2rem;
    bottom: 0.3rem; }
    .home .slick-slider .slick-slide .text h2 {
      background-color: #07B4A1;
      display: inline-block;
      font-weight: 100 !important;
      line-height: 1.45rem; }
    .home .slick-slider .slick-slide .text p {
      background-color: #a2acab;
      display: inline-block;
      max-width: 33.3rem;
      padding: 0.7rem 1rem !important;
      line-height: 1.1375rem; }
      .home .slick-slider .slick-slide .text p a:hover {
        text-decoration: none; }

.header {
  height: 15rem;
  margin-bottom: 8rem;
  position: relative; }
  .header .layout {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100%;
    opacity: 0.3;
    position: relative; }
  .header .text {
    bottom: 1rem;
    left: 1.5rem;
    max-width: 35%;
    position: absolute;
    width: 100%; }
    .header .text h1 {
      background-color: #07B4A1;
      display: inline-block;
      font-size: 1.8rem;
      font-weight: 100 !important; }
    .header .text h2, .header .text p {
      display: inline-block; }
    .header .text h2 {
      background-color: #07B4A1;
      font-size: 1.8rem;
      font-weight: 100 !important; }
    .header .text p {
      background-color: #a2acab;
      font-size: 1rem;
      line-height: 1.2rem; }

.project .isnt {
  font-weight: 100 !important;
  margin-top: 4rem;
  padding: 0 2rem;
  text-transform: uppercase; }
.project .series_cont:nth-child(odd) {
  padding-right: 0; }
.project .series_cont figure {
  height: 30rem;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .project .series_cont figure .layout {
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    height: 30rem;
    opacity: 0;
    position: absolute;
    width: 100%; }
  .project .series_cont figure .text {
    bottom: 0;
    height: 11rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
    .project .series_cont figure .text figcaption {
      -webkit-transition: opacity 300ms ease-out;
      -moz-transition: opacity 300ms ease-out;
      transition: opacity 300ms ease-out;
      font-size: 1.8rem;
      line-height: 2rem;
      opacity: 0;
      position: relative;
      z-index: 2; }
    .project .series_cont figure .text p {
      -webkit-transition: opacity 300ms ease-out;
      -moz-transition: opacity 300ms ease-out;
      transition: opacity 300ms ease-out;
      font-size: 1.2rem;
      line-height: 1.4rem;
      opacity: 0;
      position: relative;
      z-index: 2; }
  .project .series_cont figure:hover {
    overflow: auto;
    text-decoration: none; }
    .project .series_cont figure:hover .layout {
      opacity: 0.9; }
    .project .series_cont figure:hover figcaption,
    .project .series_cont figure:hover p {
      opacity: 1;
      text-decoration: none; }
    .project .series_cont figure:hover a:hover {
      text-decoration: none; }

.subserie .content h3 {
  color: #07B4A1; }
  .subserie .content h3.fs-title {
    line-height: 2rem; }
.subserie .content .slick-slider .slick-list .slick-slide {
  position: relative; }
  .subserie .content .slick-slider .slick-list .slick-slide img {
    margin: auto;
    opacity: 0;
    width: 100%; }
  .subserie .content .slick-slider .slick-list .slick-slide.slick-active {
    height: inherit; }
    .subserie .content .slick-slider .slick-list .slick-slide.slick-active img {
      opacity: 1; }
.subserie .content .slick-slider .slick-prev, .subserie .content .slick-slider .slick-next {
  background: #ababab;
  height: 4.2rem;
  margin-bottom: 16px;
  margin-top: 16px;
  opacity: 1 !important;
  top: 100%;
  width: 2.1rem; }
  .subserie .content .slick-slider .slick-prev:before, .subserie .content .slick-slider .slick-next:before {
    display: block;
    height: 100%;
    opacity: 1 !important; }
.subserie .content .slick-slider .slick-prev {
  right: 37px;
  left: initial; }
  .subserie .content .slick-slider .slick-prev:before {
    background: #07B4A1;
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    right: -1px;
    top: 11px;
    width: 24px;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  .subserie .content .slick-slider .slick-prev:after {
    background: #07B4A1;
    bottom: 11px;
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    right: -1px;
    width: 24px;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg); }
  .subserie .content .slick-slider .slick-prev:hover {
    opacity: 1 !important; }
    .subserie .content .slick-slider .slick-prev:hover:before {
      background-position: left bottom; }
.subserie .content .slick-slider .slick-next {
  right: 0rem; }
  .subserie .content .slick-slider .slick-next:before {
    background: #07B4A1;
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    right: -3px;
    top: 11px;
    width: 24px;
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg); }
  .subserie .content .slick-slider .slick-next:after {
    background: #07B4A1;
    bottom: 11px;
    content: '';
    display: inline-block;
    height: 2px;
    position: absolute;
    right: -3px;
    width: 24px;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  .subserie .content .slick-slider .slick-next:hover {
    opacity: 1 !important; }
    .subserie .content .slick-slider .slick-next:hover:before {
      background-position: left bottom; }
.subserie .content .cont-thumb .thumbnails {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  width: 100%; }
  .subserie .content .cont-thumb .thumbnails .layout {
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    background-color: #000;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 9; }
  .subserie .content .cont-thumb .thumbnails.active .layout, .subserie .content .cont-thumb .thumbnails:hover .layout {
    opacity: 0.5; }
.subserie .content .pagination {
  display: inline-block;
  margin: 0; }

.character,
.semblance {
  margin-bottom: 8rem; }
  .character header,
  .semblance header {
    background-image: url(../images/biography_front.jpg); }
  .character h2,
  .semblance h2 {
    font-size: 2.8rem; }
  .character h3,
  .semblance h3 {
    font-size: 1.8rem; }
  .character table,
  .semblance table {
    width: 100%;
    height: 100%;
    display: block;
    overflow-x: auto; }
  .character td,
  .semblance td {
    min-width: 110px; }

.character header {
  background-image: url(../images/character_front.png); }

.information,
.cv {
  margin-bottom: 8rem; }
  .information header,
  .cv header {
    background-image: url(../images/information_front.jpg); }
  .information .content,
  .cv .content {
    margin-bottom: 8rem; }

.cv .tiny-content h1,
.cv .tiny-content h2,
.cv .tiny-content h3,
.cv .tiny-content h4,
.cv .tiny-content h5,
.semblance .tiny-content h1,
.semblance .tiny-content h2,
.semblance .tiny-content h3,
.semblance .tiny-content h4,
.semblance .tiny-content h5 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold; }
.cv .tiny-content p,
.semblance .tiny-content p {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }
.cv .tiny-content table tr td p,
.semblance .tiny-content table tr td p {
  margin: 0; }

.contact {
  margin-bottom: 8rem; }
  .contact header {
    background-image: url(../images/contact_front.jpg); }
  .contact h2 {
    color: #07B4A1;
    font-size: 2.4rem;
    font-weight: 100 !important; }
  .contact form {
    border: none;
    padding-bottom: 8rem; }
    .contact form input, .contact form textarea {
      -webkit-transition: box-shadow 300ms ease-out;
      -moz-transition: box-shadow 300ms ease-out;
      transition: box-shadow 300ms ease-out;
      border: 1px solid #bdbab5;
      height: 2.8rem;
      outline: 0;
      padding: 0 1.5rem;
      width: 100%; }
      .contact form input:focus, .contact form textarea:focus {
        box-shadow: 0 0 4px 1px #cacaca; }
    .contact form textarea {
      height: 15rem;
      padding: 1rem 1.5rem; }
    .contact form button {
      background-color: #07B4A1;
      line-height: 1.45rem;
      padding: 1rem 1.5rem;
      width: 100%;
      -webkit-transition: background-color 300ms ease-out;
      -moz-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
      .contact form button:hover {
        background-color: #FFB74D !important; }

/*# sourceMappingURL=main.css.map */
