*{
  box-sizing: border-box;
}
body,
html,
legend {
  box-sizing: border-box;
}
.fit,
.full-height {
  height: 100% !important;
}
.fit,
.full-width {
  width: 100% !important;
}
.pr-none,
.px-none {
  padding-right: 0;
}
.pb-none,
.py-none {
  padding-bottom: 0;
}
.ellipsis,
.text-no-wrap {
  white-space: nowrap;
}
*,
:after,
:before {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
#q-app,
body,
html {
  width: 100%;
  direction: ltr;
}
body.platform-ios.within-iframe,
body.platform-ios.within-iframe #q-app {
  width: 100px;
  min-width: 100%;
}
body,
html {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
img {
  border-style: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-family: inherit;
  margin: 0;
}
.text-bold,
.text-weight-bold,
optgroup {
  font-weight: 700;
}
button,
input,
select {
  overflow: visible;
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
.scroll,
body.mobile .scroll--mobile,
textarea {
  overflow: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
:root {
  --animate-duration: 0.3s;
  --animate-delay: 0.3s;
  --animate-repeat: 1;
}
.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}
.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animated.delay-1s {
  animation-delay: var(--animate-delay);
}
.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}
.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}
.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}
.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}
.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}
.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}
.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*="Out"] {
    opacity: 0;
  }
}
.animate--scale {
  animation: 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) q-scale;
}
@keyframes q-scale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
.animate--fade {
  animation: 0.2s q-fade;
}
@keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-dark {
  color: var(--dark) !important;
}
.bg-dark {
  background: var(--dark) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.bg-primary {
  background: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.bg-secondary {
  background: var(--secondary) !important;
}
.text-accent {
  color: var(--accent) !important;
}
.bg-accent {
  background: var(--accent) !important;
}
.text-positive {
  color: var(--positive) !important;
}
.bg-positive {
  background: var(--positive) !important;
}
.text-negative {
  color: var(--negative) !important;
}
.bg-negative {
  background: var(--negative) !important;
}
.text-info {
  color: var(--info) !important;
}
.bg-info {
  background: var(--info) !important;
}
.text-warning {
  color: var(--warning) !important;
}
.bg-warning {
  background: var(--warning) !important;
}
.text-white {
  color: #fff !important;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background: #000 !important;
}
.text-transparent {
  color: transparent !important;
}
.bg-transparent,
.transparent {
  background: 0 0 !important;
}
.text-separator {
  color: rgba(0, 0, 0, 0.12) !important;
}
.bg-separator {
  background: rgba(0, 0, 0, 0.12) !important;
}
.text-dark-separator {
  color: rgba(255, 255, 255, 0.28) !important;
}
.bg-dark-separator {
  background: rgba(255, 255, 255, 0.28) !important;
}
.text-red,
.text-red-6 {
  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-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,
.text-pink-6 {
  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-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,
.text-purple-6 {
  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-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,
.text-deep-purple-6 {
  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-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,
.text-indigo-6 {
  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-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,
.text-blue-6 {
  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-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,
.text-light-blue-6 {
  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-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,
.text-cyan-6 {
  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-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,
.text-teal-6 {
  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-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,
.text-green-6 {
  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-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,
.text-light-green-6 {
  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-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,
.text-lime-6 {
  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-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,
.text-yellow-6 {
  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-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,
.text-amber-6 {
  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-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,
.text-orange-6 {
  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-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,
.text-deep-orange-6 {
  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-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,
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-11,
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-12,
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-13,
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-14,
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-grey,
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-11,
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-12,
.text-grey-3 {
  color: #eee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-13,
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-14,
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-blue-grey,
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-11,
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-12,
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-13,
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-14,
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.bg-red,
.bg-red-6 {
  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-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,
.bg-pink-6 {
  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-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,
.bg-purple-6 {
  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-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,
.bg-deep-purple-6 {
  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-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,
.bg-indigo-6 {
  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-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,
.bg-blue-6 {
  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-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,
.bg-light-blue-6 {
  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-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,
.bg-cyan-6 {
  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-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,
.bg-teal-6 {
  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-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,
.bg-green-6 {
  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-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,
.bg-light-green-6 {
  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-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,
.bg-lime-6 {
  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-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,
.bg-yellow-6 {
  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-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,
.bg-amber-6 {
  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-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,
.bg-orange-6 {
  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-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,
.bg-deep-orange-6 {
  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-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,
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-11,
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-12,
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-13,
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-14,
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-grey,
.bg-grey-6 {
  background: #9e9e9e !important;
}
.bg-grey-1 {
  background: #fafafa !important;
}
.bg-grey-11,
.bg-grey-2 {
  background: #f5f5f5 !important;
}
.bg-grey-12,
.bg-grey-3 {
  background: #eee !important;
}
.bg-grey-4 {
  background: #e0e0e0 !important;
}
.bg-grey-13,
.bg-grey-5 {
  background: #bdbdbd !important;
}
.bg-grey-7 {
  background: #757575 !important;
}
.bg-grey-14,
.bg-grey-8 {
  background: #616161 !important;
}
.bg-grey-9 {
  background: #424242 !important;
}
.bg-grey-10 {
  background: #212121 !important;
}
.bg-blue-grey,
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-11,
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12,
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-13,
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-14,
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14),
    0 -2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14),
    0 -3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-3 {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14),
    0 -3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14),
    0 1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14),
    0 -1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14),
    0 1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14),
    0 -1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14),
    0 1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2),
    0 -6px 10px rgba(0, 0, 0, 0.14), 0 -1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2),
    0 -7px 10px 1px rgba(0, 0, 0, 0.14), 0 -2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2),
    0 -8px 10px 1px rgba(0, 0, 0, 0.14), 0 -3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
    0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2),
    0 -9px 12px 1px rgba(0, 0, 0, 0.14), 0 -3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2),
    0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2),
    0 -10px 14px 1px rgba(0, 0, 0, 0.14), 0 -4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2),
    0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2),
    0 -11px 15px 1px rgba(0, 0, 0, 0.14), 0 -4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2),
    0 -12px 17px 2px rgba(0, 0, 0, 0.14), 0 -5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2),
    0 -13px 19px 2px rgba(0, 0, 0, 0.14), 0 -5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2),
    0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2),
    0 -14px 21px 2px rgba(0, 0, 0, 0.14), 0 -5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2),
    0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2),
    0 -15px 22px 2px rgba(0, 0, 0, 0.14), 0 -6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2),
    0 -16px 24px 2px rgba(0, 0, 0, 0.14), 0 -6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2),
    0 -17px 26px 2px rgba(0, 0, 0, 0.14), 0 -6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2),
    0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2),
    0 -18px 28px 2px rgba(0, 0, 0, 0.14), 0 -7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2),
    0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2),
    0 -19px 29px 2px rgba(0, 0, 0, 0.14), 0 -7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2),
    0 -20px 31px 3px rgba(0, 0, 0, 0.14), 0 -8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2),
    0 -21px 33px 3px rgba(0, 0, 0, 0.14), 0 -8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2),
    0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2),
    0 -22px 35px 3px rgba(0, 0, 0, 0.14), 0 -8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2),
    0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2),
    0 -23px 36px 3px rgba(0, 0, 0, 0.14), 0 -9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2),
    0 -24px 38px 3px rgba(0, 0, 0, 0.14), 0 -9px 46px 8px rgba(0, 0, 0, 0.12);
}
.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset;
}
.inset-shadow-down {
  box-shadow: 0 -7px 9px -7px rgba(0, 0, 0, 0.7) inset;
}
body.body--dark .shadow-1 {
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.2),
    0 1px 1px rgba(255, 255, 255, 0.14),
    0 2px 1px -1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(255, 255, 255, 0.2),
    0 -1px 1px rgba(255, 255, 255, 0.14),
    0 -2px 1px -1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-2 {
  box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(255, 255, 255, 0.14),
    0 3px 1px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(255, 255, 255, 0.2),
    0 -2px 2px rgba(255, 255, 255, 0.14),
    0 -3px 1px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-3 {
  box-shadow: 0 1px 8px rgba(255, 255, 255, 0.2),
    0 3px 4px rgba(255, 255, 255, 0.14),
    0 3px 3px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(255, 255, 255, 0.2),
    0 -3px 4px rgba(255, 255, 255, 0.14),
    0 -3px 3px -2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(255, 255, 255, 0.2),
    0 4px 5px rgba(255, 255, 255, 0.14), 0 1px 10px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(255, 255, 255, 0.2),
    0 -4px 5px rgba(255, 255, 255, 0.14), 0 -1px 10px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(255, 255, 255, 0.2),
    0 5px 8px rgba(255, 255, 255, 0.14), 0 1px 14px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(255, 255, 255, 0.2),
    0 -5px 8px rgba(255, 255, 255, 0.14), 0 -1px 14px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(255, 255, 255, 0.2),
    0 6px 10px rgba(255, 255, 255, 0.14), 0 1px 18px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(255, 255, 255, 0.2),
    0 -6px 10px rgba(255, 255, 255, 0.14), 0 -1px 18px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(255, 255, 255, 0.2),
    0 7px 10px 1px rgba(255, 255, 255, 0.14),
    0 2px 16px 1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(255, 255, 255, 0.2),
    0 -7px 10px 1px rgba(255, 255, 255, 0.14),
    0 -2px 16px 1px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(255, 255, 255, 0.2),
    0 8px 10px 1px rgba(255, 255, 255, 0.14),
    0 3px 14px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(255, 255, 255, 0.2),
    0 -8px 10px 1px rgba(255, 255, 255, 0.14),
    0 -3px 14px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(255, 255, 255, 0.2),
    0 9px 12px 1px rgba(255, 255, 255, 0.14),
    0 3px 16px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(255, 255, 255, 0.2),
    0 -9px 12px 1px rgba(255, 255, 255, 0.14),
    0 -3px 16px 2px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(255, 255, 255, 0.2),
    0 10px 14px 1px rgba(255, 255, 255, 0.14),
    0 4px 18px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(255, 255, 255, 0.2),
    0 -10px 14px 1px rgba(255, 255, 255, 0.14),
    0 -4px 18px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(255, 255, 255, 0.2),
    0 11px 15px 1px rgba(255, 255, 255, 0.14),
    0 4px 20px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(255, 255, 255, 0.2),
    0 -11px 15px 1px rgba(255, 255, 255, 0.14),
    0 -4px 20px 3px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(255, 255, 255, 0.2),
    0 12px 17px 2px rgba(255, 255, 255, 0.14),
    0 5px 22px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(255, 255, 255, 0.2),
    0 -12px 17px 2px rgba(255, 255, 255, 0.14),
    0 -5px 22px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(255, 255, 255, 0.2),
    0 13px 19px 2px rgba(255, 255, 255, 0.14),
    0 5px 24px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(255, 255, 255, 0.2),
    0 -13px 19px 2px rgba(255, 255, 255, 0.14),
    0 -5px 24px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(255, 255, 255, 0.2),
    0 14px 21px 2px rgba(255, 255, 255, 0.14),
    0 5px 26px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(255, 255, 255, 0.2),
    0 -14px 21px 2px rgba(255, 255, 255, 0.14),
    0 -5px 26px 4px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(255, 255, 255, 0.2),
    0 15px 22px 2px rgba(255, 255, 255, 0.14),
    0 6px 28px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(255, 255, 255, 0.2),
    0 -15px 22px 2px rgba(255, 255, 255, 0.14),
    0 -6px 28px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(255, 255, 255, 0.2),
    0 16px 24px 2px rgba(255, 255, 255, 0.14),
    0 6px 30px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(255, 255, 255, 0.2),
    0 -16px 24px 2px rgba(255, 255, 255, 0.14),
    0 -6px 30px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(255, 255, 255, 0.2),
    0 17px 26px 2px rgba(255, 255, 255, 0.14),
    0 6px 32px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(255, 255, 255, 0.2),
    0 -17px 26px 2px rgba(255, 255, 255, 0.14),
    0 -6px 32px 5px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(255, 255, 255, 0.2),
    0 18px 28px 2px rgba(255, 255, 255, 0.14),
    0 7px 34px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(255, 255, 255, 0.2),
    0 -18px 28px 2px rgba(255, 255, 255, 0.14),
    0 -7px 34px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(255, 255, 255, 0.2),
    0 19px 29px 2px rgba(255, 255, 255, 0.14),
    0 7px 36px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(255, 255, 255, 0.2),
    0 -19px 29px 2px rgba(255, 255, 255, 0.14),
    0 -7px 36px 6px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(255, 255, 255, 0.2),
    0 20px 31px 3px rgba(255, 255, 255, 0.14),
    0 8px 38px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(255, 255, 255, 0.2),
    0 -20px 31px 3px rgba(255, 255, 255, 0.14),
    0 -8px 38px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(255, 255, 255, 0.2),
    0 21px 33px 3px rgba(255, 255, 255, 0.14),
    0 8px 40px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(255, 255, 255, 0.2),
    0 -21px 33px 3px rgba(255, 255, 255, 0.14),
    0 -8px 40px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(255, 255, 255, 0.2),
    0 22px 35px 3px rgba(255, 255, 255, 0.14),
    0 8px 42px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(255, 255, 255, 0.2),
    0 -22px 35px 3px rgba(255, 255, 255, 0.14),
    0 -8px 42px 7px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(255, 255, 255, 0.2),
    0 23px 36px 3px rgba(255, 255, 255, 0.14),
    0 9px 44px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(255, 255, 255, 0.2),
    0 -23px 36px 3px rgba(255, 255, 255, 0.14),
    0 -9px 44px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(255, 255, 255, 0.2),
    0 24px 38px 3px rgba(255, 255, 255, 0.14),
    0 9px 46px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(255, 255, 255, 0.2),
    0 -24px 38px 3px rgba(255, 255, 255, 0.14),
    0 -9px 46px 8px rgba(255, 255, 255, 0.12);
}
body.body--dark .inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(255, 255, 255, 0.7) inset;
}
body.body--dark .inset-shadow-down {
  box-shadow: 0 -7px 9px -7px rgba(255, 255, 255, 0.7) inset;
}
.no-box-shadow,
.no-shadow,
.shadow-0 {
  box-shadow: none !important;
}
.z-marginals {
  z-index: 2000;
}
.z-notify {
  z-index: 9500;
}
.z-fullscreen {
  z-index: 6000;
}
.z-inherit {
  z-index: inherit !important;
}
.column,
.flex,
.row {
  display: flex;
  flex-wrap: wrap;
}
.column.inline,
.flex.inline,
.row.inline {
  display: inline-flex;
}
.row.reverse {
  flex-direction: row-reverse;
}
.column {
  flex-direction: column;
}
.column.reverse {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.reverse-wrap {
  flex-wrap: wrap-reverse;
}
.order-first {
  order: -10000;
}
.order-last {
  order: 10000;
}
.order-none {
  order: 0;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.flex-center,
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.flex-center,
.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-stretch {
  align-content: stretch;
}
.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;
}
.col-gutter-none,
.col-gutter-x-none,
.gutter-none,
.gutter-none > *,
.gutter-x-none,
.gutter-x-none > *,
.ml-none {
  margin-left: 0;
}
.col-gutter-none,
.col-gutter-y-none,
.gutter-none,
.gutter-none > *,
.gutter-y-none,
.gutter-y-none > *,
.mt-none {
  margin-top: 0;
}
.col-gutter-none > *,
.col-gutter-x-none > *,
.pl-none {
  padding-left: 0;
}
.col-gutter-none > *,
.col-gutter-y-none > *,
.pt-none {
  padding-top: 0;
}
.col-gutter-x-xs,
.col-gutter-xs,
.gutter-x-xs,
.gutter-xs {
  margin-left: -4px;
}
.gutter-x-xs > *,
.gutter-xs > *,
.ml-xs {
  margin-left: 4px;
}
.col-gutter-xs,
.col-gutter-y-xs,
.gutter-xs,
.gutter-y-xs {
  margin-top: -4px;
}
.gutter-xs > *,
.gutter-y-xs > *,
.mt-xs {
  margin-top: 4px;
}
.col-gutter-x-xs > *,
.col-gutter-xs > *,
.pl-xs {
  padding-left: 4px;
}
.col-gutter-xs > *,
.col-gutter-y-xs > *,
.pt-xs {
  padding-top: 4px;
}
.col-gutter-sm,
.col-gutter-x-sm,
.gutter-sm,
.gutter-x-sm {
  margin-left: -8px;
}
.gutter-sm > *,
.gutter-x-sm > *,
.ml-sm {
  margin-left: 8px;
}
.col-gutter-sm,
.col-gutter-y-sm,
.gutter-sm,
.gutter-y-sm {
  margin-top: -8px;
}
.gutter-sm > *,
.gutter-y-sm > *,
.mt-sm {
  margin-top: 8px;
}
.col-gutter-sm > *,
.col-gutter-x-sm > *,
.pl-sm {
  padding-left: 8px;
}
.col-gutter-sm > *,
.col-gutter-y-sm > *,
.pt-sm {
  padding-top: 8px;
}
.col-gutter-md,
.col-gutter-x-md,
.gutter-md,
.gutter-x-md {
  margin-left: -16px;
}
.gutter-md > *,
.gutter-x-md > *,
.ml-md {
  margin-left: 16px;
}
.col-gutter-md,
.col-gutter-y-md,
.gutter-md,
.gutter-y-md {
  margin-top: -16px;
}
.gutter-md > *,
.gutter-y-md > *,
.mt-md {
  margin-top: 16px;
}
.col-gutter-md > *,
.col-gutter-x-md > *,
.pl-md {
  padding-left: 16px;
}
.col-gutter-md > *,
.col-gutter-y-md > *,
.pt-md {
  padding-top: 16px;
}
.col-gutter-lg,
.col-gutter-x-lg,
.gutter-lg,
.gutter-x-lg {
  margin-left: -24px;
}
.gutter-lg > *,
.gutter-x-lg > *,
.ml-lg {
  margin-left: 24px;
}
.col-gutter-lg,
.col-gutter-y-lg,
.gutter-lg,
.gutter-y-lg {
  margin-top: -24px;
}
.gutter-lg > *,
.gutter-y-lg > *,
.mt-lg {
  margin-top: 24px;
}
.col-gutter-lg > *,
.col-gutter-x-lg > *,
.pl-lg {
  padding-left: 24px;
}
.col-gutter-lg > *,
.col-gutter-y-lg > *,
.pt-lg {
  padding-top: 24px;
}
.col-gutter-x-xl,
.col-gutter-xl,
.gutter-x-xl,
.gutter-xl {
  margin-left: -48px;
}
.gutter-x-xl > *,
.gutter-xl > *,
.ml-xl {
  margin-left: 48px;
}
.col-gutter-xl,
.col-gutter-y-xl,
.gutter-xl,
.gutter-y-xl {
  margin-top: -48px;
}
.gutter-xl > *,
.gutter-y-xl > *,
.mt-xl {
  margin-top: 48px;
}
.col-gutter-x-xl > *,
.col-gutter-xl > *,
.pl-xl {
  padding-left: 48px;
}
.col-gutter-xl > *,
.col-gutter-y-xl > *,
.pt-xl {
  padding-top: 48px;
}
@media (min-width: 0) {
  .flex > .col,
  .flex > .col-0,
  .flex > .col-1,
  .flex > .col-10,
  .flex > .col-11,
  .flex > .col-12,
  .flex > .col-2,
  .flex > .col-3,
  .flex > .col-4,
  .flex > .col-5,
  .flex > .col-6,
  .flex > .col-7,
  .flex > .col-8,
  .flex > .col-9,
  .flex > .col-auto,
  .flex > .col-grow,
  .flex > .col-shrink,
  .flex > .col-xs,
  .flex > .col-xs-0,
  .flex > .col-xs-1,
  .flex > .col-xs-10,
  .flex > .col-xs-11,
  .flex > .col-xs-12,
  .flex > .col-xs-2,
  .flex > .col-xs-3,
  .flex > .col-xs-4,
  .flex > .col-xs-5,
  .flex > .col-xs-6,
  .flex > .col-xs-7,
  .flex > .col-xs-8,
  .flex > .col-xs-9,
  .flex > .col-xs-auto,
  .flex > .col-xs-grow,
  .flex > .col-xs-shrink,
  .row > .col,
  .row > .col-0,
  .row > .col-1,
  .row > .col-10,
  .row > .col-11,
  .row > .col-12,
  .row > .col-2,
  .row > .col-3,
  .row > .col-4,
  .row > .col-5,
  .row > .col-6,
  .row > .col-7,
  .row > .col-8,
  .row > .col-9,
  .row > .col-auto,
  .row > .col-grow,
  .row > .col-shrink,
  .row > .col-xs,
  .row > .col-xs-0,
  .row > .col-xs-1,
  .row > .col-xs-10,
  .row > .col-xs-11,
  .row > .col-xs-12,
  .row > .col-xs-2,
  .row > .col-xs-3,
  .row > .col-xs-4,
  .row > .col-xs-5,
  .row > .col-xs-6,
  .row > .col-xs-7,
  .row > .col-xs-8,
  .row > .col-xs-9,
  .row > .col-xs-auto,
  .row > .col-xs-grow,
  .row > .col-xs-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col,
  .column > .col-0,
  .column > .col-1,
  .column > .col-10,
  .column > .col-11,
  .column > .col-12,
  .column > .col-2,
  .column > .col-3,
  .column > .col-4,
  .column > .col-5,
  .column > .col-6,
  .column > .col-7,
  .column > .col-8,
  .column > .col-9,
  .column > .col-auto,
  .column > .col-grow,
  .column > .col-shrink,
  .column > .col-xs,
  .column > .col-xs-0,
  .column > .col-xs-1,
  .column > .col-xs-10,
  .column > .col-xs-11,
  .column > .col-xs-12,
  .column > .col-xs-2,
  .column > .col-xs-3,
  .column > .col-xs-4,
  .column > .col-xs-5,
  .column > .col-xs-6,
  .column > .col-xs-7,
  .column > .col-xs-8,
  .column > .col-xs-9,
  .column > .col-xs-auto,
  .column > .col-xs-grow,
  .column > .col-xs-shrink,
  .flex > .col,
  .flex > .col-0,
  .flex > .col-1,
  .flex > .col-10,
  .flex > .col-11,
  .flex > .col-12,
  .flex > .col-2,
  .flex > .col-3,
  .flex > .col-4,
  .flex > .col-5,
  .flex > .col-6,
  .flex > .col-7,
  .flex > .col-8,
  .flex > .col-9,
  .flex > .col-auto,
  .flex > .col-grow,
  .flex > .col-shrink,
  .flex > .col-xs,
  .flex > .col-xs-0,
  .flex > .col-xs-1,
  .flex > .col-xs-10,
  .flex > .col-xs-11,
  .flex > .col-xs-12,
  .flex > .col-xs-2,
  .flex > .col-xs-3,
  .flex > .col-xs-4,
  .flex > .col-xs-5,
  .flex > .col-xs-6,
  .flex > .col-xs-7,
  .flex > .col-xs-8,
  .flex > .col-xs-9,
  .flex > .col-xs-auto,
  .flex > .col-xs-grow,
  .flex > .col-xs-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col,
  .col-xs {
    flex: 10000 1 0%;
  }
  .col-0,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-xs-0,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-auto {
    flex: 0 0 auto;
  }
  .col-grow,
  .col-xs-grow {
    flex: 1 0 auto;
  }
  .col-shrink,
  .col-xs-shrink {
    flex: 0 1 auto;
  }
  .row > .col-0,
  .row > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-0,
  .row > .offset-xs-0 {
    margin-left: 0;
  }
  .column > .col-0,
  .column > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-1,
  .row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-1,
  .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column > .col-1,
  .column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-2,
  .row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-2,
  .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column > .col-2,
  .column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-3,
  .row > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-3,
  .row > .offset-xs-3 {
    margin-left: 25%;
  }
  .column > .col-3,
  .column > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-4,
  .row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-4,
  .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column > .col-4,
  .column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-5,
  .row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-5,
  .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column > .col-5,
  .column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-6,
  .row > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-6,
  .row > .offset-xs-6 {
    margin-left: 50%;
  }
  .column > .col-6,
  .column > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-7,
  .row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-7,
  .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column > .col-7,
  .column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-8,
  .row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-8,
  .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column > .col-8,
  .column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-9,
  .row > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-9,
  .row > .offset-xs-9 {
    margin-left: 75%;
  }
  .column > .col-9,
  .column > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-10,
  .row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-10,
  .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column > .col-10,
  .column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-11,
  .row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-11,
  .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column > .col-11,
  .column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-12,
  .row > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-12,
  .row > .offset-xs-12 {
    margin-left: 100%;
  }
  .column > .col-12,
  .column > .col-xs-12 {
    height: 100%;
    width: auto;
  }
  .row > .col-all {
    height: auto;
    flex: 0 0 100%;
  }
}
@media (min-width: 600px) {
  .flex > .col-sm,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-shrink,
  .row > .col-sm,
  .row > .col-sm-0,
  .row > .col-sm-1,
  .row > .col-sm-10,
  .row > .col-sm-11,
  .row > .col-sm-12,
  .row > .col-sm-2,
  .row > .col-sm-3,
  .row > .col-sm-4,
  .row > .col-sm-5,
  .row > .col-sm-6,
  .row > .col-sm-7,
  .row > .col-sm-8,
  .row > .col-sm-9,
  .row > .col-sm-auto,
  .row > .col-sm-grow,
  .row > .col-sm-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-sm,
  .column > .col-sm-0,
  .column > .col-sm-1,
  .column > .col-sm-10,
  .column > .col-sm-11,
  .column > .col-sm-12,
  .column > .col-sm-2,
  .column > .col-sm-3,
  .column > .col-sm-4,
  .column > .col-sm-5,
  .column > .col-sm-6,
  .column > .col-sm-7,
  .column > .col-sm-8,
  .column > .col-sm-9,
  .column > .col-sm-auto,
  .column > .col-sm-grow,
  .column > .col-sm-shrink,
  .flex > .col-sm,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-sm {
    flex: 10000 1 0%;
  }
  .col-sm-0,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto {
    flex: 0 0 auto;
  }
  .col-sm-grow {
    flex: 1 0 auto;
  }
  .col-sm-shrink {
    flex: 0 1 auto;
  }
  .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-sm-0 {
    margin-left: 0;
  }
  .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-sm-3 {
    margin-left: 25%;
  }
  .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-sm-6 {
    margin-left: 50%;
  }
  .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-sm-9 {
    margin-left: 75%;
  }
  .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-sm-12 {
    margin-left: 100%;
  }
  .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .flex > .col-md,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-shrink,
  .row > .col-md,
  .row > .col-md-0,
  .row > .col-md-1,
  .row > .col-md-10,
  .row > .col-md-11,
  .row > .col-md-12,
  .row > .col-md-2,
  .row > .col-md-3,
  .row > .col-md-4,
  .row > .col-md-5,
  .row > .col-md-6,
  .row > .col-md-7,
  .row > .col-md-8,
  .row > .col-md-9,
  .row > .col-md-auto,
  .row > .col-md-grow,
  .row > .col-md-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-md,
  .column > .col-md-0,
  .column > .col-md-1,
  .column > .col-md-10,
  .column > .col-md-11,
  .column > .col-md-12,
  .column > .col-md-2,
  .column > .col-md-3,
  .column > .col-md-4,
  .column > .col-md-5,
  .column > .col-md-6,
  .column > .col-md-7,
  .column > .col-md-8,
  .column > .col-md-9,
  .column > .col-md-auto,
  .column > .col-md-grow,
  .column > .col-md-shrink,
  .flex > .col-md,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-md {
    flex: 10000 1 0%;
  }
  .col-md-0,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto {
    flex: 0 0 auto;
  }
  .col-md-grow {
    flex: 1 0 auto;
  }
  .col-md-shrink {
    flex: 0 1 auto;
  }
  .row > .col-md-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-md-0 {
    margin-left: 0;
  }
  .column > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-md-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-md-3 {
    margin-left: 25%;
  }
  .column > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-md-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-md-6 {
    margin-left: 50%;
  }
  .column > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-md-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-md-9 {
    margin-left: 75%;
  }
  .column > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-md-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-md-12 {
    margin-left: 100%;
  }
  .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .flex > .col-lg,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-shrink,
  .row > .col-lg,
  .row > .col-lg-0,
  .row > .col-lg-1,
  .row > .col-lg-10,
  .row > .col-lg-11,
  .row > .col-lg-12,
  .row > .col-lg-2,
  .row > .col-lg-3,
  .row > .col-lg-4,
  .row > .col-lg-5,
  .row > .col-lg-6,
  .row > .col-lg-7,
  .row > .col-lg-8,
  .row > .col-lg-9,
  .row > .col-lg-auto,
  .row > .col-lg-grow,
  .row > .col-lg-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-lg,
  .column > .col-lg-0,
  .column > .col-lg-1,
  .column > .col-lg-10,
  .column > .col-lg-11,
  .column > .col-lg-12,
  .column > .col-lg-2,
  .column > .col-lg-3,
  .column > .col-lg-4,
  .column > .col-lg-5,
  .column > .col-lg-6,
  .column > .col-lg-7,
  .column > .col-lg-8,
  .column > .col-lg-9,
  .column > .col-lg-auto,
  .column > .col-lg-grow,
  .column > .col-lg-shrink,
  .flex > .col-lg,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-lg {
    flex: 10000 1 0%;
  }
  .col-lg-0,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto {
    flex: 0 0 auto;
  }
  .col-lg-grow {
    flex: 1 0 auto;
  }
  .col-lg-shrink {
    flex: 0 1 auto;
  }
  .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-lg-0 {
    margin-left: 0;
  }
  .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-lg-3 {
    margin-left: 25%;
  }
  .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-lg-6 {
    margin-left: 50%;
  }
  .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-lg-9 {
    margin-left: 75%;
  }
  .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-lg-12 {
    margin-left: 100%;
  }
  .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
.rounded-borders {
  border-radius: 4px;
}
.border-radius-inherit {
  border-radius: inherit;
}
.no-transition,
.transition-0 {
  transition: none !important;
}
.glossy {
  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)
  ) !important;
}
.placeholder::placeholder {
  color: inherit;
  opacity: 0.7;
}
.body--fullscreen-mixin,
.body--prevent-scroll {
  position: fixed !important;
}
.body--force-scrollbar-x {
  overflow-x: scroll;
}
.body--force-scrollbar-y {
  overflow-y: scroll;
}
.no-input-spinner {
  -moz-appearance: textfield !important;
}
.no-input-spinner::-webkit-inner-spin-button,
.no-input-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.link {
  outline: 0;
  text-decoration: none;
}
.link--focusable:focus-visible {
  -webkit-text-decoration: underline dashed currentColor 1px;
  text-decoration: underline dashed currentColor 1px;
}
body.electron .electron-drag {
  -webkit-user-select: none;
  -webkit-app-region: drag;
}
body.electron .electron-drag .btn-item,
body.electron .electron-drag--exception {
  -webkit-app-region: no-drag;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.non-selectable {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.scroll,
.scroll-x,
.scroll-y {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.no-scroll,
.overflow-hidden {
  overflow: hidden !important;
}
.no-pointer-events,
.no-pointer-events--children,
.no-pointer-events--children * {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-inherit {
  cursor: inherit !important;
}
.cursor-none {
  cursor: none !important;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"] {
  cursor: default;
}
.rotate-45 {
  transform: rotate(45deg);
}
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-135 {
  transform: rotate(135deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-225 {
  transform: rotate(225deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.rotate-315 {
  transform: rotate(315deg);
}
.flip-horizontal {
  transform: scaleX(-1);
}
.flip-vertical {
  transform: scaleY(-1);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative-position {
  position: relative;
}
.fixed,
.fixed-bottom,
.fixed-bottom-left,
.fixed-bottom-right,
.fixed-center,
.fixed-full,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fullscreen {
  position: fixed;
}
.absolute,
.absolute-bottom,
.absolute-bottom-left,
.absolute-bottom-right,
.absolute-center,
.absolute-full,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right {
  position: absolute;
}
.absolute-top,
.fixed-top {
  top: 0;
  left: 0;
  right: 0;
}
.absolute-right,
.fixed-right {
  top: 0;
  right: 0;
  bottom: 0;
}
.absolute-bottom,
.fixed-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.absolute-left,
.fixed-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.absolute-top-left,
.fixed-top-left {
  top: 0;
  left: 0;
}
.absolute-top-right,
.fixed-top-right {
  top: 0;
  right: 0;
}
.absolute-bottom-left,
.fixed-bottom-left {
  bottom: 0;
  left: 0;
}
.absolute-bottom-right,
.fixed-bottom-right {
  bottom: 0;
  right: 0;
}
.fullscreen {
  z-index: 6000;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh;
}
body.ios-padding .fullscreen {
  padding-top: 20px !important;
  padding-top: env(safe-area-inset-top) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
.absolute-full,
.fixed-full,
.fullscreen {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.absolute-center,
.fixed-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.on-left {
  margin-right: 12px;
}
.on-right {
  margin-left: 12px;
}
.position-engine {
  margin-top: var(--pe-top, 0) !important;
  margin-left: var(--pe-left, 0) !important;
  will-change: auto;
  visibility: collapse;
}
.full-width,
.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
:root {
  --primary: #1976d2;
  --secondary: #26a69a;
  --accent: #9c27b0;
  --positive: #21ba45;
  --negative: #c10015;
  --info: #31ccec;
  --warning: #f2c037;
  --dark: #1d1d1d;
  --dark-page: #121212;
  --size-xs: 0;
  --size-sm: 600px;
  --size-md: 1024px;
  --size-lg: 1440px;
  --size-xl: 1920px;
  --transition-duration: 0.3s;
}
.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}
.mb-none,
.my-none {
  margin-bottom: 0;
}
.window-width {
  width: 100vw !important;
}
.mr-none,
.mx-none {
  margin-right: 0;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.pa-none {
  padding: 0;
}
.px-none {
  padding-left: 0;
}
.pr-xs,
.px-xs {
  padding-right: 4px;
}
.py-none {
  padding-top: 0;
}
.pb-xs,
.py-xs {
  padding-bottom: 4px;
}
.ma-none {
  margin: 0;
}
.mx-none {
  margin-left: 0;
}
.mr-xs,
.mx-xs {
  margin-right: 4px;
}
.my-none {
  margin-top: 0;
}
.mb-xs,
.my-xs {
  margin-bottom: 4px;
}
.pa-xs {
  padding: 4px;
}
.px-xs {
  padding-left: 4px;
}
.pr-sm,
.px-sm {
  padding-right: 8px;
}
.py-xs {
  padding-top: 4px;
}
.pb-sm,
.py-sm {
  padding-bottom: 8px;
}
.ma-xs {
  margin: 4px;
}
.mx-xs {
  margin-left: 4px;
}
.mr-sm,
.mx-sm {
  margin-right: 8px;
}
.my-xs {
  margin-top: 4px;
}
.mb-sm,
.my-sm {
  margin-bottom: 8px;
}
.pa-sm {
  padding: 8px;
}
.px-sm {
  padding-left: 8px;
}
.pr-md,
.px-md {
  padding-right: 16px;
}
.py-sm {
  padding-top: 8px;
}
.pb-md,
.py-md {
  padding-bottom: 16px;
}
.ma-sm {
  margin: 8px;
}
.mx-sm {
  margin-left: 8px;
}
.mr-md,
.mx-md {
  margin-right: 16px;
}
.my-sm {
  margin-top: 8px;
}
.mb-md,
.my-md {
  margin-bottom: 16px;
}
.pa-md {
  padding: 16px;
}
.px-md {
  padding-left: 16px;
}
.pr-lg,
.px-lg {
  padding-right: 24px;
}
.py-md {
  padding-top: 16px;
}
.pb-lg,
.py-lg {
  padding-bottom: 24px;
}
.ma-md {
  margin: 16px;
}
.mx-md {
  margin-left: 16px;
}
.mr-lg,
.mx-lg {
  margin-right: 24px;
}
.my-md {
  margin-top: 16px;
}
.mb-lg,
.my-lg {
  margin-bottom: 24px;
}
.pa-lg {
  padding: 24px;
}
.px-lg {
  padding-left: 24px;
}
.pr-xl,
.px-xl {
  padding-right: 48px;
}
.py-lg {
  padding-top: 24px;
}
.pb-xl,
.py-xl {
  padding-bottom: 48px;
}
.ma-lg {
  margin: 24px;
}
.mx-lg {
  margin-left: 24px;
}
.mr-xl,
.mx-xl {
  margin-right: 48px;
}
.my-lg {
  margin-top: 24px;
}
.mb-xl,
.my-xl {
  margin-bottom: 48px;
}
.pa-xl {
  padding: 48px;
}
.px-xl {
  padding-left: 48px;
}
.py-xl {
  padding-top: 48px;
}
.ma-xl {
  margin: 48px;
}
.mx-xl {
  margin-left: 48px;
}
.ml-auto,
.mx-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.my-xl {
  margin-top: 48px;
}
.mt-auto,
.my-auto {
  margin-top: auto;
}
.mb-auto,
.my-auto {
  margin-bottom: auto;
}
.touch {
  -webkit-user-select: none;
  user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}
.touch-x {
  touch-action: pan-x;
}
.touch-y {
  touch-action: pan-y;
}
.transition--fade-enter-active,
.transition--fade-leave-active,
.transition--flip-enter-active,
.transition--flip-leave-active,
.transition--jump-down-enter-active,
.transition--jump-down-leave-active,
.transition--jump-left-enter-active,
.transition--jump-left-leave-active,
.transition--jump-right-enter-active,
.transition--jump-right-leave-active,
.transition--jump-up-enter-active,
.transition--jump-up-leave-active,
.transition--rotate-enter-active,
.transition--rotate-leave-active,
.transition--scale-enter-active,
.transition--scale-leave-active,
.transition--slide-down-enter-active,
.transition--slide-down-leave-active,
.transition--slide-left-enter-active,
.transition--slide-left-leave-active,
.transition--slide-right-enter-active,
.transition--slide-right-leave-active,
.transition--slide-up-enter-active,
.transition--slide-up-leave-active {
  --transition-duration: 0.3s;
  --transition-easing: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.transition--fade-leave-active,
.transition--flip-leave-active,
.transition--jump-down-leave-active,
.transition--jump-left-leave-active,
.transition--jump-right-leave-active,
.transition--jump-up-leave-active,
.transition--rotate-leave-active,
.transition--scale-leave-active,
.transition--slide-down-leave-active,
.transition--slide-left-leave-active,
.transition--slide-right-leave-active,
.transition--slide-up-leave-active {
  position: absolute;
}
.transition--slide-down-enter-active,
.transition--slide-down-leave-active,
.transition--slide-left-enter-active,
.transition--slide-left-leave-active,
.transition--slide-right-enter-active,
.transition--slide-right-leave-active,
.transition--slide-up-enter-active,
.transition--slide-up-leave-active {
  transition: transform var(--transition-duration) var(--transition-easing);
}
.transition--slide-right-enter-from {
  transform: translate3d(-100%, 0, 0);
}
.transition--slide-left-enter-from,
.transition--slide-right-leave-to {
  transform: translate3d(100%, 0, 0);
}
.transition--slide-left-leave-to {
  transform: translate3d(-100%, 0, 0);
}
.transition--slide-up-enter-from {
  transform: translate3d(0, 100%, 0);
}
.transition--slide-down-enter-from,
.transition--slide-up-leave-to {
  transform: translate3d(0, -100%, 0);
}
.transition--slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
}
.transition--jump-down-enter-active,
.transition--jump-down-leave-active,
.transition--jump-left-enter-active,
.transition--jump-left-leave-active,
.transition--jump-right-enter-active,
.transition--jump-right-leave-active,
.transition--jump-up-enter-active,
.transition--jump-up-leave-active {
  transition: opacity var(--transition-duration),
    transform var(--transition-duration);
}
.transition--jump-down-enter-from,
.transition--jump-down-leave-to,
.transition--jump-left-enter-from,
.transition--jump-left-leave-to,
.transition--jump-right-enter-from,
.transition--jump-right-leave-to,
.transition--jump-up-enter-from,
.transition--jump-up-leave-to {
  opacity: 0;
}
.transition--jump-right-enter-from {
  transform: translate3d(-15px, 0, 0);
}
.transition--jump-left-enter-from,
.transition--jump-right-leave-to {
  transform: translate3d(15px, 0, 0);
}
.transition--jump-left-leave-to {
  transform: translateX(-15px);
}
.transition--jump-up-enter-from {
  transform: translate3d(0, 15px, 0);
}
.transition--jump-down-enter-from,
.transition--jump-up-leave-to {
  transform: translate3d(0, -15px, 0);
}
.transition--jump-down-leave-to {
  transform: translate3d(0, 15px, 0);
}
.transition--fade-enter-active,
.transition--fade-leave-active {
  transition: opacity var(--transition-duration) ease-out;
}
.transition--rotate-enter-active,
.transition--rotate-leave-active,
.transition--scale-enter-active,
.transition--scale-leave-active {
  transition: opacity var(--transition-duration),
    transform var(--transition-duration) var(--transition-easing);
}
.transition--fade-enter-from,
.transition--fade-leave-to {
  opacity: 0;
}
.transition--scale-enter-from,
.transition--scale-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1);
}
.transition--rotate-enter-active,
.transition--rotate-leave-active {
  transform-style: preserve-3d;
}
.transition--rotate-enter-from,
.transition--rotate-leave-to {
  opacity: 0;
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.transition--flip-down-enter-active,
.transition--flip-down-leave-active,
.transition--flip-left-enter-active,
.transition--flip-left-leave-active,
.transition--flip-right-enter-active,
.transition--flip-right-leave-active,
.transition--flip-up-enter-active,
.transition--flip-up-leave-active {
  transition: transform var(--transition-duration);
  backface-visibility: hidden;
}
.transition--flip-down-enter-to,
.transition--flip-down-leave-from,
.transition--flip-left-enter-to,
.transition--flip-left-leave-from,
.transition--flip-right-enter-to,
.transition--flip-right-leave-from,
.transition--flip-up-enter-to,
.transition--flip-up-leave-from {
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.transition--flip-right-enter-from {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.transition--flip-left-enter-from,
.transition--flip-right-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.transition--flip-left-leave-to {
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.transition--flip-up-enter-from {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.transition--flip-down-enter-from,
.transition--flip-up-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.transition--flip-down-leave-to {
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
body {
  min-width: 100px;
  min-height: 100%;
  font-family: Roboto, "-apple-system", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
.text-h1,
h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
.text-h2,
h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
.text-h3,
h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
.text-h4,
h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
.text-h5,
h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
.text-h6,
h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
p {
  margin: 0 0 16px;
}
.text-subtitle1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.00937em;
}
.text-subtitle2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00714em;
}
.text-body1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em;
}
.text-body2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.text-overline {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.16667em;
}
.text-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.03333em;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-strike {
  text-decoration: line-through;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.no-outline {
  outline: 0 !important;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}
.ellipsis-2-lines,
.ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
.readonly {
  cursor: default !important;
}
.disabled,
.disabled *,
[disabled],
[disabled] * {
  outline: 0 !important;
  cursor: not-allowed !important;
}
.disabled,
[disabled] {
  opacity: 0.6 !important;
}
.hidden,
body.capacitor .capacitor-hide,
body.cordova .cordova-hide,
body.desktop .desktop-hide,
body.electron .electron-hide,
body.mobile .mobile-hide,
body.native-mobile .native-mobile-hide,
body.platform-android .platform-android-hide,
body.platform-ios .platform-ios-hide,
body.touch .touch-hide,
body.within-iframe .within-iframe-hide,
body:not(.capacitor) .capacitor-only,
body:not(.cordova) .cordova-only,
body:not(.desktop) .desktop-only,
body:not(.electron) .electron-only,
body:not(.mobile) .mobile-only,
body:not(.native-mobile) .native-mobile-only,
body:not(.platform-android) .platform-android-only,
body:not(.platform-ios) .platform-ios-only,
body:not(.touch) .touch-only,
body:not(.within-iframe) .within-iframe-only {
  display: none !important;
}
.invisible,
.invisible * {
  visibility: hidden !important;
  transition: none !important;
  animation: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden-y {
  overflow-y: hidden !important;
}
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.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;
}
.z-top {
  z-index: 7000 !important;
}
.z-max {
  z-index: 9998 !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
}
@media (max-width: 599.98px) {
  .gt-lg,
  .gt-md,
  .gt-sm,
  .gt-xs,
  .lg,
  .md,
  .sm,
  .xl,
  .xs-hide {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023.98px) {
  .gt-lg,
  .gt-md,
  .gt-sm,
  .lg,
  .lt-sm,
  .md,
  .sm-hide,
  .xl,
  .xs {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .gt-lg,
  .gt-md,
  .lg,
  .lt-md,
  .lt-sm,
  .md-hide,
  .sm,
  .xl,
  .xs {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .gt-lg,
  .lg-hide,
  .lt-lg,
  .lt-md,
  .lt-sm,
  .md,
  .sm,
  .xl,
  .xs {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .flex > .col-xl,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-shrink,
  .row > .col-xl,
  .row > .col-xl-0,
  .row > .col-xl-1,
  .row > .col-xl-10,
  .row > .col-xl-11,
  .row > .col-xl-12,
  .row > .col-xl-2,
  .row > .col-xl-3,
  .row > .col-xl-4,
  .row > .col-xl-5,
  .row > .col-xl-6,
  .row > .col-xl-7,
  .row > .col-xl-8,
  .row > .col-xl-9,
  .row > .col-xl-auto,
  .row > .col-xl-grow,
  .row > .col-xl-shrink {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-xl,
  .column > .col-xl-0,
  .column > .col-xl-1,
  .column > .col-xl-10,
  .column > .col-xl-11,
  .column > .col-xl-12,
  .column > .col-xl-2,
  .column > .col-xl-3,
  .column > .col-xl-4,
  .column > .col-xl-5,
  .column > .col-xl-6,
  .column > .col-xl-7,
  .column > .col-xl-8,
  .column > .col-xl-9,
  .column > .col-xl-auto,
  .column > .col-xl-grow,
  .column > .col-xl-shrink,
  .flex > .col-xl,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-shrink {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-xl {
    flex: 10000 1 0%;
  }
  .col-xl-0,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    flex: 0 0 auto;
  }
  .col-xl-grow {
    flex: 1 0 auto;
  }
  .col-xl-shrink {
    flex: 0 1 auto;
  }
  .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-xl-0 {
    margin-left: 0;
  }
  .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-xl-3 {
    margin-left: 25%;
  }
  .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-xl-6 {
    margin-left: 50%;
  }
  .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-xl-9 {
    margin-left: 75%;
  }
  .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-xl-12 {
    margin-left: 100%;
  }
  .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
  .lg,
  .lt-lg,
  .lt-md,
  .lt-sm,
  .lt-xl,
  .md,
  .sm,
  .xl-hide,
  .xs {
    display: none !important;
  }
}
.focus-helper,
.focusable,
.hoverable,
.manual-focusable {
  outline: 0;
}
body.desktop .focus-helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1),
    opacity 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .focus-helper:after,
body.desktop .focus-helper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1),
    opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.body--dark {
  color: #fff;
  background: var(--dark-page);
}
.dark {
  color: #fff;
  background: var(--dark);
}
.fs-10 { font-size: 10px; }
.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-17 { font-size: 17px; }
.fs-18 { font-size: 18px; }
.fs-19 { font-size: 19px; }
.fs-20 { font-size: 20px; }
.fs-21 { font-size: 21px; }
.fs-22 { font-size: 22px; }
.fs-23 { font-size: 23px; }
.fs-24 { font-size: 24px; }
.fs-25 { font-size: 25px; }
.fs-26 { font-size: 26px; }
.fs-27 { font-size: 27px; }
.fs-28 { font-size: 28px; }
.fs-29 { font-size: 29px; }
.fs-30 { font-size: 30px; }
.fs-31 { font-size: 31px; }
.fs-32 { font-size: 32px; }
.fs-33 { font-size: 33px; }
.fs-34 { font-size: 34px; }
.fs-35 { font-size: 35px; }
.fs-36 { font-size: 36px; }
.fs-37 { font-size: 37px; }
.fs-38 { font-size: 38px; }
.fs-39 { font-size: 39px; }
.fs-40 { font-size: 40px; }
