/*
 * Quasar Framework v0.8.3
 * (c) 2016 Razvan Stoenescu
 * Released under the MIT License.
 */
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
  width: 100%;
}
html,
body,
#quasar-app {
  margin: 0;
  box-sizing: border-box;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none /* mobile firefox too! */;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
dfn {
  font-style: italic;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove browser controller for input type="number"
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quasar-action-sheet-gallery > div {
  padding: 0.6rem 1.1rem;
  border-radius: 4px;
  transition: all 0.3s;
}
.quasar-action-sheet-gallery > div:hover {
  background: #d0d0d0;
}
.quasar-action-sheet-gallery i,
.quasar-action-sheet-gallery img {
  font-size: 2rem;
  margin-bottom: 5px;
}
.quasar-action-sheet-gallery .avatar {
  width: 50px;
  height: 50px;
}
.quasar-action-sheet {
  border-radius: 13px;
  background: #f4f4f4;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.6rem;
  overflow: hidden;
}
.quasar-action-sheet .modal-header {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px !important;
}
.quasar-action-sheet .item-link {
  font-size: 1.3rem;
}
.quasar-action-sheet .item-link:first-child {
  margin-top: 0;
}
.quasar-action-sheet .item-link:last-child {
  margin-bottom: 0;
}
.quasar-action-sheet .item-link:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.quasar-modal-actions-enter,
.quasar-modal-actions-leave-active {
  opacity: 0;
}
.quasar-modal-actions-enter .modal-content,
.quasar-modal-actions-leave-active .modal-content {
  transform: translateY(101%);
}
body.with-loading {
  overflow: hidden;
}
.quasar-loading {
  background: rgba(0,0,0,0.4);
}
.quasar-loading > div {
  margin: 40px 20px 0;
  max-width: 450px;
  text-align: center;
  text-shadow: 0 0 7px #000;
}
.quasar-toast-container {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  will-change: transform;
  transform: translateY(101%);
  transition: all 0.3s ease-in;
  margin: 10px;
  border-radius: 4px;
}
.quasar-toast-container.active {
  transform: translateY(0);
}
.quasar-toast {
  pointer-events: all;
  padding: 0 24px;
  font-size: 0.9rem;
}
.quasar-toast > img,
.quasar-toast > i {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 24px;
  max-height: 30px;
  max-width: 30px;
  border-radius: 50%;
}
.quasar-toast a {
  padding: 10px 0 10px 10px;
  text-align: center;
  text-transform: uppercase;
}
.quasar-toast a:active {
  color: #fff;
  text-shadow: 0 0 5px #fff;
}
.quasar-toast a i {
  font-size: 1.3rem;
}
.quasar-toast-message {
  padding: 20px 0;
}
@media (min-width: 601px) {
  .quasar-toast {
    font-size: 1.1rem;
    border-radius: 4px;
    max-width: 601px;
    min-width: 240.4px;
    margin: 24px auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }
  .quasar-toast a i {
    font-size: 1.6rem;
  }
  .quasar-toast a:first-of-type {
    margin-left: 30px;
  }
  .quasar-toast > img,
  .quasar-toast > i {
    font-size: 2rem;
    margin-right: 48px;
  }
}
ul.breadcrumb {
  list-style: none;
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 11.333333333333334px 0 0 0;
  padding: 0;
}
ul.breadcrumb i {
  font-size: 1.7em;
}
ul.breadcrumb li {
  float: left;
  margin-bottom: 11.333333333333334px;
}
ul.breadcrumb li a {
  color: #fff;
  display: block;
  background: #027be3;
  text-decoration: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
ul.breadcrumb li:nth-child(even) a {
  background: #048afd;
}
ul.breadcrumb li:nth-child(even) a:before {
  border-color: #048afd;
  border-left-color: transparent;
}
ul.breadcrumb li:nth-child(even) a:after {
  border-left-color: #048afd;
}
ul.breadcrumb li:first-child a {
  padding-left: 15px;
  border-radius: 4px 0 0 4px;
}
ul.breadcrumb li:first-child a:before {
  border: 0;
}
ul.breadcrumb li:last-child a {
  padding-right: 15px;
  border-radius: 0 4px 4px 0;
}
ul.breadcrumb li:last-child a:after {
  border: 0;
}
ul.breadcrumb li a:before,
ul.breadcrumb li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0 solid #027be3;
  border-width: 17px 10px;
}
ul.breadcrumb li a:before {
  left: -15px;
  border-left-color: transparent;
}
ul.breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #027be3;
}
ul.breadcrumb li a:active {
  background: #484848;
}
ul.breadcrumb li a:active:before {
  border-color: #484848;
  border-left-color: transparent;
}
ul.breadcrumb li a:active:after {
  border-left-color: #484848;
}
body.desktop ul.breadcrumb a:hover {
  background: #555;
}
body.desktop ul.breadcrumb a:hover:before {
  border-color: #555;
  border-left-color: transparent;
}
body.desktop ul.breadcrumb a:hover:after {
  border-left-color: #555;
}
button {
  user-select: none;
  display: inline;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-style: normal;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  line-height: 1;
  transition: all 0.12s ease-in;
  -webkit-appearance: button;
  border-radius: 4px;
  text-transform: none;
  margin: 0;
  padding: 0 1rem;
  min-height: 2.4rem;
  font-weight: normal;
  font-size: 0.85rem;
}
button i {
  font-size: 1.275rem;
}
button.small {
  font-size: 0.75rem;
  padding: 0 0.8rem;
  min-height: 2rem;
}
button.small:not(.circular) i {
  font-size: 1.125rem;
}
button.big {
  font-size: 1rem;
  padding: 0 1.4rem;
  min-height: 3rem;
}
button.big:not(.circular) i {
  font-size: 1.3rem;
}
button.round {
  border-radius: 64px;
  padding: 0 2.6rem;
}
button.raised {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
button.raised:active:not(.disabled) {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
button.bordered {
  border: 3px solid;
}
button.push {
  transition: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
button.push:active:not(.disabled) {
  border-bottom: 0;
  box-shadow: none !important;
}
button.push:not(.circular) {
  border-radius: 7px;
}
button.primary {
  background: #027be3;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.primary:active:not(.disabled) {
  background: #3ca4fd !important;
}
button.primary.outline {
  border: 1px solid #027be3;
}
button.primary.glossy {
  border-color: #026fcc #0269c1 #0269c1;
}
button.primary.clear,
button.primary.outline {
  color: #027be3;
}
button.primary.clear:active:not(.disabled),
button.primary.outline:active:not(.disabled) {
  background: #027be3 !important;
}
button.primary.bordered {
  border-color: #3ca4fd;
}
button.primary.push {
  border-bottom: 3px solid #0262b6;
}
button.secondary {
  background: #26a69a;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.secondary:active:not(.disabled) {
  background: #22958b !important;
}
button.secondary.outline {
  border: 1px solid #26a69a;
}
button.secondary.glossy {
  border-color: #22958b #208d83 #208d83;
}
button.secondary.clear,
button.secondary.outline {
  color: #26a69a;
}
button.secondary.clear:active:not(.disabled),
button.secondary.outline:active:not(.disabled) {
  background: #26a69a !important;
}
button.secondary.bordered {
  border-color: #22958b;
}
button.secondary.push {
  border-bottom: 3px solid #1e857b;
}
button.tertiary {
  background: #555;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.tertiary:active:not(.disabled) {
  background: #888 !important;
}
button.tertiary.outline {
  border: 1px solid #555;
}
button.tertiary.glossy {
  border-color: #4d4d4d #484848 #484848;
}
button.tertiary.clear,
button.tertiary.outline {
  color: #555;
}
button.tertiary.clear:active:not(.disabled),
button.tertiary.outline:active:not(.disabled) {
  background: #555 !important;
}
button.tertiary.bordered {
  border-color: #888;
}
button.tertiary.push {
  border-bottom: 3px solid #777;
}
button.positive {
  background: #21ba45;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.positive:active:not(.disabled) {
  background: #1ea73e !important;
}
button.positive.outline {
  border: 1px solid #21ba45;
}
button.positive.glossy {
  border-color: #1ea73e #1c9e3b #1c9e3b;
}
button.positive.clear,
button.positive.outline {
  color: #21ba45;
}
button.positive.clear:active:not(.disabled),
button.positive.outline:active:not(.disabled) {
  background: #21ba45 !important;
}
button.positive.bordered {
  border-color: #1ea73e;
}
button.positive.push {
  border-bottom: 3px solid #1a9537;
}
button.negative {
  background: #db2828;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.negative:active:not(.disabled) {
  background: #e66868 !important;
}
button.negative.outline {
  border: 1px solid #db2828;
}
button.negative.glossy {
  border-color: #c82121 #bd2020 #bd2020;
}
button.negative.clear,
button.negative.outline {
  color: #db2828;
}
button.negative.clear:active:not(.disabled),
button.negative.outline:active:not(.disabled) {
  background: #db2828 !important;
}
button.negative.bordered {
  border-color: #e66868;
}
button.negative.push {
  border-bottom: 3px solid #b11e1e;
}
button.warning {
  background: #f2c037;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.warning:active:not(.disabled) {
  background: #f0b71b !important;
}
button.warning.outline {
  border: 1px solid #f2c037;
}
button.warning.glossy {
  border-color: #f0b71b #edb20f #edb20f;
}
button.warning.clear,
button.warning.outline {
  color: #f2c037;
}
button.warning.clear:active:not(.disabled),
button.warning.outline:active:not(.disabled) {
  background: #f2c037 !important;
}
button.warning.bordered {
  border-color: #f0b71b;
}
button.warning.push {
  border-bottom: 3px solid #dfa70f;
}
button.info {
  background: #31ccec;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.info:active:not(.disabled) {
  background: #17c6ea !important;
}
button.info.outline {
  border: 1px solid #31ccec;
}
button.info.glossy {
  border-color: #17c6ea #14bbde #14bbde;
}
button.info.clear,
button.info.outline {
  color: #31ccec;
}
button.info.clear:active:not(.disabled),
button.info.outline:active:not(.disabled) {
  background: #31ccec !important;
}
button.info.bordered {
  border-color: #17c6ea;
}
button.info.push {
  border-bottom: 3px solid #13b0d1;
}
button.light {
  background: #f4f4f4;
  text-shadow: 0 0 2px #000;
  text-shadow: none;
}
button.light:active:not(.disabled) {
  background: #dcdcdc !important;
}
button.light.outline {
  border: 1px solid #f4f4f4;
}
button.light.glossy {
  border-color: #dcdcdc #cfcfcf #cfcfcf;
}
button.light.bordered {
  border-color: #dcdcdc;
}
button.light.push {
  border-bottom: 3px solid #c3c3c3;
}
button.dark {
  background: #333;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.dark:active:not(.disabled) {
  background: #707070 !important;
}
button.dark.outline {
  border: 1px solid #333;
}
button.dark.glossy {
  border-color: #2e2e2e #2b2b2b #2b2b2b;
}
button.dark.clear,
button.dark.outline {
  color: #333;
}
button.dark.clear:active:not(.disabled),
button.dark.outline:active:not(.disabled) {
  background: #333 !important;
}
button.dark.bordered {
  border-color: #707070;
}
button.dark.push {
  border-bottom: 3px solid #5c5c5c;
}
button.white {
  background: #fff;
  text-shadow: 0 0 2px #000;
  text-shadow: none;
}
button.white:active:not(.disabled) {
  background: #e6e6e6 !important;
}
button.white.outline {
  border: 1px solid #fff;
}
button.white.glossy {
  border-color: #e6e6e6 #d9d9d9 #d9d9d9;
}
button.white.bordered {
  border-color: #e6e6e6;
}
button.white.push {
  border-bottom: 3px solid #ccc;
}
button.red {
  background: #f44336;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.red:active:not(.disabled) {
  background: #f77b72 !important;
}
button.red.outline {
  border: 1px solid #f44336;
}
button.red.glossy {
  border-color: #f2291a #f01d0d #f01d0d;
}
button.red.clear,
button.red.outline {
  color: #f44336;
}
button.red.clear:active:not(.disabled),
button.red.outline:active:not(.disabled) {
  background: #f44336 !important;
}
button.red.bordered {
  border-color: #f77b72;
}
button.red.push {
  border-bottom: 3px solid #e21b0c;
}
button.pink {
  background: #e91e63;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.pink:active:not(.disabled) {
  background: #f06192 !important;
}
button.pink.outline {
  border: 1px solid #e91e63;
}
button.pink.glossy {
  border-color: #d81557 #cc1452 #cc1452;
}
button.pink.clear,
button.pink.outline {
  color: #e91e63;
}
button.pink.clear:active:not(.disabled),
button.pink.outline:active:not(.disabled) {
  background: #e91e63 !important;
}
button.pink.bordered {
  border-color: #f06192;
}
button.pink.push {
  border-bottom: 3px solid #c0134e;
}
button.purple {
  background: #9c27b0;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.purple:active:not(.disabled) {
  background: #c656da !important;
}
button.purple.outline {
  border: 1px solid #9c27b0;
}
button.purple.glossy {
  border-color: #8c239e #852196 #852196;
}
button.purple.clear,
button.purple.outline {
  color: #9c27b0;
}
button.purple.clear:active:not(.disabled),
button.purple.outline:active:not(.disabled) {
  background: #9c27b0 !important;
}
button.purple.bordered {
  border-color: #c656da;
}
button.purple.push {
  border-bottom: 3px solid #7d1f8d;
}
button.deep-purple {
  background: #673ab7;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.deep-purple:active:not(.disabled) {
  background: #9370d2 !important;
}
button.deep-purple.outline {
  border: 1px solid #673ab7;
}
button.deep-purple.glossy {
  border-color: #5d34a5 #58319c #58319c;
}
button.deep-purple.clear,
button.deep-purple.outline {
  color: #673ab7;
}
button.deep-purple.clear:active:not(.disabled),
button.deep-purple.outline:active:not(.disabled) {
  background: #673ab7 !important;
}
button.deep-purple.bordered {
  border-color: #9370d2;
}
button.deep-purple.push {
  border-bottom: 3px solid #845ccb;
}
button.indigo {
  background: #3f51b5;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.indigo:active:not(.disabled) {
  background: #7583cf !important;
}
button.indigo.outline {
  border: 1px solid #3f51b5;
}
button.indigo.glossy {
  border-color: #3949a3 #36459a #36459a;
}
button.indigo.clear,
button.indigo.outline {
  color: #3f51b5;
}
button.indigo.clear:active:not(.disabled),
button.indigo.outline:active:not(.disabled) {
  background: #3f51b5 !important;
}
button.indigo.bordered {
  border-color: #7583cf;
}
button.indigo.push {
  border-bottom: 3px solid #324191;
}
button.blue {
  background: #2196f3;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.blue:active:not(.disabled) {
  background: #64b5f7 !important;
}
button.blue.outline {
  border: 1px solid #2196f3;
}
button.blue.glossy {
  border-color: #0d89ec #0c81df #0c81df;
}
button.blue.clear,
button.blue.outline {
  color: #2196f3;
}
button.blue.clear:active:not(.disabled),
button.blue.outline:active:not(.disabled) {
  background: #2196f3 !important;
}
button.blue.bordered {
  border-color: #64b5f7;
}
button.blue.push {
  border-bottom: 3px solid #0b7ad1;
}
button.light-blue {
  background: #03a9f4;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.light-blue:active:not(.disabled) {
  background: #0398dc !important;
}
button.light-blue.outline {
  border: 1px solid #03a9f4;
}
button.light-blue.glossy {
  border-color: #0398dc #0390cf #0390cf;
}
button.light-blue.clear,
button.light-blue.outline {
  color: #03a9f4;
}
button.light-blue.clear:active:not(.disabled),
button.light-blue.outline:active:not(.disabled) {
  background: #03a9f4 !important;
}
button.light-blue.bordered {
  border-color: #0398dc;
}
button.light-blue.push {
  border-bottom: 3px solid #0287c3;
}
button.cyan {
  background: #00bcd4;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.cyan:active:not(.disabled) {
  background: #00a9bf !important;
}
button.cyan.outline {
  border: 1px solid #00bcd4;
}
button.cyan.glossy {
  border-color: #00a9bf #00a0b4 #00a0b4;
}
button.cyan.clear,
button.cyan.outline {
  color: #00bcd4;
}
button.cyan.clear:active:not(.disabled),
button.cyan.outline:active:not(.disabled) {
  background: #00bcd4 !important;
}
button.cyan.bordered {
  border-color: #00a9bf;
}
button.cyan.push {
  border-bottom: 3px solid #0096aa;
}
button.teal {
  background: #009688;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.teal:active:not(.disabled) {
  background: #03ffe7 !important;
}
button.teal.outline {
  border: 1px solid #009688;
}
button.teal.glossy {
  border-color: #00877a #008074 #008074;
}
button.teal.clear,
button.teal.outline {
  color: #009688;
}
button.teal.clear:active:not(.disabled),
button.teal.outline:active:not(.disabled) {
  background: #009688 !important;
}
button.teal.bordered {
  border-color: #03ffe7;
}
button.teal.push {
  border-bottom: 3px solid #00786d;
}
button.green {
  background: #4caf50;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.green:active:not(.disabled) {
  background: #449e48 !important;
}
button.green.outline {
  border: 1px solid #4caf50;
}
button.green.glossy {
  border-color: #449e48 #419544 #419544;
}
button.green.clear,
button.green.outline {
  color: #4caf50;
}
button.green.clear:active:not(.disabled),
button.green.outline:active:not(.disabled) {
  background: #4caf50 !important;
}
button.green.bordered {
  border-color: #449e48;
}
button.green.push {
  border-bottom: 3px solid #3d8c40;
}
button.light-green {
  background: #8bc34a;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.light-green:active:not(.disabled) {
  background: #7eb63c !important;
}
button.light-green.outline {
  border: 1px solid #8bc34a;
}
button.light-green.glossy {
  border-color: #7eb63c #77ac39 #77ac39;
}
button.light-green.clear,
button.light-green.outline {
  color: #8bc34a;
}
button.light-green.clear:active:not(.disabled),
button.light-green.outline:active:not(.disabled) {
  background: #8bc34a !important;
}
button.light-green.bordered {
  border-color: #7eb63c;
}
button.light-green.push {
  border-bottom: 3px solid #70a236;
}
button.lime {
  background: #cddc39;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.lime:active:not(.disabled) {
  background: #c4d425 !important;
}
button.lime.outline {
  border: 1px solid #cddc39;
}
button.lime.glossy {
  border-color: #c4d425 #b9c823 #b9c823;
}
button.lime.clear,
button.lime.outline {
  color: #cddc39;
}
button.lime.clear:active:not(.disabled),
button.lime.outline:active:not(.disabled) {
  background: #cddc39 !important;
}
button.lime.bordered {
  border-color: #c4d425;
}
button.lime.push {
  border-bottom: 3px solid #aebc21;
}
button.yellow {
  background: #ffeb3b;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.yellow:active:not(.disabled) {
  background: #ffe81c !important;
}
button.yellow.outline {
  border: 1px solid #ffeb3b;
}
button.yellow.glossy {
  border-color: #ffe81c #ffe60c #ffe60c;
}
button.yellow.clear,
button.yellow.outline {
  color: #ffeb3b;
}
button.yellow.clear:active:not(.disabled),
button.yellow.outline:active:not(.disabled) {
  background: #ffeb3b !important;
}
button.yellow.bordered {
  border-color: #ffe81c;
}
button.yellow.push {
  border-bottom: 3px solid #fbe200;
}
button.amber {
  background: #ffc107;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.amber:active:not(.disabled) {
  background: #ecb100 !important;
}
button.amber.outline {
  border: 1px solid #ffc107;
}
button.amber.glossy {
  border-color: #ecb100 #dfa700 #dfa700;
}
button.amber.clear,
button.amber.outline {
  color: #ffc107;
}
button.amber.clear:active:not(.disabled),
button.amber.outline:active:not(.disabled) {
  background: #ffc107 !important;
}
button.amber.bordered {
  border-color: #ecb100;
}
button.amber.push {
  border-bottom: 3px solid #d29d00;
}
button.orange {
  background: #ff9800;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.orange:active:not(.disabled) {
  background: #e68900 !important;
}
button.orange.outline {
  border: 1px solid #ff9800;
}
button.orange.glossy {
  border-color: #e68900 #d98100 #d98100;
}
button.orange.clear,
button.orange.outline {
  color: #ff9800;
}
button.orange.clear:active:not(.disabled),
button.orange.outline:active:not(.disabled) {
  background: #ff9800 !important;
}
button.orange.bordered {
  border-color: #e68900;
}
button.orange.push {
  border-bottom: 3px solid #cc7a00;
}
button.deep-orange {
  background: #ff5722;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.deep-orange:active:not(.disabled) {
  background: #ff8964 !important;
}
button.deep-orange.outline {
  border: 1px solid #ff5722;
}
button.deep-orange.glossy {
  border-color: #ff4105 #f63b00 #f63b00;
}
button.deep-orange.clear,
button.deep-orange.outline {
  color: #ff5722;
}
button.deep-orange.clear:active:not(.disabled),
button.deep-orange.outline:active:not(.disabled) {
  background: #ff5722 !important;
}
button.deep-orange.bordered {
  border-color: #ff8964;
}
button.deep-orange.push {
  border-bottom: 3px solid #e73700;
}
button.brown {
  background: #795548;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.brown:active:not(.disabled) {
  background: #ac8374 !important;
}
button.brown.outline {
  border: 1px solid #795548;
}
button.brown.glossy {
  border-color: #6d4d41 #67483d #67483d;
}
button.brown.clear,
button.brown.outline {
  color: #795548;
}
button.brown.clear:active:not(.disabled),
button.brown.outline:active:not(.disabled) {
  background: #795548 !important;
}
button.brown.bordered {
  border-color: #ac8374;
}
button.brown.push {
  border-bottom: 3px solid #61443a;
}
button.grey {
  background: #9e9e9e;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.grey:active:not(.disabled) {
  background: #8e8e8e !important;
}
button.grey.outline {
  border: 1px solid #9e9e9e;
}
button.grey.glossy {
  border-color: #8e8e8e #868686 #868686;
}
button.grey.clear,
button.grey.outline {
  color: #9e9e9e;
}
button.grey.clear:active:not(.disabled),
button.grey.outline:active:not(.disabled) {
  background: #9e9e9e !important;
}
button.grey.bordered {
  border-color: #8e8e8e;
}
button.grey.push {
  border-bottom: 3px solid #7e7e7e;
}
button.blue-grey {
  background: #607d8b;
  text-shadow: 0 0 2px #000;
  color: #fff;
}
button.blue-grey:active:not(.disabled) {
  background: #8da5b0 !important;
}
button.blue-grey.outline {
  border: 1px solid #607d8b;
}
button.blue-grey.glossy {
  border-color: #56707d #526a76 #526a76;
}
button.blue-grey.clear,
button.blue-grey.outline {
  color: #607d8b;
}
button.blue-grey.clear:active:not(.disabled),
button.blue-grey.outline:active:not(.disabled) {
  background: #607d8b !important;
}
button.blue-grey.bordered {
  border-color: #8da5b0;
}
button.blue-grey.push {
  border-bottom: 3px solid #4d646f;
}
button.glossy {
  border: 1px solid;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0) 50%, rgba(0,0,0,0.12) 51%, rgba(0,0,0,0.04));
}
button.glossy:active:not(.disabled) {
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2), 0 1px rgba(255,255,255,0.4);
}
button.clear,
button.outline {
  background: transparent;
  text-shadow: none;
}
button.clear:active:not(.disabled),
button.outline:active:not(.disabled) {
  color: #fff;
}
button.circular {
  text-align: center;
  border-radius: 50%;
  padding: 0;
  height: 56px;
  width: 56px;
}
button.circular.small {
  height: 37px;
  width: 37px;
}
button.circular.big {
  height: 72px;
  width: 72px;
}
button.full-width {
  display: block;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
}
body.desktop button.raised:hover:not(.disabled) {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
body.desktop button.primary:not(.disabled):hover:not(.clear) {
  background: #1290fd;
}
body.desktop button.primary:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.primary:not(.disabled).clear:hover {
  background: #abd8fe;
}
body.desktop button.secondary:not(.disabled):hover:not(.clear) {
  background: #208d83;
}
body.desktop button.secondary:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.secondary:not(.disabled).clear:hover {
  background: #b4eee8;
}
body.desktop button.tertiary:not(.disabled):hover:not(.clear) {
  background: #6e6e6e;
}
body.desktop button.tertiary:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.tertiary:not(.disabled).clear:hover {
  background: #ccc;
}
body.desktop button.positive:not(.disabled):hover:not(.clear) {
  background: #1c9e3b;
}
body.desktop button.positive:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.positive:not(.disabled).clear:hover {
  background: #b5f2c3;
}
body.desktop button.negative:not(.disabled):hover:not(.clear) {
  background: #e04848;
}
body.desktop button.negative:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.negative:not(.disabled).clear:hover {
  background: #f4bebe;
}
body.desktop button.warning:not(.disabled):hover:not(.clear) {
  background: #edb20f;
}
body.desktop button.warning:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.warning:not(.disabled).clear:hover {
  background: #fbecc3;
}
body.desktop button.info:not(.disabled):hover:not(.clear) {
  background: #14bbde;
}
body.desktop button.info:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.info:not(.disabled).clear:hover {
  background: #c1f0f9;
}
body.desktop button.light:not(.disabled):hover:not(.clear) {
  background: #cfcfcf;
}
body.desktop button.light:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.light:not(.disabled).clear:hover {
  background: #fcfcfc;
}
body.desktop button.dark:not(.disabled):hover:not(.clear) {
  background: #525252;
}
body.desktop button.dark:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.dark:not(.disabled).clear:hover {
  background: #c2c2c2;
}
body.desktop button.white:not(.disabled):hover:not(.clear) {
  background: #d9d9d9;
}
body.desktop button.white:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.white:not(.disabled).clear:hover {
  background: #fff;
}
body.desktop button.red:not(.disabled):hover:not(.clear) {
  background: #f65f54;
}
body.desktop button.red:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.red:not(.disabled).clear:hover {
  background: #fcc7c3;
}
body.desktop button.pink:not(.disabled):hover:not(.clear) {
  background: #ec407a;
}
body.desktop button.pink:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.pink:not(.disabled).clear:hover {
  background: #f8bcd0;
}
body.desktop button.purple:not(.disabled):hover:not(.clear) {
  background: #ba32d2;
}
body.desktop button.purple:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.purple:not(.disabled).clear:hover {
  background: #e7b7ef;
}
body.desktop button.deep-purple:not(.disabled):hover:not(.clear) {
  background: #7c51c8;
}
body.desktop button.deep-purple:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.deep-purple:not(.disabled).clear:hover {
  background: #d1c2ec;
}
body.desktop button.indigo:not(.disabled):hover:not(.clear) {
  background: #5768c5;
}
body.desktop button.indigo:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.indigo:not(.disabled).clear:hover {
  background: #c4caea;
}
body.desktop button.blue:not(.disabled):hover:not(.clear) {
  background: #42a6f5;
}
body.desktop button.blue:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.blue:not(.disabled).clear:hover {
  background: #bce0fb;
}
body.desktop button.light-blue:not(.disabled):hover:not(.clear) {
  background: #0390cf;
}
body.desktop button.light-blue:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.light-blue:not(.disabled).clear:hover {
  background: #b1e6fe;
}
body.desktop button.cyan:not(.disabled):hover:not(.clear) {
  background: #00a0b4;
}
body.desktop button.cyan:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.cyan:not(.disabled).clear:hover {
  background: #a6f5ff;
}
body.desktop button.teal:not(.disabled):hover:not(.clear) {
  background: #00ccb9;
}
body.desktop button.teal:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.teal:not(.disabled).clear:hover {
  background: #93fff5;
}
body.desktop button.green:not(.disabled):hover:not(.clear) {
  background: #419544;
}
body.desktop button.green:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.green:not(.disabled).clear:hover {
  background: #c9e7ca;
}
body.desktop button.light-green:not(.disabled):hover:not(.clear) {
  background: #77ac39;
}
body.desktop button.light-green:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.light-green:not(.disabled).clear:hover {
  background: #dcedc9;
}
body.desktop button.lime:not(.disabled):hover:not(.clear) {
  background: #b9c823;
}
body.desktop button.lime:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.lime:not(.disabled).clear:hover {
  background: #f0f4c4;
}
body.desktop button.yellow:not(.disabled):hover:not(.clear) {
  background: #ffe60c;
}
body.desktop button.yellow:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.yellow:not(.disabled).clear:hover {
  background: #fff9c4;
}
body.desktop button.amber:not(.disabled):hover:not(.clear) {
  background: #dfa700;
}
body.desktop button.amber:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.amber:not(.disabled).clear:hover {
  background: #ffecb5;
}
body.desktop button.orange:not(.disabled):hover:not(.clear) {
  background: #d98100;
}
body.desktop button.orange:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.orange:not(.disabled).clear:hover {
  background: #ffe0b3;
}
body.desktop button.deep-orange:not(.disabled):hover:not(.clear) {
  background: #ff7043;
}
body.desktop button.deep-orange:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.deep-orange:not(.disabled).clear:hover {
  background: #ffcdbd;
}
body.desktop button.brown:not(.disabled):hover:not(.clear) {
  background: #976a5a;
}
body.desktop button.brown:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.brown:not(.disabled).clear:hover {
  background: #dccac3;
}
body.desktop button.grey:not(.disabled):hover:not(.clear) {
  background: #868686;
}
body.desktop button.grey:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.grey:not(.disabled).clear:hover {
  background: #e2e2e2;
}
body.desktop button.blue-grey:not(.disabled):hover:not(.clear) {
  background: #7592a0;
}
body.desktop button.blue-grey:not(.disabled):hover:not(.clear):not(.push) {
  box-shadow: none;
}
body.desktop button.blue-grey:not(.disabled).clear:hover {
  background: #ced8dd;
}
body.desktop button.outline:hover {
  color: #fff;
}
.card {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  display: block;
  overflow: hidden;
  position: relative;
}
.card > img,
.card .card-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.card .video:first-child,
.card .video:first-child iframe {
  border-radius: 2px 2px 0 0;
}
.card > ul.collapsible {
  margin: 0;
}
.card .list {
  border: 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.card .list > .item:first-child,
.card .list > .quasar-collapsible:first-child {
  margin-top: 0;
}
.card .list > .item:last-child,
.card .list > .quasar-collapsible:last-child {
  margin-bottom: 0;
}
.card-content {
  line-height: 1.4;
  padding: 13px 16px;
}
.card-title {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 16px;
}
.card-title + .card-content {
  padding-top: 0;
}
.card-title button {
  margin: 0;
}
.card-actions {
  padding: 13px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 80%;
}
.card-actions > *:not(:last-child) {
  padding-right: 8px;
}
.card-media {
  position: relative;
}
.card-media > button {
  margin: 0;
  position: absolute;
  bottom: -28px;
  right: 32px;
}
.card-no-top-padding {
  padding-top: 0 !important;
}
.card-force-top-padding {
  padding-top: 13px !important;
}
.chat-you,
.chat-other {
  margin: 45px 0 0;
  font-weight: 300;
}
.chat-you .chat-user,
.chat-other .chat-user {
  margin: -30px 0 0;
  display: block;
}
.chat-you .chat-user img,
.chat-other .chat-user img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: none;
}
.chat-you .chat-date,
.chat-other .chat-date {
  font-size: 0.8rem;
  color: #a6a6a6;
}
.chat-you .chat-message,
.chat-other .chat-message {
  display: block;
}
.chat-you .chat-message p,
.chat-other .chat-message p {
  display: inline-block;
  padding: 10px;
  position: relative;
  font-size: 1rem;
  border-radius: 4px;
  box-shadow: none;
}
.chat-you .chat-message p:after,
.chat-other .chat-message p:after {
  content: '';
  background: inherit;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0;
}
.chat-you .chat-user,
.chat-you .chat-date {
  float: right;
}
.chat-you .chat-date {
  margin: -20px 17px 0 0;
}
.chat-you .chat-message {
  margin: 0 80px 0 0;
  text-align: right;
}
.chat-you .chat-message p {
  margin: 0 0 0 auto;
  color: #fff;
  background: #027be3;
  text-align: left;
}
.chat-you .chat-message p:after {
  top: 10px;
  right: 1px;
  bottom: auto;
  left: auto;
  transform: translateX(50%) rotate(45deg);
}
.chat-other .chat-user,
.chat-other .chat-date {
  float: left;
}
.chat-other .chat-date {
  margin: -20px 0 0 17px;
}
.chat-other .chat-message {
  margin: 0 0 0 80px;
}
.chat-other .chat-message p {
  color: #fff;
  background: #26a69a;
}
.chat-other .chat-message p:after {
  top: 10px;
  left: 1px;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) rotate(45deg);
}
table.quasar-table {
  position: relative;
  border: 0;
  border-collapse: collapse;
  font-size: 0.8rem;
  background-color: #fff;
  color: #616161;
}
table.quasar-table.bordered,
table.quasar-table.cell-delimiter {
  border: 1px solid rgba(0,0,0,0.12);
}
table.quasar-table.cell-delimiter th,
table.quasar-table.cell-delimiter td {
  border-right: 1px solid rgba(0,0,0,0.12);
}
table.quasar-table.row-delimiter tr,
table.quasar-table.cell-delimiter tr {
  border-bottom: $table-border;
}
table.quasar-table.row-delimiter th,
table.quasar-table.cell-delimiter th,
table.quasar-table.row-delimiter td,
table.quasar-table.cell-delimiter td {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
table.quasar-table.striped tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
table.quasar-table.striped tbody tr td {
  border-radius: 0;
}
table.quasar-table.striped th {
  border-bottom: 2px solid rgba(0,0,0,0.12);
}
table.quasar-table thead th {
  padding: 12px 18px;
  position: relative;
  vertical-align: bottom;
  text-overflow: ellipsis;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  height: 48px;
  font-size: 12px;
  color: rgba(0,0,0,0.54);
  text-align: left;
}
table.quasar-table thead th:first-of-type {
  padding-left: 24px;
}
table.quasar-table thead th:last-of-type {
  padding-right: 24px;
}
table.quasar-table tbody tr {
  position: relative;
  height: 48px;
}
table.quasar-table tbody td {
  position: relative;
  height: 48px;
  padding: 12px 18px;
  vertical-align: middle;
  text-align: left;
}
table.quasar-table tbody td:first-of-type {
  padding-left: 24px;
}
table.quasar-table tbody td:last-of-type {
  padding-right: 24px;
}
table.quasar-table.compact th {
  padding-left: 5px;
  padding-right: 5px;
}
table.quasar-table.compact td {
  padding: 5px;
}
body.desktop table.quasar-table.highlight tbody tr,
body.desktop table.quasar-table.highlight th {
  transition: all 0.28s ease-in;
}
body.desktop table.quasar-table.highlight tbody tr:hover,
body.desktop table.quasar-table.highlight th:hover {
  background: #e6e6e6 !important;
}
.label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  min-width: 10px;
  border-radius: 4px;
  padding: 0.3rem 0.7rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.label > .left-detail,
.label > .right-detail {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 0.3rem 0.35rem;
  margin: -0.3rem 0.35rem;
  background: rgba(0,0,0,0.1);
  opacity: 0.8;
}
.label > .left-detail {
  margin-left: -0.7rem;
  padding-left: 0.7rem;
  border-radius: 4px 0 0 4px;
}
.label > .right-detail {
  margin-right: -0.7rem;
  padding-right: 0.7rem;
  border-radius: 0 4px 4px 0;
}
.label.circular {
  border-radius: 50%;
}
.label.floating {
  position: absolute;
  z-index: 2;
  top: -0.7rem;
  left: 100%;
  margin: 0 0 0 -1.5rem !important;
  font-size: 0.7rem;
}
.label.pointing-up,
.label.pointing-right,
.label.pointing-down,
.label.pointing-left {
  position: relative;
}
.label.pointing-up:before,
.label.pointing-right:before,
.label.pointing-down:before,
.label.pointing-left:before {
  content: '';
  background: inherit;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.label.pointing-up {
  margin-top: 0.8rem;
}
.label.pointing-up:before {
  top: 0;
  left: 50%;
}
.label.pointing-down {
  margin-bottom: 0.8rem;
}
.label.pointing-down:before {
  right: auto;
  top: 100%;
  left: 50%;
}
.label.pointing-right {
  margin-right: 0.8rem;
}
.label.pointing-right:before {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.label.pointing-left {
  margin-left: 0.8rem;
}
.label.pointing-left:before {
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
}
.label.tag {
  position: relative;
  margin-left: 1rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.label.tag:before,
.label.tag:after {
  content: '';
  position: absolute;
  top: 50%;
}
.label.tag:before {
  right: 100%;
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  background: inherit;
  width: 1.14rem;
  height: 1.14rem;
  transition: none;
}
.label.tag:after {
  left: 0;
  margin-top: -0.25rem;
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.3);
  border-radius: 50%;
}
.label.chip {
  border-radius: 16px;
  padding: 0 12px;
  height: 32px;
}
.label.chip > i.on-right {
  border-radius: 50%;
  cursor: pointer;
  background: rgba(0,0,0,0.2);
  padding: 3px;
}
.label.chip img,
.label.chip div {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.label.chip div {
  line-height: 32px;
  background: rgba(0,0,0,0.2);
}
.item {
  height: 48px;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  background: none;
}
.item.active,
.item.router-link-active {
  background: rgba(0,0,0,0.2);
}
.item.item-link {
  cursor: pointer;
}
.item.item-link:active {
  background: rgba(0,0,0,0.3);
}
.item > .item-primary {
  color: #757575;
}
.item > div.item-primary {
  position: absolute;
  top: 0;
  margin: 4px 12px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  border-radius: 50%;
  font-size: 20px;
}
.item > div.item-primary > * {
  margin-top: -4px;
  font-size: 24px;
  line-height: 30px;
}
.item > i.item-primary {
  position: absolute;
  top: 0;
  margin: 12px;
  left: 4px;
  height: 24px;
  width: 24px;
  font-size: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.item > img.item-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 4px;
  left: 16px;
  user-select: none;
}
.item > img.item-primary:not(.thumbnail) {
  border-radius: 50%;
}
.item > .item-content {
  padding: 16px 0;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
.item > .item-content.inset {
  margin-left: 72px;
}
.item > .item-content.has-secondary {
  margin-right: 72px;
}
.item > .item-content:not(.no-style) > span,
.item > .item-content:not(.no-style) > div > span {
  color: rgba(0,0,0,0.87);
}
.item > .item-primary ~ .item-content {
  margin-left: 72px;
}
.item > .item-secondary {
  color: #757575;
  position: absolute;
  top: 0;
  margin: 12px;
  right: 4px;
  height: 24px;
  width: 40px;
  line-height: 24px;
  font-size: 24px;
  text-align: right;
}
.item > .item-secondary.stamp {
  width: 55px;
  margin-left: 0;
  text-align: right;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item > i.item-secondary {
  width: 24px;
}
.item > img.item-secondary {
  margin: 4px 12px;
  height: 40px;
}
.item > img.item-secondary:not(.thumbnail) {
  border-radius: 50%;
}
.item > * {
  text-align: left;
}
.item:not(.two-lines):not(.three-lines):not(.multiple-lines) > .item-content > div:not(.stacked-label):not(.floating-label):not([class^='quasar-']) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item.two-lines {
  height: 72px;
}
.item.two-lines > .item-primary {
  top: 14px;
}
.item.two-lines > img.item-primary {
  top: 18px;
}
.item.two-lines > .item-secondary {
  top: 12px;
}
.item.two-lines > .item-secondary.stamp {
  top: 4px;
}
.item.two-lines > .item-content {
  padding-top: 20px;
  padding-bottom: 16px;
}
.item.two-lines > .item-content:not(.no-style) > div:not(.stacked-label):not(.floating-label):not([class^='quasar-']) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item.two-lines > .item-content:not(.no-style) > div:not(:first-of-type):not([class^='quasar-']) {
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  margin: 4px 0 0;
  color: rgba(0,0,0,0.54);
}
.item.three-lines {
  height: 88px;
}
.item.three-lines > .item-primary {
  top: 14px;
}
.item.three-lines > .item-secondary:not(.stamp) {
  top: 3px;
}
.item.three-lines > .item-secondary.stamp + .item-secondary {
  top: 30px;
}
.item.three-lines > .item-content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.item.three-lines > .item-content:not(.no-style) > div:not(.stacked-label):not(.floating-label):not([class^='quasar-']) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.item.three-lines > .item-content:not(.no-style) > div:first-of-type:not([class^='quasar-']) {
  white-space: nowrap;
}
.item.three-lines > .item-content:not(.no-style) > div:not(:first-of-type):not([class^='quasar-']) {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  margin: 4px 0 0;
  color: rgba(0,0,0,0.54);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.item.multiple-lines {
  height: auto;
}
.item.multiple-lines > .item-content {
  position: static;
  padding-top: 16px;
}
.item .item-label {
  color: rgba(0,0,0,0.54) !important;
}
.item .item-smaller {
  font-size: 14px;
}
.item + .item.item-delimiter,
.item + .quasar-collapsible.item-delimiter,
.quasar-collapsible + .item.item-delimiter,
.quasar-collapsible + .quasar-collapsible.item-delimiter {
  border-top: 1px solid #e0e0e0;
}
.item + .item.item-inset-delimiter:after,
.item + .quasar-collapsible.item-inset-delimiter:after,
.quasar-collapsible + .item.item-inset-delimiter:after,
.quasar-collapsible + .quasar-collapsible.item-inset-delimiter:after {
  content: '';
  position: absolute;
  top: 0;
  left: 72px;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}
body.desktop .item.item-link:hover {
  background: rgba(0,0,0,0.2);
}
.list {
  text-align: left;
  border: 1px solid #e0e0e0;
}
.list > .item:first-child,
.list > .quasar-collapsible:first-child {
  margin-top: 8px;
}
.list > .item:last-child,
.list > .quasar-collapsible:last-child {
  margin-bottom: 8px;
}
.list hr {
  margin: 8px 0;
  height: 1px;
  border: 0;
  background-color: #e0e0e0;
}
.list hr.inset {
  margin-left: 72px;
}
.list hr:last-child {
  visibility: hidden;
}
.list .list-label {
  color: rgba(0,0,0,0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  padding-left: 16px;
  width: 100%;
}
.list .list-label.inset {
  padding-left: 72px;
}
.list hr + .list-label {
  margin-top: -8px;
}
.list.striped .item:nth-child(even) {
  background-color: rgba(0,0,0,0.05);
}
.list.highlight .item:hover {
  background-color: rgba(0,0,0,0.1);
}
.list.item-delimiter .item + .item,
.list.item-delimiter .item + .quasar-collapsible,
.list.item-delimiter .quasar-collapsible + .item,
.list.item-delimiter .quasar-collapsible + .quasar-collapsible {
  border-top: 1px solid #e0e0e0;
}
.list.item-inset-delimiter .item + .item:after,
.list.item-inset-delimiter .item + .quasar-collapsible:after,
.list.item-inset-delimiter .quasar-collapsible + .item:after,
.list.item-inset-delimiter .quasar-collapsible + .quasar-collapsible:after {
  content: '';
  position: absolute;
  top: 0;
  left: 72px;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
input:not(.no-style),
textarea:not(.no-style),
.textfield:not(.no-style) {
  background: none;
  font-size: 0.9rem;
  max-width: 100%;
  margin-bottom: 2px;
  padding: 0.5rem 0.5rem;
  outline: 0;
  transition: all 0.3s;
  border: 2px solid #eee;
  border-radius: 4px;
}
input:not(.no-style):focus,
textarea:not(.no-style):focus,
.textfield:not(.no-style):focus,
input:not(.no-style):hover,
textarea:not(.no-style):hover,
.textfield:not(.no-style):hover {
  background: #eee;
  border-color: transparent;
}
input:not(.no-style)[disabled],
textarea:not(.no-style)[disabled],
.textfield:not(.no-style)[disabled],
input:not(.no-style).disabled,
textarea:not(.no-style).disabled,
.textfield:not(.no-style).disabled {
  border-color: #979797;
  border-style: dotted;
}
textarea:not(.no-style) {
  height: 11em;
}
label {
  font-size: 0.9rem;
}
input.caret,
.textfield.caret {
  position: relative;
  padding-right: 17px;
  white-space: nowrap;
  overflow: hidden;
}
input.caret > div,
.textfield.caret > div {
  overflow: hidden;
}
input.caret:after,
.textfield.caret:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scaleY(0.45) scaleX(0.85);
  content: '\25BC';
}
.stacked-label,
.floating-label {
  position: relative;
  display: inline-block;
  width: 100%;
}
.stacked-label label,
.floating-label label {
  position: absolute;
  pointer-events: none;
  top: 0.5rem;
  left: 0.5rem;
  transform-origin: left top;
  color: rgba(0,0,0,0.54);
}
.stacked-label label {
  display: block;
  transform: scale(0.8);
}
.stacked-label input {
  padding-top: 1.4rem;
}
.stacked-label textarea {
  margin-top: 1.4rem;
}
.stacked-label input:focus + label,
.stacked-label textarea:focus + label {
  color: #027be3;
}
.floating-label label {
  transition: transform 0.15s ease-in-out, color 0.3s;
  bottom: 0.5rem;
}
.floating-label input + label,
.floating-label textarea + label {
  transform: translateY(1.7rem) scale(1);
}
.floating-label input,
.floating-label textarea {
  margin-top: 1.45rem;
}
.floating-label input:focus ~ label,
.floating-label input:valid ~ label,
.floating-label textarea:focus ~ label,
.floating-label textarea:valid ~ label {
  color: #027be3;
  transform: translateY(0) scale(0.8);
}
.timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.2rem;
  margin-left: -2px;
  background: #cfcfcf;
}
.timeline.primary:before {
  background: #9ed1fe;
}
.timeline.primary .timeline-badge {
  background: #027be3;
  box-shadow: 0 0 0 0.2rem #9ed1fe;
}
.timeline.primary .timeline-date,
.timeline.primary .timeline-label {
  color: #027be3;
}
.timeline.secondary:before {
  background: #196c64;
}
.timeline.secondary .timeline-badge {
  background: #26a69a;
  box-shadow: 0 0 0 0.2rem #196c64;
}
.timeline.secondary .timeline-date,
.timeline.secondary .timeline-label {
  color: #26a69a;
}
.timeline.tertiary:before {
  background: #c4c4c4;
}
.timeline.tertiary .timeline-badge {
  background: #555;
  box-shadow: 0 0 0 0.2rem #c4c4c4;
}
.timeline.tertiary .timeline-date,
.timeline.tertiary .timeline-label {
  color: #555;
}
.timeline.positive:before {
  background: #15792d;
}
.timeline.positive .timeline-badge {
  background: #21ba45;
  box-shadow: 0 0 0 0.2rem #15792d;
}
.timeline.positive .timeline-date,
.timeline.positive .timeline-label {
  color: #21ba45;
}
.timeline.negative:before {
  background: #f2b4b4;
}
.timeline.negative .timeline-badge {
  background: #db2828;
  box-shadow: 0 0 0 0.2rem #f2b4b4;
}
.timeline.negative .timeline-date,
.timeline.negative .timeline-label {
  color: #db2828;
}
.timeline.warning:before {
  background: #b5880c;
}
.timeline.warning .timeline-badge {
  background: #f2c037;
  box-shadow: 0 0 0 0.2rem #b5880c;
}
.timeline.warning .timeline-date,
.timeline.warning .timeline-label {
  color: #f2c037;
}
.timeline.info:before {
  background: #108faa;
}
.timeline.info .timeline-badge {
  background: #31ccec;
  box-shadow: 0 0 0 0.2rem #108faa;
}
.timeline.info .timeline-date,
.timeline.info .timeline-label {
  color: #31ccec;
}
.timeline.light:before {
  background: #9f9f9f;
}
.timeline.light .timeline-badge {
  background: #f4f4f4;
  box-shadow: 0 0 0 0.2rem #9f9f9f;
}
.timeline.light .timeline-date,
.timeline.light .timeline-label {
  color: #f4f4f4;
}
.timeline.dark:before {
  background: #b8b8b8;
}
.timeline.dark .timeline-badge {
  background: #333;
  box-shadow: 0 0 0 0.2rem #b8b8b8;
}
.timeline.dark .timeline-date,
.timeline.dark .timeline-label {
  color: #333;
}
.timeline.white:before {
  background: #a6a6a6;
}
.timeline.white .timeline-badge {
  background: #fff;
  box-shadow: 0 0 0 0.2rem #a6a6a6;
}
.timeline.white .timeline-date,
.timeline.white .timeline-label {
  color: #fff;
}
.timeline.red:before {
  background: #fbbdb9;
}
.timeline.red .timeline-badge {
  background: #f44336;
  box-shadow: 0 0 0 0.2rem #fbbdb9;
}
.timeline.red .timeline-date,
.timeline.red .timeline-label {
  color: #f44336;
}
.timeline.pink:before {
  background: #f7b0c8;
}
.timeline.pink .timeline-badge {
  background: #e91e63;
  box-shadow: 0 0 0 0.2rem #f7b0c8;
}
.timeline.pink .timeline-date,
.timeline.pink .timeline-label {
  color: #e91e63;
}
.timeline.purple:before {
  background: #e3aaec;
}
.timeline.purple .timeline-badge {
  background: #9c27b0;
  box-shadow: 0 0 0 0.2rem #e3aaec;
}
.timeline.purple .timeline-date,
.timeline.purple .timeline-label {
  color: #9c27b0;
}
.timeline.deep-purple:before {
  background: #c9b8e8;
}
.timeline.deep-purple .timeline-badge {
  background: #673ab7;
  box-shadow: 0 0 0 0.2rem #c9b8e8;
}
.timeline.deep-purple .timeline-date,
.timeline.deep-purple .timeline-label {
  color: #673ab7;
}
.timeline.indigo:before {
  background: #bac1e7;
}
.timeline.indigo .timeline-badge {
  background: #3f51b5;
  box-shadow: 0 0 0 0.2rem #bac1e7;
}
.timeline.indigo .timeline-date,
.timeline.indigo .timeline-label {
  color: #3f51b5;
}
.timeline.blue:before {
  background: #b1dafb;
}
.timeline.blue .timeline-badge {
  background: #2196f3;
  box-shadow: 0 0 0 0.2rem #b1dafb;
}
.timeline.blue .timeline-date,
.timeline.blue .timeline-label {
  color: #2196f3;
}
.timeline.light-blue:before {
  background: #026e9f;
}
.timeline.light-blue .timeline-badge {
  background: #03a9f4;
  box-shadow: 0 0 0 0.2rem #026e9f;
}
.timeline.light-blue .timeline-date,
.timeline.light-blue .timeline-label {
  color: #03a9f4;
}
.timeline.cyan:before {
  background: #007a8a;
}
.timeline.cyan .timeline-badge {
  background: #00bcd4;
  box-shadow: 0 0 0 0.2rem #007a8a;
}
.timeline.cyan .timeline-date,
.timeline.cyan .timeline-label {
  color: #00bcd4;
}
.timeline.teal:before {
  background: #81fff3;
}
.timeline.teal .timeline-badge {
  background: #009688;
  box-shadow: 0 0 0 0.2rem #81fff3;
}
.timeline.teal .timeline-date,
.timeline.teal .timeline-label {
  color: #009688;
}
.timeline.green:before {
  background: #317234;
}
.timeline.green .timeline-badge {
  background: #4caf50;
  box-shadow: 0 0 0 0.2rem #317234;
}
.timeline.green .timeline-date,
.timeline.green .timeline-label {
  color: #4caf50;
}
.timeline.light-green:before {
  background: #5b832c;
}
.timeline.light-green .timeline-badge {
  background: #8bc34a;
  box-shadow: 0 0 0 0.2rem #5b832c;
}
.timeline.light-green .timeline-date,
.timeline.light-green .timeline-label {
  color: #8bc34a;
}
.timeline.lime:before {
  background: #8d991b;
}
.timeline.lime .timeline-badge {
  background: #cddc39;
  box-shadow: 0 0 0 0.2rem #8d991b;
}
.timeline.lime .timeline-date,
.timeline.lime .timeline-label {
  color: #cddc39;
}
.timeline.yellow:before {
  background: #ccb700;
}
.timeline.yellow .timeline-badge {
  background: #ffeb3b;
  box-shadow: 0 0 0 0.2rem #ccb700;
}
.timeline.yellow .timeline-date,
.timeline.yellow .timeline-label {
  color: #ffeb3b;
}
.timeline.amber:before {
  background: #aa8000;
}
.timeline.amber .timeline-badge {
  background: #ffc107;
  box-shadow: 0 0 0 0.2rem #aa8000;
}
.timeline.amber .timeline-date,
.timeline.amber .timeline-label {
  color: #ffc107;
}
.timeline.orange:before {
  background: #a66300;
}
.timeline.orange .timeline-badge {
  background: #ff9800;
  box-shadow: 0 0 0 0.2rem #a66300;
}
.timeline.orange .timeline-date,
.timeline.orange .timeline-label {
  color: #ff9800;
}
.timeline.deep-orange:before {
  background: #ffc4b2;
}
.timeline.deep-orange .timeline-badge {
  background: #ff5722;
  box-shadow: 0 0 0 0.2rem #ffc4b2;
}
.timeline.deep-orange .timeline-date,
.timeline.deep-orange .timeline-label {
  color: #ff5722;
}
.timeline.brown:before {
  background: #d6c1b9;
}
.timeline.brown .timeline-badge {
  background: #795548;
  box-shadow: 0 0 0 0.2rem #d6c1b9;
}
.timeline.brown .timeline-date,
.timeline.brown .timeline-label {
  color: #795548;
}
.timeline.grey:before {
  background: #676767;
}
.timeline.grey .timeline-badge {
  background: #9e9e9e;
  box-shadow: 0 0 0 0.2rem #676767;
}
.timeline.grey .timeline-date,
.timeline.grey .timeline-label {
  color: #9e9e9e;
}
.timeline.blue-grey:before {
  background: #c6d2d8;
}
.timeline.blue-grey .timeline-badge {
  background: #607d8b;
  box-shadow: 0 0 0 0.2rem #c6d2d8;
}
.timeline.blue-grey .timeline-date,
.timeline.blue-grey .timeline-label {
  color: #607d8b;
}
.timeline-badge {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  border-radius: 50%;
  color: #fff;
  background: #9e9e9e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0 0 0.2rem #cfcfcf, 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.timeline-badge i {
  font-size: 1.5rem;
}
.timeline-badge img {
  max-width: 100%;
}
.timeline-title,
.timeline-date {
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}
.timeline-title {
  font-weight: 700;
}
.timeline-date {
  color: #9e9e9e;
}
.timeline-title + .timeline-date {
  min-height: 0;
}
.timeline-content {
  margin-top: 1rem;
}
.timeline-label {
  position: relative;
  width: 100%;
  color: #9e9e9e;
}
.timeline-item {
  position: relative;
  margin-bottom: 1rem;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item.incomplete .timeline-badge {
  background: #bababa !important;
  box-shadow: 0 0 0 0.2rem #cfcfcf !important;
}
.timeline-item.incomplete .timeline-date,
.timeline-item.incomplete .timeline-title {
  color: #cfcfcf;
}
@media only screen and (max-width: 600px) {
  .timeline:before {
    left: 1.5rem;
  }
  .timeline-item {
    margin-left: 3.9rem;
  }
  .timeline-date {
    position: relative;
  }
  .timeline-badge {
    left: -3.9rem;
  }
  .timeline-label {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 601px) {
  .timeline:before {
    left: 50%;
  }
  .timeline-item {
    width: calc(50% - 3rem);
  }
  .timeline-item:nth-child(odd):not(.on-right) .timeline-badge,
  .timeline-item.on-left .timeline-badge {
    right: -4.5rem;
  }
  .timeline-item:nth-child(odd):not(.on-right) .timeline-title,
  .timeline-item.on-left .timeline-title {
    text-align: right;
  }
  .timeline-item:nth-child(odd):not(.on-right) .timeline-date,
  .timeline-item.on-left .timeline-date {
    text-align: right;
    left: calc(100% + 6rem);
  }
  .timeline-item:nth-child(even):not(.on-left),
  .timeline-item.on-right {
    margin-left: auto;
  }
  .timeline-item:nth-child(even):not(.on-left) .timeline-badge,
  .timeline-item.on-right .timeline-badge {
    left: -4.5rem;
  }
  .timeline-item:nth-child(even):not(.on-left) .timeline-date,
  .timeline-item.on-right .timeline-date {
    right: calc(100% + 6rem);
  }
  .timeline-label {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.quasar-tooltip {
  position: relative;
}
.quasar-tooltip:before,
.quasar-tooltip:after {
  position: absolute;
  bottom: 101%;
  left: 50%;
  z-index: 40;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.quasar-tooltip:before {
  content: attr(quasar-tooltip);
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 0.5rem 0.75rem;
  width: 160px;
  border-radius: 4px;
  color: #fff;
  background: #727272;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5;
}
.quasar-tooltip:after {
  content: ' ';
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #727272;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.quasar-tooltip:hover:before,
.quasar-tooltip:hover:after {
  opacity: 1;
}
.quasar-checkbox {
  display: inline-block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
}
.quasar-checkbox input {
  display: none !important;
}
.quasar-checkbox input + div {
  position: relative;
}
.quasar-checkbox input + div:before {
  border: 2px solid #bdbdbd;
}
.quasar-checkbox input + div:before,
.quasar-checkbox input + div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.quasar-checkbox input:checked + div:before {
  background: #027be3;
  border: 2px solid #027be3;
}
.quasar-checkbox input:checked + div:after {
  top: 4.5px;
  left: 4.5px;
  width: 7.02px;
  height: 14.850000000000001px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  border-radius: 0;
}
.quasar-checkbox.primary input:checked + div:before {
  background: #027be3;
  border-color: #027be3;
}
.quasar-checkbox.secondary input:checked + div:before {
  background: #26a69a;
  border-color: #26a69a;
}
.quasar-checkbox.tertiary input:checked + div:before {
  background: #555;
  border-color: #555;
}
.quasar-checkbox.positive input:checked + div:before {
  background: #21ba45;
  border-color: #21ba45;
}
.quasar-checkbox.negative input:checked + div:before {
  background: #db2828;
  border-color: #db2828;
}
.quasar-checkbox.warning input:checked + div:before {
  background: #f2c037;
  border-color: #f2c037;
}
.quasar-checkbox.info input:checked + div:before {
  background: #31ccec;
  border-color: #31ccec;
}
.quasar-checkbox.light input:checked + div:before {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.quasar-checkbox.dark input:checked + div:before {
  background: #333;
  border-color: #333;
}
.quasar-checkbox.white input:checked + div:before {
  background: #fff;
  border-color: #fff;
}
.quasar-checkbox.red input:checked + div:before {
  background: #f44336;
  border-color: #f44336;
}
.quasar-checkbox.pink input:checked + div:before {
  background: #e91e63;
  border-color: #e91e63;
}
.quasar-checkbox.purple input:checked + div:before {
  background: #9c27b0;
  border-color: #9c27b0;
}
.quasar-checkbox.deep-purple input:checked + div:before {
  background: #673ab7;
  border-color: #673ab7;
}
.quasar-checkbox.indigo input:checked + div:before {
  background: #3f51b5;
  border-color: #3f51b5;
}
.quasar-checkbox.blue input:checked + div:before {
  background: #2196f3;
  border-color: #2196f3;
}
.quasar-checkbox.light-blue input:checked + div:before {
  background: #03a9f4;
  border-color: #03a9f4;
}
.quasar-checkbox.cyan input:checked + div:before {
  background: #00bcd4;
  border-color: #00bcd4;
}
.quasar-checkbox.teal input:checked + div:before {
  background: #009688;
  border-color: #009688;
}
.quasar-checkbox.green input:checked + div:before {
  background: #4caf50;
  border-color: #4caf50;
}
.quasar-checkbox.light-green input:checked + div:before {
  background: #8bc34a;
  border-color: #8bc34a;
}
.quasar-checkbox.lime input:checked + div:before {
  background: #cddc39;
  border-color: #cddc39;
}
.quasar-checkbox.yellow input:checked + div:before {
  background: #ffeb3b;
  border-color: #ffeb3b;
}
.quasar-checkbox.amber input:checked + div:before {
  background: #ffc107;
  border-color: #ffc107;
}
.quasar-checkbox.orange input:checked + div:before {
  background: #ff9800;
  border-color: #ff9800;
}
.quasar-checkbox.deep-orange input:checked + div:before {
  background: #ff5722;
  border-color: #ff5722;
}
.quasar-checkbox.brown input:checked + div:before {
  background: #795548;
  border-color: #795548;
}
.quasar-checkbox.grey input:checked + div:before {
  background: #9e9e9e;
  border-color: #9e9e9e;
}
.quasar-checkbox.blue-grey input:checked + div:before {
  background: #607d8b;
  border-color: #607d8b;
}
.quasar-chips {
  min-height: 45px;
  padding-bottom: 5px;
  transition: all 0.3s;
  border: 2px solid #eee;
  border-radius: 4px;
  cursor: text;
}
.quasar-chips.active,
.quasar-chips:hover {
  background: #eee;
}
.quasar-chips.disabled {
  border-style: dotted;
}
.quasar-chips .quasar-chips-input {
  display: inline-block;
  white-space: nowrap;
}
.quasar-chips input {
  background: none;
  border: 0;
  color: rgba(0,0,0,0.6);
  display: inline-block;
  height: 32px;
  line-height: 32px;
  outline: 0;
  padding: 0;
  width: 120px;
}
.quasar-chips button {
  cursor: pointer;
}
.quasar-collapsible-sub-item {
  padding: 8px 8px 8px 18px;
}
.quasar-collapsible-sub-item .card {
  margin-bottom: 0;
}
.quasar-datetime {
  max-width: 100vw;
  border: 1px solid #e0e0e0;
  display: inline-block;
}
.quasar-datetime.type-date {
  width: 320px;
}
.quasar-datetime.type-time {
  width: 200px;
}
.quasar-datetime.type-datetime {
  width: 320px;
}
.quasar-datetime-content {
  height: 200px;
  position: relative;
}
.quasar-datetime-inner {
  font-size: 21px;
  overflow: hidden;
  perspective: 1200px;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 0;
}
.quasar-datetime-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #fff, transparent 50%, #fff);
  pointer-events: none;
}
.quasar-datetime-col {
  display: block;
  overflow: visible;
  transform-style: preserve-3d;
  position: relative;
  max-height: 100%;
}
.quasar-datetime-col-wrapper,
.quasar-datetime-item {
  transform-style: preserve-3d;
  transition: all 0.2s ease-out;
}
body.desktop .quasar-datetime-col-wrapper {
  cursor: pointer;
}
.quasar-datetime-col-divider {
  max-height: 100%;
  width: 10px;
}
.quasar-datetime-col-month {
  width: 117px;
  text-align: left;
}
.quasar-datetime-col-day {
  width: 37px;
}
.quasar-datetime-col-year {
  width: 61px;
}
.quasar-datetime-col-hour {
  width: 37px;
}
.quasar-datetime-col-minute {
  width: 37px;
}
.quasar-datetime-item {
  height: 36px;
  line-height: 36px;
  padding: 0 6px;
  color: rgba(0,0,0,0.87);
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
  transform-origin: center center -110px;
}
.quasar-datetime-highlight {
  height: 36px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -18px;
  pointer-events: none;
}
.quasar-datetime-highlight:before,
.quasar-datetime-highlight:after {
  content: '';
  position: absolute;
  transform: scaleY(0.5);
  left: 0;
  right: auto;
  height: 1px;
  width: 100%;
  background: #bdbdbd;
  display: block;
  transform-origin: 50% 0;
}
.quasar-datetime-highlight:before {
  top: 0;
  bottom: auto;
}
.quasar-datetime-highlight:after {
  bottom: 0;
  top: auto;
}
body.drawer-opened {
  overflow-x: hidden !important;
}
.drawer {
  position: relative;
}
.drawer .list {
  margin: 0;
}
.drawer-backdrop {
  display: none;
  height: 100vh;
  z-index: 30;
}
.drawer-backdrop.active {
  display: block;
}
.drawer-opener {
  z-index: 11;
  height: 100vh;
  width: 15px;
}
.drawer-content {
  will-change: transform;
  background: #fff;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 260px;
  font-size: 1rem;
}
.drawer-content.left-side {
  left: 0;
}
.drawer-content.right-side {
  right: 0;
}
.drawer-header {
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
  padding: 16px;
  background-size: 100% 100%, cover;
  font-size: 0.9rem;
}
.drawer-header > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  transform: translateX(50%);
  z-index: -1;
}
.drawer-header > div {
  color: #fff;
}
.drawer-header .avatar img {
  height: 64px;
  width: 64px;
  margin-bottom: 25px;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .drawer-content {
    z-index: 30;
    position: fixed;
  }
  .drawer-content.left-side {
    transform: translateX(-260px);
  }
  .drawer-content.right-side {
    transform: translateX(260px);
  }
}
@media screen and (min-width: 601px) {
  .hide-on-drawer-visible {
    display: none !important;
  }
  .drawer.swipe-only .drawer-content {
    z-index: 30;
    position: fixed;
  }
  .drawer.swipe-only .drawer-content.left-side {
    transform: translateX(-260px);
  }
  .drawer.swipe-only .drawer-content.right-side {
    transform: translateX(260px);
  }
  .drawer:not(.swipe-only) {
    flex: 0 0 260px;
  }
  .drawer:not(.swipe-only) .drawer-content {
    left: 0;
    right: 0;
    position: absolute !important;
    transform: translateX(0) !important;
  }
  .drawer-content.left-side {
    border-right: $layout-border;
  }
  .drawer-content.right-side {
    border-left: $layout-border;
  }
}
.quasar-fab {
  height: 67.2px;
  width: 67.2px;
  position: relative;
  vertical-align: middle;
}
.quasar-fab button {
  margin: 5px;
}
.quasar-fab.opened {
  z-index: 20;
}
.quasar-fab.opened .quasar-fab-actions {
  opacity: 1;
  transform: scaleX(1) scaleY(1) translateX(0) translateY(0);
  pointer-events: all;
}
.quasar-fab.opened .quasar-fab-icon {
  transform: rotate3d(0, 0, 1, 180deg);
  opacity: 0;
}
.quasar-fab.opened .quasar-fab-active-icon {
  transform: rotate3d(0, 0, 1, 0deg);
  opacity: 1;
}
.quasar-fab.opened .backdrop {
  display: block;
  background: rgba(255,255,255,0.5);
}
.quasar-fab-icon,
.quasar-fab-active-icon {
  position: absolute;
  top: 18px;
  left: 17px;
  transition: opacity 0.4s, transform 0.4s;
}
.quasar-fab-icon {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
}
.quasar-fab-active-icon {
  opacity: 0;
  transform: rotate3d(0, 0, 1, -180deg);
}
.quasar-fab-actions {
  position: absolute;
  margin: 0;
  opacity: 0;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.quasar-fab-actions.right {
  transform: scaleX(0.4) scaleY(0.4) translateX(-134.4px);
  height: 67.2px;
  left: 67.2px;
  flex-direction: row;
}
.quasar-fab-actions.left {
  transform: scaleX(0.4) scaleY(0.4) translateX(134.4px);
  height: 67.2px;
  right: 67.2px;
  flex-direction: row-reverse;
}
.quasar-fab-actions.up {
  transform: scaleX(0.4) scaleY(0.4) translateY(134.4px);
  width: 67.2px;
  flex-direction: column-reverse;
  justify-content: center;
  bottom: 67.2px;
  right: 0;
}
.quasar-fab-actions.down {
  transform: scaleX(0.4) scaleY(0.4) translateY(-134.4px);
  width: 67.2px;
  flex-direction: column;
  justify-content: center;
  top: 67.2px;
  left: 0;
}
.quasar-gallery {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.quasar-gallery div {
  flex: auto;
  width: 150px;
  margin: 0 12px 12px 0;
}
.quasar-gallery div.quasar-gallery-main {
  flex-basis: 200%;
}
.quasar-gallery img {
  height: auto;
  width: 100%;
}
.quasar-gallery-slider img {
  height: auto;
  width: 100%;
}
.quasar-gallery-slider-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.quasar-gallery-slider-overlay.active {
  display: block;
}
.quasar-gallery-slider-quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  will-change: transform;
  transition: all 0.3s;
  transform: translateY(101%);
  width: 100%;
  height: auto;
  max-height: 60%;
  overflow: auto;
  background: #000;
  padding-top: 0.5rem;
  padding-bottom: 2.2rem;
  box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -5px 6px rgba(0,0,0,0.23);
  text-align: center;
}
.quasar-gallery-slider-quickview.active {
  transform: translateY(0);
}
.quasar-gallery-slider-quickview img {
  opacity: 0.5;
  will-change: opacity;
  transition: opacity 0.3s;
  cursor: pointer;
}
.quasar-gallery-slider-quickview div {
  margin: 1px 2px;
  width: 100px;
  display: inline-block;
}
.quasar-gallery-slider-quickview div.active img,
.quasar-gallery-slider-quickview div img.active {
  opacity: 1;
  border: 1px solid #fff;
}
body.desktop .quasar-gallery-slider-quickview img:hover {
  opacity: 1;
}
.quasar-knob,
.quasar-knob > div {
  position: relative;
  display: inline-block;
}
.quasar-knob-label {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.quasar-knob-label i {
  font-size: 130%;
}
.layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
}
.layout > .quasar-tabs {
  z-index: 10;
  order: 9;
  border-top: 1px solid #bdbdbd;
  border-radius: 0 !important;
}
.layout-header {
  order: -10;
}
.layout-header .toolbar {
  border-bottom: 1px solid #bdbdbd;
}
.layout-footer {
  order: 10;
}
.layout-footer .toolbar {
  border-top: 1px solid #bdbdbd;
}
body.desktop .layout-header button:hover i,
body.desktop .layout-footer button:hover i {
  animation: quasar-rotate 0.25s ease-out;
}
.layout-content {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.layout-view {
  overflow: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.layout-header,
.layout-footer {
  color: #424242;
  background: #f4f4f4;
}
.layout-header,
.layout-footer {
  z-index: 10;
}
.toolbar {
  padding: 4px;
  min-height: 50px;
  display: flex;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  color: #424242;
  background: #f4f4f4;
}
.toolbar.border-bottom {
  border-bottom: 1px solid #bdbdbd;
}
.toolbar.border-top {
  border-top: 1px solid #bdbdbd;
}
.toolbar.primary {
  color: #fff;
  background: #027be3;
}
.toolbar.primary.inverted {
  color: #027be3;
}
.toolbar.primary:not(.inverted) {
  border: 0;
}
.toolbar.secondary {
  color: #fff;
  background: #26a69a;
}
.toolbar.secondary.inverted {
  color: #26a69a;
}
.toolbar.tertiary {
  color: #fff;
  background: #555;
}
.toolbar.tertiary.inverted {
  color: #555;
}
.toolbar.tertiary:not(.inverted) {
  border: 0;
}
.toolbar.positive {
  color: #fff;
  background: #21ba45;
}
.toolbar.positive.inverted {
  color: #21ba45;
}
.toolbar.negative {
  color: #fff;
  background: #db2828;
}
.toolbar.negative.inverted {
  color: #db2828;
}
.toolbar.negative:not(.inverted) {
  border: 0;
}
.toolbar.warning {
  color: #fff;
  background: #f2c037;
}
.toolbar.warning.inverted {
  color: #f2c037;
}
.toolbar.info {
  color: #fff;
  background: #31ccec;
}
.toolbar.info.inverted {
  color: #31ccec;
}
.toolbar.light {
  color: #9f9f9f;
  background: #f4f4f4;
}
.toolbar.light.inverted {
  color: #f4f4f4;
  background: #9f9f9f;
}
.toolbar.dark {
  color: #fff;
  background: #333;
}
.toolbar.dark.inverted {
  color: #333;
}
.toolbar.dark:not(.inverted) {
  border: 0;
}
.toolbar.white {
  color: #a6a6a6;
  background: #fff;
}
.toolbar.white.inverted {
  color: #fff;
  background: #a6a6a6;
}
.toolbar.red {
  color: #fff;
  background: #f44336;
}
.toolbar.red.inverted {
  color: #f44336;
}
.toolbar.red:not(.inverted) {
  border: 0;
}
.toolbar.pink {
  color: #fff;
  background: #e91e63;
}
.toolbar.pink.inverted {
  color: #e91e63;
}
.toolbar.pink:not(.inverted) {
  border: 0;
}
.toolbar.purple {
  color: #fff;
  background: #9c27b0;
}
.toolbar.purple.inverted {
  color: #9c27b0;
}
.toolbar.purple:not(.inverted) {
  border: 0;
}
.toolbar.deep-purple {
  color: #fff;
  background: #673ab7;
}
.toolbar.deep-purple.inverted {
  color: #673ab7;
}
.toolbar.deep-purple:not(.inverted) {
  border: 0;
}
.toolbar.indigo {
  color: #fff;
  background: #3f51b5;
}
.toolbar.indigo.inverted {
  color: #3f51b5;
}
.toolbar.indigo:not(.inverted) {
  border: 0;
}
.toolbar.blue {
  color: #fff;
  background: #2196f3;
}
.toolbar.blue.inverted {
  color: #2196f3;
}
.toolbar.blue:not(.inverted) {
  border: 0;
}
.toolbar.light-blue {
  color: #fff;
  background: #03a9f4;
}
.toolbar.light-blue.inverted {
  color: #03a9f4;
}
.toolbar.cyan {
  color: #fff;
  background: #00bcd4;
}
.toolbar.cyan.inverted {
  color: #00bcd4;
}
.toolbar.teal {
  color: #fff;
  background: #009688;
}
.toolbar.teal.inverted {
  color: #009688;
}
.toolbar.teal:not(.inverted) {
  border: 0;
}
.toolbar.green {
  color: #fff;
  background: #4caf50;
}
.toolbar.green.inverted {
  color: #4caf50;
}
.toolbar.light-green {
  color: #fff;
  background: #8bc34a;
}
.toolbar.light-green.inverted {
  color: #8bc34a;
}
.toolbar.lime {
  color: #fff;
  background: #cddc39;
}
.toolbar.lime.inverted {
  color: #cddc39;
}
.toolbar.yellow {
  color: #fff;
  background: #ffeb3b;
}
.toolbar.yellow.inverted {
  color: #ffeb3b;
}
.toolbar.amber {
  color: #fff;
  background: #ffc107;
}
.toolbar.amber.inverted {
  color: #ffc107;
}
.toolbar.orange {
  color: #fff;
  background: #ff9800;
}
.toolbar.orange.inverted {
  color: #ff9800;
}
.toolbar.deep-orange {
  color: #fff;
  background: #ff5722;
}
.toolbar.deep-orange.inverted {
  color: #ff5722;
}
.toolbar.deep-orange:not(.inverted) {
  border: 0;
}
.toolbar.brown {
  color: #fff;
  background: #795548;
}
.toolbar.brown.inverted {
  color: #795548;
}
.toolbar.brown:not(.inverted) {
  border: 0;
}
.toolbar.grey {
  color: #fff;
  background: #9e9e9e;
}
.toolbar.grey.inverted {
  color: #9e9e9e;
}
.toolbar.blue-grey {
  color: #fff;
  background: #607d8b;
}
.toolbar.blue-grey.inverted {
  color: #607d8b;
}
.toolbar.blue-grey:not(.inverted) {
  border: 0;
}
.toolbar.inverted {
  background: #fff;
}
.toolbar button {
  margin: 0 0.2rem;
  padding: 0.2rem;
  text-shadow: none;
}
.toolbar button:active:not(.disabled) {
  color: #f4f4f4;
}
.toolbar-title {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 90px 1px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-title.padding-0 {
  padding: 0;
}
.toolbar-title.padding-1 {
  padding: 0 45px;
}
.toolbar-title.padding-2 {
  padding: 0 85px;
}
.toolbar-title.padding-3 {
  padding: 0 125px;
}
.toolbar-title.padding-4 {
  padding: 0 165px;
}
.toolbar-title > div {
  flex: 1;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.2rem;
  text-align: center;
}
.toolbar-content {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
.toolbar-content.text-left .toolbar-title {
  position: relative;
  padding: 0 7px;
}
.toolbar-content.text-left .toolbar-title > div {
  text-align: left;
}
.toolbar-content.text-right .toolbar-title {
  position: relative;
  padding: 0 7px;
}
.toolbar-content.text-right .toolbar-title > div {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .layout-padding {
    padding: 1.5rem 0.5rem;
  }
  .layout-padding.horizontal {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 920px) {
  .layout-padding {
    max-width: 690px;
    padding: 1.5rem 2rem;
  }
  .layout-padding.horizontal {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1280px) {
  .layout-padding {
    max-width: 960px;
    padding: 2.5rem 3rem;
  }
  .layout-padding.horizontal {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1281px) {
  .layout-padding {
    max-width: 1280px;
    padding: 3rem 4rem;
  }
  .layout-padding.horizontal {
    padding: 0 4rem;
  }
}
body.with-modal {
  overflow: hidden !important;
}
.modal-content {
  position: relative;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  overflow-y: auto;
  min-width: 280px;
  max-height: 80vh;
}
.modal-content .layout {
  width: 100%;
  height: 100%;
}
.modal {
  z-index: 60;
}
.modal.minimized,
.modal.with-backdrop {
  background: rgba(0,0,0,0.4);
}
.modal.minimized .modal-content {
  max-width: 80vw;
  max-height: 80vh;
}
.modal.maximized .modal-content {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  border-radius: 0;
}
.quasar-modal-enter,
.quasar-modal-leave-active {
  opacity: 0;
}
@media screen and (min-width: 601px) {
  .modal:not(.maximized) {
    background: rgba(0,0,0,0.4);
  }
  .modal:not(.maximized).quasar-modal-enter .modal-content {
    transform: scale(1.2);
  }
  .modal:not(.maximized).quasar-modal-leave-active .modal-content {
    transform: scale(0.8);
  }
  .modal.maximized.quasar-modal-enter .modal-content,
  .modal.maximized.quasar-modal-leave-active .modal-content {
    transform: translateX(101%);
  }
}
@media screen and (max-width: 600px) {
  .modal:not(.minimized) .modal-content {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }
  .modal:not(.minimized).quasar-modal-enter .modal-content,
  .modal:not(.minimized).quasar-modal-leave-active .modal-content {
    transform: translateX(101%);
  }
  .modal.minimized.quasar-modal-enter .modal-content {
    transform: scale(1.2);
  }
  .modal.minimized.quasar-modal-leave-active .modal-content {
    transform: scale(0.8);
  }
}
.modal,
.modal-content {
  transition: all 0.2s ease-in-out;
}
.modal-header {
  text-align: center;
  padding: 20px 16px 7px;
  font-size: 1.3rem;
  font-weight: 500;
}
.modal-body {
  padding: 0 16px 21px;
}
.modal-slim-body {
  padding: 0 16px 16px 16px;
}
.modal-body,
.modal-slim-body {
  text-align: center;
  color: #000;
}
.small-modal-scroll,
.modal-scroll,
.big-modal-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.small-modal-scroll {
  max-height: 156px;
}
.modal-scroll {
  max-height: 240px;
}
.big-modal-scroll {
  max-height: 480px;
}
.modal-buttons {
  padding: 0;
  border-top: 1px solid #bdbdbd;
}
.modal-buttons button {
  flex: 1 1 auto;
  font-size: 110%;
  margin: 0;
  padding: 1rem;
  border-radius: 0;
}
.modal-buttons button:last-child {
  font-weight: bold;
}
.modal-buttons button:hover,
.modal-buttons button:active {
  color: #fff !important;
  background: rgba(0,0,0,0.3) !important;
}
.modal-buttons.row button + button {
  border-left: 1px solid #bdbdbd;
}
.modal-buttons.column button + button {
  border-top: 1px solid #bdbdbd;
}
.quasar-numeric {
  vertical-align: middle;
  padding: 0 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.quasar-numeric i {
  cursor: pointer;
  font-size: 140%;
}
.quasar-numeric input {
  border: 0;
  outline: 0;
  margin-left: 10px;
  margin-right: 10px;
  background: none;
  text-align: center;
  transition: all 0.25s ease-in;
  max-width: 100%;
}
.quasar-pagination input {
  text-align: center;
}
.quasar-pagination button {
  padding: 0 5px !important;
}
.quasar-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.quasar-parallax-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.quasar-parallax-image img {
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.quasar-parallax-image img.ready {
  visibility: visible;
}
.quasar-parallax-text {
  text-shadow: 0 0 5px #fff;
}
.quasar-popover {
  display: none;
  position: fixed;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background: #fff;
  z-index: 50;
  overflow-y: auto;
  overflow-x: hidden;
}
.quasar-popover.opened {
  display: block;
}
.quasar-popover .list {
  margin: 0;
  border: 0;
}
.quasar-progress-button {
  overflow: hidden;
}
.quasar-progress-button.active.indeterminate:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: quasar-progress-stripes 2s linear infinite;
}
.quasar-progress-button-content {
  transition: all 0.3s;
  transform: translateY(0);
}
.quasar-progress-button-content.quasar-progress-button-complete {
  transform: translateY(-3.25rem);
}
.quasar-progress-button-content.quasar-progress-button-incomplete {
  transform: translateY(2.75rem);
}
.quasar-progress-button-error,
.quasar-progress-button-success {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
}
.quasar-progress-button-error div,
.quasar-progress-button-success div {
  min-height: 1.275rem;
  line-height: 1.275rem;
}
.quasar-progress-button-error {
  transform: translateX(-50%) translateY(-3rem);
}
.quasar-progress-button-success {
  transform: translateX(-50%) translateY(3rem);
}
.quasar-progress-button-filler {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: rgba(255,255,255,0.25);
}
.quasar-progress-button-filler.quasar-progress-button-dark-filler {
  background: rgba(0,0,0,0.2);
}
.quasar-progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background: rgba(0,0,0,0.15);
  border-radius: 4px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.quasar-progress:not(.indeterminate) > div {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #027be3;
  border-radius: 4px;
  transition: width 0.3s linear;
}
.quasar-progress.animate > div {
  animation: quasar-progress-stripes 2s linear infinite;
}
.quasar-progress.indeterminate > div {
  background: #027be3;
}
.quasar-progress.indeterminate > div:before,
.quasar-progress.indeterminate > div:after {
  content: '';
  position: absolute;
  background: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}
.quasar-progress.indeterminate > div:before {
  animation: quasar-progress-indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.quasar-progress.indeterminate > div:after {
  animation: quasar-progress-indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
.quasar-progress.stripe > div,
.quasar-progress.stripe > div:before,
.quasar-progress.stripe > div:after {
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.quasar-progress.primary > div {
  background-color: #027be3;
}
.quasar-progress.secondary > div {
  background-color: #26a69a;
}
.quasar-progress.tertiary > div {
  background-color: #555;
}
.quasar-progress.positive > div {
  background-color: #21ba45;
}
.quasar-progress.negative > div {
  background-color: #db2828;
}
.quasar-progress.warning > div {
  background-color: #f2c037;
}
.quasar-progress.info > div {
  background-color: #31ccec;
}
.quasar-progress.light > div {
  background-color: #f4f4f4;
}
.quasar-progress.dark > div {
  background-color: #333;
}
.quasar-progress.white > div {
  background-color: #fff;
}
.quasar-progress.red > div {
  background-color: #f44336;
}
.quasar-progress.pink > div {
  background-color: #e91e63;
}
.quasar-progress.purple > div {
  background-color: #9c27b0;
}
.quasar-progress.deep-purple > div {
  background-color: #673ab7;
}
.quasar-progress.indigo > div {
  background-color: #3f51b5;
}
.quasar-progress.blue > div {
  background-color: #2196f3;
}
.quasar-progress.light-blue > div {
  background-color: #03a9f4;
}
.quasar-progress.cyan > div {
  background-color: #00bcd4;
}
.quasar-progress.teal > div {
  background-color: #009688;
}
.quasar-progress.green > div {
  background-color: #4caf50;
}
.quasar-progress.light-green > div {
  background-color: #8bc34a;
}
.quasar-progress.lime > div {
  background-color: #cddc39;
}
.quasar-progress.yellow > div {
  background-color: #ffeb3b;
}
.quasar-progress.amber > div {
  background-color: #ffc107;
}
.quasar-progress.orange > div {
  background-color: #ff9800;
}
.quasar-progress.deep-orange > div {
  background-color: #ff5722;
}
.quasar-progress.brown > div {
  background-color: #795548;
}
.quasar-progress.grey > div {
  background-color: #9e9e9e;
}
.quasar-progress.blue-grey > div {
  background-color: #607d8b;
}
body.desktop .quasar-progress {
  height: 15px;
}
.pull-to-refresh {
  overflow: hidden;
  position: relative;
}
.pull-to-refresh-container {
  touch-action: pan-x pan-y !important;
}
.pull-to-refresh-message {
  height: 65px;
  color: #027be3;
  font-size: 1rem;
}
.pull-to-refresh-message i {
  font-size: 2rem;
  transition: all 0.3s;
}
.quasar-radio {
  display: inline-block;
  height: 29px;
  width: 29px;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}
.quasar-radio input {
  display: none !important;
}
.quasar-radio input + div {
  position: relative;
}
.quasar-radio input + div:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 0;
  left: 9.666666666666666px;
  width: 10.44px;
  height: 21.75px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #027be3;
  border-bottom: 2px solid #027be3;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.quasar-radio.primary input:checked + div:after {
  border-color: #027be3;
}
.quasar-radio.secondary input:checked + div:after {
  border-color: #26a69a;
}
.quasar-radio.tertiary input:checked + div:after {
  border-color: #555;
}
.quasar-radio.positive input:checked + div:after {
  border-color: #21ba45;
}
.quasar-radio.negative input:checked + div:after {
  border-color: #db2828;
}
.quasar-radio.warning input:checked + div:after {
  border-color: #f2c037;
}
.quasar-radio.info input:checked + div:after {
  border-color: #31ccec;
}
.quasar-radio.light input:checked + div:after {
  border-color: #f4f4f4;
}
.quasar-radio.dark input:checked + div:after {
  border-color: #333;
}
.quasar-radio.white input:checked + div:after {
  border-color: #fff;
}
.quasar-radio.red input:checked + div:after {
  border-color: #f44336;
}
.quasar-radio.pink input:checked + div:after {
  border-color: #e91e63;
}
.quasar-radio.purple input:checked + div:after {
  border-color: #9c27b0;
}
.quasar-radio.deep-purple input:checked + div:after {
  border-color: #673ab7;
}
.quasar-radio.indigo input:checked + div:after {
  border-color: #3f51b5;
}
.quasar-radio.blue input:checked + div:after {
  border-color: #2196f3;
}
.quasar-radio.light-blue input:checked + div:after {
  border-color: #03a9f4;
}
.quasar-radio.cyan input:checked + div:after {
  border-color: #00bcd4;
}
.quasar-radio.teal input:checked + div:after {
  border-color: #009688;
}
.quasar-radio.green input:checked + div:after {
  border-color: #4caf50;
}
.quasar-radio.light-green input:checked + div:after {
  border-color: #8bc34a;
}
.quasar-radio.lime input:checked + div:after {
  border-color: #cddc39;
}
.quasar-radio.yellow input:checked + div:after {
  border-color: #ffeb3b;
}
.quasar-radio.amber input:checked + div:after {
  border-color: #ffc107;
}
.quasar-radio.orange input:checked + div:after {
  border-color: #ff9800;
}
.quasar-radio.deep-orange input:checked + div:after {
  border-color: #ff5722;
}
.quasar-radio.brown input:checked + div:after {
  border-color: #795548;
}
.quasar-radio.grey input:checked + div:after {
  border-color: #9e9e9e;
}
.quasar-radio.blue-grey input:checked + div:after {
  border-color: #607d8b;
}
input:checked + div:after {
  opacity: 1;
}
.quasar-range-track {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #e0e0e0;
  transition: all 0.3s ease;
}
.quasar-range-track.active-track {
  background: #027be3;
}
.quasar-range-track.handle-at-minimum {
  background: transparent;
}
.quasar-range-mark {
  position: absolute;
  top: 50%;
  height: 10px;
  width: 1px;
  background: #e0e0e0;
  transform: translateX(-50%) translateY(-50%);
}
.quasar-range-handle-container {
  position: relative;
  height: 100%;
  margin-left: 12.5px;
  margin-right: 12.5px;
}
.quasar-range-label {
  position: relative;
  top: -16.666666666666668px;
  left: 0;
  padding: 8px 0;
  opacity: 0;
  text-align: center;
  transform: translateY(0) scale(0.1);
  transition: all 0.3s ease;
  width: 25px;
  height: 12.5px;
  font-size: 12.5px;
  line-height: 11.904761904761905px;
  color: #fff;
  background: #000;
  border-radius: 4px;
}
.quasar-range-handle {
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
  box-sizing: content-box;
}
.quasar-range-handle.dragging {
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.quasar-range-handle.dragging .quasar-range-label {
  opacity: 1;
  transform: translateY(-50%);
}
.quasar-range {
  height: 36px;
  width: 100%;
  cursor: pointer;
}
.quasar-range.primary .quasar-range-track.active-track {
  background: #027be3;
}
.quasar-range.secondary .quasar-range-track.active-track {
  background: #26a69a;
}
.quasar-range.tertiary .quasar-range-track.active-track {
  background: #555;
}
.quasar-range.positive .quasar-range-track.active-track {
  background: #21ba45;
}
.quasar-range.negative .quasar-range-track.active-track {
  background: #db2828;
}
.quasar-range.warning .quasar-range-track.active-track {
  background: #f2c037;
}
.quasar-range.info .quasar-range-track.active-track {
  background: #31ccec;
}
.quasar-range.light .quasar-range-track.active-track {
  background: #f4f4f4;
}
.quasar-range.dark .quasar-range-track.active-track {
  background: #333;
}
.quasar-range.white .quasar-range-track.active-track {
  background: #fff;
}
.quasar-range.red .quasar-range-track.active-track {
  background: #f44336;
}
.quasar-range.pink .quasar-range-track.active-track {
  background: #e91e63;
}
.quasar-range.purple .quasar-range-track.active-track {
  background: #9c27b0;
}
.quasar-range.deep-purple .quasar-range-track.active-track {
  background: #673ab7;
}
.quasar-range.indigo .quasar-range-track.active-track {
  background: #3f51b5;
}
.quasar-range.blue .quasar-range-track.active-track {
  background: #2196f3;
}
.quasar-range.light-blue .quasar-range-track.active-track {
  background: #03a9f4;
}
.quasar-range.cyan .quasar-range-track.active-track {
  background: #00bcd4;
}
.quasar-range.teal .quasar-range-track.active-track {
  background: #009688;
}
.quasar-range.green .quasar-range-track.active-track {
  background: #4caf50;
}
.quasar-range.light-green .quasar-range-track.active-track {
  background: #8bc34a;
}
.quasar-range.lime .quasar-range-track.active-track {
  background: #cddc39;
}
.quasar-range.yellow .quasar-range-track.active-track {
  background: #ffeb3b;
}
.quasar-range.amber .quasar-range-track.active-track {
  background: #ffc107;
}
.quasar-range.orange .quasar-range-track.active-track {
  background: #ff9800;
}
.quasar-range.deep-orange .quasar-range-track.active-track {
  background: #ff5722;
}
.quasar-range.brown .quasar-range-track.active-track {
  background: #795548;
}
.quasar-range.grey .quasar-range-track.active-track {
  background: #9e9e9e;
}
.quasar-range.blue-grey .quasar-range-track.active-track {
  background: #607d8b;
}
.quasar-rating i {
  color: #e0e0e0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  cursor: pointer;
}
.quasar-rating i.active {
  color: #ffeb3b;
}
.quasar-rating.primary i.active {
  color: #027be3;
}
.quasar-rating.secondary i.active {
  color: #26a69a;
}
.quasar-rating.tertiary i.active {
  color: #555;
}
.quasar-rating.positive i.active {
  color: #21ba45;
}
.quasar-rating.negative i.active {
  color: #db2828;
}
.quasar-rating.warning i.active {
  color: #f2c037;
}
.quasar-rating.info i.active {
  color: #31ccec;
}
.quasar-rating.light i.active {
  color: #f4f4f4;
}
.quasar-rating.dark i.active {
  color: #333;
}
.quasar-rating.white i.active {
  color: #fff;
}
.quasar-rating.red i.active {
  color: #f44336;
}
.quasar-rating.pink i.active {
  color: #e91e63;
}
.quasar-rating.purple i.active {
  color: #9c27b0;
}
.quasar-rating.deep-purple i.active {
  color: #673ab7;
}
.quasar-rating.indigo i.active {
  color: #3f51b5;
}
.quasar-rating.blue i.active {
  color: #2196f3;
}
.quasar-rating.light-blue i.active {
  color: #03a9f4;
}
.quasar-rating.cyan i.active {
  color: #00bcd4;
}
.quasar-rating.teal i.active {
  color: #009688;
}
.quasar-rating.green i.active {
  color: #4caf50;
}
.quasar-rating.light-green i.active {
  color: #8bc34a;
}
.quasar-rating.lime i.active {
  color: #cddc39;
}
.quasar-rating.yellow i.active {
  color: #ffeb3b;
}
.quasar-rating.amber i.active {
  color: #ffc107;
}
.quasar-rating.orange i.active {
  color: #ff9800;
}
.quasar-rating.deep-orange i.active {
  color: #ff5722;
}
.quasar-rating.brown i.active {
  color: #795548;
}
.quasar-rating.grey i.active {
  color: #9e9e9e;
}
.quasar-rating.blue-grey i.active {
  color: #607d8b;
}
.quasar-search-input-container {
  position: relative;
  flex-shrink: 1;
  width: 100%;
}
.quasar-search-icon,
.quasar-search-clear {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  min-height: 0;
  width: 14px;
  height: 100%;
  color: #bdbdbd;
}
.quasar-search-icon {
  left: 9px;
  transition: all 300ms ease;
}
.quasar-search-clear {
  right: 13px;
}
.quasar-search-input {
  padding: 0 35px;
  height: auto;
  border-radius: 4px;
  font-weight: 400;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 0.9rem;
  line-height: 30px;
  background: rgba(0,0,0,0.08);
  transition: all 300ms ease;
}
.quasar-search {
  display: flex;
  align-items: center;
  padding: 3px 8px;
  width: 100%;
}
.quasar-search button {
  text-shadow: none;
}
.quasar-search.primary .quasar-search-input {
  background: #3ca4fd;
  color: #fff;
}
.quasar-search.primary .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.primary .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.primary .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.secondary .quasar-search-input {
  background: #22958b;
  color: #fff;
}
.quasar-search.secondary .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.secondary .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.secondary .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.tertiary .quasar-search-input {
  background: #888;
  color: #fff;
}
.quasar-search.tertiary .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.tertiary .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.tertiary .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.positive .quasar-search-input {
  background: #1ea73e;
  color: #fff;
}
.quasar-search.positive .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.positive .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.positive .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.negative .quasar-search-input {
  background: #e66868;
  color: #fff;
}
.quasar-search.negative .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.negative .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.negative .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.warning .quasar-search-input {
  background: #f0b71b;
  color: #fff;
}
.quasar-search.warning .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.warning .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.warning .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.info .quasar-search-input {
  background: #17c6ea;
  color: #fff;
}
.quasar-search.info .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.info .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.info .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.light .quasar-search-input {
  background: #dcdcdc;
}
.quasar-search.dark .quasar-search-input {
  background: #707070;
  color: #fff;
}
.quasar-search.dark .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.dark .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.dark .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.white .quasar-search-input {
  background: #e6e6e6;
}
.quasar-search.red .quasar-search-input {
  background: #f77b72;
  color: #fff;
}
.quasar-search.red .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.red .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.red .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.pink .quasar-search-input {
  background: #f06192;
  color: #fff;
}
.quasar-search.pink .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.pink .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.pink .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.purple .quasar-search-input {
  background: #c656da;
  color: #fff;
}
.quasar-search.purple .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.purple .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.purple .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.deep-purple .quasar-search-input {
  background: #9370d2;
  color: #fff;
}
.quasar-search.deep-purple .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.deep-purple .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.deep-purple .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.indigo .quasar-search-input {
  background: #7583cf;
  color: #fff;
}
.quasar-search.indigo .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.indigo .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.indigo .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.blue .quasar-search-input {
  background: #64b5f7;
  color: #fff;
}
.quasar-search.blue .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.blue .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.blue .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.light-blue .quasar-search-input {
  background: #0398dc;
  color: #fff;
}
.quasar-search.light-blue .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.light-blue .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.light-blue .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.cyan .quasar-search-input {
  background: #00a9bf;
  color: #fff;
}
.quasar-search.cyan .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.cyan .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.cyan .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.teal .quasar-search-input {
  background: #03ffe7;
  color: #fff;
}
.quasar-search.teal .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.teal .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.teal .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.green .quasar-search-input {
  background: #449e48;
  color: #fff;
}
.quasar-search.green .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.green .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.green .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.light-green .quasar-search-input {
  background: #7eb63c;
  color: #fff;
}
.quasar-search.light-green .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.light-green .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.light-green .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.lime .quasar-search-input {
  background: #c4d425;
  color: #fff;
}
.quasar-search.lime .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.lime .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.lime .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.yellow .quasar-search-input {
  background: #ffe81c;
  color: #fff;
}
.quasar-search.yellow .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.yellow .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.yellow .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.amber .quasar-search-input {
  background: #ecb100;
  color: #fff;
}
.quasar-search.amber .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.amber .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.amber .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.orange .quasar-search-input {
  background: #e68900;
  color: #fff;
}
.quasar-search.orange .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.orange .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.orange .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.deep-orange .quasar-search-input {
  background: #ff8964;
  color: #fff;
}
.quasar-search.deep-orange .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.deep-orange .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.deep-orange .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.brown .quasar-search-input {
  background: #ac8374;
  color: #fff;
}
.quasar-search.brown .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.brown .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.brown .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.grey .quasar-search-input {
  background: #8e8e8e;
  color: #fff;
}
.quasar-search.grey .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.grey .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.grey .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.blue-grey .quasar-search-input {
  background: #8da5b0;
  color: #fff;
}
.quasar-search.blue-grey .quasar-search-input::-webkit-input-placeholder {
  color: #fff;
}
.quasar-search.blue-grey .quasar-search-input::-moz-placeholder {
  color: #fff;
}
.quasar-search.blue-grey .quasar-search-input:-ms-input-placeholder {
  color: #fff;
}
.quasar-search.quasar-search-centered .quasar-search-icon {
  padding-left: calc(50% - 2.5rem);
}
.quasar-search.quasar-search-centered .quasar-search-input {
  padding-left: calc(50% - 0.5rem);
}
body.desktop .quasar-search.primary .quasar-search-input:hover {
  background: #2097fd;
}
body.desktop .quasar-search.secondary .quasar-search-input:hover {
  background: #249e92;
}
body.desktop .quasar-search.tertiary .quasar-search-input:hover {
  background: #777;
}
body.desktop .quasar-search.positive .quasar-search-input:hover {
  background: #1fb142;
}
body.desktop .quasar-search.negative .quasar-search-input:hover {
  background: #e25353;
}
body.desktop .quasar-search.warning .quasar-search-input:hover {
  background: #f1bc29;
}
body.desktop .quasar-search.info .quasar-search-input:hover {
  background: #24c9eb;
}
body.desktop .quasar-search.light .quasar-search-input:hover {
  background: #e8e8e8;
}
body.desktop .quasar-search.dark .quasar-search-input:hover {
  background: #5c5c5c;
}
body.desktop .quasar-search.white .quasar-search-input:hover {
  background: #f2f2f2;
}
body.desktop .quasar-search.red .quasar-search-input:hover {
  background: #f6695e;
}
body.desktop .quasar-search.pink .quasar-search-input:hover {
  background: #ed4b82;
}
body.desktop .quasar-search.purple .quasar-search-input:hover {
  background: #be3ed4;
}
body.desktop .quasar-search.deep-purple .quasar-search-input:hover {
  background: #845ccb;
}
body.desktop .quasar-search.indigo .quasar-search-input:hover {
  background: #6171c8;
}
body.desktop .quasar-search.blue .quasar-search-input:hover {
  background: #4dabf5;
}
body.desktop .quasar-search.light-blue .quasar-search-input:hover {
  background: #03a1e8;
}
body.desktop .quasar-search.cyan .quasar-search-input:hover {
  background: #00b3c9;
}
body.desktop .quasar-search.teal .quasar-search-input:hover {
  background: #00dec9;
}
body.desktop .quasar-search.green .quasar-search-input:hover {
  background: #48a64c;
}
body.desktop .quasar-search.light-green .quasar-search-input:hover {
  background: #85c040;
}
body.desktop .quasar-search.lime .quasar-search-input:hover {
  background: #cada2d;
}
body.desktop .quasar-search.yellow .quasar-search-input:hover {
  background: #ffe92b;
}
body.desktop .quasar-search.amber .quasar-search-input:hover {
  background: #f9bb00;
}
body.desktop .quasar-search.orange .quasar-search-input:hover {
  background: #f29000;
}
body.desktop .quasar-search.deep-orange .quasar-search-input:hover {
  background: #ff794e;
}
body.desktop .quasar-search.brown .quasar-search-input:hover {
  background: #a07160;
}
body.desktop .quasar-search.grey .quasar-search-input:hover {
  background: #969696;
}
body.desktop .quasar-search.blue-grey .quasar-search-input:hover {
  background: #7d98a5;
}
.quasar-select-container {
  display: inline-block;
  vertical-align: middle;
}
.quasar-select {
  display: inline-block;
  height: 2.1875rem;
}
.quasar-select-popover label {
  white-space: nowrap;
}
.quasar-slider {
  overflow: hidden;
}
.quasar-slider.fullscreen {
  z-index: 200;
}
.quasar-slider-inner {
  position: relative;
  height: 100%;
}
.quasar-slider-track {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.quasar-slider-track > div {
  flex: 0 0 100%;
  min-height: 200px;
  margin: 0;
  padding: 2.3rem;
}
.quasar-slider-track > div.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quasar-slider-track.with-arrows > div {
  padding-left: 10%;
  padding-right: 10%;
}
.quasar-slider-track.with-toolbar > div {
  padding-bottom: 3.3rem;
}
.quasar-slider-left-button,
.quasar-slider-right-button {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 2rem;
  width: 10%;
  max-width: 70px;
  pointer-events: none;
}
.quasar-slider-left-button i,
.quasar-slider-right-button i {
  cursor: pointer;
  pointer-events: all;
  padding: 3px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  opacity: 0.6;
  transition: opacity 0.3s;
}
.quasar-slider-left-button i:hover,
.quasar-slider-right-button i:hover {
  opacity: 1;
}
.quasar-slider-left-button {
  left: 0;
}
.quasar-slider-right-button {
  right: 0;
}
.quasar-slider-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0.6;
  padding: 1rem 0.5rem 1.2rem;
  transition: opacity 0.3s;
}
.quasar-slider-toolbar i {
  cursor: pointer;
  margin: 0 0.5rem;
  font-size: 1.5rem;
}
.quasar-slider-toolbar .quasar-slider-dots i {
  font-size: 0.8rem;
}
.quasar-spinner {
  vertical-align: middle;
}
.quasar-tabs-scroller {
  overflow: hidden;
}
.quasar-tab {
  display: flex;
  flex-direction: column;
  min-height: 61px;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  user-select: none;
}
.quasar-tab .quasar-tabs-icon {
  font-size: 1.7rem;
}
.quasar-tab .quasar-tabs-icon + .quasar-tab-label {
  margin: 5px 0 0 0;
}
.quasar-tab.active {
  color: #424242;
}
.quasar-tab:active {
  background: #000;
}
@media only screen and (max-width: 920px) {
  .quasar-tabs:not(.scrollable) .quasar-tabs-scroller,
  .quasar-tabs:not(.scrollable) .quasar-tab {
    flex: 1 1 auto;
  }
}
.quasar-tabs {
  min-height: 61px;
  overflow: hidden;
  color: #bdbdbd;
  background: #f4f4f4;
  font-size: 0.95rem;
  font-weight: 400;
  transition: color 0.18s ease-in, box-shadow 0.18s ease-in;
  border-radius: 4px;
  position: relative;
  justify-content: center;
}
.quasar-tabs:not(.scrollable) .left-scroll,
.quasar-tabs:not(.scrollable) .right-scroll {
  display: none !important;
}
.quasar-tabs .left-scroll,
.quasar-tabs .right-scroll {
  position: absolute;
  height: 100%;
  min-width: 25px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 2.38rem;
}
.quasar-tabs .left-scroll.disabled,
.quasar-tabs .right-scroll.disabled {
  visibility: hidden;
}
.quasar-tabs .left-scroll {
  left: 0;
}
.quasar-tabs .right-scroll {
  right: 0;
}
.quasar-tabs .left-scroll {
  left: 0;
}
.quasar-tabs .right-scroll {
  right: 0;
}
.quasar-tabs.inverted {
  background: #fff;
  border-radius: 0;
}
.quasar-tabs.primary.inverted {
  color: #66b7fe;
}
.quasar-tabs.primary:not(.inverted) {
  color: #9ed1fe;
  background: #027be3;
}
.quasar-tabs.primary.inverted .quasar-tab.active,
.quasar-tabs.primary.inverted .quasar-tab:active {
  color: #027be3;
}
.quasar-tabs.primary.inverted .quasar-tab:active {
  background-color: #027be3;
}
.quasar-tabs.primary:not(.inverted) .quasar-tab.active,
.quasar-tabs.primary:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.primary:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.secondary.inverted {
  color: #76e0d6;
}
.quasar-tabs.secondary:not(.inverted) {
  color: #196c64;
  background: #26a69a;
}
.quasar-tabs.secondary.inverted .quasar-tab.active,
.quasar-tabs.secondary.inverted .quasar-tab:active {
  color: #26a69a;
}
.quasar-tabs.secondary.inverted .quasar-tab:active {
  background-color: #26a69a;
}
.quasar-tabs.secondary:not(.inverted) .quasar-tab.active,
.quasar-tabs.secondary:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.secondary:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.tertiary.inverted {
  color: #a2a2a2;
}
.quasar-tabs.tertiary:not(.inverted) {
  color: #c4c4c4;
  background: #555;
}
.quasar-tabs.tertiary.inverted .quasar-tab.active,
.quasar-tabs.tertiary.inverted .quasar-tab:active {
  color: #555;
}
.quasar-tabs.tertiary.inverted .quasar-tab:active {
  background-color: #555;
}
.quasar-tabs.tertiary:not(.inverted) .quasar-tab.active,
.quasar-tabs.tertiary:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.tertiary:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.positive.inverted {
  color: #77e791;
}
.quasar-tabs.positive:not(.inverted) {
  color: #15792d;
  background: #21ba45;
}
.quasar-tabs.positive.inverted .quasar-tab.active,
.quasar-tabs.positive.inverted .quasar-tab:active {
  color: #21ba45;
}
.quasar-tabs.positive.inverted .quasar-tab:active {
  background-color: #21ba45;
}
.quasar-tabs.positive:not(.inverted) .quasar-tab.active,
.quasar-tabs.positive:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.positive:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.negative.inverted {
  color: #eb8989;
}
.quasar-tabs.negative:not(.inverted) {
  color: #f2b4b4;
  background: #db2828;
}
.quasar-tabs.negative.inverted .quasar-tab.active,
.quasar-tabs.negative.inverted .quasar-tab:active {
  color: #db2828;
}
.quasar-tabs.negative.inverted .quasar-tab:active {
  background-color: #db2828;
}
.quasar-tabs.negative:not(.inverted) .quasar-tab.active,
.quasar-tabs.negative:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.negative:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.warning.inverted {
  color: #f8dc91;
}
.quasar-tabs.warning:not(.inverted) {
  color: #b5880c;
  background: #f2c037;
}
.quasar-tabs.warning.inverted .quasar-tab.active,
.quasar-tabs.warning.inverted .quasar-tab:active {
  color: #f2c037;
}
.quasar-tabs.warning.inverted .quasar-tab:active {
  background-color: #f2c037;
}
.quasar-tabs.warning:not(.inverted) .quasar-tab.active,
.quasar-tabs.warning:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.warning:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.info.inverted {
  color: #8ee3f5;
}
.quasar-tabs.info:not(.inverted) {
  color: #108faa;
  background: #31ccec;
}
.quasar-tabs.info.inverted .quasar-tab.active,
.quasar-tabs.info.inverted .quasar-tab:active {
  color: #31ccec;
}
.quasar-tabs.info.inverted .quasar-tab:active {
  background-color: #31ccec;
}
.quasar-tabs.info:not(.inverted) .quasar-tab.active,
.quasar-tabs.info:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.info:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.light {
  color: #9f9f9f;
  background: #f4f4f4;
}
.quasar-tabs.light .quasar-tab.active,
.quasar-tabs.light .quasar-tab:active {
  color: #616161;
}
.quasar-tabs.light .quasar-tab:active {
  background: #616161;
}
.quasar-tabs.light.inverted {
  color: #f4f4f4;
  background: #9f9f9f;
}
.quasar-tabs.light.inverted .quasar-tab.active,
.quasar-tabs.light.inverted .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.light.inverted .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.dark.inverted {
  color: #8f8f8f;
}
.quasar-tabs.dark:not(.inverted) {
  color: #b8b8b8;
  background: #333;
}
.quasar-tabs.dark.inverted .quasar-tab.active,
.quasar-tabs.dark.inverted .quasar-tab:active {
  color: #333;
}
.quasar-tabs.dark.inverted .quasar-tab:active {
  background-color: #333;
}
.quasar-tabs.dark:not(.inverted) .quasar-tab.active,
.quasar-tabs.dark:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.dark:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.white {
  color: #a6a6a6;
  background: #fff;
}
.quasar-tabs.white .quasar-tab.active,
.quasar-tabs.white .quasar-tab:active {
  color: #616161;
}
.quasar-tabs.white .quasar-tab:active {
  background: #616161;
}
.quasar-tabs.white.inverted {
  color: #fff;
  background: #a6a6a6;
}
.quasar-tabs.white.inverted .quasar-tab.active,
.quasar-tabs.white.inverted .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.white.inverted .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.red.inverted {
  color: #f99890;
}
.quasar-tabs.red:not(.inverted) {
  color: #fbbdb9;
  background: #f44336;
}
.quasar-tabs.red.inverted .quasar-tab.active,
.quasar-tabs.red.inverted .quasar-tab:active {
  color: #f44336;
}
.quasar-tabs.red.inverted .quasar-tab:active {
  background-color: #f44336;
}
.quasar-tabs.red:not(.inverted) .quasar-tab.active,
.quasar-tabs.red:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.red:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.pink.inverted {
  color: #f383a9;
}
.quasar-tabs.pink:not(.inverted) {
  color: #f7b0c8;
  background: #e91e63;
}
.quasar-tabs.pink.inverted .quasar-tab.active,
.quasar-tabs.pink.inverted .quasar-tab:active {
  color: #e91e63;
}
.quasar-tabs.pink.inverted .quasar-tab:active {
  background-color: #e91e63;
}
.quasar-tabs.pink:not(.inverted) .quasar-tab.active,
.quasar-tabs.pink:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.pink:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.purple.inverted {
  color: #d27ae2;
}
.quasar-tabs.purple:not(.inverted) {
  color: #e3aaec;
  background: #9c27b0;
}
.quasar-tabs.purple.inverted .quasar-tab.active,
.quasar-tabs.purple.inverted .quasar-tab:active {
  color: #9c27b0;
}
.quasar-tabs.purple.inverted .quasar-tab:active {
  background-color: #9c27b0;
}
.quasar-tabs.purple:not(.inverted) .quasar-tab.active,
.quasar-tabs.purple:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.purple:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.deep-purple.inverted {
  color: #aa8fdb;
}
.quasar-tabs.deep-purple:not(.inverted) {
  color: #c9b8e8;
  background: #673ab7;
}
.quasar-tabs.deep-purple.inverted .quasar-tab.active,
.quasar-tabs.deep-purple.inverted .quasar-tab:active {
  color: #673ab7;
}
.quasar-tabs.deep-purple.inverted .quasar-tab:active {
  background-color: #673ab7;
}
.quasar-tabs.deep-purple:not(.inverted) .quasar-tab.active,
.quasar-tabs.deep-purple:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.deep-purple:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.indigo.inverted {
  color: #929dd9;
}
.quasar-tabs.indigo:not(.inverted) {
  color: #bac1e7;
  background: #3f51b5;
}
.quasar-tabs.indigo.inverted .quasar-tab.active,
.quasar-tabs.indigo.inverted .quasar-tab:active {
  color: #3f51b5;
}
.quasar-tabs.indigo.inverted .quasar-tab:active {
  background-color: #3f51b5;
}
.quasar-tabs.indigo:not(.inverted) .quasar-tab.active,
.quasar-tabs.indigo:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.indigo:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.blue.inverted {
  color: #85c5f8;
}
.quasar-tabs.blue:not(.inverted) {
  color: #b1dafb;
  background: #2196f3;
}
.quasar-tabs.blue.inverted .quasar-tab.active,
.quasar-tabs.blue.inverted .quasar-tab:active {
  color: #2196f3;
}
.quasar-tabs.blue.inverted .quasar-tab:active {
  background-color: #2196f3;
}
.quasar-tabs.blue:not(.inverted) .quasar-tab.active,
.quasar-tabs.blue:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.blue:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.light-blue.inverted {
  color: #70d1fd;
}
.quasar-tabs.light-blue:not(.inverted) {
  color: #026e9f;
  background: #03a9f4;
}
.quasar-tabs.light-blue.inverted .quasar-tab.active,
.quasar-tabs.light-blue.inverted .quasar-tab:active {
  color: #03a9f4;
}
.quasar-tabs.light-blue.inverted .quasar-tab:active {
  background-color: #03a9f4;
}
.quasar-tabs.light-blue:not(.inverted) .quasar-tab.active,
.quasar-tabs.light-blue:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.light-blue:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.cyan.inverted {
  color: #5becff;
}
.quasar-tabs.cyan:not(.inverted) {
  color: #007a8a;
  background: #00bcd4;
}
.quasar-tabs.cyan.inverted .quasar-tab.active,
.quasar-tabs.cyan.inverted .quasar-tab:active {
  color: #00bcd4;
}
.quasar-tabs.cyan.inverted .quasar-tab:active {
  background-color: #00bcd4;
}
.quasar-tabs.cyan:not(.inverted) .quasar-tab.active,
.quasar-tabs.cyan:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.cyan:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.teal.inverted {
  color: #39ffed;
}
.quasar-tabs.teal:not(.inverted) {
  color: #81fff3;
  background: #009688;
}
.quasar-tabs.teal.inverted .quasar-tab.active,
.quasar-tabs.teal.inverted .quasar-tab:active {
  color: #009688;
}
.quasar-tabs.teal.inverted .quasar-tab:active {
  background-color: #009688;
}
.quasar-tabs.teal:not(.inverted) .quasar-tab.active,
.quasar-tabs.teal:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.teal:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.green.inverted {
  color: #9cd49e;
}
.quasar-tabs.green:not(.inverted) {
  color: #317234;
  background: #4caf50;
}
.quasar-tabs.green.inverted .quasar-tab.active,
.quasar-tabs.green.inverted .quasar-tab:active {
  color: #4caf50;
}
.quasar-tabs.green.inverted .quasar-tab:active {
  background-color: #4caf50;
}
.quasar-tabs.green:not(.inverted) .quasar-tab.active,
.quasar-tabs.green:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.green:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.light-green.inverted {
  color: #bfde9b;
}
.quasar-tabs.light-green:not(.inverted) {
  color: #5b832c;
  background: #8bc34a;
}
.quasar-tabs.light-green.inverted .quasar-tab.active,
.quasar-tabs.light-green.inverted .quasar-tab:active {
  color: #8bc34a;
}
.quasar-tabs.light-green.inverted .quasar-tab:active {
  background-color: #8bc34a;
}
.quasar-tabs.light-green:not(.inverted) .quasar-tab.active,
.quasar-tabs.light-green:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.light-green:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.lime.inverted {
  color: #e4ec92;
}
.quasar-tabs.lime:not(.inverted) {
  color: #8d991b;
  background: #cddc39;
}
.quasar-tabs.lime.inverted .quasar-tab.active,
.quasar-tabs.lime.inverted .quasar-tab:active {
  color: #cddc39;
}
.quasar-tabs.lime.inverted .quasar-tab:active {
  background-color: #cddc39;
}
.quasar-tabs.lime:not(.inverted) .quasar-tab.active,
.quasar-tabs.lime:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.lime:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.yellow.inverted {
  color: #fff493;
}
.quasar-tabs.yellow:not(.inverted) {
  color: #ccb700;
  background: #ffeb3b;
}
.quasar-tabs.yellow.inverted .quasar-tab.active,
.quasar-tabs.yellow.inverted .quasar-tab:active {
  color: #ffeb3b;
}
.quasar-tabs.yellow.inverted .quasar-tab:active {
  background-color: #ffeb3b;
}
.quasar-tabs.yellow:not(.inverted) .quasar-tab.active,
.quasar-tabs.yellow:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.yellow:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.amber.inverted {
  color: #fd7;
}
.quasar-tabs.amber:not(.inverted) {
  color: #aa8000;
  background: #ffc107;
}
.quasar-tabs.amber.inverted .quasar-tab.active,
.quasar-tabs.amber.inverted .quasar-tab:active {
  color: #ffc107;
}
.quasar-tabs.amber.inverted .quasar-tab:active {
  background-color: #ffc107;
}
.quasar-tabs.amber:not(.inverted) .quasar-tab.active,
.quasar-tabs.amber:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.amber:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.orange.inverted {
  color: #ffc673;
}
.quasar-tabs.orange:not(.inverted) {
  color: #a66300;
  background: #ff9800;
}
.quasar-tabs.orange.inverted .quasar-tab.active,
.quasar-tabs.orange.inverted .quasar-tab:active {
  color: #ff9800;
}
.quasar-tabs.orange.inverted .quasar-tab:active {
  background-color: #ff9800;
}
.quasar-tabs.orange:not(.inverted) .quasar-tab.active,
.quasar-tabs.orange:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.orange:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.deep-orange.inverted {
  color: #ffa385;
}
.quasar-tabs.deep-orange:not(.inverted) {
  color: #ffc4b2;
  background: #ff5722;
}
.quasar-tabs.deep-orange.inverted .quasar-tab.active,
.quasar-tabs.deep-orange.inverted .quasar-tab:active {
  color: #ff5722;
}
.quasar-tabs.deep-orange.inverted .quasar-tab:active {
  background-color: #ff5722;
}
.quasar-tabs.deep-orange:not(.inverted) .quasar-tab.active,
.quasar-tabs.deep-orange:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.deep-orange:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.brown.inverted {
  color: #be9d92;
}
.quasar-tabs.brown:not(.inverted) {
  color: #d6c1b9;
  background: #795548;
}
.quasar-tabs.brown.inverted .quasar-tab.active,
.quasar-tabs.brown.inverted .quasar-tab:active {
  color: #795548;
}
.quasar-tabs.brown.inverted .quasar-tab:active {
  background-color: #795548;
}
.quasar-tabs.brown:not(.inverted) .quasar-tab.active,
.quasar-tabs.brown:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.brown:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.grey.inverted {
  color: #cacaca;
}
.quasar-tabs.grey:not(.inverted) {
  color: #676767;
  background: #9e9e9e;
}
.quasar-tabs.grey.inverted .quasar-tab.active,
.quasar-tabs.grey.inverted .quasar-tab:active {
  color: #9e9e9e;
}
.quasar-tabs.grey.inverted .quasar-tab:active {
  background-color: #9e9e9e;
}
.quasar-tabs.grey:not(.inverted) .quasar-tab.active,
.quasar-tabs.grey:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.grey:not(.inverted) .quasar-tab:active {
  background: #fff;
}
.quasar-tabs.blue-grey.inverted {
  color: #a6b8c1;
}
.quasar-tabs.blue-grey:not(.inverted) {
  color: #c6d2d8;
  background: #607d8b;
}
.quasar-tabs.blue-grey.inverted .quasar-tab.active,
.quasar-tabs.blue-grey.inverted .quasar-tab:active {
  color: #607d8b;
}
.quasar-tabs.blue-grey.inverted .quasar-tab:active {
  background-color: #607d8b;
}
.quasar-tabs.blue-grey:not(.inverted) .quasar-tab.active,
.quasar-tabs.blue-grey:not(.inverted) .quasar-tab:active {
  color: #fff;
}
.quasar-tabs.blue-grey:not(.inverted) .quasar-tab:active {
  background: #fff;
}
body.mobile .quasar-tabs-scroller {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.quasar-toggle {
  display: inline-block;
  height: 27px;
  width: 40.5px;
  vertical-align: middle;
  position: relative;
}
.quasar-toggle input {
  display: none;
}
.quasar-toggle i {
  color: #9e9e9e;
  line-height: 27px;
  font-size: 17.55px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.25px;
  transition: all 0.3s ease;
}
.quasar-toggle div {
  position: relative;
}
.quasar-toggle div:before,
.quasar-toggle div:after {
  content: '';
  position: absolute;
  transition: all 0.3s ease;
  background: #fff;
}
.quasar-toggle div:before {
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 39.5px;
  height: 27px;
  border-radius: 25px;
  border: 1px solid #eee;
}
.quasar-toggle div:after {
  border-radius: 50%;
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  box-shadow: 0 1px 3px 1px rgba(0,0,0,0.4);
  transform: translateX(1px);
}
.quasar-toggle input:checked + div:before {
  background: #027be3;
  border: 1px solid #027be3;
}
.quasar-toggle input:checked + div:after {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateX(13.5px);
}
.quasar-toggle input:checked ~ i {
  color: #027be3;
  transform: translateX(13.5px);
}
.quasar-toggle.primary input:checked + div:before {
  background: #027be3;
  border-color: #027be3;
}
.quasar-toggle.primary input:checked ~ i {
  color: #027be3;
}
.quasar-toggle.secondary input:checked + div:before {
  background: #26a69a;
  border-color: #26a69a;
}
.quasar-toggle.secondary input:checked ~ i {
  color: #26a69a;
}
.quasar-toggle.tertiary input:checked + div:before {
  background: #555;
  border-color: #555;
}
.quasar-toggle.tertiary input:checked ~ i {
  color: #555;
}
.quasar-toggle.positive input:checked + div:before {
  background: #21ba45;
  border-color: #21ba45;
}
.quasar-toggle.positive input:checked ~ i {
  color: #21ba45;
}
.quasar-toggle.negative input:checked + div:before {
  background: #db2828;
  border-color: #db2828;
}
.quasar-toggle.negative input:checked ~ i {
  color: #db2828;
}
.quasar-toggle.warning input:checked + div:before {
  background: #f2c037;
  border-color: #f2c037;
}
.quasar-toggle.warning input:checked ~ i {
  color: #f2c037;
}
.quasar-toggle.info input:checked + div:before {
  background: #31ccec;
  border-color: #31ccec;
}
.quasar-toggle.info input:checked ~ i {
  color: #31ccec;
}
.quasar-toggle.light input:checked + div:before {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.quasar-toggle.light input:checked ~ i {
  color: #f4f4f4;
}
.quasar-toggle.dark input:checked + div:before {
  background: #333;
  border-color: #333;
}
.quasar-toggle.dark input:checked ~ i {
  color: #333;
}
.quasar-toggle.white input:checked + div:before {
  background: #fff;
  border-color: #fff;
}
.quasar-toggle.white input:checked ~ i {
  color: #fff;
}
.quasar-toggle.red input:checked + div:before {
  background: #f44336;
  border-color: #f44336;
}
.quasar-toggle.red input:checked ~ i {
  color: #f44336;
}
.quasar-toggle.pink input:checked + div:before {
  background: #e91e63;
  border-color: #e91e63;
}
.quasar-toggle.pink input:checked ~ i {
  color: #e91e63;
}
.quasar-toggle.purple input:checked + div:before {
  background: #9c27b0;
  border-color: #9c27b0;
}
.quasar-toggle.purple input:checked ~ i {
  color: #9c27b0;
}
.quasar-toggle.deep-purple input:checked + div:before {
  background: #673ab7;
  border-color: #673ab7;
}
.quasar-toggle.deep-purple input:checked ~ i {
  color: #673ab7;
}
.quasar-toggle.indigo input:checked + div:before {
  background: #3f51b5;
  border-color: #3f51b5;
}
.quasar-toggle.indigo input:checked ~ i {
  color: #3f51b5;
}
.quasar-toggle.blue input:checked + div:before {
  background: #2196f3;
  border-color: #2196f3;
}
.quasar-toggle.blue input:checked ~ i {
  color: #2196f3;
}
.quasar-toggle.light-blue input:checked + div:before {
  background: #03a9f4;
  border-color: #03a9f4;
}
.quasar-toggle.light-blue input:checked ~ i {
  color: #03a9f4;
}
.quasar-toggle.cyan input:checked + div:before {
  background: #00bcd4;
  border-color: #00bcd4;
}
.quasar-toggle.cyan input:checked ~ i {
  color: #00bcd4;
}
.quasar-toggle.teal input:checked + div:before {
  background: #009688;
  border-color: #009688;
}
.quasar-toggle.teal input:checked ~ i {
  color: #009688;
}
.quasar-toggle.green input:checked + div:before {
  background: #4caf50;
  border-color: #4caf50;
}
.quasar-toggle.green input:checked ~ i {
  color: #4caf50;
}
.quasar-toggle.light-green input:checked + div:before {
  background: #8bc34a;
  border-color: #8bc34a;
}
.quasar-toggle.light-green input:checked ~ i {
  color: #8bc34a;
}
.quasar-toggle.lime input:checked + div:before {
  background: #cddc39;
  border-color: #cddc39;
}
.quasar-toggle.lime input:checked ~ i {
  color: #cddc39;
}
.quasar-toggle.yellow input:checked + div:before {
  background: #ffeb3b;
  border-color: #ffeb3b;
}
.quasar-toggle.yellow input:checked ~ i {
  color: #ffeb3b;
}
.quasar-toggle.amber input:checked + div:before {
  background: #ffc107;
  border-color: #ffc107;
}
.quasar-toggle.amber input:checked ~ i {
  color: #ffc107;
}
.quasar-toggle.orange input:checked + div:before {
  background: #ff9800;
  border-color: #ff9800;
}
.quasar-toggle.orange input:checked ~ i {
  color: #ff9800;
}
.quasar-toggle.deep-orange input:checked + div:before {
  background: #ff5722;
  border-color: #ff5722;
}
.quasar-toggle.deep-orange input:checked ~ i {
  color: #ff5722;
}
.quasar-toggle.brown input:checked + div:before {
  background: #795548;
  border-color: #795548;
}
.quasar-toggle.brown input:checked ~ i {
  color: #795548;
}
.quasar-toggle.grey input:checked + div:before {
  background: #9e9e9e;
  border-color: #9e9e9e;
}
.quasar-toggle.grey input:checked ~ i {
  color: #9e9e9e;
}
.quasar-toggle.blue-grey input:checked + div:before {
  background: #607d8b;
  border-color: #607d8b;
}
.quasar-toggle.blue-grey input:checked ~ i {
  color: #607d8b;
}
.quasar-tree li {
  margin: 0;
  list-style-type: none;
  position: relative;
  padding: 10px 5px 0;
}
.quasar-tree li:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: -15px;
  border-left: 1px solid #ccc;
  bottom: 50px;
}
.quasar-tree li:after {
  content: '';
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  right: auto;
  left: -15px;
  border-top: 1px solid #ccc;
}
.quasar-tree li:last-child:before {
  height: 20px;
}
.quasar-tree > ul > li:after,
.quasar-tree > ul > li:before {
  border: 0;
}
.quasar-tree-expandable-item,
.quasar-tree-link {
  display: inline-block;
  cursor: pointer;
}
.quasar-tree-expandable-item .quasar-tree-label:active,
.quasar-tree-link .quasar-tree-label:active {
  color: inherit;
  background: #ccc;
}
.quasar-tree-expandable-item span:nth-child(2) i {
  color: #ccc;
}
body.desktop .quasar-tree-expandable-item .quasar-tree-label:hover,
body.desktop .quasar-tree-link .quasar-tree-label:hover {
  color: inherit;
  background: #ccc;
}
.quasar-tree-label {
  padding: 5px;
  border-radius: 4px;
}
.text-primary {
  color: #027be3 !important;
}
.bg-primary {
  background: #027be3 !important;
}
.text-secondary {
  color: #26a69a !important;
}
.bg-secondary {
  background: #26a69a !important;
}
.text-tertiary {
  color: #555 !important;
}
.bg-tertiary {
  background: #555 !important;
}
.text-faded {
  color: #777 !important;
}
.bg-faded {
  background: #777 !important;
}
.text-positive {
  color: #21ba45 !important;
}
.bg-positive {
  background: #21ba45 !important;
}
.text-negative {
  color: #db2828 !important;
}
.bg-negative {
  background: #db2828 !important;
}
.text-info {
  color: #31ccec !important;
}
.bg-info {
  background: #31ccec !important;
}
.text-warning {
  color: #f2c037 !important;
}
.bg-warning {
  background: #f2c037 !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background: #000 !important;
}
.text-light {
  color: #f4f4f4 !important;
}
.bg-light {
  background: #f4f4f4 !important;
}
.text-dark {
  color: #333 !important;
}
.bg-dark {
  background: #333 !important;
}
.text-red {
  color: #f44336 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #a0f !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-blue-1 {
  color: #e3f2fd !important;
}
.text-blue-2 {
  color: #bbdefb !important;
}
.text-blue-3 {
  color: #90caf9 !important;
}
.text-blue-4 {
  color: #64b5f6 !important;
}
.text-blue-5 {
  color: #42a5f5 !important;
}
.text-blue-6 {
  color: #2196f3 !important;
}
.text-blue-7 {
  color: #1e88e5 !important;
}
.text-blue-8 {
  color: #1976d2 !important;
}
.text-blue-9 {
  color: #1565c0 !important;
}
.text-blue-10 {
  color: #0d47a1 !important;
}
.text-blue-11 {
  color: #82b1ff !important;
}
.text-blue-12 {
  color: #448aff !important;
}
.text-blue-13 {
  color: #2979ff !important;
}
.text-blue-14 {
  color: #2962ff !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-teal-1 {
  color: #e0f2f1 !important;
}
.text-teal-2 {
  color: #b2dfdb !important;
}
.text-teal-3 {
  color: #80cbc4 !important;
}
.text-teal-4 {
  color: #4db6ac !important;
}
.text-teal-5 {
  color: #26a69a !important;
}
.text-teal-6 {
  color: #009688 !important;
}
.text-teal-7 {
  color: #00897b !important;
}
.text-teal-8 {
  color: #00796b !important;
}
.text-teal-9 {
  color: #00695c !important;
}
.text-teal-10 {
  color: #004d40 !important;
}
.text-teal-11 {
  color: #a7ffeb !important;
}
.text-teal-12 {
  color: #64ffda !important;
}
.text-teal-13 {
  color: #1de9b6 !important;
}
.text-teal-14 {
  color: #00bfa5 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ff0 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-orange-1 {
  color: #fff3e0 !important;
}
.text-orange-2 {
  color: #ffe0b2 !important;
}
.text-orange-3 {
  color: #ffcc80 !important;
}
.text-orange-4 {
  color: #ffb74d !important;
}
.text-orange-5 {
  color: #ffa726 !important;
}
.text-orange-6 {
  color: #ff9800 !important;
}
.text-orange-7 {
  color: #fb8c00 !important;
}
.text-orange-8 {
  color: #f57c00 !important;
}
.text-orange-9 {
  color: #ef6c00 !important;
}
.text-orange-10 {
  color: #e65100 !important;
}
.text-orange-11 {
  color: #ffd180 !important;
}
.text-orange-12 {
  color: #ffab40 !important;
}
.text-orange-13 {
  color: #ff9100 !important;
}
.text-orange-14 {
  color: #ff6d00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #9e9e9e !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-3 {
  color: #eee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-grey-11 {
  color: #f5f5f5 !important;
}
.text-grey-12 {
  color: #eee !important;
}
.text-grey-13 {
  color: #bdbdbd !important;
}
.text-grey-14 {
  color: #616161 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
.bg-red {
  background: #f44336 !important;
}
.bg-red-1 {
  background: #ffebee !important;
}
.bg-red-2 {
  background: #ffcdd2 !important;
}
.bg-red-3 {
  background: #ef9a9a !important;
}
.bg-red-4 {
  background: #e57373 !important;
}
.bg-red-5 {
  background: #ef5350 !important;
}
.bg-red-6 {
  background: #f44336 !important;
}
.bg-red-7 {
  background: #e53935 !important;
}
.bg-red-8 {
  background: #d32f2f !important;
}
.bg-red-9 {
  background: #c62828 !important;
}
.bg-red-10 {
  background: #b71c1c !important;
}
.bg-red-11 {
  background: #ff8a80 !important;
}
.bg-red-12 {
  background: #ff5252 !important;
}
.bg-red-13 {
  background: #ff1744 !important;
}
.bg-red-14 {
  background: #d50000 !important;
}
.bg-pink {
  background: #e91e63 !important;
}
.bg-pink-1 {
  background: #fce4ec !important;
}
.bg-pink-2 {
  background: #f8bbd0 !important;
}
.bg-pink-3 {
  background: #f48fb1 !important;
}
.bg-pink-4 {
  background: #f06292 !important;
}
.bg-pink-5 {
  background: #ec407a !important;
}
.bg-pink-6 {
  background: #e91e63 !important;
}
.bg-pink-7 {
  background: #d81b60 !important;
}
.bg-pink-8 {
  background: #c2185b !important;
}
.bg-pink-9 {
  background: #ad1457 !important;
}
.bg-pink-10 {
  background: #880e4f !important;
}
.bg-pink-11 {
  background: #ff80ab !important;
}
.bg-pink-12 {
  background: #ff4081 !important;
}
.bg-pink-13 {
  background: #f50057 !important;
}
.bg-pink-14 {
  background: #c51162 !important;
}
.bg-purple {
  background: #9c27b0 !important;
}
.bg-purple-1 {
  background: #f3e5f5 !important;
}
.bg-purple-2 {
  background: #e1bee7 !important;
}
.bg-purple-3 {
  background: #ce93d8 !important;
}
.bg-purple-4 {
  background: #ba68c8 !important;
}
.bg-purple-5 {
  background: #ab47bc !important;
}
.bg-purple-6 {
  background: #9c27b0 !important;
}
.bg-purple-7 {
  background: #8e24aa !important;
}
.bg-purple-8 {
  background: #7b1fa2 !important;
}
.bg-purple-9 {
  background: #6a1b9a !important;
}
.bg-purple-10 {
  background: #4a148c !important;
}
.bg-purple-11 {
  background: #ea80fc !important;
}
.bg-purple-12 {
  background: #e040fb !important;
}
.bg-purple-13 {
  background: #d500f9 !important;
}
.bg-purple-14 {
  background: #a0f !important;
}
.bg-deep-purple {
  background: #673ab7 !important;
}
.bg-deep-purple-1 {
  background: #ede7f6 !important;
}
.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
.bg-deep-purple-3 {
  background: #b39ddb !important;
}
.bg-deep-purple-4 {
  background: #9575cd !important;
}
.bg-deep-purple-5 {
  background: #7e57c2 !important;
}
.bg-deep-purple-6 {
  background: #673ab7 !important;
}
.bg-deep-purple-7 {
  background: #5e35b1 !important;
}
.bg-deep-purple-8 {
  background: #512da8 !important;
}
.bg-deep-purple-9 {
  background: #4527a0 !important;
}
.bg-deep-purple-10 {
  background: #311b92 !important;
}
.bg-deep-purple-11 {
  background: #b388ff !important;
}
.bg-deep-purple-12 {
  background: #7c4dff !important;
}
.bg-deep-purple-13 {
  background: #651fff !important;
}
.bg-deep-purple-14 {
  background: #6200ea !important;
}
.bg-indigo {
  background: #3f51b5 !important;
}
.bg-indigo-1 {
  background: #e8eaf6 !important;
}
.bg-indigo-2 {
  background: #c5cae9 !important;
}
.bg-indigo-3 {
  background: #9fa8da !important;
}
.bg-indigo-4 {
  background: #7986cb !important;
}
.bg-indigo-5 {
  background: #5c6bc0 !important;
}
.bg-indigo-6 {
  background: #3f51b5 !important;
}
.bg-indigo-7 {
  background: #3949ab !important;
}
.bg-indigo-8 {
  background: #303f9f !important;
}
.bg-indigo-9 {
  background: #283593 !important;
}
.bg-indigo-10 {
  background: #1a237e !important;
}
.bg-indigo-11 {
  background: #8c9eff !important;
}
.bg-indigo-12 {
  background: #536dfe !important;
}
.bg-indigo-13 {
  background: #3d5afe !important;
}
.bg-indigo-14 {
  background: #304ffe !important;
}
.bg-blue {
  background: #2196f3 !important;
}
.bg-blue-1 {
  background: #e3f2fd !important;
}
.bg-blue-2 {
  background: #bbdefb !important;
}
.bg-blue-3 {
  background: #90caf9 !important;
}
.bg-blue-4 {
  background: #64b5f6 !important;
}
.bg-blue-5 {
  background: #42a5f5 !important;
}
.bg-blue-6 {
  background: #2196f3 !important;
}
.bg-blue-7 {
  background: #1e88e5 !important;
}
.bg-blue-8 {
  background: #1976d2 !important;
}
.bg-blue-9 {
  background: #1565c0 !important;
}
.bg-blue-10 {
  background: #0d47a1 !important;
}
.bg-blue-11 {
  background: #82b1ff !important;
}
.bg-blue-12 {
  background: #448aff !important;
}
.bg-blue-13 {
  background: #2979ff !important;
}
.bg-blue-14 {
  background: #2962ff !important;
}
.bg-light-blue {
  background: #03a9f4 !important;
}
.bg-light-blue-1 {
  background: #e1f5fe !important;
}
.bg-light-blue-2 {
  background: #b3e5fc !important;
}
.bg-light-blue-3 {
  background: #81d4fa !important;
}
.bg-light-blue-4 {
  background: #4fc3f7 !important;
}
.bg-light-blue-5 {
  background: #29b6f6 !important;
}
.bg-light-blue-6 {
  background: #03a9f4 !important;
}
.bg-light-blue-7 {
  background: #039be5 !important;
}
.bg-light-blue-8 {
  background: #0288d1 !important;
}
.bg-light-blue-9 {
  background: #0277bd !important;
}
.bg-light-blue-10 {
  background: #01579b !important;
}
.bg-light-blue-11 {
  background: #80d8ff !important;
}
.bg-light-blue-12 {
  background: #40c4ff !important;
}
.bg-light-blue-13 {
  background: #00b0ff !important;
}
.bg-light-blue-14 {
  background: #0091ea !important;
}
.bg-cyan {
  background: #00bcd4 !important;
}
.bg-cyan-1 {
  background: #e0f7fa !important;
}
.bg-cyan-2 {
  background: #b2ebf2 !important;
}
.bg-cyan-3 {
  background: #80deea !important;
}
.bg-cyan-4 {
  background: #4dd0e1 !important;
}
.bg-cyan-5 {
  background: #26c6da !important;
}
.bg-cyan-6 {
  background: #00bcd4 !important;
}
.bg-cyan-7 {
  background: #00acc1 !important;
}
.bg-cyan-8 {
  background: #0097a7 !important;
}
.bg-cyan-9 {
  background: #00838f !important;
}
.bg-cyan-10 {
  background: #006064 !important;
}
.bg-cyan-11 {
  background: #84ffff !important;
}
.bg-cyan-12 {
  background: #18ffff !important;
}
.bg-cyan-13 {
  background: #00e5ff !important;
}
.bg-cyan-14 {
  background: #00b8d4 !important;
}
.bg-teal {
  background: #009688 !important;
}
.bg-teal-1 {
  background: #e0f2f1 !important;
}
.bg-teal-2 {
  background: #b2dfdb !important;
}
.bg-teal-3 {
  background: #80cbc4 !important;
}
.bg-teal-4 {
  background: #4db6ac !important;
}
.bg-teal-5 {
  background: #26a69a !important;
}
.bg-teal-6 {
  background: #009688 !important;
}
.bg-teal-7 {
  background: #00897b !important;
}
.bg-teal-8 {
  background: #00796b !important;
}
.bg-teal-9 {
  background: #00695c !important;
}
.bg-teal-10 {
  background: #004d40 !important;
}
.bg-teal-11 {
  background: #a7ffeb !important;
}
.bg-teal-12 {
  background: #64ffda !important;
}
.bg-teal-13 {
  background: #1de9b6 !important;
}
.bg-teal-14 {
  background: #00bfa5 !important;
}
.bg-green {
  background: #4caf50 !important;
}
.bg-green-1 {
  background: #e8f5e9 !important;
}
.bg-green-2 {
  background: #c8e6c9 !important;
}
.bg-green-3 {
  background: #a5d6a7 !important;
}
.bg-green-4 {
  background: #81c784 !important;
}
.bg-green-5 {
  background: #66bb6a !important;
}
.bg-green-6 {
  background: #4caf50 !important;
}
.bg-green-7 {
  background: #43a047 !important;
}
.bg-green-8 {
  background: #388e3c !important;
}
.bg-green-9 {
  background: #2e7d32 !important;
}
.bg-green-10 {
  background: #1b5e20 !important;
}
.bg-green-11 {
  background: #b9f6ca !important;
}
.bg-green-12 {
  background: #69f0ae !important;
}
.bg-green-13 {
  background: #00e676 !important;
}
.bg-green-14 {
  background: #00c853 !important;
}
.bg-light-green {
  background: #8bc34a !important;
}
.bg-light-green-1 {
  background: #f1f8e9 !important;
}
.bg-light-green-2 {
  background: #dcedc8 !important;
}
.bg-light-green-3 {
  background: #c5e1a5 !important;
}
.bg-light-green-4 {
  background: #aed581 !important;
}
.bg-light-green-5 {
  background: #9ccc65 !important;
}
.bg-light-green-6 {
  background: #8bc34a !important;
}
.bg-light-green-7 {
  background: #7cb342 !important;
}
.bg-light-green-8 {
  background: #689f38 !important;
}
.bg-light-green-9 {
  background: #558b2f !important;
}
.bg-light-green-10 {
  background: #33691e !important;
}
.bg-light-green-11 {
  background: #ccff90 !important;
}
.bg-light-green-12 {
  background: #b2ff59 !important;
}
.bg-light-green-13 {
  background: #76ff03 !important;
}
.bg-light-green-14 {
  background: #64dd17 !important;
}
.bg-lime {
  background: #cddc39 !important;
}
.bg-lime-1 {
  background: #f9fbe7 !important;
}
.bg-lime-2 {
  background: #f0f4c3 !important;
}
.bg-lime-3 {
  background: #e6ee9c !important;
}
.bg-lime-4 {
  background: #dce775 !important;
}
.bg-lime-5 {
  background: #d4e157 !important;
}
.bg-lime-6 {
  background: #cddc39 !important;
}
.bg-lime-7 {
  background: #c0ca33 !important;
}
.bg-lime-8 {
  background: #afb42b !important;
}
.bg-lime-9 {
  background: #9e9d24 !important;
}
.bg-lime-10 {
  background: #827717 !important;
}
.bg-lime-11 {
  background: #f4ff81 !important;
}
.bg-lime-12 {
  background: #eeff41 !important;
}
.bg-lime-13 {
  background: #c6ff00 !important;
}
.bg-lime-14 {
  background: #aeea00 !important;
}
.bg-yellow {
  background: #ffeb3b !important;
}
.bg-yellow-1 {
  background: #fffde7 !important;
}
.bg-yellow-2 {
  background: #fff9c4 !important;
}
.bg-yellow-3 {
  background: #fff59d !important;
}
.bg-yellow-4 {
  background: #fff176 !important;
}
.bg-yellow-5 {
  background: #ffee58 !important;
}
.bg-yellow-6 {
  background: #ffeb3b !important;
}
.bg-yellow-7 {
  background: #fdd835 !important;
}
.bg-yellow-8 {
  background: #fbc02d !important;
}
.bg-yellow-9 {
  background: #f9a825 !important;
}
.bg-yellow-10 {
  background: #f57f17 !important;
}
.bg-yellow-11 {
  background: #ffff8d !important;
}
.bg-yellow-12 {
  background: #ff0 !important;
}
.bg-yellow-13 {
  background: #ffea00 !important;
}
.bg-yellow-14 {
  background: #ffd600 !important;
}
.bg-amber {
  background: #ffc107 !important;
}
.bg-amber-1 {
  background: #fff8e1 !important;
}
.bg-amber-2 {
  background: #ffecb3 !important;
}
.bg-amber-3 {
  background: #ffe082 !important;
}
.bg-amber-4 {
  background: #ffd54f !important;
}
.bg-amber-5 {
  background: #ffca28 !important;
}
.bg-amber-6 {
  background: #ffc107 !important;
}
.bg-amber-7 {
  background: #ffb300 !important;
}
.bg-amber-8 {
  background: #ffa000 !important;
}
.bg-amber-9 {
  background: #ff8f00 !important;
}
.bg-amber-10 {
  background: #ff6f00 !important;
}
.bg-amber-11 {
  background: #ffe57f !important;
}
.bg-amber-12 {
  background: #ffd740 !important;
}
.bg-amber-13 {
  background: #ffc400 !important;
}
.bg-amber-14 {
  background: #ffab00 !important;
}
.bg-orange {
  background: #ff9800 !important;
}
.bg-orange-1 {
  background: #fff3e0 !important;
}
.bg-orange-2 {
  background: #ffe0b2 !important;
}
.bg-orange-3 {
  background: #ffcc80 !important;
}
.bg-orange-4 {
  background: #ffb74d !important;
}
.bg-orange-5 {
  background: #ffa726 !important;
}
.bg-orange-6 {
  background: #ff9800 !important;
}
.bg-orange-7 {
  background: #fb8c00 !important;
}
.bg-orange-8 {
  background: #f57c00 !important;
}
.bg-orange-9 {
  background: #ef6c00 !important;
}
.bg-orange-10 {
  background: #e65100 !important;
}
.bg-orange-11 {
  background: #ffd180 !important;
}
.bg-orange-12 {
  background: #ffab40 !important;
}
.bg-orange-13 {
  background: #ff9100 !important;
}
.bg-orange-14 {
  background: #ff6d00 !important;
}
.bg-deep-orange {
  background: #ff5722 !important;
}
.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
.bg-deep-orange-2 {
  background: #ffccbc !important;
}
.bg-deep-orange-3 {
  background: #ffab91 !important;
}
.bg-deep-orange-4 {
  background: #ff8a65 !important;
}
.bg-deep-orange-5 {
  background: #ff7043 !important;
}
.bg-deep-orange-6 {
  background: #ff5722 !important;
}
.bg-deep-orange-7 {
  background: #f4511e !important;
}
.bg-deep-orange-8 {
  background: #e64a19 !important;
}
.bg-deep-orange-9 {
  background: #d84315 !important;
}
.bg-deep-orange-10 {
  background: #bf360c !important;
}
.bg-deep-orange-11 {
  background: #ff9e80 !important;
}
.bg-deep-orange-12 {
  background: #ff6e40 !important;
}
.bg-deep-orange-13 {
  background: #ff3d00 !important;
}
.bg-deep-orange-14 {
  background: #dd2c00 !important;
}
.bg-brown {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-brown-11 {
  background: #d7ccc8 !important;
}
.bg-brown-12 {
  background: #bcaaa4 !important;
}
.bg-brown-13 {
  background: #8d6e63 !important;
}
.bg-brown-14 {
  background: #5d4037 !important;
}
.bg-grey {
  background: #9e9e9e !important;
}
.bg-grey-1 {
  background: #fafafa !important;
}
.bg-grey-2 {
  background: #f5f5f5 !important;
}
.bg-grey-3 {
  background: #eee !important;
}
.bg-grey-4 {
  background: #e0e0e0 !important;
}
.bg-grey-5 {
  background: #bdbdbd !important;
}
.bg-grey-6 {
  background: #9e9e9e !important;
}
.bg-grey-7 {
  background: #757575 !important;
}
.bg-grey-8 {
  background: #616161 !important;
}
.bg-grey-9 {
  background: #424242 !important;
}
.bg-grey-10 {
  background: #212121 !important;
}
.bg-grey-11 {
  background: #f5f5f5 !important;
}
.bg-grey-12 {
  background: #eee !important;
}
.bg-grey-13 {
  background: #bdbdbd !important;
}
.bg-grey-14 {
  background: #616161 !important;
}
.bg-blue-grey {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.bg-blue-grey-11 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12 {
  background: #b0bec5 !important;
}
.bg-blue-grey-13 {
  background: #78909c !important;
}
.bg-blue-grey-14 {
  background: #455a64 !important;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: '-apple-system', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2b2b2b;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
a {
  color: #2e9dfd;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.25s;
}
a:hover {
  color: #027be3;
}
a:active,
a:hover {
  outline-width: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 110%;
  -webkit-font-smoothing: antialised;
}
h1 {
  font-size: 4.2rem;
  letter-spacing: -0.04em;
  margin: 2.1rem 0 1.68rem;
  font-weight: 300;
}
h2 {
  font-size: 3.56rem;
  letter-spacing: -0.02em;
  margin: 1.78rem 0 1.424rem;
}
h3 {
  font-size: 2.92rem;
  margin: 1.46rem 0 1.168rem;
}
h4 {
  font-size: 2.28rem;
  margin: 1.14rem 0 0.912rem;
}
h5 {
  font-size: 1.64rem;
  margin: 0.82rem 0 0.656rem;
  -moz-osx-font-smoothing: grayscale;
}
h6 {
  font-size: 1rem;
  letter-spacing: 0.02em;
  margin: 0.5rem 0 0.4rem;
  font-weight: 500;
}
p {
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0 0 1rem;
  line-height: 24px;
  color: rgba(0,0,0,0.71);
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
p.caption {
  font-weight: 300;
}
p.caption:not(:first-child) {
  margin-top: 2rem;
}
.token {
  color: #fff;
  background: rgba(2,123,227,0.7);
  border-radius: 4px;
  padding: 3px 5px;
  font-size: 90%;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.light-paragraph {
  font-weight: 300;
}
.thin-paragraph {
  font-weight: 200;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.strong {
  font-weight: bold;
}
.emphasize {
  font-style: italic;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #027be3;
}
blockquote.text-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #027be3;
  border-left: 0;
  text-align: right;
}
blockquote small {
  display: block;
  line-height: 1.4;
  color: #777;
}
blockquote small:before {
  content: '\2014 \00A0';
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
dt,
dd {
  line-height: 1.4;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dl.horizontal dt {
  float: left;
  width: 25%;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.horizontal dd {
  margin-left: 30%;
}
::-webkit-selection,
::-moz-selection,
::selection {
  background: #027be3;
  color: rgba(255,255,255,0.87);
}
textarea::-webkit-selection,
input::-webkit-selection,
textarea::-moz-selection,
input::-moz-selection,
textarea::selection,
input::selection {
  background: rgba(2,123,227,0.4);
  color: rgba(255,255,255,0.87);
}
*:-webkit-full-screen {
  width: 100%;
  height: 100%;
}
label {
  user-select: none;
  cursor: pointer;
}
.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1,
.hoverable:hover,
.hoverable-1:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}
.shadow-2,
.hoverable-2:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}
.shadow-3,
.hoverable-3:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}
.shadow-4,
.hoverable-4:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}
.shadow-5,
.hoverable-5:hover {
  box-shadow: 0 19px 38px rgba(0,0,0,0.3), 0 15px 12px rgba(0,0,0,0.22) !important;
}
.shadow-up-1,
.hoverable-up:hover,
.hoverable-up-1:hover {
  box-shadow: 0 -1px 3px rgba(0,0,0,0.12), 0 -1px 2px rgba(0,0,0,0.24) !important;
}
.shadow-up-2,
.hoverable-up-2:hover {
  box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23) !important;
}
.shadow-up-3,
.hoverable-up-3:hover {
  box-shadow: 0 -10px 20px rgba(0,0,0,0.19), 0 -6px 6px rgba(0,0,0,0.23) !important;
}
.shadow-up-4,
.hoverable-up-4:hover {
  box-shadow: 0 -14px 28px rgba(0,0,0,0.25), 0 -10px 10px rgba(0,0,0,0.22) !important;
}
.shadow-up-5,
.hoverable-up-5:hover {
  box-shadow: 0 -19px 38px rgba(0,0,0,0.3), 0 -15px 12px rgba(0,0,0,0.22) !important;
}
.no-shadow,
.shadow-0 {
  box-shadow: none !important;
}
.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0,0,0,0.7) inset !important;
}
.flex {
  display: flex;
}
.flex.inline {
  display: inline-flex;
}
.row {
  display: flex;
  flex-direction: row;
}
.row.inline {
  display: inline-flex;
}
.reverse-row {
  display: flex;
  flex-direction: row-reverse;
}
.reverse-row.inline {
  display: inline-flex;
}
.column {
  display: flex;
  flex-direction: column;
}
.column.inline {
  display: inline-flex;
}
.reverse-column {
  display: flex;
  flex-direction: column-reverse;
}
.reverse-column.inline {
  display: inline-flex;
}
.flex.small-gutter,
.row.small-gutter,
.column.small-gutter {
  margin: -0.5rem 0 0.5rem -0.5rem;
}
.flex.small-gutter > div,
.row.small-gutter > div,
.column.small-gutter > div {
  padding: 0.5rem 0 0 0.5rem;
}
.flex.medium-gutter,
.row.medium-gutter,
.column.medium-gutter,
.flex.gutter,
.row.gutter,
.column.gutter {
  margin: -1rem 0 1rem -1rem;
}
.flex.medium-gutter > div,
.row.medium-gutter > div,
.column.medium-gutter > div,
.flex.gutter > div,
.row.gutter > div,
.column.gutter > div {
  padding: 1rem 0 0 1rem;
}
.flex.big-gutter,
.row.big-gutter,
.column.big-gutter {
  margin: -2.5rem 0 2.5rem -2.5rem;
}
.flex.big-gutter > div,
.row.big-gutter > div,
.column.big-gutter > div {
  padding: 2.5rem 0 0 2.5rem;
}
.flex.large-gutter,
.row.large-gutter,
.column.large-gutter {
  margin: -3.5rem 0 3.5rem -3.5rem;
}
.flex.large-gutter > div,
.row.large-gutter > div,
.column.large-gutter > div {
  padding: 3.5rem 0 0 3.5rem;
}
.order-first {
  order: -1000;
}
.order-last {
  order: 1000;
}
.order-0 {
  order: 0;
}
.grow-0 {
  flex-grow: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.order-1 {
  order: 1;
}
.grow-1 {
  flex-grow: 1;
}
.shrink-1 {
  flex-shrink: 1;
}
.order-2 {
  order: 2;
}
.grow-2 {
  flex-grow: 2;
}
.shrink-2 {
  flex-shrink: 2;
}
.order-3 {
  order: 3;
}
.grow-3 {
  flex-grow: 3;
}
.shrink-3 {
  flex-shrink: 3;
}
.order-4 {
  order: 4;
}
.grow-4 {
  flex-grow: 4;
}
.shrink-4 {
  flex-shrink: 4;
}
.order-5 {
  order: 5;
}
.grow-5 {
  flex-grow: 5;
}
.shrink-5 {
  flex-shrink: 5;
}
.order-6 {
  order: 6;
}
.grow-6 {
  flex-grow: 6;
}
.shrink-6 {
  flex-shrink: 6;
}
.order-7 {
  order: 7;
}
.grow-7 {
  flex-grow: 7;
}
.shrink-7 {
  flex-shrink: 7;
}
.order-8 {
  order: 8;
}
.grow-8 {
  flex-grow: 8;
}
.shrink-8 {
  flex-shrink: 8;
}
.order-9 {
  order: 9;
}
.grow-9 {
  flex-grow: 9;
}
.shrink-9 {
  flex-shrink: 9;
}
.order-10 {
  order: 10;
}
.grow-10 {
  flex-grow: 10;
}
.shrink-10 {
  flex-shrink: 10;
}
.auto {
  flex: 1 1 auto;
}
.width-1of1 {
  flex: 0 1 100%;
}
.offset-1of1 {
  margin-left: 100%;
}
.width-1of2 {
  flex: 0 1 50%;
}
.offset-1of2 {
  margin-left: 50%;
}
.width-2of2 {
  flex: 0 1 100%;
}
.offset-2of2 {
  margin-left: 100%;
}
.width-1of3 {
  flex: 0 1 33.33333333333333%;
}
.offset-1of3 {
  margin-left: 33.33333333333333%;
}
.width-2of3 {
  flex: 0 1 66.66666666666666%;
}
.offset-2of3 {
  margin-left: 66.66666666666666%;
}
.width-3of3 {
  flex: 0 1 100%;
}
.offset-3of3 {
  margin-left: 100%;
}
.width-1of4 {
  flex: 0 1 25%;
}
.offset-1of4 {
  margin-left: 25%;
}
.width-2of4 {
  flex: 0 1 50%;
}
.offset-2of4 {
  margin-left: 50%;
}
.width-3of4 {
  flex: 0 1 75%;
}
.offset-3of4 {
  margin-left: 75%;
}
.width-4of4 {
  flex: 0 1 100%;
}
.offset-4of4 {
  margin-left: 100%;
}
.width-1of5 {
  flex: 0 1 20%;
}
.offset-1of5 {
  margin-left: 20%;
}
.width-2of5 {
  flex: 0 1 40%;
}
.offset-2of5 {
  margin-left: 40%;
}
.width-3of5 {
  flex: 0 1 60%;
}
.offset-3of5 {
  margin-left: 60%;
}
.width-4of5 {
  flex: 0 1 80%;
}
.offset-4of5 {
  margin-left: 80%;
}
.width-5of5 {
  flex: 0 1 100%;
}
.offset-5of5 {
  margin-left: 100%;
}
.sm,
.gt-sm,
.md,
.lt-md,
.gt-md,
.bg,
.lt-bg,
.gt-bg,
.lg,
.lt-lg {
  display: none;
}
.wrap {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.reverse-wrap {
  flex-wrap: wrap-reverse;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
@media only screen and (max-width: 600px) {
  .sm {
    display: block;
  }
  .sm.inline {
    display: inline-block;
  }
  .sm.flex {
    display: flex;
  }
  .sm.flex.inline {
    display: inline-flex;
  }
  .sm-hide {
    display: none;
  }
  .sm-auto {
    flex: 1 1 auto;
  }
  .sm-width-1of1 {
    flex: 0 1 100%;
  }
  .sm-offset-1of1 {
    margin-left: 100%;
  }
  .sm-width-1of2 {
    flex: 0 1 50%;
  }
  .sm-offset-1of2 {
    margin-left: 50%;
  }
  .sm-width-2of2 {
    flex: 0 1 100%;
  }
  .sm-offset-2of2 {
    margin-left: 100%;
  }
  .sm-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .sm-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .sm-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .sm-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .sm-width-3of3 {
    flex: 0 1 100%;
  }
  .sm-offset-3of3 {
    margin-left: 100%;
  }
  .sm-width-1of4 {
    flex: 0 1 25%;
  }
  .sm-offset-1of4 {
    margin-left: 25%;
  }
  .sm-width-2of4 {
    flex: 0 1 50%;
  }
  .sm-offset-2of4 {
    margin-left: 50%;
  }
  .sm-width-3of4 {
    flex: 0 1 75%;
  }
  .sm-offset-3of4 {
    margin-left: 75%;
  }
  .sm-width-4of4 {
    flex: 0 1 100%;
  }
  .sm-offset-4of4 {
    margin-left: 100%;
  }
  .sm-width-1of5 {
    flex: 0 1 20%;
  }
  .sm-offset-1of5 {
    margin-left: 20%;
  }
  .sm-width-2of5 {
    flex: 0 1 40%;
  }
  .sm-offset-2of5 {
    margin-left: 40%;
  }
  .sm-width-3of5 {
    flex: 0 1 60%;
  }
  .sm-offset-3of5 {
    margin-left: 60%;
  }
  .sm-width-4of5 {
    flex: 0 1 80%;
  }
  .sm-offset-4of5 {
    margin-left: 80%;
  }
  .sm-width-5of5 {
    flex: 0 1 100%;
  }
  .sm-offset-5of5 {
    margin-left: 100%;
  }
  .sm-order-first {
    order: -1000;
  }
  .sm-order-last {
    order: 1000;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-grow-1 {
    flex-grow: 1;
  }
  .sm-shrink-1 {
    flex-shrink: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-grow-2 {
    flex-grow: 2;
  }
  .sm-shrink-2 {
    flex-shrink: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-grow-3 {
    flex-grow: 3;
  }
  .sm-shrink-3 {
    flex-shrink: 3;
  }
  .sm-order-4 {
    order: 4;
  }
  .sm-grow-4 {
    flex-grow: 4;
  }
  .sm-shrink-4 {
    flex-shrink: 4;
  }
  .sm-order-5 {
    order: 5;
  }
  .sm-grow-5 {
    flex-grow: 5;
  }
  .sm-shrink-5 {
    flex-shrink: 5;
  }
  .sm-order-6 {
    order: 6;
  }
  .sm-grow-6 {
    flex-grow: 6;
  }
  .sm-shrink-6 {
    flex-shrink: 6;
  }
  .sm-order-7 {
    order: 7;
  }
  .sm-grow-7 {
    flex-grow: 7;
  }
  .sm-shrink-7 {
    flex-shrink: 7;
  }
  .sm-order-8 {
    order: 8;
  }
  .sm-grow-8 {
    flex-grow: 8;
  }
  .sm-shrink-8 {
    flex-shrink: 8;
  }
  .sm-order-9 {
    order: 9;
  }
  .sm-grow-9 {
    flex-grow: 9;
  }
  .sm-shrink-9 {
    flex-shrink: 9;
  }
  .sm-order-10 {
    order: 10;
  }
  .sm-grow-10 {
    flex-grow: 10;
  }
  .sm-shrink-10 {
    flex-shrink: 10;
  }
  .sm-row {
    display: flex;
    flex-direction: row;
  }
  .sm-row.inline {
    display: inline-flex;
  }
  .sm-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .sm-reverse-row.inline {
    display: inline-flex;
  }
  .sm-column {
    display: flex;
    flex-direction: column;
  }
  .sm-column.inline {
    display: inline-flex;
  }
  .sm-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .sm-reverse-column.inline {
    display: inline-flex;
  }
  .flex.sm-small-gutter,
  .row.sm-small-gutter,
  .column.sm-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.sm-small-gutter > div,
  .row.sm-small-gutter > div,
  .column.sm-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.sm-medium-gutter,
  .row.sm-medium-gutter,
  .column.sm-medium-gutter,
  .flex.sm-gutter,
  .row.sm-gutter,
  .column.sm-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.sm-medium-gutter > div,
  .row.sm-medium-gutter > div,
  .column.sm-medium-gutter > div,
  .flex.sm-gutter > div,
  .row.sm-gutter > div,
  .column.sm-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.sm-big-gutter,
  .row.sm-big-gutter,
  .column.sm-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.sm-big-gutter > div,
  .row.sm-big-gutter > div,
  .column.sm-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.sm-large-gutter,
  .row.sm-large-gutter,
  .column.sm-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.sm-large-gutter > div,
  .row.sm-large-gutter > div,
  .column.sm-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (min-width: 601px) {
  .gt-sm {
    display: block;
  }
  .gt-sm.inline {
    display: inline-block;
  }
  .gt-sm.flex {
    display: flex;
  }
  .gt-sm.flex.inline {
    display: inline-flex;
  }
  .gt-sm-hide {
    display: none;
  }
  .gt-sm-auto {
    flex: 1 1 auto;
  }
  .gt-sm-width-1of1 {
    flex: 0 1 100%;
  }
  .gt-sm-offset-1of1 {
    margin-left: 100%;
  }
  .gt-sm-width-1of2 {
    flex: 0 1 50%;
  }
  .gt-sm-offset-1of2 {
    margin-left: 50%;
  }
  .gt-sm-width-2of2 {
    flex: 0 1 100%;
  }
  .gt-sm-offset-2of2 {
    margin-left: 100%;
  }
  .gt-sm-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .gt-sm-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .gt-sm-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .gt-sm-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .gt-sm-width-3of3 {
    flex: 0 1 100%;
  }
  .gt-sm-offset-3of3 {
    margin-left: 100%;
  }
  .gt-sm-width-1of4 {
    flex: 0 1 25%;
  }
  .gt-sm-offset-1of4 {
    margin-left: 25%;
  }
  .gt-sm-width-2of4 {
    flex: 0 1 50%;
  }
  .gt-sm-offset-2of4 {
    margin-left: 50%;
  }
  .gt-sm-width-3of4 {
    flex: 0 1 75%;
  }
  .gt-sm-offset-3of4 {
    margin-left: 75%;
  }
  .gt-sm-width-4of4 {
    flex: 0 1 100%;
  }
  .gt-sm-offset-4of4 {
    margin-left: 100%;
  }
  .gt-sm-width-1of5 {
    flex: 0 1 20%;
  }
  .gt-sm-offset-1of5 {
    margin-left: 20%;
  }
  .gt-sm-width-2of5 {
    flex: 0 1 40%;
  }
  .gt-sm-offset-2of5 {
    margin-left: 40%;
  }
  .gt-sm-width-3of5 {
    flex: 0 1 60%;
  }
  .gt-sm-offset-3of5 {
    margin-left: 60%;
  }
  .gt-sm-width-4of5 {
    flex: 0 1 80%;
  }
  .gt-sm-offset-4of5 {
    margin-left: 80%;
  }
  .gt-sm-width-5of5 {
    flex: 0 1 100%;
  }
  .gt-sm-offset-5of5 {
    margin-left: 100%;
  }
  .gt-sm-order-first {
    order: -1000;
  }
  .gt-sm-order-last {
    order: 1000;
  }
  .gt-sm-order-1 {
    order: 1;
  }
  .gt-sm-grow-1 {
    flex-grow: 1;
  }
  .gt-sm-shrink-1 {
    flex-shrink: 1;
  }
  .gt-sm-order-2 {
    order: 2;
  }
  .gt-sm-grow-2 {
    flex-grow: 2;
  }
  .gt-sm-shrink-2 {
    flex-shrink: 2;
  }
  .gt-sm-order-3 {
    order: 3;
  }
  .gt-sm-grow-3 {
    flex-grow: 3;
  }
  .gt-sm-shrink-3 {
    flex-shrink: 3;
  }
  .gt-sm-order-4 {
    order: 4;
  }
  .gt-sm-grow-4 {
    flex-grow: 4;
  }
  .gt-sm-shrink-4 {
    flex-shrink: 4;
  }
  .gt-sm-order-5 {
    order: 5;
  }
  .gt-sm-grow-5 {
    flex-grow: 5;
  }
  .gt-sm-shrink-5 {
    flex-shrink: 5;
  }
  .gt-sm-order-6 {
    order: 6;
  }
  .gt-sm-grow-6 {
    flex-grow: 6;
  }
  .gt-sm-shrink-6 {
    flex-shrink: 6;
  }
  .gt-sm-order-7 {
    order: 7;
  }
  .gt-sm-grow-7 {
    flex-grow: 7;
  }
  .gt-sm-shrink-7 {
    flex-shrink: 7;
  }
  .gt-sm-order-8 {
    order: 8;
  }
  .gt-sm-grow-8 {
    flex-grow: 8;
  }
  .gt-sm-shrink-8 {
    flex-shrink: 8;
  }
  .gt-sm-order-9 {
    order: 9;
  }
  .gt-sm-grow-9 {
    flex-grow: 9;
  }
  .gt-sm-shrink-9 {
    flex-shrink: 9;
  }
  .gt-sm-order-10 {
    order: 10;
  }
  .gt-sm-grow-10 {
    flex-grow: 10;
  }
  .gt-sm-shrink-10 {
    flex-shrink: 10;
  }
  .gt-sm-row {
    display: flex;
    flex-direction: row;
  }
  .gt-sm-row.inline {
    display: inline-flex;
  }
  .gt-sm-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .gt-sm-reverse-row.inline {
    display: inline-flex;
  }
  .gt-sm-column {
    display: flex;
    flex-direction: column;
  }
  .gt-sm-column.inline {
    display: inline-flex;
  }
  .gt-sm-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .gt-sm-reverse-column.inline {
    display: inline-flex;
  }
  .flex.gt-sm-small-gutter,
  .row.gt-sm-small-gutter,
  .column.gt-sm-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.gt-sm-small-gutter > div,
  .row.gt-sm-small-gutter > div,
  .column.gt-sm-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.gt-sm-medium-gutter,
  .row.gt-sm-medium-gutter,
  .column.gt-sm-medium-gutter,
  .flex.gt-sm-gutter,
  .row.gt-sm-gutter,
  .column.gt-sm-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.gt-sm-medium-gutter > div,
  .row.gt-sm-medium-gutter > div,
  .column.gt-sm-medium-gutter > div,
  .flex.gt-sm-gutter > div,
  .row.gt-sm-gutter > div,
  .column.gt-sm-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.gt-sm-big-gutter,
  .row.gt-sm-big-gutter,
  .column.gt-sm-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.gt-sm-big-gutter > div,
  .row.gt-sm-big-gutter > div,
  .column.gt-sm-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.gt-sm-large-gutter,
  .row.gt-sm-large-gutter,
  .column.gt-sm-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.gt-sm-large-gutter > div,
  .row.gt-sm-large-gutter > div,
  .column.gt-sm-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 920px) {
  .md {
    display: block;
  }
  .md.inline {
    display: inline-block;
  }
  .md.flex {
    display: flex;
  }
  .md.flex.inline {
    display: inline-flex;
  }
  .md-hide {
    display: none;
  }
  .md-auto {
    flex: 1 1 auto;
  }
  .md-width-1of1 {
    flex: 0 1 100%;
  }
  .md-offset-1of1 {
    margin-left: 100%;
  }
  .md-width-1of2 {
    flex: 0 1 50%;
  }
  .md-offset-1of2 {
    margin-left: 50%;
  }
  .md-width-2of2 {
    flex: 0 1 100%;
  }
  .md-offset-2of2 {
    margin-left: 100%;
  }
  .md-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .md-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .md-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .md-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .md-width-3of3 {
    flex: 0 1 100%;
  }
  .md-offset-3of3 {
    margin-left: 100%;
  }
  .md-width-1of4 {
    flex: 0 1 25%;
  }
  .md-offset-1of4 {
    margin-left: 25%;
  }
  .md-width-2of4 {
    flex: 0 1 50%;
  }
  .md-offset-2of4 {
    margin-left: 50%;
  }
  .md-width-3of4 {
    flex: 0 1 75%;
  }
  .md-offset-3of4 {
    margin-left: 75%;
  }
  .md-width-4of4 {
    flex: 0 1 100%;
  }
  .md-offset-4of4 {
    margin-left: 100%;
  }
  .md-width-1of5 {
    flex: 0 1 20%;
  }
  .md-offset-1of5 {
    margin-left: 20%;
  }
  .md-width-2of5 {
    flex: 0 1 40%;
  }
  .md-offset-2of5 {
    margin-left: 40%;
  }
  .md-width-3of5 {
    flex: 0 1 60%;
  }
  .md-offset-3of5 {
    margin-left: 60%;
  }
  .md-width-4of5 {
    flex: 0 1 80%;
  }
  .md-offset-4of5 {
    margin-left: 80%;
  }
  .md-width-5of5 {
    flex: 0 1 100%;
  }
  .md-offset-5of5 {
    margin-left: 100%;
  }
  .md-order-first {
    order: -1000;
  }
  .md-order-last {
    order: 1000;
  }
  .md-order-1 {
    order: 1;
  }
  .md-grow-1 {
    flex-grow: 1;
  }
  .md-shrink-1 {
    flex-shrink: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-grow-2 {
    flex-grow: 2;
  }
  .md-shrink-2 {
    flex-shrink: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-grow-3 {
    flex-grow: 3;
  }
  .md-shrink-3 {
    flex-shrink: 3;
  }
  .md-order-4 {
    order: 4;
  }
  .md-grow-4 {
    flex-grow: 4;
  }
  .md-shrink-4 {
    flex-shrink: 4;
  }
  .md-order-5 {
    order: 5;
  }
  .md-grow-5 {
    flex-grow: 5;
  }
  .md-shrink-5 {
    flex-shrink: 5;
  }
  .md-order-6 {
    order: 6;
  }
  .md-grow-6 {
    flex-grow: 6;
  }
  .md-shrink-6 {
    flex-shrink: 6;
  }
  .md-order-7 {
    order: 7;
  }
  .md-grow-7 {
    flex-grow: 7;
  }
  .md-shrink-7 {
    flex-shrink: 7;
  }
  .md-order-8 {
    order: 8;
  }
  .md-grow-8 {
    flex-grow: 8;
  }
  .md-shrink-8 {
    flex-shrink: 8;
  }
  .md-order-9 {
    order: 9;
  }
  .md-grow-9 {
    flex-grow: 9;
  }
  .md-shrink-9 {
    flex-shrink: 9;
  }
  .md-order-10 {
    order: 10;
  }
  .md-grow-10 {
    flex-grow: 10;
  }
  .md-shrink-10 {
    flex-shrink: 10;
  }
  .md-row {
    display: flex;
    flex-direction: row;
  }
  .md-row.inline {
    display: inline-flex;
  }
  .md-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .md-reverse-row.inline {
    display: inline-flex;
  }
  .md-column {
    display: flex;
    flex-direction: column;
  }
  .md-column.inline {
    display: inline-flex;
  }
  .md-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .md-reverse-column.inline {
    display: inline-flex;
  }
  .flex.md-small-gutter,
  .row.md-small-gutter,
  .column.md-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.md-small-gutter > div,
  .row.md-small-gutter > div,
  .column.md-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.md-medium-gutter,
  .row.md-medium-gutter,
  .column.md-medium-gutter,
  .flex.md-gutter,
  .row.md-gutter,
  .column.md-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.md-medium-gutter > div,
  .row.md-medium-gutter > div,
  .column.md-medium-gutter > div,
  .flex.md-gutter > div,
  .row.md-gutter > div,
  .column.md-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.md-big-gutter,
  .row.md-big-gutter,
  .column.md-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.md-big-gutter > div,
  .row.md-big-gutter > div,
  .column.md-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.md-large-gutter,
  .row.md-large-gutter,
  .column.md-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.md-large-gutter > div,
  .row.md-large-gutter > div,
  .column.md-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (min-width: 921px) {
  .gt-md {
    display: block;
  }
  .gt-md.inline {
    display: inline-block;
  }
  .gt-md.flex {
    display: flex;
  }
  .gt-md.flex.inline {
    display: inline-flex;
  }
  .gt-md-hide {
    display: none;
  }
  .gt-md-auto {
    flex: 1 1 auto;
  }
  .gt-md-width-1of1 {
    flex: 0 1 100%;
  }
  .gt-md-offset-1of1 {
    margin-left: 100%;
  }
  .gt-md-width-1of2 {
    flex: 0 1 50%;
  }
  .gt-md-offset-1of2 {
    margin-left: 50%;
  }
  .gt-md-width-2of2 {
    flex: 0 1 100%;
  }
  .gt-md-offset-2of2 {
    margin-left: 100%;
  }
  .gt-md-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .gt-md-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .gt-md-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .gt-md-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .gt-md-width-3of3 {
    flex: 0 1 100%;
  }
  .gt-md-offset-3of3 {
    margin-left: 100%;
  }
  .gt-md-width-1of4 {
    flex: 0 1 25%;
  }
  .gt-md-offset-1of4 {
    margin-left: 25%;
  }
  .gt-md-width-2of4 {
    flex: 0 1 50%;
  }
  .gt-md-offset-2of4 {
    margin-left: 50%;
  }
  .gt-md-width-3of4 {
    flex: 0 1 75%;
  }
  .gt-md-offset-3of4 {
    margin-left: 75%;
  }
  .gt-md-width-4of4 {
    flex: 0 1 100%;
  }
  .gt-md-offset-4of4 {
    margin-left: 100%;
  }
  .gt-md-width-1of5 {
    flex: 0 1 20%;
  }
  .gt-md-offset-1of5 {
    margin-left: 20%;
  }
  .gt-md-width-2of5 {
    flex: 0 1 40%;
  }
  .gt-md-offset-2of5 {
    margin-left: 40%;
  }
  .gt-md-width-3of5 {
    flex: 0 1 60%;
  }
  .gt-md-offset-3of5 {
    margin-left: 60%;
  }
  .gt-md-width-4of5 {
    flex: 0 1 80%;
  }
  .gt-md-offset-4of5 {
    margin-left: 80%;
  }
  .gt-md-width-5of5 {
    flex: 0 1 100%;
  }
  .gt-md-offset-5of5 {
    margin-left: 100%;
  }
  .gt-md-order-first {
    order: -1000;
  }
  .gt-md-order-last {
    order: 1000;
  }
  .gt-md-order-1 {
    order: 1;
  }
  .gt-md-grow-1 {
    flex-grow: 1;
  }
  .gt-md-shrink-1 {
    flex-shrink: 1;
  }
  .gt-md-order-2 {
    order: 2;
  }
  .gt-md-grow-2 {
    flex-grow: 2;
  }
  .gt-md-shrink-2 {
    flex-shrink: 2;
  }
  .gt-md-order-3 {
    order: 3;
  }
  .gt-md-grow-3 {
    flex-grow: 3;
  }
  .gt-md-shrink-3 {
    flex-shrink: 3;
  }
  .gt-md-order-4 {
    order: 4;
  }
  .gt-md-grow-4 {
    flex-grow: 4;
  }
  .gt-md-shrink-4 {
    flex-shrink: 4;
  }
  .gt-md-order-5 {
    order: 5;
  }
  .gt-md-grow-5 {
    flex-grow: 5;
  }
  .gt-md-shrink-5 {
    flex-shrink: 5;
  }
  .gt-md-order-6 {
    order: 6;
  }
  .gt-md-grow-6 {
    flex-grow: 6;
  }
  .gt-md-shrink-6 {
    flex-shrink: 6;
  }
  .gt-md-order-7 {
    order: 7;
  }
  .gt-md-grow-7 {
    flex-grow: 7;
  }
  .gt-md-shrink-7 {
    flex-shrink: 7;
  }
  .gt-md-order-8 {
    order: 8;
  }
  .gt-md-grow-8 {
    flex-grow: 8;
  }
  .gt-md-shrink-8 {
    flex-shrink: 8;
  }
  .gt-md-order-9 {
    order: 9;
  }
  .gt-md-grow-9 {
    flex-grow: 9;
  }
  .gt-md-shrink-9 {
    flex-shrink: 9;
  }
  .gt-md-order-10 {
    order: 10;
  }
  .gt-md-grow-10 {
    flex-grow: 10;
  }
  .gt-md-shrink-10 {
    flex-shrink: 10;
  }
  .gt-md-row {
    display: flex;
    flex-direction: row;
  }
  .gt-md-row.inline {
    display: inline-flex;
  }
  .gt-md-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .gt-md-reverse-row.inline {
    display: inline-flex;
  }
  .gt-md-column {
    display: flex;
    flex-direction: column;
  }
  .gt-md-column.inline {
    display: inline-flex;
  }
  .gt-md-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .gt-md-reverse-column.inline {
    display: inline-flex;
  }
  .flex.gt-md-small-gutter,
  .row.gt-md-small-gutter,
  .column.gt-md-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.gt-md-small-gutter > div,
  .row.gt-md-small-gutter > div,
  .column.gt-md-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.gt-md-medium-gutter,
  .row.gt-md-medium-gutter,
  .column.gt-md-medium-gutter,
  .flex.gt-md-gutter,
  .row.gt-md-gutter,
  .column.gt-md-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.gt-md-medium-gutter > div,
  .row.gt-md-medium-gutter > div,
  .column.gt-md-medium-gutter > div,
  .flex.gt-md-gutter > div,
  .row.gt-md-gutter > div,
  .column.gt-md-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.gt-md-big-gutter,
  .row.gt-md-big-gutter,
  .column.gt-md-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.gt-md-big-gutter > div,
  .row.gt-md-big-gutter > div,
  .column.gt-md-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.gt-md-large-gutter,
  .row.gt-md-large-gutter,
  .column.gt-md-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.gt-md-large-gutter > div,
  .row.gt-md-large-gutter > div,
  .column.gt-md-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .lt-md {
    display: block;
  }
  .lt-md.inline {
    display: inline-block;
  }
  .lt-md.flex {
    display: flex;
  }
  .lt-md.flex.inline {
    display: inline-flex;
  }
  .lt-md-hide {
    display: none;
  }
  .lt-md-auto {
    flex: 1 1 auto;
  }
  .lt-md-width-1of1 {
    flex: 0 1 100%;
  }
  .lt-md-offset-1of1 {
    margin-left: 100%;
  }
  .lt-md-width-1of2 {
    flex: 0 1 50%;
  }
  .lt-md-offset-1of2 {
    margin-left: 50%;
  }
  .lt-md-width-2of2 {
    flex: 0 1 100%;
  }
  .lt-md-offset-2of2 {
    margin-left: 100%;
  }
  .lt-md-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .lt-md-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .lt-md-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .lt-md-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .lt-md-width-3of3 {
    flex: 0 1 100%;
  }
  .lt-md-offset-3of3 {
    margin-left: 100%;
  }
  .lt-md-width-1of4 {
    flex: 0 1 25%;
  }
  .lt-md-offset-1of4 {
    margin-left: 25%;
  }
  .lt-md-width-2of4 {
    flex: 0 1 50%;
  }
  .lt-md-offset-2of4 {
    margin-left: 50%;
  }
  .lt-md-width-3of4 {
    flex: 0 1 75%;
  }
  .lt-md-offset-3of4 {
    margin-left: 75%;
  }
  .lt-md-width-4of4 {
    flex: 0 1 100%;
  }
  .lt-md-offset-4of4 {
    margin-left: 100%;
  }
  .lt-md-width-1of5 {
    flex: 0 1 20%;
  }
  .lt-md-offset-1of5 {
    margin-left: 20%;
  }
  .lt-md-width-2of5 {
    flex: 0 1 40%;
  }
  .lt-md-offset-2of5 {
    margin-left: 40%;
  }
  .lt-md-width-3of5 {
    flex: 0 1 60%;
  }
  .lt-md-offset-3of5 {
    margin-left: 60%;
  }
  .lt-md-width-4of5 {
    flex: 0 1 80%;
  }
  .lt-md-offset-4of5 {
    margin-left: 80%;
  }
  .lt-md-width-5of5 {
    flex: 0 1 100%;
  }
  .lt-md-offset-5of5 {
    margin-left: 100%;
  }
  .lt-md-order-first {
    order: -1000;
  }
  .lt-md-order-last {
    order: 1000;
  }
  .lt-md-order-1 {
    order: 1;
  }
  .lt-md-grow-1 {
    flex-grow: 1;
  }
  .lt-md-shrink-1 {
    flex-shrink: 1;
  }
  .lt-md-order-2 {
    order: 2;
  }
  .lt-md-grow-2 {
    flex-grow: 2;
  }
  .lt-md-shrink-2 {
    flex-shrink: 2;
  }
  .lt-md-order-3 {
    order: 3;
  }
  .lt-md-grow-3 {
    flex-grow: 3;
  }
  .lt-md-shrink-3 {
    flex-shrink: 3;
  }
  .lt-md-order-4 {
    order: 4;
  }
  .lt-md-grow-4 {
    flex-grow: 4;
  }
  .lt-md-shrink-4 {
    flex-shrink: 4;
  }
  .lt-md-order-5 {
    order: 5;
  }
  .lt-md-grow-5 {
    flex-grow: 5;
  }
  .lt-md-shrink-5 {
    flex-shrink: 5;
  }
  .lt-md-order-6 {
    order: 6;
  }
  .lt-md-grow-6 {
    flex-grow: 6;
  }
  .lt-md-shrink-6 {
    flex-shrink: 6;
  }
  .lt-md-order-7 {
    order: 7;
  }
  .lt-md-grow-7 {
    flex-grow: 7;
  }
  .lt-md-shrink-7 {
    flex-shrink: 7;
  }
  .lt-md-order-8 {
    order: 8;
  }
  .lt-md-grow-8 {
    flex-grow: 8;
  }
  .lt-md-shrink-8 {
    flex-shrink: 8;
  }
  .lt-md-order-9 {
    order: 9;
  }
  .lt-md-grow-9 {
    flex-grow: 9;
  }
  .lt-md-shrink-9 {
    flex-shrink: 9;
  }
  .lt-md-order-10 {
    order: 10;
  }
  .lt-md-grow-10 {
    flex-grow: 10;
  }
  .lt-md-shrink-10 {
    flex-shrink: 10;
  }
  .lt-md-row {
    display: flex;
    flex-direction: row;
  }
  .lt-md-row.inline {
    display: inline-flex;
  }
  .lt-md-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .lt-md-reverse-row.inline {
    display: inline-flex;
  }
  .lt-md-column {
    display: flex;
    flex-direction: column;
  }
  .lt-md-column.inline {
    display: inline-flex;
  }
  .lt-md-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .lt-md-reverse-column.inline {
    display: inline-flex;
  }
  .flex.lt-md-small-gutter,
  .row.lt-md-small-gutter,
  .column.lt-md-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.lt-md-small-gutter > div,
  .row.lt-md-small-gutter > div,
  .column.lt-md-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.lt-md-medium-gutter,
  .row.lt-md-medium-gutter,
  .column.lt-md-medium-gutter,
  .flex.lt-md-gutter,
  .row.lt-md-gutter,
  .column.lt-md-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.lt-md-medium-gutter > div,
  .row.lt-md-medium-gutter > div,
  .column.lt-md-medium-gutter > div,
  .flex.lt-md-gutter > div,
  .row.lt-md-gutter > div,
  .column.lt-md-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.lt-md-big-gutter,
  .row.lt-md-big-gutter,
  .column.lt-md-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.lt-md-big-gutter > div,
  .row.lt-md-big-gutter > div,
  .column.lt-md-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.lt-md-large-gutter,
  .row.lt-md-large-gutter,
  .column.lt-md-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.lt-md-large-gutter > div,
  .row.lt-md-large-gutter > div,
  .column.lt-md-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (min-width: 921px) and (max-width: 1280px) {
  .bg {
    display: block;
  }
  .bg.inline {
    display: inline-block;
  }
  .bg.flex {
    display: flex;
  }
  .bg.flex.inline {
    display: inline-flex;
  }
  .bg-hide {
    display: none;
  }
  .bg-auto {
    flex: 1 1 auto;
  }
  .bg-width-1of1 {
    flex: 0 1 100%;
  }
  .bg-offset-1of1 {
    margin-left: 100%;
  }
  .bg-width-1of2 {
    flex: 0 1 50%;
  }
  .bg-offset-1of2 {
    margin-left: 50%;
  }
  .bg-width-2of2 {
    flex: 0 1 100%;
  }
  .bg-offset-2of2 {
    margin-left: 100%;
  }
  .bg-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .bg-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .bg-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .bg-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .bg-width-3of3 {
    flex: 0 1 100%;
  }
  .bg-offset-3of3 {
    margin-left: 100%;
  }
  .bg-width-1of4 {
    flex: 0 1 25%;
  }
  .bg-offset-1of4 {
    margin-left: 25%;
  }
  .bg-width-2of4 {
    flex: 0 1 50%;
  }
  .bg-offset-2of4 {
    margin-left: 50%;
  }
  .bg-width-3of4 {
    flex: 0 1 75%;
  }
  .bg-offset-3of4 {
    margin-left: 75%;
  }
  .bg-width-4of4 {
    flex: 0 1 100%;
  }
  .bg-offset-4of4 {
    margin-left: 100%;
  }
  .bg-width-1of5 {
    flex: 0 1 20%;
  }
  .bg-offset-1of5 {
    margin-left: 20%;
  }
  .bg-width-2of5 {
    flex: 0 1 40%;
  }
  .bg-offset-2of5 {
    margin-left: 40%;
  }
  .bg-width-3of5 {
    flex: 0 1 60%;
  }
  .bg-offset-3of5 {
    margin-left: 60%;
  }
  .bg-width-4of5 {
    flex: 0 1 80%;
  }
  .bg-offset-4of5 {
    margin-left: 80%;
  }
  .bg-width-5of5 {
    flex: 0 1 100%;
  }
  .bg-offset-5of5 {
    margin-left: 100%;
  }
  .bg-order-first {
    order: -1000;
  }
  .bg-order-last {
    order: 1000;
  }
  .bg-order-1 {
    order: 1;
  }
  .bg-grow-1 {
    flex-grow: 1;
  }
  .bg-shrink-1 {
    flex-shrink: 1;
  }
  .bg-order-2 {
    order: 2;
  }
  .bg-grow-2 {
    flex-grow: 2;
  }
  .bg-shrink-2 {
    flex-shrink: 2;
  }
  .bg-order-3 {
    order: 3;
  }
  .bg-grow-3 {
    flex-grow: 3;
  }
  .bg-shrink-3 {
    flex-shrink: 3;
  }
  .bg-order-4 {
    order: 4;
  }
  .bg-grow-4 {
    flex-grow: 4;
  }
  .bg-shrink-4 {
    flex-shrink: 4;
  }
  .bg-order-5 {
    order: 5;
  }
  .bg-grow-5 {
    flex-grow: 5;
  }
  .bg-shrink-5 {
    flex-shrink: 5;
  }
  .bg-order-6 {
    order: 6;
  }
  .bg-grow-6 {
    flex-grow: 6;
  }
  .bg-shrink-6 {
    flex-shrink: 6;
  }
  .bg-order-7 {
    order: 7;
  }
  .bg-grow-7 {
    flex-grow: 7;
  }
  .bg-shrink-7 {
    flex-shrink: 7;
  }
  .bg-order-8 {
    order: 8;
  }
  .bg-grow-8 {
    flex-grow: 8;
  }
  .bg-shrink-8 {
    flex-shrink: 8;
  }
  .bg-order-9 {
    order: 9;
  }
  .bg-grow-9 {
    flex-grow: 9;
  }
  .bg-shrink-9 {
    flex-shrink: 9;
  }
  .bg-order-10 {
    order: 10;
  }
  .bg-grow-10 {
    flex-grow: 10;
  }
  .bg-shrink-10 {
    flex-shrink: 10;
  }
  .bg-row {
    display: flex;
    flex-direction: row;
  }
  .bg-row.inline {
    display: inline-flex;
  }
  .bg-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .bg-reverse-row.inline {
    display: inline-flex;
  }
  .bg-column {
    display: flex;
    flex-direction: column;
  }
  .bg-column.inline {
    display: inline-flex;
  }
  .bg-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .bg-reverse-column.inline {
    display: inline-flex;
  }
  .flex.bg-small-gutter,
  .row.bg-small-gutter,
  .column.bg-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.bg-small-gutter > div,
  .row.bg-small-gutter > div,
  .column.bg-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.bg-medium-gutter,
  .row.bg-medium-gutter,
  .column.bg-medium-gutter,
  .flex.bg-gutter,
  .row.bg-gutter,
  .column.bg-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.bg-medium-gutter > div,
  .row.bg-medium-gutter > div,
  .column.bg-medium-gutter > div,
  .flex.bg-gutter > div,
  .row.bg-gutter > div,
  .column.bg-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.bg-big-gutter,
  .row.bg-big-gutter,
  .column.bg-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.bg-big-gutter > div,
  .row.bg-big-gutter > div,
  .column.bg-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.bg-large-gutter,
  .row.bg-large-gutter,
  .column.bg-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.bg-large-gutter > div,
  .row.bg-large-gutter > div,
  .column.bg-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (min-width: 1281px) {
  .gt-bg {
    display: block;
  }
  .gt-bg.inline {
    display: inline-block;
  }
  .gt-bg.flex {
    display: flex;
  }
  .gt-bg.flex.inline {
    display: inline-flex;
  }
  .gt-bg-hide {
    display: none;
  }
  .gt-bg-auto {
    flex: 1 1 auto;
  }
  .gt-bg-width-1of1 {
    flex: 0 1 100%;
  }
  .gt-bg-offset-1of1 {
    margin-left: 100%;
  }
  .gt-bg-width-1of2 {
    flex: 0 1 50%;
  }
  .gt-bg-offset-1of2 {
    margin-left: 50%;
  }
  .gt-bg-width-2of2 {
    flex: 0 1 100%;
  }
  .gt-bg-offset-2of2 {
    margin-left: 100%;
  }
  .gt-bg-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .gt-bg-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .gt-bg-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .gt-bg-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .gt-bg-width-3of3 {
    flex: 0 1 100%;
  }
  .gt-bg-offset-3of3 {
    margin-left: 100%;
  }
  .gt-bg-width-1of4 {
    flex: 0 1 25%;
  }
  .gt-bg-offset-1of4 {
    margin-left: 25%;
  }
  .gt-bg-width-2of4 {
    flex: 0 1 50%;
  }
  .gt-bg-offset-2of4 {
    margin-left: 50%;
  }
  .gt-bg-width-3of4 {
    flex: 0 1 75%;
  }
  .gt-bg-offset-3of4 {
    margin-left: 75%;
  }
  .gt-bg-width-4of4 {
    flex: 0 1 100%;
  }
  .gt-bg-offset-4of4 {
    margin-left: 100%;
  }
  .gt-bg-width-1of5 {
    flex: 0 1 20%;
  }
  .gt-bg-offset-1of5 {
    margin-left: 20%;
  }
  .gt-bg-width-2of5 {
    flex: 0 1 40%;
  }
  .gt-bg-offset-2of5 {
    margin-left: 40%;
  }
  .gt-bg-width-3of5 {
    flex: 0 1 60%;
  }
  .gt-bg-offset-3of5 {
    margin-left: 60%;
  }
  .gt-bg-width-4of5 {
    flex: 0 1 80%;
  }
  .gt-bg-offset-4of5 {
    margin-left: 80%;
  }
  .gt-bg-width-5of5 {
    flex: 0 1 100%;
  }
  .gt-bg-offset-5of5 {
    margin-left: 100%;
  }
  .gt-bg-order-first {
    order: -1000;
  }
  .gt-bg-order-last {
    order: 1000;
  }
  .gt-bg-order-1 {
    order: 1;
  }
  .gt-bg-grow-1 {
    flex-grow: 1;
  }
  .gt-bg-shrink-1 {
    flex-shrink: 1;
  }
  .gt-bg-order-2 {
    order: 2;
  }
  .gt-bg-grow-2 {
    flex-grow: 2;
  }
  .gt-bg-shrink-2 {
    flex-shrink: 2;
  }
  .gt-bg-order-3 {
    order: 3;
  }
  .gt-bg-grow-3 {
    flex-grow: 3;
  }
  .gt-bg-shrink-3 {
    flex-shrink: 3;
  }
  .gt-bg-order-4 {
    order: 4;
  }
  .gt-bg-grow-4 {
    flex-grow: 4;
  }
  .gt-bg-shrink-4 {
    flex-shrink: 4;
  }
  .gt-bg-order-5 {
    order: 5;
  }
  .gt-bg-grow-5 {
    flex-grow: 5;
  }
  .gt-bg-shrink-5 {
    flex-shrink: 5;
  }
  .gt-bg-order-6 {
    order: 6;
  }
  .gt-bg-grow-6 {
    flex-grow: 6;
  }
  .gt-bg-shrink-6 {
    flex-shrink: 6;
  }
  .gt-bg-order-7 {
    order: 7;
  }
  .gt-bg-grow-7 {
    flex-grow: 7;
  }
  .gt-bg-shrink-7 {
    flex-shrink: 7;
  }
  .gt-bg-order-8 {
    order: 8;
  }
  .gt-bg-grow-8 {
    flex-grow: 8;
  }
  .gt-bg-shrink-8 {
    flex-shrink: 8;
  }
  .gt-bg-order-9 {
    order: 9;
  }
  .gt-bg-grow-9 {
    flex-grow: 9;
  }
  .gt-bg-shrink-9 {
    flex-shrink: 9;
  }
  .gt-bg-order-10 {
    order: 10;
  }
  .gt-bg-grow-10 {
    flex-grow: 10;
  }
  .gt-bg-shrink-10 {
    flex-shrink: 10;
  }
  .gt-bg-row {
    display: flex;
    flex-direction: row;
  }
  .gt-bg-row.inline {
    display: inline-flex;
  }
  .gt-bg-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .gt-bg-reverse-row.inline {
    display: inline-flex;
  }
  .gt-bg-column {
    display: flex;
    flex-direction: column;
  }
  .gt-bg-column.inline {
    display: inline-flex;
  }
  .gt-bg-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .gt-bg-reverse-column.inline {
    display: inline-flex;
  }
  .flex.gt-bg-small-gutter,
  .row.gt-bg-small-gutter,
  .column.gt-bg-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.gt-bg-small-gutter > div,
  .row.gt-bg-small-gutter > div,
  .column.gt-bg-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.gt-bg-medium-gutter,
  .row.gt-bg-medium-gutter,
  .column.gt-bg-medium-gutter,
  .flex.gt-bg-gutter,
  .row.gt-bg-gutter,
  .column.gt-bg-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.gt-bg-medium-gutter > div,
  .row.gt-bg-medium-gutter > div,
  .column.gt-bg-medium-gutter > div,
  .flex.gt-bg-gutter > div,
  .row.gt-bg-gutter > div,
  .column.gt-bg-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.gt-bg-big-gutter,
  .row.gt-bg-big-gutter,
  .column.gt-bg-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.gt-bg-big-gutter > div,
  .row.gt-bg-big-gutter > div,
  .column.gt-bg-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.gt-bg-large-gutter,
  .row.gt-bg-large-gutter,
  .column.gt-bg-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.gt-bg-large-gutter > div,
  .row.gt-bg-large-gutter > div,
  .column.gt-bg-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (max-width: 920px) {
  .lt-bg {
    display: block;
  }
  .lt-bg.inline {
    display: inline-block;
  }
  .lt-bg.flex {
    display: flex;
  }
  .lt-bg.flex.inline {
    display: inline-flex;
  }
  .lt-bg-hide {
    display: none;
  }
  .lt-bg-auto {
    flex: 1 1 auto;
  }
  .lt-bg-width-1of1 {
    flex: 0 1 100%;
  }
  .lt-bg-offset-1of1 {
    margin-left: 100%;
  }
  .lt-bg-width-1of2 {
    flex: 0 1 50%;
  }
  .lt-bg-offset-1of2 {
    margin-left: 50%;
  }
  .lt-bg-width-2of2 {
    flex: 0 1 100%;
  }
  .lt-bg-offset-2of2 {
    margin-left: 100%;
  }
  .lt-bg-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .lt-bg-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .lt-bg-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .lt-bg-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .lt-bg-width-3of3 {
    flex: 0 1 100%;
  }
  .lt-bg-offset-3of3 {
    margin-left: 100%;
  }
  .lt-bg-width-1of4 {
    flex: 0 1 25%;
  }
  .lt-bg-offset-1of4 {
    margin-left: 25%;
  }
  .lt-bg-width-2of4 {
    flex: 0 1 50%;
  }
  .lt-bg-offset-2of4 {
    margin-left: 50%;
  }
  .lt-bg-width-3of4 {
    flex: 0 1 75%;
  }
  .lt-bg-offset-3of4 {
    margin-left: 75%;
  }
  .lt-bg-width-4of4 {
    flex: 0 1 100%;
  }
  .lt-bg-offset-4of4 {
    margin-left: 100%;
  }
  .lt-bg-width-1of5 {
    flex: 0 1 20%;
  }
  .lt-bg-offset-1of5 {
    margin-left: 20%;
  }
  .lt-bg-width-2of5 {
    flex: 0 1 40%;
  }
  .lt-bg-offset-2of5 {
    margin-left: 40%;
  }
  .lt-bg-width-3of5 {
    flex: 0 1 60%;
  }
  .lt-bg-offset-3of5 {
    margin-left: 60%;
  }
  .lt-bg-width-4of5 {
    flex: 0 1 80%;
  }
  .lt-bg-offset-4of5 {
    margin-left: 80%;
  }
  .lt-bg-width-5of5 {
    flex: 0 1 100%;
  }
  .lt-bg-offset-5of5 {
    margin-left: 100%;
  }
  .lt-bg-order-first {
    order: -1000;
  }
  .lt-bg-order-last {
    order: 1000;
  }
  .lt-bg-order-1 {
    order: 1;
  }
  .lt-bg-grow-1 {
    flex-grow: 1;
  }
  .lt-bg-shrink-1 {
    flex-shrink: 1;
  }
  .lt-bg-order-2 {
    order: 2;
  }
  .lt-bg-grow-2 {
    flex-grow: 2;
  }
  .lt-bg-shrink-2 {
    flex-shrink: 2;
  }
  .lt-bg-order-3 {
    order: 3;
  }
  .lt-bg-grow-3 {
    flex-grow: 3;
  }
  .lt-bg-shrink-3 {
    flex-shrink: 3;
  }
  .lt-bg-order-4 {
    order: 4;
  }
  .lt-bg-grow-4 {
    flex-grow: 4;
  }
  .lt-bg-shrink-4 {
    flex-shrink: 4;
  }
  .lt-bg-order-5 {
    order: 5;
  }
  .lt-bg-grow-5 {
    flex-grow: 5;
  }
  .lt-bg-shrink-5 {
    flex-shrink: 5;
  }
  .lt-bg-order-6 {
    order: 6;
  }
  .lt-bg-grow-6 {
    flex-grow: 6;
  }
  .lt-bg-shrink-6 {
    flex-shrink: 6;
  }
  .lt-bg-order-7 {
    order: 7;
  }
  .lt-bg-grow-7 {
    flex-grow: 7;
  }
  .lt-bg-shrink-7 {
    flex-shrink: 7;
  }
  .lt-bg-order-8 {
    order: 8;
  }
  .lt-bg-grow-8 {
    flex-grow: 8;
  }
  .lt-bg-shrink-8 {
    flex-shrink: 8;
  }
  .lt-bg-order-9 {
    order: 9;
  }
  .lt-bg-grow-9 {
    flex-grow: 9;
  }
  .lt-bg-shrink-9 {
    flex-shrink: 9;
  }
  .lt-bg-order-10 {
    order: 10;
  }
  .lt-bg-grow-10 {
    flex-grow: 10;
  }
  .lt-bg-shrink-10 {
    flex-shrink: 10;
  }
  .lt-bg-row {
    display: flex;
    flex-direction: row;
  }
  .lt-bg-row.inline {
    display: inline-flex;
  }
  .lt-bg-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .lt-bg-reverse-row.inline {
    display: inline-flex;
  }
  .lt-bg-column {
    display: flex;
    flex-direction: column;
  }
  .lt-bg-column.inline {
    display: inline-flex;
  }
  .lt-bg-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .lt-bg-reverse-column.inline {
    display: inline-flex;
  }
  .flex.lt-bg-small-gutter,
  .row.lt-bg-small-gutter,
  .column.lt-bg-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.lt-bg-small-gutter > div,
  .row.lt-bg-small-gutter > div,
  .column.lt-bg-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.lt-bg-medium-gutter,
  .row.lt-bg-medium-gutter,
  .column.lt-bg-medium-gutter,
  .flex.lt-bg-gutter,
  .row.lt-bg-gutter,
  .column.lt-bg-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.lt-bg-medium-gutter > div,
  .row.lt-bg-medium-gutter > div,
  .column.lt-bg-medium-gutter > div,
  .flex.lt-bg-gutter > div,
  .row.lt-bg-gutter > div,
  .column.lt-bg-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.lt-bg-big-gutter,
  .row.lt-bg-big-gutter,
  .column.lt-bg-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.lt-bg-big-gutter > div,
  .row.lt-bg-big-gutter > div,
  .column.lt-bg-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.lt-bg-large-gutter,
  .row.lt-bg-large-gutter,
  .column.lt-bg-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.lt-bg-large-gutter > div,
  .row.lt-bg-large-gutter > div,
  .column.lt-bg-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (min-width: 1281px) {
  .lg {
    display: block;
  }
  .lg.inline {
    display: inline-block;
  }
  .lg.flex {
    display: flex;
  }
  .lg.flex.inline {
    display: inline-flex;
  }
  .lg-hide {
    display: none;
  }
  .lg-auto {
    flex: 1 1 auto;
  }
  .lg-width-1of1 {
    flex: 0 1 100%;
  }
  .lg-offset-1of1 {
    margin-left: 100%;
  }
  .lg-width-1of2 {
    flex: 0 1 50%;
  }
  .lg-offset-1of2 {
    margin-left: 50%;
  }
  .lg-width-2of2 {
    flex: 0 1 100%;
  }
  .lg-offset-2of2 {
    margin-left: 100%;
  }
  .lg-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .lg-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .lg-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .lg-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .lg-width-3of3 {
    flex: 0 1 100%;
  }
  .lg-offset-3of3 {
    margin-left: 100%;
  }
  .lg-width-1of4 {
    flex: 0 1 25%;
  }
  .lg-offset-1of4 {
    margin-left: 25%;
  }
  .lg-width-2of4 {
    flex: 0 1 50%;
  }
  .lg-offset-2of4 {
    margin-left: 50%;
  }
  .lg-width-3of4 {
    flex: 0 1 75%;
  }
  .lg-offset-3of4 {
    margin-left: 75%;
  }
  .lg-width-4of4 {
    flex: 0 1 100%;
  }
  .lg-offset-4of4 {
    margin-left: 100%;
  }
  .lg-width-1of5 {
    flex: 0 1 20%;
  }
  .lg-offset-1of5 {
    margin-left: 20%;
  }
  .lg-width-2of5 {
    flex: 0 1 40%;
  }
  .lg-offset-2of5 {
    margin-left: 40%;
  }
  .lg-width-3of5 {
    flex: 0 1 60%;
  }
  .lg-offset-3of5 {
    margin-left: 60%;
  }
  .lg-width-4of5 {
    flex: 0 1 80%;
  }
  .lg-offset-4of5 {
    margin-left: 80%;
  }
  .lg-width-5of5 {
    flex: 0 1 100%;
  }
  .lg-offset-5of5 {
    margin-left: 100%;
  }
  .lg-order-first {
    order: -1000;
  }
  .lg-order-last {
    order: 1000;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-grow-1 {
    flex-grow: 1;
  }
  .lg-shrink-1 {
    flex-shrink: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-grow-2 {
    flex-grow: 2;
  }
  .lg-shrink-2 {
    flex-shrink: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-grow-3 {
    flex-grow: 3;
  }
  .lg-shrink-3 {
    flex-shrink: 3;
  }
  .lg-order-4 {
    order: 4;
  }
  .lg-grow-4 {
    flex-grow: 4;
  }
  .lg-shrink-4 {
    flex-shrink: 4;
  }
  .lg-order-5 {
    order: 5;
  }
  .lg-grow-5 {
    flex-grow: 5;
  }
  .lg-shrink-5 {
    flex-shrink: 5;
  }
  .lg-order-6 {
    order: 6;
  }
  .lg-grow-6 {
    flex-grow: 6;
  }
  .lg-shrink-6 {
    flex-shrink: 6;
  }
  .lg-order-7 {
    order: 7;
  }
  .lg-grow-7 {
    flex-grow: 7;
  }
  .lg-shrink-7 {
    flex-shrink: 7;
  }
  .lg-order-8 {
    order: 8;
  }
  .lg-grow-8 {
    flex-grow: 8;
  }
  .lg-shrink-8 {
    flex-shrink: 8;
  }
  .lg-order-9 {
    order: 9;
  }
  .lg-grow-9 {
    flex-grow: 9;
  }
  .lg-shrink-9 {
    flex-shrink: 9;
  }
  .lg-order-10 {
    order: 10;
  }
  .lg-grow-10 {
    flex-grow: 10;
  }
  .lg-shrink-10 {
    flex-shrink: 10;
  }
  .lg-row {
    display: flex;
    flex-direction: row;
  }
  .lg-row.inline {
    display: inline-flex;
  }
  .lg-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .lg-reverse-row.inline {
    display: inline-flex;
  }
  .lg-column {
    display: flex;
    flex-direction: column;
  }
  .lg-column.inline {
    display: inline-flex;
  }
  .lg-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .lg-reverse-column.inline {
    display: inline-flex;
  }
  .flex.lg-small-gutter,
  .row.lg-small-gutter,
  .column.lg-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.lg-small-gutter > div,
  .row.lg-small-gutter > div,
  .column.lg-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.lg-medium-gutter,
  .row.lg-medium-gutter,
  .column.lg-medium-gutter,
  .flex.lg-gutter,
  .row.lg-gutter,
  .column.lg-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.lg-medium-gutter > div,
  .row.lg-medium-gutter > div,
  .column.lg-medium-gutter > div,
  .flex.lg-gutter > div,
  .row.lg-gutter > div,
  .column.lg-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.lg-big-gutter,
  .row.lg-big-gutter,
  .column.lg-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.lg-big-gutter > div,
  .row.lg-big-gutter > div,
  .column.lg-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.lg-large-gutter,
  .row.lg-large-gutter,
  .column.lg-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.lg-large-gutter > div,
  .row.lg-large-gutter > div,
  .column.lg-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
@media only screen and (max-width: 1280px) {
  .lt-lg {
    display: block;
  }
  .lt-lg.inline {
    display: inline-block;
  }
  .lt-lg.flex {
    display: flex;
  }
  .lt-lg.flex.inline {
    display: inline-flex;
  }
  .lt-lg-hide {
    display: none;
  }
  .lt-lg-auto {
    flex: 1 1 auto;
  }
  .lt-lg-width-1of1 {
    flex: 0 1 100%;
  }
  .lt-lg-offset-1of1 {
    margin-left: 100%;
  }
  .lt-lg-width-1of2 {
    flex: 0 1 50%;
  }
  .lt-lg-offset-1of2 {
    margin-left: 50%;
  }
  .lt-lg-width-2of2 {
    flex: 0 1 100%;
  }
  .lt-lg-offset-2of2 {
    margin-left: 100%;
  }
  .lt-lg-width-1of3 {
    flex: 0 1 33.33333333333333%;
  }
  .lt-lg-offset-1of3 {
    margin-left: 33.33333333333333%;
  }
  .lt-lg-width-2of3 {
    flex: 0 1 66.66666666666666%;
  }
  .lt-lg-offset-2of3 {
    margin-left: 66.66666666666666%;
  }
  .lt-lg-width-3of3 {
    flex: 0 1 100%;
  }
  .lt-lg-offset-3of3 {
    margin-left: 100%;
  }
  .lt-lg-width-1of4 {
    flex: 0 1 25%;
  }
  .lt-lg-offset-1of4 {
    margin-left: 25%;
  }
  .lt-lg-width-2of4 {
    flex: 0 1 50%;
  }
  .lt-lg-offset-2of4 {
    margin-left: 50%;
  }
  .lt-lg-width-3of4 {
    flex: 0 1 75%;
  }
  .lt-lg-offset-3of4 {
    margin-left: 75%;
  }
  .lt-lg-width-4of4 {
    flex: 0 1 100%;
  }
  .lt-lg-offset-4of4 {
    margin-left: 100%;
  }
  .lt-lg-width-1of5 {
    flex: 0 1 20%;
  }
  .lt-lg-offset-1of5 {
    margin-left: 20%;
  }
  .lt-lg-width-2of5 {
    flex: 0 1 40%;
  }
  .lt-lg-offset-2of5 {
    margin-left: 40%;
  }
  .lt-lg-width-3of5 {
    flex: 0 1 60%;
  }
  .lt-lg-offset-3of5 {
    margin-left: 60%;
  }
  .lt-lg-width-4of5 {
    flex: 0 1 80%;
  }
  .lt-lg-offset-4of5 {
    margin-left: 80%;
  }
  .lt-lg-width-5of5 {
    flex: 0 1 100%;
  }
  .lt-lg-offset-5of5 {
    margin-left: 100%;
  }
  .lt-lg-order-first {
    order: -1000;
  }
  .lt-lg-order-last {
    order: 1000;
  }
  .lt-lg-order-1 {
    order: 1;
  }
  .lt-lg-grow-1 {
    flex-grow: 1;
  }
  .lt-lg-shrink-1 {
    flex-shrink: 1;
  }
  .lt-lg-order-2 {
    order: 2;
  }
  .lt-lg-grow-2 {
    flex-grow: 2;
  }
  .lt-lg-shrink-2 {
    flex-shrink: 2;
  }
  .lt-lg-order-3 {
    order: 3;
  }
  .lt-lg-grow-3 {
    flex-grow: 3;
  }
  .lt-lg-shrink-3 {
    flex-shrink: 3;
  }
  .lt-lg-order-4 {
    order: 4;
  }
  .lt-lg-grow-4 {
    flex-grow: 4;
  }
  .lt-lg-shrink-4 {
    flex-shrink: 4;
  }
  .lt-lg-order-5 {
    order: 5;
  }
  .lt-lg-grow-5 {
    flex-grow: 5;
  }
  .lt-lg-shrink-5 {
    flex-shrink: 5;
  }
  .lt-lg-order-6 {
    order: 6;
  }
  .lt-lg-grow-6 {
    flex-grow: 6;
  }
  .lt-lg-shrink-6 {
    flex-shrink: 6;
  }
  .lt-lg-order-7 {
    order: 7;
  }
  .lt-lg-grow-7 {
    flex-grow: 7;
  }
  .lt-lg-shrink-7 {
    flex-shrink: 7;
  }
  .lt-lg-order-8 {
    order: 8;
  }
  .lt-lg-grow-8 {
    flex-grow: 8;
  }
  .lt-lg-shrink-8 {
    flex-shrink: 8;
  }
  .lt-lg-order-9 {
    order: 9;
  }
  .lt-lg-grow-9 {
    flex-grow: 9;
  }
  .lt-lg-shrink-9 {
    flex-shrink: 9;
  }
  .lt-lg-order-10 {
    order: 10;
  }
  .lt-lg-grow-10 {
    flex-grow: 10;
  }
  .lt-lg-shrink-10 {
    flex-shrink: 10;
  }
  .lt-lg-row {
    display: flex;
    flex-direction: row;
  }
  .lt-lg-row.inline {
    display: inline-flex;
  }
  .lt-lg-reverse-row {
    display: flex;
    flex-direction: row-reverse;
  }
  .lt-lg-reverse-row.inline {
    display: inline-flex;
  }
  .lt-lg-column {
    display: flex;
    flex-direction: column;
  }
  .lt-lg-column.inline {
    display: inline-flex;
  }
  .lt-lg-reverse-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .lt-lg-reverse-column.inline {
    display: inline-flex;
  }
  .flex.lt-lg-small-gutter,
  .row.lt-lg-small-gutter,
  .column.lt-lg-small-gutter {
    margin: -0.5rem 0 0.5rem -0.5rem;
  }
  .flex.lt-lg-small-gutter > div,
  .row.lt-lg-small-gutter > div,
  .column.lt-lg-small-gutter > div {
    padding: 0.5rem 0 0 0.5rem;
  }
  .flex.lt-lg-medium-gutter,
  .row.lt-lg-medium-gutter,
  .column.lt-lg-medium-gutter,
  .flex.lt-lg-gutter,
  .row.lt-lg-gutter,
  .column.lt-lg-gutter {
    margin: -1rem 0 1rem -1rem;
  }
  .flex.lt-lg-medium-gutter > div,
  .row.lt-lg-medium-gutter > div,
  .column.lt-lg-medium-gutter > div,
  .flex.lt-lg-gutter > div,
  .row.lt-lg-gutter > div,
  .column.lt-lg-gutter > div {
    padding: 1rem 0 0 1rem;
  }
  .flex.lt-lg-big-gutter,
  .row.lt-lg-big-gutter,
  .column.lt-lg-big-gutter {
    margin: -2.5rem 0 2.5rem -2.5rem;
  }
  .flex.lt-lg-big-gutter > div,
  .row.lt-lg-big-gutter > div,
  .column.lt-lg-big-gutter > div {
    padding: 2.5rem 0 0 2.5rem;
  }
  .flex.lt-lg-large-gutter,
  .row.lt-lg-large-gutter,
  .column.lt-lg-large-gutter {
    margin: -3.5rem 0 3.5rem -3.5rem;
  }
  .flex.lt-lg-large-gutter > div,
  .row.lt-lg-large-gutter > div,
  .column.lt-lg-large-gutter > div {
    padding: 3.5rem 0 0 3.5rem;
  }
}
.backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  transition: background 0.28s ease-in;
}
.backdrop.active {
  display: block;
  background: rgba(0,0,0,0.3);
}
.background-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.no-border {
  border: 0 !important;
}
.round-borders {
  border-radius: 4px !important;
}
.generic-margin,
.group > * {
  margin: 5px;
}
.no-transition {
  transition: none !important;
}
.non-selectable {
  user-select: none !important;
}
.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.no-scroll {
  overflow: hidden !important;
}
.no-pointer-events {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-135 {
  transform: rotate(135deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-205 {
  transform: rotate(205deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.flip-horizontal {
  transform: scale(-1, 1);
}
.flip-vertical {
  transform: scale(1, -1);
}
.transition-generic {
  transition: all 0.3s;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.relative-position {
  position: relative !important;
}
.fixed,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
  position: fixed !important;
}
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
  position: absolute !important;
}
.fixed-top,
.absolute-top {
  top: 0;
  left: 0;
  right: 0;
}
.fixed-right,
.absolute-right {
  top: 0;
  right: 0;
  bottom: 0;
}
.fixed-bottom,
.absolute-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-left,
.absolute-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.fixed-top-left,
.absolute-top-left {
  top: 0;
  left: 0;
}
.fixed-top-right,
.absolute-top-right {
  top: 0;
  right: 0;
}
.fixed-bottom-left,
.absolute-bottom-left {
  bottom: 0;
  left: 0;
}
.fixed-bottom-right,
.absolute-bottom-right {
  bottom: 0;
  right: 0;
}
.fullscreen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.on-left {
  margin-right: 0.5rem !important;
}
.on-right {
  margin-left: 0.5rem !important;
}
.fit {
  width: 100% !important;
  height: 100% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}
.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.animate-spin {
  animation: quasar-spin 2s infinite linear;
}
.animate-blink {
  animation: quasar-blink 1s steps(5, start) infinite;
}
.animate-pop {
  animation: quasar-pop 0.2s;
}
.animate-scale {
  animation: quasar-scale 0.2s;
}
.animate-fade {
  animation: quasar-fade 0.2s;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.disabled,
[disabled] {
  opacity: 0.6 !important;
}
.disabled,
[disabled],
.disabled *,
[disabled] * {
  cursor: not-allowed !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.transparent {
  background: transparent !important;
}
.dimmed:after,
.light-dimmed:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dimmed:after {
  background: rgba(0,0,0,0.4) !important;
}
.light-dimmed:after {
  background: rgba(255,255,255,0.6) !important;
}
body.dimmed:after,
body.light-dimmed:after {
  z-index: 100 !important;
}
.z-absolute {
  z-index: 200 !important;
}
.highlight-and-fade {
  animation: quasar-highlight 2s;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.ios) .ios-only,
body.ios .ios-hide {
  display: none !important;
}
body:not(.mat) .mat-only,
body.mat .mat-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.no-touch) .no-touch-only,
body.no-touch .no-touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url("~material-design-icons/iconfont/MaterialIcons-Regular.woff") format('woff');
}
i {
  user-select: none;
  display: inline-flex;
  box-sizing: content-box;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  vertical-align: middle;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
@-moz-keyframes quasar-progress-indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes quasar-progress-indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-o-keyframes quasar-progress-indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes quasar-progress-indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-moz-keyframes quasar-progress-indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-webkit-keyframes quasar-progress-indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-o-keyframes quasar-progress-indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes quasar-progress-indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-moz-keyframes quasar-progress-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes quasar-progress-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes quasar-progress-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes quasar-progress-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes quasar-blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes quasar-blink {
  to {
    visibility: hidden;
  }
}
@-o-keyframes quasar-blink {
  to {
    visibility: hidden;
  }
}
@keyframes quasar-blink {
  to {
    visibility: hidden;
  }
}
@-moz-keyframes quasar-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes quasar-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-o-keyframes quasar-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes quasar-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-keyframes quasar-pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  70% {
    opacity: 1;
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes quasar-pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  70% {
    opacity: 1;
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes quasar-pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  70% {
    opacity: 1;
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quasar-pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  70% {
    opacity: 1;
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes quasar-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes quasar-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes quasar-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes quasar-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes quasar-scale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes quasar-scale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes quasar-scale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes quasar-scale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes quasar-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes quasar-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-o-keyframes quasar-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@keyframes quasar-highlight {
  0% {
    background: #cddc39;
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes quasar-rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes quasar-rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes quasar-rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes quasar-rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
